Mercurial > emacs
annotate lisp/ChangeLog @ 30804:fa469be05ab6
*** empty log message ***
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 15 Aug 2000 12:16:01 +0000 |
| parents | fcfb193a2a39 |
| children | fa45a01185c0 |
| rev | line source |
|---|---|
| 30804 | 1 2000-08-15 Miles Bader <miles@gnu.org> |
| 2 | |
| 3 * textmodes/ispell.el (ispell-graphic-p): New constant. | |
| 4 (ispell-choices-win-default-height, ispell-help): Use | |
| 5 `ispell-graphic-p' instead of `xemacsp'. | |
| 6 | |
| 30802 | 7 2000-08-15 Dave Love <fx@gnu.org> |
| 8 | |
| 9 * net/browse-url.el (browse-url-filename-alist): Add a clause for | |
| 10 Doze and Dog. | |
| 11 (browse-url): Use dolist, not mapcar. | |
| 12 (browse-url-at-point): Check for null url. | |
| 13 (browse-url-event-buffer, browse-url-event-point): Functions | |
| 14 deleted. | |
| 15 (browse-url-at-mouse, browse-url-netscape): Simplify. | |
| 16 | |
| 17 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus | |
| 18 modes. | |
| 19 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators): | |
| 20 Fix previous change to mapcan. | |
| 21 (msb--init-file-alist, msb--add-separators) | |
| 22 (msb--make-keymap-menu): Simplify. | |
| 23 (msb--choose-file-menu): Use copy-sequence. | |
| 24 (msb-mode-map): Add title to keymap. | |
| 25 (msb-unload-hook): New function. | |
| 26 | |
| 27 * bs.el: Fix indentation. | |
| 28 (bs) <defgroup>: Add :links. | |
| 29 | |
| 30796 | 30 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 31 | |
| 32 * calendar/timeclock.el (timeclock-file): Run .timelog through | |
| 33 convert-standard-filename. | |
| 34 | |
| 30788 | 35 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
| 36 | |
| 30790 | 37 * emacs-lisp/authors.el: New file. |
| 38 | |
| 30788 | 39 * paren.el (show-paren-priority): New user option. |
| 40 (show-paren-function): Set overlay priorities to | |
| 41 show-paren-priority. | |
| 42 | |
| 30783 | 43 2000-08-14 Miles Bader <miles@gnu.org> |
| 44 | |
| 45 * comint.el (comint-bol): Use `forward-line 0' instead of calling | |
| 46 beginning-of-line with inhibit-field-text-motion bound. | |
| 47 | |
| 30781 | 48 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
| 49 | |
| 50 * calendar/timeclock.el: New file. | |
| 51 | |
| 52 2000-08-14 David Ponce <david@dponce.com> | |
| 53 | |
| 54 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to | |
| 55 `widget-button-click'. so that one can use left mouse button to | |
| 56 click on dialog buttons. | |
| 57 | |
| 58 2000-08-14 Emmanuel Briot <briot@gnat.com> | |
| 59 | |
| 60 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase | |
| 61 identifiers, since XML is case sensitive | |
| 62 | |
| 30767 | 63 2000-08-12 Miles Bader <miles@gnu.org> |
| 30769 | 64 |
| 65 * comint.el (comint-output-filter): Don't bother frobbing | |
| 66 window-start, it doesn't seem to be necessary. | |
| 30767 | 67 |
| 68 * comint.el (comint-send-string, comint-send-region): Make into | |
| 69 real functions. Snapshot the prompt before sending. | |
| 70 | |
| 30764 | 71 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 72 | |
| 73 * info.el (Info-find-emacs-command-nodes): Rewrite to use | |
| 74 technique similar to Info-index, instead of relying on specific | |
| 75 names of relevant Index nodes. | |
| 76 (Info-goto-emacs-command-node): Bind Info-history to nil when | |
| 77 going to the first node found by Info-find-emacs-command-nodes. | |
| 78 | |
|
30770
dfa82b47c25d
Fix a typo in Eli Zaretskii's name.
Eli Zaretskii <eliz@gnu.org>
parents:
30769
diff
changeset
|
79 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 30758 | 80 |
| 81 * menu-bar.el (menu-bar-help-menu): Add a :help string. | |
| 82 | |
| 30741 | 83 2000-08-10 Miles Bader <miles@gnu.org> |
| 84 | |
| 85 * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | |
| 86 | |
| 30739 | 87 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 88 | |
| 89 * info.el (Info-file-list-for-emacs): More elements for the | |
| 90 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, | |
| 91 and woman manuals. | |
| 92 | |
| 30737 | 93 2000-08-10 Miles Bader <miles@lsi.nec.co.jp> |
| 94 | |
| 95 * comint.el (comint-send-input): Make the newline boundary overlay | |
| 96 rear-nonsticky. Use `insert' instead of `insert-before-markers'. | |
| 97 (comint-output-filter): Use `insert' instead of | |
| 98 `insert-before-markers'. Extend comint-last-output-overlay when | |
| 99 necessary since we can't rely on insert-before-markers to do it. | |
| 100 * gud.el (gud-filter): Use `with-current-buffer' instead of | |
| 101 save-excursion when inserting the output, so that point gets | |
| 102 updated correctly; the old method relied on a rather dodgy | |
| 103 side-effect of comint-output-filter to avoid the effect of | |
| 104 save-excursion. | |
| 105 | |
| 30734 | 106 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 107 | |
| 108 * files.el (recover-file): Call insert-directory instead of | |
| 109 invoking `ls' directly. | |
| 110 | |
| 30732 | 111 2000-08-10 Miles Bader <miles@gnu.org> |
| 112 | |
| 113 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
| 114 (comint-last-prompt-overlay): New variables. | |
| 115 (comint-output-filter): Implement prompt highlighting. | |
| 116 (comint-snapshot-last-prompt): New function. | |
| 117 (comint-send-input): Snapshot the last prompt. | |
| 118 Use comint-highlight-input-face. | |
| 119 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
| 120 Use defface instead of defcustom. | |
| 121 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
| 122 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
| 123 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
| 124 | |
|
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
125 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
|
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
126 |
|
30719
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
127 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
|
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
128 (regexp-opt-group): Use a list of chars for `letters'. |
|
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
129 (regexp-opt-charset): `chars' is now a list of chars. |
|
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
130 Use a char-table rather than a vector so it works for multibyte chars. |
|
fd7db1cf7adf
(make-bool-vector): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30718
diff
changeset
|
131 |
|
30718
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
132 * pcvs.el (cvs-menu): Don't move point. Use popup-menu. |
|
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
133 Set cvs-minor-current-files to the selected fileinfo. |
|
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
134 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. |
|
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
135 (cvs-mode-insert): Manually macroexpand `ignore-errors'. |
|
39957e672714
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30715
diff
changeset
|
136 |
| 30715 | 137 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 138 | |
| 139 * files.el (insert-directory): Don't call access-file on | |
| 140 directories on DOS and Windows. | |
| 141 | |
| 30704 | 142 2000-08-09 Kenichi Handa <handa@etl.go.jp> |
| 143 | |
| 144 * international/ccl.el (ccl-embed-data): Make ccl-program-vector | |
| 145 longer if necessary. | |
| 146 (ccl-embed-code): Call ccl-embed-data to store CODE in | |
| 147 ccl-program-vector. | |
| 148 | |
| 30701 | 149 2000-08-09 Miles Bader <miles@gnu.org> |
| 150 | |
| 151 * comint.el (comint-output-filter): Properly handle the case where | |
| 152 the text surrounded by comint-last-output-overlay was deleted. | |
| 153 | |
| 30671 | 154 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
| 155 | |
| 30693 | 156 * info.el (Info-insert-dir): Use Info-additional-directory-list if |
| 157 non-nil. | |
| 158 (Info-file-list-for-emacs): Remove "info" from the list because | |
| 159 that leads to trying to use the documentation from file `info' | |
| 160 in various situations where it isn't appropriate, for instance | |
| 161 C-h C-k C-h i. | |
| 162 | |
| 163 * ffap.el (ffap-read-file-or-url-internal): Handle case that | |
| 164 DIR and/or STRING are nil. | |
| 165 | |
| 166 * progmodes/compile.el (compilation-setup): Make variable | |
| 167 compilation-error-screen-columns buffer-local, as some comment | |
| 168 in the code suggests it should be. | |
| 169 | |
| 170 * files.el (auto-mode-interpreter-regexp): New variable. | |
| 171 (set-auto-mode): Use it. | |
| 172 | |
| 173 * indent.el (indent-for-tab-command): Doc fix. | |
| 174 | |
| 175 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 176 | |
| 30671 | 177 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' |
| 178 labels. | |
| 179 | |
| 180 * help.el (print-help-return-message): When | |
| 181 display-buffer-reuse-frames is set, let the help window been quit, | |
| 182 instead of deleting it, which might delete a reused frame. | |
| 183 | |
| 30664 | 184 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 185 | |
| 186 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to | |
| 187 rename a directory to a name that differs only by its letter case. | |
| 188 | |
| 30655 | 189 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
| 190 | |
| 191 * international/quail.el (quail-define-rules): Handle Quail decode | |
| 192 map correctly. Add code for supporting annotations. | |
| 193 (quail-install-decode-map): New function. | |
| 194 (quail-defrule-internal): New optional arguments decode-map and | |
| 195 props. | |
| 196 (quail-advice): New function. | |
| 197 | |
|
30651
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
198 2000-08-07 Sam Steingold <sds@gnu.org> |
|
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
199 |
|
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
200 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', |
|
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
201 `defconst', `define-condition', `with-slots'. |
|
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
202 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. |
|
61c2f9fcb8f6
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
Sam Steingold <sds@gnu.org>
parents:
30649
diff
changeset
|
203 |
| 30649 | 204 2000-08-03 Miles Bader <miles@gnu.org> |
| 205 | |
| 206 * comint.el (comint-use-prompt-regexp-instead-of-fields): | |
| 207 New variable. | |
| 208 (comint-prompt-regexp, comint-get-old-input): Document dependence on | |
| 209 comint-use-prompt-regexp-instead-of-fields. | |
| 210 (comint-send-input): Add `input' field property to stuff we send to | |
| 211 the process, if comint-use-prompt-regexp-instead-of-fields is nil. | |
| 212 (comint-output-filter): Add `output' field property to process | |
| 213 output, if comint-use-prompt-regexp-instead-of-fields is nil. | |
| 214 (comint-replace-by-expanded-history) | |
| 215 (comint-get-old-input-default, comint-show-output) | |
| 216 (comint-backward-matching-input, comint-forward-matching-input) | |
| 217 (comint-next-prompt, comint-previous-prompt): Use field | |
| 218 properties if comint-use-prompt-regexp-instead-of-fields is nil. | |
| 219 (comint-line-beginning-position): New function. | |
| 220 (comint-bol): Use comint-line-beginning-position. Make ARG optional. | |
| 221 (comint-replace-by-expanded-history-before-point): Use | |
| 222 comint-line-beginning-position and line-end-position. | |
| 223 (comint-last-output-overlay): New variable. | |
| 224 (comint-mode): Make `comint-last-output-overlay' buffer-local. | |
| 225 | |
| 226 * shell.el (shell-prompt-pattern): Doc change. | |
| 227 (shell-backward-command): Use line-beginning-position. | |
| 228 | |
| 229 * gud.el (gud-gdb-complete-command): Use | |
| 230 comint-line-beginning-position. | |
| 231 | |
| 232 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if | |
| 233 comint-bol doesn't actually go to the beginning of the line. | |
| 234 | |
| 235 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp | |
| 236 if comint-use-prompt-regexp-instead-of-fields is non-nil. | |
| 237 (try-expand-line-all-buffers): Likewise. | |
| 238 | |
| 239 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of | |
| 240 explicitly matching comint-prompt-regexp. | |
| 241 (sql-copy-column): Use comint-line-beginning-position instead of | |
| 242 explicitly matching comint-prompt-regexp. | |
| 243 | |
| 244 * progmodes/octave-inf.el (inferior-octave-complete): Use | |
| 245 comint-line-beginning-position. | |
| 246 | |
| 247 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change. | |
| 248 | |
| 249 * progmodes/idlw-shell.el (idlwave-shell-send-command): When | |
| 250 looking for a prompt, use `forward-line 0' instead of | |
| 251 `beginning-of-line', to avoid getting caught by an input field. | |
| 252 | |
| 30633 | 253 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 254 | |
| 255 * files.el (shell-quote-wildcard-pattern): Make sure to return | |
| 256 PATTERN, in the Unix case. | |
| 257 | |
| 30629 | 258 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 259 | |
| 260 * play/zone.el (zone): Discard any pending input before running | |
| 261 the randomly-chosen pgm. | |
| 262 | |
| 30623 | 263 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
| 264 | |
| 265 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of | |
| 266 checking the existence of any multibyte characters. | |
| 267 | |
| 30619 | 268 2000-08-06 Gerd Moellmann <gerd@gnu.org> |
| 269 | |
| 30622 | 270 * help.el (describe-mode): Test minor-mode symbol for being |
| 271 bound before testing its value for being nil. | |
| 272 | |
| 30619 | 273 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of |
| 274 `first', `second', and `third'. | |
| 275 | |
| 276 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05. | |
| 277 (second): Make it an alias for `cadr'. | |
| 278 | |
| 30616 | 279 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 280 | |
| 281 * bs.el (bs-apply-sort-faces): Don't use window-system, since all | |
| 282 types of display support faces now. | |
| 283 | |
| 30614 | 284 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
| 285 | |
| 286 * pcvs.el (require): Require `cl' during compilation, only. | |
| 287 | |
| 288 * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | |
| 289 (toplevel): Remove `remq' and `remove' from autoloads. | |
| 290 (cl-fake-autoloads): New variable. If set, arrange for an error | |
| 291 when CL functions etc. are autoloaded. | |
| 292 | |
| 30585 | 293 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 294 | |
| 30593 | 295 * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |
| 296 | |
| 30591 | 297 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is |
| 298 popped up, but the user clicks outside the menu, return an empty | |
| 299 regexp (that causes unhighlight-regexp to have no effect). | |
| 300 | |
| 30589 | 301 * menu-bar.el (menu-bar-games-menu): Add Zone. |
| 302 | |
| 30585 | 303 * hi-lock.el (toplevel): Require font-lock. |
| 304 | |
| 30576 | 305 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 306 | |
| 307 * ebnf2ps.el: Get around a bug on skip-chars-forward. | |
| 308 (ebnf-8-bit-chars): New var for bug fix. | |
| 309 (ebnf-string): Bug fix. | |
| 310 | |
|
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
311 2000-08-03 Sam Steingold <sds@gnu.org> |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
312 |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
313 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties' |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
314 instead of `buffer-string'. |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
315 (require 'cl): Always, not just when compiling. |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
316 `ignore-errors' in `interactive', `list*', `defun*' &c make this |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
317 necessary. |
|
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
318 |
| 30567 | 319 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 320 | |
| 321 * international/mule-cmds.el (select-safe-coding-system): Make | |
| 322 the message text about selecting a safe coding system more clear. | |
| 323 | |
| 30564 | 324 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
| 325 | |
| 30565 | 326 * hi-lock.el: New file. |
| 327 | |
| 328 * play/zone.el: New file. | |
| 329 | |
| 30564 | 330 * replace.el (occur): Set tab-width in the *Occur* buffer to the |
| 331 value of tab-width in the original buffer. Choose a line number | |
| 332 format that's a multiple of the original buffer's tab width, so | |
| 333 that lines appear right. | |
| 334 | |
| 335 * textmodes/ispell.el (ispell): New function, replacing an alias. | |
| 336 Spell-check active region if in transient-mark-mode and mark | |
| 337 is active; otherwise spell-check buffer. | |
| 338 | |
| 339 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 340 | |
| 341 * ps-mule.el: Fix a customization problem on | |
| 342 ps-mule-font-info-database-default. | |
| 343 | |
| 30555 | 344 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 345 | |
| 346 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use | |
| 347 display-mouse-p instead of window-system. | |
| 348 (ebrowse-member-mode-map): Ditto. | |
| 349 | |
| 30553 | 350 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 351 | |
| 352 * ebnf2ps.el: Update ps-print functions call. Indentation fix. Doc | |
| 353 fix. | |
| 354 (ebnf-version): New version number (3.2). | |
| 355 (ebnf-format-color, ebnf-begin-job): Code fix. | |
|
30569
f7a0912532da
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
Sam Steingold <sds@gnu.org>
parents:
30567
diff
changeset
|
356 |
| 30547 | 357 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 358 | |
| 30549 | 359 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition |
| 360 font lock support on window-system. | |
| 361 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise. | |
| 362 | |
| 30547 | 363 * textmodes/ispell.el (ispell-highlight-spelling-error): Use |
| 364 display-color-p, if fboundp, instead of window-system. | |
| 365 | |
| 30545 | 366 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
| 367 | |
| 368 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p | |
| 369 instead of window-system. | |
| 370 | |
| 371 * wid-edit.el (widget-choose): Use display-mouse-p instead of | |
| 372 window-system. | |
| 373 (widget-choice-mouse-down-action): Use display-popup-menus-p | |
| 374 instead of window-system. | |
| 375 | |
| 376 * strokes.el (strokes-file): Run the file name through | |
| 377 convert-standard-filename. | |
| 378 (strokes-mode): Call display-mouse-p instead of looking at | |
| 379 window-system. Change the error message accordingly. | |
| 380 | |
| 381 * progmodes/cpp.el (toplevel): Support faces on tty's. | |
| 382 | |
| 383 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X) | |
| 384 (lm-plot-square, lm-init-display): Don't use window-system. | |
| 385 | |
| 386 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face) | |
| 387 (gomoku-plot-square, gomoku-init-display): Don't use window-system. | |
| 388 | |
| 389 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p | |
| 390 instead of looking at window-system. | |
| 391 | |
| 30528 | 392 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
| 393 | |
| 394 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead | |
| 395 of testing if iswitchb-prepost-hooks is bound, because the | |
| 396 latter will always be true when invoking a recursive minibuffer | |
| 397 from an active Iswitchb buffer. | |
| 398 | |
| 30526 | 399 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 400 | |
| 401 * files.el (shell-quote-wildcard-pattern): New function. | |
| 402 (insert-directory): Call it. Only prepend "\" to command on Unix | |
| 403 and GNU/Linux systems. | |
| 404 | |
| 30524 | 405 2000-07-30 Gerd Moellmann <gerd@gnu.org> |
| 406 | |
| 407 * eshell/esh-groups.el: Change custom :link file names | |
| 408 from `eshell.info' to `eshell'. | |
| 409 | |
| 410 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk> | |
| 411 | |
| 412 * dired.el (dired-build-subdir-alist): Expand subdirectory names | |
| 413 correctly in recursive ange-ftp listings. | |
| 414 | |
| 415 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 416 | |
| 417 * ps-print.el: Fix bug 1: if ps-font-size-internal, | |
| 418 ps-header-font-size-internal and | |
| 419 ps-header-title-font-size-internal variables are not set, | |
| 420 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if | |
| 421 face text property is (foreground-color . COLOR) or | |
| 422 `(background-color . COLOR)', ps-print crashes. Doc fix. | |
| 423 (ps-print-version): New version number (5.2.4). | |
| 424 (ps-plot-region): Code fix. | |
| 425 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. | |
| 426 (ps-face-attribute-list, ps-face-attributes, ps-face-background): | |
| 427 Bug fix 2. | |
| 428 | |
| 429 2000-07-30 Milan Zamazal <pdm@freesoft.cz> | |
| 430 | |
| 431 * glasses.el (glasses-make-readable): Fix uncapitalization of | |
| 432 identifiers like `myXMLDocument'. | |
| 433 | |
|
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
434 2000-07-28 Karl Fogel <kfogel@red-bean.com> |
|
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
435 |
| 30524 | 436 * mail/mail-hist.el (mail-hist-previous-input) |
| 437 (mail-hist-next-input): Do the obvious code factorization. | |
| 438 (mail-hist-retrieve-and-insert): New func, contains common | |
|
30519
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
439 code of above two. |
|
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
440 If inserting a message body, leave point at top. |
|
d732477f0678
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
Karl Fogel <kfogel@red-bean.com>
parents:
30518
diff
changeset
|
441 |
|
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
442 2000-07-28 Sam Steingold <sds@gnu.org> |
|
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
443 |
|
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
444 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime): |
| 30524 | 445 Use `<=', not `<' to compare times! |
| 446 (ange-ftp-ls): Remove. | |
|
30518
ba9bd1bf0ef8
Ange-ftp handles the output of the w32-style clients
Sam Steingold <sds@gnu.org>
parents:
30516
diff
changeset
|
447 |
| 30502 | 448 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
| 449 | |
| 30516 | 450 * play/cookie1.el: Add explanation of how to make cookie.el |
| 451 compatible with strfile(1) to comment. | |
| 452 | |
| 453 * subr.el (remove, remq): New functions. | |
| 454 | |
| 30511 | 455 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly |
| 456 escape `*' in regexps. | |
| 457 (midnight-find): Reverse order of arguments in the funcall of | |
| 458 TEST. | |
| 459 | |
| 460 * bindings.el (completion-ignored-extensions): Add `.la', `.lo', | |
| 461 and `.class'. | |
| 462 | |
| 30502 | 463 * play/meese.el: Add Commentary section. |
| 464 | |
| 30516 | 465 2000-07-27 Alex Schroeder <alex@gnu.org> |
| 466 | |
| 467 * sql.el (sql-ms): Added autoload cookie. | |
| 468 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) | |
| 469 (sql-oracle): Ditto. | |
| 470 (sql-help): Doc change. | |
| 471 | |
| 472 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data | |
| 473 types and exceptions. | |
| 474 | |
| 475 2000-07-27 Alex Schroeder <alex@gnu.org> | |
| 476 | |
| 477 * sql.el (sql-placeholder-history): New variable. | |
| 478 (sql-query-placeholders-and-send): New function that will query | |
| 479 the user and replace placeholders with user input. | |
| 480 (sql-oracle): If running on NT, set comint-input-sender to | |
| 481 sql-query-placeholders-and-send. | |
| 482 | |
| 483 (sql-stop): If in the SQLi buffer, insert stop notification, else | |
| 484 present it as a message. | |
| 485 | |
| 486 2000-07-27 Alex Schroeder <alex@gnu.org> | |
| 487 | |
| 488 * sql.el (sql-input-ring-separator): Doc change. | |
| 489 (sql-input-ring-file-name): Doc change. | |
| 490 (sql-interactive-mode): Use `sql-input-ring-separator' and | |
| 491 `sql-input-ring-file-name' to set the comint-mode equivalents | |
| 492 without making them local variables. | |
| 493 (sql-stop): Don't bind `sql-input-ring-separator' and | |
| 494 `sql-input-ring-file-name' dynamically to their comint-mode | |
| 495 equivalents. | |
| 496 | |
| 30490 | 497 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
| 498 | |
| 499 * international/mule.el (register-char-codings): New function. | |
| 500 (make-coding-system): Handle `safe-chars' specification in the arg | |
| 501 PROPERTY. | |
| 502 | |
| 503 * international/mule-cmds.el | |
| 504 (find-coding-systems-region-subset-p): This function deleted. | |
| 505 (sort-coding-systems-predicate): New variable. | |
| 506 (sort-coding-systems): New function. | |
| 507 (find-coding-systems-region): Use | |
| 508 find-coding-systems-region-internal. | |
| 509 (find-coding-systems-string): Use find-coding-systems-region. | |
| 510 (find-coding-systems-for-charsets): Check | |
| 511 char-coding-system-table. | |
| 512 (select-safe-coding-system-accept-default-p): New variable. | |
| 513 (select-safe-coding-system): Mostly rewritten. New argument | |
| 514 ACCEPT-DEFAULT-P. | |
| 515 (select-message-coding-system): Call select-safe-coding-system | |
| 516 with ACCEPT-DEFAULT-P arg. | |
| 517 (reset-language-environment): Reset default-sendmail-coding-system | |
| 518 to the default value iso-latin-1. | |
| 519 (set-language-environment): Don't set the obsolete variable | |
| 520 charset-origin-alist. | |
| 521 | |
| 522 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 523 Give `safe-chars' property to make-coding-system. | |
| 524 | |
| 525 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid | |
| 526 calling select-message-coding-system twice. | |
| 527 | |
| 528 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property | |
| 529 instead of `safe-charsets'. | |
| 530 (cyrillic-alternativnyj): Likewise. | |
| 531 (ccl-encode-alternativnyj): Don't check the charset | |
| 532 cyrillic-iso8859-5. | |
| 533 | |
| 30484 | 534 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
| 535 | |
| 536 * composite.el (compose-chars-after): Preserve match data. | |
| 537 | |
| 30481 | 538 2000-07-26 Sam Steingold <sds@gnu.org> |
| 539 | |
| 540 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function. | |
| 541 (ange-ftp-real-file-newer-than-file-p): New function. | |
| 542 (ange-ftp-verify-visited-file-modtime): Use `float-time'. | |
| 543 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string'). | |
| 544 | |
| 545 * tooltip.el (tooltip-float-time): Removed (use `float-time'). | |
| 546 * midnight.el (midnight-float-time): Ditto. | |
| 547 | |
| 30479 | 548 2000-07-26 Andreas Schwab <schwab@suse.de> |
| 549 | |
| 550 * files.el (normal-backup-enable-predicate): Correct | |
| 551 interpretation of the return value of compare-strings. | |
| 552 | |
| 30471 | 553 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
| 554 | |
| 30477 | 555 * isearch.el (isearch-resume): New function. |
| 556 (isearch-done): Add something to command-history to resume | |
| 557 the search. | |
| 558 (isearch-yank-line, isearch-yank-word): Use | |
| 559 buffer-substring-no-properties instead of buffer-substring. | |
| 560 | |
| 30471 | 561 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead |
| 562 of flyspell-mouse-map. | |
| 563 | |
| 564 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove | |
| 565 duplicate definition. | |
| 566 (makefile-mode): Remove duplicate setting of local-abbrev-table. | |
| 567 | |
| 568 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable. | |
| 569 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table. | |
| 570 | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
571 2000-07-25 Sam Steingold <sds@gnu.org> |
|
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
572 |
| 30459 | 573 * net/ange-ftp.el: Get modtime over the net. |
| 574 (ange-ftp-file-modtime): New function. | |
| 30473 | 575 (ange-ftp-write-region, ange-ftp-insert-file-contents) |
| 576 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime): | |
| 30459 | 577 Use it. |
| 578 (ange-ftp-dot-to-slash): New function. | |
| 579 (ange-ftp-fix-name-for-vms): Use it. | |
| 580 | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
581 * midnight.el (midnight-buffer-display-time): Use |
|
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
582 `with-current-buffer'. |
|
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
583 |
| 30457 | 584 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
| 585 | |
| 586 * find-dired.el: Update copyright notice. | |
| 587 (find-dired): Offer to kill a running `find'. | |
| 588 | |
| 589 * enriched.el (enriched-face-ans): For a `foreground-color' | |
| 590 property, return '(("x-color" COLOR))' so that COLOR will be | |
| 591 output as a parameter of the x-color annotation. Likewise for the | |
| 592 `background-color' property. In the case of normal face | |
| 593 properties, don't return annotations for unspecified foreground | |
| 594 and background face attributes. | |
| 595 | |
| 30450 | 596 2000-07-25 Kenichi Handa <handa@etl.go.jp> |
| 597 | |
| 598 * language/japan-util.el (japanese-katakana-region): Fix handling | |
| 599 HANKAKU argument. | |
| 600 | |
| 30438 | 601 2000-07-25 Miles Bader <miles@gnu.org> |
| 602 | |
| 603 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to | |
| 604 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to | |
| 605 constrain-to-field. | |
| 606 | |
| 30437 | 607 2000-07-24 Andrew Innes <andrewi@gnu.org> |
| 608 | |
| 609 * timer.el (timer-activate-when-idle): Add optional parameter | |
| 610 DONT-WAIT. Update docstring. | |
| 611 (run-with-idle-timer): Specify extra parameter to | |
| 612 timer-activate-when-idle, so that timer will be activated | |
| 613 immediately if Emacs is already idle. | |
| 614 | |
| 615 * w32-fns.el (w32-using-nt): Fix docstring. | |
| 616 | |
| 30434 | 617 2000-07-24 Dave Love <fx@gnu.org> |
| 618 | |
| 619 * mouse.el (popup-menu): Set last-command-event. | |
| 620 (mouse-major-mode-menu-prefix): Declare. | |
| 621 | |
| 30433 | 622 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 623 | |
| 624 * textmodes/flyspell.el: Update to author's version 1.5d. | |
| 625 | |
| 626 * progmodes/hideshow.el: Update copyright notice. | |
| 627 | |
| 628 * vcursor.el: Set maintainer to FSF, since author cannot | |
| 629 be reached. | |
| 630 | |
| 30422 | 631 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 632 | |
| 30424 | 633 * info.el (Info-goto-emacs-key-command-node): Leave a space after |
| 634 the prompt. | |
| 635 | |
| 30422 | 636 * mouse.el (popup-menu): Run the keymap through indirect-function, |
| 637 in case it was defined with define-prefix-key. If the menu is a | |
| 638 list of keymaps, look up the binding of user's choice in each one | |
| 639 of the keymaps. | |
| 640 (mouse-popup-menubar): If the global and local menu-bar keymaps | |
| 641 don't have a prompt string, create one and insert it into the | |
| 642 keymap. Don't barf if current-local-map returns nil. | |
| 643 | |
| 30415 | 644 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> |
| 645 | |
| 646 * dired.el (dired-sort-R-check): Added to allow recursive listing | |
| 647 to be undone. | |
| 648 (dired-sort-other): Use it. | |
| 649 | |
| 30412 | 650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 651 | |
| 30415 | 652 * Release of cc-mode 5.27 |
| 30412 | 653 |
| 654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 655 | |
| 656 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to | |
| 657 c-beginning-of-statement-1 that caused a bad case of recursion | |
| 658 which could consume a lot of CPU in large classes in languages | |
| 659 that have in-expression classes (i.e. Java and Pike). | |
| 660 | |
| 661 * cc-engine.el (c-guess-basic-syntax): Check for in-expression | |
| 662 statements before top level constructs (i.e. case 6 is moved | |
| 663 before case 5 and is now case 4) to catch in-expression | |
| 664 classes in top level expressions correctly. | |
| 665 | |
| 666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 667 | |
| 668 * cc-engine.el (c-guess-basic-syntax): Less naive handling of | |
| 669 objc-method-intro. Case 4 removed and case 5I added. | |
| 670 | |
| 671 * cc-langs.el (c-append-paragraph-start): New variable used by | |
| 672 c-common-init to get paragraph-start correct. | |
| 673 * cc-langs.el (c-common-init): Use c-append-paragraph-start to | |
| 674 initialize paragraph-start to make it correct both with and | |
| 675 without the javadoc special case. | |
| 676 | |
| 677 * cc-mode.el (java-mode): Use c-append-paragraph-start to | |
| 678 initialize paragraph-start for javadoc markup. | |
| 679 | |
| 680 * cc-vars.el (c-style-variables-are-local-p): Incompatible | |
| 681 change by defaulting this to t. It's motivated by the | |
| 682 confusing behavior that otherwise arise from the style system | |
| 683 when editing both java and non-java files at the same time | |
| 684 (see the comments about style setting in c-common-init). | |
| 685 | |
| 686 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 687 | |
| 688 * cc-cmds.el (c-indent-new-comment-line): Added a kludge | |
| 689 similar to the one in c-fill-paragraph to check the fill | |
| 690 prefix from the adaptive fill function for sanity. | |
| 691 | |
| 692 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 693 | |
| 694 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into | |
| 695 defun block. | |
| 696 | |
| 697 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 698 | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
699 * cc-mode.texi Documented the change of cpp-macro. |
| 30412 | 700 |
| 701 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 702 | |
| 703 * cc-align.el (c-lineup-multi-inher): Handle lines with | |
| 704 leading comma nicely. Extended to handle member initializers | |
| 705 too. | |
| 706 | |
| 30415 | 707 * cc-engine.el: (c-beginning-of-inheritance-list, |
| 30412 | 708 c-guess-basic-syntax): Fixed recognition of inheritance lists |
| 709 when the lines begins with a comma. | |
| 710 | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
711 * cc-mode.texi: Updated doc for c-lineup-multi-inher. |
| 30412 | 712 |
| 713 * cc-vars.el (c-offsets-alist): Changed default for | |
| 714 member-init-cont to c-lineup-multi-inher since it now handles | |
| 715 member initializers and indents better for leading commas. | |
| 716 | |
| 717 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 718 | |
| 719 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state | |
| 720 handling that caused class open lines to be recognized as | |
| 721 statement-conts in some cases. | |
| 722 | |
| 723 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix | |
| 724 guessed by the adaptive fill function unless point is on the | |
| 725 first line of a block comment. | |
| 726 | |
| 727 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug | |
| 728 when the buffer ends with a macro continuation char. | |
| 729 | |
| 730 * cc-engine.el (c-guess-basic-syntax): Added support for | |
| 731 function definitions as statements in Pike. The first | |
| 732 statement in a lambda block is now labeled defun-block-intro | |
| 733 instead of statement-block-intro. | |
| 734 | |
| 735 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state | |
| 736 so that the class surrounding point is selected, not the one | |
| 737 innermost in the state. | |
| 738 | |
| 739 * cc-engine.el (c-guess-basic-syntax): Fixed bug in | |
| 740 recognition of switch labels having hanging multiline | |
| 741 statements. | |
| 742 | |
| 743 * cc-engine.el (c-beginning-of-member-init-list): Broke out | |
| 744 some code in c-guess-basic-syntax to a separate function. | |
| 745 * cc-engine.el (c-just-after-func-arglist-p): Fixed | |
| 746 recognition of member inits with multiple line arglists. | |
| 747 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect | |
| 748 member-init-cont when the commas are in funny places. | |
| 749 | |
| 750 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 751 | |
| 752 * cc-defs.el (c-auto-newline): Removed this macro since it's | |
| 753 not used anymore. | |
| 754 | |
| 755 * cc-engine.el (c-looking-at-bos): New helper function. | |
| 756 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell | |
| 757 inexpr and toplevel classes apart in Pike. | |
| 758 | |
| 759 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition | |
| 760 of case 9A. | |
| 761 | |
| 762 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New | |
| 763 constant, since "class" can introduce an in-expression class | |
| 764 in Pike nowadays. | |
| 765 | |
| 766 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 767 | |
| 768 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum | |
| 769 indentation on cpp-macro lines. | |
| 770 | |
| 771 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro | |
| 772 a syntax modifier like comment-intro, to make it possible to | |
| 773 get syntactic indentation for preprocessor directives. It's | |
| 774 incompatible wrt to lineup functions on cpp-macro, but it has | |
| 775 no observable effect in the 99.9% common case where cpp-macro | |
| 776 is set to -1000. | |
| 777 | |
| 778 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 779 | |
| 780 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed | |
| 781 member-init-cont when the preceding arglist is several lines. | |
| 782 | |
| 783 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 784 | |
| 785 * cc-styles.el (c-style-alist): The basic offset for the BSD | |
| 786 style corrected to 8. | |
| 787 | |
| 788 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 789 | |
| 790 * cc-styles.el (c-style-alist): Adjusted the indentation of | |
| 791 brace list openers in the gnu style. | |
| 792 | |
| 793 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 794 | |
| 795 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | |
| 796 | |
| 797 * cc-cmds.el (c-electric-brace, c-electric-slash, | |
| 798 c-electric-star, c-electric-semi&comma, c-electric-colon, | |
| 799 c-electric-lt-gt, c-electric-paren): Don't reindent old lines | |
| 800 when c-syntactic-indentation is nil. | |
| 801 | |
| 802 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where | |
| 803 we were left at comments preceding the first statement when | |
| 804 reaching the beginning of the buffer. | |
| 805 | |
| 806 * cc-vars.el (c-syntactic-indentation): New variable to turn | |
| 807 off all syntactic indentation. | |
| 808 | |
| 809 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 810 | |
| 811 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces | |
| 812 between the text and the block comment ender when it hangs, | |
| 813 depending on how many there are before the fill. | |
| 814 | |
| 815 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 816 | |
| 817 * cc-engine.el (c-beginning-of-closest-statement): New helper | |
| 818 function to go back to the closest preceding statement start, | |
| 819 which could be inside a conditional statement. | |
| 820 * cc-engine.el (c-guess-basic-syntax): Use | |
| 821 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C. | |
| 822 | |
| 823 * cc-engine.el (c-guess-basic-syntax): Better handling of | |
| 824 arglist-intro, arglist-cont-nonempty and arglist-close when | |
| 825 the arglist is nested inside parens. Cases 7A, 7C and 7F | |
| 826 changed. | |
| 827 | |
| 828 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought | |
| 829 up-to-date with javadoc 1.2. | |
| 830 | |
| 831 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 832 | |
| 833 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of | |
| 834 multiline Pike type decls. | |
| 835 | |
| 836 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 837 | |
| 838 * cc-cmds.el (c-indent-new-comment-line): Always break | |
| 839 multiline comments in multiline mode, regardless of | |
| 840 comment-multi-line. | |
| 841 | |
| 842 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 843 | |
| 844 * cc-engine.el (c-guess-basic-syntax): Fixed bug with | |
| 845 fully::qualified::names in C++ member init lists. Preamble in | |
| 846 case 5D changed. | |
| 847 | |
| 848 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 849 | |
| 850 * cc-langs.el (c-common-init): Handling of obsolete variables | |
| 851 moved to c-initialize-cc-mode. More compatible style override | |
| 852 when using global style variables. | |
| 853 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete | |
| 854 variables moved here. | |
| 855 | |
| 30415 | 856 * cc-mode.texi: Documented the special behavior of |
| 30412 | 857 c-special-indent-hook as a style variable. Don't talk about |
| 858 doing (c-make-styles-buffer-local t) in a mode hook, since | |
| 859 that's already too late to work right. | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
860 |
| 30412 | 861 * cc-styles.el (c-make-styles-buffer-local): Flag style |
| 862 variable localness in c-style-variables-are-local-p to make | |
| 863 the compatibility measure in c-common-init work well. | |
| 864 | |
| 865 * cc-styles.el (c-set-style-1): c-special-indent-hook can no | |
| 866 longer contain set-from-style. | |
| 867 * cc-styles.el (c-initialize-builtin-style): Don't check for | |
| 868 set-from-style on c-special-indent-hook. | |
| 869 * cc-styles.el (c-copy-tree): Obsolete. The standard function | |
| 870 copy-alist is sufficient now. | |
| 871 | |
| 872 * cc-styles.el (c-set-style, c-set-style-1, | |
| 873 c-get-style-variables): Fixes to variable initialization so | |
| 874 that duplicate entries in styles have the same effect | |
| 875 regardless of DONT-OVERRIDE. | |
| 876 | |
| 877 * cc-styles.el (c-set-style-2): Fixed bug where the | |
| 878 initialization of inheriting styles failed when the | |
| 879 dont-override flag is set. | |
| 880 | |
| 881 * cc-vars.el (c-special-indent-hook): Don't use set-from-style | |
| 882 on this. | |
| 883 | |
| 884 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> | |
| 885 | |
| 886 * cc-defs.el (c-forward-comment): Removed the workaround | |
| 887 introduced in 5.38 since it had worse side-effects. If a line | |
| 888 contains the string "//\"", it regarded the // as a comment | |
| 889 start since the \ temporarily doesn't have escape syntax. | |
| 890 | |
| 891 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | |
| 892 | |
| 893 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | |
| 894 ada-xref.el before ada-prj.el, so that the Project menu is created | |
| 895 when ada-prj tries to add to it. | |
| 896 (ada-activate-keys-for-case): Suppress the characters that are not | |
| 897 part of the Ada syntax. Better compatibility with else-mode | |
| 898 (ada-adjust-case-interactive): When auto-casing is not active, | |
| 899 correctly insert newlines (used to insert only ^M). Prevent the | |
| 900 syntax table from being changed in case of an error | |
| 901 (or '_' becomes part of a word and some commands are confused). | |
| 902 Do nothing if ada-auto-case is nil. | |
| 903 (ada-after-keyword-p): Ignore keywords that are also attributes | |
| 904 (ada-batch-reformat): Update usage comment | |
| 905 (ada-call-from-contextual-menu): New function | |
| 906 (ada-case-read-exceptions): Reinitialize the casing exception list | |
| 907 first to nil first, so that the casing exception file can be | |
| 908 shared. | |
| 909 (ada-check-defun-name): Handles "configure" keyword for gnatdist | |
| 910 files. | |
| 911 (ada-compile-goto-error): Fix regexp used to detect a file:line | |
| 912 anywhere in the error message | |
| 913 (ada-contextual-menu-last-point): New variable | |
| 914 (ada-create-keymap): If the variable delete-key-deletes-forward is | |
| 915 t on XEmacs, it means that DEL should delete one character | |
| 916 forward. | |
| 917 (ada-create-menu): Use :included instead of :visible for XEmacs. | |
| 918 New submenu "Options". | |
| 919 (ada-end-stmt-re): Correctly indent "select ... then abort" | |
| 920 statements. | |
| 921 (ada-fill-comment-paragraph): Correctly delete all leading '--' | |
| 922 even if they don't match ada-fill-comment-prefix Fix handling of | |
| 923 paragraphs on the first or last line of a file. | |
| 924 (ada-format-paramlist): Fix handling of default parameter values. | |
| 925 (ada-get-body-name): New function. | |
| 926 (ada-get-current-indent): Optimized by searchling directly for an | |
| 927 existing generic part or a statement outside of it. Handle | |
| 928 ada-indent-align-comments when indenting comments Replaced some | |
| 929 regexps by testing directly the next character. This results in a | |
| 930 huge speedup on some files. New indentation scheme for renames | |
| 931 statements. Stop looking for the 'while' or 'for' associated with | |
| 932 a 'loop' at the first semicolon encountered. A "return" can also | |
| 933 match an anonymous access subprogram declaration. | |
| 934 (ada-get-indent-noindent): Ignore strings and comments when | |
| 935 looking for the keywords "record" and "private". | |
| 936 (ada-goto-matching-decl-start): When matching "if", make sure we | |
| 937 are not in fact seeing "end if". Ignore "when" statements except | |
| 938 when initial keyword was "begin". Fix handling of nested | |
| 939 procedures. Add a recursive call to this function to skip over | |
| 940 other 'end' statmts. Fix indentation for "when .. => begin" | |
| 941 (ada-in-open-paren-p): Fix indentation for complex boolean | |
| 942 expressions, where 'and then', 'or else' and parenthesis | |
| 943 statements are mixed up. | |
| 944 (ada-in-paramlist-p): Skip comments while searching for the | |
| 945 beginning Fix handling of operator declarations. | |
| 946 (ada-indent-align-comments): New variable | |
| 947 (ada-indent-current): Change the syntax table only in the | |
| 948 protected section, so that we are sure it is restored correctly. | |
| 949 (ada-indent-on-previous-lines): Use ada-use-indent and | |
| 950 ada-with-indent Correctly indent "select ... then" | |
| 951 (ada-indent-region): Slight speedup. | |
| 952 (ada-indent-renames): New variable. | |
| 953 (ada-last-which-function-subprog, ada-last-which-function-line): | |
| 954 New variables | |
| 955 (ada-looking-at-semi-private): Correctly indent the 'private' | |
| 956 keyword when it is the first word in a package declaration. | |
| 957 (ada-loose-case-word): Stop searching if at the end of the buffer. | |
| 958 (ada-loose-case-word, ada-capitalize-word): Recase the whole word | |
| 959 even if point is not initially at the end of the word. | |
| 960 (ada-matching-decl-start-re): Add "when". | |
| 961 (ada-mode): Add support for abbrev-mode, outline-mode and | |
| 962 which-func-mode Override the old find-file.el entry in | |
| 963 ff-special-constructs since it is using the obsolete | |
| 964 ada-spec-suffix variable | |
| 965 (ada-no-auto-case): New function | |
| 966 (ada-scan-paramlist): When parsing the argument type, accept | |
| 967 spaces (as in "X 'Class", generated by Rational Rose). | |
| 968 (ada-other-file-name): No longer loads the other file. | |
| 969 (ada-popup-menu): Save and restore the current buffer and cursor | |
| 970 position before and after displaying the menu. | |
| 971 (ada-search-ignore-complex-boolean): New function. | |
| 972 (ada-uncomment-region): Emacs21 already knows how to delete | |
| 973 comments not starting in the first column. | |
| 974 (ada-use-indent): New variable | |
| 975 (ada-which-function): New function. | |
| 976 (ada-with-indent): New variable | |
| 977 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el | |
| 978 can be batch-compiled from the command line. | |
| 979 | |
| 980 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. | |
| 981 Add to the menu when the file is loaded, not in ada-mode-hook. | |
| 982 Add -toolbar to the default ddd command Switches moved from | |
| 983 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to | |
| 984 ada-prj-default-comp-opt | |
| 985 (ada-add-ada-menu): Remove the map and name parameters Add the Ada | |
| 986 Reference Manual to the menu | |
| 987 (ada-check-current): rewritten as a call to ada-compile-current | |
| 988 (ada-compile): Removed. | |
| 989 (ada-compile-application, ada-compile-current, ada-check-current): | |
| 990 Set the compilation-search-path so that compile.el automatically | |
| 991 finds the sources in src_dir. Automatic scrollong of the | |
| 992 compilation buffer. C-uC-cC-c asks for confirmation before | |
| 993 compiling | |
| 994 (ada-compile-current): New parameter, prj-field | |
| 995 (ada-complete-identifier): Load the .ali file before doing | |
| 996 processing | |
| 997 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to | |
| 998 conform to gnatmake's behavior. | |
| 999 (ada-find-file-in-dir): New function | |
| 1000 (ada-find-references): Set the environment variables for gnatfind | |
| 1001 (ada-find-src-file-in-dir): New function. | |
| 1002 (ada-first-non-nil): Removed | |
| 1003 (ada-gdb-application): Add support for jdb, the java debugger. | |
| 1004 (ada-get-ada-file-name): Load the original-file first if not done | |
| 1005 yet. | |
| 1006 (ada-get-all-references): Handles the new ali syntax (parent types | |
| 1007 are found between <>). | |
| 1008 (ada-initialize-runtime-library): New function | |
| 1009 (ada-mode-hook): Always load a project file when a file is opened, | |
| 1010 so that the casing exceptions are correctly read. | |
| 1011 (ada-operator-re): Add all missing operators ("abs", "rem", "**"). | |
| 1012 (ada-parse-prj-file): Use find-file-noselect instead of find-file | |
| 1013 to open the project file, since the latter does not work with | |
| 1014 speedbar Get default values before loading the prj file, or the | |
| 1015 default executable file name is wrong. Use the absolute value of | |
| 1016 src_dir to initialize ada-search-directories and | |
| 1017 compilation-search-path,... Add the standard runtime library to | |
| 1018 the search path for find-file. | |
| 1019 (ada-prj-default-debugger): Was missing an opening '{' | |
| 1020 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New | |
| 1021 variables. | |
| 1022 (ada-prj-default-gnatmake-opt): New variable | |
| 1023 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada | |
| 1024 buffers, the project file is the default one Save the windows | |
| 1025 configuration before displaying the menu. | |
| 1026 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed | |
| 1027 (ada-read-identifier): Fix xrefs on operators (for "mod", "and", | |
| 1028 ...) regexp-quote identifiers names to support operators +, | |
| 1029 -,... in regexps. | |
| 1030 (ada-remote): New function. | |
| 1031 (ada-run-application): Erase the output buffer before starting the | |
| 1032 run Support remote execution of the application. Use | |
| 1033 call-process, or the arguments are incorrectly parsed | |
| 1034 (ada-set-default-project-file): Reread the content of the active | |
| 1035 project file, not the one from the current buffer When a project | |
| 1036 file is set as the default project, all directories are | |
| 1037 automatically associated with it. | |
| 1038 (ada-set-environment): New function | |
| 1039 (ada-treat-cmd-string): New special variable ${current} | |
| 1040 (ada-treat-cmd-string): Revised. The substitution is now done for | |
| 1041 any ${...} substring | |
| 1042 (ada-xref-current): If no body was found, compiles the spec | |
| 1043 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the | |
| 1044 compiler to get rid of command line length limitations. | |
| 1045 (ada-xref-get-project-field): New function | |
| 1046 (ada-xref-project-files): New variable | |
| 1047 (ada-xref-runtime-library-specs-path) | |
| 1048 (ada-xref-runtime-library-ali-path): New variables | |
| 1049 (ada-xref-set-default-prj-values): Default run command now does a | |
| 1050 cd to the build directory. New field: main_unit Provide a default | |
| 1051 file name even if the current buffer has no prj file. | |
| 1052 | |
| 1053 * ada-prj.el: | |
| 1054 Rewritten to show a tabbed-dialog. | |
| 1055 (ada-prj-add-ada-menu): Remove the map and name parameters. | |
| 1056 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): | |
| 1057 New function | |
| 1058 (ada-prj-load-directory, ada-prj-subdirs-of): New functions | |
| 1059 (ada-prj-load-from-file): New function | |
| 1060 (ada-prj-save): Always save fields that depend on the current buffer | |
| 1061 (ada-prj-show-value): New function | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1062 |
| 30412 | 1063 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in |
| 1064 Ada mode. This will allow us to display the Ada menu in any buffer | |
| 1065 we want (for project items). | |
| 1066 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct | |
| 1067 number of spaces in the header. | |
|
30458
241c83e5f559
midnight-buffer-display-time: use with-current-buffer
Sam Steingold <sds@gnu.org>
parents:
30457
diff
changeset
|
1068 |
| 30395 | 1069 2000-07-24 Dave Love <fx@gnu.org> |
| 1070 | |
| 1071 * ediff-init.el (ediff-region-help-echo): Bind face-help. | |
| 1072 | |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1073 2000-07-23 Noah Friedman <friedman@splode.com> |
|
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1074 |
|
30392
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1075 * type-break.el (type-break): perform autosave. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1076 Suggested by Stephen Gildea <gildea@intouchsys.com>. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1077 (type-break-do-query): Cancel query schedule while performing |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1078 actual query, to avoid possibility of a second query being made |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1079 while first one is already in progress. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1080 (type-break-time-stamp-format): New variable. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1081 (type-break-time-stamp): New function. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1082 (type-break-time-warning): Use it. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1083 (type-break-keystroke-warning): Use it. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1084 (type-break-noninteractive-query): Use it. |
|
cbb8dfde490d
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30390
diff
changeset
|
1085 |
|
30390
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1086 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1087 cookie. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1088 Use add-minor-mode to set minor-mode-alist, if available. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1089 (eldoc-echo-area-use-multiline-p): New user option. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1090 (eldoc-echo-area-multiline-supported-p): New variable. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1091 (eldoc-docstring-format-sym-doc): Use them. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1092 (eldoc-mode): If not using idle timers, append to local post and |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1093 pre command hooks. Suggested by David Byers <davby@ida.liu.se>. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1094 (eldoc-display-message-no-interference-p): Don't interfere with |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1095 edebug. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1096 Add autoload cookie for eldoc-mode minor-mode-alist initialization. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1097 (eldoc-function-arglist): New function. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1098 (eldoc-function-argstring): Use it. |
|
91ee387fb19e
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30388
diff
changeset
|
1099 |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1100 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure |
|
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1101 auto save directory exists before calling directory-files. |
|
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1102 |
| 30386 | 1103 2000-07-23 Dave Love <fx@gnu.org> |
| 1104 | |
| 1105 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i, | |
| 1106 ^o, ^u. | |
| 1107 | |
| 30359 | 1108 2000-07-21 Dave Love <fx@gnu.org> |
| 1109 | |
| 30374 | 1110 * ediff-init.el (ediff-region-help-echo): Modify to use overlay |
| 1111 now passed to the function. It now works properly. | |
| 1112 | |
| 30359 | 1113 * smerge-mode.el (smerge-mode-menu): Fill it out. |
| 1114 | |
| 30350 | 1115 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
| 1116 | |
| 1117 * info-look.el (info-lookup): If *info* is shown in another frame | |
| 1118 on the same display, select that frame, instead of switching to | |
| 1119 the Info buffer in another window of the selected frame. | |
| 1120 | |
| 1121 * simple.el (universal-argument-map): Bind numeric keypad keys | |
| 1122 kp-0 to kp-9 and kp-subtract. | |
| 1123 (digit-argument): Handle these keys. | |
| 1124 | |
| 30346 | 1125 2000-07-20 Dave Love <fx@gnu.org> |
| 1126 | |
| 1127 * net/goto-addr.el (goto-address-fontify): Don't bother with | |
| 1128 buffer-modified and read-only stuff -- irrelevant with overlays. | |
| 1129 Put an extra property on the overlays and use it to clean up in | |
| 1130 case goto-address is re-run. | |
| 1131 | |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1132 2000-07-19 Richard M. Stallman <rms@gnu.org> |
|
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1133 |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1134 * timer.el (run-with-idle-timer): Doc fix. |
|
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30335
diff
changeset
|
1135 |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1136 * mail/mail-utils.el (mail-strip-quoted-names): |
|
30334
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1137 Handle case where <...> appears inside "...". |
|
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1138 Use replace-match to edit the string more simply. |
|
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1139 (rmail-dont-reply-to): Cope with an unmatched ". |
|
367cc943e9f0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30331
diff
changeset
|
1140 |
| 30331 | 1141 2000-07-19 Dave Love <fx@gnu.org> |
| 1142 | |
| 1143 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs | |
| 1144 implementation. | |
| 1145 | |
| 1146 * mouse.el (popup-menu): Allow a list of keymaps for menu arg. | |
| 1147 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions. | |
| 1148 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff. | |
| 1149 | |
| 30318 | 1150 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
| 1151 | |
| 30329 | 1152 * textmodes/refer.el: Correct maintainer's email address. |
| 1153 | |
| 1154 * progmodes/hideif.el: Correct author's email address. | |
| 1155 Fix typo in comment. | |
| 1156 | |
| 1157 * xml.el: New file. | |
| 1158 | |
| 30318 | 1159 * mail/mailheader.el: Correct author's mail address. |
| 1160 | |
| 1161 * gnus/parse-time.el: Correct author's mail address. | |
| 1162 | |
| 30329 | 1163 2000-07-19 Colin Walters <walters@cis.ohio-state.edu> |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1164 |
|
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1165 * comint.el (comint-highlight-input, comint-highlight-face): |
| 30329 | 1166 New user options. |
| 1167 (comint-input-ring-file-name): Change custom type. | |
| 1168 (comint-mode-map): Bind mouse-2. | |
| 1169 (comint-insert-clicked-input): New function. | |
| 1170 (comint-send-input): Handle input highlighting. | |
| 1171 | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1172 2000-07-18 Stefan Monnier <monnier@cs.yale.edu> |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1173 |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1174 * mouse.el (popup-menu): New function. |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1175 (mouse-major-mode-menu): Use it. |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1176 |
| 30311 | 1177 2000-07-18 Dave Love <fx@gnu.org> |
| 1178 | |
| 1179 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo | |
| 1180 improvements. | |
| 1181 | |
| 30308 | 1182 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 1183 | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1184 * faces.el (face-font-selection-order) |
| 30308 | 1185 (face-font-family-alternatives): Add custom type. |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1186 |
| 30298 | 1187 2000-07-18 Dave Love <fx@gnu.org> |
| 1188 | |
| 1189 * cus-edit.el (custom-variable-reset-saved) | |
| 1190 (custom-variable-reset-standard): Remove unused bindings. | |
| 1191 | |
| 1192 * rect.el (open-rectangle-line): Remove unused let. | |
| 1193 | |
| 1194 * hl-line.el (hl-line-highlight): Check hl-line-mode. | |
| 1195 | |
| 30296 | 1196 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 1197 | |
| 1198 * cdl.el: Fix `Maintainer' keyword. | |
| 1199 | |
| 1200 * play/pong.el: Add author's email address. | |
| 1201 | |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1202 2000-07-17 Sam Steingold <sds@gnu.org> |
|
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1203 |
|
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1204 * files.el (insert-directory): Call `split-string' instead of |
|
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1205 re-implementing it. |
|
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1206 |
| 30290 | 1207 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 1208 | |
| 1209 * mail/vms-pmail.el: Change maintainer to FSF. | |
| 1210 | |
| 1211 * net/goto-addr.el: Change maintainer to FSF. | |
| 1212 | |
| 1213 * recentf.el: Update from author. | |
| 1214 | |
| 1215 * info.el (Info-title-face-alist): Removed. | |
|
30388
018e42425bee
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30386
diff
changeset
|
1216 |
| 30277 | 1217 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
| 1218 | |
| 1219 * eshell/eshell.el (eshell): Replace links to eshell.info with | |
| 1220 links to eshell, to avoid problems on systems where the manual is | |
| 1221 installed as `eshell'. | |
| 1222 * eshell/esh-cmd.el (eshell-cmd): Ditto. | |
| 1223 * eshell/em-smart.el (eshell-smart): Ditto. | |
| 1224 * eshell/em-banner.el (eshell-banner): Ditto. | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1225 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto. |
| 30277 | 1226 |
| 1227 * eshell/em-unix.el (eshell-shuffle-files): Don't disable | |
| 1228 same-file check in the MS-DOS version (it does support inodes). | |
| 1229 | |
| 1230 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix. | |
| 1231 | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1232 * eshell/eshell.el (eshell-directory-name): |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1233 Run default directory name through convert-standard-filename. |
| 30277 | 1234 |
| 30255 | 1235 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
| 1236 | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1237 * international/mule-cmds.el (select-safe-coding-system): |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1238 Fix typo in the comment. |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1239 |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1240 * language/european.el (compound-text): |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1241 Force katakana-jisx0201 to be designated to G1. |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1242 |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1243 * international/mule-conf.el (oldjis-newjis-jisroman-ascii): |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1244 Don't translate some national variant characters of latin-jisx0201. |
| 30262 | 1245 (x-ctext): Force katakana-jisx0201 to be designated to G1. |
| 30257 | 1246 |
| 30255 | 1247 * international/kkc.el (kkc-after-update-conversion-functions): |
| 1248 New variable. | |
| 1249 (kkc-update-conversion): Run functions in it at the tail. | |
| 1250 | |
| 30277 | 1251 2000-07-16 John Wiegley <johnw@gnu.org> |
|
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1252 |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1253 * lisp/align.el (align-newline-and-indent): |
|
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1254 Adding new function. for auto-aligning blocks of code on RET. |
|
30254
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1255 (align-region): Fixed badly formatted minibuffer message. |
|
857a458d569d
Added a new feature to align.el
John Wiegley <johnw@newartisans.com>
parents:
30253
diff
changeset
|
1256 |
| 30253 | 1257 2000-07-17 Kenichi Handa <handa@etl.go.jp> |
| 1258 | |
|
30313
230ffbb2b7a8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30311
diff
changeset
|
1259 * international/kkc.el (kkc-show-conversion-list-count): Customize it. |
| 30253 | 1260 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show |
| 1261 the conversion list at first if appropriate. | |
| 1262 (kkc-next): Don't update kkc-next-count here. | |
| 1263 (kkc-prev): Don't update kkc-prev-count here. | |
| 1264 (kkc-show-conversion-list-update): Fix setting up of conversion | |
| 1265 list message. | |
| 1266 | |
|
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1267 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> |
|
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1268 |
| 30290 | 1269 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key. |
|
30250
bf443dabe303
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30248
diff
changeset
|
1270 |
| 30248 | 1271 2000-07-16 Dave Love <fx@gnu.org> |
| 1272 | |
| 1273 * cus-edit.el (custom-buffer-create-internal): Use a help-echo | |
| 1274 function to be more specific. | |
| 1275 | |
| 1276 * wid-edit.el (widget-specify-field, widget-specify-button): Allow | |
| 1277 non-string help-echo. | |
| 1278 (widget-types-convert-widget): Defsubst it. | |
| 1279 (widget-echo-help): Try to cope with a help-echo function of two | |
| 1280 possible sorts. | |
| 1281 | |
| 30241 | 1282 2000-07-15 Jason Rumney <jasonr@gnu.org> |
| 1283 | |
| 1284 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist): | |
| 1285 Declare as obsolete. | |
| 1286 | |
| 1287 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons. | |
| 1288 | |
| 30226 | 1289 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
| 1290 | |
| 1291 * hilit-chg.el: Fix typo. | |
| 1292 | |
| 30221 | 1293 2000-07-14 Dave Love <fx@gnu.org> |
| 1294 | |
| 1295 * info.el (Info-mode-menu): Fix use of :help, :enable. | |
| 1296 | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1297 2000-07-14 Stefan Monnier <monnier@cs.yale.edu> |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1298 |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1299 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label. |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1300 |
| 30193 | 1301 2000-07-13 Dave Love <fx@gnu.org> |
| 1302 | |
| 30195 | 1303 * emacs-lisp/easymenu.el: Doc fixes. |
| 1304 (easy-menu-remove): Defalias to ignore. | |
| 1305 | |
| 30193 | 1306 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback): |
| 1307 Call throw correctly. | |
| 1308 | |
| 30190 | 1309 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
| 1310 | |
| 1311 * faces.el (frame-background-mode): Doc fix. | |
| 1312 | |
| 1313 * simple.el (eval-expression-print-length): Change custom type to | |
| 1314 allow entering nil as value. | |
| 1315 | |
| 30185 | 1316 2000-07-13 Dave Love <fx@gnu.org> |
| 1317 | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1318 * progmodes/fortran.el (fortran-imenu-generic-expression): |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1319 Change definition layout. |
| 30187 | 1320 (fortran-mode-menu): Reinstate customize entries. |
| 1321 | |
| 30185 | 1322 * cus-edit.el (custom-group-menu-create, customize-menu-create): |
| 1323 Use :filter, per old XEmacs code. | |
| 1324 | |
| 30170 | 1325 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
| 1326 | |
| 1327 * term.el (term-send-raw-meta): Strip modifiers from the keyboard | |
| 1328 event when deciding what to send to the terminal. | |
| 1329 | |
| 30168 | 1330 2000-07-12 Dave Love <fx@gnu.org> |
| 1331 | |
| 1332 * cus-start.el: Add optional version as 4th element of specs and | |
| 1333 use it for several things new in v21. Remove load-path. Fix type | |
| 1334 of line-number-display-limit. | |
| 1335 | |
| 30148 | 1336 2000-07-11 Dave Love <fx@gnu.org> |
| 1337 | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1338 * progmodes/fortran.el: Don't require easymenu. |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1339 Use repeat counts in various regexps. |
| 30150 | 1340 (fortran-mode-syntax-table): Defvar directly. |
| 1341 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2) | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1342 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords): |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1343 Use defvar, not defconst. |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1344 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'. |
| 30150 | 1345 (fortran-mode): Set fortran-comment-line-start-skip, |
| 1346 fortran-comment-line-start-skip, dabbrev-case-fold-search. | |
| 1347 (fortran-comment-indent): Use defsubst. | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1348 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line): |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1349 Use fortran-comment-indent, not fortran-comment-indent-function. |
| 30150 | 1350 (fortran-comment-region, fortran-electric-line-number): Simplify. |
| 1351 (fortran-auto-fill): New function. | |
| 1352 (fortran-do-auto-fill): Deleted. | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1353 (fortran-find-comment-start-skip): |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1354 Check for non-null comment-start-skip. |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1355 (fortran-auto-fill-mode, fortran-fill-statement): |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1356 Use fortran-auto-fill. |
| 30150 | 1357 (fortran-fill): Use fortran-auto-fill. Check for null |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1358 comment-start-skip. Simplify final clause and use end-of-line finally. |
| 30150 | 1359 |
| 30148 | 1360 * widget.el (widget-plist-member): New alias. |
| 1361 | |
| 30146 | 1362 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 1363 | |
| 1364 * eshell/esh-module.el (toplevel): Reference | |
| 1365 byte-compile-current-file only if it is bound. | |
| 1366 | |
| 30131 | 1367 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 1368 | |
| 1369 * dired.el: Don't require `dired-aux'. | |
| 1370 | |
| 30127 | 1371 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> |
| 1372 | |
| 1373 * dired-aux.el (dired-show-file-type): New function. | |
| 1374 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. | |
| 1375 (dired-show-file-type): Add autoload. | |
| 1376 | |
| 30125 | 1377 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
| 1378 | |
| 1379 * international/mule-diag.el (describe-font): Adjusted for the | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1380 change of fontset-info. |
| 30125 | 1381 (print-fontset): Likewise. |
| 1382 | |
|
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1383 2000-07-09 Stefan Monnier <monnier@cs.yale.edu> |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1384 |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1385 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1386 |
| 30111 | 1387 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
| 1388 | |
| 30131 | 1389 * bindings.el: Bind `[delete]' to delete-char. |
| 30115 | 1390 |
| 30111 | 1391 * dired.el (dired-find-alternate-file): New function. |
| 1392 (dired-mode-map): Bind `a' to dired-find-alternate-file. | |
| 1393 (toplevel): Require dired-aux when compiling. | |
| 1394 (dired-buffers): Move defvar within file to avoid compiler warning. | |
| 1395 | |
| 1396 * info.el (Info-last-search): Variable removed. | |
| 1397 (Info-search-history): New variable. | |
| 1398 (Info-search): New Info-search-history. | |
| 1399 | |
| 1400 * battery.el, info-look.el: Change author's mail address. | |
| 1401 | |
| 30115 | 1402 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us> |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1403 |
| 30115 | 1404 * mail/rmail.el (rmail-clear-headers): Don't throw an error |
| 1405 if rmail-ignored-headers is nil. | |
| 1406 (rmail-retry-failure): Bind rmail-ignored-headers and | |
| 1407 rmail-displayed-headers to nil. | |
| 1408 | |
| 30096 | 1409 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
| 1410 | |
| 30103 | 1411 * lpr.el (lpr-page-header-switches): Add `-h' switch. |
| 1412 (print-region-1): Don't hard code `-h' here. | |
| 1413 | |
| 30096 | 1414 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. |
| 1415 | |
| 30103 | 1416 2000-07-01 Francesco Potorti` <pot@gnu.org> |
| 1417 | |
| 1418 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as | |
| 1419 exim can use "your message" instead of "the message". | |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1420 |
|
30123
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1421 2000-07-06 Stefan Monnier <monnier@cs.yale.edu> |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1422 |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1423 * facemenu.el: Docstrings fixes. |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1424 (facemenu-get-face): Don't use internal-find-face. |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1425 (facemenu-iterate): Rename arg to match the docstring. |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1426 |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1427 * newcomment.el (uncomment-region): Be more careful when skipping |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1428 backwards over `=' not to bump into BOBP. |
|
b235edbd96c8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30115
diff
changeset
|
1429 |
|
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1430 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1431 |
| 30096 | 1432 * ediff-diff.el (ediff-wordify): Use syntax table. |
| 1433 * ediff-init.el (ediff-has-face-support-p): Use | |
|
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1434 ediff-color-display-p. |
| 30096 | 1435 (ediff-color-display-p): Use display-color-p, changed to defun |
|
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1436 from defsubst. |
|
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1437 Got rid of special cases for NeXT and OS/2. |
| 30096 | 1438 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline |
|
30089
f7f64f1ccc38
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
30088
diff
changeset
|
1439 face. |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1440 |
|
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1441 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1442 |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1443 * emacs-lisp/lucid.el: Require CL. |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1444 (copy-tree, remprop): Remove, it's provided by CL. |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1445 (map-keymap): Define in terms of cl-map-keymap. |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1446 (extent-property, set-extent-end-glyph): New functions. |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1447 |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1448 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. |
|
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1449 |
| 30076 | 1450 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 1451 | |
| 30085 | 1452 * Makefile.in (DONTCOMPILE): Add comment that the name may |
| 1453 not be changed without changing the make-dist script. | |
| 1454 | |
|
30088
2ed241fb45f7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30085
diff
changeset
|
1455 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
| 30076 | 1456 (cl-mapc): Use mapc instead of cl-old-mapc. |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1457 |
| 30067 | 1458 2000-07-05 Andrew Innes <andrewi@gnu.org> |
| 1459 | |
| 1460 * makefile.nt: Add support for `bootstrap' and related targets. | |
| 1461 | |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1462 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1463 |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1464 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1465 (easy-menu-do-define): Use `menu-item' format. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1466 Handle case where easy-menu-create-menu returns a symbol. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1467 Manually call the potential top-level filter in the function binding. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1468 (easy-menu-filter-return): New arg NAME. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1469 Convert to a keymap if MENU is an XEmacs menu. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1470 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1471 (easy-menu-converted-items-table, easy-menu-convert-item): |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1472 New var and fun to memoize easy-menu-convert-item-1. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1473 (easy-menu-do-add-item): Use it. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1474 (easy-menu-create-menu): Use easy-menu-convert-item. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1475 Wrap easy-menu-filter-return around any :filter specification. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1476 Don't convert the menu if a filter was specified. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1477 Tell easy-menu-make-symbol not to check for MENU being an expression. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1478 (easy-menu-make-symbol): New arg NOEXP. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30056
diff
changeset
|
1479 |
| 30056 | 1480 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 1481 | |
| 1482 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter | |
| 1483 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer. | |
| 1484 (eval-defun): If called with prefix arg, instrument code for | |
| 1485 Edebug. | |
| 1486 | |
| 1487 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string | |
| 1488 similar to that of eval-defun. | |
| 1489 | |
| 30029 | 1490 2000-07-04 Dave Love <fx@gnu.org> |
| 1491 | |
| 30035 | 1492 * hl-line.el (hl-line-overlay): Make it permanent-local. |
| 1493 | |
| 30029 | 1494 * calendar/todo-mode.el: Replaced with a working version, based on |
| 1495 revision 1.34 tidied up. | |
| 1496 | |
| 1497 2000-07-03 Miles Bader <miles@lsi.nec.co.jp> | |
| 30021 | 1498 |
| 1499 * paths.el (prune-directory-list): New function. | |
| 1500 (Info-default-directory-list): Rewritten to more methodically | |
| 1501 enumerate a big list of possible info directories (based on the | |
| 1502 list used by the standalone info reader). | |
| 30029 | 1503 |
| 30021 | 1504 * info.el (info-initialize): Use prune-directory-list to remove |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1505 non-existent directories from Info-directory-list. |
| 30021 | 1506 |
| 1507 * paths.el (Info-default-directory-list): Try a list of possible | |
| 1508 info-directories instead of a single one. Add the possible | |
| 1509 info directory "/usr/share/info". | |
| 1510 | |
| 1511 * woman.el (woman-man.conf-path): Explicitly include the debian | |
| 1512 man-db config file "/etc/manpath.config". | |
| 1513 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as | |
| 1514 are present in `manpath.config'. | |
| 1515 (woman-manpath): Include "/usr/share/man". | |
| 1516 | |
| 30006 | 1517 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
| 1518 | |
| 30017 | 1519 * frame.el (blink-cursor-mode): Don't hide cursor initially. |
| 1520 | |
| 1521 * startup.el (command-line): Initialize blink-cursor based | |
| 1522 on window-system. | |
| 1523 | |
| 30014 | 1524 * frame.el (blink-cursor): Default to nil if not running under |
| 1525 a window-system. | |
| 1526 | |
| 30012 | 1527 * faces.el (face-spec-set): Ignore invalid attributes like 20.x. |
| 1528 (face-x-resources): Remove duplicate entry for :font. | |
| 1529 | |
| 30006 | 1530 * textmodes/refer.el (refer-find-entry-internal): Use some-window |
| 1531 instead of cycling through windows with next-window. | |
| 1532 | |
| 1533 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
| 1534 of cycling through windows with next-window. | |
| 1535 | |
| 1536 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
| 1537 of cycling through windows with next-window. | |
| 1538 | |
| 1539 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
| 1540 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
| 1541 instead of cycling through windows with next-window. | |
| 1542 | |
| 1543 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
| 1544 instead of cycling through windows with next-window. | |
| 1545 | |
| 1546 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
| 1547 of cycling through windows with next-window. | |
| 1548 | |
| 1549 * terminal.el (te-process-output): Use walk-windows instead of | |
| 1550 cycling through windows with next-window. | |
| 1551 | |
| 1552 * server.el (server-switch-buffer): Use some-window instead of | |
| 1553 cycling through windows with next-window. | |
| 1554 | |
| 1555 * window.el (some-window): New function. | |
| 1556 (walk-windows): Remove reference to walk-windows-start. | |
| 29996 | 1557 |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1558 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil. |
| 29996 | 1559 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
1560 2000-07-03 Richard Stallman <rms@gnu.org> |
| 30006 | 1561 |
| 1562 * window.el (walk-windows): Guarantee termination by keeping a list | |
| 1563 of all the windows already handled. | |
| 1564 | |
| 29975 | 1565 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 1566 | |
| 1567 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | |
| 1568 window-system. | |
| 1569 | |
| 1570 * man.el (Man-notify-when-ready): Don't use window-system. If | |
| 1571 Man-notify-method is newframe, and the display is not | |
| 1572 multi-frame, select the frame created for the man page. | |
| 1573 (Man-init-defvars): Doc fix. | |
| 1574 | |
| 29972 | 1575 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 1576 | |
| 29982 | 1577 * faces.el (region): Change background color for light background. |
| 1578 | |
| 1579 * ediff-wind.el (ediff-setup-control-frame): Remove :box | |
| 1580 attribute from mode-line face of Ediff control frame. | |
| 1581 | |
| 29972 | 1582 * replace.el (query-replace-map): Bind `e' like `E'. |
| 1583 | |
| 29967 | 1584 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 1585 | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1586 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: |
|
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1587 Change name to "Select All". |
| 29969 | 1588 |
| 29967 | 1589 * dos-fns.el (convert-standard-filename): Fix last change. |
| 1590 | |
| 29957 | 1591 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
| 1592 | |
| 29959 | 1593 * help.el (describe-variable): Don't insert a second `'s' in front |
| 1594 of the string `value is shown below'. Since the syntax-table is | |
| 1595 set to emacs-lisp-mode-syntax-table, forward-sexp skips over | |
| 1596 an existing `'s', so that this won't be deleted. | |
| 1597 | |
| 29957 | 1598 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el: |
| 1599 * pcmpl-unix.el: New files. | |
| 1600 | |
|
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1601 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1602 |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1603 * wid-edit.el (widget-member): Use the new plist-member. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
1604 |
| 29939 | 1605 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
| 1606 | |
| 29956 | 1607 * replace.el (perform-replace): Undo change of 2000-04-04. |
| 1608 Instead, move backward 1 character at the end of the loop when | |
| 1609 necessary. | |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1610 |
| 29949 | 1611 * faces.el (fringe): Change face for different backgrounds. |
| 1612 | |
| 1613 * eshell/esh-module.el (toplevel): Load defgroup's differently; | |
| 1614 patch from John. | |
| 1615 | |
| 29939 | 1616 * eshell/*.el: Change spelling of the Free Software Foundation. |
| 1617 | |
| 1618 * eshell/esh-toggle.el: Removed. | |
| 1619 | |
| 1620 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el. | |
| 1621 | |
| 1622 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command | |
| 1623 interactively. | |
| 1624 | |
| 1625 2000-06-26 Alex Schroeder <alex@gnu.org> | |
| 1626 | |
| 1627 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to | |
| 1628 `define-key'; instead of checking `(emacs-version)' check for | |
| 1629 `set-keymap-parent' and `set-keymap-name' directly. Add entries | |
| 1630 for `;' and `o' which might be electric. | |
| 1631 | |
| 1632 (sql-electric-stuff): New user option. | |
| 1633 (sql-magic-go): New function which uses `sql-electric-stuff'. | |
| 1634 (sql-magic-semicolon): New function which uses | |
| 1635 `sql-electric-stuff'. | |
| 1636 | |
| 1637 (sql-accumulate-and-indent): Insert newline if `comint-accumulate' | |
| 1638 is not fboundp. | |
| 1639 | |
| 1640 (sql-oracle-options): New variable. | |
| 1641 (sql-oracle): Use it. | |
| 1642 | |
| 1643 (sql-imenu-generic-expression): Doc change. | |
| 1644 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer | |
| 1645 is used. | |
| 1646 | |
| 1647 (sql-informix): Added command line parameter "-" to force | |
| 1648 sql-informix-program to use stdout. | |
| 1649 | |
| 29924 | 1650 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 1651 | |
|
30208
e0e295d641ba
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30195
diff
changeset
|
1652 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix. |
| 29924 | 1653 (cp864-decode-table): Doc fix. |
| 1654 (cp720-decode-table): New variable, supports the Arabic OEM | |
| 1655 codepage used by Windows. | |
| 1656 (cp737-decode-table): New, Greek OEM codepage used by Windows. | |
| 1657 | |
| 29920 | 1658 2000-06-23 Dave Love <fx@gnu.org> |
| 1659 | |
| 1660 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version. | |
| 1661 (font-lock-fontify-anchored-keywords): Use | |
| 1662 line-beginning-position. | |
| 1663 (global-font-lock-mode): Use mapc. | |
| 1664 | |
|
29908
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1665 2000-06-23 Stefan Monnier <monnier@cs.yale.edu> |
|
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1666 |
|
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1667 * eshell/esh-module.el: Require CL when compiling. |
|
82ec30fbd2e2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29888
diff
changeset
|
1668 |
| 29870 | 1669 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
| 1670 | |
| 29885 | 1671 * comint.el (comint-substitute-in-file-name): Call replace-match |
| 1672 with second and third arg t. | |
| 1673 | |
|
30291
062625598798
insert-directory: use split-string
Sam Steingold <sds@gnu.org>
parents:
30290
diff
changeset
|
1674 * cus-edit.el (custom-button-face, custom-button-pressed-face): |
| 29881 | 1675 Specify foreground color. |
| 1676 | |
| 1677 * faces.el (tool-bar, mode-line, header-line): Specify foreground | |
| 1678 color. | |
| 1679 | |
| 29876 | 1680 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el. |
| 1681 | |
| 1682 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and | |
| 1683 cddr instead of cdddr. | |
| 1684 | |
| 29873 | 1685 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list |
| 1686 instead of copy-list. | |
| 1687 | |
| 1688 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead | |
| 1689 of copy-list. | |
| 1690 | |
| 29870 | 1691 * subdirs.el: Add eshell subdirectory. |
| 1692 | |
| 1693 * eshell: New subdirectory containing the Eshell package. | |
| 1694 | |
| 1695 * pcomplete.el: New file. | |
| 1696 | |
| 29885 | 1697 2000-06-23 Paul Eggert <eggert@twinsun.com> |
| 1698 | |
| 29888 | 1699 * mail/mailpost.el (post-mail-send-it): Make sure file has |
| 1700 proper permissions from birth. | |
| 1701 | |
| 1702 * files.el (basic-save-buffer-2): When temporarily setting | |
| 1703 file modes, set them to current modes plus 0200, not to 0777. | |
| 1704 | |
| 29885 | 1705 * emerge.el (emerge-make-temp-file): Make sure file has proper |
| 1706 permissions from birth. | |
| 1707 | |
| 29857 | 1708 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 1709 | |
| 1710 * files.el (make-backup-file-name-1): On DOS/Windows, run the | |
| 1711 backup file name through convert-standard-filename. | |
| 1712 | |
| 1713 * dos-fns.el (convert-standard-filename): Convert leading | |
| 1714 directories as well. When long file names are supported, convert | |
| 1715 characters that are invalid in Windows file names. | |
| 1716 | |
| 29849 | 1717 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 1718 | |
| 1719 * ps-print.el: Fix bug: if ^L is the very first buffer character, | |
| 1720 ps-print crashes. New feature: page selection for printing. Create | |
| 1721 raw-text-unix coding system for XEmacs. Doc fix. | |
| 1722 (ps-print-version): New version number (5.2.3). | |
| 1723 (ps-plot-region): Bug fix. | |
| 1724 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file) | |
| 1725 (ps-header-sheet, ps-generate, ps-end-job): Code fix. | |
| 1726 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New | |
| 1727 funs. | |
| 1728 (ps-selected-pages, ps-last-selected-pages, ps-first-page) | |
| 1729 (ps-last-page): New vars. | |
| 1730 | |
| 29845 | 1731 2000-06-21 Gerd Moellmann <gerd@gnu.org> |
| 1732 | |
| 1733 * progmodes/sh-script.el (sh-while-getopts): Fix handling of | |
| 1734 empty option string. | |
| 1735 | |
| 29839 | 1736 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 1737 | |
| 1738 * man.el (man): Doc fix. | |
| 1739 | |
| 29829 | 1740 2000-06-21 Kenichi Handa <handa@etl.go.jp> |
| 1741 | |
| 1742 * international/mule-cmds.el (set-language-info-alist): Docstring | |
| 1743 fixed. | |
| 1744 | |
| 29814 | 1745 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
| 1746 | |
| 1747 * version.el (emacs-version): Use ISO date format. | |
| 1748 | |
| 1749 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d' | |
| 1750 instead of `M-backspace'. | |
| 1751 | |
| 1752 * simple.el (turn-off-auto-fill): New function. | |
| 1753 | |
|
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1754 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1755 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1756 * jit-lock.el (with-buffer-prepared-for-jit-lock): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1757 Renamed from with-buffer-prepared-for-font-lock and use |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1758 inhibit-modification-hooks rather than setting *-change-functions. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1759 Update all functions to use the new name. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1760 (jit-lock-first-unfontify-pos): New semantics (and doc). |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1761 (jit-lock-mode): Make non-interactive. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1762 Don't automatically turn on font-lock. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1763 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1764 Always use jit-lock-after-change. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1765 Remove and restore font-lock-after-change-function. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1766 (turn-on-jit-lock, jit-lock-after-fontify-buffer) |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1767 (jit-lock-after-unfontify-buffer): Remove. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1768 (jit-lock-stealth-fontify): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1769 Reset jit-lock-first-unfontify-pos to point-max rather than to nil. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1770 (jit-lock-after-change): Set the `fontified' text-prop to nil. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1771 |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1772 2000-06-20 Sam Steingold <sds@gnu.org> |
|
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1773 |
|
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1774 * emacs-lisp/cl-indent.el (toplevel): Indent |
|
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1775 `print-unreadable-object' properly. Untabify. |
|
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1776 |
|
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1777 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1778 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1779 * textmodes/reftex.el (reftex-find-citation-regexp-format): |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1780 Support for bibentry. |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1781 (reftex-compile-variables): Fixed problem with end of section-re. |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1782 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1783 * texmodes/reftex-dcr.el (reftex-view-crossref, |
|
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1784 reftex-view-crossref-from-bibtex): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1785 Deal with changed `reftex-find-citation-regexp-format'. |
|
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1786 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1787 Replaced `remprop' with `put'. |
|
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1788 (reftex-view-crossref, reftex-view-crossref-when-idle): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1789 Support for bibentry. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1790 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1791 * textmodes/reftex-vars.el (reftex-cite-format-builtin): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1792 New entry for bibentry package. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1793 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1794 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1795 Regexp also matches "\nobibliography". |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1796 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1797 * textmodes/reftex-global.el (reftex-renumber-simple-labels): |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29797
diff
changeset
|
1798 Call `reftex-ensure-write-access' before doing anything. |
|
29777
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1799 (reftex-ensure-write-access): New function. |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1800 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1801 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl> |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1802 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1803 * progmodes/idlwave.el: File re-installed (update to version 4.2) |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1804 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1805 * progmodes/idlw-shell.el: File re-installed (update to version 4.2) |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1806 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1807 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2) |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1808 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1809 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2) |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1810 |
|
5d01f8465594
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
29776
diff
changeset
|
1811 |
| 29776 | 1812 2000-06-20 Dave Love <fx@gnu.org> |
| 1813 | |
| 1814 * faces.el (frame-background-mode): Use set-default, not set, in | |
| 1815 setter. | |
| 1816 (frame-update-faces, frame-update-face-colors): Define with | |
| 1817 defalias. | |
| 1818 | |
| 1819 * enriched.el (enriched-decode-foreground) | |
| 1820 (enriched-decode-background): Don't use internal-find-face. | |
| 1821 | |
| 1822 * apropos.el: Doc fixes. | |
| 1823 | |
| 1824 * cus-edit.el (customize-changed-options): Check arg. | |
| 1825 (customize-version-lessp): Don't require decimal point. | |
| 1826 | |
| 1827 * custom.el (defcustom, defgroup): Doc fix. | |
| 1828 | |
| 1829 * newcomment.el (comment) <defgroup>: Add :version. | |
| 1830 (comment-multi-line): Doc fix. | |
| 1831 | |
| 1832 * emulation/mlsupport.el (define-hooked-local-abbrev, | |
| 1833 define-hooked-global-abbrev): Fix, using define-abbrev. | |
| 1834 | |
| 29747 | 1835 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
| 1836 | |
| 1837 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking | |
| 1838 the whole buffer. | |
| 1839 | |
| 29740 | 1840 2000-06-19 Dave Love <fx@gnu.org> |
| 1841 | |
| 1842 * menu-bar.el (menu-bar-options-save): New function. | |
| 1843 (menu-bar-options-menu): Use it. | |
| 1844 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: | |
| 1845 Simplify. | |
| 1846 | |
|
29731
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1847 2000-06-19 Andreas Schwab <schwab@suse.de> |
|
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1848 |
|
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1849 * progmodes/etags.el (tags-query-replace): Put new parameters |
|
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1850 START and END at the end, for backward compatibility. |
|
8ca3c3db1482
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
29720
diff
changeset
|
1851 |
| 29720 | 1852 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
| 1853 | |
| 1854 * international/codepage.el: | |
| 1855 (cp-coding-system-for-codepage-1): Delete special codes for | |
| 1856 generating xxx-dos coding system because now a CCL based coding | |
| 1857 system can handle EOL conversion by default. | |
| 1858 | |
| 1859 * international/mule.el (make-coding-system): Generate subsidiary | |
| 1860 coding systems for EOL handling variants even for a CCL based | |
| 1861 coding system. | |
| 1862 | |
| 29718 | 1863 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
| 1864 | |
| 1865 * international/isearch-x.el (isearch-minibuffer-input-method) | |
| 1866 (isearch-minibuffer-input-method-function): These variables | |
| 1867 deleted. | |
| 1868 (isearch-with-input-method): Don't use the above variables. | |
| 1869 (isearch-process-search-multibyte-characters): Likewise. Call | |
| 1870 read-string with the arg INHERIT-INPUT-METHOD t. | |
| 1871 | |
|
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1872 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> |
|
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1873 |
|
29710
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1874 * font-lock.el (font-lock-after-fontify-buffer) |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1875 (font-lock-after-unfontify-buffer): No need to call back to jit-lock. |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1876 |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1877 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on. |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1878 Use consistent make-local-variable style for font-lock-fontified. |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1879 (jit-lock-fontify-buffer): |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1880 Don't bother checking for font-lock-mode and jit-lock-mode. |
|
684342d36151
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29707
diff
changeset
|
1881 |
|
29707
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1882 * time.el: Remove trailing ^M that prevent CVS-merging. |
|
a70985b2a88f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29705
diff
changeset
|
1883 |
| 29712 | 1884 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
| 1885 | |
| 1886 * Makefile.in (distclean): New target. | |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1887 |
|
29705
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1888 2000-06-16 Stefan Monnier <monnier@cs.yale.edu> |
|
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1889 |
|
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1890 * Makefile.in (srcdir): Define for update-subdirs. |
|
c09fad42c6c2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29696
diff
changeset
|
1891 |
| 29696 | 1892 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
| 1893 | |
| 1894 * find-lisp.el: New file. | |
| 1895 | |
| 29694 | 1896 2000-06-16 Andrew Innes <andrewi@gnu.org> |
| 1897 | |
| 1898 * time.el (display-time-mail-function): New variable, to allow | |
| 1899 external packages to indicate when new mail is available. | |
| 1900 (display-time-update): Use it. | |
| 1901 | |
| 29689 | 1902 2000-06-16 Kenichi Handa <handa@etl.go.jp> |
| 1903 | |
| 29691 | 1904 * international/mule.el (mule-version): Change version name to |
| 1905 SAKAKI. AOI has already been used by Meadow. | |
| 1906 | |
| 29689 | 1907 * international/quail.el (quail-show-guidance-buf): To find the |
| 1908 bottom window (but minibuffer), pay attention to the height of | |
| 1909 minibuffer. | |
| 1910 | |
| 29670 | 1911 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 1912 | |
| 29682 | 1913 * arc-mode.el (archive-mode-map): Use the new menu-item format for |
| 1914 menu-bar menus. Add help strings. Don't remove the Edit menu | |
| 1915 from the menu bar, as the menu bar has enough space now. | |
| 1916 | |
| 29680 | 1917 * Makefile.in (SHELL): Make sure /bin/sh is used. |
| 1918 | |
| 29670 | 1919 * woman.el (woman-man-buffer): Fix bold and underlined CJK |
| 1920 characters, which use series of two ^H characters instead of one. | |
| 1921 | |
| 29667 | 1922 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
| 1923 | |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1924 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) |
| 29686 | 1925 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1926 functions. |
| 29686 | 1927 (Info-find-node-2): Try a case-sensitive search first, then |
| 1928 do a case-insensitive search. | |
| 1929 | |
| 1930 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English | |
| 1931 tutorials. | |
| 1932 | |
| 29676 | 1933 * complete.el (PC-env-vars-alist): New variable. |
| 1934 (PC-complete-as-file-name): New function. | |
| 1935 (partial-completion-mode): Initialize PC-env-vars-alist from | |
| 1936 process-environment. | |
| 1937 (PC-do-completion): Handle completion of env vars. | |
| 1938 | |
| 1939 * info.el (Info-set-mode-line): Show file name in mode line, | |
| 1940 use `*Info*' instead of `Info:'. | |
| 1941 | |
| 29667 | 1942 * startup.el (command-line-1): Change copyright messages to year |
| 1943 2000. | |
| 1944 | |
| 29665 | 1945 2000-06-15 Dave Love <fx@gnu.org> |
| 1946 | |
| 1947 * net/goto-addr.el (goto-address-fontify): Use keymap property, | |
| 1948 not local-map. | |
| 1949 | |
| 29658 | 1950 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
| 1951 | |
| 1952 * international/mule.el (set-buffer-file-coding-system): Almost | |
| 1953 rewritten to handle `undecided' as no-op. | |
| 1954 | |
| 29654 | 1955 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
| 1956 | |
| 29667 | 1957 * Makefile.in: New file. |
| 29657 | 1958 |
| 1959 * Makefile: Removed. | |
| 1960 | |
| 29654 | 1961 * net/goto-addr.el (goto-address): Don't bind C-c RET locally. |
| 1962 (goto-address-highlight-keymap): Bind C-c RET. | |
| 1963 | |
| 29640 | 1964 2000-06-14 Kenichi Handa <handa@etl.go.jp> |
| 1965 | |
| 29649 | 1966 * mail/sendmail.el (sendmail-send-it): The temporary buffer |
| 1967 inherits buffer-file-coding-system of the current buffer. | |
| 29647 | 1968 |
| 29645 | 1969 * tar-mode.el (tar-extract): For goto-char, use (point-min), not |
| 1970 0. Give correct argument to set-auto-coding-function. | |
| 1971 (tar-expunge): For goto-char, use (point-min), not 0. | |
| 1972 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. | |
| 1973 (tar-subfile-save-buffer): Likewize. | |
| 1974 | |
| 29640 | 1975 * international/mule.el |
| 1976 (after-insert-file-set-buffer-file-coding-system): Call | |
| 1977 set-buffer-file-coding-system with the arg FORCE t. | |
| 1978 | |
| 29633 | 1979 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
| 1980 | |
| 1981 * mail/sendmail.el (mail-specify-envelope-from): Initialize to | |
| 1982 nil. Contemporary sendmails issue an X-Authentication-Warning if | |
| 29676 | 1983 the sender is set with `-f'. |
| 29633 | 1984 |
| 29622 | 1985 2000-06-13 Dave Love <fx@gnu.org> |
| 1986 | |
| 29630 | 1987 * help.el (describe-function-1): Kluge around cases of functions |
| 1988 fset to subrs whose doc doesn't match their symbol-name. | |
| 1989 | |
| 29627 | 1990 * image.el (insert-image): Default STRING to a space. |
| 29625 | 1991 |
| 29622 | 1992 * info.el Doc fixes. |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
1993 (Info-build-node-completions): Match Ref tags. |
| 29622 | 1994 |
| 29612 | 1995 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 1996 | |
| 29615 | 1997 * frame.el (display-multi-frame-p, display-multi-font-p): New |
| 1998 defaliases for display-graphic-p. | |
| 1999 | |
| 29612 | 2000 * hl-line.el: Fixed a typo in commentary. |
| 2001 | |
| 29609 | 2002 2000-06-13 Kenichi Handa <handa@etl.go.jp> |
| 2003 | |
| 2004 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo | |
| 2005 fixed. | |
| 2006 | |
| 29608 | 2007 2000-06-12 Dave Love <fx@gnu.org> |
| 2008 | |
| 2009 * image.el (insert-image): Save a little consing. | |
| 2010 | |
| 29598 | 2011 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
| 2012 | |
| 2013 * language/tibet-util.el: Convert all tibetan-1-column characters | |
| 2014 to the corresponding tibetan characters. | |
| 2015 (tibetan-add-components): Delete code for the special treatment of | |
| 2016 'a chung. | |
| 2017 | |
| 2018 * language/tibetan.el (tibetan-composable-pattern): Fix previous | |
| 2019 change. | |
| 2020 (tibetan-vowel-transcription-alist): More rules added. | |
| 2021 (tibetan-composite-vowel-alist): New variable. | |
| 2022 (tibetan-precomposition-rule-alist): More rules added. | |
| 2023 | |
|
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2024 2000-06-12 Stefan Monnier <monnier@cs.yale.edu> |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2025 |
|
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2026 * startup.el (command-line): Only call menu-bar-mode if interactive. |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2027 |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2028 * thingatpt.el (toplevel symbol-properties): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2029 * textmodes/makeinfo.el (makeinfo-compile): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2030 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets): |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2031 * progmodes/hideif.el (hif-compress-define-list) |
|
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2032 (hide-ifdef-use-define-alist): |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2033 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) |
|
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2034 (ange-ftp-vms-add-file-entry): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2035 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2036 * man.el (Man-build-man-command): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2037 * mail/rnewspost.el (news-reply-header-hook): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2038 * info.el (Info-insert-dir): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2039 * emulation/mlconvert.el (backward-word, forward-word, setq): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2040 * emacs-lisp/gulp.el (gulp-send-requests): |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2041 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) |
|
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2042 (byte-optimize-inline-handler, byte-optimize-form-code-walker) |
|
29593
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2043 (byte-optimize-apply, end of file): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2044 * emacs-lisp/advice.el (ad-advice-class-completion-table) |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2045 (ad-make-freeze-definition): |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2046 * startup.el (command-line, command-line-1): Don't quote lambdas. |
|
f1e8c1d079fd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29578
diff
changeset
|
2047 |
|
29578
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2048 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2049 (cvs-cleanup-removed): New function. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2050 (cvs-cleanup-functions): New var. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2051 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2052 some flexibility in specifying additional entries to auto-cleanup. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2053 (cvs-quickdir): New function. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2054 (cvs-mode-insert): Use cvs-fileinfo-from-entries. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2055 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2056 (cvs-mode-find-file): Check that we are on a filename or dirname |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2057 when invoked through a mouse-click. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2058 (cvs-full-path): Remove. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2059 (cvs-dired-action): Re-introduced. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2060 (cvs-dired-noselect): Use it. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2061 (vc-post-command-functions): use this new hook if available. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2062 |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2063 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2064 (cvs-status-map): Don't inherit from cvs-mode-map anymore. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2065 (cvs-filename-map, cvs-dirname-map): Remove. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2066 (cvs-default-action): Remove. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2067 (cvs-add-face): Use `keymap' rather than `local-map' property, and only |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2068 if the arg is really a keymap. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2069 (cvs-fileinfo-pp): Don't use any special map for file and dir names. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2070 Don't hardcode the mapping from state (aka type) to face, but check |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2071 the var cvs-fi-<type>-face instead. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2072 (cvs-fileinfo-from-entries): New function. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2073 |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2074 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks): |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2075 Docstring fix. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2076 (cvs-find-file-and-jump): Change default to be safer. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2077 (cvs-mode-diff-map): Define it as a function as well. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2078 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2079 Bind mouse-2 in this global map rather than with text-properties. |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2080 |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2081 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2082 file to resolve the ambiguity between C(conflict) and C(need-merge). |
|
cf89b9b2ef40
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29574
diff
changeset
|
2083 |
| 29574 | 2084 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
| 2085 | |
| 2086 * international/mule.el (set-buffer-file-coding-system): If | |
| 2087 CODING-SYSTEM is nil, set buffer-file-coding-system to nil | |
| 2088 unconditionally. | |
| 2089 | |
| 29568 | 2090 2000-06-12 Dave Love <fx@gnu.org> |
| 2091 | |
| 2092 * wid-edit.el (widget-specify-button): Really suppress the face if | |
| 2093 required. | |
| 2094 | |
| 29556 | 2095 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
| 2096 | |
| 2097 * term/x-win.el (x-colors): Add colors from recent rgb.txt. | |
| 2098 | |
|
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2099 2000-06-11 Stefan Monnier <monnier@cs.yale.edu> |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2100 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2101 * imenu.el (imenu-generic-expression): Docstring fix. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2102 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2103 * composite.el (composition-function-table): Move the `put' |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2104 below the autoload cookie so we can load the file before loaddefs. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2105 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2106 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2107 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2108 * emacs-lisp/autoload.el (make-autoload): Use `cond'. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2109 Handle easy-mmode-define-global-mode. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2110 For complex macros like define-minor-mode that can generate |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2111 several autoload entries, try to autoload entries in the |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2112 macroexpanded code. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2113 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2114 * emacs-lisp/easy-mmode.el (define-minor-mode): |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2115 If KEYMAP is a symbol, just use it. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2116 Use byte-compile-current-file and load-file-name to infer the |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2117 proper :require to pass to defcustom. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2118 Wrap the hook var into `progn' so as not to autoload it. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2119 Add a :autoload-end cookie. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2120 Be more careful about the evaluation of KEYMAP. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2121 (easy-mmode-define-global-mode): Add a :autoload-end cookie. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2122 (define-derived-mode): Move define-abbrev-table outside of defvar. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2123 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2124 2000-06-10 Stefan Monnier <monnier@cs.yale.edu> |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2125 |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2126 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch). |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2127 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2128 (backup-compiled-files): Ignore errors during `tar'. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2129 (bootstrap): Make autoloads before elc files. |
|
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2130 |
| 29542 | 2131 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
| 2132 | |
| 2133 * international/mule.el (set-buffer-file-coding-system): If one of | |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
2134 undecided-XXX is specified, change only EOL conversion. |
| 29542 | 2135 |
| 2136 * international/mule-conf.el (unix): New alias for the coding | |
| 2137 system undecided-unix. | |
| 2138 | |
| 29528 | 2139 2000-06-09 Dave Love <fx@gnu.org> |
| 2140 | |
| 29535 | 2141 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region. |
| 2142 | |
|
29553
5669b381362e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29542
diff
changeset
|
2143 * progmodes/executable.el: Byte compile dynamic. |
| 29528 | 2144 (executable-insert): Change custom type. |
| 2145 (executable-find): Add autoload cookie. | |
| 29531 | 2146 (executable-make-buffer-file-executable-if-script-p): New |
| 2147 function. After Noah Friedman. | |
| 29528 | 2148 |
| 2149 * files.el (after-save-hook): Customize, with | |
| 29531 | 2150 executable-make-buffer-file-executable-if-script-p as an option. |
| 29528 | 2151 |
| 29518 | 2152 2000-06-09 Kenichi Handa <handa@etl.go.jp> |
| 2153 | |
| 29522 | 2154 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font |
| 2155 "tib24p-mule.bdf" for Tibetan. | |
| 2156 | |
| 29520 | 2157 * composite.el (decompose-composite-char): Declare it as obsolete. |
| 2158 | |
| 29541 | 2159 * man.el (Man-fontify-manpage): Pay attention to underline and |
| 2160 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX). | |
| 29518 | 2161 |
| 29517 | 2162 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
| 2163 | |
| 2164 * thingatpt.el (forward-thing): Use functionp instead of fboundp. | |
| 2165 Set maintainer to FSF since author isn't reachable. | |
| 2166 | |
| 29508 | 2167 2000-06-08 Dave Love <fx@gnu.org> |
| 2168 | |
| 2169 * international/mule-cmds.el (select-safe-coding-system): If | |
| 2170 DEFAULT-CODING-SYSTEM is not specified, also check the most | |
| 2171 preferred coding-system if buffer-file-coding-system is | |
| 2172 `undecided'. From Handa. | |
| 2173 | |
| 29503 | 2174 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
| 2175 | |
| 2176 * international/mule.el | |
| 2177 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 2178 size is greater than INSERTED, judget that we are not visiting. | |
| 2179 | |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2180 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org> |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2181 |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2182 * whitespace.el (defgroup whitespace): Comment out `:version'. |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2183 XEmacs 20.4 has problems defining the group with this present. |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2184 We'll have this commented out till get resolve the problem. |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2185 |
| 29498 | 2186 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
| 2187 | |
| 2188 * align.el: Update from author. | |
| 2189 | |
| 2190 2000-06-07 Jari Aalto <jari.aalto@poboxes.com> | |
| 2191 | |
| 2192 * apropos.el (apropos-mode-hook): New user variable. | |
| 2193 (apropos-mode): Run apropos-mode-hook. | |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2194 |
| 29498 | 2195 2000-06-07 David Ponce <david@dponce.com> |
| 2196 | |
| 2197 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files | |
| 2198 commands. Require `wid-edit' at run-time. | |
| 2199 | |
| 2200 2000-06-07 David Ponce <david@dponce.com> | |
| 2201 | |
| 2202 * recentf.el: Added some "Commentary". | |
| 2203 (recentf-open-more-files, recentf-edit-list): Minor changes to | |
| 2204 move the point at the top of the file list. This behaviour is | |
| 2205 consistent with the menu one when the list contains a lot of | |
| 2206 files. | |
| 2207 (recentf-cleanup): Now displays the number of items removed from | |
| 2208 the list. | |
| 2209 (recentf-relative-filter) New menu filter to show filenames | |
| 2210 relative to `default-directory'. | |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2211 |
| 29498 | 2212 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2213 | |
| 2214 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size | |
| 2215 with/without giving an error if PostScript printer doesn't have this | |
| 2216 kind of page size. Zebra Stripe continues or restarts on next page. | |
| 2217 Manual/automatic paper feeding. Switch or not the header. | |
| 2218 (ps-print-version): New version number (5.2.2). | |
| 2219 (ps-windows-system): Include emx as a Windows system. | |
| 2220 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face) | |
| 2221 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces) | |
| 2222 (ps-background-text): Code fix. | |
| 2223 (ps-error-handler-message, ps-user-defined-prologue) | |
| 2224 (ps-print-prologue-header, ps-printer-name) | |
| 2225 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color) | |
| 2226 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg) | |
| 2227 (ps-use-face-background): Customization fix. | |
| 2228 (ps-n-up-database): Data fix. | |
| 2229 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed) | |
| 2230 (ps-switch-header): New vars. | |
| 2231 (ps-xemacs-color-name, ps-face-foreground-name) | |
| 2232 (ps-face-background-name, ps-boolean-constant): New funs. | |
| 2233 | |
| 29491 | 2234 2000-06-07 Dave Love <fx@gnu.org> |
| 2235 | |
| 2236 * allout.el: New version from Manheimer. | |
| 2237 | |
| 29483 | 2238 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
| 2239 | |
| 2240 * textmodes/fill.el (fill-find-break-point): Check the validity of | |
| 2241 charset. | |
| 2242 | |
|
29476
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2243 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2244 |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2245 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2246 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames): |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2247 Call display-color-p and display-mouse-p instead of looking at |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2248 window-system. |
|
0797cad76554
Applied this patch from Eli Zaretskii. Pretty much taking on faith
Karl Fogel <kfogel@red-bean.com>
parents:
29471
diff
changeset
|
2249 |
| 29471 | 2250 2000-06-06 Dave Love <fx@gnu.org> |
| 2251 | |
| 2252 * image.el (find-image): Doc fix. Return nil if image not found. | |
| 2253 (put-image, insert-image): Make STRING arg optional. | |
| 2254 | |
| 29455 | 2255 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
| 2256 | |
| 2257 * language/vietnamese.el: Remove eval-when-compile. | |
| 2258 (viet-viscii-nonascii-translation-table): Define it as a | |
| 2259 translation table made from viet-viscii-decode-table. | |
| 2260 (viet-viscii-encode-table): Define it as a translation table made | |
| 2261 from the reverse map of above. | |
| 2262 (viet-vscii-nonascii-translation-table): Define it as a | |
| 2263 translation table made from viet-vscii-decode-table. | |
| 2264 (viet-vscii-encode-table): Define it as a translation table made | |
| 2265 from the reverse map of above. | |
| 2266 (ccl-decode-viscii): Use translate-character. | |
| 2267 (ccl-encode-viscii, ccl-encode-viscii-font) | |
| 2268 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font): | |
| 2269 Likewize. | |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2270 |
| 29455 | 2271 * language/cyrillic.el: Remove eval-when-compile. |
| 2272 (cyrillic-koi8-r-nonascii-translation-table): Define it as a | |
| 2273 translation table made from cyrillic-koi8-r-decode-table. | |
| 2274 (cyrillic-koi8-r-encode-table): Define it as a translation table | |
| 2275 made from the reverse map of above. | |
| 2276 (ccl-decode-koi8): Use translate-character. | |
| 2277 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize | |
| 2278 (cyrillic-alternativnyj-nonascii-translation-table): Define it as | |
| 2279 a translation table made from cyrillic-alternativnyj-decode-table. | |
| 2280 (cyrillic-alternativnyj-encode-table): Define it as a translation | |
| 2281 table made from the reverse map of above. | |
| 2282 (ccl-decode-alternativnyj): Use translate-character. | |
| 2283 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font): | |
| 2284 Likewize | |
| 2285 | |
| 2286 * international/mule-diag.el (non-iso-charset-alist): Specify | |
| 2287 translation table symbol instead of translation table itself. | |
| 2288 (list-block-of-chars): CHARSET may be a translation table symbol. | |
| 2289 | |
| 2290 * international/mule.el (make-coding-system): If CODING-SYSTEM | |
| 2291 already exists, override it. | |
| 2292 | |
| 2293 * international/fontset.el: Use family `proportional' for Tibetan | |
| 2294 fonts. | |
| 2295 | |
| 2296 * international/ccl.el (ccl-compile-translate-character): Don't | |
| 2297 check if Rrr has property translation-table. | |
| 2298 (ccl-compile-map-multiple): Modified to avoid compiler warning. | |
| 2299 | |
| 29447 | 2300 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
| 2301 | |
| 2302 * info.el: Bind case-fold-search to t when searching in case | |
| 2303 a user sets it to nil in a hook. | |
| 2304 | |
|
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2305 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2306 |
|
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2307 * autoarg.el (autoarg-mode, autoarg-kp-mode): |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2308 * hl-line.el (hl-line-mode): Use the new :global key argument. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2309 |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2310 * tar-mode.el (tar-header-block-recompute-checksum): Remove. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2311 (tar-clip-time-string): Prepend a space. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2312 (tar-grind-file-mode): Construct a string rather than modifying one. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2313 (tar-header-block-summarize): Fix docstring. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2314 Use `format' rather than an error-prone set of copy-loops. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2315 |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2316 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2317 (diff-goto-source, diff-unified->context, diff-context->unified) |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2318 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2319 understand the format output by the `-p' argument to diff. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2320 |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2321 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list) |
|
29426
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2322 (sh-re-done): Use defconst. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2323 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2324 (sh-help-string-for-variable, sh-guess-basic-offset): |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2325 Don't quote lambdas. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2326 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2327 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use. |
|
454b4967e36d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29421
diff
changeset
|
2328 |
|
29421
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2329 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. |
|
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2330 (mh-letter-mode): Derive from text-mode. |
|
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2331 This implicitly means that it now calls kill-all-local-variables. |
|
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2332 Also remove the Emacs-18 compatibility code. |
|
7ec7a354fdfd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29417
diff
changeset
|
2333 |
|
29417
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2334 * emacs-lisp/autoload.el (make-autoload): Simplify docstring. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2335 Make use of symbol-property doc-string-elt. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2336 Use memq rather than a sequence of eq. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2337 (doc-string-elt): Fix the wrong or missing previously unused values. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2338 (autoload-print-form): New function extracted from |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2339 generate-file-autoloads to allow recursion when handling progn |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2340 so that defvar's and defun's docstrings are properly printed. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2341 (generate-file-autoloads): Use it. |
|
6b062917309c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29415
diff
changeset
|
2342 |
|
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2343 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2344 Use find-file-hooks in the minor-mode function. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2345 Be careful not to loop indefinitely in the post-command-hook function. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2346 |
|
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2347 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu> |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2348 |
| 29447 | 2349 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on |
|
29412
ecd388a0937d
2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29407
diff
changeset
|
2350 tty's. |
| 29447 | 2351 * ediff-diff.el (ediff-exec-process): Use --binary for fine |
|
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2352 differences whenever appropriate. |
| 29447 | 2353 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members. |
| 2354 * viper.el (find-file, find-file-other-window): Get viper to do | |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2355 wildcards. |
|
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2356 |
|
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2357 2000-06-04 Stefan Monnier <monnier@cs.yale.edu> |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2358 |
|
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2359 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2360 (jit-lock-fontify-buffer): New function for JIT refontification. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2361 (jit-lock-mode): Fix docstring. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2362 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2363 Remove jit-lock-after-change from the _local_ hook. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2364 (jit-lock-function-1): Fix docstring. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2365 |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2366 * info.el (Info-on-current-buffer): Initialize info. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2367 |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2368 * newcomment.el (comment-indent): Ignore comment-indent-hook. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2369 |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2370 * progmodes/tcl.el (tcl-indent-for-comment): |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2371 Ignore comment-indent-hook. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2372 |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2373 * emacs-lisp/easy-mmode.el: Require CL during compilation. |
|
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2374 (easy-mmode-define-toggle): Remove (inline into define-minor-mode). |
|
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2375 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2376 and improve to use the lighter to guess the capitalization. |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2377 (define-minor-mode): Inline code from easy-mmode-define-toggle. |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2378 Add keyword arguments to specify global-ness or the custom group. |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2379 Add local-map and help-echo properties to the lighter. |
|
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2380 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors. |
|
29415
bf26ee36792e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29412
diff
changeset
|
2381 (easy-mmode-define-global-mode): New macro. |
|
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2382 |
| 29403 | 2383 2000-06-02 Dave Love <fx@gnu.org> |
| 2384 | |
| 2385 * wid-edit.el: byte-compile-dynamic since we typically don't use | |
| 2386 all the widgets. Don't require cl or widget. Remove | |
| 2387 eval-and-compile. Don't autoload finder-commentary. Doc fixes. | |
| 2388 (widget-read-event): Removed. Callers changed to use read-event. | |
| 2389 (widget-button-release-event-p): Renamed from | |
| 2390 button-release-event-p. | |
| 2391 (widget-field-add-space, widget-field-use-before-change): | |
| 2392 Uncustomize. | |
| 2393 (widget-specify-field): Use keymap property, not local-map. | |
| 2394 (widget-specify-button): Obey :suppress-face. | |
| 2395 (widget-specify-insert): Use modern backquote syntax. | |
| 2396 (widget-image-directory): Renamed from widget-glyph-directory. | |
| 2397 (widget-image-enable): Renamed from widget-glyph-enable. | |
| 2398 (widget-image-find): Replaces widget-glyph-find. | |
| 2399 (widget-button-pressed-face): Move defvar. | |
| 2400 (widget-image-insert): Replaces widget-glyph-insert. | |
| 2401 (widget-convert): Use keywordp. | |
| 2402 (widget-leave-text, widget-children-value-delete): Use mapc. | |
| 2403 (widget-keymap): Remove XEmacs stuff. | |
|
29407
4b6a4b83cce0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29403
diff
changeset
|
2404 (widget-field-keymap, widget-text-keymap): Define all inside defvar. |
| 29403 | 2405 (widget-button-click): Don't set point at the click, but re-centre |
| 2406 if we scroll out of window. Rewritten for images v. glyphs &c. | |
| 2407 (widget-tabable-at): Use POS arg, not point. | |
| 2408 (widget-beginning-of-line, widget-end-of-line) | |
| 2409 (widget-item-value-create, widget-sublist, widget-princ-to-string) | |
| 2410 (widget-sexp-prompt-value, widget-echo-help): Simplify. | |
| 2411 (widget-default-create): Use widget-image-insert; some rewriting. | |
| 2412 (widget-visibility-value-create) | |
| 2413 (widget-push-button-value-create, widget-toggle-value-create): Use | |
| 2414 widget-image-insert. | |
| 2415 (checkbox): Create on and off images dynamically. | |
| 2416 (documentation-link): Change :help-echo. | |
| 2417 (widget-documentation-link-echo-help): Remove. | |
| 2418 | |
|
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2419 2000-06-02 Stefan Monnier <monnier@cs.yale.edu> |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2420 |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2421 * log-edit.el (log-edit-done): Thinko in the "same comment" detection. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2422 |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2423 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2424 (easy-mmode-define-toggle, define-minor-mode): Use it. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2425 (easy-mmode-define-keymap): Docstring fix. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2426 (define-derived-mode): Default PARENT to fundamental-mode. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2427 Add the derived-mode-parent symbol-property. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2428 (easy-mmode-derived-mode-p): New function. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2429 |
| 29383 | 2430 2000-06-02 Dave Love <fx@gnu.org> |
| 2431 | |
| 29392 | 2432 * files.el (convert-standard-filename): Doc fix. |
| 2433 (normal-backup-enable-predicate): New function. | |
| 2434 (backup-enable-predicate): Use it to replace the lambda form. | |
| 2435 | |
| 2436 * calendar/todo-mode.el: [This needs more work on the outline | |
| 2437 stuff.] Doc fixes. | |
| 2438 (todo) <defgroup>: Add :version. | |
| 2439 (todo-add-category): Don't use pushnew. | |
| 2440 (todo-cmd-raise): Fix typo. | |
| 2441 (todo-top-priorities): Change temp buffer name. | |
| 2442 (todo-category-alist): Avoid redundant lambda. | |
|
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2443 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2444 Use outline-next-heading. |
| 29392 | 2445 |
| 29383 | 2446 * autoarg.el: Rewritten to use define-minor-mode. |
| 2447 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | |
| 2448 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | |
| 2449 | |
| 29376 | 2450 2000-06-02 Kenichi Handa <handa@etl.go.jp> |
| 2451 | |
| 2452 * isearch.el (isearch-other-meta-char): Fix previous change. | |
| 2453 | |
|
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2454 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
|
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2455 |
|
29400
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2456 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2457 (log-edit-done): Only add the comment to the ring if it's different |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2458 from the last comment entered. |
|
166ee351f476
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29392
diff
changeset
|
2459 |
|
29374
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2460 * isearch.el (isearch-highlight): Turn internal-find-face into facep. |
|
8583675a6f96
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29372
diff
changeset
|
2461 |
| 29372 | 2462 2000-06-01 Dave Love <fx@gnu.org> |
| 2463 | |
| 2464 * hl-line.el: Rewritten using define-minor-mode. | |
| 2465 | |
| 2466 * help.el (describe-function-1): Distinguish special form from | |
| 2467 builtin function. Sanity-check presence of arglist for builtins. | |
| 2468 | |
| 29356 | 2469 2000-06-01 Kenichi Handa <handa@etl.go.jp> |
| 2470 | |
| 29365 | 2471 * international/characters.el: Fix syntax/category setting of |
| 2472 Tibetan characters. | |
| 2473 | |
| 2474 * language/tibet-util.el (tibetan-add-components): Fixes for new | |
| 2475 encoding of Tibetan characters. | |
| 2476 (tibetan-decompose-precomposition-alist): New variable. | |
| 2477 (tibetan-decompose-region): Convert precomposed characters to | |
| 2478 non-precomposed characters. | |
| 2479 (tibetan-decompose-string): Likewise. | |
| 2480 (tibetan-composition-function): Fix args to | |
| 2481 thibetan-compose-string. | |
| 2482 | |
| 2483 * language/tibetan.el (tibetan-composable-pattern): More | |
| 2484 characters included. | |
| 2485 (tibetan-consonant-transcription-alist): Rule for "R" added. | |
| 2486 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and | |
| 2487 "+R" added. | |
| 2488 (tibetan-base-to-subjoined-alist): Rule for "RA" added. | |
| 2489 | |
| 29359 | 2490 * language/lao-util.el (lao-composition-function): Fix args to |
| 2491 compose-string. | |
| 2492 | |
| 2493 * language/thai-util.el (thai-composition-function): Fix args to | |
| 2494 compose-string. | |
| 2495 | |
| 29356 | 2496 * isearch.el (isearch-update): Set disable-point-adjustment to t |
| 29357 | 2497 to prevent the point moving to the end of a composition when a |
| 2498 part of a composition is searched. | |
| 29356 | 2499 (isearch-other-meta-char): If the key invoking this command can be |
| 2500 mapped by function-key-map to a printing char, call | |
| 2501 isearch-process-search-char directly. | |
| 2502 | |
|
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2503 2000-06-01 Stefan Monnier <monnier@cs.yale.edu> |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2504 |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2505 * emacs-lisp/bytecomp.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2506 * frame.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2507 * international/mule-cmds.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2508 * international/mule-util.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2509 * international/mule.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2510 * mouse.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2511 * subr.el: |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2512 * faces.el: Update calls to make-obsolete with a WHEN argument. |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2513 |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2514 * byte-run.el (make-obsolete, make-obsolete-variable): |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2515 Add an optional WHEN argument and change the format of the |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2516 symbol-property information. |
|
29355
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2517 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2518 (byte-compile-obsolete, byte-compile-variable-ref): Understand the |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2519 new obsolete-symbol-property format and print WHEN if it is provided. |
|
d4b5dd203f46
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29347
diff
changeset
|
2520 |
| 29347 | 2521 2000-05-31 Dave Love <fx@gnu.org> |
| 2522 | |
| 2523 * loadhist.el (loadhist-hook-functions): Remove | |
| 2524 before-change-function, after-change-function. | |
| 2525 (unload-feature): Deal with symbols which are both bound and | |
| 2526 fbound. | |
| 2527 | |
| 2528 * mouse.el (mouse-save-then-kill-delete-region): Don't bind | |
| 2529 before-change-function, after-change-function. | |
| 2530 | |
| 2531 * simple.el (newline): Don't bind before-change-function, | |
| 2532 after-change-function. | |
| 2533 | |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2534 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org> |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2535 |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2536 * whitespace.el (whitespace-rescan-timer-time): Update interval |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2537 set to 600 seconds (10 minutes) instead of 60 seconds since |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2538 a large number of whitespace buffers causes emacs to `freeze' |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2539 for a considerable amount of time. |
|
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2540 |
|
29499
a293ec8516e0
Update whitespace.el - comment out the :version string, since it
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29498
diff
changeset
|
2541 * whitespace.el: Updated email address |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2542 |
| 29330 | 2543 2000-05-31 Dave Love <fx@gnu.org> |
| 2544 | |
| 2545 * add-log.el (change-log-font-lock-keywords) <function>: Add | |
| 2546 pattern for function of change. | |
| 2547 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate | |
| 2548 acknowledgements patterns. | |
| 2549 | |
| 29328 | 2550 2000-05-31 Kenichi Handa <handa@etl.go.jp> |
| 2551 | |
| 2552 * isearch.el (isearch-printing-char): If keyboard coding system is | |
| 2553 being used, call isearch-process-search-multibyte-characters. | |
| 2554 | |
| 2555 * international/isearch-x.el: Mostly rewritten. | |
| 2556 | |
| 2557 * international/quail.el (quail-start-conversion): Don't include | |
| 2558 unhandled events in the returned events, but set them in | |
| 2559 unread-command-events. Exit if all inputs are deleted. | |
| 2560 | |
| 29324 | 2561 2000-05-30 Jason Rumney <jasonr@gnu.org> |
| 2562 | |
| 2563 * w32-fns.el (w32-charset-info-alist): Add each charset separately. | |
| 2564 | |
| 2565 * term/w32-win.el: Doc changes to reduce diffs with x-win.el. | |
| 2566 Reenable code to create initial fontsets. | |
| 2567 Use set-fontset-font in place of put-charset-property. | |
| 2568 | |
| 29302 | 2569 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
| 2570 | |
| 29307 | 2571 * progmodes/perl-mode.el (perl-indent-line): When looking for a |
| 2572 label, ensure that the first colon isn't followed by another. | |
| 2573 | |
| 2574 * paths.el (Info-default-directory-list): Doc fix. | |
| 2575 | |
| 29304 | 2576 * net/net-utils.el (finger-X.500-host-regexps): New user-option. |
| 2577 (finger): If HOST matches a regexp from finger-X.500-host-regexps, | |
| 2578 send a query containing USER only, not USER@HOST. | |
| 2579 | |
| 29302 | 2580 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg |
| 2581 and rmail-msgend to compute the restriction at the end, instead of | |
| 2582 computing it. | |
| 2583 | |
| 29292 | 2584 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
| 2585 | |
| 29295 | 2586 * dabbrev.el (dabbrev-expand): Don't display messages in the |
| 2587 echo area if the minibuffer window is active. | |
| 2588 | |
| 29292 | 2589 * jit-lock.el (jit-lock-mode): Add after change function to |
| 2590 local hook. | |
| 2591 | |
| 2592 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com> | |
| 2593 | |
| 2594 * antlr-mode.el: New commands: hide/unhide actions, | |
| 2595 upcase/downcase literals. | |
| 2596 (antlr-tiny-action-length): New user option. | |
| 2597 (antlr-hide-actions): New command. Suggested by | |
| 2598 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>. | |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2599 (antlr-mode-map): New binding [C-c C-v]. |
| 29292 | 2600 (antlr-mode-menu): New entries. |
| 2601 (antlr-downcase-literals): New command. | |
| 2602 (antlr-upcase-literals): Ditto. | |
| 2603 | |
| 2604 * antlr-mode.el: Minor changes: indendation, mode-name. | |
| 2605 (antlr-indent-line): Indent cpp directive at column 0. | |
| 2606 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/". | |
| 2607 | |
| 2608 * antlr-mode.el: XEmacs bug workaround, XEmacs hint. | |
| 2609 (antlr-font-lock-additional-keywords): Workaround for intentional | |
| 2610 bug in XEmacs version of font-lock. | |
| 2611 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could | |
| 2612 be used by a smarter version of `buffers-menu-grouping-function'. | |
| 2613 | |
| 2614 2000-05-29 Gerd Moellmann <gerd@gnu.org> | |
| 2615 | |
| 2616 * tmm.el (tmm-prompt): Recognize menu item definitions of the for | |
| 2617 `(menu-item ...)' when looking for the position of DEFAULT-ITEM. | |
| 2618 | |
| 29266 | 2619 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
| 2620 | |
| 2621 * international/encoded-kb.el | |
| 2622 (encoded-kbd-iso2022-designation-map): Pay attention to that | |
| 2623 charset-iso-final-char return -1 for eight-bit-control and | |
| 2624 eight-bit-graphic. | |
| 2625 | |
| 29261 | 2626 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 2627 | |
| 2628 * speedbar.el (speedbar-use-images, speedbar-update-flag) | |
| 2629 (speedbar-easymenu-definition-base): Use display-graphic-p where | |
| 2630 available, instead of window-system. | |
| 2631 | |
| 29259 | 2632 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 2633 | |
| 2634 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 2635 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN | |
| 2636 coding systems. | |
| 2637 | |
| 29248 | 2638 2000-05-26 Dave Love <fx@gnu.org> |
| 2639 | |
| 29255 | 2640 * disp-table.el (standard-display-underline): Don't use |
| 2641 internal-find-face. | |
| 2642 | |
| 29248 | 2643 * mail/reporter.el: Maintainer change. Doc fixes. |
| 2644 (reporter-version): Deleted. | |
| 2645 | |
| 2646 * emacs-lisp/elp.el: Maintainer change. | |
| 2647 (elp-help-address, elp-submit-bug-report, elp-version): Deleted. | |
| 2648 | |
|
29244
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2649 2000-05-26 Stefan Monnier <monnier@cs.yale.edu> |
|
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2650 |
|
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2651 * add-log.el (add-change-log-entry): Merge the current entry with the |
|
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2652 previous one if the previous one is empty. |
|
c0069fc0ba7c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29242
diff
changeset
|
2653 |
| 29240 | 2654 2000-05-26 Dave Love <fx@gnu.org> |
| 2655 | |
| 29242 | 2656 * loadhist.el (unload-feature): Fix interactive spec [from |
| 2657 lijnzaad@ebi.ac.uk]. | |
| 2658 | |
| 29240 | 2659 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use |
| 2660 subr-arity to check primitives. | |
| 2661 (byte-compile-flush-pending, byte-compile-file-form-progn) | |
| 2662 (byte-compile-normal-call, byte-compile-list, byte-compile-concat) | |
| 2663 (byte-compile-insert, byte-compile-funcall): Use mapc instead of | |
| 2664 mapcar. | |
| 2665 | |
| 29226 | 2666 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
| 2667 | |
| 29235 | 2668 * international/fontset.el: Set family names of non-latin charsets |
| 2669 in default fontset to "*". | |
| 2670 | |
| 29230 | 2671 * international/mule-diag.el (print-fontset): Combine family part |
| 2672 and registry part of the fontname by "-*-" instead of "-". | |
| 2673 | |
| 29226 | 2674 * international/mule-cmds.el (encode-coding-char): Make strings |
| 2675 multibyte before calling encode-coding-string. | |
| 2676 | |
|
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2677 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2678 |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2679 * derived.el: Fix keywords. |
|
29224
c4ed562f1556
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29220
diff
changeset
|
2680 (define-derived-mode): Only define if needed. |
|
29220
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2681 |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2682 * simple.el (fill-comment, comment-column, comment-start) |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2683 (comment-start-skip, comment-end, comment-indent-function) |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2684 (block-comment-start, block-comment-end, indent-for-comment) |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2685 (set-comment-column, kill-comment, comment-padding, comment-region) |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2686 (comment-multi-line, indent-new-comment-line): Remove. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2687 |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2688 * bindings.el (esc-map): Change ; to comment-dwim and use the new |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2689 function names for comment operations. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2690 |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2691 * newcomment.el: Add abundant autoload cookies. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2692 (comment-style): Don't depend on runtime data at compile-time. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2693 (comment-indent-hook): Remove. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2694 (comment-indent): Check if comment-indent-hook is bound. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2695 (comment-region): Docstring fix. |
|
47dec47aba85
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29214
diff
changeset
|
2696 |
| 29214 | 2697 2000-05-25 Dave Love <fx@gnu.org> |
| 2698 | |
| 2699 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete | |
| 2700 byte-code-function-p. | |
| 2701 | |
| 2702 * mail/rmailsum.el: Add provide. | |
| 2703 | |
| 2704 * net/goto-addr.el (goto-address-fontify): Add help-echo property. | |
| 2705 | |
| 2706 * smerge-mode.el (smerge-diff-switches): Don't use list* in | |
| 2707 defcustom. | |
| 2708 | |
|
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2709 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu> |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2710 |
|
29206
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2711 * ediff-diff.el (ediff-exec-process): delete --binary option from |
|
6e9f065ce572
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29205
diff
changeset
|
2712 non-buffer ediff jobs. |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2713 |
| 29205 | 2714 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2715 | |
| 2716 * hilit-chg.el (highlight-changes-mode): Ask about color or | |
| 2717 grayscale support, not about window-system. | |
| 2718 | |
| 2719 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not | |
| 2720 window-system. | |
| 2721 (ffap-highlight): Always default to t. | |
| 2722 | |
| 2723 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call | |
| 2724 display-popup-menus-p instead of looking at window-system. | |
| 2725 | |
| 2726 * disp-table.el (standard-display-g1, standard-display-graphic): | |
| 2727 Only refuse to use string glyphs on X and MS-Windows. | |
| 2728 | |
| 2729 * avoid.el: Remove window-system from commentary, suggest to use | |
| 2730 display-*-p instead. | |
| 2731 | |
| 2732 * apropos.el (apropos-print): Use display-mouse-p instead of | |
| 2733 window-system. | |
| 2734 | |
| 29190 | 2735 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2736 | |
| 2737 * international/codepage.el (cp-decoding-vector-for-codepage): | |
| 2738 Fill up unsupported characters with their own codes. From Kenichi | |
| 2739 Handa. | |
| 2740 | |
| 29188 | 2741 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2742 | |
| 2743 * international/mule-diag.el (describe-char-after): Use | |
| 2744 display-graphic-p instead of window-system, so that this function | |
| 2745 works on MS-DOS. | |
| 2746 | |
| 29181 | 2747 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2748 | |
| 2749 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 2750 Remove the eight-bit-graphic and eight-bit-control charsets from | |
| 2751 the list of charsets which we convert into `?'. | |
| 2752 | |
| 29169 | 2753 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 2754 | |
| 2755 * international/mule-conf.el: Specify CHARSET-ID explicitely for | |
| 2756 private charsets. | |
| 2757 (mule-unicode-0100-24ff, japanese-jisx0213-1, | |
| 2758 japanese-jisx0213-2): New charsets. | |
| 2759 | |
| 2760 * international/fontset.el: Setup default fontset for new charsets. | |
| 2761 | |
| 29166 | 2762 2000-05-24 Dave Love <fx@gnu.org> |
| 2763 | |
| 2764 * info.el (Info-find-node-2): Restructure [following "Vadim | |
| 2765 S. Solomin" <sovs@uic.nnov.ru>]. | |
| 2766 | |
| 2767 * icomplete.el: Fix header for Finder. | |
| 2768 | |
| 2769 2000-05-24 Eric M. Ludlam <zappo@ultranet.com> | |
| 2770 | |
| 2771 * rmailout.el (rmail-output-to-rmail-file): Added optional param | |
| 2772 STAY. | |
| 2773 | |
| 2774 * rmail.el (rmail-automatic-folder-directives): New user variable. | |
| 2775 (rmail-show-message): Add call to `rmail-auto-file' during | |
| 2776 display. | |
| 2777 (rmail-auto-file): New function. | |
| 2778 | |
|
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2779 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2780 |
| 29193 | 2781 * ediff-diff.el (ediff-forward-word): Take syntactic word class into |
|
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2782 account. |
| 29193 | 2783 (ediff-test-utility,ediff-diff-mandatory-option) |
| 2784 (ediff-reset-diff-options): Utilities for proper initialization of | |
|
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2785 ediff-diff-options and ediff-diff3-options on Windows. |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2786 |
| 29193 | 2787 * ediff-init.el (ediff-merge-filename-prefix): New customizable |
|
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2788 variable. |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2789 |
| 29193 | 2790 * ediff-mult.el (ediff-filegroup-action): Use |
|
29165
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2791 ediff-merge-filename-prefix. |
|
641e43bad886
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29163
diff
changeset
|
2792 |
|
29163
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2793 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu> |
|
ea19f6424132
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
29159
diff
changeset
|
2794 |
| 29193 | 2795 * viper-ex.el (ex-write): Set selective display to nil. |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2796 |
| 29159 | 2797 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 2798 | |
| 2799 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just | |
| 2800 aliases for hebrew-iso-8bit. | |
| 2801 | |
| 29148 | 2802 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 2803 | |
| 2804 * woman.el: New version from Francis J. Wright | |
| 2805 <F.J.Wright@Maths.QMW.ac.uk>. | |
| 2806 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file | |
| 2807 names in environment variables regardless of the path separator. | |
| 2808 (woman-topic-all-completions-1): Don't call file-name-directory-p | |
| 2809 on all files, since woman-file-regexp already filters out any | |
| 2810 directories. | |
| 2811 | |
| 29140 | 2812 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
| 2813 | |
| 29144 | 2814 * international/quail.el (quail-start-translation): Don't change |
| 2815 modified-p of the current buffer. | |
| 2816 (quail-start-conversion): Likewise. | |
| 2817 | |
| 2818 * international/kkc.el (kkc-region): Don't change modified-p of | |
| 2819 the current buffer. | |
| 2820 | |
| 29142 | 2821 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to |
| 2822 conform to RFC1468. | |
| 2823 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. | |
| 29140 | 2824 |
| 29138 | 2825 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com> |
| 2826 | |
| 2827 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix. | |
| 2828 (speedbar-insert-button): Invisible text property fix. | |
| 2829 (speedbar-directory-plus): Renamed from speedbar-directory-+ | |
| 2830 (speedbar-directory-minus): Renamed from speedbar-directory-- | |
| 2831 (speedbar-page-plus): Renamed from speedbar-file-+ | |
| 2832 (speedbar-page-minus): Renamed from speedbar-file-- | |
| 2833 (speedbar-page): Renamed from speedbar-file- | |
| 2834 (speedbar-tag): Renamed from speedbar-tag- | |
| 2835 (speedbar-tag-plus): Renamed from speedbar-tag-+ | |
| 2836 (speedbar-tag-minus): Renamed from speedbar-tag-- | |
| 2837 (speedbar-expand-image-button-alist): Use above renames. | |
| 2838 | |
| 2839 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm | |
| 2840 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm | |
| 2841 * sb-pg-plus.xpm: Renamed from sb-file+.xpm | |
| 2842 * sb-pg-minus.xpm: Renamed from sb-file-.xpm | |
| 2843 * sb-pg.xpm: Renamed from sb-file.xpm | |
| 2844 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm | |
| 2845 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm | |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2846 |
| 29128 | 2847 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
| 2848 | |
| 2849 * international/quail.el (quail-show-guidance-buf): Set | |
| 2850 current-input-method of the guidance buffer to the name of the | |
| 2851 curren input method. | |
| 2852 | |
|
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2853 2000-05-23 Stefan Monnier <monnier@cs.yale.edu> |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2854 |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2855 * progmodes/compile.el (compile-internal): Style typo. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2856 |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2857 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode): |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2858 quote vars and functions in the docstring. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2859 |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2860 * newcomment.el (comment-make-extra-lines): Don't use `assert'. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2861 |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2862 * completion.el (dynamic-completion-mode, dynamic-completion-mode): |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2863 Don't quote lambdas. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2864 |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2865 * ffap.el (ffap-highlight): Use facep rather than internal-find-face. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2866 |
| 29116 | 2867 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
| 2868 | |
| 29127 | 2869 * startup.el (command-line): Determine source file of compiled |
| 2870 user init file differently. Warn if compiled user init file | |
| 2871 is older than its source file. | |
| 2872 | |
| 29116 | 2873 * ffap.el (ffap-url-regexp): Add `https'. |
|
29333
189f70e66cab
Update whitespace.el with a more tolerable timer scan time.
Rajesh Vaidheeswarran <rv@gnu.org>
parents:
29330
diff
changeset
|
2874 |
| 29112 | 2875 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2876 | |
| 2877 * files.el (make-backup-file-name-1): Replace slashes with `!' | |
| 2878 rather than `|' (which is not allowed on Windows). Replace the | |
| 2879 drive letters with a string "drive_X". | |
| 2880 | |
| 29110 | 2881 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
| 2882 | |
| 2883 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | |
| 2884 | |
| 2885 * files.el (interpreter-mode-alist): Add `bash2'. | |
| 2886 | |
| 29091 | 2887 2000-05-22 Dave Love <fx@gnu.org> |
| 2888 | |
| 2889 * loadhist.el (feature-symbols, file-provides, file-requires): Use | |
| 2890 mapc. | |
| 2891 (feature-file): Avoid calling symbol-name. Doc fix. | |
| 2892 (file-set-intersect, file-dependents): Use dolist, not mapcar. | |
| 2893 (loadhist-hook-functions): Add mouse-position-function. | |
| 2894 (unload-feature): Change uses of mapcar. | |
| 2895 | |
| 2896 * files.el (parse-colon-path): Doc fix. | |
| 2897 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars. | |
| 2898 (set-auto-mode): Use mapc. | |
| 2899 | |
| 2900 * complete.el (PC-look-for-include-file): Use :alnum: character | |
| 2901 class. | |
| 2902 (partial-completion-mode): Add autoload cookie. | |
| 2903 | |
|
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2904 2000-05-22 Sam Steingold <sds@gnu.org> |
|
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2905 |
| 29102 | 2906 * info.el (Info-fontify-node): Fixed the call to |
|
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2907 `add-text-properties' (bug introduced on 2000-05-18). |
|
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2908 |
| 29082 | 2909 2000-05-22 Dave Love <fx@gnu.org> |
| 2910 | |
| 2911 * bindings.el: Remove debug-ignored-errors set in other files. | |
| 2912 | |
| 2913 * progmodes/etags.el: Add to debug-ignored-errors. | |
| 2914 (visit-tags-table-buffer): Clear out buffers holding old tables | |
| 2915 when making a new list. | |
| 2916 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use | |
| 2917 mapc. | |
| 2918 | |
| 2919 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't | |
| 2920 quote keywords. | |
| 2921 (cmpl-string-case-type): Use character classes. | |
| 2922 | |
|
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2923 * comint.el: |
|
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2924 * textmodes/ispell.el: |
|
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
2925 * imenu.el: |
| 29082 | 2926 * mail/mh-e.el: |
| 2927 * progmodes/compile.el: Add to debug-ignored-errors. | |
| 2928 | |
| 2929 * dabbrev.el: Add to debug-ignored-errors. | |
| 2930 (dabbrev-completion): Use mapc. | |
| 2931 | |
| 29075 | 2932 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2933 | |
| 2934 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) | |
| 2935 (woman-mapcan, woman-parse-man.conf) | |
| 2936 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font) | |
| 2937 (woman-reset-emulation, woman-select-symbol-fonts): New functions. | |
| 2938 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin | |
| 2939 path syntax better. | |
| 2940 (woman-man.conf-path, woman-use-own-frame): New defcustoms. | |
| 2941 (woman-manpath): Call woman-parse-man.conf. | |
| 2942 (woman-emulation): New defcustom, defaults to nroff. | |
| 2943 (woman-font-support): New defconst. | |
| 2944 (woman-use-symbol-font): New defcustom. | |
| 2945 (woman-menu): Add new menu items: "Colored/BW", "Advanced", | |
| 2946 "Emulation". | |
| 2947 Many functions: Doc fix. | |
| 2948 | |
| 29072 | 2949 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
| 2950 | |
| 2951 * international/quail.el (quail-simple-translation-keymap): Map | |
| 2952 128..255 to quail-self-insert-command. | |
| 2953 (quail-keyboard-layout-alist): Add definition for "pc102-de". | |
| 2954 | |
|
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2955 2000-05-22 Stefan Monnier <monnier@cs.yale.edu> |
|
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2956 |
|
29158
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2957 * help.el (help-manyarg-func-alist): Typo. |
|
76184e58accb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29148
diff
changeset
|
2958 |
|
29070
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2959 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and |
|
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2960 intervals which makes it heaps simpler. |
|
0199b9a52c3f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29067
diff
changeset
|
2961 |
|
29067
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2962 * newcomment.el (comment-region-internal): Go back to BEG after quoting |
|
27f615da1df9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29063
diff
changeset
|
2963 the nested comment markers. |
|
29063
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2964 |
|
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2965 * subr.el (remove-hook): Don't turn the hook's value into a list. |
|
594a655b83cf
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29061
diff
changeset
|
2966 |
| 29059 | 2967 2000-05-21 Dave Love <fx@gnu.org> |
| 2968 | |
| 29061 | 2969 * edmacro.el (edmacro-parse-keys): Return vector if any elements |
| 2970 are invalid characters. | |
| 2971 | |
| 29059 | 2972 * international/mule-util.el (detect-coding-with-priority): Use |
| 2973 mapc. Remove redundant lambda. | |
| 2974 | |
| 2975 * international/mule-diag.el (list-non-iso-charset-chars) | |
| 2976 (describe-fontset): Remove redundant lambda. | |
| 2977 | |
| 2978 * emulation/crisp.el (brief-mode): New alias. | |
| 2979 | |
| 2980 * emacs-lisp/ring.el (ring-elements): New function. | |
| 2981 | |
| 2982 * emacs-lisp/easymenu.el (easy-menu-create-menu) | |
| 2983 (easy-menu-do-add-item): Use keywordp. | |
| 2984 | |
| 2985 * emacs-lisp/byte-opt.el: Update side-effect free function lists. | |
| 2986 | |
| 2987 * replace.el: Doc and error message fixes. | |
| 2988 (replace-highlight): Use facep, not internal-find-face. | |
| 2989 | |
|
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2990 2000-05-20 Stefan Monnier <monnier@cs.yale.edu> |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
2991 |
|
29045
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2992 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda. |
|
7235e6a14c62
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29043
diff
changeset
|
2993 |
|
29043
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2994 * log-edit.el (log-edit-done): Cleanup trailing empty lines. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2995 (log-edit-insert-changelog): Drop `:' as well. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2996 |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2997 * log-view.el: Fix file description. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2998 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
2999 available. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3000 (log-view-font-lock-keywords): Only use cvs-filename-face if present. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3001 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present. |
|
a5d03117ad26
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29040
diff
changeset
|
3002 |
|
29040
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3003 * emacs-lisp/easy-mmode.el: Update copyright and commentary. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3004 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3005 Print a status message if the toggle is called interactively. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3006 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE) |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3007 for global minor modes and use `defcustom' for them. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3008 Use add-minor-mode. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3009 (easy-mmode-define-derived-mode): Remove. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3010 (define-derived-mode): Fancier default docstring. |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3011 (easy-mmode-define-navigation): Signal an error rather than (ding). |
|
a0ca583126cb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29038
diff
changeset
|
3012 |
|
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3013 * newcomment.el (comment-styles): New `box-multi'. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3014 (comment-normalize-vars): Better default for comment-continue to |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3015 avoid whitespace-only continuations. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3016 (comment-search-forward): Always move even in the no-syntax case. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3017 (comment-padright): Only obey N if it's only obeyed for padleft. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3018 (comment-make-extra-lines): Better handling of empty continuations. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3019 Use `=' for the filler if comment-start has only one character. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3020 (uncomment-region): Try handling the special `=' filler. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3021 (comment-region): Allow LINES even if MULTI is nil. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3022 (comment-box): Choose box style based on comment-style. |
|
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3023 |
| 29029 | 3024 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
| 3025 | |
|
29038
9e9fab0248d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29029
diff
changeset
|
3026 * international/ccl.el (ccl-compile-write-string): Make STR unibyte. |
| 29029 | 3027 (ccl-compile-write-repeat): If ARG is string, make it unibyte. |
| 3028 | |
| 29028 | 3029 2000-05-20 Kenichi HANDA <handa@etl.go.jp> |
| 3030 | |
| 3031 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region | |
| 3032 and insert, not subst-char-in-region. | |
| 3033 | |
| 3034 * international/mule-diag.el (list-character-sets-1): Handle | |
| 3035 charsets eight-bit-control and eight-bit-graphic. | |
| 3036 (list-iso-charset-chars): Likewise. | |
| 3037 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit | |
| 3038 charactes as is. Use indent-to to align characters. | |
| 3039 | |
| 3040 * international/mule-cmds.el (find-multibyte-characters): Never | |
| 3041 exclude charsets eight-bit-control and eight-bit-graphic. | |
| 3042 | |
|
29015
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3043 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3044 |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3045 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception): |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3046 Don't quote lambdas. |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3047 |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3048 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add. |
|
ec2827214bf3
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28993
diff
changeset
|
3049 |
| 28993 | 3050 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
| 3051 | |
| 3052 * gud.el (gud-jdb-directories): Doc fix. | |
| 3053 | |
|
28989
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3054 2000-05-19 Stefan Monnier <monnier@cs.yale.edu> |
|
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3055 |
|
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3056 * newcomment.el: New file. |
|
c16412bbfa3c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28988
diff
changeset
|
3057 |
| 28988 | 3058 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
| 3059 | |
| 28993 | 3060 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'. |
| 28988 | 3061 |
| 28982 | 3062 2000-05-18 Andreas Schwab <schwab@suse.de> |
| 3063 | |
| 3064 * dired.el (dired-between-files): Also skip lines beginning with | |
| 3065 `used'. | |
| 3066 | |
| 28978 | 3067 2000-05-18 Gerd Moellmann <gerd@gnu.org> |
| 3068 | |
| 3069 * msb.el (msb-menu-cond): Add choice `user'. | |
| 3070 | |
| 28981 | 3071 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
|
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3072 |
| 28981 | 3073 * ps-print.el: Compatibility, customization and doc fix. |
| 3074 (ps-printer-name-option): Replace defconst by defvar. | |
| 3075 (ps-postscript-code-directory): XEmacs compatibility. | |
| 3076 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code | |
| 3077 fix. | |
| 3078 (ps-user-defined-prologue, ps-print-prologue-header) | |
| 3079 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs | |
| 3080 compatibility and code fix. | |
| 3081 (ps-print-background-image, ps-print-background-text): | |
| 3082 Customization fix. | |
| 3083 (ps-line-number-start, ps-n-up-on): New vars. | |
| 3084 | |
| 28978 | 3085 2000-05-18 Espen Skoglund <esk@ira.uka.de> |
| 3086 | |
| 3087 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed | |
| 3088 the indent-comment function to just return the appropriate indent. | |
| 3089 | |
| 28975 | 3090 2000-05-18 Eric M. Ludlam <zappo@ultranet.com> |
| 3091 | |
| 3092 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm, | |
| 3093 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm, | |
| 3094 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files | |
| 3095 | |
| 28969 | 3096 2000-05-18 Dave Love <fx@gnu.org> |
| 3097 | |
| 3098 * info.el (Info-fontify-node): Add intangible property as well as | |
| 3099 invisible. | |
| 3100 | |
| 3101 * calendar/appt.el (appt-make-list): Match all lines of entry. | |
| 3102 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de> | |
| 3103 | |
| 28965 | 3104 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
| 3105 | |
| 3106 * international/mule-diag.el (describe-char-after): Call | |
| 3107 internal-char-font, not char-font. If internal-char-font returns | |
| 3108 nil, display "-- none --". | |
| 3109 | |
| 28959 | 3110 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 3111 | |
| 3112 * image.el (image-type-available-p): Don't reference image-types | |
| 3113 if it isn't bound. | |
| 3114 | |
|
28957
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3115 2000-05-17 Stefan Monnier <monnier@cs.yale.edu> |
|
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3116 |
|
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3117 * autoarg.el (autoarg-mode): Typo in the :set argument. |
|
71d552e41a3d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28954
diff
changeset
|
3118 |
| 28954 | 3119 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 3120 | |
| 3121 * startup.el (command-line-1): Don't signal an error if the | |
| 3122 directory for auto-save-list files does not yet exist. | |
| 3123 | |
| 28950 | 3124 2000-05-17 Kenichi Handa <handa@etl.go.jp> |
| 3125 | |
| 3126 * international/mule-conf.el (arabic-iso8859-6): Fix typo. | |
| 3127 | |
|
28948
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3128 2000-05-16 Stefan Monnier <monnier@cs.yale.edu> |
|
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3129 |
|
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3130 * subr.el (remove-hook): `setq' hook-value, not `set'. |
|
39632cb551a0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28943
diff
changeset
|
3131 |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3132 2000-05-16 Sam Steingold <sds@gnu.org> |
|
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3133 |
| 28981 | 3134 * info.el (debug-ignored-errors): More errors to ignore. |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3135 |
| 28942 | 3136 2000-05-16 Dave Love <fx@gnu.org> |
| 3137 | |
| 3138 * cus-edit.el: Don't require cl or easymenu. | |
| 3139 (custom-variable-prompt): Test standard-value property, not | |
| 3140 user-variable-p. | |
| 3141 | |
|
28940
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3142 2000-05-16 Sam Steingold <sds@gnu.org> |
|
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3143 |
|
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3144 * subr.el (add-hook): `setq' hook-value, not `set'. |
|
2a91228f7aa3
(add-hook): setq hook-value, not set
Sam Steingold <sds@gnu.org>
parents:
28939
diff
changeset
|
3145 |
| 28939 | 3146 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
| 3147 | |
| 3148 * startup.el (command-line-1): Mention the FAQ in the startup | |
| 3149 message. | |
| 3150 | |
| 3151 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | |
| 3152 | |
| 3153 * progmodes/compile.el (compilation-parse-errors): Collect | |
| 3154 `nomessage' regexps last. | |
| 3155 | |
| 3156 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp. | |
| 3157 | |
| 3158 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp' | |
| 3159 to the function name. | |
| 3160 | |
| 28926 | 3161 2000-05-15 Dave Love <fx@gnu.org> |
| 3162 | |
| 3163 * speedbar.el (speedbar-recenter): Typo. | |
| 3164 (speedbar-expand-line): Make arg optional. | |
| 3165 (speedbar-mode): Avoid a compiler warning. | |
| 3166 | |
| 28924 | 3167 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
| 3168 | |
| 3169 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that | |
| 3170 user-specified option string is empty. | |
| 3171 | |
| 3172 * mouse.el (mouse-yank-at-click): Doc fix. | |
| 3173 | |
| 28921 | 3174 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 3175 | |
| 3176 * term/internal.el (IT-character-translations): More updates of | |
| 3177 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC | |
| 3178 documents. | |
| 3179 | |
| 28919 | 3180 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
| 3181 | |
| 3182 * env.el (getenv): New function, interactively callable. | |
| 3183 (setenv, getenv): Remove autoload cookies. | |
| 3184 | |
| 3185 * loadup.el: Load `env'. | |
| 3186 | |
| 3187 * progmodes/f90.el: Change author's mail address. | |
| 3188 | |
| 28908 | 3189 2000-05-14 Dave Love <fx@gnu.org> |
| 3190 | |
| 28911 | 3191 * mail/rmail.el (rmail-show-message-hook): Customize and offer |
| 3192 goto-addr as an option. | |
| 3193 | |
| 3194 * help.el (help-xref-stack): Doc fix. | |
| 3195 (help-xref-following): New variable. | |
| 3196 (help-make-xrefs): Use it. | |
| 3197 (help-xref-go-back): Use position information from stack element. | |
| 3198 (help-follow): Make position in stack element a pair. Use | |
| 3199 help-xref-following. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3200 |
| 28911 | 3201 * autoarg.el: New file. |
| 3202 | |
| 3203 * faces.el: Declare more functions obsolete. | |
| 3204 | |
| 28908 | 3205 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el |
| 3206 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el | |
| 3207 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el | |
| 3208 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el: | |
| 3209 Remove all the setup-...-environment functions. | |
| 3210 | |
| 28903 | 3211 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> |
| 3212 | |
| 28919 | 3213 * speedbar.el: Updated the commentary section. xemacs20p now uses |
| 3214 >= when detecting. Require `defimage' safely. | |
| 28903 | 3215 (speedbar-easymenu-definition-base): Add toggle for images. |
| 3216 (speedbar-easymenu-definition-special): Add flush cache & expand. | |
| 3217 (speedbar-visiting-tag-hook): Set new defaults. Added options. | |
| 3218 (speedbar-reconfigure-keymaps-hook): New variable. | |
| 3219 (speedbar-frame-parameters): Updated documentation. | |
| 3220 (speedbar-use-imenu-flag): Updated custom tag | |
| 3221 (speedbar-dynamic-tags-function-list): New variable. | |
| 3222 (speedbar-tag-hierarchy-method): Updated doc & custom. | |
| 28919 | 3223 (speedbar-indentation-width, speedbar-indentation-width) New |
| 3224 variables. | |
| 3225 (speedbar-hide-button-brackets-flag): Customizable. | |
| 28903 | 3226 (speedbar-vc-indicator): Doc update. |
| 3227 (speedbar-ignored-path-expressions): Updated default value. | |
| 3228 (speedbar-supported-extension-expressions): Updated default value. | |
| 3229 (speedbar-syntax-table): Remove {} paren status. | |
| 28919 | 3230 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act |
| 3231 as "+". Added overlay aliases. | |
| 3232 (speedbar-mode): Use `speedbar-mode-line-update' instead of | |
| 3233 `force-mode-line-update'. | |
| 3234 (speedbar-mode, speedbar-quick-mouse, speedbar-click) | |
| 3235 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of | |
| 3236 `mouse-set-point' | |
| 28903 | 3237 (speedbar-reconfigure-keymaps): Run configure keymap hooks. |
| 28919 | 3238 (speedbar-item-info-tag-helper): Revamped to handle a wider range |
| 3239 of arbitrary text, and new helper functions. | |
| 3240 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in | |
| 3241 filename finder. | |
| 28903 | 3242 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. |
| 3243 (speedbar-directory-buttons): Update path search/expansion. | |
| 3244 (speedbar-make-tag-line): Pay attention to | |
| 28919 | 3245 `speedbar-indentation-width'. Use more care w/ invisible |
| 3246 properties. | |
| 28903 | 3247 (speedbar-change-expand-button-char): Call |
| 3248 `speedbar-insert-image-button-maybe'. | |
| 3249 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). | |
| 28919 | 3250 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) |
| 3251 (speedbar-trim-words-tag-hierarchy) | |
| 3252 (speedbar-simple-group-tag-hierarchy): New functions | |
| 28903 | 3253 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. |
| 28919 | 3254 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New |
| 3255 functions. | |
| 28903 | 3256 (speedbar-mouse-set-point): New function |
| 3257 (speedbar-power-click): Updated documentation. | |
| 28919 | 3258 (speedbar-line-token, speedbar-goto-this-file): Handle more types |
| 3259 of tag prefix text. | |
| 3260 (speedbar-expand-line, speedbar-contract-line): Make more robust | |
| 3261 to strange text. | |
| 3262 (speedbar-expand-line): Takes universal argument to flush the | |
| 3263 cache. | |
| 28903 | 3264 (speedbar-flush-expand-line): New function. |
| 3265 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. | |
| 3266 Use new generator insertion method. | |
| 3267 (speedbar-fetch-dynamic-tags): New function. | |
| 3268 (speedbar-fetch-dynamic-imenu): Removed code now handled in | |
| 3269 `speedbar-fetch-dynamic-imenu'. | |
| 3270 (speedbar-fetch-dynamic-etags): Fix current buffer problem. | |
| 3271 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and | |
| 3272 "Revert Buffer" menu items. | |
| 3273 (speedbar-buffer-buttons-engine): Be smarter when creating a | |
| 3274 filename tag (for expansion purposes.). | |
| 28919 | 3275 (speedbar-highlight-one-tag-line, |
| 3276 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) | |
| 3277 (speedbar-recenter): New functions. | |
| 28903 | 3278 (defimage-speedbar): Image loading abstraction. |
| 28919 | 3279 (speedbar-directory-+, speedbar-directory--, speedbar-file-+) |
| 3280 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) | |
| 3281 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) | |
| 3282 (speedbar-tag-type, speedbar-tag-mail): New images. | |
| 28903 | 3283 (speedbar-expand-image-button-alist): New variable. |
| 3284 (speedbar-insert-image-button-maybe): Insert an image over some | |
| 3285 buttons. | |
| 3286 | |
| 28894 | 3287 2000-05-13 Kenichi Handa <handa@etl.go.jp> |
| 3288 | |
| 3289 * international/mule-cmds.el (encode-coding-char): An ASCII | |
| 3290 character is always encodable. | |
| 3291 | |
| 3292 * international/mule-conf.el: Add more information in descriptions | |
| 3293 of character sets. | |
| 3294 | |
| 28965 | 3295 * international/mule-diag.el (describe-char-after): New function. |
| 28894 | 3296 (describe-font-internal): Adjusted for the change of font-info. |
| 3297 (describe-font): Likewise. | |
| 3298 (print-fontset): Rewritten for the new fontset implementation. | |
| 3299 (describe-fontset): Include fontset alias names in completion. | |
| 3300 (list-fontsets): Adjusted for the change of print-fontset. | |
| 3301 | |
| 28895 | 3302 * simple.el (what-cursor-position): If DETAIL is non-nil, call |
| 3303 describe-char-after instead of displaying the detail in the echo | |
| 3304 area. | |
| 28965 | 3305 (syntax-code-table): Format changed. |
| 3306 (string-to-syntax): Adjusted for the above change. | |
|
29085
602b7988fdb1
(Info-fontify-node): fixed the call to add-text-properties
Sam Steingold <sds@gnu.org>
parents:
29082
diff
changeset
|
3307 |
|
28905
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3308 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
|
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3309 |
|
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3310 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. |
|
e96880caf4e5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28903
diff
changeset
|
3311 |
| 28890 | 3312 2000-05-12 Dave Love <fx@gnu.org> |
| 3313 | |
| 3314 * calendar/todo-mode.el: Remove some compatibility stuff and CL | |
| 3315 dependence. Use line-{beginning,end}-position, not | |
| 3316 point-at{b,e}ol. Some doc fixes. | |
| 3317 (todo-position): New function. Fix callers of position to use it. | |
| 3318 (todo-save-top-priorities, todo-print): Use with-temp-buffer. | |
| 3319 | |
| 28885 | 3320 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
| 3321 | |
| 3322 * time.el (display-time-mail-icon): Use `:ascent center'. | |
| 3323 | |
| 28893 | 3324 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for |
| 3325 handling FTP security extensions. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3326 |
| 28882 | 3327 2000-05-11 Dave Love <fx@gnu.org> |
| 3328 | |
| 28888 | 3329 * calendar/todo-mode.el: New file. |
| 28882 | 3330 |
| 28870 | 3331 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
| 3332 | |
| 28881 | 3333 * comint.el (comint-read-input-ring): Move reference to |
| 3334 comint-input-ring-size outside of the save-excursion. It was | |
| 3335 causing the default value to be the only one ever seen. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3336 |
| 28875 | 3337 * font-lock.el: Update copyright. Remove Simon Marshall's email |
| 3338 address on request from him. | |
| 3339 | |
| 28870 | 3340 * subr.el (substitute-key-definition): Add comment describing |
| 3341 the meaning of PREFIX. | |
| 3342 | |
|
28865
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3343 2000-05-10 Stefan Monnier <monnier@cs.yale.edu> |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3344 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3345 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3346 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3347 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed.. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3348 (add-minor-mode): Don't make the variable buffer-local and add a |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3349 reference to define-minor-mode in the docstring. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3350 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3351 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3352 HEADER/FOOTER and fix bug with trailing empty directory. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3353 (cvs-append-to-ignore): Use vc-editable-p if available. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3354 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3355 (vc-do-command): Tweak advice to handle the new VC. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3356 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3357 * log-view.el (log-view-goto-rev): New function for the new VC. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3358 (log-view-minor-wrap): Use mark-active. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3359 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3360 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3361 (log-edit-changelog-full-paragraphs): New var. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3362 (log-edit-insert-changelog): Remove a lonely leading `* file'. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3363 (log-edit-narrow-changelog, log-edit-changelog-paragraph) |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3364 (log-edit-changelog-subparagraph, log-edit-changelog-entry) |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3365 (log-edit-changelog-ours-p, log-edit-changelog-entries) |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3366 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3367 Replace the `cvs' prefix with `log-edit'. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3368 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3369 * iswitchb.el (iswitchb-completion-help): Unquote lambda. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3370 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3371 * diff-mode.el (diff-font-lock-keywords): Recognize comments. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3372 (diff-font-lock-defaults): Explicitly turn off multiline. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3373 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3374 (diff-ediff-patch): Fix call to ediff-patch-file. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3375 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3376 Handle comments. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3377 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3378 * frame.el (automatic-hscrolling): Typo. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3379 |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3380 * cvs-status.el (cvs-status-minor-wrap): Use mark-active. |
|
5743b3652f72
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28848
diff
changeset
|
3381 |
| 28845 | 3382 2000-05-09 Sam Steingold <sds@goems.com> |
| 3383 | |
| 3384 * apropos.el (apropos-print): use `describe-face' instead of | |
| 3385 `customize-face-other-window'. | |
| 3386 | |
| 28842 | 3387 2000-05-09 Dave Love <fx@gnu.org> |
| 3388 | |
| 3389 Changes mostly following Richard Sharman <rsharman@wave.home.com>. | |
| 3390 | |
| 3391 * help.el (describe-variable): Have customize button pop the | |
| 3392 help-xref stack when invoked. | |
| 3393 (help-xref-symbol-regexp): Add `face'. | |
| 3394 (help-make-xrefs): Check for quoted face names and adapt regexp | |
| 3395 submatch numbers to cope. | |
| 3396 (help-xref-interned): Maybe insert face doc too. Separate | |
| 3397 sections with a line of hyphens. | |
| 3398 | |
| 28848 | 3399 * faces.el: Some doc fixes. Declare some functions obsolete. |
| 28842 | 3400 (describe-face): Add customize button. Return the help |
| 3401 text. Fix prompt. | |
| 3402 | |
| 28839 | 3403 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 3404 | |
| 3405 * term/internal.el (IT-character-translations): Fix last change. | |
| 3406 | |
| 28833 | 3407 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 3408 | |
| 3409 * woman.el: New file | |
| 3410 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>). | |
| 3411 | |
| 28829 | 3412 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 3413 | |
| 28831 | 3414 * term/internal.el (IT-character-translations): Update ASCII |
| 3415 simulations for greek-iso8859-7, add latin-iso8859-14 and | |
| 3416 latin-iso8859-15. | |
| 3417 | |
| 28829 | 3418 * international/mule-cmds.el (set-language-info-alist): Call |
| 3419 define-prefix-command with 3 arguments, to make the map suitable | |
| 3420 for a menu. | |
| 3421 | |
| 28827 | 3422 2000-05-07 Dave Love <fx@gnu.org> |
| 3423 | |
|
30620
1a808437b658
Restore inadvertently-changed non-ASCII character.
Eli Zaretskii <eliz@gnu.org>
parents:
30619
diff
changeset
|
3424 * time.el: Small doc fixes from Pavel Janík ml. |
| 28827 | 3425 |
| 28825 | 3426 2000-05-05 Dave Love <fx@gnu.org> |
| 3427 | |
| 3428 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | |
| 3429 list in doc string. Don't quote keyword symbols. | |
| 3430 * emacs-lisp/cl.el: Likewise | |
| 3431 * emacs-lisp/cl-seq.el: Likewise | |
| 3432 | |
| 28823 | 3433 2000-05-05 Gerd Moellmann <gerd@gnu.org> |
| 3434 | |
| 3435 * abbrev.el (abbrev-mode): Make ARG optional. | |
| 3436 | |
| 28812 | 3437 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
| 3438 | |
| 28817 | 3439 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. |
| 3440 | |
| 3441 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. | |
| 3442 | |
| 28812 | 3443 * subr.el (substitute-key-definition): Clarify documentation. |
| 3444 | |
| 3445 2000-05-04 Milan Zamazal <pdm@freesoft.cz> | |
| 3446 | |
| 3447 * glasses.el (glasses-convert-to-unreadable): Use | |
| 3448 `glasses-separator' instead of the hard-wired "_". | |
| 3449 (glasses-mode): Call `glasses-make-unreadable' only in a single | |
| 3450 place. | |
| 3451 | |
| 28808 | 3452 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 3453 | |
| 3454 * term/internal.el (cjk-codepages-alist): Add associations for | |
| 3455 Chinese and Korean codepages. Remove FIXME comment. | |
| 3456 | |
| 28806 | 3457 2000-05-03 Dave Love <fx@gnu.org> |
| 3458 | |
| 3459 * time.el (display-time-mail-face, display-time-use-mail-icon): | |
| 3460 New option. | |
| 3461 (display-time-mail-icon): New variable. | |
| 3462 (display-time-string-forms): Use the above. Fix the local-map. | |
| 3463 | |
| 28795 | 3464 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
| 3465 | |
| 28805 | 3466 * replace.el (query-replace-map): Add binding for `E'. |
| 3467 (query-replace-help): Extend help text. | |
| 3468 (perform-replace): Allow editing the replacement string. | |
| 3469 | |
| 3470 * make-mode.el (makefile-mode-abbrev-table): New variable. | |
| 3471 (makefile-mode): Set local abbrev table to | |
| 3472 makefile-mode-abbrev-table. | |
| 3473 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3474 |
| 28795 | 3475 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't |
| 3476 set TOGGLE's value. | |
| 3477 | |
| 28805 | 3478 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from |
| 3479 mail-interactive-insert-alias. | |
| 3480 (mail-abbrev-complete-alias): New command. | |
| 3481 (mail-mode-map): Bind it to `M-TAB'. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3482 |
| 28790 | 3483 2000-05-03 Kenichi Handa <handa@etl.go.jp> |
| 3484 | |
| 3485 * language/lao-util.el (lao-compose-region): New function. | |
| 3486 | |
| 28782 | 3487 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
| 3488 | |
| 28789 | 3489 * files.el (recover-session): Make directories as necessary |
| 3490 if they don't exist yet. | |
| 3491 | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3492 * calendar/cal-french.el |
|
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3493 (french-calendar-multibyte-special-days-array) |
| 28782 | 3494 (french-calendar-special-days-array): Change French text. |
| 3495 (calendar-french-date-string): Change output. | |
| 3496 (calendar-goto-french-date): Likewise. | |
| 3497 | |
| 3498 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 3499 | |
| 3500 * wid-edit.el (widget-default-active): Obey `:always-active'. | |
| 3501 (widget-documentation-string-value-create): Set `:always-active'. | |
| 3502 | |
| 28778 | 3503 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 3504 | |
| 3505 * startup.el (auto-save-list-file-prefix): For ms-dos, set the | |
| 3506 default prefix to `~/_emacs.d/auto-save.list/_s'. | |
| 3507 (normal-top-level): Create the directory for auto-save files, if | |
| 3508 it doesn't already exist (in the ms-dos case only). | |
| 3509 | |
| 28775 | 3510 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 3511 | |
| 3512 * international/mule-cmds.el (set-language-environment): Don't | |
| 3513 concat an integer (dos-codepage), use format instead. | |
| 3514 | |
| 28772 | 3515 2000-05-02 Dave Love <fx@gnu.org> |
| 3516 | |
| 3517 * help.el (help-xref-on-pp): Check for constant symbols. | |
| 3518 | |
| 28764 | 3519 2000-04-29 Gerd Moellmann <gerd@gnu.org> |
| 3520 | |
| 3521 * startup.el (normal-top-level): Put a condition-case around | |
| 3522 the code loading subdirs.el. | |
| 3523 | |
| 3524 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3525 |
| 28764 | 3526 * ps-print.el: Upside-down and face background color printing, |
| 3527 line number step, doc fix. | |
| 3528 (ps-print-version): New version number (5.2). | |
| 3529 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) | |
| 3530 (ps-face-attribute-list, ps-plot-with-face): Code fix. | |
| 3531 (ps-spool-config): Var fix. | |
| 3532 (ps-printer-name-option): Const fix. | |
| 3533 (ps-print-upside-down, ps-use-face-background) | |
| 3534 (ps-line-number-step): New vars. | |
| 3535 (ps-window-system, ps-lp-system): New consts. | |
| 3536 (ps-face-background): New fun. | |
| 3537 | |
| 28759 | 3538 2000-04-28 Richard Stallman <rms@gnu.org> |
| 3539 | |
| 3540 * files.el (make-auto-save-file-name): | |
| 3541 Apply auto-save-file-name-transforms to visited file name | |
| 3542 before generating auto save file name. | |
| 3543 (auto-save-file-name-transforms): New variable. | |
| 3544 | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3545 * files.el (backup-enable-predicate): |
| 28759 | 3546 Correctly test for a file under a temporary directory. |
| 3547 | |
| 28751 | 3548 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
| 3549 | |
| 3550 * subr.el (add-minor-mode): Rewritten. | |
| 3551 | |
| 28749 | 3552 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
| 3553 | |
| 3554 * mail/sendmail.el (sendmail-send-it): Set | |
| 3555 buffer-file-coding-system to the selected coding system for MIME | |
| 3556 header. | |
| 3557 | |
| 28748 | 3558 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
| 3559 | |
| 3560 * dired.el (dired-move-to-filename-regexp): Allow format where | |
| 3561 YYYY is followed by two spaces. | |
| 3562 | |
| 3563 * progmodes/etags.el (etags-tags-completion-table): Add a `:' | |
| 3564 in the second character class of the regexp. | |
| 3565 | |
| 3566 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in | |
| 3567 mh-etc, too. | |
| 3568 | |
| 3569 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert | |
| 3570 nil. | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3571 |
| 28748 | 3572 * subr.el (add-minor-mode): Use `set' instead of `setq'. |
| 3573 | |
| 3574 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN | |
| 3575 argument. | |
| 3576 | |
| 3577 2000-04-27 Sen Nagata <sen@eccosys.com> | |
|
28943
36fd90774cf7
(debug-ignored-errors): more errors to ignore.
Sam Steingold <sds@gnu.org>
parents:
28942
diff
changeset
|
3578 |
| 28748 | 3579 * emacs-lisp/crm.el (crm-completion-table): New variable. |
| 3580 (crm-collection-fn, crm-test-completion) | |
| 3581 (completing-read-multiple): Use it. | |
| 3582 | |
| 28736 | 3583 2000-04-27 Dave Love <fx@gnu.org> |
| 3584 | |
| 3585 * help.el (locate-library): Use mapc. | |
| 3586 (help-manyarg-func-alist): Add call-process-region. | |
| 3587 | |
| 28724 | 3588 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
| 3589 | |
| 28729 | 3590 * subr.el (add-minor-mode): Make argument MAP optional. |
| 3591 | |
| 28724 | 3592 * desktop.el (desktop-save): Save list of minor modes. |
| 3593 (desktop-create-buffer): Restore minor modes. | |
| 3594 (desktop-minor-mode-table): New user-option. | |
| 3595 | |
| 3596 * subr.el (add-minor-mode): New function. | |
| 3597 | |
| 3598 * image.el (find-image): New function. | |
| 3599 (defimage): Rewritten to find image at load time. | |
| 3600 | |
| 3601 * startup.el (normal-top-level-add-to-load-path): Handle | |
| 3602 case that the default directory is not in load-path. | |
| 3603 | |
| 3604 * help.el: Old patch from Stefan Monnier. | |
| 3605 (help-xref-on-pp): New function. | |
| 3606 (describe-variable): Use it to display xrefs in a symbol's value. | |
| 3607 | |
|
28717
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3608 2000-04-26 Stefan Monnier <monnier@cs.yale.edu> |
|
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3609 |
|
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3610 * cus-edit.el (custom-face): Fix parenthesis. |
|
228d0bc8e997
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28715
diff
changeset
|
3611 |
| 28713 | 3612 2000-04-26 Kenichi Handa <handa@etl.go.jp> |
| 3613 | |
| 28715 | 3614 * mail/rmail.el (rmail-expunge): When there are no deleted |
| 3615 messages, do nothing. | |
| 28713 | 3616 |
| 28712 | 3617 2000-04-26 Dave Love <fx@gnu.org> |
| 3618 | |
| 3619 * international/mule-cmds.el (locale-translation-file-name): | |
| 3620 Defvar to nil. | |
| 3621 (set-locale-environment): Set it here (at runtime). | |
| 3622 | |
| 28710 | 3623 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
| 3624 | |
| 3625 * replace.el (perform-replace): Add parameters START and END. Use | |
| 3626 them instead of the check for a region in Transient Mark mode. | |
| 3627 (query-replace-read-args): Return two more list elements for the | |
| 3628 start and end of the region in Transient Mark mode. | |
| 3629 (query-replace, query-replace-regexp, query-replace-regexp-eval) | |
| 3630 (map-query-replace-regexp, replace-string, replace-regexp): Add | |
| 3631 optional last arguments START and END and pass them to | |
| 3632 perform-replace. | |
| 3633 | |
| 3634 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a | |
| 3635 form with additional arguments for perform-replace. | |
| 3636 | |
| 3637 * progmodes/etags.el (tags-query-replace): Add parameters START | |
| 3638 and END. Construct a form with additional arguments for | |
| 3639 perform-replace. | |
| 3640 | |
| 3641 * simple.el (shell-command): Set default directory for "*Shell | |
| 3642 Command Output" buffer. | |
| 3643 | |
| 3644 * language/european.el (iso-latin-4): Fix typo. | |
| 3645 | |
| 3646 * emacs-lisp/crm.el: New file. | |
| 3647 | |
| 28701 | 3648 2000-04-24 Dave Love <fx@gnu.org> |
| 3649 | |
| 3650 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) | |
| 3651 (Custom-reset-saved, Custom-reset-standard) | |
| 3652 (custom-group-value-create, custom-group-set, custom-group-save) | |
| 3653 (custom-group-reset-current, custom-group-reset-saved) | |
| 3654 (custom-group-reset-standard): Use mapc. | |
| 3655 (custom-buffer-create-internal): Disable undo when creating items. | |
| 3656 Use mapc. | |
| 3657 (custom-face): Avoid redundant lambda. | |
| 3658 | |
| 28699 | 3659 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
| 3660 | |
| 3661 * startup.el (auto-save-list-file-prefix): Set default to | |
| 3662 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS. | |
| 3663 | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3664 2000-04-24 Sam Steingold <sds@gnu.org> |
|
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3665 |
|
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3666 * time-stamp.el (time-stamp-string-preprocess): Always convert |
|
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3667 `field-result' to a string. |
|
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3668 |
| 28695 | 3669 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
| 3670 | |
| 3671 * frame.el (scrolling): New group. | |
| 3672 (automatic-hscrolling): New user-option. | |
| 3673 | |
| 3674 * startup.el (command-line-x-option-alist): Add `-lsp' and | |
| 3675 `--line-spacing'. | |
| 3676 | |
| 28668 | 3677 2000-04-19 Dave Love <fx@gnu.org> |
| 3678 | |
| 3679 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition. | |
| 3680 (cl-mapc): Rename from mapc. Fix the funcall. | |
| 3681 | |
| 28653 | 3682 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 3683 | |
| 28660 | 3684 * simple.el (clone-indirect-buffer-other-window): New command. |
| 3685 (clone-indirect-buffer): Add optional arg NORECROD. | |
| 3686 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | |
| 3687 | |
| 28658 | 3688 * help.el (resize-temp-buffer-window): Use count-screen-lines. |
| 3689 | |
| 3690 * window.el (count-screen-lines): New function. | |
| 3691 (shrink-window-if-larger-than-buffer): Use count-screen-lines | |
| 3692 instead of window-buffer-height. | |
| 3693 | |
| 3694 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | |
| 3695 non-existing variable comint-input-sentinel. | |
| 3696 (inferior-lisp-args-to-list): Removed. | |
| 3697 (inferior-lisp): Use split-string instead of | |
| 3698 inferior-lisp-args-to-list. | |
| 3699 | |
| 3700 * hexl.el (hexl-insert-hex-string): New command. | |
| 3701 | |
| 28653 | 3702 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
| 3703 instead of concat. | |
| 3704 | |
| 28634 | 3705 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
| 3706 | |
| 3707 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline | |
| 3708 at the start of an existing but empty folder. | |
| 3709 | |
| 3710 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3711 | |
| 3712 * ps-mule.el: Customization fix, doc fix. | |
| 3713 (ps-multibyte-buffer): Customization fix. | |
| 3714 | |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
3715 2000-04-17 Richard M. Stallman <rms@gnu.org> |
|
28627
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3716 |
|
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3717 * subr.el (read-passwd): Use read-char-exclusive. |
|
1f6ba3e73fe9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28626
diff
changeset
|
3718 |
| 28626 | 3719 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
| 3720 | |
| 3721 * textmodes/texinfo.el (texinfo-insert-@email) | |
| 3722 (texinfo-insert-@emph, texinfo-insert-@quotation) | |
| 3723 (texinfo-insert-@strong, texinfo-insert-@url): New functions. | |
| 3724 (texinfo-mode-map): Add key bindings for them. | |
| 3725 | |
| 3726 * files.el (basic-save-buffer-2): Use a template with `$' | |
| 3727 instead of `#' for VMS. | |
| 3728 | |
| 3729 * simple.el (clone-indirect-buffer): New function. | |
| 3730 | |
| 28621 | 3731 2000-04-16 Stephen Eglen <stephen@gnu.org> |
| 3732 | |
| 3733 * iswitchb.el (iswitchb-case): New function. If the user input | |
| 3734 contains any upper-case characters, the search is made | |
| 3735 case-sensitive. | |
| 3736 | |
|
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3737 2000-04-17 Stefan Monnier <monnier@cs.yale.edu> |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3738 |
| 28621 | 3739 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as |
| 3740 comment-end. | |
|
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3741 (texinfo-font-lock-syntactic-keywords): New var. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3742 (texinfo-font-lock-keywords): Remove comment regexp. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3743 (texinfo-insert-block): New function. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3744 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block. |
| 28621 | 3745 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip |
| 3746 and font-lock-defaults. Use regexp-opt for outline-regexp. | |
|
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3747 (texinfo-environments): New var. |
| 28621 | 3748 (texinfo-environment-regexp): Use regexp-opt and |
| 3749 texinfo-environments. | |
| 3750 | |
| 3751 * textmodes/ispell.el (ispell-menu-map-needed): Check that | |
| 3752 ispell-process is bound since this might be eval'd before ispell | |
| 3753 is loaded. | |
| 3754 (ispell-message): Use a tiny bit less magic and a bit more hard | |
| 3755 data to figure out what kind of sc-cite-regexp to use. | |
|
28618
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3756 |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3757 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3758 |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3759 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries) |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3760 (insert-cyclic-diary-entry): Unquote the lambda. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3761 |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3762 * gud.el (gud-jdb-build-source-files-list): Fix typo. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3763 |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3764 * files.el (backup-enable-predicate): Unquote the lambda. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3765 |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3766 * cus-edit.el (custom-face, face): Unquote the lambda. |
|
001842bbe0e4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28602
diff
changeset
|
3767 |
| 28602 | 3768 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 3769 | |
| 3770 * ps-print.el: Check for line-beginning-position definition. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3771 |
| 28602 | 3772 * ps-print.el: Fix counting lines in a region. |
| 3773 (ps-print-version): New version number (5.1.5). | |
| 3774 (ps-spool-without-faces, ps-spool-with-faces): Adjust code. | |
| 3775 (ps-printing-region): Fun code fix. | |
| 3776 | |
| 28600 | 3777 2000-04-15 Gerd Moellmann <gerd@gnu.org> |
| 3778 | |
| 3779 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p | |
| 3780 to file-directory-p. | |
| 3781 | |
| 28591 | 3782 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
| 3783 | |
| 3784 * gud.el (gud-jdb-build-source-files-list): Check that directory | |
| 3785 exists before calling directory-files. | |
| 3786 | |
| 28578 | 3787 2000-04-13 Dave Love <fx@gnu.org> |
| 3788 | |
| 3789 * emacs-lisp/trace.el: Change maintainer. Use new backquote | |
| 3790 syntax. | |
| 3791 | |
| 3792 * emacs-lisp/cl-specs.el: Remove when, unless. | |
| 3793 | |
| 3794 * emacs-lisp/cl-extra.el: Don't quote keywords. | |
| 3795 (cl-old-mapc): New variable. | |
| 3796 (mapc): Use it. | |
| 3797 (cl-map-intervals): Use with-current-buffer. Don't check for | |
| 3798 next-property-change. | |
| 3799 (cl-map-overlays): Use with-current-buffer. | |
| 3800 (cl-expt): Remove. | |
| 3801 (copy-tree, remprop): Define unconditionally. | |
| 3802 | |
| 3803 * emacs-lisp/cl-compat.el (keywordp): Remove. | |
| 3804 | |
| 3805 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers | |
| 3806 to use keywordp. | |
| 3807 (edebug-spec): Enable keywordp. | |
| 3808 | |
| 3809 * cus-edit.el (custom-sort-items): Avoid symbol-name with new | |
| 3810 string-lessp. | |
| 3811 | |
| 3812 * cus-start.el: Use keywordp. | |
| 3813 | |
| 28577 | 3814 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 3815 | |
| 3816 * diary-lib.el (include-other-diary-files): Fix the fix of | |
| 3817 2000-02-18 by doing a save-excursion. | |
| 3818 | |
| 3819 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 3820 | |
| 3821 * ps-print.el: Customization fix, doc fix. | |
| 3822 (ps-print-version): New version number (5.1.4). | |
| 3823 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node) | |
| 3824 (ps-print-preprint): Adjust code. | |
| 3825 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue) | |
| 3826 (ps-print-prologue-header, ps-print-control-characters) | |
| 3827 (ps-spool-config): Customization fix. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3828 |
| 28564 | 3829 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 3830 | |
| 3831 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and | |
| 3832 converted to the new menu-item format, names silightly changed, | |
| 3833 help strings added. | |
| 3834 | |
| 3835 Support for spelling without async subprocesses: | |
| 3836 | |
| 3837 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | |
| 3838 (ispell-session-buffer): New variables. | |
| 3839 (ispell-start-process, ispell-process-status, | |
| 3840 ispell-accept-output, ispell-send-string): New functions, for | |
| 3841 Ispell invocation when async subprocesses aren't supported. | |
| 3842 (ispell-word, ispell-pdict-save, ispell-command-loop, | |
| 3843 ispell-process-line, ispell-buffer-local-parsing): Replace calls | |
| 3844 to process-send-string with calls to ispell-send-string, and | |
| 3845 accept-process-output with ispell-accept-output. | |
| 3846 (ispell-init-process): Call ispell-process-status instead of | |
| 3847 process-status with. | |
| 3848 (ispell-init-process): Call ispell-start-process. Call | |
| 3849 ispell-accept-output and ispell-send-string. Don't call | |
| 3850 process-kill-without-query and kill-process if they are unbound. | |
| 3851 (ispell-async-processp): New function. | |
| 3852 | |
| 28560 | 3853 2000-04-12 Dave Love <fx@gnu.org> |
| 3854 | |
| 3855 * info.el: Add debug-ignored-errors. | |
| 3856 (Info-mode-menu): Add some items. | |
| 3857 (Info-directory): Add autoload cookie. | |
| 3858 | |
| 3859 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible. | |
| 3860 Modify `truncate-lines'. Make `describe-language-environment' | |
| 3861 always visible and add help. Modify `describe-key' help. Invoke | |
| 3862 Info-directory from `info'. New entry `emacs-manual'. | |
| 3863 | |
| 28542 | 3864 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
| 3865 | |
| 28549 | 3866 * progmodes/ebrowse.el (ebrowse-tree-mode): Use |
| 3867 propertized-buffer-identification. | |
| 3868 (ebrowse-update-member-buffer-mode-line): Likewise. | |
| 3869 (ebrowse--mode-strings): Removed. | |
| 3870 (ebrowse--mode-line-props): Removed. | |
| 3871 | |
| 28542 | 3872 * files.el (auto-mode-alist): Add `EBROWSE'. |
| 3873 | |
| 3874 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white | |
| 3875 space before testing for end of buffer. | |
| 3876 (ebrowse-load): Removed. | |
| 3877 (ebrowse-revert-tree-buffer-from-file): Rewritten. | |
| 3878 (ebrowse-create-tree-buffer): Rewritten. | |
| 3879 (ebrowse-tree-mode): Read tree from buffer. | |
| 3880 | |
| 3881 * progmodes/ebrowse-ffh.el: Removed. | |
| 3882 | |
| 28535 | 3883 2000-04-10 Kenichi Handa <handa@etl.go.jp> |
| 3884 | |
| 3885 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug. | |
| 3886 | |
| 28534 | 3887 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
| 3888 | |
| 3889 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)' | |
| 3890 at the wrong place. | |
| 3891 | |
| 28783 | 3892 2000-04-09 Dave Love <fx@gnu.org> |
| 3893 | |
| 3894 * files.el (backup-enable-predicate): Use | |
| 3895 temporary-file-directory, small-temporary-file-directory. | |
| 3896 (make-backup-file-name-function, backup-directory-alist): New | |
| 3897 variables. | |
| 3898 (make-backup-file-name-1): New function. | |
| 3899 (make-backup-file-name): Use it. | |
| 3900 (find-backup-file-name): Likewise. Use format for clarity, not | |
| 3901 concat. | |
| 3902 (file-newest-backup): Use make-backup-file-name. | |
| 3903 | |
| 28523 | 3904 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
| 3905 | |
| 28530 | 3906 * progmodes/ebrowse-ffh.el: New file. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3907 |
| 28530 | 3908 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved |
| 3909 to ebrowse-ffh.el. | |
| 3910 (ebrowse-load): Add autoload. | |
| 3911 | |
| 3912 * finder.el (finder-commentary): Add autoload cookie. | |
| 3913 | |
| 28523 | 3914 * mail/rfc2368.el: Correct author's email address. |
| 3915 | |
| 3916 * progmodes/ebrowse.el: New file. | |
| 3917 | |
| 3918 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu | |
| 3919 item help string. | |
| 3920 (easy-menu-do-add-item): Ditto. | |
| 3921 (easy-menu-define): Extend doc string. | |
| 3922 | |
| 3923 * jit-lock.el (with-buffer-unmodified): Use | |
| 3924 restore-buffer-modified-p. | |
| 3925 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified. | |
| 3926 (jit-lock-function, jit-lock-stealth-fontify): Don't use | |
| 3927 with-buffer-unmodified. | |
| 3928 | |
| 28517 | 3929 2000-04-08 Dave Love <fx@gnu.org> |
| 3930 | |
| 3931 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, | |
| 3932 unless, when. | |
| 3933 | |
|
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3934 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp> |
|
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3935 |
|
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3936 * viper-util.el (viper-put-on-search-overlay): New subroutine. |
|
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3937 (viper-flash-search-pattern): No operation when using Emacs |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3938 doesn't support face. |
|
28510
6fb7a3864791
2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
28506
diff
changeset
|
3939 Use `viper-put-on-search-overlay'. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3940 |
| 28506 | 3941 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
| 3942 | |
| 3943 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r | |
| 3944 like C-r. | |
| 3945 | |
| 3946 * progmodes/make-mode.el: Some doc fixes. | |
| 3947 (makefile-mode-abbrev-table): New variable. | |
| 3948 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. | |
| 3949 (makefile-font-lock-keywords): Fontify includes and conditionals. | |
| 3950 (toplevel): Require `dabbrev' and `add-log' when compiling. | |
| 3951 | |
| 3952 * replace.el (perform-replace): Don't move forward one char | |
| 3953 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want | |
| 3954 to do that because it leaves point 1 position after the last | |
| 3955 replacement, after everything has been replaced. | |
| 3956 | |
| 3957 * jit-lock.el (with-buffer-unmodified): New macro. | |
| 3958 (with-buffer-prepared-for-font-lock): Don't preserve buffer's | |
| 3959 modified state. | |
| 3960 (jit-lock-function-1): Extracted from jit-lock-function; not | |
| 3961 preserving buffer's modified state. | |
| 3962 (jit-lock-function, jit-lock-stealth-fontify): Call | |
| 3963 jit-lock-function-1. | |
| 3964 | |
| 3965 * mail/rfc2368.el: Remove supernumerary copyright line. | |
| 3966 | |
| 28499 | 3967 2000-04-04 Milan Zamazal <pdm@freesoft.cz> |
| 3968 | |
| 3969 * glasses.el: Provide facilities for inserting space before left | |
| 3970 parentheses and uncapitalization of identifiers. | |
| 3971 (glasses-mode): Try to remove old overlays in all cases. | |
| 3972 | |
| 28485 | 3973 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
| 3974 | |
| 28496 | 3975 * progmodes/compile.el (compile-internal): Display the compilation |
| 3976 buffer in a different frame, if it's already displayed there. | |
| 3977 | |
| 28494 | 3978 * mail/rfc2368.el: New file. |
| 3979 | |
| 28492 | 3980 * simple.el (sendmail-user-agent-compose): Recognize a `body' |
| 3981 header and insert its value as mail body. | |
| 3982 | |
| 3983 * subr.el (member-ignore-case): New function. | |
| 3984 | |
| 3985 * dabbrev.el (dabbrev-ignored-regexps): New user-option. | |
| 3986 (dabbrev--find-expansion): Ignore buffers matching a regexp | |
| 3987 from dabbrev-ignored-regexps. | |
| 3988 | |
| 28485 | 3989 * jka-compr.el (jka-compr-compression-info-list): Add `.z' |
| 3990 to extensions handled by gzip. | |
| 3991 | |
| 28492 | 3992 2000-04-03 Richard M. Stallman <rms@gnu.org> |
| 3993 | |
| 3994 * files.el (insert-directory): List the total free space | |
| 3995 along with the used space. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
3996 |
| 28492 | 3997 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix |
| 3998 line is followed by one that matches CITATION-REGEXP, end the | |
| 3999 paragraph. | |
| 4000 | |
| 4001 2000-04-03 Markus Rost <rost@delysid.gnu.org> | |
| 4002 | |
| 4003 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option. | |
| 4004 (rmail-make-basic-summary-line): Use that option. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4005 |
| 28474 | 4006 2000-04-03 Kenichi Handa <handa@etl.go.jp> |
| 4007 | |
| 4008 * international/mule-cmds.el (encoded-string-description): | |
| 4009 Rewritten. Try pretty description for ISO 2022 escape sequences | |
| 28476 | 4010 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters |
| 4011 for hexadecimal format. | |
| 28474 | 4012 |
| 28468 | 4013 2000-04-01 Dave Love <fx@gnu.org> |
| 4014 | |
| 4015 * cpp.el: Change customization group to `c' from `C'. | |
| 4016 | |
| 4017 * vcursor.el (vcursor-move): Use display-color-p. | |
| 4018 | |
| 4019 * international/mule-util.el: Provide mule-utils. | |
| 4020 (string-to-sequence): Simplify and speed up. | |
| 4021 | |
| 4022 * international/mule.el (make-coding-system): Purecopy doc-string. | |
| 4023 | |
| 4024 * international/mule-cmds.el: Various menu changes. | |
| 4025 (describe-specified-language-support): Handle `Default'. | |
| 4026 (set-language-info): Purecopy `info'. | |
| 4027 | |
| 28462 | 4028 2000-03-31 Andrew Innes <andrewi@gnu.org> |
| 4029 | |
| 4030 * vc.el (vc-backend-diff): Return the correct status if we had to | |
| 4031 retry the rcsdiff command without the --brief option. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4032 |
| 28445 | 4033 2000-03-31 Dave Love <fx@gnu.org> |
| 4034 | |
| 28452 | 4035 * help.el (help-manyarg-func-alist): Correct several omissions. |
| 4036 | |
| 28450 | 4037 * add-log.el: Don't require cl, fortran. |
| 4038 (add-log-current-defun-function): Doc fix. | |
| 4039 (change-log-version-number-regexp-list): Remove SCCS part. Doc | |
| 4040 fix. | |
| 4041 (change-log-version-rcs): Function deleted. | |
| 4042 (change-log-version-number-search): Doc fix. Use | |
| 4043 vc-workfile-version. Avoid CL dolist. | |
| 4044 (add-change-log-entry): Just call add-log-current-defun to get | |
| 4045 defun. Simplify somewhat. | |
| 4046 (change-log-get-method-definition-1): Likewise. | |
| 4047 (add-log-current-defun): Return nil if calling | |
| 4048 add-log-current-defun-function does so. Move Fortran stuff to | |
| 4049 fortran.el. Return string without properties. | |
| 4050 | |
| 28445 | 4051 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper: |
| 4052 and :alpha: char classes. | |
| 4053 | |
| 4054 * mail/supercite.el: Defvar curline when compiling. | |
| 4055 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp) | |
| 4056 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:] | |
| 4057 rather than a-zA-Z0-9 to allow non-ASCII characters. | |
| 4058 | |
| 28444 | 4059 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
| 4060 | |
| 4061 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format. | |
| 4062 | |
| 4063 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
| 4064 Re-enable new code. | |
| 4065 | |
| 4066 * lpr.el (print-region-1): Use -d to specify printer name for | |
| 4067 systems `usg-unix-v*, `dgux', `hpux', `irix'. | |
| 4068 | |
| 4069 2000-03-31 Dave Love <fx@gnu.org> | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4070 |
| 28444 | 4071 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look |
| 4072 for function definition in symbol's function value slot first | |
| 4073 instead of first consulting byte-compile-function-environment. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4074 |
| 28435 | 4075 2000-03-31 Kenichi Handa <handa@etl.go.jp> |
| 4076 | |
| 4077 * language/european.el ("Polish"): New language environment. | |
| 4078 (setup-polish-environment): New function. | |
| 4079 | |
| 28424 | 4080 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
| 4081 | |
| 4082 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): | |
| 4083 Disable new code. | |
| 4084 | |
| 4085 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug | |
| 4086 trying to `load' the symbol of an autoload instead of the file | |
| 4087 recorded in the autoload. Fix error messages. | |
| 4088 | |
| 28429 | 4089 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 4090 | |
| 4091 * ps-print.el: PostScript programming fix for ghostview, doc fix. | |
| 4092 (ps-print-version): New version number (5.1.3). | |
| 4093 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup) | |
| 4094 (ps-insert-file, ps-output-boolean, ps-plot-with-face) | |
| 4095 (ps-generate-postscript-with-faces): Code fix. | |
| 4096 (ps-color-values): XEmacs compatibility. | |
| 4097 (ps-print-background-image, ps-print-background-text, ps-printer-name) | |
| 4098 (ps-default-fg, ps-default-bg): Adjust customization. | |
| 4099 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var. | |
| 4100 (ps-color-scale): Renaming old ps-color-value fun. | |
| 4101 (ps-print-headers): Replace ps-print-header group to avoid conflict | |
| 4102 with ps-print-header variable. | |
| 4103 (ps-print-miscellany): New group. | |
| 4104 (ps-format-color, ps-rgb-color): New funs. | |
| 4105 (ps-default-foreground): New var. | |
| 4106 (ps-printer-name-option): New const. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4107 |
| 28416 | 4108 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> |
| 4109 | |
|
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4110 * net/net-utils.el: |
|
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4111 (network-connection-host, network-connection-service): New variables |
|
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4112 (network-connection-mode): New mode, derived from comint-mode |
|
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4113 (network-connection-mode-setup): New function, saves host and |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4114 service information in local variables. |
|
28421
a8dd4622faa4
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
28416
diff
changeset
|
4115 |
| 28416 | 4116 * lisp/locate.el: |
| 4117 (locate-word-at-point): Added this function | |
| 4118 (locate): Default to using locate-word-at-point as input | |
| 4119 Run dired-mode-hook | |
| 4120 | |
| 28405 | 4121 2000-03-29 Dave Love <fx@gnu.org> |
| 4122 | |
| 4123 * calendar/appt.el: Doc fixes. | |
| 4124 (appt-check): Convert min-to-app to a string before passing to | |
| 4125 appt-disp-window-function or concat. | |
| 4126 (appt-delete-window): Remove test for frame-root-window. | |
| 4127 (appt-select-lowest-window, appt-convert-time): Simplify. | |
| 4128 | |
| 4129 * emacs-lisp/bytecomp.el: Doc fixes. | |
| 4130 (byte-compile-file-form-autoload): Update | |
| 4131 byte-compile-function-environment. | |
| 4132 | |
| 28403 | 4133 2000-03-29 Andreas Schwab <schwab@suse.de> |
| 4134 | |
| 4135 * emacs-lisp/autoload.el: Also print defsubst doc string | |
| 4136 specially. | |
| 4137 | |
| 4138 * dired.el (dired-insert-directory): If dired-free-space-program | |
| 4139 failed just delete its output. | |
| 4140 | |
| 28395 | 4141 2000-03-29 Dave Love <fx@gnu.org> |
| 4142 | |
| 4143 * international/iso-cvt.el: Move provide to end. Doc fixes. | |
| 4144 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables. | |
| 4145 (iso-iso2sgml, iso-sgml2iso): New functions. | |
| 4146 (iso-cvt-define-menu): Fix some entries and use backquote for | |
| 4147 clarity. | |
| 4148 | |
| 4149 * format.el (format-alist): Use iso-cvt functions for SGML/HTML. | |
| 4150 | |
| 28377 | 4151 2000-03-28 Gerd Moellmann <gerd@gnu.org> |
| 4152 | |
| 4153 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter | |
| 4154 ISO-DATE. If non-nil, return date in ISO 8601 format. | |
| 4155 | |
|
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4156 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4157 |
|
28341
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4158 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map |
|
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4159 if it ever becomes used. |
|
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4160 (log-edit-mode-hook): Default to vc-log-mode-hook. |
|
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4161 (log-edit-mode): Fix the docstring. |
|
f89c8f185c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28337
diff
changeset
|
4162 |
|
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4163 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4164 the code. |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4165 |
| 28326 | 4166 2000-03-26 Dave Love <fx@gnu.org> |
| 4167 | |
| 28331 | 4168 * net/browse-url.el (browse-url): Re-fix case of |
| 4169 browse-url-browser-function being an alist. | |
| 4170 (browse-url): Add :link to defgroup. | |
| 4171 | |
| 28326 | 4172 * files.el: Doc fixes. |
| 4173 (file-truename): Include `[' in wildcard characters. | |
| 4174 (automount-dir-prefix): Customize. | |
| 4175 (find-file-wildcards): Add :version. | |
| 4176 (find-file-noselect): Simplify a mapcar call. | |
| 4177 | |
| 4178 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist | |
| 4179 compatible with inf-lisp version. | |
| 4180 (eval-defun-1): Fix custom-declare-variable case. | |
| 4181 | |
|
28337
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4182 2000-03-25 Stefan Monnier <monnier@cs.yale.edu> |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4183 |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4184 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'. |
|
080ef35e195d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28331
diff
changeset
|
4185 |
| 28303 | 4186 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 4187 | |
| 28308 | 4188 * Makefile (COMPILE_FIRST): New macro. |
| 4189 (compile-files): Compile files from COMPILE_FIRST first. | |
| 4190 | |
| 4191 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new | |
| 4192 code. | |
| 4193 | |
| 28303 | 4194 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp |
| 4195 matching open parenthesis in column 0 to defun-prompt-regexp | |
| 4196 only if open-paren-in-column-0-is-defun-start is set. | |
| 4197 | |
| 4198 * sun-curs.el: Require CL at compile-time only. | |
| 4199 | |
| 4200 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)' | |
| 4201 instead of copy-list which is a function from CL. | |
| 4202 (msb--choose-menu, msb--mode-menu-cond) | |
| 4203 (msb--create-buffer-menu-2): Use dolist instead of mapc. | |
| 4204 (msb--init-file-alist): Use mapcar instead of mapcan. | |
| 4205 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix | |
| 4206 `(' in column 0 in doc string. | |
| 4207 (msb--add-separators): Use mapcar instead of mapcan. | |
| 4208 | |
| 4209 * cus-dep.el: Require CL at compile-time only. | |
| 4210 | |
|
28296
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4211 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4212 |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4213 * emacs-lisp/bytecomp.el (byte-compile-warning-types) |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4214 (byte-compile-warnings): New warning `noruntime'. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4215 (byte-compile-constants, byte-compile-variables): Fix docstring. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4216 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4217 execute `eval-whenc-compile's body. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4218 (byte-compile-unresolved-functions): Fix docstring. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4219 (byte-compile-eval): New function. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4220 (byte-compile-callargs-warn): Check if the function will be available |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4221 at runtime (via property `byte-compile-noruntime'). |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4222 (byte-compile-print-syms): New function. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4223 (byte-compile-warn-about-unresolved-functions): Also warn about |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4224 `noruntime' functions (and use `byte-compile-print-syms'). |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4225 (byte-compile-file): Capitalize the message. |
|
0fa8223bb981
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28292
diff
changeset
|
4226 |
| 28292 | 4227 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 4228 | |
| 4229 * mail/rmail.el (rmail-confirm-expunge): New user-option. | |
| 4230 (rmail-expunge): Ask for confirmation depending on the setting | |
| 4231 of rmail-confirm-expunge. | |
| 4232 | |
| 4233 2000-03-23 Gerd Moellmann <gerd@gnu.org> | |
| 4234 | |
| 4235 * Makefile (bootstrap-clean): If $(emacs) exists, build | |
| 4236 loaddefs.el first. A loaddefs.el that's not up-to-date might | |
| 4237 cause a bootstrap failure because things don't autoload as | |
| 4238 expected. | |
| 4239 | |
| 28289 | 4240 2000-03-23 Dave Love <fx@gnu.org> |
| 4241 | |
| 4242 * net/browse-url.el: Restore previous use of | |
| 4243 browse-url-maybe-new-window. | |
| 4244 | |
| 28287 | 4245 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 4246 | |
| 4247 * ps-print.el: Skip banner page fix. | |
| 4248 (ps-print-version): New version number (5.1.2). | |
| 4249 (ps-begin-file, ps-end-file, ps-generate): Code fix. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4250 |
| 28287 | 4251 2000-03-23 Dave Pearson <davep@davep.org> |
| 4252 | |
| 4253 * net/quickurl.el Changed the type of parameter passed to the | |
| 4254 function defined by `quickurl-format-function'. Before only the | |
| 4255 text of the URL was passed. Now the whole URL structure is passed | |
| 4256 and the function is responsible for extracting the parts it | |
| 4257 requires. Changed the default of `quickurl-format-function' | |
| 4258 accordingly. | |
| 4259 (quickurl-insert): Changed the `funcall' of | |
| 4260 `quickurl-format-function' to match the above change. | |
| 4261 (quickurl-list-insert): Changed the `url' case so that it makes | |
| 4262 use of `quickurl-format-function', previous to this the format was | |
| 4263 hard wired. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4264 |
| 28283 | 4265 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
| 4266 | |
| 4267 * startup.el: Change some spellings for the X Window System. | |
| 4268 | |
|
28278
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4269 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
|
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4270 |
|
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4271 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean |
|
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4272 up the code and the regexp and make sure the cursor is temporarily |
|
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4273 moved to the suspicious line while querying the user. |
|
85db5c5cde20
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
4274 |
| 28276 | 4275 2000-03-22 Jason Rumney <jasonr@gnu.org> |
| 4276 | |
| 4277 * w32-fns.el (w32-charset-info-alist): Initialize. | |
| 4278 | |
| 28267 | 4279 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 4280 | |
| 4281 * ps-print.el: N-up last page fix. | |
| 4282 (ps-print-version): New version number (5.1.1). | |
| 4283 (ps-end-file, ps-end-job, ps-generate): Code fix. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4284 |
|
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4285 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4286 |
|
28260
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4287 * files.el (find-file-run-dired): Update docstring. |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4288 (find-directory-functions): New hook. |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4289 (find-file-noselect): Run find-directory-functions rather than |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4290 calling dired directly. |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4291 |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4292 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu. |
|
bc3a3319185f
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28257
diff
changeset
|
4293 |
|
28257
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4294 * pcvs.el: Add a minimal leading commentary. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4295 (cvs-make-cvs-buffer): Change the header part by removing the startup |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4296 message and adding a `Module' entry. Also replace the FOOTER and |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4297 HEADER special fileinfos with the new support in ewoc for updating |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4298 its own footer and header. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4299 (cvs-update-header): Update to use the header/footer of the ewoc. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4300 (cvs-mode): Use define-derived-mode and set truncate-lines to t. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4301 (cvs-is-within-p): New function. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4302 (cvs-mode-run): Take advantage of `save-some-buffers's new ability |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4303 to only examine some subset of the buffers. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4304 |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4305 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4306 `format' instead of our own ad-hoc functions. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4307 Remove HEADER and FOOTER cases, now handled in the EWOC. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4308 (cvs-fileinfo<): Remove HEADER and FOOTER cases. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4309 |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4310 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4311 output to avoid scaring the user. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4312 (cvs-parse-table): Catch message for non-up-to-date commits. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4313 |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4314 * pcvs-defs.el (cvs-startup-message): Remove. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4315 (cvs-global-menu): New autoloaded menu. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4316 |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4317 * pcvs-util.el (cvs-string-fill): Remove. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4318 |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4319 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4320 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4321 PP part of it and also make it work for footers and headers. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4322 (ewoc-create): Drop POS and BUFFER arguments. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4323 Use the DLL's dummy node to store the end-of-footer position. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4324 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4325 (ewoc-refresh): Remove unused `header' variable. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4326 (ewoc-(get|set)-hf): New functions. |
|
1f09d55c62d2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28252
diff
changeset
|
4327 |
|
28252
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4328 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4329 log-view-*-(message|file) and use easy-mmode-define-navigation. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4330 (log-view-message-re): Match SCCS format as well. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4331 And match the revision line rather than the dashed separator line. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4332 (log-view-mode): Use the new define-derived-mode. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4333 (log-view-current-tag): Fill in with an actual implementation. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4334 |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4335 * cvs-status.el (cvs-status-(prev|next)): Rename from |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4336 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4337 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4338 to let the output "breathe" a little more (more readable). |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4339 (cvs-status-mode): Use the new define-derived-mode. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4340 |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4341 * smerge-mode.el (smerge-auto-leave): New function and variable. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4342 (smerge-basic-map): Rename from smerge-basic-keymap. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4343 Change the bindings for smerge-diff-*. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4344 (smerge-*-map): Use easy-mmode-defmap. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4345 (smerge-(next|prev)): Use easy-mmode-define-navigation. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4346 (smerge-keep-*): Use smerge-auto-leave. |
|
58835ebb9f63
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28247
diff
changeset
|
4347 |
| 28246 | 4348 2000-03-21 Jason Rumney <jasonr@gnu.org> |
| 4349 | |
| 4350 * cus-edit.el (custom-button-face): Use 3D look for w32. | |
| 4351 (custom-button-pressed-face): Likewise. | |
| 4352 | |
| 28244 | 4353 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
| 4354 | |
| 4355 * progmodes/etags.el (tags-case-fold-search): New user-option. | |
| 4356 (tags-loop-eval): New function. Bind case-fold-search around eval | |
| 4357 depending on the value of tags-case-fold-search. | |
| 4358 (tags-loop-continue): Use tags-loop-eval. | |
| 4359 (find-tag-in-order): Bind case-fold-search depending on the value | |
| 4360 of tags-case-fold-search. | |
| 4361 | |
|
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4362 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4363 |
|
28247
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4364 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4365 (diff-end-of-hunk): Return the end position for use in |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4366 `easy-mmode-define-navigation'. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4367 (diff-recenter): Remove. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4368 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4369 of `easy-mmode-define-navigation'. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4370 (diff-kill-*): Rename `diff-*-kill' (for consistency with the |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4371 previous renaming) and fix to use new names. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4372 (diff-merge-strings): Use \n as separator: simpler, faster. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4373 (diff-mode): Use `define-derived-mode'. |
|
57c889c9cedb
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28246
diff
changeset
|
4374 |
|
28236
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4375 * derived.el (define-derived-mode): Don't autoload anymore. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4376 Prefer the macro-only version provided by easy-mmode.el. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4377 |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4378 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4379 `easy-mmode-define-derived-mode'. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4380 Use `combine-run-hooks'. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4381 (easy-mmode-define-navigation): New macro. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4382 |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4383 * subr.el (combine-run-hooks): New function. |
|
ad471f641f39
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28233
diff
changeset
|
4384 |
| 28233 | 4385 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
| 4386 | |
| 4387 * term/x-win.el: Fontsets related initialization is simplified. | |
| 4388 | |
| 4389 * international/mule-diag.el (describe-font): Don't refer to | |
| 4390 global-fontset-alist, instead call font-list. | |
| 4391 (describe-fontset, list-fontsets, mule-diag): Likewise. | |
| 4392 (print-fontset): Adjusted for the change of fontset | |
| 4393 implementation. | |
| 4394 | |
| 4395 * international/fontset.el (x-charset-registries): Variable | |
| 4396 removed, instead the corresponding data is stored in the default | |
| 4397 fontset. | |
| 4398 (register-alternate-fontnames): Function removed. | |
| 4399 (resolved-ascii-font): Variable removed. | |
| 4400 (x-compose-font-name): Ignore the second argument REDOCE. | |
| 4401 (x-complement-fontset-spec): Complement only an ASCII font and | |
| 4402 element for those charsets than can use that ASCII font. | |
| 4403 (generate-fontset-menu): Don't refer to global-fontset-alist, | |
| 4404 instead call fontset-list. | |
| 4405 (uninstantiated-fontset-alist): Variable removed. | |
| 4406 (x-style-funcs-alist): Likewise. | |
| 4407 (fontset-default-styles): Likewise. | |
| 4408 (x-modify-font-name): Function removed. | |
| 4409 (create-fontset-from-fontset-spec): Ignore the argument | |
| 4410 STYLE-VARIANT. | |
| 4411 (create-fontset-from-ascii-font): Docsting adjusted for the above | |
| 4412 change. | |
| 4413 (instantiate-fontset, resolve-fontset-name): Functions removed. | |
| 4414 (fontset-list): Now implemented by C code. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4415 |
| 28233 | 4416 * faces.el (read-face-font): Fix TABLE arg to completing-read. |
| 4417 (describe-face): Include `font' attribute in the description. | |
| 4418 | |
| 28219 | 4419 2000-03-21 Kenichi Handa <handa@etl.go.jp> |
| 4420 | |
| 4421 * international/quail.el (quail-set-keyboard-layout): Typo fixed. | |
| 4422 | |
| 28209 | 4423 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
| 4424 | |
| 28212 | 4425 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, |
| 4426 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | |
| 4427 zone-mode.el, snmp-mode.el: Moved to net subdirectory. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4428 |
| 28209 | 4429 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
| 4430 about behavior of set-buffer-modified-p wrt redisplay. | |
| 4431 | |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4432 2000-03-19 Richard M. Stallman <rms@gnu.org> |
|
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4433 |
|
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4434 * view.el (view-mode-disable): Kill local binding of view-read-only. |
|
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
4435 |
| 28194 | 4436 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
| 4437 | |
| 4438 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE | |
| 4439 is a string, convert it to a syntax cell using string-to-syntax. | |
| 4440 | |
| 4441 * simple.el (syntax-code-table, syntax-flag-table): New variables. | |
| 4442 (string-to-syntax): New function. | |
| 4443 | |
| 4444 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | |
| 4445 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | |
| 28209 | 4446 try to use passive ftp mode. |
| 28194 | 4447 |
| 28189 | 4448 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
| 4449 | |
| 28209 | 4450 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
| 28189 | 4451 |
| 4452 * simple.el (append-to-buffer): Update point of windows after | |
| 4453 insertion. | |
| 4454 | |
| 4455 * abbrev.el (inverse-add-abbrev): Identify word by first moving | |
| 4456 forward then moving backward. Reindent. | |
| 4457 | |
| 4458 * frame.el (other-frame): Call x-focus-frame only if | |
| 4459 focus-follows-mouse is off. | |
| 4460 | |
| 28185 | 4461 2000-03-17 Dave Love <fx@gnu.org> |
| 4462 | |
| 4463 * pcvs-util.el (cvs-strings->string): Rename | |
| 4464 replace-regexps-in-string. | |
| 4465 | |
|
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4466 2000-03-17 Stefan Monnier <monnier@cs.yale.edu> |
|
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4467 |
|
28181
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4468 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the |
|
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4469 regexp for labels cannot span several lines. |
|
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4470 |
|
20032164c359
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28179
diff
changeset
|
4471 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless |
| 28189 | 4472 `(setq :<key> ':<key>)' to the macro expansion. |
|
28179
5bcc6166bde4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28174
diff
changeset
|
4473 |
| 28174 | 4474 2000-03-16 Dave Love <fx@gnu.org> |
| 4475 | |
| 4476 * progmodes/f90.el (f90): Put custom group under `languages', not | |
| 4477 `fortran'. | |
| 4478 (f90-mode-hook): Customize. | |
| 4479 (f90-mode): Set add-log-current-defun-function. | |
| 4480 (f90-current-defun): New function. | |
| 4481 | |
| 28169 | 4482 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
| 4483 | |
| 28173 | 4484 * cus-edit.el (custom-variable-tag-face): Handle case that |
| 4485 default face's height is not a number. | |
| 4486 (custom-face-tag-face, custom-group-tag-face-1) | |
| 4487 (custom-group-tag-face): Ditto. | |
| 4488 (custom-group-tag-face-1): Add :group. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4489 |
| 28169 | 4490 * info.el (Info-fontify-maximum-menu-size): Increase to 100000. |
| 4491 | |
| 28161 | 4492 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
| 4493 | |
| 4494 * pcvs-defs.el (toplevel): Remove autoload cookie for form | |
| 4495 requiring easymenu. | |
| 4496 | |
| 28155 | 4497 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 4498 | |
| 4499 * ps-print.el: PostScript user-defined prologue, PostScript error | |
| 4500 handler, doc fix. | |
| 4501 (ps-print-version): New version number (5.1). | |
| 4502 (ps-user-defined-prologue, ps-error-handler-message) | |
| 4503 (ps-print-prologue-0, ps-error-handler-alist): New vars. | |
| 4504 (ps-setup, ps-begin-file, ps-begin-job): Code fix. | |
| 4505 (ps-insert-string): New function. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4506 |
| 28150 | 4507 2000-03-15 Kenichi Handa <handa@etl.go.jp> |
| 4508 | |
| 4509 * international/ccl.el (ccl-compile-expression): Don't generate | |
| 28151 | 4510 invalid self-assignment code. |
| 28150 | 4511 |
| 28149 | 4512 2000-03-14 Dave Love <fx@gnu.org> |
| 4513 | |
| 4514 * subr.el (replace-regexp-in-string): Renamed from | |
| 4515 replace-regexps-in-string. Doc fix. | |
| 4516 | |
| 28131 | 4517 2000-03-12 Dave Love <fx@gnu.org> |
| 4518 | |
| 4519 * cus-edit.el: Doc fixes. | |
| 4520 (customize-set-variable, customize-save-variable): Rename args for | |
| 4521 doc. | |
| 4522 (custom-variable-tag-face, custom-face-tag-face) | |
| 4523 (custom-group-tag-face-1, custom-group-tag-face): Modify from | |
| 4524 style which user identify as hyperlink. | |
| 4525 (hook): Don't add undefined functions to the hook. | |
| 4526 (debug-ignored-errors): Transfer message from bindings.el. | |
| 4527 | |
| 28120 | 4528 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
| 4529 | |
| 4530 * recentf.el (recentf-keep-non-readable-files-p): Remove | |
| 4531 double/nested definition. | |
| 4532 | |
| 28114 | 4533 2000-03-12 Dave Love <fx@gnu.org> |
| 4534 | |
| 4535 * facemenu.el (facemenu-get-face): Use display-color-p. | |
| 4536 * enriched.el (enriched-decode-foreground): Likewise. | |
| 4537 (enriched-decode-background): Likewise. | |
| 4538 * isearch.el (isearch-highlight): Likewise. | |
| 4539 * info-look.el (info-lookup): Likewise. | |
| 4540 * simple.el (completion-setup-function): Likewise. | |
| 4541 | |
| 4542 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to | |
| 4543 :options. | |
| 4544 | |
| 4545 * bindings.el (mode-line-format): Fix line-number and | |
| 4546 column-number items. Add help-echo for the background. | |
| 4547 (mode-line-mule-info): Modify help-echo. | |
| 4548 | |
| 4549 * avoid.el (mouse-avoidance-mode): Add autoload cookie to | |
| 4550 defcustom. | |
| 4551 | |
| 4552 * files.el (load-file): Allow completion to .elc. | |
| 4553 | |
| 4554 * man.el: Doc fixes. | |
| 4555 (Man-init-defvars): Use display-color-p to set fontification. | |
| 4556 | |
| 4557 * play/hanoi.el (hanoi-internal): Don't use oddp. | |
| 4558 | |
| 28109 | 4559 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
| 4560 | |
| 4561 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. | |
| 4562 | |
| 4563 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. | |
| 4564 | |
| 28098 | 4565 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de> |
| 4566 | |
| 4567 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'. | |
| 4568 Fix comment. | |
| 4569 | |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4570 2000-03-10 Stefan Monnier <monnier@cs.yale.edu> |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4571 |
|
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4572 * 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
|
4573 regexp-opt-depth is unnecessary. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4574 (save-buffer-state): Set an edebug spec. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4575 (font-lock-fontify-anchored-keywords): Properly handle the case when |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4576 the matcher goes past the limit. |
|
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4577 |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4578 * 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
|
4579 pcvs-parse.el, pcvs-util.el, pcvs.el: New files. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4580 |
|
28089
1899d4c422fc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28088
diff
changeset
|
4581 * 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
|
4582 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
|
4583 massaging. |
|
28088
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4584 |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4585 * 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
|
4586 Autoload the functions used. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4587 (easy-mmode-define-syntax): Fix CL typo. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4588 (easy-mmode-define-derived-mode): Improve the docstring generation. |
|
b442dfc3cef0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28085
diff
changeset
|
4589 |
| 28084 | 4590 2000-03-10 Gerd Moellmann <gerd@gnu.org> |
| 4591 | |
| 4592 * textmodes/texinfo.el (texinfo-version): Variable and function | |
| 4593 removed. | |
| 4594 | |
|
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4595 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> |
|
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4596 |
| 28114 | 4597 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to |
| 4598 allow more flexibility. | |
| 4599 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New | |
| 4600 fns. | |
| 4601 (easy-mmode-defmap, easy-mmode-defsyntax) | |
| 4602 (easy-mmode-define-derived-mode): New macros. | |
|
28082
49fa1828784a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28080
diff
changeset
|
4603 |
| 28085 | 4604 2000-03-09 Didier Verna <didier@xemacs.org> |
| 28080 | 4605 |
| 4606 * rect.el (replace-rectangle): New function. | |
| 4607 | |
| 4608 2000-03-09 Dave Love <fx@gnu.org> | |
| 4609 | |
| 4610 * progmodes/fortran.el (fortran-comment-line-start): Define as | |
| 4611 "C". | |
| 4612 (fortran-comment-line-start-skip): Don't match cpp stuff. | |
| 4613 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff. | |
| 4614 (fortran-mode-map): Remove over-eager custom-menu-create for now. | |
| 4615 (fortran-mode): Don't set fortran-comment-line-start-skip, | |
| 4616 fortran-comment-line-start here. Set comment-start, | |
| 4617 add-log-current-defun. | |
| 4618 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff. | |
| 4619 (fortran-current-defun): New function. | |
| 4620 | |
| 28073 | 4621 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
| 4622 | |
| 28077 | 4623 * emacs-lisp/re-builder.el: New file. |
| 4624 | |
| 28076 | 4625 * mouse.el (mouse-drag-region): Don't run up-event handler |
| 4626 if hscroll has changed. | |
| 4627 | |
| 28073 | 4628 * octave-mod.el (octave-font-lock-keywords): To font-lock the |
| 4629 builtin operators, use `font-lock-builtin-face' for Emacs and | |
| 4630 `font-lock-preprocessor-face' otherwise. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4631 |
|
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4632 * font-lock.el (lisp-font-lock-keywords-1): Highlight |
| 28073 | 4633 `(defun (setf foo)' differently. |
| 4634 | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4635 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4636 |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4637 * emacs-lisp/regexp-opt.el: Update copyright and leading comment. |
| 28073 | 4638 (regexp-opt): Update comment and adapt the code the new meaning of |
| 4639 the `paren' argument of regex-opt-group for shy-groups. | |
| 4640 (regexp-opt-depth): Handle shy groups as well as backslashed | |
| 4641 backslashes. | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4642 (regexp-opt-group): Turn the leading comment into a docstring. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4643 Allow `paren' to be a string (the string to use to open a group). |
| 28073 | 4644 Remove open-presuf and close-presuf. Instead of checking for `all |
| 4645 one-char' and then later on check for `several one-char', handle | |
| 4646 both cases close together. Also apply a more generic algorithm | |
| 4647 for suffixes (the mirror image of the algorithm used for | |
| 4648 prefixes). Use shy-groups. Use nreverse rather than reverse. | |
|
28068
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4649 (regexp-opt-try-suffix): Removed. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4650 |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4651 * cmuscheme.el (inferior-scheme-mode-map): Define it independently |
| 28073 | 4652 from comint-mode-map, so we can just inherit from it. Also, move |
| 4653 the initialization into the `defvar' since there's no docstring | |
| 4654 anyway and it's fairly short. | |
| 4655 (inferior-scheme-mode): Define it as derived-mode: the code is | |
| 4656 shorter and this way we inherit from comint-mode-map rather than | |
| 4657 copying it. | |
| 4658 | |
| 4659 * subr.el (replace-regexps-in-string): Properly handle the case | |
| 4660 where we match an empty string. | |
| 4661 | |
| 4662 * comint.el (comint-exec-1): Add the current-dir to the exec-path | |
| 4663 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
|
4664 Also fix a typo in the comment. |
|
36b889aba7a2
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28051
diff
changeset
|
4665 |
| 28046 | 4666 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
| 4667 | |
| 28051 | 4668 * Makefile (compile-files): Compile files one by one because |
| 4669 that's the only way to ensure a clean compilation environment for | |
| 4670 each individual file. | |
| 4671 | |
| 28046 | 4672 * frame.el (other-frame): Call x-focus-frame. |
| 4673 | |
| 28040 | 4674 2000-03-07 Dave Love <fx@gnu.org> |
| 4675 | |
| 28043 | 4676 * recentf.el (recentf-keep-non-readable-files-p): Add :set, |
| 4677 :require to defcustom. | |
| 4678 | |
| 28040 | 4679 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads |
| 4680 lists. | |
| 4681 | |
| 4682 * files.el (auto-mode-alist): Add configure.in. | |
| 4683 | |
| 4684 * progmodes/autoconf.el: New file. | |
| 4685 | |
| 28034 | 4686 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
| 4687 | |
| 4688 * mail/mh-e.el: Change maintainer to `none'. | |
| 4689 | |
| 4690 * recentf.el (recentf-keep-non-readable-files-p): Quote args | |
| 4691 to remove-hook and add-hook. | |
| 4692 | |
| 4693 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 4694 | |
| 28035 | 4695 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use |
| 28034 | 4696 it as the default. |
| 28035 | 4697 (mail-send): Test mail-send-nonascii also for the new `mime' value. |
| 4698 (sendmail-send-it): Conditionally add MIME headers specifying the | |
| 28034 | 4699 used character set. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4700 |
| 28024 | 4701 2000-03-07 Dave Love <fx@gnu.org> |
| 4702 | |
| 4703 * winner.el: Fix keywords, autoload cookies. Split | |
| 4704 eval-when-compile form to avoid compilation failure. | |
| 4705 | |
| 28017 | 4706 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 4707 | |
| 4708 * international/mule.el: Modify comment about coding system | |
| 4709 property `coding-category'. | |
| 4710 (make-coding-system): New argument EOL-TYPE. Pay attention to | |
| 4711 coding-category property of PROPERTIES. | |
| 4712 | |
| 4713 * international/mule-conf.el (coding-category-utf-8, | |
| 4714 coding-category-utf-16-be, coding-category-utf-16-le): New coding | |
| 4715 categories. Include them in the argument for set-coding-priority. | |
| 4716 | |
| 4717 * international/mule-cmds.el (reset-language-environment): Include | |
| 4718 coding-category-utf-8, coding-category-utf-16-be, and | |
| 4719 coding-category-utf-16-le in the argument for set-coding-priority. | |
| 4720 (reset-language-environment): Initialize coding-category-utf-8, | |
| 4721 coding-category-utf-16-be, and coding-category-utf-16-le to nil. | |
| 4722 | |
| 28014 | 4723 2000-03-06 Karl Fogel <kfogel@red-bean.com> |
| 4724 | |
| 4725 * bookmark.el (bookmark-file-or-variation-thereof): New func, for | |
| 4726 code abstracted out of `bookmark-jump-noselect'. Now tries info | |
| 4727 extensions as well as compression extensions. | |
| 4728 (bookmark-jump-noselect): Use above new func. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4729 |
| 27976 | 4730 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
| 4731 | |
| 4732 * strokes.el: Change maintainer's mail address. | |
| 4733 | |
| 27972 | 4734 2000-03-03 Kenichi Handa <handa@etl.go.jp> |
| 4735 | |
| 4736 * international/mule-diag.el (list-character-sets): Make help-echo | |
| 4737 string by substitute-command-keys. | |
| 4738 (list-character-sets): Likewise. | |
| 4739 (sort-listed-character-sets): Call help-setup-xref. | |
| 4740 | |
| 27965 | 4741 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 4742 | |
| 4743 * time.el (display-time-mail-file): Add `none' to the list of | |
| 4744 choices. | |
| 4745 | |
| 27954 | 4746 2000-03-01 Dave Love <fx@gnu.org> |
| 4747 | |
| 27959 | 4748 * help.el (help-xref-go-back): Don't try to set position. |
| 4749 | |
| 27954 | 4750 * international/mule-diag.el (list-character-sets): Call |
| 4751 help-setup-xref. Add help-echo to xrefs. | |
| 4752 (list-character-sets-1): Add help-echo to xrefs. | |
| 4753 | |
| 27949 | 4754 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 4755 | |
| 4756 * frame.el (blink-cursor-mode): Switch cursor on when turning | |
| 4757 the mode off. | |
| 4758 | |
| 4759 * add-log.el (add-log-current-defun): Add support for | |
| 4760 Autoconf mode. | |
| 4761 | |
| 4762 * mail/rmail.el (rmail-quit-hook): New variable. | |
| 4763 | |
| 27931 | 4764 2000-03-01 Dave Love <fx@gnu.org> |
| 4765 | |
| 27935 | 4766 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |. |
| 4767 | |
| 27931 | 4768 * help.el (help-xref-button): Add help-echo arg. |
| 4769 (describe-function-1, describe-variable, help-make-xrefs): Use it. | |
| 4770 | |
| 4771 * faces.el (list-faces-display): Supply help-echo with | |
| 4772 help-make-xrefs. | |
| 4773 | |
| 4774 * facemenu.el (list-text-properties-at): Set help-xref-stack to | |
| 4775 nil. | |
| 4776 | |
| 27919 | 4777 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
| 4778 | |
| 27927 | 4779 * image.el (defimage): Look for image files in load-path. |
| 4780 | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4781 * frame.el (busy-cursor-delay-seconds): Change type to |
| 27919 | 4782 `number'. |
| 4783 | |
| 27927 | 4784 2000-03-01 David Ponce <david.ponce@wanadoo.fr> |
| 4785 | |
| 4786 * recentf.el (recentf): Added version tag to the defgroup of | |
| 4787 recentf. | |
| 4788 | |
| 4789 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4790 | |
| 4791 * recentf.el (recentf-cleanup): Changed to remove excluded file | |
| 4792 too. | |
| 4793 (recentf-edit-list-action): `recentf-edit-list' checkbox widget | |
| 4794 action to select/unselect a file. | |
| 4795 (recentf-edit-list): Code cleanup and improvement. | |
| 4796 (recentf-open-more-files-action): `recentf-open-more-files' button | |
| 4797 widget action to open a file. | |
| 4798 (recentf-open-more-files): No more use standard completion but | |
| 4799 widgets. | |
| 4800 (recentf-more-collection): Deleted. | |
| 4801 (recentf-more-history): Deleted. | |
| 4802 (recentf-setup-more-completion): Deleted. | |
| 4803 | |
| 4804 2000-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4805 | |
| 4806 * recentf.el (recentf-mode): No more needs that Emacs is running | |
| 4807 under a window-system. | |
| 4808 | |
| 4809 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4810 | |
| 4811 * recentf.el (recentf-edit-list): New command to edit the recent | |
| 4812 list which allow the user to remove files. | |
| 4813 (recentf-edit-selected-items): New global variable, used by | |
| 4814 `recentf-edit-list' to hold the list of files to be removed from | |
| 4815 the recent list. | |
| 4816 (recentf-make-menu-items): Updated to display a "Edit list..." | |
| 4817 menu item. Minor code cleanup. | |
| 4818 | |
| 4819 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4820 | |
| 4821 * recentf.el (recentf-open-more-files): New command to open files | |
| 4822 that are not displayed in the menu. | |
| 4823 (recentf-more-collection): New global variable holding the set of | |
| 4824 permissible completions used by `recentf-open-more-files'. | |
| 4825 (recentf-more-history): New global variable holding the history list | |
| 4826 used by `recentf-open-more-files' completion. | |
| 4827 (recentf-setup-more-completion): New function to setup completion for | |
| 4828 `recentf-open-more-files'. | |
| 4829 (recentf-make-menu-items): Updated to display a "More..." menu item. | |
| 4830 | |
| 4831 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4832 | |
| 4833 * recentf.el (recentf-menu-action): Doc fixed. | |
| 4834 | |
| 4835 1999-03-01 David Ponce <david.ponce@wanadoo.fr> | |
| 4836 | |
| 4837 * recentf.el (recentf-menu-filter): Doc updated. | |
| 4838 (recentf-update-menu-hook): Allow menu filters to force menu update. | |
| 4839 (recentf-make-menu-items): New menu filter handling. | |
| 4840 (recentf-make-menu-item): New helper function. | |
| 4841 (recentf-menu-elements): New menu handling function. | |
| 4842 (recentf-sort-ascending): Updated to new menu filter handling. | |
| 4843 (recentf-sort-descending): Updated to new menu filter handling. | |
| 4844 (recentf-sort-basenames-ascending): New menu filter function. | |
| 4845 (recentf-sort-basenames-descending): New menu filter function. | |
| 4846 (recentf-show-basenames): New menu filter function. | |
| 4847 (recentf-show-basenames-ascending): New menu filter function. | |
| 4848 (recentf-show-basenames-descending): New menu filter function. | |
| 4849 | |
| 27919 | 4850 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 4851 | |
| 4852 * diary-lib.el (list-diary-entries): Don't try to go forward at | |
| 4853 the end of the buffer. | |
| 4854 | |
| 27911 | 4855 2000-02-29 Kenichi Handa <handa@etl.go.jp> |
| 4856 | |
| 4857 * international/mule-diag.el (list-character-sets): Completely | |
| 4858 rewritten. | |
| 4859 (sort-listed-character-sets): New function. | |
| 4860 (list-character-sets-1): Completely rewritten. | |
| 4861 (list-character-sets-2): New function. | |
| 4862 (non-iso-charset-alist): New variable. | |
| 4863 (decode-codepage-char): New function. | |
| 4864 (charset-history): New variable. | |
| 4865 (read-charset) (list-block-of-chars) | |
| 4866 (list-iso-charset-chars) | |
| 4867 (list-non-iso-charset-chars) | |
| 4868 (list-charset-chars): New functions. | |
| 4869 (mule-diag): Call list-character-sets-2, not | |
| 4870 list-character-sets-2. | |
| 4871 (dump-charsets): Likewise. | |
| 4872 | |
| 27910 | 4873 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 4874 | |
| 27919 | 4875 * dired-x.el (dired-filename-at-point): Add `@' to valid |
| 4876 file name characters. | |
| 4877 (dired-filename-at-point): Handle ange-ftp file names. | |
| 4878 | |
| 27910 | 4879 * frame.el (frame-notice-user-settings): Use assq-delete-all |
| 4880 instead of assoc-delete-all. | |
| 4881 (frame-notice-user-settings): Ditto. | |
| 4882 | |
| 4883 * subr.el (assq-delete-all): Renamed from assoc-delete-all. | |
| 4884 Don't copy alist. | |
| 4885 | |
| 27906 | 4886 2000-02-28 Eli Barzilay <eli@cs.cornell.edu> |
| 4887 | |
| 4888 * calculator.el (calculator-use-menu): New option. | |
| 4889 (calculator-initial-bindings): Changed some bindings to work as | |
| 4890 macros. | |
| 4891 (calculator-forced-input): Removed. | |
| 4892 (calculator-restart-other-mode): New variable. | |
| 4893 (calculator-mode-map): Set up menu. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4894 |
| 27906 | 4895 2000-02-28 Jari Aalto <jari.aalto@poboxes.com> |
| 4896 | |
| 4897 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc | |
| 4898 tags. | |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4899 |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4900 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu> |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4901 |
|
27899
42f9a58e0fc4
* viper-cmd.el (viper-envelop-ESC-key): added the option to
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
27898
diff
changeset
|
4902 * 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
|
4903 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
|
4904 (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
|
4905 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
|
4906 * 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
|
4907 * 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
|
4908 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
|
4909 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
|
4910 * 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
|
4911 * 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
|
4912 * ediff.el: copyright notice date fix. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4913 |
| 27898 | 4914 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 4915 | |
| 4916 * faces.el (face-font-family-alternatives): Add arial to helv. | |
| 4917 (mode-line, header-line, tool-bar): Same default as x for w32. | |
| 4918 (fixed-pitch, variable-pitch): Remove wildcard as it prevents | |
| 4919 face-font-family-alternatives from working. | |
| 4920 * term/w32-win.el (mouse-set-font): Do not build fontset from | |
| 4921 chosen font. | |
| 4922 | |
| 27873 | 4923 2000-02-25 Sam Steingold <sds@goems.com> |
| 4924 | |
|
29797
3bf98b923af0
handle print-unreadable-object
Sam Steingold <sds@gnu.org>
parents:
29777
diff
changeset
|
4925 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block' |
| 27873 | 4926 properly. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
4927 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
4928 2000-02-25 Richard M. Stallman <rms@gnu.org> |
| 27873 | 4929 |
| 4930 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail. | |
| 4931 | |
| 27856 | 4932 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 4933 | |
| 4934 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer | |
| 4935 writable. | |
| 4936 | |
| 27868 | 4937 * frame.el (busy-cursor-delay-seconds): New option. |
| 27866 | 4938 |
| 27847 | 4939 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 4940 | |
| 4941 * frame.el (show-cursor-in-non-selected-windows): New option. | |
| 4942 | |
| 27845 | 4943 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 4944 | |
| 4945 * diary-lib.el (include-other-diary-files): Undo the selective | |
| 4946 display in any included file and don't kill it. | |
| 4947 | |
| 27841 | 4948 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 4949 | |
| 4950 * dired.el (dired-mode-map): Don't remove "Edit" from the menu | |
| 4951 bar. Menu items converted to (menu-item format, help strings | |
| 4952 added. | |
| 4953 [downcase, upcase]: Don't enable on MS-DOS. | |
| 4954 [symlink, symlinks]: Don't show if make-symbolic-link is not | |
| 4955 bound. | |
| 4956 [chown, chgrp]: Don't show on MS-DOS and MS-Windows. | |
| 4957 | |
| 27825 | 4958 2000-02-23 Dave Love <fx@gnu.org> |
| 4959 | |
| 27838 | 4960 * simple.el (zap-to-char, kill-line, kill-region, kill-word) |
| 4961 (backward-kill-word): Revert addition of * to interactive spec -- | |
| 4962 it's a feature. | |
| 4963 | |
| 4964 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 4965 (backward-kill-sentence, kill-sentence): Likewise. | |
| 4966 | |
| 27835 | 4967 * gud.el (gud-jdb-build-class-source-alist): Prepend space to |
| 4968 scratch buffer name. | |
| 4969 (gud-format-command): Use int-to-string in ?l case. Simplify | |
| 4970 slightly. | |
| 4971 | |
| 4972 * term/w32-win.el (internal-face-interactive): Update prompt for | |
| 4973 new read-face-name. | |
| 4974 | |
| 4975 * mail/footnote.el (footnote): Add :version to defgroup. | |
| 4976 (footnote-section-tag-regexp): Customize. | |
| 4977 (footnote-start-tag, footnote-end-tag): New option. | |
| 4978 (footnote-latin-regexp): New variable. | |
| 4979 (Footnote-latin): New function. | |
| 4980 (footnote-style-alist): Add element for latin style. | |
| 4981 (footnote-style): Moved. | |
| 4982 (Footnote-goto-footnote): Use eq to test arg. | |
| 4983 | |
| 4984 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message. | |
| 4985 | |
| 27825 | 4986 * emacs-lisp/byte-opt.el: Change old backquote syntax. |
| 4987 (byte-compile-trueconstp): Include keywords. | |
| 4988 (byte-optimize-quote, byte-optimize-lapcode): Use | |
| 4989 byte-compile-const-symbol-p. | |
| 4990 (byte-optimize-char-before): New optimization. | |
| 4991 | |
| 4992 * emacs-lisp/bytecomp.el: Change old backquote syntax. | |
| 4993 (byte-compile-const-symbol-p): New function. | |
| 4994 (byte-compile-constp, byte-compile-out-toplevel) | |
| 4995 (byte-compile-form, byte-compile-form, byte-compile-variable-ref): | |
| 4996 Use it. | |
| 4997 | |
| 4998 * subr.el (define-key-after): Default AFTER to t. Doc fix. | |
| 4999 | |
| 27813 | 5000 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
| 5001 | |
| 27815 | 5002 * international/encoded-kb.el: Be sure to update minor-mode-alist |
| 5003 and minor-mode-map-alist. | |
| 5004 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift | |
| 5005 codes SS2 and SS3 correctly. | |
| 5006 (encoded-kbd-self-insert-ccl): New function. | |
| 5007 (encoded-kbd-setup-keymap): New function. | |
| 5008 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap | |
| 5009 by calling encoded-kbd-setup-keymap. | |
| 5010 | |
| 27813 | 5011 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte |
| 5012 characters. | |
| 5013 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t | |
| 5014 locally. | |
| 5015 | |
| 27811 | 5016 2000-02-22 Dave Love <fx@gnu.org> |
| 5017 | |
| 5018 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
| 5019 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
| 5020 defvar. | |
| 5021 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
| 5022 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
| 5023 classes. Match `defface'. | |
| 5024 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
| 5025 (eval-defun-1): Fix for defcustom. | |
| 5026 (lisp-indent-region): Doc fix. | |
| 5027 | |
| 5028 * subr.el (when, unless, split-string): Doc fix. | |
| 5029 (read-passwd): Move call of clear-this-command-keys to the right | |
| 5030 place. | |
| 5031 (replace-regexps-in-string): New function. | |
| 5032 | |
| 27807 | 5033 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
| 5034 | |
| 5035 * help.el (describe-variable): Set syntax table to | |
| 5036 emacs-lisp-mode-syntax-table when moving forward over the | |
| 5037 symbol's name. | |
| 5038 | |
| 27805 | 5039 2000-02-22 Dave Love <fx@gnu.org> |
| 5040 | |
| 5041 * xt-mouse.el: Doc fixes. | |
| 5042 (xterm-mouse-position-function): New function, replacing advice of | |
| 5043 mouse-position. | |
| 5044 (xterm-mouse-mode): Use it. Don't turn on under a window system. | |
| 5045 | |
| 5046 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition. | |
| 5047 | |
| 27794 | 5048 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
| 5049 | |
| 5050 * format.el (format-annotate-single-property-change): Handle | |
| 5051 properties.with dotted-list values. | |
| 5052 (format-proper-list-p): New function. | |
| 5053 | |
| 5054 * enriched.el (enriched-face-ans): Handle '(foreground-color | |
| 5055 . COLOR) and (background-color . COLOR). | |
| 5056 | |
| 27788 | 5057 2000-02-20 Dave Love <fx@gnu.org> |
| 5058 | |
| 5059 * textmodes/flyspell.el (flyspell-mouse-map): Change definition | |
| 5060 and assignments to it. | |
| 5061 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting | |
| 5062 current local map. | |
| 5063 (make-flyspell-overlay): Use it. | |
| 5064 (flyspell-correct-word/mouse-keymap): Change XEmacs test. | |
| 5065 | |
| 5066 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level. | |
| 5067 (lm-get-header-re): Defun, not defsubst. | |
| 5068 (lm-get-package-name): Defun, not defsubst. Simplify. | |
| 5069 (lm-version): Doc fix. Simplify. | |
| 5070 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) | |
| 5071 (lm-crack-address, lm-last-modified-date, lm-commentary) | |
| 5072 (lm-verify, lm-synopsis): Simplify. | |
| 5073 (lm-report-bug): Require emacsbug. Use compose-mail. | |
| 5074 | |
| 27785 | 5075 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
| 5076 | |
| 5077 * dired.el (dired-mode): Call propertized-buffer-identification | |
| 5078 to set mode-line-buffer-identification to something having | |
| 5079 the right text properties. | |
| 5080 | |
| 5081 * bindings.el (propertized-buffer-identification): New function. | |
| 5082 | |
| 27777 | 5083 2000-02-20 Dave Love <fx@gnu.org> |
| 5084 | |
| 5085 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | |
| 5086 check for t-mouse too. | |
| 5087 | |
| 5088 * cus-start.el: Make echo-keystrokes `number'. | |
| 5089 | |
| 27776 | 5090 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 5091 | |
| 5092 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: | |
| 5093 Don't call ring-empty-p unless tags-location-ring is bound. | |
| 5094 From Noah Friedman <friedman@splode.com>. | |
| 5095 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5096 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org> |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5097 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5098 * progmodes/hideshow.el (hs-flag-region): No longer use |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5099 `intangible' overlay property. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5100 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5101 (hs-toggle-hiding): New command. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5102 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5103 |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5104 (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
|
5105 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
|
5106 and deactivation. |
|
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5107 |
| 27757 | 5108 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
| 5109 | |
| 5110 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. | |
| 5111 | |
| 27749 | 5112 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 5113 | |
| 27754 | 5114 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix. |
| 5115 | |
| 27749 | 5116 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax |
| 5117 of `*' to handle `(* ... *)' comments. | |
| 5118 | |
| 27732 | 5119 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 5120 | |
| 27737 | 5121 * 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
|
5122 window-system. |
| 27737 | 5123 |
| 27732 | 5124 * menu-bar.el (global-map): Menu-bar items converted to the new |
| 5125 format (menu-item..., rearranged for better CUA compliance, and | |
| 5126 their names changed for better clarity. Help strings added. | |
| 5127 | |
| 5128 * international/mule-cmds.el (mule-menu-keymap) | |
| 5129 (describe-language-environment-map, set-coding-system-map) | |
| 5130 (setup-language-environment-map): Convert to new (menu-item... | |
| 5131 form, add help strings. Change names of menu items for better | |
| 5132 clarity. "Mule" menu-bar item removed (it's now in the "Options" | |
| 5133 submenu). | |
| 5134 | |
| 27729 | 5135 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 5136 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5137 * dired-aux.el (dired-do-copy): Remove spurious character.`n' |
| 27729 | 5138 within the code. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5139 |
| 27717 | 5140 2000-02-16 Dave Love <fx@gnu.org> |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5141 |
| 27717 | 5142 * faces.el: Don't require custom. Add more specific :groups to |
| 5143 various deffaces. | |
| 5144 (set-face-attribute): Purecopy args. | |
| 5145 (read-face-name): Default to name at point and use it in prompt. | |
| 5146 Remove colon from arg in all callers. | |
| 5147 (list-faces-display): Hyperlink to face descriptions and customize | |
| 5148 buffers. | |
| 5149 | |
| 27712 | 5150 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk> |
| 5151 | |
| 5152 * wid-edit.el (widget-match-inline): An atom never matches a | |
| 5153 list. | |
| 5154 | |
| 27707 | 5155 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 5156 | |
| 27713 | 5157 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
| 5158 at ':' characters by call to split-string. | |
| 27707 | 5159 |
| 5160 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5161 | |
| 27713 | 5162 * textmodes/bibtex.el: Added RCS version identification. |
| 27707 | 5163 |
| 5164 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5165 | |
| 27713 | 5166 * textmodes/bibtex.el: Some temporary comments removed. |
| 5167 (bibtex-field-name, bibtex-entry-type): Made the relationship | |
| 5168 explicit. | |
| 5169 (bibtex-field-const): Allow capital letters. | |
| 5170 (bibtex-start-of-string): Deleted because unused. | |
| 5171 | |
| 5172 * textmodes/bibtex.el: Unified some nomenclature. We no longer | |
| 5173 use the term 'reference' to describe a bibtex entry as a whole. | |
| 5174 Further, reference keys are no longer called 'labels'. | |
| 5175 (bibtex-keys): Renamed to bibtex-reference-keys. | |
| 5176 (bibtex-reformat-previous-labels): Renamed to | |
| 5177 bibtex-reformat-previous-reference-keys. | |
| 5178 (bibtex-reference-type): Renamed to bibtex-entry-type. | |
| 5179 (bibtex-reference-head): Renamed to bibtex-entry-head. | |
| 5180 (bibtex-reference-maybe-empty-head): Renamed to | |
| 5181 bibtex-entry-maybe-empty-head. | |
| 5182 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. | |
| 5183 (bibtex-search-reference): Renamed to bibtex-search-entry. | |
| 5184 (bibtex-enclosing-reference-maybe-empty-head): Renamed to | |
| 5185 bibtex-enclosing-entry-maybe-empty-head. | |
| 5186 (bibtex-entry-field-alist, bibtex-entry-head, | |
| 5187 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, | |
| 5188 bibtex-map-entries, bibtex-search-entry, | |
| 5189 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, | |
| 5190 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 5191 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, | |
| 5192 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, | |
| 5193 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, | |
| 5194 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, | |
| 5195 bibtex-complete-key, bibtex-String) : Use the new nomenclature. | |
| 27707 | 5196 |
| 5197 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5198 | |
| 27713 | 5199 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
| 5200 comment. | |
| 5201 (bibtex-format-field-delimiters): New function, functionality | |
| 5202 extracted from bibtex-format-entry. | |
| 5203 (bibtex-autokey-get-yearfield-digits): New function, functionality | |
| 5204 extracted from bibtex-autokey-get-yearfield. | |
| 5205 | |
| 5206 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex | |
| 5207 entries in order to avoid stack overflow in the regexp matcher if | |
| 5208 field contents become large. | |
| 5209 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, | |
| 5210 bibtex-field-string-part-not-braced, | |
| 5211 bibtex-field-string-part-no-inner-braces, | |
| 5212 bibtex-field-string-part-1-inner-brace, | |
| 5213 bibtex-field-string-part-2-inner-braces, | |
| 5214 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, | |
| 5215 bibtex-field-string-quoted, bibtex-field-string, | |
| 5216 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, | |
| 5217 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, | |
| 5218 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted | |
| 5219 as parsing is now performed by the following functions. | |
| 5220 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, | |
| 5221 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, | |
| 5222 bibtex-parse-field-string, bibtex-search-forward-field-string, | |
| 5223 bibtex-parse-association, bibtex-field-name-for-parsing, | |
| 5224 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, | |
| 5225 bibtex-search-forward-field, bibtex-search-backward-field, | |
| 5226 bibtex-start-of-field, bibtex-end-of-field, | |
| 5227 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, | |
| 5228 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, | |
| 5229 bibtex-parse-string-prefix, bibtex-parse-string-postfix, | |
| 5230 bibtex-parse-string, bibtex-search-forward-string, | |
| 5231 bibtex-search-backward-string, bibtex-start-of-string, | |
| 5232 bibtex-end-of-string, bibtex-start-of-reference-key-in-string, | |
| 5233 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, | |
| 5234 bibtex-end-of-text-in-string): New functions for the parsing of bibtex | |
| 5235 entries. Instead of reporting the results of the parsing by | |
| 5236 match-beginning or match-end, these functions return data structures | |
| 5237 that hold the corresponding positions. | |
| 5238 (bibtex-enclosing-field): Changed to also report field boundaries by | |
| 5239 return values rather than by match-beginning or match-end. The | |
| 5240 following functions have been adapted to use the new parsing | |
| 5241 functions. | |
| 5242 (bibtex-skip-to-valid-entry, bibtex-search-reference, | |
| 5243 bibtex-enclosing-field, bibtex-format-entry, | |
| 5244 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, | |
| 5245 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, | |
| 5246 bibtex-print-help-message, bibtex-end-of-entry, | |
| 5247 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, | |
| 5248 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 5249 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new | |
| 5250 method for parsing. | |
| 5251 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, | |
| 5252 bibtex-map-entries, bibtex-flash-head, | |
| 5253 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, | |
| 5254 bibtex-autokey-change, bibtex-autokey-get-namefield, | |
| 5255 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, | |
| 5256 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, | |
| 5257 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, | |
| 5258 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, | |
| 5259 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in | |
| 5260 order to make the new binding of case-fold-search immediately | |
| 5261 visible. | |
| 27707 | 5262 |
| 5263 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5264 | |
| 27713 | 5265 * textmodes/bibtex.el: Copyright notice is up to date. |
| 5266 Added constant 'bibtex-maintainer-salutation. | |
| 5267 | |
| 5268 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather | |
| 5269 than make-temp-name, use match-string-no-properties and eliminate | |
| 5270 a quadratic behavior when building bibtex-strings. | |
| 5271 | |
| 5272 * bibtex.el (bibtex-reference-key): Accept string entries whose | |
| 5273 reference key contains upper case letters. | |
| 27707 | 5274 |
| 5275 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5276 | |
| 27713 | 5277 * bibtex.el (bibtex-reference-head): Allow entries to start with |
| 5278 a new line. | |
| 27707 | 5279 |
| 5280 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5281 | |
| 27713 | 5282 * bibtex.el: Hiding of entry bodies is not longer provided by |
| 5283 bibtex.el directly. Instead the hideshow package can be used. | |
| 5284 Added a special bibtex entry to hs-special-modes-alist. | |
| 5285 (bibtex-hs-forward-sexp): Added for hideshow.el. | |
| 27729 | 5286 |
| 5287 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5288 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5289 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5290 at ':' characters by call to split-string. |
| 27729 | 5291 |
| 5292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5293 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5294 * textmodes/bibtex.el: Added RCS version identification. |
| 27729 | 5295 |
| 5296 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5297 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5298 * textmodes/bibtex.el: Some temporary comments removed. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5299 (bibtex-field-name, bibtex-entry-type): Made the relationship |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5300 explicit. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5301 (bibtex-field-const): Allow capital letters. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5302 (bibtex-start-of-string): Deleted because unused. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5303 |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5304 * textmodes/bibtex.el: Unified some nomenclature. We no longer |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5305 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
|
5306 Further, reference keys are no longer called 'labels'. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5307 (bibtex-keys): Renamed to bibtex-reference-keys. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5308 (bibtex-reformat-previous-labels): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5309 bibtex-reformat-previous-reference-keys. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5310 (bibtex-reference-type): Renamed to bibtex-entry-type. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5311 (bibtex-reference-head): Renamed to bibtex-entry-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5312 (bibtex-reference-maybe-empty-head): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5313 bibtex-entry-maybe-empty-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5314 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5315 (bibtex-search-reference): Renamed to bibtex-search-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5316 (bibtex-enclosing-reference-maybe-empty-head): Renamed to |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5317 bibtex-enclosing-entry-maybe-empty-head. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5318 (bibtex-entry-field-alist, bibtex-entry-head, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5319 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5320 bibtex-map-entries, bibtex-search-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5321 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5322 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5323 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5324 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5325 bibtex-find-entry-location, bibtex-validate, bibtex-find-text, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5326 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5327 bibtex-complete-key, bibtex-String) : Use the new nomenclature. |
| 27707 | 5328 |
| 5329 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5330 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5331 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5332 comment. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5333 (bibtex-format-field-delimiters): New function, functionality |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5334 extracted from bibtex-format-entry. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5335 (bibtex-autokey-get-yearfield-digits): New function, functionality |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5336 extracted from bibtex-autokey-get-yearfield. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5337 |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5338 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5339 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
|
5340 field contents become large. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5341 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5342 bibtex-field-string-part-not-braced, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5343 bibtex-field-string-part-no-inner-braces, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5344 bibtex-field-string-part-1-inner-brace, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5345 bibtex-field-string-part-2-inner-braces, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5346 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
|
5347 bibtex-field-string-quoted, bibtex-field-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5348 bibtex-field-string-or-const, bibtex-field-text, bibtex-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5349 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
|
5350 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
|
5351 as parsing is now performed by the following functions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5352 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5353 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5354 bibtex-parse-field-string, bibtex-search-forward-field-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5355 bibtex-parse-association, bibtex-field-name-for-parsing, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5356 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
|
5357 bibtex-search-forward-field, bibtex-search-backward-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5358 bibtex-start-of-field, bibtex-end-of-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5359 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
|
5360 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
|
5361 bibtex-parse-string-prefix, bibtex-parse-string-postfix, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5362 bibtex-parse-string, bibtex-search-forward-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5363 bibtex-search-backward-string, bibtex-start-of-string, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5364 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
|
5365 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
|
5366 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
|
5367 entries. Instead of reporting the results of the parsing by |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5368 match-beginning or match-end, these functions return data structures |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5369 that hold the corresponding positions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5370 (bibtex-enclosing-field): Changed to also report field boundaries by |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5371 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
|
5372 following functions have been adapted to use the new parsing |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5373 functions. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5374 (bibtex-skip-to-valid-entry, bibtex-search-reference, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5375 bibtex-enclosing-field, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5376 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5377 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5378 bibtex-print-help-message, bibtex-end-of-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5379 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5380 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
|
5381 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
|
5382 method for parsing. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5383 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5384 bibtex-map-entries, bibtex-flash-head, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5385 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5386 bibtex-autokey-change, bibtex-autokey-get-namefield, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5387 bibtex-autokey-get-names, bibtex-autokey-get-titlestring, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5388 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
|
5389 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5390 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5391 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
|
5392 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
|
5393 visible. |
| 27729 | 5394 |
| 5395 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5396 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5397 * textmodes/bibtex.el: Copyright notice is up to date. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5398 Added constant 'bibtex-maintainer-salutation. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5399 |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5400 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5401 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
|
5402 a quadratic behavior when building bibtex-strings. |
|
28696
0c9cb5ad25fc
(time-stamp-string-preprocess): Always convert
Sam Steingold <sds@gnu.org>
parents:
28695
diff
changeset
|
5403 |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5404 * bibtex.el (bibtex-reference-key): Accept string entries whose |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5405 reference key contains upper case letters. |
| 27729 | 5406 |
| 5407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5408 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5409 * bibtex.el (bibtex-reference-head): Allow entries to start with |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5410 a new line. |
| 27729 | 5411 |
| 5412 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5413 | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5414 * 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
|
5415 bibtex.el directly. Instead the hideshow package can be used. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5416 Added a special bibtex entry to hs-special-modes-alist. |
|
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5417 (bibtex-hs-forward-sexp): Added for hideshow.el. |
| 27729 | 5418 |
| 5419 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 5420 | |
| 27713 | 5421 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
| 27707 | 5422 proceedings entry type (for cross referencing). Thanks to Wagner |
| 5423 Toledo Correa for the suggestion. | |
| 5424 | |
| 27713 | 5425 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu. |
| 27707 | 5426 |
| 27690 | 5427 2000-02-14 Kenichi Handa <handa@etl.go.jp> |
| 5428 | |
| 5429 * international/characters.el: Setup case table for Vietnamese. | |
| 5430 | |
| 27687 | 5431 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 5432 | |
| 5433 * uniquify.el (toplevel): Require CL at compile time. | |
| 5434 (uniquify-push): Removed. | |
| 5435 | |
| 5436 * shadowfile.el (shadow-when): Removed. | |
| 5437 | |
| 5438 * tempo.el (tempo-dolist, tempo-mapc): Removed. | |
| 5439 (tempo-process-and-insert-string): Use dolist instead of | |
| 5440 tempo-dolist. | |
| 5441 | |
| 5442 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from | |
| 5443 regexp for paragraph-start. | |
| 5444 | |
| 5445 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading | |
| 5446 commas as well. | |
| 5447 | |
| 27657 | 5448 2000-02-10 Dave Love <fx@gnu.org> |
| 5449 | |
| 5450 * wid-edit.el: (widgets) [defgroup]: Remove url link. | |
| 5451 (widget-color-choice-list, widget-color-history, widget-mouse-help): | |
| 5452 Deleted. | |
| 5453 (widget-specify-field, widget-specify-button): Don't use | |
| 5454 widget-mouse-help as help-echo property. | |
| 5455 (default): Use #'ignore for :validate and :mouse-down-action. | |
| 5456 (checkbox): Add help-echo. | |
| 5457 (widget-sexp-validate): Rewritten to clarify error messages. | |
| 5458 (character): Use char-valid-p in :match function. | |
| 5459 (widget-color-complete): Use facemenu-color-alist. | |
| 5460 (widget-color-action): Use facemenu-read-color. | |
| 5461 | |
| 5462 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't | |
| 5463 set up `caar' &c that we now have. | |
| 5464 | |
| 27713 | 5465 2000-02-09 Ray Blaak <blaak@gnu.org> |
| 5466 | |
| 5467 * delphi.el: Make resourcestring a declaration region, like const | |
| 5468 and var. | |
| 5469 | |
| 27652 | 5470 2000-02-09 Dave Love <fx@gnu.org> |
| 5471 | |
| 5472 * bindings.el (mode-line-input-method-map): New variable. | |
| 5473 (mode-line-mule-info): Use it; fix last change. | |
| 5474 (mode-line-mode-menu): Move definition. | |
| 5475 (mode-line-mouse-sensitive-p): Deleted. | |
| 5476 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p. | |
| 5477 (make-mode-line-mouse-sensitive): Deleted. Body moved to top | |
| 5478 level. | |
| 5479 | |
| 5480 * startup.el (command-line-1): Don't call | |
| 5481 make-mode-line-mouse-sensitive. | |
| 5482 | |
| 27644 | 5483 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> |
| 5484 | |
| 5485 * mail/rmail.el (rmail-retry-failure): Use | |
| 5486 rmail-beginning-of-message before rmail-toggle-header, because the | |
| 5487 former toggles headers. | |
| 5488 | |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5489 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
|
5490 |
|
27637
79014abee3cc
(diff-kill-junk): New interactive function.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27636
diff
changeset
|
5491 * 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
|
5492 (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
|
5493 (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
|
5494 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
|
5495 (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
|
5496 (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
|
5497 |
|
27636
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5498 * 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
|
5499 (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
|
5500 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
|
5501 to avoid duplicate entries. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5502 (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
|
5503 (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
|
5504 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
|
5505 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
|
5506 `major-mode' to `mode'. |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5507 (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
|
5508 (font-lock-fontify-anchored-keywords) |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5509 (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
|
5510 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
|
5511 font-lock-set-defaults). |
|
161ec77aa308
(font-lock-keywords): Fix doc for multiline matches.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27634
diff
changeset
|
5512 (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
|
5513 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
|
5514 |
|
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5515 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
|
5516 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5517 * 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
|
5518 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
|
5519 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27617
diff
changeset
|
5520 * 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
|
5521 |
| 27610 | 5522 2000-02-04 Dave Love <fx@gnu.org> |
| 5523 | |
| 27617 | 5524 * bindings.el (mode-line-mule-info): Fix/extend last change. |
| 5525 | |
| 27610 | 5526 * completion.el: Replace completion-dolist with dolist. |
| 5527 | |
| 5528 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, | |
| 5529 dotimes. | |
| 5530 | |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5531 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl> |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5532 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5533 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5534 environment names before they go into the section regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5535 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5536 * 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
|
5537 char class in regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5538 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5539 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5540 `case-fold-search' to nil. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5541 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5542 * progmodes/idlwave.el (idlwave-template): Respect |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5543 `idlwave-abbrev-change-case'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5544 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5545 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5546 idlwave-while): respect `idlwave-reserved-word-upcase'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5547 (idlwave-rw-case): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5548 (idlwave-statement-match): Fixed problem with assignment regexp. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5549 (idlwave-font-lock-keywords): Improved regexp for keyword |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5550 parameters. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5551 (idlwave-surround): New argument LENGTH to support padding of |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5552 operators longer than 1 char. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5553 |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5554 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5555 idlwave-shell-expression-overlay. Implemented printing of |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5556 expressions on higher levels of the calling stack. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5557 (idlwave-shell-display-level-in-calling-stack): Restore stack |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5558 level. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5559 (idlwave-retrieve-expression-from-level): New function. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5560 (idlwave-shell-last-calling-stack): Variable removed. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5561 (idlwave-shell-reset): Argument action reversed (`visible' to |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5562 `hidden'). Also remove stop-line overlay. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5563 (idlwave-shell-calling-stack-routine): New variable. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5564 (idlwave-shell-parse-stack-and-display): Messages now display |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5565 negative level numbers. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5566 (idlwave-shell-mode): Set `modeline-format'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5567 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5568 (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
|
5569 21. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5570 (idlwave-shell-print-expression-function): New option. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5571 |
|
27609
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5572 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5573 idlwave-toolbar-remove-everywhere): Keybindings prefix is now |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5574 `tool-bar' instead of `toolbar'. |
|
45503c8df769
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27590
diff
changeset
|
5575 |
| 27590 | 5576 2000-02-02 Dave Love <fx@gnu.org> |
| 5577 | |
| 5578 * emacs-lisp/cl.el: Use bytecomp-load-hook, not | |
| 5579 emacs-lisp-mode-hook. Don't check for defalias being defined. | |
| 5580 | |
| 5581 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash) | |
| 5582 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use | |
| 5583 the new builtins directly. | |
| 5584 | |
| 5585 * whitespace.el (whitespace): Add :version to defgroup. | |
| 5586 | |
| 5587 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference): | |
| 5588 Doc fix. | |
| 5589 | |
| 5590 * thingatpt.el (sexp-at-point, symbol-at-point) | |
| 5591 (number-at-point, list-at-point): Add autoload cookie. | |
| 5592 | |
| 5593 * recentf.el (recentf): Add :version to defgroup. | |
| 5594 | |
| 5595 * quickurl.el (quickurl): Add :version to defgroup. | |
| 5596 | |
| 5597 * elide-head.el (elide-head): Use point-marker more. | |
| 5598 | |
| 5599 * bs.el (bs): Add :version to defgroup. | |
| 5600 | |
| 5601 * autorevert.el (global-auto-revert-mode): Add autoload cookie. | |
| 5602 | |
| 5603 * progmodes/delphi.el (delphi): Add :version to defgroup. | |
| 5604 | |
| 27587 | 5605 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 5606 | |
| 5607 * ange-ftp.el (ange-ftp-write-region): Handle case that | |
| 5608 succeeding process operation sets a different coding system. | |
| 5609 | |
| 5610 * calculator.el: New file. | |
| 5611 | |
| 27572 | 5612 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 5613 | |
| 5614 * frame.el (frames-on-display-list, framep-on-display): New | |
| 5615 functions. | |
| 5616 (display-mouse-p, display-popup-menus-p, display-graphic-p) | |
| 5617 (display-selections-p, display-screens, display-pixel-width) | |
| 5618 (display-pixel-height, display-mm-width, display-mm-height) | |
| 5619 (display-backing-store, display-save-under, display-planes) | |
| 5620 (display-color-cells, display-visual-class): New functions. | |
| 5621 | |
| 5622 * term/tty-colors.el (tty-color-gray-shades): New function. | |
| 5623 | |
| 5624 * faces.el (display-color-p): Use framep-on-display. | |
| 5625 (display-grayscale-p): New function. | |
| 5626 | |
| 27549 | 5627 2000-01-31 Dave Love <fx@gnu.org> |
| 5628 | |
| 5629 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it. | |
| 5630 (create-fontset-from-x-resource): Don't concat integers. | |
| 5631 | |
| 27545 | 5632 2000-01-31 Inge Frick <inge@nada.kth.se> |
| 5633 | |
| 5634 * view.el: Some changes in documentation. Removed some trailing | |
| 5635 whitespace. Changed some parameter names to agree with | |
| 5636 documentation. | |
| 5637 (view-mode-exit): Keep entry in `view-return-to-alist' only when a | |
| 5638 window is not deleted. Modifies change 1998-04-26. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5639 |
| 27541 | 5640 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
| 5641 | |
| 27543 | 5642 * windmove.el: New file. |
| 5643 | |
| 27541 | 5644 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 5645 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 27545 | 5646 progmodes/ebnf-yac.el: Update copyright and license info. |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5647 |
| 27541 | 5648 * jit-lock.el (jit-lock-function): Widen before calculating end |
| 5649 position. | |
| 5650 (jit-lock-stealth-chunk-start): Rewritten. | |
| 5651 | |
| 5652 * info.el (Info-title-face-alist): Removed. | |
| 5653 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New | |
| 5654 faces. | |
| 5655 (Info-fontify-node): Use these faces. | |
| 5656 | |
| 27527 | 5657 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
| 5658 | |
| 5659 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) | |
| 5660 (cl-macro-list1): Recognize `&allow-other-keys' instead of | |
| 5661 `&allow-other-keywords'. | |
| 5662 | |
| 5663 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to | |
| 5664 the list of directories scanned heuristically. | |
| 5665 | |
| 5666 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to | |
| 5667 exist. | |
| 5668 | |
| 27523 | 5669 2000-01-30 Jason Rumney <jasonr@gnu.org> |
| 5670 | |
| 5671 * w32-fns.el: Define w32-tty-standard-colors. | |
| 5672 | |
| 5673 * startup.el (command-line): Use w32-tty-standard-colors when in | |
| 5674 w32 console mode. | |
| 5675 | |
| 27510 | 5676 2000-01-30 Dave Love <fx@gnu.org> |
| 5677 | |
| 27513 | 5678 * jka-compr.el (jka-compr-load): Fix up load-history. |
| 5679 | |
| 27510 | 5680 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes. |
| 5681 | |
| 5682 * emacs-lisp/cl-macs.el: Revert previous change. | |
| 5683 | |
| 27499 | 5684 2000-01-29 Dave Love <fx@gnu.org> |
| 5685 | |
| 5686 * facemenu.el: Purecopy various strings. | |
| 5687 | |
| 5688 * timezone.el (timezone-fix-time): Window against 69 for two-digit | |
| 5689 years. Deal with three-digit years. | |
| 5690 | |
| 5691 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use | |
| 5692 defconst, purecopy. | |
| 5693 (help-back-label): Purecopy it. | |
| 5694 | |
| 27498 | 5695 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 5696 | |
| 5697 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration | |
| 5698 variable. If non-nil, order the buffer list according to the | |
| 5699 currently selected frame. | |
| 5700 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is | |
| 5701 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
|
5702 |
| 27496 | 5703 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 5704 | |
| 5705 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | |
| 5706 | |
| 27486 | 5707 2000-01-28 Dave Love <fx@gnu.org> |
| 5708 | |
| 27491 | 5709 * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
| 5710 | |
| 27486 | 5711 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop. |
| 5712 Don't use lisp-indent-hook property. | |
| 5713 (cl-abs): Remove. | |
| 5714 | |
| 5715 * subr.el: Move out indent and edebug specs for when and unless. | |
| 5716 | |
| 5717 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes, | |
| 5718 when, unless. | |
| 5719 | |
| 5720 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist, | |
| 5721 unless, when. | |
| 5722 | |
| 27467 | 5723 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 5724 | |
| 27481 | 5725 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize |
| 5726 `collecting' as synonym for `collect'. | |
| 5727 | |
| 5728 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name | |
| 5729 for the case it contains spaces. | |
| 5730 | |
| 5731 * simple.el (what-cursor-position): Change formatting of | |
| 5732 messages. | |
| 5733 | |
| 27473 | 5734 * frame.el (delete-other-frames): New function. |
| 5735 (toplevel): Bind it to C-x 5 1. | |
| 5736 | |
| 27469 | 5737 * sort.el (sort-numeric-base): New option. |
| 5738 (sort-numeric-fields): If number starts with `0' or `0[xX[', | |
| 5739 interpret it as octal or hexadecimal. Use sort-numeric-base | |
| 5740 as default base. | |
| 5741 | |
| 27467 | 5742 * progmodes/glasses.el: New file. |
| 5743 | |
| 27451 | 5744 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
| 5745 | |
| 27461 | 5746 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched |
| 5747 userids differently. | |
| 5748 | |
| 27451 | 5749 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, |
| 5750 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, | |
| 5751 progmodes/ebnf-yac.el: New files. | |
| 5752 | |
| 27446 | 5753 2000-01-26 Dave Love <fx@gnu.org> |
| 5754 | |
| 5755 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose | |
| 5756 on a function with an empty body. [From Eric Ludlam.] | |
| 5757 | |
| 27437 | 5758 2000-01-25 Andre Spiegel <spiegel@gnu.org> |
| 5759 | |
| 5760 * vc.el (vc-version-diff): Make sure file name is expanded. | |
| 5761 | |
| 27433 | 5762 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 5763 | |
| 5764 * scroll-bar.el (scroll-bar-timer): Variable removed. | |
| 5765 (scroll-bar-toolkit-scroll): Don't use a timer. | |
| 5766 | |
| 27419 | 5767 2000-01-25 Kenichi Handa <handa@etl.go.jp> |
| 5768 | |
| 5769 * language/thai-util.el (thai-composition-function): Delete | |
| 5770 superfluous `a'. | |
| 5771 | |
| 27418 | 5772 2000-01-24 Dave Love <fx@gnu.org> |
| 5773 | |
| 5774 * fortran.el (fortran-mode): Use beginning-of-defun-function, | |
| 5775 end-of-defun-function. | |
| 5776 | |
| 5777 * font-lock.el (turn-on-font-lock): Don't depend on window-system | |
| 5778 &c. | |
| 5779 | |
| 27405 | 5780 2000-01-22 Jason Rumney <jasonr@gnu.org> |
| 5781 | |
| 5782 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it | |
| 5783 conflicts with new face support. | |
| 5784 | |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5785 2000-01-22 Richard M. Stallman <rms@gnu.org> |
|
27392
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5786 |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5787 * replace.el (query-replace): Rename last arg to DELIMITED. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5788 (map-query-replace-regexp, query-replace-regexp-eval): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5789 (query-replace-regexp): Likewise. |
|
b14445d291dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27385
diff
changeset
|
5790 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5791 2000-01-20 Richard M. Stallman <rms@gnu.org> |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5792 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5793 * subr.el (with-syntax-table): Use make-symbol, not gensym. |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5794 |
|
27381
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5795 * emacs-lisp/lisp.el (beginning-of-defun-function): |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5796 Variable renamed from beginning-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5797 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5798 (beginning-of-defun-raw): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5799 (beginning-of-defun): Doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5800 (end-of-defun-function): Variable renamed from end-of-defun. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5801 Do not call make-variable-buffer-local. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5802 (end-of-defun): Use new variable name; doc fix. |
|
622e861dce48
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27378
diff
changeset
|
5803 |
|
27385
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5804 * subr.el (dolist, dotimes): Copied from cl-macs.el |
|
f7b7fdb0f3f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27381
diff
changeset
|
5805 and made to work. |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5806 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5807 * mail/undigest.el (rmail-digest-end-regexps): |
|
27378
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5808 Variable replaces rmail-digest-end-regexp. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5809 Allows multiple regexps for detecting the end line. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5810 (undigestify-rmail-message): Corresponding changes. |
|
af3075bcc264
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27368
diff
changeset
|
5811 |
| 27366 | 5812 2000-01-19 Dave Love <fx@gnu.org> |
| 5813 | |
| 27368 | 5814 * files.el (user-init-file): Don't declare here -- is primitive. |
| 5815 | |
| 27366 | 5816 * startup.el (command-line): Check for compiled user-init-file and |
| 5817 set to uncompiled version if necessary. | |
| 5818 | |
| 27358 | 5819 2000-01-18 Gerd Moellmann <gerd@gnu.org> |
| 5820 | |
| 27361 | 5821 * mail/undigest.el (rmail-digest-end-regexp): New user option. |
| 5822 (undigestify-rmail-message): Use it. | |
| 5823 | |
| 27358 | 5824 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT. |
| 5825 | |
| 27351 | 5826 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
| 5827 | |
| 5828 * tmm.el (tmm-goto-completions): Adapt to prompt being part | |
| 5829 of mini-buffer. | |
| 5830 | |
| 27326 | 5831 2000-01-14 Gerd Moellmann <gerd@gnu.org> |
| 5832 | |
| 27330 | 5833 * emacs-lisp/copyright.el (copyright-update): Removed the |
| 5834 requirement for a trailing space from `copyright-regexp', to | |
| 5835 support copyrights with owner specified on a separate line.. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5836 |
| 27327 | 5837 * align.el: New file. |
| 5838 | |
| 27326 | 5839 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. |
| 5840 | |
| 5841 * net/eudc.el (toplevel): Define EUDC menu for Emacs. | |
| 5842 | |
| 27323 | 5843 2000-01-13 Dave Love <fx@gnu.org> |
| 5844 | |
| 5845 * ph.el: Removed. (Obsoleted by EUDC.) | |
| 5846 | |
| 27321 | 5847 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 5848 | |
| 5849 * net/eudc.el (toplevel): Remove autoloaded code installing | |
| 5850 menu with easymenu, because that causes build problems. | |
| 5851 | |
| 5852 * frame.el (frame-notice-user-settings): New variable. | |
| 5853 (frame-notice-user-settings): Don't modify frame parameters | |
| 5854 if called a second time. | |
| 5855 | |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5856 2000-01-13 Richard M. Stallman <rms@gnu.org> |
| 27321 | 5857 |
| 5858 * frame.el (frame-notice-user-settings): | |
| 5859 Notice default-frame-parameters even for non-window frames. | |
| 5860 | |
| 27318 | 5861 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 5862 | |
| 5863 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds | |
| 5864 for Emacs. | |
| 5865 (eudc-bob-can-display-inline-images): Extend for Emacs. | |
| 5866 (eudc-bob-toggle-inline-display): Ditto. | |
| 5867 (eudc-bob-display-jpeg): Ditto. | |
| 5868 | |
| 27304 | 5869 2000-01-12 Gerd Moellmann <gerd@gnu.org> |
| 5870 | |
| 27313 | 5871 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, |
| 5872 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, | |
| 5873 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
|
5874 |
| 27312 | 5875 * add-log.el (add-change-log-entry): Fix error trying an `(insert |
| 5876 nil)'. | |
| 5877 | |
| 5878 * subdirs.el: Add `net' directory. | |
| 5879 | |
| 27308 | 5880 * net: New directory. |
| 5881 | |
| 27304 | 5882 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from |
| 5883 eval-last-sexp. Don't bind debug-on-error here. | |
| 5884 (eval-last-sexp): New function. Bind debug-on-error if | |
| 5885 eval-expression-debug-on-error is non-nil. | |
| 5886 (eval-defun-2, eval-defun): Likewise. | |
| 5887 | |
| 5888 * simple.el (eval-expression): Don't bind debug-on-error if | |
| 5889 eval-expression-debug-on-error is nil. Detect changed | |
| 5890 debug-on-error, and propagate new value to global binding, if | |
| 5891 eval-expression-debug-on-error is non-nil, | |
| 5892 (eval-expression-debug-on-error): Change doc string. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5893 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5894 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5895 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5896 * 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
|
5897 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5898 * emacs-lisp/lisp-mode.el (with-syntax-table): |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5899 Set up lisp-indent-function property. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5900 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5901 * subr.el (with-syntax-table): Moved from simple.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5902 |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5903 * simple.el (with-syntax-table): Moved to subr.el. |
|
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
5904 |
| 27288 | 5905 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 5906 | |
| 27291 | 5907 * tmm.el (tmm-shortcut): Delete region after prompt instead |
| 5908 of erasing buffer. | |
| 5909 | |
| 27288 | 5910 * textmodes/fill.el (fill-common-string-prefix): New function. |
| 27309 | 5911 (fill-context-prefix): Use the longest common prefix of first |
| 5912 and second line fill prefix, if there is one. | |
| 27288 | 5913 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5914 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27285
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5915 |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5916 * 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
|
5917 Use make-local-variable for `truncate-lines'. |
|
761090e3e94c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27282
diff
changeset
|
5918 |
| 27282 | 5919 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> |
| 5920 | |
| 5921 * add-log.el (add-log-current-defun): Handle user-defined | |
| 5922 add-log-current-function returning nil, | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5923 |
| 27280 | 5924 * add-log.el (add-change-log-entry): Insert version number |
| 27282 | 5925 if having found a current function |
| 27278 | 5926 |
| 5927 * add-log.el (add-log-current-defun): Call | |
| 5928 `add-log-current-defun-function'. Try matches at level 0 and | |
| 5929 level 1. Strip whitespace from defun found. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5930 |
|
27270
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5931 2000-01-10 John Wiegley <johnw@gnu.org> |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5932 |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5933 * allout.el (isearch-done/outline-provisions): Added `edit' |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5934 argument to correspond with the current definition of |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5935 `isearch-done'. |
|
5a4e13447b47
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27265
diff
changeset
|
5936 |
| 27265 | 5937 2000-01-10 Dave Love <fx@gnu.org> |
| 5938 | |
| 5939 * elide-head.el (elide-head): Use point-marker, not point. | |
| 5940 | |
| 27261 | 5941 2000-01-10 Gerd Moellmann <gerd@gnu.org> |
| 5942 | |
| 27263 | 5943 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates |
| 5944 before and after the year 2000. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5945 |
| 27261 | 5946 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): |
| 5947 Add ispell- prefix. | |
| 5948 | |
| 5949 2000-01-10 Ken Stevens <k.stevens@ieee.org> | |
| 5950 | |
| 5951 * ispell.el: Only define dictionaries in menus when they exist. | |
| 5952 (version18p): New variable. | |
| 5953 (version20p): New variable. | |
| 5954 (xemacsp): New variable. | |
| 5955 (ispell-choices-win-default-height): Fix for XEmacs visibility. | |
| 5956 (ispell-dictionary-alist1): Added Brasileiro dictionary. | |
| 5957 (ispell-dictionary-alist6): Russian command lines no longer accept | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5958 run-together words. |
| 27261 | 5959 (ispell-local-dictionary-alist): Add koi8-r to customize definition. |
| 5960 (ispell-dictionary-alist): Add koi8-r to customize definition. | |
| 5961 (check-ispell-version): Added documentation string. Returns | |
|
28090
5627c03551f1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28089
diff
changeset
|
5962 library path when called non-interactively. |
| 27261 | 5963 (ispell-menu-map-needed): Uses new variables. |
| 5964 (ispell-library-path): New variable. | |
| 5965 (ispell-decode-string): XEmacs fix for bogus variable bindings. | |
| 5966 (ispell-word): Improved documentation string. Test for valid | |
| 5967 character mappings. Correctly check typed in word changes that can | |
| 5968 result in single words split into multiple words. Returns | |
| 5969 replacement word. | |
| 5970 (ispell-command-loop): Fixes XEmacs display bugs. Show word to | |
| 5971 replace in recursive query replace mode. Help message for | |
| 5972 recursive edit mode. | |
| 5973 (ispell-show-choices): Protect against bad framepop bindings. | |
| 5974 (ispell-help): Fix to work with XEmacs. | |
| 5975 (ispell-highlight-spelling-error): Use new variables. | |
| 5976 (ispell-overlay-window): Fix to work with XEmacs. | |
| 5977 (ispell-parse-output): Passed and returns location information | |
| 5978 tracking spelling corrections. Doesn't recheck same word on | |
| 5979 current line. | |
| 5980 (ispell-init-process): Protect against bogus XEmacs variable binding. | |
| 5981 Fix call to single argument in sleep-for. Use new variables. | |
| 5982 (ispell-region): Passed and returns location information tracking | |
| 5983 spelling corrections. Doesn't check same word on current line. | |
| 5984 Improved documentation string. Doesn't resend a line already | |
| 5985 checked to the ispell process - fixes bug in LaTeX parsing. | |
| 5986 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML. | |
| 5987 (ispell-skip-region): No longer skips <TT> in SGML. | |
| 5988 (ispell-process-line): Tracks location information with spelling | |
| 5989 corrections. Added documentation string. Accounts for words | |
| 5990 already accepted on this line. Don't allow query-replace on line | |
| 5991 starting with math characters. Doesn't resend a line already sent | |
| 5992 to ispell process. Fixes alignment error bug. | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5993 |
|
30335
aa44e3d4f081
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30334
diff
changeset
|
5994 2000-01-10 Richard M. Stallman <rms@gnu.org> |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
5995 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5996 * dired-x.el (dired-guess-shell-alist-default): |
|
27259
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5997 Suggest xloadimage, which is free, not xv, which isn't. |
|
c41efa6c4be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27256
diff
changeset
|
5998 |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
5999 * ange-ftp.el (ange-ftp-file-name-nondirectory): |
|
27256
fde8f0332937
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27255
diff
changeset
|
6000 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
|
6001 |
| 27255 | 6002 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 6003 | |
| 6004 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead | |
| 6005 of a real newline. | |
| 6006 | |
| 27253 | 6007 2000-01-09 Stephen Eglen <stephen@gnu.org> |
| 6008 | |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6009 * dired-x.el (dired-guess-shell-alist-default): Suggest xv |
| 27253 | 6010 for .png files. |
| 6011 | |
| 27251 | 6012 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> |
| 6013 | |
| 6014 * cus-edit.el (custom-hook-convert-widget): Fix comment. | |
| 6015 | |
| 27247 | 6016 2000-01-09 Gerd Moellmann <gerd@gnu.org> |
| 6017 | |
| 27249 | 6018 * progmodes/cperl-mode.el: Replace ^F with ^L. |
| 6019 | |
| 27247 | 6020 * sendmail.el (toplevel): Provide `sendmail' when compiling |
|
27772
11a8d125f241
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27757
diff
changeset
|
6021 before `require'ing rmail and mailalias to prevent infinite |
| 27247 | 6022 recursion. |
| 6023 | |
| 27244 | 6024 2000-01-08 Dave Love <fx@gnu.org> |
| 6025 | |
| 27265 | 6026 * emacs-lisp/backquote.el: Remove inappropriate customization |
| 6027 (allowing custom.el to use backquote). | |
| 27244 | 6028 |
| 27241 | 6029 2000-01-07 Dave Love <fx@gnu.org> |
| 6030 | |
| 6031 * add-log.el (add-log-debugging): Deleted. | |
| 6032 (add-change-log-entry): Treat a backup FILE-NAME as its parent | |
| 6033 file. Remove debugging code. | |
| 6034 (change-log-get-method-definition, change-log-name): Add doc. | |
| 6035 (change-log-sortable-date-at): New function. | |
| 6036 (change-log-merge): New command. | |
| 6037 | |
| 6038 * time.el (display-time-string-forms): Make the Mail string active. | |
| 6039 (display-time-update): Provide help-echo for load average. | |
| 6040 | |
| 6041 * bindings.el (make-mode-line-mouse2-map): New function. | |
| 6042 (mode-line-modified): Use it and simplify. | |
| 6043 (mode-line-mule-info): Provide help-echo info. | |
| 6044 (minor-mode-alist): Activate the strings. | |
| 6045 (make-mode-line-mouse-sensitive): Simplify for | |
| 6046 mode-line-buffer-identification. | |
| 6047 | |
| 27233 | 6048 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 6049 | |
| 6050 * play/pong.el: New file. | |
| 6051 | |
| 27241 | 6052 2000-01-06 Dave Love <fx@gnu.org> |
| 6053 | |
| 6054 * array.el: Assorted cleanups for compiler warnings, doc strings, | |
| 6055 `array-' prefix for symbols. | |
| 6056 | |
| 6057 2000-01-05 Dave Love <fx@gnu.org> | |
| 6058 | |
| 6059 * textmodes/outline.el (outline-mode-menu-bar-map): Add | |
| 6060 outline-headers-as-kill. | |
| 6061 (outline-mode): Define imenu-generic-expression. | |
| 6062 (outline-headers-as-kill): New command. | |
| 6063 | |
| 6064 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^' | |
| 6065 from paragraph-start. | |
| 6066 (paragraph-indent-minor-mode): New command. | |
| 6067 | |
| 6068 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a, | |
| 6069 M-C-e, M-C-h, C-j, C-xnd, TAB. | |
| 6070 (fortran-mode): Set beginning-of-defun, end-of-defun. | |
| 6071 (fortran-column-ruler): Simplify. | |
| 6072 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted. | |
| 6073 (fortran-with-subprogram-narrowing): Likewise. | |
| 6074 (fortran-indent-subprogram): Call mark-defun. | |
| 6075 (fortran-check-for-matching-do): Change narrowing. | |
| 6076 | |
| 6077 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table. | |
| 6078 (cl-lucid-hash-tag): Delete. | |
| 6079 (cl-hash-table-p): Correct test for native table. | |
| 6080 (cl-hash-table-count): Use hash-table-count. | |
| 6081 | |
| 6082 * browse-url.el (browse-url): Fix case of | |
| 6083 browse-url-browser-function being an alist. | |
| 6084 | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6085 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6086 |
| 27233 | 6087 * textmodes/reftex-vars.el (reftex-parse-file-extension) |
| 6088 (reftex-index-phrase-file-extension): New options. | |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6089 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6090 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer): |
| 27233 | 6091 Use new option `reftex-index-phrase-file-extension'. |
|
27194
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6092 |
|
5d82e11959a2
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27191
diff
changeset
|
6093 * textmodes/reftex.el (reftex-access-parse-file): Use new option |
| 27233 | 6094 `reftex-parse-file-extension'. |
|
27232
1c7665b7a026
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27205
diff
changeset
|
6095 |
| 27191 | 6096 2000-01-05 Dave Love <fx@gnu.org> |
| 6097 | |
| 27241 | 6098 * emacs-lisp/lisp.el (beginning-of-defun): New variable. |
| 27191 | 6099 (beginning-of-defun-raw): Use it. |
| 6100 (end-of-defun): New variable. | |
| 6101 (end-of-defun): Use it. | |
| 6102 (check-parens): New command. | |
| 6103 | |
| 27182 | 6104 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org> |
| 6105 | |
| 27233 | 6106 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region) |
| 6107 (hs-show-block): Don't use `mapcar' when not accumulating. | |
| 27182 | 6108 |
|
27184
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6109 Fix buglet in local variables initialization. |
|
2b11879c1a93
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
27182
diff
changeset
|
6110 |
| 27176 | 6111 2000-01-05 Andreas Schwab <schwab@suse.de> |
| 6112 | |
| 6113 * hscroll.el (hscroll): Doc fix. | |
| 6114 | |
|
27175
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6115 2000-01-05 Carsten Dominik <cd@gnu.org> |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6116 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6117 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6118 idlw-toolbar. |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6119 |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6120 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read |
|
17281721d2e9
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27173
diff
changeset
|
6121 file idlw-rinfo.el. |
| 27182 | 6122 (idlwave-customize): load must read file idlw-shell.el. |
| 6123 (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
|
6124 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6125 2000-01-05 Carsten Dominik <dominik@astro.uva.nl> |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6126 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6127 * progmodes/idlw-shell.el: Also provide idlwave-shell |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6128 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6129 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6130 |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6131 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide |
|
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6132 both reftex-dcr and reftex-vcr. |
| 27182 | 6133 |
|
27173
921acde8334d
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
27172
diff
changeset
|
6134 * 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
|
6135 |
| 27164 | 6136 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 27162 | 6137 |
| 6138 * ps-print.el: PostScript code now is in separate files, doc fix. | |
| 6139 (ps-print-version): New version number (5.0.3). | |
| 6140 (ps-header-lines, ps-left-header, ps-right-header): No more buffer | |
| 6141 local. | |
| 6142 (ps-spool-config): Initialization fix. | |
| 27233 | 6143 (ps-print-prologue-1, ps-print-prologue-2) |
| 6144 (ps-print-duplex-feature): PostScript code moved to separated file. | |
| 27162 | 6145 (ps-background-image): Little code reformating. |
| 6146 (ps-begin-file, ps-begin-job): Fix code. | |
| 27191 | 6147 (ps-postscript-code-directory, ps-mark-code-directory): New vars. |
| 27162 | 6148 (ps-prologue-file): New fun. |
| 6149 | |
| 27159 | 6150 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 6151 | |
| 27233 | 6152 * ps-vars.el: Eliminated. |
| 27159 | 6153 |
| 6154 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is | |
| 6155 `;;;###autoload'. | |
| 6156 | |
| 6157 * ps-print.el: ps-vars eliminated, doc fix. | |
| 6158 (ps-print-version): New version number (5.0.2). | |
| 6159 (ps-spool-config): Initialization fix. | |
| 6160 (ps-print-customize): New fun. | |
| 6161 | |
| 27155 | 6162 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 6163 | |
| 6164 * autorevert.el (auto-revert-mode): Return value of | |
| 6165 auto-revert-mode. | |
| 6166 | |
| 27152 | 6167 2000-01-04 Dave Love <fx@gnu.org> |
| 6168 | |
| 27198 | 6169 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle |
| 6170 menu items. | |
| 27152 | 6171 |
| 27124 | 6172 2000-01-03 Dave Love <fx@gnu.org> |
| 6173 | |
| 27191 | 6174 * elide-head.el (elide-head) [defgroup]: Add :version. |
| 27126 | 6175 |
| 27241 | 6176 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar. |
| 27124 | 6177 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use |
| 6178 `cl-hash-table-p', not `hash-table-p'. | |
| 6179 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code. | |
| 6180 | |
| 27119 | 6181 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 6182 | |
| 6183 * faces.el (face-read-integer, read-face-attribute) | |
| 6184 (color-defined-p, color-values): unspecified-{f,b}g are now | |
| 6185 strings. | |
| 6186 | |
| 27112 | 6187 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 6188 | |
| 6189 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | |
| 6190 at comment end, and re-insert them after filling. | |
| 6191 | |
|
27103
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6192 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
|
6193 |
|
c1b5ae4b760a
(mouse-drag-region-1): Don't try to catch a
Eli Zaretskii <eliz@gnu.org>
parents:
27102
diff
changeset
|
6194 * 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
|
6195 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el, |
|
3687809feff2
Renamed idlwave-*.el into idlw-*.el.
Eli Zaretskii <eliz@gnu.org>
parents:
27103
diff
changeset
|
6196 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
|
6197 |
| 27102 | 6198 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 6199 | |
| 6200 * term/x-win.el (xw-defined-colors): Call color-supported-p, | |
| 6201 the new name of face-color-supported-p. | |
| 6202 | |
| 6203 * term/w32-win.el (xw-defined-colors): Likewise. | |
| 6204 | |
| 27097 | 6205 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 6206 | |
| 6207 * simple.el (completion-setup-function): Count completion-size | |
| 6208 from minibuffer-prompt-end, not from point-min. | |
| 6209 | |
| 27091 | 6210 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 6211 | |
| 6212 * faces.el (read-face-attribute, defined-colors, color-defined-p): | |
| 6213 Pass the frame to tty-color-* functions. | |
| 6214 (display-color-p, frame-set-background-mode): Pass the frame to | |
| 6215 tty-display-color-p. | |
| 6216 | |
| 6217 * term/tty-colors.el (tty-defined-color-alist): Renamed from | |
| 6218 tty-color-alist. | |
| 6219 (tty-color-alist, tty-modify-color-alist): New functions. | |
| 6220 (tty-color-define, tty-color-clear, tty-color-approximate) | |
| 6221 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept | |
| 6222 an optional parameter FRAME. | |
| 6223 | |
| 27074 | 6224 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 6225 | |
| 27082 | 6226 * image.el (create-image, defimage): Don't assume image data is a |
| 6227 string. | |
| 6228 | |
| 27074 | 6229 * image.el (defimage): Handle specifications containing :data |
| 6230 instead of :file. | |
| 6231 (image-type-from-data): New function. | |
| 6232 (image-type-from-file-header): Use it. | |
| 6233 (create-image): Add parameter DATA-P. | |
| 27182 | 6234 |
| 30729 | 6235 See ChangeLog.8 for earlier changes. |
