comparison lisp/ChangeLog @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 10fe5fadaf89 9d6362a802ba
children 626b546fed64
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
1 2005-09-11 Kim F. Storm <storm@cua.dk> 1 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
2 2
3 * emacs-lisp/authors.el (authors-aliases): Update list. 3 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4 (authors-fixed-entries): Update mldrag.el entry. 4 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5 5 <slawomir.nowaczyk.847@student.lu.se>.
6 2005-09-10 Alan Mackenzie <acm@muc.de> 6
7 7 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter 8
9 from the region narrowed to. 9 * image.el (image-load-path): Use symbol `data-directory' instead
10 10 of its value, for backward compatibility with packages that bind
11 2005-09-10 Magnus Henoch <mange@freemail.hu> 11 it during `find-image'. Suggested by Katsumi Yamaoka.
12 12 (image-search-load-path): Handle symbols whose values are strings.
13 * textmodes/ispell.el (ispell-check-version): Signal an error if 13
14 aspell version is less than 0.60. 14 2005-09-18 Romain Francoise <romain@orebokech.com>
15 15
16 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change) 16 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17 17 with-current-buffer form in save-excursion.
18 * progmodes/octave-inf.el (inferior-octave-startup): Resync 18
19 current dir at the end. 19 2005-09-18 D Goel <deego@gnufans.org>
20 20
21 2005-09-10 Emilio C. Lopes <eclig@gmx.net> 21 * apropos.el (apropos-command): Fix `message' call: first arg
22 22 should be a format spec. In this and all other cases that appear
23 * woman.el (woman-topic-at-point-default): Renamed to 23 below and elsewhere in the source code, I made a change only when
24 woman-use-topic-at-point-default. 24 two conditions were satisfied: [1] I can think of a possibility
25 (woman-topic-at-point): Renamed to woman-use-topic-at-point. 25 that the arguments would cause an error, for example, the code is
26 (woman-file-name): Reflect renames above. Automatically use the 26 question relies on extarnal variables such as filenames. [2] I was
27 word at point as topic if woman-use-topic-at-point is non-nil. 27 sure that the arg to `message' could not have been nil in the
28 Otherwise offer it as default but don't insert it in the 28 code.
29 minibuffer. Also use `test-completion' instead of `assoc' as 29
30 suggested by Stefan Monnier. 30 * textmodes/tildify.el (tildify-region): Ditto.
31 31
32 2005-09-10 Andre Spiegel <spiegel@gnu.org> 32 * textmodes/reftex-index.el (reftex-index-change-entry)
33 33 (reftex-index-phrase-selection-or-word)
34 * vc.el (vc-directory, vc-update-change-log): Throw an error on 34 (reftex-query-index-phrase): Ditto.
35 the attempt to do it over Tramp. This is not yet supported. 35
36 36 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): Ditto.
37 2005-09-10 Eli Zaretskii <eliz@gnu.org> 37
38 38 * textmodes/org.el (org-complete, org-deadline, org-schedule)
39 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) 39 (org-priority, org-table-sum): Ditto.
40 (menu-bar-non-minibuffer-window-p): New functions. 40
41 ("Split Window", "Save As..."): Use them. 41 * textmodes/ispell.el (ispell-check-version)
42 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer") 42 (ispell-parse-output): Ditto.
43 ("Print Buffer", "Truncate Long Lines in this Buffer"): Use 43
44 menu-bar-menu-frame-live-and-visible-p. 44 * textmodes/flyspell.el (flyspell-mode-on)
45 ("Save Buffer", "Insert File", "Open Directory...") 45 (flyspell-notify-misspell, flyspell-word)
46 ("Open File...", "Visit New File..."): Use 46 (flyspell-display-next-corrections): Ditto.
47 menu-bar-non-minibuffer-window-p. 47
48 (kill-this-buffer-enabled-p, dired <menu-enable>): Use 48 * textmodes/bibtex.el (bibtex-print-help-message): Ditto.
49 menu-bar-non-minibuffer-window-p. 49
50 50 * textmodes/artist.el (artist-key-set-point-poly): Ditto.
51 2005-09-09 Eli Zaretskii <eliz@gnu.org> 51
52 52 * term/mac-win.el (mac-services-insert-text): Ditto.
53 * cus-start.el (all): Don't complain about fringe-related 53
54 built-ins if fringes are not supported. Ditto about 54 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
55 selection-related built-ins. Fix the test for GTK-related 55 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
56 built-ins. 56 (vhdl-port-paste-testbench, vhdl-compose-new-component)
57 57 (vhdl-compose-configuration): Ditto.
58 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") 58
59 ("Postscript Print Buffer", "Print Region", "Save As...") 59 * progmodes/sh-script.el (sh-blink, sh-show-indent)
60 ("Save", "Insert File...", "Open Directory...") 60 (sh-set-indent, sh-learn-line-indent): Ditto.
61 ("Open File...", "Visit New File..."") 61
62 ("Truncate Long Lines in this Buffer"): Don't look at 62 * progmodes/ps-mode.el (ps-mode-target-column): Ditto.
63 menu-updating-frame if this display does not support multiple 63
64 frames. 64 * progmodes/idlwave.el (idlwave-make-tags)
65 65 (idlwave-scan-library-catalogs): Ditto.
66 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> 66
67 67 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): Ditto.
68 * mail/sendmail.el (default-sendmail-coding-system): Doc fix. 68
69 69 * progmodes/gud.el (gud-jdb-analyze-source): Ditto.
70 2005-09-09 Emilio Lopes <eclig@gmx.net> 70
71 71 * progmodes/flymake.el (flymake-log): Ditto.
72 * woman.el: Format- and whitespace-related changes. 72
73 73 * progmodes/ebnf2ps.el (ebnf-generate-region): Ditto.
74 2005-09-09 Eli Zaretskii <eliz@gnu.org> 74
75 75 * progmodes/cmacexp.el (c-macro-expansion): Ditto.
76 * woman.el: Fix my email address. 76
77 77 * progmodes/ada-xref.el (ada-treat-cmd-string): Ditto.
78 2005-09-08 Richard M. Stallman <rms@gnu.org> 78
79 79 * progmodes/ada-mode.el (ada-create-case-exception-substring)
80 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. 80 (ada-justified-indent-current, ada-batch-reformat): Ditto.
81 (sh-mode): Locally set skeleton-pair-default-alist. 81
82 82 * play/zone.el (zone): Ditto.
83 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. 83
84 84 * play/landmark.el (lm-move): Ditto.
85 * progmodes/flymake.el: Require `compile' unconditionally. 85
86 86 * play/decipher.el (decipher-show-alphabet): Ditto.
87 * mail/sendmail.el (send-mail-function): Add Mailclient alternative. 87
88 88 * net/newsticker.el (newsticker--display-jump)
89 * woman.el (woman-file-name): Provide a default, not initial input. 89 (newsticker--display-scroll): Ditto.
90 90
91 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. 91 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
92 92 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): Ditto.
93 * font-lock.el (font-lock-support-mode): Doc fix. 93
94 94 * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
95 * descr-text.el (describe-property-list): Handle non-symbol prop names. 95
96 96 * eshell/esh-proc.el (eshell-remove-process-entry): Ditto.
97 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 97
98 * emulation/ws-mode.el (ws-last-error): Ditto.
99
100 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
101 (viper-record-kbd-macro): Ditto.
102
103 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Ditto.
104
105 * emacs-lisp/lisp-mnt.el (lm-report-bug): Ditto.
106
107 * emacs-lisp/find-func.el (find-function-noselect): Ditto.
108
109 * calendar/timeclock.el (timeclock-status-string)
110 (timeclock-workday-remaining-string)
111 (timeclock-workday-elapsed-string)
112 (timeclock-when-to-leave-string): Ditto.
113
114 * calendar/icalendar.el (icalendar--convert-ical-to-diary): Ditto.
115
116 * calc/calc-units.el (calc-enter-units-table): Ditto.
117
118 * calc/calc-mode.el (calc-mode-record-mode): Ditto.
119
120 * woman.el (woman-mini-help): Ditto.
121
122 * wdired.el (wdired-change-to-wdired-mode): Ditto.
123
124 * vc.el (vc-retrieve-snapshot): Ditto.
125
126 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke): Ditto.
127
128 * startup.el (display-startup-echo-area-message): Ditto.
129
130 * simple.el (set-goal-column): Ditto.
131
132 * ses.el (ses-command-hook, ses-recalculate-cell): Ditto.
133
134 * server.el (server-process-filter): Ditto.
135
136 * printing.el (pr-interface-txt-print, pr-interface-printify)
137 (pr-interface-ps): Ditto.
138
139 * pcvs.el (cvs-help): Ditto.
140
141 * log-edit.el (log-edit, log-edit-mode-help): Ditto.
142
143 * iswitchb.el (iswitchb-possible-new-buffer): Ditto.
144
145 * isearch.el (isearch-edit-string): Ditto.
146
147 * image-mode.el (image-mode, image-minor-mode): Ditto.
148
149 * ibuf-macs.el (define-ibuffer-filter): Ditto.
150
151 * hi-lock.el (hi-lock-find-patterns): Ditto.
152
153 * files.el (toggle-read-only): Ditto.
154
155 * ediff-util.el (ediff-copy-diff)
156 (ediff-write-merge-buffer-and-maybe-kill): Ditto.
157
158 * echistory.el (Electric-history-undefined): Ditto.
159
160 * dnd.el (dnd-insert-text): Ditto.
161
162 * dired-aux.el (dired-query): Ditto.
163
164 * desktop.el (desktop-restore-file-buffer)
165 (desktop-lazy-create-buffer): Ditto.
166
167 * bookmark.el (bookmark-bmenu-locate): Ditto.
168
169 * obsolete/fast-lock.el (@top-level): Ditto in the macro
170 definition of `with-temp-message'.
171
172 * pcomplete.el (pcomplete--help): Fix `message' format spec. Not
173 having a %s would be weird, though not technically wrong.
174
175 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * term/mac-win.el (mac-add-charset-info): Doc fix.
178
179 2005-09-17 Romain Francoise <romain@orebokech.com>
180
181 * shell.el (shell-resync-dirs): Handle echoing processes more
182 reliably. Don't insert resync command if `comint-process-echoes'
183 is non-nil.
184
185 2005-09-17 Magnus Henoch <mange@freemail.hu>
186
187 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
188 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
189 aspell versions >= 0.60.
190 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
191 only if ispell-aspell-supports-utf8 is non-nil.
192
193 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
194
195 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
196 buffer-local value to lisp-indent-function.
197
198 2005-09-17 Milan Zamazal <pdm@zamazal.org>
199
200 * progmodes/glasses.el (glasses-make-readable): If
201 glasses-separator differs from underscore, put appropriate
202 overlays over underscore characters.
203 (glasses-convert-to-unreadable): If glasses-separator differs from
204 underscore, try to convert glasses-separator characters to
205 underscores.
206
207 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
210 Use with-syntax-table and dolist.
211
212 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
213
214 * textmodes/reftex-auc.el:
215 * textmodes/reftex-cite.el:
216 * textmodes/reftex-dcr.el:
217 * textmodes/reftex-global.el:
218 * textmodes/reftex-parse.el:
219 * textmodes/reftex-ref.el:
220 * textmodes/reftex-sel.el:
221 * textmodes/reftex-toc.el:
222 * textmodes/reftex-vars.el:
223 * textmodes/reftex.el: Small changes to remove compiler warnings.
224
225 * textmodes/reftex-index.el: Likewise.
226 (reftex-query-index-phrase): More efficient use of markers.
227
228 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
229
230 * image.el (image-load-path): New variable.
231 (image-search-load-path): New function.
232 (find-image): Search for images in `image-load-path'.
233
234 2005-09-15 Richard M. Stallman <rms@gnu.org>
235
236 * follow.el: Change Maintainer field.
237
238 2005-09-15 David Ponce <david@dponce.com>
239
240 * recentf.el (recentf-save-file-modes): New option.
241 (recentf-save-list): Use it.
242
243 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
244
245 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
246 (mode-line-mule-info, mode-line-modified): Move bindings from
247 mouse-3 to mouse-1.
248
249 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
250
251 * simple.el (sendmail-user-agent-compose): Revert last change.
252
253 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
98 254
99 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. 255 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
100 Use with-current-buffer. 256 Use with-current-buffer.
101 (ange-ftp-gwp-start): Remove unused var `gw-user'. 257 (ange-ftp-gwp-start): Remove unused var `gw-user'.
102 (ange-ftp-guess-hash-mark-size): Remove unused var `result'. 258 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
103 (ange-ftp-insert-directory): Remove unused var `short'. 259 (ange-ftp-insert-directory): Remove unused var `short'.
104 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'. 260 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
261
262 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
263 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
264
265 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
266 (check-calendar-holidays, diary-list-entries): Autoload.
267 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
268 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
269
270 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
271 which mistakenly removed a call to display-buffer.
272
273 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
274
275 * obsolete/iso-insert.el: Move to obsolete/ from international/.
276
277 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
278
279 * progmodes/hideshow.el
280 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
281 (hs-allow-nesting): New user var.
282 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
283 (hs-hide-block-at-point): When nesting allowed,
284 if there is already an overlay in place, delete it.
285 (hs-safety-is-job-n): Delete func; remove call sites.
286 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
287 (hs-overlay-at): New func.
288 (hs-already-hidden-p, hs-show-block): Use it.
289 (hs-hide-all): Don't pre-clean if nesting allowed.
290 (hs-show-all): Temporarily disallow
291 nesting around call to `hs-discard-overlays'.
292
293 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
294
295 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
296 Delete unused local var.
297
298 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
299
300 * help-fns.el (describe-categories): "?\ " -> "?\s".
301 (help-do-arg-highlight): Recognize also ARG-n, as in
302 `move-to-left-margin' (ARG+n is already recognized). Simplify.
303
304 * international/codepage.el (dos-unsupported-char-glyph):
305 * net/newsticker.el (tool-bar-map, w3-mode-map)
306 (w3m-minor-mode-map):
307 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
308 (ent-alist):
309 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
310
311 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
312
313 * custom.el (custom-push-theme): Handle the case where a symbol is
314 bound but face properties have not yet been assigned.
315
316 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
317 Fix behavior if noerase is `t' and there is no mail buffer.
318
319 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
320 if `continue' is nil, rather than signal an error.
321
322 2005-09-12 Richard M. Stallman <rms@gnu.org>
323
324 * font-lock.el (font-lock-keywords): Add autoload.
325
326 * help-fns.el (describe-variable): Rearrange to put source link
327 in a predictable place.
328
329 * net/newsticker.el: New file.
330
331 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * calendar/calendar.el (calendar-for-loop): Add edebug info.
334 (calendar-basic-setup): Use the new nil arg.
335 (number-of-diary-entries): Move to diary-lib.el.
336
337 * calendar/diary-lib.el: Use with-current-buffer, match-string.
338 (diary-list-entries): Use with-syntax-table and dolist.
339 Rename from list-diary-entries.
340 Use number-of-diary-entries if `number' is nil.
341 (diary, diary-view-entries): Use this new name and new nil arg value.
342 (number-of-diary-entries): Move from calendar.el.
343 (diary-unhide-everything): New function.
344 (include-other-diary-files, fancy-diary-display)
345 (diary-show-all-entries, make-diary-entry): Use it.
346 (diary-mail-entries): Use buffer-string.
347 (mark-diary-entries): Fix long standing paren typo.
348 (diary-sexp-entry): Use count-lines.
349 (make-diary-entry): Avoid `previous-line'.
350 (diary-mode-map): New var.
351 (diary-mode): Redraw cal after saving. Setup header-line.
352 (fancy-diary-display-mode): Use local-set-key.
353
354 * startup.el (command-line): Try calling various terminal-init-foo-bar
355 functions by stripping hyphenated suffixes from $TERM.
356
357 * files.el (normal-mode): Check boundness of font-lock-keywords.
358
359 2005-09-12 Richard M. Stallman <rms@gnu.org>
360
361 * progmodes/compile.el: Don't decide a file's directory
362 until the user actually tries to go there.
363 (compilation-next-error-function):
364 Pass compilation-find-file the directory from the file-struct.
365 (compilation-internal-error-properties): Separate local FILE-STRUCT
366 from FILE. Doc the args better. Rename arg FMT to FMTS.
367 (compilation-find-file): Arg DIR renamed to DIRECTORY.
368 Expand it, and if nil, use default-directory.
369 (compilation-get-file-structure): Don't mix specified directory
370 with default directory. Put specified directory into
371 file-struct. Don't make the file name absolute.
372
373 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
374 (compile-command): Add autoload.
375 (compilation-disable-input): Add autoload.
376
377 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
378
379 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
380 strings of the variables it can override.
381 (time-stamp): New (as yet undocumented) time-stamp-format escapes
382 %Q and %q, for fully-qualified domain name and unqualified host name.
383
384 2005-09-11 Kim F. Storm <storm@cua.dk>
385
386 * emacs-lisp/authors.el (authors-aliases): Update list.
387 (authors-fixed-entries): Update mldrag.el entry.
388
389 2005-09-10 Alan Mackenzie <acm@muc.de>
390
391 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
392 from the region narrowed to.
393
394 2005-09-10 Magnus Henoch <mange@freemail.hu>
395
396 * textmodes/ispell.el (ispell-check-version): Signal an error if
397 aspell version is less than 0.60.
398
399 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
400
401 * progmodes/octave-inf.el (inferior-octave-startup):
402 Resync current dir at the end.
403
404 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
405
406 * woman.el (woman-topic-at-point-default):
407 Rename to woman-use-topic-at-point-default.
408 (woman-topic-at-point): Rename to woman-use-topic-at-point.
409 (woman-file-name): Reflect renames above. Automatically use the
410 word at point as topic if woman-use-topic-at-point is non-nil.
411 Otherwise offer it as default but don't insert it in the
412 minibuffer. Also use `test-completion' instead of `assoc' as
413 suggested by Stefan Monnier.
414
415 2005-09-10 Andre Spiegel <spiegel@gnu.org>
416
417 * vc.el (vc-directory, vc-update-change-log): Throw an error on
418 the attempt to do it over Tramp. This is not yet supported.
419
420 2005-09-10 Eli Zaretskii <eliz@gnu.org>
421
422 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
423 (menu-bar-non-minibuffer-window-p): New functions.
424 ("Split Window", "Save As..."): Use them.
425 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
426 ("Print Buffer", "Truncate Long Lines in this Buffer"):
427 Use menu-bar-menu-frame-live-and-visible-p.
428 ("Save Buffer", "Insert File", "Open Directory...")
429 ("Open File...", "Visit New File..."):
430 Use menu-bar-non-minibuffer-window-p.
431 (kill-this-buffer-enabled-p, dired <menu-enable>):
432 Use menu-bar-non-minibuffer-window-p.
433
434 2005-09-09 Eli Zaretskii <eliz@gnu.org>
435
436 * cus-start.el (all): Don't complain about fringe-related
437 built-ins if fringes are not supported. Ditto about
438 selection-related built-ins. Fix the test for GTK-related built-ins.
439
440 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
441 ("Postscript Print Buffer", "Print Region", "Save As...")
442 ("Save", "Insert File...", "Open Directory...")
443 ("Open File...", "Visit New File..."")
444 ("Truncate Long Lines in this Buffer"): Don't look at
445 menu-updating-frame if this display does not support multiple frames.
446
447 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
448
449 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
450
451 2005-09-09 Emilio Lopes <eclig@gmx.net>
452
453 * woman.el: Format- and whitespace-related changes.
454
455 2005-09-09 Eli Zaretskii <eliz@gnu.org>
456
457 * woman.el: Fix my email address.
458
459 2005-09-08 Richard M. Stallman <rms@gnu.org>
460
461 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
462 (sh-mode): Locally set skeleton-pair-default-alist.
463
464 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
465
466 * progmodes/flymake.el: Require `compile' unconditionally.
467
468 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
469
470 * woman.el (woman-file-name): Provide a default, not initial input.
471
472 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
473
474 * font-lock.el (font-lock-support-mode): Doc fix.
475
476 * descr-text.el (describe-property-list): Handle non-symbol prop names.
105 477
106 2005-08-30 Richard M. Stallman <rms@gnu.org> 478 2005-08-30 Richard M. Stallman <rms@gnu.org>
107 479
108 * simple.el (blink-matching-open): Get rid of text props from 480 * simple.el (blink-matching-open): Get rid of text props from
109 the string shown in echo area. Don't permanently set point. 481 the string shown in echo area. Don't permanently set point.
136 (recentf-show-digit-shortcut-filter): New function. 508 (recentf-show-digit-shortcut-filter): New function.
137 (recentf-open-files-items): New function. 509 (recentf-open-files-items): New function.
138 (recentf-open-files): Use it. 510 (recentf-open-files): Use it.
139 (recentf-open-file-with-key): New command. 511 (recentf-open-file-with-key): New command.
140 512
513 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
514
515 * buff-menu.el (Buffer-menu-sort-by-column): New function.
516 Suggested by Kim F. Storm.
517 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
518 (Buffer-menu-make-sort-button): Use global keymap.
519
141 2005-09-07 Michael Albinus <michael.albinus@gmx.de> 520 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
142 521
143 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'. 522 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
144 (Man-getpage-in-background-advice): Remove defadvice; it isn't 523 (Man-getpage-in-background-advice): Remove defadvice; it isn't
145 necessary any longer with the remapped command. 524 necessary any longer with the remapped command.
160 539
161 2005-09-07 Jay Belanger <belanger@truman.edu> 540 2005-09-07 Jay Belanger <belanger@truman.edu>
162 541
163 * calc/calc-poly.el (math-expand-term): Multiply out any powers 542 * calc/calc-poly.el (math-expand-term): Multiply out any powers
164 when in matrix mode. 543 when in matrix mode.
165
166 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
167
168 * buff-menu.el (Buffer-menu-sort-by-column): New function.
169 Suggested by Kim F. Storm.
170 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
171 (Buffer-menu-make-sort-button): Use global keymap.
172 544
173 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 545 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
174 546
175 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use 547 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
176 non-anonymous functions. 548 non-anonymous functions.