comparison lisp/ChangeLog @ 90208:890cc78a5a24

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 493-503) - Update from CVS - Update from CVS: lisp/startup.el (command-line): Fix typo. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 95-98) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 29 Jul 2005 01:54:54 +0000
parents 187d6a1f84f7 04315354635e
children edf295560b5a
comparison
equal deleted inserted replaced
90207:43ea22612328 90208:890cc78a5a24
1 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4 (ange-ftp-pending-error-line): New vars.
5 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6 to handle the non-fatal no-route-to-host messages.
7 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8
9 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
10
11 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12 (isearch-quote-char, isearch-printing-char)
13 (isearch-text-char-description): "?\ " -> "?\s".
14 (isearch-lazy-highlight-cleanup)
15 (isearch-lazy-highlight-initial-delay)
16 (isearch-lazy-highlight-interval)
17 (isearch-lazy-highlight-max-at-a-time)
18 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19 Declare with define-obsolete-*-alias macros.
20 (isearch-forward): Fix typo in docstring.
21 (search-invisible, search-ring-yank-pointer)
22 (regexp-search-ring-yank-pointer): Doc fixes.
23
24 * recentf.el (recentf-menu-append-commands-p): Declare with
25 `define-obsolete-variable-alias'.
26 (recentf-max-saved-items, recentf-menu-filter)
27 (recentf-arrange-by-rule-subfilter): Doc fixes.
28 (recentf-menu-append-commands-flag)
29 (recentf-initialize-file-name-history, recentf-expand-file-name)
30 (recentf-clear-data): Fix typos in docstrings.
31
32 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
33
34 * progmodes/gdb-ui.el: Smarten comments.
35 (gdb-info-breakpoints-custom): Use nowarn when finding file.
36
37 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
38
39 * term/apollo.el (terminal-init-apollo): New function containing
40 all former top level forms in the file.
41 * term/bobcat.el (terminal-init-bobcat):
42 * term/cygwin.el (terminal-init-cygwin):
43 * term/iris-ansi.el (terminal-init-iris-ansi):
44 * term/linux.el (terminal-init-linux):
45 * term/news.el (terminal-init-news):
46 * term/rxvt.el (terminal-init-rxvt):
47 * term/sun.el (terminal-init-sun):
48 * term/tvi970.el (terminal-init-tvi970):
49 * term/vt100.el (terminal-init-vt100):
50 * term/vt102.el (terminal-init-vt102):
51 * term/vt125.el (terminal-init-vt125):
52 * term/vt200.el (terminal-init-vt200):
53 * term/vt201.el (terminal-init-vt201):
54 * term/vt220.el (terminal-init-vt220):
55 * term/vt240.el (terminal-init-vt240):
56 * term/vt300.el (terminal-init-vt300):
57 * term/vt320.el (terminal-init-vt320):
58 * term/vt400.el (terminal-init-vt400):
59 * term/vt420.el (terminal-init-vt420):
60 * term/wyse50.el (terminal-init-wyse50):
61 * term/xterm.el (terminal-init-xterm): Likewise.
62
63 * term/README: Describe the terminal-init-* functionality.
64
65 * startup.el (command-line): After loading the terminal
66 initialization file call the corresponding terminal initialization
67 function.
68
69 2005-07-27 Kenichi Handa <handa@m17n.org>
70
71 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
72 negative.
73
74 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
75 setcharwidth.
76 (ps-mule-composition-prologue): Fix for the case that
77 RelativeCompose is false.
78
79 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
82
83 * descr-text.el (describe-char): Handle the case where the list of
84 chars is displayed in a separate frame.
85 Be a bit more discriminating when looking for the char.
86
87 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
88
89 * bookmark.el (bookmark-automatically-show-annotations)
90 (bookmark-read-annotation-text-func): Doc fixes.
91 (bookmark-save): Improve argument/docstring consistency.
92 (bookmark-get-bookmark, bookmark-get-bookmark-record)
93 (bookmark-alist-from-buffer)
94 (bookmark-upgrade-file-format-from-0)
95 (bookmark-grok-file-format-version)
96 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
97 (bookmark-read-annotation-mode)
98 (bookmark-insert-current-bookmark, bookmark-jump)
99 (bookmark-exit-hook): Fix typos in docstrings.
100 (bookmark-exit-hooks): Define as obsolete alias.
101 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
102 not `bookmark-exit-hooks'. Fix docstring.
103 (bookmark-bmenu-select): "?\ " -> "?\s".
104
105 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
106
107 * startup.el (command-line): Fix typo.
108
109 2005-07-24 Richard M. Stallman <rms@gnu.org>
110
111 * tooltip.el (tooltip-mode): Test emacs-basic-display,
112 not emacs-quick-startup.
113
114 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
115
116 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
117 (reb-next-match, reb-show-subexp): Use `with-selected-window'
118 instead of `reb-with-current-window'.
119 (reb-prev-match): Likewise. Also, don't move left if the search
120 was unsuccessful.
121 (reb-initialize-buffer): New function.
122 (re-builder, reb-change-syntax): Use it.
123
124 * man.el (Man-goto-page): Make second argument NOERROR optional.
125
126 2005-07-23 Richard M. Stallman <rms@gnu.org>
127
128 * man.el (Man-bgproc-sentinel): Check here for failure to find
129 any man page in the output, and report the error here.
130 (Man-arguments): Make it permanent local.
131 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
132 (Man-mode): Pass t for NOERROR.
133
134 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
135 (grep-mode-font-lock-keywords):
136 Don't use compilation-...-face for messages that are not file names.
137
138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
139 Don't use compilation-...-face for messages that are not file names.
140
141 2005-07-22 Juri Linkov <juri@jurta.org>
142
143 * simple.el (line-move-1): Fix comments.
144
145 * startup.el (normal-splash-screen): Update menu name.
146
147 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
148
149 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
150
151 * term/xterm.el: Load term/rxvt if the terminal is actually an
152 rxvt terminal.
153 (xterm-rxvt-set-background-mode): Remove, not used anymore.
154
155 * term/rxvt.el (function-key-map): Use substitute-key-definition
156 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
157
158 * term/cygwin.el: New file.
159
160 2005-07-22 Kim F. Storm <storm@cua.dk>
161
162 * image-file.el (insert-image-file, image-file-yank-handler):
163 Fix last change to maintain a (unique) yank-handler on yanked images.
164
165 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change)
166
167 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
168 of the file size (as in "177B" for 177 bytes). This happens with
169 "ls -lh" on FreeBSD.
170
1 2005-07-22 Juanma Barranquero <lekktu@gmail.com> 171 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
2 172
3 * hilit-chg.el (highlight-changes-global-initial-state) 173 * hilit-chg.el (highlight-changes-global-initial-state)
4 (highlight-compare-buffers, hilit-chg-turn-on-maybe) 174 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
5 (hilit-chg-fixup, highlight-changes-mode): 175 (hilit-chg-fixup, highlight-changes-mode):
213 383
214 2005-07-19 Carsten Dominik <dominik@science.uva.nl> 384 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
215 385
216 * textmodes/org.el (org-table-column-names) 386 * textmodes/org.el (org-table-column-names)
217 (org-table-column-name-regexp) 387 (org-table-column-name-regexp)
218 (org-table-named-field-locations): New variables. 388 (org-table-named-field-locations): New variables.
219 (org-archive-subtree): Protect `this-command' when calling 389 (org-archive-subtree): Protect `this-command' when calling
220 `org-copy-subtree' and `org-cut-subtree', to avoid appending to 390 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
221 the kill buffer. 391 the kill buffer.
222 (org-complete): Remove fixed-formula completion. 392 (org-complete): Remove fixed-formula completion.
223 (org-edit-formulas-map): New variable. 393 (org-edit-formulas-map): New variable.
224 (org-table-edit-formulas): New command. 394 (org-table-edit-formulas): New command.
225 (org-finish-edit-formulas, org-abort-edit-formulas) 395 (org-finish-edit-formulas, org-abort-edit-formulas)
226 (org-show-variable, org-table-get-vertical-vector): New functions. 396 (org-show-variable, org-table-get-vertical-vector): New functions.
227 (org-table-maybe-eval-formula): Handle `:=' fields. 397 (org-table-maybe-eval-formula): Handle `:=' fields.
228 (org-table-get-stored-formulas, org-table-store-formulas) 398 (org-table-get-stored-formulas, org-table-store-formulas)
229 (org-table-get-formula, org-table-modify-formulas) 399 (org-table-get-formula, org-table-modify-formulas)
230 (org-table-replace-in-formulas): Handle named field formulas. 400 (org-table-replace-in-formulas): Handle named field formulas.
231 (org-table-get-specials): Store locations of named fields. 401 (org-table-get-specials): Store locations of named fields.
232 402
233 2005-07-19 Juri Linkov <juri@jurta.org> 403 2005-07-19 Juri Linkov <juri@jurta.org>
234 404
235 * progmodes/grep.el (grep-regexp-alist) 405 * progmodes/grep.el (grep-regexp-alist)
236 (grep-mode-font-lock-keywords, grep-process-setup): 406 (grep-mode-font-lock-keywords, grep-process-setup):
288 a button-like box. Inherit from `highlight' on low colors. 458 a button-like box. Inherit from `highlight' on low colors.
289 (shadow): Use shades of gray only for color/grayscale with 459 (shadow): Use shades of gray only for color/grayscale with
290 more than 88 colors. Use green for light backgrounds with 460 more than 88 colors. Use green for light backgrounds with
291 8 colors, and yellow for dark backgrounds with 8 colors. 461 8 colors, and yellow for dark backgrounds with 8 colors.
292 462
293 * font-lock.el (font-lock-regexp-grouping-backslash): Don't 463 * font-lock.el (font-lock-regexp-grouping-backslash):
294 inherit from escape-glyph (use bold for all cases). 464 Don't inherit from escape-glyph (use bold for all cases).
295 465
296 * info.el (info-xref-visited): Use light foreground color `violet' 466 * info.el (info-xref-visited): Use light foreground color `violet'
297 for dark backgrounds instead of dark color `magenta3'. 467 for dark backgrounds instead of dark color `magenta3'.
298 (info-title-1): Use `yellow' color for dark backgrounds. 468 (info-title-1): Use `yellow' color for dark backgrounds.
299 469
386 (untabify-backward): Fix typos in docstrings. 556 (untabify-backward): Fix typos in docstrings.
387 (array-reconfigure-rows): Use `insert-buffer-substring', not 557 (array-reconfigure-rows): Use `insert-buffer-substring', not
388 `insert-buffer'. 558 `insert-buffer'.
389 559
390 * calendar/icalendar.el (icalendar--get-unfolded-buffer): 560 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
391 * progmodes/ada-mode.el (ada-make-body): Use 561 * progmodes/ada-mode.el (ada-make-body):
392 `insert-buffer-substring' and `goto-char', not `insert-buffer'. 562 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
393 563
394 * dired.el (dired-log): 564 * dired.el (dired-log):
395 * tar-mode.el (tar-subfile-save-buffer): 565 * tar-mode.el (tar-subfile-save-buffer):
396 * play/zone.el (zone-pgm-stress-destress): 566 * play/zone.el (zone-pgm-stress-destress):
397 Use `insert-buffer-substring', not `insert-buffer'. 567 Use `insert-buffer-substring', not `insert-buffer'.
481 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar. 651 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
482 (eshell-hist-initialize): Use that var the natural way. 652 (eshell-hist-initialize): Use that var the natural way.
483 653
484 * emulation/viper-init.el (viper-activate-input-method): Avoid warning. 654 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
485 655
486 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid 656 * emacs-lisp/re-builder.el (reb-cook-regexp):
487 warning calling lre-compile-string. 657 Avoid warning calling lre-compile-string.
488 (reb-color-display-p): Avoid warning. 658 (reb-color-display-p): Avoid warning.
489 659
490 * calculator.el (calculator-last-input): Guard uses 660 * calculator.el (calculator-last-input): Guard uses
491 of event-key and key-press-event-p. 661 of event-key and key-press-event-p.
492 (event-key, key-press-event-p): Delete definitions. 662 (event-key, key-press-event-p): Delete definitions.
499 * emacs-lisp/checkdoc.el (checkdoc-make-overlay) 669 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
500 (checkdoc-overlay-put, checkdoc-delete-overlay) 670 (checkdoc-overlay-put, checkdoc-delete-overlay)
501 (checkdoc-overlay-start, checkdoc-overlay-end) 671 (checkdoc-overlay-start, checkdoc-overlay-end)
502 (checkdoc-mode-line-update, checkdoc-char=): 672 (checkdoc-mode-line-update, checkdoc-char=):
503 Define such that compiler knows they are defined. 673 Define such that compiler knows they are defined.
504 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly. 674 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
505 (checkdoc-read-event): Deleted. Use read-event directly. 675 (checkdoc-read-event): Delete. Use read-event directly.
506 676
507 * whitespace.el (whitespace-make-overlay) 677 * whitespace.el (whitespace-make-overlay)
508 (whitespace-overlay-put, whitespace-delete-overlay) 678 (whitespace-overlay-put, whitespace-delete-overlay)
509 (whitespace-overlay-start, whitespace-overlay-end): 679 (whitespace-overlay-start, whitespace-overlay-end):
510 Define such that compiler knows they are defined. 680 Define such that compiler knows they are defined.