comparison lisp/ChangeLog @ 83632:cc587bfd19ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
author Miles Bader <miles@gnu.org>
date Mon, 11 Jun 2007 01:00:07 +0000
parents 4c726a40604c 961ae69bdad8
children 9c01792a3ce8
comparison
equal deleted inserted replaced
83631:7d63b897231b 83632:cc587bfd19ca
1 2007-06-10 Martin Rudalics <rudalics@gmx.at>
2
3 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): Match
4 against file-name-nondirectory.
5 Fix text on user customization variables.
6 Reported by Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>.
7
8 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9
10 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11
12 2007-06-09 Davis Herring <herring@lanl.gov>
13
14 * desktop.el (desktop-minor-mode-table): Doc fix.
15
16 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * textmodes/css-mode.el (css-navigation-syntax-table):
19 Use set-char-table-range so it also works in the unicode branch.
20
21 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22
23 * help-mode.el (help-xref-forward-stack)
24 (help-xref-stack-forward-item, help-forward-label): New variables.
25 (help-forward): New button type.
26 (help-setup-xref): Initialise help-xref-forward-stack.
27 (help-make-xrefs): Add forward button, if appropriate.
28 (help-xref-go-back): Push item on forward stack.
29 (help-xref-go-forward, help-go-forward): New functions.
30
31 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
32
33 * dired.el (dired-mode-map): Remove spurious separator.
34
35 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
36
37 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
38
39 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
40 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
41
42 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
43
44 * textmodes/org.el: Version number fixed.
45
46 2007-06-07 Glenn Morris <rgm@gnu.org>
47
48 * version.el (emacs-copyright): New constant.
49 * startup.el (fancy-splash-tail): Use emacs-copyright.
50 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
51
52 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
53 `make-local'.
54 (byte-compile-warnings-safe-p): Add `make-local'.
55 (byte-compile-make-variable-buffer-local):
56 Allow byte-compile-warnings to suppress this warning.
57
58 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
59 format of "menu" description.
60 (tutorial--find-changed-keys): Describe the specific menu a
61 command is in.
62
63 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
64 Rewrite compatibility functions to silence byte-compiler.
65
66 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
67
68 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
69 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
70
71 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
72
73 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
74
75 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
76
77 * progmodes/ebrowse.el (ebrowse-member-table):
78 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
79 (org-batch-agenda-csv): Fix typos in docstrings.
80
81 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
82
83 * international/mule-cmds.el (toggle-enable-multibyte-characters)
84 (sort-coding-systems, search-unencodable-char): Doc fixes.
85 (coding-system-change-eol-conversion, set-default-coding-systems)
86 (prefer-coding-system, find-multibyte-characters, princ-list)
87 (leim-list-entry-regexp, set-input-method, locale-language-names)
88 (input-method-exit-on-first-char, exit-language-environment-hook)
89 (locale-charset-language-names): Fix typos in docstrings.
90
91 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
92
93 * pgg.el (pgg-sign-region, pgg-sign):
94 * ses.el (ses-call-printer):
95 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
96 * textmodes/org.el (org-cycle): Fix typos in docstrings.
97
98 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
99
100 * textmodes/org.el
101 (org-export-region-as-html, org-replace-region-by-html)
102 (org-number-to-letters, org-table-fedit-finish)
103 (org-normalize-color, org-table-fedit-ref-right)
104 (org-date-to-gregorian, org-table-fedit-move)
105 (org-table-convert-refs-to-rc, org-calendar-holiday)
106 (org-table-fedit-toggle-ref-type, org-write-agenda)
107 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
108 (org-defkey, org-encode-for-stdout)
109 (org-indent-line-function, org-export-as-html-to-buffer)
110 (org-store-agenda-views, org-update-mode-line)
111 (org-find-if, org-delete-all)
112 (org-table-fedit-convert-buffer, org-emphasize)
113 (org-uniquify, org-table-fedit-lisp-indent)
114 (org-table-fedit-scroll, org-get-todo-sequence-head)
115 (org-table-fedit-scroll-down, org-table-fedit-line-down)
116 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
117 (org-table-fedit-toggle-coordinates, org-dvipng-color)
118 (org-table-fedit-line-up, org-table-fedit-ref-down)
119 (org-table-formula-from-user, org-mode-flyspell-verify)
120 (org-cycle-show-empty-lines, org-ctrl-c-ret)
121 (org-table-formula-to-user, org-diary-to-ical-string)
122 (orgtbl-export, org-table-fedit-post-command)
123 (org-closed-in-range, org-shiftcontrolright)
124 (org-table-convert-refs-to-an, org-table-hline-and-move)
125 (org-table-formula-less-p, org-format-table-ascii)
126 (org-agenda-get-sexps, org-shift-refpart)
127 (org-diary-sexp-entry, org-time-string-to-absolute)
128 (org-table-show-reference, org-letters-to-number)
129 (org-fix-agenda-info, org-table-fedit-ref-up)
130 (org-table-fedit-shift-reference, org-table-fedit-abort)
131 (org-closest-date, org-shiftcontrolleft)
132 (org-at-heading-or-item-p, org-rematch-and-replace)
133 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
134 New functions.
135 (org-table-edit-scroll-down, org-finish-edit-formulas)
136 (org-table-edit-next-field, org-abort-edit-formulas)
137 (org-font-lock-level, org-export-find-first-heading-line)
138 (org-table-edit-line-down, org-table-edit-backward-field)
139 (org-edit-formula-lisp-indent, org-table-edit-move)
140 (org-check-log-option, org-this-word)
141 (org-table-edit-line-up, org-table-edit-formulas-post-command)
142 (org-agenda-file-to-end, org-expand-file-name)
143 (org-fake-empty-table-line, org-table-edit-scroll)
144 (org-toggle-log-option, org-show-reference): Function removed.
145 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
146 New defsubsts.
147 (org-unmodified, org-batch-store-agenda-views)
148 (org-batch-agenda-csv): New macro.
149 (org-agenda-export): New customization group.
150 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
151 (org-highest-priority, org-agenda-exporter-settings)
152 (org-log-done-with-time, org-replace-disputed-keys)
153 (org-format-latex-header, org-export-table-header-tags)
154 (org-cycle-separator-lines, org-export-table-data-tags)
155 (org-icalendar-include-sexps)
156 (org-empty-line-terminates-plain-lists)
157 (org-log-repeat, org-special-ctrl-a)
158 (org-table-use-standard-references, org-disputed-keys)
159 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
160 (org-agenda-export-html-style): New option.
161 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
162 (org-CUA-compatible): Option removed.
163 (org-agenda-structure, org-sexp-date): New face.
164 (org-todo-keywords-for-agenda, org-not-done-keywords)
165 (org-planning-or-clock-line-re, org-agenda-name)
166 (org-table-colgroup-info, org-todo-sets)
167 (constants-unit-system, org-clock-mode-line-entry)
168 (org-mode-line-timer, org-table-current-begin-pos)
169 (org-todo-keywords-1, org-mode-line-string)
170 (org-table-clean-did-remove-column, org-table-fedit-map)
171 (org-clock-heading, org-table-buffer-is-an)
172 (org-agenda-info, org-done-keywords)
173 (org-done-keywords-for-agenda, org-todo-heads)
174 (org-todo-kwd-alist, org-clock-start-time): New variable.
175 (org-todo-kwd-priority-p, org-edit-formulas-map)
176 (org-repeat-re, org-todo-kwd-max-priority)
177 (org-version, org-done-string)
178 (org-table-clean-did-remove-column-1, org-disputed-keys):
179 Remove Variables.
180 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
181 (org-ts-lengths): Constant removed.
182 (org-follow-gnus-link): Don't ask how many articles to read.
183 (org-export-find-first-export-line): Rename from
184 `org-export-find-first-heading'.
185 Use `org-export-skip-text-before-1st-heading'.
186 (org-table-fedit-post-command): Rename from
187 `org-table-edit-formulas-post-command'.
188 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
189 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
190 (org-table-fedit-lisp-indent): Rename from
191 `org-edit-formula-lisp-indent'.
192 (org-table-show-reference): Rename from `org-show-reference'.
193 (org-table-store-formulas): Use `org-table-formula-less-p'.
194 (org-table-edit-formulas): Position cursor to current field equation.
195 (org-update-checkbox-count, org-hide-archived-subtrees)
196 (org-timestamp-up-day, org-timestamp-down-day)
197 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
198 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
199 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
200 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
201 Let `org-on-heading-p' also check for invisible heading.
202 (org-read-date): Match am/pm times.
203 (org-eval-in-calendar): Fix default date in prompt.
204
205 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
206
207 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
208 "ChangeLog.a" entries, giving the latter lower priority.
209
210 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
211
212 * faces.el (face-id): If the argument is a face alias,
213 return the ID of the target face.
214
215 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
216
217 * net/socks.el (top): Remove unnecessary copyright line.
218
219 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
220
221 * longlines.el (longlines-auto-wrap): Handle argument correctly.
222
223 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
224
225 * net/socks.el: New file, taken from w3 repository.
226 (top): Update Copyright. Don't load cl.el.
227 (all): Replace `case' by `cond', `string-to-int' by
228 `string-to-number', and `process-kill-without-query' by
229 `set-process-query-on-exit-flag'.
230 (socks-char-int): Remove defalias and all occurencies.
231
232 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
233
234 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
235 Fix typos in docstrings.
236 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
237 (compilation-finish-function): Fix typo in obsolescence declaration.
238
239 2007-06-03 Sam Steingold <sds@gnu.org>
240
241 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
242 handle unending automatic recompilation of changed files (`omake -P').
243 (compilation-loop): VISITED is now 5th CDR.
244 (compilation-next-error-function): Set TIMESTAMP.
245
246 2007-06-03 Sam Steingold <sds@gnu.org>
247
248 * files.el (kill-buffer-ask): New function.
249 (kill-some-buffers): Use it.
250 (kill-matching-buffers): New user command.
251
252 2007-06-01 David Kastrup <dak@gnu.org>
253
254 * dired.el (dired-recursive-deletes, dired-recursive-copies):
255 Change default to `top'.
256
257 2007-05-31 Richard Stallman <rms@gnu.org>
258
259 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
260
261 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * textmodes/css-mode.el: New file.
264
1 2007-05-30 Michael Olson <mwolson@gnu.org> 265 2007-05-30 Michael Olson <mwolson@gnu.org>
2 266
3 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has 267 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4 died and we are trying to send a signal to it. The program using 268 died and we are trying to send a signal to it. The program using
5 tq.el should periodically check to see whether the process has 269 tq.el should periodically check to see whether the process has
7 tq.el, and is consistent with the rest of the tq.el source code. 271 tq.el, and is consistent with the rest of the tq.el source code.
8 272
9 2007-05-29 Martin Rudalics <rudalics@gmx.at> 273 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10 274
11 * textmodes/table.el (table--point-entered-cell-function) 275 * textmodes/table.el (table--point-entered-cell-function)
12 (table--point-left-cell-function): Bind 276 (table--point-left-cell-function):
13 `inhibit-point-motion-hooks' to t. 277 Bind `inhibit-point-motion-hooks' to t.
14 278
15 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) 279 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
16 280
17 * emacs-lisp/rx.el (rx): Doc fix. 281 * emacs-lisp/rx.el (rx): Doc fix.
18 282
33 macros by their implementations where necessary. Requested by 297 macros by their implementations where necessary. Requested by
34 Richard Stallman <rms@gnu.org>. 298 Richard Stallman <rms@gnu.org>.
35 299
36 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it 300 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
37 doesn't exist. 301 doesn't exist.
38 (with-parsed-tramp-file-name): Protect debug spec during 302 (with-parsed-tramp-file-name): Protect debug spec during compilation.
39 compilation.
40 (tramp-handle-insert-directory): Check (featurep 'ls-lisp). 303 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
41 (tramp-file-name-p, tramp-file-name-multi-method) 304 (tramp-file-name-p, tramp-file-name-multi-method)
42 (tramp-file-name-method, tramp-file-name-user) 305 (tramp-file-name-method, tramp-file-name-user)
43 (tramp-file-name-host, tramp-file-name-localname): New defuns, 306 (tramp-file-name-host, tramp-file-name-localname): New defuns,
44 replacing defstruct `tramp-file-name'. 307 replacing defstruct `tramp-file-name'.
45 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1) 308 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
46 (tramp-dissect-file-name, tramp-dissect-multi-file-name): Apply 309 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
47 `vector' instead of `make-tramp-file-name'. 310 Apply `vector' instead of `make-tramp-file-name'.
48 (tramp-handle-make-auto-save-file-name): Apply 311 (tramp-handle-make-auto-save-file-name):
49 `tramp-temporary-file-directory' for compatibility reasons. 312 Apply `tramp-temporary-file-directory' for compatibility reasons.
50 (tramp-completion-mode): Use `natnump' instead of `wholenump' 313 (tramp-completion-mode): Use `natnump' instead of `wholenump'
51 because of XEmacs. 314 because of XEmacs.
52 (tramp-completion-mode): `last-input-event' is nil when XEmacs is 315 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
53 started. 316 started.
54 317
168 431
169 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. 432 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
170 433
171 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) 434 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
172 435
173 * mail/mail-extr.el (mail-extract-address-components): Recognize 436 * mail/mail-extr.el (mail-extract-address-components):
174 non-ASCII characters except for NBSP as words. 437 Recognize non-ASCII characters except for NBSP as words.
175 438
176 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change) 439 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
177 440
178 * net/rcirc.el (rcirc-fill-column): Allow `window-width'. 441 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
179 (rcirc-print): Handle `window-width'. 442 (rcirc-print): Handle `window-width'.
180 (rcirc-buffer-maximum-lines): Doc fix. 443 (rcirc-buffer-maximum-lines): Doc fix.
181 444
182 2007-05-21 Chong Yidong <cyd@stupidchicken.com> 445 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
183 446
184 * image-mode.el (image-toggle-display): Don't clear image cache. 447 * image-mode.el (image-toggle-display): Don't clear image cache.
185 Only use filename in image spec if the file is readable. Call 448 Only use filename in image spec if the file is readable.
186 image-refresh. 449 Call image-refresh.
187 450
188 * image.el (image-type-from-file-name, image-type): Simplify. 451 * image.el (image-type-from-file-name, image-type): Simplify.
189 (image-type-auto-detected-p): Don't scan auto-mode-alist. 452 (image-type-auto-detected-p): Don't scan auto-mode-alist.
190 453
191 * files.el (magic-mode-alist): Remove image-type-auto-detected-p. 454 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
209 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> 472 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
210 473
211 * files.el (auto-mode-alist): Change the regexp so that 474 * files.el (auto-mode-alist): Change the regexp so that
212 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode. 475 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
213 476
477 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
478
479 * Version 22.1 released.
480
214 2007-05-19 Chong Yidong <cyd@stupidchicken.com> 481 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
215 482
216 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 483 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
217 changes. 484 changes.
218 485
228 495
229 * simple.el (push-mark): Doc fix. 496 * simple.el (push-mark): Doc fix.
230 497
231 2007-05-18 Rob Riepel <riepel@Stanford.EDU> 498 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
232 499
233 * emulation/tpu-edt.el (CSI-map, SS3-map): Moved from global-map to 500 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
234 tpu-global-map. 501 tpu-global-map.
235 (tpu-original-global-map): Variable deleted. 502 (tpu-original-global-map): Variable deleted.
236 (tpu-control-keys-map): New keymap variable. 503 (tpu-control-keys-map): New keymap variable.
237 (tpu-set-control-keys): Use tpu-reset-control-keys rather than 504 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
238 setting keymapping directly. 505 setting keymapping directly.