]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* view.el (view-recenter): Allow recenter to compute window height
[gnu-emacs] / lisp / ChangeLog
1 2009-05-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * view.el (view-recenter): Allow recenter to compute window height
4 normally.
5
6 2009-05-26 Kenichi Handa <handa@m17n.org>
7
8 * textmodes/table.el (table--unibyte-char-to-multibyte): Function
9 deleted.
10 (*table--cell-self-insert-command, *table--cell-quoted-insert):
11 Don't call table--unibyte-char-to-multibyte (Bug#3372).
12
13 2009-05-26 Chong Yidong <cyd@stupidchicken.com>
14
15 * newcomment.el (comment-region): Doc fix (Bug#3370).
16
17 2009-05-24 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18
19 * mail/smtpmail.el: Indent code properly to make it more readable.
20
21 2009-05-24 Chong Yidong <cyd@stupidchicken.com>
22
23 * textmodes/ispell.el (ispell-check-version): Handle dashes in
24 version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
25
26 2009-05-23 Chong Yidong <cyd@stupidchicken.com>
27
28 * info.el (Info-mode): Doc fix (Bug#3358).
29
30 2009-05-23 Johan Bockgård <bojohan@gnu.org>
31
32 * ediff-vers.el (ediff-vc-latest-version): Use property
33 `vc-latest-revision' instead of `vc-latest-version'. (It was
34 renamed in the big VC overhaul.)
35
36 2009-05-23 Chong Yidong <cyd@stupidchicken.com>
37
38 * progmodes/grep.el (grep-compute-defaults): Simplify how settings
39 are looked up.
40 (grep-apply-setting): New function.
41 (grep-highlight-matches, grep-command, grep-template)
42 (grep-use-null-device, grep-find-command, grep-find-template):
43 Clarify role of grep-compute-defaults in docstrings. Use
44 grep-apply-setting to apply changes (Bug#3343).
45
46 2009-05-21 Glenn Morris <rgm@gnu.org>
47
48 * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
49 always move cursor to new date. (Bug#3338)
50
51 2009-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as
54 a page number.
55
56 2009-05-20 Jason Rumney <jasonr@gnu.org>
57
58 * files.el (locate-dominating-stop-dir-regexp): Add terminal
59 directory separator to UNC path case (Bug#3252).
60
61 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
62
63 * international/encoded-kb.el (encoded-kbd-setup-display):
64 Change DISPLAY arg to TERMINAL.
65
66 * international/mule.el (set-terminal-coding-system)
67 (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
68
69 2009-05-19 Alan Mackenzie <acm@muc.de>
70
71 * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line):
72 Rename from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG
73 and c-new-END, thus extending the font-lock region.
74 (c-font-lock-init): Don't set obsolete variable font-lock-lines-before.
75
76 * progmodes/cc-langs.el (c-before-font-lock-function): Rename a
77 value to c-extend-and-neutralize-syntax-in-CPP.
78
79 2009-05-19 Kenichi Handa <handa@m17n.org>
80
81 * faces.el (set-face-attribute): Fix handling of :family
82 "FOUNDRY-FAMILY".
83
84 2009-05-18 Chong Yidong <cyd@stupidchicken.com>
85
86 * register.el (register-alist): Doc fix (Bug#3311).
87
88 2009-05-18 Richard M Stallman <rms@gnu.org>
89
90 * progmodes/compile.el (compilation-filter): If inserting at end
91 of accessible part of buffer, keep end of output visible.
92
93 * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
94 Don't call rmail-modify-format here.
95 (rmail-expunge): Call it here after expunge is confirmed.
96 (rmail-confirm-expunge): Doc fix. Mark as risky.
97 (rmail-convert-babyl-to-mbox): Call rmail-modify-format.
98 (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
99 For other attributes, call `rmail-modify-format',
100 and propagate the modified flag to rmail-buffer.
101
102 2009-05-17 Richard M Stallman <rms@gnu.org>
103
104 * mail/rmailedit.el (rmail-edit-current-message):
105 Call rmail-modify-format here.
106 (rmail-cease-edit): Not here.
107
108 2009-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * vc-bzr.el (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
111 of any kind of error (e.g. when "sha1sum" is not found).
112
113 2009-05-15 Martin Rudalics <rudalics@gmx.at>
114
115 * dired.el (dired-pop-to-buffer): Try to make this behave the
116 Emacs 22 way (Bug#1806).
117
118 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
119
120 * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
121
122 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
123
124 * tutorial.el (help-with-tutorial): Don't use text mode, since the
125 tutorial text assume Fundamental mode. Use TUTORIAL.xx for the
126 tutorial buffer, since that is what the tutorial text assumes.
127
128 2009-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * simple.el (completion-setup-function):
131 Only modify the default-directory in *Completions* (bug#3250).
132 Take partial-completion into account when setting default-directory.
133
134 2009-05-10 Chong Yidong <cyd@stupidchicken.com>
135
136 * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
137
138 2009-05-10 Kim F. Storm <storm@cua.dk>
139
140 * ido.el: Add proper support for confirm-nonexistent-file-or-buffer
141 values `confirm' and `confirm-after-completion'.
142 (ido-read-internal, ido-buffer-internal, ido-file-internal):
143 Setup and handle require-match arg according to c-n-f-o-b.
144 (ido-show-confirm-message): New dynamic variable.
145 (ido-exit-minibuffer): Request confirmation for non-existing file
146 or buffer according to confirm-nonexistent-file-or-buffer.
147 (ido-decorations): Add 11th element for "confirm" message.
148 (ido-completions): Show confirmation message when requested.
149
150 2009-05-08 Kenichi Handa <handa@m17n.org>
151
152 * international/encoded-kb.el (encoded-kbd-setup-keymap):
153 * international/mule-diag.el (describe-coding-system): Fix for big5.
154
155 2009-05-07 Martin Rudalics <rudalics@gmx.at>
156
157 * window.el (split-window-sensibly): New function.
158 (split-height-threshold, split-width-threshold): State in
159 doc-string that these affect split-window-sensibly.
160 Change customization subtype from number to integer.
161 (window--splittable-p): Rename to window-splittable-p since it's
162 referred to in doc-string of split-window-sensibly. Update doc-string.
163 (window--try-to-split-window): Unconditionally call
164 split-window-preferred-function and move splitting functionality
165 to split-window-sensibly (Bug#3142).
166 (split-window-preferred-function): Rewrite doc-string.
167 Don't allow nil as customization type.
168
169 2009-05-07 Chong Yidong <cyd@stupidchicken.com>
170
171 * faces.el (x-handle-named-frame-geometry): Ignore errors from
172 x-get-resource due to not yet opened X connection. This is a
173 temporary workaround for Bug#3194.
174
175 2009-05-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
176
177 * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
178
179 2009-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
182
183 2009-05-04 Miles Bader <miles@gnu.org>
184
185 * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
186 directly (Bug#2878).
187
188 2009-05-03 Juanma Barranquero <lekktu@gmail.com>
189
190 * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
191 (ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
192 (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
193 (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
194 (ns-set-background-alpha, ns-set-foreground-at-mouse)
195 (ns-set-background-at-mouse): Fix typos in docstrings.
196
197 2009-05-03 Daiki Ueno <ueno@unixuser.org>
198
199 * epg.el (epg-wait-for-completion): Sleep after the process
200 exits, to allow process-filter to run (Bug#2412).
201
202 * epa.el (epa--read-signature-type): Fix typo.
203
204 2009-05-02 Glenn Morris <rgm@gnu.org>
205
206 * wid-edit.el (widget-specify-field, widget-field-value-get, character):
207 Revert 2009-03-24 change, since it causes a more serious problem than
208 the one it solves. (Closes Bug#3136, reopens Bug#2689.)
209
210 2009-05-02 Martin Rudalics <rudalics@gmx.at>
211
212 * frame.el (pop-up-frame-function): Remove choice nil since it
213 does not represent a valid value.
214
215 2009-04-30 David Reitter <david.reitter@gmail.com>
216
217 * term/ns-win.el (ns-make-command-string, ns-grabenv)
218 (ns-extended-platform-support-mode, menu-bar-ns-file-menu)
219 (ns-arrange-all-frames, ns-arrange-visible-frames)
220 (ns-arrange-frames): Remove. These functionalities not
221 available on other (free) platforms will be provided to users
222 outside the Emacs project in the "ns-platform-support" package.
223
224 2009-04-30 Alan Mackenzie <acm@muc.de>
225
226 Enhancements for Objective-C:
227 * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
228 (c-objc-method-arg-unfinished-offset)
229 (c-objc-method-parameter-offset): New variables.
230 (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
231 for objc-method-call-cont.
232
233 * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
234 "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
235
236 * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons):
237 New function.
238
239 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
240
241 * subr.el (assoc-default): Doc fix.
242
243 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
244
245 * files.el (hack-local-variables-prop-line)
246 (hack-local-variables, dir-locals-read-from-file):
247 Bind read-circle to nil before reading.
248
249 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
250
251 * progmodes/which-func.el (which-function): Don't assume that
252 entries from `imenu--index-alist' are ordered by buffer position,
253 which fails when submenus are present (Bug#3153).
254
255 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * international/quail.el (quail-vunion): Remove unexplained nreverse.
258
259 2009-04-28 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
262 error with gud-tooltip-mode in the Linux console.
263
264 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
265
266 * tooltip.el (tooltip-show-help): Fall back on
267 tooltip-show-help-non-mode for text-only displays.
268
269 2009-04-27 Jay Belanger <jay.p.belanger@gmail.com>
270
271 * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
272
273 2009-04-26 Jay Belanger <jay.p.belanger@gmail.com>
274
275 * calc/calc.el (calc-set-mode-line): Check to make sure that the
276 correct Calc buffer gets "Embed" in the mode line.
277 (calc-mode): Copy stack list for additional Calc buffers.
278
279 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
280
281 * simple.el (line-move-visual): If point is stuck moving backwards
282 against a display string, temporarily ignore the goal
283 column (Bug#3020).
284
285 * startup.el (normal-top-level): Implement a work-around to handle
286 changes to face-font-rescale-alist during
287 initialization (Bug#1785).
288
289 2009-04-24 Michael Albinus <michael.albinus@gmx.de>
290
291 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
292 (tramp-handle-file-name-all-completions): Don't use "-b" as ls
293 arg. It does not work on OpenBSD. Reported by Taylor Venable
294 <taylor@metasyntax.net>.
295
296 2009-04-23 Chong Yidong <cyd@stupidchicken.com>
297
298 * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
299 (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
300
301 2009-04-21 Martin Rudalics <rudalics@gmx.at>
302
303 * diff-mode.el (diff-find-source-location): Don't call
304 diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033)
305
306 2009-04-21 Kenichi Handa <handa@m17n.org>
307
308 * international/uni-decomposition.el: Re-generated.
309
310 2009-04-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
311
312 * proced.el (proced-sort): Declare it buffer-local.
313 (proced-send-signal): Handle non-nil signals.
314
315 2009-04-18 Jason Rumney <jasonr@gnu.org>
316
317 * facemenu.el (list-colors-duplicates): w32-default-color-map is
318 a function (Bug#3044).
319
320 2009-04-18 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>
321
322 * epa-file.el (epa-file-decode-and-insert):
323 Use string-to-multibyte instead of set-buffer-multibyte.
324 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
325
326 2009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change)
327
328 * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
329
330 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
331
332 * thingatpt.el (thing-at-point-bounds-of-list-at-point):
333 New function (Bug#3027).
334
335 2009-04-17 Kenichi Handa <handa@m17n.org>
336
337 * international/uni-decomposition.el: Re-generated.
338
339 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
340
341 * textmodes/flyspell.el (flyspell-correct-word-before-point):
342 Don't create markers.
343 (tex-mode-flyspell-verify): Don't create markers.
344 Use line-end-position.
345 (sgml-mode-flyspell-verify): Don't create markers. Simplify code
346 using looking-at and looking-back.
347
348 2009-04-16 Robert Brown <brown@google.com> (tiny change)
349
350 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
351 property (Bug#2984).
352
353 2009-04-16 Leo <sdl.web@gmail.com> (tiny change)
354
355 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
356 parameter alist.
357
358 2009-04-15 William Xu <william.xwl@gmail.com>
359
360 * outline.el (hide-sublevels): Ensure that arguments are passed to
361 outline-flag-region in the correct order (Bug#3000).
362
363 2009-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
364
365 * net/browse-url.el (browse-url-filename-alist): Correct file
366 URI (Bug#2922).
367
368 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
369
370 * subr.el (posn-col-row): Properly compute line spacing.
371 Suggested by Nikolaj Schumacher (Bug#2933).
372
373 2009-04-15 Ulf Jasper <ulf.jasper@web.de>
374
375 * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
376 feeds.
377
378 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
379
380 * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
381 names with leading spaces. Ignore "." if it appears as a filename.
382
383 2009-04-14 Juanma Barranquero <lekktu@gmail.com>
384
385 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
386 (scan-buf-previous-region): Fix typo in docstring.
387
388 2009-04-14 Edward Wiebe <usenet@pusto.de> (tiny change)
389
390 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
391
392 2009-04-14 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
395 Fix an error in flushing cache data.
396 (tramp-handle-process-file): Flush all file cache values for the
397 connection, because the remote process could have changed them.
398 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
399 Handle QUIT.
400
401 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
402 of directory "".
403
404 2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * minibuffer.el (completion--try-word-completion): Don't disable
407 `partial-completion' any more. Mark the added char instead.
408 (completion-pcm--string->pattern): Notice chars added by
409 completion--try-word-completion and treat them specially. (bug#2957)
410
411 2009-04-13 Jason Rumney <jasonr@gnu.org>
412
413 * faces.el (frame-set-background-mode): Window system frames
414 default to light. Use default in cases where specified color
415 does not exist (Bug#2969).
416
417 2009-04-13 Kenichi Handa <handa@m17n.org>
418
419 * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
420
421 2009-04-12 Michael Albinus <michael.albinus@gmx.de>
422
423 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
424 Overwrite always the tmpfile. (Bug#2962).
425
426 2009-04-11 Chong Yidong <cyd@stupidchicken.com>
427
428 * files.el (dir-locals-directory-cache): Change format to include
429 the mtime of the directory-local variables file (Bug#2833).
430 (dir-locals-set-directory-class): New arg mtime. Store it in
431 dir-locals-directory-cache.
432 (dir-locals-find-file): Check cache validity using the mtime.
433 (dir-locals-read-from-file): Save the file mtime in the cache.
434 (hack-dir-local-variables): Adapt to new
435 dir-locals-directory-cache entry format.
436
437 * international/mule-diag.el (describe-font-internal):
438 Rename ignored argument to IGNORED.
439 (describe-font): Elide unnecessary argument to
440 describe-font-internal (Bug#2945).
441
442 2009-04-10 Richard M Stallman <rms@gnu.org>
443
444 * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
445
446 * vc-dir.el (vc-dir): Doc fix.
447
448 2009-04-10 Eli Zaretskii <eliz@gnu.org>
449
450 * mail/unrmail.el (unrmail): If "Mail-From" header is found,
451 append a newline to it.
452
453 * mail/rmail.el (rmail-unrmail-new-mail)
454 (rmail-unrmail-new-mail-maybe): New functions.
455 (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
456 convert Babyl-formatted new mail to mbox format. (Bug#2942)
457
458 2009-04-09 Kim F. Storm <storm@cua.dk>
459
460 * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
461 tab-to-tab-stop to respect indent-tabs-mode.
462
463 2009-04-09 Richard M Stallman <rms@gnu.org>
464
465 * mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd.
466 (rmail-kill-label, rmail-add-label): Doc fixes.
467
468 * mail/rmailout.el (rmail-output): If file is visited,
469 check the buffer's format.
470
471 * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
472
473 * mail/rmailout.el (rmail-output-to-rmail-buffer):
474 Call rmail-modify-format.
475
476 Don't query before visiting a Babyl file.
477 Instead, query before modifications that would save it.
478
479 * mail/rmail.el (rmail-was-converted): New variable.
480 (rmail-seriously-modified): New variable.
481 (rmail-perm-variables): Set them to nil.
482 (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
483 Instead, set rmail-was-converted.
484 (rmail-modify-format): New function. Query if save will change format.
485 (rmail-dont-modify-format): New function.
486 (rmail-duplicate-message, rmail-get-new-mail):
487 Call rmail-modify-format.
488 (rmail-set-header): Call rmail-dont-modify-format.
489 (rmail-set-attribute): Likewise.
490 (rmail-expunge-confirmed): Call rmail-modify-format.
491
492 * mail/sendmail.el (sendmail-send-it): Replace any
493 pre-existing Content-type header if we insert one.
494
495 2009-04-09 Michael Albinus <michael.albinus@gmx.de>
496
497 * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
498 (tramp-handle-vc-registered): New defun. (Bug#1741)
499
500 * net/tramp-cache.el (tramp-flush-directory-property): Use the
501 localname of KEY for check.
502
503 2009-04-09 Kenichi Handa <handa@m17n.org>
504
505 * international/charprop.el: Re-generated.
506 * international/uni-bidi.el: Re-generated.
507 * international/uni-category.el: Re-generated.
508 * international/uni-combining.el: Re-generated.
509 * international/uni-decomposition.el: Re-generated.
510 * international/uni-mirrored.el: Re-generated.
511 * international/uni-name.el: Re-generated.
512
513 2009-04-08 Eli Zaretskii <eliz@gnu.org>
514
515 * files.el (append-to-file): Doc fix.
516
517 * term/pc-win.el (msdos-last-help-message): New defvar.
518 (msdos-show-help): Use it to avoid saving the last message if it
519 was also a help message (Bug#2895).
520
521 * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
522 in subject. This resurrects a feature, lost in transition to
523 mbox, whereby Subject is matched even if it's broken into several
524 lines at arbitrary places.
525
526 2009-04-08 Nick Roberts <nickrob@snap.net.nz>
527
528 * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
529
530 2009-04-08 Chong Yidong <cyd@stupidchicken.com>
531
532 * textmodes/fill.el (fill-paragraph): Doc fix.
533
534 2009-04-07 Chong Yidong <cyd@stupidchicken.com>
535
536 * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
537
538 2009-04-07 Glenn Morris <rgm@gnu.org>
539
540 * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
541
542 * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
543 message.
544 (rmail-quit): Mark summary unmodified.
545 (rmail-expunge): Doc fix. Always show a message. (Bug#2763)
546
547 2009-04-07 Chong Yidong <cyd@stupidchicken.com>
548
549 * vc-bzr.el (vc-bzr-log-view-mode):
550 Tweak log-view-message-re (Bug#2872).
551
552 * descr-text.el (describe-property-list, describe-char):
553 Add follow-link properties to buttons that need them.
554
555 * tooltip.el (tooltip-show-help-non-mode): Don't save the last
556 message if it was also a help message (Bug#2895).
557
558 2009-04-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
559
560 * textmodes/bibtex.el (bibtex-format-entry)
561 (bibtex-search-crossref): Allow OPT prefix for name of crossref field.
562
563 2009-04-06 Sam Steingold <sds@gnu.org>
564
565 * simple.el (completion-list-mode-map): Bind "q" to quit-window,
566 just like in all other read-only buffers.
567
568 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
569
570 * simple.el (handle-shift-selection): Clarify docstring.
571
572 2009-04-05 Michael Albinus <michael.albinus@gmx.de>
573
574 * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
575 `file-modes' returns nil.
576
577 * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
578 `ange-ftp' property of `set-file-modes' to
579 `ange-ftp-set-file-modes' (Bug#2865).
580 (ange-ftp-call-chmod): Add error handling.
581
582 * net/tramp.el (tramp-default-file-modes): New defun. Replace all
583 calls of `file-modes' by this (Bug#2869).
584 (tramp-handle-find-backup-file-name): Use `symbol-value' instead
585 of `boundp'.
586
587 * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
588 Use `tramp-default-file-modes'.
589
590 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
591
592 * frame.el (make-frame): Doc fix.
593
594 2009-04-04 Eli Zaretskii <eliz@gnu.org>
595
596 * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
597 summary lines.
598
599 2009-04-02 Chong Yidong <cyd@stupidchicken.com>
600
601 * dired.el (dired-get-filename): Always pass filename through
602 `read' to ensure unquoting is performed (Bug#2862).
603
604 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
607
608 2009-04-02 Glenn Morris <rgm@gnu.org>
609
610 * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
611
612 * calendar/holidays.el (calendar-holidays):
613 Don't autoload it. (Bug#2811)
614
615 2009-04-02 Kenichi Handa <handa@m17n.org>
616
617 * international/fontset.el (setup-default-fontset):
618 Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830)
619
620 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * simple.el (auto-fill-function): Mark it as safe for nil.
623 Suggested by Leo <sdl.web@gmail.com>.
624
625 2009-04-01 Dan Nicolaescu <dann@ics.uci.edu>
626
627 * vc-mtn.el (vc-mtn-register): Fix optional arguments.
628
629 * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
630 (vc-mode-line): Accept and use an optional argument for the backend.
631 (vc-find-file-hook): Use when instead of if. Avoid calling
632 vc-backend multiple times, pass down the value computed the first time.
633
634 2009-03-30 Andreas Schwab <schwab@linux-m68k.org>
635
636 * ansi-color.el (ansi-color-get-face):
637 Use ansi-color-parameter-regexp to match parameters.
638 (ansi-color-regexp): Include final `m' in first group.
639
640 2009-03-30 Jason Rumney <jasonr@gnu.org>
641
642 * files.el (locate-dominating-stop-dir-regexp): Stop searching
643 when a UNC mount point is reached.
644
645 2009-03-30 Jay Belanger <jay.p.belanger@gmail.com>
646
647 * calc/calc-embed.el (calc-embedded-restore-original-modes):
648 Add argument for Calculator buffer.
649 (calc-do-embedded): Use specific Calculator buffer when cancelling
650 embedded mode.
651
652 * calc/calc.el (calc-buffer-list): New variable.
653 (calc-kill-stack-buffer): New function.
654 (calc-mode): Add `calc-kill-stack-buffer' to
655 `kill-buffer-query-functions'. Add current buffer to
656 `calc-buffer-list'.
657
658 2009-03-30 Kenichi Handa <handa@m17n.org>
659
660 * language/chinese.el (chinese-big5): Change type to `big5'.
661
662 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
663
664 * help-mode.el (help-buffer): Add docstring.
665
666 2009-03-28 David Reitter <david.reitter@gmail.com>
667
668 * term/ns-win.el (ns-expand-space): Remove defvar.
669 (S-,): Bind to `customize' in line with menu item.
670 ([global-map windows]): Remove (in line with other platforms).
671 (menu-bar-update-frames, force-menu-bar-update-buffers):
672 Remove, not needed.
673 (menu-bar-update-hook): Do not alter.
674 (generate-fontset-menu, mouse-set-font): Amend doc string
675 of these defaliases to point out their altered meaning in NS.
676
677 2009-03-28 Juri Linkov <juri@jurta.org>
678
679 * simple.el (minibuffer-default-add-completions):
680 Remove `(interactive)'. (Bug#2805)
681
682 2009-03-28 Eli Zaretskii <eliz@gnu.org>
683
684 * files.el (shell-quote-wildcard-pattern): Doc fix.
685
686 2009-03-27 Eli Zaretskii <eliz@gnu.org>
687
688 * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
689 when looking for "." and "..". (Bug#2801)
690
691 2009-03-27 Andreas Schwab <schwab@linux-m68k.org>
692
693 * simple.el (shift-select-mode): Make it a defcustom.
694 * cus-start.el: Remove shift-select-mode.
695
696 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * simple.el (shift-select-mode): Move declaration from callint.c.
699 (handle-shift-selection): Remove `deactivate' arg and check
700 shift-select-mode instead.
701
702 2009-03-26 Juanma Barranquero <lekktu@gmail.com>
703
704 * align.el (align-large-region, align-perl-modes, align-rules-list)
705 (align-open-comment-modes): Fix typos in docstrings.
706 (align-region-separate): Doc fixes.
707
708 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
711 extension entries for lookup tables or extended file name tables.
712 Distinguish the internal and external name, so lookup is easier.
713 (archive-ar-extract): Take advantage of more precise name.
714 Preserve point.
715
716 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
717
718 * play/bubbles.el (bubbles): Doc fix (Bug#2776).
719
720 2009-03-25 Juanma Barranquero <lekktu@gmail.com>
721
722 * composite.el (auto-compose-chars): Fix typo in docstring.
723
724 2009-03-24 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
727
728 2009-03-24 Glenn Morris <rgm@gnu.org>
729
730 * wid-edit.el (widget-specify-field): Don't add a second overlay for a
731 field with just a newline character.
732 (widget-field-value-get): Don't reduce fields with just a space
733 character to null.
734 (character): Accept newline. (Bug#2689)
735
736 2009-03-24 Kenichi Handa <handa@m17n.org>
737
738 * international/fontset.el (font-encoding-alist): Add an entry for
739 muletibetan-0. (Bug#2722)
740
741 2009-03-23 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
744 checkouts. (Bug#2157)
745 (vc-bzr-after-dir-status): Ignore a warning for bzr status.
746 (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
747
748 2009-03-22 Richard M Stallman <rms@gnu.org>
749
750 * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
751 (rmail-expunge): Without DONT-SHOW, show the message even after
752 updating summary.
753
754 2009-03-21 Jari Aalto <jari.aalto@cante.net>
755
756 * time.el (display-time-default-load-average): Doc fix.
757
758 2009-03-21 Eli Zaretskii <eliz@gnu.org>
759
760 * simple.el (handle-shift-selection): Doc fix. (Bug#2738)
761
762 2009-03-21 Chong Yidong <cyd@stupidchicken.com>
763
764 * files.el (file-modes-rights-to-number): Doc fix.
765 (file-modes-symbolic-to-number): Handle empty permissions
766 arg (Bug#2729).
767
768 2009-03-21 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * vc.el (Todo): Add note on simplifying vc-register.
771
772 2009-03-21 Eli Zaretskii <eliz@gnu.org>
773
774 * eshell/em-ls.el (eshell-ls-dir):
775 Call eshell-directory-files-and-attributes with additional argument
776 'integer or 'string, according to numeric-uid-gid.
777 (eshell-ls-file): Don't convert UID and GID to strings, as
778 eshell-ls-dir already did. Enlarge max user-name string length to
779 14 characters.
780 (eshell-do-ls): Fix the long name of the -L option.
781
782 * eshell/esh-util.el (directory-files-and-attributes): Accept and
783 ignore additional optional argument id-format.
784 (eshell-directory-files-and-attributes):
785 Call directory-files-and-attributes with additional argument id-format.
786
787 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
788 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
789 argument nil.
790
791 2009-03-21 David Reitter <david.reitter@gmail.com>
792
793 * cus-start.el (all): Use existing `ns' rather than new `nextstep'
794 group for variables affected by last two changes.
795
796 2009-03-21 Eli Zaretskii <eliz@gnu.org>
797
798 * cus-start.el (all): Fix last change.
799
800 2009-03-21 David Reitter <david.reitter@gmail.com>
801
802 * cus-start.el (all): Add ns-control-modifier,
803 ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
804 ns-antialias-text, and ns-use-qd-smoothing.
805
806 2009-03-20 Dan Nicolaescu <dann@ics.uci.edu>
807
808 * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
809
810 2009-03-19 Juanma Barranquero <lekktu@gmail.com>
811
812 * subr.el (forward-point): Add obsolescence declaration.
813
814 * paren.el (show-paren-function):
815 * simple.el (kill-forward-chars, kill-backward-chars):
816 Use (+/- (point) N), instead of `forward-point'.
817
818 2009-03-19 Glenn Morris <rgm@gnu.org>
819
820 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
821
822 * mail/supercite.el (sc-version): Doc fix.
823
824 2009-03-19 Leo <sdl.web@gmail.com> (tiny change)
825
826 * mail/supercite.el (sc-version): Fix typo in interactive spec.
827
828 2009-03-19 Kenichi Handa <handa@m17n.org>
829
830 * international/quail.el (quail-update-leim-list-file):
831 Save leim-list.el in utf-8.
832
833 * international/mule-cmds.el (leim-list-header):
834 Use utf-8 coding tag.
835
836 * term/ns-win.el: Call create-default-fontset, not
837 setup-default-fontset. Call create-fontset-from-fontset-spec
838 within condition-case.
839
840 * term/w32-win.el (w32-initialize-window-system):
841 Call create-default-fontset, not setup-default-fontset.
842 Call create-fontset-from-fontset-spec within condition-case.
843
844 * term/x-win.el (x-initialize-window-system):
845 Call create-default-fontset, not setup-default-fontset.
846 Call create-fontset-from-fontset-spec within condition-case.
847
848 * international/fontset.el (create-default-fontset): New function.
849 (create-fontset-from-x-resource): Use display-warning instead of
850 message.
851
852 2009-03-18 Richard M Stallman <rms@gnu.org>
853
854 * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
855 (rmail-retry-failure): Undo previous change.
856
857 2009-03-18 Kenichi Handa <handa@m17n.org>
858
859 * international/mule.el (after-insert-file-set-coding):
860 Set buffer-file-coding-system directly without calling
861 set-buffer-file-coding-system. (Fixes bug described in
862 follow-up to bug#2317).
863
864 2009-03-17 Juanma Barranquero <lekktu@gmail.com>
865
866 * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
867
868 2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
869
870 * international/characters.el (cjk-char-width-table):
871 Add cp932-2-byte.
872
873 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
874
875 * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
876
877 2009-03-16 David Reitter <david.reitter@gmail.com>
878
879 * faces.el (set-face-attributes-from-resources)
880 (face-set-after-frame-default): Do not import X resources on NS
881 because NS does not have system-wide X resources.
882
883 2009-03-16 Richard M Stallman <rms@gnu.org>
884
885 * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
886 (rmail-expunge): Show the message only once, and only if needed.
887 If the current message was current before, just re-swap.
888
889 2009-03-16 Kenichi Handa <handa@m17n.org>
890
891 * international/ccl.el (ccl-compile-if): Signal an error for
892 invalid operator.
893
894 2009-03-16 Chong Yidong <cyd@stupidchicken.com>
895
896 * minibuffer.el (read-file-name): Doc fix.
897
898 * tooltip.el (tooltip-show-help-non-mode): Don't set
899 tooltip-previous-message if called with the same tooltip that is
900 showing (Bug#2680).
901
902 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
903 (completing-read-multiple): Set and restore
904 choose-completion-string-functions (Bug#1080).
905
906 2009-03-15 Glenn Morris <rgm@gnu.org>
907
908 * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
909 value to help people with the formatting.
910
911 * mail/sendmail.el (mail-yank-prefix): Doc fix.
912 (mail-mode-map): Only enable the "Cite Original" menu-item when
913 appropriate. Standardize the text used for other headers re hyphens.
914
915 * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
916 like "Reply-To".
917
918 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
919
920 * minibuffer.el (completion-styles): Add emacs22 completion style
921 as fallback.
922
923 2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
924
925 * vc.el (vc-checkin): Add an extra argument for the VC backend,
926 pass it down to vc-start-logentry.
927 (vc-next-action, vc-transfer-file): Pass the VC backend to
928 vc-checkin.
929 (vc-next-action): Do not assume that all backends in
930 vc-handled-backends are upper case.
931
932 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
933
934 * files.el (get-free-disk-space): Ensure that default-directory is
935 usable before calling call-process. Suggested by Kevin
936 Ryde (Bug#2631).
937
938 2009-03-14 David Reitter <david.reitter@gmail.com>
939
940 * term/ns-win.el (ns-expand-space): Remove.
941 (ns-show-prefs event): Run `customize'.
942 (ns-power-off): Run `save-buffers-kill-emacs', but ask user
943 whether to save files (as is standard).
944 (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
945 (menu-bar-enable-clipboard): Do not undefine these.
946 (ns-save-preferences, ns-save-options, ns-show-preferences-help):
947 Remove.
948
949 2009-03-14 Glenn Morris <rgm@gnu.org>
950
951 * mail/mailalias.el: Remove leading `*' from defcustom docs.
952
953 * mail/sendmail.el (mail-interactive): Doc fix.
954 (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
955 (mail-setup): Use the function mail-signature.
956 (mail-mode-hook): Doc fix.
957 (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
958 (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
959 (mail-signature): Check the signature file is readable.
960 With the argument ATPOINT, really insert at point.
961 Handle the case when the variable mail-signature is an expression.
962
963 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
964
965 * simple.el (undo-outer-limit-truncate): Mention that
966 warning-suppress-types is defined in the warnings
967 library (Bug#2668).
968
969 2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
970
971 * vc.el (vc-default-receive-file): The 'register method now
972 expects a list, pass a list.
973
974 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
975
976 * doc-view.el (doc-view-sentinel): Strip trailing newline from
977 event message.
978
979 2009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
982 modified status before running the major-mode.
983
984 * simple.el (undo): Don't loop when encountering empty undo records.
985
986 2009-03-13 Tassilo Horn <tassilo@member.fsf.org>
987
988 * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
989
990 2009-03-13 Alexandre Julliard <julliard@winehq.org>
991
992 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
993 Fall back to original commit if vc-git-symbolic-commit fails to
994 find a symbolic name.
995 (vc-git-symbolic-commit): Don't limit search to tags.
996 Treat "undefined" as an error. (Bug #2110)
997
998 2009-03-13 D. Goel <deego3@gmail.com>
999
1000 * ibuf-ext.el:
1001 * midnight.el (midnight-next):
1002 * progmodes/ebrowse.el:
1003 * progmodes/flymake.el (flymake-float-time):
1004 When calling (multiple-value-bind/setq .. ls) replace ls
1005 by (values-list ls) throughout.
1006
1007 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
1008
1009 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
1010 params. (Bug #2654)
1011
1012 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * files.el (auto-mode-alist): Add rules for OpenOffice extension
1015 packages, as well as Opkg/Ipkg packages.
1016
1017 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
1018 (tar-summarize-buffer): Don't silently skip incomplete headers.
1019 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
1020 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
1021 treat a tar file member as being a tar file itself, just because
1022 its own filename includes the parent tar file's.
1023
1024 2009-03-13 Kenichi Handa <handa@m17n.org>
1025
1026 * international/mule-diag.el (print-fontset): Handling of the
1027 argument FONTSET changed for consistency. Reorder the printed
1028 information to match with the font searching strategy.
1029 (describe-fontset): Use face-attribute to get the fontset of the
1030 selected frame.
1031 (mule-diag): Likewise. Print both font and fontset of the frame.
1032
1033 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * term.el (term-send-raw-string): Deactivate mark.
1036 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
1037
1038 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * register.el (get-register): Rename arg REG to REGISTER for
1041 consistency with other register functions.
1042 (set-register, jump-to-register): Fix typos in docstrings.
1043 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
1044
1045 2009-03-12 Glenn Morris <rgm@gnu.org>
1046
1047 * mail/mailabbrev.el (mail-abbrev-next-line)
1048 (mail-abbrev-end-of-buffer): Doc fixes.
1049
1050 2009-03-11 Jason Rumney <jasonr@gnu.org>
1051
1052 * term/w32-win.el (w32-initialize-window-system): Don't override
1053 Japanese font settings.
1054 (xlfd-regexp-registry-subnum): Remove unused declaration.
1055 (w32-drag-n-drop-debug): Comment out unused debug function.
1056
1057 2009-03-11 Glenn Morris <rgm@gnu.org>
1058
1059 * mail/rmailedit.el (rmail-edit-mode):
1060 Set write-region-annotate-functions. (Bug#2625)
1061
1062 2009-03-10 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
1065
1066 2009-03-10 Jason Rumney <jasonr@gnu.org>
1067
1068 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
1069
1070 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * server.el (server-process-filter): Use expand-file-name rather than
1073 command-line-normalize-file-name so as to use the `dir' when provided.
1074
1075 * doc-view.el (doc-view-convert-current-doc): Fix last change.
1076
1077 2009-03-10 Glenn Morris <rgm@gnu.org>
1078
1079 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
1080 Doc fixes.
1081 (mail-mailing-lists): Remove leading `*' from defcustom doc.
1082
1083 * simple.el (compose-mail): Doc fix.
1084
1085 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
1086
1087 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
1088
1089 2009-03-09 Jason Rumney <jasonr@gnu.org>
1090
1091 * minibuffer.el (read-file-name): Only split dir name when
1092 default filename is missing. (Bug#2585)
1093
1094 2009-03-08 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * finder.el (finder-commentary): Don't delete other
1097 windows (Bug#2291).
1098
1099 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
1100 first (Bug#2449).
1101
1102 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
1103
1104 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
1105
1106 2009-03-07 Eli Zaretskii <eliz@gnu.org>
1107
1108 * woman.el (woman-parse-colon-path): Return a list even if there's
1109 only one directory in PATHS.
1110 (woman-mode): Restore tab-width value after the call to Man-mode,
1111 since Man-mode resets it to the default, and that makes right
1112 margin extend beyond woman-fill-column.
1113
1114 * man.el (Man-init-defvars) [windows-nt]: Use a special command
1115 list. Don't invoke Awk.
1116
1117 2009-03-06 Glenn Morris <rgm@gnu.org>
1118
1119 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
1120 custom type.
1121
1122 2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
1123
1124 * doc-view.el (doc-view-convert-current-doc): Save the current
1125 resolution in the cache directory.
1126 (doc-view-initiate-display): Restore the saved resolution when
1127 using cached image files.
1128
1129 2009-03-05 Glenn Morris <rgm@gnu.org>
1130
1131 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
1132 buffer-local in the view buffer, not the rmail buffer.
1133
1134 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
1135 at the end of the existing messages, ensuring there is a blank line
1136 between them. (Bug#2521)
1137
1138 * mail/rmail.el (rmail-ensure-blank-line): New function.
1139 * mail/rmailedit.el (rmail-cease-edit):
1140 * mail/rmailout.el (rmail-output-as-mbox):
1141 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
1142
1143 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
1144 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
1145 Add version.
1146 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
1147 (rmail-mime): Doc fix. Use rmail-apply-in-message.
1148 Disable undo in the mime buffer, mark unmodified.
1149
1150 2009-03-04 David Reitter <david.reitter@gmail.com>
1151
1152 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
1153 if unbound in order to enable the item.
1154 For paste menu item, same, and check kill-ring.
1155
1156 2009-03-04 Sam Steingold <sds@gnu.org>
1157
1158 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1159 Handle "omake -P" messages "file foo changed".
1160
1161 2009-03-04 Glenn Morris <rgm@gnu.org>
1162
1163 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1164
1165 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
1166 (rmail-sort-by-date, rmail-sort-by-subject)
1167 (rmail-sort-by-author, rmail-sort-by-recipient)
1168 (rmail-sort-by-correspondent, rmail-select-correspondent)
1169 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
1170 (rmail-make-date-sortable): Doc fixes.
1171 (rmail-sort-by-correspondent): Downcase correspondents.
1172 (rmail-sort-by-labels): Make it work.
1173 (rmail-sort-messages): Restore undo if it was initially enabled.
1174 Fix bobp/bolp typo that was adding a line on every sort.
1175
1176 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
1177 Disable undo in the summary buffer.
1178 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
1179 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
1180 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
1181 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
1182 (rmail-summary-sort-by-labels): Replace `(function (lambda'
1183 by `(lambda'.
1184
1185 2009-03-03 Sam Steingold <sds@gnu.org>
1186
1187 * progmodes/compile.el (compilation-move-to-column):
1188 Guard against negative col values.
1189
1190 2009-03-03 Simon Josefsson <simon@josefsson.org>
1191
1192 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
1193 in preference order.
1194 (smtpmail-try-auth-methods): Improve which authentication
1195 mechanism to use, so that the locally most preferred and mutually
1196 supported mechanism is used.
1197
1198 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
1201 the function takes no argument.
1202
1203 2009-03-03 Glenn Morris <rgm@gnu.org>
1204
1205 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
1206 (rmail-header-name): Doc fixes.
1207 (rmail-show-message-verbose-min): Add :version.
1208 (rmail-highlight-headers): Add doc string. Simplify.
1209
1210 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
1211 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
1212 (rmail-summary-by-senders): Doc fix.
1213 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
1214 Make the output menu-items consistent with rmail-mode-map.
1215 Bind rmail-summary-by-senders to C-M-f.
1216 (rmail-summary-search): Ensure the selected message shows.
1217
1218 2009-03-03 Kenichi Handa <handa@m17n.org>
1219
1220 * files.el (basic-save-buffer-1): Set car part of
1221 buffer-file-coding-system-explicit.
1222 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
1223
1224 * international/mule-cmds.el (select-safe-coding-system): If cdr
1225 part of buffer-file-coding-system-explicit is set, ignore
1226 default-buffer-file-coding-system and the most preferred coding system.
1227
1228 * international/mule.el (set-buffer-file-coding-system): Set cdr
1229 part of buffer-file-coding-system-explicit.
1230 (after-insert-file-set-coding):
1231 Set buffer-file-coding-system-explicit to a cons.
1232
1233 2009-03-02 Glenn Morris <rgm@gnu.org>
1234
1235 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
1236 Add :set-after listing variables on which we might depend.
1237
1238 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
1239 function has access to all the headers, not just the visible ones.
1240 Avoid extraneous leading whitespace in `References'.
1241 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1242 Doc fixes.
1243 (rmail-retry-failure): Use rmail-get-header rather than a magical
1244 save-excursion/restriction combination that does nothing.
1245 (rmail-delete-headers): New function.
1246 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1247 without telling anyone, namely rmail-retry-ignored-headers.
1248
1249 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1252
1253 2009-03-01 Glenn Morris <rgm@gnu.org>
1254
1255 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1256 rmail-resend in the menu.
1257
1258 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
1259 custom choice. (Bug#2506)
1260
1261 2009-02-28 Eli Zaretskii <eliz@gnu.org>
1262
1263 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
1264 Use "--color=always".
1265
1266 2009-02-28 Glenn Morris <rgm@gnu.org>
1267
1268 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
1269
1270 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
1271 * mail/rmail.el (rmail-mode-map):
1272 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
1273
1274 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
1275 Fix custom choice to match default.
1276 (rmail-get-new-mail): Doc fix.
1277 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
1278 header style.
1279
1280 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * replace.el (keep-lines-read-args): Use empty string as
1283 default (Bug#2495).
1284
1285 * menu-bar.el (menu-set-font): Fix last fix.
1286
1287 2009-02-27 Glenn Morris <rgm@gnu.org>
1288
1289 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
1290 just a buffer, to find a definition.
1291
1292 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
1293 part against rmail-output's oddness.
1294
1295 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * menu-bar.el (menu-set-font): Assign the same font object to all
1298 frames (Bug#2476).
1299
1300 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
1303
1304 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1307 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1308 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1309 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1310 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1311 Reflow docstrings.
1312
1313 2009-02-26 Glenn Morris <rgm@gnu.org>
1314
1315 * mail/rmailsum.el (rmail-summary-rmail-update):
1316 Use rmail-message-unseen-p. (Bug#2477)
1317 (rmail-summary-mark-seen): Add option to mark as unseen.
1318 (rmail-summary-rmail-update): Store a position in
1319 rmail-summary-put-back-unseen rather than just a flag, and use it to put
1320 back the "-" mark in the summary.
1321
1322 * progmodes/cc-vars.el (c-style-variables-are-local-p):
1323 Mark as safe if boolean. (Bug#2197)
1324
1325 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1326
1327 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1328 return a string. (Bug#2428)
1329
1330 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * bs.el (bs--down):
1333 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1334
1335 2009-02-25 Glenn Morris <rgm@gnu.org>
1336
1337 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1338
1339 * simple.el (eval-expression):
1340 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1341
1342 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1343
1344 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1345
1346 2009-02-25 David Reitter <david.reitter@gmail.com>
1347
1348 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1349
1350 2009-02-25 Kenichi Handa <handa@m17n.org>
1351
1352 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1353
1354 * composite.el (auto-composition-mode): Don't add a hook to
1355 after-change-functions. Don't decompose the buffer.
1356 (auto-composition-after-change): Delete it.
1357 (toggle-auto-composition): Make it an alias of
1358 auto-composition-mode.
1359 (auto-compose-region): Delete it.
1360
1361 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1364 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
1365 (ns-delete-working-text): Merge with ns-unecho-working-text.
1366 Decide which to use based on ns-working-overlay.
1367 (ns-unecho-working-text): Remove.
1368 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1369
1370 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
1371
1372 * textmodes/ispell.el (ispell-region): Adapt "done" message to
1373 coding conventions. (Bug#2447)
1374
1375 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1376 argument is 0. Doc fix. (Bug#1527)
1377
1378 * w32-vars.el (w32-system-shells): Doc fix.
1379
1380 * image.el (image-load-path-for-library, insert-sliced-image):
1381 Fix typos in docstrings.
1382
1383 2009-02-24 Glenn Morris <rgm@gnu.org>
1384
1385 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1386 :set function. (Bug#2429)
1387
1388 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1389 potential use.
1390
1391 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1392 Don't globally bind `name'.
1393
1394 * emacs-lisp/elint.el (elint-unknown-builtin-args):
1395 Fix encode-time spec. (Bug#2453)
1396 (elint-find-builtin-args): Make the match more restrictive.
1397 Handle errors. Return a result actually containing the function name.
1398
1399 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1400 already did. (Bug#2440)
1401 (rmail-quit): Don't swap buffers. (Bug#2441)
1402 (rmail-list-to-menu): Don't globally bind `name'.
1403
1404 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1407 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1408
1409 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * bs.el (bs--down): When wrapping around, use `forward-line',
1412 not `goto-line', to avoid distracting "Mark set" message.
1413
1414 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
1415
1416 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1417 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1418
1419 2009-02-23 Miles Bader <miles@gnu.org>
1420
1421 * proced.el (proced-process-attributes):
1422 * server.el (server-running-p): Rename `system-process-attributes'
1423 to `process-attributes'.
1424
1425 2009-02-22 Juri Linkov <juri@jurta.org>
1426
1427 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1428 Doc fix.
1429
1430 * dired-x.el (dired-guess-shell-command): Use read-shell-command
1431 instead of read-from-minibuffer.
1432 (dired-read-shell-command): Add code that uses
1433 minibuffer-with-setup-hook to set minibuffer-default-add-function
1434 to minibuffer-default-add-dired-shell-commands exactly like
1435 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
1436
1437 * dired-x.el (dired-smart-shell-command): Remove code that uses
1438 minibuffer-with-setup-hook to set minibuffer-default-add-function
1439 to minibuffer-default-add-shell-commands because the same code was
1440 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
1441
1442 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
1443
1444 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1445 lisp number is in decimal.
1446
1447 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1450 Tweak regexp (Bug#2173).
1451
1452 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1453 avoid yanks (Bug#2408).
1454
1455 2009-02-21 Alan Mackenzie <acm@muc.de>
1456
1457 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1458
1459 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1460 parse case clauses with (compile-time) expressions.
1461
1462 2009-02-21 Eli Zaretskii <eliz@gnu.org>
1463
1464 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1465 encoding during editing. Make sure to use encoding that can
1466 safely encode the message. Rewrite MIME charset= header if the
1467 new encoding is different from the old one.
1468
1469 2009-02-21 Glenn Morris <rgm@gnu.org>
1470
1471 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1472 at the start of the headers.
1473 (sc-mail-check-from): New function.
1474
1475 2009-02-20 Martin Rudalics <rudalics@gmx.at>
1476
1477 * progmodes/python.el (python-shift-left, python-shift-right):
1478 When the mark is not active shift the current line. (Bug#2381)
1479 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1480
1481 2009-02-20 Andreas Schwab <schwab@suse.de>
1482
1483 * startup.el (command-line): Don't match an empty argument as an
1484 option.
1485 (command-line-1): Likewise.
1486
1487 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
1488
1489 * apropos.el (apropos-library): Check for null filename in load-history.
1490
1491 2009-02-20 Glenn Morris <rgm@gnu.org>
1492
1493 * apropos.el (apropos-library): Remove the element with null filename,
1494 if present, from the completion list.
1495
1496 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1497 (rmail-speedbar-find-file): Use rmail rather than find-file.
1498
1499 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1500
1501 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1502
1503 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
1504
1505 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1506 Fix regexp (Bug#2385).
1507 (bibtex-autokey-get-title): Observe case for
1508 bibtex-autokey-titleword-ignore.
1509
1510 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * server.el (server-start): Make the warning more
1513 verbose (Bug#2395).
1514
1515 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1517 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1518 Make sure we stop when we reach the limit.
1519
1520 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1521 a "..." does not quote anything. (Bug#2384)
1522
1523 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1524
1525 2009-02-19 Andreas Schwab <schwab@suse.de>
1526
1527 * term.el: Remap self-insert-command to term-send-raw in
1528 term-raw-map. (Bug#2386)
1529
1530 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1533 of the function as being part of the function.
1534
1535 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
1536
1537 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1538 Move entry for maven (alphabetical order).
1539
1540 2009-02-19 Glenn Morris <rgm@gnu.org>
1541
1542 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1543 Regexp-quote default argument taken from current subject.
1544 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
1545
1546 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1547 Move here from rmail.el. Be more careful about error-handling.
1548 Restore the feature of temporarily setting all old messages
1549 undeleted before expunging (removed 2009-02-18).
1550
1551 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1552 Don't declare.
1553 (rmail-get-new-mail-filter-spam): Declare. Move definition to
1554 rmail-spam-filter.el.
1555 (rmail-get-new-mail-1): Move the beep and sleep to
1556 rmail-get-new-mail-filter-spam.
1557
1558 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1559
1560 * cus-edit.el (custom-group-value-create): Insert some
1561 informatory text in the WIDGET-misses-doc-string case.
1562
1563 2009-02-18 Sam Steingold <sds@gnu.org>
1564
1565 * progmodes/compile.el: Require comint at top level to fix the
1566 last patch.
1567
1568 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1569
1570 * cus-edit.el (custom-group-value-create): Don't throw an error
1571 when WIDGET has no doc-string. (Bug#2356)
1572
1573 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * progmodes/cc-menus.el (imenu-progress-message):
1576 Remove bogus cc-bytecomp-defun.
1577 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1578 Don't let-bind variable `stupid'. (Bug#1638)
1579
1580 2009-02-18 Glenn Morris <rgm@gnu.org>
1581
1582 * mail/rmail.el (rmail-get-new-mail-filter-spam):
1583 * mail/rmail-spam-filter.el (rmail-spam-filter):
1584 Show a message rather than the raw mbox while prompting.
1585
1586 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1587
1588 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
1589
1590 2009-02-18 Glenn Morris <rgm@gnu.org>
1591
1592 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1593 declaration.
1594 (top-level): No need for cl now.
1595 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1596 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1597 (rsf-autosave-newly-added-definitions, rsf-white-list)
1598 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1599 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1600 (rsf-customize-spam-definitions, rsf-customize-group)
1601 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1602 (rsf-check-field): Use setcar and setcdr rather than setf.
1603 (rmail-spam-filter): Simplify.
1604 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1605 (rsf-add-region-to-spam-list): Use rmail-get-header or
1606 buffer-substring-no-properties. Regexp-quote the extracted data.
1607 Make the messages less verbose.
1608 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1609 simplify things.
1610 (rsf-add-content-type-field): Make the message less verbose.
1611
1612 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1613 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
1614 rmail-deleted-vector.
1615 (rmail-insert-inbox-text, rmail-collect-deleted)
1616 (rmail-set-message-deleted-p, rmail-only-expunge)
1617 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
1618 (rmail-get-labels): Remove unused local `blurb'.
1619 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1620 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1621 (rmail-set-message-deleted-p): Doc fixes.
1622
1623 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1624 Update callers for associated name change.
1625 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1626 * mail/unrmail.el (unrmail): Use mail-mbox-from.
1627
1628 2009-02-17 Richard M Stallman <rms@gnu.org>
1629
1630 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1631
1632 * mail/rmail.el (rmail-copy-headers): When copying full headers,
1633 correctly put point at the end.
1634
1635 2009-02-17 Sam Steingold <sds@gnu.org>
1636
1637 * progmodes/compile.el (compilation-filter):
1638 Call `comint-carriage-motion', just like `comint-output-filter'.
1639
1640 2009-02-17 Jason Rumney <jasonr@gnu.org>
1641
1642 * files.el (make-directory): Stop recursing if parent is
1643 self. (Bug#2309)
1644
1645 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1648
1649 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1650
1651 2009-02-17 Miles Bader <miles@gnu.org>
1652
1653 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1654 copyright statements where the years follow the name.
1655
1656 2009-02-17 Glenn Morris <rgm@gnu.org>
1657
1658 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1659 move point. (Bug#2209)
1660
1661 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1662 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
1663 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1664 to "not-rmail", and make it work. Simplify.
1665 (rmail-mbox-from): New function.
1666 (rmail-output-as-mbox): Use rmail-mbox-from.
1667 (rmail-output): Ensure a From line in the not-rmail Babyl case.
1668
1669 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1670 error if the header is corrupt.
1671
1672 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
1673
1674 * net/newst-treeview.el (newsticker--treeview-load):
1675 Offer deletion of old groups file.
1676
1677 2009-02-16 Glenn Morris <rgm@gnu.org>
1678
1679 * mail/rmailout.el (rmail-delete-unwanted-fields)
1680 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1681 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1682 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1683 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1684
1685 2009-02-15 Glenn Morris <rgm@gnu.org>
1686
1687 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1688
1689 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1690 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1691 Remove unnecessary use of with-no-warnings.
1692 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1693 (rmail-output-as-mbox): Start search from point-min. If constructing a
1694 "From " line, prefer the date header over the current time.
1695 (rmail-update-summary): Move declaration earlier in file.
1696
1697 2009-02-15 Richard M Stallman <rms@gnu.org>
1698
1699 * mail/rmailedit.el (rmail-edit-diff-headers):
1700 Delete spurious reference to OLD.
1701
1702 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1705 the `with-buffer-unmodified' to avoid useless `readlink' calls.
1706
1707 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1708
1709 * textmodes/bibtex.el (bibtex-global-key-alist)
1710 (bibtex-initialize): Exclude current buffer if it does not use
1711 bibtex-mode.
1712 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1713 (bibtex-sort-buffer, bibtex-search-entry)
1714 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1715 test whether bibtex-strings and bibtex-reference-keys have their
1716 initial values.
1717
1718 2009-02-14 Eli Zaretskii <eliz@gnu.org>
1719
1720 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1721 around forms that refer to translation-table-for-input.
1722
1723 * isearch.el (isearch-search-string): Use `with-no-warnings'
1724 around forms that refer to translation-table-for-input.
1725
1726 * international/quail.el (quail-input-string-to-events)
1727 (quail-store-decode-map-key, quail-char-equal-p):
1728 Use `with-no-warnings' around forms that refer to
1729 translation-table-for-input.
1730
1731 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1732 around forms that refer to translation-table-for-input.
1733
1734 * subr.el (translation-table-for-input): Declare obsolete again.
1735
1736 2009-02-14 Glenn Morris <rgm@gnu.org>
1737
1738 * mail/rmail.el (rmail): When reverting, swap buffers before setting
1739 counters. (Bug#2229)
1740 (rmail-revert): Swap buffers before replacing contents.
1741
1742 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
1743
1744 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
1745 user, password options not applicable to SQlite. (Bug#1904)
1746
1747 2009-02-14 Richard M Stallman <rms@gnu.org>
1748
1749 * mail/rmailedit.el: Handle editing of header fields.
1750 (rmail-old-headers): New variable.
1751 (rmail-edit-current-message): Set it, recording current headers.
1752 (rmail-cease-edit): Compute new headers and diff against old ones.
1753 Update the mbox buffer with the changes that were made.
1754 (rmail-edit-headers-alist): New function.
1755 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1756
1757 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1758 in default file name.
1759
1760 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1761 (rmail-add-mbox-headers): Likewise.
1762
1763 2009-02-13 Eli Zaretskii <eliz@gnu.org>
1764
1765 * files.el (load-library): Doc fix.
1766
1767 * subr.el (locate-library): Doc fix. (Bug#2291)
1768
1769 2009-02-13 Alan Mackenzie <acm@muc.de>
1770
1771 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1772 in narrowed buffers.
1773
1774 2009-02-13 Kenichi Handa <handa@m17n.org>
1775
1776 * international/titdic-cnv.el (tit-process-header):
1777 Use buffer-substring-no-properties instead of buffer-substring.
1778 (tit-process-body): Likewise.
1779 (tsang-quick-converter): Handle superfluous CR at eol.
1780 (py-converter): Use buffer-substring-no-properties instead of
1781 buffer-substring. Handle superfluous CR at eol.
1782 (ziranma-converter): Likewise.
1783 (ctlau-converter): Likewise.
1784 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
1785
1786 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
1789
1790 2009-02-13 Glenn Morris <rgm@gnu.org>
1791
1792 * mail/rmail.el (rmail-show-message-1): New name for the old
1793 rmail-show-message.
1794 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1795 * mail/rmailsort.el: Update for rmail-show-message name change.
1796
1797 * mail/rmail.el (rmail-show-message): New name for the old
1798 rmail-show-message-maybe.
1799 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1800 name change.
1801
1802 * mail/rmailsum.el (msgnum): Remove declaration.
1803 (rmail-summary-redo): Add missing initialization value.
1804 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1805 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1806 Fix skip-chars-forward calls.
1807 (rmail-summary-mark-seen): New function. As well as removing the '-'
1808 mark, update the summary-vector. (Bug#2135)
1809 (rmail-summary-rmail-update, rmail-summary-goto-msg):
1810 Use rmail-summary-mark-seen.
1811
1812 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1813
1814 * mail/unrmail.el (unrmail): When getting message keywords, don't
1815 include a leading space, but do include the space after the separating
1816 comma. (Bug#2303)
1817
1818 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1819 header altogether.
1820 (rmail-set-header): Doc fix.
1821 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1822 labels are removed. (Bug#2302)
1823
1824 2009-02-12 Juri Linkov <juri@jurta.org>
1825
1826 * image-mode.el (image-toggle-display):
1827 Let-bind `buffer-file-truename' to nil around the call to
1828 `add-text-properties' to prevent directory time modification
1829 by lock_file. Replace `set-buffer-modified-p' with
1830 `restore-buffer-modified-p'. (Bug#2295)
1831
1832 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * progmodes/python.el (python-use-skeletons): Re-add.
1835 (def-python-skeleton): Use it. (Bug#2238)
1836
1837 * international/quail.el (quail-make-guidance-frame): Remove the
1838 `parent-id' parameter.
1839 (quail-show-guidance): Make the new window dedicated.
1840
1841 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1844 Fix typos in docstrings.
1845
1846 2009-02-12 Alan Mackenzie <acm@muc.de>
1847
1848 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1849 to `eq'. (Bug#2304)
1850
1851 2009-02-12 Glenn Morris <rgm@gnu.org>
1852
1853 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1854 already present. (Bug#2210)
1855
1856 2009-02-12 Kenichi Handa <handa@m17n.org>
1857
1858 * international/characters.el (?.): New character category for
1859 Base characters. Set them in the standard category table.
1860
1861 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1862 a base character.
1863
1864 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * isearch.el (isearch-yank-char-in-minibuffer)
1867 (isearch-other-meta-char): Use with-current-buffer.
1868
1869 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1870 syntax-ppss. (Bug#1243)
1871
1872 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1873 to beginning-of-defun-raw.
1874
1875 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1876 calling end-of-defun-function if it already moved to BOL.
1877
1878 2009-02-12 Richard M Stallman <rms@gnu.org>
1879
1880 * mail/rmail.el (rmail-show-message-verbose-min): New option.
1881 (rmail-show-message): Conditionally show start and finish in echo area.
1882
1883 2009-02-12 Glenn Morris <rgm@gnu.org>
1884
1885 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1886 for use in completion.
1887 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1888 summary exists, since it's already done.
1889
1890 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1891 (rmail-enable-multibyte): Don't really define, only for compiler.
1892
1893 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * files.el (read-buffer-to-switch):
1896 Add table to icomplete-with-completion-tables.
1897
1898 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1901 switches (Bug#2261).
1902
1903 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * server.el (server-with-environment): Don't fail for negative
1906 entries in ENV.
1907
1908 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1909
1910 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1911 (vc-default-dir-printer): Add a comment about updating this function.
1912
1913 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1914 for the file name.
1915
1916 2009-02-11 Glenn Morris <rgm@gnu.org>
1917
1918 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1919 (calendar-set-mode-line): Fall back to a default width if we seem to be
1920 called from daemon. (Bug#2199)
1921
1922 * mail/rmailkwd.el (rmail-make-label): Doc fix.
1923 (rmail-read-label): Add current labels to completion list. (Bug#2222)
1924 (rmail-set-label): Use `or'.
1925
1926 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1927
1928 * emacs-lisp/find-func.el (find-library-name, find-library):
1929 Doc fixes. (Part of bug#2270)
1930
1931 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1932
1933 * env.el (getenv): When FRAME is non-nil, pass the frame environment
1934 to `getenv-internal', not the frame. (Bug#2259)
1935
1936 2009-02-10 Kenichi Handa <handa@m17n.org>
1937
1938 * descr-text.el (describe-char-display): On terminal, if terminal
1939 coding system is nil, assume us-ascii.
1940 (describe-char): Don't show the composition information if it is
1941 trivial.
1942
1943 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
1944
1945 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1946 number as it isn't present for unregistered files.
1947
1948 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1949 (vc-dir-mouse-map): New keymap.
1950 (vc-default-dir-printer): Use it locally.
1951
1952 2009-02-10 Glenn Morris <rgm@gnu.org>
1953
1954 * speedbar.el: Avoid messing up font-lock-global-modes.
1955
1956 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1957 (mail-file-babyl-p): Use with-temp-buffer.
1958
1959 * mail/rmailsort.el: Just require rmail.
1960
1961 * mail/rmailedit.el: Just require rmail.
1962 (rmail-old-pruned): Add doc string.
1963 (rmail-edit-current-message): Use rmail-msg-is-pruned.
1964 (rmail-cease-edit): Don't mangle the leading From line.
1965 Don't mark as edited if there were no changes. (Bug#2256)
1966 Correctly restore header state.
1967
1968 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1969 (rmail-current-message, rmail-total-messages)
1970 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1971 (rmail-duplicate-message): Doc fix.
1972 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1973 New functions.
1974 (rmail-get-header, rmail-set-header, rmail-set-attribute):
1975 Use rmail-apply-in-message.
1976 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1977 unswapped-ness.
1978 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1979 (rmail-auto-file): Set the filed attribute, rather than explicitly not
1980 doing so. (Bug#2231)
1981 (rmail-set-attribute): Allow ATTR to be a string.
1982
1983 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
1984
1985 * net/newst-treeview.el (newsticker-treeview-save)
1986 (newsticker--treeview-load): Kill groups buffer after saving/loading.
1987
1988 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
1989
1990 * doc-view.el (doc-view-scroll-up-or-next-page)
1991 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1992 Reset the old hscroll value after switching pages.
1993
1994 2009-02-09 Glenn Morris <rgm@gnu.org>
1995
1996 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1997 (calendar-holiday-marker): Drop test for color display.
1998
1999 2009-02-08 Glenn Morris <rgm@gnu.org>
2000
2001 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2002 (calendar-holiday-marker, calendar-mark-visible-date):
2003 * calendar/diary-lib.el (diary-fancy-display):
2004 It doesn't make sense to check font-lock-mode (see comments;
2005 reverts 2008-04-02 change). (Bug#2199)
2006
2007 2009-02-08 Juri Linkov <juri@jurta.org>
2008
2009 * simple.el (toggle-word-wrap): New command.
2010
2011 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
2014 (ps-run-make-tmp-filename): Use temporary-file-directory.
2015
2016 * textmodes/artist.el (artist-system): Allow make-temp-file to use
2017 temporary-file-directory.
2018
2019 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
2020 Use temporary-file-directory.
2021
2022 2009-02-07 Glenn Morris <rgm@gnu.org>
2023
2024 * mail/unrmail.el (rmime-magic-string): Define for compiler.
2025
2026 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2027
2028 * mail/rmail.el (rmail): Bind coding-system-for-read to
2029 no-conversion before calling find-file-noselect. (Bug#2015)
2030
2031 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2032
2033 * proced.el (proced-after-send-signal-hook): Use defcustom.
2034 (proced-header-line): Handle header lines that are shorter than
2035 window-hscroll.
2036 (proced-send-signal): Rebind split-width-threshold analogous to
2037 dired-pop-to-buffer.
2038
2039 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2040
2041 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
2042 message; instead, just rewrite the X-Coding-System header with the
2043 new encoding, and let rmail-show-message do the rest.
2044 Remove unused argument RAW. Fix doc string to be consistent with the
2045 new implementation.
2046 (rmail-show-message): Honor X-Coding-System header, if present, in
2047 preference to Content-Type header.
2048
2049 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * server.el (server-execute): Enable quit.
2052
2053 2009-02-07 Andreas Schwab <schwab@suse.de>
2054
2055 * image-mode.el (image-mode): Always set image-type.
2056 (image-minor-mode): Likewise.
2057
2058 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2059
2060 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
2061 encoding, and its "content-transfer-encoding" and "content-type"
2062 headers only in the headers' portion. (Bug#2017)
2063
2064 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
2065
2066 * net/newst-treeview.el
2067 (newsticker-treeview-next-new-or-immortal-item): New arg
2068 DONT-WRAP-TREES to prevent infinite recursion.
2069
2070 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
2073 extracting mail message headers. Use encode-coding-region instead
2074 of insert-buffer-substring for re-encoding edited message.
2075 Add qp/b64 encoding only after text was encoded.
2076
2077 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2078
2079 * subr.el: Don't declare `translation-table-for-input' obsolete.
2080 Equivalent info added to its doc string, q.v.
2081
2082 * files.el (save-buffer): Display "Saving file FOO..." message
2083 regardless of buffer's size. (Bug#2137)
2084
2085 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
2088
2089 2009-02-07 Alex Schroeder <alex@gnu.org>
2090
2091 * mail/unrmail.el (unrmail): Use regexps to find message separators so
2092 as not to match any fake rmime.el separators. Remove any sections added
2093 by rmime.el.
2094
2095 2009-02-07 Glenn Morris <rgm@gnu.org>
2096
2097 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
2098 that is no longer appropriate to mbox Rmail.
2099
2100 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
2101 before trying to move to the start of the message.
2102 (rmail-summary-undelete-many, rmail-summary-rmail-update):
2103 Fix rmail-set-attribute calls.
2104
2105 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
2106 Doc fix.
2107 (rmail-output-to-rmail-buffer): Autoload it.
2108 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
2109
2110 2009-02-06 Glenn Morris <rgm@gnu.org>
2111
2112 * mail/unrmail.el (unrmail): Use current-time-string.
2113
2114 * simple.el (kill-whole-line): Provide a default argument of 1.
2115
2116 * mail/undigest.el (rmail-mail-separator): Delete.
2117 (undigestify-rmail-message, unforward-rmail-message): Update for
2118 mbox Rmail.
2119
2120 2009-02-05 Kenichi Handa <handa@m17n.org>
2121
2122 * international/fontset.el (script-representative-chars):
2123 Remove mathematical.
2124 (setup-default-fontset): Add entries for each subgroup of
2125 mathematical script.
2126
2127 2009-02-05 Juri Linkov <juri@jurta.org>
2128
2129 * image-mode.el (image-mode): Use `image-get-display-property'
2130 instead of `get-text-property'.
2131 (image-minor-mode): Sync the logic with `image-mode' including the
2132 displaying an image file as the actual image by default.
2133
2134 2009-02-05 Alan Mackenzie <acm@muc.de>
2135
2136 * progmodes/cc-defs.el (c-emacs-features): Check the working of
2137 beginning/end-of-defun-function more rigorously before setting
2138 argumentative-bod-function.
2139
2140 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
2141
2142 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
2143 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
2144 mode on the initial terminal.
2145
2146 2009-02-05 Glenn Morris <rgm@gnu.org>
2147
2148 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
2149 Make these functions work.
2150
2151 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
2152 (rmail-narrow-to-non-pruned-header): Remove autoload.
2153 (mairix-rmail-fetch-field): Handle mbox Rmail.
2154
2155 2009-02-04 Dave Love <fx@gnu.org>
2156
2157 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
2158 (imap-debug): Add imap-fetch-safe.
2159
2160 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
2161
2162 * net/netrc.el (netrc-machine-user-or-password): Use list of
2163 auth-source modes.
2164
2165 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
2168 for newvars is nil. (C-u C-x v = with default values).
2169
2170 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
2173 format. Use when instead of if.
2174
2175 2009-02-04 Miles Bader <miles@gnu.org>
2176
2177 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
2178 (backward-list, backward-up-list, beginning-of-defun)
2179 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
2180
2181 2009-02-04 Glenn Morris <rgm@gnu.org>
2182
2183 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
2184 ill-advised.
2185
2186 * mail/rmail.el: No need for mule-util when compiling.
2187 (rmail-first-message): Unbreak it.
2188
2189 * mail/rmailmsc.el: Require rmail not just when compiling.
2190 Remove unneeded declarations.
2191
2192 * term/ns-win.el (ns): Define as a custom group.
2193
2194 2009-02-04 Kenichi Handa <handa@m17n.org>
2195
2196 * international/mule-cmds.el (select-safe-coding-system):
2197 Use buffer-chars-modified-tick instead of buffer-modified-tick.
2198
2199 * descr-text.el (describe-char): Check font-object by fontp.
2200
2201 * composite.el (compose-gstring-for-terminal): If a character is
2202 not supported by the current terminal, don't make a multi-glyph
2203 grapheme cluster.
2204 (auto-compose-chars): Check font-object by fontp.
2205
2206 2009-02-03 Glenn Morris <rgm@gnu.org>
2207
2208 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
2209 over current-time. (Bug#2175)
2210
2211 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
2212 inserting the converted mailbox.
2213 (rmail-get-new-mail): Restore the loop over inboxes when two or more
2214 have the same basename. (Bug#2164)
2215 Set the return value according to whether any mail was found,
2216 not just in the last inbox. Only show a message and run the hook after
2217 checking all inboxes.
2218 (rmail-get-new-mail-1): Move message display and running the hook to
2219 rmail-get-new-mail.
2220
2221 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
2222 rmail-attr-array.
2223 (rmail-make-label, rmail-read-label): Give it a doc string.
2224 (rmail-add-label, rmail-kill-label): Change argument name to match the
2225 doc. Doc fix.
2226 (rmail-set-label): Doc fix. Also update summary in attr case.
2227 Accept labels as a string or a symbol. (Bug#2165)
2228
2229 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
2230 null.
2231
2232 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
2235 (vhdl-prepare-search-2): Properly cleanup on `quit'.
2236
2237 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2238 Mark the entries as being "system" entries rather than "user" entries.
2239
2240 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2241
2242 * smerge-mode.el (smerge-start-session): Add interactive spec.
2243
2244 2009-02-02 Glenn Morris <rgm@gnu.org>
2245
2246 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2247 (rmail-retry-ignored-headers, rmail-highlighted-headers):
2248 Restore autoloads.
2249
2250 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2253
2254 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * cmuscheme.el (scheme-args-to-list): Remove.
2257 (run-scheme): Use split-string-and-unquote instead, so as to allow
2258 spaces in the command name and/or the arguments.
2259
2260 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2261
2262 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2263
2264 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
2265
2266 Sync with Tramp 2.1.15.
2267
2268 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
2269 used.
2270
2271 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
2272
2273 * net/trampver.el: Update release number.
2274
2275 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
2278 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
2279 (rmail-undelete-previous-message, rmail-mark-message)
2280 (rmail-speedbar-buttons): Use with-current-buffer.
2281 (rmail-mode-map): Move initialization into declaration.
2282 (rmail-swap-buffers, rmail-unfontify-buffer-function)
2283 (rmail-fontify-message): Use restore-buffer-modified-p.
2284 (rmail-expunge-and-save): Don't swap buffer.
2285 (rmail-get-header, rmail-set-header, rmail-set-attribute)
2286 (rmail-apply-in-message): Swap save-excursion and save-restriction.
2287
2288 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
2289 if possible.
2290
2291 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
2292 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2293
2294 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2297
2298 * progmodes/ebrowse.el:
2299 * international/robin.el:
2300 * emulation/viper-util.el:
2301 * emulation/viper-mous.el:
2302 * emulation/viper-keym.el:
2303 * ediff.el:
2304 * ediff-wind.el:
2305 * ediff-vers.el:
2306 * ediff-ptch.el:
2307 * ediff-mult.el:
2308 * ediff-merg.el:
2309 * ediff-diff.el: Follow commenting conventions.
2310
2311 2009-01-31 Eli Zaretskii <eliz@gnu.org>
2312
2313 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2314 obsolete eight-bit-control and eight-bit-graphic.
2315
2316 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2319
2320 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * emacs-lisp/lisp.el (end-of-defun): Protect against
2323 infloops (Bug#2106).
2324
2325 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 * vc-dir.el (vc-dir-mouse-map):
2328 (vc-default-dir-printer):
2329 (vc-dir-find-file-other-window): Undo previous change, it breaks
2330 the behavior of mouse-2.
2331 (vc-dir-mode): Fix docstring.
2332
2333 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2334 logic, it makes the makes the normal case too slow.
2335
2336 2009-01-31 Eli Zaretskii <eliz@gnu.org>
2337
2338 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2339 file to `raw-text-unix'. Bind coding-system-for-write when
2340 writing out the converted message, and make sure it uses Unix EOLs.
2341
2342 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2343 encoding to `raw-text-unix'.
2344 (rmail-perm-variables): Set encoding of rmail-view-buffer to
2345 `undecided-unix'.
2346 (rmail-redecode-body): Don't change EOL conversion of the new
2347 encoding if the old one left it unspecified.
2348 (rmail-automatic-folder-directives, rmail): Doc fixes.
2349 (rmail-swap-buffers): New function.
2350 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2351 (rmail-show-message): Use rmail-swap-buffers.
2352 (rmail-decode-region): If DESTINATION is a buffer, set the
2353 encoding of that buffer, rather than the current buffer.
2354 (rmail-show-message): Make error message about uuencoded mail
2355 more explicit.
2356 (rmail-show-message-maybe): Simplify code. Doc fix.
2357 (rmail-show-message): Doc fix.
2358
2359 2009-01-31 Glenn Morris <rgm@gnu.org>
2360
2361 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2362 folder.
2363
2364 * mail/rmail.el (rmail-msg-is-pruned): New function.
2365 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
2366 (rmail-reply): Set up to yank from the decoded message rather than the
2367 raw one. (Bug#2104).
2368
2369 * mail/mail-utils.el (mail-fetch-field): Doc fix.
2370
2371 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2372 (uce-message-text, uce-default-headers): Fix custom type.
2373 (rmail-buffer, rmail-msg-is-pruned): Declare.
2374 (uce-reply-to-uce): Add autoload cookie. Doc fix.
2375 Update for mbox Rmail.
2376
2377 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
2378
2379 * vc-dir.el (vc-dir-mouse-map): New keymap.
2380 (vc-default-dir-printer): Use it locally.
2381 (vc-dir-find-file-other-window): Allow mouse events.
2382
2383 2009-01-30 Eli Zaretskii <eliz@gnu.org>
2384
2385 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2386 into Rmail-mbox attributes.
2387
2388 * mail/rmail.el (rmail-convert-babyl-to-mbox):
2389 Bind coding-system-for-read to `raw-text', and use insert-file-contents
2390 instead of insert-file-contents-literally. Fixes bug #2019.
2391 (rmail-resent-attr-index): Fix index value.
2392
2393 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
2394
2395 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2396 precedence even when its value is t. (Bug#2093)
2397
2398 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2399 connection. (Bug#2093)
2400 (vc-svn-diff): Use old version number even when it is the working
2401 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
2402
2403 2009-01-30 Glenn Morris <rgm@gnu.org>
2404
2405 * mail/rmail.el (rmail-reply): Handle empty folders.
2406 (rmail-speedbar-buttons)
2407 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2408
2409 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2410 line-beginning-position calls.
2411 (rmail-header-summary): Use line-end-position.
2412
2413 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
2414
2415 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2416 Fix regexp quoting. (Bug#1739)
2417
2418 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2421 Allow correction of passwords.
2422
2423 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * mail/rmail.el (rmail-toggle-header): Determine current header
2426 style using the buffer-local value of rmail-header-style in the
2427 view buffer.
2428 (rmail-show-message): Set a buffer-local value of
2429 rmail-header-style in the view buffer. (Bug#2016)
2430
2431 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
2432
2433 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2434 Fix typos in docstrings.
2435
2436 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * bindings.el (completion-ignored-extensions):
2439 Add entries for VCS metadata directories (CVS/, .svn, etc).
2440
2441 * pcvs.el (completion-ignored-extensions):
2442 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2443 directory, now done in bindings.el.
2444
2445 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
2446
2447 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
2448
2449 2009-01-29 Glenn Morris <rgm@gnu.org>
2450
2451 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2452 (rmail-set-header): Ensure header changes get saved.
2453
2454 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2455
2456 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2457 one, after a label is added.
2458
2459 * mail/rmailsum.el (rmail-summary-update-line): New function.
2460 (rmail-summary-goto-msg): Return a value according to whether message
2461 was found.
2462 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2463 property. Use line-end-position.
2464
2465 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
2466
2467 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2468 quoted From lines.
2469
2470 * mail/rmail.el (rmail-redecode-body): New function, based on old
2471 version removed in 2009-01-22 change.
2472 (rmail-show-message): Unquote From lines.
2473
2474 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
2475
2476 * doc-view.el (doc-view-mode): Don't use string-match and file
2477 extension to choose fallback mode on empty/non-existing files but
2478 let-bind auto-mode-alist and call normal-mode.
2479
2480 2009-01-28 Eli Zaretskii <eliz@gnu.org>
2481
2482 * ls-lisp.el (ls-lisp-classify): Propertize file name before
2483 concatenating the type indicating character.
2484 (ls-lisp-format): Don't propertize file-name only if
2485 ls-lisp-classify already did.
2486
2487 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
2488
2489 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2490 Describe second parameter of hook functions.
2491 (dbus-handle-event): Apply it.
2492
2493 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * mail/rmail.el (rmail-toggle-header): Don't reset
2496 rmail-header-style permanently (bug#2016).
2497
2498 2009-01-28 Denis Howe <denis.howe@gmail.com>
2499
2500 * complete.el (PC-do-completion): Correct case when completion is
2501 unambiguous.
2502
2503 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
2504
2505 * calendar/todo-mode.el (todo-insert-item-here):
2506 Prevent insertion of a new entry inside of an existing entry.
2507 Minor code cleanup. (Bug#2084)
2508 (todo-add-category): Change the interactive spec. Signal an error
2509 if the Todo file is non-empty but contains no category.
2510 Reject category names that could induce bugs and confusion.
2511 Call todo-mode if the Todo file is new and unsaved. Simplify handling
2512 of local variables cookie. Properly display the newly added
2513 category in Todo mode.
2514 (todo-show): Call todo-initial-setup only if there is neither a
2515 Todo file nor a corresponding unsaved buffer. (Bug#2085)
2516 (todo-category-alist): Delete function.
2517 (todo-completing-read): New function.
2518 (todo-insert-item, todo-jump-to-category): Use it.
2519 (todo-insert-item): Make the use of the prefix argument conform to
2520 the doc string. (Bug#2086)
2521
2522 2009-01-28 Glenn Morris <rgm@gnu.org>
2523
2524 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2525 even when called from the summary. (Bug#2075)
2526 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2527 (rmail-show-message-maybe): Use rmail-no-mail-p.
2528 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
2529 (rmail-get-labels): Separate status and label fields with a semicolon,
2530 rather than a comma, for consistency with old Rmail.
2531
2532 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2533 starting from the beginning, since mail-fetch-field does not care.
2534 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
2535 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2536 (rmail-get-summary-labels): New function. Returns labels rather than
2537 status (edited, etc).
2538 (rmail-create-summary): Insert an extra space after the status
2539 flags, for consistency with old rmail, and with current
2540 rmail-summary-font-lock-keywords.
2541
2542 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2545 if region is active. Use cond instead of nested ifs. (Bug#2053)
2546
2547 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2550 converting.
2551
2552 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2553 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2554
2555 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
2556
2557 * mouse.el (mouse-select-font): Return a string instead of a list.
2558
2559 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * bindings.el: Swap C-delete and C-backspace bindings here, so we
2562 don't have to do it in normal-erase-is-backspace-mode.
2563
2564 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2565 and C-backspace; the latter is not available on ttys anyway.
2566
2567 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
2568
2569 (doc-view-mode): Fix broken call to string-match.
2570
2571 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
2572
2573 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2574 fundamental-mode or ps-mode if the file is empty or doesn't exist
2575 at all.
2576 (doc-view-initiate-display): Better info message if doc-view-mode
2577 cannot be used. (Missing utility or no png support/no X frame.)
2578 (Bug#2058)
2579
2580 2009-01-27 Glenn Morris <rgm@gnu.org>
2581
2582 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
2583 of the headers in the full header case. (Bug#2073)
2584
2585 2009-01-27 Kenichi Handa <handa@m17n.org>
2586
2587 * mail/rmail.el (rmail-get-coding-system): Re-search
2588 rmail-mime-charset-pattern directly instead of using
2589 mail-fetch-field. Use coding-system-from-name.
2590
2591 * international/mule-cmds.el (canonicalize-coding-system-name)
2592 (coding-system-from-name): New functions.
2593
2594 2009-01-27 Glenn Morris <rgm@gnu.org>
2595
2596 * dired-x.el (dired-bind-vm): Doc fix.
2597
2598 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2599 Replace `first' and `rest' with `car' and `cdr' throughout.
2600 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2601 (rsf-scanning-messages-now): Doc fix.
2602 (rsf-check-field): Rename from `check-field' and update callers.
2603 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2604 Use rmail-output rather than deleted rmail-output-to-rmail-file.
2605
2606 * mail/rmail.el: Remove leading `*' from defcustom docs.
2607 Remove needless autoloads of many defcustoms and hooks.
2608 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2609 (rmail-search-mime-message-function, rmail-search-mime-header-function)
2610 (rmail-decode-mime-charset): Doc fix.
2611 (rmail-search-message, rmail-resend): Check functions set before use.
2612
2613 * mail/rmailout.el: Remove leading `*' from defcustom docs.
2614 Remove needless autoloads of many defcustoms.
2615 (rmail-output-to-babyl-buffer): Rename from
2616 rmail-output-to-r-mail-buffer and update caller.
2617 (rmail-output): Doc fix.
2618
2619 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2620 Remove needless autoloads of many defcustoms.
2621 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2622 is set.
2623
2624 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2625 (batch-unrmail, unrmail): Doc fix.
2626
2627 * mail/rmailsum.el (rmail-message-recipients-p-1)
2628 (rmail-message-regexp-p-1): Ensure searches start from the
2629 beginning of the header.
2630
2631 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2634
2635 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
2636
2637 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2638 expand the denominator.
2639
2640 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
2641
2642 * net/dbus.el (dbus-event-error-hooks): New variable.
2643 (dbus-handle-event): Use it.
2644
2645 2009-01-26 Glenn Morris <rgm@gnu.org>
2646
2647 * Makefile.in (ELCFILES): Update.
2648
2649 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2650 replies. (Bug#512)
2651
2652 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2653
2654 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2655
2656 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
2657
2658 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2659 Remove from global map and key definitions.
2660 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2661 definitions.
2662 (ns-show-preferences-help, ns-unput-working-text): New functions.
2663 (ns-unecho-working-text): Update message.
2664
2665 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
2666
2667 * calendar/icalendar.el (icalendar-uid-format): New defcustom
2668 variable to allow the user to choose icalendar UID format.
2669 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2670 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2671 (icalendar-export-region, icalendar--create-uid): Use custom
2672 function to compute icalendar UID for each entry.
2673 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2674 with description, location, etc. fields (need to keep active count
2675 of fields encountered). Another bug fix to the regex that matches
2676 multiple lines (need \' regex instead of $ to match end-of-entry).
2677
2678 2009-01-25 Juri Linkov <juri@jurta.org>
2679
2680 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2681 change its title from "Recursive grep..." to "Grep via Find...".
2682 Add menu items for lgrep and rgrep.
2683
2684 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2685
2686 * ps-print.el (ps-print-version): New version 7.3.4.
2687
2688 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
2689
2690 * ps-print.el: Fix face background/foreground extraction.
2691 (ps-face-extract-color): New fun.
2692 (ps-face-attributes, ps-face-attribute-list): Code fix.
2693
2694 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
2695
2696 * align.el (align-region): Avoid infloop.
2697
2698 2009-01-24 Eli Zaretskii <eliz@gnu.org>
2699
2700 * env.el (environment): Function removed.
2701
2702 * international/mule-cmds.el (set-language-environment-coding-systems):
2703 If default-buffer-file-coding-system is nil, set up to have EOLs that
2704 are native for the underlying system-type. (Bug#1853)
2705 (prefer-coding-system, set-default-coding-systems): Doc fix.
2706
2707 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
2708
2709 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2710 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2711 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2712 Use `string-match-p'.
2713
2714 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
2715
2716 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2717 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2718 next-feed does not succeed. Fixes bug#1710 even more.
2719 (newsticker-treeview-next-feed): Simplify.
2720 (newsticker--group-get-feeds): Suppress group names in result.
2721
2722 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2723
2724 * term/ns-win.el (menu-bar-select-frame): Drop this override.
2725 (menu-bar-update-frames): Update call to menu-bar-select-frame.
2726
2727 2009-01-24 Glenn Morris <rgm@gnu.org>
2728
2729 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2730 "popmail" by "pormail".
2731
2732 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2733 Remove unneeded declarations.
2734
2735 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2736
2737 * calc/calc-poly.el (calcFunc-apart): Improve test for
2738 rational functions.
2739
2740 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2743 return value of rmail-get-labels.
2744
2745 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2746 return value of rmail-get-labels.
2747
2748 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2749 (rmail-buffer-swapped): Fix last change. (Bug#1997)
2750
2751 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
2752
2753 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2754 old cache file. Fixes bug#1710.
2755
2756 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2759
2760 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2761
2762 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2763 Switch names and update comments for clarity.
2764
2765 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2768 start is nil, as was done in tar-mode.el.
2769
2770 2009-01-23 Glenn Morris <rgm@gnu.org>
2771
2772 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2773 more.
2774
2775 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2776
2777 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * server.el (server-name): Make it a defcustom. (Bug#1995)
2780
2781 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2782
2783 2009-01-23 Glenn Morris <rgm@gnu.org>
2784
2785 * Makefile.in (ELCFILES): Update.
2786
2787 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
2788
2789 * net/newst-treeview.el
2790 (newsticker-treeview-next-new-or-immortal-item): New optional arg
2791 current-item-counts. Move to next feed if necessary. (Bug#1569)
2792 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2793 feed if necessary. (Bug#1569)
2794 (newsticker-treeview-next-feed)
2795 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2796 Don't activate node nil. (Bug#1569)
2797
2798 2009-01-22 Paul Reilly <pmr@pajato.com>
2799 Henrik Enberg <enberg@printf.se>
2800 Alex Schroeder <alex@gnu.org>
2801 Chong Yidong <cyd@stupidchicken.com>
2802 Richard M Stallman <rms@gnu.org>
2803 Glenn Morris <rgm@gnu.org>
2804 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * mail/rmail.el: Code implementing Rmail-mbox functionality.
2807 (rmail-attribute-header, rmail-keyword-header)
2808 (rmail-answered-attr-index, rmail-deleted-attr-index)
2809 (rmail-edited-attr-index, rmail-filed-attr-index)
2810 (rmail-retried-attr-index, rmail-forwarded-attr-index)
2811 (rmail-unseen-attr-index, rmail-resent-attr-index)
2812 (rmail-attr-array, rmail-header-style, rmail-file-name)
2813 (rmail-buffer-swapped): New vars.
2814 (rmail-convert-file-maybe, rmail-error-bad-format)
2815 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2816 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2817 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2818 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2819 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2820 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2821 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2822 (rmail-message-attr-p, rmail-message-unseen-p)
2823 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2824 (rmail-show-message-maybe, rmail-copy-headers)
2825 (rmail-simplified-subject, rmail-simplified-subject-regexp)
2826 (rmail-write-region-annotate): New functions.
2827
2828 (rmail-keywords, rmail-default-rmail-file): Delete vars.
2829 (rmail-convert-mailpath, rmail-convert-file)
2830 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2831 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2832 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2833 (rmail-redecode-body)
2834 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2835 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2836 (rmail-count-screen-lines, rmail-message-regexp-p)
2837 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2838 (rmail-nuke-pinhead-header): Move to rmailout.el.
2839
2840 (rmail-ignored-headers): Add additional headers.
2841 (rmail-mode-map): Update key commands.
2842 (rmail-tool-bar-map): Build tool-bar unconditionally.
2843 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2844 conversion and new buffer swapping mechanism.
2845 (rmail-perm-variables): Use new vars, and remove deleted ones.
2846 (rmail-revert): Use rmail-convert-file-maybe.
2847 (rmail-duplicate-message): Use rmail-show-message-maybe.
2848 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2849 a disk-full error.
2850 (rmail-parse-url): Strip embedded password.
2851 (rmail-insert-inbox-text): Default to movemail if
2852 rmail-movemail-program is null. Handle mbox format.
2853 (rmail-decode-region): New arg.
2854 (rmail-display-labels): Don't perform Babyl processing.
2855 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2856 (rmail-set-message-counters, rmail-count-new-messages)
2857 (rmail-set-message-counters-counter, rmail-show-message)
2858 (rmail-next-same-subject, rmail-reply): Use mbox format.
2859 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2860 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2861 buffer swapping mechanism.
2862
2863 * mail/rmailedit.el: Require rmailsum.el.
2864 (rmail-edit-mode): First check if buffer is swapped.
2865 (rmail-edit-saved-coding-system): Delete var.
2866 (rmail-edit-current-message): Don't call deleted vars.
2867 (rmail-cease-edit): Handle mbox format.
2868 (rmail-abort-edit): Widen buffer.
2869
2870 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
2871 declarations.
2872 (rmail-buffer, rmail-current-message, rmail-last-label)
2873 (rmail-last-multi-labels, rmail-summary-vector)
2874 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2875 (rmail-keywords): Delete vars.
2876 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2877 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2878 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2879 (rmail-make-label): New function.
2880 (rmail-read-label): Don't call rmail-parse-file-keywords.
2881 (rmail-set-label): Rewrite using rmail-set-attribute.
2882 (rmail-next-labeled-message): Use rmail-get-labels.
2883
2884 * mail/rmailmm.el: New file.
2885
2886 * mail/rmailmsc.el: Require rmail.el.
2887 (set-rmail-inbox-list): Set rmail-inbox-list directly.
2888
2889 * mail/rmailout.el (rmail-output-decode-coding): New var.
2890 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2891 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2892 (rmail-output-to-rmail-buffer): New functions.
2893 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2894 Delete functions.
2895 (rmail-nuke-pinhead-header): Move from rmail.el.
2896 (rmail-output): Rewrite to accept both mbox and babyl output.
2897 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2898 use mbox internal format.
2899
2900 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
2901 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2902 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2903 Use rmail-get-header.
2904 (rmail-sort-messages): Use new buffer swapping mechanism.
2905 Handle mbox internal format.
2906
2907 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2908 (rmail-message-recipients-p, rmail-message-recipients-p-1)
2909 (rmail-message-regexp-p, rmail-new-summary-1)
2910 (rmail-get-create-summary-buffer, rmail-get-summary)
2911 (rmail-create-summary-line, rmail-get-summary-labels)
2912 (rmail-create-summary, rmail-header-summary)
2913 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2914 (rmail-summary-by-topic, rmail-message-senders-p)
2915 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2916 internal format.
2917 (rmail-new-summary): Rewrite window handling.
2918 (rmail-make-summary-line, rmail-make-summary-line-1)
2919 (rmail-make-basic-summary-line)
2920 (rmail-summary-output-to-rmail-file): Functions deleted.
2921 (rmail-summary-undelete, rmail-summary-rmail-update)
2922 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2923 (rmail-summary-show-message, rmail-summary-wipe)
2924 (rmail-summary-toggle-header, rmail-summary-reply):
2925 Use rmail-buffer instead of rmail-view-buffer.
2926 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2927 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2928 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2929
2930 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2931
2932 * term/ns-win.el (ns-show-manual): Fix node name.
2933 (x-open-connection): Fix typo in declaration filename.
2934
2935 2009-01-22 Romain Francoise <romain@orebokech.com>
2936
2937 * Makefile.in (ELCFILES): Update.
2938
2939 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2940
2941 * frame.el (make-frame-on-tty): Remove function, inline contents
2942 in the only user ...
2943
2944 * server.el (server-create-tty-frame): ... here.
2945
2946 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * format.el (format-annotate-function):
2949 Set write-region-post-annotation-function.
2950
2951 2009-01-21 John Wiegley <johnw@newartisans.com>
2952
2953 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2954 list of output filters.
2955 (eshell-mode): Change the default binding of C-a to eshell-bol.
2956 I don't think it's actually bound at all by default in eshell;
2957 it just falls back to the default binding of C-a.
2958
2959 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * minibuffer.el (completion--insert-strings): Fix up computation of
2962 column position which manifested e.g. in proced's signal completion.
2963
2964 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * server.el (server-start): Allow server to shut down when no
2967 frames are available in daemon-mode.
2968
2969 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
2970
2971 * term.el (term-previous-matching-input, term-next-matching-input)
2972 (term-previous-matching-input-from-input)
2973 (term-next-matching-input-from-input, term-backward-matching-input)
2974 (term-forward-matching-input): Change argument name to match docstring.
2975
2976 2009-01-21 Glenn Morris <rgm@gnu.org>
2977
2978 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2979 that are no longer needed.
2980 (authors-scan-change-log): Doc fix.
2981 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2982
2983 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
2984
2985 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2986 Use aspell default dict.
2987
2988 2009-01-20 Kenichi Handa <handa@m17n.org>
2989
2990 * descr-text.el (describe-char): Improve description of eight-bit
2991 char in a unibyte buffer. (Bug#1935)
2992
2993 2009-01-20 Glenn Morris <rgm@gnu.org>
2994
2995 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2996 Add some entries.
2997
2998 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * progmodes/ruby-mode.el: Autoload other interpreter names.
3001
3002 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * descr-text.el (describe-char-categories): New defsubst.
3005 (describe-char): Use it.
3006
3007 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
3008
3009 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
3010 IPv4 mapped IPv6 addresses.
3011
3012 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
3013
3014 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
3015 the beginning of the buffer. (Bug#1949)
3016
3017 2009-01-18 Markus Triska <markus.triska@gmx.at>
3018
3019 * linum.el (linum-update-window): Use `delq' instead of `delete';
3020 compare strings with `equal-including-properties'.
3021
3022 2009-01-17 Glenn Morris <rgm@gnu.org>
3023
3024 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
3025 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
3026
3027 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
3028 (eldoc-message-commands, eldoc-print-current-symbol-info):
3029 Doc fix (consistent case of "ElDoc").
3030
3031 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3032
3033 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
3034
3035 2009-01-17 Eli Zaretskii <eliz@gnu.org>
3036
3037 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
3038 TARGET)' does not exist, try again with its basename replaced by
3039 `(cdr TARGET)'. (Related to Bug #1853.)
3040
3041 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
3042
3043 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
3044
3045 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
3046 unless flyspell-mode is enabled.
3047 (flyspell-pre-point): Make buffer-local.
3048
3049 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3050
3051 * textmodes/bibtex.el (bibtex-format-entry): For updating field
3052 delimiters, allow fields that are composed of strings and string
3053 constants.
3054 (bibtex-mode): Doc fix.
3055
3056 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
3057
3058 * textmodes/ispell.el: Protect against declare-function undefined
3059 in XEmacs.
3060 (ispell-program-name): Search also for hunspell when setting default.
3061 (ispell-find-aspell-dictionaries): Better error message. Use correct
3062 dictionary alist for default. Better fallback default dictionary.
3063
3064 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
3065
3066 * international/quail.el (quail-insert-kbd-layout):
3067 Delete superfluous handling of 8-bit code. (Bug#1418)
3068
3069 2009-01-16 Glenn Morris <rgm@gnu.org>
3070
3071 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
3072 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
3073 (eldoc-highlight-function-argument): Doc fix - mention effect of
3074 eldoc-documentation-function.
3075 (eldoc-message-commands-table-size, eldoc-message-commands)
3076 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
3077 (eldoc-documentation-function): Mention effect on user options.
3078
3079 * emacs-lisp/copyright.el (copyright-update): Doc fix.
3080
3081 2009-01-16 Kevin Ryde <user42@zip.com.au>
3082
3083 * tar-mode.el (tar-rename-entry): Only test the magic string, without
3084 its version number, and then set both.
3085
3086 2009-01-16 Richard M Stallman <rms@gnu.org>
3087
3088 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
3089
3090 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3091
3092 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
3093 Refer to revert-buffer, not Buffer-menu-revert.
3094 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
3095 (Buffer-menu-revert): Remove function, unused.
3096 (Buffer-menu-mode-map): Don't bind keys already
3097 bound by special-mode.
3098 (Buffer-menu-mode-map): Add a menu.
3099
3100 2009-01-15 Stephen Eglen <stephen@gnu.org>
3101
3102 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
3103
3104 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
3107
3108 2009-01-15 Martin Rudalics <rudalics@gmx.at>
3109
3110 * window.el (special-display-p): Revert 2009-01-14 change.
3111
3112 2009-01-15 Glenn Morris <rgm@gnu.org>
3113
3114 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3115 (authors-obsolete-files-regexps, authors-ignored-files):
3116 (authors-renamed-files-alist): Add some entries.
3117 (authors-fixed-entries): Change some entries.
3118 (authors-canonical-file-name): Doc fix.
3119 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
3120
3121 2009-01-14 Juri Linkov <juri@jurta.org>
3122
3123 * info.el (Info-isearch-filter): Don't filter out invisible text
3124 when search-invisible is t. (Bug#1848)
3125
3126 * simple.el (blink-matching-open): Use `minibuffer-message' to
3127 display messages in the minibuffer.
3128
3129 * help.el (view-help-file):
3130 * menu-bar.el (menu-bar-help-extra-packages):
3131 Use goto-address-mode instead of goto-address.
3132
3133 * net/goto-addr.el (goto-address-url-face): Change default value
3134 from `bold' to `link'.
3135
3136 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
3139
3140 2009-01-14 Martin Rudalics <rudalics@gmx.at>
3141
3142 * frame.el (special-display-popup-frame): Rewrite doc-string and
3143 simplify code.
3144
3145 * window.el (special-display-buffer-names)
3146 (special-display-regexps): Add customization support for
3147 function/other-args elements. Rewrite doc-strings.
3148 (special-display-function): Rewrite doc-string.
3149 (same-window-buffer-names, same-window-regexps):
3150 Minor doc-string fixes.
3151 (special-display-p): Minor rewrite.
3152
3153 2009-01-14 Glenn Morris <rgm@gnu.org>
3154
3155 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
3156
3157 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
3160 MESSAGEs with internal square brackets (i.e., " this [test] message").
3161 Use `string-match-p'.
3162 (completion--make-envvar-table, completion--file-name-table)
3163 (completion-pcm--string->pattern, completion-pcm--all-completions)
3164 (completion-pcm--filename-try-filter): Use `string-match-p'.
3165
3166 2009-01-14 Juri Linkov <juri@jurta.org>
3167
3168 * progmodes/bug-reference.el (bug-reference-fontify): Check for
3169 non-nil `bug-reference-url-format' before putting an overlay
3170 property `bug-reference-url'.
3171 (bug-reference-mode, bug-reference-prog-mode): Don't check for
3172 `bug-reference-url-format'. Doc fix. (Bug#1744)
3173
3174 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
3177 for exit-emacs item. Bind it to save-buffers-kill-terminal.
3178
3179 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
3180 loaded.
3181
3182 2009-01-13 Jason Rumney <jasonr@gnu.org>
3183
3184 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
3185
3186 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * subr.el (play-sound): Doc fix. (Bug#250)
3189 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
3190
3191 2009-01-12 Alan Mackenzie <acm@muc.de>
3192
3193 * textmodes/paragraphs.el (forward-sentence): Change limit of
3194 re-search-backward to allow values of `sentence-end' anchored at BOL.
3195
3196 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
3199 subfield of the magic string.
3200
3201 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
3202
3203 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
3204 (math-special-function-table): Use `math-compose-tex-sqrt' to
3205 compose sqrts in TeX and LaTeX mode.
3206
3207 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * faces.el (describe-face): Ignore anonymous faces.
3210
3211 * server.el (server-save-buffers-kill-terminal): Args changed.
3212 Handle nowait client frames.
3213
3214 * files.el (save-buffers-kill-terminal): Args for
3215 server-save-buffers-kill-terminal changed.
3216
3217 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3220
3221 2009-01-11 Glenn Morris <rgm@gnu.org>
3222
3223 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
3224 Silence compiler.
3225
3226 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
3227 some entries.
3228 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
3229 (authors-renamed-files-alist): Add entries.
3230 (authors-fixed-entries): Update for renamed and removed files.
3231 (authors-canonical-file-name): Add entries to
3232 authors-checked-files-alist based on their full names, expanded relative
3233 to each log-file directory.
3234 (authors-scan-el, authors-add-to-author-list, authors):
3235 Handle multiple authors in a file, via a new :cowrote category.
3236
3237 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
3238
3239 2009-01-10 Richard M Stallman <rms@gnu.org>
3240
3241 * mail/mail-utils.el (mail-quote-printable-region): New function.
3242
3243 2009-01-10 Glenn Morris <rgm@gnu.org>
3244
3245 * calendar/cal-move.el (calendar-scroll-left-three-months)
3246 (calendar-scroll-right-three-months):
3247 * calendar/holidays.el (calendar-list-holidays)
3248 (calendar-mark-holidays):
3249 * calendar/lunar.el (calendar-lunar-phases):
3250 Add event handling, for when called from menus with the calendar buffer
3251 not current.
3252
3253 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
3254
3255 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3256 Move setting up whitepace-mode ...
3257 (diff-mode): ... here.
3258 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
3259
3260 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * faces.el (x-font-family-list): Remove entirely.
3263
3264 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3265
3266 Fix Bug #876:
3267
3268 * info.el (info-insert-file-contents, Info-insert-dir):
3269 Bind inhibit-null-byte-detection to non-nil.
3270
3271 2009-01-10 Martin Rudalics <rudalics@gmx.at>
3272
3273 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
3274 toggling tool bars on. (Bug#1754)
3275
3276 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * faces.el (face-valid-attribute-values): Use string as value for
3279 :family attribute. Now, font-family-list returns a list of strings.
3280 (x-font-family-list): Obsolete compatibility version of function
3281 from xfaces.c.
3282
3283 2009-01-09 Martin Rudalics <rudalics@gmx.at>
3284
3285 * window.el (special-display-buffer-names)
3286 (special-display-regexps, special-display-function):
3287 In doc-strings say "same-window" instead of "same-buffer".
3288
3289 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/tramp.el: Revert previous patch. `last-command-char' is
3292 used in code intended only for XEmacs, where it is different from
3293 `last-command-event'.
3294
3295 2009-01-09 Glenn Morris <rgm@gnu.org>
3296
3297 * subr.el (last-input-char, last-command-char):
3298 Move here from src/keyboard.c.
3299
3300 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3301 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3302 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3303 * wdired.el:
3304 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3305 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3306 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3307 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3308 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3309 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3310 * eshell/em-smart.el, eshell/esh-mode.el:
3311 * international/mule-cmds.el:
3312 * mail/mailabbrev.el:
3313 * net/tramp.el:
3314 * play/mpuz.el:
3315 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3316 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3317 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3318 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3319 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3320 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3321 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3322 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3323 Replace last-command-char with last-command-event.
3324
3325 * double.el, electric.el, replace.el, term.el, terminal.el:
3326 * calc/calc.el:
3327 * emulation/viper-cmd.el:
3328 * international/mule-cmds.el:
3329 * obsolete/iso-acc.el:
3330 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3331
3332 * emacs-lisp/edebug.el: Remove references to last-command-char and
3333 last-input-char, since these have been identical to last-command-event
3334 and last-input-event since at least Emacs 19.
3335 (edebug-outside-last-command-char, edebug-outside-last-input-char):
3336 Remove.
3337
3338 2009-01-09 Dave Love <fx@gnu.org>
3339
3340 * calendar/time-date.el: Require cl for `declare'.
3341
3342 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3343
3344 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3345 Suggested by Dave Love.
3346
3347 2009-01-09 Dave Love <fx@gnu.org>
3348
3349 * net/imap.el (imap-string-to-integer): Fix typo.
3350 (imap-fetch-safe): New function.
3351 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3352
3353 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3354 (imap-parse-greeting): Fix doc strings.
3355 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3356 (imap-parse-flag-list): Make messages unique.
3357 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
3358
3359 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3360 call.
3361
3362 * net/imap.el: Fix author email. Doc fixes.
3363 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3364 reply.
3365
3366 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3367
3368 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
3369
3370 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3371
3372 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3373 Call nslookup if resolv.conf isn't available.
3374 (dns-query): Rename from query-dns.
3375 (dns-query-cached): Rename from query-dns-cached.
3376
3377 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3378
3379 * net/imap.el (imap-enable-exchange-bug-workaround):
3380 Explain auto-detection in the doc string.
3381
3382 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
3383
3384 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3385 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3386 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3387 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3388 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3389 Fix typos in docstrings.
3390 (ispell-command-loop): Reflow docstring.
3391
3392 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
3393
3394 * textmodes/ispell.el (ispell-encoding8-command): New variable.
3395 (ispell-aspell-supports-utf8): Mark as obsoleted by
3396 ispell-encoding8-command.
3397 (ispell-check-version): Set ispell-encoding8-command.
3398 (ispell-check-spellchecker-params, ispell-start-process):
3399 Use ispell-encoding8-command.
3400
3401 * textmodes/flyspell.el (flyspell-large-region):
3402 Use ispell-encoding8-command.
3403
3404 2009-01-08 Glenn Morris <rgm@gnu.org>
3405
3406 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3407 scroll the calendar.
3408
3409 * international/mule-cmds.el (universal-coding-system-argument):
3410 last-input-char need not be a char.
3411
3412 * textmodes/ispell.el (ispell-check-minver): Declare.
3413 Use string-to-number rather than string-to-int.
3414
3415 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * add-log.el (change-log-search-tag-name): Reflow docstring.
3418 (change-log-mode): Fix typo in docstring.
3419
3420 * international/mule.el (define-coding-system): Doc fix.
3421
3422 2009-01-07 Kenichi Handa <handa@m17n.org>
3423
3424 * international/mule.el (define-coding-system): Fix docstring
3425 about :bom usage.
3426
3427 2009-01-07 Martin Rudalics <rudalics@gmx.at>
3428
3429 * dired.el (dired-pop-to-buffer): Don't split windows
3430 horizontally. (Bug#1806)
3431
3432 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * tar-mode.el (tar-mode, tar-mode-write-contents)
3435 (tar-write-region-annotate): Undo Andreas's last change.
3436
3437 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
3438
3439 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3440 (tramp-handle-file-local-copy, tramp-handle-write-region)
3441 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3442 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3443
3444 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * minibuffer.el (completion-hilit-commonality): Don't presume
3447 all-completions always include the input as prefix.
3448 (completion-pcm--pattern-trivial-p): Accept a few more patterns
3449 as trivial.
3450 (completion-pcm--hilit-commonality): Remove leftover code that used to
3451 deal with the now removed cdr-in-last-cons.
3452
3453 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * international/mule.el (define-coding-system): Fix typos in docstring.
3456
3457 2009-01-05 Alan Mackenzie <acm@muc.de>
3458
3459 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3460 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
3461
3462 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp.el (tramp-handle-load)
3465 (tramp-do-copy-or-rename-file-directly)
3466 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3467 (tramp-handle-write-region)
3468 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3469 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3470 Delete temporary file in case of error.
3471
3472 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
3473
3474 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3475
3476 2009-01-05 Richard M Stallman <rms@gnu.org>
3477
3478 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3479
3480 2009-01-05 Martin Rudalics <rudalics@gmx.at>
3481
3482 * window.el (display-buffer): Fix last fix.
3483
3484 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3487 to shorten the desktop file directory shown in message.
3488
3489 2009-01-05 Glenn Morris <rgm@gnu.org>
3490
3491 * version.el (emacs-copyright):
3492 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3493 Update copyrights for 2009.
3494
3495 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
3496
3497 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3498 (ada-get-indent-paramlist): Use ada-broken-indent instead of
3499 hard-coded 0.
3500 (ada-get-indent-loop): Fix list access bug.
3501
3502 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3505 (lisp-interaction-mode): Add a blank line in the docstring
3506 before the keymap listing.
3507
3508 2009-01-04 Martin Rudalics <rudalics@gmx.at>
3509
3510 * window.el (display-buffer): When a buffer is displayed in the
3511 selected and some other window, and not-this-window is non-nil,
3512 try to return that other window instead of popping up a new
3513 frame. (Bug#30)
3514
3515 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3518
3519 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
3520
3521 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3522
3523 2009-01-03 Michael Olson <mwolson@gnu.org>
3524
3525 * net/imap.el (imap-parse-fetch): Courier can insert spurious
3526 blank characters which will confuse `read', so skip past them.
3527
3528 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3529
3530 * emacs-lisp/authors.el (authors-aliases): Addition.
3531 (authors): Allow to use it for other projects.
3532
3533 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3534 Clarify MATCH argument. Print filenames.
3535
3536 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
3537
3538 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3539
3540 * net/tramp.el (tramp-local-host-regexp)
3541 (tramp-prefix-domain-format)
3542 (tramp-prefix-domain-regexp, tramp-domain-regexp)
3543 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3544 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3545 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3546 (tramp-file-name-structure, tramp-file-name-regexp-unified)
3547 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3548 (tramp-dissect-file-name, tramp-make-tramp-file-name)
3549 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3550 (tramp-handle-insert-file-contents): Fix setting of
3551 `buffer-read-only'.
3552 (tramp-compute-multi-hops, tramp-local-host-p):
3553 Use `tramp-local-host-regexp'.
3554 (tramp-file-name-real-user, tramp-file-name-domain):
3555 Use `tramp-user-with-domain-regexp'.
3556
3557 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3558 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3559
3560 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3561
3562 * proced.el (proced-grammar-alist): Refiner can be a
3563 list (function help-echo) instead of a cons pair.
3564 (proced-post-display-hook): New variable.
3565 (proced-tree-depth): Rename from proced-tree-indent.
3566 (proced-mode): Derive mode from special-mode.
3567 (proced-mode-map): Change accordingly.
3568 (proced, proced-update): Run proced-post-display-hook.
3569 (proced-do-mark-all): Count processes for which mark has been updated.
3570 (proced-format): Check for ppid attribute.
3571 (proced-process-attributes): Take time and ctime attribute from
3572 system-process-attributes.
3573 (proced-send-signal): Doc fix. Collect properly the info on
3574 marked processes. Use fit-window-to-buffer instead of
3575 dired-pop-to-buffer.
3576
3577 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3580 point-min==1.
3581
3582 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * bindings.el (mode-line-eol-desc): Fix typo in help message.
3585 (mode-line-client): Fix typo in help message and docstring.
3586
3587 2009-01-02 Jason Rumney <jasonr@gnu.org>
3588
3589 * term/w32-win.el (image-library-alist): Add gobject library.
3590
3591 2009-01-02 Martin Rudalics <rudalics@gmx.at>
3592
3593 * frame.el (window-system-default-frame-alist)
3594 (initial-frame-alist, minibuffer-frame-alist)
3595 (pop-up-frame-alist, pop-up-frame-function)
3596 (special-display-frame-alist): Rewrite and reformat doc-strings.
3597
3598 2009-01-01 Martin Rudalics <rudalics@gmx.at>
3599
3600 * simple.el (minibuffer-default-add-shell-commands):
3601 Fix doc-string typo.
3602
3603 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * language/cham.el: Fix setting of composition-function-table.
3606
3607 * language/khmer.el: Fix setting of composition-function-table.
3608
3609 * language/tibet-util.el (tibetan-composition-function):
3610 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3611
3612 * simple.el (minibuffer-default): Add defvar.
3613
3614 * hippie-exp.el: Require comint.
3615
3616 2008-12-31 Martin Rudalics <rudalics@gmx.at>
3617
3618 * simple.el (last-buffer): Don't set major mode of *scratch* if
3619 that buffer exists already. Rewrite doc-string.
3620
3621 2008-12-31 Andreas Schwab <schwab@suse.de>
3622
3623 * tar-mode.el (tar-mode): Set write-contents-functions instead of
3624 write-region-annotate-functions.
3625 (tar-mode-write-contents): New function.
3626 (tar-write-region-annotate): Remove.
3627
3628 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * files.el (basic-save-buffer): Revert 2008-12-22 change.
3631 (buffer-swapped-with): Var removed.
3632
3633 2008-12-30 Kenichi Handa <handa@m17n.org>
3634
3635 * language/japanese.el (compose-gstring-for-variation-glyph):
3636 New function. Register it in composition-function-table.
3637
3638 * composite.el (lglyph-set-code): New function.
3639
3640 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * tar-mode.el (tar-data-swapped): New var.
3643 (tar-data-swapped-p, tar-swap-data):
3644 Use it instead of buffer-swapped-with.
3645 (tar-write-region-annotate): Re-add (partial undo of last change).
3646 (tar-mode): Use it again (partial undo as well).
3647
3648 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
3649
3650 * textmodes/table.el (table-capture): Fix symbol quoting typo.
3651
3652 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3653
3654 * follow.el (follow-select-if-visible): Improve the check for the
3655 last line of the window.
3656 (follow-post-command-hook): Perform redisplay in more
3657 circumstances, to avoid getting point stuck on partially visible lines.
3658
3659 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * follow.el (follow-calc-win-end): Use with-selected-window.
3662 (follow-windows-start-end, follow-pos-visible)
3663 (follow-windows-aligned-p): Code cleanup.
3664 (follow-select-if-visible): Try to avoid partially-visible lines.
3665 (follow-select-if-visible-from-first): Call follow-redisplay and
3666 move point to destination.
3667 (follow-redisplay): New arg, to keep selected window unchanged.
3668 (follow-post-command-hook): In final check for destination
3669 visibility, use window-start and window-end instead of the less
3670 accurate follow-pos-visible. If the selected window is redrawn,
3671 tell follow-redisplay to preserve it.
3672 (follow-calculate-first-window-start-from-below): Avoid looping
3673 forever if vertical-motion returns an unexpected value.
3674
3675 2008-12-30 Andreas Schwab <schwab@suse.de>
3676
3677 * server.el (server-running-p): Remove interactive spec.
3678 Fix regexp.
3679
3680 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * follow.el (follow-calc-win-start): Don't use `inline'.
3683 (follow-update-window-start, follow-select-if-visible)
3684 (follow-calculate-first-window-start-from-below)
3685 (follow-post-command-hook): Code cleanup.
3686 (follow-downward, follow-calculate-first-window-start):
3687 Delete function and merge into follow-redisplay.
3688 (follow-redisplay): Merge code from follow-downward and
3689 follow-calculate-first-window-start.
3690
3691 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * proced.el (proced-tree-flag): Fix typo in docstring.
3694
3695 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3696
3697 * proced.el (proced-temp-alist): Rename from variable
3698 proced-children-alist.
3699 (proced-process-tree, proced-toggle-tree): Fix docstring.
3700 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
3701 (proced-temp-internal): Use proced-temp-alist.
3702
3703 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * subr.el (mkdir): New defalias.
3706
3707 2008-12-29 Juri Linkov <juri@jurta.org>
3708
3709 * proced.el (proced-mode-map): Bind " " to next-line instead of the
3710 command `proced-next-line' removed on 2008-09-06.
3711
3712 2008-12-28 Juri Linkov <juri@jurta.org>
3713
3714 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3715 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3716
3717 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3718 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3719 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3720 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
3721 set 4 obsolete variables for backward-compatibility with Emacs 22.
3722
3723 2008-12-28 Juri Linkov <juri@jurta.org>
3724
3725 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
3726
3727 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
3728
3729 * misc.el (butterfly): New command.
3730
3731 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3732
3733 * proced.el (proced-grammar-alist): Allow predicate nil.
3734 New attribute tree.
3735 (proced-format-alist): Use attribute tree.
3736 (proced-tree-flag, proced-tree-indent): New variables.
3737 (proced-children-alist): Rename from proced-process-tree.
3738 PPID must refer to a process in process-alist.
3739 Ignore PPIDs that equal PID (Bug#1718).
3740 Children alist inherits sorting order from process-alist.
3741 (proced-process-tree): New variable. New function.
3742 (proced-process-tree-internal, proced-toggle-tree)
3743 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3744 (proced-mark-process-alist): Add docstring.
3745 (proced-filter-parents): PPID must refer to a process in
3746 process-alist. Ignore PPIDs that equal PID (Bug#1718).
3747 (proced-sort): Throw error if attribute is not sortable.
3748 (proced-sort-interactive): Restrict completion to sortable attributes.
3749 (proced-format): Include tree in standard attributes if
3750 proced-tree-flag is non-nil. Make header clickable only if
3751 corresponding predicate is non-nil.
3752 (proced-update): Use proced-tree.
3753
3754 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * diff.el (diff): Doc fix.
3757
3758 * emacs-lisp/rx.el (rx): Doc fix.
3759
3760 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3761 before uniquifying backup trash file name.
3762
3763 2008-12-27 Andreas Schwab <schwab@suse.de>
3764
3765 * vc-git.el (vc-git-dir-printer): Fix filename column.
3766
3767 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
3768
3769 * term.el (term-emulate-terminal): Decode substring just prior to
3770 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
3771
3772 2008-12-27 Eli Zaretskii <eliz@gnu.org>
3773
3774 * makefile.w32-in (MH_E_DIR): New variable.
3775 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3776 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3777 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3778 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3779 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3780 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3781 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3782 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3783 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3784 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3785 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3786
3787 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3788 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3789 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3790 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3791 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3792 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3793 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3794 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3795 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3796 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3797 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3798
3799 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3800
3801 * files.el (dosified-file-name): Declare.
3802
3803 2008-12-26 Andreas Schwab <schwab@suse.de>
3804
3805 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3806
3807 * tar-mode.el (tar-swap-data): New function.
3808 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3809 (tar-mode-revert): Likewise.
3810 (tar-mode): Likewise. Don't set write-region-annotate-functions.
3811 (tar-data-swapped-p): Test buffer-swapped-with.
3812 (tar-write-region-annotate): Remove.
3813 (tar-header-block-tokenize): Add argument `coding' and use it
3814 instead of tar-file-name-coding-system.
3815 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3816
3817 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3818
3819 * dos-fns.el (dosified-file-name): New function.
3820
3821 * files.el (dir-locals-find-file): Run dir-locals-file through
3822 dosified-file-name. Compare files case-insensitively on systems
3823 whose filesystems are case-insensitive.
3824
3825 2008-12-25 Martin Rudalics <rudalics@gmx.at>
3826
3827 * help.el (help-for-help-internal): Fix entry for "l".
3828
3829 2008-12-25 Richard M Stallman <rms@gnu.org>
3830
3831 * shadowfile.el (shadow-copy-file): Revert previous change.
3832 This code as it was should work properly with buffer-swapped-with.
3833
3834 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
3835
3836 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3837
3838 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * subr.el (chmod): New defalias for set-file-modes.
3841
3842 2008-12-23 Juri Linkov <juri@jurta.org>
3843
3844 * isearch.el (isearch-filter-predicate, isearch-search):
3845 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3846 (isearch-filter-visible): Rename from
3847 `isearch-filter-invisible'. Doc fix.
3848
3849 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3850 value from `dired-isearch-filter-predicate-orig' instead of the
3851 symbol `isearch-filter-invisible'. Doc fix.
3852 (dired-isearch-filter-filenames): Doc fix.
3853 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3854
3855 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3856 for Info-point-loc since it is more correct in all cases.
3857 (Info-isearch-filter): Rename from
3858 `Info-isearch-filter-predicate'. Doc fix.
3859 (Info-mode): Replace `Info-isearch-filter-predicate' with
3860 `Info-isearch-filter'.
3861
3862 2008-12-23 Daiki Ueno <ueno@unixuser.org>
3863
3864 * pgg.el: Add obsolescence info.
3865
3866 2008-12-22 Richard M Stallman <rms@gnu.org>
3867
3868 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3869
3870 * files.el (buffer-swapped-with): New variable.
3871 (basic-save-buffer-0): Most of basic-save-buffer moved here.
3872 (basic-save-buffer): Unswap the buffer temporarily if nec.
3873
3874 * dired.el (dired-readin): Inhibit modification hooks.
3875
3876 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
3877
3878 * net/newst-backend.el (newst-backend):
3879 Remove wrong duplicate provide statement.
3880
3881 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
3882
3883 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3884 end, before updating.
3885 (tramp-convert-file-attributes): Add "l" indicator to file modes.
3886 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3887
3888 2008-12-21 Martin Rudalics <rudalics@gmx.at>
3889
3890 * window.el (set-window-text-height): Fix doc-string.
3891
3892 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * minibuffer.el (completion-all-completions-with-base-size): Remove.
3895 (completion-all-completions): Don't set it.
3896 (completion-table-with-context, completion--file-name-table):
3897 Don't add base-size in last cdr.
3898 (completion-hilit-commonality): Add argument `base-size'.
3899 (display-completion-list, completion-emacs21-all-completions)
3900 (completion-emacs22-all-completions, completion-basic-all-completions):
3901 Provide it.
3902 (completion-pcm--all-completions): Don't need to remove the base-size
3903 in last-cdr any more.
3904
3905 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
3906
3907 * textmodes/ispell.el (ispell-check-minver): New function.
3908 (ispell-check-version): Rewrite spellchecker and version checking.
3909 Use (ispell-check-minver). Handle hunspell versions.
3910
3911 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * ido.el (ido-read-internal): Handle `confirm' and
3914 `confirm-after-completion' values for the require-match argument.
3915
3916 2008-12-20 Jason Rumney <jasonr@gnu.org>
3917
3918 * international/mule.el (auto-coding-regexp-alist):
3919 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
3920
3921 2008-12-20 Ami Fischman <ami@fischman.org>
3922
3923 * bindings.el (mode-line-eol-desc): Use assoc to query
3924 mode-line-eol-desc-cache.
3925
3926 2008-12-20 Glenn Morris <rgm@gnu.org>
3927
3928 * comint.el (comint-save-input-ring-index): Add missing initial value.
3929
3930 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * proced.el (proced-grammar-alist): Doc fix.
3933 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3934 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3935 (proced-undo): Fix typos in docstrings.
3936
3937 2008-12-19 Glenn Morris <rgm@gnu.org>
3938
3939 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3940 (authors-fixed-case): New constant.
3941 (authors-public-domain-files, authors-ignored-files):
3942 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3943 (authors-renamed-files-regexps): Add some new entries.
3944 (authors-canonical-file-name): Don't complain about ignored files.
3945 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
3946 (authors): Ensure error buffer is writable.
3947
3948 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
3949
3950 (ispell-really-hunspell): New variable to signal hunspell.
3951 (ispell-check-version):
3952 Check if hunspell and set ispell-really-hunspell if needed.
3953 (ispell-send-string, ispell-start-process, flyspell-large-region):
3954 Pass right options for hunspell if needed.
3955
3956 2008-12-18 Kenichi Handa <handa@m17n.org>
3957
3958 * international/fontset.el (script-representative-chars)
3959 (setup-default-fontset): Add more scripts.
3960
3961 * international/characters.el: Add more scripts.
3962
3963 2008-12-19 Juri Linkov <juri@jurta.org>
3964
3965 * info.el (Info-isearch-search): Implement lax version of
3966 incremental word search in Info.
3967 (Info-isearch-start): Set Info-isearch-initial-node to the
3968 current node when search is nonincremental to not stop at the
3969 initial node in this case.
3970 (Info-mode-map): Unbind "\M-s" from `Info-search'.
3971
3972 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * textmodes/rst.el (rst-promote-region): Reflow docstring.
3975 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3976 (rst-repeat-last-character): Fix typos in docstrings.
3977 (rst-mode, rst-backward-section): Doc fixes.
3978
3979 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
3980
3981 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3982 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3983 (newsticker--treeview-load): Check whether groups file exists.
3984
3985 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3986 (newsticker-dir): Use `locate-user-emacs-file'.
3987
3988 2008-12-18 Martin Rudalics <rudalics@gmx.at>
3989
3990 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3991 end-of-visual-line to CUA's recognized commands. (Bug#1549)
3992
3993 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
3996
3997 * startup.el (command-line): Do not mention the server name in
3998 case the user has not mentioned it, print a more explicit message.
3999
4000 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
4001 Change all callers.
4002
4003 2008-12-18 Sam Steingold <sds@gnu.org>
4004
4005 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
4006
4007 2008-12-18 Juri Linkov <juri@jurta.org>
4008
4009 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
4010 `isearch-edit-string-set-word'.
4011 (isearch-edit-string-set-word): Remove.
4012 (isearch-occur): Imitate the C function `wordify' by replacing
4013 non-word character with the \\W+ regexp.
4014 (isearch-search-fun): Add `isearch-nonincremental' to the
4015 condition of using a non-lax version of `word-search-forward'.
4016
4017 2008-12-17 Daiki Ueno <ueno@unixuser.org>
4018
4019 * epa-file.el (epa-file-insert-file-contents):
4020 Set buffer-file-name before decrypting a file.
4021
4022 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * server.el (server-start): If unable to start the server,
4025 display a warning instead of raising an error.
4026
4027 * startup.el (server-process): Add defvar.
4028 (command-line): If the daemon is unable to start the server,
4029 display a message and exit Emacs.
4030
4031 2008-12-15 Sam Steingold <sds@gnu.org>
4032
4033 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
4034 mostly for CLISP modules, but could also be useful elsewhere.
4035
4036 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
4039 * icomplete.el (icomplete-prospects-height):
4040 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
4041
4042 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * international/mule.el (find-auto-coding): Fix typo in docstring.
4045
4046 * international/mule-cmds.el (select-safe-coding-system):
4047 * mail/rmail.el (rmail-require-mime-maybe):
4048 Fix arguments of `display-warning'.
4049
4050 * simple.el (bad-package-check): Fix arguments of `display-warning',
4051 using the package name as TYPE. Use `string-match-p'.
4052
4053 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4054
4055 * proced.el (proced-sort-interactive, proced-sort-pcpu)
4056 (proced-sort-pmem, proced-sort-start, proced-sort-time)
4057 (proced-sort-user, proced-sort-header): Prefix arg determines
4058 sorting order. Suggested by Dan Nicolaescu.
4059 (proced-revert): Doc fix.
4060
4061 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4062
4063 * proced.el (proced-grammar-alist): Allow refiner elements that
4064 are cons pairs (function . help-echo) or nil.
4065 (proced-refine): Use them.
4066 (proced-format-alist): Allow alternatives.
4067 (proced-descend): New variable.
4068 (proced-sort): New arg descend.
4069 (proced-sort-interactive): Repeated calls toggle sort order.
4070 (proced-format): Accomodate changes of proced-format-alist.
4071 Undefined attributes are displayed as "?".
4072 (proced-process-attributes): New optional arg pid-list.
4073 Ignore processes with empty attribute list.
4074
4075 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4076
4077 * proced.el (proced-auto-update-interval): Rename from
4078 proced-timer-interval.
4079 (proced-auto-update-flag): Rename from proced-timer-flag.
4080 (proced-auto-update-timer): Rename from proced-timer.
4081 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
4082 (proced-available): Initialize appropriately.
4083
4084 2008-12-13 Glenn Morris <rgm@gnu.org>
4085
4086 * subr.el (declare-function): Doc fix.
4087
4088 * font-core.el (font-lock-defaults): Doc fix: mention levels;
4089 refer to elisp manual.
4090
4091 2008-12-12 Martin Rudalics <rudalics@gmx.at>
4092
4093 * window.el (fit-window-to-buffer): Return non-nil when height
4094 was orderly adjusted, nil otherwise.
4095
4096 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
4097 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * server.el (server-sentinel): Uncomment code to delete connection file.
4100 (server-start): Save the connection file in the server property list.
4101 Delete it only when we are reasonably convinced that it is not owned by
4102 a running server.
4103 (server-force-delete): New command to force-delete the connection file,
4104 and stop the server if it is running.
4105 (server-running-p): Return t also for local TCP servers when we find a
4106 process with a matching PID, and :other for undecided cases.
4107
4108 2008-12-11 Martin Rudalics <rudalics@gmx.at>
4109
4110 * window.el (fit-window-to-buffer): Use with-selected-window and
4111 condition-case. Do not delete more windows than necessary in
4112 the shrinking (delta < 0) case. Do not raise an error when the
4113 containing frame is too small to show all of buffer. (Bug#1488)
4114
4115 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
4116 min-height arg 1 to make sure that small buffers are shown.
4117
4118 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4119
4120 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
4121 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
4122 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
4123 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
4124 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
4125 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
4126 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
4127 (ruby-backward-sexp, ruby-add-log-current-method)
4128 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
4129 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
4130 (ruby-deep-indent-paren): Doc fix.
4131 (ruby-insert-encoding-magic-comment): Remove * from docstring.
4132 (ruby-here-doc-find-end): Reflow docstring.
4133
4134 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
4135
4136 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
4137 dired-shrink-to-fit is non-nil. (Bug#1488)
4138
4139 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
4142 decoding of long locale info is now done in `w32-get-locale-info'.
4143
4144 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
4147
4148 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * Makefile.in (ELCFILES): Add ruby-mode.elc.
4151
4152 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
4153 terminal variable assignment.
4154
4155 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
4156 Nobuyoshi Nakada <nobu@ruby-lang.org>
4157
4158 * progmodes/ruby-mode.el: New file.
4159
4160 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * net/tramp.el (top): Don't fail if there is no current message.
4163 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
4164
4165 2008-12-10 Kenichi Handa <handa@m17n.org>
4166
4167 * international/fontset.el (setup-default-fontset): Add an entry
4168 for characters in the Unicode SIP area.
4169
4170 2008-12-10 Glenn Morris <rgm@gnu.org>
4171
4172 * vc-mcvs.el: Move to obsolete/, with warning comment.
4173 * Makefile.in (ELCFILES): Update.
4174
4175 2008-12-10 Daiki Ueno <ueno@unixuser.org>
4176
4177 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
4178 buffer unmodified. (Bug#1509)
4179 * epa-file.el (epa-file-insert-file-contents): Set buffer's
4180 modification time if visiting a file and the content is
4181 successfully decrypted.
4182
4183 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
4186 check whether the buffer is still alive.
4187
4188 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
4191
4192 2008-12-09 Glenn Morris <rgm@gnu.org>
4193
4194 * Makefile.in (ELCFILES): Update.
4195
4196 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
4199 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
4200
4201 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * term/xterm.el (terminal-init-xterm): Discard pending input
4204 before reading a reply to the terminal attributes query.
4205
4206 2008-12-05 Andreas Schwab <schwab@suse.de>
4207
4208 * dired.el (dired-font-lock-keywords): Fix last change.
4209
4210 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4211
4212 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
4213 into (defcustom ... "..." :type ... :group...).
4214
4215 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
4216
4217 * international/mule-diag.el (mule-diag): Display the window
4218 system version in a less laconic way.
4219
4220 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
4223 if the sorting functions are not loaded. (Bug#1432)
4224
4225 2008-12-04 Sam Steingold <sds@gnu.org>
4226
4227 * progmodes/compile.el (compilation-read-command): Extract from
4228 compile.
4229 (compile): Use it.
4230 (recompile): Accept an optional argument to enable editing the
4231 command line.
4232
4233 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
4234
4235 * net/tramp.el (top): Write a message, when loading Tramp.
4236
4237 * net/tramp-cache.el (tramp-dump-connection-properties):
4238 Polish the check, whether to dump the data.
4239
4240 2008-12-04 Lute Kamstra <lute@gnu.org>
4241
4242 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4243 check if the file "CVS/Entries" exists.
4244
4245 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * international/mule-diag.el (list-character-sets): Doc fix.
4248 (list-character-sets-2): Fix info in header. Simplify.
4249 (print-coding-system): Simplify.
4250 (list-input-methods-1): Simplify.
4251 (mule-diag): Display current font/fontset for all window systems,
4252 not just X. Simplify.
4253
4254 2008-12-04 Glenn Morris <rgm@gnu.org>
4255
4256 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
4257 (vc-cvs-register): Doc fix.
4258 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
4259 (vc-mcvs-register): Doc fix.
4260 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
4261 (vc-rcs-register): Doc fix.
4262 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
4263 (vc-sccs-register): Doc fix.
4264 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
4265 (vc-svn-register): Doc fix.
4266
4267 * files.el (toggle-read-only): Doc fix.
4268
4269 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
4272 be used in compact layout and vice-versa.
4273
4274 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
4277 like most list-* commands.
4278
4279 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
4280 They already exist in descr-text.el as `describe-char-unicodedata-file'
4281 and `describe-char-unicode-data'.
4282 (print-list): Simplify.
4283 (read-charset): Reflow docstring.
4284 (list-coding-systems): Doc fix.
4285
4286 2008-12-03 Glenn Morris <rgm@gnu.org>
4287
4288 * vc.el (vc-diff-switches): Doc fix.
4289 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
4290 (vc-bzr-log-switches): Doc fix.
4291 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
4292 * vc-git.el (vc-git-diff-switches): Doc fix.
4293 * vc-hg.el (vc-hg-diff-switches): Doc fix.
4294 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
4295 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
4296 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
4297 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
4298
4299 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4300 other backends.
4301 (vc-arch-diff): Apply switches.
4302
4303 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4304 than appending.
4305
4306 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4307
4308 2008-12-03 Daiki Ueno <ueno@unixuser.org>
4309
4310 * epa.el (epa--show-key): Use past tense of "expire" if the key
4311 has already been expired. Thanks to Peter BARABAS.
4312
4313 2008-12-03 Lute Kamstra <lute@gnu.org>
4314
4315 * align.el:
4316 * allout.el:
4317 * apropos.el:
4318 * arc-mode.el:
4319 * autoinsert.el:
4320 * avoid.el:
4321 * battery.el:
4322 * bookmark.el:
4323 * buff-menu.el:
4324 * calculator.el:
4325 * chistory.el:
4326 * cmuscheme.el:
4327 * comint.el:
4328 * compare-w.el:
4329 * dabbrev.el:
4330 * delim-col.el:
4331 * desktop.el:
4332 * diff-mode.el:
4333 * diff.el:
4334 * dired-aux.el:
4335 * dired-x.el:
4336 * dired.el:
4337 * dos-vars.el:
4338 * ediff-diff.el:
4339 * ediff-help.el:
4340 * ediff-init.el:
4341 * ediff-merg.el:
4342 * ediff-mult.el:
4343 * ediff-ptch.el:
4344 * ediff-vers.el:
4345 * ediff-wind.el:
4346 * ediff.el:
4347 * emerge.el:
4348 * facemenu.el:
4349 * faces.el:
4350 * ffap.el:
4351 * filecache.el:
4352 * find-dired.el:
4353 * font-core.el:
4354 * font-lock.el:
4355 * forms.el:
4356 * fringe.el:
4357 * help-at-pt.el:
4358 * hippie-exp.el:
4359 * ido.el:
4360 * image-file.el:
4361 * imenu.el:
4362 * indent.el:
4363 * info.el:
4364 * isearchb.el:
4365 * iswitchb.el:
4366 * jit-lock.el:
4367 * jka-compr.el:
4368 * log-edit.el:
4369 * lpr.el:
4370 * ls-lisp.el:
4371 * man.el:
4372 * menu-bar.el:
4373 * midnight.el:
4374 * mouse-sel.el:
4375 * mouse.el:
4376 * msb.el:
4377 * outline.el:
4378 * paren.el:
4379 * pcmpl-cvs.el:
4380 * pcmpl-gnu.el:
4381 * pcomplete.el:
4382 * pcvs-info.el:
4383 * pcvs-parse.el:
4384 * printing.el:
4385 * ps-mule.el:
4386 * ps-print.el:
4387 * replace.el:
4388 * ruler-mode.el:
4389 * saveplace.el:
4390 * sb-image.el:
4391 * scroll-bar.el:
4392 * sha1.el:
4393 * shadowfile.el:
4394 * shell.el:
4395 * sort.el:
4396 * speedbar.el:
4397 * strokes.el:
4398 * tempo.el:
4399 * term.el:
4400 * terminal.el:
4401 * time-stamp.el:
4402 * time.el:
4403 * tree-widget.el:
4404 * type-break.el:
4405 * vc-cvs.el:
4406 * vc-hg.el:
4407 * vc-mcvs.el:
4408 * vc-rcs.el:
4409 * vc-sccs.el:
4410 * vc.el:
4411 * view.el:
4412 * w32-vars.el:
4413 * whitespace.el:
4414 * wid-edit.el: Remove leading * from docstrings of defcustoms,
4415 deffaces, defconsts and defuns.
4416
4417 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4420 the prompt was added to the minibuffer.
4421
4422 2008-12-02 Glenn Morris <rgm@gnu.org>
4423
4424 * format.el (format-write-file): Rewrite doc yet again.
4425
4426 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4427 Doc fix. (Bug#1368)
4428
4429 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4430
4431 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
4432
4433 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4434 case where point is at the beginning of the buffer. (Bug#1239)
4435
4436 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
4437
4438 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4439 already have the correct indentation. (Bug#859)
4440
4441 2008-12-02 Kenichi Handa <handa@m17n.org>
4442
4443 * international/uni-decomposition.el: Re-generated.
4444
4445 2008-12-01 Andreas Schwab <schwab@suse.de>
4446
4447 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4448 ending in a colon as directory header.
4449
4450 2008-12-01 Kenichi Handa <handa@m17n.org>
4451
4452 * international/uni-numeric.el: Re-generated.
4453
4454 * international/charprop.el: Re-generated.
4455
4456 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * international/mule-cmds.el (locale-preferred-coding-systems):
4459 Fix alist item.
4460
4461 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4464 (tramp-set-connection-property, tramp-flush-connection-property)
4465 (tramp-dump-connection-properties): Use it.
4466
4467 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * wdired.el (wdired-finish-edit): If displaying a single file,
4470 change dired-directory if that file was renamed.
4471
4472 * emacs-lisp/byte-run.el (macro-declaration-function):
4473 Disallow declare specs with lengths of 3 or more.
4474
4475 * dirtrack.el (dirtrack): Fix error message.
4476
4477 2008-11-30 Glenn Morris <rgm@gnu.org>
4478
4479 * vc-svn.el (vc-svn-diff-switches): Doc fix.
4480 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4481
4482 * vc-git.el (vc-git-diff):
4483 * vc-hg.el (vc-hg-diff):
4484 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4485
4486 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4487 (eshell-needs-pipe-p): New function.
4488 (eshell-gather-process-output): Set process-connection-type according to
4489 eshell-needs-pipe-p. (Bug#1388)
4490
4491 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * calendar/diary-lib.el (diary-cyclic): Doc fix.
4494 (diary-remind-message, diary-number-of-entries)
4495 (diary-include-other-diary-files, diary-mark-included-diary-files)
4496 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4497 (diary-font-lock-keywords-1): Reflow docstrings.
4498 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4499 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4500
4501 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4502 (timer-duration): Use `string-match-p'.
4503
4504 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * complete.el (PC-do-complete-and-exit):
4507 Use minibuffer-confirm-exit-commands.
4508
4509 * minibuffer.el (minibuffer-confirm-exit-commands):
4510 Add PC-complete and PC-complete-word to the list.
4511
4512 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * files.el (break-hardlink-on-save): Fix typo in docstring.
4515 Add :version tag.
4516
4517 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4518 (reb-mode): Define with `define-derived-mode'.
4519
4520 2008-11-29 Karl Fogel <kfogel@red-bean.com>
4521
4522 * files.el (break-hardlink-on-save): New variable.
4523 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4524 (file-precious-flag): Mention it in doc string.
4525
4526 2008-11-29 Miles Bader <miles@gnu.org>
4527
4528 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4529 (minibuffer-complete-and-exit): Use it.
4530
4531 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * term/x-win.el (x-gtk-stock-cache): New hash table.
4534 (x-gtk-map-stock): Perform caching to prevent excess consing
4535 during redisplay.
4536
4537 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * minibuffer.el (completion--try-word-completion): Don't ignore
4540 partial-completion if it's the only style.
4541
4542 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4545 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4546 (reb-initialize-buffer): Update matches, in case we're reentering
4547 RE Builder mode.
4548
4549 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4552 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4553 values for minibuffer-completion-confirm.
4554
4555 2008-11-28 Martin Rudalics <rudalics@gmx.at>
4556
4557 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4558 any but the first "*" in a doc-string.
4559
4560 2008-11-28 Glenn Morris <rgm@gnu.org>
4561
4562 * format.el (format-write-file): Improve previous doc fix.
4563
4564 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * simple.el (use-empty-active-region, use-region-p)
4567 (region-active-p): Doc fix.
4568
4569 2008-11-27 Martin Rudalics <rudalics@gmx.at>
4570
4571 * window.el (display-buffer): Fix handling of not-this-window
4572 argument. (Bug#1415)
4573
4574 2008-11-27 Kenichi Handa <handa@m17n.org>
4575
4576 * international/characters.el: Set category 'C' to characters
4577 #x20000..#x2AFFF, #x2F800..#x2FFFF.
4578
4579 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4580
4581 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4584 (tool-bar-find-image): Function deleted.
4585 (tool-bar-local-item, tool-bar-local-item-from-menu):
4586 Use find-image instead of tool-bar-find-image.
4587 (tool-bar-keymap-cache): New hash table.
4588 (tool-bar-make-keymap): Use it.
4589 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4590
4591 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4592
4593 * net/dbus.el (dbus-handle-event): The result of a message call
4594 handler can also be an object, which is not a consp.
4595
4596 2008-11-25 Alan Mackenzie <acm@muc.de>
4597
4598 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4599 (forward-list, backward-list, down-list, backward-up-list)
4600 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4601 (insert-pair, insert-parentheses): State that the command assumes
4602 that point is not in a string or comment.
4603
4604 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4605
4606 * net/dbus.el (dbus-string-to-byte-array)
4607 (dbus-byte-array-to-string, dbus-escape-as-identifier)
4608 (dbus-unescape-from-identifier): New defuns.
4609 (dbus-handle-event): The result of a message call is a list of
4610 arguments, which must be expanded when passing to
4611 `dbus-method-return-internal'.
4612
4613 * net/tramp.el (tramp-handle-write-region): Improve the check for
4614 calling direct copy.
4615 (tramp-find-inline-encoding): Don't raise an error but a warning,
4616 when no inline encoding is found.
4617 (tramp-get-remote-coding): Check for a symbol. The negative check
4618 for a string fails, when there is an empty string.
4619
4620 2008-11-26 Glenn Morris <rgm@gnu.org>
4621
4622 * vc-git.el (vc-git-diff-switches): New option.
4623 (vc-git-diff): Apply diff switches. (Bug#1386)
4624 Give it a basic doc string.
4625
4626 * term/pc-win.el (x-font-family-list): Replace redefinition with
4627 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
4628
4629 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
4630
4631 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4632 of the polynomial rather than the whole polynomial.
4633
4634 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * mail/mailabbrev.el (define-mail-abbrev): When reading from
4637 mailrc, recognize string quoting. When reading from Lisp, accept
4638 rfc822-like addresses.
4639
4640 * mail/mailalias.el (define-mail-alias): Sync code with
4641 define-mail-abbrev.
4642
4643 2008-11-25 Glenn Morris <rgm@gnu.org>
4644
4645 * eshell/esh-proc.el (eshell-gather-process-output):
4646 Revert previous change. (re-opens Bug#1388)
4647
4648 * select.el (x-set-cut-buffer): Fix signal arguments.
4649
4650 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4651
4652 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4655 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4656 (bubbles--empty-char): Use "\s".
4657
4658 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
4659
4660 * calc/calc.el (calc-settings-file, calc-language-alist)
4661 (calc-embedded-announce-formula)
4662 (calc-embedded-announce-formula-alist)
4663 (calc-embedded-open-formula, calc-embedded-close-formula)
4664 (calc-embedded-open-close-formula-alist)
4665 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4666 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4667 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4668 (calc-embedded-open-close-new-formula-alist)
4669 (calc-embedded-open-mode, calc-embedded-close-mode)
4670 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4671 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4672 (calc-multiplication-has-precedence): Remove unnecessary asterisks
4673 from docstrings.
4674
4675 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * calculator.el (calculator-op-or-exp): Reflow docstring.
4678 (calculator-remove-zeros, calculator-repR, calculator-repL):
4679 Fix typos in docstrings.
4680
4681 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * log-view.el (log-view-annotate-version): Let vc-annotate manage
4684 windows instead of calling switch-to-buffer.
4685
4686 * diff.el (diff-sentinel): Take note of diff error return value.
4687
4688 2008-11-24 Martin Rudalics <rudalics@gmx.at>
4689
4690 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4691 frame can't be split.
4692
4693 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
4694
4695 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4696 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4697 (newsticker--treeview-tree-update-tag): Remove dead code.
4698 (newsticker-treeview-update): Don't update cache.
4699 (newsticker-treeview-quit): Don't save cache.
4700 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
4701 (newsticker-treeview-save): Use `newsticker-dir'.
4702 (newsticker--treeview-load): Use `newsticker-dir'.
4703 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4704 Update tags.
4705 (newsticker-treeview-tree-do-click): Slightly simplified.
4706
4707 * net/newst-backend.el (newsticker-dir): New.
4708 (newsticker-start): Use `newsticker--cache-read'.
4709 (newsticker-stop): Use `newsticker--cache-save'.
4710 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4711 (newsticker--images-dir): New.
4712 (newsticker--image-get, newsticker--image-sentinel):
4713 Use `newsticker--images-dir'.
4714 (newsticker--cache-save-version1): Backup version of
4715 `newsticker--cache-save'.
4716 (newsticker--cache-update): Create newsticker-dir if necessary.
4717 (newsticker--cache-dir): New.
4718 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4719 (newsticker--cache-save-feed): New.
4720 (newsticker--cache-read-version1): New. Backuped version for reading
4721 cache data..
4722 (newsticker--cache-read, newsticker--cache-do-read): New.
4723
4724 * net/newst-reader.el (newsticker--image-read):
4725 Use `newsticker--images-dir'.
4726
4727 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * files.el (confirm-nonexistent-file-or-buffer):
4730 Allow `after-completion' value to request confirm only after TAB.
4731 (confirm-nonexistent-file-or-buffer): New function.
4732 (read-buffer-to-switch, find-file, find-file-other-window)
4733 (find-file-other-frame, find-file-read-only)
4734 (find-file-read-only-other-window)
4735 (find-file-read-only-other-frame): Use it.
4736 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4737 Thanks to Alan Mackenzie for suggesting the new behavior.
4738
4739 * minibuffer.el (minibuffer-complete-and-exit):
4740 Change `confirm-only' value of minibuffer-completion-confirm to
4741 `confirm', and handle a `confirm-after-completion' value.
4742
4743 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4746
4747 2008-11-24 Andreas Schwab <schwab@suse.de>
4748
4749 * image.el (image-type-header-regexps): Recognize more xbm format
4750 variants.
4751
4752 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * textmodes/artist.el (artist-charlist-to-string): Simplify.
4755 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4756 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4757 (artist-replace-string, artist-draw-rect, artist-draw-line)
4758 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4759 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4760 (artist-pen, artist-pen-line, artist-text-insert-common)
4761 (artist-text-overwrite, artist-spray-get-interval)
4762 (artist-spray-clear-circle, artist-erase-char)
4763 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4764 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4765 (artist-key-draw-1point, artist-key-draw-2points)
4766 (artist-mouse-draw-continously): Fix typos in docstrings.
4767 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4768 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4769 (artist-backward-char, artist-forward-char): Doc fixes.
4770 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4771 Reflow docstrings.
4772
4773 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * international/quail.el (quail-vunion): New function.
4776 (quail-defrule-internal): Use it to prevent accumulating redundant
4777 alternatives when `append' is set.
4778 (quail-insert-decode-map): Simplify computation of the max-key-width.
4779 Compute it right for multiple-list.
4780
4781 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4784 explicitly. Doc fix.
4785
4786 2008-11-24 Martin Rudalics <rudalics@gmx.at>
4787
4788 * calendar/appt.el (appt-disp-window): Move minibuffer check
4789 after binding this-window and do not set-buffer to make sure we
4790 won't deselect the minibuffer. (Bug#1413)
4791
4792 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
4793
4794 * vc-hg.el (vc-hg-program): Remove.
4795 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4796 Undo previous change.
4797
4798 2008-11-23 Martin Rudalics <rudalics@gmx.at>
4799
4800 * info-look.el (info-lookup): When Info buffer is visible on
4801 another frame, raise that frame.
4802
4803 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * allout.el (allout-mode): Fix typo in docstring.
4806
4807 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4808 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4809
4810 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * vc-hooks.el (vc-follow-link): Complete last change.
4813
4814 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * textmodes/remember.el (remember-region): Doc fix.
4817 (remember-filter-functions, remember-handler-functions)
4818 (remember-save-after-remembering, remember-mailbox)
4819 (remember-default-priority, remember-data-file, remember-leader-text)
4820 (remember-diary-file): Remove * from defcustom docstrings.
4821 (remember-run-all-annotation-functions-flag)
4822 (remember-all-handler-functions): Reflow docstrings.
4823 (remember-store-in-mailbox): Fix typo in docstring.
4824 (remember-mode): Define with `define-derived-mode'. Doc fix.
4825
4826 2008-11-23 Glenn Morris <rgm@gnu.org>
4827
4828 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4829 (eshell-do-pipelines): Add optional argument to distinguish recursive
4830 calls. Use to set eshell-in-pipeline-p to 'first for the first command
4831 in a pipeline.
4832
4833 * eshell/esh-proc.el (eshell-gather-process-output):
4834 Set process-connection-type nil for all but the first element of a
4835 pipeline. (Bug#1388)
4836
4837 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4838
4839 * ediff-hook.el: Add tooltips to Emacs menus.
4840
4841 * ediff.el: Change date of last update.
4842
4843 2008-11-22 Juri Linkov <juri@jurta.org>
4844
4845 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4846 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
4847 Doc fix.
4848 (dired-isearch-filenames-setup): Run filename Isearch only when
4849 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4850 and the text property `dired-filename' at point is non-nil.
4851 In this case also set isearch-message-prefix-add to "filename ".
4852 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4853 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4854 Don't let-bind isearch-message-prefix-add since this is done now
4855 in dired-isearch-filenames-setup.
4856
4857 * isearch.el (isearch-mode): Change the order of calling
4858 `isearch-update' and running the `isearch-mode-hook' to call
4859 `isearch-update' with Isearch parameters set in this hook.
4860
4861 * progmodes/compile.el (compilation-auto-jump-to-first-error):
4862 Fix docstring - change "during `compile'" to "during compilation".
4863
4864 * descr-text.el (describe-char-unidata-list): Move `old-name' to
4865 be immediately after `name'.
4866
4867 * startup.el (initial-buffer-choice): Change an abstract file name
4868 "file.txt" to more reasonable default file name value "~/.emacs".
4869
4870 2008-11-22 Juri Linkov <juri@jurta.org>
4871
4872 * files.el (hack-local-variables-confirm): Rename arg `project' to
4873 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
4874 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4875 (hack-local-variables): Rename call of `hack-project-variables' to
4876 `hack-dir-local-variables'. Change error text to "Directory-local
4877 variables error".
4878 (dir-locals-class-alist): Rename from `project-class-alist'.
4879 (dir-locals-directory-alist): Rename from `project-directory-alist'.
4880 (dir-locals-get-class-variables): Rename from `project-get-alist'.
4881 (dir-locals-collect-mode-variables): Rename from
4882 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
4883 `mode-variables', and arg `settings' to `variables'.
4884 (dir-locals-collect-variables): Rename from
4885 `project-collect-binding-list'. Rename arg `binding-list' to
4886 `class-variables', and arg `settings' to `variables'.
4887 (dir-locals-set-directory-class): Rename from `set-directory-project'.
4888 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4889 Rename arg `settings' to `variables'.
4890 (dir-locals-file): New defconst.
4891 (dir-locals-find-file): Rename from `project-find-settings-file'.
4892 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
4893 and `pda' to `dir-elt'.
4894 (dir-locals-read-from-file): Rename from
4895 `project-define-from-project-file'. Rename arg `settings-file'
4896 to `file'. Rename let-bound `list' to `variables'.
4897 (hack-dir-local-variables): Rename from `hack-project-variables'.
4898 Rename let-bound `settings' to `variables-file', `root-dir'
4899 to `dir-name', and `bindings' to `variables'.
4900
4901 2008-11-22 Lute Kamstra <lute@gnu.org>
4902
4903 * simple.el (goto-line): Rename argument.
4904
4905 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4906
4907 * makefile.w32-in (compile-first): New target.
4908 (recompile): Depend on compile-first.
4909
4910 * Makefile.in (recompile): Depend on compile-first.
4911
4912 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4913
4914 * files.el (switch-to-buffer-other-window)
4915 (switch-to-buffer-other-frame): Rename buffer argument to
4916 buffer-or-name. Reword and mention new option
4917 confirm-nonexistent-file-or-buffer in doc-string.
4918
4919 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4920
4921 * emulation/viper.el: Date change.
4922
4923 * emulation/viper-cmd.el (viper-envelop-ESC-key):
4924 viper-translate-all-ESC-keysequences is now a function.
4925
4926 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4927 Make this variable.
4928
4929 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4932 Use buffer-file-truename to handle symlinks in any part of the filename.
4933
4934 2008-11-22 Glenn Morris <rgm@gnu.org>
4935
4936 * vc-mtn.el (vc-mtn-diff-switches): New option.
4937 (vc-mtn-program): Rename from vc-mtn-command, for
4938 consistency with other backends. Keep old name as alias.
4939 Update callers. Make it a defcustom.
4940 (vc-mtn-diff): Give it a doc string. Apply diff switches.
4941
4942 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4943 consistency with other backends. Keep old name as alias.
4944 Make it a defcustom.
4945 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4946
4947 * vc-hg.el (vc-hg-program): New option.
4948 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4949 Use vc-hg-program rather than hard-coded "hg".
4950
4951 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4952 (vc-svn-program): Move defcustom to start.
4953 (vc-svn-create-repo, vc-svn-modify-change-comment):
4954 Use vc-svn-program rather than hard-coded "svn".
4955
4956 * menu-bar.el: Stylistic consistency fixes for various menu and
4957 help texts.
4958
4959 * kmacro.el (kmacro-insert-counter): Doc fix.
4960
4961 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
4962
4963 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4964
4965 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * international/quail.el (quail-indent-to): New function.
4968 (quail-completion-1, quail-completion-list-translations)
4969 (quail-insert-decode-map): Use it to improve alignment.
4970 (quail-build-decode-map): Don't ignore latin-1 chars.
4971 (quail-help): Increase the max decode-map size so that even the TeX map
4972 gets printed.
4973
4974 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4975 Signal error for invalid bookmark.
4976 (bookmark-get-bookmark-record): Undo last change.
4977 (bookmark-store, bookmark-delete): Use new arg `noerror'.
4978
4979 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4980 Suggested by Toru TSUNEYOSHI.
4981
4982 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4983
4984 * byte-opt.el (byte-compile-butlast): Move up in file.
4985 (byte-optimize-plus): Don't call
4986 byte-optimize-delay-constants-math (bug#1334).
4987 Use byte-optimize-predicate to optimize constants.
4988 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4989 Remove zero arguments first
4990 if possible. Call byte-optimize-predicate to optimize constants.
4991 (byte-optimize-multiply): Remove optimizations for arguments of 0
4992 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
4993 Call byte-optimize-predicate.
4994 (byte-optimize-divide): Leave runtime errors unchanged.
4995 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
4996 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
4997
4998 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * bookmark.el (bookmark-jump-noselect): Add obsolescence
5001 declaration and remove redundant info from docstring.
5002
5003 * isearch.el (isearch-search-string): Doc fix.
5004 (search-exit-option, search-slow-window-lines, search-slow-speed)
5005 (search-upper-case, search-nonincremental-instead)
5006 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
5007 (search-ring-update, search-highlight, isearch-lazy-highlight)
5008 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5009 (lazy-highlight-interval): Remove * from defcustom docstrings.
5010 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
5011 Remove * from defcustom docstrings; fix typos.
5012 (isearch-push-state-function, isearch-help-for-help-internal)
5013 (isearch-help-for-help, isearch-describe-bindings)
5014 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
5015 (isearch-pop-fun-state, isearch-search-fun-function)
5016 (isearch-lazy-highlight-search): Fix typos in docstrings.
5017 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
5018 (isearch-forward): Fix typo and reflow docstring.
5019 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
5020 (isearch-mode-map): Don't use `let*'.
5021
5022 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
5023
5024 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
5025
5026 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * isearch.el (isearch-search-string): Simplify and convert docstring.
5029
5030 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
5031
5032 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
5035 (lookup-nested-alist): Doc fix.
5036 (with-coding-priority): Reflow docstring.
5037 (detect-coding-with-priority): Fix typos in obsolescence declaration.
5038 (char-displayable-p): Reflow docstring. Use `when'.
5039
5040 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
5043 week forward/backward.
5044
5045 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
5048 (with-electric-help): Fix typo and reflow docstring.
5049
5050 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
5053 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
5054 (list-buffers-noselect): Don't need to pad.
5055
5056 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5057
5058 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
5059 Pay attention to char widths when computing string sizes.
5060
5061 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
5062
5063 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
5064 (byte-compile-output-docform): Reflow docstrings.
5065 (no-byte-compile): Fix typo in docstring.
5066 (byte-recompile-directory, compile-defun): Doc fixes.
5067 (emacs-lisp-file-regexp, byte-compile-verbose)
5068 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
5069 (byte-compile-dynamic-docstrings, byte-optimize-log)
5070 (byte-compile-error-on-warn, byte-compile-warnings)
5071 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
5072 Remove * from defcustom docstrings.
5073
5074 2008-11-20 Glenn Morris <rgm@gnu.org>
5075
5076 * format.el (format-alist, format-write-file): Doc fix.
5077
5078 * proced.el (proced-available): New variable.
5079 (proced-process-attributes): Move availability check from previous
5080 change from here...
5081 (proced): ... to here.
5082
5083 * vc-hg.el (vc-hg-diff-switches): New option.
5084 (vc-hg-diff): Apply diff switches. (Bug#1017)
5085
5086 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
5087
5088 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
5089
5090 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
5091
5092 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
5093
5094 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
5095
5096 * calc/calc-units.el (math-units-table): Doc fix.
5097 (math-standard-units): Fix typo in constant's description.
5098 (math-additional-units): Fix typo in docstring.
5099
5100 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
5101
5102 * calc/calc-units.el (math-standard-units): Add eps0,
5103 permittivity of vacuum.
5104
5105 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
5106
5107 * files.el (project-settings-file): Remove.
5108 (project-find-settings-file): Undo previous change that added the
5109 use of project-settings-file.
5110
5111 2008-11-19 Glenn Morris <rgm@gnu.org>
5112
5113 * proced.el (proced, proced-format-time): Doc fixes.
5114 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
5115
5116 2008-11-19 Karl Fogel <kfogel@red-bean.com>
5117
5118 * bookmark.el (bookmark-jump-noselect): Move the deprecation
5119 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
5120
5121 2008-11-19 Lute Kamstra <lute@gnu.org>
5122
5123 * autoinsert.el (auto-insert-alist): Don't use match data.
5124
5125 2008-11-19 Glenn Morris <rgm@gnu.org>
5126
5127 * progmodes/f90.el (f90-mode-map): Add some menu :help.
5128
5129 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
5130
5131 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
5132 * term/w32-win.el (x-select-font): Declare.
5133
5134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
5135 Use the imperative for all help strings.
5136
5137 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
5140 case where the default dictionary is French, Spanish, younameit.
5141
5142 * window.el (window--frame-usable-p): Consider dedicated windows
5143 as usable.
5144
5145 * files.el (confirm-nonexistent-file-or-buffer):
5146 Rename from find-file-confirm-nonexistent-file.
5147 (read-buffer-to-switch): Use it.
5148
5149 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * server.el (server-temp-file-p): Use `string-match-p'.
5152 (server-socket-dir): Set to nil if local sockets are unsupported.
5153 (server-start): Don't try to delete local socket if unsupported.
5154 (server-kill-new-buffers): Reflow docstring.
5155 (server-delete-client, server-handle-delete-frame)
5156 (server-save-buffers-kill-terminal): Doc fixes.
5157 (server-send-string): Fix typo in docstring.
5158
5159 2008-11-18 Sam Steingold <sds@gnu.org>
5160
5161 * progmodes/compile.el (compilation-start-hook): New hook.
5162 (compilation-start): Run it on the compilation process.
5163
5164 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
5165
5166 * international/mule-cmds.el (update-leim-list-file): Simplify.
5167 (prefer-coding-system, find-coding-systems-for-charsets):
5168 Fix docstring typos.
5169 (select-safe-coding-system, input-method-exit-on-first-char)
5170 (language-info-alist, language-info-custom-alist): Reflow docstrings.
5171 (toggle-input-method, read-multilingual-string): Doc fixes.
5172 Reflow docstrings.
5173 (locale-name-match, sort-coding-systems, find-multibyte-characters)
5174 (read-char-by-name): Use `string-match-p'.
5175 (get-char-code-property, put-char-code-property)
5176 (char-code-property-description): Be silent while loading uni-* files.
5177 (ucs-names): Use `dotimes-with-progress-reporter', because loading
5178 the Unicode character names is *slow*.
5179
5180 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
5183
5184 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
5185
5186 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
5187
5188 * international/mule-cmds.el (ucs-completions): Mark as risky.
5189
5190 2008-11-17 Martin Rudalics <rudalics@gmx.at>
5191
5192 * help-macro.el (three-step-help): Remove * from defcustom.
5193 (make-help-screen): Don't iconify selected frame. (Bug#1322)
5194 Use when instead of if and cond within condition-case.
5195
5196 * window.el (quit-window): Bind window to selected window when
5197 trying to delete it.
5198
5199 2008-11-17 Glenn Morris <rgm@gnu.org>
5200
5201 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
5202 definition of 'ignore, rather than nil. (Bug#1353)
5203
5204 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * window.el (window--frame-usable-p): Allow use for soft-dedication.
5207
5208 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
5209
5210 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
5211
5212 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
5213 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5214 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
5215 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
5216 (shell-command, repeat-complex-command): Reflow docstrings.
5217 (pop-to-mark-command): Fix typos in docstring.
5218
5219 2008-11-17 Juri Linkov <juri@jurta.org>
5220
5221 * isearch.el (isearch-filter-predicate): Rename from
5222 `isearch-success-function'. Rename default value from
5223 `isearch-success-function-default' to
5224 `isearch-filter-invisible'. Doc fix.
5225 (isearch-filter-invisible): Rename from
5226 `isearch-success-function-default'. Doc fix.
5227 (isearch-search, isearch-lazy-highlight-search):
5228 Rename `isearch-success-function' to `isearch-filter-predicate'.
5229
5230 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
5231 `dired-isearch-orig-success-function'.
5232 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5233 (dired-isearch-filenames-end): Rename `isearch-success-function' to
5234 `isearch-filter-predicate'. Doc fix.
5235 (dired-isearch-filter-filenames): Rename from
5236 `dired-isearch-success-function'.
5237
5238 * info.el (Info-search, Info-mode):
5239 Rename `isearch-success-function' to `isearch-filter-predicate'.
5240 (Info-isearch-filter-predicate): Rename from
5241 `Info-search-success-function'.
5242
5243 * simple.el (minibuffer-default-add-function): Fix docstring to
5244 use clear text "default values" instead of obscure references to
5245 the dynamic variable `minibuffer-default'.
5246
5247 2008-11-16 Glenn Morris <rgm@gnu.org>
5248
5249 * term/ns-win.el (ns-extended-platform-support-mode):
5250 Tweak menu entry from previous change.
5251
5252 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5253
5254 * cus-edit.el (custom-buffer-create-internal): Always insert the
5255 in-buffer buttons, regardless of tool-bar. (Bug#1326)
5256
5257 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
5260
5261 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * ielm.el (ielm-eval-input): Fix thinko in last change.
5264
5265 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * subr.el (read-passwd): Yank current kill if the user enters C-y.
5268
5269 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
5270
5271 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
5272 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5273
5274 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
5275 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5276 Handle `file-name-as-directory'.
5277
5278 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
5281 usual variable-pitch face.
5282
5283 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
5286 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
5287 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
5288 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
5289 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
5290 (ange-ftp-quote-string, ange-ftp-process-handle-line)
5291 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
5292 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
5293 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
5294 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
5295 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
5296 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
5297 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5298 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5299 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5300 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5301 (ange-ftp-default-user, ange-ftp-default-password)
5302 (ange-ftp-default-account, ange-ftp-netrc-default-password)
5303 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5304 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5305 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5306 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5307 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5308 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5309 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5310 (ange-ftp-make-backup-files, ange-ftp-retry-time)
5311 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5312 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5313 (ange-ftp-gateway-tmp-name-template)
5314 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5315 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5316 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5317 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5318 (ange-ftp-gateway-program): Remove * from docstring and reflow.
5319 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5320 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5321 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5322 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5323 (ange-ftp-rename-local-to-remote): Doc fixes.
5324 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5325 Use `when', `unless'.
5326 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5327 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5328 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5329 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5330 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
5331 (ange-ftp-process-sentinel): Use `when'. Fix typo.
5332 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
5333 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5334 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5335 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5336 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5337 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5338 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5339 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5340 `(save-match-data (string-match ...))'.
5341 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5342 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5343 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5344 Doc fixes.
5345
5346 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5347
5348 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5349 function instead of a variable.
5350
5351 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5352 viper-ESC-keyseq-timeout as a function.
5353 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5354 defsubst.
5355
5356 * emulation/viper-cmd.el: Let line-move-visual to nil when using
5357 next-line or previous-line.
5358 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5359
5360 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5361
5362 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5363 live.
5364 (ediff-save-buffer): Let window-min-height to 2.
5365
5366 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5367 the minibuffer.
5368
5369 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5372 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5373 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5374 (ielm-map): Define within defvar. Add docstring.
5375 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5376 (ielm-complete-filename): Use `when', `unless'.
5377 (ielm-is-whitespace-or-comment): Use `string-match-p'.
5378 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5379 (ielm-change-working-buffer): Check that the buffer is live.
5380 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5381 Simplify. Reflow docstring.
5382 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5383 New aliases, to satisfy `define-derived-mode' expectations.
5384
5385 2008-11-15 Glenn Morris <rgm@gnu.org>
5386 Martin Rudalics <rudalics@gmx.at>
5387
5388 * emacs-lisp/find-func.el (find-function-advised-original): New.
5389 (find-function-C-source, find-function-noselect):
5390 Use find-function-advised-original to handle advised funcs. (Bug#789)
5391
5392 2008-11-15 Glenn Morris <rgm@gnu.org>
5393
5394 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5395 alias message.
5396
5397 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5398 Remove uniquify-after-kill-buffer-p dependency.
5399 (uniquify-kill-buffer-function): New function.
5400 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
5401
5402 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5403 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5404 main Emacs manual.
5405
5406 2008-11-15 Martin Rudalics <rudalics@gmx.at>
5407
5408 * window.el (quit-window): Restore delete window with second
5409 arg non-nil behavior as of before 2008-10-30 change.
5410
5411 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5412
5413 * help-fns.el (describe-function-1): Do char-range check for
5414 self-insert-command.
5415
5416 2008-11-14 Karl Fogel <kfogel@red-bean.com>
5417
5418 * files.el (file-precious-flag): Document that this flag is advisory.
5419
5420 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5421
5422 * emacs-lisp/bytecomp.el (byte-compile-associative)
5423 (byte-compile-minus, byte-compile-quo): If there are more than two
5424 operands, don't use binary operation code (bug#1334).
5425
5426 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5427
5428 * w32-fns.el (w32-shell-dos-semantics):
5429 * calendar/diary-lib.el (diary-face-attrs):
5430 * international/mule-cmds.el (set-default-coding-systems)
5431 (prefer-coding-system):
5432 * net/tramp.el (tramp-set-completion-function):
5433 * progmodes/vhdl-mode.el (vhdl-file-header):
5434 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5435
5436 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5437
5438 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5439 (kill-matching-buffers, save-buffers-kill-emacs)
5440 (save-buffers-kill-terminal): Fix typos in docstrings.
5441 (switch-to-buffer-other-window): Reflow docstring.
5442 (revert-buffer): Doc fix.
5443 (define-project-bindings): Rename arg LIST to SETTINGS.
5444 (project-find-settings-file): Use `let', not `let*'.
5445 Use `when'.
5446
5447 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * files.el (project-settings-file, locate-dominating-file):
5450 Fix typos in docstrings.
5451 (find-file-visit-truename): Remove * from defcustom docstring.
5452
5453 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5454
5455 * files.el (project-settings-file): New variable.
5456 (project-find-settings-file): Use it, instead of hardcoding
5457 .dir.settings.el.
5458
5459 2008-11-13 Glenn Morris <rgm@gnu.org>
5460
5461 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5462
5463 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
5464
5465 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5466 in mail bodies.
5467
5468 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
5469
5470 * international/mule.el (autoload-coding-system, with-category-table)
5471 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5472 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5473 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5474 (set-file-name-coding-system, ctext-pre-write-conversion)
5475 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5476 Reflow docstrings.
5477 (charset-list, set-coding-priority): Remove redundant obsolescence info.
5478 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5479 (char-valid-p): Define with `define-obsolete-function-alias'.
5480
5481 * textmodes/artist.el (artist-mode): Fix typos in docstring.
5482
5483 2008-11-12 Sam Steingold <sds@gnu.org>
5484
5485 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5486 between hostname and path.
5487
5488 2008-11-11 Juri Linkov <juri@jurta.org>
5489
5490 * dired-aux.el (dired-isearch-filenames)
5491 (dired-isearch-filenames-regexp):
5492 Let-bind isearch-message-prefix-add to "filename ".
5493
5494 * isearch.el (isearch-message-prefix-add)
5495 (isearch-message-suffix-add): New variables.
5496 (isearch-message-prefix): Show additional text from
5497 `isearch-message-prefix-add' before "I-search".
5498 (isearch-message-suffix): Show additional text from
5499 `isearch-message-suffix-add' at the end.
5500
5501 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5502 `isearch-search'. Call isearch-success-function to skip matches
5503 outside the current isearch scope. Let-bind search-invisible to
5504 nil to not match invisible text.
5505
5506 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5507 Let-bind `isearch-recursive-edit' to nil to prevent calling
5508 `exit-recursive-edit' in `isearch-done' that terminates the
5509 execution of these commands when it is non-nil. Call
5510 `exit-recursive-edit' explicitly at the end.
5511 (isearch-occur): For word search construct the correct regexp
5512 with word boundaries to proceed with occur.
5513
5514 * isearch.el (isearch-search-fun): Compare the length of the
5515 current search string with the length of the string from the
5516 previous search state to detect the situation when the user
5517 adds or removes characters in the search string.
5518 Use word-search-forward-lax and word-search-backward-lax in this
5519 case, and otherwise word-search-forward and word-search-backward.
5520
5521 2008-11-11 Sam Steingold <sds@gnu.org>
5522
5523 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5524 the "Version Control" group (for C-x v g).
5525
5526 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * server.el (server-process-filter): Fix typos and reflow docstring.
5529
5530 2008-11-11 Martin Rudalics <rudalics@gmx.at>
5531
5532 * mail/footnote.el (footnote-mode): Improve doc-string.
5533 Suggested by <jidanni@jidanni.org>. (Bug#1318)
5534
5535 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5538
5539 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5540
5541 * mail/smtpmail.el (smtpmail-open-stream): Use
5542 `starttls-any-program-available'. Auto-load starttls.el for it.
5543
5544 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5547 version (bug@1285).
5548
5549 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5550
5551 * startup.el (command-line): Ignore init-file-user when checking
5552 user's home directory on MS-DOS as well.
5553
5554 2008-11-07 Sam Steingold <sds@gnu.org>
5555
5556 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5557
5558 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
5559
5560 * frame.el (make-frame-on-display): Use `string-match-p'.
5561
5562 2008-11-07 Glenn Morris <rgm@gnu.org>
5563
5564 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5565
5566 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
5567
5568 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5569 to initialize font-lock keyword case sensitivity.
5570 (lisp-mode): Use it.
5571
5572 2008-11-06 Glenn Morris <rgm@gnu.org>
5573
5574 * eshell/esh-maint.el: Remove unused file.
5575
5576 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5577
5578 * cus-edit.el (custom-comment-tag): Doc fix.
5579 (custom-comment, custom-variable-value-create, custom-face):
5580 Use face names sans -face suffix rather than aliases.
5581
5582 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
5583
5584 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5585 window width.
5586
5587 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * server.el (server-process-filter): Only default to emacsclient's
5590 terminal in daemon mode.
5591
5592 2008-11-05 Martin Rudalics <rudalics@gmx.at>
5593
5594 * window.el (quit-window): Restore prefix argument behavior
5595 removed in 2008-10-30 change. (Bug#1308)
5596
5597 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
5598
5599 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5600 function to kill-buffer-hook, not to kill-buffer.
5601 Reported by Markus Triska <markus.triska@gmx.at>
5602
5603 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
5604
5605 * calc/calc.el (calc-quit): Make sure that the keypad buffer
5606 exists before deleting its windows.
5607
5608 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * server.el (server-process-filter): Don't call
5611 server-create-tty-frame when no tty name is specified.
5612
5613 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5614
5615 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5616
5617 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * international/mule-cmds.el (toggle-enable-multibyte-characters)
5620 (define-char-code-property):
5621 * textmodes/reftex.el (reftex-index):
5622 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5623
5624 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
5625
5626 * vc-bzr.el (vc-bzr-dir-printer): Rename from
5627 vc-bzr-status-printer.
5628
5629 * startup.el (startup-echo-area-message): Display a different
5630 message in daemon mode. Suggested by Stephen Turnbull.
5631
5632 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5633 Windows.
5634
5635 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * dframe.el (dframe-mouse-position-function)
5638 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5639 (dframe-mouse-set-point): Fix typos in docstrings.
5640
5641 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5642
5643 * vc-dir.el (vc-dir-headers): Undo previous change.
5644
5645 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
5646
5647 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5648 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5649
5650 2008-11-04 Martin Rudalics <rudalics@gmx.at>
5651
5652 * subr.el (looking-back): Fix doc-string typo.
5653
5654 * electric.el (Electric-pop-up-window): Call window-end with
5655 UPDATE set to t.
5656
5657 * window.el (save-selected-window): Make it behave like
5658 save-selected-window-norecord.
5659 (save-selected-window-norecord): Remove, since functionality
5660 fully taken over by save-selected-window.
5661 (walk-windows, set-window-text-height, fit-window-to-buffer):
5662 Use save-selected-window instead of save-selected-window-norecord.
5663 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5664 save-selected-window-norecord.
5665 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5666 indent-function for save-selected-window-norecord.
5667
5668 2008-11-03 Alan Mackenzie <acm@muc.de>
5669
5670 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5671
5672 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * subr.el (looking-back): Doc fix.
5675
5676 * term/x-win.el (x-initialize-window-system):
5677 Call x-wm-set-size-hint after initialization.
5678
5679 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5680 to t.
5681
5682 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5683 2000-12-08 (bug#1297).
5684
5685 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5686
5687 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
5688
5689 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5690 when appropriate.
5691
5692 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5693
5694 * window.el (save-selected-window-norecord): New macro.
5695 (walk-windows): Use save-selected-window-norecord and call
5696 select-window with NORECORD set. (Bug#1237)
5697 (set-window-text-height, fit-window-to-buffer):
5698 Use save-selected-window-norecord and call select-window with
5699 NORECORD set.
5700 * subr.el (with-selected-window): Call set-frame-selected-window
5701 with new argument NORECORD set. Update doc-string.
5702 (with-selected-frame): Call select-frame with new argument
5703 NORECORD set. Update doc-string.
5704 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5705 Put indent-function for save-selected-window-norecord.
5706 * font-lock.el (lisp-font-lock-keywords-2):
5707 Add save-selected-window-norecord.
5708
5709 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * cus-edit.el (customize-apropos-options, custom-comment)
5712 (custom-comment-tag, custom-face-edit-attribute-tag):
5713 Fix typos in docstrings.
5714 (custom-buffer-done-kill): Remove * from defcustom docstring.
5715 (custom-file): Fix typo in doc of defcustom choice.
5716
5717 * frame.el (display-visual-class): Fix typo in docstring.
5718 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5719 (special-display-frame-alist, show-trailing-whitespace)
5720 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5721 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5722 Remove * from defcustom docstrings.
5723
5724 * md4.el (md4-buffer): Fix typo in docstring.
5725 (md4, md4-64): Doc fixes.
5726 (md4-pack-int32): Reflow docstring.
5727
5728 * paths.el (rmail-file-name): Remove * from defcustom docstring.
5729 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5730
5731 * rect.el (open-rectangle): Reflow docstring.
5732 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
5733
5734 * select.el (x-get-cut-buffer): Fix typo in docstring.
5735
5736 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5737 (timezone-time-zone-from-absolute, timezone-leap-year-p):
5738 Fix typos in docstrings.
5739
5740 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5741 Fix typos in docstrings.
5742
5743 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5744
5745 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5746
5747 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5748 (newsticker--treeview-list-update, newsticker--treeview-item-show)
5749 (newsticker--treeview-tree-update)
5750 (newsticker--treeview-tree-update-highlight)
5751 (newsticker-treeview-update)
5752 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5753 (newsticker-treeview-next-new-or-immortal-item)
5754 (newsticker-treeview-prev-new-or-immortal-item)
5755 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5756 (newsticker-treeview-tree-click): Watch for layout changes.
5757 (newsticker--treeview-set-current-node): Cleanup.
5758 (newsticker--treeview-restore-layout): Rename from
5759 newsticker--treeview-restore-buffers.
5760 (newsticker--treeview-mark-item): Update cache file.
5761
5762 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5763
5764 * calendar/icalendar.el (icalendar--uid-count): New.
5765 (icalendar--create-uid): New. Extracted from
5766 `icalendar-export-region' and add uid counter.
5767 (icalendar-export-region): Use `icalendar--create-uid'.
5768
5769 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
5770
5771 * tooltip.el (tooltip-frame-parameters): Doc fix.
5772
5773 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5774
5775 * window.el (window-body-height, window-current-scroll-bars)
5776 (walk-windows, get-window-with-predicate, get-buffer-window-list)
5777 (minibuffer-window-active-p, count-windows)
5778 (window-safely-shrinkable-p, window--splittable-p)
5779 (window--try-to-split-window, window--frame-usable-p)
5780 (window--even-window-heights, window--display-buffer-1)
5781 (window--display-buffer-2, set-window-text-height)
5782 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5783 (truncated-partial-width-window-p): Rewrite doc-string.
5784 (window-fixed-size-p): Simplify code. Rewrite doc-string.
5785 (split-window-vertically, split-window-horizontally):
5786 Rename args, rewrite doc-string, and simplify code.
5787 (split-window-save-restore-data): Rename args and use
5788 when instead of if.
5789
5790 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * indent.el (indent-for-tab-command): Use use-region-p.
5793
5794 * vc.el (vc-revert): Limit the length of the query string.
5795
5796 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * simple.el (idle-update-delay, next-error-highlight)
5799 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5800 (minibuffer-history-case-insensitive-variables, kill-ring-max)
5801 (kill-read-only-ok, backward-delete-char-untabify-method)
5802 (kill-whole-line, mark-ring-max, global-mark-ring-max)
5803 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5804 (goal-column, line-move-ignore-invisible, fill-prefix)
5805 (auto-fill-inhibit-regexp, blink-matching-paren)
5806 (blink-matching-paren-on-screen, blink-matching-paren-distance)
5807 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5808 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5809 (minibuffer-history-isearch-wrap, transient-mark-mode)
5810 (next-logical-line, auto-fill-mode, line-number-mode)
5811 (column-number-mode, size-indication-mode, clone-indirect-buffer)
5812 (normal-erase-is-backspace-mode): Doc fixes.
5813 (current-kill, transient-mark-mode, toggle-truncate-lines)
5814 (visible-mode): Reflow docstrings.
5815 (minibuffer-local-shell-command-map, interprogram-paste-function):
5816 Fix typos in docstrings.
5817
5818 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * server.el (server-process-filter): In daemon mode, default to
5821 emacsclient's tty if not opening a new frame and only the
5822 terminal-frame is available.
5823
5824 2008-10-30 Martin Rudalics <rudalics@gmx.at>
5825
5826 * window.el (quit-window): Simplify code. Say in doc-string
5827 that it operates on the selected window's buffer. (Bug#1259)
5828
5829 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
5830
5831 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5832 nil so that log-view-diff-changeset works.
5833
5834 2008-10-30 Glenn Morris <rgm@gnu.org>
5835
5836 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5837
5838 * resume.el: Move to obsolete/.
5839 * Makefile.in (ELCFILES): Update.
5840
5841 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * electric.el (Electric-pop-up-window): Don't shrink the window if
5844 it's already big enough.
5845
5846 * minibuffer.el (delete-minibuffer-contents): Delete all
5847 minibuffer contents instead of just the current field.
5848
5849 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5850
5851 * bookmark.el (bookmark-handle-bookmark): Rename from
5852 bookmark-jump-noselect.
5853 (bookmark--jump-via, bookmark-insert): Callers changed.
5854 (bookmark-jump-noselect): Wrapper function for
5855 bookmark-handle-bookmark.
5856 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5857
5858 * textmodes/ispell.el (ispell-word): Use use-region-p.
5859
5860 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5863 to follow naming conventions for abnormal hooks. Doc fix.
5864 (tooltip-mode, tooltip-timeout): Use it.
5865 (tooltip-hook): New obsolete alias.
5866 (tooltip-help-tips): Doc fix.
5867
5868 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5869
5870 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
5871
5872 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5873 of hardcoded /tmp.
5874
5875 2008-10-29 Glenn Morris <rgm@gnu.org>
5876
5877 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5878
5879 * vc-hooks.el (vc-find-root): Remove bogus alias.
5880
5881 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * international/quail.el (quail-show-guidance): Don't create
5884 a guidance-frame if current buffer is not a minibuffer, since even if
5885 selected-window is mini-p, the buffer will never be displayed in it, so
5886 it wil be usable for guidance.
5887
5888 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * smerge-mode.el: Require diff-mode at run-time as well.
5891
5892 2008-10-28 Martin Rudalics <rudalics@gmx.at>
5893
5894 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5895 * vc-hooks.el (vc-stay-local): Likewise.
5896
5897 2008-10-28 Phil Sung <psung@mit.edu>
5898
5899 * follow.el (follow-scroll-down, follow-calc-win-end)
5900 (follow-estimate-first-window-start): Reduce effective window
5901 height when header line is present. (Bug#925)
5902
5903 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5904
5905 * subr.el (locate-user-emacs-file): Simplify. Don't create
5906 `user-emacs-directory' when Emacs is running in batch mode.
5907
5908 * startup.el (inhibit-startup-screen): Reflow docstring.
5909 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5910
5911 2008-10-27 Kenichi Handa <handa@m17n.org>
5912
5913 * descr-text.el (describe-char): Fix terminal case (where font is nil).
5914
5915 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * face-remap.el (text-scale-increase, text-scale-decrease)
5918 (text-scale-adjust): Remove &optional keyword from the arg list;
5919 the INC argument is not really optional, if the functions happen
5920 to be called from elisp.
5921
5922 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5923
5924 * vc.el: Rename VC methods that were missed when vc-status was
5925 renamed to vc-dir.
5926 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5927 vc-svn-status-extra-headers.
5928 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5929 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5930 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5931 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5932 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5933 vc-dir-status-printer.
5934 (vc-dir-headers): Use `dir-extra-headers' instead of
5935 `status-extra-headers'.
5936 (vc-dir-printer): Rename from vc-dir-status-printer.
5937 (vc-default-dir-extra-headers): Rename from
5938 vc-default-status-extra-headers.
5939 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5940 vc-cvs-status-extra-headers.
5941
5942 * startup.el (server-name): Pacify byte compiler.
5943 (command-line): If --daemon=SERVER_NAME was used, set server-name
5944 before calling server-start.
5945
5946 2008-10-26 Romain Francoise <romain@orebokech.com>
5947
5948 * startup.el (command-line): Call daemon-initialized after
5949 starting the server.
5950
5951 2008-10-26 Kenichi Handa <handa@m17n.org>
5952
5953 * help-fns.el (describe-categories): Display the terse legend at
5954 the head.
5955
5956 * international/characters.el: Docstrings of categories improved.
5957
5958 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5961
5962 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5963 to the courier family.
5964 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5965 usually not serif'd and hence rather unlike verbatim's printed output.
5966
5967 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5970 when reporting the module.
5971
5972 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5973
5974 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5975
5976 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * files.el (locate-dominating-stop-dir-regexp): New var.
5979 (locate-dominating-file): Change arg from a regexp to a file name.
5980 Rewrite using the vc-find-root code to avoid directory-files which is
5981 too slow. Obey locate-dominating-stop-dir-regexp.
5982 Don't pay attention to changes in owner.
5983 (project-find-settings-file): Adjust call to locate-dominating-file.
5984
5985 * progmodes/flymake.el (flymake-find-buildfile):
5986 Adjust call to locate-dominating-file.
5987
5988 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5989 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5990
5991 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5992
5993 * subr.el (with-current-buffer): Rename buffer argument to
5994 buffer-or-name.
5995 * window.el (get-buffer-window-list): Rename buffer argument to
5996 buffer-or-name and make it optional.
5997
5998 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * completion.el (add-completion-to-head, add-completion): Doc fixes.
6001 (completion-search-next, add-completions-from-file):
6002 Fix typos in docstrings.
6003
6004 * filesets.el (filesets-menu-ensure-use-cached)
6005 (filesets-ingroup-patterns, filesets-filetype-property):
6006 * tutorial.el (get-lang-string):
6007 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
6008 Fix typos in docstrings.
6009
6010 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
6011 (image-dired-line-up-method, image-dired-thumb-size)
6012 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
6013 (image-dired-track-original-file, image-dired-track-thumbnail)
6014 (image-dired-dired-next-line, image-dired-dired-previous-line)
6015 (image-dired-write-comments): Reflow docstrings.
6016 (image-dired-show-all-from-dir-max-files)
6017 (image-dired-format-properties-string, image-dired-create-thumbs)
6018 (image-dired-mark-tagged-files, image-dired-gallery-generate):
6019 Fix typos in docstrings.
6020
6021 * savehist.el (savehist-save-minibuffer-history, savehist-file)
6022 (savehist-additional-variables, savehist-ignored-variables)
6023 (savehist-file-modes, savehist-autosave-interval):
6024 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
6025 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
6026 (fancy-splash-image):
6027 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
6028 (thumbs-conversion-program, thumbs-margin):
6029 Remove spurious * in docstrings.
6030
6031 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
6032
6033 * thingatpt.el (end-of-sexp, beginning-of-sexp)
6034 (forward-same-syntax): Omit default arguments to char-after and
6035 char-before.
6036
6037 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
6038
6039 * subr.el (locate-user-emacs-file): New function.
6040 (user-emacs-directory): Mention it in docstring.
6041
6042 * completion.el (save-completions-file-name):
6043 * filesets.el (filesets-menu-cache-file):
6044 * image-dired.el (image-dired-dir, image-dired-db-file)
6045 (image-dired-temp-image-file, image-dired-gallery-dir)
6046 (image-dired-temp-rotate-image-file):
6047 * savehist.el (savehist-file):
6048 * server.el (server-auth-dir):
6049 * thumbs.el (thumbs-thumbsdir):
6050 * tutorial.el (tutorial--saved-dir):
6051 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
6052
6053 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
6054
6055 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
6056 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
6057
6058 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * filesets.el: Update author email.
6061 (filesets-data): Doc fix.
6062
6063 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
6064
6065 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
6066
6067 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
6068
6069 * international/mule-cmds.el (describe-language-environment):
6070 Indent sample text.
6071
6072 2008-10-23 Glenn Morris <rgm@gnu.org>
6073
6074 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6075
6076 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
6077 byte-compile a redefinition of a function with special byte-compile
6078 handling. (Bug#411)
6079
6080 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6081
6082 * ps-print.el: Deal with page sizes for label printes. Suggested by
6083 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
6084 (ps-print-version): New version 7.3.3.
6085 (ps-page-dimensions-database): New page sizes for label printers.
6086 (ps-n-up-printing): Fix code.
6087
6088 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
6091
6092 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
6093 (list-at-point): Add docstrings.
6094
6095 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
6096
6097 * dired-aux.el (dired-do-create-files): Doc fix.
6098
6099 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6100
6101 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
6102 with other documentation.
6103
6104 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * replace.el (how-many): Fix typo in docstring.
6107 Reported by Leo <sdl.web@gmail.com>.
6108
6109 2008-10-22 Glenn Morris <rgm@gnu.org>
6110
6111 * international/mule-cmds.el (universal-coding-system-argument):
6112 Check for C-g. (Bug#1205)
6113
6114 2008-10-22 Kenichi Handa <handa@m17n.org>
6115
6116 * international/characters.el: Don't setup
6117 find-word-boundary-function-table.
6118 (next-word-boundary-han, next-word-boundary-kana): Delete them.
6119 (word-combining-categories, word-separating-categories):
6120 Adjust to the change of the docstrings.
6121
6122 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
6123
6124 * simple.el (region-active-p): Doc fix.
6125
6126 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6127
6128 * subr.el (apply-partially): Move from here...
6129
6130 * simple.el (apply-partially): ...to here.
6131
6132 2008-10-20 Andreas Schwab <schwab@suse.de>
6133
6134 * subr.el (split-string-and-unquote): Simplify regexp.
6135
6136 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6137
6138 * subr.el (top-level): Require `cl' when compiling.
6139
6140 2008-10-20 David Reitter <david.reitter@gmail.com>
6141
6142 * info.el (Info-mode): Do not remove an existing header line if
6143 `Info-use-header-line' is nil.
6144
6145 2008-10-19 Juri Linkov <juri@jurta.org>
6146
6147 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6148 Add arg `delimited' as in `query-replace' for the case when
6149 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
6150 Add more indicators to the prompt ("word" and "in region").
6151
6152 * replace.el (query-replace, query-replace-regexp)
6153 (replace-string, replace-regexp, perform-replace): Add "word"
6154 indicatiors to the prompt for word delimited replacements.
6155
6156 * replace.el (read-regexp): Rename arg `default' to `default-value'.
6157 Doc fix.
6158
6159 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6160
6161 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
6162
6163 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
6164
6165 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6166
6167 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
6168 Make argument names follow Elisp manual.
6169
6170 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6171
6172 * textmodes/remember.el (remember-data-file):
6173 * shadowfile.el (shadow-initialize)
6174 <shadow-info-file, shadow-todo-file>:
6175 * savehist.el (savehist-file):
6176 * recentf.el (recentf-save-file):
6177 * pcvs-defs.el (cvs-cvsrc-file):
6178 * international/kkc.el (kkc-init-file-name):
6179 * ido.el (ido-save-directory-list-file):
6180 * calendar/todo-mode.el (todo-file-do, todo-file-done)
6181 (todo-file-top): Run file names that begin with a period thru
6182 `convert-standard-filename'.
6183
6184 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
6185 before-init-hook.
6186
6187 Fix Bug #1183:
6188
6189 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
6190 coding-system-for-read to ediff-coding-system-for-write.
6191
6192 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
6193 coding-system-for-write to ediff-coding-system-for-write.
6194
6195 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
6196 (ediff-coding-system-for-write): Set to emacs-internal.
6197
6198 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * international/mule-conf.el (emacs-internal): New coding system alias.
6201
6202 2008-10-18 Juri Linkov <juri@jurta.org>
6203
6204 * info.el (Info-file-supports-index-cookies-list): New variable.
6205 (Info-file-supports-index-cookies): New function.
6206 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
6207 (Info-index-nodes): Let-bind Info-point-loc to nil for files
6208 without an index cookie to ignore it when Info-index-nodes is
6209 called during navigating from an index node with line numbers.
6210 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
6211
6212 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
6213 variable definition section.
6214
6215 * info.el (Info-find-node-2): Put initial point below the header line
6216 and breadcrumbs line.
6217
6218 2008-10-18 Glenn Morris <rgm@gnu.org>
6219
6220 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
6221 the needed external programs were not found.
6222
6223 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6224
6225 * files.el (trash-directory): Run thru `convert-standard-filename'.
6226 (file-modes-char-to-who, file-modes-char-to-right)
6227 (file-modes-rights-to-number, file-modes-symbolic-to-number)
6228 (read-file-modes): Doc fixes.
6229
6230 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * abbrev.el (define-abbrev): Doc fix.
6233
6234 2008-10-17 Alan Mackenzie <acm@muc.de>
6235
6236 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
6237 foo bar [] = { ...".
6238
6239 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * faces.el (face-spec-set-2): Don't pass invalid attributes to
6242 set-face-attribute.
6243
6244 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6247 according to `locale-coding-system'. (This fixes trivial bug reported
6248 as part of bug#1179).
6249 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6250 particular order). Use `when'.
6251
6252 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * w32-fns.el (w32-check-shell-configuration): Doc fix.
6255 (w32-add-charset-info): Fix typo in docstring.
6256
6257 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6258
6259 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
6260 after discussion.
6261
6262 2008-10-16 Magnus Henoch <mange@freemail.hu>
6263
6264 * vc-arch.el (vc-arch-dir-status): New function.
6265 (vc-arch-after-dir-status): New function.
6266
6267 2008-10-16 Glenn Morris <rgm@gnu.org>
6268
6269 * man.el (Man-getpage-in-background): Force recent `man's to output
6270 escape sequences even when stdout is not a tty. (Bug#1142)
6271
6272 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
6273
6274 * international/mule-conf.el: Add `utf8' and `UTF8' as
6275 aliases for the `utf-8' coding system.
6276
6277 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * find-file.el (ff-get-file): Doc fix.
6280 (ff-get-file-name): Use `let', not `let*'.
6281 (ff-search-directories): Fix typo in docstring.
6282 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6283 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
6284 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
6285 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
6286 (cc-other-file-alist, modula2-other-file-alist):
6287 Remove spurious * in docstrings.
6288
6289 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * faces.el (set-face-attribute): Set family and foundry before
6292 other attributes.
6293 (face-spec-set-2): Pass unmodified args to set-face-attribute.
6294
6295 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
6296
6297 * hl-line.el (hl-line-unload-function): New function.
6298 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6299 (hl-line-sticky-flag): Remove spurious * in docstring.
6300
6301 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
6302
6303 * vc-git.el (vc-git-show-log-entry): Include the revision in the
6304 search string.
6305
6306 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
6307
6308 * net/tramp.el (tramp-process-one-action): Embed regexp in
6309 parentheses, before adding end-of-buffer construct. Suggested by
6310 Markus Triska <markus.triska@gmx.at>.
6311
6312 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
6313
6314 * net/newst-plainview.el (w3m-toggle-inline-image):
6315 Define 'declare-function if necessary, for compatibility.
6316
6317 * net/newst-treeview.el (w3m-toggle-inline-images):
6318 Define 'declare-function if necessary, for compatibility.
6319
6320 2008-10-13 Alan Mackenzie <acm@muc.de>
6321
6322 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6323 so that the function works on one-line macros.
6324
6325 * progmodes/cc-engine.el: Amend several doc strings and comments.
6326
6327 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6328
6329 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6330
6331 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6332 (vc-cvs-stay-local): Add a new choice and default to it.
6333 (vc-cvs-dir-status): Use the new vc-stay-local choice.
6334
6335 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6336
6337 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
6338
6339 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6340 Add support for extended return statement.
6341
6342 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6343 and obj-dir; keep user order.
6344
6345 2008-10-12 Glenn Morris <rgm@gnu.org>
6346
6347 * Makefile.in (ELCFILES): Update.
6348
6349 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6350 (shell-file-name-quote-list): Declare.
6351
6352 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
6353
6354 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6355
6356 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * startup.el (command-line): If toolbar is disabled but ought to
6359 be initialized, call tool-bar-setup.
6360
6361 * tool-bar.el (tool-bar-setup): Variable deleted.
6362 (tool-bar-setup): Set it up unconditionally.
6363
6364 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6365
6366 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6367 tool-bar-map has been initialized before setting it up.
6368
6369 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6370 tool-bar-map has been initialized before setting it up.
6371
6372 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * emacs-lisp/warnings.el (display-warning): Issue a message if
6375 called during daemon initialization.
6376
6377 * tool-bar.el (tool-bar-local-item)
6378 (tool-bar-local-item-from-menu): Put the check for number of
6379 display colors into the image expression.
6380 (tool-bar-setup): Don't be a no-op on ttys.
6381
6382 * info.el (info-tool-bar-map):
6383 * progmodes/gud.el (gud-tool-bar-map):
6384 * progmodes/grep.el (grep-mode-tool-bar-map):
6385 * progmodes/compile.el (compilation-mode-tool-bar-map):
6386 Initialize it unconditionally.
6387
6388 2008-10-11 Romain Francoise <romain@orebokech.com>
6389
6390 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6391 * kmacro.el (kmacro-edit-lossage): Ditto.
6392 * edmacro.el (edit-kbd-macro): Ditto.
6393
6394 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
6395
6396 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6397 Fix variable names.
6398
6399 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6400
6401 * startup.el (command-line): Revert 2008-09-26 change, not
6402 necessary anymore.
6403
6404 2008-10-10 Andreas Schwab <schwab@suse.de>
6405
6406 * simple.el (minibuffer-complete-shell-command):
6407 Bind comint-delimiter-argument-list, comint-file-name-chars and
6408 comint-file-name-quote-list like shell-mode.
6409
6410 2008-10-10 Martin Rudalics <rudalics@gmx.at>
6411
6412 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6413 call of select-window.
6414
6415 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
6416
6417 * calc/calc.el (calc-embedded-word-regexp)
6418 (calc-embedded-word-regexp-alist): New variables.
6419 (calc-embedded-open-word, calc-embedded-close-word)
6420 (calc-embedded-open-close-word-alist): Remove unused variables.
6421
6422 * calc/calc-embed.el (calc-embedded-make-info):
6423 Use `calc-embedded-word-regexp' to find words.
6424
6425 2008-10-10 Martin Rudalics <rudalics@gmx.at>
6426
6427 * info.el (Info-extract-menu-counting): New argument no-detail to
6428 skip detailed node listings.
6429 (Info-forward-node): New argument not-up to inhibit going up.
6430 (Info-final-node): Call Info-extract-menu-counting and
6431 Info-forward-node with the new arguments set to avoid infinite
6432 looping. (Bug#1116)
6433
6434 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6435
6436 * startup.el (command-line): Don't invoke tool-bar-mode if it is
6437 not fboundp.
6438
6439 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * startup.el (command-line): Enable tool-bar-mode as long as it is
6442 not suppressed by X resources, regardless of the terminal.
6443
6444 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6445 graphical terminals.
6446 (tool-bar-setup): No-op if called on a tty.
6447
6448 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6449
6450 * frame.el (make-frame-on-tty): Use "F" inside interactive.
6451 Support `pc' ``window-system''.
6452
6453 * progmodes/compile.el (compilation-start): Resurrect the version
6454 for systems that don't support asynchronous subprocesses.
6455
6456 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6457
6458 * window.el (pop-up-frames): Add choice graphic-only.
6459 (display-buffer): When pop-up-frames equals graphic-only do
6460 not pop up new frame on text-only terminals. (Bug#1061)
6461
6462 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
6463
6464 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6465 (vc-cvs-dir-status): Use it.
6466
6467 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6468
6469 * json.el (json-skip-whitespace): Fix last change.
6470
6471 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * bs.el (bs-unload-function): New function.
6474
6475 2008-10-08 Sven Joachim <svenjoac@gmx.de>
6476
6477 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6478 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6479 For clarity, explicitly require cl.
6480
6481 2008-10-08 Michael Olson <mwolson@gnu.org>
6482
6483 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6484 can avoid a bad interaction with programs that add functions to
6485 the window-scroll-functions hook. This fixes Bug #858.
6486
6487 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * startup.el (command-line): Use display-warning to warn about an
6490 init file error.
6491 (command-line-1): Remove init file error delay.
6492
6493 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6494
6495 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6496 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6497 (rx-group-if): New function.
6498 (rx-parent): New variable.
6499 (rx-and, rx-or): Put shy groups only when necessary.
6500 (rx-bracket): Remove.
6501 (rx-anything): New function.
6502 (rx-any-delete-from-range, rx-any-condense-range)
6503 (rx-check-any-string): New functions.
6504 (rx-check-any): Return result as a list. Don't convert chars to
6505 strings. Don't prepend "\\" to "^". Don't search for close bracket.
6506 Check char category string. Call rx-form instead of rx-to-string.
6507 (rx-any): Rebuid to complete the function.
6508 (rx-check-not): Fix char category regexp pattern string.
6509 Call rx-form instead of rx-to-string.
6510 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
6511 "[^^]". Call regexp-quote for one char string when not called from
6512 rx-not. Add "\\w", and toggle to upcase. Add the case of
6513 "\\[SCBW]" to toggle.
6514 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6515 instead of rx-to-string.
6516 (rx-kleene): Call rx-form instead of rx-to-string.
6517 Call rx-group-if to adjust putting of shy groups.
6518 (rx-atomic-p): Make check more precisely.
6519 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6520 (rx-regexp): Call rx-group-if.
6521 (rx-form): New function.
6522 (rx-to-string): Call rx-form, rx-group-if.
6523 Refine definition of NO-GROUP.
6524
6525 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
6526
6527 * json.el (json-advance): Use forward-char.
6528 (json-skip-whitespace): Use skip-syntax-forward.
6529
6530 2008-10-07 Alan Mackenzie <acm@muc.de>
6531
6532 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6533 indenting a macro followed by blank lines doesn't backslash the
6534 following non-blank line into the macro.
6535
6536 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6537
6538 * startup.el (before-init-time, after-init-time): Move into emacs.c.
6539 (command-line): Set after-init-time to nil before initialization.
6540
6541 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
6542
6543 * calc/calc-units.el (math-standard-units): Update the values
6544 of the units.
6545
6546 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * bookmark.el (bookmark-unload-function): New function.
6549
6550 2008-10-06 Andreas Schwab <schwab@suse.de>
6551
6552 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6553
6554 2008-10-06 Martin Rudalics <rudalics@gmx.at>
6555
6556 * mail/footnote.el: Remove * in defcustom docstrings and tell
6557 for most options that customizing them doesn't affect buffers
6558 already displaying footnotes.
6559 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6560 Fix handling of text properties and identical start/end tags.
6561 Do not use format when renumbering.
6562 (Footnote-set-style): Make it work.
6563 (Footnote-insert-numbered-footnote): Simplify.
6564 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6565 (Footnote-goto-footnote): Fix handling of empty section tag.
6566 (Footnote-delete-footnote): Fix handling of identical start/end
6567 tags, empty section tag, and spaced footnotes. Do not use
6568 kill-region.
6569 (footnote-mode): Make most options buffer-local to avoid that
6570 customizing messes up handling of footnotes in buffers that
6571 already display them.
6572
6573 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
6574
6575 * faces.el (x-create-frame-with-faces): Undo previous change.
6576
6577 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6578 existent files.
6579
6580 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * international/mule-cmds.el (universal-coding-system-argument):
6583 Handle digit-argument too.
6584
6585 2008-10-05 Mario Lang <mlang@delysid.org>
6586
6587 * xml.el (xml-parse-string): Use skip-chars-forward.
6588
6589 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6592 existent files.
6593 (vc-bzr-dir-status-files): New function.
6594
6595 2008-10-04 Glenn Morris <rgm@gnu.org>
6596
6597 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
6598
6599 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6600 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
6601
6602 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6603 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
6604
6605 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
6606
6607 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6608 Fix typo. (Bug#1074)
6609
6610 2008-10-04 Martin Rudalics <rudalics@gmx.at>
6611
6612 * progmodes/compile.el (compilation-start): Make sure to move to
6613 point-max only when we are in the compilation buffer. (Bug#1073)
6614
6615 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
6616
6617 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6618 tool-bar-mode is on.
6619
6620 * vc-svn.el (vc-svn-dir-status-files):
6621 * vc-cvs.el (vc-cvs-dir-status-files): New function.
6622
6623 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6624
6625 * vc-hg.el (vc-hg-dir-status-files): New function.
6626
6627 2008-10-03 Martin Rudalics <rudalics@gmx.at>
6628
6629 * window.el (window--display-buffer-1): Don't care about
6630 visibility since raise-frame does.
6631
6632 2008-10-03 Mario Lang <mlang@delysid.org>
6633
6634 * nxml/xmltok.el (xmltok-forward): Simplify.
6635
6636 2008-10-03 Glenn Morris <rgm@gnu.org>
6637
6638 * Makefile.in (ELCFILES): Update.
6639
6640 * frame.el (set-default-font): Make obsolete.
6641 * mouse.el (mouse-set-font): Use set-frame-font.
6642
6643 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6644 (jka-compr-mode-alist-additions): Also match `.tbz2'.
6645
6646 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6647 * files.el (auto-mode-alist): Add .PRO as per above autoload.
6648
6649 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6650
6651 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6652 (vc-dir-refresh): Set it here instead. (Bug#1067)
6653
6654 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * faces.el (inhibit-frame-set-background-mode): New var.
6657 (frame-set-background-mode): Use it to avoid a loop in
6658 face-spec-recalc.
6659
6660 2008-10-02 Glenn Morris <rgm@gnu.org>
6661
6662 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6663 vc-diff-switches.
6664
6665 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6666
6667 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6668 that is, to take some action when a buffer is killed. Suggested by
6669 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
6670 11.2.2.
6671 (whitespace-action): Docstring and :type fix.
6672 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6673 Code fix.
6674 (whitespace-add-local-hook, whitespace-remove-local-hook)
6675 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6676
6677 2008-10-01 Magnus Henoch <mange@freemail.hu>
6678
6679 * net/tls.el (open-tls-stream): Show the actual command being
6680 executed, instead of the format string.
6681
6682 2008-10-01 Eli Zaretskii <eliz@gnu.org>
6683
6684 * term/internal.el (dos-locale-alist): New alist.
6685 (dos-codepage-setup): Use it to compute a value of locale with
6686 which to call set-locale-environment. Remove code to set
6687 terminal, keyboard, and file-name encoding (done by
6688 set-locale-environment).
6689
6690 * international/mule-cmds.el
6691 (set-language-environment-nonascii-translation): Fix nonascii
6692 value for `pc' ``window-system''.
6693 (set-display-table-and-terminal-coding-system)
6694 (set-default-coding-systems): Don't special-case `pc'.
6695
6696 2008-10-01 Glenn Morris <rgm@gnu.org>
6697
6698 * filesets.el (filesets-menu-name): Fix type.
6699 (filesets-menu-path, filesets-menu-before): Fix types.
6700 Change defaults to be consistent with recentf. (Bug#1056)
6701
6702 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * term/xterm.el (xterm-turn-on-modify-other-keys)
6705 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6706 Don't forget to pass `terminal' to `send-string-to-terminal'.
6707
6708 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6709
6710 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6711 (vc-file-not-found-hook): Check, that `buffer-file-name' is
6712 non-nil. It is not clear, whether this is only fixing symptoms on
6713 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
6714 is embedded by that check. So it might be TRT. Suggested by Dan
6715 Nicolaescu <dann@ics.uci.edu>.
6716
6717 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6718
6719 * Makefile.in (ELCFILES): Remove codepage.elc.
6720
6721 * international/codepage.el: File removed, as even ms-dos doesn't
6722 need it anymore.
6723
6724 * loadup.el [ms-dos]: Don't load ccl and codepage.
6725
6726 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6727 (IT-character-translations, cjk-codepages-alist): Remove variables.
6728 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6729 (IT-unicode-translations): Remove charset and base elements.
6730 Add translations for Latin-1 characters.
6731 (IT-setup-unicode-display): Accept a CODING argument. Don't use
6732 base and chset elements of IT-unicode-translations. Don't wrap
6733 translation in "{...}". Set up translations only for characters
6734 for which unencodable-char-position returns non-nil.
6735 (dos-codepage-setup): Don't use special-case codepages in
6736 cjk-codepages-alist.
6737
6738 * files.el (locate-dominating-file): Wrap directory-files with
6739 condition-case, instead of calling file-directory-p, which stats
6740 the directory one more time.
6741
6742 * mail/mail-utils.el (mail-unquote-printable-region):
6743 Use insert-byte instead of insert-char, when the UNIBYTE arg is
6744 non-nil.
6745
6746 2008-09-30 Daiki Ueno <ueno@unixuser.org>
6747
6748 * epa-file.el (epa-file-insert-file-contents): Fix typo.
6749
6750 2008-09-30 Glenn Morris <rgm@gnu.org>
6751
6752 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6753
6754 2008-09-30 Daniel Colascione <danc@merrillpress.com>
6755
6756 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6757 (which-function): Handle nested imenu trees.
6758
6759 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6760 some nested menu items.
6761
6762 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6763
6764 * calc/calc-units.el (math-standard-units): Add entries used to
6765 display the values in the units buffer.
6766 (math-build-units-table): Add entries to the units table to be used
6767 to display the values in the units buffer.
6768 (math-build-units-table-buffer): Use the display entry of the units
6769 table when non-nil.
6770 (calc-define-unit): Add option to enter display value of unit.
6771
6772 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6773
6774 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6775
6776 2008-09-29 Eli Zaretskii <eliz@gnu.org>
6777
6778 * files.el (locate-dominating-file): Take file-attributes of
6779 `dir', not of `file' (which never changes).
6780
6781 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6784 also be `localname'.
6785
6786 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6787 IDENTIFICATION.
6788
6789 2008-09-28 Glenn Morris <rgm@gnu.org>
6790
6791 * vc.el (vc-switches): Give it a doc string.
6792
6793 2008-09-28 Romain Francoise <romain@orebokech.com>
6794
6795 * comint.el (comint-show-output): Adjust to stickiness changes of
6796 the output field.
6797
6798 * startup.el (command-line): Start the daemon server later.
6799
6800 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6801
6802 * subr.el (read-quoted-char): Call char-resolve-modifiers
6803 instead of char-resolve-modifers.
6804
6805 2008-09-27 Glenn Morris <rgm@gnu.org>
6806
6807 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6808 than [return]. (Bug#1031)
6809
6810 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
6811
6812 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6813
6814 2008-09-27 Daiki Ueno <ueno@unixuser.org>
6815
6816 * epg.el (epg-wait-for-status): Check if there is no pending status.
6817 Reported by Ted Romer <ted@romerfamily.com>.
6818
6819 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6820
6821 * startup.el (command-line): Turn on menu-bar-mode and
6822 tool-bar-mode when running as a daemon.
6823
6824 2008-09-26 Eli Zaretskii <eliz@gnu.org>
6825
6826 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6827 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6828 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6829 ($(lisp)/progmodes/cc-engine.elc)
6830 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6831 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6832 ($(lisp)/progmodes/cc-subword.elc)
6833 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6834
6835 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6836 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6837 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6838 ($(lisp)/progmodes/cc-engine.elc)
6839 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6840 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6841 ($(lisp)/progmodes/cc-subword.elc)
6842 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6843
6844 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6845
6846 * informat.el (Info-split-threshold): New variable.
6847 (Info-split): Use it.
6848
6849 * textmodes/texinfmt.el (texinfo-format-buffer):
6850 Use Info-split-threshold to decide whether to split Info files.
6851
6852 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6855 quoting.
6856
6857 * comint.el (comint-dynamic-complete-as-filename): Quote directory
6858 name when reinserting it.
6859
6860 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6861 word-search-backward-lax for incremental word search.
6862
6863 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * generic-x.el (generic-other-modes): Fix typo in docstring.
6866 (generic-use-find-file-hook, generic-lines-to-scan)
6867 (generic-find-file-regexp, generic-ignore-files-regexp)
6868 (generic-define-mswindows-modes, generic-define-unix-modes):
6869 Remove `*' from docstring.
6870 (generic-mode-find-file-hook): Use `string-match-p'.
6871 (apache-log-generic-mode, mailagent-rules-generic-mode)
6872 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6873 (java-manifest-generic-mode, java-properties-generic-mode)
6874 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6875 for consistency with other modes in generic-x.el.
6876
6877 2008-09-25 Martin Rudalics <rudalics@gmx.at>
6878
6879 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6880 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6881 parens specially only if latex-handle-escaped-parens is non-nil.
6882 (latex-indent-within-escaped-parens): New option.
6883 (latex-find-indent): Bind latex-handle-escaped-parens to
6884 latex-indent-within-escaped-parens. Do not treat escaped parens
6885 specially when this is nil. (Bug#954)
6886
6887 2008-09-25 Glenn Morris <rgm@gnu.org>
6888
6889 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
6890
6891 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * vc.el (vc-mark-resolved): Move message here from
6894 vc-default-mark-resolved.
6895 (vc-default-mark-resolved): Change to an alias for ignore.
6896
6897 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
6898
6899 * term.el (term-emulate-terminal): Encode input string before
6900 checking its length.
6901
6902 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6905 is loaded.
6906
6907 * server.el (server-buffer-done): Avoid changing the buffer when
6908 deleting the client's frame (bug#640).
6909
6910 * vc.el (vc-default-mark-resolved): New function.
6911
6912 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
6913
6914 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6915 from raising a wrong-type-argument error.
6916
6917 2008-09-24 Martin Rudalics <rudalics@gmx.at>
6918
6919 * help-fns.el (describe-function-1, describe-variable): Print
6920 relative file name in help buffer.
6921 * faces.el (describe-face): Print relative file name in help
6922 buffer.
6923
6924 2008-09-23 Romain Francoise <romain@orebokech.com>
6925
6926 * subr.el (with-output-to-string): Make sure that the temporary
6927 buffer gets killed.
6928
6929 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
6930
6931 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6932 indentation problem with keyword symbols when a list starts with
6933 ,@ or spaces. (Bug#1012)
6934
6935 2008-09-23 Martin Rudalics <rudalics@gmx.at>
6936
6937 * textmodes/tex-mode.el (latex-find-indent): Try to handle
6938 escaped close parens correctly. (Bug#954)
6939
6940 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
6941
6942 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6943 usage of `fortune-file' even though a FILE argument was passed to
6944 the function.
6945
6946 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6947
6948 * startup.el (command-line): Start the server when in daemon mode.
6949 Remove always true test.
6950
6951 * frame.el (frame-initialize): Remove spurious setting of
6952 special-display-function with the default value.
6953
6954 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
6955
6956 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6957
6958 2008-09-20 Glenn Morris <rgm@gnu.org>
6959
6960 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6961 Fix custom type. (Bug#1011)
6962
6963 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
6964
6965 * files.el (move-file-to-trash): Avoid recursive trashing if
6966 rename-file calls delete-file.
6967
6968 2008-09-20 Glenn Morris <rgm@gnu.org>
6969
6970 * play/fortune.el: Remove leading `*' from defcustom docs.
6971 (fortune-program-options): Doc fix. Allow to be a string again.
6972 Add :version.
6973 (fortune-in-buffer): Handle fortune-program-options as a string.
6974 Don't rely on fortune program accepting options after fortune file.
6975
6976 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
6977
6978 * play/fortune.el (fortune-program-options): Change to a list.
6979 (fortune-in-buffer): Use apply.
6980
6981 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
6982
6983 * emacs-lisp/authors.el: Change encoding of file to utf-8.
6984 (authors-coding-system): Likewise.
6985
6986 2008-09-20 Ami Fischman <ami@fischman.org>
6987
6988 * savehist.el (savehist-save): Handle errors in writing as well as
6989 reading.
6990
6991 2008-09-20 Michael Olson <mwolson@gnu.org>
6992
6993 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6994 to provide a minimal performance boost.
6995
6996 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6997
6998 * proced.el (proced-grammar-alist, proced-custom-attributes)
6999 (proced-format-alist, proced-format, proced-filter-alist)
7000 (proced-filter, proced-sort): Use defcustom.
7001 (proced-mode): Fix docstring.
7002 (proced-process-attributes): Handle return value nil of functions
7003 in proced-custom-attributes.
7004
7005 2008-09-19 Martin Rudalics <rudalics@gmx.at>
7006
7007 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
7008 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
7009
7010 2008-09-19 Miles Bader <miles@gnu.org>
7011
7012 * comint.el (comint-output-filter): Make field properties for
7013 output text front-sticky.
7014
7015 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
7016
7017 * vc-bzr.el (vc-bzr-show-log-entry):
7018 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
7019 C-x v l for a directory uses that.
7020
7021 2008-09-18 Simon Josefsson <simon@josefsson.org>
7022
7023 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
7024 .sieve files.
7025
7026 2008-09-18 Martin Rudalics <rudalics@gmx.at>
7027
7028 * help-macro.el (make-help-screen): Preserve key bindings
7029 established in help-mode call when exiting this macro.
7030
7031 2008-09-17 Kenichi Handa <handa@m17n.org>
7032
7033 * language/burmese.el: Fix setting of composition-function-table.
7034
7035 2008-09-17 Martin Rudalics <rudalics@gmx.at>
7036
7037 * info.el (Info-follow-nearest-node): Don't raise an error for
7038 mouse-1 clicks.
7039
7040 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
7041
7042 * calc/calc-units.el (calc-convert-temperature): Use default
7043 units when appropriate.
7044
7045 2008-09-16 Markus Triska <markus.triska@gmx.at>
7046
7047 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
7048 catch errors raised in `texmathp'.
7049 (flyspell-tex-math-initialized): Remove.
7050
7051 2008-09-16 Martin Rudalics <rudalics@gmx.at>
7052
7053 * frame.el (select-frame-set-input-focus): With non-nil
7054 mouse-autoselect-window always move mouse cursor to frame's
7055 selected window. Otherwise restore pre 2008-09-13 behavior.
7056 (select-frame-by-name): Use select-frame-set-input-focus.
7057
7058 * files.el (switch-to-buffer-other-frame): Don't raise frame since
7059 pop-to-buffer already does it.
7060 (display-buffer-other-frame): Fix doc-string.
7061
7062 2008-09-16 Glenn Morris <rgm@gnu.org>
7063
7064 * add-log.el (diff-find-source-location): Update declaration.
7065
7066 * progmodes/make-mode.el (makefile-match-function-end):
7067 Move point. (Bug#983)
7068
7069 2008-09-16 Daiki Ueno <ueno@unixuser.org>
7070
7071 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
7072
7073 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
7076 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
7077
7078 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
7079
7080 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
7081
7082 2008-09-15 Martin Rudalics <rudalics@gmx.at>
7083
7084 * files.el (file-truename): Don't raise args-out-of-range error
7085 when filename has no separator on windows-nt. (Bug#982)
7086
7087 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
7090 be more honest when we don't know.
7091 (diff-tell-file-name): Don't prompt before the actual prompt.
7092 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
7093 (diff-find-source-location): Add `noprompt' argument.
7094 (diff-current-defun): Don't prompt.
7095
7096 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7097
7098 * proced.el (proced-mark-face, proced-marked-face)
7099 (proced-sort-header-face): Remove.
7100 (proced-font-lock-keywords): Simplify.
7101 (proced-format): Use face proced-sort-header.
7102 (proced-format-interactive, proced-sort-interactive)
7103 (proced-filter-interactive): Only call proced-update if the scheme
7104 has changed.
7105 (proced-sort-header): Use posn-actual-col-row.
7106
7107 2008-09-14 Martin Rudalics <rudalics@gmx.at>
7108
7109 * add-log.el (change-log-find-window): New variable.
7110 (change-log-goto-source-1, change-log-goto-source):
7111 Set change-log-find-window to window displaying source.
7112 (change-log-next-error): Select window specified by
7113 change-log-find-window.
7114
7115 2008-09-13 Martin Rudalics <rudalics@gmx.at>
7116
7117 * frame.el (select-frame-set-input-focus): With focus follows
7118 mouse move mouse cursor to right window.
7119 * window.el (pop-to-buffer): Select window before calling
7120 select-frame-set-input-focus.
7121
7122 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7123
7124 * proced.el (proced-sort-header): New face.
7125 (proced-sort-header-face): New variable.
7126 (proced-format): Allow format value nil.
7127 Use proced-sort-header-face for header of sort column.
7128 (proced-format-args): New function.
7129 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
7130 (proced-header-help-echo, proced-field-help-echo, proced-timer)
7131 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
7132 (proced-refine): Rename from proced-filter-attribute. Doc fix.
7133 (proced-sort-header): Bind also to mouse-1.
7134 (proced-move-to-goal-column): Return position of point.
7135 (proced-filter-interactive): Always revert listing.
7136 (proced-format-ttname): Simplify.
7137 (proced-update): Do not keep undo information. Put point at
7138 beginning of buffer if we generate the first listing.
7139
7140 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
7141
7142 * doc-view.el (doc-view-scroll-up-or-next-page)
7143 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
7144 vertically split windows.
7145
7146 2008-09-12 Glenn Morris <rgm@gnu.org>
7147
7148 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
7149
7150 * indent.el (indent-line-function): Doc fix.
7151 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
7152
7153 2008-09-11 Martin Rudalics <rudalics@gmx.at>
7154
7155 * window.el (pop-to-buffer): If the window for buffer-or-name is
7156 not on the selected frame, raise that window's frame and give it
7157 input focus. (Bug#745)
7158
7159 2008-09-11 Glenn Morris <rgm@gnu.org>
7160
7161 * ido.el (ido-mode): Initialize with custom-initialize-default,
7162 rather than a set function. (Bug#947)
7163
7164 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * replace.el (perform-replace): Don't set inhibit-read-only using
7167 query-replace-skip-read-only (bug#956).
7168
7169 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
7170 of the <<foo>> form.
7171
7172 2008-09-10 Martin Rudalics <rudalics@gmx.at>
7173
7174 * window.el (display-buffer): Fix doc-string typo.
7175
7176 2008-09-10 Kenichi Handa <handa@m17n.org>
7177
7178 * composite.el (compose-gstring-for-graphic): Fix previous change.
7179
7180 2008-09-10 Glenn Morris <rgm@gnu.org>
7181
7182 * info.el (Info-try-follow-nearest-node): Fix doc typo.
7183
7184 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
7185
7186 * info.el (Info-mouse-follow-nearest-node): Follow links to different
7187 manuals. (Bug#886)
7188
7189 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * ido.el (ido-unload-function): New function.
7192
7193 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * ido.el (ido-file-internal): Fix typo in prompt.
7196 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
7197 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
7198 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
7199 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
7200 Fix typos in docstrings.
7201
7202 2008-09-08 Martin Rudalics <rudalics@gmx.at>
7203
7204 * help-fns.el (describe-function-1): Don't print extra newline
7205 after filling.
7206
7207 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
7208
7209 * help-fns.el (find-lisp-object-file-name): Handle case where
7210 library is compressed.
7211
7212 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * complete.el (PC-do-completion): Don't replace buffer
7215 contents (bug#227).
7216
7217 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * loadhist.el (unload-feature-special-hooks):
7220 Add `choose-completion-string-functions'.
7221
7222 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * vc-svn.el (vc-svn-root):
7225 * vc-sccs.el (vc-sccs-root):
7226 * vc-rcs.el (vc-rcs-root):
7227 * vc-cvs.el (vc-cvs-root): Delete.
7228 * vc-hooks.el (vc-find-root): Remove `invert' argument.
7229
7230 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de>
7231
7232 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
7233 errors occurring in different files.
7234
7235 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
7238 (vc-bzr-status-printer): New function.
7239 (vc-bzr-after-dir-status): Deal with renamed files.
7240
7241 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
7242
7243 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7244 buffer's filename.
7245
7246 2008-09-07 Martin Rudalics <rudalics@gmx.at>
7247
7248 * subr.el (cancel-change-group): Widen buffer temporarily when
7249 undoing changes. (Bug#810)
7250
7251 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
7252
7253 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7254 with gud-stop-subjob rather than exit debugger.
7255
7256 2008-09-07 Kenichi Handa <handa@m17n.org>
7257
7258 * composite.el: Compose combining characters only when it
7259 follows a character matching with "[[:alpha:]]".
7260
7261 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7262
7263 * proced.el: Require time-date.
7264 (proced-command-alist, proced-command, proced-goal-header-re)
7265 (proced-sorting-schemes-alist, proced-sorting-scheme)
7266 (proced-header-alist, proced-sorting-schemes-re)
7267 (proced-skip-regexp, proced-next-line, proced-previous-line)
7268 (proced-listing-type, proced-sorting-scheme-p): Remove.
7269 (proced-grammar-alist, proced-custom-attributes)
7270 (proced-format-alist, proced-format, proced-filter-alist)
7271 (proced-filter, proced-sort, proced-goal-attribute)
7272 (proced-timer-interval, proced-timer-flag, proced-timer)
7273 (proced-process-alist, proced-sort-internal, proced-process-tree)
7274 (proced-header-help-echo, proced-field-help-echo): New variables.
7275 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
7276 (proced-omit-process, proced-filter, proced-process-tree)
7277 (proced-filter-children, proced-children-pids)
7278 (proced-filter-parents, proced-<, proced-string-lessp)
7279 (proced-time-lessp, proced-xor, proced-sort-p)
7280 (proced-format-time, proced-format-start, proced-format-ttname)
7281 (proced-format, proced-process-attributes): New functions.
7282 (proced-toggle-timer-flag, proced-mark-children)
7283 (proced-mark-parents, proced-filter-interactive)
7284 (proced-filter-attribute, proced-sort-interactive)
7285 (proced-sort-header, proced-format-interactive): New commands.
7286 (proced-move-to-goal-column): Use goal-column.
7287 (proced-mode): Use proced-timer.
7288 (proced-do-mark-all): Display process count. Use use-region-p.
7289 Simplify.
7290 (proced-omit-processes): Use use-region-p.
7291 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7292 (proced-sort-start, proced-sort-time, proced-sort-user):
7293 Use proced-sort-interactive.
7294 (proced-sort): Make it a function that performs the actual sort.
7295 (proced-update): New arg revert. Use proced-process-alist,
7296 proced-filter, proced-sort, proced-format, and
7297 proced-grammar-alist. Preserve position of point based on fields.
7298 Make header line and fields clickable.
7299 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7300 (proced-why): Use save-selected-window.
7301 (proced-log): Use buffer-read-only.
7302
7303 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7304
7305 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7306
7307 2008-09-06 Glenn Morris <rgm@gnu.org>
7308
7309 * add-log.el (diff-find-source-location): Declare.
7310 (find-change-log): If called from a diff buffer, try to switch to the
7311 source buffer (e.g. to respect change-log-default-name there).
7312
7313 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7314 unallowed characters; added 2006-10-10 without comment. (Bug#753)
7315
7316 * Makefile.in (ELCFILES): Update.
7317
7318 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7319
7320 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7321 user enters a mouse event in another frame, or a special event.
7322
7323 * server.el (server-switch-buffer): New arg.
7324 (server-execute): If reusing an existing window, set file position
7325 if required.
7326
7327 2008-09-06 Kenichi Handa <handa@m17n.org>
7328
7329 * language/lao.el: Fix setting of composition-function-table.
7330
7331 2008-09-06 Eli Zaretskii <eliz@gnu.org>
7332
7333 * term/pc-win.el (msdos-show-help): Don't truncate lines while
7334 displaying help echo messages.
7335
7336 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7337
7338 * subr.el (symbol-file): Fix doc-string.
7339
7340 2008-09-06 Glenn Morris <rgm@gnu.org>
7341
7342 * help-mode.el (help-xref-forward-stack): Doc fix.
7343
7344 * add-log.el (change-log-default-name): Autoload safety.
7345
7346 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
7347
7348 * verilog-mode.el (verilog-library-extensions): Enable .sv
7349 filename extensions to call verilog-mode.
7350 (verilog-auto, verilog-auto-inst, verilog-faq)
7351 (verilog-submit-bug-report): Update author support URLs.
7352 (verilog-delete-auto, verilog-auto-inout-module)
7353 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7354 creating complemented testbench modules. Suggested by Yishay Belkind.
7355 (verilog-auto-inst-port, verilog-simplify-range-expression):
7356 When verilog-auto-inst-param-value is set, don't require a
7357 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
7358 Yishay Belkind.
7359 (verilog-auto-inst-param-value): Add safe variable.
7360 (verilog-re-search-forward, verilog-re-search-backward):
7361 Fix returning wrong search results on Emacs 22.1.
7362 (verilog-modi-cache-results, verilog-auto): Fix warning message
7363 about "toggling font-lock-mode."
7364 (verilog-auto): Fix losing font-lock on errors.
7365 (verilog-auto-inst-param-value, verilog-mode-version)
7366 (verilog-mode-version-date, verilog-read-inst-param-value)
7367 (verilog-auto-inst, verilog-auto-inst-param)
7368 (verilog-auto-inst-port, verilog-simplify-range-expression):
7369 Allow parameters to be replaced with their values, on the expansion of
7370 an AUTOINST with Verilog 2001 style parameter settings.
7371 Suggested by David Rogoff.
7372
7373 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
7374
7375 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7376 Better support for the property statement. Sometimes this keyword
7377 introduces a statement which requires an endproperty keyword, and
7378 sometimes it doesn't, depending on the work before the property
7379 word. If property is prefixed with assert, assume or cover
7380 keyword, then the statement is ended with a ';'. Otherwise,
7381 property is like task or specify, and is followed by some number
7382 of statements, which are ended with an endproperty keyword.
7383 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7384 in a highlighted region: indent each line in region according to
7385 mode. Supply this so it works in XEmacs and older Emacs.
7386
7387 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7388
7389 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7390 Don't clean up a buffer when killing it.
7391
7392 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7393
7394 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7395 buffers (bug#360). New version 11.2.1.
7396 (whitespace-action): New value `warn-read-only' to give a warning when
7397 buffer is read-only and whitespace action is cleanup or auto-cleanup.
7398 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7399 (whitespace-warn-read-only): New fun.
7400
7401 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
7402
7403 * international/quail.el: Require help-mode.
7404 (quail-help-init): Function removed.
7405 (quail-keyboard-layout-button, quail-keyboard-customize-button):
7406 Define directly.
7407
7408 * dired.el (dired-get-filename): Rewrite octal escape character
7409 processor (bug#885).
7410
7411 2008-09-05 Eli Zaretskii <eliz@gnu.org>
7412
7413 * cus-edit.el (custom-button-pressed): Default to inverse-video.
7414
7415 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7416 not just for terminal-frame.
7417
7418 2008-09-05 Martin Rudalics <rudalics@gmx.at>
7419
7420 * window.el (window--try-to-split-window): Don't split when window
7421 is not splittable in last disjunct. (Bug#888)
7422
7423 2008-09-05 Kenichi Handa <handa@m17n.org>
7424
7425 * language/tibetan.el: Fix setting of composition-function-table.
7426
7427 * composite.el (find-composition): Mention about the automatic
7428 composition in the docstring.
7429 (compose-gstring-for-graphic): Fix handling "above" marks.
7430
7431 * descr-text.el (describe-char): Fix handling of automatic composition.
7432
7433 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7436 (tramp-parse-connection-properties): Reflow docstring.
7437
7438 2008-09-04 Kim F. Storm <storm@cua.dk>
7439
7440 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7441 and other-frame methods when switching between file and buffer modes.
7442
7443 2008-09-04 Martin Rudalics <rudalics@gmx.at>
7444
7445 * info.el (Info-dir-remove-duplicates): Narrow buffer when
7446 removing duplicate entries under same heading. Don't skip char
7447 matching anything but a space or tab at bol. (Bug#864)
7448
7449 2008-09-03 Alan Mackenzie <acm@muc.de>
7450
7451 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7452
7453 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7456 (completion-pcm--all-completions): Move the case-fold-search binding to
7457 it also applies to completion-regexp-list (used in all-completions).
7458 (completion-pcm--hilit-commonality): Add missing case-fold-search.
7459
7460 2008-09-03 Martin Rudalics <rudalics@gmx.at>
7461
7462 * window.el (pop-up-frame-function): Move ...
7463 * frame.el (pop-up-frame-function): ... here, to avoid
7464 "CHANGED outside Customize;".
7465
7466 2008-09-03 Glenn Morris <rgm@gnu.org>
7467
7468 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7469
7470 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7473 non-alphabetical characters properly.
7474
7475 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7476
7477 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7478
7479 2008-09-02 Martin Rudalics <rudalics@gmx.at>
7480
7481 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7482 control-prefixed keys. (Bug#835)
7483
7484 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * image-mode.el (image-mode): Fix 2008-07-19 change.
7487
7488 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7491
7492 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7493
7494 2008-09-02 Glenn Morris <rgm@gnu.org>
7495
7496 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7497
7498 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7499
7500 2008-09-01 Glenn Morris <rgm@gnu.org>
7501
7502 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7503 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7504 and fix name typos. (Bug#856)
7505
7506 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
7507
7508 * minibuffer.el (completion-pcm--pattern->regex):
7509 When completion-ignore-case is non-nil, generate a regexp that
7510 ignores case.
7511
7512 * window.el (recenter-top-bottom): Doc fix.
7513
7514 2008-09-01 Simon South <ssouth@member.fsf.org>
7515
7516 * progmodes/delphi.el: New maintainer.
7517 (delphi-interface-types): New var.
7518 (delphi-composite-types): Use it.
7519 (delphi-enclosing-indent-of): Distinguish between "interface"
7520 keyword as a unit separator and used like a class declaration.
7521
7522 2008-09-01 Martin Rudalics <rudalics@gmx.at>
7523
7524 * help-fns.el (describe-simplify-lib-file-name)
7525 (find-source-lisp-file): Remove.
7526 (find-lisp-object-file-name): New function giving preference to
7527 files found via load-path instead of loaddefs.el.
7528 (describe-function-1): Use new function instead of the removed
7529 ones. (Bugs #587, #669, #690)
7530 * faces.el (describe-face): Use find-lisp-object-file-name instead
7531 of describe-simplify-lib-file-name.
7532
7533 2008-09-01 Kenichi Handa <handa@m17n.org>
7534
7535 * international/mule-diag.el (font-show-log): Fix previous change.
7536
7537 * international/mule-cmds.el (set-language-environment):
7538 Don't overwrite current-iso639-language if the current language
7539 environment doesn't provide that data.
7540 (set-locale-environment): Set current-iso639-language from the
7541 locale name.
7542
7543 * international/fontset.el (script-representative-chars): Re-add
7544 the entry for symbol, but with vector of characters.
7545 (setup-default-fontset): Cancel previous change.
7546
7547 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * ido.el: Move provide statement to the end of the file.
7550
7551 2008-08-30 Markus Triska <markus.triska@gmx.at>
7552
7553 * linum.el (linum-mode): `window-size-change-functions' can now be
7554 buffer-local.
7555 (linum-update-window): Use result of `move-overlay'.
7556
7557 2008-08-30 Glenn Morris <rgm@gnu.org>
7558
7559 * subr.el (make-variable-frame-local): Tweak obsolescence message.
7560
7561 * info.el (Info-hide-note-references, Info-refill-paragraphs):
7562 Doc fixes.
7563
7564 * apropos.el (apropos-command): Report documentation errors.
7565 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
7566
7567 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7570 string.
7571
7572 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7573
7574 * bindings.el (mode-line-frame-identification): Fix last change.
7575
7576 2008-08-29 Kenichi Handa <handa@m17n.org>
7577
7578 These changes are to adjust the automatic composition for the new
7579 implementation (avoid using text property).
7580
7581 * composite.el (composition-function-table): Move declaration to
7582 composite.c.
7583 (terminal-composition-base-character-p): Delete it.
7584 (terminal-composition-function): Delete it.
7585 (terminal-composition-function-table): Delete it.
7586 (lgstring-header, lgstring-set-header, lgstring-font)
7587 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7588 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7589 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7590 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7591 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7592 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7593 (compose-glyph-string, compose-glyph-string-relative)
7594 (compose-gstring-for-graphic, compose-gstring-for-terminal):
7595 New functions.
7596 (auto-compose-chars): Argument changed.
7597
7598 * language/european.el: Don't setup composition-function-table.
7599 (diacritic-composition-pattern, diacritic-compose-region)
7600 (diacritic-compose-string, diacritic-compose-buffer)
7601 (diacritic-composition-function): Delete them.
7602
7603 * language/lao-util.el (lao-composition-function): Argument changed.
7604
7605 * language/sinhala.el: Fix setting up of composition-function-table.
7606
7607 * language/thai.el: Fix setting up of composition-function-table.
7608
7609 * language/thai-util.el: Encoding changed to utf-8.
7610 (thai-composition-function): Argument changed.
7611
7612 * language/indian.el: Fix setting up of composition-function-table.
7613 (devanagari-composable-pattern)
7614 (tamil-composable-pattern, kannada-composable-pattern)
7615 (malayalam-composable-pattern): New variables.
7616
7617 * international/characters.el (unicode-category-table):
7618 Setup unicode-category-table.
7619
7620 * international/fontset.el (setup-default-fontset): Prepend
7621 iso10646-1 fonts to the fallback font groups instead of appending.
7622
7623 2008-08-29 Glenn Morris <rgm@gnu.org>
7624
7625 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7626
7627 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * term/x-win.el (x-win-suspend-error): Don't signal error if there
7630 are no X frames active.
7631
7632 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7633
7634 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7635 `ignore-errors' (the function must succeed always).
7636
7637 2008-08-28 Edward O'Connor <hober0@gmail.com>
7638
7639 * json.el (json-read-number): New arg. Handle explicitly signed
7640 numbers.
7641 (json-readtable): Add `+' and `.'.
7642
7643 2008-08-28 Eli Zaretskii <eliz@gnu.org>
7644
7645 * term/pc-win.el (msdos-previous-message): New variable.
7646 (msdos-show-help): New function.
7647 (msdos-initialize-window-system): Set show-help-function to
7648 msdos-show-help.
7649
7650 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7651
7652 * emacs-lisp/debug.el (debug): When killing a noninteractive
7653 Emacs, give an exit status of -1.
7654
7655 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7658
7659 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7660
7661 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7662 not the same as the last modification time, fall back on the
7663 backend-specific check.
7664
7665 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
7666
7667 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7668 to go to the position of interest.
7669
7670 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
7671
7672 * textmodes/artist.el (artist-mode-init): Add comment on the
7673 setting up of the `artist-replacement-table' array.
7674 (artist-get-replacement-char): New defsubst.
7675 (artist-get-char-at-xy-conv, artist-replace-char)
7676 (artist-replace-chars, artist-replace-string): Use it instead of
7677 accessing `artist-replacement-table' directly.
7678 Reported by Rubén Berenguel <ruben@maia.ub.es>.
7679
7680 (artist-mt): Fix structures for cut and copy operations.
7681
7682 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * shell.el (shell-file-name-quote-list): Quote `$'.
7685
7686 * comint.el (comint-dynamic-complete-as-filename): Generalize last
7687 change to allow quoting of characters before point.
7688 (comint-dynamic-list-filename-completions): Quote common substring.
7689
7690 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7691
7692 * comint.el (comint-dynamic-complete-as-filename): If case is
7693 ignored while matching, replace the entire filename with completion.
7694
7695 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7696 flyspell-pre-point is valid to avoid signalling an error in
7697 post-command-hook.
7698
7699 2008-08-26 Johan Bockgård <bojohan@gnu.org>
7700
7701 * linum.el (linum): Inherit remaining face attributes from default
7702 face.
7703
7704 2008-08-26 Markus Triska <markus.triska@gmx.at>
7705
7706 * linum.el (linum-delay): Disable - it should no longer be
7707 necessary, and can lead to longer delays.
7708 (linum-update-window): Renumber if margin width has changed.
7709
7710 2008-08-26 Daiki Ueno <ueno@unixuser.org>
7711
7712 * epa.el (epa--key-widget-action): Save the selected window to
7713 make `widget-button-click-moves-point' work. (Bug#733).
7714
7715 2008-08-26 Glenn Morris <rgm@gnu.org>
7716
7717 * calendar/holidays.el (calendar-holidays): Doc fix.
7718
7719 * progmodes/gud.el (tramp-file-name-localname)
7720 (tramp-dissect-file-name): Declare.
7721
7722 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7723
7724 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7725
7726 * bindings.el (mode-line-frame-control): New function, caters to
7727 `pc' ``window system''.
7728 (mode-line-frame-identification): Use it instead of accessing
7729 window-system directly.
7730
7731 2008-08-25 Juri Linkov <juri@jurta.org>
7732
7733 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7734 `center-line' and "\eS" from `center-paragraph'.
7735 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7736 `center-paragraph'.
7737
7738 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
7739
7740 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7741 (newsticker-treeview-treewindow-width): New.
7742 (newsticker-treeview-listwindow-height): New.
7743 (newsticker-treeview-browse-url-item): New.
7744 (newsticker-treeview-mode-map):
7745 Add newsticker-treeview-browse-url-item.
7746 (newsticker--treeview-window-init):
7747 Use newsticker-treeview-treewindow-width and
7748 newsticker-treeview-listwindow-height.
7749
7750 * net/newst-reader.el (newsticker-browse-url-item): New.
7751
7752 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7753
7754 * vc-dir.el (vc-dir-marked-only-files-and-states):
7755 (vc-dir-child-files-and-states): Reverse the list before returning it.
7756
7757 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
7758
7759 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7760
7761 2008-08-24 Romain Francoise <romain@orebokech.com>
7762
7763 * progmodes/python.el (run-python): Remove '' from sys.path.
7764
7765 2008-08-23 Glenn Morris <rgm@gnu.org>
7766
7767 * progmodes/fortran.el (fortran-tab-mode-string)
7768 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7769
7770 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7771
7772 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7773 Add declare-function.
7774
7775 * startup.el (command-line): Don't call tty-register-default-colors
7776 if initial-window-system is `pc'.
7777
7778 * term/internal.el (local-function-key-map): Fix unbalanced parens.
7779 (msdos-key-remapping-map): New variable. Move here all the special
7780 keys we will be remapping via local-function-key-map.
7781 (msdos-setup-keyboard): New function.
7782
7783 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7784 make-msdos-frame.
7785 (terminal-init-internal): New function, errors out if called.
7786 (msdos-initialize-window-system): New function.
7787 (msdos-create-frame-with-faces): Set the terminal's
7788 `terminal-initted' (sic!) parameter.
7789 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7790 (window-system-initialization-alist):
7791 Add msdos-initialize-window-system.
7792 (handle-args-function-alist): Use tty-handle-args for `pc'
7793 ``window system'' as well.
7794 (pc-win): Provide.
7795
7796 * term/tty-colors.el (tty-register-default-colors): Remove bogus
7797 code for using msdos-color-values.
7798
7799 * loadup.el [ms-dos]: Load term/pc-win.
7800
7801 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
7802
7803 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7804 directory name.
7805
7806 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * progmodes/gud.el (gud-common-init): Use absolute file so that
7809 perldb works with tramp (sudo).
7810
7811 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7812 match data in process filters.
7813
7814 2008-08-23 Martin Rudalics <rudalics@gmx.at>
7815
7816 * dired.el (dired-buffer-stale-p): Do not revert buffer that
7817 can be written.
7818
7819 2008-08-23 Glenn Morris <rgm@gnu.org>
7820
7821 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7822 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
7823
7824 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * subr.el (temp-buffer-show-hook): Doc fix.
7827
7828 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
7829
7830 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7831 and "INSIDE_EMACS=...". Reported by Tassilo Horn
7832 <tassilo@member.fsf.org>.
7833
7834 * net/trampver.el: Update release number.
7835
7836 * net/xesam.el (xesam-minor-mode): New minor mode.
7837 (xesam-highlight-buffer): Remove. Code moved to
7838 `xesam-minor-mode'.
7839 (xesam-refresh-entry): Use `xesam-minor-mode'.
7840
7841 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7842
7843 * minibuffer.el (completion--try-word-completion):
7844 Disable partial-completion when considering the addition of a space
7845 or hyphen.
7846
7847 2008-08-21 John Paul Wallington <jpw@pobox.com>
7848
7849 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7850 filename of `tofile' doesn't contain any colons on Windows,
7851 Cygwin, and MS-DOS systems.
7852
7853 2008-08-21 Daiki Ueno <ueno@unixuser.org>
7854
7855 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7856 (epg-context-set-progress-callback): Make sure the callback is a
7857 cons of a function and a handback. Update all callers.
7858
7859 2008-08-20 David Reitter <david.reitter@gmail.com>
7860
7861 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7862 Patch applied by Adrian Robert.
7863
7864 2008-08-20 Kevin Ryde <user42@zip.com.au>
7865
7866 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7867 directive lines.
7868
7869 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
7870
7871 * net/xesam.el (xesam-highlight-string): Precise doc string.
7872 (xesam-highlight-buffer): New defun.
7873 (xesam-refresh-entry): Use it. Better check for sourceModified.
7874
7875 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7878 their names.
7879
7880 2008-08-19 Kenichi Handa <handa@m17n.org>
7881
7882 * language/european.el ("Esperanto"): Change the preferred
7883 charsets to iso-8859-3.
7884
7885 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7886
7887 * international/fontset.el (script-representative-chars):
7888 Delete the entry for symbol.
7889 (setup-default-fontset): For symbol characters, don't specify
7890 :script property.
7891
7892 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * minibuffer.el (completion-table-dynamic): Doc fix.
7895
7896 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7897 saved.
7898
7899 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7900
7901 * emulation/edt.el (edt-default-emulation-setup):
7902 Share global-buffers-menu-map with the emulated global map.
7903
7904 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7905
7906 * term/ns-win.el (global): Uncomment "put backspace
7907 ascii-character..." and friends, they are needed for tramp. (Bug#725)
7908
7909 2008-08-18 Kenichi Handa <handa@m17n.org>
7910
7911 * international/mule-diag.el (font-show-log): Add optional arg N
7912 to control the limit of font listing.
7913
7914 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7915
7916 * window.el (recenter-top-bottom): Determine top and bottom
7917 positions using scroll-margin instead of scroll-conservatively.
7918
7919 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7920
7921 * proced.el (proced-send-signal): Use beginning-of-line.
7922
7923 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7924
7925 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7926 (proced-mode-map): Add tooltips for menus. Use radio buttons for
7927 listing types.
7928 (proced-log-buffer): New variable.
7929 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7930 region if transient-mark-mode is turned on and the region is active.
7931 (proced-omit-processes): Rename from proced-hide-processes to
7932 avoid key clash with describe-mode (bound to h). Search for
7933 marked processes starting from point-min.
7934 (proced-header-space): Remove.
7935 (proced-send-signal): Handle errors. Operate on current process
7936 if no process is marked.
7937 (proced-why): New command.
7938 (proced-log, proced-log-summary): New functions.
7939 (proced-help): Use proced-why.
7940 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7941 (bibtex-autokey-year-title-separator): Fix docstring.
7942
7943 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
7944
7945 * net/xesam.el (xesam-vendor, xesam-notify-function):
7946 New local variables.
7947 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
7948 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
7949 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7950 (xesam-new-search): Initialize `xesam-vendor'.
7951
7952 2008-08-15 Glenn Morris <rgm@gnu.org>
7953
7954 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7955 a pipeline.
7956 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7957 unless at the end of the pipeline. (Bug#699).
7958
7959 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * minibuffer.el (completion-boundaries): Doc fix.
7962 (display-completion-list): Only default base-size to zero if
7963 completing in the minibuffer.
7964
7965 * simple.el (completion-base-size): Doc fix.
7966 (choose-completion): Try reselecting completion-reference-buffer.
7967
7968 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7969
7970 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7971 also for remote directories.
7972
7973 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7976 since those precomputed values aren't used any more.
7977 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7978
7979 2008-08-14 Martin Rudalics <rudalics@gmx.at>
7980
7981 * help.el (with-help-window): Return last value in BODY.
7982
7983 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7984
7985 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7986 notify function of the URL.
7987 (xesam-new-search): Encode special characters in the query string.
7988
7989 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7990
7991 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7992
7993 2008-08-13 Andreas Schwab <schwab@suse.de>
7994
7995 * net/tramp.el (tramp-handle-shell-command): Handle output going
7996 to current buffer like shell-command. Don't disable undo.
7997
7998 2008-08-13 Glenn Morris <rgm@gnu.org>
7999
8000 * eshell/esh-cmd.el (eshell/which): Handle the case where no
8001 description is found.
8002
8003 2008-08-12 Alan Mackenzie <acm@muc.de>
8004
8005 * progmodes/cc-defs.el (c-emacs-features):
8006 argumentative-bod-function: bind mark-ring to avoid accumulating a
8007 spurious mark.
8008
8009 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * simple.el (visual-line--saved-state): New var.
8012 (visual-line-mode): Save local values of variables, and restore
8013 them when visual-line-mode is disabled.
8014
8015 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
8016
8017 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
8018
8019 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * progmodes/cc-defs.el (c-emacs-features):
8022 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
8023 moving point during the test.
8024
8025 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
8026
8027 2008-08-11 Glenn Morris <rgm@gnu.org>
8028
8029 * term/ns-win.el (x-parse-geometry): Doc fix.
8030
8031 * dired.el (x-popup-menu):
8032 * hi-lock.el (x-popup-menu):
8033 * mouse.el (font-face-attributes):
8034 * calendar/cal-menu.el (x-popup-menu):
8035 * calendar/calendar.el (x-popup-menu):
8036 * calendar/holidays.el (x-popup-menu):
8037 * progmodes/cperl-mode.el (x-popup-menu):
8038 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
8039 (x-open-connection):
8040 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
8041 (x-command-line-resources):
8042 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
8043 (x-display-name, x-command-line-resources):
8044 Add declarations for builds without X.
8045
8046 2008-08-10 Glenn Morris <rgm@gnu.org>
8047
8048 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
8049
8050 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
8051
8052 * vc-bzr.el (vc-bzr-find-revision): Rename from
8053 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
8054
8055 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
8056
8057 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
8058 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
8059 "DONE", when all hits are retrieved.
8060 (xesam-search): Autoload it.
8061
8062 2008-08-11 John Paul Wallington <jpw@pobox.com>
8063
8064 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
8065 empty string when no filename.
8066 (define-ibuffer-column filename): Accommodate that change.
8067
8068 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
8069 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
8070
8071 2008-08-10 Glenn Morris <rgm@gnu.org>
8072
8073 * Makefile.in (ELCFILES): Update.
8074
8075 2008-08-10 John Paul Wallington <jpw@pobox.com>
8076
8077 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
8078
8079 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
8080
8081 * battery.el (battery-echo-area-format, battery-status-function):
8082 Handle new Linux sysfs format for battery reporting.
8083 (battery-linux-sysfs): New function.
8084
8085 2008-08-07 Martin Rudalics <rudalics@gmx.at>
8086
8087 * add-log.el (change-log-search-tag-name)
8088 (change-log-goto-source): Fix behavior when point is not on tag.
8089
8090 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8091
8092 * startup.el (command-line-ns-option-alist): Use ignore instead of
8093 ns-ignore-0-arg.
8094
8095 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
8096 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
8097 (ns-alternatives-map): New variable.
8098 (x-set-up-function-keys): Use it.
8099 (global): Comment out "put backspace ascii-character..." and friends.
8100 Move function-key-map into ns-alternatives-map. Don't call
8101 precompute-menubar-bindings. Don't set anything connected with
8102 browse-url.
8103 (after-make-frame-functions): Clarify comment why a hook is added.
8104
8105 2008-08-06 Joakim Verona <joakim@verona.se>
8106
8107 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
8108 in url:s.
8109
8110 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8111
8112 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
8113 Fix 2008-01-01 change: use a shy group to not affect subsequent
8114 match calls.
8115
8116 2008-08-06 Reto Zimmermann <reto@gnu.org>
8117
8118 * progmodes/vera-mode.el (vera-electric-tab):
8119 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
8120 region when active.
8121
8122 2008-08-06 Kenichi Handa <handa@m17n.org>
8123
8124 * faces.el (face-valid-attribute-values): Fix handling the value
8125 of (font-family-list) and font-XXX-table.
8126
8127 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8128
8129 * proced.el (proced-menu): Bind the correct function to for toggling.
8130
8131 * vc-dir.el (vc-dir-mode): Fix typo.
8132
8133 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8134
8135 * whitespace.el (whitespace-newline-mode)
8136 (global-whitespace-newline-mode, whitespace-mode)
8137 (global-whitespace-mode): Improve docstring.
8138
8139 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * kmacro.el (kmacro-exec-ring-item): Add autoload.
8142
8143 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
8144
8145 * cus-start.el (all): Handle auto-save-visited-file-name.
8146
8147 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
8148
8149 * files.el (hack-one-local-variable-eval-safep): Handle
8150 lisp-indent-function and scheme-indent-function in addition to the
8151 deprecated lisp-indent-hook.
8152
8153 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
8154
8155 * net/xesam.el (top): Require `wid-edit' always.
8156 (xesam-mode-line, xesam-highlight): New deffaces.
8157 (xesam-objects): New local variable.
8158 (xesam-search-engines): Fix error in field list.
8159 (xesam-mode): Use `xesam-mode-line' instead of
8160 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
8161 proper initialization (why?).
8162 (xesam-highlight-string, xesam-get-hits)
8163 (xesam-kill-buffer-function): New defuns.
8164 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
8165 result of "hit.fields", it isn't a string only. Wrap an error of
8166 the strigi search engine ("xesam:size" is returned as string).
8167 Highlight search items.
8168 (xesam-refresh-search-buffer): Make logic of counters more simple.
8169 Prefetch next hits.
8170 (xesam-signal-handler): Use `xesam-mode-line' instead of
8171 `font-lock-type-face'.
8172 (xesam-new-search): Add `xesam-kill-buffer-function' to
8173 `kill-buffer-hook'.
8174
8175 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
8176
8177 * add-log.el (change-log-next-error, change-log-mode): Add support
8178 for `next-error' to call `change-log-goto-source' on named files
8179 in a ChangeLog.
8180
8181 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8182
8183 * calc/calc.el (math-read-number): Handle all C-like languages
8184 properly.
8185
8186 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
8187
8188 * calc/calc.el (math-read-number): Handle C numbers beginning with
8189 0 correctly.
8190
8191 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8192
8193 * term/ns-win.el ([ns-new-frame]): New global key.
8194
8195 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * international/mule-cmds.el (read-char-by-name):
8198 Check UCS names with `assoc-string' and case folding.
8199
8200 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/dbus.el (dbus-call-method-asynchronously)
8203 (dbus-method-return-internal, dbus-method-error-internal):
8204 Declare them with `declare-function'.
8205
8206 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * descr-text.el (describe-char-display): Fix last change:
8209 don't pass CHARSET to `encoded-string-description'.
8210
8211 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
8212
8213 * vc.el (vc-next-action): Update list var correctly after delete.
8214
8215 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * ido.el (ido-mode): Add toggle notification.
8218
8219 * cus-edit.el (custom-save-all): Avoid destroying symlink if
8220 already visiting the custom file.
8221
8222 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8223 pending output coming after the status change.
8224
8225 2008-08-02 Jason Rumney <jasonr@gnu.org>
8226
8227 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
8228
8229 2008-08-01 Kenichi Handa <handa@m17n.org>
8230
8231 * international/mule-cmds.el (encode-coding-char):
8232 New optional arg CHARSET.
8233
8234 * descr-text.el (describe-char-display): Call encode-coding-char
8235 with the arg CHARSET.
8236 (describe-char): Pay attention to the text-property `charset'.
8237
8238 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
8239
8240 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8241 error messages.
8242 (dbus-set-property): Call `dbus-introspect-get-property' instead
8243 of `dbus-get-property'.
8244
8245 * net/xesam.el (xesam-all-fields): Remove source and content
8246 identifiers.
8247 (xesam-dbus-unique-names): New defvar.
8248 (xesam-dbus-call-method): New defun. Replace all calls of
8249 `dbus-call-method' by `xesam-dbus-call-method'.
8250 (xesam-get-cached-property, xesam-set-cached-property):
8251 New defuns.
8252 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8253 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8254 (xesam-search-engines): Make it an association list. Take changed
8255 layout into account in the corresponding function.
8256 (xesam-delete-search-engine): Remove check for consistency of
8257 `xesam-search-engines', not needed anymore.
8258 (xesam-mode): Show XML query string only in the debug case.
8259
8260 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
8261
8262 * files.el (read-file-modes): Fix typo in docstring.
8263
8264 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
8265
8266 * Makefile.in: Avoid maintainer warning for autogenerated unicode
8267 files.
8268
8269 * apropos.el (apropos-symbol): Don't set button skip by default.
8270 (apropos-print): Set button skip iff searching for multiple types.
8271 (apropos-print-doc): Insert blank label button when searching for
8272 a single type.
8273
8274 * button.el (forward-button): Avoid infloop.
8275
8276 * minibuffer.el (read-file-name-completion-ignore-case):
8277 Add cygwin to the list.
8278
8279 2008-07-31 Sven Joachim <svenjoac@gmx.de>
8280
8281 * files.el (abbreviate-file-name): When replacing $HOME with ~,
8282 turn off case-fold-search.
8283
8284 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
8285
8286 * net/dbus.el (top): Don't register for "NameOwnerChanged".
8287 (dbus-message-type-invalid, dbus-message-type-method-call)
8288 (dbus-message-type-method-return, dbus-message-type-error)
8289 (dbus-message-type-signal): New defconst.
8290 (dbus-ignore-errors): Fix `edebug-form-spec' property.
8291 (dbus-return-values-table): New defvar.
8292 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
8293 New defun.
8294 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
8295 Extend docstring. Adapt implementation according to new
8296 `dbus-event' layout.
8297 (dbus-event-service-name, dbus-event-path-name)
8298 (dbus-event-interface-name, dbus-event-member-name):
8299 Adapt implementation according to new `dbus-event' layout.
8300 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8301
8302 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8303 (xesam-mode): Rework implementation.
8304 (xesam-new-search): Additional parameter TYPE.
8305 (xesam-search): Adapt call of `xesam-new-search'.
8306
8307 2008-07-31 Juri Linkov <juri@jurta.org>
8308
8309 * dired-aux.el (dired-do-chmod): Set default value to the original
8310 mode string using absolute notation like u=rwx,g=rx,o=rx.
8311 Use it as a new arg `default' of `dired-mark-read-string'.
8312 (dired-mark-read-string): Add new optional arg `default'.
8313
8314 * files.el (read-file-modes): Set default value to the original
8315 mode string using absolute notation like u=rwx,g=rx,o=rx.
8316 Use it as the `default' arg of `read-string'.
8317
8318 * filesets.el (filesets-cmd-isearch-getargs): Check if the
8319 variable `files' is bound to avoid warnings.
8320
8321 * isearch.el (isearch-forward-regexp, isearch-forward-word)
8322 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8323 to the command `isearch-forward' instead of displaying "See C-s".
8324 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8325 with their interactive specifications. Move reading the face name to
8326 the main body after calls to isearch-done and isearch-clean-overlays.
8327
8328 * mb-depth.el: Unify all names under one common name prefix
8329 `minibuffer-depth-'.
8330 (minibuffer-depth-indicator-function): Rename from
8331 `minibuf-depth-indicator-function'.
8332 (minibuffer-depth-overlay): Rename from
8333 `minibuf-depth-overlay'.
8334 (minibuffer-depth-setup): Rename from
8335 `minibuf-depth-setup-minibuffer'.
8336 (minibuffer-depth-indicate-mode): Rename from
8337 `minibuffer-indicate-depth-mode'.
8338
8339 2008-07-31 Juri Linkov <juri@jurta.org>
8340
8341 * dired-aux.el (dired-isearch-filenames-toggle): New command.
8342 (dired-isearch-filenames-setup): Bind "\M-sf" to
8343 dired-isearch-filenames-toggle in isearch-mode-map.
8344 (dired-isearch-filenames-end): Bind "\M-sf" to nil
8345 in isearch-mode-map.
8346
8347 * isearch.el (isearch-edit-string-set-word): New command.
8348 (minibuffer-local-isearch-map): Bind "\C-w" to
8349 isearch-edit-string-set-word.
8350 (isearch-new-word): Temporary internal variable.
8351 (isearch-edit-string): Remove special case of reading the
8352 first character and checking it for C-w.
8353
8354 * simple.el (read-shell-command, shell-command):
8355 Move code that uses minibuffer-with-setup-hook to set
8356 minibuffer-default-add-function to minibuffer-default-add-shell-commands
8357 from the interactive spec of `shell-command' to `read-shell-command'.
8358
8359 * international/mule-cmds.el (read-char-by-name):
8360 Accept hash notation. Doc fix.
8361 (ucs-insert): Doc fix. Convert to number only when `arg' is
8362 a string. Use separate error message when `arg' is not an integer.
8363 Bind `ucs-insert' to `C-x 8 RET'.
8364
8365 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
8366
8367 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8368 move the (arglist-cont-nonempty) from c-offsets-alist to
8369 c-hanging-braces-alist like other styles already have.
8370
8371 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8372
8373 * textmodes/texinfmt.el:
8374 * nxml/nxml-enc.el:
8375 * mail/feedmail.el:
8376 * international/mule.el:
8377 * international/latexenc.el:
8378 * emulation/viper-util.el:
8379 * emulation/viper-init.el:
8380 * emulation/viper-ex.el:
8381 * emacs-lisp/bytecomp.el:
8382 * version.el:
8383 * subr.el:
8384 * startup.el:
8385 * sort.el:
8386 * shadowfile.el:
8387 * recentf.el:
8388 * printing.el:
8389 * paths.el:
8390 * minibuffer.el:
8391 * ls-lisp.el:
8392 * loadup.el:
8393 * hippie-exp.el:
8394 * finder.el:
8395 * files.el:
8396 * ediff-util.el:
8397 * ediff-ptch.el:
8398 * ediff-init.el:
8399 * ediff-diff.el:
8400 * dired.el:
8401 * dired-aux.el:
8402 * cus-edit.el:
8403 * bindings.el:
8404 * arc-mode.el:
8405 * add-log.el: Remove VMS support.
8406 * obsolete/vmsproc.el:
8407 * obsolete/vms-pmail.el:
8408 * obsolete/vms-patch.el: Remove file.
8409
8410 2008-07-31 Alan Mackenzie <acm@muc.de>
8411
8412 * progmodes/cc-mode.el (c-before-hack-hook): New function
8413 (Top Level): Install c-before-hack-hook on
8414 before-hack-local-variables-hook, rather than
8415 c-postprocess-file-styles on hack-local-variables-hook.
8416
8417 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
8418
8419 * files.el (normal-mode): Move call to hack-project-variables into
8420 hack-local-variables.
8421 (file-local-variables-alist, before-hack-local-variables-hook):
8422 New vars.
8423 (ignored-local-variables): Add file-local-variables-alist.
8424 (hack-local-variables-filter): Renamed from
8425 hack-local-variables-apply. Add the result to
8426 file-local-variables-alist, without applying them.
8427 (hack-local-variables): Set file-local-variables-alist to nil.
8428 Call hack-project-variables and before-hack-local-variables-hook.
8429 Apply variables here, instead of hack-local-variables-apply.
8430 Based on a patch by Alan Mackenzie.
8431
8432 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
8433
8434 * info-look.el (autoconf-mode :doc-spec): For
8435 "(autoconf)M4 Macro Index", if the item already
8436 begins with "AS_", don't prefix that string again.
8437
8438 2008-07-30 Juri Linkov <juri@jurta.org>
8439
8440 * info.el (info, Info-mode): Doc fix.
8441
8442 * isearch.el (isearch-mode-map): Bind `M-s r' to
8443 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8444 (search-map): Bind `M-s w' to `isearch-forward-word' globally
8445 in the global map `search-map'.
8446 (isearch-forward): Doc fix.
8447 (isearch-forward-word, isearch-toggle-case-fold): New commands.
8448
8449 * simple.el (quoted-insert): Comment out code that treats
8450 0240-0377 specially.
8451
8452 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
8453
8454 * cus-start.el: Add customization info for
8455 read-buffer-completion-ignore-case.
8456
8457 2008-07-30 Sam Steingold <sds@gnu.org>
8458
8459 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8460
8461 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8462
8463 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8464 (vc-dir-mode): Improve docstring.
8465
8466 2008-07-30 Juri Linkov <juri@jurta.org>
8467
8468 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8469 for the sake of isearch-mode-hook in dired-mode in dired.el.
8470
8471 2008-07-19 Markus Triska <markus.triska@gmx.at>
8472
8473 * image-mode.el (image-mode): Set image-mode-text-map when image
8474 cannot be displayed.
8475
8476 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
8477
8478 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8479 ada-xref-set-default-prj-values.
8480 (ada-prj-display-page): Ditto.
8481
8482 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8483 (ada-make-filename-from-adaname): Fix free variable.
8484
8485 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8486
8487 * vc-git.el (vc-git-status-printer): Synchronize with the default.
8488
8489 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
8490
8491 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8492 for declarations inside a parenthetical list. The code is ill-advised,
8493 and doesn't work given user defined types.
8494 (verilog-set-auto-endcomments): Enhance function automatic
8495 endcomment to support functions that return user defined types.
8496 (verilog-mode): Add code to tell which-function-mode minor mode
8497 that Verilog supports this feature.
8498 (verilog-beg-block-re-ordered, verilog-indent-re)
8499 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8500 (verilog-leap-to-head): Support the new virtual and/or protected
8501 tasks, as well as extern declarations of tasks for indenting and
8502 for forward/backward expression.
8503
8504 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
8505
8506 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8507 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
8508 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8509 (verilog-string-replace-matches): Avoid recursion with small
8510 replacements.
8511 (verilog-auto-inst-param-value, verilog-mode-version)
8512 (verilog-mode-version-date, verilog-read-inst-param-value)
8513 (verilog-auto-inst, verilog-auto-inst-param)
8514 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8515 verilog-auto-inst-param-value option for AUTOINST. Suggested by
8516 David Rogoff. This allows parameters to be replaced with their
8517 values, on the expansion of an AUTOINST with Verilog 2001 style
8518 parameter settings.
8519
8520 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
8521
8522 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8523 to `cddr'.
8524
8525 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * Makefile.in (ELCFILES): Add mairix.elc.
8528
8529 2008-07-29 David Engster <deng@randomsample.de>
8530
8531 * net/mairix.el: New file.
8532
8533 2008-07-29 Juri Linkov <juri@jurta.org>
8534
8535 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8536 instead of variable-pitch with bold and 1.2 height.
8537
8538 * dired-aux.el (dired-do-async-shell-command): New command.
8539
8540 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8541 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
8542
8543 2008-07-29 Juri Linkov <juri@jurta.org>
8544
8545 * international/mule-cmds.el (ucs-names): New internal variable.
8546 (ucs-names): New function.
8547 (ucs-completions): New lazy completion variable.
8548 (read-char-by-name): New function.
8549 (ucs-insert): Replace interactive spec letter "s" with the call to
8550 `read-char-by-name'.
8551
8552 * replace.el (read-regexp): Add second arg `default'. Doc fix.
8553
8554 * replace.el (occur-read-primary-args):
8555 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8556 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8557 second arg of `read-regexp'.
8558
8559 * dired-aux.el (dired-isearch-filenames): New user option.
8560 (dired-isearch-orig-success-function): New internal variable.
8561 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8562 (dired-isearch-success-function): New functions.
8563 (dired-isearch-filenames, dired-isearch-filenames-regexp):
8564 New commands.
8565
8566 * dired.el (dired-insert-set-properties): Add new text property
8567 `dired-filename' to put on file names.
8568 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8569 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8570 Add menu items.
8571 (dired-mode): Add hook `dired-isearch-filenames-setup' to
8572 buffer-local `isearch-mode-hook'.
8573
8574 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
8575
8576 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8577 (ada-create-case-exception): Fix typo in docstring.
8578 (ada-no-auto-case): Return nil, not the docstring.
8579 (ada-indent-current): Reflow docstring.
8580
8581 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8582 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8583 (ada-prj-load-from-file): Reflow docstring.
8584 (ada-prj-display-page): Fix typo in widget.
8585
8586 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8587 Fix typos in docstrings.
8588
8589 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8590 (ada-compile-current, ada-check-current, ada-run-application)
8591 (ada-get-ali-file-name): Fix typos in docstrings.
8592 (ada-xref-confirm-compile, ada-find-references)
8593 (ada-find-local-references, ada-find-any-references): Doc fixes.
8594 (ada-get-all-references): Fix typo in error message.
8595 (ada-xref-current-project): Use `let', not `let*'.
8596 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8597
8598 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8599
8600 * whitespace.el (whitespace-newline): Change initialization to have a
8601 low contrast relative to the background color. Suggested by David
8602 Reitter <david.reitter@gmail.com>.
8603
8604 2008-07-28 Juri Linkov <juri@jurta.org>
8605
8606 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8607 New functions.
8608
8609 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8610 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
8611
8612 2008-07-28 Seiji Zenitani <zenitani@mac.com>
8613
8614 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8615 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8616
8617 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
8618
8619 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8620 Add support for add-log.
8621 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8622
8623 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8624 (ada-prj-save): Prompt for file name if not given.
8625 (ada-prj-display-page): Display casing exceptions.
8626
8627 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8628 Ada mode project files. Delete 'main_unit' project variable;
8629 only need 'main'. Simplify handling of default project values.
8630 Use cross-prefix consistently.
8631 (ada-find-executable): Throw error if not found.
8632 (ada-initialize-runtime-library): Improve error handling when
8633 gnatls not found.
8634 (ada-gnat-parse-gpr): New.
8635 (ada-treat-cmd-string): Allow process environment variables.
8636 (ada-xref-set-default-prj-values): Delete; replace with
8637 ada-default-prj-properties.
8638 (ada-parse-prj-file): Handle GNAT project files.
8639 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8640 (ada-select-prj-file): New.
8641 (ada-get-absolute-dir-list): Allow project and environment variables.
8642
8643 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
8644
8645 Sync with Tramp 2.1.14.
8646
8647 * net/tramp.el (tramp-perl-directory-files-and-attributes)
8648 (tramp-get-device): Make device number a cons cell.
8649 (tramp-convert-file-attributes): Make inode a cons cell.
8650
8651 * net/trampver.el: Update release number.
8652
8653 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8654
8655 * faces.el (face-set-after-frame-default): Treat 'ns as all other
8656 window systems.
8657
8658 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8659
8660 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8661
8662 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8663
8664 Remove support for Mac Carbon.
8665 * term/mac-win.el: Remove file
8666 * international/mule-cmds.el:
8667 * version.el:
8668 * startup.el:
8669 * simple.el:
8670 * mwheel.el:
8671 * mouse.el:
8672 * loadup.el:
8673 * isearch.el:
8674 * info.el:
8675 * frame.el:
8676 * faces.el:
8677 * disp-table.el:
8678 * cus-start.el:
8679 * cus-face.el:
8680 * cus-edit.el:
8681 * Makefile.in: Remove code for Carbon.
8682
8683 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
8684
8685 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8686 bindings for functions deleted by Dan N. 2008-07-21. Set
8687 where-is-preferred-modifier. Add show-manual option to Help menu.
8688
8689 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
8690
8691 * net/tramp.el (tramp-handle-start-file-process):
8692 Set query-on-exit flag. Kill temporary buffer.
8693 (tramp-process-sentinel): Remove defun.
8694 (tramp-do-copy-or-rename-file-out-of-band)
8695 (tramp-maybe-open-connection): Don't call it.
8696
8697 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8698 `tramp-process-sentinel'.
8699
8700 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8701 `tramp-process-sentinel'.
8702
8703 * net/xesam.el (xesam-from): Remove defvar.
8704 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
8705 and `mode-line-position'.
8706 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
8707 information to the widgets. Don't set `mode-line-position'.
8708 (xesam-refresh-search-buffer): Correct hit number computing.
8709 Don't set `mode-line-position'.
8710 (xesam-new-search): Add debug information to the mode line.
8711
8712 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8713
8714 * diff-mode.el (diff-show-trailing-blanks): Renamed to
8715 diff-show-trailing-whitespaces.
8716
8717 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8720 invalid filename strings when parsing tex errors (bug#376).
8721
8722 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
8723
8724 * menu-bar.el (menu-bar-file-menu): Fix typo.
8725
8726 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * play/solitaire.el (solitaire-mode-map): Define within defvar.
8729 (solitaire-mode): Define with `define-derived-mode'.
8730 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8731 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8732 (solitaire-undo, solitaire-check): Use `when'.
8733 (solitaire-solve): Err out if the solitaire is already in progress.
8734 Use `when'.
8735
8736 * descr-text.el (describe-char): Don't overwrite local variable char
8737 when describing characters with display-table entries. Display font
8738 backend when describing composed characters. Simplify: use `let'
8739 instead of `let*', and `or x y' instead of `if x x y'.
8740
8741 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8742
8743 * image-mode.el (image-minor-mode): Set up winprops.
8744
8745 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8746
8747 * diff-mode.el (diff-show-trailing-blanks): New fun.
8748 Show trailing blanks in modified lines for diff-mode.
8749
8750 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
8751
8752 * Makefile.in (ELCFILES): Add net/xesam.el.
8753
8754 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8755 process name. Reported by Markus Triska <markus.triska@gmx.at>.
8756
8757 * net/xesam.el: New file.
8758
8759 2008-07-24 Sven Joachim <svenjoac@gmx.de>
8760
8761 * dired-aux.el (dired-copy-file-recursive): Avoid calling
8762 set-file-modes when creating target directories.
8763
8764 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8767 Set `show-trailing-whitespace' to nil.
8768 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8769 Fix typos in docstrings.
8770
8771 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8774 key remapping, not directly.
8775
8776 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8777
8778 * whitespace.el: New version 11.2.
8779 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8780 minor mode visualization.
8781
8782 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8783
8784 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8785
8786 * Makefile.in (ELCFILES): Add term/common-win.elc.
8787
8788 * vc-dir.el (vc-dir-search, vc-dir-isearch)
8789 (vc-dir-isearch-regexp): New functions.
8790 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8791
8792 2008-07-23 Juri Linkov <juri@jurta.org>
8793
8794 * isearch-multi.el: Remove file to avoid dos file name clashes
8795 with isearch-x.el. Move most content to misearch.el.
8796
8797 * misearch.el: New file with most content from isearch-multi.el.
8798 Rename `isearch-buffers' name prefixes to `multi-isearch'.
8799 Remove `isearch-buffers-minor-mode'. Add new function
8800 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
8801 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8802 `multi-isearch-files', `multi-isearch-files-regexp'.
8803
8804 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
8805
8806 * isearch.el (isearch-message-prefix): Display "Multi" when
8807 `multi-isearch-next-buffer-current-function' is non-nil.
8808 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8809 with `multi-isearch-next-buffer-current-function', and
8810 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8811
8812 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8813 `multi-isearch-next-buffer-function' instead of
8814 `isearch-buffers-next-buffer-function'. Remove call to
8815 `isearch-buffers-minor-mode'.
8816
8817 * buff-menu.el (Buffer-menu-marked-buffers)
8818 (Buffer-menu-isearch-buffers)
8819 (Buffer-menu-isearch-buffers-regexp): New functions.
8820 (Buffer-menu-mode-map): Bind "M-s a C-s" to
8821 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8822 `Buffer-menu-isearch-buffers-regexp'.
8823 (Buffer-menu-mode): Document new commands in docstring.
8824 (list-buffers-noselect): Add one space after Info file name
8825 according to the Info address convention.
8826
8827 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8828 New functions.
8829
8830 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8831 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8832 (ibuffer-mode): Document new commands in docstring.
8833
8834 * filesets.el (filesets-commands): Add commands for "Isearch" and
8835 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
8836 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8837 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8838 or `multi-isearch-files-regexp'.
8839 (filesets-cmd-query-replace-getargs): Call standard function
8840 `query-replace-read-args' to read `query-replace' arguments.
8841 Add `multi-query-replace-map'.
8842 (filesets-cmd-query-replace-regexp-getargs)
8843 (filesets-cmd-isearch-getargs): New functions.
8844
8845 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * international/mule.el (recode-region): Deactivate mark at the end.
8848
8849 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de>
8850
8851 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8852 Use more suitable colors on dark displays.
8853
8854 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
8855
8856 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8857 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8858 (tramp-temp-buffer-name): New defconst.
8859 (tramp-handle-start-file-process): Use it. Apply "exec", for the
8860 command. No trailing prompt.
8861 (tramp-process-sentinel): Remove temporary buffer, if existing.
8862 Don't handle trailing prompt.
8863 (tramp-open-connection-setup-interactive-shell):
8864 Use `tramp-temp-buffer-name'.
8865
8866 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8867
8868 * shell.el (shell-dynamic-complete-functions):
8869 Use comint-dynamic-complete-filename as well (bug#361).
8870
8871 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8872
8873 * term/ns-win.el:
8874 * version.el (emacs-version):
8875 * loadup.el:
8876 * frame.el (make-frame-on-display): Check for ns instead of
8877 ns-windowing.
8878
8879 * dired.el (dired-mode-map): Show the key binding for wdired.
8880
8881 * menu-bar.el (menu-bar-file-menu): Show the key binding for
8882 exiting Emacs.
8883
8884 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8885
8886 * term/ns-win.el (x-list-fonts): Drop alias.
8887
8888 2008-07-23 Juri Linkov <juri@jurta.org>
8889
8890 * replace.el (multi-query-replace-map): New variable.
8891 (perform-replace): Add processing of new multi-buffer keys bound
8892 to `automatic-all' and `exit-current'. Set `query-flag' to nil
8893 if last input char was `automatic-all'. Set new local variable
8894 `multi-buffer' to t when one of new two keys were typed. Return
8895 non-nil value of `multi-buffer' that tells to calling functions
8896 to continue replacement on the next file.
8897
8898 * progmodes/etags.el (tags-query-replace): Set arg `map' of
8899 `perform-replace' to `multi-query-replace-map'.
8900
8901 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8904 otherwise displayed in every buffer.
8905
8906 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8907 (vc-arch-trim-one-revlib): Delete temp directories as well.
8908
8909 2008-07-22 Stephen Eglen <stephen@gnu.org>
8910
8911 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
8912
8913 2008-07-22 Sven Joachim <svenjoac@gmx.de>
8914
8915 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8916
8917 2008-07-22 Miles Bader <miles@gnu.org>
8918
8919 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8920 (sh-mode-map): Remove remapping of newline-and-indent.
8921
8922 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8923
8924 * vc.el (Todo): Update.
8925
8926 * vc-hooks.el: Remove obsolete comment.
8927
8928 * vc-git.el (vc-git-status-printer): Update the directory display
8929 to match the default.
8930
8931 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8932
8933 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8936 for "word wrap" command.
8937
8938 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8939
8940 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8941
8942 * term/ns-win.el: Rename ns- functions/variables to the
8943 corresponding x- versions.
8944 (x-select-text, x-cut-buffer-or-selection-value)
8945 (x-disown-selection-internal, x-get-selection-internal)
8946 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8947 (x-display-mm-width, x-display-mm-height)
8948 (x-display-backing-store, x-display-save-under)
8949 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8950 defaliases.
8951
8952 * frame.el (ns-display-name): Remove declaration.
8953 (make-frame-on-display): Use x-display-name instead
8954 ns-display-name. Use unless.
8955
8956 * startup.el (command-line-1): Fix indentation.
8957
8958 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8959 checked in inadvertently.
8960
8961 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * term/ns-win.el: Standardize references to "Nextstep" in
8964 comments, messages, and docstrings.
8965 (ns-handle-args, x-parse-geometry)
8966 (ns-extended-platform-support-mode, x-setup-function-keys)
8967 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8968 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8969 (ns-initialized, ns-initialize-window-system): Doc fixes.
8970
8971 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8972
8973 * diff-mode.el (diff-auto-refine): Delete defcustom.
8974 (diff-auto-refine-mode): New func/var via define-minor-mode.
8975 Update var ref to use diff-auto-refine-mode.
8976 * smerge-mode.el (diff-mode): Require when compiling.
8977 (smerge-auto-refine): Delete defcustom.
8978 Update smerge-auto-refine ref to use diff-auto-refine-mode.
8979
8980 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * simple.el (visual-line): New custom group.
8983 (visual-line-fringe-indicators): New var.
8984 (visual-line-mode): Set fringe-indicator-alist based on
8985 visual-line-fringe-indicators. Add lighter.
8986
8987 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8988
8989 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8990 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8991 (x-handle-geometry, x-handle-name-switch, x-display-name)
8992 (x-handle-display, x-handle-args, x-colors): Move ...
8993 * term/common-win.el: ... here. New file.
8994 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8995 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8996 (x-handle-geometry, x-handle-name-switch, x-display-name)
8997 (x-handle-display, x-handle-args, x-colors): Remove.
8998 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8999
9000 2008-07-19 Juri Linkov <juri@jurta.org>
9001
9002 * startup.el (fancy-startup-text): Move the line "To quit
9003 a partially entered command, type Control-g" a few lines below
9004 to be after the line "To start". Add text "at gnu.org" to
9005 "Overview of Emacs features".
9006
9007 * dired.el (dired-mode-map): Fix menu text of
9008 image-dired-display-thumbs.
9009
9010 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9011 (image-dired-cmd-create-temp-image-options)
9012 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
9013 ImageMagick command line to change the dimensions of the image
9014 only if its width or height exceeds the geometry specification.
9015
9016 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
9017
9018 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
9019 to docstrings.
9020
9021 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
9022
9023 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
9024 Vinicius Jose Latorre.
9025
9026 2008-07-19 Glenn Morris <rgm@gnu.org>
9027
9028 * term/ns-win.el (ns-make-command-string): Use mapconcat.
9029 (ns-save-preferences): Fix typo in previous change. (Bug#573)
9030
9031 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/dbus.el (dbus-interface-properties): New defconst.
9034 (dbus-introspect): Update docstring.
9035 (dbus-introspect-xml, dbus-introspect-get-attribute)
9036 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
9037 (dbus-introspect-get-interface-names)
9038 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
9039 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
9040 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
9041 (dbus-introspect-get-property)
9042 (dbus-introspect-get-annotation-names)
9043 (dbus-introspect-get-annotation)
9044 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
9045 (dbus-introspect-get-signature, dbus-get-property)
9046 (dbus-set-property, dbus-get-all-properties): New defuns.
9047
9048 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
9049
9050 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
9051 ns-grabenv.elc.
9052
9053 * ns-carbon-compat.el: File removed.
9054
9055 * ns-grabenv.el: File removed.
9056
9057 * term/ns-win.el: Contents of ns-carbon-compat.el and
9058 ns-grabenv.el moved here.
9059 (ns-grabenv, ns-open-file-select-line): Doc fixes.
9060 (ns-submit-bug-report): Function removed. Reports go to the main
9061 Emacs bug list.
9062 (ns-handle-args, ns-spi-service-call): Doc fixes.
9063 (info-ns-emacs): Function removed. Nextstep port manual will be
9064 merged into the Emacs manual, so no separate link needed.
9065
9066 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
9067
9068 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
9069
9070 2008-07-18 Glenn Morris <rgm@gnu.org>
9071
9072 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
9073 to XEmacs, since it does nothing for Emacs.
9074
9075 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9076
9077 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
9078 BUFFER that is a string but does not exist as a buffer object, as
9079 mentioned in the doc-string.
9080
9081 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * simple.el (line-move-visual): Make it a defcustom.
9084 (line-move-1): Convert temporary-goal-column back to an integer if
9085 it was set as a float by a previous call to line-move-visual.
9086 (end-of-visual-line, beginning-of-visual-line)
9087 (next-logical-line, previous-logical-line): New functions.
9088
9089 2008-07-17 David Reitter <david.reitter@gmail.com>
9090
9091 * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
9092 (visual-line-mode, global-visual-line-mode): New minor mode.
9093 (visual-line-mode-map): New variable.
9094
9095 2008-07-17 Glenn Morris <rgm@gnu.org>
9096
9097 * term/ns-win.el (parameters): Declare for compiler.
9098
9099 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
9100
9101 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
9102 for Windows.
9103
9104 2008-07-17 Daiki Ueno <ueno@unixuser.org>
9105
9106 * epa.el (epa-key-list-mode): Use run-mode-hooks.
9107 (epa-key-mode): Ditto.
9108 (epa-info-mode): Ditto.
9109
9110 2008-07-17 Glenn Morris <rgm@gnu.org>
9111
9112 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
9113 (ns-handle-numeric-switch): Just call ns-handle-switch.
9114 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
9115 (ns-handle-args): Simplify using `pop'.
9116 (ns-display-name): Define (used in frame.el).
9117 (menu-bar-select-frame): Add (ignored) arg to more closely match the
9118 original definition.
9119 (ns-perform-service): Declare.
9120 (ns-save-preferences): Use fewer `let's.
9121
9122 * frame.el (ns-display-name): Declare for compiler.
9123
9124 2008-07-17 Kenichi Handa <handa@m17n.org>
9125
9126 * descr-text.el (describe-char-unidata-list): Initialize to the
9127 list of name, general-category, decomposition, and old-name.
9128
9129 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9130
9131 * startup.el (command-line-1): Update processing of NS long options to
9132 mimic recent changes to processing of X long options.
9133
9134 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
9135
9136 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
9137 list of #defines for remote files.
9138 (gdb-source-info): Only show main if it has been found.
9139
9140 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * term/ns-win.el: Require CL; fix up comment style; reindent.
9143 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
9144 (ns-save-preferences): Use `case'.
9145 (ns-initialize-window-system): Use `dolist'.
9146
9147 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
9148
9149 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
9150 windowing is used.
9151 * term/ns-win.el (ns-extended-platform-support-mode):
9152 Correct/improve documentation.
9153
9154 2008-07-16 Glenn Morris <rgm@gnu.org>
9155
9156 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
9157 Simply require 'cl (see comment in cl-compat.el).
9158 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
9159 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
9160 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
9161 directly rather by subterfuge. Provide cl before loading cl-macs.
9162
9163 * paths.el (rmail-spool-directory): Remove settings for systems that are
9164 no longer supported.
9165
9166 * frame.el (ns-initialize-window-system): Declare for compiler.
9167
9168 * term/ns-win.el: Add numerous declarations for compiler.
9169 (ns-pop-up-frames): Move definition before use. Doc fix.
9170
9171 * emacs-lisp/check-declare.el (check-declare-locate)
9172 (check-declare-verify): Handle .m files.
9173
9174 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
9175
9176 * ns-carbon-compat.el: New file: user-visible compatibility of
9177 NeXTstep port with Carbon port.
9178 * ns-grabenv.el: New file: functionality useful on OS X platform to
9179 expose environment variables inside Emacs started from icon.
9180 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
9181 * cus-edit.el:
9182 * cus-face.el:
9183 * disp-table.el:
9184 * faces.el:
9185 * info.el:
9186 * mouse.el:
9187 * mwheel.el:
9188 * simple.el: Add ns to window systems treated as GUIs.
9189 * facemenu.el (facemenu-read-color): Don't require a name match under
9190 NS, to allow numeric color entry.
9191 * frame.el (make-frame-on-display): Follow code for 'x in initializing
9192 'ns window system if need be.
9193 (various): Add 'ns as described above.
9194 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
9195 ns-windowing is active.
9196 * startup.el (command-line-ns-option-alist): New constant to handle NS
9197 windowing system specific command line args analogous to how they are
9198 handled for X windows.
9199 (command-line-1): Use the above where appropriate.
9200 * version.el: Add NS port version.
9201 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
9202 Darwin (usually OS X) systems.
9203 (woman-use-own-frame): Include 'ns in list of GUI window systems.
9204 * emulation/viper-util.el (ns-display-color-p)
9205 (ns-color-defined-p): Remove these (caustically-commented) outdated
9206 compensations for a port that was never itself integrated until now.
9207 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
9208 for NS window system.
9209 * international/mule-cmds.el: Add 'ns to list of special-cased window
9210 systems (probably most of these, x/w32/mac/ns could be changed to
9211 window-system non-nil).
9212 * term/ns-win.el: New file: lisp-side support for NS windowing system.
9213
9214 2008-07-14 Jason Rumney <jasonr@gnu.org>
9215
9216 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
9217 (x-handle-numeric-switch, x-handle-initial-switch)
9218 (x-handle-xrm-switch, x-handle-args, x-handle-display)
9219 (xw-defined-colors, w32-initialize-window-system):
9220 Avoid use of cl pop and push macros.
9221
9222 2008-07-14 Martin Rudalics <rudalics@gmx.at>
9223
9224 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
9225 error when change-log-search-file-name returns nil.
9226
9227 2008-07-13 Martin Rudalics <rudalics@gmx.at>
9228
9229 * add-log.el (change-log-search-file-name):
9230 Use match-string-no-properties.
9231 (change-log-search-tag-name-1, change-log-search-tag-name)
9232 (change-log-goto-source-1, change-log-goto-source): New functions.
9233 (change-log-tag-re, change-log-find-head, change-log-find-tail):
9234 New variables.
9235 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
9236
9237 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
9238
9239 * calc/calc-help.el (calc-describe-key): Add angles to special key
9240 descriptions.
9241
9242 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
9243
9244 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9245 search for regexp.
9246
9247 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * simple.el (line-move-visual): Handle null pixel position gracefully.
9250
9251 2008-07-11 Jason Rumney <jasonr@gnu.org>
9252
9253 * files.el (file-truename): Get truename of ancestors if file does
9254 not exist on Windows.
9255
9256 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * simple.el (line-move-visual): Obey goal-column and no-error arg.
9259 (track-eol, temporary-goal-column, previous-line, next-line):
9260 Update docstring.
9261 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
9262 to nil.
9263
9264 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * simple.el (line-move-visual): New var.
9267 (line-move-visual): New function.
9268 (line-move): Call line-move-visual.
9269
9270 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9271
9272 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
9273 pattern and add patterns for C++ header files.
9274
9275 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * window.el (truncated-partial-width-window-p): New function.
9278
9279 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
9280
9281 * faces.el (x-create-frame-with-faces): Don't pass parameters that
9282 are set later to x-create-frame.
9283 (face-set-after-frame-default): Apply X resources for non-default
9284 faces.
9285
9286 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * faces.el (face-set-after-frame-default): Simplify. Don't apply
9289 frame-specific X resource settings. Set faces using a list of
9290 frame parameters explicitly passed to the calling
9291 function (e.g. make-frame).
9292 (x-create-frame-with-faces, tty-create-frame-with-faces):
9293 Supply explicit frame parameter list to face-set-after-frame-default.
9294
9295 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
9296
9297 * net/browse-url.el (browse-url-default-browser):
9298 Fix argument list in lambda.
9299
9300 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
9301
9302 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9303 from url-retrieve.
9304 (newsticker--sentinel-work): Fix xerror typo.
9305
9306 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9307
9308 * vc-dir.el (vc-dir-refresh): Only update files.
9309
9310 * vc-git.el (vc-git--ls-files-state): Remove unused function.
9311
9312 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9313
9314 2008-07-06 John Paul Wallington <jpw@pobox.com>
9315
9316 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9317
9318 2008-07-05 Alexandre Julliard <julliard@winehq.org>
9319
9320 * vc-git.el (vc-git-registered): Return true for removed files.
9321 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9322 all the files instead of one per file.
9323 (vc-git-previous-revision): Add support for project-wide previous
9324 revision when specified file is nil.
9325
9326 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9327
9328 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9329
9330 * vc-dir.el (vc-dir-find-child-files): New function.
9331 (vc-dir-resync-directory-files): New function.
9332 (vc-dir-recompute-file-state): New function, broken out of ...
9333 (vc-dir-resynch-file): ... here. Also deal with directories.
9334 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9335 (vc-resynch-buffer): Use it.
9336
9337 * vc-hg.el (vc-hg-registered): Do not set vc-state.
9338
9339 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9340
9341 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
9342
9343 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9344 if it's not part of gdb-ui, e.g, at start.
9345
9346 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9347 filenames in stack trace (text command mode).
9348
9349 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9352
9353 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9354 Use syntax-ppss on a position *before* the char we want to change.
9355
9356 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
9357
9358 * vc-dir.el (vc-dir-query-replace-regexp): New function.
9359 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9360 (vc-dir-mode-map): Likewise.
9361
9362 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9365 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9366 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9367 Remove spurious * in defcustom docstrings.
9368
9369 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9370 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9371 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9372 (default-justification): Remove spurious * in defcustom docstrings.
9373
9374 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9375 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9376 (rst-compare-decorations, rst-default-indent, rst-update-section)
9377 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9378 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9379 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9380 Fix typos in docstrings.
9381 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
9382 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9383 (rst-get-decorations-around, rst-section-tree-point)
9384 (rst-font-lock-adornment-point): Reflow docstrings.
9385 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9386 Doc fixes.
9387 (rst-re-enumerations): Comment out.
9388
9389 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9390 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9391 (nxml-unicode-block-char-name-set):
9392 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9393 * nxml/rng-nxml.el (rng-set-state-after):
9394 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9395
9396 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9397 (rng-c-parse-annotation-body):
9398 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9399
9400 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9401 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9402 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9403 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9404 Fix typos in docstrings.
9405 (nxml-attribute-indent): Reflow docstring.
9406 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9407 (nxml-default-buffer-file-coding-system): Doc fixes.
9408
9409 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9410 (nxml-ns-set-prefix): Fix typos in docstrings.
9411 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9412 Reflow docstring.
9413 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9414
9415 * nxml/nxml-outln.el (nxml-hide-all-text-content)
9416 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9417 (nxml-hide-direct-text-content, nxml-hide-subheadings)
9418 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9419 (nxml-outline-display-rest, nxml-outline-set-overlay)
9420 (nxml-section-tag-forward, nxml-section-tag-backward)
9421 (nxml-back-to-section-start): Fix typos in docstrings.
9422
9423 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9424 Doc fixes.
9425
9426 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9427 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9428 (nxml-scan-after-change): Fix typo in docstring.
9429
9430 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9431 (rng-name-class-possible-names): Doc fixes.
9432 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9433 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9434 Fix typos in docstrings.
9435 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9436 Reflow docstrings.
9437
9438 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9439 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9440
9441 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9442 (rng-xsd-convert-date-time): Reflow docstrings.
9443 (rng-xsd-compile): Fix typo in docstring.
9444
9445 * nxml/rng-loc.el (rng-current-schema-file-name)
9446 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9447 Doc fixes.
9448 (rng-set-schema-file): Fix typo in docstring.
9449
9450 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9451 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9452 Fix typos in docstrings.
9453 (rng-message-overlay, rng-conditional-up-to-date-start)
9454 (rng-conditional-up-to-date-end): Doc fixes.
9455 (rng-next-error, rng-previous-error): Reflow docstrings.
9456
9457 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9458 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9459 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9460 (xmltok-merge-attributes): Fix typos in docstrings.
9461 (xmltok-make-attribute, xmltok-forward-special)
9462 (xmltok-get-declared-encoding-position): Reflow docstrings.
9463
9464 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9465 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9466 Fix typos in docstrings.
9467
9468 2008-07-02 John Paul Wallington <jpw@pobox.com>
9469
9470 * ibuffer.el (ibuffer-buffer-file-name):
9471 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
9472 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
9473
9474 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9475
9476 * files.el (backup-extract-version): Handle versioned directories.
9477 (trash-directory): New variable.
9478 (move-file-to-trash): New function.
9479
9480 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9481
9482 2008-07-02 Magnus Henoch <mange@freemail.hu>
9483
9484 * vc-git.el (vc-git-annotate-command): Use proper option for
9485 specifying revision.
9486
9487 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9488
9489 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9490 if available.
9491
9492 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
9493
9494 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9495
9496 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9497 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9498
9499 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9500
9501 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9504 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
9505 (gdb-var-list-children-regexp, gdb-var-update-regexp)
9506 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9507 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9508 (gdb-stack-list-locals-regexp): Future proof regexps better.
9509
9510 2008-06-30 Juri Linkov <juri@jurta.org>
9511
9512 * faces.el (face-name-history): New variable.
9513 (make-face, make-empty-face): Replace interactive spec "S"
9514 with `read-from-minibuffer' where `read' arg is t and
9515 `hist' arg is `face-name-history'.
9516 (read-face-name): Set `hist' arg of `completing-read-multiple'
9517 to `face-name-history'.
9518 (list-faces-display): Use `read-regexp' instead of `read-string'
9519 to read regexp.
9520
9521 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9522 to `regexp-history'.
9523 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9524 make it an obsolete alias to it.
9525 (hi-lock-face-defaults): New variable renamed from
9526 `hi-lock-face-history'.
9527 (hi-lock-line-face-buffer, hi-lock-face-buffer)
9528 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9529 `read-from-minibuffer'. Doc fix.
9530 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9531 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
9532 Set `hist' arg of `completing-read' to `face-name-history'.
9533 Put a list of default faces to `default' arg instead of `hist' arg.
9534
9535 * bindings.el (abbrev-map, narrow-map): New variables.
9536 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9537 Rebind related commands to these new maps.
9538 (ctl-x-r-map): New variable for rectangle, register and bookmark
9539 keys. Move rectangle keybindings to rect.el and register
9540 keybindings to register.el.
9541 (next-buffer, previous-buffer): Remove C-x prefix and move
9542 keybindings to ctl-x-map.
9543
9544 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9545 to the new map `ctl-x-r-map' in autoload cookies.
9546
9547 * expand.el: Rebind two global `C-x a' keys "n", "p"
9548 to the new map `abbrev-map' in autoload cookies.
9549
9550 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9551
9552 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9553
9554 2008-06-30 Miles Bader <miles@gnu.org>
9555
9556 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9557 after processing an escape sequence.
9558
9559 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
9560
9561 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9562 from 2008-06-28. It does not work on W32.
9563
9564 2008-06-29 Juri Linkov <juri@jurta.org>
9565
9566 * replace.el (read-regexp): New function.
9567 (keep-lines-read-args, occur-read-primary-args):
9568 Call `read-regexp' instead of code moved to new function.
9569 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9570 from the end of prompt.
9571 (replace-re-search-function): Doc fix.
9572
9573 2008-06-29 Kenichi Handa <handa@m17n.org>
9574
9575 * descr-text.el (describe-char-display): Always return a string.
9576 (describe-char-padded-string): New function.
9577 (describe-char): Adjusted for the change of
9578 describe-char-display. Use describe-char-padded-string.
9579
9580 2008-06-29 Andreas Schwab <schwab@suse.de>
9581
9582 * vc-dir.el (vc-dir): Make backend argument optional and use
9583 vc-responsible-backend when nil. Interactively pass nil for
9584 backend instead of using the backend of what happens to be
9585 default-directory at the time of the call.
9586
9587 * find-dired.el (find-dired-filter): Preserve point.
9588
9589 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9592 (sasl-find-mechanism, sasl-next-step):
9593 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9594 (sasl-ntlm-response): Fix typos in docstrings.
9595
9596 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
9597
9598 * international/mule-cmds.el (view-hello-file): Doc fix.
9599
9600 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
9601
9602 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9603 (set-face-attribute, face-set-after-frame-default)): Don't use it.
9604
9605 2008-06-28 John Paul Wallington <jpw@pobox.com>
9606
9607 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
9608
9609 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9612 (tramp-convert-file-attributes): Convert symlinks only when
9613 returned from `tramp-handle-file-attributes-with-stat'.
9614
9615 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9616 `substitute-in-file-name' when unloading.
9617 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9618
9619 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
9620
9621 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9622 (vc-string-prefix-p): Move function ...
9623 * vc.el (vc-string-prefix-p): ... here.
9624
9625 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9626
9627 * vc-dir.el (vc-dir): Complete only directory names.
9628
9629 2008-06-27 Jason Rumney <jasonr@gnu.org>
9630
9631 * w32-fns.el (top-level): Unconditionally define all charsets.
9632
9633 2008-06-27 Alan Mackenzie <acm@muc.de>
9634
9635 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9636 the CC Mode specific functions; this is no longer needed, since
9637 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9638
9639 * progmodes/cc-defs.el (c-emacs-features): New feature
9640 'argumentative-bod-function.
9641
9642 2008-06-27 John Paul Wallington <jpw@pobox.com>
9643
9644 * chistory.el (list-command-history): Use `bound-and-true-p'.
9645 (command-history-map): Define within defvar. Add docstring.
9646
9647 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9648
9649 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9650 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
9651 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9652 (image-type-from-buffer): Use `looking-at-p'.
9653
9654 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9655
9656 * ibuf-ext.el (diff-sentinel): Declare.
9657
9658 2008-06-27 Glenn Morris <rgm@gnu.org>
9659
9660 * calendar/lunar.el (calendar-lunar-phases): Rename from
9661 calendar-phases-of-moon. Keep old name as alias, update callers.
9662 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
9663 (diary-lunar-phases): Rename from diary-phases-of-moon.
9664 Keep old name as alias.
9665 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9666 (cal-menu-global-mouse-menu): Update for lunar name changes.
9667 * calendar/calendar.el (calendar-mode-map): Update for name change.
9668 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9669
9670 2008-06-26 Glenn Morris <rgm@gnu.org>
9671
9672 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9673 argument `nolocation'.
9674 (calendar-sunrise-sunset-month): New function.
9675 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9676 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
9677 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9678 * calendar/calendar.el (solar-sunrises-buffer): New constant.
9679 (calendar-mode-map): Use cal-menu-sunmoon-menu.
9680 (calendar-buffer-list): Add solar-sunrises-buffer.
9681
9682 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9683
9684 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * cus-start.el: Add customization types for word-wrap and
9687 shift-select-mode.
9688
9689 2008-06-26 John Paul Wallington <jpw@pobox.com>
9690
9691 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9692 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
9693 (ibuffer-mark-on-buffer): Don't display message when removing marks.
9694 (ibuffer-mark-by-mode): Use `buffer-local-value'.
9695
9696 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9697
9698 * vc-dir.el (tool-bar): Require.
9699
9700 * vc.el (ewoc, tool-bar): Do not require.
9701
9702 2008-06-26 Kenichi Handa <handa@m17n.org>
9703
9704 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9705 characters.
9706
9707 * composite.el (terminal-composition-base-character-p): New function.
9708 (terminal-composition-function):
9709 Use terminal-composition-base-character-p. Include the base character
9710 in the composition.
9711 (auto-compose-chars): Don't check font-object for terminal display.
9712
9713 2008-06-26 Glenn Morris <rgm@gnu.org>
9714
9715 * doc-view.el (bookmark-make-record-default):
9716 * image-mode.el (bookmark-make-record-default): Fix declaration.
9717
9718 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9719 Add default :value for sexp type.
9720 (calendar-month-edges): New variable.
9721 (calendar-month-edges): New function.
9722 (calendar-recompute-layout-variables): Set calendar-month-edges.
9723 (calendar-intermonth-header, calendar-intermonth-text): New options.
9724 (calendar-insert-at-column): New function.
9725 (calendar-generate-month): Use calendar-insert-at-column.
9726 Handle intermonth text. Add 'date property.
9727 (calendar-column-to-month): Remove function.
9728 (calendar-column-to-segment): New function.
9729 (calendar-cursor-to-date): Use calendar-column-to-segment.
9730 Check 'date property.
9731
9732 * calendar/calendar.el (calendar-print-other-dates):
9733 Handle mouse events.
9734 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9735 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9736
9737 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9738 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9739 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9740
9741 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9742 Use calendar-column-to-segment, calendar-month-edges, and
9743 the 'date property to handle intermonth text.
9744
9745 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9746
9747 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9748 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9749 Add doc strings.
9750 (cal-menu-context-mouse-menu): Add some :keys.
9751 (calendar-check-holidays): Declare rather than autoloading.
9752 (diary-show-holidays-flag): Remove unneeded declaration.
9753
9754 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9755 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9756 event-start is nil.
9757
9758 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * minibuffer.el (completion-basic-try-completion): Use the text after
9761 point to constrain the completion candidates.
9762 (completion-basic-all-completions): Adjust accordingly.
9763
9764 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9765
9766 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9767 courier.
9768
9769 * faces.el (set-face-attribute): Doc fix.
9770
9771 2008-06-25 Juri Linkov <juri@jurta.org>
9772
9773 * bindings.el (goto-map): New variable. Rebind goto-related
9774 commands to this `M-g' prefix keymap.
9775 (search-map): New variable for `M-s' prefix keymap.
9776 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9777 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9778 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9779 `M-shw' to `hi-lock-write-interactive-patterns'.
9780
9781 * isearch.el (isearch-mode-map): Bind `M-s h r' to
9782 `isearch-highlight-regexp'.
9783 (isearch-highlight-regexp): New function.
9784
9785 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * info.el (Info-bookmark-make-record):
9788 Use bookmark-make-record-default.
9789 (Info-bookmark-jump): Use bookmark-default-handler.
9790
9791 * image-mode.el (image-bookmark-make-record):
9792 Use bookmark-make-record-default.
9793 (image-bookmark-jump): Use bookmark-default-handler.
9794
9795 * doc-view.el (doc-view-bookmark-make-record):
9796 Use bookmark-make-record-default.
9797 (doc-view-bookmark-jump): Use bookmark-default-handler.
9798
9799 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9800 used until now in bookmark.el's code.
9801 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9802 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9803 used until now in bookmark.el's code.
9804 (bookmark-set-filename): Remove special code, moved to its only caller.
9805 (bookmark-store): Use the newer format.
9806 (bookmark-make-record-default): Add arg `point-only'.
9807 Rename from bookmark-make-record-for-text-file.
9808 (bookmark--jump-via): New function.
9809 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9810 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9811 Use it.
9812 (bookmark-jump-noselect, bookmark-default-handler):
9813 Don't return an alist, instead return the data implicitly by changing
9814 current buffer and point. Signal an error if the file doesn't exist.
9815
9816 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9817 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9818
9819 * bs.el: Use with-current-buffer. Simplify.
9820 (bs-toggle-readonly): Avoid vc-toggle-read-only.
9821
9822 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9823 is bound before using it.
9824
9825 2008-06-25 Kenichi Handa <handa@m17n.org>
9826
9827 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9828
9829 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
9830
9831 * vc-hg.el:
9832 * vc-git.el: Require vc-dir when compiling.
9833
9834 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9835 vc-dir-marked-only-files. Change the return value.
9836 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9837 Change the return value.
9838 (vc-dir-deduce-fileset): New function broken out from ...
9839 * vc.el (vc-deduce-fileset): ... here and ...
9840 (vc-deduce-fileset): ... here.
9841
9842 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9843 (vc-svn-parse-status): Do not set the vc-backend property.
9844
9845 2008-06-25 Andreas Schwab <schwab@suse.de>
9846
9847 * faces.el (face-font-family-alternatives, variable-pitch):
9848 Use "Sans Serif", not "Sans-Serif".
9849
9850 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * faces.el (face-font-family-alternatives, variable-pitch):
9853 Change "Sans" to the canonical name "Sans-Serif".
9854
9855 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9856
9857 * calc/calc.el (calc-mode-map): Add extra keybindings to
9858 `calc-missing-key'.
9859 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9860 `kill-ring-save'.
9861
9862 2008-06-24 Miles Bader <miles@gnu.org>
9863
9864 * mouse.el (mouse-appearance-menu): Don't do anything if the user
9865 pops up the menu but doesn't select anything.
9866
9867 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9868
9869 * add-log.el (add-change-log-entry): Add new arg to force each new
9870 entry to be on a new line.
9871 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9872
9873 * vc-dir.el (vc-client-object): Remove.
9874 (vc-dir-prepare-status-buffer): Take a backend as an argument and
9875 use it when looking for a buffer.
9876 (vc-dir): Add a backend argument. Set revert-buffer-function.
9877 Don't create a client object. Move bindings ...
9878 (vc-dir-menu-map, vc-dir-mode-map): ... here.
9879 (vc-dir-revert-buffer-function): New function.
9880 (vc-generic-status-printer): Rename to ...
9881 (vc-dir-status-printer): ... this.
9882 (vc-generic-state, vc-generic-status-fileinfo-extra)
9883 (vc-dir-extra-menu, vc-make-backend-object): Remove.
9884 (vc-default-status-printer): Use a different face for
9885 directories. Don't display any text for directories in the state
9886 column. Add tooltips.
9887
9888 * vc.el (Todo): Update.
9889
9890 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9891 * vc-rcs.el (vc-annotate-convert-time):
9892 * vc-mtn.el (vc-annotate-convert-time):
9893 * vc-git.el (vc-annotate-convert-time):
9894 * vc-cvs.el (vc-annotate-convert-time):
9895 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9896
9897 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9898
9899 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9900 instead of using view-mode.
9901
9902 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * Makefile.in (distclean): Don't delete *.elc and autogen files.
9905
9906 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9907
9908 * vc.el:
9909 * vc-hooks.el:
9910 * vc-dispatcher.el: Move vc-dir variables and functions ...
9911 * vc-dir.el: ... here. New file.
9912 * Makefile.in (ELCFILES): Add vc-dir.elc.
9913
9914 * vc.el: Move vc-annotate variables and functions ...
9915 * vc-annotate.el: ... here. New file.
9916 * Makefile.in (ELCFILES): Add vc-annotate.elc.
9917
9918 * vc-dav.el: Move here from url/vc-dav.el.
9919 (Todo): Note work needed to make this backend functional.
9920
9921 * Makefile.in (ELCFILES): Update vc-dav.el location.
9922
9923 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9926
9927 2008-06-21 John Paul Wallington <jpw@pobox.com>
9928
9929 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9930
9931 * textmodes/rst.el (rst-mode): Put docstring in right place.
9932
9933 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
9934
9935 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9936 size for legibility.
9937
9938 * faces.el (fixed-pitch): Use "Monospace" family.
9939 (variable-pitch): Use "Sans" family.
9940 (face-font-family-alternatives): Define alternatives for "Sans"
9941 and "Monospace".
9942
9943 2008-06-21 Glenn Morris <rgm@gnu.org>
9944
9945 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9946 Require 'cl when compiling.
9947
9948 * emacs-lisp/debug.el (help-xref-interned): Declare.
9949
9950 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9951 Evaluate definition when compiling.
9952
9953 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9954 rather than mouse-1.
9955 (bug-reference-url-format): Autoload safe if string.
9956 (bug-reference-bug-regexp): Make space after "bug" optional.
9957
9958 * Makefile.in (all): Explicitly pass EMACS to sub-make,
9959 for some non-GNU makes.
9960
9961 * cus-dep.el (custom-dependencies-no-scan-regexp):
9962 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9963
9964 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9965 increments.
9966
9967 * calendar/calendar.el: Factor out the magic numbers controlling the
9968 calendar layout.
9969 (calendar-month-digit-width, calendar-month-width)
9970 (calendar-right-margin): New variables.
9971 (calendar-recompute-layout-variables, calendar-set-layout-variable):
9972 New functions.
9973 (calendar-left-margin, calendar-intermonth-spacing)
9974 (calendar-column-width, calendar-day-header-width)
9975 (calendar-day-digit-width): New options.
9976 (calendar-first-date-row): New constant.
9977 (calendar-move-to-column, calendar-ensure-newline): New functions,
9978 replacing calendar-insert-indented.
9979 (calendar-insert-indented): Remove function.
9980 (calendar-generate-month): Use calendar-move-to-column and
9981 calendar-ensure-newline. Use layout variables.
9982 (calendar-generate, calendar-update-mode-line)
9983 (calendar-font-lock-keywords): Use layout variables.
9984 (calendar-column-to-month): New function.
9985 (calendar-cursor-to-date): Use calendar-column-to-month.
9986 Use layout variables.
9987 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9988 Use layout variables. Use calendar-column-to-month.
9989 (calendar-cursor-to-visible-date): Use layout variables.
9990
9991 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9994 (all): Run compile-last.
9995 (compile-onefile): New target.
9996 (compile-first): Simplify.
9997 (compile-last): Don't treat COMPILE_FIRST specially.
9998 (COMPILE_FIRST): List the elc files rather than the el files.
9999 (ELCFILES): Update.
10000
10001 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
10002
10003 * net/newst-treeview.el: Remove dead code.
10004 (newsticker--window-config): Remove.
10005 (newsticker-treeview-quit): Do not save window config.
10006 (newsticker-treeview): Do not try to restore window config.
10007 (newsticker-groups, newsticker--treeview-list-sort-by-column)
10008 (newsticker--treeview-list-new-items)
10009 (newsticker--treeview-list-immortal-items)
10010 (newsticker--treeview-list-obsolete-items)
10011 (newsticker--treeview-list-all-items)
10012 (newsticker--treeview-list-feed-items): Fix documentation.
10013
10014 2008-06-21 Miles Bader <miles@gnu.org>
10015
10016 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
10017
10018 2008-06-21 Alan Mackenzie <acm@muc.de>
10019
10020 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
10021 infinite loop on invalid syntax.
10022
10023 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * textmodes/rst.el: Run rst-define-level-faces when loading.
10026 (rst-mode): Don't set the font-lock-multiline var.
10027 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
10028 Set the font-lock-multiline property by hand.
10029
10030 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
10031
10032 * Makefile.in (emacs-deps): Remove.
10033 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
10034 (all): Use them.
10035 (autogen-clean): Remove.
10036
10037 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * Makefile.in (all): New target.
10040 (bootstrap-prepare): Remove.
10041
10042 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
10043 the .elc file to batch-byte-compile.
10044
10045 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
10046 set-keymap-parents if set-keymap-parent doesn't exist.
10047
10048 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
10049 Allow more than one space before the |.
10050
10051 * textmodes/rst.el: Fix up docstring conventions.
10052 Move vars to before their first use.
10053 (rst-mode): Don't mess with font-lock-support-mode.
10054 (rst-suggest-new-decoration, rst-adjust-decoration):
10055 Avoid CL's copy-list.
10056 (rst-delete-entire-line): Use line-beginning-position.
10057 (rst-position): New fun.
10058 (rst-straighten-decorations): Use it instead of CL's position.
10059 (rst-straighten-bullets-region): Avoid CL's mapcar*.
10060 (rst-toc-mode): Use define-derived-mode.
10061 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
10062 Remove unused var `in-par'. Use `point' rather than `point-marker'.
10063 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
10064 (rst-replace-lines): Simplify.
10065 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
10066
10067 * simple.el (special-mode-map): New var.
10068 (special-mode): New major mode.
10069
10070 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
10071
10072 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
10073 log-view-file-re.
10074
10075 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
10076 (vc-switch-backend): Simplify.
10077 (Todo): Remove solved items.
10078
10079 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
10080 the vc-backend property.
10081
10082 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
10085 Bind inhibit-read-only since the buffer is always read-only.
10086
10087 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
10088
10089 * net/newst-treeview.el (newsticker-treeview-own-frame):
10090 Change default value to nil.
10091 (newsticker--treeview-list-add-item)
10092 (newsticker--treeview-propertize-tag): Show item title in tooltip.
10093
10094 2008-06-20 Martin Blais <blais@furius.ca>
10095 Stefan Merten <smerten@oekonux.de>
10096 David Goodger <goodger@python.org>
10097
10098 * textmodes/rst.el: New file.
10099
10100 2008-06-20 Sam Steingold <sds@gnu.org>
10101
10102 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
10103 remove DIRECTORY entries.
10104
10105 2008-06-20 Eli Zaretskii <eliz@gnu.org>
10106
10107 * makefile.w32-in (distclean): Depend on `clean'.
10108 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
10109 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
10110 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
10111 empty cus-load.el with `echo', and include "Local Variables"
10112 section to prevent the empty file from being compiled.
10113 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
10114 that generate an empty cus-load.el.
10115
10116 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10119 Don't copy ldefs-boot.el over loaddefs.el.
10120 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
10121 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
10122 to loaddefs.el; they are not needed now. Add coding cookie.
10123
10124 2008-06-20 Miles Bader <miles@gnu.org>
10125
10126 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10127 Strip unnecessary list levels from SPECS.
10128 (buffer-face-set, buffer-face-toggle):
10129 Change argument from FACE to &rest SPECS, and strip unnecessary
10130 list levels from SPECS.
10131 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
10132
10133 2008-06-20 Jason Rumney <jasonr@gnu.org>
10134
10135 * international/fontset.el (setup-default-fontset): Specify script
10136 for latin use of iso10646-1. Fix use of lang tags.
10137
10138 2008-06-19 Miles Bader <miles@gnu.org>
10139
10140 * face-remap.el (text-scale-increase): Start from zero if
10141 text-scale-mode isn't enabled.
10142
10143 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
10146 frame parameters after setting up the `default' face.
10147
10148 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * faces.el (face-set-after-frame-default): Don't exclude `default'.
10151
10152 2008-06-18 Glenn Morris <rgm@gnu.org>
10153
10154 * mouse.el (buffer-face-mode-invoke): Declare.
10155
10156 * Makefile.in (ELCFILES): Add org/org-id.elc.
10157
10158 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
10159 * calendar/cal-menu.el (cal-menu-holidays-menu):
10160 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
10161 (cal-menu-today-holidays): Remove function.
10162
10163 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
10164 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
10165 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
10166 Remove unused functions.
10167 (calendar-mouse-view-diary-entries): Use format rather than concat.
10168
10169 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
10170 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10171 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
10172
10173 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
10174 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10175 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
10176 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
10177 cal-menu-event-to-date.
10178
10179 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
10180 Handle mouse events.
10181 * calendar/cal-tex.el (cal-tex-cursor-year)
10182 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10183 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10184 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10185 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
10186 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10187 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
10188 (cal-tex-cursor-month): Mark N as optional.
10189 * calendar/cal-menu.el (calendar-mouse-tex-day)
10190 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
10191 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
10192 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
10193 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
10194 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
10195 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
10196 Remove functions.
10197 (cal-menu-context-mouse-menu): Replace the above functions with the
10198 cal-tex versions. Add HTML submenu.
10199
10200 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
10201
10202 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
10203 text command mode.
10204 (gdb): Explain that gud-gdb is needed for text command mode.
10205
10206 2008-06-17 Martin Rudalics <rudalics@gmx.at>
10207
10208 * window.el (split-height-threshold): Remove spurious extra line.
10209
10210 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
10213 (calendar-set-mark):
10214 * calendar/diary-lib.el (diary-insert-entry):
10215 * calendar/solar.el (calendar-sunrise-sunset): Use it.
10216 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
10217 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
10218 (cal-menu-context-mouse-menu): Use calendar-set-mark,
10219 diary-insert-entry, and calendar-sunrise-sunset instead.
10220
10221 * vc.el (vc-deduce-fileset): Add arg `only-files'.
10222 (vc-next-action): Pass the new arg.
10223 (vc-register): Don't use `only-files'.
10224 Don't set `backup-inhibited' in the current buffer.
10225
10226 2008-06-17 Miles Bader <miles@gnu.org>
10227
10228 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
10229
10230 * face-remap.el (buffer-face-mode-face)
10231 (buffer-face-mode-remapping): New variables.
10232 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
10233 (buffer-face-mode-invoke): New functions.
10234 (variable-pitch-mode-remapping): Variable removed.
10235 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
10236
10237 * face-remap.el (internal-lisp-face-attributes): New variable.
10238 (face-attrs-more-relative-p, face-remap-order): New functions.
10239 (face-remap-add-relative): Use `face-remap-order'.
10240
10241 2008-06-17 Glenn Morris <rgm@gnu.org>
10242
10243 * mouse.el (x-select-font): Declare.
10244
10245 * calendar/calendar.el (calendar-move-hook):
10246 Add calendar-update-mode-line as an option.
10247 (calendar-date-echo-text): New user option.
10248 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
10249 (calendar-insert-indented): Simplify newline insertion.
10250 (calendar-describe-mode): Remove unused function.
10251 (calendar-mode-line-entry): New function.
10252 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
10253 Mark as risky.
10254 (calendar-mouse-other-month): Remove function.
10255 (calendar-other-month): Handle mouse events.
10256 (calendar-goto-info-node): Call fit-window-to-buffer.
10257 (calendar-mode): Use define-derived-mode. Doc fix.
10258 (calendar-update-mode-line): Tweak whitespace.
10259
10260 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
10263 (vc-dir-marked-only-files): vc-string-prefix-p.
10264
10265 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
10266
10267 * progmodes/gdb-ui.el (gdb-memory-set-address)
10268 (gdb-memory-set-repeat-count): Allow keyboard bindings.
10269 (gdb-memory-mode-map): Bind above functions respectively
10270 to 'S' and 'N'.
10271
10272 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
10273
10274 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
10275
10276 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
10277
10278 * log-view.el (vc-diff-internal): Declare for compiler.
10279
10280 * vc-bzr.el (log-view-per-file-logs):
10281 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
10282
10283 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
10284
10285 * mouse.el (mouse-appearance-menu-map): New var.
10286 (mouse-appearance-menu): New function.
10287 Bind it to S-down-mouse-1.
10288
10289 2008-06-15 Juri Linkov <juri@jurta.org>
10290
10291 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
10292 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
10293 as the second element.
10294 (Info-build-toc): Add PARENT element extracted from the Up pointer.
10295 Don't print progress messages.
10296 (Info-toc-nodes): New variable and function.
10297 (Info-index-nodes): Optimize non-string file name case.
10298 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10299 (Info-insert-breadcrumbs): Use the cached document structure instead
10300 of visiting all ancestor nodes. Remove the initial `>'.
10301
10302 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * log-view.el (log-view-diff-changeset): New function.
10305 (log-view-mode-map, log-view-mode-menu): Bind it.
10306 (log-view-per-file-logs, log-view-vc-fileset)
10307 (log-view-vc-backend): New variables.
10308 (log-view-find-revision, log-view-modify-change-comment)
10309 (log-view-annotate-version): Throw an error if the log is for more
10310 than one file and we can't find the current file. Get the current
10311 file from log-view-vc-fileset if necessary.
10312 (log-view-diff): Get the current file from log-view-vc-fileset if
10313 necessary.
10314
10315 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10316
10317 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10318 (vc-hg-log-view-mode): Declare for compiler.
10319 (vc-hg-log-view-mode): Set log-view-per-file-logs and
10320 log-view-file-re.
10321 (vc-hg-diff): If no file is passed, use default-directory for cwd.
10322
10323 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10324
10325 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10326
10327 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
10328
10329 * net/tramp.el (tramp-handle-start-file-process):
10330 Clear modification time of the connection buffer.
10331 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10332 (tramp-open-connection-setup-interactive-shell): Flush cache, and
10333 restart `tramp-maybe-open-connection' when the remote system has
10334 been changed. Throw 'uname-changed event.
10335 (tramp-maybe-open-connection): Catch it.
10336
10337 * net/tramp-cmds.el (tramp-cleanup-all-connections):
10338 Reset `tramp-locked'.
10339
10340 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
10341
10342 * net/newst-treeview.el (newsticker--treeview-list-update)
10343 (newsticker--treeview-item-update)
10344 (newsticker--treeview-tree-update)
10345 (newsticker-treeview-jump, newsticker-group-add-group)
10346 (newsticker-group-move-feed, newsticker-group-delete-group):
10347 Remove window dedication.
10348 (newsticker--group-manage-orphan-feeds): Handle ill-valued
10349 newsticker-groups.
10350 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10351
10352 2008-06-15 Andreas Schwab <schwab@suse.de>
10353
10354 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10355 when parsing CVS/Repository.
10356
10357 * wdired.el (wdired-search-and-rename): Fix undocumented change.
10358
10359 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
10360
10361 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10362 (newsticker-extra-face, newsticker-enclosure-face): Moved to
10363 net/newst-reader.el.
10364
10365 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10366 (newsticker-extra-face, newsticker-enclosure-face): Moved from
10367 net/newst-reader.el.
10368
10369 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10372 Catch and recover from case when the bytes we thought we were reading
10373 turn out to be something else entirely, such as latin-1 chars from
10374 quail. See bug#396.
10375
10376 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10377
10378 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10379 (vc-register): Call the backend function only once, instead of
10380 once for each file.
10381 (vc-next-action): Update call to vc-register.
10382 (vc-dir-register): Remove function.
10383 (vc-dir): Bind vc-register instead of vc-dir-register.
10384
10385 2008-06-14 Glenn Morris <rgm@gnu.org>
10386
10387 * Makefile.in (ELCFILES): Add net/newst-*.el.
10388
10389 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * wdired.el (wdired-do-renames): New function.
10392 (wdired-finish-edit): Use it to.
10393 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10394
10395 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10398
10399 2008-06-14 Martin Rudalics <rudalics@gmx.at>
10400
10401 * window.el (window--even-window-heights): Even window heights
10402 only if the selected window is higher than WINDOW.
10403 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10404
10405 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10408
10409 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * term/linux.el (terminal-init-linux): Load t-mouse.
10412
10413 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10414 Drew Adams <drew.adams@oracle.com>
10415
10416 * info.el (Info-breadcrumbs-depth): New var.
10417 (Info-insert-breadcrumbs): New function.
10418 (Info-fontify-node): Use it.
10419 (Info-mode-map): Move initialization into declaration.
10420
10421 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
10422
10423 Rename net/newsticker-*.el to net/newst-*.el.
10424 * net/newst-backend.el: Rename from net/newsticker-backend.el.
10425 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10426 * net/newst-reader.el: Rename from net/newsticker-reader.el.
10427 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10428 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10429 * net/newsticker-backend.el: Rename to net/newst-backend.el.
10430 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10431 * net/newsticker-reader.el: Rename to net/newst-reader.el.
10432 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10433 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10434
10435 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * progmodes/compile.el (compilation-start): Don't disable undo in
10438 comint buffer. Don't override the comint-filter with our own.
10439 (compilation-filter): Change point's insertion-type.
10440
10441 * comint.el (comint-output-filter): Use copy-marker.
10442
10443 2008-06-13 David Reitter <david.reitter@gmail.com>
10444
10445 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10446 Check message-signature-separator exists before using it.
10447
10448 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
10449
10450 * vc.el (vc-delete-file): Bind default-directory before calling
10451 the backend.
10452 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10453 (vc-annotate-show-diff-revision-at-line-internal): ... here.
10454 New function.
10455 (vc-annotate-show-changeset-diff-revision-at-line): New function.
10456 (vc-annotate-mode-menu): Bind it.
10457
10458 2008-06-13 Jason Rumney <jasonr@gnu.org>
10459
10460 * term/w32-win.el (mouse-set-font): Remove overridden function.
10461 (w32-select-font): Declare as obsolete alias for x-select-font.
10462
10463 2008-06-13 Daniel Engeler <engeler@gmail.com>
10464
10465 These changes add serial port access.
10466 * term.el (term-update-mode-line): Modify.
10467 (serial-port-is-file-p, serial-nice-speed-history)
10468 (serial-no-speed, serial-mode-line-speed-menu)
10469 (serial-mode-line-config-menu): New variables and constants.
10470 (serial-name-history, serial-speed-history)
10471 (serial-supported-or-barf, serial-read-name, serial-read-speed)
10472 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10473 (serial-mode-line-speed-menu, serial-update-speed-menu)
10474 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10475 (serial-update-config-menu): New functions.
10476
10477 2008-06-13 Glenn Morris <rgm@gnu.org>
10478
10479 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10480
10481 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10482
10483 2008-06-13 Kenichi Handa <handa@m17n.org>
10484
10485 * cus-face.el (custom-face-attributes): Add :foundry.
10486
10487 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10488 (face-x-resources): Add :foundry.
10489 (face-valid-attribute-values): Likewise.
10490 (face-attribute-name-alist): Likewise.
10491 (describe-face): Likewise.
10492
10493 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10496
10497 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * longlines.el (longlines-search-forward, longlines-search-backward)
10500 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10501
10502 2008-06-12 Sam Steingold <sds@gnu.org>
10503
10504 * vc.el (vc-rename-file): DTRT when the destination is a directory
10505 name and the source is a file.
10506
10507 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10510
10511 2008-06-12 Glenn Morris <rgm@gnu.org>
10512
10513 * progmodes/f90.el (f90-beginning-of-subprogram)
10514 (f90-end-of-subprogram): Only give a message when interactive.
10515
10516 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10517
10518 * progmodes/cperl-mode.el (cperl-info-on-command):
10519 Use display-pixel-height rather than x-display-pixel-height.
10520
10521 * mail/rmailedit.el (rmail-cease-edit):
10522 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10523
10524 * emulation/edt.el (edt-xserver):
10525 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10526
10527 * emulation/edt-mapper.el: Drop test for Emacs < 19.
10528
10529 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10530 Evaluate definitions when compiling. Reverse tests.
10531
10532 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10533 use unless.
10534
10535 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10536
10537 * textmodes/artist.el (x-pointer-shape):
10538 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10539 (x-open-connection, x-server-max-request-size, x-get-resource):
10540 * term/w32console.el (x-setup-function-keys):
10541 * term/w32-win.el (x-parse-geometry, x-resource-name)
10542 (generate-fontset-menu, image-library-alist, x-open-connection)
10543 (setup-default-fontset, set-fontset-font, setup-default-fontset)
10544 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10545 (x-get-resource):
10546 * term/mac-win.el (x-parse-geometry, x-resource-name)
10547 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10548 (new-fontset, x-display-list, x-open-connection, x-get-resource):
10549 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10550 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10551 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10552 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10553 (tooltip-identifier-from-point, define-fringe-bitmap):
10554 * play/gamegrid.el (image-size):
10555 * play/bubbles.el (image-size):
10556 * mail/emacsbug.el (x-server-vendor, x-server-version):
10557 * international/mule-util.el (internal-char-font):
10558 * international/mule-diag.el (font-info, query-fontset, fontset-info)
10559 (fontset-alias-alist, fontset-list, fontset-plain-name):
10560 * international/mule-cmds.el (x-server-vendor, x-server-version):
10561 * international/fontset.el (font-encoding-charset-alist)
10562 (otf-script-alist, new-fontset, set-fontset-font)
10563 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10564 (fontset-list, query-fontset, x-get-resource):
10565 * emulation/edt.el (x-server-vendor):
10566 * emulation/edt-mapper.el (x-server-vendor):
10567 * emacs-lisp/map-ynp.el (x-popup-dialog):
10568 * emacs-lisp/lmenu.el (x-popup-dialog):
10569 * x-dnd.el (x-window-property, x-change-window-property)
10570 (x-get-selection-internal):
10571 * woman.el (x-list-fonts):
10572 * w32-fns.el (x-server-version):
10573 * tooltip.el (x-show-tip, x-hide-tip):
10574 * tool-bar.el (image-mask-p):
10575 * thumbs.el (image-size):
10576 * term.el (overflow-newline-into-fringe):
10577 * subr.el (scroll-bar-scale):
10578 * startup.el (x-get-resource, tool-bar-mode, image-size):
10579 * select.el (x-get-selection-internal, x-own-selection-internal)
10580 (x-disown-selection-internal):
10581 * mouse.el (generate-fontset-menu):
10582 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10583 * image.el (image-library-alist):
10584 * image-mode.el (image-size, image-refresh):
10585 * image-dired.el (clear-image-cache):
10586 * gs.el (x-display-mm-width, x-display-pixel-width)
10587 (x-display-mm-height, x-display-pixel-height)
10588 (x-change-window-property, x-display-grayscale-p, x-window-property):
10589 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10590 (x-focus-frame, x-list-fonts, x-display-screens)
10591 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10592 (x-display-mm-width, x-display-backing-store, x-display-save-under)
10593 (x-display-planes, x-display-color-cells, x-display-visual-class):
10594 * faces.el (internal-face-x-get-resource)
10595 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10596 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10597 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10598 (x-parse-geometry, x-create-frame, x-setup-function-keys)
10599 (tool-bar-setup):
10600 * doc-view.el (clear-image-cache, image-size, tooltip-show):
10601 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10602 * dframe.el (x-display-pixel-width, x-display-pixel-height):
10603 * descr-text.el (internal-char-font):
10604 Define for compiler, for builds without X.
10605
10606 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10609
10610 2008-06-11 Glenn Morris <rgm@gnu.org>
10611
10612 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10613 before trying to move there.
10614 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10615 is non-nil, indent most terminating statements like loop body.
10616
10617 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10618 Gregorian date, and add it, not the local date, to diary-entries-list.
10619 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10620
10621 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * progmodes/compile.el (compilation-filter): Fix up last change.
10624
10625 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10626
10627 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10628 (gpm-mouse-mode): Make it into a proper global minor mode.
10629
10630 * files.el (save-some-buffers-action-alist): Only use recursive-edit
10631 if the user enabled recursive-minibuffers.
10632
10633 * emacs-lisp/map-ynp.el (map-y-or-n-p):
10634 Add support for scroll-other-window.
10635
10636 2008-06-11 Jason Rumney <jasonr@gnu.org>
10637
10638 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10639 Use tmm-menubar if menu is disabled in this frame.
10640
10641 * menu-bar.el (menu-bar-open): Determine how to open menu bar
10642 from frame type, per documentation. Add w32 case.
10643
10644 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * minibuffer.el (completion--merge-suffix): New function.
10647 (completion-basic-try-completion): Use it.
10648 (completion-pcm--find-all-completions): Add argument `filter'.
10649 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10650 New functions.
10651 (completion-pcm-try-completion): Use them.
10652
10653 * xt-mouse.el (turn-on-xterm-mouse-tracking)
10654 (turn-off-xterm-mouse-tracking): Use terminal-list.
10655
10656 * cus-start.el (underline-minimum-offset): Rename from
10657 x-underline-minimum-display-offset.
10658
10659 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
10660
10661 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10662
10663 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * mouse.el (mouse-select-font): New function.
10666
10667 * faces.el (face-spec-recalc): When the face is set using
10668 Customize, avoid recalculating it twice.
10669
10670 * menu-bar.el (menu-set-font): New function. Bind "Set Default
10671 Font" menu item to it. Apply selected font to all frames, and
10672 make it savable.
10673 (menu-bar-options-save): Save `default' font if changed.
10674
10675 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * ffap.el (ffap-string-at-point-mode-alist):
10678 Use alpha rather than lower.
10679
10680 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10681
10682 * subr.el (momentary-string-display): Use an overlay.
10683
10684 * progmodes/compile.el (compilation-mode):
10685 Set window-point-insertion-type.
10686 (compilation-filter): Don't use insert-before-markers any more.
10687 * emacs-lisp/trace.el (trace-make-advice):
10688 Set window-point-insertion-type in the trace buffer.
10689 * startup.el (normal-top-level): Set window-point-insertion-type in
10690 *Messages*.
10691 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10692 (telnet-filter): Don't use insert-before-markers any more.
10693 * comint.el (comint-mode): Set window-point-insertion-type.
10694 (comint-output-filter): Don't use insert-before-markers any more.
10695 * button.el (make-text-button): Allow `start' to be a string.
10696
10697 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * emacs-lisp/autoload.el (autoload-rubric):
10700 Fix coding cookie not to force Unix EOL.
10701
10702 2008-06-10 Martin Rudalics <rudalics@gmx.at>
10703
10704 * window.el (window--splittable-p, window--try-to-split-window):
10705 Don't use with-selected-window to avoid messing up get-lru-window.
10706 Reported by David Hansen <david.hansen@gmx.net>.
10707
10708 2008-06-10 Glenn Morris <rgm@gnu.org>
10709
10710 * subr.el (locate-library): Doc fix.
10711
10712 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10713 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10714 Check tool-bar-map is bound, for non-X builds.
10715
10716 * net/newsticker-reader.el (newsticker--next-item-image)
10717 (newsticker--previous-item-image, newsticker--previous-feed-image)
10718 (newsticker--next-feed-image, newsticker--mark-read-image)
10719 (ewsticker--mark-immortal-image, newsticker--narrow-image)
10720 (newsticker--get-all-image, newsticker--update-image)
10721 (newsticker--browse-image): Check xpm images are available.
10722 (newsticker--mark-read-image, newsticker--mark-immortal-image)
10723 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10724
10725 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10726 (newsticker--plainview-tool-bar-map, newsticker-mode):
10727 Check tool-bar-map is bound, for non-X builds.
10728 (w3m-toggle-inline-image): Declare.
10729
10730 * net/newsticker-backend.el (tool-bar-map): Don't declare.
10731
10732 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10733
10734 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10735 (finder-compile-keywords): Move let to where needed.
10736 (finder-mouse-face-on-line): Go back one more line if needed.
10737 (finder-list-matches): Use cadr.
10738 (finder-goto-xref): New function.
10739 (finder-commentary): Add buttons to jump to foo.el libraries.
10740
10741 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * apropos.el (apropos-function, apropos-macro, apropos-command)
10744 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10745 (apropos-plist): Add apropos-short-label property.
10746 (apropos-multi-type): New variables.
10747 (apropos-command, apropos-value): Set it.
10748 (apropos-compact-layout): New custom.
10749 (apropos-print, apropos-print-doc): Use it.
10750 (apropos-print): Truncate lines.
10751
10752 2008-06-09 Kenichi Handa <handa@m17n.org>
10753
10754 * international/fontset.el (font-encoding-alist):
10755 Add an entry for "ascii-0".
10756
10757 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
10758
10759 * language/hanja-util.el (hanja-init-load): Show the message only
10760 when loading a table.
10761
10762 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10763
10764 * net/newsticker-treeview.el (newsticker-treeview):
10765 * net/newsticker-plainview.el (newsticker-plainview):
10766 Add autoload cookie.
10767
10768 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10769
10770 * net/newsticker.el: Split up into newsticker-backend, -ticker,
10771 -reader, -plainview, and -treeview.
10772 (newsticker-version): Change to 1.99.
10773
10774 * net/newsticker-backend.el: New. Move backend functionality from
10775 newsticker.el to newsticker-backend.el.
10776 (newsticker--download-logos): New.
10777 (newsticker--sentinel-callback): New.
10778 (newsticker--set-customvar): Remove. Split up into specific
10779 functions related to retrieval, ticker, buffer, and display.
10780 (newsticker--set-customvar-retrieval): New. Extracted from
10781 `newsticker--set-customvar'.
10782 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
10783 (newsticker-url-list-defaults):
10784 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10785 (newsticker-url-list): Doc changed. URL can be a function.
10786 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10787 (newsticker-retrieval-method): New.
10788 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10789 (newsticker-retrieval-interval):
10790 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10791 (newsticker-desc-comp-max): Change :group.
10792 (newsticker--cache): Doc changed.
10793 (newsticker--guid-to-string): New.
10794 (newsticker--guid): Use `newsticker--guid-to-string'.
10795 (newsticker--real-feed-name): New.
10796 (newsticker--start-feed): New. Extracted from `newsticker-start'.
10797 (newsticker-start): Use `insert-file-contents' for reading cache.
10798 Use `newsticker--start-feed'.
10799 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
10800 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10801 Use `newsticker--stop-feed'.
10802 (newsticker-save-item): New.
10803 (newsticker--get-news-by-funcall): New.
10804 (newsticker-get-news): Handle new retrieval methods.
10805 (newsticker--sentinel): Use `newsticker--sentinel-work'.
10806 (newsticker--sentinel-work): New. Extracted from
10807 `newsticker--sentinel'. Use `newsticker--download-logos',
10808 `newsticker--sentinel-callback'.
10809 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10810 (newsticker--parse-atom-1.0): Fix link determination.
10811 (newsticker--parse-rss-0.91): Fix time determination.
10812 (newsticker--parse-rss-0.92): Fix time determination.
10813 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10814 (newsticker--parse-generic-feed): New arg order in
10815 `newsticker--cache-add'.
10816 (newsticker--parse-generic-items): Fix for multiple items.
10817 New arg order in `newsticker--cache-add'.
10818 (newsticker--forget-preformatted): Check whether
10819 `newsticker--buffer-set-uptodate' is fbound.
10820 (newsticker--decode-iso8601-date): Handle fractions of seconds.
10821 (newsticker--decode-rfc822-date): Partial timezone handling.
10822 (newsticker--cache-contains): Fix guid problem.
10823 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
10824 (newsticker--cache-save): New.
10825 (newsticker--cache-update): Use temp buffer.
10826 (newsticker--stat-num-items): Allow multiple AGE args.
10827 (newsticker--stat-num-items-total): New.
10828 (newsticker--opml-import-outlines): New.
10829 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10830 (newsticker--do-run-auto-mark-filter): Doc changed.
10831 (newsticker-retrieve-random-message): New.
10832
10833 * net/newsticker-ticker.el: New. Move ticker functionality from
10834 net/newsticker.el to net/newsticker-ticker.el.
10835 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10836 `newsticker--ticker-timer'.
10837 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10838 to `newsticker--ticker-timer'.
10839 (newsticker--set-customvar-ticker): New. Extracted from
10840 `newsticker--set-customvar'.
10841 (newsticker-ticker-interval): Rename `newsticker-display-interval'
10842 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
10843 for :set. Change :group.
10844 (newsticker-scroll-smoothly): Doc changed. Change :group.
10845 (newsticker-hide-immortal-items-in-echo-area)
10846 (newsticker-hide-old-items-in-echo-area)
10847 (newsticker-hide-obsolete-items-in-echo-area):
10848 Use `newsticker--set-customvar-ticker for :set. Change :group.
10849 (newsticker-start-ticker): Rename `newsticker--display-timer' to
10850 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
10851 to `newsticker-ticker-interval'.
10852 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10853 `newsticker--ticker-timer'.
10854
10855 * net/newsticker-reader.el: New. Move reader functionality from
10856 net/newsticker.el to net/newsticker-reader.el.
10857 (newsticker--set-customvar-formatting): New. Extracted from
10858 `newsticker--set-customvar'.
10859 (newsticker-reader, newsticker-frontend): New.
10860 (newsticker-enable-logo-manipulations): Change :group.
10861 (newsticker-justification): Use `newsticker--set-customvar-formatting'
10862 for :set. Change :group.
10863 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10864 for :set. Change :group.
10865 (newsticker-html-renderer): Doc changed.
10866 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10867 (newsticker-date-format):
10868 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10869 (newsticker--insert-enclosure):
10870 Rename `newsticker--buffer-insert-enclosure' to
10871 `newsticker--insert-enclosure'. Add keymap arg.
10872 (newsticker--print-extra-elements):
10873 Rename `newsticker--buffer-print-extra-elements' to
10874 `newsticker--print-extra-elements'. Add keymap arg.
10875 (newsticker--do-print-extra-element):
10876 Rename `newsticker--buffer-do-print-extra-element' to
10877 `newsticker--do-print-extra-element'. Add keymap arg.
10878 (newsticker-show-news): Use `newsticker-frontend'.
10879
10880 * net/newsticker-plainview.el: New. Move plainview functionality
10881 from net/newsticker.el to net/newsticker-reader.el.
10882 (newsticker-plainview): New.
10883 (newsticker--set-customvar-sorting): New. Extracted from
10884 `newsticker--set-customvar'.
10885 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10886 for :set. Changed :group.
10887 (newsticker-heading-format, newsticker-item-format)
10888 (newsticker-desc-format, newsticker-statistics-format):
10889 Use `newsticker--set-customvar-formatting for :set. Change :group.
10890 (newsticker-faces): Change :group.
10891 (newsticker-default-face): Enable again.
10892 (newsticker-hide-old-items-in-newsticker-buffer)
10893 (newsticker-show-descriptions-of-new-items):
10894 Use `newsticker--set-customvar-buffer' for :set. Change :group.
10895 (newsticker-show-all-news-elements): Change :group.
10896 (newsticker-plainview-hooks): New.
10897 (newsticker-select-item-hook, newsticker-select-feed-hook)
10898 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10899 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10900 to `newsticker--plainview-tool-bar-map'.
10901 (newsticker--url-keymap): Add mouse-1 binding.
10902 (newsticker-plainview): New.
10903 (newsticker-mark-all-items-of-feed-as-read): Change doc.
10904 (newsticker--buffer-do-insert-text): Use renamed
10905 newsticker--[buffer-]insert-enclosure and
10906 newsticker--[buffer-]print-extra-elements.
10907 (newsticker--buffer-set-faces): Use newsticker-default-face.
10908
10909 * net/newsticker-treeview.el: New.
10910
10911 2008-06-08 Andreas Schwab <schwab@suse.de>
10912
10913 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10914
10915 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10916
10917 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10918 empty line.
10919
10920 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10921
10922 2008-06-08 Martin Rudalics <rudalics@gmx.at>
10923
10924 * window.el (split-height-threshold, split-width-threshold):
10925 Add choice nil.
10926 (split-window-preferred-function): Allow either nil or a function.
10927 (window--splittable-p, window--try-to-split-window):
10928 Handle changed option values.
10929
10930 (window--frame-usable-p): Handle nil argument.
10931
10932 (display-buffer): Call get-lru-window when pop-up-windows is nil
10933 and window can't be split.
10934
10935 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10938
10939 * net/tramp.el (top): Quote feature names. Remove
10940 `tramp-rfn-eshadow-setup-minibuffer' from
10941 `rfn-eshadow-setup-minibuffer-hook' when unloading.
10942 (tramp-read-passwd): There is only one call to
10943 `auth-source-user-or-password' needed. Pacify byte compiler.
10944
10945 2008-06-08 Andreas Schwab <schwab@suse.de>
10946
10947 * window.el (display-buffer): Use lru window if current window
10948 cannot be split.
10949
10950 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10951
10952 * apropos.el (apropos-library): New command and new button.
10953 (apropos-library-button): New function.
10954
10955 * apropos.el: Remove spurious * in docstrings.
10956 (apropos-label-face): Use variable pitch.
10957 (apropos-print): Use dolist and with-current-buffer.
10958 (apropos-print-doc): Use when.
10959
10960 * window.el (special-display-p, display-buffer):
10961 Fix up C->Elisp transcription error.
10962
10963 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10966 (byte-compile-file): Initialize it.
10967 (byte-compile-nogroup-warn): Keep track of the current group.
10968
10969 2008-06-08 Glenn Morris <rgm@gnu.org>
10970
10971 * Makefile.in (compile, compile-always, bootstrap-prepare):
10972 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10973
10974 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
10975
10976 * language/hanja-util.el (hanja-init-load): Use a char-table for
10977 hanja-table.
10978 (hangul-to-hanja-char): Adjust for the above change.
10979
10980 2008-06-07 Glenn Morris <rgm@gnu.org>
10981
10982 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10983 lm-keywords.
10984
10985 * mail/sendmail.el (mail-interactive): Add :version.
10986
10987 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10988 obsolete alias.
10989
10990 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10991 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10992 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10993 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10994 * eshell/esh-util.el, international/mule-cmds.el:
10995 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10996 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10997 Remove unnecessary eval-when-compiles and eval-and-compiles.
10998
10999 * Makefile.in (bootstrap-clean): Run autogen-clean.
11000 (maintainer-clean): No need to run autogen-clean now it is included in
11001 bootstrap-clean.
11002
11003 2008-06-06 Miles Bader <miles@gnu.org>
11004
11005 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
11006
11007 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
11010 longlines mode.
11011
11012 * replace.el (replace-search-function)
11013 (replace-re-search-function): New vars.
11014 (perform-replace): Use them.
11015
11016 * longlines.el (longlines-re-search-forward): New function.
11017 (longlines-mode): Bind replace-search-function and
11018 replace-re-search-function, to ensure that replacement commands
11019 treat newlines as spaces.
11020 (longlines-show-effect): Default to a pilcrow sign.
11021
11022 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * help.el (function-called-at-point):
11025 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
11026 even when calling find-tag-default.
11027
11028 2008-06-06 Daniel Colascione <danc@merrillpress.com>
11029
11030 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
11031 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
11032 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
11033 (nxml-fontify-buffer, nxml-do-fontify):
11034 Remove obsolete variables and functions.
11035 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
11036 (nxml-degrade, nxml-after-change, nxml-after-change1)
11037 (nxml-extend-region, nxml-extend-after-change-region)
11038 (nxml-extend-after-change-region1, nxml-fontify-matcher)
11039 (nxml-toggle-char-ref-extra-display): Use font-lock, and
11040 font-lock-extend-region-functions in particular, to fontify
11041 nxml-mode buffers.
11042 (nxml-debug-region): New debugging helper function.
11043
11044 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
11045 (nxml-scan-after-change, nxml-move-tag-backwards):
11046 Adapt for font-lock changes.
11047
11048 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
11049 (nxml-debug-set-inside, nxml-debug-clear-inside):
11050 New debugging functions.
11051 (nxml-with-degradation-on-error): New helper macro.
11052
11053 2008-06-06 Martin Rudalics <rudalics@gmx.at>
11054
11055 * window.el (display-buffer): Remove dead call to get-lru-window.
11056
11057 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * mail/sendmail.el (mail-interactive): Change default.
11060
11061 2008-06-05 John Paul Wallington <jpw@pobox.com>
11062
11063 * bindings.el (completion-ignored-extensions):
11064 Add .p64fsl, .d64fsl, and .dx64fsl.
11065
11066 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * ffap.el (ffap-prompter): Don't use the region.
11069
11070 2008-06-05 Sam Steingold <sds@gnu.org>
11071
11072 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
11073 subdirectory to be registered.
11074
11075 2008-06-05 Martin Rudalics <rudalics@gmx.at>
11076
11077 * window.el (display-buffer-function, special-display-p)
11078 (special-display-buffer-names, special-display-regexps)
11079 (special-display-function, same-window-p, same-window-buffer-names)
11080 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
11081 (pop-up-frame-function, pop-up-windows, even-window-heights)
11082 (split-window-preferred-function, split-height-threshold)
11083 (window--display-buffer-1, display-buffer, pop-to-buffer):
11084 Move from window.c and buffer.c.
11085 (window--splittable-p, window--try-to-split-window)
11086 (window--frame-usable-p, window--display-buffer-2)
11087 (window--even-window-heights): New functions.
11088 (split-width-threshold): New option.
11089 (split-window-preferred-horizontally): Remove.
11090
11091 * cus-start.el: Remove corresponding declarations.
11092
11093 2008-06-05 Sam Steingold <sds@gnu.org>
11094
11095 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
11096 an error on modified buffers.
11097
11098 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * progmodes/etags.el (tags-verify-table): Be careful to use and update
11101 tags-file-name and tags-table-list from the right buffer.
11102 (tags-table-check-computed-list, tags-table-extend-computed-list)
11103 (find-tag-noselect): Use with-current-buffer.
11104
11105 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
11106 Use print-circle.
11107
11108 * minibuffer.el (minibuffer-local-must-match-filename-map):
11109 Declare obsolete alias for the old name.
11110
11111 * abbrev.el (unexpand-abbrev): Better preserve markers.
11112
11113 2008-06-05 Glenn Morris <rgm@gnu.org>
11114
11115 * emacs-lisp/autoload.el (autoload-rubric): New function,
11116 extracted from autoload-ensure-default-file.
11117 (autoload-ensure-default-file): Use autoload-rubric.
11118
11119 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
11120 (custom-dependencies-no-scan-regexp): New variable.
11121 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
11122 Don't scan files matching custom-dependencies-no-scan-regexp.
11123 Disable undo in the output buffer. Remove kept-new-versions wackiness.
11124
11125 * finder.el (finder-headmark): Initialize and add doc string.
11126 (generated-finder-keywords-file): Doc fix.
11127 (finder-no-scan-regexp): New variable.
11128 (finder-compile-keywords): Use a single let binding.
11129 Disable undo in the output buffer. Use autoload-rubric.
11130 Use mapc rather than mapcar. Don't scan files matching
11131 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
11132 rather than concat. Use directory-files to do regexp matching.
11133 No need to require jka-compr.
11134 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
11135 (finder-list-matches): Disable undo.
11136 (finder-commentary): Use let rather than let*. Disable undo.
11137 (finder-current-item): Use zerop.
11138 (finder-mode): Use define-derived-mode.
11139 (finder-exit): Doc fix. Use dolist.
11140
11141 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
11142 (custom-deps): Don't require $(lisp)/cus-load.el.
11143 (custom-deps, finder-data): Don't depend on autoloads.
11144 Should not be needed now, and doing so was causing make install to
11145 re-dump emacs post-bootstrap.
11146 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
11147 mid-build forces some things to be rebuilt.
11148
11149 2008-06-05 Miles Bader <miles@gnu.org>
11150
11151 * face-remap.el
11152 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
11153 (face-remap-remove-relative): Renamed from
11154 `remove-relative-face-remapping'.
11155 (face-remap-reset-base): Renamed from
11156 `set-default-base-face-remapping'.
11157 (face-remap-set-base): Renamed from `set-base-face-remapping'.
11158 (text-scale-increase): Renamed from `increase-buffer-face-height'.
11159 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
11160 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
11161
11162 * face-remap.el (variable-pitch-mode): Autoload.
11163
11164 2008-06-04 Sam Steingold <sds@gnu.org>
11165
11166 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
11167 Generate extra status headers for a Mercurial tree.
11168
11169 2008-06-04 John Paul Wallington <jpw@pobox.com>
11170
11171 * echistory.el (electric-history-map): Define within defvar.
11172 Add docstring.
11173
11174 * font-lock.el (font-lock-turn-off-thing-lock)
11175 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
11176 Use `bound-and-true-p'.
11177 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
11178 Doc fixes.
11179
11180 * international/ccl.el (define-ccl-program): Add `doc-string'
11181 declaration.
11182
11183 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
11184
11185 * face-remap.el (variable-pitch-mode): Reflow docstrings.
11186 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
11187
11188 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
11189
11190 * emacs-lisp/rx.el (rx): Doc fix.
11191
11192 2008-06-04 Markus Triska <markus.triska@gmx.at>
11193
11194 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
11195
11196 2008-06-04 Miles Bader <miles@gnu.org>
11197
11198 * face-remap.el (adjust-buffer-face-height): New function.
11199 Add autoloaded keybindings in ctl-x-map.
11200 (increase-buffer-face-height, decrease-buffer-face-height):
11201 Simplify interactive spec to just "p". Remove autoloaded keybindings.
11202
11203 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
11204
11205 * simple.el (line-move-1): If we did not move as far as desired,
11206 ensure that point-left and point-entered hooks are called.
11207
11208 2008-06-03 Sam Steingold <sds@gnu.org>
11209
11210 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
11211
11212 2008-06-03 John Paul Wallington <jpw@pobox.com>
11213
11214 * progmodes/make-mode.el (makefile-cleanup-continuations)
11215 (makefile-warn-suspicious-lines, makefile-warn-continuations):
11216 Use `derived-mode-p'.
11217
11218 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
11221 (ELCFILES): Update.
11222
11223 2008-06-03 Miles Bader <miles@gnu.org>
11224
11225 * face-remap.el: New file.
11226 * Makefile.in (ELCFILES): Add face-remap.elc.
11227
11228 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * progmodes/flymake.el (flymake-process-filter): Make sure the source
11231 buffer isn't dead.
11232
11233 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
11234 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
11235 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
11236 * obsolete/auto-show.el, obsolete/hscroll.el:
11237 Remove packages that were obsolete in Emacs-20, or that were obsolete
11238 in Emacs-21 and do not contain any more code.
11239
11240 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11241 vc-client-mode is not set.
11242
11243 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11244 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11245
11246 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11247 yet a bit more clever at distinguishing / from /.
11248
11249 2008-06-03 Kenichi Handa <handa@m17n.org>
11250
11251 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11252
11253 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
11254
11255 * language/hanja-util.el: New file.
11256
11257 2008-06-03 Glenn Morris <rgm@gnu.org>
11258
11259 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
11260 Check that end-of-word follows "type".
11261
11262 2008-06-02 Daiki Ueno <ueno@unixuser.org>
11263
11264 * epa-file.el (epa-file-write-region): Write the entire buffer
11265 content if START is nil.
11266
11267 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
11268
11269 * select.el (x-get-selection): Fix typo.
11270
11271 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
11272
11273 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
11274 (describe-char): Use `looking-at-p', `string-match-p' when possible.
11275
11276 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 * tar-mode.el (tar-header-block-summarize): Ensure one space around
11279 user&group.
11280
11281 2008-05-31 John Paul Wallington <jpw@pobox.com>
11282
11283 * help-fns.el (describe-variable-custom-version-info):
11284 Handle dotted `package-version' info.
11285
11286 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
11287
11288 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
11289
11290 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
11293 names and improve support for unregistered files.
11294
11295 2008-05-31 Glenn Morris <rgm@gnu.org>
11296
11297 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11298 Remove shell variable `elc'. Split tests to hopefully be more portable.
11299 Fix `sel' assignment.
11300
11301 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
11302
11303 * minibuffer.el (completion-table-dynamic): Doc fix.
11304
11305 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11308 Try and return `unregistered' when applicable.
11309
11310 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11311 Don't encourage naming variables with "-flag".
11312
11313 2008-05-30 Glenn Morris <rgm@gnu.org>
11314
11315 * Makefile.in (update-elclist): Hide the warning when it does not apply,
11316 make it milder when it does.
11317 (autogen-clean): New target.
11318 (maintainer-clean): Use autogen-clean.
11319
11320 * calendar/diary-lib.el (diary-display-function): New name for
11321 diary-display-hook. Keep old name as obsolete alias. Doc fix.
11322 Change custom type and version.
11323 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11324 (diary-fancy-display): Doc fixes.
11325 (diary-list-entries, diary-include-other-diary-files)
11326 (diary-mail-entries):
11327 Use diary-display-function rather than diary-display-hook.
11328
11329 * calendar/appt.el (appt-check): Use diary-display-function rather than
11330 diary-display-hook.
11331 * calendar/cal-x.el (calendar-dedicate-diary): Update for
11332 diary-display-function replacing diary-display-hook.
11333 * org/org-agenda.el (org-get-entries-from-diary): Also set
11334 diary-display-function.
11335
11336 * calendar/cal-html.el (cal-html-list-diary-entries):
11337 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11338 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11339 argument of diary-list-entries rather than setting diary-display-hook.
11340
11341 2008-05-30 Kenichi Handa <handa@m17n.org>
11342
11343 * international/mule-conf.el (utf-8-with-signature): Renamed from
11344 utf-8-sig.
11345 (utf-8-auto): Adjusted for the above change.
11346
11347 * international/mule-diag.el (describe-font): Don't check fontset
11348 here, and just call font-info. Get the default font by from the
11349 default face.
11350
11351 2008-05-29 Kenichi Handa <handa@m17n.org>
11352
11353 * international/mule-conf.el (utf-8-sig, utf-8-auto):
11354 New coding systems.
11355
11356 * international/mule.el (define-coding-system): Accept :bom for utf-8.
11357
11358 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
11359
11360 * international/utf-7.el (utf-7-encode): Use the right escape char
11361 depending on imap/nonimap encoding.
11362
11363 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11366
11367 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
11368
11369 * icomplete.el (icomplete-prospects-height): Add :group.
11370
11371 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * icomplete.el (icomplete-prospects-length): Make obsolete.
11374 (icomplete-prospects-height): New var.
11375 (icomplete-completions): Use it.
11376
11377 2008-05-29 David Kastrup <dak@gnu.org>
11378
11379 * autoinsert.el (auto-insert): Add :link.
11380
11381 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * tar-mode.el (tar-header): New field `header-start'.
11384 (tar-header-block-tokenize): Set it when useful.
11385 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11386 (tar-header-data-end): New function.
11387 (tar-summarize-buffer): Use it.
11388 (tar-next-line): Fix goal column for long usernames.
11389 (tar-expunge-internal): Use header-start.
11390 (tar-rename-entry): Handle ustar-style long names.
11391 (tar-alter-one-field): Add optional `descriptor' argument.
11392 (tar-subfile-save-buffer): Use it.
11393
11394 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11395
11396 * tar-mode.el (tar-header): New field `header-start'.
11397 (tar-header-block-tokenize): Set header-start for longlink entries.
11398 (tar-expunge-internal): Use header-start to expunge longlink entries.
11399
11400 * files.el (hack-local-variables): Don't signal an error if the local
11401 variable section is not properly terminated.
11402
11403 * emacs-lisp/easymenu.el (easy-menu-convert-item)
11404 (easy-menu-convert-item-1): Move the duplicate-generation outside of
11405 the caching so it also works for identical entries.
11406
11407 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11408 (tar-mode): Use write-region-annotate-functions rather than
11409 write-contents-functions.
11410 (tar-extract): Remove unused var `pos'.
11411 (tar-subfile-save-buffer): Remove unused var `following-descs'.
11412 (tar-mode-write-file): Remove.
11413 (tar-write-region-annotate): New function.
11414
11415 * progmodes/flymake.el (flymake-save-buffer-in-file):
11416 * shadowfile.el (shadow-copy-file):
11417 * arc-mode.el (archive-*-write-file-member):
11418 * files.el (diff-buffer-with-file):
11419 * subr.el (with-temp-file): Pass nil to write-region.
11420 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11421
11422 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11423 the custom.
11424
11425 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11426 to write-region.
11427
11428 2008-05-28 Glenn Morris <rgm@gnu.org>
11429
11430 * Makefile.in (update-elclist): Work around non-portability of "\"
11431 in various implementations of echo.
11432
11433 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * international/mule-diag.el (describe-current-coding-system):
11436 Don't assume selection-coding-system is always defined.
11437
11438 * tar-mode.el: Use defstruct and markers.
11439 (tar-setf): Remove.
11440 (tar-header): Use defstruct. Add `data-start' field.
11441 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11442 (tar-desc-data-start): Remove (now called tar-header-data-start).
11443 (tar-roundup-512): New fun.
11444 (tar-header-block-tokenize): Receive a buffer position rather than
11445 a string. Handle @longLink here, be more careful about it.
11446 Create a marker for data-start.
11447 (tar-summarize-buffer): Don't handle @LongLink here any more.
11448 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11449 data-start on the following entries any more.
11450 (tar-chown-entry, tar-chgrp-entry): Use read-number.
11451
11452 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11453 (tar-header-offset): Remove.
11454 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11455 Not permanent any more.
11456 (tar-data-buffer): New var.
11457 (tar-data-swapped-p, tar-change-major-mode-hook)
11458 (tar-mode-kill-buffer-hook): New funs.
11459 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11460 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11461 (tar-clear-modification-flags, tar-alter-one-field)
11462 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11463 Change accordingly.
11464
11465 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
11466
11467 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11468 (vc-dir-resynch-file): ... this. Update callers.
11469 Use vc-string-prefix-p. Ignore directory args.
11470 (vc-string-prefix-p): CSE.
11471 (vc-resynch-buffer): Restore conditional.
11472
11473 * vc-hooks.el (vc-after-save): Improve test.
11474 (vc-mode-line): Fix indentation.
11475
11476 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * calendar/parse-time.el (parse-time-months)
11479 (parse-time-weekdays): Add long-form month and day names.
11480
11481 2008-05-27 Glenn Morris <rgm@gnu.org>
11482
11483 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11484
11485 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * vc-dispatcher.el (vc-string-prefix-p): New function.
11488 (vc-dir-parent-marked-p): Use it.
11489
11490 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
11491
11492 * vc.el (Problems): Remove fixed issues.
11493 (vc-expand-dirs): Avoid returning directories.
11494 (vc-dir): Fix C-x v v binding.
11495 (vc-make-backend-object): Fix name.
11496 (vc-dir-show-fileentry): Fix docstring.
11497 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
11498 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
11499 Reset the state for directories.
11500 (vc-dir-headers): Align labels.
11501 (vc-default-status-printer): Do no call prettify-state-info.
11502 (vc-deduce-fileset): Replace implementation with one based on a
11503 working older version.
11504 (vc-next-action): Use the new form of vc-deduce-fileset.
11505 Fix dealing with unregistered files.
11506
11507 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11508 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11509 (vc-dir-child-files): New function.
11510 (vc-dir-node-directory): New function.
11511 (vc-dir-update, vc-dir-parent-marked-p)
11512 (vc-dir-children-marked-p, vc-dir-mark-all-files)
11513 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11514
11515 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11516
11517 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11520 (diff-font-lock-keywords, diff-context->unified)
11521 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11522 (diff-hunk-text, diff-find-source-location): Use it.
11523 (diff-post-command-hook): Let the user edit the hunk headers.
11524
11525 2008-05-26 Andreas Schwab <schwab@suse.de>
11526
11527 * vc.el (vc-default-prettify-state-info): Fix formatting of an
11528 unknown state.
11529
11530 * tar-mode.el (tar-summarize-buffer): Comment fix.
11531
11532 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11535
11536 2008-05-26 Glenn Morris <rgm@gnu.org>
11537
11538 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11539
11540 2008-05-25 John Paul Wallington <jpw@pobox.com>
11541
11542 * proced.el (proced-next-line, proced-previous-line):
11543 Avoid calling `next-line' and `previous-line' from Lisp code.
11544
11545 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
11546
11547 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11548 Use diary-ordinal-suffix.
11549
11550 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
11551
11552 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11553 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11554 (edebug-save-displayed-buffer-points, edebug-initial-mode)
11555 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11556 (edebug-print-length, edebug-print-level, edebug-print-circle)
11557 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11558 (edebug-global-break-condition, edebug-sit-for-seconds):
11559 Remove spurious * from defcustom docstrings.
11560 (edebug-unwrap*, edebug-signal, edebug-eval-display):
11561 Improve argument/docstring consistency.
11562 (edebug-test-coverage, edebug-gensym, edebug-read)
11563 (edebug-top-level-nonstop, edebug-eval-result-list)
11564 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11565 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11566 (edebug-display-freq-count): Reflow docstrings.
11567 (edebug-restore-status): Doc fix.
11568
11569 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * proced.el (proced-header-line): Use the :align-to 0 feature
11572 rather than computing the corresponding position manually.
11573 (proced-update): Don't hardcode point-min==1.
11574
11575 2008-05-24 Alan Mackenzie <acm@muc.de>
11576
11577 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11578 if c-file-style is set to a non-string.
11579
11580 (c-neutralize-CPP-line): Surround by `save-excursion'.
11581 (c-neutralize-syntax-in-CPP): Optimize for speed.
11582
11583 2008-05-24 Glenn Morris <rgm@gnu.org>
11584
11585 * Makefile.in (update-elclist): New target, to update ELCFILES.
11586 (bootstrap-after): Run update-elclist.
11587
11588 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
11589
11590 * icalendar.el (icalendar-version): Increase to "0.19".
11591 (icalendar--date-style): New function.
11592 (icalendar--datetime-to-diary-date): Doc fix.
11593 Use icalendar--date-style.
11594 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
11595 (icalendar--convert-yearly-to-ical)
11596 (icalendar--convert-recurring-to-diary): Handle iso date style,
11597 use icalendar-date-style.
11598
11599 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
11600
11601 * vc.el (vc-delete-file): Make sure the buffer is deleted and
11602 vc-dir buffers are updated.
11603
11604 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * vc.el (vc-delete-file): Don't try to resynch the buffer.
11607
11608 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
11609
11610 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11611 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11612 (reftex-extra-bindings): Use it.
11613
11614 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11615 away from the user-reserved keys.
11616
11617 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11618 New vars.
11619 (ada-create-keymap): Use them.
11620
11621 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11624 a properly-grouped regexp.
11625
11626 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
11627
11628 * progmodes/cap-words.el (capitalized-words-mode):
11629 Fix typos in docstring.
11630
11631 2008-05-23 Kenichi Handa <handa@m17n.org>
11632
11633 * international/mule-conf.el: Don't define the charset `emacs'
11634 here, just put :docstring, :short-name, and :long-name.
11635
11636 2008-05-22 Kenichi Handa <handa@m17n.org>
11637
11638 * international/mule-diag.el (font-show-log): Limit each listing
11639 to 20 items.
11640
11641 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
11642
11643 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11644 (gdb-annotation-rules): New entry for "thread-changed".
11645 (gdb-thread-changed): New function.
11646
11647 2008-05-23 Glenn Morris <rgm@gnu.org>
11648
11649 * Makefile.in (SOURCES): Remove, unused.
11650 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11651 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11652 Exclude more '*loaddefs' files.
11653 (compile-always): Simplify '.elc' deletion.
11654
11655 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11658 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11659
11660 * minibuffer.el (completion-boundaries): Change calling
11661 convention, so `string' has the same semantics as in
11662 try-completion and all-completions.
11663 (completion-table-with-context, completion--embedded-envvar-table)
11664 (completion--file-name-table)
11665 (completion-pcm--find-all-completions): Adjust code accordingly.
11666
11667 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
11668
11669 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11670 prune image-mode-winprops-alist, preventing it from growing
11671 indefinitely.
11672 (image-mode-reapply-winprops): Use it.
11673
11674 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
11675
11676 * net/netrc.el (netrc-machine): Always match if the port is not given.
11677
11678 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * minibuffer.el (completion-pcm--find-all-completions):
11681 Don't add pseudo-completions.
11682
11683 * icomplete.el (icomplete-eoinput): Remove.
11684 (icomplete-overlay): New var to replace it.
11685 (icomplete-tidy): Rewrite.
11686 (icomplete-exhibit): Use an overlay.
11687 (icomplete-completions): Use completion-all-sorted-completions.
11688 Obey completion-ignore-case.
11689
11690 * files.el (locate-dominating-file): Accept non-existing argument.
11691 (project-find-settings-file): Rewrite, using locate-dominating-file.
11692
11693 2008-05-22 Kenichi Handa <handa@m17n.org>
11694
11695 * faces.el (font-weight-table, font-slant-table, font-width-table):
11696 Delete them. Don't call internal-set-font-style-table.
11697
11698 * international/mule-diag.el (font-show-log): New function.
11699
11700 * international/fontset.el (script-representative-chars): Add more
11701 chars for latin. Add data for symbol.
11702 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11703
11704 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * minibuffer.el (completion-all-sorted-completions): New var.
11707 (completion--flush-all-sorted-completions)
11708 (completion-all-sorted-completions): New functions.
11709 (minibuffer-force-complete): New command.
11710
11711 2008-05-21 Glenn Morris <rgm@gnu.org>
11712
11713 * files.el (c-postprocess-file-styles): Declare for compiler.
11714
11715 * Makefile.in: Allow for parallel byte-compiling.
11716 (ELCFILES): New variable.
11717 (.el.elc): Remove prerequisites from suffix rule. Print a message.
11718 (compile-first, compile-main, compile-last): New targets.
11719 (compile-always): Simplify - delete .elc files, then `make compile'.
11720
11721 * Makefile.in (compile-calc): Use glob rather than find.
11722 ($(lisp)/progmodes/cc-mode.elc): Use $@.
11723
11724 * eshell/esh-module.el: No need for cl when compiling.
11725
11726 * eshell/eshell.el (eshell-defgroup): New alias.
11727 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11728 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11729 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11730 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11731 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11732 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11733 Autoload the custom group. Set generated-autoload-file.
11734 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11735 for eshell-defgroup.
11736 * eshell/esh-module.el (eshell-load-defgroups): Remove.
11737 Require esh-groups rather than loading it.
11738
11739 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11740
11741 * proced.el (proced-header-line): New variable and new function.
11742 (proced-mode): Set header-line-format.
11743 (proced-update): Set proced-header-line.
11744 (proced-send-signal): Use proced-header-line.
11745
11746 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * macros.el (insert-kbd-macro): Use prin1-char.
11749
11750 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * minibuffer.el (completion-boundaries): New function.
11753 (completion--some): Delay errors.
11754 (complete-with-action, completion-table-with-context):
11755 Handle `boundaries' case.
11756 (completion--try-word-completion): Avoid partial-completion
11757 when the user hasn't entered anything yet.
11758 (minibuffer-local-map, minibuffer-local-filename-completion-map)
11759 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11760 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11761 Setup default keybindings.
11762 (completion--embedded-envvar-re): New var.
11763 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
11764 (completion--file-name-table): Handle `boundaries' case.
11765 (completion-pcm--pattern->regex): Avoid pathological backtracking.
11766 (completion-pcm--all-completions): Add a `prefix' arg.
11767 (completion-pcm--find-all-completions): New function.
11768 (completion-pcm-all-completions, completion-pcm-try-completion):
11769 Use it.
11770
11771 * icomplete.el (icomplete-completions): Don't use `predicate' with
11772 a table of a different type than `candidates'.
11773
11774 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11775
11776 * proced.el (proced-goal-column): Rename from proced-procname-column.
11777 (proced-goal-header-re): Rename from proced-procname-column-regexp.
11778 (proced-move-to-goal-column): Rename from proced-move-to-procname.
11779 (proced-header-face, proced-header-regexp): Remove.
11780 (proced-font-lock-keywords): Remove proced-header-face.
11781 (proced-header-alist, proced-sorting-schemes-re): New variables.
11782 (proced): Rename Proced buffer to *Proced*.
11783 (proced-next-line, proced-previous-line): New commands.
11784 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11785 (proced-hide-processes): Do not treat first line as special.
11786 (proced-header-space): New function.
11787 (proced-update): Use header-line-format.
11788 Initialize proced-header-alist and proced-sorting-schemes-re.
11789 Set proced-goal-column. Include proced-command in mode-name.
11790 (proced-send-signal): Use header-line-format for *Marked
11791 Processes* buffer.
11792 (proced-sort): Restrict minibuffer completion to applicable
11793 sorting schemes.
11794 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11795
11796 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * icomplete.el (icomplete-simple-completing-p):
11799 Allow icomplete-with-completion-tables to say "use it everywhere".
11800 (icomplete-completions): Obey completion-styles. Try to accommodate
11801 partial-completion style.
11802
11803 2008-05-20 Michael Olson <mwolson@gnu.org>
11804
11805 * files.el (project-find-settings-file): Change concat to
11806 expand-file-name.
11807
11808 2008-05-19 Tom Tromey <tromey@redhat.com>
11809
11810 * files.el (normal-mode): Call hack-project-variables.
11811 (hack-local-variables-confirm): Add 'project' argument.
11812 (hack-local-variables-apply): New function.
11813 (hack-local-variables): Use it.
11814 (project-class-alist, project-directory-alist): New variables.
11815 (project-get-alist): New function.
11816 (project-collect-bindings-from-alist)
11817 (project-collect-binding-list, set-directory-project)
11818 (project-find-settings-file, project-define-from-project-file)
11819 (hack-project-variables): New functions.
11820
11821 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11824
11825 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
11826
11827 * faces.el (font-weight-table): Fix typo in docstring.
11828
11829 2008-05-18 David Hull <david@snap.com> (tiny change)
11830
11831 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11832 (vc-hg-annotate-command): Allow white space before version number.
11833
11834 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11835
11836 * calc/calc-yank.el (calc-register-alist): New variable.
11837 (calc-set-register, calc-get-register, calc-copy-to-register)
11838 (calc-insert-register, calc-add-to-register, calc-append-to-register)
11839 (calc-prepend-to-register): New functions.
11840
11841 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11842 `calc-copy-to-register' and `calc-insert-register'.
11843 Autoload new register functions.
11844
11845 * calc/calc-help.el (calc-r-prefix-help): Add help for register
11846 functions.
11847
11848 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
11849
11850 * vc.el (Todo): Add known problems.
11851 (vc-dir-backend): New variable.
11852 (vc-dir): Set it.
11853 (vc-make-backend-object, vc-generic-status-printer)
11854 (vc-generic-state, vc-generic-status-fileinfo-extra)
11855 (vc-dir-extra-menu): Use it.
11856 (vc-generic-dir-headers): Remove, unused.
11857
11858 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11859 vc-dir-prev-directory for consistency with vc-dir-previous-line.
11860 (vc-dir-mode-map): Fix bindings.
11861
11862 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11863
11864 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11865
11866 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11867 operated on.
11868 (calc-kill-region): Kill entire lines.
11869
11870 2008-05-17 Glenn Morris <rgm@gnu.org>
11871
11872 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11873 simplify initial value.
11874 (defezimage): Drop support for Emacs without defimage, use a featurep
11875 test rather than fboundp when defining, drop with-no-warnings.
11876 (ezimage-insert-over-text): Move featurep test inside
11877 add-text-properties.
11878
11879 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11880
11881 * net/tramp.el (top-level): Load auth-source when compiling.
11882
11883 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11884
11885 2008-05-17 Andreas Schwab <schwab@suse.de>
11886
11887 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11888
11889 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
11890
11891 * vc.el (vc-annotate-show-diff-revision-at-line): Change
11892 vc-diff-internal arg to match what vc-deduce-fileset returns now.
11893
11894 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11895
11896 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11897
11898 2008-05-17 Jim Meyering <meyering@redhat.com>
11899
11900 * ido.el (ido-save-history): Do not emit a trailing newline at the
11901 end of the ido history file.
11902
11903 2008-05-16 John Paul Wallington <jpw@pobox.com>
11904
11905 * vc-dispatcher.el (top-level): Revert previous change: require cl
11906 when compiling.
11907
11908 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11909
11910 * vc.el (vc-default-status-printer)
11911 (vc-default-prettify-state-info): Enhance the state prettyprinter
11912 to deal better with unknown states and indirect through it when
11913 painting vc-dir buffers.
11914
11915 2008-05-16 John Paul Wallington <jpw@pobox.com>
11916
11917 * vc-dispatcher.el (top-level): Don't require cl when compiling.
11918 (vc-dir-mode-map): Fix backquote.
11919 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
11920
11921 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
11922
11923 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11924 Reported by Glenn Morris <rgm@gnu.org>.
11925
11926 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11927
11928 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11929 the end of the file, it was good work at one time but has been
11930 stale since 1995 and may now be actively misleading.
11931 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11932 CVS repository and module (assumptions for the latter a bit iffy).
11933 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11934 SVN repository.
11935
11936 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
11937
11938 * vc-rcs.el (vc-rcs-create-tag):
11939 * vc-sccs.el (vc-sccs-create-tag):
11940 Fix typo in error message and pass backend arg.
11941
11942 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
11943
11944 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11945
11946 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11947
11948 * net/tramp.el: Load auth-source library.
11949 (tramp-read-passwd): Use it for password, not login.
11950
11951 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
11952
11953 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11954 (ses-print-cell): Use string-width, truncate-string-to-width,
11955 delete-region rather than length, substring, delete-char.
11956 (ses-setup): Set inhibit-point-motion-hooks to t.
11957 Calculate position by actually moving point rather than just using
11958 unibyte character length.
11959 (ses-mode): Set indent-tabs-mode to nil.
11960 (ses-center): Use string-width rather than length.
11961
11962 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
11963
11964 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11965 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11966 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11967 vc-*-create-tag and vc-*-retrieve-tag respectively.
11968
11969 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11970 unneeded defalias.
11971
11972 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11973
11974 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11975 about buffer names.
11976
11977 2008-05-15 Glenn Morris <rgm@gnu.org>
11978
11979 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11980
11981 * org/org-exp.el (org-infojs-options-inbuffer-template):
11982 Fix declaration.
11983
11984 * progmodes/cc-mode.el (declare-function): Add compat definition.
11985 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11986
11987 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11988
11989 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11990 list to a cons so the caller can get back both expanded and
11991 unexpanded filesets.
11992 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11993 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11994 Change handling of selection-set returns as required.
11995
11996 2008-05-15 John Paul Wallington <jpw@pobox.com>
11997
11998 * add-log.el (top-level): Don't require cl when compiling.
11999
12000 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
12001 (archive-*-extract): Use `zerop'.
12002 (archive-*-write-file-member): Use `or', use `zerop'.
12003
12004 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
12005
12006 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
12007 (ibuffer-mark-interactive, ibuffer-set-mark)
12008 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
12009 (ibuffer-map-lines, ibuffer-switch-format)
12010 (ibuffer-update-title-and-summary)
12011 (ibuffer-redisplay-engine): Use it.
12012
12013 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
12014 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
12015 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
12016 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
12017 (ibuffer-mark-read-only-buffers)
12018 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
12019
12020 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
12021 (define-ibuffer-column, define-ibuffer-sorter)
12022 (define-ibuffer-op, define-ibuffer-filter): Add declarations
12023 containing indentation specs, replacing equivalent top-level
12024 forms that set `lisp-indent-function' properties.
12025 (define-ibuffer-op): Use `derived-mode-p'.
12026 (define-ibuffer-filter): Remove redundant `concat' call.
12027
12028 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
12029
12030 * net/tramp.el (tramp-echo-mark): Update docstring.
12031 (tramp-echo-mark-marker): New defconst.
12032 (tramp-check-for-regexp): Use it.
12033
12034 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
12035
12036 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
12037 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
12038 as parent.
12039
12040 2008-05-14 John Paul Wallington <jpw@pobox.com>
12041
12042 * international/mule.el (convert-define-charset-argument):
12043 Remove period from end of error message.
12044 (coding-system-mnemonic): Doc fix.
12045 (ctext-pre-write-conversion): Doc fix.
12046
12047 2008-05-14 Simon Marshall <simon@gnu.org>
12048
12049 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
12050 from its default value and give it the risky-local-variable
12051 property (CVE-2008-2142).
12052
12053 2008-05-14 Kenichi Handa <handa@m17n.org>
12054
12055 * language/korean.el ("Korean"): Set `iso639-language'
12056 property to `ko'.
12057
12058 * language/japanese.el ("Japanese"): Set `iso639-language'
12059 property to `ja'.
12060
12061 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12062 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
12063 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
12064
12065 * international/mule-cmds.el (set-language-environment):
12066 Set current-iso639-language.
12067
12068 * international/fontset.el (setup-default-fontset): For kana, han,
12069 hangul, and cjk-misc, move an entry with font-spec at the end.
12070 (generate-fontset-menu): Exclude fontset-auto* from the list.
12071
12072 * composite.el (compose-chars-after): Assume that WINDOW is always
12073 non-nil.
12074
12075 * faces.el (font-weight-table, font-slant-table)
12076 (font-swidth-table): Declare them by defconst. Change the format
12077 of elements. Call internal-set-font-style-table after their
12078 declaration.
12079 (face-valid-attribute-values): Call font-family-list. Get values
12080 for width, weight, and slant from font-xxx-table.
12081
12082 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
12083
12084 2008-05-13 John Paul Wallington <jpw@pobox.com>
12085
12086 * ibuffer.el (ibuffer-buffer-file-name): New function.
12087 (define-ibuffer-column filename): Use it.
12088
12089 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
12090
12091 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * talk.el (talk): Simplify. Pass display arg to talk-add-display
12094 as a string.
12095 (talk-add-display): Simplify. Accept only string args.
12096
12097 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
12098
12099 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
12100
12101 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * Makefile.in (bootstrap-prepare): Don't chmod files.
12104 (autoloads): Do it here instead, where it's actually needed.
12105
12106 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
12107
12108 * tool-bar.el (tool-bar-make-keymap): Account for the optional
12109 KEY-BINDING-DATA field in menu-item list.
12110
12111 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * dired.el (dired-read-dir-and-switches): Move things about to use less
12114 recursion during macroexpansion.
12115
12116 * dired.el (dired-read-dir-and-switches): Use read-file-name.
12117
12118 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
12119 completion-ignored-extension directories if there's something else.
12120 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
12121 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
12122 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
12123 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
12124 buffer-read-only -> inhibit-read-only.
12125
12126 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
12127
12128 * vc.el (vc-expand-dirs): Stop this function from tossing out
12129 explicitly specified files.
12130
12131 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12132
12133 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
12134 to `insert'.
12135
12136 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12137
12138 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
12139 cons. Use vc-annotate-backend.
12140 (with-vc-file, edit-vc-file): Remove unused macros.
12141
12142 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
12143
12144 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
12145 (smtpmail-try-auth-methods): Use it.
12146
12147 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
12150 (setf (nthcdr ..) ..) doesn't require CL at runtime.
12151
12152 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
12153
12154 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
12155
12156 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12157
12158 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
12159 (vc-bzr-revision-completion-table): Use process-file.
12160 (vc-bzr-working-revision): Pass relative file names.
12161
12162 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
12163
12164 2008-05-11 Juri Linkov <juri@jurta.org>
12165
12166 * wid-edit.el (widget-image-directory): Change default image data
12167 subdirectory from "custom" to "images/custom".
12168
12169 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
12170 before recursive call to `Info-next-preorder' to not add
12171 intermediate nodes to the history.
12172
12173 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
12174
12175 * emulation/cua-base.el: Put isearch-scroll property
12176 on cua-scroll-up and cua-scroll-down.
12177
12178 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
12179
12180 * vc-hooks.el (vc-recompute-state): Remove (dead code).
12181
12182 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
12183
12184 * vc-dispatcher.el (ewoc): Require.
12185 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
12186
12187 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
12188
12189 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
12190
12191 * term/w32-win.el (x-colors):
12192 * term/mac-win.el (x-colors):
12193 * term/x-win.el (x-colors): Re-order colors.
12194
12195 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
12196
12197 * smerge-mode.el (smerge-command-prefix): Fix custom type.
12198
12199 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
12200
12201 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
12202 New functions implementing motion to next and previous directory.
12203
12204 * vc-arch.el (vc-arch-command):
12205 * vc-bzr.el (vc-bzr-command):
12206 * vc-cvs.el (vc-cvs-command):
12207 * vc-dispatcher.el (vc-do-command):
12208 * vc-git.el (vc-git-command):
12209 * vc-hg.el (vc-hg-command):
12210 * vc-mcvs.el (vc-mvcs-command):
12211 * vc-mtn.el (vc-mtn-command):
12212 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
12213 (vc-sccs-workfile-unchanged-p):
12214 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
12215 * vc-rcs.el (all methods): Remove assumption about what a nil
12216 argument to vc-do-command means. This means no buffer name needs
12217 to be hardcoded into the dispatcher layer, and it's better to be
12218 explicit anyway.
12219
12220 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
12221
12222 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
12223
12224 * vc.el: Update todo.
12225
12226 * vc-sccs.el (vc-sccs-dir-status):
12227 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
12228 backends and returning up to date files.
12229
12230 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
12231
12232 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12233
12234 * vc.el (vc-dir):
12235 * vc-hooks.el: Tweak the VC directory bindings. These are now
12236 documented in the manual.
12237
12238 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
12239 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12240 (vc-dispatcher-selection-set): Allow callers to pass in an
12241 observer flag that says no buffer sync is required.
12242 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12243 Use the observer flag.
12244
12245 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
12246
12247 * simple.el (start-file-process): Clarify docstring.
12248
12249 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12250
12251 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12252 Remove stub implementations of, and references to, wash-log.
12253 * vc-rcs.el (vc-rcs-comment-history):
12254 * vc-cvs.el (vc-cvs-comment-history):
12255 Inline the code that used to be wash-log.
12256
12257 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
12258 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12259 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
12260 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
12261 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
12262 (vc-rcs-print-log): Grok directories.
12263
12264 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * vc.el (vc-mark-resolved): Add `backend' argument.
12267 (vc-next-action): Pass it the backend.
12268 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
12269 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
12270 (vc-default-comment-history, vc-default-create-snapshot)
12271 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
12272 (vc-annotate-revision-previous-to-line)
12273 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
12274 * vc-svn.el (vc-svn-checkout):
12275 * vc-mcvs.el (vc-mcvs-checkout):
12276 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
12277 (vc-working-revision, vc-before-save, vc-mode-line):
12278 Prefer vc-call-backend to vc-call so as not to recompute the backend.
12279
12280 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
12281 state to be consistent since it's often an unwarranted restriction.
12282 Don't return the state either.
12283 (vc-next-action): Check that the state is consistent.
12284 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
12285 (vc-rollback, vc-update): Adapt to new return value of
12286 vc-deduce-fileset.
12287
12288 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
12289 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
12290 (vc-dispatcher-in-fileset-p): New fun.
12291 (vc-dispatcher-selection-set): Use it to properly handle directories.
12292
12293 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
12294
12295 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
12296 (vc-update): Remove unused let bindings.
12297
12298 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12299
12300 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12301 (vc-diff, vc-revert, vc-rollback, vc-update):
12302 * vc-dispatcher.el (vc-dispatcher-selection-set):
12303 Get rid of 4 special cases in fileset selection. This involved
12304 changing the return value of (vc-deduce-fileset) so that it passes
12305 back a deduced state as well as a deduced back end.
12306
12307 2008-05-08 Sam Steingold <sds@gnu.org>
12308
12309 * progmodes/compile.el (compilation-minor-mode-map)
12310 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12311 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12312 it to `compilation-minor-mode-map' (instead of an explicit `cons').
12313
12314 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12315
12316 * org/org.el (org-modules, org-format-latex-options):
12317 * org/org-archive.el (org-archive-stamp-time)
12318 (org-archive-save-context-info):
12319 * org/org-faces.el (org-hide):
12320 * org/org-irc.el (org-irc-parse-link):
12321 * org/org-macs.el (org-call-with-arg, org-autoload):
12322 * org/org-mew.el (org-mew-store-link):
12323 * org/org-remember.el (org-remember-store-without-prompt)
12324 (org-remember-templates): Fix typos in docstrings.
12325
12326 * org/org-info.el (org-info-store-link): Remove leftover docstring.
12327
12328 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12329 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12330 (org-bbdb-anniv-split): Fix typos in docstrings.
12331
12332 * org/org-publish.el (org-publish-project-alist): Doc fixes.
12333 (org-publish-use-timestamps-flag): Reflow docstring.
12334 (org-publish-files-alist): Fix typos in docstring.
12335
12336 2008-05-07 Sam Steingold <sds@gnu.org>
12337
12338 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12339 appears to be too aggressive with window removal.
12340
12341 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
12342
12343 * progmodes/verilog-mode.el (verilog-type-font-keywords):
12344 Add leda and 0in as pragma keywords.
12345 (verilog-pretty-expr): Support lining up assignments which include
12346 part selects.
12347 (verilog-mode): More portable check for the availability of
12348 hideshow support.
12349 (verilog-do-indent): Remove special indent for declarations inside
12350 a parenthetical list. The code is ill-advised, and doesn't work
12351 given the new user defined types.
12352 (verilog-set-auto-endcomments): Enhance function automatic
12353 endcomment to support functions that return user defined types.
12354 (verilog-mode): Add code to tell which-function-mode minor mode
12355 that Verilog supports this feature.
12356
12357 2008-05-08 Eli Zaretskii <eliz@gnu.org>
12358
12359 * epa-file.el: Require epa-hook.
12360
12361 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12362
12363 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12364 file-names clashes on 8+3 filesystems. Provide epa-hook.
12365
12366 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12367 file-names clashes on 8+3 filesystems.
12368
12369 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
12370
12371 * org/org.el (org-read-date-get-relative): Interpret lone
12372 weekday abbreviation as relative to today.
12373
12374 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12375
12376 * abbrev.el (define-abbrev-table):
12377 * composite.el (toggle-auto-composition):
12378 * json.el (json-alist-p, json-plist-p):
12379 * minibuffer.el (completion-table-with-predicate):
12380 * ps-mule.el (ps-mule-external-libraries):
12381 * emacs-lisp/advice.el (ad-special-form-p):
12382 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12383 * eshell/em-smart.el (eshell-review-quick-commands):
12384 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12385 (python-skip-out, python-check-comint-prompt):
12386 Don't use `iff' in docstrings.
12387
12388 * international/robin.el (robin-package-alist): Fix typo in docstring.
12389 (robin-current-package-name): Doc fix.
12390 (robin-activate): Don't use `iff' in docstring.
12391
12392 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
12393
12394 * vc.el, vc-dispatcher.el: VC-Dired support removed.
12395 The code uses a ewoc-based implementation now.
12396 * vc-hooks.el: Support for Meta-CVS has been removed.
12397
12398 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * tool-bar.el: Choose images dynamically.
12401 (tool-bar-make-keymap, tool-bar-find-image): New function.
12402 (tool-bar-find-image-cache): New var.
12403 (tool-bar-local-item, tool-bar-local-item-from-menu):
12404 Don't select the image yet, do it later in tool-bar-make-keymap.
12405
12406 2008-05-07 Andreas Schwab <schwab@suse.de>
12407
12408 * window.el: Require 'cl when compiling.
12409
12410 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
12411
12412 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12413
12414 2008-05-07 Glenn Morris <rgm@gnu.org>
12415
12416 * subr.el (ignore-errors): Move here from cl-macs.el.
12417 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12418
12419 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12420 oddness.
12421
12422 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
12423
12424 * vc-hooks.el (vc-find-file-hook):
12425 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12426 further from vc.el.
12427 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12428
12429 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
12430
12431 * progmodes/verilog-mode.el (verilog-getopt-file):
12432 Cleanup warning message format.
12433 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12434 (verilog-auto-inout, verilog-auto-inout-module)
12435 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12436 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12437 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12438 (verilog-auto-sense-sigs, verilog-auto-tieoff)
12439 (verilog-auto-unused, verilog-auto-wire)
12440 (verilog-decls-get-assigns, verilog-decls-get-consts)
12441 (verilog-decls-get-gparams, verilog-decls-get-inouts)
12442 (verilog-decls-get-inputs, verilog-decls-get-outputs)
12443 (verilog-decls-get-ports, verilog-decls-get-regs)
12444 (verilog-decls-get-signals, verilog-decls-get-wires)
12445 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12446 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12447 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12448 (verilog-inject-sense, verilog-library-filenames)
12449 (verilog-mode-release-date, verilog-mode-version)
12450 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12451 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12452 (verilog-modi-get-assigns, verilog-modi-get-consts)
12453 (verilog-modi-get-gparams, verilog-modi-get-inouts)
12454 (verilog-modi-get-inputs, verilog-modi-get-outputs)
12455 (verilog-modi-get-ports, verilog-modi-get-regs)
12456 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12457 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12458 (verilog-modi-get-wires, verilog-preserve-cache)
12459 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12460 (verilog-read-sub-decls, verilog-read-sub-decls-line)
12461 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12462 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12463 Add caching of additional state, and rework signal extraction
12464 routines to improve AUTO expansion performance by 300%++.
12465
12466 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
12467
12468 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12469 Tweak Open Watcom regexp to distinguish between errors and warnings.
12470
12471 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12472
12473 * dired.el (dired-read-dir-and-switches): Fix up last change.
12474
12475 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
12476
12477 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12478 out of this function, move it to vc-dispatcher-selection-set.
12479
12480 2008-05-05 Sam Steingold <sds@gnu.org>
12481
12482 * window.el (delete-other-windows-vertically): New function.
12483
12484 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * dired.el (dired-read-dir-and-switches):
12487 Obey read-file-name-completion-ignore-case.
12488
12489 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
12490
12491 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12492 Add regexp for Open Watcom compiler output.
12493
12494 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
12495
12496 * progmodes/python.el (python-block-pairs): Align finally with except.
12497
12498 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12501
12502 2008-05-05 Tom Tromey <tromey@redhat.com>
12503
12504 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12505 looking at conflict marker.
12506
12507 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12510 client-mode -> vc-client-object, and guess `funcall' was meant.
12511 (vc-dir-mode): Rename client-mode -> vc-client-mode.
12512
12513 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12514
12515 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12516 (dbus-debug): Move declarations outside eval-when-compile.
12517
12518 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12519
12520 * proced.el (proced-command-alist): Fix system-type values.
12521 Fix defcustom.
12522 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12523 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12524 (proced-sort-start, proced-sort, proced-sort-time): New commands.
12525 (proced-update): Use proced-sorting-scheme. Update modeline.
12526 (proced-send-signal): Use nreverse.
12527 (proced-sorting-scheme-p): New function.
12528
12529 2008-05-04 Andreas Schwab <schwab@suse.de>
12530
12531 * vc.el: Require dired when compiling.
12532
12533 * minibuffer.el (completion--insert-strings): Don't delete past bol.
12534
12535 2008-05-03 Glenn Morris <rgm@gnu.org>
12536
12537 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12538 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12539 Simplify compilation requirements.
12540 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12541 declarations.
12542
12543 2008-05-03 Dave Love <fx@gnu.org>
12544
12545 * progmodes/python.el (python-beginning-of-statement):
12546 Loop at least once (fixes 2008-02-21 change).
12547
12548 2008-05-03 Eli Zaretskii <eliz@gnu.org>
12549
12550 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12551 instead of `length' for comparing length of user and group names.
12552
12553 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
12554
12555 * vc-dispatcher.el: New file, separates out the UI and command
12556 execution machinery from VCS-specific logic left in vc.el.
12557 The separation is not yet completely clean, but it's a good start.
12558 * vc.el: This file is about 1700 lines shorter now.
12559 Remove obsolete logentry-check from the backend API.
12560 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
12561 implementation of the logentry-check method, and it guarded against
12562 a log length limit that has probably been obsolete for 15 years (!).
12563
12564 2008-05-02 Sam Steingold <sds@gnu.org>
12565
12566 * progmodes/compile.el (compilation-start): Move setting of
12567 compilation-directory after (funcall mode) as that resets local
12568 variables, this fixes recompile in grep buffers.
12569 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12570 in dired &c).
12571
12572 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
12573
12574 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12575 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12576 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12577 has one of these and that all are called in compatible ways.
12578 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12579 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12580 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12581 backend has one of these.
12582
12583 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12586 initialization into define-abbrev-table. Use :regexp.
12587 (octave-mode-syntax-table): Don't set word syntax for `.
12588
12589 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12590 than only value.
12591
12592 * dired.el (dired-read-dir-and-switches):
12593 Set minibuffer-completing-file-name and call substitute-in-file-name.
12594 (dired-format-columns-of-files): Use completion--insert-strings.
12595
12596 * minibuffer.el (completion-hilit-commonality): Revert last change:
12597 the leftover code was actually useful.
12598 (completion--insert-strings): Use string-width rather than length.
12599
12600 2008-05-02 Sam Steingold <sds@gnu.org>
12601
12602 * vc.el (vc-dir-mode-map): Enable mouse bindings.
12603 (vc-at-event): New macro: run the body at the even location.
12604 (vc-dir-menu, vc-dir-toggle-mark): Use it.
12605 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12606 * subr.el (mouse-event-p): Check if the event is mouse-related.
12607
12608 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
12609
12610 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12611 Don't throw error if no file is found.
12612
12613 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12614
12615 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12616 (vc-default-state-heuristic): Doc fix.
12617
12618 2008-05-02 Richard Sharman <rsharman@pobox.com>
12619
12620 * hilit-chg.el (highlight-changes-mode): Remove references to
12621 hooks that no longer exist. Because define-minor-mode is used the
12622 hook highlight-changes-mode-hook exists and can do what both the
12623 old hooks used to do. The documentation at the top of the file
12624 was updated to demonstrate this.
12625 (highlight-changes-mode): Remove commented out call to a hook
12626 function that is no longer there.
12627 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12628
12629 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
12630
12631 * vc.el (vc-default-dired-state-info): Change name of primitive
12632 to prettify-state-info, in preparation for ripping out dired mode.
12633 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12634 to prettify-state-info, in preparation for ripping out dired mode.
12635 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12636 tries this on a version-controlled buffer. It will do useless or
12637 actively bad things on any version control system newer than RCS.
12638 * vc-hooks.el (vc-dired-resynch-file):
12639 * vc.el (vc-dired-resynch-file): Change name of primitive to
12640 vc-directory-resynch-file, preparing to remove dired.
12641
12642 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12643
12644 * vc-rcs.el (vc-rcs-state): Fix typos.
12645
12646 * vc.el (vc-register): Change argument order so that the prefix
12647 argument is assigned correctly.
12648 (vc-next-action, vc-dir-register): Update for the above change.
12649
12650 2008-05-01 Juri Linkov <juri@jurta.org>
12651
12652 * replace.el (occur-read-primary-args): Set default to the car of
12653 regexp-history and display it in the prompt, but don't add to the
12654 list of minibuffer defaults. Bind history-add-new-input to nil to
12655 not add automatically `default'. For empty input return `default'.
12656 Otherwise, add `input' to regexp-history and return it.
12657 (occur-1): Signal an error for the empty regexp.
12658
12659 * progmodes/compile.el (compilation-auto-jump):
12660 Set window point to `pos' explicitly.
12661
12662 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
12663
12664 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12665 when appropriate.
12666 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12667 we report the 'unregistered state reliably.
12668 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12669 we report the 'unregistered state reliably.
12670 * vc-git.el (vc-git-state): Call vc-git-unregistered so
12671 we report the 'unregistered state reliably.
12672 * vc-hooks.el (vc-state): Document that vc-unregistered is
12673 now expected to be returned reliably.
12674 * vc.el (vc-default-dired-state): Change needs-patch state to
12675 needs-update, since the name now shows up in dir-status listings
12676 and was somewhat misleading.
12677 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12678 immediately after removing the file.
12679 * vc.el (vc-next-action): More informative messages when a fileset
12680 is in a mixed state or files are missing.
12681
12682 2008-05-01 Sam Steingold <sds@gnu.org>
12683
12684 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12685
12686 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12687
12688 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12689
12690 2008-05-01 Daiki Ueno <ueno@unixuser.org>
12691
12692 * epa-file-hook.el: New file split from epa-file.el.
12693 * epa-file.el: Require 'epa-file-hook.
12694 (epa-file-handler): Add autoload cookie.
12695 * loadup.el: Load epa-file-hook.
12696 * startup.el (command-line): Eval the body of auto-encryption-mode.
12697
12698 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
12699
12700 * vc.el (vc-dir-mode-map): Don't bind "r".
12701
12702 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12703 (vc-hg-status-printer): New function.
12704 (vc-hg-after-dir-status): Deal with copied and renamed files.
12705 (vc-hg-dir-status): Add flag to show copied files.
12706
12707 2008-05-01 John Paul Wallington <jpw@pobox.com>
12708
12709 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12710 (ibuffer-do-sort-by-recency): Reverse sorting order if last
12711 sorting mode was recency.
12712
12713 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12714 reverse sorting order if last sorting mode was the sorter's.
12715
12716 2008-05-01 Jason Rumney <jasonr@gnu.org>
12717
12718 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12719
12720 2008-04-30 John Paul Wallington <jpw@pobox.com>
12721
12722 * ibuffer.el (define-ibuffer-column filename): When the major mode
12723 is `vc-dir-mode' show the buffer's default directory.
12724
12725 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12726 major mode is `vc-dir-mode' use the buffer's default directory.
12727
12728 2008-04-30 Sam Steingold <sds@gnu.org>
12729
12730 * vc.el (vc-dir-delete-file): Add.
12731 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12732 (vc-delete-file): Do not barf when the file has been already deleted.
12733
12734 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12735
12736 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12737
12738 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * progmodes/octave-mod.el (octave-help): New function.
12741 * progmodes/octave-hlp.el: Delete.
12742 * info-look.el (octave-mode): Add operator index.
12743
12744 * vc.el (vc-checkout): Typo.
12745
12746 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12747
12748 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12749 Add "..." in the appropriate places.
12750
12751 * epa.el (epa-key-list-mode-map): Add more menu entries.
12752 Add "..." in the appropriate places.
12753
12754 * dired.el (dired-mode-map): Add :help.
12755
12756 * vc.el (vc-deduce-fileset): Add new parameter.
12757 (vc-dir-marked-only-files): New function.
12758 (vc-next-action): Don't ignore directories, look at the files
12759 inside them.
12760 (vc-dir-mode): Document how the mark/unmark commands work.
12761
12762 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12765 Rule out trailing spaces in file and directory names as well.
12766
12767 * minibuffer.el (completion--do-completion): Move point even if the
12768 completion makes no change.
12769 (completion-pcm-try-completion): Fix computation of new point.
12770
12771 2008-04-30 David Hansen <david.hansen@gmx.net>
12772
12773 * dired.el: Require 'cl.
12774
12775 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12778 hollow if not in innermost frame.
12779
12780 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 Make `checkout-model' apply to filesets.
12783 * vc-hooks.el (vc-checkout-model): Rewrite.
12784 (vc-before-save, vc-after-save): Adjust callers accordingly.
12785 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12786 (vc-transfer-file): Adjust callers accordingly.
12787 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12788 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12789 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12790 instead of vc-checkout-model.
12791 * vc-mcvs.el (vc-mcvs-revert):
12792 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12793 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12794 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12795 * vc-svn.el (vc-svn-checkout-model):
12796 * vc-hg.el (vc-hg-checkout-model):
12797 * vc-git.el (vc-git-checkout-model):
12798 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12799
12800 * dired.el (dired-read-dir-and-switches): Replace last change with
12801 a new approach that mixes read-file-name and read-directory-name.
12802
12803 * files.el (read-buffer-to-switch):
12804 Avoid making assumptions about `other-buffer'.
12805
12806 2008-04-29 Sam Steingold <sds@gnu.org>
12807
12808 * vc.el (vc-dir-mode-hook): Add normal hook.
12809 (vc-dir-mode): Run it.
12810
12811 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12812
12813 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12814 Always split windows.
12815 (gdb-speedbar-timer-fn): Only raise frame after user input.
12816 (gdb-same-frame): Reverse initial value.
12817 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12818
12819 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12820 gdb-speedbar-timer-fn.
12821
12822 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12825
12826 2008-04-29 Daiki Ueno <ueno@unixuser.org>
12827
12828 * epa.el (epa-key-list-mode-map): Add menu.
12829 (epa-delete-keys, epa-import-keys): Fix typo.
12830
12831 2008-04-29 Glenn Morris <rgm@gnu.org>
12832
12833 * find-cmd.el (top-level): Does not need cl when compiling.
12834
12835 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
12836
12837 * find-cmd.el: New file.
12838
12839 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12842 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12843 (completion-pcm--hilit-commonality): New function.
12844 (completion-pcm-all-completions): Use it.
12845
12846 * minibuffer.el (completion-common-substring): Mark obsolete.
12847 (completions-first-difference, completions-common-part):
12848 Move from simple.el.
12849 (completion-hilit-commonality): New fun.
12850 (display-completion-list, completion-emacs21-all-completions)
12851 (completion-emacs22-all-completions): Use it.
12852 * simple.el (completions-first-difference, completions-common-part):
12853 Move to minibuffer.el.
12854 (choose-completion-string): Use field functions and minibufferp.
12855 (completion-setup-function): Don't set completions faces.
12856
12857 2008-04-29 Glenn Morris <rgm@gnu.org>
12858
12859 * calendar/calendar.el (calendar-nth-named-absday)
12860 (calendar-nth-named-day):
12861 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12862 * calendar/holidays.el (holiday-float): Doc fixes.
12863
12864 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12865 the `full' case.
12866
12867 * org/org-agenda.el (calendar-iso-from-absolute):
12868 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12869 Fix declarations.
12870
12871 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
12872
12873 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12874 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12875 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12876 (gdb-assembler-custom): Be careful not to match other addresses.
12877
12878 2008-04-29 Jason Rumney <jasonr@gnu.org>
12879
12880 * battery.el (battery-status-function): Use w32-battery-status
12881 on Windows.
12882 (battery-echo-area-format): Make apm format the general case.
12883 (battery-mode-line-format): Merge apm and pmset formats as the
12884 general case.
12885
12886 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12887
12888 * progmodes/gdb-ui.el (gdb-info-stack-custom):
12889 Use gud-tool-bar-item-visible-no-fringe.
12890 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12891 is already visible in frame. Remove optional size parameter
12892 and add optional frame parameter.
12893
12894 * progmodes/gud.el (gud-display-line): Only consider visible
12895 frames when looking for source buffer.
12896
12897 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
12898
12899 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12900 argument to get-char-property, in case the current buffer hasn't
12901 been assigned to that window yet.
12902 (doc-view-display): Default to selected window if the current
12903 buffer hasn't been assigned to a window yet.
12904
12905 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
12906
12907 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12908
12909 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
12910
12911 * net/tramp.el (tramp-mode): New defcustom.
12912 (tramp-file-name-handler, tramp-completion-file-name-handler):
12913 Use it.
12914 (tramp-replace-environment-variables): Handle "$$".
12915
12916 2008-04-28 Sam Steingold <sds@gnu.org>
12917
12918 * vc-hg.el (vc-hg-rename-file): Fix argument order.
12919
12920 2008-04-28 Bastien Guerry <bzg@altern.org>
12921
12922 * whitespace.el (whitespace-trailing): Fix typo.
12923
12924 2008-04-28 Sam Steingold <sds@gnu.org>
12925
12926 * textmodes/remember.el (diary-make-entry): Update the autoload.
12927
12928 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12931 all-completions.
12932
12933 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
12934
12935 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12936
12937 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
12938
12939 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12940 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12941 (vc-dir-mark-file): Add an optional argument.
12942 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12943
12944 2008-04-27 Daiki Ueno <ueno@unixuser.org>
12945
12946 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12947 rather than obsolete alias find-file-hooks.
12948 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
12949 Use find-file-hook rather than obsolete alias find-file-hooks.
12950 Add to find-file-not-found-functions.
12951 (epa-file-handler): Put 'safe-magic and 'operations properties.
12952
12953 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12954 (epa-menu-items): Remove.
12955
12956 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12957 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12958 (epa-dired-mode, epa-global-dired-mode): Remove.
12959
12960 * dired.el (dired-mode-map): Bind encryption/decryption commands.
12961
12962 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12963
12964 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12965
12966 2008-04-27 Glenn Morris <rgm@gnu.org>
12967
12968 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12969 Remove un-needed local `orig-list'. Replace cl `copy-list'.
12970
12971 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12972
12973 * org/org.el (org-html-level-start): Always have id's in HTML.
12974 (org-export-as-html): Use `org-link-protocols' to
12975 retrieve the export form of the link.
12976 (org-add-link-type): Final parameter renamed from PUBLISH.
12977 Better documentation of how it is to be used. Avoid double entries for
12978 the same link type.
12979 (org-add-link-props): New function.
12980 (org-modules-loaded): New variable.
12981 (org-load-modules-maybe, org-set-modules): New function.
12982 (org-modules): New option.
12983 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12984 (orgtbl-mode, org-store-link, org-insert-link-global)
12985 (org-open-at-point): Call `org-load-modules-maybe'.
12986 (org-search-view): Add more text properties.
12987 (org-agenda-schedule, org-agenda-deadline): Allow also in
12988 search-type agendas.
12989 (org-search-view): Order of arguments has been changed.
12990 Interpret prefix-arg as TODO-ONLY.
12991 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12992 Take new argument order of `org-search-view' into account.
12993 (org-todo-only): New variable.
12994 (org-search-syntax-table): New variable and function.
12995 (org-search-view): Do the search with the special syntax table.
12996 (define-obsolete-function-alias): Make work with XEmacs.
12997 (org-add-planning-info): Use old date as default when modifying an
12998 existing deadline or scheduled item.
12999 (org-agenda-compute-time-span): Make argument N optional.
13000 (org-agenda-format-date-aligned): Require `cal-iso'.
13001 (org-agenda-list): Include week into agenda heading, don't
13002 list it at each date (only on Mondays).
13003 (org-read-date-analyze): Define local variable `iso-date'.
13004 (org-agenda-format-date-aligned): Remove dependency on
13005 `calendar-time-from-absolute'.
13006 (org-remember-apply-template, org-go-to-remember-target):
13007 Interpret filenames relative to `org-directory'.
13008 (org-complete): Silently fail when trying to complete
13009 keywords that don't have a default value.
13010 (org-get-current-options): Add a #+DATE: option.
13011 (org-additional-option-like-keywords): Remove "DATE:" from the
13012 list of additional keywords.
13013 (org-export-as-html): Remove (current-time) as unnecessary second
13014 argument of `format-time-string'.
13015 (org-clock-find-position): Handle special case at end of buffer.
13016 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
13017 `org-agenda-change-time-span'.
13018 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
13019 `org-agenda-change-time-span'.
13020 (org-agenda-month-view): New argument MONTH, pass it on to
13021 `org-agenda-change-time-span'.
13022 (org-agenda-year-view): New argument YEAR, pass it on to
13023 `org-agenda-change-time-span'.
13024 (org-agenda-change-time-span): New optional argument N, pass it on
13025 to `org-agenda-compute-time-span'.
13026 (org-agenda-compute-time-span): New argument N, interpret it by
13027 changing the starting day.
13028 (org-small-year-to-year): New function.
13029 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
13030 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
13031 into the future, and that the shift is at least one interval, never 0.
13032 (org-update-checkbox-count): Fix bug with checkbox counting.
13033 (org-add-note): New command.
13034 (org-add-log-setup): Rename from `org-add-log-maybe'.
13035 (org-log-note-headings): New entry for plain notes (i.e. notes not
13036 related to state changes or clocking).
13037 (org-get-org-file): Check for availability of `remember-data-file'.
13038 (org-cached-entry-get): Allow a regexp value for
13039 `org-use-property-inheritance'.
13040 (org-use-property-inheritance): Allow regexp value. Fix bug in
13041 customization type.
13042 (org-use-tag-inheritance): Allow a list and a regexp value for
13043 this variable.
13044 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
13045 (org-entry-get): Respect value `selective' for the INHERIT argument.
13046 (org-tag-inherit-p, org-property-inherit-p): New functions.
13047 (org-agenda-format-date-aligned): Allow 10 characters for
13048 weekday, to accommodate German locale.
13049 (org-add-archive-files): New function.
13050 (org-agenda-files): New argument `ext', to get archive files as well.
13051 (org-tbl-menu): Protect the use of variables that
13052 are only available when org-table.el gets loaded.
13053 (org-read-agenda-file-list): Error if `org-agenda-files' is a
13054 single directory.
13055 (org-open-file): Allow a batch process to trigger
13056 waiting after executing a system command.
13057 (org-store-link): Link to headline when there is not
13058 target and no region in an org-mode buffer when creating a link.
13059 (org-link-types-re): New variable.
13060 (org-make-link-regexps): Compute `org-link-types-re'.
13061 (org-make-link-description-function): New option.
13062 (org-agenda-date, org-agenda-date-weekend): New faces.
13063 (org-archive-sibling-heading): New option.
13064 (org-archive-to-archive-sibling): New function.
13065 (org-iswitchb): New command.
13066 (org-buffer-list): New function.
13067 (org-agenda-columns): Also try the #+COLUMNS line in
13068 the buffer associated with the entry at point (or with the first
13069 entry in the agenda view).
13070 (org-modules): Add entry for org-bibtex.el.
13071 (org-completion-fallback-command): Move into `org-completion' group.
13072 (org-clock-heading-function): Move to `org-progress' group.
13073 (org-auto-repeat-maybe): Make sure that a note can
13074 be enforces if `org-log-repeat' is `note'.
13075 (org-modules): Allow additional symbols for external packages.
13076 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
13077 (org-clock-goto): Hide drawers after showing an
13078 entry with `org-clock-goto'.
13079 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
13080 Try also a clocktable block shift.
13081 (org-clocktable-try-shift): New function.
13082 (org-columns-hscoll-title): New function.
13083 (org-columns-previous-hscroll): New variable.
13084 (org-columns-full-header-line-format): New variable.
13085 (org-columns-display-here-title, org-columns-remove-overlays):
13086 Install `org-columns-hscoll-title' in post-command-hook.
13087
13088 * org/org.el: Split into many small files.
13089
13090 * org/org-agenda.el: New file, split off from org.el.
13091
13092 * org/org-archive.el: New file, split off from org.el.
13093
13094 * org/org-bbdb.el: New file.
13095
13096 * org/org-bibtex.el: New file, split off from org.el.
13097
13098 * org/org-clock.el: New file, split off from org.el.
13099
13100 * org/org-colview.el: New file, split off from org.el.
13101
13102 * org/org-compat.el: New file, split off from org.el.
13103
13104 * org/org-exp.el: New file, split off from org.el.
13105
13106 * org/org-faces.el: New file, split off from org.el.
13107
13108 * org/org-gnus.el: New file, split off from org.el.
13109
13110 * org/org-info.el: New file, split off from org.el.
13111
13112 * org/org-infojs.el: New file.
13113
13114 * org/org-irc.el: New file.
13115
13116 * org/org-macs.el: New file, split off from org.el.
13117
13118 * org/org-mew.el: New file.
13119
13120 * org/org-mhe.el: New file, split off from org.el.
13121
13122 * org/org-publish.el: New file, split off from org.el.
13123
13124 * org/org-remember.el: New file, split off from org.el.
13125
13126 * org/org-rmail.el: New file, split off from org.el.
13127
13128 * org/org-table.el: New file, split off from org.el.
13129
13130 * org/org-vm.el: New file, split off from org.el.
13131
13132 * org/org-wl.el: New file, split off from org.el.
13133
13134 2008-04-27 Jason Riedy <jason@acm.org>
13135
13136 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
13137 parameter that suppresses lines that evaluate to NIL.
13138 (orgtbl-get-fmt): New inline function for
13139 picking apart formats that may be lists.
13140 (orgtbl-apply-fmt): New inline function for applying formats that
13141 may be functions.
13142 (orgtbl-eval-str): New inline function for strings that may be
13143 functions.
13144 (orgtbl-format-line, orgtbl-to-generic): Use and document.
13145 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
13146 (*orgtbl-llfmt*, *orgtbl-llstart*)
13147 (*orgtbl-llend*): Dynamic variables for last-line formatting.
13148 (orgtbl-format-section): Shift formatting to support detecting the
13149 last line and formatting it specially.
13150 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
13151 formats unless overridden.
13152 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
13153 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
13154 bound variables to hold the input collection of lines and output
13155 formatted text.
13156 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
13157 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
13158 format parameters.
13159 (orgtbl-format-line): New function encapsulating formatting for a
13160 single line.
13161 (orgtbl-format-section): Similar for each section. Rebinding the
13162 dynamic vars customizes the formatting for each section.
13163 (orgtbl-to-generic): Use orgtbl-format-line and
13164 orgtbl-format-section.
13165 (org-get-param): Now unused, so delete.
13166 (orgtbl-gather-send-defs): New function to
13167 gather all the SEND definitions before a table.
13168 (orgtbl-send-replace-tbl): New function to find the RECEIVE
13169 corresponding to the current name.
13170 (orgtbl-send-table): Use the previous two functions and implement
13171 multiple destinations for each table.
13172
13173 * doc/org.texi (A LaTeX example): Note that fmt may be a
13174 one-argument function, and efmt may be a two-argument function.
13175 (Radio tables): Document multiple destinations.
13176
13177 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
13178
13179 * org/org-agenda.el (org-add-to-diary-list): New function.
13180 (org-prefix-has-effort): New variable.
13181 (org-sort-agenda-noeffort-is-high): New option.
13182 (org-agenda-columns-show-summaries)
13183 (org-agenda-columns-compute-summary-properties): New options.
13184 (org-format-agenda-item): Compute the duration of the item.
13185 (org-agenda-weekend-days): New variable.
13186 (org-agenda-list, org-timeline): Use the proper faces for dates in
13187 the agenda and timeline buffers.
13188 (org-agenda-archive-to-archive-sibling): New command.
13189 (org-agenda-start-with-clockreport-mode): New option.
13190 (org-agenda-clockreport-parameter-plist): New option.
13191 (org-agenda-clocktable-mode): New variable.
13192 (org-agenda-deadline-leaders): Allow a function value for the
13193 deadline leader.
13194 (org-agenda-get-deadlines): Deal with new function value.
13195
13196 * org/org-clock.el (org-clock): New customization group.
13197 (org-clock-into-drawer, org-clock-out-when-done)
13198 (org-clock-in-switch-to-state, org-clock-heading-function):
13199 Move into the new group.
13200 (org-clock-out-remove-zero-time-clocks): New option.
13201 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
13202 (org-dblock-write:clocktable): Allow a Lisp form for the scope
13203 parameter.
13204 (org-dblock-write:clocktable): Fix bug with total time calculation.
13205 (org-dblock-write:clocktable): Request the unrestricted list of files.
13206 (org-get-clocktable): New function.
13207 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
13208 be strings but also integers (an absolute day number) and lists (m d y).
13209
13210 * org/org-colview.el (org-columns-next-allowed-value)
13211 (org-columns-edit-value): Limit the effort for updating in the
13212 agenda to recomputing a single file.
13213 (org-columns-compute): Only write property value if it has changed.
13214 This avoids raising the buffer-change-flag unnecessarily.
13215 (org-agenda-colview-summarize)
13216 (org-agenda-colview-compute): New functions.
13217 (org-agenda-columns): Call `org-agenda-colview-summarize'.
13218
13219 * org/org-exp.el (org-export-run-in-background): New option.
13220 (org-export-icalendar): Allow a batch process to trigger waiting
13221 after executing a system command.
13222 (org-export-preprocess-string): Rename from
13223 `org-cleaned-string-for-export'.
13224 (org-export-html-style): Made target class look like normal text.
13225 (org-export-as-html): Make use of the better preprocessing in
13226 `org-cleaned-string-for-export'.
13227 (org-cleaned-string-for-export): Better treatment of heuristic
13228 targets, many more internal links will now work in HTML export.
13229 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
13230 (org-export-inbuffer-options-extra): New variable.
13231 (org-export-options-filters): New hook.
13232 (org-infile-export-plist): Find also the settings keywords in
13233 `org-export-inbuffer-options-extra'.
13234 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
13235 multiple #+INFOJS_OPT lines.
13236 (org-export-html-handle-js-options): New function.
13237 (org-export-html-infojs-setup): New option.
13238 (org-export-as-html): Call `org-export-html-handle-js-options'.
13239 Add autoload to all entry points.
13240 (org-skip-comments): Function removed.
13241
13242 * org/org-table.el (org-table-make-reference): Extra parenthesis
13243 around single fields, to make sure that algebraic formulas get
13244 correctly interpreted by calc.
13245 (org-table-current-column): No longer interactive.
13246
13247 * org/org-export-latex.el (org-export-latex-preprocess):
13248 Rename from `org-export-latex-cleaned-string'.
13249
13250 2008-04-27 Bastien Guerry <bzg@altern.org>
13251
13252 * org/org-publish.el (org-publish-get-base-files-1): New function.
13253 (org-publish-get-base-files): Use it.
13254 (org-publish-temp-files): New variable.
13255 Don't require 'dired-aux anymore.
13256 (org-publish-initial-buffer): New variable.
13257 (org-publish-org-to, org-publish): Use it.
13258 (org-publish-get-base-files-1): Bug fix: get
13259 the proper list of files when recursing thru a directory.
13260 (org-publish-get-base-files): Use the :exclude property to skip
13261 both files and directories.
13262
13263 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
13264
13265 * net/tramp.el (tramp-handle-make-symbolic-link)
13266 (tramp-handle-file-name-directory)
13267 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13268 (tramp-do-copy-or-rename-file-directly)
13269 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
13270 (tramp-handle-substitute-in-file-name)
13271 (tramp-handle-insert-file-contents, tramp-handle-write-region)
13272 * net/tramp-cache.el (tramp-get-file-property)
13273 (tramp-set-file-property, tramp-flush-file-property)
13274 (tramp-flush-directory-property)
13275 * net/tramp-compat.el (tramp-compat-make-temp-file)
13276 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13277 Disable `file-name-handler-alist' when handling localname.
13278 It could have a remote file syntax, like a VMS file name.
13279
13280 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13281
13282 * whitespace.el: New version 11.1.
13283 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
13284 enclosed by \\( and \\)$. Docstring fix.
13285 (whitespace-trailing-regexp): Fun removed.
13286 (whitespace-report-list): Const initialization fix.
13287 (whitespace-color-on): Code fix.
13288
13289 2008-04-27 Andreas Schwab <schwab@suse.de>
13290
13291 * Makefile.el: Unbreak bootstrap.
13292
13293 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
13294
13295 * net/tramp.el (tramp-replace-environment-variables): New defun.
13296 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13297 Use it.
13298
13299 2008-04-27 Glenn Morris <rgm@gnu.org>
13300
13301 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13302
13303 * calculator.el (calculator-expt): Replace cl function `oddp'.
13304
13305 2008-04-27 Johan Bockgård <bojohan@gnu.org>
13306
13307 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13308 Simplify. Collect `defun' and `autoload' entries.
13309 Avoid modifying load-history.
13310
13311 2008-04-26 Glenn Morris <rgm@gnu.org>
13312
13313 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13314
13315 * simple.el (quoted-insert, zap-to-char): Revert previous change.
13316
13317 2008-04-26 John Paul Wallington <jpw@pobox.com>
13318
13319 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13320 `hexl-mode-old-eldoc-documentation-function'.
13321 (hexl-mode-exit): Restore it.
13322 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13323
13324 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13325
13326 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
13327
13328 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13329 (completion-pcm--all-completions): Doc fix.
13330 (completion-styles-alist, completion-all-completions):
13331 Fix typos in docstrings.
13332
13333 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13334
13335 * whitespace.el: There is now only one variable (whitespace-style) to
13336 specify which kind of blank is visualized. Doc and docstring fix.
13337 New version 11.0.
13338 (whitespace-style): New option, replace whitespace-style-mark and
13339 whitespace-style-color.
13340 (whitespace-style-mark, whitespace-style-color): Options removed.
13341 (whitespace-hspace, whitespace-tab, whitespace-newline)
13342 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13343 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13344 (whitespace-hspace-regexp, whitespace-space-regexp)
13345 (whitespace-tab-regexp, whitespace-trailing-regexp)
13346 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13347 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13348 (whitespace-space-after-tab-regexp, whitespace-line-column)
13349 (whitespace-display-mappings, whitespace-report): Docstring fix.
13350 (whitespace-color-value-list, whitespace-mark-value-list)
13351 (whitespace-active-color, whitespace-active-mark)
13352 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13353 (whitespace-style-value-list, whitespace-active-style)
13354 (whitespace-toggle-style): New vars.
13355 (whitespace-toggle-option-alist, whitespace-help-text):
13356 Var initialization and docstring fix.
13357 (whitespace-toggle-options, global-whitespace-toggle-options)
13358 (whitespace-cleanup, whitespace-cleanup-region)
13359 (whitespace-report-region, whitespace-interactive-char)
13360 (whitespace-toggle-list): Docstring and code fix.
13361 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13362 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13363 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13364 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13365
13366 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13369 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13370 (diff-sanity-check-hunk): Adjust code accordingly.
13371
13372 2008-04-26 Glenn Morris <rgm@gnu.org>
13373
13374 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13375
13376 * forms-d2.dat: Move to ../etc.
13377 * forms-d2.el (forms-file): Adapt for above change.
13378
13379 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13380 `translation-table-for-input'.
13381
13382 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13383 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13384
13385 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13386 to punctuation now it's not needed for abbrevs.
13387 (fortran-mode-abbrev-table): Remove defvar, make use of new
13388 define-abbrev-table :regexp feature.
13389
13390 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13391 insert, now that translation-table-for-input is not needed.
13392
13393 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
13394
13395 * emacs-lisp/pp.el (pp-display-expression): New function,
13396 extracted from pp-eval-expression.
13397 (pp-eval-expression): Use pp-display-expression.
13398 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13399 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13400 (pp-eval-last-sexp): Use pp-last-sexp.
13401
13402 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * abbrev.el (define-abbrev-table): Apply props even if the table
13405 exists already.
13406
13407 * minibuffer.el (completion-table-with-context): Fix `pred' for the
13408 various kinds of completion tables.
13409 (completion-emacs22-try-completion): Place cursor after the /, as was
13410 done in Emacs-22's minibuffer-complete-word.
13411 Fix bug reported by David Hansen <david.hansen@gmx.net>.
13412 (completion-emacs22-try-completion): Merge all mergeable text rather
13413 than just /.
13414 (completion-pcm--delim-wild-regex): New var.
13415 (completion-pcm-word-delimiters): New custom.
13416 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13417 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13418 (completion-pcm--all-completions, completion-pcm-all-completions)
13419 (completion-pcm--merge-completions, completion-pcm--pattern->string)
13420 (completion-pcm-try-completion): New functions.
13421 (completion-styles-alist): Add them.
13422 (completion-styles): Add it to the default.
13423
13424 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
13425
13426 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13427 (gdb-var-create-handler): ...until here when there are values.
13428 (gdb-post-prompt): Don't do -var-update with no watch expressions.
13429 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13430
13431 2008-04-25 Eli Zaretskii <eliz@gnu.org>
13432
13433 * ls-lisp.el (ls-lisp-format): Fix last change.
13434 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13435 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13436 (ls-lisp-filesize-f-fmt): New defvars.
13437 (ls-lisp-insert-directory): Dynamically compute format specifiers
13438 for displaying UID, GID, and file size, and store them in the
13439 above variables.
13440 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13441 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13442 instead of constant format strings.
13443 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13444 ls-lisp-filesize-d-fmt instead of constant format strings.
13445
13446 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
13447
13448 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13449 value of addresses rather than (partial) string value.
13450 (gdb-frame-handler): Change regexp according to above change.
13451 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13452 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13453 (gdb-assembler-mode): Disable undo in these buffers.
13454
13455 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
13456
13457 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13458 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13459
13460 2008-04-24 Sam Steingold <sds@gnu.org>
13461
13462 * textmodes/remember.el (remember-diary-extract-entries): Use
13463 diary-make-entry instead of the obsolete make-diary-entry.
13464
13465 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * subr.el (translation-table-for-input): Mark as obsolete.
13468
13469 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13470
13471 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13472
13473 * textmodes/ispell.el (ispell-dictionary-alist-1)
13474 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13475 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13476 (ispell-dictionary-alist-6): Remove.
13477 (ispell-dictionary-base-alist): New var, merges the above.
13478 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13479 Use it.
13480 (ispell-dictionary-alist): Default to nil. Remove autoload.
13481 (ispell-local-dictionary-alist): Remove autoload.
13482
13483 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13484 (f90-mode-abbrev-table): Use the new :regexp feature.
13485 Merge defvar and mapc into define-abbrev-table.
13486 (f90-imenu-type-matcher): Remove unused `l'.
13487 (f90-imenu-generic-expression): Remove unused `not-ib'.
13488 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13489 (f90-change-keywords): Use restore-buffer-modified-p.
13490
13491 2008-04-24 Glenn Morris <rgm@gnu.org>
13492
13493 * net/goto-addr.el (goto-address-prog-mode):
13494 * progmodes/bug-reference.el (bug-reference-prog-mode):
13495 Define for compiler.
13496
13497 * minibuffer.el (x-file-dialog): Declare as function.
13498
13499 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13500 dframe-update-speed rather than obsolete alias speedbar-update-speed.
13501
13502 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13503 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13504 work with easymenu. Add :keys where needed.
13505
13506 * calendar/cal-move.el (calendar-scroll-left): Handle case when
13507 event-start is nil.
13508
13509 * calendar/calendar.el (calendar-mode-map): Fix typo.
13510
13511 2008-04-24 Tom Tromey <tromey@redhat.com>
13512
13513 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13514 Document keywords. Add :suppress.
13515 * pcvs-defs.el (cvs-mode-map): Use :suppress.
13516
13517 * net/goto-addr.el (goto-address-unfontify): New function.
13518 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
13519 (goto-address-fontify-region, goto-address-mode)
13520 (goto-address-prog-mode): New functions.
13521
13522 * progmodes/bug-reference.el: New file.
13523
13524 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13525
13526 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13527
13528 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13531 macros within lambdas.
13532
13533 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * minibuffer.el (completion-try-completion): Add `point' argument.
13536 Change return value.
13537 (completion-all-completions): Add `point' argument.
13538 (minibuffer-completion-help): Pass the new `point' argument.
13539 (completion--do-completion): Pass the whole field to try-completion.
13540 (completion--try-word-completion): Rewrite, making fewer assumptions.
13541 (completion-emacs21-try-completion, completion-emacs21-all-completions)
13542 (completion-emacs22-try-completion, completion-emacs22-all-completions)
13543 (completion-basic-try-completion, completion-basic-all-completions):
13544 New functions.
13545 (completion-styles-alist): Use them.
13546
13547 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
13548
13549 * textmodes/ispell.el (ispell-set-spellchecker-params):
13550 New function to make sure right params and dictionary alists are used
13551 after spellchecker changes.
13552 (ispell-aspell-dictionary-alist, ispell-last-program-name)
13553 (ispell-initialize-spellchecker-hook): New variables and hook.
13554 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13555 (ispell-maybe-find-aspell-dictionaries): Remove.
13556 Calls replaced by (ispell-set-spellchecker-params) calls.
13557 (ispell-have-aspell-dictionaries): Remove.
13558
13559 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13560 by ispell-set-spellchecker-params.
13561
13562 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * complete.el (PC-do-completion): Be more robust in the presence of
13565 unexpected values in minibuffer-completion-predicate.
13566
13567 * minibuffer.el (read-file-name): Don't let-bind default-directory.
13568 Only abbreviate default-filename if it's a file.
13569
13570 * minibuffer.el (read-file-name-function, read-file-name-predicate)
13571 (read-file-name-completion-ignore-case, insert-default-directory):
13572 New vars, moved from fileio.c.
13573 (read-file-name): New fun, moved from fileio.c.
13574 * cus-start.el: Remove insert-default-directory and
13575 read-file-name-completion-ignore-case.
13576
13577 2008-04-23 Magnus Henoch <mange@freemail.hu>
13578
13579 * tar-mode.el (tar-untar-buffer): If the entry has directory
13580 link type, extract it as a directory even if its file name doesn't
13581 end with a slash. Fixes extraction of NetBSD tar archives.
13582
13583 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * server.el (server-start): Also don't get confused by CRs since we
13586 don't quote them.
13587
13588 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
13589
13590 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13591 (gdb-set-gud-minor-mode-existing-buffers)
13592 (gdb-info-breakpoints-custom, gdb-get-location)
13593 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13594 Previously gdb-create-define-alist wasn't always run and added to
13595 after-save-hook.
13596
13597 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13598
13599 2008-04-23 Kevin Ryde <user42@zip.com.au>
13600
13601 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13602 comments like unindented ones.
13603
13604 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13605
13606 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13607 parameter origins.
13608
13609 2008-04-23 Kevin Ryde <user42@zip.com.au>
13610
13611 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13612 Bind print-level to ensure output forms aren't truncated if
13613 print-level is set to eval-expression-print-level when going via
13614 eval-defun and friends, or has been otherwise fiddled with.
13615
13616 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * progmodes/cc-mode.el (c-basic-common-init): Don't set
13619 font-lock-extend-after-change-region-function globally.
13620
13621 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
13622
13623 * speedbar.el (speedbar-use-tool-tips-flag)
13624 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13625 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13626 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13627 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13628 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13629 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13630 (speedbar-separator-face): Fix typos in docstrings.
13631 (speedbar-stealthy-function-list, speedbar-verbosity-level)
13632 (speedbar-supported-extension-expressions, speedbar-update-current-file)
13633 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13634 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13635 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13636 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13637 (speedbar-check-vc-this-line, speedbar-files-line-directory)
13638 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13639 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13640 (speedbar-recenter): Doc fixes.
13641 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13642 declaration and remove redundant info in docstring.
13643
13644 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
13645
13646 * vc-git.el (vc-git-status-printer): Deal with directories.
13647
13648 * vc.el (vc-next-action): Look at more than the first file to
13649 determine the state.
13650
13651 2008-04-23 Glenn Morris <rgm@gnu.org>
13652
13653 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13654 timers. Doc fix.
13655 (dframe-update-speed): Drop support for XEmacs < 20.
13656 (dframe-frame-mode): Drop support for Emacs < 20.
13657 (dframe-set-timer-internal): Drop support for Emacs without timers.
13658 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13659
13660 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13661 versions. Add doc-string. Mark as obsolete.
13662
13663 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13664
13665 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13666 rather than using an Emacs version test.
13667
13668 * tree-widget.el (tree-widget-image-enable): Use display-images-p
13669 rather than an Emacs version test.
13670
13671 * calendar/cal-china.el (holiday-chinese-qingming)
13672 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13673 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13674 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13675
13676 * calendar/cal-islam.el (holiday-islamic): Doc fix.
13677
13678 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13679 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13680 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13681
13682 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
13683
13684 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13685 (gdb-previous-frame-pc-address): ...to this.
13686 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13687 of "info frame" with Gdb 6.4+.
13688 (gdb-stack-list-frames-regexp): New regexp.
13689 (gdb-frame-handler-1): Parse output of -stack-info-frame.
13690
13691 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
13692
13693 * tar-mode.el (tar-prefix-offset): New constant.
13694 (tar-header-block-tokenize): Support paths with long names
13695 which use the "ustar" standard.
13696
13697 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
13698
13699 * image-dired.el (image-dired-track-original-file)
13700 (image-dired-modify-mark-on-thumb-original-file):
13701 Use `dired-goto-file' instead of `search-forward'. This solves
13702 a bug with finding files where the file name is a subset of other
13703 file names. Doc fix.
13704
13705 2008-04-22 Juri Linkov <juri@jurta.org>
13706
13707 * menu-bar.el (buffers-menu-max-size): Move its definition down to
13708 the "Buffers Menu" section. Change group name `mouse' to `menu'.
13709 (yank-menu-length): Change group name `mouse' to `menu'.
13710 (buffers-menu-buffer-name-length): New user option.
13711 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13712 instead of the hard-coded number 27.
13713
13714 2008-04-22 Juri Linkov <juri@jurta.org>
13715
13716 * isearch.el (eval-when-compile): Require `help-macro'.
13717 (isearch-help-for-help-internal): Isearch specific Help screen
13718 created by `make-help-screen'.
13719 (isearch-help-map): New variable that binds "b", "k", "m" to
13720 isearch-specific commands, and binds other keys to
13721 isearch-other-control-char, thus allowing other Help keys to
13722 exit isearch mode and execute their global definitions.
13723 (isearch-help-for-help, isearch-describe-bindings)
13724 (isearch-describe-key, isearch-describe-mode): New commands.
13725 (isearch-mode-help): Define alias to isearch-describe-mode
13726 and remove its old function definition.
13727 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13728 Remove old comments because this issue is settled now.
13729 (isearch-forward): Describe three new Help commands in the docstring.
13730 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13731 leave the single sentence at the first line of the docstring,
13732 and prepend the word "function" before `isearch-forward'
13733 to make the Help link to the function instead of variable.
13734
13735 2008-04-22 Juri Linkov <juri@jurta.org>
13736
13737 * isearch.el (isearch-success-function): New variable with default
13738 to `isearch-success-function-default'.
13739 (isearch-search): Call a function from `isearch-success-function'
13740 instead of calling the hard-coded `isearch-range-invisible'.
13741 (isearch-success-function-default): New function that calls
13742 `isearch-range-invisible' and inverts its return value.
13743
13744 * info.el (Info-search): In two similar places that skip
13745 undesired search matches move code to Info-search-success-function,
13746 and call `isearch-success-function' instead.
13747 (Info-search-success-function): New function copied from code
13748 in Info-search. Replace isearch-range-invisible with
13749 text-property-not-all that checks for 'invisible and 'display
13750 properties to skip partially invisible matches (whose display
13751 properties were set by Info-fontify-node).
13752 (Info-mode): Set buffer-local isearch-success-function
13753 to Info-search-success-function.
13754
13755 2008-04-22 Juri Linkov <juri@jurta.org>
13756
13757 * minibuffer.el (internal-complete-buffer-except): New function.
13758
13759 * files.el (read-buffer-to-switch): New function.
13760 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13761 Change interactive spec to call read-buffer-to-switch instead of
13762 using the letter "B".
13763
13764 * simple.el (minibuffer-default-add-shell-commands): New function.
13765 Use declare-function for mailcap-file-default-commands from "mailcap".
13766 (shell-command): Set local minibuffer-default-add-function to
13767 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13768 before calling read-shell-command. Set 4th arg default-value of
13769 read-shell-command to relative buffer-file-name in file buffers.
13770
13771 * dired-aux.el (dired-read-shell-command-default): Move it to
13772 gnus/mailcap.el and change its name to more general name
13773 mailcap-file-default-commands.
13774 (minibuffer-default-add-dired-shell-commands): New function.
13775 Use declare-function for mailcap-file-default-commands from "mailcap".
13776 (dired-read-shell-command): Set local minibuffer-default-add-function
13777 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13778 before calling read-shell-command. Remove dired-read-shell-command-default
13779 from the default value arg because default values are not set in
13780 minibuffer-default-add-dired-shell-commands. Doc fix.
13781
13782 * dired-x.el (dired-smart-shell-command): Sync arguments and
13783 interactive spec with changes in `shell-command'.
13784 Use dired-get-filename to get the dired file name at point
13785 as the default value in dired mode.
13786
13787 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * info.el (Info-complete-menu-item): Add missing parenthesis.
13790
13791 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * info.el (Info-complete-menu-item): Save point.
13794
13795 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13798
13799 2008-04-22 Andreas Schwab <schwab@suse.de>
13800
13801 * Makefile.in (emacs-deps): Define.
13802 Use it instead of $(lisp)/subdirs.el.
13803
13804 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
13805
13806 * vc.el (vc-next-action): Do not consider directories when
13807 checking for state compatibility.
13808 (vc-transfer-file): Use when not if.
13809 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13810 (vc-dir-mark-file): Use them.
13811 (vc-deduce-fileset): Also return the backend.
13812 (vc-diff-internal): Take as argument the value returned by
13813 vc-deduce-fileset instead of just the fileset.
13814 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13815 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13816 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13817
13818 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
13819
13820 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13821 set-window-vscroll but image-scroll-down. Fixes a bug where a
13822 command following SPC scrolled up again.
13823
13824 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
13825
13826 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13827 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13828 (gud-watch): Add "$" prefix when in registers buffer.
13829
13830 2008-04-22 Glenn Morris <rgm@gnu.org>
13831
13832 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13833
13834 * whitespace.el (whitespace-display-table)
13835 (whitespace-display-table-was-local): Move definitions before use.
13836
13837 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13838 (copyright-limit): Respect copyright-at-end-flag.
13839 (copyright-re-search, copyright-start-point)
13840 (copyright-offset-too-large-p): New functions.
13841 (copyright-update-year): Use copyright-re-search.
13842 (copyright-update, copyright-fix-years): Use copyright-start-point,
13843 and copyright-re-search.
13844 (copyright): Use copyright-offset-too-large-p.
13845 * add-log.el (change-log-mode): Set copyright-at-end-flag.
13846
13847 * add-log.el (top-level): Require 'cl when compiling.
13848
13849 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13852 Treat minibuffer-completion-predicate as a predicate.
13853
13854 * minibuffer.el (completion--file-name-table): Accept both the old
13855 `dir' arg or the new `pred' arg.
13856
13857 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13858 `predicate' argument to pass non-predicate data.
13859 (ffap-read-url-internal, ffap-read-file-or-url-internal):
13860 Use second arg as proper predicate.
13861
13862 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13863 (vc-bzr-revision-completion-table): Use completion-table-with-context
13864 instead.
13865
13866 * simple.el (choose-completion-string): Use minibuffer-completion-table.
13867
13868 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
13869
13870 * term.el (term-emulate-terminal): Perform redisplay after the
13871 process filter has finished running.
13872
13873 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13876
13877 * minibuffer.el (completion-try-completion): Change magic symbol
13878 property name. Rename from minibuffer-try-completion.
13879 (completion-all-completions): Rename from minibuffer-all-completions.
13880 Remove hide-spaces argument.
13881 (completion--do-completion): Rename from minibuffer--do-completion.
13882 (minibuffer-complete-and-exit): Call just try-completion rather than
13883 completion-try-completion to fix up the case.
13884 (completion--try-word-completion): Try to add space or hyphen before
13885 making `string' a prefix of `completion'.
13886 (completion--insert-strings): Rename from minibuffer--insert-strings.
13887
13888 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13889
13890 * net/tls.el (tls-program): Add -ign_eof argument to call the
13891 openssl commands.
13892 (tls-checktrust): Ditto.
13893
13894 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
13895
13896 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13897
13898 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13899 (vc-check-master-templates, vc-file-not-found-hook)
13900 (vc-kill-buffer-hook):
13901 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13902 (vc-find-position-by-context, vc-buffer-context)
13903 (vc-restore-buffer-context, vc-responsible-backend)
13904 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13905 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13906 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13907 (vc-version-diff, vc-diff, vc-insert-headers)
13908 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13909 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13910 (vc-revert, vc-rollback, vc-version-backup-file)
13911 (vc-rename-master, vc-delete-file, vc-rename-file)
13912 (vc-branch-part, vc-default-retrieve-snapshot)
13913 (vc-annotate-display-autoscale, vc-annotate-display-select)
13914 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13915 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13916 (vc-dir-update): Handle directories.
13917 (vc-default-status-printer): Simplify.
13918
13919 * progmodes/asm-mode.el (asm-mode-map):
13920 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13921
13922 * progmodes/m4-mode.el (m4-mode-map): Add menu.
13923
13924 2008-04-21 Kenichi Handa <handa@m17n.org>
13925
13926 * select.el (xselect-convert-to-string): Send a C_STRING only if
13927 the polymorphic target TEXT is requested.
13928
13929 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
13930
13931 * minibuffer.el (completion-setup-hook, display-completion-list)
13932 (completion--file-name-table): Fix typos in docstrings.
13933 (completion-table-dynamic): Fix typo, and reflow docstring.
13934
13935 2008-04-20 Andreas Schwab <schwab@suse.de>
13936
13937 * server.el (server-switch-buffer): Also consider clients in the
13938 selected frame.
13939
13940 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13941
13942 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13943 Select window clicked on first.
13944 (gdb): Display thread number in mode-line.
13945 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13946 (gdb-breakpoints-header): New variable.
13947 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13948
13949 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13950
13951 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
13952 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13953 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13954 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13955 (vc-sccs-print-log): Use it.
13956
13957 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13958
13959 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13960 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13961
13962 * tooltip.el (tooltip-previous-message): New var.
13963 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13964 the C code (avoid overwriting a minibuffer, restore previous echo
13965 message, ...).
13966 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13967 Simplify.
13968
13969 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13970
13971 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13972 (gdb-init-1): Initialise it.
13973 (gdb-annotation-rules): New entry for "new-thread".
13974 (gdb-thread-identification): New function to customize
13975 mode-line-buffer-identification.
13976 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13977 (gdb-assembler-mode): Use it.
13978 (gdb-threads-mode): Force "info threads" onto queue.
13979
13980 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * files.el (locate-file-completion-table): Rename from
13983 locate-file-completion and make it use `pred' in the normal way.
13984 (locate-file-completion): New compatibility wrapper.
13985 (load-library): Use locate-file-completion-table.
13986 * finder.el (finder-commentary):
13987 * subr.el (locate-library):
13988 * emacs-lisp/find-func.el (find-library): Likewise.
13989 * info.el: Use with-current-buffer and inhibit-read-only.
13990 (Info-read-node-name-2): Change to use `predicate' in the normal way.
13991 (Info-read-node-name-1): Adjust uses accordingly.
13992
13993 * minibuffer.el (completion-table-with-context): Add support for `pred'.
13994 (completion-table-with-terminator): Don't use complete-with-action
13995 since we have to distinguish all three cases anyway.
13996 (completion-table-with-predicate): New function.
13997 (dynamic-completion-table): Add obsolete alias.
13998
13999 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
14000
14001 2008-04-18 Sam Steingold <sds@gnu.org>
14002
14003 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
14004 Use quit-window instead of bury-buffer.
14005
14006 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14007
14008 * minibuffer.el (completion-table-with-terminator): Fix last fix.
14009
14010 2008-04-18 Andreas Schwab <schwab@suse.de>
14011
14012 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
14013 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
14014 Depend on $(lisp)/subdirs.el.
14015
14016 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
14017
14018 * descr-text.el (describe-char-after):
14019 Use `define-obsolete-function-alias'.
14020
14021 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
14022
14023 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
14024
14025 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
14026 Remove redundant obsolescence info in docstring.
14027
14028 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
14029 (vc-header-alist): Add WHEN to obsolescence declaration.
14030 (vc-state): Fix typo in docstring.
14031
14032 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
14033 Use `define-obsolete-variable-alias'.
14034
14035 * emulation/tpu-edt.el (tpu-have-ispell):
14036 * international/codepage.el (codepage-setup):
14037 Fix typo in obsolescence declaration.
14038
14039 * international/mule.el (char-coding-system-table):
14040 Remove redundant obsolescence info in docstring.
14041 (charset-list, generic-char-p, set-char-table-default):
14042 Fix typos in obsolescence declarations.
14043
14044 * international/mule-diag.el (non-iso-charset-alist):
14045 Fix typo in obsolescence declaration.
14046 (decode-codepage-char): Remove redundant obsolescence info in docstring.
14047
14048 * font-core.el (font-lock-defaults-alist):
14049 * font-lock.el (font-lock-reference-face):
14050 * frame.el (screen-height, screen-width, set-screen-width)
14051 (set-screen-height):
14052 * hilit-chg.el (highlight-changes-initial-state):
14053 * isearch.el (isearch-return-char):
14054 * log-edit.el (cvs-commit-buffer-require-final-newline)
14055 (cvs-changelog-full-paragraphs):
14056 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
14057 (mouse-popup-menubar-stuff):
14058 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
14059 (mouse-wheel-click-button):
14060 * outline.el (outline-visible):
14061 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
14062 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
14063 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
14064 * progmodes/compile.el (compile-internal):
14065 Add WHEN to obsolescence declarations.
14066
14067 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14068
14069 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
14070 is not better anyway.
14071
14072 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14073
14074 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
14075 properly.
14076
14077 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
14080 (python-use-skeletons): Remove, unused.
14081 (python-skeletons): Remove. Use the abbrev table instead.
14082 (python-mode-abbrev-table): Fix regexp;
14083 add enable-function and case-fixed.
14084 (def-python-skeleton): Simplify.
14085 (python-expand-template): Use the abbrev-table and abbrev-insert.
14086 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14087 Remove.
14088 (python-mode): Don't set pre-abbrev-expand-hook.
14089
14090 * skeleton.el: Set coding-tag.
14091
14092 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
14093 (expand-abbrev): Use it.
14094 (abbrev-table-menu): New function.
14095
14096 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
14097
14098 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
14099
14100 2008-04-17 Sam Steingold <sds@gnu.org>
14101
14102 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
14103 idiosyncratic bury-buffer/delete-window logic.
14104
14105 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
14108 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
14109
14110 2008-04-17 Kenichi Handa <handa@m17n.org>
14111
14112 * international/characters.el: Don't make the width of U+00AD to 0.
14113
14114 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
14115
14116 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
14117 (gdb, gdb-starting, gdb-frames-mode): Use it.
14118 (gdb-invalidate-frames): Advise to call "info stack" only if
14119 execution has occurred.
14120 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
14121 selected frame if no execution has occurred.
14122 (gdb-frames-force-update): New interactive function.
14123 (gdb-frames-mode-map): Bind it to "F".
14124
14125 2008-04-17 Michael Olson <mwolson@gnu.org>
14126
14127 * textmodes/remember.el (remember-version): Release Remember 2.0.
14128
14129 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
14130
14131 * textmodes/artist.el:
14132 * progmodes/vhdl-mode.el:
14133 * progmodes/verilog-mode.el:
14134 * progmodes/vera-mode.el:
14135 * progmodes/simula.el:
14136 * progmodes/ps-mode.el:
14137 * progmodes/cmacexp.el:
14138 * obsolete/hilit19.el:
14139 * emulation/viper.el:
14140 * ediff.el: Cleanup the bug-report email addresses and make sure the
14141 maintainer is still willing to handle bug reports.
14142
14143 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
14144
14145 * vc.el (vc-dir-kill-query): Fix thinko.
14146
14147 2008-04-16 Glenn Morris <rgm@gnu.org>
14148
14149 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
14150 by diary-sexp-entry.
14151
14152 2008-04-16 Markus Triska <markus.triska@gmx.at>
14153
14154 * proced.el (proced-command-alist): Add support for darwin.
14155
14156 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14157
14158 * proced.el (proced-mode): Redefine as just the major-mode.
14159 (proced): Separate it from proced-mode.
14160
14161 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
14162
14163 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14164
14165 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
14166 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
14167 `tab-width' setting from user. New version 10.0. Doc and docstring
14168 fix.
14169 (whitespace-style, whitespace-chars): Remove options.
14170 (whitespace-style-mark): New option, replace whitespace-style deleted
14171 option. Fix docstring.
14172 (whitespace-style-color): New option, replace whitespace-chars deleted
14173 option. Fix docstring.
14174 (whitespace-space, whitespace-hspace, whitespace-tab)
14175 (whitespace-newline, whitespace-trailing, whitespace-line)
14176 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
14177 (whitespace-space-after-tab, whitespace-hspace-regexp)
14178 (whitespace-space-regexp, whitespace-tab-regexp)
14179 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14180 (whitespace-empty-at-eob-regexp, whitespace-line-column)
14181 (whitespace-toggle-option-alist): Fix docstring.
14182 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
14183 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
14184 docstring and initialization.
14185 (global-whitespace-mode): Autoloaded global minor mode.
14186 (whitespace-chars-value-list, whitespace-style-value-list)
14187 (whitespace-active-chars, whitespace-active-style)
14188 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
14189 (whitespace-color-value-list): New var, replace
14190 whitespace-chars-value-list removed var.
14191 (whitespace-mark-value-list): New var, replace
14192 whitespace-style-value-list removed var.
14193 (whitespace-active-color): New var, replace whitespace-active-chars
14194 removed var.
14195 (whitespace-active-mark): New var, replace whitespace-active-style
14196 removed var.
14197 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
14198 removed var.
14199 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
14200 removed var.
14201 (whitespace-toggle-option-alist, whitespace-report-list)
14202 (whitespace-report-text, whitespace-help-text): Fix initialization.
14203 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
14204 (whitespace-toggle-options, global-whitespace-toggle-options)
14205 (whitespace-cleanup-region, whitespace-report-region)
14206 (whitespace-interactive-char): Fix docstring and code.
14207 (whitespace-cleanup, whitespace-report): Fix docstring.
14208 (whitespace-replace-spaces-by-tabs): Remove fun.
14209 (whitespace-replace-action): New fun, replace
14210 whitespace-replace-spaces-by-tabs removed fun.
14211 (whitespace-regexp, whitespace-indentation-regexp)
14212 (whitespace-space-after-tab-regexp, whitespace-insert-value)
14213 (whitespace-kill-buffer): New funs.
14214 (whitespace-insert-option-mark, whitespace-help-on)
14215 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
14216 (whitespace-color-on, whitespace-color-off)
14217 (whitespace-display-char-on): Fix code.
14218
14219 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
14222 (mouse-throw-magnifier-with-mouse-movement): Remove.
14223 (mouse-throw-magnifier-base): New const.
14224 (mouse-drag-scroll-delta): New fun.
14225 (mouse-drag-throw): Use it.
14226
14227 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
14228
14229 * international/uni-bidi.el, international/uni-category.el:
14230 * international/uni-combining.el, international/uni-comment.el:
14231 * international/uni-decimal.el, international/uni-decomposition.el:
14232 * international/uni-digit.el, international/uni-lowercase.el:
14233 * international/uni-mirrored.el, international/uni-name.el:
14234 * international/uni-numeric.el, international/uni-old-name.el:
14235 * international/uni-titlecase.el, international/uni-uppercase.el:
14236 * international/charprop.el: Regenerate.
14237
14238 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
14239
14240 * vc.el (vc-status-fileinfo): Add new member directoryp.
14241 (vc-default-status-printer): Print directories.
14242 (vc-status-update): Sort files before subdirectories.
14243
14244 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14245 Add alternative implementation based on "cvs update".
14246
14247 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
14248
14249 * doc-view.el: Changed requirements section to tell that only one
14250 of dvipdf or dvipdfm is needed.
14251 (doc-view-already-converted-p): Fix bug that forced reconversion
14252 if doc was already converted.
14253
14254 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14255
14256 * minibuffer.el (minibuffer-message):
14257 Make sure we can put-text-property.
14258
14259 * emacs-lisp/crm.el: Complete rewrite.
14260
14261 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
14262 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
14263 case of an error in display-completion-list.
14264
14265 * filecache.el (file-cache-completions-keymap): Move init from
14266 file-cache-completion-setup-function into declaration.
14267 (file-cache-minibuffer-complete): Simplify.
14268 (file-cache-completion-setup-function): Use standard-output,
14269 preserve current-buffer.
14270
14271 * vc.el (vc-status-update): Fix typo.
14272 (vc-status-update): Set needs-update.
14273 (vc-status-refresh): η-reduce.
14274
14275 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
14276
14277 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
14278 to image-eol.
14279
14280 2008-04-14 Alexandre Julliard <julliard@winehq.org>
14281
14282 * vc.el (vc-status-update): Undo the previous revert.
14283
14284 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * minibuffer.el (completion-table-with-terminator): Those completions
14287 are never valid w.r.t test-completion.
14288 (completion--file-name-table):
14289 Check completion-all-completions-with-base-size.
14290
14291 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
14292
14293 * doc-view.el (doc-view-dvipdf-program): New variable.
14294 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
14295 (doc-view-mode-p): Check for doc-view-dvipdf-program as
14296 alternative for doc-view-dvipdfm-program.
14297 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14298
14299 * doc-view.el (doc-view-start-process): Don't set
14300 default-directory to "~/" if the current value is valid.
14301 This broke PS files that run other files in the same directory.
14302
14303 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
14304
14305 * vc.el (vc-status-kill-query): New function.
14306 (vc-status-mode): Add it to kill-buffer-query-functions.
14307 (vc-status-show-fileentry): New function.
14308 (vc-status-menu-map): Bind it. Bind vc-next-action.
14309
14310 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14311
14312 * minibuffer.el (minibuffer-message): Put cursor at the right place.
14313
14314 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14315
14316 * proced.el (proced-send-signal): Fix error recognition.
14317
14318 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14319
14320 * proced.el (proced-command-alist): Remove sort column.
14321 (proced-command, proced-procname-column):
14322 Use make-variable-buffer-local.
14323 (proced-signal-function): Rename from proced-kill-program.
14324 Allow for elisp symbols and string values representing system calls.
14325 (proced-marker-regexp, proced-success-message): New functions.
14326 (proced): Use defalias. Add autoload cookie.
14327 (proced-unmark-backward, proced-toggle-marks)
14328 (proced-hide-processes): New commands.
14329 (proced-do-mark): Simplify code.
14330 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14331 (proced-update): Remove sorting.
14332 (proced-send-signal): Display number of processes to operate on.
14333 Allow for system calls or elisp functions to send signals.
14334 Check if signal was sent successfully.
14335
14336 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14337
14338 * minibuffer.el (completion-all-completion-with-base-size): New var.
14339 (completion--some): New function.
14340 (completion-table-with-context, completion--file-name-table):
14341 Return the base-size if requested.
14342 (completion-table-in-turn): Generalize to multiple arguments.
14343 (complete-in-turn): Compatibility alias.
14344 (completion-styles-alist): New var.
14345 (completion-styles): New customization.
14346 (minibuffer-try-completion, minibuffer-all-completions):
14347 New functions.
14348 (minibuffer--do-completion, minibuffer-complete-and-exit)
14349 (minibuffer-try-word-completion): Use them.
14350 (display-completion-list, minibuffer-completion-help): Use them.
14351 Handle all-completions's new base-size info to set completion-base-size.
14352 * info.el (Info-read-node-name-1): Use completion-table-with-context,
14353 completion-table-with-terminator and complete-with-action.
14354 Remove the now obsolete completion-base-size-function property.
14355 * simple.el (completion-list-mode-map): Move init into declaration.
14356 (completion-list-mode): Use define-derived-mode.
14357 (completion-setup-function): Use any completion-base-size that may
14358 have been set before. Remove handling of completion-base-size-function.
14359 * loadup.el: Move abbrev.el up earlier.
14360
14361 2008-04-13 Alexandre Julliard <julliard@winehq.org>
14362
14363 * vc-git.el (vc-git-after-dir-status-stage)
14364 (vc-git-dir-status-goto-stage): New functions.
14365 (vc-git-after-dir-status-stage1)
14366 (vc-git-after-dir-status-stage1-empty-db)
14367 (vc-git-after-dir-status-stage2): Remove, functionality moved
14368 into the new generic stage functions.
14369 (vc-git-dir-status-files): New function.
14370
14371 * vc.el (vc-status-update): Revert an incorrect rewrite.
14372 Add some comments.
14373 (vc-status-refresh-files): New function.
14374 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14375 state of up-to-date files.
14376 (vc-default-dir-status-files): New function.
14377
14378 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
14379
14380 * minibuffer.el (completion--embedded-envvar-table)
14381 (read-file-name-internal): Fix typos in 2008-04-11 change.
14382
14383 * faces.el (read-face-name): Use `completion-table-in-turn',
14384 not `complete-in-turn'.
14385
14386 2008-04-13 Andreas Schwab <schwab@suse.de>
14387
14388 * progmodes/etags.el: Require 'cl when compiling.
14389
14390 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
14391
14392 * progmodes/gud.el (gud-menu-map): Expand tooltip.
14393
14394 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14395 (menu): Add/expand menu tooltips.
14396
14397 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14398
14399 * progmodes/sh-script.el (sh-show-indent): Fix typo.
14400 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14401
14402 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14403 considered registered.
14404
14405 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14406
14407 * emacs-lisp/copyright.el (copyright-update-directory): New command.
14408
14409 * ediff-wind.el (ediff-split-window-function)
14410 (ediff-merge-split-window-function): Improve custom type.
14411
14412 2008-04-12 Eli Zaretskii <eliz@gnu.org>
14413
14414 * loadup.el ("minibuffer"): Move after "faces".
14415
14416 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * progmodes/hideif.el (hif-factor): Handle unary minus.
14419
14420 2008-04-12 Glenn Morris <rgm@gnu.org>
14421
14422 * calendar/cal-china.el (chinese-calendar-time-zone):
14423 Mark obsolete name as risky too.
14424
14425 * calendar/calendar.el (calendar-faces): New custom group.
14426 (calendar-today, diary, holiday): Doc fix.
14427 Move to calendar-faces group.
14428 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14429 (diary-button): Doc fix. Move to calendar-faces group.
14430
14431 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14432 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14433 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14434 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14435 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14436 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14437 not in dumped files before the associated defcustom.
14438
14439 2008-04-11 Johan Bockgård <bojohan@gnu.org>
14440
14441 * minibuffer.el (lazy-completion-table): Fix debug spec.
14442
14443 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14444
14445 * minibuffer.el (complete-with-action, lazy-completion-table):
14446 Move from subr.el.
14447 (apply-partially, completion-table-dynamic)
14448 (completion-table-with-context, completion-table-with-terminator)
14449 (completion-table-in-turn): New funs.
14450 (completion--make-envvar-table, completion--embedded-envvar-table):
14451 New funs.
14452 (read-file-name-internal): Use them.
14453 (completion-setup-hook): Move from simple.el.
14454 * subr.el (complete-with-action, lazy-completion-table):
14455 * simple.el (completion-setup-hook): Move to minibuffer.el.
14456
14457 2008-04-11 Glenn Morris <rgm@gnu.org>
14458
14459 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14460
14461 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14464
14465 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14466
14467 * textmodes/fill.el (fill-forward-paragraph-function): New var.
14468 (fill-forward-paragraph): New fun.
14469 (fill-paragraph, fill-region): Use it.
14470
14471 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14472 (vc-status-create-fileinfo): Make `extra' optional.
14473 (vc-status-busy): New fun.
14474 (vc-status-menu-map): Use it.
14475 (vc-status-crt-marked): Remove.
14476 (vc-status-update): Rename from vc-status-add-entries.
14477 Add argument so as to prevent addition of entries. Rewrite.
14478 (vc-update-vc-status-buffer): Remove.
14479 (vc-status-refresh): Don't remove old entries, set them to
14480 up-to-date instead. Also do it after the update is complete.
14481 (vc-status-marked-files): η-reduce.
14482
14483 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14484 for non-dialogs.
14485
14486 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14487
14488 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14489
14490 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
14491
14492 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14493 to t and don't truncate msg.
14494
14495 2008-04-11 Glenn Morris <rgm@gnu.org>
14496
14497 * calendar/calendar.el (diary, holidays):
14498 Move custom groups to other files.
14499 (holiday-general-holidays, holiday-oriental-holidays)
14500 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14501 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14502 (holiday-hebrew-holidays, holiday-christian-holidays)
14503 (holiday-islamic-holidays, holiday-bahai-holidays)
14504 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14505 * calendar/diary-lib.el: Move custom group here from calendar.el.
14506 * calendar/holidays.el: Move custom group and variables here
14507 from calendar.el.
14508
14509 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14510
14511 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14512 Fix custom group.
14513 (calendar-current-time-zone-cache): Autoload riskiness.
14514
14515 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14516
14517 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
14518
14519 * woman.el (woman2-TH): Use string-equal instead of string-match.
14520
14521 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14524 (smerge-resolve): Merge the "2-way refinement" case with one half of
14525 the "mere whitespace" resolution.
14526
14527 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
14528
14529 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14530
14531 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
14532
14533 * subr.el (assoc-ignore-case, assoc-ignore-representation):
14534 Add WHEN to obsolescence declaration.
14535
14536 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14537
14538 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
14539
14540 * vc-hooks.el (vc-state): Add new state `conflict'.
14541 (vc-after-save): Use when not if.
14542 (vc-default-mode-line-string): Deal with the conflict state.
14543 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14544
14545 * vc.el (vc-editable-p, vc-default-status-printer)
14546 (vc-next-action): Deal with the conflict state.
14547 (vc-mark-resolved): New function.
14548 (vc-status-mode): Fix mode name.
14549 (vc-default-comment-history): Use when not if.
14550 (Todo): Add new entries, remove old ones.
14551
14552 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14553 (vc-cvs-parse-status, vc-cvs-after-dir-status):
14554 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14555 Detect the conflict state.
14556
14557 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14558
14559 2008-04-10 Glenn Morris <rgm@gnu.org>
14560
14561 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14562 Respect truncate-partial-width-windows in non-full windows,
14563 with regards to :toggle and :enable state.
14564
14565 * simple.el (toggle-truncate-lines): Doc fix.
14566
14567 * Makefile.in (MH_E_DIR): New variable.
14568 (MH_E_SRC): Restore variable removed 2008-03-13.
14569 (mh-loaddefs.el): Depend on $MH_E_SRC.
14570 (CAL_DIR, CAL_SRC): New variables.
14571 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14572 Depend on CAL_SRC.
14573
14574 * calendar/calendar.el (calendar, diary): Add :prefix.
14575 (holidays): Change :prefix.
14576 (calendar-today, holiday, calendar-holiday-marker)
14577 (european-calendar-style): Change custom groups.
14578
14579 * calendar/calendar.el (diary-hook, diary-display-hook):
14580 Move to diary-lib.el.
14581 * calendar/diary-lib.el (diary-hook, diary-display-hook):
14582 Move here from calendar.el.
14583 * calendar/appt.el: Require diary-lib rather than calendar.
14584 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14585
14586 * calendar/appt.el (appt): Add :prefix.
14587
14588 * calendar/diary-lib.el (diary-hook): Doc fix.
14589 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14590
14591 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14592
14593 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14594 New functions.
14595
14596 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14597 the arg to recursive calls.
14598
14599 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14600
14601 * minibuffer.el (completion-auto-help): Fix typo.
14602
14603 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14606
14607 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
14608
14609 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14610 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14611
14612 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14615
14616 * minibuffer.el (minibuffer): Move group from cus-edit.el.
14617 (completion-auto-help): Move from C code.
14618 (minibuffer--maybe-completion-help): Remove.
14619 (minibuffer--bitset): New function.
14620 (minibuffer--do-completion): Rename from minibuffer-do-completion.
14621 Renumber a bit. Really complete on string *before* point.
14622 Add argument used for word-completion.
14623 Join trailing / in completion with following text, as done in
14624 minibuffer-complete-word.
14625 Handle new value `lazy' for completion-auto-help.
14626 (minibuffer-try-word-completion): New function extracted from
14627 minibuffer-complete-word.
14628 (minibuffer-complete-word): Use minibuffer--do-completion.
14629 (minibuffer--insert-strings): Rename from
14630 minibuffer-complete-insert-strings.
14631 (exit-minibuffer): Fix typo.
14632 * cus-edit.el (minibuffer): Move group to minibuffer.el.
14633 * cus-start.el: Remove completion-auto-help.
14634
14635 2008-04-09 Alexandre Julliard <julliard@winehq.org>
14636
14637 * vc.el (vc-status-add-entries): New function.
14638 (vc-status-add-entry): Remove.
14639 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14640 Use vc-status-add-entries.
14641
14642 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14643 order.
14644
14645 2008-04-09 Jason Rumney <jasonr@gnu.org>
14646
14647 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14648 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14649 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14650 (AUTOGENEL): New variable.
14651 (distclean, maintainer-clean): New targets.
14652
14653 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
14654
14655 * emacs-lisp/regexp-opt.el (regexp-opt):
14656 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14657
14658 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
14659
14660 * nxml/nxml-mode.el (nxml-cleanup): New function.
14661 (nxml-mode): Add it to change-major-mode-hook.
14662
14663 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14664
14665 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14666
14667 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14668
14669 * calc/.cvsignore: New file.
14670
14671 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14672
14673 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14674
14675 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14676 show-help-function when turning tooltip off.
14677 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14678 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14679
14680 2008-04-09 Alan Mackenzie <acm@muc.de>
14681
14682 * font-lock.el (font-lock-extend-after-change-region-function):
14683 Make it buffer local.
14684
14685 2008-04-09 Glenn Morris <rgm@gnu.org>
14686
14687 * calendar/calendar.el (diary-file, european-calendar-style):
14688 Remove autoload cookies.
14689
14690 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14691
14692 * outline.el (outline-mode-menu-bar-map):
14693 * log-view.el (log-view-mode-menu):
14694 * log-edit.el (log-edit-menu): Add :help.
14695
14696 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
14697
14698 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14699 Use substring-no-properties for correct handling of unibyte strings.
14700
14701 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * add-log.el (change-log-next-buffer): Handle the case where version<
14704 signals an error.
14705
14706 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14707 mouse-major-mode-menu.
14708 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14709 (mouse-major-mode-menu, mouse-popup-menubar)
14710 (mouse-popup-menubar-stuff): Use them.
14711 (C-down-mouse-3): Bind to a dynamic map rather than to
14712 mouse-popup-menubar-stuff.
14713
14714 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14715 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14716
14717 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14720 file:// access method.
14721
14722 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * minibuffer.el: New file.
14725 * loadup.el: Load it.
14726
14727 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14728
14729 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14730 rather than subdirs.el. It introduces an ugly circular dependency, tho.
14731
14732 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14733 (calc-mode-map, calc-digit-map, calc-dispatch-map):
14734 Move initialization into declaration.
14735 * calc/calc-yank.el:
14736 * calc/calc-misc.el:
14737 * calc/calc-embed.el:
14738 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
14739
14740 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * ps-samp.el (ps-add-printer, ps-remove-printer)
14743 (ps-make-dynamic-printer-menu): New functions.
14744
14745 * net/zeroconf.el: New file.
14746
14747 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14750
14751 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14752
14753 * vc-rcs.el (vc-rcs-modify-change-comment):
14754 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14755
14756 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14757
14758 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
14759
14760 * international/mule-cmds.el (set-locale-environment): Don't warn if
14761 coding system doesn't agree with system locale (this reverts changes
14762 by Dave Love, dated 2002-10-27 and 2002-10-09).
14763
14764 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14765 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14766
14767 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14768
14769 2008-04-08 Glenn Morris <rgm@gnu.org>
14770
14771 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14772 * textmodes/remember.el (remember-diary-convert-entry):
14773 Require calendar.
14774
14775 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14776 diary-file, since it is the default for make-diary-entry anyway.
14777
14778 * calendar/cal-menu.el (cal-menu-event-to-date):
14779 Rename calendar-event-to-date. Update callers.
14780 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14781 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14782 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14783 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14784 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14785 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14786 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14787 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14788 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14789 (calendar-mouse-tex-month-landscape):
14790 Rename cal-tex-mouse-month-landscape.
14791 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14792 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14793 (calendar-mouse-tex-year-landscape):
14794 Rename cal-tex-mouse-year-landscape.
14795 (cal-menu-context-mouse-menu): Update for above name changes.
14796
14797 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14798 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14799 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14800 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14801 * calendar/holidays.el: Replace int-to-string with number-to-string.
14802
14803 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
14804
14805 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14806 region if point moves.
14807
14808 2008-04-08 Kenichi Handa <handa@m17n.org>
14809
14810 * faces.el (font-slant-table): Change numeric values for `r',
14811 `roman', and `normal'.
14812
14813 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
14814
14815 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14816
14817 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
14818
14819 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14820 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
14821
14822 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
14823
14824 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14825 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
14826
14827 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14828
14829 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14830
14831 2008-04-07 Sam Steingold <sds@gnu.org>
14832
14833 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14834 Add helper functions.
14835 (lisp-do-defun): Extract the common part of lisp-eval-defun and
14836 lisp-compile-defun; DEFVAR forms reset the variables to the init
14837 values, just like in emacs-lisp mode eval-defun.
14838 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14839 (lisp-compile-region): Use lisp-compile-string.
14840
14841 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * subr.el (combine-and-quote-strings): Also quote strings that contain
14844 the separator.
14845
14846 * pcvs-util.el (cvs-map): Avoid recursion :-(
14847
14848 2008-04-07 Glenn Morris <rgm@gnu.org>
14849
14850 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14851
14852 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14853 view-diary-entries-initially. Keep old name as alias, update users.
14854 (calendar-mark-diary-entries-flag): Rename
14855 mark-diary-entries-in-calendar. Keep old name as alias, update users.
14856 (calendar-view-holidays-initially-flag): Rename
14857 view-calendar-holidays-initially. Keep old name as alias, update users.
14858 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14859 Keep old name as alias, update users.
14860 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14861 Keep old name as alias, update users.
14862 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14863 Keep old name as alias, update users.
14864 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14865 Keep old name as alias, update users.
14866 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
14867 (diary-american-date-forms): Rename american-date-diary-pattern.
14868 Keep old name as alias, update users.
14869 (diary-european-date-forms): Rename european-date-diary-pattern.
14870 Keep old name as alias, update users.
14871 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14872 Keep old name as alias, update users.
14873 (calendar-european-date-display-form): Rename
14874 european-calendar-display-form. Keep old name as alias, update users.
14875 (calendar-american-date-display-form): Rename
14876 european-calendar-display-form. Keep old name as alias, update users.
14877 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14878 Keep old name as alias, update users.
14879 (holiday-general-holidays): Rename general-holidays.
14880 Keep old name as alias, update users.
14881 (holiday-oriental-holidays): Rename oriental-holidays.
14882 Keep old name as alias, update users.
14883 (holiday-local-holidays): Rename local-holidays.
14884 Keep old name as alias, update users.
14885 (holiday-other-holidays): Rename other-holidays.
14886 Keep old name as alias, update users.
14887 (holiday-hebrew-holidays): Rename hebrew-holidays.
14888 Keep old name as alias, update users.
14889 (holiday-christian-holidays): Rename christian-holidays.
14890 Keep old name as alias, update users.
14891 (holiday-islamic-holidays): Rename islamic-holidays.
14892 Keep old name as alias, update users.
14893 (holiday-bahai-holidays): Rename bahai-holidays.
14894 Keep old name as alias, update users.
14895 (holiday-solar-holidays): Rename solar-holidays.
14896 Keep old name as alias, update users.
14897 (diary-fancy-buffer): Rename fancy-diary-buffer.
14898 Keep old name as alias, update users.
14899 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14900 Update users.
14901 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14902 Update users.
14903 (calendar-increment-month): Rename increment-calendar-month.
14904 Keep old name as alias, update callers.
14905 (calendar-increment-month-cons): Rename old calendar-increment-month.
14906 Update callers.
14907 (calendar-extract-month): Rename extract-calendar-month.
14908 Keep old name as alias, update callers.
14909 (calendar-extract-day): Rename extract-calendar-day.
14910 Keep old name as alias, update callers.
14911 (calendar-extract-year): Rename extract-calendar-year.
14912 Keep old name as alias, update callers.
14913 (calendar-generate-window): Rename generate-calendar-window.
14914 Update callers.
14915 (calendar-generate): Rename generate-calendar. Update callers.
14916 (calendar-generate-month): Rename generate-calendar-month.
14917 Update callers.
14918 (calendar-redraw): Rename redraw-calendar. Update callers.
14919 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
14920 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14921 Update callers.
14922 (calendar-update-mode-line): Rename update-calendar-mode-line.
14923 Update callers.
14924 (calendar-exit): Rename exit-calendar. Keep old name as alias,
14925 update callers.
14926 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14927 Keep old name as alias, update callers.
14928 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14929 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14930 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14931 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14932 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14933 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14934 * calendar/solar.el: Update for calendar.el name changes.
14935 * org/org.el (org-agenda-format-date-aligned)
14936 (org-agenda-execute-calendar-command): Access date elements directly
14937 rather than using calendar functions.
14938 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14939 Also set calendar-view-diary-initially-flag,
14940 calendar-view-holidays-initially-flag.
14941 (org-get-entries-from-diary): Also set diary-fancy-buffer.
14942 (org-agenda-execute-calendar-command): No need to set displayed-day.
14943
14944 2008-04-06 Alan Mackenzie <acm@muc.de>
14945
14946 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14947 typo in the doc string.
14948
14949 * progmodes/cc-mode.el (c-basic-common-init):
14950 Set font-lock-extend-after-change-region-function.
14951 (c-extend-after-change-region): New function, used in
14952 font-lock-extend-after-change-region-function, thus superseding
14953 advice on the Font Lock after change functions.
14954 (c-advise-fl-for-region): Remove this macro.
14955
14956 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14957
14958 * textmodes/flyspell.el (flyspell-duplicate-distance):
14959 Improve custom type.
14960
14961 2008-04-06 Glenn Morris <rgm@gnu.org>
14962
14963 * calendar/diary-lib.el (diary-sexp-entry-symbol):
14964 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
14965 (diary-list-entries-hook): Rename list-diary-entries-hook.
14966 Keep old name as alias, update users.
14967 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14968 Keep old name as alias, update users.
14969 (diary-nongregorian-listing-hook): Rename
14970 nongregorian-diary-listing-hook. Keep old name as alias, update users.
14971 (diary-nongregorian-marking-hook): Rename
14972 nongregorian-diary-marking-hook. Keep old name as alias, update users.
14973 (diary-print-entries-hook): Rename print-diary-entries-hook.
14974 Keep old name as alias, update users.
14975 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14976 Keep old name as alias, update users.
14977 (diary-number-of-entries): Rename number-of-diary-entries.
14978 Keep old name as alias, update users.
14979 (view-diary-entries, list-diary-entries, show-all-diary-entries):
14980 Give version of obsolescence.
14981 (diary-view-other-diary-entries): Rename view-other-diary-entries.
14982 Keep old name as alias, update callers.
14983 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
14984 update callers.
14985 (diary-include-other-diary-files): Rename include-other-diary-files.
14986 Keep old name as alias, update callers.
14987 (diary-simple-display): Rename simple-diary-display.
14988 Keep old name as alias, update callers.
14989 (diary-fancy-display): Rename fancy-diary-display.
14990 Keep old name as alias, update callers.
14991 (diary-print-entries): Rename print-diary-entries.
14992 Keep old name as alias, update callers.
14993 (diary-marking-entries-flag): Rename marking-diary-entries.
14994 Update users.
14995 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
14996 (diary-mark-entries): Rename mark-diary-entries.
14997 Keep old name as alias, update callers.
14998 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14999 Keep old name as alias, update callers.
15000 (diary-mark-included-diary-files): Rename mark-included-diary-files.
15001 Keep old name as alias, update callers.
15002 (calendar-mark-days-named): Rename mark-calendar-days-named.
15003 Keep old name as alias, update callers.
15004 (calendar-mark-month): Rename mark-calendar-month.
15005 Keep old name as alias, update callers.
15006 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
15007 Keep old name as alias, update callers.
15008 (diary-sort-entries): Rename sort-diary-entries.
15009 Keep old name as alias, update callers.
15010 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
15011 Keep old name as alias, update callers.
15012 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
15013 update callers.
15014 (diary-insert-entry): Rename insert-diary-entry.
15015 Keep old name as alias.
15016 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
15017 Keep old name as alias.
15018 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
15019 Keep old name as alias.
15020 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
15021 Keep old name as alias.
15022 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
15023 Keep old name as alias.
15024 (diary-insert-block-entry): Rename insert-block-diary-entry.
15025 Keep old name as alias.
15026 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
15027 Keep old name as alias.
15028 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
15029 Keep old name as alias, update users.
15030 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
15031 Keep old name as alias, update callers.
15032 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15033 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
15034 * calendar/icalendar.el: Update for diary-lib name changes.
15035
15036 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
15037
15038 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
15039
15040 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
15041 for copy, move, and link operations.
15042
15043 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
15044
15045 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
15046 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
15047
15048 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
15049 'require' statements with 1-argument ones (wrapped in if's).
15050 For compatibility with the current stable version of XEmacs.
15051
15052 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
15053
15054 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
15055
15056 2008-04-06 Jason Rumney <jasonr@gnu.org>
15057
15058 * language/burmese.el ("Burmese"): Make sample text consistent with
15059 language name.
15060
15061 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
15062
15063 * progmodes/gdb-ui.el (gdb): New group.
15064 (gdb-debug-log-max, gdb-enable-debug)
15065 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
15066 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
15067 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
15068 (gdb-show-changed-values, gdb-max-children)
15069 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
15070 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
15071 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
15072 (gdb-memory-unit): Move to new group from GUD group.
15073 (menu): Allow customization from GDB-UI menu-item.
15074
15075 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
15078
15079 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
15082 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
15083 Revision numbers can include ".".
15084
15085 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
15086 "+" lines not accounted for by counting "-" and context lines.
15087
15088 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15089
15090 * term/mac-win.el (mac-service-open-file): Use file URL instead of
15091 file name string.
15092
15093 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
15096 (vc-bzr-annotate-time): Accept space used to preserve alignment.
15097
15098 2008-04-05 Richard Stallman <rms@gnu.org>
15099
15100 * emacs-lisp/advice.el (defadvice): Add usage pattern.
15101
15102 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
15103
15104 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
15105 thread in [h-e-w]).
15106
15107 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * files.el (abort-if-file-too-large): Fix typo in docstring.
15110
15111 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * subr.el (functionp): Return nil for special forms.
15114
15115 2008-04-05 Glenn Morris <rgm@gnu.org>
15116
15117 * emacs-lisp/autoload.el (autoload-ensure-default-file):
15118 Provide a feature.
15119 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
15120 Require loaddefs file rather than loading it.
15121 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
15122 autoload-ensure-default-file provides a feature.
15123
15124 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
15125 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
15126 (compile, compile-always, recompile): Use $LOADDEFS.
15127 (cal-autoloads): Remove.
15128
15129 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
15130 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
15131
15132 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15133 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
15134
15135 * calendar/calendar.el (diary-hebrew-entry-symbol):
15136 Rename hebrew-diary-entry-symbol. Keep old name as alias.
15137 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
15138 Keep old name as alias.
15139 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
15140 Keep old name as alias.
15141 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
15142 to diary-bahai-entry-symbol.
15143 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
15144 to diary-hebrew-entry-symbol.
15145 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
15146 to diary-islamic-entry-symbol.
15147 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
15148
15149 * calendar/solar.el (diary-sabbath-candles-minutes)
15150 (diary-sabbath-candles): Move to cal-hebrew.
15151 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
15152 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
15153 Doc fix. Keep old name as alias.
15154 (diary-hebrew-sabbath-candles): Simplify.
15155 (solar-setup, solar-sunrise-sunset, calendar-latitude)
15156 (calendar-longitude, calendar-time-zone): Declare for compiler.
15157 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
15158 rename.
15159
15160 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
15161 Rename coptic-calendar-month-name-array. Update callers.
15162 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
15163 (calendar-coptic-name): Rename coptic-name. Update callers.
15164 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
15165 Update callers.
15166 (calendar-coptic-last-day-of-month):
15167 Rename coptic-calendar-last-day-of-month. Update callers.
15168 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
15169 Keep old name as alias, update callers.
15170 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
15171 Keep old name as alias, update callers.
15172 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
15173 Keep old name as alias.
15174 (calendar-ethiopic-month-name-array):
15175 Rename ethiopic-calendar-month-name-array. Update callers.
15176 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
15177 Update callers.
15178 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
15179 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
15180 Keep old name as alias, update callers.
15181 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
15182 Keep old name as alias, update callers.
15183 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
15184 Keep old name as alias.
15185
15186 * calendar/cal-french.el (calendar-french-epoch):
15187 Rename french-calendar-epoch. Update callers.
15188 (calendar-french-month-name-array): Rename variable and function
15189 french-calendar-month-name-array. Update callers.
15190 (calendar-french-multibyte-month-name-array):
15191 Rename french-calendar-multibyte-month-name-array. Update callers.
15192 (calendar-french-day-name-array): Rename variable and function
15193 french-calendar-day-name-array. Update callers.
15194 (calendar-french-special-days-array): Rename variable and function
15195 french-calendar-special-days-array. Update callers.
15196 (calendar-french-multibyte-special-days-array):
15197 Rename french-calendar-multibyte-special-days-array. Update callers.
15198 (calendar-french-accents-p): Rename french-calendar-accents.
15199 Update callers.
15200 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
15201 Update callers.
15202 (calendar-french-last-day-of-month):
15203 Rename french-calendar-last-day-of-month. Update callers.
15204 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
15205 Keep old name as alias, update callers.
15206 (calendar-french-print-date): Rename calendar-print-french-date.
15207 Keep old name as alias, update callers.
15208 (calendar-french-goto-date): Rename calendar-goto-french-date.
15209 Keep old name as alias.
15210
15211 * calendar/cal-menu.el, calendar/calendar.el:
15212 Update for Coptic and French name changes.
15213
15214 * calendar/cal-china.el (calendar-chinese): Rename custom group
15215 from chinese-calendar. Update users.
15216 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
15217 Keep old name as alias, update users.
15218 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
15219 Keep old name as alias.
15220 (calendar-chinese-daylight-time-offset):
15221 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
15222 update users.
15223 (calendar-chinese-standard-time-zone-name):
15224 Rename chinese-calendar-standard-time-zone-name.
15225 Keep old name as alias, update users.
15226 (calendar-chinese-daylight-saving-start):
15227 Rename chinese-calendar-daylight-savings-starts.
15228 Keep old name as alias, update users.
15229 (calendar-chinese-daylight-saving-end):
15230 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
15231 update users.
15232 (calendar-chinese-daylight-saving-start-time):
15233 Rename chinese-calendar-daylight-savings-starts-time.
15234 Keep old name as alias, update users.
15235 (calendar-chinese-daylight-saving-end-time):
15236 Rename chinese-calendar-daylight-savings-ends-time.
15237 Keep old name as alias, update users.
15238 (calendar-chinese-celestial-stem): Rename
15239 calendar-chinese-celestial-stem. Keep old name as alias, update users.
15240 (calendar-chinese-terrestrial-branch):
15241 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
15242 update users.
15243 (calendar-chinese-zodiac-sign-on-or-after):
15244 Rename chinese-zodiac-sign-on-or-after. Update callers.
15245 (calendar-chinese-new-moon-on-or-after):
15246 Rename chinese-new-moon-on-or-after. Update callers.
15247 (calendar-chinese-month-list): Rename chinese-month-list.
15248 Update callers.
15249 (calendar-chinese-number-months): Rename number-chinese-months.
15250 Update callers.
15251 (calendar-chinese-compute-year): Rename compute-chinese-year.
15252 Update callers.
15253 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
15254 (calendar-chinese-year): Rename chinese-year. Update callers.
15255 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15256 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
15257 Keep old name as alias, update callers.
15258 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
15259 Keep old name as alias, update callers.
15260 (calendar-chinese-months-to-alist):
15261 Rename make-chinese-month-assoc-list. Update callers.
15262 (calendar-chinese-months): Rename chinese-months. Update callers.
15263 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
15264 Keep old name as alias, update callers.
15265
15266 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
15267 Rename hebrew-calendar-leap-year-p. Update callers.
15268 (calendar-hebrew-last-month-of-year):
15269 Rename hebrew-calendar-last-month-of-year. Update callers.
15270 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
15271 Update callers.
15272 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
15273 Update callers.
15274 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
15275 Update callers.
15276 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
15277 Update callers.
15278 (calendar-hebrew-last-day-of-month):
15279 Rename hebrew-calendar-last-day-of-month. Update callers.
15280 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
15281 Keep old name as alias, update callers.
15282 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
15283 Keep old name as alias, update callers.
15284 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
15285 Keep old name as alias, update callers.
15286 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
15287 Keep old name as alias.
15288 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
15289 Keep old name as alias.
15290 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
15291 Keep old name as alias.
15292 (holiday-hebrew-passover): Rename holiday-passover-etc.
15293 Keep old name as alias.
15294 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
15295 Keep old name as alias, update callers.
15296 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15297 Keep old name as alias.
15298 (calendar-hebrew-mark-date-pattern):
15299 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
15300 update callers.
15301 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15302 Keep old name as alias.
15303 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15304 Keep old name as alias.
15305 (diary-hebrew-insert-monthly-entry):
15306 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
15307 (diary-hebrew-insert-yearly-entry):
15308 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
15309 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15310 Keep old name as alias.
15311 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
15312 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
15313 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15314 Keep old name as alias.
15315 (calendar-hebrew-parashiot-names):
15316 Rename hebrew-calendar-parashiot-names. Update callers.
15317 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15318 (calendar-hebrew-year-Saturday-incomplete-Sunday):
15319 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15320 (calendar-hebrew-year-Saturday-complete-Tuesday):
15321 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15322 (calendar-hebrew-year-Monday-incomplete-Tuesday):
15323 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15324 (calendar-hebrew-year-Monday-complete-Thursday):
15325 Rename hebrew-calendar-year-Monday-complete-Thursday.
15326 (calendar-hebrew-year-Tuesday-regular-Thursday):
15327 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15328 (calendar-hebrew-year-Thursday-regular-Saturday):
15329 Rename hebrew-calendar-year-Thursday-regular-Saturday.
15330 (calendar-hebrew-year-Thursday-complete-Sunday):
15331 Rename hebrew-calendar-year-Thursday-complete-Sunday.
15332 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15333 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15334 (calendar-hebrew-year-Saturday-complete-Thursday):
15335 Rename hebrew-calendar-year-Saturday-complete-Thursday.
15336 (calendar-hebrew-year-Monday-incomplete-Thursday):
15337 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15338 (calendar-hebrew-year-Monday-complete-Saturday):
15339 Rename hebrew-calendar-year-Monday-complete-Saturday.
15340 (calendar-hebrew-year-Tuesday-regular-Saturday):
15341 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15342 (calendar-hebrew-year-Thursday-incomplete-Sunday):
15343 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15344 (calendar-hebrew-year-Thursday-complete-Tuesday):
15345 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15346 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
15347 Update for above name changes of constants.
15348
15349 * calendar/cal-menu.el, calendar/calendar.el:
15350 Update for chinese and hebrew name changes.
15351 * calendar/diary-lib.el: Update for hebrew name changes.
15352
15353 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 * subr.el (keymap-canonicalize): Correct thinko.
15356
15357 * server.el: Undo part of the multi-tty change, which is only
15358 needed if server.el is preloaded, and broke server-running-p.
15359 (server-socket-dir): Initialize in the defvar, as before.
15360 (server-start): Remove initialization of server-socket-dir.
15361
15362 2008-04-05 Eli Zaretskii <eliz@gnu.org>
15363
15364 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15365 3-member cons cells.
15366
15367 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
15368
15369 * cus-face.el (custom-face-attributes): Handle roman slant.
15370
15371 * faces.el (default): Ensure the face-defface-spec property is set.
15372
15373 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
15374
15375 * files.el (abort-if-file-too-large): New function.
15376 (find-file-noselect, insert-file-1): Use it.
15377
15378 2008-04-05 Reto Zimmermann <reto@gnu.org>
15379
15380 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15381 Replace C-c[a-zA-Z] key bindings.
15382
15383 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * progmodes/hideif.el (hif-token-alist): New var.
15386 (hif-token-regexp, hif-tokenize): Use it.
15387 (hif-mathify-binop): New macro.
15388 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15389 (hif-greater-equal, hif-less-equal): Use it.
15390 (hif-logior, hif-logand): New functions.
15391 (hif-math): Accept | and & as well.
15392
15393 * progmodes/etags.el: Fix problem with completion for buffer-local
15394 tables. Reported by Radey Shouman <shouman@comcast.net>.
15395 (tags-complete-tag): Remove.
15396 (tags-lazy-completion-table): New function to replace it.
15397 (find-tag-tag, complete-tag): Update users.
15398
15399 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
15400
15401 * vc-rcs.el (vc-rcs-dir-status):
15402 * vc-sccs.el (vc-sccs-dir-status): New function.
15403
15404 * outline.el (outline-mode-menu-bar-map):
15405 * term.el (terminal-signal-menu): Add :help.
15406
15407 * net/eudc.el (eudc-mode-map): Declare and define in one step.
15408 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15409
15410 * emacs-lisp/re-builder.el (reb-mode-map):
15411 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15412
15413 * diff-mode.el (diff-file-junk-re): Recognize the git format for
15414 new files, deleted files and for changing permissions.
15415 (diff-mode): Set beginning-of-defun-function and
15416 end-of-defun-function.
15417
15418 * vc-bzr.el (vc-bzr-state): Use when instead of if.
15419
15420 * vc.el (vc-default-status-fileinfo-extra): New function.
15421 (vc-status-mark-buffer-changed): Use it.
15422 (vc-update-vc-status-buffer): Allow for partial updates.
15423
15424 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * net/tramp.el (after-init-hook): Don't wrap a lambda around
15427 tramp-register-completion-file-name-handler.
15428
15429 * subr.el (keymap-canonicalize): New function.
15430 * mouse.el (mouse-menu-non-singleton): Use it.
15431 (mouse-major-mode-menu): Remove hack made unnecessary.
15432
15433 * simple.el (set-fill-column): Prompt rather than error by default.
15434
15435 2008-04-04 Andreas Schwab <schwab@suse.de>
15436
15437 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15438 Reset new-rules after each round.
15439
15440 * Makefile.in (cal-autoloads): New target.
15441 (compile, compile-always, recompile): Depend on it.
15442 ($(lisp)/calendar/cal-loaddefs.el)
15443 ($(lisp)/calendar/diary-loaddefs.el)
15444 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15445
15446 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
15447
15448 * ediff*.el: Replace load with require in eval-when-compile.
15449
15450 * ediff-hook.el: Delete all invocations of (autoload ...).
15451
15452 * ediff-util.el (ediff-setup): Make window-min-height a local variable
15453 in ediff control window, and set its min height to 2.
15454 (ediff-setup-control-buffer): Dedicate the control window.
15455 (ediff-toggle-multiframe): Undedicate control window.
15456 Work directly with ediff-setup-windows-multiframe and
15457 ediff-setup-windows-plain.
15458
15459 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15460 New function.
15461 (ediff-window-setup-function): Change initialization.
15462 (ediff-setup-windows-automatic): Delete.
15463 (ediff-setup-windows-plain-merge): Make control window dedicated.
15464 (ediff-destroy-control-frame): Do not skip frames if working in a
15465 single frame.
15466
15467 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15468 eval-when-compile.
15469
15470 * emulation/viper-util.el: Move provide's forward, prevent recursion in
15471 eval-when-compile.
15472
15473 2008-04-04 Glenn Morris <rgm@gnu.org>
15474
15475 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15476 calendar-absolute-from-bahai. Update callers, keep old name as alias.
15477
15478 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15479 Rename islamic-calendar-leap-year-p. Update callers.
15480 (calendar-islamic-last-day-of-month):
15481 Rename islamic-calendar-last-day-of-month. Update callers.
15482 (calendar-islamic-day-number):
15483 Rename islamic-calendar-day-number. Update callers.
15484 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15485 Update callers, keep old name as alias.
15486 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15487 Update callers, keep old name as alias.
15488 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15489 Keep old name as alias.
15490 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15491 Update callers, keep old name as alias.
15492 (calendar-islamic-mark-date-pattern):
15493 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
15494 name as alias.
15495 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15496 Keep old name as alias.
15497 (diary-islamic-insert-monthly-entry):
15498 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
15499 (diary-islamic-insert-yearly-entry):
15500 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
15501
15502 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15503 calendar-absolute-from-iso. Update callers, keep old name as alias.
15504 (calendar-iso-print-date): Rename calendar-print-iso-date.
15505 Update callers, keep old name as alias.
15506 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15507 Keep old name as alias.
15508 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15509 Keep old name as alias.
15510
15511 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15512 calendar-absolute-from-julian. Update callers, keep old name as alias.
15513 (calendar-julian-print-date): Rename calendar-print-julian-date.
15514 Update callers, keep old name as alias.
15515 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15516 Update callers, keep old name as alias.
15517 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15518 Update callers, keep old name as alias.
15519 (calendar-astro-print-day-number):
15520 Rename calendar-print-astro-day-number. Update callers, keep old
15521 name as alias.
15522 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15523 Update callers, keep old name as alias.
15524
15525 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15526 Rename calendar-string-to-mayan-long-count. Update callers.
15527 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15528 Update callers, keep old name as alias.
15529 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15530 Update callers.
15531 (calendar-mayan-read-tzolkin-date):
15532 Rename calendar-read-mayan-tzolkin-date. Update callers.
15533 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15534 Keep old name as alias.
15535 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15536 Keep old name as alias.
15537 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15538 Keep old name as alias.
15539 (calendar-mayan-previous-tzolkin-date):
15540 Rename calendar-previous-tzolkin-date. Keep old name as alias.
15541 (calendar-mayan-next-round-date):
15542 Rename calendar-next-calendar-round-date. Keep old name as alias.
15543 (calendar-mayan-previous-round-date):
15544 Rename calendar-previous-calendar-round-date. Keep old name as alias.
15545 (calendar-mayan-long-count-to-absolute): Rename
15546 calendar-absolute-from-mayan-long-count. Keep old name as alias.
15547 (calendar-mayan-goto-long-count-date):
15548 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
15549
15550 * calendar/cal-persia.el (calendar-persian-month-name-array):
15551 Rename persian-calendar-month-name-array. Update callers.
15552 (calendar-persian-epoch): Rename persian-calendar-epoch.
15553 Update callers.
15554 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15555 Update callers.
15556 (calendar-persian-last-day-of-month):
15557 Rename persian-calendar-last-day-of-month. Update callers.
15558 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15559 Update callers, keep old name as alias.
15560 (calendar-persian-print-date): Rename calendar-print-persian-date.
15561 Update callers, keep old name as alias.
15562 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15563 Keep old name as alias.
15564
15565 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15566 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15567 * calendar/solar.el: Update for cal-julian name changes.
15568
15569 * calendar/cal-dst.el: Update for persian name changes.
15570
15571 * calendar/cal-menu.el, calendar/calendar.el:
15572 Update for islamic, iso, julian, mayan, persian name changes.
15573
15574 * calendar/diary-lib.el: Update for islamic name changes.
15575
15576 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15577 Rename all-hebrew-calendar-holidays. Update callers, keep old name
15578 as alias.
15579 (calendar-christian-all-holidays-flag):
15580 Rename all-christian-calendar-holidays. Update callers, keep old
15581 name as alias.
15582 (calendar-islamic-all-holidays-flag):
15583 Rename all-islamic-calendar-holidays. Update callers, keep old
15584 name as alias.
15585 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15586 Update callers, keep old name as alias.
15587 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15588 Update for the above name changes.
15589
15590 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
15591
15592 * hilit-chg.el (global-highlight-changes-mode)
15593 (highlight-changes-passive-string, highlight-changes-active-string):
15594 Mark as obsolete since 23.1, not 22.1.
15595
15596 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
15597
15598 * hilit-chg.el (highlight-changes-visibility-initial-state)
15599 (hilit-chg-update, highlight-changes-mode-turn-on):
15600 Fix typos in docstrings.
15601
15602 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
15603
15604 * newcomment.el (comment-enter-backward): Be careful to restore
15605 position changed during narrowing.
15606
15607 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
15608
15609 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15610 Recognize `sub ($$)'.
15611
15612 2008-04-03 Richard Sharman <rsharman@pobox.com>
15613
15614 * hilit-chg.el (highlight-changes-mode): Rename from
15615 highlight-changes; no longer uses sub-modes active and passive;
15616 implemented by define-minor-mode.
15617 (highlight-changes-toggle-visibility): New function, to replace
15618 the old passive/active submodes of global-highlight-changes-mode;
15619 implemented by define-minor-mode.
15620 (global-highlight-changes-mode): Rename from global-highlight-changes;
15621 rewrite using define-globalized-minor-mode.
15622 (hilit-chg-major-mode-hook, hilit-chg-check-global)
15623 (hilit-chg-post-command-hook, hilit-chg-check-global)
15624 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15625 to use of define-globalized-minor-mode.
15626 (highlight-changes-global-initial-state): Change to be boolean.
15627 (highlight-changes-visible-string, highlight-changes-invisible-string):
15628 Rename from highlight-changes-active-string and
15629 highlight-changes-passive-string.
15630 (hilit-chg-update, hilit-chg-set): Use them.
15631 (global-highlight-changes-mode): Rename from global-highlight-changes.
15632 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15633 docstring.
15634 (hilit-chg-hide-changes): Rewrite to use dolist.
15635 (hilit-chg-set-face-on-change, hilit-chg-update)
15636 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15637 variable instead of testing highlight-changes-mode.
15638 (highlight-markup-buffers): Add require ediff-util; argument on calls
15639 to highlight-changes-mode changed.
15640 (highlight-compare-with-file): Fix problems with interactive
15641 call giving invalid default file.
15642
15643 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
15644
15645 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15646 Fix in disassembly buffer (regression in 22.2).
15647
15648 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
15649
15650 * emulation/viper-macs.el (viper-read-fast-keysequence):
15651 Use viper-read-event instead of viper-read-key.
15652
15653 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15654
15655 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15656 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15657 let-statements.
15658
15659 * emulation/viper-ex.el, emulation/viper-macs.el:
15660 * emulation/viper-mous.el:
15661 Replace load with require in eval-when-compile.
15662
15663 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15666
15667 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15668 (archive-try-jka-compr): New function.
15669 (archive-set-buffer-as-visiting-file): Use it.
15670
15671 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15672
15673 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15674
15675 * simple.el (handle-shift-selection): New arg.
15676
15677 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15678
15679 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15680
15681 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15682
15683 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15684
15685 * shell.el (shell-dynamic-complete-filename): New fun.
15686 (shell-dynamic-complete-functions): Use it.
15687
15688 * help-fns.el (describe-variable): Undo 2008-02-25 change.
15689
15690 2008-04-03 Kenichi Handa <handa@m17n.org>
15691
15692 * international/fontset.el (create-fontset-from-x-resource):
15693 Handle the error of X resource more gracefully.
15694
15695 * international/latin1-disp.el (latin1-display): Don't use make-char.
15696 Fix the argument to set-char-table-range.
15697 (latin1-display-identities): Don't use make-char.
15698 (latin1-display-reset): Use map-charset-chars instead of directly
15699 calling standard-display-default.
15700 (latin1-display-check-font): Don't use make-char.
15701 (latin1-display-setup): Likewise.
15702 (latin1-display-ucs-per-lynx): Likewise.
15703
15704 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15705
15706 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15707 name the fields, to make the code clearer.
15708 Rewrite all `aset' and `aref' using the defined accessors.
15709 (timer--time): New pseudo-field.
15710 (timer-set-time, timer-set-idle-time, timer-inc-time)
15711 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15712 (timer--time-less-p): New function.
15713 (timer--activate): New function, extracted from timer-activate.
15714 (timer-activate-when-idle, timer-activate): Use it.
15715 (cancel-function-timers): Use dolist.
15716
15717 2008-04-03 Glenn Morris <rgm@gnu.org>
15718
15719 * add-log.el (c-beginning-of-defun, c-end-of-defun):
15720 Remove declarations; no longer used.
15721 (c-cpp-define-name, c-defun-name): Declare as functions.
15722
15723 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15724 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15725
15726 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15727 (holiday-passover-etc, holiday-hanukkah): Doc fix.
15728 Add optional argument. Simplify.
15729 (holiday-tisha-b-av-etc): Use memq rather than unless.
15730 (holiday-julian): Autoload it.
15731 (holiday-hebrew-misc): New function.
15732
15733 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15734
15735 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15736 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15737 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15738 all-hebrew-calendar-holidays.
15739 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15740 Simplify using new functions.
15741 (calendar-holidays): Doc fix.
15742 (generate-calendar-window): Use bound-and-true-p.
15743
15744 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15745
15746 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15747 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
15748 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
15749 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15750
15751 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15752
15753 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15756
15757 * vc-bzr.el (vc-bzr-checkout): Simplify.
15758
15759 * image-mode.el (image-mode-fit-frame): New command.
15760
15761 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15762 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15763 (keyboard-escape-quit): Check region-active-p i.s.o
15764 transient-mark-mode.
15765
15766 2008-04-02 Simon Josefsson <simon@josefsson.org>
15767
15768 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15769 (imap-message-copyuid-1): Use it.
15770 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
15771 J. Williams in
15772 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15773
15774 2008-04-02 Alan Mackenzie <acm@muc.de>
15775
15776 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15777 New optimised functions to get the name of the current defun/macro.
15778
15779 * add-log.el (add-log-current-defun): Move the functionality which
15780 gets the current function name for C like modes to cc-cmds.el,
15781 thus optimising for speed.
15782
15783 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
15784
15785 * simple.el (deactivate-mark): When the mark is temporarily
15786 active, restore the original value of transient-mark-mode.
15787 (set-mark-command): First deactivate the mark if was temporarily active.
15788 (exchange-point-and-mark): Reactivate the mark if it was
15789 temporarily active.
15790 (handle-shift-selection): New fun.
15791 (transient-mark-mode): Move var documentation here from buffer.c.
15792 (next-line, previous-line, backward-word, move-end-of-line)
15793 (move-beginning-of-line, forward-to-indentation)
15794 (backward-to-indentation, back-to-indentation)
15795 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15796
15797 * mouse.el (mouse-set-region-1): Save the old value of
15798 transient-mark-mode.
15799 (mouse-drag-track): Ignore the now-obsolete value `identity' for
15800 transient-mark-mode.
15801
15802 * textmodes/paragraphs.el (forward-paragraph)
15803 (backward-paragraph, forward-sentence, backward-sentence): Add ^
15804 interactive spec.
15805
15806 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15807
15808 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
15809
15810 * net/tramp.el (tramp-make-tramp-temp-file):
15811 Use `tramp-drop-volume-letter' for the local file name part.
15812
15813 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15814
15815 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
15816 Add menu entries corresponding to all the key bindings.
15817
15818 * emacs-lisp/debug.el (debugger-mode-map):
15819 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15820 (conf-align-assignments): Only work on the region if it is active.
15821 (conf-quote-normal): Use when instead of if. Remove redundant test.
15822
15823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15824 for tracing and re-builder.
15825
15826 2008-04-02 Glenn Morris <rgm@gnu.org>
15827
15828 * calendar/appt.el (appt-disp-window-function): Doc fix.
15829 (appt-display-message): Move beep before display.
15830 (appt-check): Make interactive. Reduce the number of lets.
15831 Use string-equal to compare mode-line strings.
15832 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
15833 read-only.
15834 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15835 (appt-delete): Simplify.
15836
15837 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15838
15839 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15840
15841 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15842 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15843 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15844
15845 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15846 (calendar-holiday-marker, mark-visible-calendar-date):
15847 * calendar/diary-lib.el (fancy-diary-display):
15848 Check for font-lock-mode before using faces.
15849
15850 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15851 (calendar-gregorian-from-absolute): Reduce the number of lets.
15852 (hebrew-holidays-4, generate-calendar-window): Simplify.
15853 (calendar-for-loop): Make obsolete.
15854 (calendar-nth-named-day): Doc fix.
15855
15856 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15857 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15858 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15859 Reduce the number of lets.
15860 (mark-sexp-diary-entries, calendar-mark-complex):
15861 Expand calendar-for-loops.
15862
15863 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
15864
15865 * find-dired.el (find-dired-filter): Fix last patch to handle
15866 multi-line process input. Pad link numbers too.
15867
15868 2008-04-01 Jari Aalto <jari.aalto@cante.net>
15869
15870 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15871
15872 2008-04-01 Jason Rumney <jasonr@gnu.org>
15873
15874 * international/characters.el (script-list): Add phonetic script,
15875 covering IPA (previously Latin), Phonetic Extensions and
15876 Phonetic Extensions Supplement (both previously unassigned).
15877
15878 * international/fontset.el (setup-default-fontset): Use unicode fonts
15879 that cover bopomofo script for bopomofo.
15880 Likewise for braille and mathematical.
15881 Use unicode scripts that cover the phonetic script for IPA.
15882
15883 2008-04-01 Johan Bockgård <bojohan@gnu.org>
15884
15885 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15886 return the assigned value.
15887
15888 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * abbrev.el (abbrev-mode): Use define-minor-mode.
15891
15892 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
15893 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15894 Use map-keymap.
15895 (minor-mode-menu-from-indicator): Use it. Simplify.
15896
15897 * bindings.el (mode-line-mode-menu): Move before (new) first use.
15898 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15899 Bind the key directly to the menu.
15900 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15901
15902 2008-04-01 Daiki Ueno <ueno@unixuser.org>
15903
15904 * epa.el (epa-decrypt-region): Explain the reason why this
15905 function should not be used in Lisp programs.
15906 (epa-decrypt-armor-in-region): Ditto.
15907 (epa-verify-region): Ditto.
15908 (epa-verify-cleartext-in-region): Ditto.
15909 (epa-sign-region): Ditto.
15910 (epa-encrypt-region): Ditto.
15911
15912 * epg.el (epg-start-receive-keys): Fix typo in docstring.
15913
15914 * epa.el (epa-select-keys): Show menu even if there is no key in
15915 GnuPG's keyring.
15916
15917 2008-04-01 Glenn Morris <rgm@gnu.org>
15918
15919 * calendar/calendar.el (calendar-make-temp-face): New function.
15920 (mark-visible-calendar-date):
15921 * calendar/diary-lib.el (fancy-diary-display): Use it.
15922
15923 * vc-hooks.el (vc-responsible-backend): Declare as function.
15924
15925 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15926 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15927 * calendar/cal-julian.el (holiday-julian): Use it.
15928
15929 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15930 (calendar-hebrew-date-is-visible-p): Extract some common code into
15931 separate function.
15932 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15933
15934 * calendar/cal-menu.el (cal-menu-holidays-menu):
15935 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15936 rather than obsolete alias.
15937
15938 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15939 for mark characters.
15940 (calendar-unmark): Unmark by removing all overlays, rather than
15941 redrawing.
15942 (calendar-starred-day): Remove.
15943 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
15944 (calendar-cursor-to-date): No need for special star handling now
15945 using overlays.
15946 (calendar-star-date): Use overlays.
15947
15948 * calendar/cal-french.el (calendar-goto-french-date):
15949 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15950 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15951 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15952 * calendar/cal-persia.el (calendar-persian-date-string):
15953 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15954 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15955 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15956 * calendar/solar.el (solar-equinoxes-solstices):
15957 Reduce nesting of some lets.
15958
15959 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15960 (calendar-goto-mayan-long-count-date): Simplify.
15961
15962 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15963 Simplify by using mapcar.
15964 (calendar-list-holidays): Return holiday-list.
15965 (list-holidays): Use let rather than let*. Remove un-needed locals
15966 `d', `never'.
15967 (calendar-check-holidays): Return result from dolist.
15968 (holiday-float): Use a single let*. Simplify if-and to and.
15969 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15970 single let*.
15971
15972 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
15973
15974 * calc/calc.el: Autoload `calc-yank'.
15975 (calc-mode-map): Add keybindings for `calc-yank'.
15976 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15977 assignments for `calc-yank'.
15978
15979 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
15980
15981 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15982 (vc-status-mark-buffer-changed): Handle the extra field.
15983
15984 * vc-bzr.el (vc-bzr-after-dir-status):
15985 * vc-cvs.el (vc-cvs-after-dir-status):
15986 * vc-hg.el (vc-hg-after-dir-status):
15987 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15988
15989 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15990
15991 * doc-view.el: Compute displayed pages first (in PDF).
15992 (doc-view-current-converter-processes): Rename from
15993 doc-view-current-converter-process. Update users.
15994 (doc-view-sentinel): Test buffer's liveness.
15995 (doc-view-pdf/ps->png-sentinel): Remove.
15996 (doc-view-start-process): New function.
15997 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15998 (doc-view-ps->pdf): Use it.
15999 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
16000 New functions.
16001 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
16002 (doc-view-mode): Kill the processes when leaving the mode.
16003
16004 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
16005
16006 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
16007 Use `byte-compile-warning-types'. Add docstring.
16008
16009 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16010
16011 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
16012 (smerge-resolve): Add various resolution heuristics.
16013
16014 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
16015 in 3-way conflicts.
16016
16017 2008-03-31 Glenn Morris <rgm@gnu.org>
16018
16019 * calendar/cal-bahai.el (diary-bahai-mark-entries):
16020 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16021 * calendar/cal-islam.el (mark-islamic-diary-entries):
16022 Fix argument order in call to diary-mark-entries-1.
16023
16024 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
16025 pre-Bahai dates.
16026 (holiday-bahai): Use an algorithm actually relevant to this calendar
16027 system.
16028
16029 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
16030
16031 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
16032 Use and.
16033
16034 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
16035 in the last fortnight in Julian October.
16036
16037 * calendar/calendar.el (increment-calendar-month): Optionally handle
16038 systems without 12 months per year.
16039 (calendar-date-is-visible-p): Doc fix. Simplify.
16040
16041 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
16042 from dolist.
16043
16044 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
16045
16046 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
16047 (hi-lock-unload-function): New function.
16048
16049 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
16050
16051 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
16052 overwriting when NEWNAME is a local file.
16053
16054 * net/trampver.el: Update release number.
16055
16056 2008-03-30 Alexandre Julliard <julliard@winehq.org>
16057
16058 * vc-git.el: Make vc-status display information about copies,
16059 renames and permission changes.
16060 (vc-git-extra-fileinfo): New defstruct.
16061 (vc-git-escape-file-name, vc-git-file-type-as-string)
16062 (vc-git-rename-as-string, vc-git-permissions-as-string)
16063 (vc-git-status-printer): New functions.
16064 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
16065 (vc-git-after-dir-status-stage1): Look for copies, renames and
16066 permission changes.
16067 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
16068 (vc-git-dir-status): Ask for staged files and renames.
16069
16070 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
16071
16072 * vc.el: Allow backends to display backend specific information in
16073 the vc-status listing.
16074 (vc-status-fileinfo): Add a field for backend specific information.
16075 (vc-status-printer): Rename to ...
16076 (vc-default-status-printer): ... this.
16077 (vc-status-printer): New function.
16078 (vc-update-vc-status-buffer): Set the backend specific file info
16079 if provided.
16080
16081 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16082
16083 * textmodes/remember.el (remember-diary-convert-entry): Revert last
16084 change (ill-conceived).
16085
16086 2008-03-29 Glenn Morris <rgm@gnu.org>
16087
16088 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
16089 * calendar/cal-julian.el (holiday-julian): Simplify.
16090
16091 * calendar/holidays.el (list-holidays): Use or.
16092
16093 2008-03-29 Juri Linkov <juri@jurta.org>
16094
16095 * window.el (split-window-preferred-horizontally): New function.
16096
16097 * cus-start.el (split-window-preferred-function):
16098 Set choice for "vertically" to nil instead of split-window.
16099 Set choice for "horizontally" to split-window-preferred-horizontally
16100 instead of lambda.
16101
16102 2008-03-29 Juri Linkov <juri@jurta.org>
16103
16104 * simple.el (minibuffer-default-add-function): New variable with
16105 the default to minibuffer-default-add-completions.
16106 (minibuffer-default-add-done): New variable. Make it buffer-local.
16107 (minibuffer-default-add-completions): New function.
16108 (goto-history-element): Set minibuffer-default-add-done to t and
16109 call a function in minibuffer-default-add-function when the
16110 specified absolute history position is greater than the length of
16111 the minibuffer-default list and minibuffer-default-add-done is nil.
16112 Change "^End of history; no next item$" to "^End of defaults;
16113 no next item$".
16114
16115 * bindings.el (debug-ignored-errors): Change "^End of history;
16116 no next item$" to "^End of defaults; no next item$".
16117
16118 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
16121
16122 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
16123 to with-no-warnings.
16124
16125 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
16126
16127 Sync with Tramp 2.1.13.
16128
16129 * net/tramp-ftp.el: Require 'cl when byte-compiling.
16130
16131 * net/trampver.el: Update release number.
16132
16133 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
16134
16135 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
16136 the current backend.
16137
16138 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
16139 (vc-status-refresh): Create a temporary buffer and call the
16140 `dir-status' backend function from that buffer.
16141
16142 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
16143 (vc-bzr-after-dir-status): Don't kill the buffer.
16144
16145 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
16146 (vc-cvs-after-dir-status): Don't kill the buffer.
16147
16148 * vc-git.el (vc-git-dir-status): Don't create a buffer.
16149 (vc-git-after-dir-status-stage2): Don't kill the buffer.
16150
16151 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
16152 (vc-hg-after-dir-status): Don't kill the buffer.
16153
16154 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
16155 (vc-svn-after-dir-status): Don't kill the buffer.
16156
16157 2008-03-29 Glenn Morris <rgm@gnu.org>
16158
16159 * calendar/calendar.el (diary-file, american-date-diary-pattern)
16160 (european-date-diary-pattern, european-calendar-display-form)
16161 (american-calendar-display-form, diary-display-hook): Doc fixes.
16162 (european-calendar-style): Doc fix. Use calendar-set-date-style for
16163 custom :set. Mark as obsolete.
16164 (calendar-date-style, iso-date-diary-pattern)
16165 (iso-calendar-display-form): New user variables.
16166 (diary-date-forms, calendar-date-display-form): Set using
16167 calendar-date-style. Doc fix.
16168 (calendar-set-date-style): New command.
16169 (european-calendar, american-calendar): Use calendar-set-date-style.
16170 Mark as obsolete.
16171
16172 * calendar/diary-lib.el (number): Move declaration where needed.
16173 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
16174 (diary-make-date): New function.
16175 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
16176 Use diary-make-date.
16177 (diary-date-display-form, diary-insert-entry-1): New functions.
16178 (insert-monthly-diary-entry, insert-yearly-diary-entry):
16179 Use diary-insert-entry-1.
16180 (insert-anniversary-diary-entry, insert-block-diary-entry)
16181 (insert-cyclic-diary-entry): Use diary-date-display-form.
16182
16183 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
16184 Autoload diary-insert-entry-1.
16185 * calendar/cal-bahai.el (diary-bahai-insert-entry)
16186 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16187 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
16188 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
16189 * calendar/cal-islam.el (insert-islamic-diary-entry)
16190 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
16191 Use diary-insert-entry-1.
16192
16193 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
16194 (diary-yahrzeit): Doc fix. Use diary-make-date.
16195
16196 * calendar/icalendar.el (icalendar--datetime-to-american-date):
16197 New name for icalendar--datetime-to-noneuropean-date. Make old name
16198 obsolete alias.
16199 (icalendar--datetime-to-iso-date): New function.
16200 (icalendar--datetime-to-diary-date): Doc fix. Respect
16201 calendar-date-style if bound.
16202
16203 * textmodes/remember.el (remember-diary-convert-entry):
16204 Respect calendar-date-style if bound.
16205
16206 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
16209 (xterm-mouse-handle-delete-frame): Delete.
16210
16211 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
16212 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
16213 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
16214 in xterm-modify-other-keys-terminal-list.
16215
16216 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
16217 are conflicts.
16218
16219 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
16220
16221 * vc.el (vc-update): Check if the buffer is unsaved only if it
16222 actually exists.
16223 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
16224 vc-print-log.
16225
16226 2008-03-28 Magnus Henoch <mange@freemail.hu>
16227
16228 * net/dns.el (dns-write): Use set-buffer-multibyte.
16229
16230 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * vc-bzr.el (vc-bzr-sha1): New fun.
16233 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
16234 (vc-bzr-registered): Use it.
16235
16236 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
16237
16238 * vc.el (vc-status-kill-dir-status-process): Simplify.
16239 (vc-status-refresh): Make sure the buffer is live.
16240 (ring): Don't require it, not used.
16241
16242 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
16243
16244 * progmodes/verilog-mode.el (verilog-auto-inout-module):
16245 Add optional regular expression to AUTOINOUTMODULE.
16246 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16247 (verilog-auto-inst-param, verilog-auto-reg)
16248 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16249 (verilog-auto-output-every, verilog-auto-input)
16250 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16251 (verilog-auto-unused, verilog-auto): Update documentation to use
16252 more obvious instance module names versus cell names.
16253
16254 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
16255
16256 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
16257 kill if a process is running.
16258
16259 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
16260
16261 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
16262
16263 * vc.el: Add new backend function 'status-extra-headers.
16264 (vc-default-status-extra-headers): New function.
16265 (vc-status-headers): Call 'status-extra-headers. Add colors.
16266
16267 * vc-git.el (vc-git-status-extra-headers): New function.
16268
16269 2008-03-28 Glenn Morris <rgm@gnu.org>
16270
16271 * calendar/cal-menu.el (cal-menu-holidays-menu)
16272 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
16273 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
16274 holiday-list is optional.
16275 (calendar-mouse-holidays): Remove un-needed local `l'.
16276
16277 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
16278 Remove un-needed local `date'.
16279 (calendar-cursor-to-visible-date): Use let rather than let*.
16280 Remove un-needed local `first-of-month-weekday'.
16281
16282 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
16283
16284 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
16285 Doc fixes.
16286 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
16287 (diary-header-line-flag, diary-header-line-format): Declare.
16288 (diary-pull-attrs): Check for multiple matches.
16289 (diary-list-entries-2): Simplify finding start of date.
16290 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
16291 pop-up-frames.
16292 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
16293 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
16294
16295 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
16296
16297 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16298
16299 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16300
16301 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16304
16305 * image-mode.el (image-mode-reapply-winprops): Fix last change.
16306
16307 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
16308
16309 * international/mule-conf.el (define-iso-single-byte-charset):
16310 Don't make latin-iso8859-* supplementary.
16311 (#'set-charset-priority): Don't change the priority of charsets
16312 `unicode' and `emacs'.
16313
16314 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16317 temp buffer.
16318
16319 2008-03-27 Glenn Morris <rgm@gnu.org>
16320
16321 * calendar/cal-bahai.el (diary-bahai-list-entries):
16322 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16323 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16324
16325 * calendar/calendar.el (diary-file): Doc fix.
16326
16327 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16328 (list-diary-entries-hook, mark-diary-entries-hook)
16329 (include-other-diary-files, diary-mail-entries)
16330 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16331 (diary-set-header): New function.
16332 (diary-header-line-flag, diary-header-line-format):
16333 Use diary-set-header for custom :set function.
16334 (diary-set-maybe-redraw): Use symbol-value rather than eval.
16335 (diary-attrtype-convert): Use intern-soft rather than read.
16336 (diary-display-no-entries): New function.
16337 (simple-diary-display, fancy-diary-display): Use it.
16338 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
16339 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16340
16341 * calendar/holidays.el (list-holidays): Doc fix.
16342
16343 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
16344
16345 * calc/calc-store.el (calc-read-var-name-history): New variable.
16346 (calc-read-var-name): Use `calc-read-var-name-history'.
16347
16348 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * image-mode.el (image-mode-reapply-winprops): Simplify now that
16351 window-configuration-change-hook works buffer-locally.
16352
16353 2008-03-26 Johan Bockgård <bojohan@gnu.org>
16354
16355 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16356 for Emacs Lisp, not Lisp.
16357
16358 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
16359
16360 * help-fns.el (describe-function-1, describe-variable):
16361 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16362
16363 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16364 replacement is provided, don't print "use nil instead".
16365
16366 2008-03-26 Johan Bockgård <bojohan@gnu.org>
16367
16368 * complete.el (PC-do-completion): Use regexp-quote.
16369
16370 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
16371
16372 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16373 Detect missing files.
16374
16375 * vc-git.el (vc-git-extra-menu-map): New key map.
16376 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16377 New functions.
16378
16379 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16380 and 'missing files.
16381
16382 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16383
16384 * calendar/holidays.el (list-holidays): Make Y2 optional.
16385
16386 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16387 buffers shown to the user.
16388 (appt-disp-window): Disable undo explicitly now that the leading space
16389 is gone.
16390
16391 * simple.el (activate-mark): New function.
16392 (set-mark-command): Use it with region-active-p to clean up the code.
16393 (exchange-point-and-mark): Invert the meaning of C-u when
16394 transient-mark-mode is active.
16395
16396 * dired-aux.el (dired-create-files): Use dolist.
16397
16398 * bindings.el (mode-line-change-eol): Use with-selected-window.
16399
16400 * apropos.el (apropos-command): Include macros.
16401
16402 2008-03-26 Glenn Morris <rgm@gnu.org>
16403
16404 * calendar/cal-bahai.el: Require calendar, not cal-julian.
16405 (calendar-bahai-epoch): Doc fix.
16406
16407 * calendar/cal-china.el: Explicitly require calendar.
16408
16409 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16410 Require calendar rather than cal-julian.
16411 Autoload calendar-absolute-from-julian.
16412 * calendar/cal-coptic.el (coptic-calendar-epoch):
16413 * calendar/cal-islam.el (calendar-islamic-epoch):
16414 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16415
16416 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16417
16418 * calendar/cal-dst.el: Don't require cal-persia.
16419 (calendar-absolute-from-persian): Autoload it.
16420 (dst-adjust-time): Doc fix.
16421
16422 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16423 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16424 calendar.
16425
16426 * calendar/cal-menu.el: Require calendar rather than declaring
16427 functions.
16428 * calendar/calendar.el: Provide calendar before requiring cal-menu.
16429
16430 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16431 calendar-after-frame-setup-hooks. Update callers, make old name an
16432 obsolete alias. Doc fix.
16433 (calendar-frame-1): Doc fix.
16434
16435 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16436
16437 * calendar/calendar.el (oriental-holidays, solar-holidays):
16438 * calendar/holidays.el (list-holidays): Assume atan always bound.
16439
16440 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16441 Explicitly require calendar, not cal-julian.
16442 * calendar/lunar.el: Explicitly require cal-dst.
16443
16444 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16445
16446 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16447
16448 * help-fns.el (describe-function-1, describe-variable): If no
16449 replacement is provided, don't print "use nil instead".
16450
16451 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16452
16453 * proced.el: New file.
16454
16455 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
16456
16457 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16458
16459 2008-03-25 Juri Linkov <juri@jurta.org>
16460
16461 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16462 in battery-mode-line-format.
16463
16464 * bindings.el (minibuffer-local-map): For the command
16465 file-cache-minibuffer-complete replace keymap minibuffer-local-map
16466 with map which is already locally bound to minibuffer-local-map.
16467
16468 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16471 Remove `sort-first' argument.
16472
16473 * subr.el (redisplay-end-trigger-functions)
16474 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16475 (process-filter-multibyte-p, set-process-filter-multibyte):
16476 Mark as obsolete.
16477
16478 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
16479
16480 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16481 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16482 use the LOCAL arg of `add-hook'.
16483 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16484 Remove spurious * from defcustom docstrings.
16485 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16486 Fix typos in messages.
16487 (reb-mode-buffer-p): New function.
16488 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
16489 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16490 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16491 Use `unless', `when'.
16492 (re-builder-unload-function): New function.
16493
16494 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
16495
16496 * vc-hooks.el (vc-state): Add documentation for 'missing.
16497
16498 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
16499
16500 * progmodes/verilog-mode.el (verilog-auto-output)
16501 (verilog-auto-input, verilog-auto-inout, verilog-auto)
16502 (verilog-delete-auto): Add optional regular expression to
16503 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16504 (verilog-signals-matching-regexp): New internal function for
16505 signal matching.
16506
16507 2008-03-25 Johan Bockgård <bojohan@gnu.org>
16508
16509 * info.el (Info-isearch-search): Always return point.
16510
16511 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * diff-mode.el (diff-remembered-defdir): New var.
16514 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16515
16516 2008-03-25 Glenn Morris <rgm@gnu.org>
16517
16518 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16519 calendar-bahai-prompt-for-date. Update callers, make old name an
16520 obsolete alias. Doc fix.
16521 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16522 coptic-prompt-for-date. Update callers, make old name an
16523 obsolete alias. Doc fix.
16524 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16525 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
16526 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16527 calendar-islamic-prompt-for-date. Update callers. Doc fix.
16528 * calendar/cal-iso.el (calendar-iso-read-date): New name for
16529 calendar-iso-read-args. Update callers, make old name an obsolete
16530 alias.
16531 * calendar/cal-persia.el (calendar-persian-read-date): New name for
16532 persian-prompt-for-date. Update callers, make old name an
16533 obsolete alias. Doc fix. Move definition before use.
16534
16535 * calendar/cal-x.el (diary-frame-parameters)
16536 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16537 (calendar-frame-1): Doc fixes.
16538 (make-fancy-diary-buffer): Remove declaration.
16539 (calendar-dedicate-diary): Replace call to deleted function
16540 make-fancy-diary-buffer.
16541 (calendar-frame-setup): New function.
16542 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16543 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16544 work, and mark as obsolete.
16545 (special-display-buffer-names): Don't mess with this; it's not our
16546 business.
16547 (cal-x-load-hook): Defvar it, and mark as obsolete.
16548
16549 * calendar/calendar.el (calendar-remove-frame-by-deleting):
16550 Default to t. Add to 'calendar group.
16551 (calendar): Doc fix. Use calendar-frame-setup.
16552 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
16553 (generate-calendar-window): Doc fix.
16554
16555 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16558
16559 2008-03-24 Drew Adams <drew.adams@oracle.com>
16560
16561 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16562 New variables.
16563 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
16564 (finder-exit): Ignore errors rather than avoiding them.
16565 Kill *Finder-package* buffer also.
16566
16567 2008-03-24 Andreas Schwab <schwab@suse.de>
16568
16569 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16570
16571 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
16572
16573 * vc-hg.el (vc-hg-after-dir-status):
16574 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16575
16576 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16577 Detect removed files.
16578
16579 * vc.el (vc-status-printer): Use a different face for missing files.
16580 (vc-status-hide-up-to-date): Rename from
16581 vc-status-remove-up-to-date. Update all callers.
16582 (vc-status-mode-map): Bind C-m.
16583
16584 2008-03-24 Alexandre Julliard <julliard@winehq.org>
16585
16586 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16587 code ...
16588 (vc-git--state-code): ... to this new function.
16589 (vc-git-state): Use it.
16590
16591 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
16592
16593 * textmodes/remember.el (remember-mail-date)
16594 (remember-store-in-mailbox): Write date and From line in such a
16595 way that Mutt can read it.
16596
16597 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * simple.el (transient-mark-mode): Turn on by default.
16600
16601 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
16602
16603 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16604 'unregistered for unregistered files.
16605
16606 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16607
16608 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16609
16610 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16611 subdirectories.
16612
16613 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16614 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16615 Add :enable for vc-status-refresh.
16616 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16617 (vc-status-tool-bar-map): Add binding for
16618 vc-status-kill-dir-status-process.
16619 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16620 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16621 Reset vc-status-process-buffer.
16622 (vc-status-refresh): Don't run two refreshes at a time.
16623 (vc-status): If the buffer is already in vc-status-mode only refresh.
16624 (vc-status-mark-buffer-changed): Add an optional file parameter.
16625 (vc-resynch-buffer): Use it.
16626 (vc-delete-file): Expand the file name before using it.
16627 Be careful to not create a new buffer with the old file contents.
16628 Update the VC state after performing the operation.
16629
16630 2008-03-23 Andreas Schwab <schwab@suse.de>
16631
16632 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16633 Fix radio button condition.
16634 [box]: Likewise.
16635 [customize]: Add radio button.
16636
16637 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
16638
16639 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16640 (calc-user-parse-tables, calc-gnuplot-default-device)
16641 (calc-gnuplot-default-output, calc-gnuplot-print-device)
16642 (calc-gnuplot-print-output, calc-gnuplot-geometry)
16643 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16644 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16645 (calc-undo-list, calc-redo-list, calc-main-buffer)
16646 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16647 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16648 (calc-said-hello, calc-executing-macro, calc-any-selections)
16649 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16650 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16651 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16652 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16653 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16654 (calc-create-buffer, calc-quit): Add docstrings.
16655
16656 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
16657
16658 * makefile.w32-in (WINS_ALMOST): Add org.
16659
16660 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
16661
16662 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16663 New functions to implement vc-status support.
16664
16665 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
16666
16667 * vc.el (vc-status-prepare-status-buffer): New function.
16668 (vc-status): Use it.
16669
16670 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16671 appropriate.
16672
16673 2008-03-22 Alexandre Julliard <julliard@winehq.org>
16674
16675 * vc-git.el (vc-git--empty-db-p)
16676 (vc-git-after-dir-status-stage1-empty-db): New functions.
16677 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16678 Add support for empty repositories.
16679
16680 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
16681
16682 * vc-git.el (vc-git-annotate-extract-revision-at-line):
16683 Allow "^" in a version name.
16684
16685 * vc-mtn.el (vc-mtn-state): Support the added state.
16686
16687 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
16688
16689 * org: New directory for Org-mode.
16690
16691 * org/org-export-latex.el: Moved from lisp/textmodes.
16692
16693 * org/org-irc.el: Moved from lisp/textmodes.
16694
16695 * org/org-mac-message.el: Moved from lisp/textmodes.
16696
16697 * org/org-mouse.el: Moved from lisp/textmodes.
16698
16699 * org/org-publish.el: Moved from lisp/textmodes.
16700
16701 2008-03-21 Juri Linkov <juri@jurta.org>
16702
16703 * comint.el (comint-dynamic-simple-complete):
16704 Use variable `stub' for the second arg `common-substring'
16705 of `comint-dynamic-list-completions'.
16706 (comint-dynamic-list-filename-completions):
16707 Use variable `filenondir' for the second arg `common-substring'
16708 of `comint-dynamic-list-completions'.
16709 (comint-dynamic-list-completions): Add new optional arg
16710 `common-substring'. Add `common-substring' as the second arg of
16711 the call to `display-completion-list'. Doc fix.
16712
16713 * comint.el (comint-dynamic-complete-as-filename)
16714 (comint-dynamic-list-filename-completions)
16715 (comint-dynamic-simple-complete): Use `minibuffer-message'
16716 to display message "No completions of %s" when a command
16717 is called in the minibuffer.
16718 (comint-dynamic-simple-complete): Don't display other
16719 completion messages when a command is called in the minibuffer.
16720 (comint-dynamic-list-completions): Use `minibuffer-message'
16721 to display message " [Type space to flush ...]" when a command
16722 is called in the minibuffer.
16723
16724 * shell.el (shell-dynamic-complete-command)
16725 (shell-dynamic-complete-environment-variable): Don't display
16726 completion messages when command is called in the minibuffer.
16727
16728 * emacs-lisp/lisp.el (lisp-complete-symbol):
16729 Use `minibuffer-message' to display message "No completions of %s"
16730 when this command is called in the minibuffer.
16731
16732 * bindings.el (standard-mode-line-modes): Put special help-echo
16733 tooltip on recursive edit %[ %] mode-line constructs.
16734
16735 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16736 "^No dynamic expansion for .* found$" to allow error messages like
16737 "No dynamic expansion for \"%s\" found in this-buffer".
16738
16739 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
16740
16741 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16742 "psftp".
16743
16744 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16747 * vc.el (vc-default-dired-state-info): Use just "modified".
16748 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16749 (vc-cvs-mode-line-string): Make use of the better default.
16750 (vc-cvs-parse-entry): Use the new `added'.
16751 (vc-cvs-dired-state-info): Remove.
16752 * vc-svn.el (vc-svn-dired-state-info): Remove.
16753 * vc-hg.el (vc-hg-dired-state-info): Remove.
16754 * vc-git.el (vc-git-dired-state-info): Remove.
16755
16756 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16757
16758 * vc-git.el (vc-git-status-result): New variable.
16759 (vc-git-dir-status): Split out ...
16760 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16761 ... these new functions and work asynchronously.
16762
16763 2008-03-21 Alexandre Julliard <julliard@winehq.org>
16764
16765 * vc-git.el (vc-git-after-dir-status): Remove.
16766 (vc-git-dired-state-info): Reimplement.
16767
16768 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16769
16770 * replace.el (occur-mode-map): Add :help.
16771
16772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16773 for disassemble.
16774
16775 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16776 the 'added state.
16777 (vc-status-remove-up-to-date): New function.
16778 (vc-status-mode-map, vc-status-menu-map): Bind it.
16779 (vc-status-printer): Use a different face up-to-date files.
16780 (vc-resynch-buffer): Update the vc-status buffer if it exists.
16781 (Todo): Remove solved entries.
16782
16783 * vc-hg.el (vc-hg-state):
16784 * vc-git.el (vc-git-state):
16785 * vc-cvs.el (vc-cvs-parse-status):
16786 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16787 state.
16788
16789 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16790
16791 * progmodes/compile.el (compile):
16792 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16793
16794 * simple.el (minibuffer-local-shell-command-map): New var.
16795 (minibuffer-complete-shell-command, read-shell-command): New funs.
16796 (shell-command, shell-command-on-region): Use them.
16797
16798 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16799
16800 * vc.el (vc-status-mark-buffer-changed): New function to implement
16801 updating of the *vc-status* buffer when a buffer is saved.
16802 (vc-status-mode): Use it for after-change-hook.
16803 (vc-add-to-vc-status-buffer): Rename to ...
16804 (vc-status-add-entry): ... this.
16805 (Todo): Add new entry.
16806
16807 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16810
16811 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
16812
16813 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16814 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16815 Remove spurious * from defcustom docstrings.
16816 (icomplete-compute-delay): Fix docstring and remove spurious *.
16817 (icomplete-delay-completions-threshold): Fix typo in docstring and
16818 remove spurious *.
16819 (icomplete-completions): While collecting the list of prospective
16820 candidates, don't overshoot `icomplete-prospects-length'.
16821
16822 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16823
16824 * textmodes/refbib.el:
16825 * textmodes/reftex.el:
16826 * textmodes/reftex-global.el:
16827 * textmodes/reftex-vars.el:
16828 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16829 compiler pacifying defvars.
16830 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16831 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16832 not needed.
16833
16834 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
16835
16836 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16837 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16838 (verilog-customize, verilog-font-customize)
16839 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16840 (verilog-mode): Update documentation strings to match tool tips.
16841 (verilog-auto-search-do, verilog-auto-re-search-do)
16842 (verilog-skip-forward-comment-or-string): Fix verilog-auto
16843 expansion when a .* appears inside a string.
16844 (verilog-re-search-forward, verilog-re-search-backward):
16845 Add comment to recall how this works.
16846 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16847
16848 2008-03-20 Glenn Morris <rgm@gnu.org>
16849
16850 * calendar/calendar.el (calendar-other-dates): New function.
16851 (calendar-print-other-dates): Use calendar-other-dates.
16852 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16853 the declarations it replaces.
16854 (calendar-mouse-print-dates): Use calendar-other-dates.
16855
16856 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16857 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16858 (calendar-absolute-from-bahai): Fix the leap-year case.
16859 (calendar-bahai-from-absolute): Re-use the Gregorian month.
16860 (calendar-bahai-date-string, calendar-bahai-print-date):
16861 Handle pre-Bahai dates.
16862
16863 * calendar/cal-china.el (chinese-calendar-celestial-stem)
16864 (chinese-calendar-terrestrial-branch): Make defcustoms.
16865
16866 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16867 (calendar-mouse-view-diary-entries): Use or.
16868 (calendar-mouse-chinese-date): Remove unused command.
16869 (cal-menu-load-hook): Mark as obsolete.
16870
16871 * calendar/solar.el (calendar-location-name, calendar-latitude)
16872 (calendar-longitude, solar-arctan, sunrise-sunset)
16873 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16874
16875 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16876
16877 * calc/calc.el: Remove outdated comments.
16878 (defcalcmodevar, calc-mode-var-list-restore-default-values)
16879 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16880 Add docstrings.
16881
16882 2008-03-19 Jason Rumney <jasonr@gnu.org>
16883
16884 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16885
16886 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
16887
16888 * net/tls.el (open-tls-stream): Reindent.
16889
16890 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
16891
16892 * net/tramp.el (tramp-let-maybe): Removed.
16893 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16894 It does not exist under XEmacs.
16895 (tramp-handle-file-truename, tramp-handle-expand-file-name)
16896 (tramp-completion-file-name-handler): Let-bind
16897 `directory-sep-char'.
16898
16899 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16900 `directory-sep-char'.
16901
16902 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16903
16904 * help-fns.el (describe-function-1): Don't signal "missing arglist"
16905 for autoloaded keymaps.
16906
16907 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16908 (electric-verilog-terminate-line, verilog-in-struct-region-p)
16909 (verilog-backward-ws&directives, verilog-forward-ws&directives)
16910 (verilog-in-comment-p, verilog-in-star-comment-p)
16911 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16912 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16913 (verilog-skip-forward-comment-or-string, verilog-in-paren)
16914 (verilog-skip-forward-comment-p): Use it.
16915
16916 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16917
16918 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16919 (org-remember-templates, org-time-stamp-rounding-minutes)
16920 (org-back-over-empty-lines, org-find-base-buffer-visiting)
16921 (org-columns-new): Fix typos in docstrings.
16922
16923 2008-03-19 Glenn Morris <rgm@gnu.org>
16924
16925 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16926 (tramp-handle-shell-command): Use condition-case rather than
16927 ignore-errors.
16928
16929 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
16930
16931 * diff-mode.el (diff-header): Make the color louder.
16932 (diff-refine-change): Tone the color down.
16933
16934 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16935
16936 * descr-text.el (describe-char): When `describe-char-unidata-list'
16937 is set to show all properties, list them in the right order.
16938
16939 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * international/mule.el (load-with-code-conversion): Avoid setting
16942 default-enable-multibyte-characters.
16943
16944 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
16945
16946 * vc.el (vc-annotate-background): Fix custom type.
16947
16948 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * descr-text.el (describe-char-unidata-list): Allow specifying
16951 just all properties.
16952 (describe-char): Handle that new value.
16953
16954 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16955
16956 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16957
16958 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16959 instead of file name extension to make docs with uncommon
16960 extensions work.
16961
16962 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16963
16964 * doc-view.el (require): Require cl at compile time because
16965 `assert' needs it.
16966
16967 2008-03-18 Glenn Morris <rgm@gnu.org>
16968
16969 * calendar/calendar.el (initial-calendar-window-hook)
16970 (today-visible-calendar-hook): Doc fixes.
16971
16972 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
16973
16974 * net/tramp.el (tramp-root-regexp): Simplify.
16975 (tramp-completion-file-name-regexp-separate): Don't insist on
16976 leading "[". This prevents method or user or host completion.
16977 (tramp-let-maybe): Autoload it.
16978 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
16979 is an alias for `identity'.
16980 (tramp-handle-write-region): Protect `last-coding-system-used'
16981 over the trailing statements.
16982 (tramp-completion-file-name-handler-post-function): Remove.
16983 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16984 instead of calling `tramp-drop-volume-letter'.
16985
16986 * net/tramp.el:
16987 * net/tramp-uu.el:
16988 * net/trampver.el: Move coding cookie at the end.
16989
16990 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16993 elements which may be something else than characters.
16994
16995 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
16996
16997 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16998 New functions to implement vc-status support.
16999
17000 * vc.el (vc-default-extra-status-menu)
17001 (vc-add-to-vc-status-buffer): New functions.
17002
17003 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17004 for eldoc and ielm.
17005
17006 2008-03-17 Glenn Morris <rgm@gnu.org>
17007
17008 * calendar/cal-x.el (diary-frame-parameters)
17009 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
17010 Fix custom type; add options.
17011 (calendar-frame, diary-frame): Doc fixes.
17012 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
17013 new functions.
17014 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
17015 Use calendar-frame-1 and calendar-dedicate-diary.
17016 (calendar-one-frame-setup): Also handle only-one-frame case.
17017 (calendar-only-one-frame-setup): Doc fix. Just call
17018 calendar-one-frame-setup.
17019
17020 * calendar/diary-lib.el: Re-order some definitions before their use.
17021 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
17022 (diary-list-entries): Doc fixes.
17023 (make-fancy-diary-display): Remove function.
17024
17025 * calendar/calendar.el (calendar-today-marker)
17026 (initial-calendar-window-hook, today-visible-calendar-hook)
17027 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
17028 (calendar-star-date, calendar-mark-today): Doc fixes.
17029 (today-visible-calendar-hook): Add options.
17030 (calendar-in-read-only-buffer): New macro.
17031 (calendar-basic-setup): Adapt for change in calendar-read-date.
17032 Place holiday let inside if.
17033 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
17034 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
17035 (calendar-print-other-dates): Use one let rather than many.
17036
17037 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
17038 (calendar-print-other-dates):
17039 * calendar/cal-hebrew.el (list-yahrzeit-dates):
17040 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
17041 * calendar/holidays.el (calendar-list-holidays, list-holidays)
17042 (calendar-cursor-holidays):
17043 * calendar/lunar.el (calendar-phases-of-moon): Use
17044 calendar-in-read-only-buffer to replace previous code and disable undo.
17045
17046 2008-03-16 Juri Linkov <juri@jurta.org>
17047
17048 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
17049 and regexp-search-ring-yank-pointer for the HISTPOS argument of
17050 read-from-minibuffer to provide the correct initial minibuffer
17051 history position in isearch-edit-string when it is called from
17052 isearch-ring-adjust.
17053
17054 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
17055 to check if the current buffer is the minibuffer, and in this case
17056 call abort-recursive-edit to kill the minibuffer. Doc fix.
17057 (kill-this-buffer-enabled-p): Allow this function to return non-nil
17058 when the current buffer is the minibuffer.
17059
17060 * simple.el (goto-line): Leave mark at previous position. Doc fix.
17061
17062 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
17063
17064 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17065 Use non-nil PARENTS attribute of make-directory instead of
17066 explicitly checking existence the current cache directory.
17067
17068 2008-03-16 Daiki Ueno <ueno@unixuser.org>
17069
17070 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
17071 M-x epa-file-select-keys.
17072
17073 2008-03-16 Kenichi Handa <handa@m17n.org>
17074
17075 * international/mule.el (auto-coding-alist):
17076 Use no-conversion-multibyte for archive files.
17077
17078 2008-03-16 Glenn Morris <rgm@gnu.org>
17079
17080 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
17081 New functions.
17082 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
17083 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
17084 Use calendar-mark-1.
17085 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
17086 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
17087 Use calendar-mark-complex.
17088 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
17089 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
17090 Use calendar-mark-1.
17091
17092 * calendar/calendar.el (calendar-mod): Remove.
17093 * calendar/cal-china.el (calendar-chinese-from-absolute)
17094 (calendar-chinese-date-string): Expand calendar-mod calls.
17095 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
17096 Expand calendar-mod calls.
17097
17098 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
17099 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17100 (diary-bahai-insert-yearly-entry): Use let rather than let*.
17101 Move obsolete aliases after the functions that replaced them.
17102
17103 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
17104 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
17105 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
17106 Use let rather than let*.
17107 (calendar-hebrew-prompt-for-date): New function.
17108 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
17109 (holiday-tisha-b-av-etc): Use unless, let.
17110
17111 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
17112 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
17113
17114 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
17115
17116 * calendar/calendar.el (calendar-for-loop): Add indent spec.
17117
17118 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
17119 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
17120 than concat.
17121 (diary): Remove un-needed let.
17122 (view-other-diary-entries): Rename argument.
17123 (diary-list-entries-2): New function.
17124 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
17125 (print-diary-entries): Use unless.
17126 (diary-mark-entries-1): Change argument order, make all but
17127 markfunc optional. Handle the standard (Gregorian) case.
17128 Use match-string-no-properties. Handle marks.
17129 (mark-diary-entries): Use diary-mark-entries-1.
17130 (diary-font-lock-keywords-1): New macro.
17131 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
17132
17133 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
17134
17135 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
17136 (icalendar-export-hidden-diary-entries): New variable.
17137 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
17138 In case of error, insert full error-val.
17139 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
17140 Use calendar-day-of-week. Return the day number.
17141 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
17142
17143 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
17144
17145 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
17146 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
17147 (icalendar-export-region): Ignore hidden diary entries.
17148 (icalendar--convert-ordinary-to-ical): Fix case where event
17149 spans across midnight boundary.
17150 (icalendar-first-weekday-of-year): New function.
17151 (icalendar--convert-weekly-to-ical): Allow user-selectable start
17152 year for recurring events (Mozilla calendars do not propagate
17153 recurring events forever, so year 2000 start date was not working).
17154 (icalendar--convert-yearly-to-ical): Remove extra spaces in
17155 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
17156
17157 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
17158
17159 * net/tramp.el (tramp-root-regexp): New defconst.
17160 (tramp-completion-file-name-regexp-unified)
17161 (tramp-completion-file-name-regexp-separate)
17162 (tramp-completion-file-name-regexp-url): Use it.
17163 (tramp-do-copy-or-rename-file-via-buffer):
17164 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
17165 t for `insert-file-contents-literally'.
17166 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
17167 Autoload it.
17168 (tramp-completion-file-name-handler-post-function): New defconst.
17169 (tramp-completion-file-name-handler): Use it.
17170 (tramp-maybe-open-connection): Update calls to
17171 `tramp-flush-connection-property' for removed 2nd argument.
17172
17173 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
17176 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
17177 New functions.
17178
17179 2008-03-15 Glenn Morris <rgm@gnu.org>
17180
17181 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
17182 New functions.
17183 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
17184 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17185 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17186 (diary-bahai-list-entries): Use diary-list-entries-1.
17187 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
17188 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
17189 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17190 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17191 (list-hebrew-diary-entries): Use diary-list-entries-1.
17192 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
17193 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
17194 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17195 (diary-list-entries-1, diary-mark-entries-1): Autoload.
17196 (list-islamic-diary-entries): Use diary-list-entries-1.
17197 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
17198
17199 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
17200
17201 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
17202
17203 * calendar/cal-china.el (number-chinese-months)
17204 (calendar-chinese-from-absolute): Use nth, caar.
17205
17206 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
17207
17208 * calendar/cal-french.el (french-calendar-accents): Doc fix.
17209
17210 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
17211 (calendar-hebrew-month-name-array-leap-year)
17212 (hebrew-calendar-parashiot-names): Make constants.
17213 (diary-parasha): Move definition after constants it uses.
17214
17215 * calendar/cal-html.el (cal-html-insert-link-yearpage)
17216 (cal-html-htmlify-list): Doc fix.
17217 (cal-html-htmlify-entry): Use nth.
17218
17219 * calendar/cal-islam.el (calendar-islamic-month-name-array)
17220 (calendar-islamic-epoch): Make constants.
17221 (calendar-islamic-epoch): Doc fix.
17222
17223 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
17224
17225 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
17226 (cal-tex-month-name): Doc fix.
17227 (cal-tex-last-blank-p): Use zerop.
17228
17229 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
17230 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
17231 (calendar-cursor-to-date): Doc fix.
17232 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
17233 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
17234 (calendar-day-number): Use when.
17235 (generate-calendar-month): Use dotimes.
17236 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
17237 (calendar-set-mark): Reverse conditional.
17238 (calendar-make-alist): Move definition before use.
17239
17240 * calendar/diary-lib.el (diary-face-attrs)
17241 (diary-glob-file-regexp-prefix, diary-selective-display)
17242 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17243 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17244 (diary-anniversary, diary-cyclic)
17245 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17246 (diary-header-line-format): Change wording.
17247 (diary-list-entries): Set `date-start' in let.
17248 (include-other-diary-files, mark-included-diary-files): Use format.
17249 (simple-diary-display, fancy-diary-display): Use cadr, unless.
17250 (mark-diary-entries): Use 1+.
17251 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17252 (mark-calendar-month): Use dotimes.
17253
17254 * calendar/holidays.el (displayed-month, displayed-year):
17255 Move declarations where needed.
17256 (calendar-list-holidays): Doc fix.
17257
17258 * calendar/parse-time.el (parse-time-string): Simplify.
17259
17260 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
17261 Make constants.
17262 (solar-sunrise-sunset): Rename some local variables for clarity.
17263 (sunrise-sunset): Use zerop.
17264 (solar-mean-equinoxes/solstices): Doc fix.
17265
17266 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
17267 Use nth.
17268 (timeclock-completing-read, timeclock-generate-report): Use zerop.
17269 (timeclock-mean, timeclock-generate-report): Use dolist.
17270
17271 * calendar/todo-mode.el (todo-add-category): Simplify.
17272 (todo-more-important-p, todo-delete-item, todo-file-item):
17273 Use unless, when.
17274 (todo-top-priorities): Use zerop.
17275
17276 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
17277
17278 * buff-menu.el (list-buffers-noselect): Display buffer name in
17279 tooltip instead of mouse binding when it doesn't fit in the list.
17280
17281 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17282
17283 * faces.el (xw-defined-colors):
17284 * simple.el (widget-convert, shell-mode): Declare as functions
17285 instead of autoloading.
17286
17287 * abbrev.el:
17288 * button.el:
17289 * cus-face.el:
17290 * ediff-hook.el:
17291 * emacs-lisp/backquote.el:
17292 * emacs-lisp/timer.el:
17293 * facemenu.el:
17294 * faces.el:
17295 * menu-bar.el:
17296 * simple.el:
17297 * subr.el:
17298 * textmodes/fill.el:
17299 * textmodes/paragraphs.el: Remove autoloads, redundant when the
17300 files are preloaded.
17301
17302 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * desktop.el (desktop-create-buffer): Don't catch errors if
17305 debug-on-error is set.
17306
17307 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17308
17309 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17310 ($(lisp)/calendar/diary-loaddefs.el)
17311 ($(lisp)/calendar/hol-loaddefs.el): New targets.
17312 (LOADDEFS): New macro.
17313 (autoloads): Depend on $(LOADDEFS).
17314
17315 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17316
17317 * font-lock.el (featurep): Remove test, not useful anymore.
17318 (facemenu-keymap): Move key binding ...
17319 * facemenu.el (facemenu-keymap): ... here.
17320
17321 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
17322 for each file in the list.
17323 (vc-bzr-log-view-mode): Recognize the file marker.
17324
17325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17326 for checkdoc and profiling.
17327
17328 2008-03-14 Bastien Guerry <bzg@altern.org>
17329
17330 * textmodes/flyspell.el (nxml-mode): Add the right
17331 `flyspell-mode-predicate'.
17332
17333 * wid-edit.el (link): Use 'mouse-face for :follow-link.
17334
17335 2008-03-14 Glenn Morris <rgm@gnu.org>
17336
17337 * calendar/solar.el: Reorder so that functions are defined before use.
17338 (displayed-month, displayed-year): Move declarations where needed.
17339 (solar-get-number): Move definition before use. Use unless.
17340 (solar-equatorial-coordinates): Simplify.
17341 (solar-sunrise-and-sunset): Use let rather than let*.
17342 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17343
17344 * startup.el (command-line-1): Rename -internal-script back to
17345 -scriptload (reverts previous change).
17346
17347 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17348 (calendar-bahai-leap-base): Add doc strings.
17349 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17350 Move definition before use.
17351 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17352 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17353 variables outside the loop. Use dolist.
17354 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17355
17356 * calendar/cal-china.el: Re-order so that functions are defined before
17357 use.
17358 (displayed-month, displayed-year): Move declarations where needed.
17359 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17360 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17361 Add doc strings.
17362 (chinese-year-cache): Recenter on 2010. Doc fix.
17363 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17364 Doc fix. Simplify.
17365 (chinese-year-cache-init): New function.
17366 (compute-chinese-year, holiday-chinese-new-year)
17367 (calendar-chinese-date-string, calendar-goto-chinese-date)
17368 (make-chinese-month-assoc-list): Use cadr, nth.
17369 (chinese-months): Remove un-needed let.
17370
17371 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17372 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17373 (coptic-prompt-for-date): Move definition before use.
17374
17375 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17376 (calendar-dst-find-data, calendar-daylight-time-offset)
17377 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17378 (calendar-daylight-savings-starts-time)
17379 (calendar-daylight-savings-ends-time): Use cadr, nth.
17380
17381 * calendar/cal-french.el (french-calendar-epoch)
17382 (calendar-goto-french-date): Doc fix.
17383 (french-calendar-month-name-array)
17384 (french-calendar-multibyte-month-name-array)
17385 (french-calendar-day-name-array, french-calendar-special-days-array):
17386 Add doc strings.
17387
17388 * calendar/cal-hebrew.el (displayed-month, displayed-year)
17389 (original-date): Move declarations where needed.
17390 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17391 Doc fix.
17392 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17393 constant variables outside the loop. Use dolist.
17394
17395 * calendar/cal-islam.el (displayed-month, displayed-year)
17396 (original-date): Move declarations where needed.
17397 (islamic-calendar-day-number): Remove unused local variable `day'.
17398 (calendar-goto-islamic-date): Doc fix.
17399 (holiday-islamic): Use unless.
17400 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17401 constant variables outside the loop. Use dolist.
17402 (mark-islamic-calendar-date-pattern): Move definition before use.
17403 Use unless.
17404 (mark-islamic-diary-entries): Doc fix.
17405 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17406 (insert-yearly-islamic-diary-entry): Use let rather than let*.
17407
17408 * calendar/cal-julian.el (calendar-absolute-from-julian):
17409 Move definition before use. Remove un-needed local `day'.
17410 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17411
17412 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17413 (calendar-mayan-tzolkin-names-array): Add doc strings.
17414 (calendar-mayan-long-count-from-absolute): Use a single let.
17415 (calendar-string-to-mayan-long-count): Simplify.
17416 (calendar-next-haab-date, calendar-previous-haab-date)
17417 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17418 (calendar-previous-calendar-round-date)
17419 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17420 Doc fix.
17421 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17422 (calendar-mayan-date-string, calendar-print-mayan-date)
17423 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17424 (calendar-mayan-long-count-common-era): Move definitions before use.
17425
17426 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17427 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17428 Doc fix.
17429 (calendar-mouse-goto-date): Move definition before use.
17430
17431 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17432 Move definition before use.
17433 (calendar-cursor-to-visible-date): Move definition before use.
17434 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
17435 and place inside the conditional.
17436 (calendar-forward-day): Simplify.
17437 (calendar-end-of-month): Use unless.
17438 (calendar-goto-day-of-year): Doc fix.
17439 Relocate obsolete aliases after their replacements.
17440
17441 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17442
17443 * calendar/diary-lib.el (mark-diary-entries): Move some constant
17444 variables outside the diary-date-forms loop.
17445
17446 * calendar/calendar.el (diary-file): Doc fix.
17447 (calendar-buffer-list): Return buffers rather than strings (fixes
17448 previous change).
17449 (hebrew-holidays-4): Fix typo.
17450
17451 * calendar/holidays.el (displayed-month, displayed-year):
17452 Move declarations where needed.
17453 (calendar-holiday-list, calendar-list-holidays)
17454 (holiday-filter-visible-calendar): Move definitions before use.
17455 (list-holidays): Use cadr.
17456 Relocate obsolete aliases after their replacements.
17457
17458 * calendar/lunar.el (date, displayed-month, displayed-year):
17459 Move declarations where needed.
17460 (lunar-phase-list): Move definition after functions it uses.
17461 (calendar-phases-of-moon, diary-phases-of-moon)
17462 (lunar-new-moon-on-or-after): Use cadr, nth.
17463 (lunar-new-moon-on-or-after): Doc fix.
17464
17465 * textmodes/org-irc.el (top-level): CL not required when compiling.
17466 (org-irc-visit-erc): Replace runtime CL functions.
17467
17468 * textmodes/org-publish.el (declare-function): Add compatibility stub.
17469 (org-publish-delete-dups): Declare as function.
17470
17471 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17472
17473 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17474 (vc-bzr-show-log-entry): Make regexp match more cases.
17475 (vc-diff-switches-list): Remove autoload, not needed.
17476
17477 2008-03-14 Juri Linkov <juri@jurta.org>
17478
17479 * isearch.el (isearch-edit-string): Remove one call to
17480 `isearch-push-state' not to push an inconsistent state,
17481 but keep another correct call to `isearch-push-state'.
17482 (isearch-ring-adjust): Call `isearch-push-state' only when
17483 `search-ring-update' is non-nil since `isearch-edit-string'
17484 already pushes its state.
17485 (isearch-message): Improve matching the failed part by checking
17486 if the original message starts with the last successful message.
17487
17488 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17489 (dired-perm-write): Rename from `dired-warn-writable'.
17490 Change parent face from `font-lock-warning-face' to
17491 `font-lock-comment-delimiter-face'.
17492 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17493 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17494 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17495 with `dired-perm-write-face'.
17496
17497 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
17498
17499 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17500 Create cache dir only if it doesn't already exist.
17501
17502 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17505 of \ and '.
17506
17507 2008-03-13 Johan Bockgård <bojohan@gnu.org>
17508
17509 * net/browse-url.el (browse-url-text-xterm):
17510 Unquote browse-url-text-browser.
17511
17512 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
17513
17514 * textmodes/org-mouse.el: Version number change.
17515
17516 * textmodes/org-publish.el (org-publish-expand-components):
17517 Remove null projects from the list of components.
17518 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17519 Remove unused retrieval of the :publishing-directory property.
17520 (org-publish-file): Bugfix: when using a relative directory as the
17521 publishing directory, convert it to a directory filename.
17522 (org-publish-project): New alias.
17523 (org-publish-get-files): Protect against empty p.
17524 (org-publish-file): Send an error when file is not part of any project.
17525 (org-publish-file): Offer to refresh the list of files in known
17526 project when the current file is not part of any project.
17527 (org-publish-before-export-hook)
17528 (org-publish-after-export-hook): New hooks.
17529 (org-publish-org-to): Use new hooks and kill buffers.
17530 (org-publish-file): Remove the code for killing buffers.
17531 (org-publish-initialize-files-alist): Use interactive.
17532 (org-publish-file): If the publishing function creates a new
17533 buffer, kill it after publishing.
17534 (org-publish-timestamp-filename): Protect ":" in file name path
17535 under windows.
17536
17537 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17538 change that killed the LaTeX buffer.
17539
17540 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17541 in the decision tree.
17542 (org-select-remember-template): Clean the code.
17543 (org-prepare-dblock): Add the extra :content parameter.
17544 (org-write-agenda): New output type ".ics" files.
17545 (org-write-agenda): Call `org-icalendar-verify-function', both for
17546 time stamps and for TODO entries.
17547 (org-agenda-collect-markers, org-create-marker-find-array)
17548 (org-check-agenda-marker-table): New functions.
17549 (org-agenda-marker-table): New variable.
17550 (org-export-as-html): Revert the change that killed the html
17551 buffer. Side effects first need to be studied carefully.
17552 (org-get-tags-at): Fix the structure of the condition-case statement.
17553 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17554 (org-timestamp-change): Fix regular expressions to swallow the
17555 extra character for repeat-shift control.
17556 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17557 (org-get-legal-level): Alias to `org-get-valid-level'.
17558 (org-dblock-write:clocktable): Add a :link parameter, linking
17559 headlines to their location in the Org agenda files.
17560 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17561 throwing an error when getting tags before headlines.
17562 (org-timestamp-change, org-modify-ts-extra)
17563 (org-ts-regexp1): Fix timestamp editing.
17564 (org-agenda-custom-commands-local-options): New constant.
17565 (org-agenda-custom-commands):
17566 Use `org-agenda-custom-commands-local-options' to improve customize
17567 type. "htmlize": Removed hack to fix face problem with htmlize,
17568 it no longer seem necessary.
17569 (org-follow-link-hook): New hook.
17570 (org-agenda-custom-commands): Add "Component" as a tag for each
17571 item in a command series.
17572 (org-open-at-point): Run `org-follow-link-hook'.
17573 (org-agenda-schedule): Bugfix: don't display marker type when it
17574 is nil.
17575 (org-store-link): org-irc required.
17576 (org-set-regexps-and-options): Parse the new logging options.
17577 (org-extract-log-state-settings): New function.
17578 (org-todo): Handle the new ways of recording state change stuff.
17579 (org-local-logging): New function.
17580 (org-columns-open-link): Fix bug with opening link in column view.
17581 (org-local-logging): New function.
17582 (org-todo): Make sure that LOGGING properties are honoured.
17583 (org-todo-keywords): Improve docstring.
17584 (org-startup-options): Cleanup startup options.
17585 (org-set-regexps-and-options): Process the "!" markers.
17586 (org-todo): Respect the new logging stuff.
17587 (org-log-note-how): New variable.
17588 (org-add-log-maybe): New parameter HOW that defines how logging
17589 should be done and also overrides PURPOSE. Add a docstring.
17590 (org-add-log-note): Check if we really need to ask for a note.
17591 (org-get-current-options): Digest the new keyword.
17592 (org-agenda-reset-markers): Rename from
17593 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
17594 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17595 function, without force argument.
17596 (org-buffer-property-keys): Bind local variables s and p.
17597 (org-make-tags-matcher): Allow "" to match an empty or
17598 non-existent property value.
17599 (org-export-as-html): Join unsorted lists when they directly
17600 follow each other. Such lists may be created by headlines that
17601 are converted to lists.
17602 (org-nofm-to-completion): New function.
17603 (org-export-as-html): Use :html-extension instead of
17604 org-export-html-extension.
17605 (org-store-link): Support for links from `rmail-summary-mode'.
17606 (org-columns-new, org-complete, org-set-property): Set the
17607 `include-columns' argument in the call to
17608 `org-buffer-property-keys'.
17609 (org-buffer-property-keys): New argument `include-columns', to
17610 include properties expected by any of the COLUMNS formats in the
17611 current buffer.
17612 (org-cleaned-string-for-export): Get rid of drawers first, so that
17613 they will be removed also in the text before the first headline.
17614 (org-clock-report): Show the clocktable when found.
17615 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17616 (org-version): With prefix argument, insert `org-version' at point.
17617 (org-agenda-goto): Recenter the window after finding the target
17618 location, to make sure the correct position will be displayed.
17619 (org-agenda-get-deadlines): Don't scale priority with the warning
17620 period.
17621 (org-insert-heading): Don't break line in the middle of the line.
17622 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17623 be 0.
17624 (org-update-checkbox-count): Revamp to deal with hierarchical
17625 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
17626 (org-remove-timestamp-with-keyword): New function.
17627 (org-schedule, org-deadline):
17628 Use `org-remove-timestamp-with-keyword' to make sure all such time
17629 stamps are removed.
17630 (org-mode): Support for `align'.
17631 (org-agenda-get-deadlines): Make sure priorities increase as the
17632 due date approaches and is passed.
17633 (org-remember-apply-template): Fix problem with tags that
17634 contain "_" or "@".
17635 (org-make-link-regexps): Improve the regular expression for plain links.
17636 (org-agenda-get-closed): List each clocking entry.
17637 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17638 (org-special-ctrl-k): New option.
17639 (org-kill-line): New function.
17640 (org-archive-all-done): Fix incorrect number of stars in regexp.
17641 (org-refile-get-location): New function.
17642 (org-refile-goto-last-stored): New function.
17643 (org-global-tags-completion-table): Add the value of org-tag-alist
17644 in each buffer, to make sure that also unused tags will be
17645 available for completion.
17646 (org-columns-edit-value)
17647 (org-columns-next-allowed-value): Only update if not in agenda.
17648 (org-clocktable-steps): New function.
17649 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17650 (org-archive-subtree): Add the outline tree context as a property.
17651 (org-closest-date): New optional argument `prefer'.
17652 (org-goto-auto-isearch): New option.
17653 (org-goto-map, org-get-location): Implement auto-isearch.
17654 (org-goto-local-auto-isearch-map): New variable.
17655 (org-goto-local-search-forward-headings)
17656 (org-goto-local-auto-isearch): New functions.
17657
17658 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
17659
17660 * textmodes/org-irc.el: New file.
17661
17662 2008-03-13 John Wiegley <johnw@gnu.org>
17663
17664 * textmodes/org-mac-message.el: New file.
17665
17666 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
17667
17668 * font-lock.el (font-lock-comment-face): Set the foreground for
17669 the light background 8 colors case.
17670
17671 2008-03-13 Glenn Morris <rgm@gnu.org>
17672
17673 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17674 generate-autoload-cookie patterns.
17675
17676 * startup.el (command-line-1): Rename -scriptload to -internal-script.
17677
17678 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17679 (MH_E_SRC): Remove variable.
17680 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17681 Simplify file header. Use $@ for generated-autoload-file.
17682
17683 * Makefile.in (LOADDEFS): New variable.
17684 (AUTOGENEL): Use $LOADDEFS.
17685 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17686 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17687 ($(lisp)/calendar/hol-loaddefs.el): New targets.
17688 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17689 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17690 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17691 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17692 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17693 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17694 Add calendar-specific autoload cookies, and remove any setting of
17695 generated-autoload-file.
17696 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17697 * calendar/diary-lib.el: Replace explicit autoloads with reading of
17698 diary-loaddefs.
17699 * calendar/holidays.el: Replace explicit autoloads with reading of
17700 hol-loaddefs.
17701
17702 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17703 (calendar-buffer-list): Simplify.
17704 (generate-calendar-window): Use calendar-mark-holidays rather than
17705 obsolete alias.
17706
17707 * calendar/cal-hebrew.el (list-yahrzeit-dates):
17708 Use cal-hebrew-yahrzeit-buffer.
17709
17710 * calendar/cal-x.el (calendar-only-one-frame-setup)
17711 (calendar-two-frame-setup): Doc fixes.
17712 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17713
17714 * calendar/appt.el (appt-mode-string): Mark as risky.
17715 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17716
17717 * calendar/cal-html.el (diary-list-entries):
17718 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17719 (calendar-iso-from-absolute): Fix autoloads.
17720
17721 * calendar/cal-iso.el (calendar-absolute-from-iso)
17722 (calendar-iso-read-args): Simplify.
17723 (calendar-iso-date-string, calendar-iso-read-args)
17724 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17725
17726 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17727 (displayed-month, displayed-year): Move declarations where needed.
17728 (calendar-print-astro-day-number): Doc fix.
17729
17730 * calendar/cal-persia.el (persian-calendar-month-name-array)
17731 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17732 (persian-prompt-for-date): Remove local variable `today'.
17733
17734 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17735
17736 * calendar/solar.el (solar-moment, solar-exact-local-noon)
17737 (solar-sunrise-sunset, solar-sunrise-sunset-string)
17738 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17739 (diary-sabbath-candles, solar-equinoxes/solstices)
17740 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17741 (solar-time-equation, solar-date-to-et): Simplify.
17742
17743 * mail/supercite.el: Remove the `function' in `(function (lambda'.
17744 Replace `(car (cdr' with cadr'.
17745
17746 * progmodes/f90.el (f90-font-lock-n): New function.
17747 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17748 Use f90-font-lock-n.
17749 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17750
17751 * progmodes/f90.el (f90-mode-abbrev-table):
17752 * progmodes/fortran.el (fortran-mode-abbrev-table):
17753 Use newer form of define-abbrev, where supported. No need to bind
17754 abbrevs-changed for system abbrevs.
17755
17756 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17759 delete-frame-functions.
17760
17761 * bookmark.el (Info-current-node): Remove.
17762
17763 2008-03-12 Juri Linkov <juri@jurta.org>
17764
17765 * help.el (describe-project): Remove defaliases for view-todo and
17766 describe-project that are now unnecessary after the merge from
17767 emacs--rel--22 that added define-obsolete-function-alias.
17768
17769 * startup.el (inhibit-startup-screen): Revert incomplete
17770 2008-03-10 merge from emacs--rel--22 that partly reverted
17771 2008-02-28 change that added initial message to *scratch* buffer
17772 regardless of the value of `inhibit-startup-screen'.
17773 Now keep this change in the trunk, but not in the 22 branch.
17774
17775 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * international/quail.el (quail-setup-completion-buf, quail-help):
17778 * mail/binhex.el (binhex-decode-region-internal):
17779 * mail/uudecode.el (uudecode-decode-region-internal):
17780 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17781 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17782 setting default-enable-multibyte-characters.
17783
17784 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17785
17786 * comint.el: Fix up indentation and comment style. Remove `function'.
17787
17788 * international/mule-cmds.el (reset-language-environment)
17789 (set-language-environment-nonascii-translation):
17790 Don't set-unibyte-charset.
17791
17792 * doc-view.el: Remove all cb-args, use closures instead.
17793 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17794 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17795 doing an incorrect check). Update all callers to use the new name.
17796 (doc-view-doc->txt): Add missing `txt' argument.
17797
17798 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17799
17800 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17801 md5 sum calculation to single-byte.
17802
17803 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * doc-view.el (doc-view-new-window-function): Add assertion.
17806 (doc-view-doc-type): New var.
17807 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17808 (doc-view-intersection): New fun.
17809 (doc-view-mode): Use it to set the new var.
17810
17811 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17812
17813 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17814 (doc-view-already-converted-p): New functions.
17815 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17816 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17817 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17818 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17819 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17820 (doc-view-convert-current-doc): Don't hardwire the functions the
17821 sentinels call. Now they're provided by two args CALLBACK and
17822 CB-ARGS to the functions.
17823 (doc-view-search): Use doc-view-doc->txt.
17824 (doc-view-initiate-display): Use doc-view-already-converted-p.
17825 Mention new binding C-c C-t if doc-view-mode doesn't work.
17826
17827 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
17828
17829 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17830
17831 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17832
17833 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17834 Mark " outside of tags as punctuation.
17835
17836 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * menu-bar.el (minibuffer-local-map): Use the same command for the
17839 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17840 Prefer RET over C-j for exit-minibuffer.
17841
17842 * files.el (display-buffer-other-frame): Eliminate problematic code.
17843
17844 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17845 (menu-bar-select-buffer): Remove.
17846 (menu-bar-select-frame): Make non-interactive and take a frame arg.
17847 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17848
17849 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
17850
17851 * icomplete.el (icomplete-completions): Remove obsolete code.
17852
17853 * net/net-utils.el (iwconfig-program-options): Doc fix.
17854 (net-utils-run-program, run-network-program): Define as functions.
17855
17856 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
17857
17858 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17859
17860 2008-03-11 Glenn Morris <rgm@gnu.org>
17861
17862 * faces.el (mode-line-emphasis): New face.
17863 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17864
17865 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17866
17867 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
17868
17869 * simple.el (set-mark-command): Doc fix.
17870
17871 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17874
17875 * emacs-lisp/autoload.el (autoload-find-destination):
17876 Don't force raw-text.
17877
17878 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17879 * calendar/cal-loaddefs.el: Don't version control.
17880
17881 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17882
17883 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17884 entries and add :help to the existing ones.
17885
17886 2008-03-10 Glenn Morris <rgm@gnu.org>
17887
17888 * calendar/cal-hebrew.el (date, entry, number): Move declarations
17889 to where they are needed.
17890
17891 * calendar/calendar.el (diary-file, hebrew-holidays-1)
17892 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17893 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17894 (calendar-version): Doc fixes.
17895 (calendar-absolute-from-gregorian): Use zerop.
17896 (calendar-mode-line-format): Make it a defcustom.
17897
17898 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17899 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17900 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17901 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17902 (mark-included-diary-files, mark-calendar-days-named)
17903 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17904 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17905 (insert-monthly-diary-entry, insert-yearly-diary-entry)
17906 (insert-anniversary-diary-entry, insert-block-diary-entry)
17907 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17908 (diary-font-lock-sexps): Doc fixes.
17909 (diary-remind-message, mark-calendar-month): Use zerop.
17910 (diary-attrtype-convert, diary-pull-attrs): Simplify.
17911 (diary-list-entries): Revert let to let* (previous change).
17912
17913 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17914
17915 2008-03-10 Kim F. Storm <storm@cua.dk>
17916
17917 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17918 function aliases for the old names.
17919
17920 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
17921
17922 * iswitchb.el (iswitchb-use-faces): Doc fix.
17923 (iswitchb-buffer-ignore, iswitchb-read-buffer):
17924 Fix typos in docstrings.
17925
17926 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17927
17928 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17929 Fix typo.
17930 (verilog-type-font-keywords): Reindent.
17931
17932 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
17933
17934 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17935 Fix bug in the grouping-keyword regular expression.
17936 (verilog-font-lock-keywords): Allow users to toggle special
17937 highlight of grouping-keywords.
17938 (verilog-highlight-grouping-keywords): The toggle for special
17939 highlighting of grouping keywords.
17940
17941 2008-03-10 Juri Linkov <juri@jurta.org>
17942
17943 * startup.el: Revert 2008-02-28 change that adds initial message
17944 to *scratch* buffer regardless of the value of
17945 `inhibit-startup-screen'.
17946
17947 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17948
17949 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17950 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17951 * progmodes/verilog-mode.el (verilog-mode):
17952 * net/socks.el (socks):
17953 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17954
17955 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17958 (doc-view-bookmark-make-record): Use them.
17959 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
17960 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17961
17962 * bookmark.el (bookmark-make-record-function): Change expected return
17963 value to include a suggested bookmark name.
17964 (bookmark-make): Split into bookmark-make-record and bookmark-store.
17965 Fix reversed `overwrite' semantics.
17966 (bookmark-set): Call bookmark-make-record before prompting the user.
17967 Then pass the result to bookmark-store later on.
17968 (bookmark-make-name-function): Remove.
17969 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17970 * info.el (bookmark-make-name-function): Remove.
17971 (Info-mode): Don't set it.
17972 (Info-bookmark-make-name): Remove.
17973 (Info-bookmark-make-record): Use Info-current-node as suggested default
17974 bookmark name.
17975
17976 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17977 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17978 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17979 (bookmark-annotation-buffer, bookmark-annotation-file)
17980 (bookmark-annotation-point, bookmark-send-annotation)
17981 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17982 (bookmark-edit-annotation-text-func): Rename from
17983 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
17984 (bookmark-edit-annotation-mode-map): Move initialization into
17985 declaration.
17986
17987 * bookmark.el: Remove spurious * in docstrings.
17988 (bookmark-minibuffer-read-name-map): New var.
17989 (bookmark-set): Use it. Also pass the default value as it should.
17990 (bookmark-send-edited-annotation): Take no chances with text properties.
17991 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17992 (bookmark-insert-buffer-name): Remove.
17993 (bookmark-buffer-file-name): Signal an error rather than returning nil.
17994
17995 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
17996
17997 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17998
17999 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
18000
18001 * diff-mode.el (diff-mode-menu): Add :help.
18002
18003 2008-03-09 Glenn Morris <rgm@gnu.org>
18004
18005 * calendar/calendar.el (general-holidays, oriental-holidays)
18006 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
18007 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
18008 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
18009 (calendar-holidays): Restore autoload cookies, because people are
18010 used to using these variables without loading calendar.el.
18011
18012 * calendar/cal-islam.el (diary-islamic-date): Move to end.
18013 (date, number): Declare where needed.
18014
18015 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
18016 (list-sexp-diary-entries): Doc fixes.
18017 (diary-list-entries): Doc fix. Remove free variable `entry'.
18018 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
18019 Simplify setting of `date-holiday-list'.
18020 (mark-diary-entries): Remove free variable `entry'.
18021 (diary-list-entries, include-other-diary-files, fancy-diary-display):
18022 Use let where let* is not needed.
18023
18024 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
18027 make-record function, instead paste it in afterwards.
18028 (bookmark-make-record-for-text-file):
18029 * doc-view.el (doc-view-bookmark-make-record):
18030 * info.el (Info-bookmark-make-record): Don't mess with annotations.
18031
18032 2008-03-08 Glenn Morris <rgm@gnu.org>
18033
18034 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
18035
18036 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * calendar/diary-lib.el (diary-list-entries)
18039 (include-other-diary-files, mark-diary-entries)
18040 (mark-sexp-diary-entries, mark-included-diary-files)
18041 (diary-entry-time, list-sexp-diary-entries): Remove the special
18042 handling of ^M that dates back to the use of selective-display.
18043 (simple-diary-display): Obey setting of pop-up-frames.
18044 (body, entry): Remove unnecessary declarations.
18045
18046 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
18047 (bookmark-get-annotation, bookmark-set-annotation)
18048 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18049 (bookmark-set-position, bookmark-get-front-context-string)
18050 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18051 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
18052 * info.el (Info-bookmark-make-record): Don't bother recording point.
18053 (bookmark-get-filename, bookmark-get-front-context-string)
18054 (bookmark-get-rear-context-string, bookmark-get-position):
18055 Don't declare any more.
18056 (bookmark-get-info-node): Remove.
18057 (bookmark-prop-get): Declare.
18058 (Info-bookmark-jump): Use it.
18059
18060 2008-03-08 Johan Bockgård <bojohan@gnu.org>
18061
18062 * subr.el (while-no-input): Don't splice BODY directly into the
18063 `or' form.
18064
18065 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
18066
18067 * diff-mode.el (diff-ignore-whitespace-hunk):
18068 Bind inhibit-read-only before trying to change the buffer.
18069
18070 2008-03-08 Glenn Morris <rgm@gnu.org>
18071
18072 * calendar/appt.el (appt): Move custom group here from calendar.el.
18073 (appt-disp-window, appt-convert-time): Doc fixes.
18074
18075 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
18076 (calendar-bahai-mark-date-pattern):
18077 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
18078 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
18079 * calendar/cal-julian.el (calendar-absolute-from-julian):
18080 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
18081
18082 * calendar/cal-china.el (chinese-calendar): Move custom group here from
18083 calendar.el.
18084 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
18085 Make constants.
18086 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
18087 (chinese-calendar-daylight-savings-starts)
18088 (chinese-calendar-daylight-savings-ends)
18089 (chinese-calendar-daylight-savings-starts-time)
18090 (chinese-calendar-daylight-savings-ends-time)
18091 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
18092 Doc fixes.
18093
18094 * calendar/cal-coptic.el (coptic-name): Add doc string.
18095
18096 * calendar/cal-french.el (french-calendar-month-name-array)
18097 (french-calendar-day-name-array, french-calendar-special-days-array):
18098 Add doc strings.
18099
18100 * calendar/cal-bahai.el (diary-bahai-mark-entries)
18101 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
18102 (diary-bahai-insert-yearly-entry):
18103 * calendar/cal-dst.el (calendar-next-time-zone-transition)
18104 (calendar-time-zone):
18105 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
18106 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
18107 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
18108 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
18109 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
18110 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
18111 (list-islamic-diary-entries, mark-islamic-diary-entries)
18112 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
18113 (insert-yearly-islamic-diary-entry):
18114 * calendar/cal-iso.el (calendar-iso-read-args):
18115 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
18116 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
18117 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
18118 (calendar-next-calendar-round-date)
18119 (calendar-mayan-long-count-common-era):
18120 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
18121 (cal-menu-x-popup-menu, calendar-mouse-holidays)
18122 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
18123 (calendar-mouse-goto-date):
18124 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18125 * calendar/holidays.el (holidays):
18126 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
18127 * calendar/time-date.el (date-to-time, time-subtract, time-add)
18128 (safe-date-to-time): Doc fixes.
18129
18130 * calendar/cal-persia.el (persian-calendar-month-name-array)
18131 (persian-calendar-epoch): Make constants.
18132
18133 * calendar/cal-tex.el (calendar-tex): Move custom group here from
18134 calendar.el.
18135
18136 * calendar/cal-x.el (diary-frame-parameters)
18137 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
18138 (calendar-after-frame-setup-hooks): Make defcustoms.
18139 (calendar-one-frame-setup, calendar-only-one-frame-setup)
18140 (calendar-two-frame-setup): Doc fix.
18141
18142 * calendar/cal-loaddefs.el: New file.
18143
18144 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
18145 * calendar/cal-french.el, calendar/cal-html.el:
18146 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
18147 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
18148 * calendar/cal-tex.el, calendar/cal-x.el:
18149 Unquote lambda functions. Add autoload cookies to functions formerly
18150 autoloaded in calendar.el. Set `generated-autoload-file' to
18151 "cal-loaddefs.el".
18152
18153 * calendar/calendar.el: Move many autoloads to separate file,
18154 cal-loaddefs.el. Move defcustoms to start and re-order.
18155 (calendar-month-name-array, calendar-starred-day): No need to
18156 declare for compiler.
18157 (cal-loaddefs): Require it.
18158 (appt, chinese-calendar, calendar-tex): Move custom groups to the
18159 appropriate file.
18160 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
18161 Reverse logic.
18162 (diary-face, diary-file-name-prefix-function, diary-include-string)
18163 (diary-glob-file-regexp-prefix, diary-face-attrs)
18164 (diary-file-name-prefix, sexp-diary-entry-symbol)
18165 (print-diary-entries-hook, list-diary-entries-hook)
18166 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18167 (nongregorian-diary-marking-hook, diary-list-include-blanks):
18168 Move to diary-lib.
18169 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18170 (all-bahai-calendar-holidays): Doc fix.
18171 (calendar-insert-indented): Doc fix. Use when rather than if.
18172 (exit-calendar): Use mapc rather than mapcar.
18173 (calendar-cursor-to-date): Use zerop.
18174 (calendar-mark-ring): Add doc-string.
18175 (calendar-starred-day): Defvar it.
18176 (calendar-mode): Make calendar-starred-day local.
18177 (calendar-star-date): No need to make calendar-starred-day local.
18178
18179 * calendar/diary-lib.el: Move defcustoms to start.
18180 (diary-include-string, diary-list-include-blanks)
18181 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
18182 (diary-file-name-prefix, diary-file-name-prefix-function)
18183 (sexp-diary-entry-symbol, list-diary-entries-hook)
18184 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
18185 (nongregorian-diary-marking-hook, print-diary-entries-hook):
18186 Move here from calendar.el.
18187 (diary-file-name-prefix-function): Use 'identity.
18188 (diary-face): Make it a defcustom, and mark as obsolete.
18189 (top-level): No need to require cal-hebrew, cal-islam when compiling.
18190 (calendar-hebrew-month-name-array-leap-year)
18191 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
18192 Define for compiler.
18193 (diary-font-lock-keywords): Use format rather than concat.
18194 Add bahai-diary-entry-symbol.
18195
18196 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
18197 * calendar/solar.el: Unquote lambda functions.
18198
18199 * calendar/solar.el (calendar-location-name, calendar-latitude)
18200 (calendar-longitude, solar-setup, solar-sin-degrees)
18201 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
18202 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
18203 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
18204 (solar-exact-local-noon, solar-julian-ut-centuries)
18205 (solar-ephemeris-time, solar-date-next-longitude)
18206 (solar-horizontal-coordinates, solar-equatorial-coordinates)
18207 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
18208 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
18209 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
18210 Doc fixes.
18211 (solar-horizontal-coordinates, solar-equatorial-coordinates)
18212 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
18213 (solar-ecliptic-coordinates): Use unless.
18214 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
18215 Use or.
18216
18217 * calendar/timeclock.el: Add doc-strings to all functions.
18218 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
18219 (timeclock-entry-list-length, timeclock-entry-list-projects)
18220 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
18221
18222 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
18223
18224 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
18225 (org-get-entries-from-diary): Require diary-lib.
18226
18227 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
18228
18229 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
18230 Pacify byte-compiler.
18231
18232 2008-03-07 Alan Mackenzie <acm@muc.de>
18233
18234 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
18235 paren/bracket pairs parsed, to solve performance problem.
18236
18237 2008-03-07 Bastien Guerry <bzg@altern.org>
18238
18239 * bookmark.el (bookmark-set): Don't check for
18240 `bookmark-make-name-function' since `bookmark-buffer-file-name'
18241 already takes care of this.
18242 (bookmark-buffer-name, bookmark-buffer-file-name):
18243 Remove Info-mode specific code.
18244
18245 * info.el (bookmark-get-info-node): Define this function in
18246 info.el, not in bookmark.el.
18247 (Info-mode): Set `bookmark-make-name-function' to
18248 `Info-bookmark-make-name' locally.
18249 (Info-bookmark-make-name): New function.
18250
18251 * bookmark.el (bookmark-make-name-function): New variable.
18252
18253 2008-03-07 Karl Fogel <kfogel@red-bean.com>
18254
18255 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18256 buffer-local, not `bookmark-make-cell-function' (the old name).
18257
18258 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
18259
18260 * doc-view.el (doc-view-bookmark-make-record):
18261 * image-mode.el (image-bookmark-make-record):
18262 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
18263
18264 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
18265
18266 * vc.el (vc-status-menu-map-filter): Return orig-binding if
18267 boundp 'vc-ignore-menu-filter.
18268 (vc-status-tool-bar-map): Make it defvar.
18269 (vc-status-mode): vc-status-tool-bar-map now variable.
18270 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
18271
18272 2008-03-07 Karl Fogel <kfogel@red-bean.com>
18273
18274 Give a better name to part of the bookmark interface.
18275
18276 This was originally a much larger change, but halfway through I
18277 updated and discovered that Stefan Monnier had done the rest.
18278 It looks like he anticipated the new name too, because he used
18279 `the-record' instead of `the-cell' for some internal variable names.
18280
18281 * bookmark.el (bookmark-make-record-function): Was
18282 `bookmark-make-cell-function'.
18283 (bookmark-make, bookmark-send-annotation): Update for above.
18284 (bookmark-make-record-for-text-file):
18285 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
18286
18287 * info.el: Adjust accordingly.
18288 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
18289
18290 * image-mode.el: Adjust accordingly.
18291 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
18292
18293 * doc-view.el: Adjust accordingly.
18294 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
18295
18296 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18297
18298 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18299 Move initialization into declaration.
18300 (bookmark-get-info-node, bookmark-set-info-node): Remove.
18301 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18302 (bookmark-info-current-node): Remove.
18303 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18304 Add relocation fallback. Set bookmark-current-bookmark.
18305 (bookmark-default-handler): Rename from bookmark-jump-noselect.
18306 Remove relocation fallback. Don't set bookmark-current-bookmark.
18307 (bookmark-set): Let it be used even if there's no buffer-file-name
18308 as long as there is a bookmark-make-cell-function.
18309 * info.el (Info-bookmark-jump): Remove relocation fallback.
18310 Don't set bookmark-current-bookmark.
18311
18312 2008-03-07 Glenn Morris <rgm@gnu.org>
18313
18314 * calendar/appt.el (appt-issue-message)
18315 (appt-message-warning-time, appt-audible, appt-visible)
18316 (appt-msg-window, appt-display-mode-line, appt-display-duration)
18317 (appt-display-diary): Remove autoload cookies.
18318
18319 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18320 Remove leading `*' from defcustom doc-strings.
18321
18322 * calendar/cal-dst.el (calendar-dst): New custom group.
18323 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18324 (calendar-time-zone, calendar-daylight-time-offset)
18325 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18326 (calendar-daylight-savings-starts-time)
18327 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18328 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18329 Move to start.
18330
18331 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18332
18333 * calendar/calendar.el (calendar-version): Use emacs-version and
18334 make it obsolete. Move to end.
18335 (calendar-offset, view-diary-entries-initially)
18336 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18337 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18338 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18339 (all-bahai-calendar-holidays, calendar-load-hook)
18340 (initial-calendar-window-hook, today-visible-calendar-hook)
18341 (today-invisible-calendar-hook, calendar-move-hook)
18342 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18343 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18344 (diary-include-string, sexp-diary-entry-symbol)
18345 (abbreviated-calendar-year, american-date-diary-pattern)
18346 (european-date-diary-pattern, european-calendar-display-form)
18347 (american-calendar-display-form, print-diary-entries-hook)
18348 (list-diary-entries-hook, diary-hook, diary-display-hook)
18349 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18350 (nongregorian-diary-marking-hook, diary-list-include-blanks)
18351 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18352 (local-holidays, other-holidays, hebrew-holidays-1)
18353 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18354 (hebrew-holidays, christian-holidays, islamic-holidays)
18355 (bahai-holidays, solar-holidays, calendar-setup)
18356 (calendar-week-start-day): Remove autoload cookies.
18357 (diary-glob-file-regexp-prefix): Doc fix.
18358 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18359 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18360 (calendar-week-start-day, calendar-debug-sexp): Move to start.
18361
18362 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18363 (calendar-time-display-form, calendar-latitude)
18364 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18365 cookies.
18366 (calendar-latitude, calendar-longitude): Move functions after
18367 variables.
18368 (diary-sabbath-candles-minutes): Move to start.
18369 (solar-setup): Use or rather than if.
18370 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18371 Remove condition-case.
18372 (solar-atn2): Use zerop.
18373 (solar-equinoxes-solstices): Doc fix.
18374
18375 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18376 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
18377
18378 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18379 (calendar-longitude, calendar-latitude, calendar-location-name):
18380 Declare for compiler.
18381
18382 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * arc-mode.el (archive-ar-file-header-re): New const.
18385 (archive-ar-summarize, archive-ar-extract): New funs.
18386 (archive-find-type): Recognize ar archives.
18387
18388 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18389 New functions.
18390
18391 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18392
18393 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
18394
18395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18396 Replace :enable (mark-active) with :enable mark-active.
18397
18398 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
18399
18400 * vms-patch.el (make-legal-file-name): New obsolete alias.
18401 (make-valid-file-name): Rename from `make-legal-file-name'.
18402 (make-auto-save-file-name): Use it.
18403
18404 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18405 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18406 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18407
18408 * textmodes/org.el (org-export-html-style): Doc fix.
18409 (org-get-legal-level): New obsolete alias.
18410 (org-get-valid-level): Rename from `org-get-legal-level'.
18411 (org-promote, org-demote, org-archive-subtree)
18412 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18413
18414 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
18415
18416 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18417
18418 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18419 (vc-status-toggle-mark): New functions.
18420 (vc-status-mode): Set tool bar map.
18421
18422 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
18423
18424 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18425 Reported by Drew Adams <drew.adams@oracle.com>.
18426
18427 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18428
18429 * subr.el (read-quoted-char): Resolve modifiers of the character
18430 event.
18431
18432 * comint.el (comint-exec-1): Don't change the coding-system for
18433 decoding to dos-like EOL.
18434 (comint-carriage-motion): Fully rewrite.
18435
18436 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
18437
18438 * epg.el (epg-context-include-certs): Reflow docstring.
18439 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18440 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18441 (epg-context-set-signers, epg-context-set-sig-notations)
18442 (epg-make-import-status, epg-make-import-result)
18443 (epg-start-delete-keys): Fix typos in docstrings.
18444 (epg-start-sign-keys, epg-sign-keys):
18445 Fix typos in obsolescence declarations.
18446
18447 * iswitchb.el: Don't check for `cadr' and `last'.
18448 (iswitchb-define-mode-map, iswitchb-default-keybindings):
18449 Add obsolescence declaration and remove redundant info from docstring.
18450 (iswitchb-set-common-completion, iswitchb-set-matches)
18451 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18452 (recentf-list, most-len, most-is-exact):
18453 Don't wrap defvars within `eval-when-compile'.
18454
18455 2008-03-05 Glenn Morris <rgm@gnu.org>
18456
18457 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18458 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18459 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18460 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18461 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18462
18463 * ediff-hook.el (ediff-window-setup-function): Don't autoload
18464 declaration for compiler.
18465 (ediff-xemacs-init-menus): Use when rather than if.
18466
18467 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18468 if+and to just and.
18469 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18470 (ediff-delete-overlay): Move the XEmacs test inside the definition.
18471
18472 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18473
18474 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18475 test inside XEmacs test.
18476 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18477 since it was doing nothing on Emacs.
18478 (ediff-make-bullet-proof-overlay): Use when rather than if.
18479
18480 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18481 (ediff-setup-control-frame): Remove
18482 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18483 a (featurep 'xemacs) test.
18484
18485 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
18486
18487 * calc/calc-ext.el (calc-extended-command-history): New variable.
18488 (calc-execute-extended-command): Use `calc-extended-command-history'.
18489
18490 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
18491
18492 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
18493 (standard-mode-line-position): Add mouse-face.
18494
18495 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18496 * progmodes/grep.el (grep-mode-map): Add :help.
18497
18498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18499 initialize in one step. Add :help. Use :enable to activate menu
18500 items. Show the key binding for edebug-defun.
18501 (lisp-interaction-mode-map): Add a menu.
18502
18503 * term.el (term-mode-map): Define and initialize in one step.
18504
18505 * ediff-init.el (ediff-color-display-p): Simplify.
18506 (Xor): Remove unused function.
18507 (ediff-with-syntax-table): Simplify for Emacs.
18508
18509 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18510 menu-bar being loaded, it always is.
18511
18512 2008-03-05 Glenn Morris <rgm@gnu.org>
18513
18514 * textmodes/tex-mode.el (tex-mode): Suppress warning about
18515 multiple definitions when compiling.
18516
18517 2008-03-04 Alan Mackenzie <acm@muc.de>
18518
18519 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18520
18521 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18522 doc-string, "c-old-LEN" -> "c-old-END".
18523
18524 2008-03-04 Jason Rumney <jasonr@gnu.org>
18525
18526 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18527 namespaces.
18528
18529 2008-03-04 Glenn Morris <rgm@gnu.org>
18530
18531 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18532
18533 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18534 than mapcar.
18535
18536 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18537
18538 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18539 (byte-compile-nilconstp): Can't use recursion in a defsubst.
18540
18541 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18542 so that M-q can fill comments.
18543 (tex-executable-exists-p, tex-compile): Extend with special syntax for
18544 commands implemented in elisp.
18545 (tex-compile-commands): Add an entry to use doc-view for pdf files.
18546 (tex-format-cmd): New function.
18547 (tex-compile): Use it to let the user specify default arguments.
18548 (tex-cmd-bibtex-args): New var.
18549 (tex-cmd-doc-view): New function.
18550
18551 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18552
18553 * faces.el (face-spec-set): Fix typos in docstring.
18554
18555 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18556
18557 * bindings.el (mode-line-column-line-number-mode-map): New variable.
18558 (standard-mode-line-position): Use it to add a menu for toggling
18559 column number and line number display.
18560
18561 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18564 Remove optimization that was working around the form-code-walker bug.
18565
18566 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18567 Walk into the body of lambdas after byte-compile-unfold-lambda.
18568
18569 2008-03-03 Glenn Morris <rgm@gnu.org>
18570
18571 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18572 value, if set, over frame value.
18573
18574 * simple.el (transient-mark-mode): Don't turn on by default.
18575
18576 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18577 accidentally removed by the 2007-12-05 merge from Gnus.
18578
18579 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
18580
18581 * progmodes/compile.el (compilation-menu-map): Add menu entries
18582 for useful options.
18583
18584 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
18585 Glenn Morris <rgm@gnu.org>
18586
18587 * emacs-lisp/bytecomp.el (byte-recompile-directory)
18588 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18589 Give a `bytecomp-' prefix to local variables with common names.
18590
18591 2008-03-01 Glenn Morris <rgm@gnu.org>
18592
18593 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18594 Restore code commented out 2007-11-10.
18595
18596 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18597
18598 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18599 Delete macro.
18600 * emulation/viper-cmd.el, emulation/viper-ex.el:
18601 * emulation/viper-init.el, emulation/viper-keym.el:
18602 * emulation/viper-mous.el, emulation/viper-util.el:
18603 * emulation/viper.el:
18604 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18605 featurep test.
18606
18607 Replace obsolete frame-local variables with frame-parameters.
18608 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18609 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18610 (viper-vi-state-cursor-color): Only call make-variable-frame-local
18611 on XEmacs.
18612 * emulation/viper-util.el (viper-frame-value): New macro.
18613 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18614 (viper-R-state-post-command-sentinel)
18615 (viper-replace-state-post-command-sentinel)
18616 (viper-change-state-to-insert, viper-change-state-to-emacs):
18617 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18618 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18619 (viper-get-saved-cursor-color-in-insert-mode)
18620 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18621 Use viper-frame-value for viper-replace-overlay-cursor-color,
18622 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18623 viper-vi-state-cursor-color values.
18624
18625 * emulation/viper-cmd.el (zmacs-region-stays):
18626 * emulation/viper-util.el (zmacs-region-stays): No need to define
18627 for compiler.
18628
18629 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18630 mapcar on Emacs.
18631
18632 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18633 on XEmacs.
18634
18635 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18636 rather than if.
18637
18638 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18639
18640 * whitespace.el: New version 9.3. As the glyph code generation was
18641 fixed, it is possible now to use character code above ?\x1FFFF in the
18642 display table. Fix `whitespace-indentation-regexp' to not include an
18643 extra ending character. Reported by Michael Welsh Duggan
18644 <mwd@cert.org>. Added hook actions when buffer is written or killed as
18645 the original whitespace package had. Suggested by Eric Cooper
18646 <ecc@cmu.edu>. Doc fix.
18647 (whitespace-action): New option.
18648 (whitespace-display-mappings): Changed default newline visualization to
18649 display downwards arrow, as the glyph code generation was fixed.
18650 (whitespace-unload-function): Assure that all local whitespace mode is
18651 turned off.
18652 (whitespace-global-modes): Fix type customization.
18653 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18654 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18655 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18656 Fix code.
18657 (whitespace-buffer): Command removed.
18658 (whitespace-trailing-regexp, whitespace-mark-x)
18659 (whitespace-display-window, whitespace-action-when-on)
18660 (whitespace-add-local-hook, whitespace-remove-local-hook)
18661 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18662 (whitespace-action): New funs.
18663 (whitespace-report-list, whitespace-report-text)
18664 (whitespace-report-buffer-name): New consts.
18665 (whitespace-report, whitespace-report-region): New commands.
18666
18667 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18668
18669 * disp-table.el (make-glyph-code): Don't test the result of
18670 `face-id', which already signals an error for invalid faces.
18671 (glyph-face): Simplify.
18672
18673 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18674 running `desktop-not-loaded-hook' to allow modifying it.
18675 Don't show warning message if `desktop-dirname' was modified.
18676
18677 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18678
18679 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18680 we still expect more lines.
18681
18682 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18683 comment-paragraph filling if the commark doesn't match
18684 comment-start-skip.
18685
18686 2008-03-01 Daiki Ueno <ueno@unixuser.org>
18687
18688 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18689 the `imap' variant.
18690
18691 2008-03-01 Jason Rumney <jasonr@gnu.org>
18692
18693 * files.el (make-auto-save-file-name): Encode more characters in
18694 non-file buffer names. Use url-encoding.
18695
18696 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18697
18698 * net/net-utils.el (ftp-program): Fix typo in docstring.
18699 (ifconfig-program-options, netstat-program-options)
18700 (arp-program-options, route-program-options, nslookup-program-options)
18701 (ftp-program-options, smbclient-program-options)
18702 (dns-lookup-program-options, arp, route): Doc fixes.
18703
18704 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18705 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18706 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18707 Fix typos in docstrings.
18708 (gdb-pending-triggers): Reflow docstring.
18709 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18710
18711 2008-03-01 Alan Mackenzie <acm@muc.de>
18712
18713 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18714 typing "#" at EOB.
18715
18716 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18717
18718 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18719
18720 2008-02-29 Kim F. Storm <storm@cua.dk>
18721
18722 * emulation/cua-base.el (cua-remap-control-v)
18723 (cua-remap-control-z): New defcustoms.
18724 (cua-mode): Add them to set-after property.
18725 (cua--init-keymaps): Use them.
18726 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18727
18728 * help.el (view-emacs-todo): Rename from view-todo.
18729 (describe-gnu-project): Rename from describe-project. Users changed.
18730 (view-help-file): New helper function.
18731 (describe-distribution, describe-copying, describe-gnu-project)
18732 (view-todo, view-order-manuals, view-emacs-problems): Use it.
18733 (view-emacs-debugging, view-external-packages): New commands.
18734 (help-map): Move describe-distribution to C-h C-o (ordering).
18735 Move view-emacs-problems to C-h C-p (problems).
18736 Bind view-emacs-debugging to C-h C-d (debugging).
18737 Bind view-external-packages to C-h C-e (extras).
18738 (help-for-help-internal): Cleanup and align descriptions.
18739 Remove command names to reduce clutter.
18740
18741 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18742
18743 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18744 and quieter face (not a warning).
18745
18746 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
18747
18748 * vc.el (vc-status-crt-marked): New variable.
18749 (vc-status-mode): Make it local.
18750 (vc-status-refresh): Use it to save the marked files.
18751 (vc-update-vc-status-buffer): Use it to restore the marked files.
18752
18753 * vc-svn.el (vc-svn-after-dir-status):
18754 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18755
18756 2008-02-29 Glenn Morris <rgm@gnu.org>
18757
18758 * allout.el (allout-topic-encryption-bullet)
18759 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18760 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18761 from 22.0 to 22.1.
18762
18763 * net/imap.el (imap-ping-server):
18764 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18765 Change defcustom :version from 23.0 to 23.1.
18766
18767 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
18768
18769 * desktop.el (desktop-save): Save the buffer name if the
18770 uniquified base name is empty.
18771
18772 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18773
18774 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18775 correctly when user has "set print address off".
18776
18777 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
18778
18779 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18780 version number of the next major Emacs release, not 23.0.
18781
18782 * longlines.el (longlines-unload-function): New function.
18783
18784 2008-02-28 Juri Linkov <juri@jurta.org>
18785
18786 * startup.el (normal-splash-screen): Add argument `concise'.
18787 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
18788 to the created buffer. If `concise' is non-nil, call
18789 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
18790 (display-startup-screen): Add argument `concise' to the call to
18791 `normal-splash-screen'.
18792
18793 2008-02-28 Kim F. Storm <storm@cua.dk>
18794
18795 * startup.el (startup-echo-area-message): Check for about-emacs.
18796
18797 2008-02-28 Juri Linkov <juri@jurta.org>
18798
18799 * startup.el: Always add initial message to *scratch* buffer if
18800 `initial-scratch-message' is non-nil regardless of the value of
18801 `inhibit-startup-screen'.
18802 (inhibit-startup-screen, initial-scratch-message): Doc fix.
18803 (command-line-1): Move code that inserts `initial-scratch-message'
18804 up before the if-form that checks for `inhibit-startup-screen'.
18805 Suggested by Jonathan Rockway <jon@jrock.us>.
18806
18807 2008-02-28 Juri Linkov <juri@jurta.org>
18808
18809 * cus-edit.el (custom-mode-map, custom-mode-link-map):
18810 Rename `custom-mode' to `Custom-mode' in docstrings.
18811 (custom-buffer-create-internal, customize-browse):
18812 Rename `custom-mode' to `Custom-mode'.
18813 (custom-mode-hook): Rename to `Custom-mode-hook'.
18814 (Custom-mode-hook): Renamed from `custom-mode-hook'.
18815 (custom-mode): Rename to `Custom-mode'.
18816 (Custom-mode): Renamed from `custom-mode'. Doc fix.
18817 (custom-mode): Add backward-compatible non-interactive variant of
18818 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
18819 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18820
18821 * info-look.el: Rename `custom-mode' to `Custom-mode'.
18822
18823 * emulation/viper.el (viper-emacs-state-mode-list):
18824 Rename `custom-mode' to `Custom-mode'.
18825
18826 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18827 Capitalize "Tagged Files".
18828 (minibuffer-local-map): Add menu items for next/previous
18829 history elements and isearch history forward/backward.
18830
18831 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18832 `hs-isearch-open' with t instead of `comment' in :selected
18833 for "Code and Comment blocks" menu item.
18834
18835 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18836
18837 * uniquify.el (uniquify-buffer-base-name): Undo last change.
18838 Should be done in desktop.el instead.
18839
18840 2008-02-28 Glenn Morris <rgm@gnu.org>
18841
18842 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18843
18844 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18845
18846 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18847 (Info-menu, Info-goto-node): Remove declarations.
18848 (report-emacs-bug-info): Use info rather than Info-goto-node.
18849
18850 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18851 (idlwave-convert-xml-system-routine-info): Don't require xml.
18852 (idlwave-show-commentary, idlwave-shell-show-commentary):
18853 Don't require finder.
18854 (idlwave-info): Don't require info. Use info rather than
18855 Info-goto-node.
18856
18857 * textmodes/org.el (Info-goto-node): Remove declaration.
18858 (org-info): Use info rather than Info-goto-node.
18859
18860 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18861 (reftex-info): Don't require info. Use info rather than Info-goto-node.
18862
18863 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
18864
18865 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18866 the menu.
18867
18868 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18869 (vc-finish-logentry): Check for vc-status-mode, not only for
18870 vc-dired-mode.
18871
18872 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18873
18874 * isearch.el (isearch-printing-char): Don't check
18875 keyboard-coding-system.
18876 Call isearch-process-search-multibyte-characters only when
18877 current-input-method is non-nil.
18878
18879 2008-02-27 Kim F. Storm <storm@cua.dk>
18880
18881 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18882 (glyph-char, glyph-face): Handle cons encoding.
18883
18884 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
18885
18886 * uniquify.el (uniquify-buffer-base-name): If the base name is an
18887 empty string, return nil to allow the caller to default to the
18888 buffer name. Reported by Martin Fischer <parozusa@web.de>.
18889
18890 * tool-bar.el (tool-bar-setup): Doc fix.
18891
18892 * mail/supercite.el (sc-describe):
18893 Fix typos in obsolescence declaration.
18894
18895 2008-02-27 Glenn Morris <rgm@gnu.org>
18896
18897 * autoinsert.el (auto-insert-alist): Change permission text to
18898 match FSF's GPLv3 form.
18899
18900 * mail/supercite.el (sc-cite-original): Doc fix.
18901 (sc-version): Make obsolete.
18902 (sc-describe): Show the SC info page. Make obsolete.
18903
18904 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18907 when using transient-mark-mode.
18908 (default-indicate-unused-lines): Remove unused var.
18909
18910 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
18911
18912 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18913 and previous.
18914
18915 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18916
18917 2008-02-26 Glenn Morris <rgm@gnu.org>
18918
18919 * net/net-utils.el (top-level): Don't require comint when compiling.
18920 (nslookup-font-lock-keywords): Don't require font-lock.
18921 Use font-lock faces rather than variables.
18922 (nslookup, ftp, smbclient, network-service-connection):
18923 Don't require comint.
18924 (comint-prompt-regexp, comint-input-autoexpand)
18925 (comint-input-ring): Declare for compiler.
18926 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18927 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
18928
18929 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18930 doc-string.
18931
18932 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * doc-view.el (doc-view-current-page): Add a `win' argument.
18935
18936 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18939 Demote it to plain defvar.
18940 (doc-view-conversion-refresh-interval): Reduce interval.
18941 (doc-view-goto-page): Allow moving to pages not yet rendered.
18942 (doc-view-goto-page): Construct a file name rather than extracting it
18943 from doc-view-current-files.
18944 (doc-view-kill-proc): Ignore errors from kill-process.
18945 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18946 (doc-view-insert-image): Use appropriate text if the page hasn't been
18947 rendered yet. Adjust scrolling so the text is displayed.
18948 (doc-view-display): Detect not just that a page is available, but also
18949 that it wasn't available before, so as to avoid refreshing all pages
18950 repeatedly.
18951 (doc-view-mode): Make doc-view-cache-directory if needed.
18952
18953 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18954
18955 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18956 toggle-read-only.
18957
18958 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18959 refering to a missing required field with the OPT prefix.
18960 Make unwindform more robust.
18961
18962 * textmodes/bibtex.el: Remove support for hideshow minor mode as
18963 it duplicates the bibtex support in progmodes/hideshow.el.
18964 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18965 entries that do not start at the beginning of a line.
18966
18967 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18968
18969 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18970
18971 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
18972
18973 * help-fns.el (describe-variable): Add phrases about
18974 initialization file with and without customization;
18975 use new button type help-info-variable.
18976
18977 * help-mode.el (help-info-variable):
18978 New button able to read Info files for help-fns.el.
18979
18980 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
18981
18982 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18983 (grep-mode): Use grep-mode-tool-bar-map.
18984
18985 * progmodes/compile.el (tool-bar): Require tool-bar.
18986 (compilation-mode-tool-bar-map): New variable.
18987 (compilation-mode): Use compilation-mode-tool-bar-map.
18988
18989 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
18990
18991 2008-02-25 Glenn Morris <rgm@gnu.org>
18992
18993 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18994
18995 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * diff-mode.el (diff-file-junk-re): New const.
18998 (diff-beginning-of-file-and-junk): Use it.
18999 (diff-file-kill): Make sure we were really inside a file diff.
19000
19001 * diff-mode.el: Make it more robust in the presence of empty context
19002 lines in unified hunks.
19003 (diff-valid-unified-empty-line): New var.
19004 (diff-unified->context, diff-sanity-check-hunk): Obey it.
19005 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
19006 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
19007 (diff-hunk-header-re-unified): New const.
19008 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
19009 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
19010 (diff-sanity-check-hunk): Use it.
19011
19012 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
19013 Index: line, don't search backward for the previous one.
19014
19015 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
19016
19017 * international/fontset.el (setup-default-fontset): Add non-OTF
19018 lao font for lao script.
19019
19020 * language/tibetan.el: Register tibetan-composition-function in
19021 composition-function-table.
19022
19023 * language/tibet-util.el (tibetan-composition-function):
19024 Adjust for the new calling way (argument changed). Try font-shape-text
19025 if possible.
19026
19027 * language/lao.el: Register lao-composition-function in
19028 composition-function-table.
19029
19030 * language/lao-util.el (lao-composition-function): Adjust for the new
19031 calling way (argument changed). Try font-shape-text if possible.
19032
19033 2008-02-25 Jason Rumney <jasonr@gnu.org>
19034
19035 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
19036
19037 2008-02-25 Juri Linkov <juri@jurta.org>
19038
19039 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
19040 background, "red4" for a dark background, "red" for 16 and
19041 8 colors, "grey" for grayscale, and inverse video otherwise.
19042 Add :version tag.
19043 (isearch-message): Keep the original isearch-message intact, and
19044 add text properties to it where necessary. Add `isearch-error' to
19045 the condition that checks if isearch is unsuccessful.
19046
19047 2008-02-24 Juri Linkov <juri@jurta.org>
19048
19049 * progmodes/compile.el (compilation-handle-exit):
19050 Use compilation-error face instead of font-lock-warning-face.
19051 Display the same message in the minibuffer as is inserted
19052 at the end of the compilation buffer.
19053
19054 2008-02-24 Glenn Morris <rgm@gnu.org>
19055
19056 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
19057 multiple file case.
19058
19059 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
19060
19061 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
19062 multiple file case. Use a single `let' rather than two.
19063
19064 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19065
19066 * progmodes/compile.el (compilation-start): Specify a face for
19067 mode-line-process.
19068 (compilation-handle-exit): Specify a face and a tooltip for
19069 mode-line-process.
19070
19071 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19072
19073 * hilit-chg.el: Remove spurious * in defcustom docstrings.
19074 (hilit-chg-make-ov): Simplify.
19075 (hilit-chg-fixup): Use remove-overlays.
19076 (hilit-chg-set-face-on-change): Remove redundant call to
19077 `remove-text-properties'.
19078
19079 * dired.el (dired-mark-prompt): Don't count/display the t element.
19080 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
19081
19082 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
19083
19084 * progmodes/verilog-mode.el (eval-when-compile): Don't define
19085 add-submenu.
19086 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
19087 Remove. Move contents to the only use ...
19088 (verilog-menu): ... here.
19089 (verilog-statement-menu): Remove. Move contents to the only use ...
19090 (verilog-stmt-menu): ... here.
19091 (verilog-mark-defun): Simply call mark-defun for emacs.
19092 (occur-pos-list): Declare for byte compiler.
19093 (mode-popup-menu): Don't defvar.
19094 (verilog-add-statement-menu): Remove.
19095 (verilog-mode-hook): Don't add verilog-add-statement-menu.
19096 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
19097
19098 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
19099
19100 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
19101 conditional.
19102 (verilog-font-grouping-keywords-face): Make the begin..end
19103 keywords standout more than other verilog keywords.
19104 (verilog-type-font-keywords): Move the begin..end out of this list
19105 to facilitate making them to (potentially) stand out more.
19106 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
19107 function & task blocks.
19108 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
19109 initial, function & task blocks.
19110 (verilog-forward-sexp): Handle the new "disable fork" statement of
19111 IEEE-1800 Verilog.
19112 (verilog-beg-block-re-ordered): Handle the new "disable fork"
19113 statement of IEEE-1800 Verilog.
19114 (verilog-calc-1): Handle the new "disable fork" statement of
19115 IEEE-1800 Verilog.
19116 (verilog-disable-fork-re): Add const to help handle the new
19117 "disable fork" statement of IEEE-1800 Verilog.
19118 (verilog-declaration-core-re): Add port directions by themselves,
19119 with no qualification, as base item of a declaration.
19120 (verilog-pretty-declarations): Add new flag to ask it to refrain
19121 from printing to the message buffer.
19122 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
19123 printing to the message buffer. Improve handling of the many
19124 types of expression line up.
19125 (verilog-just-one-space): Remove printing of an empty message.
19126 (verilog-get-lineup-indent): Rework to support the better handling
19127 of expression lineup for verilog-pretty-expr.
19128 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19129
19130 2008-02-24 Alan Mackenzie <acm@muc.de>
19131
19132 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
19133 yesterday's commit.
19134
19135 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
19136
19137 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
19138 to mouse-set-point in buffers that aren't associated with files.
19139
19140 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
19141
19142 2008-02-24 Alan Mackenzie <acm@muc.de>
19143
19144 Set of changes so that "obtrusive" syntactic elements in a
19145 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
19146 unmatched paren) don't interact syntactically with stuff outside
19147 the CPP line.
19148
19149 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
19150 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
19151 off-by-one bug.
19152 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
19153 a bit of refactoring.
19154 (c-awk-extend-and-syntax-tablify-region): Takes some of the
19155 functionality of c-awk-advise-fl-for-awk-region, which has been
19156 refactored away.
19157
19158 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
19159 (c-clear-char-property-with-value): New function and macro which
19160 remove text-properties `equal' to a supplied value.
19161
19162 * progmodes/cc-engine.el: Comment about text properties amended.
19163
19164 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
19165 parens around "error\\|warning".
19166
19167 * progmodes/cc-langs.el (c-get-state-before-change-function)
19168 (c-before-font-lock-function, c-anchored-cpp-prefix):
19169 New language variables.
19170 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
19171
19172 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
19173 syntax-table text properties.
19174 (c-common-init): Call language specific before/after-change
19175 functions at mode initialisation.
19176 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
19177 (c-extend-region-for-CPP, c-neutralize-CPP-line)
19178 (c-neutralize-syntax-in-CPP): New functions.
19179 (c-before-change, c-after-change): Call the new language specific
19180 change functions defined in cc-langs.el.
19181 (c-advise-fl-for-region): New macro.
19182 (awk-mode): Remove AWK specific stuff which has been refactored
19183 into language independent stuff.
19184
19185 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
19186
19187 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
19188 (gdb): (Re)set gdb-flush-pending-output to nil here...
19189 (gdb-init-1): ...instead of here (before gdb-prompt).
19190
19191 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
19194 Recognize ''' just like any other char-constant.
19195
19196 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
19199 careful enough. Detect the uid-change all within the main loop.
19200
19201 2008-02-24 Stefan Monnier <monnier@pastel.home>
19202
19203 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
19204
19205 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19206
19207 * hilit-chg.el (highlight-save-buffer-state): New macro.
19208 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
19209 (hilit-chg-clear): Use it to preserve the modified-p flag.
19210 (highlight-changes-rotate-faces): Don't mess with the undo-list.
19211
19212 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * font-lock.el (font-lock-set-defaults): Unset previously set variables
19215 when needed.
19216
19217 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
19218
19219 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
19220 from gnus-button-url-regexp.
19221
19222 2008-02-24 Eli Zaretskii <eliz@gnu.org>
19223
19224 * progmodes/compile.el (compilation-next-error): Doc fix.
19225 (compilation-find-file): Doc fix.
19226
19227 2008-02-24 Glenn Morris <rgm@gnu.org>
19228
19229 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
19230 Add obsolete aliases to the old names.
19231
19232 2008-02-24 Richard Stallman <rms@gnu.org>
19233
19234 * net/net-utils.el (ifconfig): Rename from ipconfig.
19235 (ipconfig): Alias to ifconfig.
19236 (ifconfig-program): Rename from ipconfig-program.
19237 (ifconfig-program-options): Rename from ipconfig-program-options.
19238
19239 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
19240
19241 * progmodes/verilog-mode.el (verilog-declaration-core-re):
19242 Add port directions by themselves, with no qualification, as base
19243 item of a declaration.
19244 (verilog-pretty-declarations): Add new flag that inhibits printing
19245 to the message buffer.
19246 (verilog-pretty-expr): Add new flag that inhibits printing to the
19247 message buffer. Improve handling of the many types of expression
19248 line up.
19249 (verilog-just-one-space): Don't print an empty message.
19250 (verilog-get-lineup-indent): Rework to support the better handling
19251 of expression lineup for verilog-pretty-expr.
19252 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19253 (verilog-mode-version, verilog-mode-release-date): Update.
19254
19255 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19256
19257 * subr.el (cancel-change-group): Don't move point.
19258
19259 2008-02-23 Markus Triska <markus.triska@gmx.at>
19260
19261 * linum.el (linum-after-config): Update all visible windows.
19262
19263 2008-02-23 Glenn Morris <rgm@gnu.org>
19264
19265 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
19266 Add :help for Solitaire and Tetris.
19267
19268 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
19269
19270 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
19271 (smtpmail-code-conv-from): Doc fix. Fix custom type.
19272 (smtpmail-queue-index-file): Make it a defcustom.
19273 (smtpmail-queue-index): Delete.
19274 (smtpmail-send-it, smtpmail-send-queued-mail):
19275 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
19276 smtpmail-queue-index.
19277
19278 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19279 Add :version.
19280
19281 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
19282
19283 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19284 New variables.
19285 (iwconfig): New function.
19286
19287 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
19288
19289 * vc.el (vc-find-revision): Make vc-parent-buffer local before
19290 setting it.
19291 (vc-status-menu-map): Do not define using easy-menu.
19292 (vc-status-menu-map): New defalias.
19293 (vc-status-mode-map): Hook up the menu.
19294 (top-level): Update TODO.
19295
19296 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19297
19298 * vc-bzr.el (vc-bzr-init-version): Rename to ...
19299 (vc-bzr-init-revision): ... this.
19300
19301 2008-02-23 Jason Rumney <jasonr@gnu.org>
19302
19303 * makefile.w32-in (WINS_ALMOST): Remove term.
19304 (WINS): Add term here.
19305 (custom-deps, finder-data): Use WINS_ALMOST.
19306
19307 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
19308
19309 * faces.el (font-weight-table): Fix value of `semi-light'.
19310
19311 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
19312
19313 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19314 Make those tables bijective.
19315
19316 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
19317
19318 Finish pdbtrack integration cleanup, settling missing-functions
19319 byte compiler warnings appropriately.
19320
19321 * progmodes/python.el (python-point): Remove this - beginning-of-line
19322 was all that was necessary for `python-pdbtrack-overlay-arrow'.
19323 (python-end-of-def-or-class, python-beginning-of-def-or-class)
19324 (python-goto-initial-line): Drop these - they were only needed for
19325 python-point.
19326 (python-comint-output-filter-function): Use condition-case and
19327 beginning-of-line directly, instead of python-mode.el functions
19328 which require all sorts of baggage.
19329 (point-safe): Unnecessary - we're using condition-case directly,
19330 instead.
19331 (python-execute-file): Include for python-shell, which I'm leaving
19332 in keeping despite it being unnecessary for pdb tracking.
19333
19334 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
19335
19336 * progmodes/scheme.el (scheme-font-lock-keywords-2):
19337 Add SRFI 11 support.
19338 (let-values, let*-values): Specify scheme-indent-function.
19339
19340 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
19341
19342 * vc.el (vc-exec-after): Move setting mode-line-process in the
19343 busy case ...
19344 (vc-set-mode-line-busy-indicator): ... in this new function.
19345 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19346 (vc-update-vc-status-buffer): Reset mode-line-process.
19347 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19348 mark/unmark all the files with the same state as the current one.
19349 With a prefix argument mark/unmark all files.
19350 (vc-status-mode-menu): Adjust strings.
19351 (vc-update-vc-status-buffer): Only do something when the argument
19352 is not nil.
19353 (vc-status-kill-dir-status-process): New function.
19354 (vc-status-mode-map): Bind it.
19355 (vc-status-process-buffer): New variable.
19356 (vc-status-mode): Make it local.
19357 (vc-status-refresh): Set it.
19358
19359 * vc-hg.el (vc-hg-dir-status):
19360 * vc-git.el (vc-git-dir-status):
19361 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19362 command is run.
19363
19364 2008-02-22 Glenn Morris <rgm@gnu.org>
19365
19366 * json.el (top-level): No need to require thingatpt.
19367 (json-read-keyword): Use thing-at-point rather than word-at-point.
19368
19369 * time.el (top-level): No need to require time-date when compiling.
19370
19371 * emacs-lisp/copyright.el (copyright-update-year):
19372 Fix subexpression numbering for the case when years are split over
19373 lines, and for the replace case.
19374
19375 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
19376 (tpu-caar, tpu-cadr): Delete functions.
19377 (zmacs-regions): No need to declare for compiler.
19378 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19379 (tpu-spell-check): Rewrite, and handle mark after point.
19380 (tpu-special-insert): Use or rather than if.
19381
19382 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19383 rather than spell-region.
19384
19385 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19386 warnings about spell-region.
19387
19388 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
19389
19390 * ldefs-boot.el: Regenerated.
19391
19392 * loadup.el: Don't load language/devanagari, language/kannada,
19393 language/malayalam, and language/tamil. Load language/sinhala.
19394
19395 * language/indian.el (indian-font-foundry)
19396 (indian-script-language-alist, indian-font-char-index-table)
19397 (indian-font-char, indian-font-char-range, indian-script-table)
19398 (indian-default-script, indian-composable-pattern): Delete them.
19399 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19400 language environments moved to here.
19401 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19402 New language environments.
19403
19404 * language/devanagari.el, language/devan-util.el,
19405 * language/kannada.el, language/knd-util.el, language/malayalam.el,
19406 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19407 Delete them.
19408
19409 * language/sinhala.el: New file.
19410
19411 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
19412
19413 Update Nick Robert's port of pdb tracking from python-mode.el.
19414
19415 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19416 Clarify docstring.
19417 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19418 tracking is happening.
19419 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19420 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19421 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19422 Tracking is plugged in to all comint buffers once python.el is loaded.
19423 (python-pdbtrack-overlay-arrow): Toggle activation of
19424 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19425 (python-pdbtrack-track-stack-file): Use new
19426 `python-pdbtrack-get-source-buffer' for more flexible access to
19427 debugging source files.
19428 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19429 according to pdb stack trace, optionally using new
19430 `python-pdbtrack-grub-for-buffer' if file is not locally available.
19431 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19432 named buffer, or having function with indicated name.
19433 (python-shell): Remove comint-output-filter-functions hook
19434 addition, it's being done elsewhere. Wrap long line.
19435
19436 2008-02-21 Michael Olson <mwolson@gnu.org>
19437
19438 * json.el: Replace XEmacs compatibility code to get rid of
19439 compiler warnings.
19440
19441 * time.el: Fix compiler warning.
19442
19443 2008-02-21 Edward O'Connor <ted@oconnor.cx>
19444
19445 * json.el: New file (JavaScript Object Notation parser / generator).
19446
19447 2008-02-21 Dave Love <fx@gnu.org>
19448
19449 * progmodes/sym-comp.el: New file.
19450
19451 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19452 Require sym-comp. Add Python buffer to same-window-buffer-names.
19453 Fixup whitespaces.
19454 (python-font-lock-keywords): Add highlighting for Python builtins.
19455 (python-font-lock-syntactic-keywords): Rewrite.
19456 (python-quote-syntax): Use syntax-ppss-context instead of parsing
19457 ppss directly.
19458 (python-mode-map): Add binding for python-find-function.
19459 (python-calculate-indentation): Clean up the logic.
19460 (python-beginning-of-defun): Explicitly set return value.
19461 (python-beginning-of-statement): Stop looping if we get stuck
19462 going backwards.
19463 (python-next-statement): Stop looping if we somehow end up inside
19464 a string while advancing.
19465 (python-preoutput-continuation, python-version-checked): New vars.
19466 (python-check-version): New function.
19467 (run-python): Set default command to python-command instead of
19468 python-python-command.
19469 (run-python): Use python-check-version. Give PYTHONPATH
19470 precedence over data-directory in the process environment.
19471 Load function definitions in python process after.
19472 (python-check-comint-prompt): New function.
19473 (python-send-command, python-send-receive): Use it.
19474 (python-complete-symbol, python-try-complete): Functions deleted.
19475 Use symbol-complete instead of python-complete-symbol throughout.
19476 (python-fill-paragraph): Further refine the fenced-string regexp.
19477 (def-python-skeleton): Expand to the original abbrev instead if in
19478 a comment or string. Tweak skeletons for `if', `while', `for',
19479 `try/except', `try/finally', `name'.
19480 (python-pea-hook, python-abbrev-pc-hook): New functions.
19481 (python-abbrev-syntax-table): New var.
19482 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19483 Use symbol-completion-try-complete for hippie expansion.
19484 Turn on font lock unconditionally.
19485 (python-mode-hook): Defcustom it. No need to use make-local
19486 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19487 option, since it's buffer-local.
19488
19489 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
19490
19491 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19492
19493 2008-02-21 Drew Adams <drew.adams@oracle.com>
19494
19495 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19496 "Turn off" and a "Help" entry when the minor mode has no menu.
19497
19498 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
19499
19500 * vc.el (vc-status-mark, vc-status-unmark): New functions.
19501 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19502 vc-status-mark-file and vc-status-unmark-file.
19503 (vc-status-mark-unmark): New function.
19504 (vc-status-previous-line, vc-status-next-line): No longer interactive.
19505
19506 2008-02-21 Glenn Morris <rgm@gnu.org>
19507
19508 * composite.el (encode-composition-rule): Fix typo in error message.
19509 (composition-function-table, auto-composition-mode): Doc fixes.
19510
19511 * subr.el (sit-for): Fix obsolete form for nil second argument.
19512
19513 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19514 (spell-string): Make obsolete, in favor of ispell.
19515
19516 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
19517
19518 * language/devanagari.el: Don't setup composition-function-table
19519 here.
19520 ("Devanagari"): Change charset, coding-system, coding-priority to
19521 Unicode-based ones. Don't require the feature devan-util.
19522
19523 * composite.el (compose-chars-after): Fix arguments for a function
19524 in composition-function-table.
19525 (auto-compose-region): Likewise.
19526
19527 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19528 for Ethiopic.
19529 (ps-mule-plot-string): Ignore glyph-string based compositions.
19530
19531 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * doc-view.el: Allow different windows to show different pages.
19534 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19535 (doc-view-current-image, doc-view-current-overlay): Remove variables,
19536 add them back as macros instead, using image-mode-winprops instead.
19537 Update all users of those variables.
19538 (doc-view-new-window-function): New function to create a new overlay
19539 for each new window.
19540 (doc-view-mode): Use it and image-mode-setup-winprops.
19541 (doc-view-clone-buffer-hook): Rewrite accordingly.
19542
19543 * image-mode.el: Extend [hv]scroll support to per-window properties.
19544 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19545 (image-mode-winprops-alist): New var to replace them.
19546 (image-mode-new-window-functions): New hook.
19547 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19548 New funs.
19549 (image-set-window-vscroll, image-set-window-hscroll): Use them.
19550 Remove the `window' argument, update callers.
19551 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19552 Use the new functions.
19553 (image-mode-reapply-winprops): New fun.
19554 (image-mode): Use it.
19555
19556 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
19557
19558 * calc/calc-math.el (math-sin-raw): Add optional argument
19559 to keep track of original argument.
19560 (math-cos-raw): Use optional argument when calling math-sin-raw.
19561 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19562 with close to original precision.
19563
19564 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19565
19566 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19567 args in calls of sit-for.
19568
19569 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
19570
19571 * vc-svn.el (vc-svn-program): Fix typo in docstring.
19572 (vc-svn-checkin): Fix typo in error message.
19573
19574 * help-mode.el: Require easymenu when compiling.
19575
19576 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
19577
19578 * help-mode.el (help-mode-menu): New menu.
19579
19580 2008-02-20 Glenn Morris <rgm@gnu.org>
19581
19582 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19583 on Windows.
19584
19585 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
19586
19587 * ps-mule.el (ps-mule-encode-region): Return a single string.
19588 (ps-mule-plot-string): Adjust for the above change.
19589 (ps-mule-encode-header-string): Likewise.
19590
19591 * international/latin1-disp.el (latin1-display): Don't use
19592 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
19593 standard-display-table.
19594 (latin1-display-identities): Adjust for the change of what is
19595 returned by (get-language-info charset 'charset).
19596
19597 * international/mule-util.el (char-displayable-p): Fix for Latin-1
19598 characters and terminal case.
19599
19600 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
19601
19602 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19603
19604 * progmodes/python.el: Also require comint when loading.
19605 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19606 Replace python-shell with run-python on menu bar.
19607 (python-shell-map): New map.
19608 (python-default-interpreter, python-python-command-args)
19609 (python-jython-command-args, python-pdbtrack-do-tracking-p):
19610 New options.
19611 (python-which-shell, python-which-args, python-which-bufname):
19612 New buffer local variables.
19613 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19614
19615 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19616 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19617 New constants.
19618
19619 Pdbtrack features:
19620
19621 (python-point, python-end-of-def-or-class)
19622 (python-beginning-of-def-or-class, python-goto-initial-line)
19623 (python-comint-output-filter-function)
19624 (python-pdbtrack-overlay-arrow)
19625 (python-pdbtrack-track-stack-file, python-toggle-shells)
19626 (python-shell, python-pdbtrack-toggle-stack-tracking)
19627 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19628 New functions.
19629
19630 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19631
19632 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19633 when the argument is nil.
19634
19635 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19636
19637 * vc.el (dir-status): Add a brief description.
19638
19639 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
19640
19641 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19642 If non-nil, reverse the sense of the check.
19643
19644 * vc-rcs.el (vc-rcs-root): New func.
19645 * vc-cvs.el (vc-cvs-root): New func.
19646 * vc-svn.el (vc-svn-root): New func.
19647 * vc-sccs.el (vc-sccs-root): New func.
19648
19649 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
19650
19651 * language/japan-util.el (setup-japanese-environment-internal):
19652 Call use-cjk-char-width-table.
19653
19654 * language/japanese.el ("Japanese"): Set exit-function to
19655 use-default-char-width-table.
19656
19657 * international/characters.el: Delete occurrences of non-Unicode
19658 tibetan and ethiopic characters.
19659 (cjk-char-width-table): New variable.
19660 (use-cjk-char-width-table, use-default-char-width-table):
19661 New functions.
19662
19663 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19664
19665 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19666 (vc-status-mode-menu): Add a :filter.
19667 (vc-status-printer): Add faces.
19668
19669 * vc-hg.el (vc-hg-extra-status-menu): New function.
19670 (vc-hg-dir-status): Clean up the buffer before using it.
19671
19672 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19673
19674 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19675 (gdb): Initialize it here instead.
19676
19677 * files.el (locate-dominating-file): Fix thinko in last change.
19678 Reported by Bruce Stephens <bruce.stephens@isode.com>.
19679
19680 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
19681
19682 * vc.el (vc-status-mode-menu): New menu for vc-status.
19683
19684 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
19685
19686 * progmodes/verilog-mode.el (customize): Fix typo in error message.
19687 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19688 (verilog-mode-auto, verilog-indent-level-module)
19689 (verilog-minimum-comment-distance, verilog-library-flags)
19690 (verilog-library-directories, verilog-library-files)
19691 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19692 (verilog-xemacs-menu, verilog-set-compile-command)
19693 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19694 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19695 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19696 (verilog-batch-inject-auto, verilog-batch-indent)
19697 (verilog-continued-line, verilog-type-keywords)
19698 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19699 (verilog-read-inst-pins, verilog-read-arg-pins)
19700 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19701 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19702 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19703 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19704 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19705 (verilog-mode-version, verilog-mode-release-date)
19706 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19707 (verilog-simulator, verilog-compiler)
19708 (verilog-auto-sense-defines-constant, verilog-company)
19709 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19710 Fix typos in docstrings.
19711 (verilog-set-auto-endcomments, verilog-calculate-indent)
19712 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19713 Reflow docstrings.
19714 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19715 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19716 (electric-verilog-forward-sexp, verilog-in-case-region-p)
19717 (verilog-in-struct-region-p, verilog-in-generate-region-p)
19718 (verilog-leap-to-head, verilog-current-indent-level)
19719 (verilog-case-indent-level, verilog-cpp-keywords)
19720 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19721 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19722 (verilog-signals-not-in, verilog-symbol-detick-text)
19723 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19724 (verilog-forward-close-paren, verilog-backward-open-paren)
19725 (verilog-backward-open-bracket): Doc fixes.
19726
19727 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19728 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19729 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19730 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19731 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19732 Fix typos in docstrings.
19733
19734 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19735
19736 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
19737
19738 * info.el (Info-read-node-name): Removed unused `default' arg.
19739
19740 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
19741
19742 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19743
19744 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19745
19746 * image-mode.el (image-get-display-property): New fun.
19747 (image-forward-hscroll, image-next-line, image-eol, image-eob)
19748 (image-mode, image-minor-mode, image-toggle-display-text)
19749 (image-toggle-display): Use it.
19750
19751 2008-02-18 Jason Rumney <jasonr@gnu.org>
19752
19753 * international/mule.el (xml-find-file-coding-system): Don't warn
19754 about utf-16 with BOM.
19755
19756 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19757
19758 * international/mule.el (sgml-xml-auto-coding-function): Detect and
19759 warn if file encoding is not utf-8 and encoding not specified.
19760 (xml-find-file-coding-system): New function.
19761 * international/mule-conf.el (file-coding-system-alist): Use it.
19762
19763 2008-02-17 Glenn Morris <rgm@gnu.org>
19764
19765 * international/mule-cmds.el (set-locale-environment):
19766 Pass `frame' to getenv for LC_MESSAGES.
19767
19768 2008-02-17 Juri Linkov <juri@jurta.org>
19769
19770 * time.el (emacs-init-time): Use format instead of format-seconds.
19771
19772 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19773
19774 * textmodes/bibtex.el (bibtex-search-entry): Rename from
19775 bibtex-find-entry. Add autoload cookie.
19776 (bibtex-find-entry): Alias for bibtex-search-entry.
19777 (bibtex-search-crossref): Rename from bibtex-find-crossref.
19778 (bibtex-find-crossref): Alias for bibtex-search-crossref.
19779 (bibtex-clean-entry): atomic-change-group removed.
19780 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
19781 to locate buffer location where error occurred.
19782 Make error messages more specific.
19783 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19784
19785 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
19786
19787 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19788 top level.
19789
19790 * simple.el (transient-mark-mode): Add an :init-value.
19791
19792 * startup.el (command-line): Use custom-reevaluate-setting for
19793 transient-mark-mode.
19794
19795 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
19796
19797 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19798
19799 2008-02-16 Juri Linkov <juri@jurta.org>
19800
19801 * startup.el (after-init-time): New variable.
19802 (command-line): Set `after-init-time' to the current time.
19803
19804 * time.el (emacs-init-time): New function.
19805
19806 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
19807
19808 * files.el (locate-dominating-file): Remove initial loop because it's
19809 not careful enough. Detect the uid-change all within the main loop.
19810
19811 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
19812
19813 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19814
19815 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19816
19817 * vc.el (vc-annotate): Add new argument.
19818 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19819
19820 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19821 Move make-variable-buffer-local code after the corresponding defvar.
19822 (hs-minor-mode-map): Define and initialize in one step.
19823 (hs-minor-mode): Change from defun to define-minor-mode.
19824
19825 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
19826
19827 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19828 (gdb-ready): Move declaration...
19829
19830 * progmodes/gdb-ui.el (gdb-ready): ...to here.
19831 (gdb-early-user-input): New variable.
19832 (gdb): Reset gdb-flush-pending-output to nil and set
19833 comint-input-sender here (before gdb-prompt), instead of...
19834 (gdb-init-1): ...here.
19835 (gdb-send): If Emacs is not ready, defer user input to...
19836 (gdb-prompt): ...here.
19837
19838 2008-02-16 Glenn Morris <rgm@gnu.org>
19839
19840 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19841
19842 * startup.el (emacs-startup-time): Rename to `before-init-time'.
19843 (before-init-time): New name for `emacs-startup-time'.
19844 (command-line): Use before-init-time rather than emacs-startup-time.
19845 * time.el (emacs-uptime): Use before-init-time rather than
19846 emacs-startup-time.
19847
19848 * composite.el (composition-function-table): Doc fix.
19849
19850 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19851 in favor of `%z' specifier.
19852 (emacs-uptime): Move to time.el.
19853 * time.el (emacs-uptime): Move here from time-date.el. Add optional
19854 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
19855 argument of format-seconds.
19856
19857 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19858
19859 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19860
19861 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
19862
19863 * ielm.el (ielm-is-whitespace): Remove.
19864 (ielm-is-whitespace-or-comment): New function.
19865 (ielm-eval-input): Use it.
19866
19867 2008-02-15 Jason Rumney <jasonr@gnu.org>
19868
19869 * term/mac-win.el: Fix coding tag.
19870
19871 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19872
19873 * vc-hooks.el (vc-menu-map):
19874 * bindings.el (mode-line-mode-menu): Add tooltips.
19875
19876 * bindings.el (help-echo): Add more tooltips. Use a less
19877 telegraphic style for existing tooltips.
19878
19879 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19882 from the auto-generated one.
19883
19884 2008-02-14 Glenn Morris <rgm@gnu.org>
19885
19886 * mail/rmail-spam-filter.el (rmail-spam-filter):
19887 Let-bind message-spam-status.
19888
19889 * mail/smtpmail.el (password-cache-add): Declare as function.
19890
19891 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
19892
19893 * mail/smtpmail.el: Use password-cache.
19894
19895 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
19896
19897 * uniquify.el (uniquify-buffer-base-name): New function.
19898 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19899
19900 * desktop.el (uniquify-managed): Don't defvar.
19901 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19902 `uniquify-managed'. Return also the buffer's base name.
19903 (desktop-save): When saving the buffer info, filter out the base name,
19904 and save it as buffer name if the buffer is managed by uniquify.
19905 (uniquify-item-base): Don't declare; not called anymore.
19906
19907 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
19908
19909 * vc.el (vc-annotate-find-revision-at-line): New function.
19910 (vc-annotate-mode-map): Bind it.
19911 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
19912 some entries.
19913
19914 2008-02-14 Glenn Morris <rgm@gnu.org>
19915
19916 * calendar/time-date.el (format-seconds): New function.
19917 (emacs-uptime): Use format-seconds.
19918
19919 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19920 Remove `LC_ALL=C', since it's included in $(emacs) now.
19921
19922 2008-02-14 Zhang Wei <id.brep@gmail.com>
19923
19924 * textmodes/org-publish.el (org-publish-timestamp-filename):
19925 Replace colon characters in filename too.
19926
19927 2008-02-13 Bastien Guerry <bzg@altern.org>
19928
19929 * mail/rmail.el (rmail-header-name): New face.
19930 (rmail-font-lock-keywords): Use rmail-header-name.
19931
19932 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19933 against X-Spam-Status header field.
19934 (rmail-spam-filter): Also check X-Spam-Status header field.
19935
19936 2008-02-14 Mark A. Hershberger <mah@everybody.org>
19937
19938 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19939 Add support for .pm files and .php files.
19940 (flymake-err-line-patterns): Add pattern for PHP errors.
19941 (flymake-php-init): New function. PHP support for flymake.
19942
19943 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19944 Add regular expression for PHP errors.
19945
19946 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
19947
19948 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19949 This DTRT even on w32 machines.
19950 (ange-ftp-cf1): Quote FILENAME.
19951
19952 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19955 (smerge-auto-combine): New fun.
19956
19957 2008-02-12 Juri Linkov <juri@jurta.org>
19958
19959 * startup.el (fancy-startup-screen, normal-splash-screen):
19960 Set default-directory to command-line-default-directory.
19961
19962 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19963 after reading the desktop.
19964
19965 * progmodes/compile.el (compilation-auto-jump):
19966 Call compile-goto-error only when compilation-auto-jump-to-first-error
19967 is non-nil.
19968 (compilation-scroll-output): Replace :type 'boolean with a choice
19969 that has three options including a third option `first-error'.
19970 Doc fix.
19971 (compilation-start, compilation-forget-errors): Add an alternate
19972 condition comparing compilation-scroll-output with `first-error'
19973 in addition to compilation-auto-jump-to-first-error (to call
19974 compilation-auto-jump in the proper place).
19975
19976 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * international/mule.el (sgml-html-meta-auto-coding-function):
19979 Make sure the search limit is ahead.
19980
19981 * tar-mode.el: Fix broken indentation.
19982 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19983 Use with-current-buffer.
19984
19985 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
19986
19987 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19988 it is already automatically buffer-local.
19989
19990 2008-02-12 Drew Adams <drew.adams@oracle.com>
19991
19992 * help.el (describe-key): Join some split lines to facilitate filling.
19993 * help-fns.el (describe-function-1): Fill text of overlong lines.
19994
19995 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
19996
19997 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19998 Use unibyte-string instead of string-make-unibyte.
19999
20000 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
20001
20002 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
20003
20004 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
20005 works also for buffers w/o buffer-file-name. Update callers.
20006 (doc-view-clone-buffer-hook): New fun.
20007 (doc-view-mode): Use it for indirect clones. Mark the overlays with
20008 the `doc-view' property so they can be recognized.
20009
20010 * simple.el (clone-indirect-buffer-hook): New hook.
20011 (clone-indirect-buffer): Run it.
20012
20013 2008-02-11 Michael Olson <mwolson@gnu.org>
20014
20015 * epa-setup.el:
20016 * epg-package-info.el: Files removed.
20017
20018 2008-02-11 Daiki Ueno <ueno@unixuser.org>
20019
20020 * epa.el (epa-menu-mode): Merge into epa-mode.
20021 (epa-menu-items): Rename the label "EasyPG Assistant" to
20022 "Encryption/Decryption".
20023
20024 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
20025 (epa-dired-mode-map): Rename from epa-dired-map.
20026 (epa-global-dired-mode): Rename the global minor mode.
20027
20028 2008-02-11 Drew Adams <drew.adams@oracle.com>
20029
20030 * isearch.el (isearch-fail): New face.
20031 (isearch-message): Highlight failure part of input.
20032
20033 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * ibuffer.el (ibuffer-header-line-format): New var.
20036 (ibuffer-mode): Set it instead of header-line-format.
20037 (ibuffer-update): Use it to set header-line-format.
20038
20039 * international/mule-cmds.el (ucs-insert): Inherit surrounding
20040 properties like self-insert-command.
20041
20042 2008-02-11 Drew Adams <drew.adams@oracle.com>
20043
20044 * progmodes/etags.el: Add many doc strings.
20045
20046 2008-02-11 Jason Rumney <jasonr@gnu.org>
20047
20048 * ldefs-boot.el: Regenerated.
20049
20050 2008-02-11 Glenn Morris <rgm@gnu.org>
20051
20052 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20053 Shorten some names.
20054
20055 * ffap.el (ffap-rfc-directories): Add :version.
20056
20057 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
20058
20059 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
20060 files, and backup files of same.
20061
20062 2008-02-11 Kevin Ryde <user42@zip.com.au>
20063
20064 * ffap.el (ffap-rfc-directories): New variable.
20065 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
20066
20067 * info.el (Info-next-reference, Info-prev-reference)
20068 (Info-try-follow-nearest-node): Move to and follow https:// links too.
20069
20070 * simple.el (completion-list-mode): Show full completion-list-mode-map
20071 in the docstring.
20072
20073 2008-02-11 Sam Steingold <sds@gnu.org>
20074
20075 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
20076
20077 2008-02-11 Glenn Morris <rgm@gnu.org>
20078
20079 * startup.el (emacs-startup-time): New variable.
20080 (command-line): Set emacs-startup-time.
20081
20082 * calendar/time-date.el (emacs-uptime): New function.
20083
20084 2008-02-10 Bastien Guerry <bzg@altern.org>
20085
20086 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
20087 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
20088 it is nil.
20089
20090 2008-02-10 Daiki Ueno <ueno@unixuser.org>
20091
20092 * epg-config.el: Expand the contents of epg-package-info.el.
20093 (epg-package-name): New constant.
20094 (epg-version-number): New constant.
20095 (epg-bug-report-address): New constant.
20096
20097 * epa-mail.el (epa-mail-mode): Add autoload cookie.
20098 (epa-global-mail-mode): New global minor mode.
20099
20100 * epa-file.el (epa-file-mode): New global minor mode.
20101
20102 * epa-dired.el (epa-dired-mode): New global minor mode.
20103
20104 * epa.el (epa-menu): New variable.
20105 (epa-menu-items): New variable.
20106 (epa-menu-mode): New global minor mode.
20107 (epa-global-minor-modes): New user option.
20108 (epa-mode): New global minor mode.
20109
20110 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
20111
20112 * net/dbus.el: Remove `no-byte-compile' cookie.
20113 (dbus-call-method, dbus-register-signal, dbus-debug)
20114 (dbus-registered-functions-table): Declare them with
20115 `declare-function' or `defvar', respectively.
20116 (top): Don't assert any longer. Require 'cl when compiling.
20117 Apply `ignore-errors' but `dbus-ignore-errors'.
20118
20119 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
20120
20121 * diff-mode.el (diff-add-change-log-entries-other-window):
20122 Use add-change-log-entry.
20123
20124 2008-02-09 Jason Rumney <jasonr@gnu.org>
20125
20126 * button.el (button-map):
20127 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
20128 * ldefs-boot.el: Regenerate.
20129
20130 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
20131
20132 * epa.el (epa-faces, epa):
20133 * epa-file.el (epa-file):
20134 * epg-config.el (epg): Add :version.
20135
20136 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
20137
20138 * vc.el (vc-exec-after): Append CODE to previous fragments.
20139 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
20140 take MESSAGES instead of VERBOSE; use it when non-nil.
20141 (vc-diff-internal): Compute messages once; use them;
20142 update call to vc-diff-finish.
20143
20144 2008-02-09 Michael Olson <mwolson@gnu.org>
20145
20146 * net/tramp.el (tramp-process-sentinel): Avoid error when process
20147 buffer has been killed, such as by
20148 `tramp-cleanup-all-connections'.
20149
20150 2008-02-09 Miles Bader <miles@gnu.org>
20151
20152 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
20153
20154 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20155
20156 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
20157 splitter in context hunks.
20158
20159 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
20160
20161 * international/fontset.el (setup-default-fontset): Fix arabic otf
20162 font specification.
20163
20164 2008-02-08 Daiki Ueno <ueno@unixuser.org>
20165
20166 * epa-dired.el:
20167 * epa-file.el:
20168 * epa-mail.el:
20169 * epa-setup.el:
20170 * epa.el:
20171 * epg-config.el:
20172 * epg-package-info.el:
20173 * epg.el: Initial check-in of EasyPG.
20174
20175 2008-02-08 Glenn Morris <rgm@gnu.org>
20176
20177 * woman.el (woman-locale): New defcustom.
20178 (woman-expand-locale, woman-manpath-add-locales): New functions.
20179 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
20180
20181 * international/mule-cmds.el (locale-translate): New function,
20182 with old code extracted from set-locale-environment.
20183 (set-locale-environment): Use locale-translate. Set woman-locale.
20184
20185 * cus-start.el (selection-coding-system): Remove, since it's now
20186 defined in select.el rather than in xselect.c.
20187 * select.el (selection-coding-system): Make it a defcustom, and
20188 add the properties from cus-start.el. Bump :version.
20189
20190 * custom.el (custom-theme-set-variables): Sort symbols that are
20191 dependencies before symbols that depend on them.
20192 (custom-enabled-themes): Set after custom-theme-directory.
20193
20194 * pcmpl-unix.el (top-level): Move provide statement to end.
20195 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
20196 `*' from doc-string. Allow to be nil.
20197 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
20198 Allow to be nil. Add :version.
20199 (pcmpl-ssh-hosts): Move definition before use. Handle lines
20200 without hostnames, and multiple hostnames per line.
20201
20202 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
20203
20204 2008-02-08 Phil Hagelberg <phil@evri.com>
20205
20206 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
20207 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
20208
20209 2008-02-07 Timo Savola <timo.savola@iki.fi>
20210
20211 * startup.el (command-line-x-option-alist): Add --parent-id.
20212
20213 * term/x-win.el (x-handle-parent-id): New function.
20214
20215 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
20216
20217 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
20218 "Font Menu".
20219
20220 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
20221
20222 * net/dbus.el (dbus-interface-peer): New defconst.
20223 (dbus-ping): New defun.
20224
20225 2008-02-06 Sam Steingold <sds@gnu.org>
20226
20227 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
20228
20229 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20230
20231 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
20232 Just return nil and let the C code provide a fallback.
20233
20234 2008-02-05 Glenn Morris <rgm@gnu.org>
20235
20236 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
20237 tramp-flush-connection-property for removed 2nd argument.
20238
20239 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * diff-mode.el (diff-add-change-log-entries-other-window):
20242 Rename from diff-create-changelog. Change users.
20243 Minor change to hopefully work with plain diffs.
20244 (diff-mode-map): Add binding for it.
20245
20246 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
20247
20248 * diff-mode.el: Add new TODO entry.
20249 (diff-create-changelog): New function.
20250 (diff-mode-menu): Bind it.
20251
20252 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20253
20254 * international/mule-diag.el (print-fontset-element): Handle the
20255 case of inhibiting the fallback fonts.
20256
20257 2008-02-04 Kim F. Storm <storm@cua.dk>
20258
20259 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20260 (ido-magic-delete-char): Use prefix arg.
20261
20262 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
20263
20264 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
20265 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
20266 of today, the most recent libpng is 1.2.24).
20267
20268 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
20269
20270 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
20271
20272 * net/dbus.el (top): Check (featurep 'dbusbind).
20273
20274 * net/tramp.el (tramp-process-sentinel): New defun.
20275 (tramp-do-copy-or-rename-file-out-of-band)
20276 (tramp-maybe-open-connection): Use it as process sentinel.
20277 (tramp-handle-delete-directory): Don't use the "-f" option; it
20278 isn't portable.
20279 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
20280 after the command.
20281 (tramp-handle-shell-command): Set `mode-line-process' in the
20282 asynchronous case.
20283
20284 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
20285
20286 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
20287 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
20288 Use `tramp-process-sentinel' as process sentinel.
20289
20290 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
20291
20292 * whitespace.el (global-whitespace-mode): Revert last change.
20293 (whitespace-unload-function): Force `global-whitespace-mode'
20294 to deactivate local modes in a slightly less intrusive way.
20295
20296 2008-02-02 Eli Zaretskii <eliz@gnu.org>
20297
20298 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20299
20300 2008-02-02 Glenn Morris <rgm@gnu.org>
20301
20302 * international/latin1-disp.el (latin1-display):
20303 * progmodes/fortran.el (fortran-comment-indent-char):
20304 * progmodes/idlw-shell.el (top-level):
20305 * term/mac-win.el (mac-keyboard-translate-char):
20306 * whitespace.el (whitespace-char-valid-p):
20307 * wid-edit.el (widget-key-sequence-read-event):
20308 Use characterp rather than char-valid-p.
20309
20310 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20311 to capitalized-find-word-boundary. Doc fix. Update callers.
20312 (capitalized-next-word-boundary-function-table): Rename to
20313 capitalized-find-word-boundary-function-table. Doc fix. Update users.
20314
20315 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20316 string-to-int.
20317
20318 * ps-def.el (declare-function): Add compatibility definition.
20319 (ps-plot-with-face, ps-plot-string): Declare as functions.
20320 (ps-bold-faces, ps-italic-faces): Declare variables.
20321
20322 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20323 (ps-mule-end-job): Declare as functions.
20324
20325 * wid-edit.el (widget-string-complete): Use assoc-string rather
20326 than assoc-ignore-case.
20327
20328 See ChangeLog.13 for earlier changes.
20329
20330 ;; Local Variables:
20331 ;; coding: utf-8
20332 ;; End:
20333
20334 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
20335
20336 This file is part of GNU Emacs.
20337
20338 GNU Emacs is free software: you can redistribute it and/or modify
20339 it under the terms of the GNU General Public License as published by
20340 the Free Software Foundation, either version 3 of the License, or
20341 (at your option) any later version.
20342
20343 GNU Emacs is distributed in the hope that it will be useful,
20344 but WITHOUT ANY WARRANTY; without even the implied warranty of
20345 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20346 GNU General Public License for more details.
20347
20348 You should have received a copy of the GNU General Public License
20349 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20350
20351 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc