(pop-up-frame-function): Remove choice nil since it
[bpt/emacs.git] / lisp / ChangeLog
1 2009-05-02 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.el (pop-up-frame-function): Remove choice nil since it
4 does not represent a valid value.
5
6 2009-04-30 David Reitter <david.reitter@gmail.com>
7
8 * term/ns-win.el (ns-make-command-string, ns-grabenv)
9 (ns-extended-platform-support-mode, menu-bar-ns-file-menu)
10 (ns-arrange-all-frames, ns-arrange-visible-frames)
11 (ns-arrange-frames): Remove. These functionalities not
12 available on other (free) platforms will be provided to users
13 outside the Emacs project in the "ns-platform-support" package.
14
15 2009-04-30 Alan Mackenzie <acm@muc.de>
16
17 Enhancements for Objective-C:
18 * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
19 (c-objc-method-arg-unfinished-offset)
20 (c-objc-method-parameter-offset): New variables.
21 (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
22 for objc-method-call-cont.
23
24 * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
25 "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
26
27 * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New
28 function.
29
30 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
31
32 * subr.el (assoc-default): Doc fix.
33
34 2009-04-29 Ulrich Mueller <ulm@gentoo.org>
35
36 * files.el (hack-local-variables-prop-line)
37 (hack-local-variables, dir-locals-read-from-file): Bind
38 read-circle to nil before reading.
39
40 2009-04-28 Geert Kloosterman <g.j.kloosterman@gmail.com> (tiny change)
41
42 * progmodes/which-func.el (which-function): Don't assume that
43 entries from `imenu--index-alist' are ordered by buffer position,
44 which fails when submenus are present (Bug#3153).
45
46 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * international/quail.el (quail-vunion): Remove unexplained nreverse.
49
50 2009-04-28 Nick Roberts <nickrob@snap.net.nz>
51
52 * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
53 error with gud-tooltip-mode in the Linux console.
54
55 2009-04-28 Chong Yidong <cyd@stupidchicken.com>
56
57 * tooltip.el (tooltip-show-help): Fall back on
58 tooltip-show-help-non-mode for text-only displays.
59
60 2009-04-27 Jay Belanger <jay.p.belanger@gmail.com>
61
62 * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
63
64 2009-04-26 Jay Belanger <jay.p.belanger@gmail.com>
65
66 * calc/calc.el (calc-set-mode-line): Check to make sure that the
67 correct Calc buffer gets "Embed" in the mode line.
68 (calc-mode): Copy stack list for additional Calc buffers.
69
70 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
71
72 * simple.el (line-move-visual): If point is stuck moving backwards
73 against a display string, temporarily ignore the goal
74 column (Bug#3020).
75
76 * startup.el (normal-top-level): Implement a work-around to handle
77 changes to face-font-rescale-alist during
78 initialization (Bug#1785).
79
80 2009-04-24 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
83 (tramp-handle-file-name-all-completions): Don't use "-b" as ls
84 arg. It does not work on OpenBSD. Reported by Taylor Venable
85 <taylor@metasyntax.net>.
86
87 2009-04-23 Chong Yidong <cyd@stupidchicken.com>
88
89 * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
90 (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
91
92 2009-04-21 Martin Rudalics <rudalics@gmx.at>
93
94 * diff-mode.el (diff-find-source-location): Don't call
95 diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033)
96
97 2009-04-21 Kenichi Handa <handa@m17n.org>
98
99 * international/uni-decomposition.el: Re-generated.
100
101 2009-04-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
102
103 * proced.el (proced-sort): Declare it buffer-local.
104 (proced-send-signal): Handle non-nil signals.
105
106 2009-04-18 Jason Rumney <jasonr@gnu.org>
107
108 * facemenu.el (list-colors-duplicates): w32-default-color-map is
109 a function (Bug#3044).
110
111 2009-04-18 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>
112
113 * epa-file.el (epa-file-decode-and-insert):
114 Use string-to-multibyte instead of set-buffer-multibyte.
115 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
116
117 2009-04-18 Yann Hodique <yann.hodique@gmail.com> (tiny change)
118
119 * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
120
121 2009-04-18 Chong Yidong <cyd@stupidchicken.com>
122
123 * thingatpt.el (thing-at-point-bounds-of-list-at-point):
124 New function (Bug#3027).
125
126 2009-04-17 Kenichi Handa <handa@m17n.org>
127
128 * international/uni-decomposition.el: Re-generated.
129
130 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
131
132 * textmodes/flyspell.el (flyspell-correct-word-before-point):
133 Don't create markers.
134 (tex-mode-flyspell-verify): Don't create markers.
135 Use line-end-position.
136 (sgml-mode-flyspell-verify): Don't create markers. Simplify code
137 using looking-at and looking-back.
138
139 2009-04-16 Robert Brown <brown@google.com> (tiny change)
140
141 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
142 property (Bug#2984).
143
144 2009-04-16 Leo <sdl.web@gmail.com> (tiny change)
145
146 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
147 parameter alist.
148
149 2009-04-15 William Xu <william.xwl@gmail.com>
150
151 * outline.el (hide-sublevels): Ensure that arguments are passed to
152 outline-flag-region in the correct order (Bug#3000).
153
154 2009-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * net/browse-url.el (browse-url-filename-alist): Correct file
157 URI (Bug#2922).
158
159 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
160
161 * subr.el (posn-col-row): Properly compute line spacing.
162 Suggested by Nikolaj Schumacher (Bug#2933).
163
164 2009-04-15 Ulf Jasper <ulf.jasper@web.de>
165
166 * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
167 feeds.
168
169 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
170
171 * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
172 names with leading spaces. Ignore "." if it appears as a filename.
173
174 2009-04-14 Juanma Barranquero <lekktu@gmail.com>
175
176 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
177 (scan-buf-previous-region): Fix typo in docstring.
178
179 2009-04-14 Edward Wiebe <usenet@pusto.de> (tiny change)
180
181 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
182
183 2009-04-14 Michael Albinus <michael.albinus@gmx.de>
184
185 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
186 Fix an error in flushing cache data.
187 (tramp-handle-process-file): Flush all file cache values for the
188 connection, because the remote process could have changed them.
189 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
190 Handle QUIT.
191
192 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
193 of directory "".
194
195 2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * minibuffer.el (completion--try-word-completion): Don't disable
198 `partial-completion' any more. Mark the added char instead.
199 (completion-pcm--string->pattern): Notice chars added by
200 completion--try-word-completion and treat them specially. (bug#2957)
201
202 2009-04-13 Jason Rumney <jasonr@gnu.org>
203
204 * faces.el (frame-set-background-mode): Window system frames
205 default to light. Use default in cases where specified color
206 does not exist (Bug#2969).
207
208 2009-04-13 Kenichi Handa <handa@m17n.org>
209
210 * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
211
212 2009-04-12 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
215 Overwrite always the tmpfile. (Bug#2962).
216
217 2009-04-11 Chong Yidong <cyd@stupidchicken.com>
218
219 * files.el (dir-locals-directory-cache): Change format to include
220 the mtime of the directory-local variables file (Bug#2833).
221 (dir-locals-set-directory-class): New arg mtime. Store it in
222 dir-locals-directory-cache.
223 (dir-locals-find-file): Check cache validity using the mtime.
224 (dir-locals-read-from-file): Save the file mtime in the cache.
225 (hack-dir-local-variables): Adapt to new
226 dir-locals-directory-cache entry format.
227
228 * international/mule-diag.el (describe-font-internal):
229 Rename ignored argument to IGNORED.
230 (describe-font): Elide unnecessary argument to
231 describe-font-internal (Bug#2945).
232
233 2009-04-10 Richard M Stallman <rms@gnu.org>
234
235 * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
236
237 * vc-dir.el (vc-dir): Doc fix.
238
239 2009-04-10 Eli Zaretskii <eliz@gnu.org>
240
241 * mail/unrmail.el (unrmail): If "Mail-From" header is found,
242 append a newline to it.
243
244 * mail/rmail.el (rmail-unrmail-new-mail)
245 (rmail-unrmail-new-mail-maybe): New functions.
246 (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
247 convert Babyl-formatted new mail to mbox format. (Bug#2942)
248
249 2009-04-09 Kim F. Storm <storm@cua.dk>
250
251 * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
252 tab-to-tab-stop to respect indent-tabs-mode.
253
254 2009-04-09 Richard M Stallman <rms@gnu.org>
255
256 * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
257 (rmail-kill-label, rmail-add-label): Doc fixes.
258
259 * mail/rmailout.el (rmail-output): If file is visited,
260 check the buffer's format.
261
262 * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
263
264 * mail/rmailout.el (rmail-output-to-rmail-buffer):
265 Call rmail-modify-format.
266
267 Don't query before visiting a Babyl file.
268 Instead, query before modifications that would save it.
269
270 * mail/rmail.el (rmail-was-converted): New variable.
271 (rmail-seriously-modified): New variable.
272 (rmail-perm-variables): Set them to nil.
273 (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
274 Instead, set rmail-was-converted.
275 (rmail-modify-format): New function. Query if save will change format.
276 (rmail-dont-modify-format): New function.
277 (rmail-duplicate-message, rmail-get-new-mail):
278 Call rmail-modify-format.
279 (rmail-set-header): Call rmail-dont-modify-format.
280 (rmail-set-attribute): Likewise.
281 (rmail-expunge-confirmed): Call rmail-modify-format.
282
283 * mail/sendmail.el (sendmail-send-it): Replace any
284 pre-existing Content-type header if we insert one.
285
286 2009-04-09 Michael Albinus <michael.albinus@gmx.de>
287
288 * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
289 (tramp-handle-vc-registered): New defun. (Bug#1741)
290
291 * net/tramp-cache.el (tramp-flush-directory-property): Use the
292 localname of KEY for check.
293
294 2009-04-09 Kenichi Handa <handa@m17n.org>
295
296 * international/charprop.el: Re-generated.
297 * international/uni-bidi.el: Re-generated.
298 * international/uni-category.el: Re-generated.
299 * international/uni-combining.el: Re-generated.
300 * international/uni-decomposition.el: Re-generated.
301 * international/uni-mirrored.el: Re-generated.
302 * international/uni-name.el: Re-generated.
303
304 2009-04-08 Eli Zaretskii <eliz@gnu.org>
305
306 * files.el (append-to-file): Doc fix.
307
308 * term/pc-win.el (msdos-last-help-message): New defvar.
309 (msdos-show-help): Use it to avoid saving the last message if it
310 was also a help message (Bug#2895).
311
312 * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
313 in subject. This resurrects a feature, lost in transition to
314 mbox, whereby Subject is matched even if it's broken into several
315 lines at arbitrary places.
316
317 2009-04-08 Nick Roberts <nickrob@snap.net.nz>
318
319 * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
320
321 2009-04-08 Chong Yidong <cyd@stupidchicken.com>
322
323 * textmodes/fill.el (fill-paragraph): Doc fix.
324
325 2009-04-07 Chong Yidong <cyd@stupidchicken.com>
326
327 * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
328
329 2009-04-07 Glenn Morris <rgm@gnu.org>
330
331 * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
332
333 * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
334 message.
335 (rmail-quit): Mark summary unmodified.
336 (rmail-expunge): Doc fix. Always show a message. (Bug#2763)
337
338 2009-04-07 Chong Yidong <cyd@stupidchicken.com>
339
340 * vc-bzr.el (vc-bzr-log-view-mode): Tweak
341 log-view-message-re (Bug#2872).
342
343 * descr-text.el (describe-property-list, describe-char): Add
344 follow-link properties to buttons that need them.
345
346 * tooltip.el (tooltip-show-help-non-mode): Don't save the last
347 message if it was also a help message (Bug#2895).
348
349 2009-04-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
350
351 * textmodes/bibtex.el (bibtex-format-entry)
352 (bibtex-search-crossref): Allow OPT prefix for name of crossref
353 field.
354
355 2009-04-06 Sam Steingold <sds@gnu.org>
356
357 * simple.el (completion-list-mode-map): Bind "q" to quit-window,
358 just like in all other read-only buffers.
359
360 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
361
362 * simple.el (handle-shift-selection): Clarify docstring.
363
364 2009-04-05 Michael Albinus <michael.albinus@gmx.de>
365
366 * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
367 `file-modes' returns nil.
368
369 * net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
370 `ange-ftp' property of `set-file-modes' to
371 `ange-ftp-set-file-modes' (Bug#2865).
372 (ange-ftp-call-chmod): Add error handling.
373
374 * net/tramp.el (tramp-default-file-modes): New defun. Replace all
375 calls of `file-modes' by this (Bug#2869).
376 (tramp-handle-find-backup-file-name): Use `symbol-value' instead
377 of `boundp'.
378
379 * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
380 Use `tramp-default-file-modes'.
381
382 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
383
384 * frame.el (make-frame): Doc fix.
385
386 2009-04-04 Eli Zaretskii <eliz@gnu.org>
387
388 * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
389 summary lines.
390
391 2009-04-02 Chong Yidong <cyd@stupidchicken.com>
392
393 * dired.el (dired-get-filename): Always pass filename through
394 `read' to ensure unquoting is performed (Bug#2862).
395
396 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
399
400 2009-04-02 Glenn Morris <rgm@gnu.org>
401
402 * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
403
404 * calendar/holidays.el (calendar-holidays):
405 Don't autoload it. (Bug#2811)
406
407 2009-04-02 Kenichi Handa <handa@m17n.org>
408
409 * international/fontset.el (setup-default-fontset):
410 Specify iso10646-1 font for characters in PUA of BMP. (Bug#2830)
411
412 2009-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * simple.el (auto-fill-function): Mark it as safe for nil.
415 Suggested by Leo <sdl.web@gmail.com>.
416
417 2009-04-01 Dan Nicolaescu <dann@ics.uci.edu>
418
419 * vc-mtn.el (vc-mtn-register): Fix optional arguments.
420
421 * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
422 (vc-mode-line): Accept and use an optional argument for the backend.
423 (vc-find-file-hook): Use when instead of if. Avoid calling
424 vc-backend multiple times, pass down the value computed the first time.
425
426 2009-03-30 Andreas Schwab <schwab@linux-m68k.org>
427
428 * ansi-color.el (ansi-color-get-face):
429 Use ansi-color-parameter-regexp to match parameters.
430 (ansi-color-regexp): Include final `m' in first group.
431
432 2009-03-30 Jason Rumney <jasonr@gnu.org>
433
434 * files.el (locate-dominating-stop-dir-regexp): Stop searching
435 when a UNC mount point is reached.
436
437 2009-03-30 Jay Belanger <jay.p.belanger@gmail.com>
438
439 * calc/calc-embed.el (calc-embedded-restore-original-modes):
440 Add argument for Calculator buffer.
441 (calc-do-embedded): Use specific Calculator buffer when cancelling
442 embedded mode.
443
444 * calc/calc.el (calc-buffer-list): New variable.
445 (calc-kill-stack-buffer): New function.
446 (calc-mode): Add `calc-kill-stack-buffer' to
447 `kill-buffer-query-functions'. Add current buffer to
448 `calc-buffer-list'.
449
450 2009-03-30 Kenichi Handa <handa@m17n.org>
451
452 * language/chinese.el (chinese-big5): Change type to `big5'.
453
454 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
455
456 * help-mode.el (help-buffer): Add docstring.
457
458 2009-03-28 David Reitter <david.reitter@gmail.com>
459
460 * term/ns-win.el (ns-expand-space): Remove defvar.
461 (S-,): Bind to `customize' in line with menu item.
462 ([global-map windows]): Remove (in line with other platforms).
463 (menu-bar-update-frames, force-menu-bar-update-buffers):
464 Remove, not needed.
465 (menu-bar-update-hook): Do not alter.
466 (generate-fontset-menu, mouse-set-font): Amend doc string
467 of these defaliases to point out their altered meaning in NS.
468
469 2009-03-28 Juri Linkov <juri@jurta.org>
470
471 * simple.el (minibuffer-default-add-completions):
472 Remove `(interactive)'. (Bug#2805)
473
474 2009-03-28 Eli Zaretskii <eliz@gnu.org>
475
476 * files.el (shell-quote-wildcard-pattern): Doc fix.
477
478 2009-03-27 Eli Zaretskii <eliz@gnu.org>
479
480 * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
481 when looking for "." and "..". (Bug#2801)
482
483 2009-03-27 Andreas Schwab <schwab@linux-m68k.org>
484
485 * simple.el (shift-select-mode): Make it a defcustom.
486 * cus-start.el: Remove shift-select-mode.
487
488 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * simple.el (shift-select-mode): Move declaration from callint.c.
491 (handle-shift-selection): Remove `deactivate' arg and check
492 shift-select-mode instead.
493
494 2009-03-26 Juanma Barranquero <lekktu@gmail.com>
495
496 * align.el (align-large-region, align-perl-modes, align-rules-list)
497 (align-open-comment-modes): Fix typos in docstrings.
498 (align-region-separate): Doc fixes.
499
500 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
503 extension entries for lookup tables or extended file name tables.
504 Distinguish the internal and external name, so lookup is easier.
505 (archive-ar-extract): Take advantage of more precise name.
506 Preserve point.
507
508 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
509
510 * play/bubbles.el (bubbles): Doc fix (Bug#2776).
511
512 2009-03-25 Juanma Barranquero <lekktu@gmail.com>
513
514 * composite.el (auto-compose-chars): Fix typo in docstring.
515
516 2009-03-24 Michael Albinus <michael.albinus@gmx.de>
517
518 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
519
520 2009-03-24 Glenn Morris <rgm@gnu.org>
521
522 * wid-edit.el (widget-specify-field): Don't add a second overlay for a
523 field with just a newline character.
524 (widget-field-value-get): Don't reduce fields with just a space
525 character to null.
526 (character): Accept newline. (Bug#2689)
527
528 2009-03-24 Kenichi Handa <handa@m17n.org>
529
530 * international/fontset.el (font-encoding-alist): Add an entry for
531 muletibetan-0. (Bug#2722)
532
533 2009-03-23 Dan Nicolaescu <dann@ics.uci.edu>
534
535 * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
536 checkouts. (Bug#2157)
537 (vc-bzr-after-dir-status): Ignore a warning for bzr status.
538 (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
539
540 2009-03-22 Richard M Stallman <rms@gnu.org>
541
542 * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
543 (rmail-expunge): Without DONT-SHOW, show the message even after
544 updating summary.
545
546 2009-03-21 Jari Aalto <jari.aalto@cante.net>
547
548 * time.el (display-time-default-load-average): Doc fix.
549
550 2009-03-21 Eli Zaretskii <eliz@gnu.org>
551
552 * simple.el (handle-shift-selection): Doc fix. (Bug#2738)
553
554 2009-03-21 Chong Yidong <cyd@stupidchicken.com>
555
556 * files.el (file-modes-rights-to-number): Doc fix.
557 (file-modes-symbolic-to-number): Handle empty permissions
558 arg (Bug#2729).
559
560 2009-03-21 Dan Nicolaescu <dann@ics.uci.edu>
561
562 * vc.el (Todo): Add note on simplifying vc-register.
563
564 2009-03-21 Eli Zaretskii <eliz@gnu.org>
565
566 * eshell/em-ls.el (eshell-ls-dir):
567 Call eshell-directory-files-and-attributes with additional argument
568 'integer or 'string, according to numeric-uid-gid.
569 (eshell-ls-file): Don't convert UID and GID to strings, as
570 eshell-ls-dir already did. Enlarge max user-name string length to
571 14 characters.
572 (eshell-do-ls): Fix the long name of the -L option.
573
574 * eshell/esh-util.el (directory-files-and-attributes): Accept and
575 ignore additional optional argument id-format.
576 (eshell-directory-files-and-attributes):
577 Call directory-files-and-attributes with additional argument id-format.
578
579 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
580 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
581 argument nil.
582
583 2009-03-21 David Reitter <david.reitter@gmail.com>
584
585 * cus-start.el (all): Use existing `ns' rather than new `nextstep'
586 group for variables affected by last two changes.
587
588 2009-03-21 Eli Zaretskii <eliz@gnu.org>
589
590 * cus-start.el (all): Fix last change.
591
592 2009-03-21 David Reitter <david.reitter@gmail.com>
593
594 * cus-start.el (all): Add ns-control-modifier,
595 ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
596 ns-antialias-text, and ns-use-qd-smoothing.
597
598 2009-03-20 Dan Nicolaescu <dann@ics.uci.edu>
599
600 * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
601
602 2009-03-19 Juanma Barranquero <lekktu@gmail.com>
603
604 * subr.el (forward-point): Add obsolescence declaration.
605
606 * paren.el (show-paren-function):
607 * simple.el (kill-forward-chars, kill-backward-chars):
608 Use (+/- (point) N), instead of `forward-point'.
609
610 2009-03-19 Glenn Morris <rgm@gnu.org>
611
612 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
613
614 * mail/supercite.el (sc-version): Doc fix.
615
616 2009-03-19 Leo <sdl.web@gmail.com> (tiny change)
617
618 * mail/supercite.el (sc-version): Fix typo in interactive spec.
619
620 2009-03-19 Kenichi Handa <handa@m17n.org>
621
622 * international/quail.el (quail-update-leim-list-file):
623 Save leim-list.el in utf-8.
624
625 * international/mule-cmds.el (leim-list-header):
626 Use utf-8 coding tag.
627
628 * term/ns-win.el: Call create-default-fontset, not
629 setup-default-fontset. Call create-fontset-from-fontset-spec
630 within condition-case.
631
632 * term/w32-win.el (w32-initialize-window-system):
633 Call create-default-fontset, not setup-default-fontset.
634 Call create-fontset-from-fontset-spec within condition-case.
635
636 * term/x-win.el (x-initialize-window-system):
637 Call create-default-fontset, not setup-default-fontset.
638 Call create-fontset-from-fontset-spec within condition-case.
639
640 * international/fontset.el (create-default-fontset): New function.
641 (create-fontset-from-x-resource): Use display-warning instead of
642 message.
643
644 2009-03-18 Richard M Stallman <rms@gnu.org>
645
646 * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
647 (rmail-retry-failure): Undo previous change.
648
649 2009-03-18 Kenichi Handa <handa@m17n.org>
650
651 * international/mule.el (after-insert-file-set-coding):
652 Set buffer-file-coding-system directly without calling
653 set-buffer-file-coding-system. (Fixes bug described in
654 follow-up to bug#2317).
655
656 2009-03-17 Juanma Barranquero <lekktu@gmail.com>
657
658 * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
659
660 2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
661
662 * international/characters.el (cjk-char-width-table):
663 Add cp932-2-byte.
664
665 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
666
667 * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
668
669 2009-03-16 David Reitter <david.reitter@gmail.com>
670
671 * faces.el (set-face-attributes-from-resources)
672 (face-set-after-frame-default): Do not import X resources on NS
673 because NS does not have system-wide X resources.
674
675 2009-03-16 Richard M Stallman <rms@gnu.org>
676
677 * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
678 (rmail-expunge): Show the message only once, and only if needed.
679 If the current message was current before, just re-swap.
680
681 2009-03-16 Kenichi Handa <handa@m17n.org>
682
683 * international/ccl.el (ccl-compile-if): Signal an error for
684 invalid operator.
685
686 2009-03-16 Chong Yidong <cyd@stupidchicken.com>
687
688 * minibuffer.el (read-file-name): Doc fix.
689
690 * tooltip.el (tooltip-show-help-non-mode): Don't set
691 tooltip-previous-message if called with the same tooltip that is
692 showing (Bug#2680).
693
694 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
695 (completing-read-multiple): Set and restore
696 choose-completion-string-functions (Bug#1080).
697
698 2009-03-15 Glenn Morris <rgm@gnu.org>
699
700 * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
701 value to help people with the formatting.
702
703 * mail/sendmail.el (mail-yank-prefix): Doc fix.
704 (mail-mode-map): Only enable the "Cite Original" menu-item when
705 appropriate. Standardize the text used for other headers re hyphens.
706
707 * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
708 like "Reply-To".
709
710 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
711
712 * minibuffer.el (completion-styles): Add emacs22 completion style
713 as fallback.
714
715 2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
716
717 * vc.el (vc-checkin): Add an extra argument for the VC backend,
718 pass it down to vc-start-logentry.
719 (vc-next-action, vc-transfer-file): Pass the VC backend to
720 vc-checkin.
721 (vc-next-action): Do not assume that all backends in
722 vc-handled-backends are upper case.
723
724 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
725
726 * files.el (get-free-disk-space): Ensure that default-directory is
727 usable before calling call-process. Suggested by Kevin
728 Ryde (Bug#2631).
729
730 2009-03-14 David Reitter <david.reitter@gmail.com>
731
732 * term/ns-win.el (ns-expand-space): Remove.
733 (ns-show-prefs event): Run `customize'.
734 (ns-power-off): Run `save-buffers-kill-emacs', but ask user
735 whether to save files (as is standard).
736 (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
737 (menu-bar-enable-clipboard): Do not undefine these.
738 (ns-save-preferences, ns-save-options, ns-show-preferences-help):
739 Remove.
740
741 2009-03-14 Glenn Morris <rgm@gnu.org>
742
743 * mail/mailalias.el: Remove leading `*' from defcustom docs.
744
745 * mail/sendmail.el (mail-interactive): Doc fix.
746 (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
747 (mail-setup): Use the function mail-signature.
748 (mail-mode-hook): Doc fix.
749 (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
750 (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
751 (mail-signature): Check the signature file is readable.
752 With the argument ATPOINT, really insert at point.
753 Handle the case when the variable mail-signature is an expression.
754
755 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
756
757 * simple.el (undo-outer-limit-truncate): Mention that
758 warning-suppress-types is defined in the warnings
759 library (Bug#2668).
760
761 2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * vc.el (vc-default-receive-file): The 'register method now
764 expects a list, pass a list.
765
766 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
767
768 * doc-view.el (doc-view-sentinel): Strip trailing newline from
769 event message.
770
771 2009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
774 modified status before running the major-mode.
775
776 * simple.el (undo): Don't loop when encountering empty undo records.
777
778 2009-03-13 Tassilo Horn <tassilo@member.fsf.org>
779
780 * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
781
782 2009-03-13 Alexandre Julliard <julliard@winehq.org>
783
784 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
785 Fall back to original commit if vc-git-symbolic-commit fails to
786 find a symbolic name.
787 (vc-git-symbolic-commit): Don't limit search to tags.
788 Treat "undefined" as an error. (Bug #2110)
789
790 2009-03-13 D. Goel <deego3@gmail.com>
791
792 * ibuf-ext.el:
793 * midnight.el (midnight-next):
794 * progmodes/ebrowse.el:
795 * progmodes/flymake.el (flymake-float-time):
796 When calling (multiple-value-bind/setq .. ls) replace ls
797 by (values-list ls) throughout.
798
799 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
800
801 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
802 params. (Bug #2654)
803
804 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * files.el (auto-mode-alist): Add rules for OpenOffice extension
807 packages, as well as Opkg/Ipkg packages.
808
809 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
810 (tar-summarize-buffer): Don't silently skip incomplete headers.
811 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
812 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
813 treat a tar file member as being a tar file itself, just because
814 its own filename includes the parent tar file's.
815
816 2009-03-13 Kenichi Handa <handa@m17n.org>
817
818 * international/mule-diag.el (print-fontset): Handling of the
819 argument FONTSET changed for consistency. Reorder the printed
820 information to match with the font searching strategy.
821 (describe-fontset): Use face-attribute to get the fontset of the
822 selected frame.
823 (mule-diag): Likewise. Print both font and fontset of the frame.
824
825 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
826
827 * term.el (term-send-raw-string): Deactivate mark.
828 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
829
830 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
831
832 * register.el (get-register): Rename arg REG to REGISTER for
833 consistency with other register functions.
834 (set-register, jump-to-register): Fix typos in docstrings.
835 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
836
837 2009-03-12 Glenn Morris <rgm@gnu.org>
838
839 * mail/mailabbrev.el (mail-abbrev-next-line)
840 (mail-abbrev-end-of-buffer): Doc fixes.
841
842 2009-03-11 Jason Rumney <jasonr@gnu.org>
843
844 * term/w32-win.el (w32-initialize-window-system): Don't override
845 Japanese font settings.
846 (xlfd-regexp-registry-subnum): Remove unused declaration.
847 (w32-drag-n-drop-debug): Comment out unused debug function.
848
849 2009-03-11 Glenn Morris <rgm@gnu.org>
850
851 * mail/rmailedit.el (rmail-edit-mode):
852 Set write-region-annotate-functions. (Bug#2625)
853
854 2009-03-10 Juanma Barranquero <lekktu@gmail.com>
855
856 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
857
858 2009-03-10 Jason Rumney <jasonr@gnu.org>
859
860 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
861
862 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * server.el (server-process-filter): Use expand-file-name rather than
865 command-line-normalize-file-name so as to use the `dir' when provided.
866
867 * doc-view.el (doc-view-convert-current-doc): Fix last change.
868
869 2009-03-10 Glenn Morris <rgm@gnu.org>
870
871 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
872 Doc fixes.
873 (mail-mailing-lists): Remove leading `*' from defcustom doc.
874
875 * simple.el (compose-mail): Doc fix.
876
877 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
878
879 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
880
881 2009-03-09 Jason Rumney <jasonr@gnu.org>
882
883 * minibuffer.el (read-file-name): Only split dir name when
884 default filename is missing. (Bug#2585)
885
886 2009-03-08 Chong Yidong <cyd@stupidchicken.com>
887
888 * finder.el (finder-commentary): Don't delete other
889 windows (Bug#2291).
890
891 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
892 first (Bug#2449).
893
894 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
895
896 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
897
898 2009-03-07 Eli Zaretskii <eliz@gnu.org>
899
900 * woman.el (woman-parse-colon-path): Return a list even if there's
901 only one directory in PATHS.
902 (woman-mode): Restore tab-width value after the call to Man-mode,
903 since Man-mode resets it to the default, and that makes right
904 margin extend beyond woman-fill-column.
905
906 * man.el (Man-init-defvars) [windows-nt]: Use a special command
907 list. Don't invoke Awk.
908
909 2009-03-06 Glenn Morris <rgm@gnu.org>
910
911 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
912 custom type.
913
914 2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
915
916 * doc-view.el (doc-view-convert-current-doc): Save the current
917 resolution in the cache directory.
918 (doc-view-initiate-display): Restore the saved resolution when
919 using cached image files.
920
921 2009-03-05 Glenn Morris <rgm@gnu.org>
922
923 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
924 buffer-local in the view buffer, not the rmail buffer.
925
926 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
927 at the end of the existing messages, ensuring there is a blank line
928 between them. (Bug#2521)
929
930 * mail/rmail.el (rmail-ensure-blank-line): New function.
931 * mail/rmailedit.el (rmail-cease-edit):
932 * mail/rmailout.el (rmail-output-as-mbox):
933 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
934
935 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
936 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
937 Add version.
938 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
939 (rmail-mime): Doc fix. Use rmail-apply-in-message.
940 Disable undo in the mime buffer, mark unmodified.
941
942 2009-03-04 David Reitter <david.reitter@gmail.com>
943
944 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
945 if unbound in order to enable the item.
946 For paste menu item, same, and check kill-ring.
947
948 2009-03-04 Sam Steingold <sds@gnu.org>
949
950 * progmodes/compile.el (compilation-error-regexp-alist-alist):
951 Handle "omake -P" messages "file foo changed".
952
953 2009-03-04 Glenn Morris <rgm@gnu.org>
954
955 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
956
957 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
958 (rmail-sort-by-date, rmail-sort-by-subject)
959 (rmail-sort-by-author, rmail-sort-by-recipient)
960 (rmail-sort-by-correspondent, rmail-select-correspondent)
961 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
962 (rmail-make-date-sortable): Doc fixes.
963 (rmail-sort-by-correspondent): Downcase correspondents.
964 (rmail-sort-by-labels): Make it work.
965 (rmail-sort-messages): Restore undo if it was initially enabled.
966 Fix bobp/bolp typo that was adding a line on every sort.
967
968 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
969 Disable undo in the summary buffer.
970 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
971 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
972 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
973 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
974 (rmail-summary-sort-by-labels): Replace `(function (lambda'
975 by `(lambda'.
976
977 2009-03-03 Sam Steingold <sds@gnu.org>
978
979 * progmodes/compile.el (compilation-move-to-column):
980 Guard against negative col values.
981
982 2009-03-03 Simon Josefsson <simon@josefsson.org>
983
984 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
985 in preference order.
986 (smtpmail-try-auth-methods): Improve which authentication
987 mechanism to use, so that the locally most preferred and mutually
988 supported mechanism is used.
989
990 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
993 the function takes no argument.
994
995 2009-03-03 Glenn Morris <rgm@gnu.org>
996
997 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
998 (rmail-header-name): Doc fixes.
999 (rmail-show-message-verbose-min): Add :version.
1000 (rmail-highlight-headers): Add doc string. Simplify.
1001
1002 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
1003 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
1004 (rmail-summary-by-senders): Doc fix.
1005 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
1006 Make the output menu-items consistent with rmail-mode-map.
1007 Bind rmail-summary-by-senders to C-M-f.
1008 (rmail-summary-search): Ensure the selected message shows.
1009
1010 2009-03-03 Kenichi Handa <handa@m17n.org>
1011
1012 * files.el (basic-save-buffer-1): Set car part of
1013 buffer-file-coding-system-explicit.
1014 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
1015
1016 * international/mule-cmds.el (select-safe-coding-system): If cdr
1017 part of buffer-file-coding-system-explicit is set, ignore
1018 default-buffer-file-coding-system and the most preferred coding system.
1019
1020 * international/mule.el (set-buffer-file-coding-system): Set cdr
1021 part of buffer-file-coding-system-explicit.
1022 (after-insert-file-set-coding):
1023 Set buffer-file-coding-system-explicit to a cons.
1024
1025 2009-03-02 Glenn Morris <rgm@gnu.org>
1026
1027 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
1028 Add :set-after listing variables on which we might depend.
1029
1030 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
1031 function has access to all the headers, not just the visible ones.
1032 Avoid extraneous leading whitespace in `References'.
1033 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1034 Doc fixes.
1035 (rmail-retry-failure): Use rmail-get-header rather than a magical
1036 save-excursion/restriction combination that does nothing.
1037 (rmail-delete-headers): New function.
1038 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1039 without telling anyone, namely rmail-retry-ignored-headers.
1040
1041 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
1042
1043 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1044
1045 2009-03-01 Glenn Morris <rgm@gnu.org>
1046
1047 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1048 rmail-resend in the menu.
1049
1050 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
1051 custom choice. (Bug#2506)
1052
1053 2009-02-28 Eli Zaretskii <eliz@gnu.org>
1054
1055 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
1056 Use "--color=always".
1057
1058 2009-02-28 Glenn Morris <rgm@gnu.org>
1059
1060 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
1061
1062 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
1063 * mail/rmail.el (rmail-mode-map):
1064 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
1065
1066 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
1067 Fix custom choice to match default.
1068 (rmail-get-new-mail): Doc fix.
1069 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
1070 header style.
1071
1072 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * replace.el (keep-lines-read-args): Use empty string as
1075 default (Bug#2495).
1076
1077 * menu-bar.el (menu-set-font): Fix last fix.
1078
1079 2009-02-27 Glenn Morris <rgm@gnu.org>
1080
1081 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
1082 just a buffer, to find a definition.
1083
1084 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
1085 part against rmail-output's oddness.
1086
1087 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * menu-bar.el (menu-set-font): Assign the same font object to all
1090 frames (Bug#2476).
1091
1092 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
1095
1096 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1099 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1100 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1101 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1102 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1103 Reflow docstrings.
1104
1105 2009-02-26 Glenn Morris <rgm@gnu.org>
1106
1107 * mail/rmailsum.el (rmail-summary-rmail-update):
1108 Use rmail-message-unseen-p. (Bug#2477)
1109 (rmail-summary-mark-seen): Add option to mark as unseen.
1110 (rmail-summary-rmail-update): Store a position in
1111 rmail-summary-put-back-unseen rather than just a flag, and use it to put
1112 back the "-" mark in the summary.
1113
1114 * progmodes/cc-vars.el (c-style-variables-are-local-p):
1115 Mark as safe if boolean. (Bug#2197)
1116
1117 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1118
1119 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1120 return a string. (Bug#2428)
1121
1122 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * bs.el (bs--down):
1125 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1126
1127 2009-02-25 Glenn Morris <rgm@gnu.org>
1128
1129 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1130
1131 * simple.el (eval-expression):
1132 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1133
1134 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1137
1138 2009-02-25 David Reitter <david.reitter@gmail.com>
1139
1140 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1141
1142 2009-02-25 Kenichi Handa <handa@m17n.org>
1143
1144 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1145
1146 * composite.el (auto-composition-mode): Don't add a hook to
1147 after-change-functions. Don't decompose the buffer.
1148 (auto-composition-after-change): Delete it.
1149 (toggle-auto-composition): Make it an alias of
1150 auto-composition-mode.
1151 (auto-compose-region): Delete it.
1152
1153 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1156 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
1157 (ns-delete-working-text): Merge with ns-unecho-working-text.
1158 Decide which to use based on ns-working-overlay.
1159 (ns-unecho-working-text): Remove.
1160 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1161
1162 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * textmodes/ispell.el (ispell-region): Adapt "done" message to
1165 coding conventions. (Bug#2447)
1166
1167 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1168 argument is 0. Doc fix. (Bug#1527)
1169
1170 * w32-vars.el (w32-system-shells): Doc fix.
1171
1172 * image.el (image-load-path-for-library, insert-sliced-image):
1173 Fix typos in docstrings.
1174
1175 2009-02-24 Glenn Morris <rgm@gnu.org>
1176
1177 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1178 :set function. (Bug#2429)
1179
1180 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1181 potential use.
1182
1183 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1184 Don't globally bind `name'.
1185
1186 * emacs-lisp/elint.el (elint-unknown-builtin-args):
1187 Fix encode-time spec. (Bug#2453)
1188 (elint-find-builtin-args): Make the match more restrictive.
1189 Handle errors. Return a result actually containing the function name.
1190
1191 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1192 already did. (Bug#2440)
1193 (rmail-quit): Don't swap buffers. (Bug#2441)
1194 (rmail-list-to-menu): Don't globally bind `name'.
1195
1196 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1199 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1200
1201 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * bs.el (bs--down): When wrapping around, use `forward-line',
1204 not `goto-line', to avoid distracting "Mark set" message.
1205
1206 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
1207
1208 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1209 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1210
1211 2009-02-23 Miles Bader <miles@gnu.org>
1212
1213 * proced.el (proced-process-attributes):
1214 * server.el (server-running-p): Rename `system-process-attributes'
1215 to `process-attributes'.
1216
1217 2009-02-22 Juri Linkov <juri@jurta.org>
1218
1219 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1220 Doc fix.
1221
1222 * dired-x.el (dired-guess-shell-command): Use read-shell-command
1223 instead of read-from-minibuffer.
1224 (dired-read-shell-command): Add code that uses
1225 minibuffer-with-setup-hook to set minibuffer-default-add-function
1226 to minibuffer-default-add-dired-shell-commands exactly like
1227 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
1228
1229 * dired-x.el (dired-smart-shell-command): Remove code that uses
1230 minibuffer-with-setup-hook to set minibuffer-default-add-function
1231 to minibuffer-default-add-shell-commands because the same code was
1232 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
1233
1234 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
1235
1236 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1237 lisp number is in decimal.
1238
1239 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1242 Tweak regexp (Bug#2173).
1243
1244 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1245 avoid yanks (Bug#2408).
1246
1247 2009-02-21 Alan Mackenzie <acm@muc.de>
1248
1249 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1250
1251 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1252 parse case clauses with (compile-time) expressions.
1253
1254 2009-02-21 Eli Zaretskii <eliz@gnu.org>
1255
1256 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1257 encoding during editing. Make sure to use encoding that can
1258 safely encode the message. Rewrite MIME charset= header if the
1259 new encoding is different from the old one.
1260
1261 2009-02-21 Glenn Morris <rgm@gnu.org>
1262
1263 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1264 at the start of the headers.
1265 (sc-mail-check-from): New function.
1266
1267 2009-02-20 Martin Rudalics <rudalics@gmx.at>
1268
1269 * progmodes/python.el (python-shift-left, python-shift-right):
1270 When the mark is not active shift the current line. (Bug#2381)
1271 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1272
1273 2009-02-20 Andreas Schwab <schwab@suse.de>
1274
1275 * startup.el (command-line): Don't match an empty argument as an
1276 option.
1277 (command-line-1): Likewise.
1278
1279 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
1280
1281 * apropos.el (apropos-library): Check for null filename in load-history.
1282
1283 2009-02-20 Glenn Morris <rgm@gnu.org>
1284
1285 * apropos.el (apropos-library): Remove the element with null filename,
1286 if present, from the completion list.
1287
1288 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1289 (rmail-speedbar-find-file): Use rmail rather than find-file.
1290
1291 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1292
1293 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1294
1295 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
1296
1297 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1298 Fix regexp (Bug#2385).
1299 (bibtex-autokey-get-title): Observe case for
1300 bibtex-autokey-titleword-ignore.
1301
1302 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * server.el (server-start): Make the warning more
1305 verbose (Bug#2395).
1306
1307 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1310 Make sure we stop when we reach the limit.
1311
1312 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1313 a "..." does not quote anything. (Bug#2384)
1314
1315 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1316
1317 2009-02-19 Andreas Schwab <schwab@suse.de>
1318
1319 * term.el: Remap self-insert-command to term-send-raw in
1320 term-raw-map. (Bug#2386)
1321
1322 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1325 of the function as being part of the function.
1326
1327 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1330 Move entry for maven (alphabetical order).
1331
1332 2009-02-19 Glenn Morris <rgm@gnu.org>
1333
1334 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1335 Regexp-quote default argument taken from current subject.
1336 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
1337
1338 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1339 Move here from rmail.el. Be more careful about error-handling.
1340 Restore the feature of temporarily setting all old messages
1341 undeleted before expunging (removed 2009-02-18).
1342
1343 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1344 Don't declare.
1345 (rmail-get-new-mail-filter-spam): Declare. Move definition to
1346 rmail-spam-filter.el.
1347 (rmail-get-new-mail-1): Move the beep and sleep to
1348 rmail-get-new-mail-filter-spam.
1349
1350 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1351
1352 * cus-edit.el (custom-group-value-create): Insert some
1353 informatory text in the WIDGET-misses-doc-string case.
1354
1355 2009-02-18 Sam Steingold <sds@gnu.org>
1356
1357 * progmodes/compile.el: Require comint at top level to fix the
1358 last patch.
1359
1360 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1361
1362 * cus-edit.el (custom-group-value-create): Don't throw an error
1363 when WIDGET has no doc-string. (Bug#2356)
1364
1365 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * progmodes/cc-menus.el (imenu-progress-message):
1368 Remove bogus cc-bytecomp-defun.
1369 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1370 Don't let-bind variable `stupid'. (Bug#1638)
1371
1372 2009-02-18 Glenn Morris <rgm@gnu.org>
1373
1374 * mail/rmail.el (rmail-get-new-mail-filter-spam):
1375 * mail/rmail-spam-filter.el (rmail-spam-filter):
1376 Show a message rather than the raw mbox while prompting.
1377
1378 2009-02-18 Martin Rudalics <rudalics@gmx.at>
1379
1380 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
1381
1382 2009-02-18 Glenn Morris <rgm@gnu.org>
1383
1384 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1385 declaration.
1386 (top-level): No need for cl now.
1387 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1388 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1389 (rsf-autosave-newly-added-definitions, rsf-white-list)
1390 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1391 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1392 (rsf-customize-spam-definitions, rsf-customize-group)
1393 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1394 (rsf-check-field): Use setcar and setcdr rather than setf.
1395 (rmail-spam-filter): Simplify.
1396 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1397 (rsf-add-region-to-spam-list): Use rmail-get-header or
1398 buffer-substring-no-properties. Regexp-quote the extracted data.
1399 Make the messages less verbose.
1400 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1401 simplify things.
1402 (rsf-add-content-type-field): Make the message less verbose.
1403
1404 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1405 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
1406 rmail-deleted-vector.
1407 (rmail-insert-inbox-text, rmail-collect-deleted)
1408 (rmail-set-message-deleted-p, rmail-only-expunge)
1409 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
1410 (rmail-get-labels): Remove unused local `blurb'.
1411 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1412 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1413 (rmail-set-message-deleted-p): Doc fixes.
1414
1415 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1416 Update callers for associated name change.
1417 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1418 * mail/unrmail.el (unrmail): Use mail-mbox-from.
1419
1420 2009-02-17 Richard M Stallman <rms@gnu.org>
1421
1422 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1423
1424 * mail/rmail.el (rmail-copy-headers): When copying full headers,
1425 correctly put point at the end.
1426
1427 2009-02-17 Sam Steingold <sds@gnu.org>
1428
1429 * progmodes/compile.el (compilation-filter):
1430 Call `comint-carriage-motion', just like `comint-output-filter'.
1431
1432 2009-02-17 Jason Rumney <jasonr@gnu.org>
1433
1434 * files.el (make-directory): Stop recursing if parent is
1435 self. (Bug#2309)
1436
1437 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1440
1441 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1442
1443 2009-02-17 Miles Bader <miles@gnu.org>
1444
1445 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1446 copyright statements where the years follow the name.
1447
1448 2009-02-17 Glenn Morris <rgm@gnu.org>
1449
1450 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1451 move point. (Bug#2209)
1452
1453 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1454 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
1455 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1456 to "not-rmail", and make it work. Simplify.
1457 (rmail-mbox-from): New function.
1458 (rmail-output-as-mbox): Use rmail-mbox-from.
1459 (rmail-output): Ensure a From line in the not-rmail Babyl case.
1460
1461 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1462 error if the header is corrupt.
1463
1464 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
1465
1466 * net/newst-treeview.el (newsticker--treeview-load):
1467 Offer deletion of old groups file.
1468
1469 2009-02-16 Glenn Morris <rgm@gnu.org>
1470
1471 * mail/rmailout.el (rmail-delete-unwanted-fields)
1472 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1473 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1474 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1475 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1476
1477 2009-02-15 Glenn Morris <rgm@gnu.org>
1478
1479 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1480
1481 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1482 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1483 Remove unnecessary use of with-no-warnings.
1484 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1485 (rmail-output-as-mbox): Start search from point-min. If constructing a
1486 "From " line, prefer the date header over the current time.
1487 (rmail-update-summary): Move declaration earlier in file.
1488
1489 2009-02-15 Richard M Stallman <rms@gnu.org>
1490
1491 * mail/rmailedit.el (rmail-edit-diff-headers):
1492 Delete spurious reference to OLD.
1493
1494 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1497 the `with-buffer-unmodified' to avoid useless `readlink' calls.
1498
1499 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1500
1501 * textmodes/bibtex.el (bibtex-global-key-alist)
1502 (bibtex-initialize): Exclude current buffer if it does not use
1503 bibtex-mode.
1504 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1505 (bibtex-sort-buffer, bibtex-search-entry)
1506 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1507 test whether bibtex-strings and bibtex-reference-keys have their
1508 initial values.
1509
1510 2009-02-14 Eli Zaretskii <eliz@gnu.org>
1511
1512 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1513 around forms that refer to translation-table-for-input.
1514
1515 * isearch.el (isearch-search-string): Use `with-no-warnings'
1516 around forms that refer to translation-table-for-input.
1517
1518 * international/quail.el (quail-input-string-to-events)
1519 (quail-store-decode-map-key, quail-char-equal-p):
1520 Use `with-no-warnings' around forms that refer to
1521 translation-table-for-input.
1522
1523 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1524 around forms that refer to translation-table-for-input.
1525
1526 * subr.el (translation-table-for-input): Declare obsolete again.
1527
1528 2009-02-14 Glenn Morris <rgm@gnu.org>
1529
1530 * mail/rmail.el (rmail): When reverting, swap buffers before setting
1531 counters. (Bug#2229)
1532 (rmail-revert): Swap buffers before replacing contents.
1533
1534 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
1535
1536 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
1537 user, password options not applicable to SQlite. (Bug#1904)
1538
1539 2009-02-14 Richard M Stallman <rms@gnu.org>
1540
1541 * mail/rmailedit.el: Handle editing of header fields.
1542 (rmail-old-headers): New variable.
1543 (rmail-edit-current-message): Set it, recording current headers.
1544 (rmail-cease-edit): Compute new headers and diff against old ones.
1545 Update the mbox buffer with the changes that were made.
1546 (rmail-edit-headers-alist): New function.
1547 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1548
1549 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1550 in default file name.
1551
1552 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1553 (rmail-add-mbox-headers): Likewise.
1554
1555 2009-02-13 Eli Zaretskii <eliz@gnu.org>
1556
1557 * files.el (load-library): Doc fix.
1558
1559 * subr.el (locate-library): Doc fix. (Bug#2291)
1560
1561 2009-02-13 Alan Mackenzie <acm@muc.de>
1562
1563 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1564 in narrowed buffers.
1565
1566 2009-02-13 Kenichi Handa <handa@m17n.org>
1567
1568 * international/titdic-cnv.el (tit-process-header):
1569 Use buffer-substring-no-properties instead of buffer-substring.
1570 (tit-process-body): Likewise.
1571 (tsang-quick-converter): Handle superfluous CR at eol.
1572 (py-converter): Use buffer-substring-no-properties instead of
1573 buffer-substring. Handle superfluous CR at eol.
1574 (ziranma-converter): Likewise.
1575 (ctlau-converter): Likewise.
1576 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
1577
1578 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
1581
1582 2009-02-13 Glenn Morris <rgm@gnu.org>
1583
1584 * mail/rmail.el (rmail-show-message-1): New name for the old
1585 rmail-show-message.
1586 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1587 * mail/rmailsort.el: Update for rmail-show-message name change.
1588
1589 * mail/rmail.el (rmail-show-message): New name for the old
1590 rmail-show-message-maybe.
1591 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1592 name change.
1593
1594 * mail/rmailsum.el (msgnum): Remove declaration.
1595 (rmail-summary-redo): Add missing initialization value.
1596 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1597 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1598 Fix skip-chars-forward calls.
1599 (rmail-summary-mark-seen): New function. As well as removing the '-'
1600 mark, update the summary-vector. (Bug#2135)
1601 (rmail-summary-rmail-update, rmail-summary-goto-msg):
1602 Use rmail-summary-mark-seen.
1603
1604 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1605
1606 * mail/unrmail.el (unrmail): When getting message keywords, don't
1607 include a leading space, but do include the space after the separating
1608 comma. (Bug#2303)
1609
1610 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1611 header altogether.
1612 (rmail-set-header): Doc fix.
1613 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1614 labels are removed. (Bug#2302)
1615
1616 2009-02-12 Juri Linkov <juri@jurta.org>
1617
1618 * image-mode.el (image-toggle-display):
1619 Let-bind `buffer-file-truename' to nil around the call to
1620 `add-text-properties' to prevent directory time modification
1621 by lock_file. Replace `set-buffer-modified-p' with
1622 `restore-buffer-modified-p'. (Bug#2295)
1623
1624 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * progmodes/python.el (python-use-skeletons): Re-add.
1627 (def-python-skeleton): Use it. (Bug#2238)
1628
1629 * international/quail.el (quail-make-guidance-frame): Remove the
1630 `parent-id' parameter.
1631 (quail-show-guidance): Make the new window dedicated.
1632
1633 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1636 Fix typos in docstrings.
1637
1638 2009-02-12 Alan Mackenzie <acm@muc.de>
1639
1640 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1641 to `eq'. (Bug#2304)
1642
1643 2009-02-12 Glenn Morris <rgm@gnu.org>
1644
1645 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1646 already present. (Bug#2210)
1647
1648 2009-02-12 Kenichi Handa <handa@m17n.org>
1649
1650 * international/characters.el (?.): New character category for
1651 Base characters. Set them in the standard category table.
1652
1653 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1654 a base character.
1655
1656 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * isearch.el (isearch-yank-char-in-minibuffer)
1659 (isearch-other-meta-char): Use with-current-buffer.
1660
1661 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1662 syntax-ppss. (Bug#1243)
1663
1664 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1665 to beginning-of-defun-raw.
1666
1667 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1668 calling end-of-defun-function if it already moved to BOL.
1669
1670 2009-02-12 Richard M Stallman <rms@gnu.org>
1671
1672 * mail/rmail.el (rmail-show-message-verbose-min): New option.
1673 (rmail-show-message): Conditionally show start and finish in echo area.
1674
1675 2009-02-12 Glenn Morris <rgm@gnu.org>
1676
1677 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1678 for use in completion.
1679 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1680 summary exists, since it's already done.
1681
1682 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1683 (rmail-enable-multibyte): Don't really define, only for compiler.
1684
1685 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * files.el (read-buffer-to-switch):
1688 Add table to icomplete-with-completion-tables.
1689
1690 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1693 switches (Bug#2261).
1694
1695 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * server.el (server-with-environment): Don't fail for negative
1698 entries in ENV.
1699
1700 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1703 (vc-default-dir-printer): Add a comment about updating this function.
1704
1705 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1706 for the file name.
1707
1708 2009-02-11 Glenn Morris <rgm@gnu.org>
1709
1710 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1711 (calendar-set-mode-line): Fall back to a default width if we seem to be
1712 called from daemon. (Bug#2199)
1713
1714 * mail/rmailkwd.el (rmail-make-label): Doc fix.
1715 (rmail-read-label): Add current labels to completion list. (Bug#2222)
1716 (rmail-set-label): Use `or'.
1717
1718 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * emacs-lisp/find-func.el (find-library-name, find-library):
1721 Doc fixes. (Part of bug#2270)
1722
1723 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1724
1725 * env.el (getenv): When FRAME is non-nil, pass the frame environment
1726 to `getenv-internal', not the frame. (Bug#2259)
1727
1728 2009-02-10 Kenichi Handa <handa@m17n.org>
1729
1730 * descr-text.el (describe-char-display): On terminal, if terminal
1731 coding system is nil, assume us-ascii.
1732 (describe-char): Don't show the composition information if it is
1733 trivial.
1734
1735 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
1736
1737 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1738 number as it isn't present for unregistered files.
1739
1740 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1741 (vc-dir-mouse-map): New keymap.
1742 (vc-default-dir-printer): Use it locally.
1743
1744 2009-02-10 Glenn Morris <rgm@gnu.org>
1745
1746 * speedbar.el: Avoid messing up font-lock-global-modes.
1747
1748 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1749 (mail-file-babyl-p): Use with-temp-buffer.
1750
1751 * mail/rmailsort.el: Just require rmail.
1752
1753 * mail/rmailedit.el: Just require rmail.
1754 (rmail-old-pruned): Add doc string.
1755 (rmail-edit-current-message): Use rmail-msg-is-pruned.
1756 (rmail-cease-edit): Don't mangle the leading From line.
1757 Don't mark as edited if there were no changes. (Bug#2256)
1758 Correctly restore header state.
1759
1760 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1761 (rmail-current-message, rmail-total-messages)
1762 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1763 (rmail-duplicate-message): Doc fix.
1764 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1765 New functions.
1766 (rmail-get-header, rmail-set-header, rmail-set-attribute):
1767 Use rmail-apply-in-message.
1768 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1769 unswapped-ness.
1770 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1771 (rmail-auto-file): Set the filed attribute, rather than explicitly not
1772 doing so. (Bug#2231)
1773 (rmail-set-attribute): Allow ATTR to be a string.
1774
1775 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
1776
1777 * net/newst-treeview.el (newsticker-treeview-save)
1778 (newsticker--treeview-load): Kill groups buffer after saving/loading.
1779
1780 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
1781
1782 * doc-view.el (doc-view-scroll-up-or-next-page)
1783 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1784 Reset the old hscroll value after switching pages.
1785
1786 2009-02-09 Glenn Morris <rgm@gnu.org>
1787
1788 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1789 (calendar-holiday-marker): Drop test for color display.
1790
1791 2009-02-08 Glenn Morris <rgm@gnu.org>
1792
1793 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1794 (calendar-holiday-marker, calendar-mark-visible-date):
1795 * calendar/diary-lib.el (diary-fancy-display):
1796 It doesn't make sense to check font-lock-mode (see comments;
1797 reverts 2008-04-02 change). (Bug#2199)
1798
1799 2009-02-08 Juri Linkov <juri@jurta.org>
1800
1801 * simple.el (toggle-word-wrap): New command.
1802
1803 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1806 (ps-run-make-tmp-filename): Use temporary-file-directory.
1807
1808 * textmodes/artist.el (artist-system): Allow make-temp-file to use
1809 temporary-file-directory.
1810
1811 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1812 Use temporary-file-directory.
1813
1814 2009-02-07 Glenn Morris <rgm@gnu.org>
1815
1816 * mail/unrmail.el (rmime-magic-string): Define for compiler.
1817
1818 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1819
1820 * mail/rmail.el (rmail): Bind coding-system-for-read to
1821 no-conversion before calling find-file-noselect. (Bug#2015)
1822
1823 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1824
1825 * proced.el (proced-after-send-signal-hook): Use defcustom.
1826 (proced-header-line): Handle header lines that are shorter than
1827 window-hscroll.
1828 (proced-send-signal): Rebind split-width-threshold analogous to
1829 dired-pop-to-buffer.
1830
1831 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1832
1833 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1834 message; instead, just rewrite the X-Coding-System header with the
1835 new encoding, and let rmail-show-message do the rest.
1836 Remove unused argument RAW. Fix doc string to be consistent with the
1837 new implementation.
1838 (rmail-show-message): Honor X-Coding-System header, if present, in
1839 preference to Content-Type header.
1840
1841 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * server.el (server-execute): Enable quit.
1844
1845 2009-02-07 Andreas Schwab <schwab@suse.de>
1846
1847 * image-mode.el (image-mode): Always set image-type.
1848 (image-minor-mode): Likewise.
1849
1850 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1851
1852 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1853 encoding, and its "content-transfer-encoding" and "content-type"
1854 headers only in the headers' portion. (Bug#2017)
1855
1856 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
1857
1858 * net/newst-treeview.el
1859 (newsticker-treeview-next-new-or-immortal-item): New arg
1860 DONT-WRAP-TREES to prevent infinite recursion.
1861
1862 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1865 extracting mail message headers. Use encode-coding-region instead
1866 of insert-buffer-substring for re-encoding edited message.
1867 Add qp/b64 encoding only after text was encoded.
1868
1869 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1870
1871 * subr.el: Don't declare `translation-table-for-input' obsolete.
1872 Equivalent info added to its doc string, q.v.
1873
1874 * files.el (save-buffer): Display "Saving file FOO..." message
1875 regardless of buffer's size. (Bug#2137)
1876
1877 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1880
1881 2009-02-07 Alex Schroeder <alex@gnu.org>
1882
1883 * mail/unrmail.el (unrmail): Use regexps to find message separators so
1884 as not to match any fake rmime.el separators. Remove any sections added
1885 by rmime.el.
1886
1887 2009-02-07 Glenn Morris <rgm@gnu.org>
1888
1889 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1890 that is no longer appropriate to mbox Rmail.
1891
1892 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1893 before trying to move to the start of the message.
1894 (rmail-summary-undelete-many, rmail-summary-rmail-update):
1895 Fix rmail-set-attribute calls.
1896
1897 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1898 Doc fix.
1899 (rmail-output-to-rmail-buffer): Autoload it.
1900 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
1901
1902 2009-02-06 Glenn Morris <rgm@gnu.org>
1903
1904 * mail/unrmail.el (unrmail): Use current-time-string.
1905
1906 * simple.el (kill-whole-line): Provide a default argument of 1.
1907
1908 * mail/undigest.el (rmail-mail-separator): Delete.
1909 (undigestify-rmail-message, unforward-rmail-message): Update for
1910 mbox Rmail.
1911
1912 2009-02-05 Kenichi Handa <handa@m17n.org>
1913
1914 * international/fontset.el (script-representative-chars):
1915 Remove mathematical.
1916 (setup-default-fontset): Add entries for each subgroup of
1917 mathematical script.
1918
1919 2009-02-05 Juri Linkov <juri@jurta.org>
1920
1921 * image-mode.el (image-mode): Use `image-get-display-property'
1922 instead of `get-text-property'.
1923 (image-minor-mode): Sync the logic with `image-mode' including the
1924 displaying an image file as the actual image by default.
1925
1926 2009-02-05 Alan Mackenzie <acm@muc.de>
1927
1928 * progmodes/cc-defs.el (c-emacs-features): Check the working of
1929 beginning/end-of-defun-function more rigorously before setting
1930 argumentative-bod-function.
1931
1932 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1935 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1936 mode on the initial terminal.
1937
1938 2009-02-05 Glenn Morris <rgm@gnu.org>
1939
1940 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1941 Make these functions work.
1942
1943 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1944 (rmail-narrow-to-non-pruned-header): Remove autoload.
1945 (mairix-rmail-fetch-field): Handle mbox Rmail.
1946
1947 2009-02-04 Dave Love <fx@gnu.org>
1948
1949 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1950 (imap-debug): Add imap-fetch-safe.
1951
1952 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
1953
1954 * net/netrc.el (netrc-machine-user-or-password): Use list of
1955 auth-source modes.
1956
1957 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
1958
1959 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1960 for newvars is nil. (C-u C-x v = with default values).
1961
1962 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1963
1964 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1965 format. Use when instead of if.
1966
1967 2009-02-04 Miles Bader <miles@gnu.org>
1968
1969 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1970 (backward-list, backward-up-list, beginning-of-defun)
1971 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1972
1973 2009-02-04 Glenn Morris <rgm@gnu.org>
1974
1975 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1976 ill-advised.
1977
1978 * mail/rmail.el: No need for mule-util when compiling.
1979 (rmail-first-message): Unbreak it.
1980
1981 * mail/rmailmsc.el: Require rmail not just when compiling.
1982 Remove unneeded declarations.
1983
1984 * term/ns-win.el (ns): Define as a custom group.
1985
1986 2009-02-04 Kenichi Handa <handa@m17n.org>
1987
1988 * international/mule-cmds.el (select-safe-coding-system):
1989 Use buffer-chars-modified-tick instead of buffer-modified-tick.
1990
1991 * descr-text.el (describe-char): Check font-object by fontp.
1992
1993 * composite.el (compose-gstring-for-terminal): If a character is
1994 not supported by the current terminal, don't make a multi-glyph
1995 grapheme cluster.
1996 (auto-compose-chars): Check font-object by fontp.
1997
1998 2009-02-03 Glenn Morris <rgm@gnu.org>
1999
2000 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
2001 over current-time. (Bug#2175)
2002
2003 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
2004 inserting the converted mailbox.
2005 (rmail-get-new-mail): Restore the loop over inboxes when two or more
2006 have the same basename. (Bug#2164)
2007 Set the return value according to whether any mail was found,
2008 not just in the last inbox. Only show a message and run the hook after
2009 checking all inboxes.
2010 (rmail-get-new-mail-1): Move message display and running the hook to
2011 rmail-get-new-mail.
2012
2013 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
2014 rmail-attr-array.
2015 (rmail-make-label, rmail-read-label): Give it a doc string.
2016 (rmail-add-label, rmail-kill-label): Change argument name to match the
2017 doc. Doc fix.
2018 (rmail-set-label): Doc fix. Also update summary in attr case.
2019 Accept labels as a string or a symbol. (Bug#2165)
2020
2021 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
2022 null.
2023
2024 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
2027 (vhdl-prepare-search-2): Properly cleanup on `quit'.
2028
2029 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2030 Mark the entries as being "system" entries rather than "user" entries.
2031
2032 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2033
2034 * smerge-mode.el (smerge-start-session): Add interactive spec.
2035
2036 2009-02-02 Glenn Morris <rgm@gnu.org>
2037
2038 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2039 (rmail-retry-ignored-headers, rmail-highlighted-headers):
2040 Restore autoloads.
2041
2042 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2045
2046 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * cmuscheme.el (scheme-args-to-list): Remove.
2049 (run-scheme): Use split-string-and-unquote instead, so as to allow
2050 spaces in the command name and/or the arguments.
2051
2052 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2053
2054 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2055
2056 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
2057
2058 Sync with Tramp 2.1.15.
2059
2060 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
2061 used.
2062
2063 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
2064
2065 * net/trampver.el: Update release number.
2066
2067 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
2070 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
2071 (rmail-undelete-previous-message, rmail-mark-message)
2072 (rmail-speedbar-buttons): Use with-current-buffer.
2073 (rmail-mode-map): Move initialization into declaration.
2074 (rmail-swap-buffers, rmail-unfontify-buffer-function)
2075 (rmail-fontify-message): Use restore-buffer-modified-p.
2076 (rmail-expunge-and-save): Don't swap buffer.
2077 (rmail-get-header, rmail-set-header, rmail-set-attribute)
2078 (rmail-apply-in-message): Swap save-excursion and save-restriction.
2079
2080 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
2081 if possible.
2082
2083 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
2084 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2085
2086 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2089
2090 * progmodes/ebrowse.el:
2091 * international/robin.el:
2092 * emulation/viper-util.el:
2093 * emulation/viper-mous.el:
2094 * emulation/viper-keym.el:
2095 * ediff.el:
2096 * ediff-wind.el:
2097 * ediff-vers.el:
2098 * ediff-ptch.el:
2099 * ediff-mult.el:
2100 * ediff-merg.el:
2101 * ediff-diff.el: Follow commenting conventions.
2102
2103 2009-01-31 Eli Zaretskii <eliz@gnu.org>
2104
2105 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2106 obsolete eight-bit-control and eight-bit-graphic.
2107
2108 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2111
2112 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * emacs-lisp/lisp.el (end-of-defun): Protect against
2115 infloops (Bug#2106).
2116
2117 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
2118
2119 * vc-dir.el (vc-dir-mouse-map):
2120 (vc-default-dir-printer):
2121 (vc-dir-find-file-other-window): Undo previous change, it breaks
2122 the behavior of mouse-2.
2123 (vc-dir-mode): Fix docstring.
2124
2125 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2126 logic, it makes the makes the normal case too slow.
2127
2128 2009-01-31 Eli Zaretskii <eliz@gnu.org>
2129
2130 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2131 file to `raw-text-unix'. Bind coding-system-for-write when
2132 writing out the converted message, and make sure it uses Unix EOLs.
2133
2134 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2135 encoding to `raw-text-unix'.
2136 (rmail-perm-variables): Set encoding of rmail-view-buffer to
2137 `undecided-unix'.
2138 (rmail-redecode-body): Don't change EOL conversion of the new
2139 encoding if the old one left it unspecified.
2140 (rmail-automatic-folder-directives, rmail): Doc fixes.
2141 (rmail-swap-buffers): New function.
2142 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2143 (rmail-show-message): Use rmail-swap-buffers.
2144 (rmail-decode-region): If DESTINATION is a buffer, set the
2145 encoding of that buffer, rather than the current buffer.
2146 (rmail-show-message): Make error message about uuencoded mail
2147 more explicit.
2148 (rmail-show-message-maybe): Simplify code. Doc fix.
2149 (rmail-show-message): Doc fix.
2150
2151 2009-01-31 Glenn Morris <rgm@gnu.org>
2152
2153 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2154 folder.
2155
2156 * mail/rmail.el (rmail-msg-is-pruned): New function.
2157 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
2158 (rmail-reply): Set up to yank from the decoded message rather than the
2159 raw one. (Bug#2104).
2160
2161 * mail/mail-utils.el (mail-fetch-field): Doc fix.
2162
2163 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2164 (uce-message-text, uce-default-headers): Fix custom type.
2165 (rmail-buffer, rmail-msg-is-pruned): Declare.
2166 (uce-reply-to-uce): Add autoload cookie. Doc fix.
2167 Update for mbox Rmail.
2168
2169 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
2170
2171 * vc-dir.el (vc-dir-mouse-map): New keymap.
2172 (vc-default-dir-printer): Use it locally.
2173 (vc-dir-find-file-other-window): Allow mouse events.
2174
2175 2009-01-30 Eli Zaretskii <eliz@gnu.org>
2176
2177 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2178 into Rmail-mbox attributes.
2179
2180 * mail/rmail.el (rmail-convert-babyl-to-mbox):
2181 Bind coding-system-for-read to `raw-text', and use insert-file-contents
2182 instead of insert-file-contents-literally. Fixes bug #2019.
2183 (rmail-resent-attr-index): Fix index value.
2184
2185 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2188 precedence even when its value is t. (Bug#2093)
2189
2190 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2191 connection. (Bug#2093)
2192 (vc-svn-diff): Use old version number even when it is the working
2193 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
2194
2195 2009-01-30 Glenn Morris <rgm@gnu.org>
2196
2197 * mail/rmail.el (rmail-reply): Handle empty folders.
2198 (rmail-speedbar-buttons)
2199 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2200
2201 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2202 line-beginning-position calls.
2203 (rmail-header-summary): Use line-end-position.
2204
2205 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
2206
2207 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2208 Fix regexp quoting. (Bug#1739)
2209
2210 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
2211
2212 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2213 Allow correction of passwords.
2214
2215 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * mail/rmail.el (rmail-toggle-header): Determine current header
2218 style using the buffer-local value of rmail-header-style in the
2219 view buffer.
2220 (rmail-show-message): Set a buffer-local value of
2221 rmail-header-style in the view buffer. (Bug#2016)
2222
2223 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2226 Fix typos in docstrings.
2227
2228 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * bindings.el (completion-ignored-extensions):
2231 Add entries for VCS metadata directories (CVS/, .svn, etc).
2232
2233 * pcvs.el (completion-ignored-extensions):
2234 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2235 directory, now done in bindings.el.
2236
2237 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
2238
2239 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
2240
2241 2009-01-29 Glenn Morris <rgm@gnu.org>
2242
2243 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2244 (rmail-set-header): Ensure header changes get saved.
2245
2246 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2247
2248 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2249 one, after a label is added.
2250
2251 * mail/rmailsum.el (rmail-summary-update-line): New function.
2252 (rmail-summary-goto-msg): Return a value according to whether message
2253 was found.
2254 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2255 property. Use line-end-position.
2256
2257 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2260 quoted From lines.
2261
2262 * mail/rmail.el (rmail-redecode-body): New function, based on old
2263 version removed in 2009-01-22 change.
2264 (rmail-show-message): Unquote From lines.
2265
2266 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
2267
2268 * doc-view.el (doc-view-mode): Don't use string-match and file
2269 extension to choose fallback mode on empty/non-existing files but
2270 let-bind auto-mode-alist and call normal-mode.
2271
2272 2009-01-28 Eli Zaretskii <eliz@gnu.org>
2273
2274 * ls-lisp.el (ls-lisp-classify): Propertize file name before
2275 concatenating the type indicating character.
2276 (ls-lisp-format): Don't propertize file-name only if
2277 ls-lisp-classify already did.
2278
2279 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
2280
2281 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2282 Describe second parameter of hook functions.
2283 (dbus-handle-event): Apply it.
2284
2285 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * mail/rmail.el (rmail-toggle-header): Don't reset
2288 rmail-header-style permanently (bug#2016).
2289
2290 2009-01-28 Denis Howe <denis.howe@gmail.com>
2291
2292 * complete.el (PC-do-completion): Correct case when completion is
2293 unambiguous.
2294
2295 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
2296
2297 * calendar/todo-mode.el (todo-insert-item-here):
2298 Prevent insertion of a new entry inside of an existing entry.
2299 Minor code cleanup. (Bug#2084)
2300 (todo-add-category): Change the interactive spec. Signal an error
2301 if the Todo file is non-empty but contains no category.
2302 Reject category names that could induce bugs and confusion.
2303 Call todo-mode if the Todo file is new and unsaved. Simplify handling
2304 of local variables cookie. Properly display the newly added
2305 category in Todo mode.
2306 (todo-show): Call todo-initial-setup only if there is neither a
2307 Todo file nor a corresponding unsaved buffer. (Bug#2085)
2308 (todo-category-alist): Delete function.
2309 (todo-completing-read): New function.
2310 (todo-insert-item, todo-jump-to-category): Use it.
2311 (todo-insert-item): Make the use of the prefix argument conform to
2312 the doc string. (Bug#2086)
2313
2314 2009-01-28 Glenn Morris <rgm@gnu.org>
2315
2316 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2317 even when called from the summary. (Bug#2075)
2318 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2319 (rmail-show-message-maybe): Use rmail-no-mail-p.
2320 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
2321 (rmail-get-labels): Separate status and label fields with a semicolon,
2322 rather than a comma, for consistency with old Rmail.
2323
2324 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2325 starting from the beginning, since mail-fetch-field does not care.
2326 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
2327 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2328 (rmail-get-summary-labels): New function. Returns labels rather than
2329 status (edited, etc).
2330 (rmail-create-summary): Insert an extra space after the status
2331 flags, for consistency with old rmail, and with current
2332 rmail-summary-font-lock-keywords.
2333
2334 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2337 if region is active. Use cond instead of nested ifs. (Bug#2053)
2338
2339 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2342 converting.
2343
2344 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2345 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2346
2347 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
2348
2349 * mouse.el (mouse-select-font): Return a string instead of a list.
2350
2351 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2352
2353 * bindings.el: Swap C-delete and C-backspace bindings here, so we
2354 don't have to do it in normal-erase-is-backspace-mode.
2355
2356 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2357 and C-backspace; the latter is not available on ttys anyway.
2358
2359 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
2360
2361 (doc-view-mode): Fix broken call to string-match.
2362
2363 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
2364
2365 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2366 fundamental-mode or ps-mode if the file is empty or doesn't exist
2367 at all.
2368 (doc-view-initiate-display): Better info message if doc-view-mode
2369 cannot be used. (Missing utility or no png support/no X frame.)
2370 (Bug#2058)
2371
2372 2009-01-27 Glenn Morris <rgm@gnu.org>
2373
2374 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
2375 of the headers in the full header case. (Bug#2073)
2376
2377 2009-01-27 Kenichi Handa <handa@m17n.org>
2378
2379 * mail/rmail.el (rmail-get-coding-system): Re-search
2380 rmail-mime-charset-pattern directly instead of using
2381 mail-fetch-field. Use coding-system-from-name.
2382
2383 * international/mule-cmds.el (canonicalize-coding-system-name)
2384 (coding-system-from-name): New functions.
2385
2386 2009-01-27 Glenn Morris <rgm@gnu.org>
2387
2388 * dired-x.el (dired-bind-vm): Doc fix.
2389
2390 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2391 Replace `first' and `rest' with `car' and `cdr' throughout.
2392 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2393 (rsf-scanning-messages-now): Doc fix.
2394 (rsf-check-field): Rename from `check-field' and update callers.
2395 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2396 Use rmail-output rather than deleted rmail-output-to-rmail-file.
2397
2398 * mail/rmail.el: Remove leading `*' from defcustom docs.
2399 Remove needless autoloads of many defcustoms and hooks.
2400 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2401 (rmail-search-mime-message-function, rmail-search-mime-header-function)
2402 (rmail-decode-mime-charset): Doc fix.
2403 (rmail-search-message, rmail-resend): Check functions set before use.
2404
2405 * mail/rmailout.el: Remove leading `*' from defcustom docs.
2406 Remove needless autoloads of many defcustoms.
2407 (rmail-output-to-babyl-buffer): Rename from
2408 rmail-output-to-r-mail-buffer and update caller.
2409 (rmail-output): Doc fix.
2410
2411 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2412 Remove needless autoloads of many defcustoms.
2413 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2414 is set.
2415
2416 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2417 (batch-unrmail, unrmail): Doc fix.
2418
2419 * mail/rmailsum.el (rmail-message-recipients-p-1)
2420 (rmail-message-regexp-p-1): Ensure searches start from the
2421 beginning of the header.
2422
2423 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2426
2427 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
2428
2429 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2430 expand the denominator.
2431
2432 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/dbus.el (dbus-event-error-hooks): New variable.
2435 (dbus-handle-event): Use it.
2436
2437 2009-01-26 Glenn Morris <rgm@gnu.org>
2438
2439 * Makefile.in (ELCFILES): Update.
2440
2441 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2442 replies. (Bug#512)
2443
2444 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
2445
2446 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2447
2448 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
2449
2450 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2451 Remove from global map and key definitions.
2452 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2453 definitions.
2454 (ns-show-preferences-help, ns-unput-working-text): New functions.
2455 (ns-unecho-working-text): Update message.
2456
2457 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
2458
2459 * calendar/icalendar.el (icalendar-uid-format): New defcustom
2460 variable to allow the user to choose icalendar UID format.
2461 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2462 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2463 (icalendar-export-region, icalendar--create-uid): Use custom
2464 function to compute icalendar UID for each entry.
2465 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2466 with description, location, etc. fields (need to keep active count
2467 of fields encountered). Another bug fix to the regex that matches
2468 multiple lines (need \' regex instead of $ to match end-of-entry).
2469
2470 2009-01-25 Juri Linkov <juri@jurta.org>
2471
2472 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2473 change its title from "Recursive grep..." to "Grep via Find...".
2474 Add menu items for lgrep and rgrep.
2475
2476 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2477
2478 * ps-print.el (ps-print-version): New version 7.3.4.
2479
2480 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
2481
2482 * ps-print.el: Fix face background/foreground extraction.
2483 (ps-face-extract-color): New fun.
2484 (ps-face-attributes, ps-face-attribute-list): Code fix.
2485
2486 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
2487
2488 * align.el (align-region): Avoid infloop.
2489
2490 2009-01-24 Eli Zaretskii <eliz@gnu.org>
2491
2492 * env.el (environment): Function removed.
2493
2494 * international/mule-cmds.el (set-language-environment-coding-systems):
2495 If default-buffer-file-coding-system is nil, set up to have EOLs that
2496 are native for the underlying system-type. (Bug#1853)
2497 (prefer-coding-system, set-default-coding-systems): Doc fix.
2498
2499 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
2500
2501 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2502 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2503 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2504 Use `string-match-p'.
2505
2506 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
2507
2508 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2509 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2510 next-feed does not succeed. Fixes bug#1710 even more.
2511 (newsticker-treeview-next-feed): Simplify.
2512 (newsticker--group-get-feeds): Suppress group names in result.
2513
2514 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2515
2516 * term/ns-win.el (menu-bar-select-frame): Drop this override.
2517 (menu-bar-update-frames): Update call to menu-bar-select-frame.
2518
2519 2009-01-24 Glenn Morris <rgm@gnu.org>
2520
2521 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2522 "popmail" by "pormail".
2523
2524 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2525 Remove unneeded declarations.
2526
2527 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2528
2529 * calc/calc-poly.el (calcFunc-apart): Improve test for
2530 rational functions.
2531
2532 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2535 return value of rmail-get-labels.
2536
2537 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2538 return value of rmail-get-labels.
2539
2540 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2541 (rmail-buffer-swapped): Fix last change. (Bug#1997)
2542
2543 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
2544
2545 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2546 old cache file. Fixes bug#1710.
2547
2548 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2551
2552 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2553
2554 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2555 Switch names and update comments for clarity.
2556
2557 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2560 start is nil, as was done in tar-mode.el.
2561
2562 2009-01-23 Glenn Morris <rgm@gnu.org>
2563
2564 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2565 more.
2566
2567 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2568
2569 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * server.el (server-name): Make it a defcustom. (Bug#1995)
2572
2573 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2574
2575 2009-01-23 Glenn Morris <rgm@gnu.org>
2576
2577 * Makefile.in (ELCFILES): Update.
2578
2579 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
2580
2581 * net/newst-treeview.el
2582 (newsticker-treeview-next-new-or-immortal-item): New optional arg
2583 current-item-counts. Move to next feed if necessary. (Bug#1569)
2584 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2585 feed if necessary. (Bug#1569)
2586 (newsticker-treeview-next-feed)
2587 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2588 Don't activate node nil. (Bug#1569)
2589
2590 2009-01-22 Paul Reilly <pmr@pajato.com>
2591 Henrik Enberg <enberg@printf.se>
2592 Alex Schroeder <alex@gnu.org>
2593 Chong Yidong <cyd@stupidchicken.com>
2594 Richard M Stallman <rms@gnu.org>
2595 Glenn Morris <rgm@gnu.org>
2596 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * mail/rmail.el: Code implementing Rmail-mbox functionality.
2599 (rmail-attribute-header, rmail-keyword-header)
2600 (rmail-answered-attr-index, rmail-deleted-attr-index)
2601 (rmail-edited-attr-index, rmail-filed-attr-index)
2602 (rmail-retried-attr-index, rmail-forwarded-attr-index)
2603 (rmail-unseen-attr-index, rmail-resent-attr-index)
2604 (rmail-attr-array, rmail-header-style, rmail-file-name)
2605 (rmail-buffer-swapped): New vars.
2606 (rmail-convert-file-maybe, rmail-error-bad-format)
2607 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2608 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2609 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2610 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2611 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2612 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2613 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2614 (rmail-message-attr-p, rmail-message-unseen-p)
2615 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2616 (rmail-show-message-maybe, rmail-copy-headers)
2617 (rmail-simplified-subject, rmail-simplified-subject-regexp)
2618 (rmail-write-region-annotate): New functions.
2619
2620 (rmail-keywords, rmail-default-rmail-file): Delete vars.
2621 (rmail-convert-mailpath, rmail-convert-file)
2622 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2623 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2624 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2625 (rmail-redecode-body)
2626 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2627 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2628 (rmail-count-screen-lines, rmail-message-regexp-p)
2629 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2630 (rmail-nuke-pinhead-header): Move to rmailout.el.
2631
2632 (rmail-ignored-headers): Add additional headers.
2633 (rmail-mode-map): Update key commands.
2634 (rmail-tool-bar-map): Build tool-bar unconditionally.
2635 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2636 conversion and new buffer swapping mechanism.
2637 (rmail-perm-variables): Use new vars, and remove deleted ones.
2638 (rmail-revert): Use rmail-convert-file-maybe.
2639 (rmail-duplicate-message): Use rmail-show-message-maybe.
2640 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2641 a disk-full error.
2642 (rmail-parse-url): Strip embedded password.
2643 (rmail-insert-inbox-text): Default to movemail if
2644 rmail-movemail-program is null. Handle mbox format.
2645 (rmail-decode-region): New arg.
2646 (rmail-display-labels): Don't perform Babyl processing.
2647 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2648 (rmail-set-message-counters, rmail-count-new-messages)
2649 (rmail-set-message-counters-counter, rmail-show-message)
2650 (rmail-next-same-subject, rmail-reply): Use mbox format.
2651 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2652 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2653 buffer swapping mechanism.
2654
2655 * mail/rmailedit.el: Require rmailsum.el.
2656 (rmail-edit-mode): First check if buffer is swapped.
2657 (rmail-edit-saved-coding-system): Delete var.
2658 (rmail-edit-current-message): Don't call deleted vars.
2659 (rmail-cease-edit): Handle mbox format.
2660 (rmail-abort-edit): Widen buffer.
2661
2662 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
2663 declarations.
2664 (rmail-buffer, rmail-current-message, rmail-last-label)
2665 (rmail-last-multi-labels, rmail-summary-vector)
2666 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2667 (rmail-keywords): Delete vars.
2668 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2669 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2670 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2671 (rmail-make-label): New function.
2672 (rmail-read-label): Don't call rmail-parse-file-keywords.
2673 (rmail-set-label): Rewrite using rmail-set-attribute.
2674 (rmail-next-labeled-message): Use rmail-get-labels.
2675
2676 * mail/rmailmm.el: New file.
2677
2678 * mail/rmailmsc.el: Require rmail.el.
2679 (set-rmail-inbox-list): Set rmail-inbox-list directly.
2680
2681 * mail/rmailout.el (rmail-output-decode-coding): New var.
2682 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2683 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2684 (rmail-output-to-rmail-buffer): New functions.
2685 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2686 Delete functions.
2687 (rmail-nuke-pinhead-header): Move from rmail.el.
2688 (rmail-output): Rewrite to accept both mbox and babyl output.
2689 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2690 use mbox internal format.
2691
2692 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
2693 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2694 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2695 Use rmail-get-header.
2696 (rmail-sort-messages): Use new buffer swapping mechanism.
2697 Handle mbox internal format.
2698
2699 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2700 (rmail-message-recipients-p, rmail-message-recipients-p-1)
2701 (rmail-message-regexp-p, rmail-new-summary-1)
2702 (rmail-get-create-summary-buffer, rmail-get-summary)
2703 (rmail-create-summary-line, rmail-get-summary-labels)
2704 (rmail-create-summary, rmail-header-summary)
2705 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2706 (rmail-summary-by-topic, rmail-message-senders-p)
2707 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2708 internal format.
2709 (rmail-new-summary): Rewrite window handling.
2710 (rmail-make-summary-line, rmail-make-summary-line-1)
2711 (rmail-make-basic-summary-line)
2712 (rmail-summary-output-to-rmail-file): Functions deleted.
2713 (rmail-summary-undelete, rmail-summary-rmail-update)
2714 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2715 (rmail-summary-show-message, rmail-summary-wipe)
2716 (rmail-summary-toggle-header, rmail-summary-reply):
2717 Use rmail-buffer instead of rmail-view-buffer.
2718 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2719 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2720 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2721
2722 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2723
2724 * term/ns-win.el (ns-show-manual): Fix node name.
2725 (x-open-connection): Fix typo in declaration filename.
2726
2727 2009-01-22 Romain Francoise <romain@orebokech.com>
2728
2729 * Makefile.in (ELCFILES): Update.
2730
2731 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2732
2733 * frame.el (make-frame-on-tty): Remove function, inline contents
2734 in the only user ...
2735
2736 * server.el (server-create-tty-frame): ... here.
2737
2738 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * format.el (format-annotate-function):
2741 Set write-region-post-annotation-function.
2742
2743 2009-01-21 John Wiegley <johnw@newartisans.com>
2744
2745 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2746 list of output filters.
2747 (eshell-mode): Change the default binding of C-a to eshell-bol.
2748 I don't think it's actually bound at all by default in eshell;
2749 it just falls back to the default binding of C-a.
2750
2751 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * minibuffer.el (completion--insert-strings): Fix up computation of
2754 column position which manifested e.g. in proced's signal completion.
2755
2756 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * server.el (server-start): Allow server to shut down when no
2759 frames are available in daemon-mode.
2760
2761 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * term.el (term-previous-matching-input, term-next-matching-input)
2764 (term-previous-matching-input-from-input)
2765 (term-next-matching-input-from-input, term-backward-matching-input)
2766 (term-forward-matching-input): Change argument name to match docstring.
2767
2768 2009-01-21 Glenn Morris <rgm@gnu.org>
2769
2770 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2771 that are no longer needed.
2772 (authors-scan-change-log): Doc fix.
2773 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2774
2775 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
2776
2777 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2778 Use aspell default dict.
2779
2780 2009-01-20 Kenichi Handa <handa@m17n.org>
2781
2782 * descr-text.el (describe-char): Improve description of eight-bit
2783 char in a unibyte buffer. (Bug#1935)
2784
2785 2009-01-20 Glenn Morris <rgm@gnu.org>
2786
2787 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2788 Add some entries.
2789
2790 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2791
2792 * progmodes/ruby-mode.el: Autoload other interpreter names.
2793
2794 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
2795
2796 * descr-text.el (describe-char-categories): New defsubst.
2797 (describe-char): Use it.
2798
2799 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
2800
2801 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2802 IPv4 mapped IPv6 addresses.
2803
2804 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2807 the beginning of the buffer. (Bug#1949)
2808
2809 2009-01-18 Markus Triska <markus.triska@gmx.at>
2810
2811 * linum.el (linum-update-window): Use `delq' instead of `delete';
2812 compare strings with `equal-including-properties'.
2813
2814 2009-01-17 Glenn Morris <rgm@gnu.org>
2815
2816 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2817 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2818
2819 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2820 (eldoc-message-commands, eldoc-print-current-symbol-info):
2821 Doc fix (consistent case of "ElDoc").
2822
2823 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2824
2825 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2826
2827 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2828
2829 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2830 TARGET)' does not exist, try again with its basename replaced by
2831 `(cdr TARGET)'. (Related to Bug #1853.)
2832
2833 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2834
2835 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2836
2837 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2838 unless flyspell-mode is enabled.
2839 (flyspell-pre-point): Make buffer-local.
2840
2841 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2842
2843 * textmodes/bibtex.el (bibtex-format-entry): For updating field
2844 delimiters, allow fields that are composed of strings and string
2845 constants.
2846 (bibtex-mode): Doc fix.
2847
2848 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2849
2850 * textmodes/ispell.el: Protect against declare-function undefined
2851 in XEmacs.
2852 (ispell-program-name): Search also for hunspell when setting default.
2853 (ispell-find-aspell-dictionaries): Better error message. Use correct
2854 dictionary alist for default. Better fallback default dictionary.
2855
2856 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
2857
2858 * international/quail.el (quail-insert-kbd-layout):
2859 Delete superfluous handling of 8-bit code. (Bug#1418)
2860
2861 2009-01-16 Glenn Morris <rgm@gnu.org>
2862
2863 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2864 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2865 (eldoc-highlight-function-argument): Doc fix - mention effect of
2866 eldoc-documentation-function.
2867 (eldoc-message-commands-table-size, eldoc-message-commands)
2868 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2869 (eldoc-documentation-function): Mention effect on user options.
2870
2871 * emacs-lisp/copyright.el (copyright-update): Doc fix.
2872
2873 2009-01-16 Kevin Ryde <user42@zip.com.au>
2874
2875 * tar-mode.el (tar-rename-entry): Only test the magic string, without
2876 its version number, and then set both.
2877
2878 2009-01-16 Richard M Stallman <rms@gnu.org>
2879
2880 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2881
2882 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2885 Refer to revert-buffer, not Buffer-menu-revert.
2886 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2887 (Buffer-menu-revert): Remove function, unused.
2888 (Buffer-menu-mode-map): Don't bind keys already
2889 bound by special-mode.
2890 (Buffer-menu-mode-map): Add a menu.
2891
2892 2009-01-15 Stephen Eglen <stephen@gnu.org>
2893
2894 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2895
2896 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
2899
2900 2009-01-15 Martin Rudalics <rudalics@gmx.at>
2901
2902 * window.el (special-display-p): Revert 2009-01-14 change.
2903
2904 2009-01-15 Glenn Morris <rgm@gnu.org>
2905
2906 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2907 (authors-obsolete-files-regexps, authors-ignored-files):
2908 (authors-renamed-files-alist): Add some entries.
2909 (authors-fixed-entries): Change some entries.
2910 (authors-canonical-file-name): Doc fix.
2911 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2912
2913 2009-01-14 Juri Linkov <juri@jurta.org>
2914
2915 * info.el (Info-isearch-filter): Don't filter out invisible text
2916 when search-invisible is t. (Bug#1848)
2917
2918 * simple.el (blink-matching-open): Use `minibuffer-message' to
2919 display messages in the minibuffer.
2920
2921 * help.el (view-help-file):
2922 * menu-bar.el (menu-bar-help-extra-packages):
2923 Use goto-address-mode instead of goto-address.
2924
2925 * net/goto-addr.el (goto-address-url-face): Change default value
2926 from `bold' to `link'.
2927
2928 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2929
2930 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2931
2932 2009-01-14 Martin Rudalics <rudalics@gmx.at>
2933
2934 * frame.el (special-display-popup-frame): Rewrite doc-string and
2935 simplify code.
2936
2937 * window.el (special-display-buffer-names)
2938 (special-display-regexps): Add customization support for
2939 function/other-args elements. Rewrite doc-strings.
2940 (special-display-function): Rewrite doc-string.
2941 (same-window-buffer-names, same-window-regexps):
2942 Minor doc-string fixes.
2943 (special-display-p): Minor rewrite.
2944
2945 2009-01-14 Glenn Morris <rgm@gnu.org>
2946
2947 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2948
2949 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2952 MESSAGEs with internal square brackets (i.e., " this [test] message").
2953 Use `string-match-p'.
2954 (completion--make-envvar-table, completion--file-name-table)
2955 (completion-pcm--string->pattern, completion-pcm--all-completions)
2956 (completion-pcm--filename-try-filter): Use `string-match-p'.
2957
2958 2009-01-14 Juri Linkov <juri@jurta.org>
2959
2960 * progmodes/bug-reference.el (bug-reference-fontify): Check for
2961 non-nil `bug-reference-url-format' before putting an overlay
2962 property `bug-reference-url'.
2963 (bug-reference-mode, bug-reference-prog-mode): Don't check for
2964 `bug-reference-url-format'. Doc fix. (Bug#1744)
2965
2966 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2969 for exit-emacs item. Bind it to save-buffers-kill-terminal.
2970
2971 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2972 loaded.
2973
2974 2009-01-13 Jason Rumney <jasonr@gnu.org>
2975
2976 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
2977
2978 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * subr.el (play-sound): Doc fix. (Bug#250)
2981 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2982
2983 2009-01-12 Alan Mackenzie <acm@muc.de>
2984
2985 * textmodes/paragraphs.el (forward-sentence): Change limit of
2986 re-search-backward to allow values of `sentence-end' anchored at BOL.
2987
2988 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2991 subfield of the magic string.
2992
2993 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2994
2995 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2996 (math-special-function-table): Use `math-compose-tex-sqrt' to
2997 compose sqrts in TeX and LaTeX mode.
2998
2999 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * faces.el (describe-face): Ignore anonymous faces.
3002
3003 * server.el (server-save-buffers-kill-terminal): Args changed.
3004 Handle nowait client frames.
3005
3006 * files.el (save-buffers-kill-terminal): Args for
3007 server-save-buffers-kill-terminal changed.
3008
3009 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3012
3013 2009-01-11 Glenn Morris <rgm@gnu.org>
3014
3015 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
3016 Silence compiler.
3017
3018 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
3019 some entries.
3020 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
3021 (authors-renamed-files-alist): Add entries.
3022 (authors-fixed-entries): Update for renamed and removed files.
3023 (authors-canonical-file-name): Add entries to
3024 authors-checked-files-alist based on their full names, expanded relative
3025 to each log-file directory.
3026 (authors-scan-el, authors-add-to-author-list, authors):
3027 Handle multiple authors in a file, via a new :cowrote category.
3028
3029 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
3030
3031 2009-01-10 Richard M Stallman <rms@gnu.org>
3032
3033 * mail/mail-utils.el (mail-quote-printable-region): New function.
3034
3035 2009-01-10 Glenn Morris <rgm@gnu.org>
3036
3037 * calendar/cal-move.el (calendar-scroll-left-three-months)
3038 (calendar-scroll-right-three-months):
3039 * calendar/holidays.el (calendar-list-holidays)
3040 (calendar-mark-holidays):
3041 * calendar/lunar.el (calendar-lunar-phases):
3042 Add event handling, for when called from menus with the calendar buffer
3043 not current.
3044
3045 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
3046
3047 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3048 Move setting up whitepace-mode ...
3049 (diff-mode): ... here.
3050 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
3051
3052 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
3053
3054 * faces.el (x-font-family-list): Remove entirely.
3055
3056 2009-01-10 Eli Zaretskii <eliz@gnu.org>
3057
3058 Fix Bug #876:
3059
3060 * info.el (info-insert-file-contents, Info-insert-dir):
3061 Bind inhibit-null-byte-detection to non-nil.
3062
3063 2009-01-10 Martin Rudalics <rudalics@gmx.at>
3064
3065 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
3066 toggling tool bars on. (Bug#1754)
3067
3068 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
3069
3070 * faces.el (face-valid-attribute-values): Use string as value for
3071 :family attribute. Now, font-family-list returns a list of strings.
3072 (x-font-family-list): Obsolete compatibility version of function
3073 from xfaces.c.
3074
3075 2009-01-09 Martin Rudalics <rudalics@gmx.at>
3076
3077 * window.el (special-display-buffer-names)
3078 (special-display-regexps, special-display-function):
3079 In doc-strings say "same-window" instead of "same-buffer".
3080
3081 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
3082
3083 * net/tramp.el: Revert previous patch. `last-command-char' is
3084 used in code intended only for XEmacs, where it is different from
3085 `last-command-event'.
3086
3087 2009-01-09 Glenn Morris <rgm@gnu.org>
3088
3089 * subr.el (last-input-char, last-command-char):
3090 Move here from src/keyboard.c.
3091
3092 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3093 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3094 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3095 * wdired.el:
3096 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3097 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3098 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3099 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3100 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3101 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3102 * eshell/em-smart.el, eshell/esh-mode.el:
3103 * international/mule-cmds.el:
3104 * mail/mailabbrev.el:
3105 * net/tramp.el:
3106 * play/mpuz.el:
3107 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3108 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3109 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3110 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3111 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3112 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3113 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3114 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3115 Replace last-command-char with last-command-event.
3116
3117 * double.el, electric.el, replace.el, term.el, terminal.el:
3118 * calc/calc.el:
3119 * emulation/viper-cmd.el:
3120 * international/mule-cmds.el:
3121 * obsolete/iso-acc.el:
3122 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3123
3124 * emacs-lisp/edebug.el: Remove references to last-command-char and
3125 last-input-char, since these have been identical to last-command-event
3126 and last-input-event since at least Emacs 19.
3127 (edebug-outside-last-command-char, edebug-outside-last-input-char):
3128 Remove.
3129
3130 2009-01-09 Dave Love <fx@gnu.org>
3131
3132 * calendar/time-date.el: Require cl for `declare'.
3133
3134 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3135
3136 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3137 Suggested by Dave Love.
3138
3139 2009-01-09 Dave Love <fx@gnu.org>
3140
3141 * net/imap.el (imap-string-to-integer): Fix typo.
3142 (imap-fetch-safe): New function.
3143 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3144
3145 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3146 (imap-parse-greeting): Fix doc strings.
3147 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3148 (imap-parse-flag-list): Make messages unique.
3149 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
3150
3151 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3152 call.
3153
3154 * net/imap.el: Fix author email. Doc fixes.
3155 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3156 reply.
3157
3158 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3159
3160 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
3161
3162 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3163
3164 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3165 Call nslookup if resolv.conf isn't available.
3166 (dns-query): Rename from query-dns.
3167 (dns-query-cached): Rename from query-dns-cached.
3168
3169 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * net/imap.el (imap-enable-exchange-bug-workaround):
3172 Explain auto-detection in the doc string.
3173
3174 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3177 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3178 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3179 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3180 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3181 Fix typos in docstrings.
3182 (ispell-command-loop): Reflow docstring.
3183
3184 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
3185
3186 * textmodes/ispell.el (ispell-encoding8-command): New variable.
3187 (ispell-aspell-supports-utf8): Mark as obsoleted by
3188 ispell-encoding8-command.
3189 (ispell-check-version): Set ispell-encoding8-command.
3190 (ispell-check-spellchecker-params, ispell-start-process):
3191 Use ispell-encoding8-command.
3192
3193 * textmodes/flyspell.el (flyspell-large-region):
3194 Use ispell-encoding8-command.
3195
3196 2009-01-08 Glenn Morris <rgm@gnu.org>
3197
3198 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3199 scroll the calendar.
3200
3201 * international/mule-cmds.el (universal-coding-system-argument):
3202 last-input-char need not be a char.
3203
3204 * textmodes/ispell.el (ispell-check-minver): Declare.
3205 Use string-to-number rather than string-to-int.
3206
3207 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * add-log.el (change-log-search-tag-name): Reflow docstring.
3210 (change-log-mode): Fix typo in docstring.
3211
3212 * international/mule.el (define-coding-system): Doc fix.
3213
3214 2009-01-07 Kenichi Handa <handa@m17n.org>
3215
3216 * international/mule.el (define-coding-system): Fix docstring
3217 about :bom usage.
3218
3219 2009-01-07 Martin Rudalics <rudalics@gmx.at>
3220
3221 * dired.el (dired-pop-to-buffer): Don't split windows
3222 horizontally. (Bug#1806)
3223
3224 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * tar-mode.el (tar-mode, tar-mode-write-contents)
3227 (tar-write-region-annotate): Undo Andreas's last change.
3228
3229 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
3230
3231 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3232 (tramp-handle-file-local-copy, tramp-handle-write-region)
3233 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3234 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3235
3236 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * minibuffer.el (completion-hilit-commonality): Don't presume
3239 all-completions always include the input as prefix.
3240 (completion-pcm--pattern-trivial-p): Accept a few more patterns
3241 as trivial.
3242 (completion-pcm--hilit-commonality): Remove leftover code that used to
3243 deal with the now removed cdr-in-last-cons.
3244
3245 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * international/mule.el (define-coding-system): Fix typos in docstring.
3248
3249 2009-01-05 Alan Mackenzie <acm@muc.de>
3250
3251 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3252 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
3253
3254 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
3255
3256 * net/tramp.el (tramp-handle-load)
3257 (tramp-do-copy-or-rename-file-directly)
3258 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3259 (tramp-handle-write-region)
3260 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3261 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3262 Delete temporary file in case of error.
3263
3264 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
3265
3266 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3267
3268 2009-01-05 Richard M Stallman <rms@gnu.org>
3269
3270 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3271
3272 2009-01-05 Martin Rudalics <rudalics@gmx.at>
3273
3274 * window.el (display-buffer): Fix last fix.
3275
3276 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3279 to shorten the desktop file directory shown in message.
3280
3281 2009-01-05 Glenn Morris <rgm@gnu.org>
3282
3283 * version.el (emacs-copyright):
3284 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3285 Update copyrights for 2009.
3286
3287 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
3288
3289 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3290 (ada-get-indent-paramlist): Use ada-broken-indent instead of
3291 hard-coded 0.
3292 (ada-get-indent-loop): Fix list access bug.
3293
3294 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3297 (lisp-interaction-mode): Add a blank line in the docstring
3298 before the keymap listing.
3299
3300 2009-01-04 Martin Rudalics <rudalics@gmx.at>
3301
3302 * window.el (display-buffer): When a buffer is displayed in the
3303 selected and some other window, and not-this-window is non-nil,
3304 try to return that other window instead of popping up a new
3305 frame. (Bug#30)
3306
3307 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3310
3311 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
3312
3313 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3314
3315 2009-01-03 Michael Olson <mwolson@gnu.org>
3316
3317 * net/imap.el (imap-parse-fetch): Courier can insert spurious
3318 blank characters which will confuse `read', so skip past them.
3319
3320 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3321
3322 * emacs-lisp/authors.el (authors-aliases): Addition.
3323 (authors): Allow to use it for other projects.
3324
3325 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3326 Clarify MATCH argument. Print filenames.
3327
3328 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3331
3332 * net/tramp.el (tramp-local-host-regexp)
3333 (tramp-prefix-domain-format)
3334 (tramp-prefix-domain-regexp, tramp-domain-regexp)
3335 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3336 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3337 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3338 (tramp-file-name-structure, tramp-file-name-regexp-unified)
3339 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3340 (tramp-dissect-file-name, tramp-make-tramp-file-name)
3341 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3342 (tramp-handle-insert-file-contents): Fix setting of
3343 `buffer-read-only'.
3344 (tramp-compute-multi-hops, tramp-local-host-p):
3345 Use `tramp-local-host-regexp'.
3346 (tramp-file-name-real-user, tramp-file-name-domain):
3347 Use `tramp-user-with-domain-regexp'.
3348
3349 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3350 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3351
3352 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3353
3354 * proced.el (proced-grammar-alist): Refiner can be a
3355 list (function help-echo) instead of a cons pair.
3356 (proced-post-display-hook): New variable.
3357 (proced-tree-depth): Rename from proced-tree-indent.
3358 (proced-mode): Derive mode from special-mode.
3359 (proced-mode-map): Change accordingly.
3360 (proced, proced-update): Run proced-post-display-hook.
3361 (proced-do-mark-all): Count processes for which mark has been updated.
3362 (proced-format): Check for ppid attribute.
3363 (proced-process-attributes): Take time and ctime attribute from
3364 system-process-attributes.
3365 (proced-send-signal): Doc fix. Collect properly the info on
3366 marked processes. Use fit-window-to-buffer instead of
3367 dired-pop-to-buffer.
3368
3369 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3372 point-min==1.
3373
3374 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * bindings.el (mode-line-eol-desc): Fix typo in help message.
3377 (mode-line-client): Fix typo in help message and docstring.
3378
3379 2009-01-02 Jason Rumney <jasonr@gnu.org>
3380
3381 * term/w32-win.el (image-library-alist): Add gobject library.
3382
3383 2009-01-02 Martin Rudalics <rudalics@gmx.at>
3384
3385 * frame.el (window-system-default-frame-alist)
3386 (initial-frame-alist, minibuffer-frame-alist)
3387 (pop-up-frame-alist, pop-up-frame-function)
3388 (special-display-frame-alist): Rewrite and reformat doc-strings.
3389
3390 2009-01-01 Martin Rudalics <rudalics@gmx.at>
3391
3392 * simple.el (minibuffer-default-add-shell-commands):
3393 Fix doc-string typo.
3394
3395 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * language/cham.el: Fix setting of composition-function-table.
3398
3399 * language/khmer.el: Fix setting of composition-function-table.
3400
3401 * language/tibet-util.el (tibetan-composition-function):
3402 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3403
3404 * simple.el (minibuffer-default): Add defvar.
3405
3406 * hippie-exp.el: Require comint.
3407
3408 2008-12-31 Martin Rudalics <rudalics@gmx.at>
3409
3410 * simple.el (last-buffer): Don't set major mode of *scratch* if
3411 that buffer exists already. Rewrite doc-string.
3412
3413 2008-12-31 Andreas Schwab <schwab@suse.de>
3414
3415 * tar-mode.el (tar-mode): Set write-contents-functions instead of
3416 write-region-annotate-functions.
3417 (tar-mode-write-contents): New function.
3418 (tar-write-region-annotate): Remove.
3419
3420 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
3421
3422 * files.el (basic-save-buffer): Revert 2008-12-22 change.
3423 (buffer-swapped-with): Var removed.
3424
3425 2008-12-30 Kenichi Handa <handa@m17n.org>
3426
3427 * language/japanese.el (compose-gstring-for-variation-glyph):
3428 New function. Register it in composition-function-table.
3429
3430 * composite.el (lglyph-set-code): New function.
3431
3432 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * tar-mode.el (tar-data-swapped): New var.
3435 (tar-data-swapped-p, tar-swap-data):
3436 Use it instead of buffer-swapped-with.
3437 (tar-write-region-annotate): Re-add (partial undo of last change).
3438 (tar-mode): Use it again (partial undo as well).
3439
3440 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
3441
3442 * textmodes/table.el (table-capture): Fix symbol quoting typo.
3443
3444 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * follow.el (follow-select-if-visible): Improve the check for the
3447 last line of the window.
3448 (follow-post-command-hook): Perform redisplay in more
3449 circumstances, to avoid getting point stuck on partially visible lines.
3450
3451 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * follow.el (follow-calc-win-end): Use with-selected-window.
3454 (follow-windows-start-end, follow-pos-visible)
3455 (follow-windows-aligned-p): Code cleanup.
3456 (follow-select-if-visible): Try to avoid partially-visible lines.
3457 (follow-select-if-visible-from-first): Call follow-redisplay and
3458 move point to destination.
3459 (follow-redisplay): New arg, to keep selected window unchanged.
3460 (follow-post-command-hook): In final check for destination
3461 visibility, use window-start and window-end instead of the less
3462 accurate follow-pos-visible. If the selected window is redrawn,
3463 tell follow-redisplay to preserve it.
3464 (follow-calculate-first-window-start-from-below): Avoid looping
3465 forever if vertical-motion returns an unexpected value.
3466
3467 2008-12-30 Andreas Schwab <schwab@suse.de>
3468
3469 * server.el (server-running-p): Remove interactive spec.
3470 Fix regexp.
3471
3472 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * follow.el (follow-calc-win-start): Don't use `inline'.
3475 (follow-update-window-start, follow-select-if-visible)
3476 (follow-calculate-first-window-start-from-below)
3477 (follow-post-command-hook): Code cleanup.
3478 (follow-downward, follow-calculate-first-window-start):
3479 Delete function and merge into follow-redisplay.
3480 (follow-redisplay): Merge code from follow-downward and
3481 follow-calculate-first-window-start.
3482
3483 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
3484
3485 * proced.el (proced-tree-flag): Fix typo in docstring.
3486
3487 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3488
3489 * proced.el (proced-temp-alist): Rename from variable
3490 proced-children-alist.
3491 (proced-process-tree, proced-toggle-tree): Fix docstring.
3492 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
3493 (proced-temp-internal): Use proced-temp-alist.
3494
3495 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
3496
3497 * subr.el (mkdir): New defalias.
3498
3499 2008-12-29 Juri Linkov <juri@jurta.org>
3500
3501 * proced.el (proced-mode-map): Bind " " to next-line instead of the
3502 command `proced-next-line' removed on 2008-09-06.
3503
3504 2008-12-28 Juri Linkov <juri@jurta.org>
3505
3506 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3507 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3508
3509 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3510 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3511 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3512 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
3513 set 4 obsolete variables for backward-compatibility with Emacs 22.
3514
3515 2008-12-28 Juri Linkov <juri@jurta.org>
3516
3517 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
3518
3519 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
3520
3521 * misc.el (butterfly): New command.
3522
3523 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3524
3525 * proced.el (proced-grammar-alist): Allow predicate nil.
3526 New attribute tree.
3527 (proced-format-alist): Use attribute tree.
3528 (proced-tree-flag, proced-tree-indent): New variables.
3529 (proced-children-alist): Rename from proced-process-tree.
3530 PPID must refer to a process in process-alist.
3531 Ignore PPIDs that equal PID (Bug#1718).
3532 Children alist inherits sorting order from process-alist.
3533 (proced-process-tree): New variable. New function.
3534 (proced-process-tree-internal, proced-toggle-tree)
3535 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3536 (proced-mark-process-alist): Add docstring.
3537 (proced-filter-parents): PPID must refer to a process in
3538 process-alist. Ignore PPIDs that equal PID (Bug#1718).
3539 (proced-sort): Throw error if attribute is not sortable.
3540 (proced-sort-interactive): Restrict completion to sortable attributes.
3541 (proced-format): Include tree in standard attributes if
3542 proced-tree-flag is non-nil. Make header clickable only if
3543 corresponding predicate is non-nil.
3544 (proced-update): Use proced-tree.
3545
3546 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * diff.el (diff): Doc fix.
3549
3550 * emacs-lisp/rx.el (rx): Doc fix.
3551
3552 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3553 before uniquifying backup trash file name.
3554
3555 2008-12-27 Andreas Schwab <schwab@suse.de>
3556
3557 * vc-git.el (vc-git-dir-printer): Fix filename column.
3558
3559 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
3560
3561 * term.el (term-emulate-terminal): Decode substring just prior to
3562 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
3563
3564 2008-12-27 Eli Zaretskii <eliz@gnu.org>
3565
3566 * makefile.w32-in (MH_E_DIR): New variable.
3567 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3568 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3569 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3570 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3571 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3572 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3573 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3574 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3575 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3576 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3577 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3578
3579 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3580 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3581 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3582 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3583 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3584 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3585 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3586 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3587 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3588 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3589 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3590
3591 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3592
3593 * files.el (dosified-file-name): Declare.
3594
3595 2008-12-26 Andreas Schwab <schwab@suse.de>
3596
3597 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3598
3599 * tar-mode.el (tar-swap-data): New function.
3600 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3601 (tar-mode-revert): Likewise.
3602 (tar-mode): Likewise. Don't set write-region-annotate-functions.
3603 (tar-data-swapped-p): Test buffer-swapped-with.
3604 (tar-write-region-annotate): Remove.
3605 (tar-header-block-tokenize): Add argument `coding' and use it
3606 instead of tar-file-name-coding-system.
3607 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3608
3609 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3610
3611 * dos-fns.el (dosified-file-name): New function.
3612
3613 * files.el (dir-locals-find-file): Run dir-locals-file through
3614 dosified-file-name. Compare files case-insensitively on systems
3615 whose filesystems are case-insensitive.
3616
3617 2008-12-25 Martin Rudalics <rudalics@gmx.at>
3618
3619 * help.el (help-for-help-internal): Fix entry for "l".
3620
3621 2008-12-25 Richard M Stallman <rms@gnu.org>
3622
3623 * shadowfile.el (shadow-copy-file): Revert previous change.
3624 This code as it was should work properly with buffer-swapped-with.
3625
3626 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
3627
3628 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3629
3630 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * subr.el (chmod): New defalias for set-file-modes.
3633
3634 2008-12-23 Juri Linkov <juri@jurta.org>
3635
3636 * isearch.el (isearch-filter-predicate, isearch-search):
3637 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3638 (isearch-filter-visible): Rename from
3639 `isearch-filter-invisible'. Doc fix.
3640
3641 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3642 value from `dired-isearch-filter-predicate-orig' instead of the
3643 symbol `isearch-filter-invisible'. Doc fix.
3644 (dired-isearch-filter-filenames): Doc fix.
3645 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3646
3647 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3648 for Info-point-loc since it is more correct in all cases.
3649 (Info-isearch-filter): Rename from
3650 `Info-isearch-filter-predicate'. Doc fix.
3651 (Info-mode): Replace `Info-isearch-filter-predicate' with
3652 `Info-isearch-filter'.
3653
3654 2008-12-23 Daiki Ueno <ueno@unixuser.org>
3655
3656 * pgg.el: Add obsolescence info.
3657
3658 2008-12-22 Richard M Stallman <rms@gnu.org>
3659
3660 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3661
3662 * files.el (buffer-swapped-with): New variable.
3663 (basic-save-buffer-0): Most of basic-save-buffer moved here.
3664 (basic-save-buffer): Unswap the buffer temporarily if nec.
3665
3666 * dired.el (dired-readin): Inhibit modification hooks.
3667
3668 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
3669
3670 * net/newst-backend.el (newst-backend):
3671 Remove wrong duplicate provide statement.
3672
3673 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3676 end, before updating.
3677 (tramp-convert-file-attributes): Add "l" indicator to file modes.
3678 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3679
3680 2008-12-21 Martin Rudalics <rudalics@gmx.at>
3681
3682 * window.el (set-window-text-height): Fix doc-string.
3683
3684 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * minibuffer.el (completion-all-completions-with-base-size): Remove.
3687 (completion-all-completions): Don't set it.
3688 (completion-table-with-context, completion--file-name-table):
3689 Don't add base-size in last cdr.
3690 (completion-hilit-commonality): Add argument `base-size'.
3691 (display-completion-list, completion-emacs21-all-completions)
3692 (completion-emacs22-all-completions, completion-basic-all-completions):
3693 Provide it.
3694 (completion-pcm--all-completions): Don't need to remove the base-size
3695 in last-cdr any more.
3696
3697 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
3698
3699 * textmodes/ispell.el (ispell-check-minver): New function.
3700 (ispell-check-version): Rewrite spellchecker and version checking.
3701 Use (ispell-check-minver). Handle hunspell versions.
3702
3703 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
3704
3705 * ido.el (ido-read-internal): Handle `confirm' and
3706 `confirm-after-completion' values for the require-match argument.
3707
3708 2008-12-20 Jason Rumney <jasonr@gnu.org>
3709
3710 * international/mule.el (auto-coding-regexp-alist):
3711 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
3712
3713 2008-12-20 Ami Fischman <ami@fischman.org>
3714
3715 * bindings.el (mode-line-eol-desc): Use assoc to query
3716 mode-line-eol-desc-cache.
3717
3718 2008-12-20 Glenn Morris <rgm@gnu.org>
3719
3720 * comint.el (comint-save-input-ring-index): Add missing initial value.
3721
3722 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * proced.el (proced-grammar-alist): Doc fix.
3725 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3726 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3727 (proced-undo): Fix typos in docstrings.
3728
3729 2008-12-19 Glenn Morris <rgm@gnu.org>
3730
3731 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3732 (authors-fixed-case): New constant.
3733 (authors-public-domain-files, authors-ignored-files):
3734 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3735 (authors-renamed-files-regexps): Add some new entries.
3736 (authors-canonical-file-name): Don't complain about ignored files.
3737 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
3738 (authors): Ensure error buffer is writable.
3739
3740 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
3741
3742 (ispell-really-hunspell): New variable to signal hunspell.
3743 (ispell-check-version):
3744 Check if hunspell and set ispell-really-hunspell if needed.
3745 (ispell-send-string, ispell-start-process, flyspell-large-region):
3746 Pass right options for hunspell if needed.
3747
3748 2008-12-18 Kenichi Handa <handa@m17n.org>
3749
3750 * international/fontset.el (script-representative-chars)
3751 (setup-default-fontset): Add more scripts.
3752
3753 * international/characters.el: Add more scripts.
3754
3755 2008-12-19 Juri Linkov <juri@jurta.org>
3756
3757 * info.el (Info-isearch-search): Implement lax version of
3758 incremental word search in Info.
3759 (Info-isearch-start): Set Info-isearch-initial-node to the
3760 current node when search is nonincremental to not stop at the
3761 initial node in this case.
3762 (Info-mode-map): Unbind "\M-s" from `Info-search'.
3763
3764 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
3765
3766 * textmodes/rst.el (rst-promote-region): Reflow docstring.
3767 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3768 (rst-repeat-last-character): Fix typos in docstrings.
3769 (rst-mode, rst-backward-section): Doc fixes.
3770
3771 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
3772
3773 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3774 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3775 (newsticker--treeview-load): Check whether groups file exists.
3776
3777 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3778 (newsticker-dir): Use `locate-user-emacs-file'.
3779
3780 2008-12-18 Martin Rudalics <rudalics@gmx.at>
3781
3782 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3783 end-of-visual-line to CUA's recognized commands. (Bug#1549)
3784
3785 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
3786
3787 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
3788
3789 * startup.el (command-line): Do not mention the server name in
3790 case the user has not mentioned it, print a more explicit message.
3791
3792 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3793 Change all callers.
3794
3795 2008-12-18 Sam Steingold <sds@gnu.org>
3796
3797 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
3798
3799 2008-12-18 Juri Linkov <juri@jurta.org>
3800
3801 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3802 `isearch-edit-string-set-word'.
3803 (isearch-edit-string-set-word): Remove.
3804 (isearch-occur): Imitate the C function `wordify' by replacing
3805 non-word character with the \\W+ regexp.
3806 (isearch-search-fun): Add `isearch-nonincremental' to the
3807 condition of using a non-lax version of `word-search-forward'.
3808
3809 2008-12-17 Daiki Ueno <ueno@unixuser.org>
3810
3811 * epa-file.el (epa-file-insert-file-contents):
3812 Set buffer-file-name before decrypting a file.
3813
3814 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * server.el (server-start): If unable to start the server,
3817 display a warning instead of raising an error.
3818
3819 * startup.el (server-process): Add defvar.
3820 (command-line): If the daemon is unable to start the server,
3821 display a message and exit Emacs.
3822
3823 2008-12-15 Sam Steingold <sds@gnu.org>
3824
3825 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3826 mostly for CLISP modules, but could also be useful elsewhere.
3827
3828 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3831 * icomplete.el (icomplete-prospects-height):
3832 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3833
3834 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * international/mule.el (find-auto-coding): Fix typo in docstring.
3837
3838 * international/mule-cmds.el (select-safe-coding-system):
3839 * mail/rmail.el (rmail-require-mime-maybe):
3840 Fix arguments of `display-warning'.
3841
3842 * simple.el (bad-package-check): Fix arguments of `display-warning',
3843 using the package name as TYPE. Use `string-match-p'.
3844
3845 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3846
3847 * proced.el (proced-sort-interactive, proced-sort-pcpu)
3848 (proced-sort-pmem, proced-sort-start, proced-sort-time)
3849 (proced-sort-user, proced-sort-header): Prefix arg determines
3850 sorting order. Suggested by Dan Nicolaescu.
3851 (proced-revert): Doc fix.
3852
3853 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3854
3855 * proced.el (proced-grammar-alist): Allow refiner elements that
3856 are cons pairs (function . help-echo) or nil.
3857 (proced-refine): Use them.
3858 (proced-format-alist): Allow alternatives.
3859 (proced-descend): New variable.
3860 (proced-sort): New arg descend.
3861 (proced-sort-interactive): Repeated calls toggle sort order.
3862 (proced-format): Accomodate changes of proced-format-alist.
3863 Undefined attributes are displayed as "?".
3864 (proced-process-attributes): New optional arg pid-list.
3865 Ignore processes with empty attribute list.
3866
3867 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3868
3869 * proced.el (proced-auto-update-interval): Rename from
3870 proced-timer-interval.
3871 (proced-auto-update-flag): Rename from proced-timer-flag.
3872 (proced-auto-update-timer): Rename from proced-timer.
3873 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3874 (proced-available): Initialize appropriately.
3875
3876 2008-12-13 Glenn Morris <rgm@gnu.org>
3877
3878 * subr.el (declare-function): Doc fix.
3879
3880 * font-core.el (font-lock-defaults): Doc fix: mention levels;
3881 refer to elisp manual.
3882
3883 2008-12-12 Martin Rudalics <rudalics@gmx.at>
3884
3885 * window.el (fit-window-to-buffer): Return non-nil when height
3886 was orderly adjusted, nil otherwise.
3887
3888 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
3889 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * server.el (server-sentinel): Uncomment code to delete connection file.
3892 (server-start): Save the connection file in the server property list.
3893 Delete it only when we are reasonably convinced that it is not owned by
3894 a running server.
3895 (server-force-delete): New command to force-delete the connection file,
3896 and stop the server if it is running.
3897 (server-running-p): Return t also for local TCP servers when we find a
3898 process with a matching PID, and :other for undecided cases.
3899
3900 2008-12-11 Martin Rudalics <rudalics@gmx.at>
3901
3902 * window.el (fit-window-to-buffer): Use with-selected-window and
3903 condition-case. Do not delete more windows than necessary in
3904 the shrinking (delta < 0) case. Do not raise an error when the
3905 containing frame is too small to show all of buffer. (Bug#1488)
3906
3907 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3908 min-height arg 1 to make sure that small buffers are shown.
3909
3910 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3913 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3914 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3915 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3916 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3917 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3918 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3919 (ruby-backward-sexp, ruby-add-log-current-method)
3920 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3921 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3922 (ruby-deep-indent-paren): Doc fix.
3923 (ruby-insert-encoding-magic-comment): Remove * from docstring.
3924 (ruby-here-doc-find-end): Reflow docstring.
3925
3926 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
3927
3928 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3929 dired-shrink-to-fit is non-nil. (Bug#1488)
3930
3931 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3934 decoding of long locale info is now done in `w32-get-locale-info'.
3935
3936 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3939
3940 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * Makefile.in (ELCFILES): Add ruby-mode.elc.
3943
3944 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3945 terminal variable assignment.
3946
3947 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
3948 Nobuyoshi Nakada <nobu@ruby-lang.org>
3949
3950 * progmodes/ruby-mode.el: New file.
3951
3952 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * net/tramp.el (top): Don't fail if there is no current message.
3955 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
3956
3957 2008-12-10 Kenichi Handa <handa@m17n.org>
3958
3959 * international/fontset.el (setup-default-fontset): Add an entry
3960 for characters in the Unicode SIP area.
3961
3962 2008-12-10 Glenn Morris <rgm@gnu.org>
3963
3964 * vc-mcvs.el: Move to obsolete/, with warning comment.
3965 * Makefile.in (ELCFILES): Update.
3966
3967 2008-12-10 Daiki Ueno <ueno@unixuser.org>
3968
3969 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3970 buffer unmodified. (Bug#1509)
3971 * epa-file.el (epa-file-insert-file-contents): Set buffer's
3972 modification time if visiting a file and the content is
3973 successfully decrypted.
3974
3975 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3978 check whether the buffer is still alive.
3979
3980 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3983
3984 2008-12-09 Glenn Morris <rgm@gnu.org>
3985
3986 * Makefile.in (ELCFILES): Update.
3987
3988 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3991 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3992
3993 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * term/xterm.el (terminal-init-xterm): Discard pending input
3996 before reading a reply to the terminal attributes query.
3997
3998 2008-12-05 Andreas Schwab <schwab@suse.de>
3999
4000 * dired.el (dired-font-lock-keywords): Fix last change.
4001
4002 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4003
4004 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
4005 into (defcustom ... "..." :type ... :group...).
4006
4007 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
4008
4009 * international/mule-diag.el (mule-diag): Display the window
4010 system version in a less laconic way.
4011
4012 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
4015 if the sorting functions are not loaded. (Bug#1432)
4016
4017 2008-12-04 Sam Steingold <sds@gnu.org>
4018
4019 * progmodes/compile.el (compilation-read-command): Extract from
4020 compile.
4021 (compile): Use it.
4022 (recompile): Accept an optional argument to enable editing the
4023 command line.
4024
4025 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
4026
4027 * net/tramp.el (top): Write a message, when loading Tramp.
4028
4029 * net/tramp-cache.el (tramp-dump-connection-properties):
4030 Polish the check, whether to dump the data.
4031
4032 2008-12-04 Lute Kamstra <lute@gnu.org>
4033
4034 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4035 check if the file "CVS/Entries" exists.
4036
4037 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * international/mule-diag.el (list-character-sets): Doc fix.
4040 (list-character-sets-2): Fix info in header. Simplify.
4041 (print-coding-system): Simplify.
4042 (list-input-methods-1): Simplify.
4043 (mule-diag): Display current font/fontset for all window systems,
4044 not just X. Simplify.
4045
4046 2008-12-04 Glenn Morris <rgm@gnu.org>
4047
4048 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
4049 (vc-cvs-register): Doc fix.
4050 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
4051 (vc-mcvs-register): Doc fix.
4052 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
4053 (vc-rcs-register): Doc fix.
4054 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
4055 (vc-sccs-register): Doc fix.
4056 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
4057 (vc-svn-register): Doc fix.
4058
4059 * files.el (toggle-read-only): Doc fix.
4060
4061 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
4064 be used in compact layout and vice-versa.
4065
4066 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
4067
4068 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
4069 like most list-* commands.
4070
4071 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
4072 They already exist in descr-text.el as `describe-char-unicodedata-file'
4073 and `describe-char-unicode-data'.
4074 (print-list): Simplify.
4075 (read-charset): Reflow docstring.
4076 (list-coding-systems): Doc fix.
4077
4078 2008-12-03 Glenn Morris <rgm@gnu.org>
4079
4080 * vc.el (vc-diff-switches): Doc fix.
4081 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
4082 (vc-bzr-log-switches): Doc fix.
4083 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
4084 * vc-git.el (vc-git-diff-switches): Doc fix.
4085 * vc-hg.el (vc-hg-diff-switches): Doc fix.
4086 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
4087 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
4088 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
4089 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
4090
4091 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4092 other backends.
4093 (vc-arch-diff): Apply switches.
4094
4095 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4096 than appending.
4097
4098 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4099
4100 2008-12-03 Daiki Ueno <ueno@unixuser.org>
4101
4102 * epa.el (epa--show-key): Use past tense of "expire" if the key
4103 has already been expired. Thanks to Peter BARABAS.
4104
4105 2008-12-03 Lute Kamstra <lute@gnu.org>
4106
4107 * align.el:
4108 * allout.el:
4109 * apropos.el:
4110 * arc-mode.el:
4111 * autoinsert.el:
4112 * avoid.el:
4113 * battery.el:
4114 * bookmark.el:
4115 * buff-menu.el:
4116 * calculator.el:
4117 * chistory.el:
4118 * cmuscheme.el:
4119 * comint.el:
4120 * compare-w.el:
4121 * dabbrev.el:
4122 * delim-col.el:
4123 * desktop.el:
4124 * diff-mode.el:
4125 * diff.el:
4126 * dired-aux.el:
4127 * dired-x.el:
4128 * dired.el:
4129 * dos-vars.el:
4130 * ediff-diff.el:
4131 * ediff-help.el:
4132 * ediff-init.el:
4133 * ediff-merg.el:
4134 * ediff-mult.el:
4135 * ediff-ptch.el:
4136 * ediff-vers.el:
4137 * ediff-wind.el:
4138 * ediff.el:
4139 * emerge.el:
4140 * facemenu.el:
4141 * faces.el:
4142 * ffap.el:
4143 * filecache.el:
4144 * find-dired.el:
4145 * font-core.el:
4146 * font-lock.el:
4147 * forms.el:
4148 * fringe.el:
4149 * help-at-pt.el:
4150 * hippie-exp.el:
4151 * ido.el:
4152 * image-file.el:
4153 * imenu.el:
4154 * indent.el:
4155 * info.el:
4156 * isearchb.el:
4157 * iswitchb.el:
4158 * jit-lock.el:
4159 * jka-compr.el:
4160 * log-edit.el:
4161 * lpr.el:
4162 * ls-lisp.el:
4163 * man.el:
4164 * menu-bar.el:
4165 * midnight.el:
4166 * mouse-sel.el:
4167 * mouse.el:
4168 * msb.el:
4169 * outline.el:
4170 * paren.el:
4171 * pcmpl-cvs.el:
4172 * pcmpl-gnu.el:
4173 * pcomplete.el:
4174 * pcvs-info.el:
4175 * pcvs-parse.el:
4176 * printing.el:
4177 * ps-mule.el:
4178 * ps-print.el:
4179 * replace.el:
4180 * ruler-mode.el:
4181 * saveplace.el:
4182 * sb-image.el:
4183 * scroll-bar.el:
4184 * sha1.el:
4185 * shadowfile.el:
4186 * shell.el:
4187 * sort.el:
4188 * speedbar.el:
4189 * strokes.el:
4190 * tempo.el:
4191 * term.el:
4192 * terminal.el:
4193 * time-stamp.el:
4194 * time.el:
4195 * tree-widget.el:
4196 * type-break.el:
4197 * vc-cvs.el:
4198 * vc-hg.el:
4199 * vc-mcvs.el:
4200 * vc-rcs.el:
4201 * vc-sccs.el:
4202 * vc.el:
4203 * view.el:
4204 * w32-vars.el:
4205 * whitespace.el:
4206 * wid-edit.el: Remove leading * from docstrings of defcustoms,
4207 deffaces, defconsts and defuns.
4208
4209 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4212 the prompt was added to the minibuffer.
4213
4214 2008-12-02 Glenn Morris <rgm@gnu.org>
4215
4216 * format.el (format-write-file): Rewrite doc yet again.
4217
4218 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4219 Doc fix. (Bug#1368)
4220
4221 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4222
4223 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
4224
4225 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4226 case where point is at the beginning of the buffer. (Bug#1239)
4227
4228 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
4229
4230 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4231 already have the correct indentation. (Bug#859)
4232
4233 2008-12-02 Kenichi Handa <handa@m17n.org>
4234
4235 * international/uni-decomposition.el: Re-generated.
4236
4237 2008-12-01 Andreas Schwab <schwab@suse.de>
4238
4239 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4240 ending in a colon as directory header.
4241
4242 2008-12-01 Kenichi Handa <handa@m17n.org>
4243
4244 * international/uni-numeric.el: Re-generated.
4245
4246 * international/charprop.el: Re-generated.
4247
4248 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * international/mule-cmds.el (locale-preferred-coding-systems):
4251 Fix alist item.
4252
4253 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
4254
4255 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4256 (tramp-set-connection-property, tramp-flush-connection-property)
4257 (tramp-dump-connection-properties): Use it.
4258
4259 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * wdired.el (wdired-finish-edit): If displaying a single file,
4262 change dired-directory if that file was renamed.
4263
4264 * emacs-lisp/byte-run.el (macro-declaration-function):
4265 Disallow declare specs with lengths of 3 or more.
4266
4267 * dirtrack.el (dirtrack): Fix error message.
4268
4269 2008-11-30 Glenn Morris <rgm@gnu.org>
4270
4271 * vc-svn.el (vc-svn-diff-switches): Doc fix.
4272 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4273
4274 * vc-git.el (vc-git-diff):
4275 * vc-hg.el (vc-hg-diff):
4276 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4277
4278 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4279 (eshell-needs-pipe-p): New function.
4280 (eshell-gather-process-output): Set process-connection-type according to
4281 eshell-needs-pipe-p. (Bug#1388)
4282
4283 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * calendar/diary-lib.el (diary-cyclic): Doc fix.
4286 (diary-remind-message, diary-number-of-entries)
4287 (diary-include-other-diary-files, diary-mark-included-diary-files)
4288 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4289 (diary-font-lock-keywords-1): Reflow docstrings.
4290 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4291 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4292
4293 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4294 (timer-duration): Use `string-match-p'.
4295
4296 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * complete.el (PC-do-complete-and-exit):
4299 Use minibuffer-confirm-exit-commands.
4300
4301 * minibuffer.el (minibuffer-confirm-exit-commands):
4302 Add PC-complete and PC-complete-word to the list.
4303
4304 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * files.el (break-hardlink-on-save): Fix typo in docstring.
4307 Add :version tag.
4308
4309 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4310 (reb-mode): Define with `define-derived-mode'.
4311
4312 2008-11-29 Karl Fogel <kfogel@red-bean.com>
4313
4314 * files.el (break-hardlink-on-save): New variable.
4315 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4316 (file-precious-flag): Mention it in doc string.
4317
4318 2008-11-29 Miles Bader <miles@gnu.org>
4319
4320 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4321 (minibuffer-complete-and-exit): Use it.
4322
4323 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * term/x-win.el (x-gtk-stock-cache): New hash table.
4326 (x-gtk-map-stock): Perform caching to prevent excess consing
4327 during redisplay.
4328
4329 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * minibuffer.el (completion--try-word-completion): Don't ignore
4332 partial-completion if it's the only style.
4333
4334 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
4335
4336 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4337 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4338 (reb-initialize-buffer): Update matches, in case we're reentering
4339 RE Builder mode.
4340
4341 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4344 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4345 values for minibuffer-completion-confirm.
4346
4347 2008-11-28 Martin Rudalics <rudalics@gmx.at>
4348
4349 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4350 any but the first "*" in a doc-string.
4351
4352 2008-11-28 Glenn Morris <rgm@gnu.org>
4353
4354 * format.el (format-write-file): Improve previous doc fix.
4355
4356 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * simple.el (use-empty-active-region, use-region-p)
4359 (region-active-p): Doc fix.
4360
4361 2008-11-27 Martin Rudalics <rudalics@gmx.at>
4362
4363 * window.el (display-buffer): Fix handling of not-this-window
4364 argument. (Bug#1415)
4365
4366 2008-11-27 Kenichi Handa <handa@m17n.org>
4367
4368 * international/characters.el: Set category 'C' to characters
4369 #x20000..#x2AFFF, #x2F800..#x2FFFF.
4370
4371 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4372
4373 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4376 (tool-bar-find-image): Function deleted.
4377 (tool-bar-local-item, tool-bar-local-item-from-menu):
4378 Use find-image instead of tool-bar-find-image.
4379 (tool-bar-keymap-cache): New hash table.
4380 (tool-bar-make-keymap): Use it.
4381 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4382
4383 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * net/dbus.el (dbus-handle-event): The result of a message call
4386 handler can also be an object, which is not a consp.
4387
4388 2008-11-25 Alan Mackenzie <acm@muc.de>
4389
4390 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4391 (forward-list, backward-list, down-list, backward-up-list)
4392 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4393 (insert-pair, insert-parentheses): State that the command assumes
4394 that point is not in a string or comment.
4395
4396 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
4397
4398 * net/dbus.el (dbus-string-to-byte-array)
4399 (dbus-byte-array-to-string, dbus-escape-as-identifier)
4400 (dbus-unescape-from-identifier): New defuns.
4401 (dbus-handle-event): The result of a message call is a list of
4402 arguments, which must be expanded when passing to
4403 `dbus-method-return-internal'.
4404
4405 * net/tramp.el (tramp-handle-write-region): Improve the check for
4406 calling direct copy.
4407 (tramp-find-inline-encoding): Don't raise an error but a warning,
4408 when no inline encoding is found.
4409 (tramp-get-remote-coding): Check for a symbol. The negative check
4410 for a string fails, when there is an empty string.
4411
4412 2008-11-26 Glenn Morris <rgm@gnu.org>
4413
4414 * vc-git.el (vc-git-diff-switches): New option.
4415 (vc-git-diff): Apply diff switches. (Bug#1386)
4416 Give it a basic doc string.
4417
4418 * term/pc-win.el (x-font-family-list): Replace redefinition with
4419 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
4420
4421 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
4422
4423 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4424 of the polynomial rather than the whole polynomial.
4425
4426 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4427
4428 * mail/mailabbrev.el (define-mail-abbrev): When reading from
4429 mailrc, recognize string quoting. When reading from Lisp, accept
4430 rfc822-like addresses.
4431
4432 * mail/mailalias.el (define-mail-alias): Sync code with
4433 define-mail-abbrev.
4434
4435 2008-11-25 Glenn Morris <rgm@gnu.org>
4436
4437 * eshell/esh-proc.el (eshell-gather-process-output):
4438 Revert previous change. (re-opens Bug#1388)
4439
4440 * select.el (x-set-cut-buffer): Fix signal arguments.
4441
4442 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4443
4444 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4447 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4448 (bubbles--empty-char): Use "\s".
4449
4450 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
4451
4452 * calc/calc.el (calc-settings-file, calc-language-alist)
4453 (calc-embedded-announce-formula)
4454 (calc-embedded-announce-formula-alist)
4455 (calc-embedded-open-formula, calc-embedded-close-formula)
4456 (calc-embedded-open-close-formula-alist)
4457 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4458 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4459 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4460 (calc-embedded-open-close-new-formula-alist)
4461 (calc-embedded-open-mode, calc-embedded-close-mode)
4462 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4463 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4464 (calc-multiplication-has-precedence): Remove unnecessary asterisks
4465 from docstrings.
4466
4467 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * calculator.el (calculator-op-or-exp): Reflow docstring.
4470 (calculator-remove-zeros, calculator-repR, calculator-repL):
4471 Fix typos in docstrings.
4472
4473 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * log-view.el (log-view-annotate-version): Let vc-annotate manage
4476 windows instead of calling switch-to-buffer.
4477
4478 * diff.el (diff-sentinel): Take note of diff error return value.
4479
4480 2008-11-24 Martin Rudalics <rudalics@gmx.at>
4481
4482 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4483 frame can't be split.
4484
4485 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
4486
4487 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4488 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4489 (newsticker--treeview-tree-update-tag): Remove dead code.
4490 (newsticker-treeview-update): Don't update cache.
4491 (newsticker-treeview-quit): Don't save cache.
4492 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
4493 (newsticker-treeview-save): Use `newsticker-dir'.
4494 (newsticker--treeview-load): Use `newsticker-dir'.
4495 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4496 Update tags.
4497 (newsticker-treeview-tree-do-click): Slightly simplified.
4498
4499 * net/newst-backend.el (newsticker-dir): New.
4500 (newsticker-start): Use `newsticker--cache-read'.
4501 (newsticker-stop): Use `newsticker--cache-save'.
4502 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4503 (newsticker--images-dir): New.
4504 (newsticker--image-get, newsticker--image-sentinel):
4505 Use `newsticker--images-dir'.
4506 (newsticker--cache-save-version1): Backup version of
4507 `newsticker--cache-save'.
4508 (newsticker--cache-update): Create newsticker-dir if necessary.
4509 (newsticker--cache-dir): New.
4510 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4511 (newsticker--cache-save-feed): New.
4512 (newsticker--cache-read-version1): New. Backuped version for reading
4513 cache data..
4514 (newsticker--cache-read, newsticker--cache-do-read): New.
4515
4516 * net/newst-reader.el (newsticker--image-read):
4517 Use `newsticker--images-dir'.
4518
4519 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * files.el (confirm-nonexistent-file-or-buffer):
4522 Allow `after-completion' value to request confirm only after TAB.
4523 (confirm-nonexistent-file-or-buffer): New function.
4524 (read-buffer-to-switch, find-file, find-file-other-window)
4525 (find-file-other-frame, find-file-read-only)
4526 (find-file-read-only-other-window)
4527 (find-file-read-only-other-frame): Use it.
4528 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4529 Thanks to Alan Mackenzie for suggesting the new behavior.
4530
4531 * minibuffer.el (minibuffer-complete-and-exit):
4532 Change `confirm-only' value of minibuffer-completion-confirm to
4533 `confirm', and handle a `confirm-after-completion' value.
4534
4535 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4538
4539 2008-11-24 Andreas Schwab <schwab@suse.de>
4540
4541 * image.el (image-type-header-regexps): Recognize more xbm format
4542 variants.
4543
4544 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * textmodes/artist.el (artist-charlist-to-string): Simplify.
4547 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4548 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4549 (artist-replace-string, artist-draw-rect, artist-draw-line)
4550 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4551 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4552 (artist-pen, artist-pen-line, artist-text-insert-common)
4553 (artist-text-overwrite, artist-spray-get-interval)
4554 (artist-spray-clear-circle, artist-erase-char)
4555 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4556 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4557 (artist-key-draw-1point, artist-key-draw-2points)
4558 (artist-mouse-draw-continously): Fix typos in docstrings.
4559 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4560 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4561 (artist-backward-char, artist-forward-char): Doc fixes.
4562 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4563 Reflow docstrings.
4564
4565 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * international/quail.el (quail-vunion): New function.
4568 (quail-defrule-internal): Use it to prevent accumulating redundant
4569 alternatives when `append' is set.
4570 (quail-insert-decode-map): Simplify computation of the max-key-width.
4571 Compute it right for multiple-list.
4572
4573 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4576 explicitly. Doc fix.
4577
4578 2008-11-24 Martin Rudalics <rudalics@gmx.at>
4579
4580 * calendar/appt.el (appt-disp-window): Move minibuffer check
4581 after binding this-window and do not set-buffer to make sure we
4582 won't deselect the minibuffer. (Bug#1413)
4583
4584 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
4585
4586 * vc-hg.el (vc-hg-program): Remove.
4587 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4588 Undo previous change.
4589
4590 2008-11-23 Martin Rudalics <rudalics@gmx.at>
4591
4592 * info-look.el (info-lookup): When Info buffer is visible on
4593 another frame, raise that frame.
4594
4595 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * allout.el (allout-mode): Fix typo in docstring.
4598
4599 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4600 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4601
4602 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * vc-hooks.el (vc-follow-link): Complete last change.
4605
4606 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * textmodes/remember.el (remember-region): Doc fix.
4609 (remember-filter-functions, remember-handler-functions)
4610 (remember-save-after-remembering, remember-mailbox)
4611 (remember-default-priority, remember-data-file, remember-leader-text)
4612 (remember-diary-file): Remove * from defcustom docstrings.
4613 (remember-run-all-annotation-functions-flag)
4614 (remember-all-handler-functions): Reflow docstrings.
4615 (remember-store-in-mailbox): Fix typo in docstring.
4616 (remember-mode): Define with `define-derived-mode'. Doc fix.
4617
4618 2008-11-23 Glenn Morris <rgm@gnu.org>
4619
4620 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4621 (eshell-do-pipelines): Add optional argument to distinguish recursive
4622 calls. Use to set eshell-in-pipeline-p to 'first for the first command
4623 in a pipeline.
4624
4625 * eshell/esh-proc.el (eshell-gather-process-output):
4626 Set process-connection-type nil for all but the first element of a
4627 pipeline. (Bug#1388)
4628
4629 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4630
4631 * ediff-hook.el: Add tooltips to Emacs menus.
4632
4633 * ediff.el: Change date of last update.
4634
4635 2008-11-22 Juri Linkov <juri@jurta.org>
4636
4637 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4638 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
4639 Doc fix.
4640 (dired-isearch-filenames-setup): Run filename Isearch only when
4641 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4642 and the text property `dired-filename' at point is non-nil.
4643 In this case also set isearch-message-prefix-add to "filename ".
4644 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4645 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4646 Don't let-bind isearch-message-prefix-add since this is done now
4647 in dired-isearch-filenames-setup.
4648
4649 * isearch.el (isearch-mode): Change the order of calling
4650 `isearch-update' and running the `isearch-mode-hook' to call
4651 `isearch-update' with Isearch parameters set in this hook.
4652
4653 * progmodes/compile.el (compilation-auto-jump-to-first-error):
4654 Fix docstring - change "during `compile'" to "during compilation".
4655
4656 * descr-text.el (describe-char-unidata-list): Move `old-name' to
4657 be immediately after `name'.
4658
4659 * startup.el (initial-buffer-choice): Change an abstract file name
4660 "file.txt" to more reasonable default file name value "~/.emacs".
4661
4662 2008-11-22 Juri Linkov <juri@jurta.org>
4663
4664 * files.el (hack-local-variables-confirm): Rename arg `project' to
4665 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
4666 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4667 (hack-local-variables): Rename call of `hack-project-variables' to
4668 `hack-dir-local-variables'. Change error text to "Directory-local
4669 variables error".
4670 (dir-locals-class-alist): Rename from `project-class-alist'.
4671 (dir-locals-directory-alist): Rename from `project-directory-alist'.
4672 (dir-locals-get-class-variables): Rename from `project-get-alist'.
4673 (dir-locals-collect-mode-variables): Rename from
4674 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
4675 `mode-variables', and arg `settings' to `variables'.
4676 (dir-locals-collect-variables): Rename from
4677 `project-collect-binding-list'. Rename arg `binding-list' to
4678 `class-variables', and arg `settings' to `variables'.
4679 (dir-locals-set-directory-class): Rename from `set-directory-project'.
4680 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4681 Rename arg `settings' to `variables'.
4682 (dir-locals-file): New defconst.
4683 (dir-locals-find-file): Rename from `project-find-settings-file'.
4684 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
4685 and `pda' to `dir-elt'.
4686 (dir-locals-read-from-file): Rename from
4687 `project-define-from-project-file'. Rename arg `settings-file'
4688 to `file'. Rename let-bound `list' to `variables'.
4689 (hack-dir-local-variables): Rename from `hack-project-variables'.
4690 Rename let-bound `settings' to `variables-file', `root-dir'
4691 to `dir-name', and `bindings' to `variables'.
4692
4693 2008-11-22 Lute Kamstra <lute@gnu.org>
4694
4695 * simple.el (goto-line): Rename argument.
4696
4697 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4698
4699 * makefile.w32-in (compile-first): New target.
4700 (recompile): Depend on compile-first.
4701
4702 * Makefile.in (recompile): Depend on compile-first.
4703
4704 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4705
4706 * files.el (switch-to-buffer-other-window)
4707 (switch-to-buffer-other-frame): Rename buffer argument to
4708 buffer-or-name. Reword and mention new option
4709 confirm-nonexistent-file-or-buffer in doc-string.
4710
4711 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4712
4713 * emulation/viper.el: Date change.
4714
4715 * emulation/viper-cmd.el (viper-envelop-ESC-key):
4716 viper-translate-all-ESC-keysequences is now a function.
4717
4718 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4719 Make this variable.
4720
4721 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4722
4723 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4724 Use buffer-file-truename to handle symlinks in any part of the filename.
4725
4726 2008-11-22 Glenn Morris <rgm@gnu.org>
4727
4728 * vc-mtn.el (vc-mtn-diff-switches): New option.
4729 (vc-mtn-program): Rename from vc-mtn-command, for
4730 consistency with other backends. Keep old name as alias.
4731 Update callers. Make it a defcustom.
4732 (vc-mtn-diff): Give it a doc string. Apply diff switches.
4733
4734 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4735 consistency with other backends. Keep old name as alias.
4736 Make it a defcustom.
4737 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4738
4739 * vc-hg.el (vc-hg-program): New option.
4740 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4741 Use vc-hg-program rather than hard-coded "hg".
4742
4743 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4744 (vc-svn-program): Move defcustom to start.
4745 (vc-svn-create-repo, vc-svn-modify-change-comment):
4746 Use vc-svn-program rather than hard-coded "svn".
4747
4748 * menu-bar.el: Stylistic consistency fixes for various menu and
4749 help texts.
4750
4751 * kmacro.el (kmacro-insert-counter): Doc fix.
4752
4753 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
4754
4755 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4756
4757 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4758
4759 * international/quail.el (quail-indent-to): New function.
4760 (quail-completion-1, quail-completion-list-translations)
4761 (quail-insert-decode-map): Use it to improve alignment.
4762 (quail-build-decode-map): Don't ignore latin-1 chars.
4763 (quail-help): Increase the max decode-map size so that even the TeX map
4764 gets printed.
4765
4766 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4767 Signal error for invalid bookmark.
4768 (bookmark-get-bookmark-record): Undo last change.
4769 (bookmark-store, bookmark-delete): Use new arg `noerror'.
4770
4771 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4772 Suggested by Toru TSUNEYOSHI.
4773
4774 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4775
4776 * byte-opt.el (byte-compile-butlast): Move up in file.
4777 (byte-optimize-plus): Don't call
4778 byte-optimize-delay-constants-math (bug#1334).
4779 Use byte-optimize-predicate to optimize constants.
4780 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4781 Remove zero arguments first
4782 if possible. Call byte-optimize-predicate to optimize constants.
4783 (byte-optimize-multiply): Remove optimizations for arguments of 0
4784 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
4785 Call byte-optimize-predicate.
4786 (byte-optimize-divide): Leave runtime errors unchanged.
4787 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
4788 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
4789
4790 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * bookmark.el (bookmark-jump-noselect): Add obsolescence
4793 declaration and remove redundant info from docstring.
4794
4795 * isearch.el (isearch-search-string): Doc fix.
4796 (search-exit-option, search-slow-window-lines, search-slow-speed)
4797 (search-upper-case, search-nonincremental-instead)
4798 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4799 (search-ring-update, search-highlight, isearch-lazy-highlight)
4800 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4801 (lazy-highlight-interval): Remove * from defcustom docstrings.
4802 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4803 Remove * from defcustom docstrings; fix typos.
4804 (isearch-push-state-function, isearch-help-for-help-internal)
4805 (isearch-help-for-help, isearch-describe-bindings)
4806 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4807 (isearch-pop-fun-state, isearch-search-fun-function)
4808 (isearch-lazy-highlight-search): Fix typos in docstrings.
4809 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4810 (isearch-forward): Fix typo and reflow docstring.
4811 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
4812 (isearch-mode-map): Don't use `let*'.
4813
4814 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4817
4818 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * isearch.el (isearch-search-string): Simplify and convert docstring.
4821
4822 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4823
4824 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4825
4826 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
4827 (lookup-nested-alist): Doc fix.
4828 (with-coding-priority): Reflow docstring.
4829 (detect-coding-with-priority): Fix typos in obsolescence declaration.
4830 (char-displayable-p): Reflow docstring. Use `when'.
4831
4832 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4835 week forward/backward.
4836
4837 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4840 (with-electric-help): Fix typo and reflow docstring.
4841
4842 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4845 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4846 (list-buffers-noselect): Don't need to pad.
4847
4848 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4849
4850 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4851 Pay attention to char widths when computing string sizes.
4852
4853 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4854
4855 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4856 (byte-compile-output-docform): Reflow docstrings.
4857 (no-byte-compile): Fix typo in docstring.
4858 (byte-recompile-directory, compile-defun): Doc fixes.
4859 (emacs-lisp-file-regexp, byte-compile-verbose)
4860 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4861 (byte-compile-dynamic-docstrings, byte-optimize-log)
4862 (byte-compile-error-on-warn, byte-compile-warnings)
4863 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4864 Remove * from defcustom docstrings.
4865
4866 2008-11-20 Glenn Morris <rgm@gnu.org>
4867
4868 * format.el (format-alist, format-write-file): Doc fix.
4869
4870 * proced.el (proced-available): New variable.
4871 (proced-process-attributes): Move availability check from previous
4872 change from here...
4873 (proced): ... to here.
4874
4875 * vc-hg.el (vc-hg-diff-switches): New option.
4876 (vc-hg-diff): Apply diff switches. (Bug#1017)
4877
4878 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4879
4880 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4881
4882 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
4883
4884 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4885
4886 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * calc/calc-units.el (math-units-table): Doc fix.
4889 (math-standard-units): Fix typo in constant's description.
4890 (math-additional-units): Fix typo in docstring.
4891
4892 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4893
4894 * calc/calc-units.el (math-standard-units): Add eps0,
4895 permittivity of vacuum.
4896
4897 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
4898
4899 * files.el (project-settings-file): Remove.
4900 (project-find-settings-file): Undo previous change that added the
4901 use of project-settings-file.
4902
4903 2008-11-19 Glenn Morris <rgm@gnu.org>
4904
4905 * proced.el (proced, proced-format-time): Doc fixes.
4906 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
4907
4908 2008-11-19 Karl Fogel <kfogel@red-bean.com>
4909
4910 * bookmark.el (bookmark-jump-noselect): Move the deprecation
4911 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4912
4913 2008-11-19 Lute Kamstra <lute@gnu.org>
4914
4915 * autoinsert.el (auto-insert-alist): Don't use match data.
4916
4917 2008-11-19 Glenn Morris <rgm@gnu.org>
4918
4919 * progmodes/f90.el (f90-mode-map): Add some menu :help.
4920
4921 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4922
4923 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4924 * term/w32-win.el (x-select-font): Declare.
4925
4926 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4927 Use the imperative for all help strings.
4928
4929 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4932 case where the default dictionary is French, Spanish, younameit.
4933
4934 * window.el (window--frame-usable-p): Consider dedicated windows
4935 as usable.
4936
4937 * files.el (confirm-nonexistent-file-or-buffer):
4938 Rename from find-file-confirm-nonexistent-file.
4939 (read-buffer-to-switch): Use it.
4940
4941 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * server.el (server-temp-file-p): Use `string-match-p'.
4944 (server-socket-dir): Set to nil if local sockets are unsupported.
4945 (server-start): Don't try to delete local socket if unsupported.
4946 (server-kill-new-buffers): Reflow docstring.
4947 (server-delete-client, server-handle-delete-frame)
4948 (server-save-buffers-kill-terminal): Doc fixes.
4949 (server-send-string): Fix typo in docstring.
4950
4951 2008-11-18 Sam Steingold <sds@gnu.org>
4952
4953 * progmodes/compile.el (compilation-start-hook): New hook.
4954 (compilation-start): Run it on the compilation process.
4955
4956 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * international/mule-cmds.el (update-leim-list-file): Simplify.
4959 (prefer-coding-system, find-coding-systems-for-charsets):
4960 Fix docstring typos.
4961 (select-safe-coding-system, input-method-exit-on-first-char)
4962 (language-info-alist, language-info-custom-alist): Reflow docstrings.
4963 (toggle-input-method, read-multilingual-string): Doc fixes.
4964 Reflow docstrings.
4965 (locale-name-match, sort-coding-systems, find-multibyte-characters)
4966 (read-char-by-name): Use `string-match-p'.
4967 (get-char-code-property, put-char-code-property)
4968 (char-code-property-description): Be silent while loading uni-* files.
4969 (ucs-names): Use `dotimes-with-progress-reporter', because loading
4970 the Unicode character names is *slow*.
4971
4972 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4973
4974 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4975
4976 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4977
4978 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * international/mule-cmds.el (ucs-completions): Mark as risky.
4981
4982 2008-11-17 Martin Rudalics <rudalics@gmx.at>
4983
4984 * help-macro.el (three-step-help): Remove * from defcustom.
4985 (make-help-screen): Don't iconify selected frame. (Bug#1322)
4986 Use when instead of if and cond within condition-case.
4987
4988 * window.el (quit-window): Bind window to selected window when
4989 trying to delete it.
4990
4991 2008-11-17 Glenn Morris <rgm@gnu.org>
4992
4993 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4994 definition of 'ignore, rather than nil. (Bug#1353)
4995
4996 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * window.el (window--frame-usable-p): Allow use for soft-dedication.
4999
5000 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
5001
5002 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
5003
5004 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
5005 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5006 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
5007 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
5008 (shell-command, repeat-complex-command): Reflow docstrings.
5009 (pop-to-mark-command): Fix typos in docstring.
5010
5011 2008-11-17 Juri Linkov <juri@jurta.org>
5012
5013 * isearch.el (isearch-filter-predicate): Rename from
5014 `isearch-success-function'. Rename default value from
5015 `isearch-success-function-default' to
5016 `isearch-filter-invisible'. Doc fix.
5017 (isearch-filter-invisible): Rename from
5018 `isearch-success-function-default'. Doc fix.
5019 (isearch-search, isearch-lazy-highlight-search):
5020 Rename `isearch-success-function' to `isearch-filter-predicate'.
5021
5022 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
5023 `dired-isearch-orig-success-function'.
5024 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5025 (dired-isearch-filenames-end): Rename `isearch-success-function' to
5026 `isearch-filter-predicate'. Doc fix.
5027 (dired-isearch-filter-filenames): Rename from
5028 `dired-isearch-success-function'.
5029
5030 * info.el (Info-search, Info-mode):
5031 Rename `isearch-success-function' to `isearch-filter-predicate'.
5032 (Info-isearch-filter-predicate): Rename from
5033 `Info-search-success-function'.
5034
5035 * simple.el (minibuffer-default-add-function): Fix docstring to
5036 use clear text "default values" instead of obscure references to
5037 the dynamic variable `minibuffer-default'.
5038
5039 2008-11-16 Glenn Morris <rgm@gnu.org>
5040
5041 * term/ns-win.el (ns-extended-platform-support-mode):
5042 Tweak menu entry from previous change.
5043
5044 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5045
5046 * cus-edit.el (custom-buffer-create-internal): Always insert the
5047 in-buffer buttons, regardless of tool-bar. (Bug#1326)
5048
5049 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
5052
5053 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * ielm.el (ielm-eval-input): Fix thinko in last change.
5056
5057 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5058
5059 * subr.el (read-passwd): Yank current kill if the user enters C-y.
5060
5061 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
5062
5063 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
5064 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5065
5066 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
5067 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5068 Handle `file-name-as-directory'.
5069
5070 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
5071
5072 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
5073 usual variable-pitch face.
5074
5075 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
5076
5077 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
5078 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
5079 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
5080 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
5081 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
5082 (ange-ftp-quote-string, ange-ftp-process-handle-line)
5083 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
5084 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
5085 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
5086 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
5087 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
5088 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
5089 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5090 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5091 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5092 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5093 (ange-ftp-default-user, ange-ftp-default-password)
5094 (ange-ftp-default-account, ange-ftp-netrc-default-password)
5095 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5096 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5097 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5098 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5099 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5100 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5101 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5102 (ange-ftp-make-backup-files, ange-ftp-retry-time)
5103 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5104 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5105 (ange-ftp-gateway-tmp-name-template)
5106 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5107 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5108 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5109 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5110 (ange-ftp-gateway-program): Remove * from docstring and reflow.
5111 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5112 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5113 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5114 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5115 (ange-ftp-rename-local-to-remote): Doc fixes.
5116 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5117 Use `when', `unless'.
5118 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5119 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5120 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5121 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5122 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
5123 (ange-ftp-process-sentinel): Use `when'. Fix typo.
5124 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
5125 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5126 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5127 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5128 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5129 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5130 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5131 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5132 `(save-match-data (string-match ...))'.
5133 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5134 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5135 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5136 Doc fixes.
5137
5138 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
5139
5140 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5141 function instead of a variable.
5142
5143 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5144 viper-ESC-keyseq-timeout as a function.
5145 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5146 defsubst.
5147
5148 * emulation/viper-cmd.el: Let line-move-visual to nil when using
5149 next-line or previous-line.
5150 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5151
5152 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5153
5154 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5155 live.
5156 (ediff-save-buffer): Let window-min-height to 2.
5157
5158 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5159 the minibuffer.
5160
5161 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
5162
5163 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5164 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5165 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5166 (ielm-map): Define within defvar. Add docstring.
5167 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5168 (ielm-complete-filename): Use `when', `unless'.
5169 (ielm-is-whitespace-or-comment): Use `string-match-p'.
5170 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5171 (ielm-change-working-buffer): Check that the buffer is live.
5172 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5173 Simplify. Reflow docstring.
5174 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5175 New aliases, to satisfy `define-derived-mode' expectations.
5176
5177 2008-11-15 Glenn Morris <rgm@gnu.org>
5178 Martin Rudalics <rudalics@gmx.at>
5179
5180 * emacs-lisp/find-func.el (find-function-advised-original): New.
5181 (find-function-C-source, find-function-noselect):
5182 Use find-function-advised-original to handle advised funcs. (Bug#789)
5183
5184 2008-11-15 Glenn Morris <rgm@gnu.org>
5185
5186 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5187 alias message.
5188
5189 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5190 Remove uniquify-after-kill-buffer-p dependency.
5191 (uniquify-kill-buffer-function): New function.
5192 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
5193
5194 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5195 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5196 main Emacs manual.
5197
5198 2008-11-15 Martin Rudalics <rudalics@gmx.at>
5199
5200 * window.el (quit-window): Restore delete window with second
5201 arg non-nil behavior as of before 2008-10-30 change.
5202
5203 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * help-fns.el (describe-function-1): Do char-range check for
5206 self-insert-command.
5207
5208 2008-11-14 Karl Fogel <kfogel@red-bean.com>
5209
5210 * files.el (file-precious-flag): Document that this flag is advisory.
5211
5212 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5213
5214 * emacs-lisp/bytecomp.el (byte-compile-associative)
5215 (byte-compile-minus, byte-compile-quo): If there are more than two
5216 operands, don't use binary operation code (bug#1334).
5217
5218 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
5219
5220 * w32-fns.el (w32-shell-dos-semantics):
5221 * calendar/diary-lib.el (diary-face-attrs):
5222 * international/mule-cmds.el (set-default-coding-systems)
5223 (prefer-coding-system):
5224 * net/tramp.el (tramp-set-completion-function):
5225 * progmodes/vhdl-mode.el (vhdl-file-header):
5226 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5227
5228 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5229
5230 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5231 (kill-matching-buffers, save-buffers-kill-emacs)
5232 (save-buffers-kill-terminal): Fix typos in docstrings.
5233 (switch-to-buffer-other-window): Reflow docstring.
5234 (revert-buffer): Doc fix.
5235 (define-project-bindings): Rename arg LIST to SETTINGS.
5236 (project-find-settings-file): Use `let', not `let*'.
5237 Use `when'.
5238
5239 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
5240
5241 * files.el (project-settings-file, locate-dominating-file):
5242 Fix typos in docstrings.
5243 (find-file-visit-truename): Remove * from defcustom docstring.
5244
5245 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5246
5247 * files.el (project-settings-file): New variable.
5248 (project-find-settings-file): Use it, instead of hardcoding
5249 .dir.settings.el.
5250
5251 2008-11-13 Glenn Morris <rgm@gnu.org>
5252
5253 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5254
5255 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
5256
5257 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5258 in mail bodies.
5259
5260 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
5261
5262 * international/mule.el (autoload-coding-system, with-category-table)
5263 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5264 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5265 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5266 (set-file-name-coding-system, ctext-pre-write-conversion)
5267 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5268 Reflow docstrings.
5269 (charset-list, set-coding-priority): Remove redundant obsolescence info.
5270 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5271 (char-valid-p): Define with `define-obsolete-function-alias'.
5272
5273 * textmodes/artist.el (artist-mode): Fix typos in docstring.
5274
5275 2008-11-12 Sam Steingold <sds@gnu.org>
5276
5277 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5278 between hostname and path.
5279
5280 2008-11-11 Juri Linkov <juri@jurta.org>
5281
5282 * dired-aux.el (dired-isearch-filenames)
5283 (dired-isearch-filenames-regexp):
5284 Let-bind isearch-message-prefix-add to "filename ".
5285
5286 * isearch.el (isearch-message-prefix-add)
5287 (isearch-message-suffix-add): New variables.
5288 (isearch-message-prefix): Show additional text from
5289 `isearch-message-prefix-add' before "I-search".
5290 (isearch-message-suffix): Show additional text from
5291 `isearch-message-suffix-add' at the end.
5292
5293 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5294 `isearch-search'. Call isearch-success-function to skip matches
5295 outside the current isearch scope. Let-bind search-invisible to
5296 nil to not match invisible text.
5297
5298 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5299 Let-bind `isearch-recursive-edit' to nil to prevent calling
5300 `exit-recursive-edit' in `isearch-done' that terminates the
5301 execution of these commands when it is non-nil. Call
5302 `exit-recursive-edit' explicitly at the end.
5303 (isearch-occur): For word search construct the correct regexp
5304 with word boundaries to proceed with occur.
5305
5306 * isearch.el (isearch-search-fun): Compare the length of the
5307 current search string with the length of the string from the
5308 previous search state to detect the situation when the user
5309 adds or removes characters in the search string.
5310 Use word-search-forward-lax and word-search-backward-lax in this
5311 case, and otherwise word-search-forward and word-search-backward.
5312
5313 2008-11-11 Sam Steingold <sds@gnu.org>
5314
5315 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5316 the "Version Control" group (for C-x v g).
5317
5318 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * server.el (server-process-filter): Fix typos and reflow docstring.
5321
5322 2008-11-11 Martin Rudalics <rudalics@gmx.at>
5323
5324 * mail/footnote.el (footnote-mode): Improve doc-string.
5325 Suggested by <jidanni@jidanni.org>. (Bug#1318)
5326
5327 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5330
5331 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5332
5333 * mail/smtpmail.el (smtpmail-open-stream): Use
5334 `starttls-any-program-available'. Auto-load starttls.el for it.
5335
5336 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5339 version (bug@1285).
5340
5341 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5342
5343 * startup.el (command-line): Ignore init-file-user when checking
5344 user's home directory on MS-DOS as well.
5345
5346 2008-11-07 Sam Steingold <sds@gnu.org>
5347
5348 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5349
5350 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * frame.el (make-frame-on-display): Use `string-match-p'.
5353
5354 2008-11-07 Glenn Morris <rgm@gnu.org>
5355
5356 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5357
5358 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5361 to initialize font-lock keyword case sensitivity.
5362 (lisp-mode): Use it.
5363
5364 2008-11-06 Glenn Morris <rgm@gnu.org>
5365
5366 * eshell/esh-maint.el: Remove unused file.
5367
5368 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5369
5370 * cus-edit.el (custom-comment-tag): Doc fix.
5371 (custom-comment, custom-variable-value-create, custom-face):
5372 Use face names sans -face suffix rather than aliases.
5373
5374 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
5375
5376 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5377 window width.
5378
5379 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * server.el (server-process-filter): Only default to emacsclient's
5382 terminal in daemon mode.
5383
5384 2008-11-05 Martin Rudalics <rudalics@gmx.at>
5385
5386 * window.el (quit-window): Restore prefix argument behavior
5387 removed in 2008-10-30 change. (Bug#1308)
5388
5389 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
5390
5391 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5392 function to kill-buffer-hook, not to kill-buffer.
5393 Reported by Markus Triska <markus.triska@gmx.at>
5394
5395 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
5396
5397 * calc/calc.el (calc-quit): Make sure that the keypad buffer
5398 exists before deleting its windows.
5399
5400 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * server.el (server-process-filter): Don't call
5403 server-create-tty-frame when no tty name is specified.
5404
5405 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5406
5407 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5408
5409 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * international/mule-cmds.el (toggle-enable-multibyte-characters)
5412 (define-char-code-property):
5413 * textmodes/reftex.el (reftex-index):
5414 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5415
5416 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
5417
5418 * vc-bzr.el (vc-bzr-dir-printer): Rename from
5419 vc-bzr-status-printer.
5420
5421 * startup.el (startup-echo-area-message): Display a different
5422 message in daemon mode. Suggested by Stephen Turnbull.
5423
5424 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5425 Windows.
5426
5427 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * dframe.el (dframe-mouse-position-function)
5430 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5431 (dframe-mouse-set-point): Fix typos in docstrings.
5432
5433 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5434
5435 * vc-dir.el (vc-dir-headers): Undo previous change.
5436
5437 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
5438
5439 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5440 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5441
5442 2008-11-04 Martin Rudalics <rudalics@gmx.at>
5443
5444 * subr.el (looking-back): Fix doc-string typo.
5445
5446 * electric.el (Electric-pop-up-window): Call window-end with
5447 UPDATE set to t.
5448
5449 * window.el (save-selected-window): Make it behave like
5450 save-selected-window-norecord.
5451 (save-selected-window-norecord): Remove, since functionality
5452 fully taken over by save-selected-window.
5453 (walk-windows, set-window-text-height, fit-window-to-buffer):
5454 Use save-selected-window instead of save-selected-window-norecord.
5455 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5456 save-selected-window-norecord.
5457 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5458 indent-function for save-selected-window-norecord.
5459
5460 2008-11-03 Alan Mackenzie <acm@muc.de>
5461
5462 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5463
5464 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
5465
5466 * subr.el (looking-back): Doc fix.
5467
5468 * term/x-win.el (x-initialize-window-system):
5469 Call x-wm-set-size-hint after initialization.
5470
5471 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5472 to t.
5473
5474 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5475 2000-12-08 (bug#1297).
5476
5477 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5478
5479 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
5480
5481 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5482 when appropriate.
5483
5484 2008-11-02 Martin Rudalics <rudalics@gmx.at>
5485
5486 * window.el (save-selected-window-norecord): New macro.
5487 (walk-windows): Use save-selected-window-norecord and call
5488 select-window with NORECORD set. (Bug#1237)
5489 (set-window-text-height, fit-window-to-buffer):
5490 Use save-selected-window-norecord and call select-window with
5491 NORECORD set.
5492 * subr.el (with-selected-window): Call set-frame-selected-window
5493 with new argument NORECORD set. Update doc-string.
5494 (with-selected-frame): Call select-frame with new argument
5495 NORECORD set. Update doc-string.
5496 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5497 Put indent-function for save-selected-window-norecord.
5498 * font-lock.el (lisp-font-lock-keywords-2):
5499 Add save-selected-window-norecord.
5500
5501 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * cus-edit.el (customize-apropos-options, custom-comment)
5504 (custom-comment-tag, custom-face-edit-attribute-tag):
5505 Fix typos in docstrings.
5506 (custom-buffer-done-kill): Remove * from defcustom docstring.
5507 (custom-file): Fix typo in doc of defcustom choice.
5508
5509 * frame.el (display-visual-class): Fix typo in docstring.
5510 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5511 (special-display-frame-alist, show-trailing-whitespace)
5512 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5513 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5514 Remove * from defcustom docstrings.
5515
5516 * md4.el (md4-buffer): Fix typo in docstring.
5517 (md4, md4-64): Doc fixes.
5518 (md4-pack-int32): Reflow docstring.
5519
5520 * paths.el (rmail-file-name): Remove * from defcustom docstring.
5521 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5522
5523 * rect.el (open-rectangle): Reflow docstring.
5524 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
5525
5526 * select.el (x-get-cut-buffer): Fix typo in docstring.
5527
5528 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5529 (timezone-time-zone-from-absolute, timezone-leap-year-p):
5530 Fix typos in docstrings.
5531
5532 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5533 Fix typos in docstrings.
5534
5535 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5536
5537 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5538
5539 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5540 (newsticker--treeview-list-update, newsticker--treeview-item-show)
5541 (newsticker--treeview-tree-update)
5542 (newsticker--treeview-tree-update-highlight)
5543 (newsticker-treeview-update)
5544 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5545 (newsticker-treeview-next-new-or-immortal-item)
5546 (newsticker-treeview-prev-new-or-immortal-item)
5547 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5548 (newsticker-treeview-tree-click): Watch for layout changes.
5549 (newsticker--treeview-set-current-node): Cleanup.
5550 (newsticker--treeview-restore-layout): Rename from
5551 newsticker--treeview-restore-buffers.
5552 (newsticker--treeview-mark-item): Update cache file.
5553
5554 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5555
5556 * calendar/icalendar.el (icalendar--uid-count): New.
5557 (icalendar--create-uid): New. Extracted from
5558 `icalendar-export-region' and add uid counter.
5559 (icalendar-export-region): Use `icalendar--create-uid'.
5560
5561 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * tooltip.el (tooltip-frame-parameters): Doc fix.
5564
5565 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5566
5567 * window.el (window-body-height, window-current-scroll-bars)
5568 (walk-windows, get-window-with-predicate, get-buffer-window-list)
5569 (minibuffer-window-active-p, count-windows)
5570 (window-safely-shrinkable-p, window--splittable-p)
5571 (window--try-to-split-window, window--frame-usable-p)
5572 (window--even-window-heights, window--display-buffer-1)
5573 (window--display-buffer-2, set-window-text-height)
5574 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5575 (truncated-partial-width-window-p): Rewrite doc-string.
5576 (window-fixed-size-p): Simplify code. Rewrite doc-string.
5577 (split-window-vertically, split-window-horizontally):
5578 Rename args, rewrite doc-string, and simplify code.
5579 (split-window-save-restore-data): Rename args and use
5580 when instead of if.
5581
5582 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * indent.el (indent-for-tab-command): Use use-region-p.
5585
5586 * vc.el (vc-revert): Limit the length of the query string.
5587
5588 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * simple.el (idle-update-delay, next-error-highlight)
5591 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5592 (minibuffer-history-case-insensitive-variables, kill-ring-max)
5593 (kill-read-only-ok, backward-delete-char-untabify-method)
5594 (kill-whole-line, mark-ring-max, global-mark-ring-max)
5595 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5596 (goal-column, line-move-ignore-invisible, fill-prefix)
5597 (auto-fill-inhibit-regexp, blink-matching-paren)
5598 (blink-matching-paren-on-screen, blink-matching-paren-distance)
5599 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5600 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5601 (minibuffer-history-isearch-wrap, transient-mark-mode)
5602 (next-logical-line, auto-fill-mode, line-number-mode)
5603 (column-number-mode, size-indication-mode, clone-indirect-buffer)
5604 (normal-erase-is-backspace-mode): Doc fixes.
5605 (current-kill, transient-mark-mode, toggle-truncate-lines)
5606 (visible-mode): Reflow docstrings.
5607 (minibuffer-local-shell-command-map, interprogram-paste-function):
5608 Fix typos in docstrings.
5609
5610 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * server.el (server-process-filter): In daemon mode, default to
5613 emacsclient's tty if not opening a new frame and only the
5614 terminal-frame is available.
5615
5616 2008-10-30 Martin Rudalics <rudalics@gmx.at>
5617
5618 * window.el (quit-window): Simplify code. Say in doc-string
5619 that it operates on the selected window's buffer. (Bug#1259)
5620
5621 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
5622
5623 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5624 nil so that log-view-diff-changeset works.
5625
5626 2008-10-30 Glenn Morris <rgm@gnu.org>
5627
5628 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5629
5630 * resume.el: Move to obsolete/.
5631 * Makefile.in (ELCFILES): Update.
5632
5633 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * electric.el (Electric-pop-up-window): Don't shrink the window if
5636 it's already big enough.
5637
5638 * minibuffer.el (delete-minibuffer-contents): Delete all
5639 minibuffer contents instead of just the current field.
5640
5641 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5642
5643 * bookmark.el (bookmark-handle-bookmark): Rename from
5644 bookmark-jump-noselect.
5645 (bookmark--jump-via, bookmark-insert): Callers changed.
5646 (bookmark-jump-noselect): Wrapper function for
5647 bookmark-handle-bookmark.
5648 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5649
5650 * textmodes/ispell.el (ispell-word): Use use-region-p.
5651
5652 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5655 to follow naming conventions for abnormal hooks. Doc fix.
5656 (tooltip-mode, tooltip-timeout): Use it.
5657 (tooltip-hook): New obsolete alias.
5658 (tooltip-help-tips): Doc fix.
5659
5660 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5661
5662 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
5663
5664 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5665 of hardcoded /tmp.
5666
5667 2008-10-29 Glenn Morris <rgm@gnu.org>
5668
5669 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5670
5671 * vc-hooks.el (vc-find-root): Remove bogus alias.
5672
5673 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * international/quail.el (quail-show-guidance): Don't create
5676 a guidance-frame if current buffer is not a minibuffer, since even if
5677 selected-window is mini-p, the buffer will never be displayed in it, so
5678 it wil be usable for guidance.
5679
5680 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * smerge-mode.el: Require diff-mode at run-time as well.
5683
5684 2008-10-28 Martin Rudalics <rudalics@gmx.at>
5685
5686 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5687 * vc-hooks.el (vc-stay-local): Likewise.
5688
5689 2008-10-28 Phil Sung <psung@mit.edu>
5690
5691 * follow.el (follow-scroll-down, follow-calc-win-end)
5692 (follow-estimate-first-window-start): Reduce effective window
5693 height when header line is present. (Bug#925)
5694
5695 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5696
5697 * subr.el (locate-user-emacs-file): Simplify. Don't create
5698 `user-emacs-directory' when Emacs is running in batch mode.
5699
5700 * startup.el (inhibit-startup-screen): Reflow docstring.
5701 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5702
5703 2008-10-27 Kenichi Handa <handa@m17n.org>
5704
5705 * descr-text.el (describe-char): Fix terminal case (where font is nil).
5706
5707 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
5708
5709 * face-remap.el (text-scale-increase, text-scale-decrease)
5710 (text-scale-adjust): Remove &optional keyword from the arg list;
5711 the INC argument is not really optional, if the functions happen
5712 to be called from elisp.
5713
5714 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * vc.el: Rename VC methods that were missed when vc-status was
5717 renamed to vc-dir.
5718 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5719 vc-svn-status-extra-headers.
5720 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5721 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5722 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5723 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5724 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5725 vc-dir-status-printer.
5726 (vc-dir-headers): Use `dir-extra-headers' instead of
5727 `status-extra-headers'.
5728 (vc-dir-printer): Rename from vc-dir-status-printer.
5729 (vc-default-dir-extra-headers): Rename from
5730 vc-default-status-extra-headers.
5731 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5732 vc-cvs-status-extra-headers.
5733
5734 * startup.el (server-name): Pacify byte compiler.
5735 (command-line): If --daemon=SERVER_NAME was used, set server-name
5736 before calling server-start.
5737
5738 2008-10-26 Romain Francoise <romain@orebokech.com>
5739
5740 * startup.el (command-line): Call daemon-initialized after
5741 starting the server.
5742
5743 2008-10-26 Kenichi Handa <handa@m17n.org>
5744
5745 * help-fns.el (describe-categories): Display the terse legend at
5746 the head.
5747
5748 * international/characters.el: Docstrings of categories improved.
5749
5750 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5753
5754 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5755 to the courier family.
5756 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5757 usually not serif'd and hence rather unlike verbatim's printed output.
5758
5759 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5760
5761 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5762 when reporting the module.
5763
5764 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5765
5766 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5767
5768 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * files.el (locate-dominating-stop-dir-regexp): New var.
5771 (locate-dominating-file): Change arg from a regexp to a file name.
5772 Rewrite using the vc-find-root code to avoid directory-files which is
5773 too slow. Obey locate-dominating-stop-dir-regexp.
5774 Don't pay attention to changes in owner.
5775 (project-find-settings-file): Adjust call to locate-dominating-file.
5776
5777 * progmodes/flymake.el (flymake-find-buildfile):
5778 Adjust call to locate-dominating-file.
5779
5780 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5781 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5782
5783 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5784
5785 * subr.el (with-current-buffer): Rename buffer argument to
5786 buffer-or-name.
5787 * window.el (get-buffer-window-list): Rename buffer argument to
5788 buffer-or-name and make it optional.
5789
5790 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * completion.el (add-completion-to-head, add-completion): Doc fixes.
5793 (completion-search-next, add-completions-from-file):
5794 Fix typos in docstrings.
5795
5796 * filesets.el (filesets-menu-ensure-use-cached)
5797 (filesets-ingroup-patterns, filesets-filetype-property):
5798 * tutorial.el (get-lang-string):
5799 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5800 Fix typos in docstrings.
5801
5802 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5803 (image-dired-line-up-method, image-dired-thumb-size)
5804 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5805 (image-dired-track-original-file, image-dired-track-thumbnail)
5806 (image-dired-dired-next-line, image-dired-dired-previous-line)
5807 (image-dired-write-comments): Reflow docstrings.
5808 (image-dired-show-all-from-dir-max-files)
5809 (image-dired-format-properties-string, image-dired-create-thumbs)
5810 (image-dired-mark-tagged-files, image-dired-gallery-generate):
5811 Fix typos in docstrings.
5812
5813 * savehist.el (savehist-save-minibuffer-history, savehist-file)
5814 (savehist-additional-variables, savehist-ignored-variables)
5815 (savehist-file-modes, savehist-autosave-interval):
5816 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5817 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5818 (fancy-splash-image):
5819 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5820 (thumbs-conversion-program, thumbs-margin):
5821 Remove spurious * in docstrings.
5822
5823 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
5824
5825 * thingatpt.el (end-of-sexp, beginning-of-sexp)
5826 (forward-same-syntax): Omit default arguments to char-after and
5827 char-before.
5828
5829 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * subr.el (locate-user-emacs-file): New function.
5832 (user-emacs-directory): Mention it in docstring.
5833
5834 * completion.el (save-completions-file-name):
5835 * filesets.el (filesets-menu-cache-file):
5836 * image-dired.el (image-dired-dir, image-dired-db-file)
5837 (image-dired-temp-image-file, image-dired-gallery-dir)
5838 (image-dired-temp-rotate-image-file):
5839 * savehist.el (savehist-file):
5840 * server.el (server-auth-dir):
5841 * thumbs.el (thumbs-thumbsdir):
5842 * tutorial.el (tutorial--saved-dir):
5843 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5844
5845 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5846
5847 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5848 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5849
5850 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * filesets.el: Update author email.
5853 (filesets-data): Doc fix.
5854
5855 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
5856
5857 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5858
5859 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
5860
5861 * international/mule-cmds.el (describe-language-environment):
5862 Indent sample text.
5863
5864 2008-10-23 Glenn Morris <rgm@gnu.org>
5865
5866 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5867
5868 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5869 byte-compile a redefinition of a function with special byte-compile
5870 handling. (Bug#411)
5871
5872 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5873
5874 * ps-print.el: Deal with page sizes for label printes. Suggested by
5875 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5876 (ps-print-version): New version 7.3.3.
5877 (ps-page-dimensions-database): New page sizes for label printers.
5878 (ps-n-up-printing): Fix code.
5879
5880 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
5883
5884 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5885 (list-at-point): Add docstrings.
5886
5887 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5888
5889 * dired-aux.el (dired-do-create-files): Doc fix.
5890
5891 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5892
5893 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5894 with other documentation.
5895
5896 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * replace.el (how-many): Fix typo in docstring.
5899 Reported by Leo <sdl.web@gmail.com>.
5900
5901 2008-10-22 Glenn Morris <rgm@gnu.org>
5902
5903 * international/mule-cmds.el (universal-coding-system-argument):
5904 Check for C-g. (Bug#1205)
5905
5906 2008-10-22 Kenichi Handa <handa@m17n.org>
5907
5908 * international/characters.el: Don't setup
5909 find-word-boundary-function-table.
5910 (next-word-boundary-han, next-word-boundary-kana): Delete them.
5911 (word-combining-categories, word-separating-categories):
5912 Adjust to the change of the docstrings.
5913
5914 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * simple.el (region-active-p): Doc fix.
5917
5918 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5919
5920 * subr.el (apply-partially): Move from here...
5921
5922 * simple.el (apply-partially): ...to here.
5923
5924 2008-10-20 Andreas Schwab <schwab@suse.de>
5925
5926 * subr.el (split-string-and-unquote): Simplify regexp.
5927
5928 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5929
5930 * subr.el (top-level): Require `cl' when compiling.
5931
5932 2008-10-20 David Reitter <david.reitter@gmail.com>
5933
5934 * info.el (Info-mode): Do not remove an existing header line if
5935 `Info-use-header-line' is nil.
5936
5937 2008-10-19 Juri Linkov <juri@jurta.org>
5938
5939 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5940 Add arg `delimited' as in `query-replace' for the case when
5941 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
5942 Add more indicators to the prompt ("word" and "in region").
5943
5944 * replace.el (query-replace, query-replace-regexp)
5945 (replace-string, replace-regexp, perform-replace): Add "word"
5946 indicatiors to the prompt for word delimited replacements.
5947
5948 * replace.el (read-regexp): Rename arg `default' to `default-value'.
5949 Doc fix.
5950
5951 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5952
5953 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
5954
5955 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5956
5957 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5958
5959 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5960 Make argument names follow Elisp manual.
5961
5962 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5963
5964 * textmodes/remember.el (remember-data-file):
5965 * shadowfile.el (shadow-initialize)
5966 <shadow-info-file, shadow-todo-file>:
5967 * savehist.el (savehist-file):
5968 * recentf.el (recentf-save-file):
5969 * pcvs-defs.el (cvs-cvsrc-file):
5970 * international/kkc.el (kkc-init-file-name):
5971 * ido.el (ido-save-directory-list-file):
5972 * calendar/todo-mode.el (todo-file-do, todo-file-done)
5973 (todo-file-top): Run file names that begin with a period thru
5974 `convert-standard-filename'.
5975
5976 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
5977 before-init-hook.
5978
5979 Fix Bug #1183:
5980
5981 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5982 coding-system-for-read to ediff-coding-system-for-write.
5983
5984 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5985 coding-system-for-write to ediff-coding-system-for-write.
5986
5987 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5988 (ediff-coding-system-for-write): Set to emacs-internal.
5989
5990 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * international/mule-conf.el (emacs-internal): New coding system alias.
5993
5994 2008-10-18 Juri Linkov <juri@jurta.org>
5995
5996 * info.el (Info-file-supports-index-cookies-list): New variable.
5997 (Info-file-supports-index-cookies): New function.
5998 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5999 (Info-index-nodes): Let-bind Info-point-loc to nil for files
6000 without an index cookie to ignore it when Info-index-nodes is
6001 called during navigating from an index node with line numbers.
6002 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
6003
6004 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
6005 variable definition section.
6006
6007 * info.el (Info-find-node-2): Put initial point below the header line
6008 and breadcrumbs line.
6009
6010 2008-10-18 Glenn Morris <rgm@gnu.org>
6011
6012 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
6013 the needed external programs were not found.
6014
6015 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6016
6017 * files.el (trash-directory): Run thru `convert-standard-filename'.
6018 (file-modes-char-to-who, file-modes-char-to-right)
6019 (file-modes-rights-to-number, file-modes-symbolic-to-number)
6020 (read-file-modes): Doc fixes.
6021
6022 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * abbrev.el (define-abbrev): Doc fix.
6025
6026 2008-10-17 Alan Mackenzie <acm@muc.de>
6027
6028 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
6029 foo bar [] = { ...".
6030
6031 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * faces.el (face-spec-set-2): Don't pass invalid attributes to
6034 set-face-attribute.
6035
6036 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
6037
6038 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6039 according to `locale-coding-system'. (This fixes trivial bug reported
6040 as part of bug#1179).
6041 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6042 particular order). Use `when'.
6043
6044 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * w32-fns.el (w32-check-shell-configuration): Doc fix.
6047 (w32-add-charset-info): Fix typo in docstring.
6048
6049 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
6050
6051 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
6052 after discussion.
6053
6054 2008-10-16 Magnus Henoch <mange@freemail.hu>
6055
6056 * vc-arch.el (vc-arch-dir-status): New function.
6057 (vc-arch-after-dir-status): New function.
6058
6059 2008-10-16 Glenn Morris <rgm@gnu.org>
6060
6061 * man.el (Man-getpage-in-background): Force recent `man's to output
6062 escape sequences even when stdout is not a tty. (Bug#1142)
6063
6064 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
6065
6066 * international/mule-conf.el: Add `utf8' and `UTF8' as
6067 aliases for the `utf-8' coding system.
6068
6069 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * find-file.el (ff-get-file): Doc fix.
6072 (ff-get-file-name): Use `let', not `let*'.
6073 (ff-search-directories): Fix typo in docstring.
6074 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6075 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
6076 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
6077 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
6078 (cc-other-file-alist, modula2-other-file-alist):
6079 Remove spurious * in docstrings.
6080
6081 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * faces.el (set-face-attribute): Set family and foundry before
6084 other attributes.
6085 (face-spec-set-2): Pass unmodified args to set-face-attribute.
6086
6087 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
6088
6089 * hl-line.el (hl-line-unload-function): New function.
6090 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6091 (hl-line-sticky-flag): Remove spurious * in docstring.
6092
6093 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
6094
6095 * vc-git.el (vc-git-show-log-entry): Include the revision in the
6096 search string.
6097
6098 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
6099
6100 * net/tramp.el (tramp-process-one-action): Embed regexp in
6101 parentheses, before adding end-of-buffer construct. Suggested by
6102 Markus Triska <markus.triska@gmx.at>.
6103
6104 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
6105
6106 * net/newst-plainview.el (w3m-toggle-inline-image):
6107 Define 'declare-function if necessary, for compatibility.
6108
6109 * net/newst-treeview.el (w3m-toggle-inline-images):
6110 Define 'declare-function if necessary, for compatibility.
6111
6112 2008-10-13 Alan Mackenzie <acm@muc.de>
6113
6114 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6115 so that the function works on one-line macros.
6116
6117 * progmodes/cc-engine.el: Amend several doc strings and comments.
6118
6119 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
6120
6121 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6122
6123 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6124 (vc-cvs-stay-local): Add a new choice and default to it.
6125 (vc-cvs-dir-status): Use the new vc-stay-local choice.
6126
6127 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6128
6129 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
6130
6131 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6132 Add support for extended return statement.
6133
6134 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6135 and obj-dir; keep user order.
6136
6137 2008-10-12 Glenn Morris <rgm@gnu.org>
6138
6139 * Makefile.in (ELCFILES): Update.
6140
6141 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6142 (shell-file-name-quote-list): Declare.
6143
6144 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6147
6148 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * startup.el (command-line): If toolbar is disabled but ought to
6151 be initialized, call tool-bar-setup.
6152
6153 * tool-bar.el (tool-bar-setup): Variable deleted.
6154 (tool-bar-setup): Set it up unconditionally.
6155
6156 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6157
6158 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6159 tool-bar-map has been initialized before setting it up.
6160
6161 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6162 tool-bar-map has been initialized before setting it up.
6163
6164 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * emacs-lisp/warnings.el (display-warning): Issue a message if
6167 called during daemon initialization.
6168
6169 * tool-bar.el (tool-bar-local-item)
6170 (tool-bar-local-item-from-menu): Put the check for number of
6171 display colors into the image expression.
6172 (tool-bar-setup): Don't be a no-op on ttys.
6173
6174 * info.el (info-tool-bar-map):
6175 * progmodes/gud.el (gud-tool-bar-map):
6176 * progmodes/grep.el (grep-mode-tool-bar-map):
6177 * progmodes/compile.el (compilation-mode-tool-bar-map):
6178 Initialize it unconditionally.
6179
6180 2008-10-11 Romain Francoise <romain@orebokech.com>
6181
6182 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6183 * kmacro.el (kmacro-edit-lossage): Ditto.
6184 * edmacro.el (edit-kbd-macro): Ditto.
6185
6186 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
6187
6188 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6189 Fix variable names.
6190
6191 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
6192
6193 * startup.el (command-line): Revert 2008-09-26 change, not
6194 necessary anymore.
6195
6196 2008-10-10 Andreas Schwab <schwab@suse.de>
6197
6198 * simple.el (minibuffer-complete-shell-command):
6199 Bind comint-delimiter-argument-list, comint-file-name-chars and
6200 comint-file-name-quote-list like shell-mode.
6201
6202 2008-10-10 Martin Rudalics <rudalics@gmx.at>
6203
6204 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6205 call of select-window.
6206
6207 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
6208
6209 * calc/calc.el (calc-embedded-word-regexp)
6210 (calc-embedded-word-regexp-alist): New variables.
6211 (calc-embedded-open-word, calc-embedded-close-word)
6212 (calc-embedded-open-close-word-alist): Remove unused variables.
6213
6214 * calc/calc-embed.el (calc-embedded-make-info):
6215 Use `calc-embedded-word-regexp' to find words.
6216
6217 2008-10-10 Martin Rudalics <rudalics@gmx.at>
6218
6219 * info.el (Info-extract-menu-counting): New argument no-detail to
6220 skip detailed node listings.
6221 (Info-forward-node): New argument not-up to inhibit going up.
6222 (Info-final-node): Call Info-extract-menu-counting and
6223 Info-forward-node with the new arguments set to avoid infinite
6224 looping. (Bug#1116)
6225
6226 2008-10-10 Eli Zaretskii <eliz@gnu.org>
6227
6228 * startup.el (command-line): Don't invoke tool-bar-mode if it is
6229 not fboundp.
6230
6231 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * startup.el (command-line): Enable tool-bar-mode as long as it is
6234 not suppressed by X resources, regardless of the terminal.
6235
6236 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6237 graphical terminals.
6238 (tool-bar-setup): No-op if called on a tty.
6239
6240 2008-10-09 Eli Zaretskii <eliz@gnu.org>
6241
6242 * frame.el (make-frame-on-tty): Use "F" inside interactive.
6243 Support `pc' ``window-system''.
6244
6245 * progmodes/compile.el (compilation-start): Resurrect the version
6246 for systems that don't support asynchronous subprocesses.
6247
6248 2008-10-09 Martin Rudalics <rudalics@gmx.at>
6249
6250 * window.el (pop-up-frames): Add choice graphic-only.
6251 (display-buffer): When pop-up-frames equals graphic-only do
6252 not pop up new frame on text-only terminals. (Bug#1061)
6253
6254 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6257 (vc-cvs-dir-status): Use it.
6258
6259 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * json.el (json-skip-whitespace): Fix last change.
6262
6263 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
6264
6265 * bs.el (bs-unload-function): New function.
6266
6267 2008-10-08 Sven Joachim <svenjoac@gmx.de>
6268
6269 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6270 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6271 For clarity, explicitly require cl.
6272
6273 2008-10-08 Michael Olson <mwolson@gnu.org>
6274
6275 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6276 can avoid a bad interaction with programs that add functions to
6277 the window-scroll-functions hook. This fixes Bug #858.
6278
6279 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * startup.el (command-line): Use display-warning to warn about an
6282 init file error.
6283 (command-line-1): Remove init file error delay.
6284
6285 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6286
6287 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6288 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6289 (rx-group-if): New function.
6290 (rx-parent): New variable.
6291 (rx-and, rx-or): Put shy groups only when necessary.
6292 (rx-bracket): Remove.
6293 (rx-anything): New function.
6294 (rx-any-delete-from-range, rx-any-condense-range)
6295 (rx-check-any-string): New functions.
6296 (rx-check-any): Return result as a list. Don't convert chars to
6297 strings. Don't prepend "\\" to "^". Don't search for close bracket.
6298 Check char category string. Call rx-form instead of rx-to-string.
6299 (rx-any): Rebuid to complete the function.
6300 (rx-check-not): Fix char category regexp pattern string.
6301 Call rx-form instead of rx-to-string.
6302 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
6303 "[^^]". Call regexp-quote for one char string when not called from
6304 rx-not. Add "\\w", and toggle to upcase. Add the case of
6305 "\\[SCBW]" to toggle.
6306 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6307 instead of rx-to-string.
6308 (rx-kleene): Call rx-form instead of rx-to-string.
6309 Call rx-group-if to adjust putting of shy groups.
6310 (rx-atomic-p): Make check more precisely.
6311 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6312 (rx-regexp): Call rx-group-if.
6313 (rx-form): New function.
6314 (rx-to-string): Call rx-form, rx-group-if.
6315 Refine definition of NO-GROUP.
6316
6317 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
6318
6319 * json.el (json-advance): Use forward-char.
6320 (json-skip-whitespace): Use skip-syntax-forward.
6321
6322 2008-10-07 Alan Mackenzie <acm@muc.de>
6323
6324 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6325 indenting a macro followed by blank lines doesn't backslash the
6326 following non-blank line into the macro.
6327
6328 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * startup.el (before-init-time, after-init-time): Move into emacs.c.
6331 (command-line): Set after-init-time to nil before initialization.
6332
6333 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
6334
6335 * calc/calc-units.el (math-standard-units): Update the values
6336 of the units.
6337
6338 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
6339
6340 * bookmark.el (bookmark-unload-function): New function.
6341
6342 2008-10-06 Andreas Schwab <schwab@suse.de>
6343
6344 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6345
6346 2008-10-06 Martin Rudalics <rudalics@gmx.at>
6347
6348 * mail/footnote.el: Remove * in defcustom docstrings and tell
6349 for most options that customizing them doesn't affect buffers
6350 already displaying footnotes.
6351 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6352 Fix handling of text properties and identical start/end tags.
6353 Do not use format when renumbering.
6354 (Footnote-set-style): Make it work.
6355 (Footnote-insert-numbered-footnote): Simplify.
6356 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6357 (Footnote-goto-footnote): Fix handling of empty section tag.
6358 (Footnote-delete-footnote): Fix handling of identical start/end
6359 tags, empty section tag, and spaced footnotes. Do not use
6360 kill-region.
6361 (footnote-mode): Make most options buffer-local to avoid that
6362 customizing messes up handling of footnotes in buffers that
6363 already display them.
6364
6365 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
6366
6367 * faces.el (x-create-frame-with-faces): Undo previous change.
6368
6369 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6370 existent files.
6371
6372 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * international/mule-cmds.el (universal-coding-system-argument):
6375 Handle digit-argument too.
6376
6377 2008-10-05 Mario Lang <mlang@delysid.org>
6378
6379 * xml.el (xml-parse-string): Use skip-chars-forward.
6380
6381 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6384 existent files.
6385 (vc-bzr-dir-status-files): New function.
6386
6387 2008-10-04 Glenn Morris <rgm@gnu.org>
6388
6389 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
6390
6391 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6392 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
6393
6394 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6395 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
6396
6397 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
6398
6399 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6400 Fix typo. (Bug#1074)
6401
6402 2008-10-04 Martin Rudalics <rudalics@gmx.at>
6403
6404 * progmodes/compile.el (compilation-start): Make sure to move to
6405 point-max only when we are in the compilation buffer. (Bug#1073)
6406
6407 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6410 tool-bar-mode is on.
6411
6412 * vc-svn.el (vc-svn-dir-status-files):
6413 * vc-cvs.el (vc-cvs-dir-status-files): New function.
6414
6415 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 * vc-hg.el (vc-hg-dir-status-files): New function.
6418
6419 2008-10-03 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.el (window--display-buffer-1): Don't care about
6422 visibility since raise-frame does.
6423
6424 2008-10-03 Mario Lang <mlang@delysid.org>
6425
6426 * nxml/xmltok.el (xmltok-forward): Simplify.
6427
6428 2008-10-03 Glenn Morris <rgm@gnu.org>
6429
6430 * Makefile.in (ELCFILES): Update.
6431
6432 * frame.el (set-default-font): Make obsolete.
6433 * mouse.el (mouse-set-font): Use set-frame-font.
6434
6435 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6436 (jka-compr-mode-alist-additions): Also match `.tbz2'.
6437
6438 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6439 * files.el (auto-mode-alist): Add .PRO as per above autoload.
6440
6441 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6442
6443 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6444 (vc-dir-refresh): Set it here instead. (Bug#1067)
6445
6446 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * faces.el (inhibit-frame-set-background-mode): New var.
6449 (frame-set-background-mode): Use it to avoid a loop in
6450 face-spec-recalc.
6451
6452 2008-10-02 Glenn Morris <rgm@gnu.org>
6453
6454 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6455 vc-diff-switches.
6456
6457 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6458
6459 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6460 that is, to take some action when a buffer is killed. Suggested by
6461 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
6462 11.2.2.
6463 (whitespace-action): Docstring and :type fix.
6464 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6465 Code fix.
6466 (whitespace-add-local-hook, whitespace-remove-local-hook)
6467 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6468
6469 2008-10-01 Magnus Henoch <mange@freemail.hu>
6470
6471 * net/tls.el (open-tls-stream): Show the actual command being
6472 executed, instead of the format string.
6473
6474 2008-10-01 Eli Zaretskii <eliz@gnu.org>
6475
6476 * term/internal.el (dos-locale-alist): New alist.
6477 (dos-codepage-setup): Use it to compute a value of locale with
6478 which to call set-locale-environment. Remove code to set
6479 terminal, keyboard, and file-name encoding (done by
6480 set-locale-environment).
6481
6482 * international/mule-cmds.el
6483 (set-language-environment-nonascii-translation): Fix nonascii
6484 value for `pc' ``window-system''.
6485 (set-display-table-and-terminal-coding-system)
6486 (set-default-coding-systems): Don't special-case `pc'.
6487
6488 2008-10-01 Glenn Morris <rgm@gnu.org>
6489
6490 * filesets.el (filesets-menu-name): Fix type.
6491 (filesets-menu-path, filesets-menu-before): Fix types.
6492 Change defaults to be consistent with recentf. (Bug#1056)
6493
6494 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * term/xterm.el (xterm-turn-on-modify-other-keys)
6497 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6498 Don't forget to pass `terminal' to `send-string-to-terminal'.
6499
6500 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6503 (vc-file-not-found-hook): Check, that `buffer-file-name' is
6504 non-nil. It is not clear, whether this is only fixing symptoms on
6505 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
6506 is embedded by that check. So it might be TRT. Suggested by Dan
6507 Nicolaescu <dann@ics.uci.edu>.
6508
6509 2008-09-30 Eli Zaretskii <eliz@gnu.org>
6510
6511 * Makefile.in (ELCFILES): Remove codepage.elc.
6512
6513 * international/codepage.el: File removed, as even ms-dos doesn't
6514 need it anymore.
6515
6516 * loadup.el [ms-dos]: Don't load ccl and codepage.
6517
6518 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6519 (IT-character-translations, cjk-codepages-alist): Remove variables.
6520 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6521 (IT-unicode-translations): Remove charset and base elements.
6522 Add translations for Latin-1 characters.
6523 (IT-setup-unicode-display): Accept a CODING argument. Don't use
6524 base and chset elements of IT-unicode-translations. Don't wrap
6525 translation in "{...}". Set up translations only for characters
6526 for which unencodable-char-position returns non-nil.
6527 (dos-codepage-setup): Don't use special-case codepages in
6528 cjk-codepages-alist.
6529
6530 * files.el (locate-dominating-file): Wrap directory-files with
6531 condition-case, instead of calling file-directory-p, which stats
6532 the directory one more time.
6533
6534 * mail/mail-utils.el (mail-unquote-printable-region):
6535 Use insert-byte instead of insert-char, when the UNIBYTE arg is
6536 non-nil.
6537
6538 2008-09-30 Daiki Ueno <ueno@unixuser.org>
6539
6540 * epa-file.el (epa-file-insert-file-contents): Fix typo.
6541
6542 2008-09-30 Glenn Morris <rgm@gnu.org>
6543
6544 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6545
6546 2008-09-30 Daniel Colascione <danc@merrillpress.com>
6547
6548 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6549 (which-function): Handle nested imenu trees.
6550
6551 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6552 some nested menu items.
6553
6554 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6555
6556 * calc/calc-units.el (math-standard-units): Add entries used to
6557 display the values in the units buffer.
6558 (math-build-units-table): Add entries to the units table to be used
6559 to display the values in the units buffer.
6560 (math-build-units-table-buffer): Use the display entry of the units
6561 table when non-nil.
6562 (calc-define-unit): Add option to enter display value of unit.
6563
6564 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6567
6568 2008-09-29 Eli Zaretskii <eliz@gnu.org>
6569
6570 * files.el (locate-dominating-file): Take file-attributes of
6571 `dir', not of `file' (which never changes).
6572
6573 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6574
6575 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6576 also be `localname'.
6577
6578 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6579 IDENTIFICATION.
6580
6581 2008-09-28 Glenn Morris <rgm@gnu.org>
6582
6583 * vc.el (vc-switches): Give it a doc string.
6584
6585 2008-09-28 Romain Francoise <romain@orebokech.com>
6586
6587 * comint.el (comint-show-output): Adjust to stickiness changes of
6588 the output field.
6589
6590 * startup.el (command-line): Start the daemon server later.
6591
6592 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6593
6594 * subr.el (read-quoted-char): Call char-resolve-modifiers
6595 instead of char-resolve-modifers.
6596
6597 2008-09-27 Glenn Morris <rgm@gnu.org>
6598
6599 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6600 than [return]. (Bug#1031)
6601
6602 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
6603
6604 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6605
6606 2008-09-27 Daiki Ueno <ueno@unixuser.org>
6607
6608 * epg.el (epg-wait-for-status): Check if there is no pending status.
6609 Reported by Ted Romer <ted@romerfamily.com>.
6610
6611 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6612
6613 * startup.el (command-line): Turn on menu-bar-mode and
6614 tool-bar-mode when running as a daemon.
6615
6616 2008-09-26 Eli Zaretskii <eliz@gnu.org>
6617
6618 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6619 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6620 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6621 ($(lisp)/progmodes/cc-engine.elc)
6622 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6623 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6624 ($(lisp)/progmodes/cc-subword.elc)
6625 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6626
6627 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6628 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6629 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6630 ($(lisp)/progmodes/cc-engine.elc)
6631 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6632 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6633 ($(lisp)/progmodes/cc-subword.elc)
6634 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6635
6636 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6637
6638 * informat.el (Info-split-threshold): New variable.
6639 (Info-split): Use it.
6640
6641 * textmodes/texinfmt.el (texinfo-format-buffer):
6642 Use Info-split-threshold to decide whether to split Info files.
6643
6644 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6647 quoting.
6648
6649 * comint.el (comint-dynamic-complete-as-filename): Quote directory
6650 name when reinserting it.
6651
6652 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6653 word-search-backward-lax for incremental word search.
6654
6655 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
6656
6657 * generic-x.el (generic-other-modes): Fix typo in docstring.
6658 (generic-use-find-file-hook, generic-lines-to-scan)
6659 (generic-find-file-regexp, generic-ignore-files-regexp)
6660 (generic-define-mswindows-modes, generic-define-unix-modes):
6661 Remove `*' from docstring.
6662 (generic-mode-find-file-hook): Use `string-match-p'.
6663 (apache-log-generic-mode, mailagent-rules-generic-mode)
6664 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6665 (java-manifest-generic-mode, java-properties-generic-mode)
6666 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6667 for consistency with other modes in generic-x.el.
6668
6669 2008-09-25 Martin Rudalics <rudalics@gmx.at>
6670
6671 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6672 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6673 parens specially only if latex-handle-escaped-parens is non-nil.
6674 (latex-indent-within-escaped-parens): New option.
6675 (latex-find-indent): Bind latex-handle-escaped-parens to
6676 latex-indent-within-escaped-parens. Do not treat escaped parens
6677 specially when this is nil. (Bug#954)
6678
6679 2008-09-25 Glenn Morris <rgm@gnu.org>
6680
6681 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
6682
6683 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6684
6685 * vc.el (vc-mark-resolved): Move message here from
6686 vc-default-mark-resolved.
6687 (vc-default-mark-resolved): Change to an alias for ignore.
6688
6689 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
6690
6691 * term.el (term-emulate-terminal): Encode input string before
6692 checking its length.
6693
6694 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
6695
6696 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6697 is loaded.
6698
6699 * server.el (server-buffer-done): Avoid changing the buffer when
6700 deleting the client's frame (bug#640).
6701
6702 * vc.el (vc-default-mark-resolved): New function.
6703
6704 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
6705
6706 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6707 from raising a wrong-type-argument error.
6708
6709 2008-09-24 Martin Rudalics <rudalics@gmx.at>
6710
6711 * help-fns.el (describe-function-1, describe-variable): Print
6712 relative file name in help buffer.
6713 * faces.el (describe-face): Print relative file name in help
6714 buffer.
6715
6716 2008-09-23 Romain Francoise <romain@orebokech.com>
6717
6718 * subr.el (with-output-to-string): Make sure that the temporary
6719 buffer gets killed.
6720
6721 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
6722
6723 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6724 indentation problem with keyword symbols when a list starts with
6725 ,@ or spaces. (Bug#1012)
6726
6727 2008-09-23 Martin Rudalics <rudalics@gmx.at>
6728
6729 * textmodes/tex-mode.el (latex-find-indent): Try to handle
6730 escaped close parens correctly. (Bug#954)
6731
6732 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
6733
6734 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6735 usage of `fortune-file' even though a FILE argument was passed to
6736 the function.
6737
6738 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6739
6740 * startup.el (command-line): Start the server when in daemon mode.
6741 Remove always true test.
6742
6743 * frame.el (frame-initialize): Remove spurious setting of
6744 special-display-function with the default value.
6745
6746 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
6747
6748 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6749
6750 2008-09-20 Glenn Morris <rgm@gnu.org>
6751
6752 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6753 Fix custom type. (Bug#1011)
6754
6755 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
6756
6757 * files.el (move-file-to-trash): Avoid recursive trashing if
6758 rename-file calls delete-file.
6759
6760 2008-09-20 Glenn Morris <rgm@gnu.org>
6761
6762 * play/fortune.el: Remove leading `*' from defcustom docs.
6763 (fortune-program-options): Doc fix. Allow to be a string again.
6764 Add :version.
6765 (fortune-in-buffer): Handle fortune-program-options as a string.
6766 Don't rely on fortune program accepting options after fortune file.
6767
6768 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
6769
6770 * play/fortune.el (fortune-program-options): Change to a list.
6771 (fortune-in-buffer): Use apply.
6772
6773 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
6774
6775 * emacs-lisp/authors.el: Change encoding of file to utf-8.
6776 (authors-coding-system): Likewise.
6777
6778 2008-09-20 Ami Fischman <ami@fischman.org>
6779
6780 * savehist.el (savehist-save): Handle errors in writing as well as
6781 reading.
6782
6783 2008-09-20 Michael Olson <mwolson@gnu.org>
6784
6785 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6786 to provide a minimal performance boost.
6787
6788 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6789
6790 * proced.el (proced-grammar-alist, proced-custom-attributes)
6791 (proced-format-alist, proced-format, proced-filter-alist)
6792 (proced-filter, proced-sort): Use defcustom.
6793 (proced-mode): Fix docstring.
6794 (proced-process-attributes): Handle return value nil of functions
6795 in proced-custom-attributes.
6796
6797 2008-09-19 Martin Rudalics <rudalics@gmx.at>
6798
6799 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6800 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
6801
6802 2008-09-19 Miles Bader <miles@gnu.org>
6803
6804 * comint.el (comint-output-filter): Make field properties for
6805 output text front-sticky.
6806
6807 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6808
6809 * vc-bzr.el (vc-bzr-show-log-entry):
6810 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6811 C-x v l for a directory uses that.
6812
6813 2008-09-18 Simon Josefsson <simon@josefsson.org>
6814
6815 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6816 .sieve files.
6817
6818 2008-09-18 Martin Rudalics <rudalics@gmx.at>
6819
6820 * help-macro.el (make-help-screen): Preserve key bindings
6821 established in help-mode call when exiting this macro.
6822
6823 2008-09-17 Kenichi Handa <handa@m17n.org>
6824
6825 * language/burmese.el: Fix setting of composition-function-table.
6826
6827 2008-09-17 Martin Rudalics <rudalics@gmx.at>
6828
6829 * info.el (Info-follow-nearest-node): Don't raise an error for
6830 mouse-1 clicks.
6831
6832 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
6833
6834 * calc/calc-units.el (calc-convert-temperature): Use default
6835 units when appropriate.
6836
6837 2008-09-16 Markus Triska <markus.triska@gmx.at>
6838
6839 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6840 catch errors raised in `texmathp'.
6841 (flyspell-tex-math-initialized): Remove.
6842
6843 2008-09-16 Martin Rudalics <rudalics@gmx.at>
6844
6845 * frame.el (select-frame-set-input-focus): With non-nil
6846 mouse-autoselect-window always move mouse cursor to frame's
6847 selected window. Otherwise restore pre 2008-09-13 behavior.
6848 (select-frame-by-name): Use select-frame-set-input-focus.
6849
6850 * files.el (switch-to-buffer-other-frame): Don't raise frame since
6851 pop-to-buffer already does it.
6852 (display-buffer-other-frame): Fix doc-string.
6853
6854 2008-09-16 Glenn Morris <rgm@gnu.org>
6855
6856 * add-log.el (diff-find-source-location): Update declaration.
6857
6858 * progmodes/make-mode.el (makefile-match-function-end):
6859 Move point. (Bug#983)
6860
6861 2008-09-16 Daiki Ueno <ueno@unixuser.org>
6862
6863 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6864
6865 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
6866
6867 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6868 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6869
6870 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
6871
6872 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6873
6874 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6875
6876 * files.el (file-truename): Don't raise args-out-of-range error
6877 when filename has no separator on windows-nt. (Bug#982)
6878
6879 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6882 be more honest when we don't know.
6883 (diff-tell-file-name): Don't prompt before the actual prompt.
6884 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6885 (diff-find-source-location): Add `noprompt' argument.
6886 (diff-current-defun): Don't prompt.
6887
6888 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6889
6890 * proced.el (proced-mark-face, proced-marked-face)
6891 (proced-sort-header-face): Remove.
6892 (proced-font-lock-keywords): Simplify.
6893 (proced-format): Use face proced-sort-header.
6894 (proced-format-interactive, proced-sort-interactive)
6895 (proced-filter-interactive): Only call proced-update if the scheme
6896 has changed.
6897 (proced-sort-header): Use posn-actual-col-row.
6898
6899 2008-09-14 Martin Rudalics <rudalics@gmx.at>
6900
6901 * add-log.el (change-log-find-window): New variable.
6902 (change-log-goto-source-1, change-log-goto-source):
6903 Set change-log-find-window to window displaying source.
6904 (change-log-next-error): Select window specified by
6905 change-log-find-window.
6906
6907 2008-09-13 Martin Rudalics <rudalics@gmx.at>
6908
6909 * frame.el (select-frame-set-input-focus): With focus follows
6910 mouse move mouse cursor to right window.
6911 * window.el (pop-to-buffer): Select window before calling
6912 select-frame-set-input-focus.
6913
6914 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6915
6916 * proced.el (proced-sort-header): New face.
6917 (proced-sort-header-face): New variable.
6918 (proced-format): Allow format value nil.
6919 Use proced-sort-header-face for header of sort column.
6920 (proced-format-args): New function.
6921 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6922 (proced-header-help-echo, proced-field-help-echo, proced-timer)
6923 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6924 (proced-refine): Rename from proced-filter-attribute. Doc fix.
6925 (proced-sort-header): Bind also to mouse-1.
6926 (proced-move-to-goal-column): Return position of point.
6927 (proced-filter-interactive): Always revert listing.
6928 (proced-format-ttname): Simplify.
6929 (proced-update): Do not keep undo information. Put point at
6930 beginning of buffer if we generate the first listing.
6931
6932 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
6933
6934 * doc-view.el (doc-view-scroll-up-or-next-page)
6935 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6936 vertically split windows.
6937
6938 2008-09-12 Glenn Morris <rgm@gnu.org>
6939
6940 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6941
6942 * indent.el (indent-line-function): Doc fix.
6943 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6944
6945 2008-09-11 Martin Rudalics <rudalics@gmx.at>
6946
6947 * window.el (pop-to-buffer): If the window for buffer-or-name is
6948 not on the selected frame, raise that window's frame and give it
6949 input focus. (Bug#745)
6950
6951 2008-09-11 Glenn Morris <rgm@gnu.org>
6952
6953 * ido.el (ido-mode): Initialize with custom-initialize-default,
6954 rather than a set function. (Bug#947)
6955
6956 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
6957
6958 * replace.el (perform-replace): Don't set inhibit-read-only using
6959 query-replace-skip-read-only (bug#956).
6960
6961 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6962 of the <<foo>> form.
6963
6964 2008-09-10 Martin Rudalics <rudalics@gmx.at>
6965
6966 * window.el (display-buffer): Fix doc-string typo.
6967
6968 2008-09-10 Kenichi Handa <handa@m17n.org>
6969
6970 * composite.el (compose-gstring-for-graphic): Fix previous change.
6971
6972 2008-09-10 Glenn Morris <rgm@gnu.org>
6973
6974 * info.el (Info-try-follow-nearest-node): Fix doc typo.
6975
6976 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
6977
6978 * info.el (Info-mouse-follow-nearest-node): Follow links to different
6979 manuals. (Bug#886)
6980
6981 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6982
6983 * ido.el (ido-unload-function): New function.
6984
6985 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * ido.el (ido-file-internal): Fix typo in prompt.
6988 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6989 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6990 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6991 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6992 Fix typos in docstrings.
6993
6994 2008-09-08 Martin Rudalics <rudalics@gmx.at>
6995
6996 * help-fns.el (describe-function-1): Don't print extra newline
6997 after filling.
6998
6999 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * help-fns.el (find-lisp-object-file-name): Handle case where
7002 library is compressed.
7003
7004 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * complete.el (PC-do-completion): Don't replace buffer
7007 contents (bug#227).
7008
7009 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * loadhist.el (unload-feature-special-hooks):
7012 Add `choose-completion-string-functions'.
7013
7014 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * vc-svn.el (vc-svn-root):
7017 * vc-sccs.el (vc-sccs-root):
7018 * vc-rcs.el (vc-rcs-root):
7019 * vc-cvs.el (vc-cvs-root): Delete.
7020 * vc-hooks.el (vc-find-root): Remove `invert' argument.
7021
7022 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de>
7023
7024 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
7025 errors occurring in different files.
7026
7027 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
7028
7029 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
7030 (vc-bzr-status-printer): New function.
7031 (vc-bzr-after-dir-status): Deal with renamed files.
7032
7033 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
7034
7035 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7036 buffer's filename.
7037
7038 2008-09-07 Martin Rudalics <rudalics@gmx.at>
7039
7040 * subr.el (cancel-change-group): Widen buffer temporarily when
7041 undoing changes. (Bug#810)
7042
7043 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
7044
7045 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7046 with gud-stop-subjob rather than exit debugger.
7047
7048 2008-09-07 Kenichi Handa <handa@m17n.org>
7049
7050 * composite.el: Compose combining characters only when it
7051 follows a character matching with "[[:alpha:]]".
7052
7053 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7054
7055 * proced.el: Require time-date.
7056 (proced-command-alist, proced-command, proced-goal-header-re)
7057 (proced-sorting-schemes-alist, proced-sorting-scheme)
7058 (proced-header-alist, proced-sorting-schemes-re)
7059 (proced-skip-regexp, proced-next-line, proced-previous-line)
7060 (proced-listing-type, proced-sorting-scheme-p): Remove.
7061 (proced-grammar-alist, proced-custom-attributes)
7062 (proced-format-alist, proced-format, proced-filter-alist)
7063 (proced-filter, proced-sort, proced-goal-attribute)
7064 (proced-timer-interval, proced-timer-flag, proced-timer)
7065 (proced-process-alist, proced-sort-internal, proced-process-tree)
7066 (proced-header-help-echo, proced-field-help-echo): New variables.
7067 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
7068 (proced-omit-process, proced-filter, proced-process-tree)
7069 (proced-filter-children, proced-children-pids)
7070 (proced-filter-parents, proced-<, proced-string-lessp)
7071 (proced-time-lessp, proced-xor, proced-sort-p)
7072 (proced-format-time, proced-format-start, proced-format-ttname)
7073 (proced-format, proced-process-attributes): New functions.
7074 (proced-toggle-timer-flag, proced-mark-children)
7075 (proced-mark-parents, proced-filter-interactive)
7076 (proced-filter-attribute, proced-sort-interactive)
7077 (proced-sort-header, proced-format-interactive): New commands.
7078 (proced-move-to-goal-column): Use goal-column.
7079 (proced-mode): Use proced-timer.
7080 (proced-do-mark-all): Display process count. Use use-region-p.
7081 Simplify.
7082 (proced-omit-processes): Use use-region-p.
7083 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7084 (proced-sort-start, proced-sort-time, proced-sort-user):
7085 Use proced-sort-interactive.
7086 (proced-sort): Make it a function that performs the actual sort.
7087 (proced-update): New arg revert. Use proced-process-alist,
7088 proced-filter, proced-sort, proced-format, and
7089 proced-grammar-alist. Preserve position of point based on fields.
7090 Make header line and fields clickable.
7091 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7092 (proced-why): Use save-selected-window.
7093 (proced-log): Use buffer-read-only.
7094
7095 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7098
7099 2008-09-06 Glenn Morris <rgm@gnu.org>
7100
7101 * add-log.el (diff-find-source-location): Declare.
7102 (find-change-log): If called from a diff buffer, try to switch to the
7103 source buffer (e.g. to respect change-log-default-name there).
7104
7105 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7106 unallowed characters; added 2006-10-10 without comment. (Bug#753)
7107
7108 * Makefile.in (ELCFILES): Update.
7109
7110 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7113 user enters a mouse event in another frame, or a special event.
7114
7115 * server.el (server-switch-buffer): New arg.
7116 (server-execute): If reusing an existing window, set file position
7117 if required.
7118
7119 2008-09-06 Kenichi Handa <handa@m17n.org>
7120
7121 * language/lao.el: Fix setting of composition-function-table.
7122
7123 2008-09-06 Eli Zaretskii <eliz@gnu.org>
7124
7125 * term/pc-win.el (msdos-show-help): Don't truncate lines while
7126 displaying help echo messages.
7127
7128 2008-09-06 Martin Rudalics <rudalics@gmx.at>
7129
7130 * subr.el (symbol-file): Fix doc-string.
7131
7132 2008-09-06 Glenn Morris <rgm@gnu.org>
7133
7134 * help-mode.el (help-xref-forward-stack): Doc fix.
7135
7136 * add-log.el (change-log-default-name): Autoload safety.
7137
7138 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
7139
7140 * verilog-mode.el (verilog-library-extensions): Enable .sv
7141 filename extensions to call verilog-mode.
7142 (verilog-auto, verilog-auto-inst, verilog-faq)
7143 (verilog-submit-bug-report): Update author support URLs.
7144 (verilog-delete-auto, verilog-auto-inout-module)
7145 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7146 creating complemented testbench modules. Suggested by Yishay Belkind.
7147 (verilog-auto-inst-port, verilog-simplify-range-expression):
7148 When verilog-auto-inst-param-value is set, don't require a
7149 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
7150 Yishay Belkind.
7151 (verilog-auto-inst-param-value): Add safe variable.
7152 (verilog-re-search-forward, verilog-re-search-backward):
7153 Fix returning wrong search results on Emacs 22.1.
7154 (verilog-modi-cache-results, verilog-auto): Fix warning message
7155 about "toggling font-lock-mode."
7156 (verilog-auto): Fix losing font-lock on errors.
7157 (verilog-auto-inst-param-value, verilog-mode-version)
7158 (verilog-mode-version-date, verilog-read-inst-param-value)
7159 (verilog-auto-inst, verilog-auto-inst-param)
7160 (verilog-auto-inst-port, verilog-simplify-range-expression):
7161 Allow parameters to be replaced with their values, on the expansion of
7162 an AUTOINST with Verilog 2001 style parameter settings.
7163 Suggested by David Rogoff.
7164
7165 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
7166
7167 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7168 Better support for the property statement. Sometimes this keyword
7169 introduces a statement which requires an endproperty keyword, and
7170 sometimes it doesn't, depending on the work before the property
7171 word. If property is prefixed with assert, assume or cover
7172 keyword, then the statement is ended with a ';'. Otherwise,
7173 property is like task or specify, and is followed by some number
7174 of statements, which are ended with an endproperty keyword.
7175 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7176 in a highlighted region: indent each line in region according to
7177 mode. Supply this so it works in XEmacs and older Emacs.
7178
7179 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7180
7181 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7182 Don't clean up a buffer when killing it.
7183
7184 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7185
7186 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7187 buffers (bug#360). New version 11.2.1.
7188 (whitespace-action): New value `warn-read-only' to give a warning when
7189 buffer is read-only and whitespace action is cleanup or auto-cleanup.
7190 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7191 (whitespace-warn-read-only): New fun.
7192
7193 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
7194
7195 * international/quail.el: Require help-mode.
7196 (quail-help-init): Function removed.
7197 (quail-keyboard-layout-button, quail-keyboard-customize-button):
7198 Define directly.
7199
7200 * dired.el (dired-get-filename): Rewrite octal escape character
7201 processor (bug#885).
7202
7203 2008-09-05 Eli Zaretskii <eliz@gnu.org>
7204
7205 * cus-edit.el (custom-button-pressed): Default to inverse-video.
7206
7207 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7208 not just for terminal-frame.
7209
7210 2008-09-05 Martin Rudalics <rudalics@gmx.at>
7211
7212 * window.el (window--try-to-split-window): Don't split when window
7213 is not splittable in last disjunct. (Bug#888)
7214
7215 2008-09-05 Kenichi Handa <handa@m17n.org>
7216
7217 * language/tibetan.el: Fix setting of composition-function-table.
7218
7219 * composite.el (find-composition): Mention about the automatic
7220 composition in the docstring.
7221 (compose-gstring-for-graphic): Fix handling "above" marks.
7222
7223 * descr-text.el (describe-char): Fix handling of automatic composition.
7224
7225 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
7226
7227 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7228 (tramp-parse-connection-properties): Reflow docstring.
7229
7230 2008-09-04 Kim F. Storm <storm@cua.dk>
7231
7232 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7233 and other-frame methods when switching between file and buffer modes.
7234
7235 2008-09-04 Martin Rudalics <rudalics@gmx.at>
7236
7237 * info.el (Info-dir-remove-duplicates): Narrow buffer when
7238 removing duplicate entries under same heading. Don't skip char
7239 matching anything but a space or tab at bol. (Bug#864)
7240
7241 2008-09-03 Alan Mackenzie <acm@muc.de>
7242
7243 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7244
7245 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7248 (completion-pcm--all-completions): Move the case-fold-search binding to
7249 it also applies to completion-regexp-list (used in all-completions).
7250 (completion-pcm--hilit-commonality): Add missing case-fold-search.
7251
7252 2008-09-03 Martin Rudalics <rudalics@gmx.at>
7253
7254 * window.el (pop-up-frame-function): Move ...
7255 * frame.el (pop-up-frame-function): ... here, to avoid
7256 "CHANGED outside Customize;".
7257
7258 2008-09-03 Glenn Morris <rgm@gnu.org>
7259
7260 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7261
7262 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7265 non-alphabetical characters properly.
7266
7267 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7268
7269 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7270
7271 2008-09-02 Martin Rudalics <rudalics@gmx.at>
7272
7273 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7274 control-prefixed keys. (Bug#835)
7275
7276 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
7277
7278 * image-mode.el (image-mode): Fix 2008-07-19 change.
7279
7280 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
7281
7282 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7283
7284 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7285
7286 2008-09-02 Glenn Morris <rgm@gnu.org>
7287
7288 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7289
7290 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7291
7292 2008-09-01 Glenn Morris <rgm@gnu.org>
7293
7294 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7295 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7296 and fix name typos. (Bug#856)
7297
7298 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * minibuffer.el (completion-pcm--pattern->regex):
7301 When completion-ignore-case is non-nil, generate a regexp that
7302 ignores case.
7303
7304 * window.el (recenter-top-bottom): Doc fix.
7305
7306 2008-09-01 Simon South <ssouth@member.fsf.org>
7307
7308 * progmodes/delphi.el: New maintainer.
7309 (delphi-interface-types): New var.
7310 (delphi-composite-types): Use it.
7311 (delphi-enclosing-indent-of): Distinguish between "interface"
7312 keyword as a unit separator and used like a class declaration.
7313
7314 2008-09-01 Martin Rudalics <rudalics@gmx.at>
7315
7316 * help-fns.el (describe-simplify-lib-file-name)
7317 (find-source-lisp-file): Remove.
7318 (find-lisp-object-file-name): New function giving preference to
7319 files found via load-path instead of loaddefs.el.
7320 (describe-function-1): Use new function instead of the removed
7321 ones. (Bugs #587, #669, #690)
7322 * faces.el (describe-face): Use find-lisp-object-file-name instead
7323 of describe-simplify-lib-file-name.
7324
7325 2008-09-01 Kenichi Handa <handa@m17n.org>
7326
7327 * international/mule-diag.el (font-show-log): Fix previous change.
7328
7329 * international/mule-cmds.el (set-language-environment):
7330 Don't overwrite current-iso639-language if the current language
7331 environment doesn't provide that data.
7332 (set-locale-environment): Set current-iso639-language from the
7333 locale name.
7334
7335 * international/fontset.el (script-representative-chars): Re-add
7336 the entry for symbol, but with vector of characters.
7337 (setup-default-fontset): Cancel previous change.
7338
7339 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * ido.el: Move provide statement to the end of the file.
7342
7343 2008-08-30 Markus Triska <markus.triska@gmx.at>
7344
7345 * linum.el (linum-mode): `window-size-change-functions' can now be
7346 buffer-local.
7347 (linum-update-window): Use result of `move-overlay'.
7348
7349 2008-08-30 Glenn Morris <rgm@gnu.org>
7350
7351 * subr.el (make-variable-frame-local): Tweak obsolescence message.
7352
7353 * info.el (Info-hide-note-references, Info-refill-paragraphs):
7354 Doc fixes.
7355
7356 * apropos.el (apropos-command): Report documentation errors.
7357 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
7358
7359 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
7360
7361 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7362 string.
7363
7364 2008-08-29 Eli Zaretskii <eliz@gnu.org>
7365
7366 * bindings.el (mode-line-frame-identification): Fix last change.
7367
7368 2008-08-29 Kenichi Handa <handa@m17n.org>
7369
7370 These changes are to adjust the automatic composition for the new
7371 implementation (avoid using text property).
7372
7373 * composite.el (composition-function-table): Move declaration to
7374 composite.c.
7375 (terminal-composition-base-character-p): Delete it.
7376 (terminal-composition-function): Delete it.
7377 (terminal-composition-function-table): Delete it.
7378 (lgstring-header, lgstring-set-header, lgstring-font)
7379 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7380 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7381 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7382 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7383 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7384 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7385 (compose-glyph-string, compose-glyph-string-relative)
7386 (compose-gstring-for-graphic, compose-gstring-for-terminal):
7387 New functions.
7388 (auto-compose-chars): Argument changed.
7389
7390 * language/european.el: Don't setup composition-function-table.
7391 (diacritic-composition-pattern, diacritic-compose-region)
7392 (diacritic-compose-string, diacritic-compose-buffer)
7393 (diacritic-composition-function): Delete them.
7394
7395 * language/lao-util.el (lao-composition-function): Argument changed.
7396
7397 * language/sinhala.el: Fix setting up of composition-function-table.
7398
7399 * language/thai.el: Fix setting up of composition-function-table.
7400
7401 * language/thai-util.el: Encoding changed to utf-8.
7402 (thai-composition-function): Argument changed.
7403
7404 * language/indian.el: Fix setting up of composition-function-table.
7405 (devanagari-composable-pattern)
7406 (tamil-composable-pattern, kannada-composable-pattern)
7407 (malayalam-composable-pattern): New variables.
7408
7409 * international/characters.el (unicode-category-table):
7410 Setup unicode-category-table.
7411
7412 * international/fontset.el (setup-default-fontset): Prepend
7413 iso10646-1 fonts to the fallback font groups instead of appending.
7414
7415 2008-08-29 Glenn Morris <rgm@gnu.org>
7416
7417 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7418
7419 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7420
7421 * term/x-win.el (x-win-suspend-error): Don't signal error if there
7422 are no X frames active.
7423
7424 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
7425
7426 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7427 `ignore-errors' (the function must succeed always).
7428
7429 2008-08-28 Edward O'Connor <hober0@gmail.com>
7430
7431 * json.el (json-read-number): New arg. Handle explicitly signed
7432 numbers.
7433 (json-readtable): Add `+' and `.'.
7434
7435 2008-08-28 Eli Zaretskii <eliz@gnu.org>
7436
7437 * term/pc-win.el (msdos-previous-message): New variable.
7438 (msdos-show-help): New function.
7439 (msdos-initialize-window-system): Set show-help-function to
7440 msdos-show-help.
7441
7442 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7443
7444 * emacs-lisp/debug.el (debug): When killing a noninteractive
7445 Emacs, give an exit status of -1.
7446
7447 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7450
7451 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7452
7453 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7454 not the same as the last modification time, fall back on the
7455 backend-specific check.
7456
7457 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
7458
7459 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7460 to go to the position of interest.
7461
7462 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
7463
7464 * textmodes/artist.el (artist-mode-init): Add comment on the
7465 setting up of the `artist-replacement-table' array.
7466 (artist-get-replacement-char): New defsubst.
7467 (artist-get-char-at-xy-conv, artist-replace-char)
7468 (artist-replace-chars, artist-replace-string): Use it instead of
7469 accessing `artist-replacement-table' directly.
7470 Reported by Rubén Berenguel <ruben@maia.ub.es>.
7471
7472 (artist-mt): Fix structures for cut and copy operations.
7473
7474 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * shell.el (shell-file-name-quote-list): Quote `$'.
7477
7478 * comint.el (comint-dynamic-complete-as-filename): Generalize last
7479 change to allow quoting of characters before point.
7480 (comint-dynamic-list-filename-completions): Quote common substring.
7481
7482 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * comint.el (comint-dynamic-complete-as-filename): If case is
7485 ignored while matching, replace the entire filename with completion.
7486
7487 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7488 flyspell-pre-point is valid to avoid signalling an error in
7489 post-command-hook.
7490
7491 2008-08-26 Johan Bockgård <bojohan@gnu.org>
7492
7493 * linum.el (linum): Inherit remaining face attributes from default
7494 face.
7495
7496 2008-08-26 Markus Triska <markus.triska@gmx.at>
7497
7498 * linum.el (linum-delay): Disable - it should no longer be
7499 necessary, and can lead to longer delays.
7500 (linum-update-window): Renumber if margin width has changed.
7501
7502 2008-08-26 Daiki Ueno <ueno@unixuser.org>
7503
7504 * epa.el (epa--key-widget-action): Save the selected window to
7505 make `widget-button-click-moves-point' work. (Bug#733).
7506
7507 2008-08-26 Glenn Morris <rgm@gnu.org>
7508
7509 * calendar/holidays.el (calendar-holidays): Doc fix.
7510
7511 * progmodes/gud.el (tramp-file-name-localname)
7512 (tramp-dissect-file-name): Declare.
7513
7514 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7515
7516 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7517
7518 * bindings.el (mode-line-frame-control): New function, caters to
7519 `pc' ``window system''.
7520 (mode-line-frame-identification): Use it instead of accessing
7521 window-system directly.
7522
7523 2008-08-25 Juri Linkov <juri@jurta.org>
7524
7525 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7526 `center-line' and "\eS" from `center-paragraph'.
7527 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7528 `center-paragraph'.
7529
7530 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
7531
7532 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7533 (newsticker-treeview-treewindow-width): New.
7534 (newsticker-treeview-listwindow-height): New.
7535 (newsticker-treeview-browse-url-item): New.
7536 (newsticker-treeview-mode-map):
7537 Add newsticker-treeview-browse-url-item.
7538 (newsticker--treeview-window-init):
7539 Use newsticker-treeview-treewindow-width and
7540 newsticker-treeview-listwindow-height.
7541
7542 * net/newst-reader.el (newsticker-browse-url-item): New.
7543
7544 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7545
7546 * vc-dir.el (vc-dir-marked-only-files-and-states):
7547 (vc-dir-child-files-and-states): Reverse the list before returning it.
7548
7549 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
7550
7551 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7552
7553 2008-08-24 Romain Francoise <romain@orebokech.com>
7554
7555 * progmodes/python.el (run-python): Remove '' from sys.path.
7556
7557 2008-08-23 Glenn Morris <rgm@gnu.org>
7558
7559 * progmodes/fortran.el (fortran-tab-mode-string)
7560 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7561
7562 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7563
7564 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7565 Add declare-function.
7566
7567 * startup.el (command-line): Don't call tty-register-default-colors
7568 if initial-window-system is `pc'.
7569
7570 * term/internal.el (local-function-key-map): Fix unbalanced parens.
7571 (msdos-key-remapping-map): New variable. Move here all the special
7572 keys we will be remapping via local-function-key-map.
7573 (msdos-setup-keyboard): New function.
7574
7575 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7576 make-msdos-frame.
7577 (terminal-init-internal): New function, errors out if called.
7578 (msdos-initialize-window-system): New function.
7579 (msdos-create-frame-with-faces): Set the terminal's
7580 `terminal-initted' (sic!) parameter.
7581 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7582 (window-system-initialization-alist):
7583 Add msdos-initialize-window-system.
7584 (handle-args-function-alist): Use tty-handle-args for `pc'
7585 ``window system'' as well.
7586 (pc-win): Provide.
7587
7588 * term/tty-colors.el (tty-register-default-colors): Remove bogus
7589 code for using msdos-color-values.
7590
7591 * loadup.el [ms-dos]: Load term/pc-win.
7592
7593 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
7594
7595 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7596 directory name.
7597
7598 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * progmodes/gud.el (gud-common-init): Use absolute file so that
7601 perldb works with tramp (sudo).
7602
7603 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7604 match data in process filters.
7605
7606 2008-08-23 Martin Rudalics <rudalics@gmx.at>
7607
7608 * dired.el (dired-buffer-stale-p): Do not revert buffer that
7609 can be written.
7610
7611 2008-08-23 Glenn Morris <rgm@gnu.org>
7612
7613 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7614 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
7615
7616 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * subr.el (temp-buffer-show-hook): Doc fix.
7619
7620 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
7621
7622 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7623 and "INSIDE_EMACS=...". Reported by Tassilo Horn
7624 <tassilo@member.fsf.org>.
7625
7626 * net/trampver.el: Update release number.
7627
7628 * net/xesam.el (xesam-minor-mode): New minor mode.
7629 (xesam-highlight-buffer): Remove. Code moved to
7630 `xesam-minor-mode'.
7631 (xesam-refresh-entry): Use `xesam-minor-mode'.
7632
7633 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7634
7635 * minibuffer.el (completion--try-word-completion):
7636 Disable partial-completion when considering the addition of a space
7637 or hyphen.
7638
7639 2008-08-21 John Paul Wallington <jpw@pobox.com>
7640
7641 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7642 filename of `tofile' doesn't contain any colons on Windows,
7643 Cygwin, and MS-DOS systems.
7644
7645 2008-08-21 Daiki Ueno <ueno@unixuser.org>
7646
7647 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7648 (epg-context-set-progress-callback): Make sure the callback is a
7649 cons of a function and a handback. Update all callers.
7650
7651 2008-08-20 David Reitter <david.reitter@gmail.com>
7652
7653 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7654 Patch applied by Adrian Robert.
7655
7656 2008-08-20 Kevin Ryde <user42@zip.com.au>
7657
7658 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7659 directive lines.
7660
7661 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/xesam.el (xesam-highlight-string): Precise doc string.
7664 (xesam-highlight-buffer): New defun.
7665 (xesam-refresh-entry): Use it. Better check for sourceModified.
7666
7667 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7670 their names.
7671
7672 2008-08-19 Kenichi Handa <handa@m17n.org>
7673
7674 * language/european.el ("Esperanto"): Change the preferred
7675 charsets to iso-8859-3.
7676
7677 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7678
7679 * international/fontset.el (script-representative-chars):
7680 Delete the entry for symbol.
7681 (setup-default-fontset): For symbol characters, don't specify
7682 :script property.
7683
7684 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7685
7686 * minibuffer.el (completion-table-dynamic): Doc fix.
7687
7688 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7689 saved.
7690
7691 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7692
7693 * emulation/edt.el (edt-default-emulation-setup):
7694 Share global-buffers-menu-map with the emulated global map.
7695
7696 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7697
7698 * term/ns-win.el (global): Uncomment "put backspace
7699 ascii-character..." and friends, they are needed for tramp. (Bug#725)
7700
7701 2008-08-18 Kenichi Handa <handa@m17n.org>
7702
7703 * international/mule-diag.el (font-show-log): Add optional arg N
7704 to control the limit of font listing.
7705
7706 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7707
7708 * window.el (recenter-top-bottom): Determine top and bottom
7709 positions using scroll-margin instead of scroll-conservatively.
7710
7711 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7712
7713 * proced.el (proced-send-signal): Use beginning-of-line.
7714
7715 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7716
7717 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7718 (proced-mode-map): Add tooltips for menus. Use radio buttons for
7719 listing types.
7720 (proced-log-buffer): New variable.
7721 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7722 region if transient-mark-mode is turned on and the region is active.
7723 (proced-omit-processes): Rename from proced-hide-processes to
7724 avoid key clash with describe-mode (bound to h). Search for
7725 marked processes starting from point-min.
7726 (proced-header-space): Remove.
7727 (proced-send-signal): Handle errors. Operate on current process
7728 if no process is marked.
7729 (proced-why): New command.
7730 (proced-log, proced-log-summary): New functions.
7731 (proced-help): Use proced-why.
7732 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7733 (bibtex-autokey-year-title-separator): Fix docstring.
7734
7735 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
7736
7737 * net/xesam.el (xesam-vendor, xesam-notify-function):
7738 New local variables.
7739 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
7740 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
7741 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7742 (xesam-new-search): Initialize `xesam-vendor'.
7743
7744 2008-08-15 Glenn Morris <rgm@gnu.org>
7745
7746 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7747 a pipeline.
7748 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7749 unless at the end of the pipeline. (Bug#699).
7750
7751 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * minibuffer.el (completion-boundaries): Doc fix.
7754 (display-completion-list): Only default base-size to zero if
7755 completing in the minibuffer.
7756
7757 * simple.el (completion-base-size): Doc fix.
7758 (choose-completion): Try reselecting completion-reference-buffer.
7759
7760 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7761
7762 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7763 also for remote directories.
7764
7765 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7768 since those precomputed values aren't used any more.
7769 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7770
7771 2008-08-14 Martin Rudalics <rudalics@gmx.at>
7772
7773 * help.el (with-help-window): Return last value in BODY.
7774
7775 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7776
7777 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7778 notify function of the URL.
7779 (xesam-new-search): Encode special characters in the query string.
7780
7781 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7784
7785 2008-08-13 Andreas Schwab <schwab@suse.de>
7786
7787 * net/tramp.el (tramp-handle-shell-command): Handle output going
7788 to current buffer like shell-command. Don't disable undo.
7789
7790 2008-08-13 Glenn Morris <rgm@gnu.org>
7791
7792 * eshell/esh-cmd.el (eshell/which): Handle the case where no
7793 description is found.
7794
7795 2008-08-12 Alan Mackenzie <acm@muc.de>
7796
7797 * progmodes/cc-defs.el (c-emacs-features):
7798 argumentative-bod-function: bind mark-ring to avoid accumulating a
7799 spurious mark.
7800
7801 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * simple.el (visual-line--saved-state): New var.
7804 (visual-line-mode): Save local values of variables, and restore
7805 them when visual-line-mode is disabled.
7806
7807 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
7808
7809 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7810
7811 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * progmodes/cc-defs.el (c-emacs-features):
7814 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7815 moving point during the test.
7816
7817 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7818
7819 2008-08-11 Glenn Morris <rgm@gnu.org>
7820
7821 * term/ns-win.el (x-parse-geometry): Doc fix.
7822
7823 * dired.el (x-popup-menu):
7824 * hi-lock.el (x-popup-menu):
7825 * mouse.el (font-face-attributes):
7826 * calendar/cal-menu.el (x-popup-menu):
7827 * calendar/calendar.el (x-popup-menu):
7828 * calendar/holidays.el (x-popup-menu):
7829 * progmodes/cperl-mode.el (x-popup-menu):
7830 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7831 (x-open-connection):
7832 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7833 (x-command-line-resources):
7834 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7835 (x-display-name, x-command-line-resources):
7836 Add declarations for builds without X.
7837
7838 2008-08-10 Glenn Morris <rgm@gnu.org>
7839
7840 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7841
7842 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
7843
7844 * vc-bzr.el (vc-bzr-find-revision): Rename from
7845 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7846
7847 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
7848
7849 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7850 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
7851 "DONE", when all hits are retrieved.
7852 (xesam-search): Autoload it.
7853
7854 2008-08-11 John Paul Wallington <jpw@pobox.com>
7855
7856 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7857 empty string when no filename.
7858 (define-ibuffer-column filename): Accommodate that change.
7859
7860 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7861 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7862
7863 2008-08-10 Glenn Morris <rgm@gnu.org>
7864
7865 * Makefile.in (ELCFILES): Update.
7866
7867 2008-08-10 John Paul Wallington <jpw@pobox.com>
7868
7869 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7870
7871 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * battery.el (battery-echo-area-format, battery-status-function):
7874 Handle new Linux sysfs format for battery reporting.
7875 (battery-linux-sysfs): New function.
7876
7877 2008-08-07 Martin Rudalics <rudalics@gmx.at>
7878
7879 * add-log.el (change-log-search-tag-name)
7880 (change-log-goto-source): Fix behavior when point is not on tag.
7881
7882 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7883
7884 * startup.el (command-line-ns-option-alist): Use ignore instead of
7885 ns-ignore-0-arg.
7886
7887 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7888 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7889 (ns-alternatives-map): New variable.
7890 (x-set-up-function-keys): Use it.
7891 (global): Comment out "put backspace ascii-character..." and friends.
7892 Move function-key-map into ns-alternatives-map. Don't call
7893 precompute-menubar-bindings. Don't set anything connected with
7894 browse-url.
7895 (after-make-frame-functions): Clarify comment why a hook is added.
7896
7897 2008-08-06 Joakim Verona <joakim@verona.se>
7898
7899 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7900 in url:s.
7901
7902 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7903
7904 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7905 Fix 2008-01-01 change: use a shy group to not affect subsequent
7906 match calls.
7907
7908 2008-08-06 Reto Zimmermann <reto@gnu.org>
7909
7910 * progmodes/vera-mode.el (vera-electric-tab):
7911 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7912 region when active.
7913
7914 2008-08-06 Kenichi Handa <handa@m17n.org>
7915
7916 * faces.el (face-valid-attribute-values): Fix handling the value
7917 of (font-family-list) and font-XXX-table.
7918
7919 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7920
7921 * proced.el (proced-menu): Bind the correct function to for toggling.
7922
7923 * vc-dir.el (vc-dir-mode): Fix typo.
7924
7925 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7926
7927 * whitespace.el (whitespace-newline-mode)
7928 (global-whitespace-newline-mode, whitespace-mode)
7929 (global-whitespace-mode): Improve docstring.
7930
7931 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * kmacro.el (kmacro-exec-ring-item): Add autoload.
7934
7935 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7936
7937 * cus-start.el (all): Handle auto-save-visited-file-name.
7938
7939 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
7940
7941 * files.el (hack-one-local-variable-eval-safep): Handle
7942 lisp-indent-function and scheme-indent-function in addition to the
7943 deprecated lisp-indent-hook.
7944
7945 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
7946
7947 * net/xesam.el (top): Require `wid-edit' always.
7948 (xesam-mode-line, xesam-highlight): New deffaces.
7949 (xesam-objects): New local variable.
7950 (xesam-search-engines): Fix error in field list.
7951 (xesam-mode): Use `xesam-mode-line' instead of
7952 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
7953 proper initialization (why?).
7954 (xesam-highlight-string, xesam-get-hits)
7955 (xesam-kill-buffer-function): New defuns.
7956 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
7957 result of "hit.fields", it isn't a string only. Wrap an error of
7958 the strigi search engine ("xesam:size" is returned as string).
7959 Highlight search items.
7960 (xesam-refresh-search-buffer): Make logic of counters more simple.
7961 Prefetch next hits.
7962 (xesam-signal-handler): Use `xesam-mode-line' instead of
7963 `font-lock-type-face'.
7964 (xesam-new-search): Add `xesam-kill-buffer-function' to
7965 `kill-buffer-hook'.
7966
7967 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7968
7969 * add-log.el (change-log-next-error, change-log-mode): Add support
7970 for `next-error' to call `change-log-goto-source' on named files
7971 in a ChangeLog.
7972
7973 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7974
7975 * calc/calc.el (math-read-number): Handle all C-like languages
7976 properly.
7977
7978 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
7979
7980 * calc/calc.el (math-read-number): Handle C numbers beginning with
7981 0 correctly.
7982
7983 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7984
7985 * term/ns-win.el ([ns-new-frame]): New global key.
7986
7987 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7988
7989 * international/mule-cmds.el (read-char-by-name):
7990 Check UCS names with `assoc-string' and case folding.
7991
7992 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
7993
7994 * net/dbus.el (dbus-call-method-asynchronously)
7995 (dbus-method-return-internal, dbus-method-error-internal):
7996 Declare them with `declare-function'.
7997
7998 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7999
8000 * descr-text.el (describe-char-display): Fix last change:
8001 don't pass CHARSET to `encoded-string-description'.
8002
8003 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
8004
8005 * vc.el (vc-next-action): Update list var correctly after delete.
8006
8007 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
8008
8009 * ido.el (ido-mode): Add toggle notification.
8010
8011 * cus-edit.el (custom-save-all): Avoid destroying symlink if
8012 already visiting the custom file.
8013
8014 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8015 pending output coming after the status change.
8016
8017 2008-08-02 Jason Rumney <jasonr@gnu.org>
8018
8019 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
8020
8021 2008-08-01 Kenichi Handa <handa@m17n.org>
8022
8023 * international/mule-cmds.el (encode-coding-char):
8024 New optional arg CHARSET.
8025
8026 * descr-text.el (describe-char-display): Call encode-coding-char
8027 with the arg CHARSET.
8028 (describe-char): Pay attention to the text-property `charset'.
8029
8030 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
8031
8032 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8033 error messages.
8034 (dbus-set-property): Call `dbus-introspect-get-property' instead
8035 of `dbus-get-property'.
8036
8037 * net/xesam.el (xesam-all-fields): Remove source and content
8038 identifiers.
8039 (xesam-dbus-unique-names): New defvar.
8040 (xesam-dbus-call-method): New defun. Replace all calls of
8041 `dbus-call-method' by `xesam-dbus-call-method'.
8042 (xesam-get-cached-property, xesam-set-cached-property):
8043 New defuns.
8044 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8045 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8046 (xesam-search-engines): Make it an association list. Take changed
8047 layout into account in the corresponding function.
8048 (xesam-delete-search-engine): Remove check for consistency of
8049 `xesam-search-engines', not needed anymore.
8050 (xesam-mode): Show XML query string only in the debug case.
8051
8052 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * files.el (read-file-modes): Fix typo in docstring.
8055
8056 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
8057
8058 * Makefile.in: Avoid maintainer warning for autogenerated unicode
8059 files.
8060
8061 * apropos.el (apropos-symbol): Don't set button skip by default.
8062 (apropos-print): Set button skip iff searching for multiple types.
8063 (apropos-print-doc): Insert blank label button when searching for
8064 a single type.
8065
8066 * button.el (forward-button): Avoid infloop.
8067
8068 * minibuffer.el (read-file-name-completion-ignore-case):
8069 Add cygwin to the list.
8070
8071 2008-07-31 Sven Joachim <svenjoac@gmx.de>
8072
8073 * files.el (abbreviate-file-name): When replacing $HOME with ~,
8074 turn off case-fold-search.
8075
8076 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
8077
8078 * net/dbus.el (top): Don't register for "NameOwnerChanged".
8079 (dbus-message-type-invalid, dbus-message-type-method-call)
8080 (dbus-message-type-method-return, dbus-message-type-error)
8081 (dbus-message-type-signal): New defconst.
8082 (dbus-ignore-errors): Fix `edebug-form-spec' property.
8083 (dbus-return-values-table): New defvar.
8084 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
8085 New defun.
8086 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
8087 Extend docstring. Adapt implementation according to new
8088 `dbus-event' layout.
8089 (dbus-event-service-name, dbus-event-path-name)
8090 (dbus-event-interface-name, dbus-event-member-name):
8091 Adapt implementation according to new `dbus-event' layout.
8092 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8093
8094 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8095 (xesam-mode): Rework implementation.
8096 (xesam-new-search): Additional parameter TYPE.
8097 (xesam-search): Adapt call of `xesam-new-search'.
8098
8099 2008-07-31 Juri Linkov <juri@jurta.org>
8100
8101 * dired-aux.el (dired-do-chmod): Set default value to the original
8102 mode string using absolute notation like u=rwx,g=rx,o=rx.
8103 Use it as a new arg `default' of `dired-mark-read-string'.
8104 (dired-mark-read-string): Add new optional arg `default'.
8105
8106 * files.el (read-file-modes): Set default value to the original
8107 mode string using absolute notation like u=rwx,g=rx,o=rx.
8108 Use it as the `default' arg of `read-string'.
8109
8110 * filesets.el (filesets-cmd-isearch-getargs): Check if the
8111 variable `files' is bound to avoid warnings.
8112
8113 * isearch.el (isearch-forward-regexp, isearch-forward-word)
8114 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8115 to the command `isearch-forward' instead of displaying "See C-s".
8116 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8117 with their interactive specifications. Move reading the face name to
8118 the main body after calls to isearch-done and isearch-clean-overlays.
8119
8120 * mb-depth.el: Unify all names under one common name prefix
8121 `minibuffer-depth-'.
8122 (minibuffer-depth-indicator-function): Rename from
8123 `minibuf-depth-indicator-function'.
8124 (minibuffer-depth-overlay): Rename from
8125 `minibuf-depth-overlay'.
8126 (minibuffer-depth-setup): Rename from
8127 `minibuf-depth-setup-minibuffer'.
8128 (minibuffer-depth-indicate-mode): Rename from
8129 `minibuffer-indicate-depth-mode'.
8130
8131 2008-07-31 Juri Linkov <juri@jurta.org>
8132
8133 * dired-aux.el (dired-isearch-filenames-toggle): New command.
8134 (dired-isearch-filenames-setup): Bind "\M-sf" to
8135 dired-isearch-filenames-toggle in isearch-mode-map.
8136 (dired-isearch-filenames-end): Bind "\M-sf" to nil
8137 in isearch-mode-map.
8138
8139 * isearch.el (isearch-edit-string-set-word): New command.
8140 (minibuffer-local-isearch-map): Bind "\C-w" to
8141 isearch-edit-string-set-word.
8142 (isearch-new-word): Temporary internal variable.
8143 (isearch-edit-string): Remove special case of reading the
8144 first character and checking it for C-w.
8145
8146 * simple.el (read-shell-command, shell-command):
8147 Move code that uses minibuffer-with-setup-hook to set
8148 minibuffer-default-add-function to minibuffer-default-add-shell-commands
8149 from the interactive spec of `shell-command' to `read-shell-command'.
8150
8151 * international/mule-cmds.el (read-char-by-name):
8152 Accept hash notation. Doc fix.
8153 (ucs-insert): Doc fix. Convert to number only when `arg' is
8154 a string. Use separate error message when `arg' is not an integer.
8155 Bind `ucs-insert' to `C-x 8 RET'.
8156
8157 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
8158
8159 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8160 move the (arglist-cont-nonempty) from c-offsets-alist to
8161 c-hanging-braces-alist like other styles already have.
8162
8163 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8164
8165 * textmodes/texinfmt.el:
8166 * nxml/nxml-enc.el:
8167 * mail/feedmail.el:
8168 * international/mule.el:
8169 * international/latexenc.el:
8170 * emulation/viper-util.el:
8171 * emulation/viper-init.el:
8172 * emulation/viper-ex.el:
8173 * emacs-lisp/bytecomp.el:
8174 * version.el:
8175 * subr.el:
8176 * startup.el:
8177 * sort.el:
8178 * shadowfile.el:
8179 * recentf.el:
8180 * printing.el:
8181 * paths.el:
8182 * minibuffer.el:
8183 * ls-lisp.el:
8184 * loadup.el:
8185 * hippie-exp.el:
8186 * finder.el:
8187 * files.el:
8188 * ediff-util.el:
8189 * ediff-ptch.el:
8190 * ediff-init.el:
8191 * ediff-diff.el:
8192 * dired.el:
8193 * dired-aux.el:
8194 * cus-edit.el:
8195 * bindings.el:
8196 * arc-mode.el:
8197 * add-log.el: Remove VMS support.
8198 * obsolete/vmsproc.el:
8199 * obsolete/vms-pmail.el:
8200 * obsolete/vms-patch.el: Remove file.
8201
8202 2008-07-31 Alan Mackenzie <acm@muc.de>
8203
8204 * progmodes/cc-mode.el (c-before-hack-hook): New function
8205 (Top Level): Install c-before-hack-hook on
8206 before-hack-local-variables-hook, rather than
8207 c-postprocess-file-styles on hack-local-variables-hook.
8208
8209 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * files.el (normal-mode): Move call to hack-project-variables into
8212 hack-local-variables.
8213 (file-local-variables-alist, before-hack-local-variables-hook):
8214 New vars.
8215 (ignored-local-variables): Add file-local-variables-alist.
8216 (hack-local-variables-filter): Renamed from
8217 hack-local-variables-apply. Add the result to
8218 file-local-variables-alist, without applying them.
8219 (hack-local-variables): Set file-local-variables-alist to nil.
8220 Call hack-project-variables and before-hack-local-variables-hook.
8221 Apply variables here, instead of hack-local-variables-apply.
8222 Based on a patch by Alan Mackenzie.
8223
8224 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
8225
8226 * info-look.el (autoconf-mode :doc-spec): For
8227 "(autoconf)M4 Macro Index", if the item already
8228 begins with "AS_", don't prefix that string again.
8229
8230 2008-07-30 Juri Linkov <juri@jurta.org>
8231
8232 * info.el (info, Info-mode): Doc fix.
8233
8234 * isearch.el (isearch-mode-map): Bind `M-s r' to
8235 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8236 (search-map): Bind `M-s w' to `isearch-forward-word' globally
8237 in the global map `search-map'.
8238 (isearch-forward): Doc fix.
8239 (isearch-forward-word, isearch-toggle-case-fold): New commands.
8240
8241 * simple.el (quoted-insert): Comment out code that treats
8242 0240-0377 specially.
8243
8244 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
8245
8246 * cus-start.el: Add customization info for
8247 read-buffer-completion-ignore-case.
8248
8249 2008-07-30 Sam Steingold <sds@gnu.org>
8250
8251 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8252
8253 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8254
8255 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8256 (vc-dir-mode): Improve docstring.
8257
8258 2008-07-30 Juri Linkov <juri@jurta.org>
8259
8260 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8261 for the sake of isearch-mode-hook in dired-mode in dired.el.
8262
8263 2008-07-19 Markus Triska <markus.triska@gmx.at>
8264
8265 * image-mode.el (image-mode): Set image-mode-text-map when image
8266 cannot be displayed.
8267
8268 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
8269
8270 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8271 ada-xref-set-default-prj-values.
8272 (ada-prj-display-page): Ditto.
8273
8274 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8275 (ada-make-filename-from-adaname): Fix free variable.
8276
8277 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
8278
8279 * vc-git.el (vc-git-status-printer): Synchronize with the default.
8280
8281 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
8282
8283 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8284 for declarations inside a parenthetical list. The code is ill-advised,
8285 and doesn't work given user defined types.
8286 (verilog-set-auto-endcomments): Enhance function automatic
8287 endcomment to support functions that return user defined types.
8288 (verilog-mode): Add code to tell which-function-mode minor mode
8289 that Verilog supports this feature.
8290 (verilog-beg-block-re-ordered, verilog-indent-re)
8291 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8292 (verilog-leap-to-head): Support the new virtual and/or protected
8293 tasks, as well as extern declarations of tasks for indenting and
8294 for forward/backward expression.
8295
8296 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
8297
8298 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8299 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
8300 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8301 (verilog-string-replace-matches): Avoid recursion with small
8302 replacements.
8303 (verilog-auto-inst-param-value, verilog-mode-version)
8304 (verilog-mode-version-date, verilog-read-inst-param-value)
8305 (verilog-auto-inst, verilog-auto-inst-param)
8306 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8307 verilog-auto-inst-param-value option for AUTOINST. Suggested by
8308 David Rogoff. This allows parameters to be replaced with their
8309 values, on the expansion of an AUTOINST with Verilog 2001 style
8310 parameter settings.
8311
8312 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
8313
8314 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8315 to `cddr'.
8316
8317 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
8318
8319 * Makefile.in (ELCFILES): Add mairix.elc.
8320
8321 2008-07-29 David Engster <deng@randomsample.de>
8322
8323 * net/mairix.el: New file.
8324
8325 2008-07-29 Juri Linkov <juri@jurta.org>
8326
8327 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8328 instead of variable-pitch with bold and 1.2 height.
8329
8330 * dired-aux.el (dired-do-async-shell-command): New command.
8331
8332 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8333 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
8334
8335 2008-07-29 Juri Linkov <juri@jurta.org>
8336
8337 * international/mule-cmds.el (ucs-names): New internal variable.
8338 (ucs-names): New function.
8339 (ucs-completions): New lazy completion variable.
8340 (read-char-by-name): New function.
8341 (ucs-insert): Replace interactive spec letter "s" with the call to
8342 `read-char-by-name'.
8343
8344 * replace.el (read-regexp): Add second arg `default'. Doc fix.
8345
8346 * replace.el (occur-read-primary-args):
8347 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8348 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8349 second arg of `read-regexp'.
8350
8351 * dired-aux.el (dired-isearch-filenames): New user option.
8352 (dired-isearch-orig-success-function): New internal variable.
8353 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8354 (dired-isearch-success-function): New functions.
8355 (dired-isearch-filenames, dired-isearch-filenames-regexp):
8356 New commands.
8357
8358 * dired.el (dired-insert-set-properties): Add new text property
8359 `dired-filename' to put on file names.
8360 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8361 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8362 Add menu items.
8363 (dired-mode): Add hook `dired-isearch-filenames-setup' to
8364 buffer-local `isearch-mode-hook'.
8365
8366 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
8367
8368 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8369 (ada-create-case-exception): Fix typo in docstring.
8370 (ada-no-auto-case): Return nil, not the docstring.
8371 (ada-indent-current): Reflow docstring.
8372
8373 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8374 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8375 (ada-prj-load-from-file): Reflow docstring.
8376 (ada-prj-display-page): Fix typo in widget.
8377
8378 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8379 Fix typos in docstrings.
8380
8381 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8382 (ada-compile-current, ada-check-current, ada-run-application)
8383 (ada-get-ali-file-name): Fix typos in docstrings.
8384 (ada-xref-confirm-compile, ada-find-references)
8385 (ada-find-local-references, ada-find-any-references): Doc fixes.
8386 (ada-get-all-references): Fix typo in error message.
8387 (ada-xref-current-project): Use `let', not `let*'.
8388 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8389
8390 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8391
8392 * whitespace.el (whitespace-newline): Change initialization to have a
8393 low contrast relative to the background color. Suggested by David
8394 Reitter <david.reitter@gmail.com>.
8395
8396 2008-07-28 Juri Linkov <juri@jurta.org>
8397
8398 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8399 New functions.
8400
8401 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8402 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
8403
8404 2008-07-28 Seiji Zenitani <zenitani@mac.com>
8405
8406 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8407 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8408
8409 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
8410
8411 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8412 Add support for add-log.
8413 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8414
8415 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8416 (ada-prj-save): Prompt for file name if not given.
8417 (ada-prj-display-page): Display casing exceptions.
8418
8419 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8420 Ada mode project files. Delete 'main_unit' project variable;
8421 only need 'main'. Simplify handling of default project values.
8422 Use cross-prefix consistently.
8423 (ada-find-executable): Throw error if not found.
8424 (ada-initialize-runtime-library): Improve error handling when
8425 gnatls not found.
8426 (ada-gnat-parse-gpr): New.
8427 (ada-treat-cmd-string): Allow process environment variables.
8428 (ada-xref-set-default-prj-values): Delete; replace with
8429 ada-default-prj-properties.
8430 (ada-parse-prj-file): Handle GNAT project files.
8431 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8432 (ada-select-prj-file): New.
8433 (ada-get-absolute-dir-list): Allow project and environment variables.
8434
8435 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
8436
8437 Sync with Tramp 2.1.14.
8438
8439 * net/tramp.el (tramp-perl-directory-files-and-attributes)
8440 (tramp-get-device): Make device number a cons cell.
8441 (tramp-convert-file-attributes): Make inode a cons cell.
8442
8443 * net/trampver.el: Update release number.
8444
8445 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8446
8447 * faces.el (face-set-after-frame-default): Treat 'ns as all other
8448 window systems.
8449
8450 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8451
8452 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8453
8454 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8455
8456 Remove support for Mac Carbon.
8457 * term/mac-win.el: Remove file
8458 * international/mule-cmds.el:
8459 * version.el:
8460 * startup.el:
8461 * simple.el:
8462 * mwheel.el:
8463 * mouse.el:
8464 * loadup.el:
8465 * isearch.el:
8466 * info.el:
8467 * frame.el:
8468 * faces.el:
8469 * disp-table.el:
8470 * cus-start.el:
8471 * cus-face.el:
8472 * cus-edit.el:
8473 * Makefile.in: Remove code for Carbon.
8474
8475 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
8476
8477 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8478 bindings for functions deleted by Dan N. 2008-07-21. Set
8479 where-is-preferred-modifier. Add show-manual option to Help menu.
8480
8481 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
8482
8483 * net/tramp.el (tramp-handle-start-file-process):
8484 Set query-on-exit flag. Kill temporary buffer.
8485 (tramp-process-sentinel): Remove defun.
8486 (tramp-do-copy-or-rename-file-out-of-band)
8487 (tramp-maybe-open-connection): Don't call it.
8488
8489 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8490 `tramp-process-sentinel'.
8491
8492 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8493 `tramp-process-sentinel'.
8494
8495 * net/xesam.el (xesam-from): Remove defvar.
8496 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
8497 and `mode-line-position'.
8498 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
8499 information to the widgets. Don't set `mode-line-position'.
8500 (xesam-refresh-search-buffer): Correct hit number computing.
8501 Don't set `mode-line-position'.
8502 (xesam-new-search): Add debug information to the mode line.
8503
8504 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8505
8506 * diff-mode.el (diff-show-trailing-blanks): Renamed to
8507 diff-show-trailing-whitespaces.
8508
8509 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8512 invalid filename strings when parsing tex errors (bug#376).
8513
8514 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
8515
8516 * menu-bar.el (menu-bar-file-menu): Fix typo.
8517
8518 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * play/solitaire.el (solitaire-mode-map): Define within defvar.
8521 (solitaire-mode): Define with `define-derived-mode'.
8522 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8523 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8524 (solitaire-undo, solitaire-check): Use `when'.
8525 (solitaire-solve): Err out if the solitaire is already in progress.
8526 Use `when'.
8527
8528 * descr-text.el (describe-char): Don't overwrite local variable char
8529 when describing characters with display-table entries. Display font
8530 backend when describing composed characters. Simplify: use `let'
8531 instead of `let*', and `or x y' instead of `if x x y'.
8532
8533 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * image-mode.el (image-minor-mode): Set up winprops.
8536
8537 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8538
8539 * diff-mode.el (diff-show-trailing-blanks): New fun.
8540 Show trailing blanks in modified lines for diff-mode.
8541
8542 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
8543
8544 * Makefile.in (ELCFILES): Add net/xesam.el.
8545
8546 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8547 process name. Reported by Markus Triska <markus.triska@gmx.at>.
8548
8549 * net/xesam.el: New file.
8550
8551 2008-07-24 Sven Joachim <svenjoac@gmx.de>
8552
8553 * dired-aux.el (dired-copy-file-recursive): Avoid calling
8554 set-file-modes when creating target directories.
8555
8556 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
8557
8558 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8559 Set `show-trailing-whitespace' to nil.
8560 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8561 Fix typos in docstrings.
8562
8563 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
8564
8565 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8566 key remapping, not directly.
8567
8568 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8569
8570 * whitespace.el: New version 11.2.
8571 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8572 minor mode visualization.
8573
8574 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8575
8576 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8577
8578 * Makefile.in (ELCFILES): Add term/common-win.elc.
8579
8580 * vc-dir.el (vc-dir-search, vc-dir-isearch)
8581 (vc-dir-isearch-regexp): New functions.
8582 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8583
8584 2008-07-23 Juri Linkov <juri@jurta.org>
8585
8586 * isearch-multi.el: Remove file to avoid dos file name clashes
8587 with isearch-x.el. Move most content to misearch.el.
8588
8589 * misearch.el: New file with most content from isearch-multi.el.
8590 Rename `isearch-buffers' name prefixes to `multi-isearch'.
8591 Remove `isearch-buffers-minor-mode'. Add new function
8592 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
8593 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8594 `multi-isearch-files', `multi-isearch-files-regexp'.
8595
8596 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
8597
8598 * isearch.el (isearch-message-prefix): Display "Multi" when
8599 `multi-isearch-next-buffer-current-function' is non-nil.
8600 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8601 with `multi-isearch-next-buffer-current-function', and
8602 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8603
8604 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8605 `multi-isearch-next-buffer-function' instead of
8606 `isearch-buffers-next-buffer-function'. Remove call to
8607 `isearch-buffers-minor-mode'.
8608
8609 * buff-menu.el (Buffer-menu-marked-buffers)
8610 (Buffer-menu-isearch-buffers)
8611 (Buffer-menu-isearch-buffers-regexp): New functions.
8612 (Buffer-menu-mode-map): Bind "M-s a C-s" to
8613 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8614 `Buffer-menu-isearch-buffers-regexp'.
8615 (Buffer-menu-mode): Document new commands in docstring.
8616 (list-buffers-noselect): Add one space after Info file name
8617 according to the Info address convention.
8618
8619 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8620 New functions.
8621
8622 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8623 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8624 (ibuffer-mode): Document new commands in docstring.
8625
8626 * filesets.el (filesets-commands): Add commands for "Isearch" and
8627 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
8628 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8629 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8630 or `multi-isearch-files-regexp'.
8631 (filesets-cmd-query-replace-getargs): Call standard function
8632 `query-replace-read-args' to read `query-replace' arguments.
8633 Add `multi-query-replace-map'.
8634 (filesets-cmd-query-replace-regexp-getargs)
8635 (filesets-cmd-isearch-getargs): New functions.
8636
8637 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8638
8639 * international/mule.el (recode-region): Deactivate mark at the end.
8640
8641 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de>
8642
8643 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8644 Use more suitable colors on dark displays.
8645
8646 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
8647
8648 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8649 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8650 (tramp-temp-buffer-name): New defconst.
8651 (tramp-handle-start-file-process): Use it. Apply "exec", for the
8652 command. No trailing prompt.
8653 (tramp-process-sentinel): Remove temporary buffer, if existing.
8654 Don't handle trailing prompt.
8655 (tramp-open-connection-setup-interactive-shell):
8656 Use `tramp-temp-buffer-name'.
8657
8658 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * shell.el (shell-dynamic-complete-functions):
8661 Use comint-dynamic-complete-filename as well (bug#361).
8662
8663 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 * term/ns-win.el:
8666 * version.el (emacs-version):
8667 * loadup.el:
8668 * frame.el (make-frame-on-display): Check for ns instead of
8669 ns-windowing.
8670
8671 * dired.el (dired-mode-map): Show the key binding for wdired.
8672
8673 * menu-bar.el (menu-bar-file-menu): Show the key binding for
8674 exiting Emacs.
8675
8676 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8677
8678 * term/ns-win.el (x-list-fonts): Drop alias.
8679
8680 2008-07-23 Juri Linkov <juri@jurta.org>
8681
8682 * replace.el (multi-query-replace-map): New variable.
8683 (perform-replace): Add processing of new multi-buffer keys bound
8684 to `automatic-all' and `exit-current'. Set `query-flag' to nil
8685 if last input char was `automatic-all'. Set new local variable
8686 `multi-buffer' to t when one of new two keys were typed. Return
8687 non-nil value of `multi-buffer' that tells to calling functions
8688 to continue replacement on the next file.
8689
8690 * progmodes/etags.el (tags-query-replace): Set arg `map' of
8691 `perform-replace' to `multi-query-replace-map'.
8692
8693 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8696 otherwise displayed in every buffer.
8697
8698 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8699 (vc-arch-trim-one-revlib): Delete temp directories as well.
8700
8701 2008-07-22 Stephen Eglen <stephen@gnu.org>
8702
8703 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
8704
8705 2008-07-22 Sven Joachim <svenjoac@gmx.de>
8706
8707 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8708
8709 2008-07-22 Miles Bader <miles@gnu.org>
8710
8711 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8712 (sh-mode-map): Remove remapping of newline-and-indent.
8713
8714 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8715
8716 * vc.el (Todo): Update.
8717
8718 * vc-hooks.el: Remove obsolete comment.
8719
8720 * vc-git.el (vc-git-status-printer): Update the directory display
8721 to match the default.
8722
8723 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8724
8725 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8726
8727 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8728 for "word wrap" command.
8729
8730 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8731
8732 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8733
8734 * term/ns-win.el: Rename ns- functions/variables to the
8735 corresponding x- versions.
8736 (x-select-text, x-cut-buffer-or-selection-value)
8737 (x-disown-selection-internal, x-get-selection-internal)
8738 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8739 (x-display-mm-width, x-display-mm-height)
8740 (x-display-backing-store, x-display-save-under)
8741 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8742 defaliases.
8743
8744 * frame.el (ns-display-name): Remove declaration.
8745 (make-frame-on-display): Use x-display-name instead
8746 ns-display-name. Use unless.
8747
8748 * startup.el (command-line-1): Fix indentation.
8749
8750 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8751 checked in inadvertently.
8752
8753 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * term/ns-win.el: Standardize references to "Nextstep" in
8756 comments, messages, and docstrings.
8757 (ns-handle-args, x-parse-geometry)
8758 (ns-extended-platform-support-mode, x-setup-function-keys)
8759 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8760 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8761 (ns-initialized, ns-initialize-window-system): Doc fixes.
8762
8763 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8764
8765 * diff-mode.el (diff-auto-refine): Delete defcustom.
8766 (diff-auto-refine-mode): New func/var via define-minor-mode.
8767 Update var ref to use diff-auto-refine-mode.
8768 * smerge-mode.el (diff-mode): Require when compiling.
8769 (smerge-auto-refine): Delete defcustom.
8770 Update smerge-auto-refine ref to use diff-auto-refine-mode.
8771
8772 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8773
8774 * simple.el (visual-line): New custom group.
8775 (visual-line-fringe-indicators): New var.
8776 (visual-line-mode): Set fringe-indicator-alist based on
8777 visual-line-fringe-indicators. Add lighter.
8778
8779 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8780
8781 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8782 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8783 (x-handle-geometry, x-handle-name-switch, x-display-name)
8784 (x-handle-display, x-handle-args, x-colors): Move ...
8785 * term/common-win.el: ... here. New file.
8786 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8787 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8788 (x-handle-geometry, x-handle-name-switch, x-display-name)
8789 (x-handle-display, x-handle-args, x-colors): Remove.
8790 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8791
8792 2008-07-19 Juri Linkov <juri@jurta.org>
8793
8794 * startup.el (fancy-startup-text): Move the line "To quit
8795 a partially entered command, type Control-g" a few lines below
8796 to be after the line "To start". Add text "at gnu.org" to
8797 "Overview of Emacs features".
8798
8799 * dired.el (dired-mode-map): Fix menu text of
8800 image-dired-display-thumbs.
8801
8802 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8803 (image-dired-cmd-create-temp-image-options)
8804 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8805 ImageMagick command line to change the dimensions of the image
8806 only if its width or height exceeds the geometry specification.
8807
8808 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8809
8810 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8811 to docstrings.
8812
8813 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8814
8815 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8816 Vinicius Jose Latorre.
8817
8818 2008-07-19 Glenn Morris <rgm@gnu.org>
8819
8820 * term/ns-win.el (ns-make-command-string): Use mapconcat.
8821 (ns-save-preferences): Fix typo in previous change. (Bug#573)
8822
8823 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
8824
8825 * net/dbus.el (dbus-interface-properties): New defconst.
8826 (dbus-introspect): Update docstring.
8827 (dbus-introspect-xml, dbus-introspect-get-attribute)
8828 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8829 (dbus-introspect-get-interface-names)
8830 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8831 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8832 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8833 (dbus-introspect-get-property)
8834 (dbus-introspect-get-annotation-names)
8835 (dbus-introspect-get-annotation)
8836 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8837 (dbus-introspect-get-signature, dbus-get-property)
8838 (dbus-set-property, dbus-get-all-properties): New defuns.
8839
8840 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8841
8842 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8843 ns-grabenv.elc.
8844
8845 * ns-carbon-compat.el: File removed.
8846
8847 * ns-grabenv.el: File removed.
8848
8849 * term/ns-win.el: Contents of ns-carbon-compat.el and
8850 ns-grabenv.el moved here.
8851 (ns-grabenv, ns-open-file-select-line): Doc fixes.
8852 (ns-submit-bug-report): Function removed. Reports go to the main
8853 Emacs bug list.
8854 (ns-handle-args, ns-spi-service-call): Doc fixes.
8855 (info-ns-emacs): Function removed. Nextstep port manual will be
8856 merged into the Emacs manual, so no separate link needed.
8857
8858 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
8859
8860 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8861
8862 2008-07-18 Glenn Morris <rgm@gnu.org>
8863
8864 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8865 to XEmacs, since it does nothing for Emacs.
8866
8867 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8868
8869 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8870 BUFFER that is a string but does not exist as a buffer object, as
8871 mentioned in the doc-string.
8872
8873 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * simple.el (line-move-visual): Make it a defcustom.
8876 (line-move-1): Convert temporary-goal-column back to an integer if
8877 it was set as a float by a previous call to line-move-visual.
8878 (end-of-visual-line, beginning-of-visual-line)
8879 (next-logical-line, previous-logical-line): New functions.
8880
8881 2008-07-17 David Reitter <david.reitter@gmail.com>
8882
8883 * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
8884 (visual-line-mode, global-visual-line-mode): New minor mode.
8885 (visual-line-mode-map): New variable.
8886
8887 2008-07-17 Glenn Morris <rgm@gnu.org>
8888
8889 * term/ns-win.el (parameters): Declare for compiler.
8890
8891 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
8892
8893 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8894 for Windows.
8895
8896 2008-07-17 Daiki Ueno <ueno@unixuser.org>
8897
8898 * epa.el (epa-key-list-mode): Use run-mode-hooks.
8899 (epa-key-mode): Ditto.
8900 (epa-info-mode): Ditto.
8901
8902 2008-07-17 Glenn Morris <rgm@gnu.org>
8903
8904 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
8905 (ns-handle-numeric-switch): Just call ns-handle-switch.
8906 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8907 (ns-handle-args): Simplify using `pop'.
8908 (ns-display-name): Define (used in frame.el).
8909 (menu-bar-select-frame): Add (ignored) arg to more closely match the
8910 original definition.
8911 (ns-perform-service): Declare.
8912 (ns-save-preferences): Use fewer `let's.
8913
8914 * frame.el (ns-display-name): Declare for compiler.
8915
8916 2008-07-17 Kenichi Handa <handa@m17n.org>
8917
8918 * descr-text.el (describe-char-unidata-list): Initialize to the
8919 list of name, general-category, decomposition, and old-name.
8920
8921 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8922
8923 * startup.el (command-line-1): Update processing of NS long options to
8924 mimic recent changes to processing of X long options.
8925
8926 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
8927
8928 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8929 list of #defines for remote files.
8930 (gdb-source-info): Only show main if it has been found.
8931
8932 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8933
8934 * term/ns-win.el: Require CL; fix up comment style; reindent.
8935 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
8936 (ns-save-preferences): Use `case'.
8937 (ns-initialize-window-system): Use `dolist'.
8938
8939 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8940
8941 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8942 windowing is used.
8943 * term/ns-win.el (ns-extended-platform-support-mode):
8944 Correct/improve documentation.
8945
8946 2008-07-16 Glenn Morris <rgm@gnu.org>
8947
8948 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8949 Simply require 'cl (see comment in cl-compat.el).
8950 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8951 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8952 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8953 directly rather by subterfuge. Provide cl before loading cl-macs.
8954
8955 * paths.el (rmail-spool-directory): Remove settings for systems that are
8956 no longer supported.
8957
8958 * frame.el (ns-initialize-window-system): Declare for compiler.
8959
8960 * term/ns-win.el: Add numerous declarations for compiler.
8961 (ns-pop-up-frames): Move definition before use. Doc fix.
8962
8963 * emacs-lisp/check-declare.el (check-declare-locate)
8964 (check-declare-verify): Handle .m files.
8965
8966 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8967
8968 * ns-carbon-compat.el: New file: user-visible compatibility of
8969 NeXTstep port with Carbon port.
8970 * ns-grabenv.el: New file: functionality useful on OS X platform to
8971 expose environment variables inside Emacs started from icon.
8972 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8973 * cus-edit.el:
8974 * cus-face.el:
8975 * disp-table.el:
8976 * faces.el:
8977 * info.el:
8978 * mouse.el:
8979 * mwheel.el:
8980 * simple.el: Add ns to window systems treated as GUIs.
8981 * facemenu.el (facemenu-read-color): Don't require a name match under
8982 NS, to allow numeric color entry.
8983 * frame.el (make-frame-on-display): Follow code for 'x in initializing
8984 'ns window system if need be.
8985 (various): Add 'ns as described above.
8986 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8987 ns-windowing is active.
8988 * startup.el (command-line-ns-option-alist): New constant to handle NS
8989 windowing system specific command line args analogous to how they are
8990 handled for X windows.
8991 (command-line-1): Use the above where appropriate.
8992 * version.el: Add NS port version.
8993 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8994 Darwin (usually OS X) systems.
8995 (woman-use-own-frame): Include 'ns in list of GUI window systems.
8996 * emulation/viper-util.el (ns-display-color-p)
8997 (ns-color-defined-p): Remove these (caustically-commented) outdated
8998 compensations for a port that was never itself integrated until now.
8999 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
9000 for NS window system.
9001 * international/mule-cmds.el: Add 'ns to list of special-cased window
9002 systems (probably most of these, x/w32/mac/ns could be changed to
9003 window-system non-nil).
9004 * term/ns-win.el: New file: lisp-side support for NS windowing system.
9005
9006 2008-07-14 Jason Rumney <jasonr@gnu.org>
9007
9008 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
9009 (x-handle-numeric-switch, x-handle-initial-switch)
9010 (x-handle-xrm-switch, x-handle-args, x-handle-display)
9011 (xw-defined-colors, w32-initialize-window-system):
9012 Avoid use of cl pop and push macros.
9013
9014 2008-07-14 Martin Rudalics <rudalics@gmx.at>
9015
9016 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
9017 error when change-log-search-file-name returns nil.
9018
9019 2008-07-13 Martin Rudalics <rudalics@gmx.at>
9020
9021 * add-log.el (change-log-search-file-name):
9022 Use match-string-no-properties.
9023 (change-log-search-tag-name-1, change-log-search-tag-name)
9024 (change-log-goto-source-1, change-log-goto-source): New functions.
9025 (change-log-tag-re, change-log-find-head, change-log-find-tail):
9026 New variables.
9027 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
9028
9029 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
9030
9031 * calc/calc-help.el (calc-describe-key): Add angles to special key
9032 descriptions.
9033
9034 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
9035
9036 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9037 search for regexp.
9038
9039 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * simple.el (line-move-visual): Handle null pixel position gracefully.
9042
9043 2008-07-11 Jason Rumney <jasonr@gnu.org>
9044
9045 * files.el (file-truename): Get truename of ancestors if file does
9046 not exist on Windows.
9047
9048 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
9049
9050 * simple.el (line-move-visual): Obey goal-column and no-error arg.
9051 (track-eol, temporary-goal-column, previous-line, next-line):
9052 Update docstring.
9053 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
9054 to nil.
9055
9056 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * simple.el (line-move-visual): New var.
9059 (line-move-visual): New function.
9060 (line-move): Call line-move-visual.
9061
9062 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
9063
9064 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
9065 pattern and add patterns for C++ header files.
9066
9067 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * window.el (truncated-partial-width-window-p): New function.
9070
9071 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
9072
9073 * faces.el (x-create-frame-with-faces): Don't pass parameters that
9074 are set later to x-create-frame.
9075 (face-set-after-frame-default): Apply X resources for non-default
9076 faces.
9077
9078 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * faces.el (face-set-after-frame-default): Simplify. Don't apply
9081 frame-specific X resource settings. Set faces using a list of
9082 frame parameters explicitly passed to the calling
9083 function (e.g. make-frame).
9084 (x-create-frame-with-faces, tty-create-frame-with-faces):
9085 Supply explicit frame parameter list to face-set-after-frame-default.
9086
9087 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
9088
9089 * net/browse-url.el (browse-url-default-browser):
9090 Fix argument list in lambda.
9091
9092 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
9093
9094 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9095 from url-retrieve.
9096 (newsticker--sentinel-work): Fix xerror typo.
9097
9098 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * vc-dir.el (vc-dir-refresh): Only update files.
9101
9102 * vc-git.el (vc-git--ls-files-state): Remove unused function.
9103
9104 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9105
9106 2008-07-06 John Paul Wallington <jpw@pobox.com>
9107
9108 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9109
9110 2008-07-05 Alexandre Julliard <julliard@winehq.org>
9111
9112 * vc-git.el (vc-git-registered): Return true for removed files.
9113 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9114 all the files instead of one per file.
9115 (vc-git-previous-revision): Add support for project-wide previous
9116 revision when specified file is nil.
9117
9118 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9119
9120 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9121
9122 * vc-dir.el (vc-dir-find-child-files): New function.
9123 (vc-dir-resync-directory-files): New function.
9124 (vc-dir-recompute-file-state): New function, broken out of ...
9125 (vc-dir-resynch-file): ... here. Also deal with directories.
9126 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9127 (vc-resynch-buffer): Use it.
9128
9129 * vc-hg.el (vc-hg-registered): Do not set vc-state.
9130
9131 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9132
9133 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
9134
9135 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9136 if it's not part of gdb-ui, e.g, at start.
9137
9138 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9139 filenames in stack trace (text command mode).
9140
9141 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9144
9145 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9146 Use syntax-ppss on a position *before* the char we want to change.
9147
9148 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
9149
9150 * vc-dir.el (vc-dir-query-replace-regexp): New function.
9151 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9152 (vc-dir-mode-map): Likewise.
9153
9154 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
9155
9156 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9157 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9158 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9159 Remove spurious * in defcustom docstrings.
9160
9161 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9162 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9163 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9164 (default-justification): Remove spurious * in defcustom docstrings.
9165
9166 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9167 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9168 (rst-compare-decorations, rst-default-indent, rst-update-section)
9169 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9170 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9171 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9172 Fix typos in docstrings.
9173 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
9174 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9175 (rst-get-decorations-around, rst-section-tree-point)
9176 (rst-font-lock-adornment-point): Reflow docstrings.
9177 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9178 Doc fixes.
9179 (rst-re-enumerations): Comment out.
9180
9181 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9182 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9183 (nxml-unicode-block-char-name-set):
9184 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9185 * nxml/rng-nxml.el (rng-set-state-after):
9186 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9187
9188 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9189 (rng-c-parse-annotation-body):
9190 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9191
9192 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9193 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9194 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9195 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9196 Fix typos in docstrings.
9197 (nxml-attribute-indent): Reflow docstring.
9198 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9199 (nxml-default-buffer-file-coding-system): Doc fixes.
9200
9201 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9202 (nxml-ns-set-prefix): Fix typos in docstrings.
9203 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9204 Reflow docstring.
9205 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9206
9207 * nxml/nxml-outln.el (nxml-hide-all-text-content)
9208 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9209 (nxml-hide-direct-text-content, nxml-hide-subheadings)
9210 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9211 (nxml-outline-display-rest, nxml-outline-set-overlay)
9212 (nxml-section-tag-forward, nxml-section-tag-backward)
9213 (nxml-back-to-section-start): Fix typos in docstrings.
9214
9215 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9216 Doc fixes.
9217
9218 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9219 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9220 (nxml-scan-after-change): Fix typo in docstring.
9221
9222 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9223 (rng-name-class-possible-names): Doc fixes.
9224 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9225 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9226 Fix typos in docstrings.
9227 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9228 Reflow docstrings.
9229
9230 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9231 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9232
9233 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9234 (rng-xsd-convert-date-time): Reflow docstrings.
9235 (rng-xsd-compile): Fix typo in docstring.
9236
9237 * nxml/rng-loc.el (rng-current-schema-file-name)
9238 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9239 Doc fixes.
9240 (rng-set-schema-file): Fix typo in docstring.
9241
9242 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9243 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9244 Fix typos in docstrings.
9245 (rng-message-overlay, rng-conditional-up-to-date-start)
9246 (rng-conditional-up-to-date-end): Doc fixes.
9247 (rng-next-error, rng-previous-error): Reflow docstrings.
9248
9249 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9250 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9251 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9252 (xmltok-merge-attributes): Fix typos in docstrings.
9253 (xmltok-make-attribute, xmltok-forward-special)
9254 (xmltok-get-declared-encoding-position): Reflow docstrings.
9255
9256 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9257 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9258 Fix typos in docstrings.
9259
9260 2008-07-02 John Paul Wallington <jpw@pobox.com>
9261
9262 * ibuffer.el (ibuffer-buffer-file-name):
9263 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
9264 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
9265
9266 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
9267
9268 * files.el (backup-extract-version): Handle versioned directories.
9269 (trash-directory): New variable.
9270 (move-file-to-trash): New function.
9271
9272 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9273
9274 2008-07-02 Magnus Henoch <mange@freemail.hu>
9275
9276 * vc-git.el (vc-git-annotate-command): Use proper option for
9277 specifying revision.
9278
9279 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9280
9281 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9282 if available.
9283
9284 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
9285
9286 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9287
9288 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9289 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9290
9291 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9292
9293 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
9294
9295 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9296 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
9297 (gdb-var-list-children-regexp, gdb-var-update-regexp)
9298 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9299 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9300 (gdb-stack-list-locals-regexp): Future proof regexps better.
9301
9302 2008-06-30 Juri Linkov <juri@jurta.org>
9303
9304 * faces.el (face-name-history): New variable.
9305 (make-face, make-empty-face): Replace interactive spec "S"
9306 with `read-from-minibuffer' where `read' arg is t and
9307 `hist' arg is `face-name-history'.
9308 (read-face-name): Set `hist' arg of `completing-read-multiple'
9309 to `face-name-history'.
9310 (list-faces-display): Use `read-regexp' instead of `read-string'
9311 to read regexp.
9312
9313 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9314 to `regexp-history'.
9315 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9316 make it an obsolete alias to it.
9317 (hi-lock-face-defaults): New variable renamed from
9318 `hi-lock-face-history'.
9319 (hi-lock-line-face-buffer, hi-lock-face-buffer)
9320 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9321 `read-from-minibuffer'. Doc fix.
9322 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9323 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
9324 Set `hist' arg of `completing-read' to `face-name-history'.
9325 Put a list of default faces to `default' arg instead of `hist' arg.
9326
9327 * bindings.el (abbrev-map, narrow-map): New variables.
9328 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9329 Rebind related commands to these new maps.
9330 (ctl-x-r-map): New variable for rectangle, register and bookmark
9331 keys. Move rectangle keybindings to rect.el and register
9332 keybindings to register.el.
9333 (next-buffer, previous-buffer): Remove C-x prefix and move
9334 keybindings to ctl-x-map.
9335
9336 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9337 to the new map `ctl-x-r-map' in autoload cookies.
9338
9339 * expand.el: Rebind two global `C-x a' keys "n", "p"
9340 to the new map `abbrev-map' in autoload cookies.
9341
9342 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9343
9344 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9345
9346 2008-06-30 Miles Bader <miles@gnu.org>
9347
9348 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9349 after processing an escape sequence.
9350
9351 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
9352
9353 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9354 from 2008-06-28. It does not work on W32.
9355
9356 2008-06-29 Juri Linkov <juri@jurta.org>
9357
9358 * replace.el (read-regexp): New function.
9359 (keep-lines-read-args, occur-read-primary-args):
9360 Call `read-regexp' instead of code moved to new function.
9361 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9362 from the end of prompt.
9363 (replace-re-search-function): Doc fix.
9364
9365 2008-06-29 Kenichi Handa <handa@m17n.org>
9366
9367 * descr-text.el (describe-char-display): Always return a string.
9368 (describe-char-padded-string): New function.
9369 (describe-char): Adjusted for the change of
9370 describe-char-display. Use describe-char-padded-string.
9371
9372 2008-06-29 Andreas Schwab <schwab@suse.de>
9373
9374 * vc-dir.el (vc-dir): Make backend argument optional and use
9375 vc-responsible-backend when nil. Interactively pass nil for
9376 backend instead of using the backend of what happens to be
9377 default-directory at the time of the call.
9378
9379 * find-dired.el (find-dired-filter): Preserve point.
9380
9381 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9384 (sasl-find-mechanism, sasl-next-step):
9385 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9386 (sasl-ntlm-response): Fix typos in docstrings.
9387
9388 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
9389
9390 * international/mule-cmds.el (view-hello-file): Doc fix.
9391
9392 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
9393
9394 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9395 (set-face-attribute, face-set-after-frame-default)): Don't use it.
9396
9397 2008-06-28 John Paul Wallington <jpw@pobox.com>
9398
9399 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
9400
9401 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9404 (tramp-convert-file-attributes): Convert symlinks only when
9405 returned from `tramp-handle-file-attributes-with-stat'.
9406
9407 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9408 `substitute-in-file-name' when unloading.
9409 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9410
9411 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
9412
9413 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9414 (vc-string-prefix-p): Move function ...
9415 * vc.el (vc-string-prefix-p): ... here.
9416
9417 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * vc-dir.el (vc-dir): Complete only directory names.
9420
9421 2008-06-27 Jason Rumney <jasonr@gnu.org>
9422
9423 * w32-fns.el (top-level): Unconditionally define all charsets.
9424
9425 2008-06-27 Alan Mackenzie <acm@muc.de>
9426
9427 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9428 the CC Mode specific functions; this is no longer needed, since
9429 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9430
9431 * progmodes/cc-defs.el (c-emacs-features): New feature
9432 'argumentative-bod-function.
9433
9434 2008-06-27 John Paul Wallington <jpw@pobox.com>
9435
9436 * chistory.el (list-command-history): Use `bound-and-true-p'.
9437 (command-history-map): Define within defvar. Add docstring.
9438
9439 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9440
9441 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9442 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
9443 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9444 (image-type-from-buffer): Use `looking-at-p'.
9445
9446 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
9447
9448 * ibuf-ext.el (diff-sentinel): Declare.
9449
9450 2008-06-27 Glenn Morris <rgm@gnu.org>
9451
9452 * calendar/lunar.el (calendar-lunar-phases): Rename from
9453 calendar-phases-of-moon. Keep old name as alias, update callers.
9454 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
9455 (diary-lunar-phases): Rename from diary-phases-of-moon.
9456 Keep old name as alias.
9457 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9458 (cal-menu-global-mouse-menu): Update for lunar name changes.
9459 * calendar/calendar.el (calendar-mode-map): Update for name change.
9460 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9461
9462 2008-06-26 Glenn Morris <rgm@gnu.org>
9463
9464 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9465 argument `nolocation'.
9466 (calendar-sunrise-sunset-month): New function.
9467 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9468 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
9469 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9470 * calendar/calendar.el (solar-sunrises-buffer): New constant.
9471 (calendar-mode-map): Use cal-menu-sunmoon-menu.
9472 (calendar-buffer-list): Add solar-sunrises-buffer.
9473
9474 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9475
9476 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * cus-start.el: Add customization types for word-wrap and
9479 shift-select-mode.
9480
9481 2008-06-26 John Paul Wallington <jpw@pobox.com>
9482
9483 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9484 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
9485 (ibuffer-mark-on-buffer): Don't display message when removing marks.
9486 (ibuffer-mark-by-mode): Use `buffer-local-value'.
9487
9488 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9489
9490 * vc-dir.el (tool-bar): Require.
9491
9492 * vc.el (ewoc, tool-bar): Do not require.
9493
9494 2008-06-26 Kenichi Handa <handa@m17n.org>
9495
9496 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9497 characters.
9498
9499 * composite.el (terminal-composition-base-character-p): New function.
9500 (terminal-composition-function):
9501 Use terminal-composition-base-character-p. Include the base character
9502 in the composition.
9503 (auto-compose-chars): Don't check font-object for terminal display.
9504
9505 2008-06-26 Glenn Morris <rgm@gnu.org>
9506
9507 * doc-view.el (bookmark-make-record-default):
9508 * image-mode.el (bookmark-make-record-default): Fix declaration.
9509
9510 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9511 Add default :value for sexp type.
9512 (calendar-month-edges): New variable.
9513 (calendar-month-edges): New function.
9514 (calendar-recompute-layout-variables): Set calendar-month-edges.
9515 (calendar-intermonth-header, calendar-intermonth-text): New options.
9516 (calendar-insert-at-column): New function.
9517 (calendar-generate-month): Use calendar-insert-at-column.
9518 Handle intermonth text. Add 'date property.
9519 (calendar-column-to-month): Remove function.
9520 (calendar-column-to-segment): New function.
9521 (calendar-cursor-to-date): Use calendar-column-to-segment.
9522 Check 'date property.
9523
9524 * calendar/calendar.el (calendar-print-other-dates):
9525 Handle mouse events.
9526 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9527 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9528
9529 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9530 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9531 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9532
9533 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9534 Use calendar-column-to-segment, calendar-month-edges, and
9535 the 'date property to handle intermonth text.
9536
9537 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9538
9539 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9540 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9541 Add doc strings.
9542 (cal-menu-context-mouse-menu): Add some :keys.
9543 (calendar-check-holidays): Declare rather than autoloading.
9544 (diary-show-holidays-flag): Remove unneeded declaration.
9545
9546 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9547 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9548 event-start is nil.
9549
9550 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * minibuffer.el (completion-basic-try-completion): Use the text after
9553 point to constrain the completion candidates.
9554 (completion-basic-all-completions): Adjust accordingly.
9555
9556 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9559 courier.
9560
9561 * faces.el (set-face-attribute): Doc fix.
9562
9563 2008-06-25 Juri Linkov <juri@jurta.org>
9564
9565 * bindings.el (goto-map): New variable. Rebind goto-related
9566 commands to this `M-g' prefix keymap.
9567 (search-map): New variable for `M-s' prefix keymap.
9568 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9569 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9570 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9571 `M-shw' to `hi-lock-write-interactive-patterns'.
9572
9573 * isearch.el (isearch-mode-map): Bind `M-s h r' to
9574 `isearch-highlight-regexp'.
9575 (isearch-highlight-regexp): New function.
9576
9577 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * info.el (Info-bookmark-make-record):
9580 Use bookmark-make-record-default.
9581 (Info-bookmark-jump): Use bookmark-default-handler.
9582
9583 * image-mode.el (image-bookmark-make-record):
9584 Use bookmark-make-record-default.
9585 (image-bookmark-jump): Use bookmark-default-handler.
9586
9587 * doc-view.el (doc-view-bookmark-make-record):
9588 Use bookmark-make-record-default.
9589 (doc-view-bookmark-jump): Use bookmark-default-handler.
9590
9591 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9592 used until now in bookmark.el's code.
9593 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9594 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9595 used until now in bookmark.el's code.
9596 (bookmark-set-filename): Remove special code, moved to its only caller.
9597 (bookmark-store): Use the newer format.
9598 (bookmark-make-record-default): Add arg `point-only'.
9599 Rename from bookmark-make-record-for-text-file.
9600 (bookmark--jump-via): New function.
9601 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9602 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9603 Use it.
9604 (bookmark-jump-noselect, bookmark-default-handler):
9605 Don't return an alist, instead return the data implicitly by changing
9606 current buffer and point. Signal an error if the file doesn't exist.
9607
9608 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9609 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9610
9611 * bs.el: Use with-current-buffer. Simplify.
9612 (bs-toggle-readonly): Avoid vc-toggle-read-only.
9613
9614 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9615 is bound before using it.
9616
9617 2008-06-25 Kenichi Handa <handa@m17n.org>
9618
9619 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9620
9621 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
9622
9623 * vc-hg.el:
9624 * vc-git.el: Require vc-dir when compiling.
9625
9626 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9627 vc-dir-marked-only-files. Change the return value.
9628 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9629 Change the return value.
9630 (vc-dir-deduce-fileset): New function broken out from ...
9631 * vc.el (vc-deduce-fileset): ... here and ...
9632 (vc-deduce-fileset): ... here.
9633
9634 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9635 (vc-svn-parse-status): Do not set the vc-backend property.
9636
9637 2008-06-25 Andreas Schwab <schwab@suse.de>
9638
9639 * faces.el (face-font-family-alternatives, variable-pitch):
9640 Use "Sans Serif", not "Sans-Serif".
9641
9642 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9643
9644 * faces.el (face-font-family-alternatives, variable-pitch):
9645 Change "Sans" to the canonical name "Sans-Serif".
9646
9647 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9648
9649 * calc/calc.el (calc-mode-map): Add extra keybindings to
9650 `calc-missing-key'.
9651 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9652 `kill-ring-save'.
9653
9654 2008-06-24 Miles Bader <miles@gnu.org>
9655
9656 * mouse.el (mouse-appearance-menu): Don't do anything if the user
9657 pops up the menu but doesn't select anything.
9658
9659 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9660
9661 * add-log.el (add-change-log-entry): Add new arg to force each new
9662 entry to be on a new line.
9663 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9664
9665 * vc-dir.el (vc-client-object): Remove.
9666 (vc-dir-prepare-status-buffer): Take a backend as an argument and
9667 use it when looking for a buffer.
9668 (vc-dir): Add a backend argument. Set revert-buffer-function.
9669 Don't create a client object. Move bindings ...
9670 (vc-dir-menu-map, vc-dir-mode-map): ... here.
9671 (vc-dir-revert-buffer-function): New function.
9672 (vc-generic-status-printer): Rename to ...
9673 (vc-dir-status-printer): ... this.
9674 (vc-generic-state, vc-generic-status-fileinfo-extra)
9675 (vc-dir-extra-menu, vc-make-backend-object): Remove.
9676 (vc-default-status-printer): Use a different face for
9677 directories. Don't display any text for directories in the state
9678 column. Add tooltips.
9679
9680 * vc.el (Todo): Update.
9681
9682 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9683 * vc-rcs.el (vc-annotate-convert-time):
9684 * vc-mtn.el (vc-annotate-convert-time):
9685 * vc-git.el (vc-annotate-convert-time):
9686 * vc-cvs.el (vc-annotate-convert-time):
9687 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9688
9689 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9690
9691 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9692 instead of using view-mode.
9693
9694 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * Makefile.in (distclean): Don't delete *.elc and autogen files.
9697
9698 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9699
9700 * vc.el:
9701 * vc-hooks.el:
9702 * vc-dispatcher.el: Move vc-dir variables and functions ...
9703 * vc-dir.el: ... here. New file.
9704 * Makefile.in (ELCFILES): Add vc-dir.elc.
9705
9706 * vc.el: Move vc-annotate variables and functions ...
9707 * vc-annotate.el: ... here. New file.
9708 * Makefile.in (ELCFILES): Add vc-annotate.elc.
9709
9710 * vc-dav.el: Move here from url/vc-dav.el.
9711 (Todo): Note work needed to make this backend functional.
9712
9713 * Makefile.in (ELCFILES): Update vc-dav.el location.
9714
9715 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9718
9719 2008-06-21 John Paul Wallington <jpw@pobox.com>
9720
9721 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9722
9723 * textmodes/rst.el (rst-mode): Put docstring in right place.
9724
9725 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9728 size for legibility.
9729
9730 * faces.el (fixed-pitch): Use "Monospace" family.
9731 (variable-pitch): Use "Sans" family.
9732 (face-font-family-alternatives): Define alternatives for "Sans"
9733 and "Monospace".
9734
9735 2008-06-21 Glenn Morris <rgm@gnu.org>
9736
9737 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9738 Require 'cl when compiling.
9739
9740 * emacs-lisp/debug.el (help-xref-interned): Declare.
9741
9742 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9743 Evaluate definition when compiling.
9744
9745 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9746 rather than mouse-1.
9747 (bug-reference-url-format): Autoload safe if string.
9748 (bug-reference-bug-regexp): Make space after "bug" optional.
9749
9750 * Makefile.in (all): Explicitly pass EMACS to sub-make,
9751 for some non-GNU makes.
9752
9753 * cus-dep.el (custom-dependencies-no-scan-regexp):
9754 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9755
9756 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9757 increments.
9758
9759 * calendar/calendar.el: Factor out the magic numbers controlling the
9760 calendar layout.
9761 (calendar-month-digit-width, calendar-month-width)
9762 (calendar-right-margin): New variables.
9763 (calendar-recompute-layout-variables, calendar-set-layout-variable):
9764 New functions.
9765 (calendar-left-margin, calendar-intermonth-spacing)
9766 (calendar-column-width, calendar-day-header-width)
9767 (calendar-day-digit-width): New options.
9768 (calendar-first-date-row): New constant.
9769 (calendar-move-to-column, calendar-ensure-newline): New functions,
9770 replacing calendar-insert-indented.
9771 (calendar-insert-indented): Remove function.
9772 (calendar-generate-month): Use calendar-move-to-column and
9773 calendar-ensure-newline. Use layout variables.
9774 (calendar-generate, calendar-update-mode-line)
9775 (calendar-font-lock-keywords): Use layout variables.
9776 (calendar-column-to-month): New function.
9777 (calendar-cursor-to-date): Use calendar-column-to-month.
9778 Use layout variables.
9779 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9780 Use layout variables. Use calendar-column-to-month.
9781 (calendar-cursor-to-visible-date): Use layout variables.
9782
9783 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9786 (all): Run compile-last.
9787 (compile-onefile): New target.
9788 (compile-first): Simplify.
9789 (compile-last): Don't treat COMPILE_FIRST specially.
9790 (COMPILE_FIRST): List the elc files rather than the el files.
9791 (ELCFILES): Update.
9792
9793 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
9794
9795 * net/newst-treeview.el: Remove dead code.
9796 (newsticker--window-config): Remove.
9797 (newsticker-treeview-quit): Do not save window config.
9798 (newsticker-treeview): Do not try to restore window config.
9799 (newsticker-groups, newsticker--treeview-list-sort-by-column)
9800 (newsticker--treeview-list-new-items)
9801 (newsticker--treeview-list-immortal-items)
9802 (newsticker--treeview-list-obsolete-items)
9803 (newsticker--treeview-list-all-items)
9804 (newsticker--treeview-list-feed-items): Fix documentation.
9805
9806 2008-06-21 Miles Bader <miles@gnu.org>
9807
9808 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9809
9810 2008-06-21 Alan Mackenzie <acm@muc.de>
9811
9812 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9813 infinite loop on invalid syntax.
9814
9815 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * textmodes/rst.el: Run rst-define-level-faces when loading.
9818 (rst-mode): Don't set the font-lock-multiline var.
9819 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9820 Set the font-lock-multiline property by hand.
9821
9822 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9823
9824 * Makefile.in (emacs-deps): Remove.
9825 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9826 (all): Use them.
9827 (autogen-clean): Remove.
9828
9829 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * Makefile.in (all): New target.
9832 (bootstrap-prepare): Remove.
9833
9834 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9835 the .elc file to batch-byte-compile.
9836
9837 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9838 set-keymap-parents if set-keymap-parent doesn't exist.
9839
9840 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9841 Allow more than one space before the |.
9842
9843 * textmodes/rst.el: Fix up docstring conventions.
9844 Move vars to before their first use.
9845 (rst-mode): Don't mess with font-lock-support-mode.
9846 (rst-suggest-new-decoration, rst-adjust-decoration):
9847 Avoid CL's copy-list.
9848 (rst-delete-entire-line): Use line-beginning-position.
9849 (rst-position): New fun.
9850 (rst-straighten-decorations): Use it instead of CL's position.
9851 (rst-straighten-bullets-region): Avoid CL's mapcar*.
9852 (rst-toc-mode): Use define-derived-mode.
9853 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9854 Remove unused var `in-par'. Use `point' rather than `point-marker'.
9855 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
9856 (rst-replace-lines): Simplify.
9857 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9858
9859 * simple.el (special-mode-map): New var.
9860 (special-mode): New major mode.
9861
9862 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9863
9864 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9865 log-view-file-re.
9866
9867 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9868 (vc-switch-backend): Simplify.
9869 (Todo): Remove solved items.
9870
9871 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9872 the vc-backend property.
9873
9874 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9877 Bind inhibit-read-only since the buffer is always read-only.
9878
9879 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
9880
9881 * net/newst-treeview.el (newsticker-treeview-own-frame):
9882 Change default value to nil.
9883 (newsticker--treeview-list-add-item)
9884 (newsticker--treeview-propertize-tag): Show item title in tooltip.
9885
9886 2008-06-20 Martin Blais <blais@furius.ca>
9887 Stefan Merten <smerten@oekonux.de>
9888 David Goodger <goodger@python.org>
9889
9890 * textmodes/rst.el: New file.
9891
9892 2008-06-20 Sam Steingold <sds@gnu.org>
9893
9894 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9895 remove DIRECTORY entries.
9896
9897 2008-06-20 Eli Zaretskii <eliz@gnu.org>
9898
9899 * makefile.w32-in (distclean): Depend on `clean'.
9900 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9901 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9902 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
9903 empty cus-load.el with `echo', and include "Local Variables"
9904 section to prevent the empty file from being compiled.
9905 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9906 that generate an empty cus-load.el.
9907
9908 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9911 Don't copy ldefs-boot.el over loaddefs.el.
9912 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9913 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9914 to loaddefs.el; they are not needed now. Add coding cookie.
9915
9916 2008-06-20 Miles Bader <miles@gnu.org>
9917
9918 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9919 Strip unnecessary list levels from SPECS.
9920 (buffer-face-set, buffer-face-toggle):
9921 Change argument from FACE to &rest SPECS, and strip unnecessary
9922 list levels from SPECS.
9923 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9924
9925 2008-06-20 Jason Rumney <jasonr@gnu.org>
9926
9927 * international/fontset.el (setup-default-fontset): Specify script
9928 for latin use of iso10646-1. Fix use of lang tags.
9929
9930 2008-06-19 Miles Bader <miles@gnu.org>
9931
9932 * face-remap.el (text-scale-increase): Start from zero if
9933 text-scale-mode isn't enabled.
9934
9935 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9938 frame parameters after setting up the `default' face.
9939
9940 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * faces.el (face-set-after-frame-default): Don't exclude `default'.
9943
9944 2008-06-18 Glenn Morris <rgm@gnu.org>
9945
9946 * mouse.el (buffer-face-mode-invoke): Declare.
9947
9948 * Makefile.in (ELCFILES): Add org/org-id.elc.
9949
9950 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9951 * calendar/cal-menu.el (cal-menu-holidays-menu):
9952 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9953 (cal-menu-today-holidays): Remove function.
9954
9955 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9956 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9957 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9958 Remove unused functions.
9959 (calendar-mouse-view-diary-entries): Use format rather than concat.
9960
9961 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9962 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9963 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9964
9965 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9966 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9967 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9968 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9969 cal-menu-event-to-date.
9970
9971 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9972 Handle mouse events.
9973 * calendar/cal-tex.el (cal-tex-cursor-year)
9974 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9975 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9976 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9977 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9978 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9979 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
9980 (cal-tex-cursor-month): Mark N as optional.
9981 * calendar/cal-menu.el (calendar-mouse-tex-day)
9982 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9983 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9984 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9985 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9986 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9987 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9988 Remove functions.
9989 (cal-menu-context-mouse-menu): Replace the above functions with the
9990 cal-tex versions. Add HTML submenu.
9991
9992 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
9993
9994 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9995 text command mode.
9996 (gdb): Explain that gud-gdb is needed for text command mode.
9997
9998 2008-06-17 Martin Rudalics <rudalics@gmx.at>
9999
10000 * window.el (split-height-threshold): Remove spurious extra line.
10001
10002 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
10005 (calendar-set-mark):
10006 * calendar/diary-lib.el (diary-insert-entry):
10007 * calendar/solar.el (calendar-sunrise-sunset): Use it.
10008 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
10009 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
10010 (cal-menu-context-mouse-menu): Use calendar-set-mark,
10011 diary-insert-entry, and calendar-sunrise-sunset instead.
10012
10013 * vc.el (vc-deduce-fileset): Add arg `only-files'.
10014 (vc-next-action): Pass the new arg.
10015 (vc-register): Don't use `only-files'.
10016 Don't set `backup-inhibited' in the current buffer.
10017
10018 2008-06-17 Miles Bader <miles@gnu.org>
10019
10020 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
10021
10022 * face-remap.el (buffer-face-mode-face)
10023 (buffer-face-mode-remapping): New variables.
10024 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
10025 (buffer-face-mode-invoke): New functions.
10026 (variable-pitch-mode-remapping): Variable removed.
10027 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
10028
10029 * face-remap.el (internal-lisp-face-attributes): New variable.
10030 (face-attrs-more-relative-p, face-remap-order): New functions.
10031 (face-remap-add-relative): Use `face-remap-order'.
10032
10033 2008-06-17 Glenn Morris <rgm@gnu.org>
10034
10035 * mouse.el (x-select-font): Declare.
10036
10037 * calendar/calendar.el (calendar-move-hook):
10038 Add calendar-update-mode-line as an option.
10039 (calendar-date-echo-text): New user option.
10040 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
10041 (calendar-insert-indented): Simplify newline insertion.
10042 (calendar-describe-mode): Remove unused function.
10043 (calendar-mode-line-entry): New function.
10044 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
10045 Mark as risky.
10046 (calendar-mouse-other-month): Remove function.
10047 (calendar-other-month): Handle mouse events.
10048 (calendar-goto-info-node): Call fit-window-to-buffer.
10049 (calendar-mode): Use define-derived-mode. Doc fix.
10050 (calendar-update-mode-line): Tweak whitespace.
10051
10052 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
10055 (vc-dir-marked-only-files): vc-string-prefix-p.
10056
10057 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
10058
10059 * progmodes/gdb-ui.el (gdb-memory-set-address)
10060 (gdb-memory-set-repeat-count): Allow keyboard bindings.
10061 (gdb-memory-mode-map): Bind above functions respectively
10062 to 'S' and 'N'.
10063
10064 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
10065
10066 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
10067
10068 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
10069
10070 * log-view.el (vc-diff-internal): Declare for compiler.
10071
10072 * vc-bzr.el (log-view-per-file-logs):
10073 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
10074
10075 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * mouse.el (mouse-appearance-menu-map): New var.
10078 (mouse-appearance-menu): New function.
10079 Bind it to S-down-mouse-1.
10080
10081 2008-06-15 Juri Linkov <juri@jurta.org>
10082
10083 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
10084 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
10085 as the second element.
10086 (Info-build-toc): Add PARENT element extracted from the Up pointer.
10087 Don't print progress messages.
10088 (Info-toc-nodes): New variable and function.
10089 (Info-index-nodes): Optimize non-string file name case.
10090 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10091 (Info-insert-breadcrumbs): Use the cached document structure instead
10092 of visiting all ancestor nodes. Remove the initial `>'.
10093
10094 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10095
10096 * log-view.el (log-view-diff-changeset): New function.
10097 (log-view-mode-map, log-view-mode-menu): Bind it.
10098 (log-view-per-file-logs, log-view-vc-fileset)
10099 (log-view-vc-backend): New variables.
10100 (log-view-find-revision, log-view-modify-change-comment)
10101 (log-view-annotate-version): Throw an error if the log is for more
10102 than one file and we can't find the current file. Get the current
10103 file from log-view-vc-fileset if necessary.
10104 (log-view-diff): Get the current file from log-view-vc-fileset if
10105 necessary.
10106
10107 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10108
10109 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10110 (vc-hg-log-view-mode): Declare for compiler.
10111 (vc-hg-log-view-mode): Set log-view-per-file-logs and
10112 log-view-file-re.
10113 (vc-hg-diff): If no file is passed, use default-directory for cwd.
10114
10115 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10116
10117 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10118
10119 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
10120
10121 * net/tramp.el (tramp-handle-start-file-process):
10122 Clear modification time of the connection buffer.
10123 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10124 (tramp-open-connection-setup-interactive-shell): Flush cache, and
10125 restart `tramp-maybe-open-connection' when the remote system has
10126 been changed. Throw 'uname-changed event.
10127 (tramp-maybe-open-connection): Catch it.
10128
10129 * net/tramp-cmds.el (tramp-cleanup-all-connections):
10130 Reset `tramp-locked'.
10131
10132 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
10133
10134 * net/newst-treeview.el (newsticker--treeview-list-update)
10135 (newsticker--treeview-item-update)
10136 (newsticker--treeview-tree-update)
10137 (newsticker-treeview-jump, newsticker-group-add-group)
10138 (newsticker-group-move-feed, newsticker-group-delete-group):
10139 Remove window dedication.
10140 (newsticker--group-manage-orphan-feeds): Handle ill-valued
10141 newsticker-groups.
10142 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10143
10144 2008-06-15 Andreas Schwab <schwab@suse.de>
10145
10146 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10147 when parsing CVS/Repository.
10148
10149 * wdired.el (wdired-search-and-rename): Fix undocumented change.
10150
10151 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
10152
10153 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10154 (newsticker-extra-face, newsticker-enclosure-face): Moved to
10155 net/newst-reader.el.
10156
10157 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10158 (newsticker-extra-face, newsticker-enclosure-face): Moved from
10159 net/newst-reader.el.
10160
10161 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10164 Catch and recover from case when the bytes we thought we were reading
10165 turn out to be something else entirely, such as latin-1 chars from
10166 quail. See bug#396.
10167
10168 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10169
10170 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10171 (vc-register): Call the backend function only once, instead of
10172 once for each file.
10173 (vc-next-action): Update call to vc-register.
10174 (vc-dir-register): Remove function.
10175 (vc-dir): Bind vc-register instead of vc-dir-register.
10176
10177 2008-06-14 Glenn Morris <rgm@gnu.org>
10178
10179 * Makefile.in (ELCFILES): Add net/newst-*.el.
10180
10181 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * wdired.el (wdired-do-renames): New function.
10184 (wdired-finish-edit): Use it to.
10185 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10186
10187 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10190
10191 2008-06-14 Martin Rudalics <rudalics@gmx.at>
10192
10193 * window.el (window--even-window-heights): Even window heights
10194 only if the selected window is higher than WINDOW.
10195 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10196
10197 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10200
10201 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * term/linux.el (terminal-init-linux): Load t-mouse.
10204
10205 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10206 Drew Adams <drew.adams@oracle.com>
10207
10208 * info.el (Info-breadcrumbs-depth): New var.
10209 (Info-insert-breadcrumbs): New function.
10210 (Info-fontify-node): Use it.
10211 (Info-mode-map): Move initialization into declaration.
10212
10213 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
10214
10215 Rename net/newsticker-*.el to net/newst-*.el.
10216 * net/newst-backend.el: Rename from net/newsticker-backend.el.
10217 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10218 * net/newst-reader.el: Rename from net/newsticker-reader.el.
10219 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10220 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10221 * net/newsticker-backend.el: Rename to net/newst-backend.el.
10222 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10223 * net/newsticker-reader.el: Rename to net/newst-reader.el.
10224 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10225 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10226
10227 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * progmodes/compile.el (compilation-start): Don't disable undo in
10230 comint buffer. Don't override the comint-filter with our own.
10231 (compilation-filter): Change point's insertion-type.
10232
10233 * comint.el (comint-output-filter): Use copy-marker.
10234
10235 2008-06-13 David Reitter <david.reitter@gmail.com>
10236
10237 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10238 Check message-signature-separator exists before using it.
10239
10240 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
10241
10242 * vc.el (vc-delete-file): Bind default-directory before calling
10243 the backend.
10244 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10245 (vc-annotate-show-diff-revision-at-line-internal): ... here.
10246 New function.
10247 (vc-annotate-show-changeset-diff-revision-at-line): New function.
10248 (vc-annotate-mode-menu): Bind it.
10249
10250 2008-06-13 Jason Rumney <jasonr@gnu.org>
10251
10252 * term/w32-win.el (mouse-set-font): Remove overridden function.
10253 (w32-select-font): Declare as obsolete alias for x-select-font.
10254
10255 2008-06-13 Daniel Engeler <engeler@gmail.com>
10256
10257 These changes add serial port access.
10258 * term.el (term-update-mode-line): Modify.
10259 (serial-port-is-file-p, serial-nice-speed-history)
10260 (serial-no-speed, serial-mode-line-speed-menu)
10261 (serial-mode-line-config-menu): New variables and constants.
10262 (serial-name-history, serial-speed-history)
10263 (serial-supported-or-barf, serial-read-name, serial-read-speed)
10264 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10265 (serial-mode-line-speed-menu, serial-update-speed-menu)
10266 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10267 (serial-update-config-menu): New functions.
10268
10269 2008-06-13 Glenn Morris <rgm@gnu.org>
10270
10271 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10272
10273 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10274
10275 2008-06-13 Kenichi Handa <handa@m17n.org>
10276
10277 * cus-face.el (custom-face-attributes): Add :foundry.
10278
10279 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10280 (face-x-resources): Add :foundry.
10281 (face-valid-attribute-values): Likewise.
10282 (face-attribute-name-alist): Likewise.
10283 (describe-face): Likewise.
10284
10285 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10288
10289 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * longlines.el (longlines-search-forward, longlines-search-backward)
10292 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10293
10294 2008-06-12 Sam Steingold <sds@gnu.org>
10295
10296 * vc.el (vc-rename-file): DTRT when the destination is a directory
10297 name and the source is a file.
10298
10299 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
10300
10301 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10302
10303 2008-06-12 Glenn Morris <rgm@gnu.org>
10304
10305 * progmodes/f90.el (f90-beginning-of-subprogram)
10306 (f90-end-of-subprogram): Only give a message when interactive.
10307
10308 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10309
10310 * progmodes/cperl-mode.el (cperl-info-on-command):
10311 Use display-pixel-height rather than x-display-pixel-height.
10312
10313 * mail/rmailedit.el (rmail-cease-edit):
10314 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10315
10316 * emulation/edt.el (edt-xserver):
10317 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10318
10319 * emulation/edt-mapper.el: Drop test for Emacs < 19.
10320
10321 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10322 Evaluate definitions when compiling. Reverse tests.
10323
10324 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10325 use unless.
10326
10327 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10328
10329 * textmodes/artist.el (x-pointer-shape):
10330 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10331 (x-open-connection, x-server-max-request-size, x-get-resource):
10332 * term/w32console.el (x-setup-function-keys):
10333 * term/w32-win.el (x-parse-geometry, x-resource-name)
10334 (generate-fontset-menu, image-library-alist, x-open-connection)
10335 (setup-default-fontset, set-fontset-font, setup-default-fontset)
10336 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10337 (x-get-resource):
10338 * term/mac-win.el (x-parse-geometry, x-resource-name)
10339 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10340 (new-fontset, x-display-list, x-open-connection, x-get-resource):
10341 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10342 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10343 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10344 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10345 (tooltip-identifier-from-point, define-fringe-bitmap):
10346 * play/gamegrid.el (image-size):
10347 * play/bubbles.el (image-size):
10348 * mail/emacsbug.el (x-server-vendor, x-server-version):
10349 * international/mule-util.el (internal-char-font):
10350 * international/mule-diag.el (font-info, query-fontset, fontset-info)
10351 (fontset-alias-alist, fontset-list, fontset-plain-name):
10352 * international/mule-cmds.el (x-server-vendor, x-server-version):
10353 * international/fontset.el (font-encoding-charset-alist)
10354 (otf-script-alist, new-fontset, set-fontset-font)
10355 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10356 (fontset-list, query-fontset, x-get-resource):
10357 * emulation/edt.el (x-server-vendor):
10358 * emulation/edt-mapper.el (x-server-vendor):
10359 * emacs-lisp/map-ynp.el (x-popup-dialog):
10360 * emacs-lisp/lmenu.el (x-popup-dialog):
10361 * x-dnd.el (x-window-property, x-change-window-property)
10362 (x-get-selection-internal):
10363 * woman.el (x-list-fonts):
10364 * w32-fns.el (x-server-version):
10365 * tooltip.el (x-show-tip, x-hide-tip):
10366 * tool-bar.el (image-mask-p):
10367 * thumbs.el (image-size):
10368 * term.el (overflow-newline-into-fringe):
10369 * subr.el (scroll-bar-scale):
10370 * startup.el (x-get-resource, tool-bar-mode, image-size):
10371 * select.el (x-get-selection-internal, x-own-selection-internal)
10372 (x-disown-selection-internal):
10373 * mouse.el (generate-fontset-menu):
10374 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10375 * image.el (image-library-alist):
10376 * image-mode.el (image-size, image-refresh):
10377 * image-dired.el (clear-image-cache):
10378 * gs.el (x-display-mm-width, x-display-pixel-width)
10379 (x-display-mm-height, x-display-pixel-height)
10380 (x-change-window-property, x-display-grayscale-p, x-window-property):
10381 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10382 (x-focus-frame, x-list-fonts, x-display-screens)
10383 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10384 (x-display-mm-width, x-display-backing-store, x-display-save-under)
10385 (x-display-planes, x-display-color-cells, x-display-visual-class):
10386 * faces.el (internal-face-x-get-resource)
10387 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10388 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10389 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10390 (x-parse-geometry, x-create-frame, x-setup-function-keys)
10391 (tool-bar-setup):
10392 * doc-view.el (clear-image-cache, image-size, tooltip-show):
10393 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10394 * dframe.el (x-display-pixel-width, x-display-pixel-height):
10395 * descr-text.el (internal-char-font):
10396 Define for compiler, for builds without X.
10397
10398 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10401
10402 2008-06-11 Glenn Morris <rgm@gnu.org>
10403
10404 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10405 before trying to move there.
10406 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10407 is non-nil, indent most terminating statements like loop body.
10408
10409 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10410 Gregorian date, and add it, not the local date, to diary-entries-list.
10411 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10412
10413 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * progmodes/compile.el (compilation-filter): Fix up last change.
10416
10417 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10418
10419 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10420 (gpm-mouse-mode): Make it into a proper global minor mode.
10421
10422 * files.el (save-some-buffers-action-alist): Only use recursive-edit
10423 if the user enabled recursive-minibuffers.
10424
10425 * emacs-lisp/map-ynp.el (map-y-or-n-p):
10426 Add support for scroll-other-window.
10427
10428 2008-06-11 Jason Rumney <jasonr@gnu.org>
10429
10430 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10431 Use tmm-menubar if menu is disabled in this frame.
10432
10433 * menu-bar.el (menu-bar-open): Determine how to open menu bar
10434 from frame type, per documentation. Add w32 case.
10435
10436 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * minibuffer.el (completion--merge-suffix): New function.
10439 (completion-basic-try-completion): Use it.
10440 (completion-pcm--find-all-completions): Add argument `filter'.
10441 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10442 New functions.
10443 (completion-pcm-try-completion): Use them.
10444
10445 * xt-mouse.el (turn-on-xterm-mouse-tracking)
10446 (turn-off-xterm-mouse-tracking): Use terminal-list.
10447
10448 * cus-start.el (underline-minimum-offset): Rename from
10449 x-underline-minimum-display-offset.
10450
10451 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
10452
10453 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10454
10455 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
10456
10457 * mouse.el (mouse-select-font): New function.
10458
10459 * faces.el (face-spec-recalc): When the face is set using
10460 Customize, avoid recalculating it twice.
10461
10462 * menu-bar.el (menu-set-font): New function. Bind "Set Default
10463 Font" menu item to it. Apply selected font to all frames, and
10464 make it savable.
10465 (menu-bar-options-save): Save `default' font if changed.
10466
10467 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * ffap.el (ffap-string-at-point-mode-alist):
10470 Use alpha rather than lower.
10471
10472 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10473
10474 * subr.el (momentary-string-display): Use an overlay.
10475
10476 * progmodes/compile.el (compilation-mode):
10477 Set window-point-insertion-type.
10478 (compilation-filter): Don't use insert-before-markers any more.
10479 * emacs-lisp/trace.el (trace-make-advice):
10480 Set window-point-insertion-type in the trace buffer.
10481 * startup.el (normal-top-level): Set window-point-insertion-type in
10482 *Messages*.
10483 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10484 (telnet-filter): Don't use insert-before-markers any more.
10485 * comint.el (comint-mode): Set window-point-insertion-type.
10486 (comint-output-filter): Don't use insert-before-markers any more.
10487 * button.el (make-text-button): Allow `start' to be a string.
10488
10489 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
10490
10491 * emacs-lisp/autoload.el (autoload-rubric):
10492 Fix coding cookie not to force Unix EOL.
10493
10494 2008-06-10 Martin Rudalics <rudalics@gmx.at>
10495
10496 * window.el (window--splittable-p, window--try-to-split-window):
10497 Don't use with-selected-window to avoid messing up get-lru-window.
10498 Reported by David Hansen <david.hansen@gmx.net>.
10499
10500 2008-06-10 Glenn Morris <rgm@gnu.org>
10501
10502 * subr.el (locate-library): Doc fix.
10503
10504 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10505 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10506 Check tool-bar-map is bound, for non-X builds.
10507
10508 * net/newsticker-reader.el (newsticker--next-item-image)
10509 (newsticker--previous-item-image, newsticker--previous-feed-image)
10510 (newsticker--next-feed-image, newsticker--mark-read-image)
10511 (ewsticker--mark-immortal-image, newsticker--narrow-image)
10512 (newsticker--get-all-image, newsticker--update-image)
10513 (newsticker--browse-image): Check xpm images are available.
10514 (newsticker--mark-read-image, newsticker--mark-immortal-image)
10515 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10516
10517 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10518 (newsticker--plainview-tool-bar-map, newsticker-mode):
10519 Check tool-bar-map is bound, for non-X builds.
10520 (w3m-toggle-inline-image): Declare.
10521
10522 * net/newsticker-backend.el (tool-bar-map): Don't declare.
10523
10524 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10525
10526 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10527 (finder-compile-keywords): Move let to where needed.
10528 (finder-mouse-face-on-line): Go back one more line if needed.
10529 (finder-list-matches): Use cadr.
10530 (finder-goto-xref): New function.
10531 (finder-commentary): Add buttons to jump to foo.el libraries.
10532
10533 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * apropos.el (apropos-function, apropos-macro, apropos-command)
10536 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10537 (apropos-plist): Add apropos-short-label property.
10538 (apropos-multi-type): New variables.
10539 (apropos-command, apropos-value): Set it.
10540 (apropos-compact-layout): New custom.
10541 (apropos-print, apropos-print-doc): Use it.
10542 (apropos-print): Truncate lines.
10543
10544 2008-06-09 Kenichi Handa <handa@m17n.org>
10545
10546 * international/fontset.el (font-encoding-alist):
10547 Add an entry for "ascii-0".
10548
10549 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
10550
10551 * language/hanja-util.el (hanja-init-load): Show the message only
10552 when loading a table.
10553
10554 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10555
10556 * net/newsticker-treeview.el (newsticker-treeview):
10557 * net/newsticker-plainview.el (newsticker-plainview):
10558 Add autoload cookie.
10559
10560 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10561
10562 * net/newsticker.el: Split up into newsticker-backend, -ticker,
10563 -reader, -plainview, and -treeview.
10564 (newsticker-version): Change to 1.99.
10565
10566 * net/newsticker-backend.el: New. Move backend functionality from
10567 newsticker.el to newsticker-backend.el.
10568 (newsticker--download-logos): New.
10569 (newsticker--sentinel-callback): New.
10570 (newsticker--set-customvar): Remove. Split up into specific
10571 functions related to retrieval, ticker, buffer, and display.
10572 (newsticker--set-customvar-retrieval): New. Extracted from
10573 `newsticker--set-customvar'.
10574 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
10575 (newsticker-url-list-defaults):
10576 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10577 (newsticker-url-list): Doc changed. URL can be a function.
10578 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10579 (newsticker-retrieval-method): New.
10580 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10581 (newsticker-retrieval-interval):
10582 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10583 (newsticker-desc-comp-max): Change :group.
10584 (newsticker--cache): Doc changed.
10585 (newsticker--guid-to-string): New.
10586 (newsticker--guid): Use `newsticker--guid-to-string'.
10587 (newsticker--real-feed-name): New.
10588 (newsticker--start-feed): New. Extracted from `newsticker-start'.
10589 (newsticker-start): Use `insert-file-contents' for reading cache.
10590 Use `newsticker--start-feed'.
10591 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
10592 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10593 Use `newsticker--stop-feed'.
10594 (newsticker-save-item): New.
10595 (newsticker--get-news-by-funcall): New.
10596 (newsticker-get-news): Handle new retrieval methods.
10597 (newsticker--sentinel): Use `newsticker--sentinel-work'.
10598 (newsticker--sentinel-work): New. Extracted from
10599 `newsticker--sentinel'. Use `newsticker--download-logos',
10600 `newsticker--sentinel-callback'.
10601 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10602 (newsticker--parse-atom-1.0): Fix link determination.
10603 (newsticker--parse-rss-0.91): Fix time determination.
10604 (newsticker--parse-rss-0.92): Fix time determination.
10605 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10606 (newsticker--parse-generic-feed): New arg order in
10607 `newsticker--cache-add'.
10608 (newsticker--parse-generic-items): Fix for multiple items.
10609 New arg order in `newsticker--cache-add'.
10610 (newsticker--forget-preformatted): Check whether
10611 `newsticker--buffer-set-uptodate' is fbound.
10612 (newsticker--decode-iso8601-date): Handle fractions of seconds.
10613 (newsticker--decode-rfc822-date): Partial timezone handling.
10614 (newsticker--cache-contains): Fix guid problem.
10615 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
10616 (newsticker--cache-save): New.
10617 (newsticker--cache-update): Use temp buffer.
10618 (newsticker--stat-num-items): Allow multiple AGE args.
10619 (newsticker--stat-num-items-total): New.
10620 (newsticker--opml-import-outlines): New.
10621 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10622 (newsticker--do-run-auto-mark-filter): Doc changed.
10623 (newsticker-retrieve-random-message): New.
10624
10625 * net/newsticker-ticker.el: New. Move ticker functionality from
10626 net/newsticker.el to net/newsticker-ticker.el.
10627 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10628 `newsticker--ticker-timer'.
10629 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10630 to `newsticker--ticker-timer'.
10631 (newsticker--set-customvar-ticker): New. Extracted from
10632 `newsticker--set-customvar'.
10633 (newsticker-ticker-interval): Rename `newsticker-display-interval'
10634 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
10635 for :set. Change :group.
10636 (newsticker-scroll-smoothly): Doc changed. Change :group.
10637 (newsticker-hide-immortal-items-in-echo-area)
10638 (newsticker-hide-old-items-in-echo-area)
10639 (newsticker-hide-obsolete-items-in-echo-area):
10640 Use `newsticker--set-customvar-ticker for :set. Change :group.
10641 (newsticker-start-ticker): Rename `newsticker--display-timer' to
10642 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
10643 to `newsticker-ticker-interval'.
10644 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10645 `newsticker--ticker-timer'.
10646
10647 * net/newsticker-reader.el: New. Move reader functionality from
10648 net/newsticker.el to net/newsticker-reader.el.
10649 (newsticker--set-customvar-formatting): New. Extracted from
10650 `newsticker--set-customvar'.
10651 (newsticker-reader, newsticker-frontend): New.
10652 (newsticker-enable-logo-manipulations): Change :group.
10653 (newsticker-justification): Use `newsticker--set-customvar-formatting'
10654 for :set. Change :group.
10655 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10656 for :set. Change :group.
10657 (newsticker-html-renderer): Doc changed.
10658 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10659 (newsticker-date-format):
10660 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10661 (newsticker--insert-enclosure):
10662 Rename `newsticker--buffer-insert-enclosure' to
10663 `newsticker--insert-enclosure'. Add keymap arg.
10664 (newsticker--print-extra-elements):
10665 Rename `newsticker--buffer-print-extra-elements' to
10666 `newsticker--print-extra-elements'. Add keymap arg.
10667 (newsticker--do-print-extra-element):
10668 Rename `newsticker--buffer-do-print-extra-element' to
10669 `newsticker--do-print-extra-element'. Add keymap arg.
10670 (newsticker-show-news): Use `newsticker-frontend'.
10671
10672 * net/newsticker-plainview.el: New. Move plainview functionality
10673 from net/newsticker.el to net/newsticker-reader.el.
10674 (newsticker-plainview): New.
10675 (newsticker--set-customvar-sorting): New. Extracted from
10676 `newsticker--set-customvar'.
10677 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10678 for :set. Changed :group.
10679 (newsticker-heading-format, newsticker-item-format)
10680 (newsticker-desc-format, newsticker-statistics-format):
10681 Use `newsticker--set-customvar-formatting for :set. Change :group.
10682 (newsticker-faces): Change :group.
10683 (newsticker-default-face): Enable again.
10684 (newsticker-hide-old-items-in-newsticker-buffer)
10685 (newsticker-show-descriptions-of-new-items):
10686 Use `newsticker--set-customvar-buffer' for :set. Change :group.
10687 (newsticker-show-all-news-elements): Change :group.
10688 (newsticker-plainview-hooks): New.
10689 (newsticker-select-item-hook, newsticker-select-feed-hook)
10690 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10691 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10692 to `newsticker--plainview-tool-bar-map'.
10693 (newsticker--url-keymap): Add mouse-1 binding.
10694 (newsticker-plainview): New.
10695 (newsticker-mark-all-items-of-feed-as-read): Change doc.
10696 (newsticker--buffer-do-insert-text): Use renamed
10697 newsticker--[buffer-]insert-enclosure and
10698 newsticker--[buffer-]print-extra-elements.
10699 (newsticker--buffer-set-faces): Use newsticker-default-face.
10700
10701 * net/newsticker-treeview.el: New.
10702
10703 2008-06-08 Andreas Schwab <schwab@suse.de>
10704
10705 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10706
10707 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10708
10709 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10710 empty line.
10711
10712 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10713
10714 2008-06-08 Martin Rudalics <rudalics@gmx.at>
10715
10716 * window.el (split-height-threshold, split-width-threshold):
10717 Add choice nil.
10718 (split-window-preferred-function): Allow either nil or a function.
10719 (window--splittable-p, window--try-to-split-window):
10720 Handle changed option values.
10721
10722 (window--frame-usable-p): Handle nil argument.
10723
10724 (display-buffer): Call get-lru-window when pop-up-windows is nil
10725 and window can't be split.
10726
10727 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10728
10729 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10730
10731 * net/tramp.el (top): Quote feature names. Remove
10732 `tramp-rfn-eshadow-setup-minibuffer' from
10733 `rfn-eshadow-setup-minibuffer-hook' when unloading.
10734 (tramp-read-passwd): There is only one call to
10735 `auth-source-user-or-password' needed. Pacify byte compiler.
10736
10737 2008-06-08 Andreas Schwab <schwab@suse.de>
10738
10739 * window.el (display-buffer): Use lru window if current window
10740 cannot be split.
10741
10742 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * apropos.el (apropos-library): New command and new button.
10745 (apropos-library-button): New function.
10746
10747 * apropos.el: Remove spurious * in docstrings.
10748 (apropos-label-face): Use variable pitch.
10749 (apropos-print): Use dolist and with-current-buffer.
10750 (apropos-print-doc): Use when.
10751
10752 * window.el (special-display-p, display-buffer):
10753 Fix up C->Elisp transcription error.
10754
10755 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10758 (byte-compile-file): Initialize it.
10759 (byte-compile-nogroup-warn): Keep track of the current group.
10760
10761 2008-06-08 Glenn Morris <rgm@gnu.org>
10762
10763 * Makefile.in (compile, compile-always, bootstrap-prepare):
10764 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10765
10766 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
10767
10768 * language/hanja-util.el (hanja-init-load): Use a char-table for
10769 hanja-table.
10770 (hangul-to-hanja-char): Adjust for the above change.
10771
10772 2008-06-07 Glenn Morris <rgm@gnu.org>
10773
10774 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10775 lm-keywords.
10776
10777 * mail/sendmail.el (mail-interactive): Add :version.
10778
10779 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10780 obsolete alias.
10781
10782 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10783 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10784 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10785 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10786 * eshell/esh-util.el, international/mule-cmds.el:
10787 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10788 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10789 Remove unnecessary eval-when-compiles and eval-and-compiles.
10790
10791 * Makefile.in (bootstrap-clean): Run autogen-clean.
10792 (maintainer-clean): No need to run autogen-clean now it is included in
10793 bootstrap-clean.
10794
10795 2008-06-06 Miles Bader <miles@gnu.org>
10796
10797 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10798
10799 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
10800
10801 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10802 longlines mode.
10803
10804 * replace.el (replace-search-function)
10805 (replace-re-search-function): New vars.
10806 (perform-replace): Use them.
10807
10808 * longlines.el (longlines-re-search-forward): New function.
10809 (longlines-mode): Bind replace-search-function and
10810 replace-re-search-function, to ensure that replacement commands
10811 treat newlines as spaces.
10812 (longlines-show-effect): Default to a pilcrow sign.
10813
10814 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * help.el (function-called-at-point):
10817 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10818 even when calling find-tag-default.
10819
10820 2008-06-06 Daniel Colascione <danc@merrillpress.com>
10821
10822 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10823 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10824 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10825 (nxml-fontify-buffer, nxml-do-fontify):
10826 Remove obsolete variables and functions.
10827 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10828 (nxml-degrade, nxml-after-change, nxml-after-change1)
10829 (nxml-extend-region, nxml-extend-after-change-region)
10830 (nxml-extend-after-change-region1, nxml-fontify-matcher)
10831 (nxml-toggle-char-ref-extra-display): Use font-lock, and
10832 font-lock-extend-region-functions in particular, to fontify
10833 nxml-mode buffers.
10834 (nxml-debug-region): New debugging helper function.
10835
10836 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10837 (nxml-scan-after-change, nxml-move-tag-backwards):
10838 Adapt for font-lock changes.
10839
10840 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10841 (nxml-debug-set-inside, nxml-debug-clear-inside):
10842 New debugging functions.
10843 (nxml-with-degradation-on-error): New helper macro.
10844
10845 2008-06-06 Martin Rudalics <rudalics@gmx.at>
10846
10847 * window.el (display-buffer): Remove dead call to get-lru-window.
10848
10849 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * mail/sendmail.el (mail-interactive): Change default.
10852
10853 2008-06-05 John Paul Wallington <jpw@pobox.com>
10854
10855 * bindings.el (completion-ignored-extensions):
10856 Add .p64fsl, .d64fsl, and .dx64fsl.
10857
10858 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * ffap.el (ffap-prompter): Don't use the region.
10861
10862 2008-06-05 Sam Steingold <sds@gnu.org>
10863
10864 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10865 subdirectory to be registered.
10866
10867 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10868
10869 * window.el (display-buffer-function, special-display-p)
10870 (special-display-buffer-names, special-display-regexps)
10871 (special-display-function, same-window-p, same-window-buffer-names)
10872 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10873 (pop-up-frame-function, pop-up-windows, even-window-heights)
10874 (split-window-preferred-function, split-height-threshold)
10875 (window--display-buffer-1, display-buffer, pop-to-buffer):
10876 Move from window.c and buffer.c.
10877 (window--splittable-p, window--try-to-split-window)
10878 (window--frame-usable-p, window--display-buffer-2)
10879 (window--even-window-heights): New functions.
10880 (split-width-threshold): New option.
10881 (split-window-preferred-horizontally): Remove.
10882
10883 * cus-start.el: Remove corresponding declarations.
10884
10885 2008-06-05 Sam Steingold <sds@gnu.org>
10886
10887 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10888 an error on modified buffers.
10889
10890 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * progmodes/etags.el (tags-verify-table): Be careful to use and update
10893 tags-file-name and tags-table-list from the right buffer.
10894 (tags-table-check-computed-list, tags-table-extend-computed-list)
10895 (find-tag-noselect): Use with-current-buffer.
10896
10897 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10898 Use print-circle.
10899
10900 * minibuffer.el (minibuffer-local-must-match-filename-map):
10901 Declare obsolete alias for the old name.
10902
10903 * abbrev.el (unexpand-abbrev): Better preserve markers.
10904
10905 2008-06-05 Glenn Morris <rgm@gnu.org>
10906
10907 * emacs-lisp/autoload.el (autoload-rubric): New function,
10908 extracted from autoload-ensure-default-file.
10909 (autoload-ensure-default-file): Use autoload-rubric.
10910
10911 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10912 (custom-dependencies-no-scan-regexp): New variable.
10913 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10914 Don't scan files matching custom-dependencies-no-scan-regexp.
10915 Disable undo in the output buffer. Remove kept-new-versions wackiness.
10916
10917 * finder.el (finder-headmark): Initialize and add doc string.
10918 (generated-finder-keywords-file): Doc fix.
10919 (finder-no-scan-regexp): New variable.
10920 (finder-compile-keywords): Use a single let binding.
10921 Disable undo in the output buffer. Use autoload-rubric.
10922 Use mapc rather than mapcar. Don't scan files matching
10923 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
10924 rather than concat. Use directory-files to do regexp matching.
10925 No need to require jka-compr.
10926 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
10927 (finder-list-matches): Disable undo.
10928 (finder-commentary): Use let rather than let*. Disable undo.
10929 (finder-current-item): Use zerop.
10930 (finder-mode): Use define-derived-mode.
10931 (finder-exit): Doc fix. Use dolist.
10932
10933 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10934 (custom-deps): Don't require $(lisp)/cus-load.el.
10935 (custom-deps, finder-data): Don't depend on autoloads.
10936 Should not be needed now, and doing so was causing make install to
10937 re-dump emacs post-bootstrap.
10938 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10939 mid-build forces some things to be rebuilt.
10940
10941 2008-06-05 Miles Bader <miles@gnu.org>
10942
10943 * face-remap.el
10944 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10945 (face-remap-remove-relative): Renamed from
10946 `remove-relative-face-remapping'.
10947 (face-remap-reset-base): Renamed from
10948 `set-default-base-face-remapping'.
10949 (face-remap-set-base): Renamed from `set-base-face-remapping'.
10950 (text-scale-increase): Renamed from `increase-buffer-face-height'.
10951 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10952 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10953
10954 * face-remap.el (variable-pitch-mode): Autoload.
10955
10956 2008-06-04 Sam Steingold <sds@gnu.org>
10957
10958 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10959 Generate extra status headers for a Mercurial tree.
10960
10961 2008-06-04 John Paul Wallington <jpw@pobox.com>
10962
10963 * echistory.el (electric-history-map): Define within defvar.
10964 Add docstring.
10965
10966 * font-lock.el (font-lock-turn-off-thing-lock)
10967 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10968 Use `bound-and-true-p'.
10969 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10970 Doc fixes.
10971
10972 * international/ccl.el (define-ccl-program): Add `doc-string'
10973 declaration.
10974
10975 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * face-remap.el (variable-pitch-mode): Reflow docstrings.
10978 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10979
10980 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
10981
10982 * emacs-lisp/rx.el (rx): Doc fix.
10983
10984 2008-06-04 Markus Triska <markus.triska@gmx.at>
10985
10986 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10987
10988 2008-06-04 Miles Bader <miles@gnu.org>
10989
10990 * face-remap.el (adjust-buffer-face-height): New function.
10991 Add autoloaded keybindings in ctl-x-map.
10992 (increase-buffer-face-height, decrease-buffer-face-height):
10993 Simplify interactive spec to just "p". Remove autoloaded keybindings.
10994
10995 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * simple.el (line-move-1): If we did not move as far as desired,
10998 ensure that point-left and point-entered hooks are called.
10999
11000 2008-06-03 Sam Steingold <sds@gnu.org>
11001
11002 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
11003
11004 2008-06-03 John Paul Wallington <jpw@pobox.com>
11005
11006 * progmodes/make-mode.el (makefile-cleanup-continuations)
11007 (makefile-warn-suspicious-lines, makefile-warn-continuations):
11008 Use `derived-mode-p'.
11009
11010 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11011
11012 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
11013 (ELCFILES): Update.
11014
11015 2008-06-03 Miles Bader <miles@gnu.org>
11016
11017 * face-remap.el: New file.
11018 * Makefile.in (ELCFILES): Add face-remap.elc.
11019
11020 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * progmodes/flymake.el (flymake-process-filter): Make sure the source
11023 buffer isn't dead.
11024
11025 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
11026 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
11027 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
11028 * obsolete/auto-show.el, obsolete/hscroll.el:
11029 Remove packages that were obsolete in Emacs-20, or that were obsolete
11030 in Emacs-21 and do not contain any more code.
11031
11032 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11033 vc-client-mode is not set.
11034
11035 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11036 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11037
11038 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11039 yet a bit more clever at distinguishing / from /.
11040
11041 2008-06-03 Kenichi Handa <handa@m17n.org>
11042
11043 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11044
11045 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
11046
11047 * language/hanja-util.el: New file.
11048
11049 2008-06-03 Glenn Morris <rgm@gnu.org>
11050
11051 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
11052 Check that end-of-word follows "type".
11053
11054 2008-06-02 Daiki Ueno <ueno@unixuser.org>
11055
11056 * epa-file.el (epa-file-write-region): Write the entire buffer
11057 content if START is nil.
11058
11059 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
11060
11061 * select.el (x-get-selection): Fix typo.
11062
11063 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
11064
11065 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
11066 (describe-char): Use `looking-at-p', `string-match-p' when possible.
11067
11068 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * tar-mode.el (tar-header-block-summarize): Ensure one space around
11071 user&group.
11072
11073 2008-05-31 John Paul Wallington <jpw@pobox.com>
11074
11075 * help-fns.el (describe-variable-custom-version-info):
11076 Handle dotted `package-version' info.
11077
11078 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
11079
11080 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
11081
11082 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
11083
11084 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
11085 names and improve support for unregistered files.
11086
11087 2008-05-31 Glenn Morris <rgm@gnu.org>
11088
11089 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11090 Remove shell variable `elc'. Split tests to hopefully be more portable.
11091 Fix `sel' assignment.
11092
11093 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
11094
11095 * minibuffer.el (completion-table-dynamic): Doc fix.
11096
11097 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11100 Try and return `unregistered' when applicable.
11101
11102 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11103 Don't encourage naming variables with "-flag".
11104
11105 2008-05-30 Glenn Morris <rgm@gnu.org>
11106
11107 * Makefile.in (update-elclist): Hide the warning when it does not apply,
11108 make it milder when it does.
11109 (autogen-clean): New target.
11110 (maintainer-clean): Use autogen-clean.
11111
11112 * calendar/diary-lib.el (diary-display-function): New name for
11113 diary-display-hook. Keep old name as obsolete alias. Doc fix.
11114 Change custom type and version.
11115 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11116 (diary-fancy-display): Doc fixes.
11117 (diary-list-entries, diary-include-other-diary-files)
11118 (diary-mail-entries):
11119 Use diary-display-function rather than diary-display-hook.
11120
11121 * calendar/appt.el (appt-check): Use diary-display-function rather than
11122 diary-display-hook.
11123 * calendar/cal-x.el (calendar-dedicate-diary): Update for
11124 diary-display-function replacing diary-display-hook.
11125 * org/org-agenda.el (org-get-entries-from-diary): Also set
11126 diary-display-function.
11127
11128 * calendar/cal-html.el (cal-html-list-diary-entries):
11129 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11130 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11131 argument of diary-list-entries rather than setting diary-display-hook.
11132
11133 2008-05-30 Kenichi Handa <handa@m17n.org>
11134
11135 * international/mule-conf.el (utf-8-with-signature): Renamed from
11136 utf-8-sig.
11137 (utf-8-auto): Adjusted for the above change.
11138
11139 * international/mule-diag.el (describe-font): Don't check fontset
11140 here, and just call font-info. Get the default font by from the
11141 default face.
11142
11143 2008-05-29 Kenichi Handa <handa@m17n.org>
11144
11145 * international/mule-conf.el (utf-8-sig, utf-8-auto):
11146 New coding systems.
11147
11148 * international/mule.el (define-coding-system): Accept :bom for utf-8.
11149
11150 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
11151
11152 * international/utf-7.el (utf-7-encode): Use the right escape char
11153 depending on imap/nonimap encoding.
11154
11155 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11158
11159 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
11160
11161 * icomplete.el (icomplete-prospects-height): Add :group.
11162
11163 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * icomplete.el (icomplete-prospects-length): Make obsolete.
11166 (icomplete-prospects-height): New var.
11167 (icomplete-completions): Use it.
11168
11169 2008-05-29 David Kastrup <dak@gnu.org>
11170
11171 * autoinsert.el (auto-insert): Add :link.
11172
11173 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11174
11175 * tar-mode.el (tar-header): New field `header-start'.
11176 (tar-header-block-tokenize): Set it when useful.
11177 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11178 (tar-header-data-end): New function.
11179 (tar-summarize-buffer): Use it.
11180 (tar-next-line): Fix goal column for long usernames.
11181 (tar-expunge-internal): Use header-start.
11182 (tar-rename-entry): Handle ustar-style long names.
11183 (tar-alter-one-field): Add optional `descriptor' argument.
11184 (tar-subfile-save-buffer): Use it.
11185
11186 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * tar-mode.el (tar-header): New field `header-start'.
11189 (tar-header-block-tokenize): Set header-start for longlink entries.
11190 (tar-expunge-internal): Use header-start to expunge longlink entries.
11191
11192 * files.el (hack-local-variables): Don't signal an error if the local
11193 variable section is not properly terminated.
11194
11195 * emacs-lisp/easymenu.el (easy-menu-convert-item)
11196 (easy-menu-convert-item-1): Move the duplicate-generation outside of
11197 the caching so it also works for identical entries.
11198
11199 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11200 (tar-mode): Use write-region-annotate-functions rather than
11201 write-contents-functions.
11202 (tar-extract): Remove unused var `pos'.
11203 (tar-subfile-save-buffer): Remove unused var `following-descs'.
11204 (tar-mode-write-file): Remove.
11205 (tar-write-region-annotate): New function.
11206
11207 * progmodes/flymake.el (flymake-save-buffer-in-file):
11208 * shadowfile.el (shadow-copy-file):
11209 * arc-mode.el (archive-*-write-file-member):
11210 * files.el (diff-buffer-with-file):
11211 * subr.el (with-temp-file): Pass nil to write-region.
11212 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11213
11214 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11215 the custom.
11216
11217 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11218 to write-region.
11219
11220 2008-05-28 Glenn Morris <rgm@gnu.org>
11221
11222 * Makefile.in (update-elclist): Work around non-portability of "\"
11223 in various implementations of echo.
11224
11225 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * international/mule-diag.el (describe-current-coding-system):
11228 Don't assume selection-coding-system is always defined.
11229
11230 * tar-mode.el: Use defstruct and markers.
11231 (tar-setf): Remove.
11232 (tar-header): Use defstruct. Add `data-start' field.
11233 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11234 (tar-desc-data-start): Remove (now called tar-header-data-start).
11235 (tar-roundup-512): New fun.
11236 (tar-header-block-tokenize): Receive a buffer position rather than
11237 a string. Handle @longLink here, be more careful about it.
11238 Create a marker for data-start.
11239 (tar-summarize-buffer): Don't handle @LongLink here any more.
11240 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11241 data-start on the following entries any more.
11242 (tar-chown-entry, tar-chgrp-entry): Use read-number.
11243
11244 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11245 (tar-header-offset): Remove.
11246 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11247 Not permanent any more.
11248 (tar-data-buffer): New var.
11249 (tar-data-swapped-p, tar-change-major-mode-hook)
11250 (tar-mode-kill-buffer-hook): New funs.
11251 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11252 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11253 (tar-clear-modification-flags, tar-alter-one-field)
11254 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11255 Change accordingly.
11256
11257 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
11258
11259 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11260 (vc-dir-resynch-file): ... this. Update callers.
11261 Use vc-string-prefix-p. Ignore directory args.
11262 (vc-string-prefix-p): CSE.
11263 (vc-resynch-buffer): Restore conditional.
11264
11265 * vc-hooks.el (vc-after-save): Improve test.
11266 (vc-mode-line): Fix indentation.
11267
11268 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * calendar/parse-time.el (parse-time-months)
11271 (parse-time-weekdays): Add long-form month and day names.
11272
11273 2008-05-27 Glenn Morris <rgm@gnu.org>
11274
11275 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11276
11277 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * vc-dispatcher.el (vc-string-prefix-p): New function.
11280 (vc-dir-parent-marked-p): Use it.
11281
11282 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
11283
11284 * vc.el (Problems): Remove fixed issues.
11285 (vc-expand-dirs): Avoid returning directories.
11286 (vc-dir): Fix C-x v v binding.
11287 (vc-make-backend-object): Fix name.
11288 (vc-dir-show-fileentry): Fix docstring.
11289 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
11290 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
11291 Reset the state for directories.
11292 (vc-dir-headers): Align labels.
11293 (vc-default-status-printer): Do no call prettify-state-info.
11294 (vc-deduce-fileset): Replace implementation with one based on a
11295 working older version.
11296 (vc-next-action): Use the new form of vc-deduce-fileset.
11297 Fix dealing with unregistered files.
11298
11299 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11300 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11301 (vc-dir-child-files): New function.
11302 (vc-dir-node-directory): New function.
11303 (vc-dir-update, vc-dir-parent-marked-p)
11304 (vc-dir-children-marked-p, vc-dir-mark-all-files)
11305 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11306
11307 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11308
11309 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11310
11311 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11312 (diff-font-lock-keywords, diff-context->unified)
11313 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11314 (diff-hunk-text, diff-find-source-location): Use it.
11315 (diff-post-command-hook): Let the user edit the hunk headers.
11316
11317 2008-05-26 Andreas Schwab <schwab@suse.de>
11318
11319 * vc.el (vc-default-prettify-state-info): Fix formatting of an
11320 unknown state.
11321
11322 * tar-mode.el (tar-summarize-buffer): Comment fix.
11323
11324 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11327
11328 2008-05-26 Glenn Morris <rgm@gnu.org>
11329
11330 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11331
11332 2008-05-25 John Paul Wallington <jpw@pobox.com>
11333
11334 * proced.el (proced-next-line, proced-previous-line):
11335 Avoid calling `next-line' and `previous-line' from Lisp code.
11336
11337 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
11338
11339 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11340 Use diary-ordinal-suffix.
11341
11342 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
11343
11344 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11345 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11346 (edebug-save-displayed-buffer-points, edebug-initial-mode)
11347 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11348 (edebug-print-length, edebug-print-level, edebug-print-circle)
11349 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11350 (edebug-global-break-condition, edebug-sit-for-seconds):
11351 Remove spurious * from defcustom docstrings.
11352 (edebug-unwrap*, edebug-signal, edebug-eval-display):
11353 Improve argument/docstring consistency.
11354 (edebug-test-coverage, edebug-gensym, edebug-read)
11355 (edebug-top-level-nonstop, edebug-eval-result-list)
11356 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11357 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11358 (edebug-display-freq-count): Reflow docstrings.
11359 (edebug-restore-status): Doc fix.
11360
11361 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * proced.el (proced-header-line): Use the :align-to 0 feature
11364 rather than computing the corresponding position manually.
11365 (proced-update): Don't hardcode point-min==1.
11366
11367 2008-05-24 Alan Mackenzie <acm@muc.de>
11368
11369 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11370 if c-file-style is set to a non-string.
11371
11372 (c-neutralize-CPP-line): Surround by `save-excursion'.
11373 (c-neutralize-syntax-in-CPP): Optimize for speed.
11374
11375 2008-05-24 Glenn Morris <rgm@gnu.org>
11376
11377 * Makefile.in (update-elclist): New target, to update ELCFILES.
11378 (bootstrap-after): Run update-elclist.
11379
11380 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
11381
11382 * icalendar.el (icalendar-version): Increase to "0.19".
11383 (icalendar--date-style): New function.
11384 (icalendar--datetime-to-diary-date): Doc fix.
11385 Use icalendar--date-style.
11386 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
11387 (icalendar--convert-yearly-to-ical)
11388 (icalendar--convert-recurring-to-diary): Handle iso date style,
11389 use icalendar-date-style.
11390
11391 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
11392
11393 * vc.el (vc-delete-file): Make sure the buffer is deleted and
11394 vc-dir buffers are updated.
11395
11396 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * vc.el (vc-delete-file): Don't try to resynch the buffer.
11399
11400 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
11401
11402 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11403 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11404 (reftex-extra-bindings): Use it.
11405
11406 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11407 away from the user-reserved keys.
11408
11409 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11410 New vars.
11411 (ada-create-keymap): Use them.
11412
11413 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11416 a properly-grouped regexp.
11417
11418 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
11419
11420 * progmodes/cap-words.el (capitalized-words-mode):
11421 Fix typos in docstring.
11422
11423 2008-05-23 Kenichi Handa <handa@m17n.org>
11424
11425 * international/mule-conf.el: Don't define the charset `emacs'
11426 here, just put :docstring, :short-name, and :long-name.
11427
11428 2008-05-22 Kenichi Handa <handa@m17n.org>
11429
11430 * international/mule-diag.el (font-show-log): Limit each listing
11431 to 20 items.
11432
11433 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
11434
11435 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11436 (gdb-annotation-rules): New entry for "thread-changed".
11437 (gdb-thread-changed): New function.
11438
11439 2008-05-23 Glenn Morris <rgm@gnu.org>
11440
11441 * Makefile.in (SOURCES): Remove, unused.
11442 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11443 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11444 Exclude more '*loaddefs' files.
11445 (compile-always): Simplify '.elc' deletion.
11446
11447 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11450 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11451
11452 * minibuffer.el (completion-boundaries): Change calling
11453 convention, so `string' has the same semantics as in
11454 try-completion and all-completions.
11455 (completion-table-with-context, completion--embedded-envvar-table)
11456 (completion--file-name-table)
11457 (completion-pcm--find-all-completions): Adjust code accordingly.
11458
11459 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
11460
11461 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11462 prune image-mode-winprops-alist, preventing it from growing
11463 indefinitely.
11464 (image-mode-reapply-winprops): Use it.
11465
11466 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
11467
11468 * net/netrc.el (netrc-machine): Always match if the port is not given.
11469
11470 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * minibuffer.el (completion-pcm--find-all-completions):
11473 Don't add pseudo-completions.
11474
11475 * icomplete.el (icomplete-eoinput): Remove.
11476 (icomplete-overlay): New var to replace it.
11477 (icomplete-tidy): Rewrite.
11478 (icomplete-exhibit): Use an overlay.
11479 (icomplete-completions): Use completion-all-sorted-completions.
11480 Obey completion-ignore-case.
11481
11482 * files.el (locate-dominating-file): Accept non-existing argument.
11483 (project-find-settings-file): Rewrite, using locate-dominating-file.
11484
11485 2008-05-22 Kenichi Handa <handa@m17n.org>
11486
11487 * faces.el (font-weight-table, font-slant-table, font-width-table):
11488 Delete them. Don't call internal-set-font-style-table.
11489
11490 * international/mule-diag.el (font-show-log): New function.
11491
11492 * international/fontset.el (script-representative-chars): Add more
11493 chars for latin. Add data for symbol.
11494 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11495
11496 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * minibuffer.el (completion-all-sorted-completions): New var.
11499 (completion--flush-all-sorted-completions)
11500 (completion-all-sorted-completions): New functions.
11501 (minibuffer-force-complete): New command.
11502
11503 2008-05-21 Glenn Morris <rgm@gnu.org>
11504
11505 * files.el (c-postprocess-file-styles): Declare for compiler.
11506
11507 * Makefile.in: Allow for parallel byte-compiling.
11508 (ELCFILES): New variable.
11509 (.el.elc): Remove prerequisites from suffix rule. Print a message.
11510 (compile-first, compile-main, compile-last): New targets.
11511 (compile-always): Simplify - delete .elc files, then `make compile'.
11512
11513 * Makefile.in (compile-calc): Use glob rather than find.
11514 ($(lisp)/progmodes/cc-mode.elc): Use $@.
11515
11516 * eshell/esh-module.el: No need for cl when compiling.
11517
11518 * eshell/eshell.el (eshell-defgroup): New alias.
11519 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11520 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11521 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11522 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11523 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11524 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11525 Autoload the custom group. Set generated-autoload-file.
11526 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11527 for eshell-defgroup.
11528 * eshell/esh-module.el (eshell-load-defgroups): Remove.
11529 Require esh-groups rather than loading it.
11530
11531 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11532
11533 * proced.el (proced-header-line): New variable and new function.
11534 (proced-mode): Set header-line-format.
11535 (proced-update): Set proced-header-line.
11536 (proced-send-signal): Use proced-header-line.
11537
11538 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * macros.el (insert-kbd-macro): Use prin1-char.
11541
11542 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * minibuffer.el (completion-boundaries): New function.
11545 (completion--some): Delay errors.
11546 (complete-with-action, completion-table-with-context):
11547 Handle `boundaries' case.
11548 (completion--try-word-completion): Avoid partial-completion
11549 when the user hasn't entered anything yet.
11550 (minibuffer-local-map, minibuffer-local-filename-completion-map)
11551 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11552 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11553 Setup default keybindings.
11554 (completion--embedded-envvar-re): New var.
11555 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
11556 (completion--file-name-table): Handle `boundaries' case.
11557 (completion-pcm--pattern->regex): Avoid pathological backtracking.
11558 (completion-pcm--all-completions): Add a `prefix' arg.
11559 (completion-pcm--find-all-completions): New function.
11560 (completion-pcm-all-completions, completion-pcm-try-completion):
11561 Use it.
11562
11563 * icomplete.el (icomplete-completions): Don't use `predicate' with
11564 a table of a different type than `candidates'.
11565
11566 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11567
11568 * proced.el (proced-goal-column): Rename from proced-procname-column.
11569 (proced-goal-header-re): Rename from proced-procname-column-regexp.
11570 (proced-move-to-goal-column): Rename from proced-move-to-procname.
11571 (proced-header-face, proced-header-regexp): Remove.
11572 (proced-font-lock-keywords): Remove proced-header-face.
11573 (proced-header-alist, proced-sorting-schemes-re): New variables.
11574 (proced): Rename Proced buffer to *Proced*.
11575 (proced-next-line, proced-previous-line): New commands.
11576 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11577 (proced-hide-processes): Do not treat first line as special.
11578 (proced-header-space): New function.
11579 (proced-update): Use header-line-format.
11580 Initialize proced-header-alist and proced-sorting-schemes-re.
11581 Set proced-goal-column. Include proced-command in mode-name.
11582 (proced-send-signal): Use header-line-format for *Marked
11583 Processes* buffer.
11584 (proced-sort): Restrict minibuffer completion to applicable
11585 sorting schemes.
11586 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11587
11588 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * icomplete.el (icomplete-simple-completing-p):
11591 Allow icomplete-with-completion-tables to say "use it everywhere".
11592 (icomplete-completions): Obey completion-styles. Try to accommodate
11593 partial-completion style.
11594
11595 2008-05-20 Michael Olson <mwolson@gnu.org>
11596
11597 * files.el (project-find-settings-file): Change concat to
11598 expand-file-name.
11599
11600 2008-05-19 Tom Tromey <tromey@redhat.com>
11601
11602 * files.el (normal-mode): Call hack-project-variables.
11603 (hack-local-variables-confirm): Add 'project' argument.
11604 (hack-local-variables-apply): New function.
11605 (hack-local-variables): Use it.
11606 (project-class-alist, project-directory-alist): New variables.
11607 (project-get-alist): New function.
11608 (project-collect-bindings-from-alist)
11609 (project-collect-binding-list, set-directory-project)
11610 (project-find-settings-file, project-define-from-project-file)
11611 (hack-project-variables): New functions.
11612
11613 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11616
11617 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * faces.el (font-weight-table): Fix typo in docstring.
11620
11621 2008-05-18 David Hull <david@snap.com> (tiny change)
11622
11623 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11624 (vc-hg-annotate-command): Allow white space before version number.
11625
11626 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11627
11628 * calc/calc-yank.el (calc-register-alist): New variable.
11629 (calc-set-register, calc-get-register, calc-copy-to-register)
11630 (calc-insert-register, calc-add-to-register, calc-append-to-register)
11631 (calc-prepend-to-register): New functions.
11632
11633 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11634 `calc-copy-to-register' and `calc-insert-register'.
11635 Autoload new register functions.
11636
11637 * calc/calc-help.el (calc-r-prefix-help): Add help for register
11638 functions.
11639
11640 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
11641
11642 * vc.el (Todo): Add known problems.
11643 (vc-dir-backend): New variable.
11644 (vc-dir): Set it.
11645 (vc-make-backend-object, vc-generic-status-printer)
11646 (vc-generic-state, vc-generic-status-fileinfo-extra)
11647 (vc-dir-extra-menu): Use it.
11648 (vc-generic-dir-headers): Remove, unused.
11649
11650 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11651 vc-dir-prev-directory for consistency with vc-dir-previous-line.
11652 (vc-dir-mode-map): Fix bindings.
11653
11654 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11655
11656 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11657
11658 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11659 operated on.
11660 (calc-kill-region): Kill entire lines.
11661
11662 2008-05-17 Glenn Morris <rgm@gnu.org>
11663
11664 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11665 simplify initial value.
11666 (defezimage): Drop support for Emacs without defimage, use a featurep
11667 test rather than fboundp when defining, drop with-no-warnings.
11668 (ezimage-insert-over-text): Move featurep test inside
11669 add-text-properties.
11670
11671 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11672
11673 * net/tramp.el (top-level): Load auth-source when compiling.
11674
11675 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11676
11677 2008-05-17 Andreas Schwab <schwab@suse.de>
11678
11679 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11680
11681 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
11682
11683 * vc.el (vc-annotate-show-diff-revision-at-line): Change
11684 vc-diff-internal arg to match what vc-deduce-fileset returns now.
11685
11686 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11687
11688 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11689
11690 2008-05-17 Jim Meyering <meyering@redhat.com>
11691
11692 * ido.el (ido-save-history): Do not emit a trailing newline at the
11693 end of the ido history file.
11694
11695 2008-05-16 John Paul Wallington <jpw@pobox.com>
11696
11697 * vc-dispatcher.el (top-level): Revert previous change: require cl
11698 when compiling.
11699
11700 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11701
11702 * vc.el (vc-default-status-printer)
11703 (vc-default-prettify-state-info): Enhance the state prettyprinter
11704 to deal better with unknown states and indirect through it when
11705 painting vc-dir buffers.
11706
11707 2008-05-16 John Paul Wallington <jpw@pobox.com>
11708
11709 * vc-dispatcher.el (top-level): Don't require cl when compiling.
11710 (vc-dir-mode-map): Fix backquote.
11711 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
11712
11713 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
11714
11715 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11716 Reported by Glenn Morris <rgm@gnu.org>.
11717
11718 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11719
11720 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11721 the end of the file, it was good work at one time but has been
11722 stale since 1995 and may now be actively misleading.
11723 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11724 CVS repository and module (assumptions for the latter a bit iffy).
11725 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11726 SVN repository.
11727
11728 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * vc-rcs.el (vc-rcs-create-tag):
11731 * vc-sccs.el (vc-sccs-create-tag):
11732 Fix typo in error message and pass backend arg.
11733
11734 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
11735
11736 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11737
11738 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11739
11740 * net/tramp.el: Load auth-source library.
11741 (tramp-read-passwd): Use it for password, not login.
11742
11743 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
11744
11745 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11746 (ses-print-cell): Use string-width, truncate-string-to-width,
11747 delete-region rather than length, substring, delete-char.
11748 (ses-setup): Set inhibit-point-motion-hooks to t.
11749 Calculate position by actually moving point rather than just using
11750 unibyte character length.
11751 (ses-mode): Set indent-tabs-mode to nil.
11752 (ses-center): Use string-width rather than length.
11753
11754 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
11755
11756 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11757 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11758 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11759 vc-*-create-tag and vc-*-retrieve-tag respectively.
11760
11761 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11762 unneeded defalias.
11763
11764 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11765
11766 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11767 about buffer names.
11768
11769 2008-05-15 Glenn Morris <rgm@gnu.org>
11770
11771 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11772
11773 * org/org-exp.el (org-infojs-options-inbuffer-template):
11774 Fix declaration.
11775
11776 * progmodes/cc-mode.el (declare-function): Add compat definition.
11777 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11778
11779 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11780
11781 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11782 list to a cons so the caller can get back both expanded and
11783 unexpanded filesets.
11784 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11785 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11786 Change handling of selection-set returns as required.
11787
11788 2008-05-15 John Paul Wallington <jpw@pobox.com>
11789
11790 * add-log.el (top-level): Don't require cl when compiling.
11791
11792 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11793 (archive-*-extract): Use `zerop'.
11794 (archive-*-write-file-member): Use `or', use `zerop'.
11795
11796 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11797
11798 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11799 (ibuffer-mark-interactive, ibuffer-set-mark)
11800 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11801 (ibuffer-map-lines, ibuffer-switch-format)
11802 (ibuffer-update-title-and-summary)
11803 (ibuffer-redisplay-engine): Use it.
11804
11805 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11806 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11807 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11808 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11809 (ibuffer-mark-read-only-buffers)
11810 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11811
11812 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11813 (define-ibuffer-column, define-ibuffer-sorter)
11814 (define-ibuffer-op, define-ibuffer-filter): Add declarations
11815 containing indentation specs, replacing equivalent top-level
11816 forms that set `lisp-indent-function' properties.
11817 (define-ibuffer-op): Use `derived-mode-p'.
11818 (define-ibuffer-filter): Remove redundant `concat' call.
11819
11820 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
11821
11822 * net/tramp.el (tramp-echo-mark): Update docstring.
11823 (tramp-echo-mark-marker): New defconst.
11824 (tramp-check-for-regexp): Use it.
11825
11826 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11827
11828 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11829 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11830 as parent.
11831
11832 2008-05-14 John Paul Wallington <jpw@pobox.com>
11833
11834 * international/mule.el (convert-define-charset-argument):
11835 Remove period from end of error message.
11836 (coding-system-mnemonic): Doc fix.
11837 (ctext-pre-write-conversion): Doc fix.
11838
11839 2008-05-14 Simon Marshall <simon@gnu.org>
11840
11841 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11842 from its default value and give it the risky-local-variable
11843 property (CVE-2008-2142).
11844
11845 2008-05-14 Kenichi Handa <handa@m17n.org>
11846
11847 * language/korean.el ("Korean"): Set `iso639-language'
11848 property to `ko'.
11849
11850 * language/japanese.el ("Japanese"): Set `iso639-language'
11851 property to `ja'.
11852
11853 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11854 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11855 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11856
11857 * international/mule-cmds.el (set-language-environment):
11858 Set current-iso639-language.
11859
11860 * international/fontset.el (setup-default-fontset): For kana, han,
11861 hangul, and cjk-misc, move an entry with font-spec at the end.
11862 (generate-fontset-menu): Exclude fontset-auto* from the list.
11863
11864 * composite.el (compose-chars-after): Assume that WINDOW is always
11865 non-nil.
11866
11867 * faces.el (font-weight-table, font-slant-table)
11868 (font-swidth-table): Declare them by defconst. Change the format
11869 of elements. Call internal-set-font-style-table after their
11870 declaration.
11871 (face-valid-attribute-values): Call font-family-list. Get values
11872 for width, weight, and slant from font-xxx-table.
11873
11874 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11875
11876 2008-05-13 John Paul Wallington <jpw@pobox.com>
11877
11878 * ibuffer.el (ibuffer-buffer-file-name): New function.
11879 (define-ibuffer-column filename): Use it.
11880
11881 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11882
11883 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11884
11885 * talk.el (talk): Simplify. Pass display arg to talk-add-display
11886 as a string.
11887 (talk-add-display): Simplify. Accept only string args.
11888
11889 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
11890
11891 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11892
11893 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * Makefile.in (bootstrap-prepare): Don't chmod files.
11896 (autoloads): Do it here instead, where it's actually needed.
11897
11898 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11899
11900 * tool-bar.el (tool-bar-make-keymap): Account for the optional
11901 KEY-BINDING-DATA field in menu-item list.
11902
11903 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * dired.el (dired-read-dir-and-switches): Move things about to use less
11906 recursion during macroexpansion.
11907
11908 * dired.el (dired-read-dir-and-switches): Use read-file-name.
11909
11910 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11911 completion-ignored-extension directories if there's something else.
11912 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11913 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11914 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11915 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11916 buffer-read-only -> inhibit-read-only.
11917
11918 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
11919
11920 * vc.el (vc-expand-dirs): Stop this function from tossing out
11921 explicitly specified files.
11922
11923 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11926 to `insert'.
11927
11928 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11929
11930 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11931 cons. Use vc-annotate-backend.
11932 (with-vc-file, edit-vc-file): Remove unused macros.
11933
11934 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
11935
11936 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11937 (smtpmail-try-auth-methods): Use it.
11938
11939 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11942 (setf (nthcdr ..) ..) doesn't require CL at runtime.
11943
11944 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
11945
11946 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11947
11948 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11951 (vc-bzr-revision-completion-table): Use process-file.
11952 (vc-bzr-working-revision): Pass relative file names.
11953
11954 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11955
11956 2008-05-11 Juri Linkov <juri@jurta.org>
11957
11958 * wid-edit.el (widget-image-directory): Change default image data
11959 subdirectory from "custom" to "images/custom".
11960
11961 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11962 before recursive call to `Info-next-preorder' to not add
11963 intermediate nodes to the history.
11964
11965 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11966
11967 * emulation/cua-base.el: Put isearch-scroll property
11968 on cua-scroll-up and cua-scroll-down.
11969
11970 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
11971
11972 * vc-hooks.el (vc-recompute-state): Remove (dead code).
11973
11974 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11975
11976 * vc-dispatcher.el (ewoc): Require.
11977 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11978
11979 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11980
11981 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * term/w32-win.el (x-colors):
11984 * term/mac-win.el (x-colors):
11985 * term/x-win.el (x-colors): Re-order colors.
11986
11987 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
11988
11989 * smerge-mode.el (smerge-command-prefix): Fix custom type.
11990
11991 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
11992
11993 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11994 New functions implementing motion to next and previous directory.
11995
11996 * vc-arch.el (vc-arch-command):
11997 * vc-bzr.el (vc-bzr-command):
11998 * vc-cvs.el (vc-cvs-command):
11999 * vc-dispatcher.el (vc-do-command):
12000 * vc-git.el (vc-git-command):
12001 * vc-hg.el (vc-hg-command):
12002 * vc-mcvs.el (vc-mvcs-command):
12003 * vc-mtn.el (vc-mtn-command):
12004 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
12005 (vc-sccs-workfile-unchanged-p):
12006 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
12007 * vc-rcs.el (all methods): Remove assumption about what a nil
12008 argument to vc-do-command means. This means no buffer name needs
12009 to be hardcoded into the dispatcher layer, and it's better to be
12010 explicit anyway.
12011
12012 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
12013
12014 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
12015
12016 * vc.el: Update todo.
12017
12018 * vc-sccs.el (vc-sccs-dir-status):
12019 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
12020 backends and returning up to date files.
12021
12022 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
12023
12024 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12025
12026 * vc.el (vc-dir):
12027 * vc-hooks.el: Tweak the VC directory bindings. These are now
12028 documented in the manual.
12029
12030 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
12031 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12032 (vc-dispatcher-selection-set): Allow callers to pass in an
12033 observer flag that says no buffer sync is required.
12034 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12035 Use the observer flag.
12036
12037 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
12038
12039 * simple.el (start-file-process): Clarify docstring.
12040
12041 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12042
12043 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12044 Remove stub implementations of, and references to, wash-log.
12045 * vc-rcs.el (vc-rcs-comment-history):
12046 * vc-cvs.el (vc-cvs-comment-history):
12047 Inline the code that used to be wash-log.
12048
12049 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
12050 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12051 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
12052 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
12053 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
12054 (vc-rcs-print-log): Grok directories.
12055
12056 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * vc.el (vc-mark-resolved): Add `backend' argument.
12059 (vc-next-action): Pass it the backend.
12060 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
12061 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
12062 (vc-default-comment-history, vc-default-create-snapshot)
12063 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
12064 (vc-annotate-revision-previous-to-line)
12065 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
12066 * vc-svn.el (vc-svn-checkout):
12067 * vc-mcvs.el (vc-mcvs-checkout):
12068 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
12069 (vc-working-revision, vc-before-save, vc-mode-line):
12070 Prefer vc-call-backend to vc-call so as not to recompute the backend.
12071
12072 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
12073 state to be consistent since it's often an unwarranted restriction.
12074 Don't return the state either.
12075 (vc-next-action): Check that the state is consistent.
12076 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
12077 (vc-rollback, vc-update): Adapt to new return value of
12078 vc-deduce-fileset.
12079
12080 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
12081 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
12082 (vc-dispatcher-in-fileset-p): New fun.
12083 (vc-dispatcher-selection-set): Use it to properly handle directories.
12084
12085 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
12086
12087 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
12088 (vc-update): Remove unused let bindings.
12089
12090 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
12091
12092 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12093 (vc-diff, vc-revert, vc-rollback, vc-update):
12094 * vc-dispatcher.el (vc-dispatcher-selection-set):
12095 Get rid of 4 special cases in fileset selection. This involved
12096 changing the return value of (vc-deduce-fileset) so that it passes
12097 back a deduced state as well as a deduced back end.
12098
12099 2008-05-08 Sam Steingold <sds@gnu.org>
12100
12101 * progmodes/compile.el (compilation-minor-mode-map)
12102 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12103 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12104 it to `compilation-minor-mode-map' (instead of an explicit `cons').
12105
12106 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * org/org.el (org-modules, org-format-latex-options):
12109 * org/org-archive.el (org-archive-stamp-time)
12110 (org-archive-save-context-info):
12111 * org/org-faces.el (org-hide):
12112 * org/org-irc.el (org-irc-parse-link):
12113 * org/org-macs.el (org-call-with-arg, org-autoload):
12114 * org/org-mew.el (org-mew-store-link):
12115 * org/org-remember.el (org-remember-store-without-prompt)
12116 (org-remember-templates): Fix typos in docstrings.
12117
12118 * org/org-info.el (org-info-store-link): Remove leftover docstring.
12119
12120 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12121 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12122 (org-bbdb-anniv-split): Fix typos in docstrings.
12123
12124 * org/org-publish.el (org-publish-project-alist): Doc fixes.
12125 (org-publish-use-timestamps-flag): Reflow docstring.
12126 (org-publish-files-alist): Fix typos in docstring.
12127
12128 2008-05-07 Sam Steingold <sds@gnu.org>
12129
12130 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12131 appears to be too aggressive with window removal.
12132
12133 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
12134
12135 * progmodes/verilog-mode.el (verilog-type-font-keywords):
12136 Add leda and 0in as pragma keywords.
12137 (verilog-pretty-expr): Support lining up assignments which include
12138 part selects.
12139 (verilog-mode): More portable check for the availability of
12140 hideshow support.
12141 (verilog-do-indent): Remove special indent for declarations inside
12142 a parenthetical list. The code is ill-advised, and doesn't work
12143 given the new user defined types.
12144 (verilog-set-auto-endcomments): Enhance function automatic
12145 endcomment to support functions that return user defined types.
12146 (verilog-mode): Add code to tell which-function-mode minor mode
12147 that Verilog supports this feature.
12148
12149 2008-05-08 Eli Zaretskii <eliz@gnu.org>
12150
12151 * epa-file.el: Require epa-hook.
12152
12153 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12154
12155 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12156 file-names clashes on 8+3 filesystems. Provide epa-hook.
12157
12158 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12159 file-names clashes on 8+3 filesystems.
12160
12161 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
12162
12163 * org/org.el (org-read-date-get-relative): Interpret lone
12164 weekday abbreviation as relative to today.
12165
12166 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12167
12168 * abbrev.el (define-abbrev-table):
12169 * composite.el (toggle-auto-composition):
12170 * json.el (json-alist-p, json-plist-p):
12171 * minibuffer.el (completion-table-with-predicate):
12172 * ps-mule.el (ps-mule-external-libraries):
12173 * emacs-lisp/advice.el (ad-special-form-p):
12174 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12175 * eshell/em-smart.el (eshell-review-quick-commands):
12176 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12177 (python-skip-out, python-check-comint-prompt):
12178 Don't use `iff' in docstrings.
12179
12180 * international/robin.el (robin-package-alist): Fix typo in docstring.
12181 (robin-current-package-name): Doc fix.
12182 (robin-activate): Don't use `iff' in docstring.
12183
12184 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
12185
12186 * vc.el, vc-dispatcher.el: VC-Dired support removed.
12187 The code uses a ewoc-based implementation now.
12188 * vc-hooks.el: Support for Meta-CVS has been removed.
12189
12190 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * tool-bar.el: Choose images dynamically.
12193 (tool-bar-make-keymap, tool-bar-find-image): New function.
12194 (tool-bar-find-image-cache): New var.
12195 (tool-bar-local-item, tool-bar-local-item-from-menu):
12196 Don't select the image yet, do it later in tool-bar-make-keymap.
12197
12198 2008-05-07 Andreas Schwab <schwab@suse.de>
12199
12200 * window.el: Require 'cl when compiling.
12201
12202 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
12203
12204 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12205
12206 2008-05-07 Glenn Morris <rgm@gnu.org>
12207
12208 * subr.el (ignore-errors): Move here from cl-macs.el.
12209 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12210
12211 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12212 oddness.
12213
12214 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
12215
12216 * vc-hooks.el (vc-find-file-hook):
12217 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12218 further from vc.el.
12219 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12220
12221 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
12222
12223 * progmodes/verilog-mode.el (verilog-getopt-file):
12224 Cleanup warning message format.
12225 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12226 (verilog-auto-inout, verilog-auto-inout-module)
12227 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12228 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12229 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12230 (verilog-auto-sense-sigs, verilog-auto-tieoff)
12231 (verilog-auto-unused, verilog-auto-wire)
12232 (verilog-decls-get-assigns, verilog-decls-get-consts)
12233 (verilog-decls-get-gparams, verilog-decls-get-inouts)
12234 (verilog-decls-get-inputs, verilog-decls-get-outputs)
12235 (verilog-decls-get-ports, verilog-decls-get-regs)
12236 (verilog-decls-get-signals, verilog-decls-get-wires)
12237 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12238 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12239 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12240 (verilog-inject-sense, verilog-library-filenames)
12241 (verilog-mode-release-date, verilog-mode-version)
12242 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12243 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12244 (verilog-modi-get-assigns, verilog-modi-get-consts)
12245 (verilog-modi-get-gparams, verilog-modi-get-inouts)
12246 (verilog-modi-get-inputs, verilog-modi-get-outputs)
12247 (verilog-modi-get-ports, verilog-modi-get-regs)
12248 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12249 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12250 (verilog-modi-get-wires, verilog-preserve-cache)
12251 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12252 (verilog-read-sub-decls, verilog-read-sub-decls-line)
12253 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12254 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12255 Add caching of additional state, and rework signal extraction
12256 routines to improve AUTO expansion performance by 300%++.
12257
12258 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
12259
12260 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12261 Tweak Open Watcom regexp to distinguish between errors and warnings.
12262
12263 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * dired.el (dired-read-dir-and-switches): Fix up last change.
12266
12267 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
12268
12269 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12270 out of this function, move it to vc-dispatcher-selection-set.
12271
12272 2008-05-05 Sam Steingold <sds@gnu.org>
12273
12274 * window.el (delete-other-windows-vertically): New function.
12275
12276 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * dired.el (dired-read-dir-and-switches):
12279 Obey read-file-name-completion-ignore-case.
12280
12281 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
12282
12283 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12284 Add regexp for Open Watcom compiler output.
12285
12286 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
12287
12288 * progmodes/python.el (python-block-pairs): Align finally with except.
12289
12290 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12293
12294 2008-05-05 Tom Tromey <tromey@redhat.com>
12295
12296 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12297 looking at conflict marker.
12298
12299 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12302 client-mode -> vc-client-object, and guess `funcall' was meant.
12303 (vc-dir-mode): Rename client-mode -> vc-client-mode.
12304
12305 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12306
12307 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12308 (dbus-debug): Move declarations outside eval-when-compile.
12309
12310 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12311
12312 * proced.el (proced-command-alist): Fix system-type values.
12313 Fix defcustom.
12314 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12315 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12316 (proced-sort-start, proced-sort, proced-sort-time): New commands.
12317 (proced-update): Use proced-sorting-scheme. Update modeline.
12318 (proced-send-signal): Use nreverse.
12319 (proced-sorting-scheme-p): New function.
12320
12321 2008-05-04 Andreas Schwab <schwab@suse.de>
12322
12323 * vc.el: Require dired when compiling.
12324
12325 * minibuffer.el (completion--insert-strings): Don't delete past bol.
12326
12327 2008-05-03 Glenn Morris <rgm@gnu.org>
12328
12329 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12330 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12331 Simplify compilation requirements.
12332 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12333 declarations.
12334
12335 2008-05-03 Dave Love <fx@gnu.org>
12336
12337 * progmodes/python.el (python-beginning-of-statement):
12338 Loop at least once (fixes 2008-02-21 change).
12339
12340 2008-05-03 Eli Zaretskii <eliz@gnu.org>
12341
12342 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12343 instead of `length' for comparing length of user and group names.
12344
12345 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
12346
12347 * vc-dispatcher.el: New file, separates out the UI and command
12348 execution machinery from VCS-specific logic left in vc.el.
12349 The separation is not yet completely clean, but it's a good start.
12350 * vc.el: This file is about 1700 lines shorter now.
12351 Remove obsolete logentry-check from the backend API.
12352 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
12353 implementation of the logentry-check method, and it guarded against
12354 a log length limit that has probably been obsolete for 15 years (!).
12355
12356 2008-05-02 Sam Steingold <sds@gnu.org>
12357
12358 * progmodes/compile.el (compilation-start): Move setting of
12359 compilation-directory after (funcall mode) as that resets local
12360 variables, this fixes recompile in grep buffers.
12361 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12362 in dired &c).
12363
12364 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
12365
12366 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12367 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12368 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12369 has one of these and that all are called in compatible ways.
12370 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12371 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12372 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12373 backend has one of these.
12374
12375 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12378 initialization into define-abbrev-table. Use :regexp.
12379 (octave-mode-syntax-table): Don't set word syntax for `.
12380
12381 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12382 than only value.
12383
12384 * dired.el (dired-read-dir-and-switches):
12385 Set minibuffer-completing-file-name and call substitute-in-file-name.
12386 (dired-format-columns-of-files): Use completion--insert-strings.
12387
12388 * minibuffer.el (completion-hilit-commonality): Revert last change:
12389 the leftover code was actually useful.
12390 (completion--insert-strings): Use string-width rather than length.
12391
12392 2008-05-02 Sam Steingold <sds@gnu.org>
12393
12394 * vc.el (vc-dir-mode-map): Enable mouse bindings.
12395 (vc-at-event): New macro: run the body at the even location.
12396 (vc-dir-menu, vc-dir-toggle-mark): Use it.
12397 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12398 * subr.el (mouse-event-p): Check if the event is mouse-related.
12399
12400 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
12401
12402 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12403 Don't throw error if no file is found.
12404
12405 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12406
12407 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12408 (vc-default-state-heuristic): Doc fix.
12409
12410 2008-05-02 Richard Sharman <rsharman@pobox.com>
12411
12412 * hilit-chg.el (highlight-changes-mode): Remove references to
12413 hooks that no longer exist. Because define-minor-mode is used the
12414 hook highlight-changes-mode-hook exists and can do what both the
12415 old hooks used to do. The documentation at the top of the file
12416 was updated to demonstrate this.
12417 (highlight-changes-mode): Remove commented out call to a hook
12418 function that is no longer there.
12419 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12420
12421 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
12422
12423 * vc.el (vc-default-dired-state-info): Change name of primitive
12424 to prettify-state-info, in preparation for ripping out dired mode.
12425 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12426 to prettify-state-info, in preparation for ripping out dired mode.
12427 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12428 tries this on a version-controlled buffer. It will do useless or
12429 actively bad things on any version control system newer than RCS.
12430 * vc-hooks.el (vc-dired-resynch-file):
12431 * vc.el (vc-dired-resynch-file): Change name of primitive to
12432 vc-directory-resynch-file, preparing to remove dired.
12433
12434 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
12435
12436 * vc-rcs.el (vc-rcs-state): Fix typos.
12437
12438 * vc.el (vc-register): Change argument order so that the prefix
12439 argument is assigned correctly.
12440 (vc-next-action, vc-dir-register): Update for the above change.
12441
12442 2008-05-01 Juri Linkov <juri@jurta.org>
12443
12444 * replace.el (occur-read-primary-args): Set default to the car of
12445 regexp-history and display it in the prompt, but don't add to the
12446 list of minibuffer defaults. Bind history-add-new-input to nil to
12447 not add automatically `default'. For empty input return `default'.
12448 Otherwise, add `input' to regexp-history and return it.
12449 (occur-1): Signal an error for the empty regexp.
12450
12451 * progmodes/compile.el (compilation-auto-jump):
12452 Set window point to `pos' explicitly.
12453
12454 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
12455
12456 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12457 when appropriate.
12458 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12459 we report the 'unregistered state reliably.
12460 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12461 we report the 'unregistered state reliably.
12462 * vc-git.el (vc-git-state): Call vc-git-unregistered so
12463 we report the 'unregistered state reliably.
12464 * vc-hooks.el (vc-state): Document that vc-unregistered is
12465 now expected to be returned reliably.
12466 * vc.el (vc-default-dired-state): Change needs-patch state to
12467 needs-update, since the name now shows up in dir-status listings
12468 and was somewhat misleading.
12469 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12470 immediately after removing the file.
12471 * vc.el (vc-next-action): More informative messages when a fileset
12472 is in a mixed state or files are missing.
12473
12474 2008-05-01 Sam Steingold <sds@gnu.org>
12475
12476 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12477
12478 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
12479
12480 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12481
12482 2008-05-01 Daiki Ueno <ueno@unixuser.org>
12483
12484 * epa-file-hook.el: New file split from epa-file.el.
12485 * epa-file.el: Require 'epa-file-hook.
12486 (epa-file-handler): Add autoload cookie.
12487 * loadup.el: Load epa-file-hook.
12488 * startup.el (command-line): Eval the body of auto-encryption-mode.
12489
12490 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
12491
12492 * vc.el (vc-dir-mode-map): Don't bind "r".
12493
12494 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12495 (vc-hg-status-printer): New function.
12496 (vc-hg-after-dir-status): Deal with copied and renamed files.
12497 (vc-hg-dir-status): Add flag to show copied files.
12498
12499 2008-05-01 John Paul Wallington <jpw@pobox.com>
12500
12501 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12502 (ibuffer-do-sort-by-recency): Reverse sorting order if last
12503 sorting mode was recency.
12504
12505 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12506 reverse sorting order if last sorting mode was the sorter's.
12507
12508 2008-05-01 Jason Rumney <jasonr@gnu.org>
12509
12510 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12511
12512 2008-04-30 John Paul Wallington <jpw@pobox.com>
12513
12514 * ibuffer.el (define-ibuffer-column filename): When the major mode
12515 is `vc-dir-mode' show the buffer's default directory.
12516
12517 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12518 major mode is `vc-dir-mode' use the buffer's default directory.
12519
12520 2008-04-30 Sam Steingold <sds@gnu.org>
12521
12522 * vc.el (vc-dir-delete-file): Add.
12523 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12524 (vc-delete-file): Do not barf when the file has been already deleted.
12525
12526 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12527
12528 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12529
12530 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12531
12532 * progmodes/octave-mod.el (octave-help): New function.
12533 * progmodes/octave-hlp.el: Delete.
12534 * info-look.el (octave-mode): Add operator index.
12535
12536 * vc.el (vc-checkout): Typo.
12537
12538 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12539
12540 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12541 Add "..." in the appropriate places.
12542
12543 * epa.el (epa-key-list-mode-map): Add more menu entries.
12544 Add "..." in the appropriate places.
12545
12546 * dired.el (dired-mode-map): Add :help.
12547
12548 * vc.el (vc-deduce-fileset): Add new parameter.
12549 (vc-dir-marked-only-files): New function.
12550 (vc-next-action): Don't ignore directories, look at the files
12551 inside them.
12552 (vc-dir-mode): Document how the mark/unmark commands work.
12553
12554 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12557 Rule out trailing spaces in file and directory names as well.
12558
12559 * minibuffer.el (completion--do-completion): Move point even if the
12560 completion makes no change.
12561 (completion-pcm-try-completion): Fix computation of new point.
12562
12563 2008-04-30 David Hansen <david.hansen@gmx.net>
12564
12565 * dired.el: Require 'cl.
12566
12567 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
12568
12569 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12570 hollow if not in innermost frame.
12571
12572 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 Make `checkout-model' apply to filesets.
12575 * vc-hooks.el (vc-checkout-model): Rewrite.
12576 (vc-before-save, vc-after-save): Adjust callers accordingly.
12577 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12578 (vc-transfer-file): Adjust callers accordingly.
12579 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12580 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12581 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12582 instead of vc-checkout-model.
12583 * vc-mcvs.el (vc-mcvs-revert):
12584 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12585 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12586 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12587 * vc-svn.el (vc-svn-checkout-model):
12588 * vc-hg.el (vc-hg-checkout-model):
12589 * vc-git.el (vc-git-checkout-model):
12590 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12591
12592 * dired.el (dired-read-dir-and-switches): Replace last change with
12593 a new approach that mixes read-file-name and read-directory-name.
12594
12595 * files.el (read-buffer-to-switch):
12596 Avoid making assumptions about `other-buffer'.
12597
12598 2008-04-29 Sam Steingold <sds@gnu.org>
12599
12600 * vc.el (vc-dir-mode-hook): Add normal hook.
12601 (vc-dir-mode): Run it.
12602
12603 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12604
12605 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12606 Always split windows.
12607 (gdb-speedbar-timer-fn): Only raise frame after user input.
12608 (gdb-same-frame): Reverse initial value.
12609 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12610
12611 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12612 gdb-speedbar-timer-fn.
12613
12614 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12617
12618 2008-04-29 Daiki Ueno <ueno@unixuser.org>
12619
12620 * epa.el (epa-key-list-mode-map): Add menu.
12621 (epa-delete-keys, epa-import-keys): Fix typo.
12622
12623 2008-04-29 Glenn Morris <rgm@gnu.org>
12624
12625 * find-cmd.el (top-level): Does not need cl when compiling.
12626
12627 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
12628
12629 * find-cmd.el: New file.
12630
12631 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12634 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12635 (completion-pcm--hilit-commonality): New function.
12636 (completion-pcm-all-completions): Use it.
12637
12638 * minibuffer.el (completion-common-substring): Mark obsolete.
12639 (completions-first-difference, completions-common-part):
12640 Move from simple.el.
12641 (completion-hilit-commonality): New fun.
12642 (display-completion-list, completion-emacs21-all-completions)
12643 (completion-emacs22-all-completions): Use it.
12644 * simple.el (completions-first-difference, completions-common-part):
12645 Move to minibuffer.el.
12646 (choose-completion-string): Use field functions and minibufferp.
12647 (completion-setup-function): Don't set completions faces.
12648
12649 2008-04-29 Glenn Morris <rgm@gnu.org>
12650
12651 * calendar/calendar.el (calendar-nth-named-absday)
12652 (calendar-nth-named-day):
12653 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12654 * calendar/holidays.el (holiday-float): Doc fixes.
12655
12656 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12657 the `full' case.
12658
12659 * org/org-agenda.el (calendar-iso-from-absolute):
12660 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12661 Fix declarations.
12662
12663 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12666 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12667 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12668 (gdb-assembler-custom): Be careful not to match other addresses.
12669
12670 2008-04-29 Jason Rumney <jasonr@gnu.org>
12671
12672 * battery.el (battery-status-function): Use w32-battery-status
12673 on Windows.
12674 (battery-echo-area-format): Make apm format the general case.
12675 (battery-mode-line-format): Merge apm and pmset formats as the
12676 general case.
12677
12678 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12679
12680 * progmodes/gdb-ui.el (gdb-info-stack-custom):
12681 Use gud-tool-bar-item-visible-no-fringe.
12682 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12683 is already visible in frame. Remove optional size parameter
12684 and add optional frame parameter.
12685
12686 * progmodes/gud.el (gud-display-line): Only consider visible
12687 frames when looking for source buffer.
12688
12689 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
12690
12691 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12692 argument to get-char-property, in case the current buffer hasn't
12693 been assigned to that window yet.
12694 (doc-view-display): Default to selected window if the current
12695 buffer hasn't been assigned to a window yet.
12696
12697 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
12698
12699 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12700
12701 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
12702
12703 * net/tramp.el (tramp-mode): New defcustom.
12704 (tramp-file-name-handler, tramp-completion-file-name-handler):
12705 Use it.
12706 (tramp-replace-environment-variables): Handle "$$".
12707
12708 2008-04-28 Sam Steingold <sds@gnu.org>
12709
12710 * vc-hg.el (vc-hg-rename-file): Fix argument order.
12711
12712 2008-04-28 Bastien Guerry <bzg@altern.org>
12713
12714 * whitespace.el (whitespace-trailing): Fix typo.
12715
12716 2008-04-28 Sam Steingold <sds@gnu.org>
12717
12718 * textmodes/remember.el (diary-make-entry): Update the autoload.
12719
12720 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12723 all-completions.
12724
12725 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
12726
12727 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12728
12729 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
12730
12731 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12732 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12733 (vc-dir-mark-file): Add an optional argument.
12734 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12735
12736 2008-04-27 Daiki Ueno <ueno@unixuser.org>
12737
12738 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12739 rather than obsolete alias find-file-hooks.
12740 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
12741 Use find-file-hook rather than obsolete alias find-file-hooks.
12742 Add to find-file-not-found-functions.
12743 (epa-file-handler): Put 'safe-magic and 'operations properties.
12744
12745 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12746 (epa-menu-items): Remove.
12747
12748 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12749 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12750 (epa-dired-mode, epa-global-dired-mode): Remove.
12751
12752 * dired.el (dired-mode-map): Bind encryption/decryption commands.
12753
12754 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12755
12756 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12757
12758 2008-04-27 Glenn Morris <rgm@gnu.org>
12759
12760 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12761 Remove un-needed local `orig-list'. Replace cl `copy-list'.
12762
12763 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12764
12765 * org/org.el (org-html-level-start): Always have id's in HTML.
12766 (org-export-as-html): Use `org-link-protocols' to
12767 retrieve the export form of the link.
12768 (org-add-link-type): Final parameter renamed from PUBLISH.
12769 Better documentation of how it is to be used. Avoid double entries for
12770 the same link type.
12771 (org-add-link-props): New function.
12772 (org-modules-loaded): New variable.
12773 (org-load-modules-maybe, org-set-modules): New function.
12774 (org-modules): New option.
12775 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12776 (orgtbl-mode, org-store-link, org-insert-link-global)
12777 (org-open-at-point): Call `org-load-modules-maybe'.
12778 (org-search-view): Add more text properties.
12779 (org-agenda-schedule, org-agenda-deadline): Allow also in
12780 search-type agendas.
12781 (org-search-view): Order of arguments has been changed.
12782 Interpret prefix-arg as TODO-ONLY.
12783 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12784 Take new argument order of `org-search-view' into account.
12785 (org-todo-only): New variable.
12786 (org-search-syntax-table): New variable and function.
12787 (org-search-view): Do the search with the special syntax table.
12788 (define-obsolete-function-alias): Make work with XEmacs.
12789 (org-add-planning-info): Use old date as default when modifying an
12790 existing deadline or scheduled item.
12791 (org-agenda-compute-time-span): Make argument N optional.
12792 (org-agenda-format-date-aligned): Require `cal-iso'.
12793 (org-agenda-list): Include week into agenda heading, don't
12794 list it at each date (only on Mondays).
12795 (org-read-date-analyze): Define local variable `iso-date'.
12796 (org-agenda-format-date-aligned): Remove dependency on
12797 `calendar-time-from-absolute'.
12798 (org-remember-apply-template, org-go-to-remember-target):
12799 Interpret filenames relative to `org-directory'.
12800 (org-complete): Silently fail when trying to complete
12801 keywords that don't have a default value.
12802 (org-get-current-options): Add a #+DATE: option.
12803 (org-additional-option-like-keywords): Remove "DATE:" from the
12804 list of additional keywords.
12805 (org-export-as-html): Remove (current-time) as unnecessary second
12806 argument of `format-time-string'.
12807 (org-clock-find-position): Handle special case at end of buffer.
12808 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12809 `org-agenda-change-time-span'.
12810 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12811 `org-agenda-change-time-span'.
12812 (org-agenda-month-view): New argument MONTH, pass it on to
12813 `org-agenda-change-time-span'.
12814 (org-agenda-year-view): New argument YEAR, pass it on to
12815 `org-agenda-change-time-span'.
12816 (org-agenda-change-time-span): New optional argument N, pass it on
12817 to `org-agenda-compute-time-span'.
12818 (org-agenda-compute-time-span): New argument N, interpret it by
12819 changing the starting day.
12820 (org-small-year-to-year): New function.
12821 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12822 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12823 into the future, and that the shift is at least one interval, never 0.
12824 (org-update-checkbox-count): Fix bug with checkbox counting.
12825 (org-add-note): New command.
12826 (org-add-log-setup): Rename from `org-add-log-maybe'.
12827 (org-log-note-headings): New entry for plain notes (i.e. notes not
12828 related to state changes or clocking).
12829 (org-get-org-file): Check for availability of `remember-data-file'.
12830 (org-cached-entry-get): Allow a regexp value for
12831 `org-use-property-inheritance'.
12832 (org-use-property-inheritance): Allow regexp value. Fix bug in
12833 customization type.
12834 (org-use-tag-inheritance): Allow a list and a regexp value for
12835 this variable.
12836 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12837 (org-entry-get): Respect value `selective' for the INHERIT argument.
12838 (org-tag-inherit-p, org-property-inherit-p): New functions.
12839 (org-agenda-format-date-aligned): Allow 10 characters for
12840 weekday, to accommodate German locale.
12841 (org-add-archive-files): New function.
12842 (org-agenda-files): New argument `ext', to get archive files as well.
12843 (org-tbl-menu): Protect the use of variables that
12844 are only available when org-table.el gets loaded.
12845 (org-read-agenda-file-list): Error if `org-agenda-files' is a
12846 single directory.
12847 (org-open-file): Allow a batch process to trigger
12848 waiting after executing a system command.
12849 (org-store-link): Link to headline when there is not
12850 target and no region in an org-mode buffer when creating a link.
12851 (org-link-types-re): New variable.
12852 (org-make-link-regexps): Compute `org-link-types-re'.
12853 (org-make-link-description-function): New option.
12854 (org-agenda-date, org-agenda-date-weekend): New faces.
12855 (org-archive-sibling-heading): New option.
12856 (org-archive-to-archive-sibling): New function.
12857 (org-iswitchb): New command.
12858 (org-buffer-list): New function.
12859 (org-agenda-columns): Also try the #+COLUMNS line in
12860 the buffer associated with the entry at point (or with the first
12861 entry in the agenda view).
12862 (org-modules): Add entry for org-bibtex.el.
12863 (org-completion-fallback-command): Move into `org-completion' group.
12864 (org-clock-heading-function): Move to `org-progress' group.
12865 (org-auto-repeat-maybe): Make sure that a note can
12866 be enforces if `org-log-repeat' is `note'.
12867 (org-modules): Allow additional symbols for external packages.
12868 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12869 (org-clock-goto): Hide drawers after showing an
12870 entry with `org-clock-goto'.
12871 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12872 Try also a clocktable block shift.
12873 (org-clocktable-try-shift): New function.
12874 (org-columns-hscoll-title): New function.
12875 (org-columns-previous-hscroll): New variable.
12876 (org-columns-full-header-line-format): New variable.
12877 (org-columns-display-here-title, org-columns-remove-overlays):
12878 Install `org-columns-hscoll-title' in post-command-hook.
12879
12880 * org/org.el: Split into many small files.
12881
12882 * org/org-agenda.el: New file, split off from org.el.
12883
12884 * org/org-archive.el: New file, split off from org.el.
12885
12886 * org/org-bbdb.el: New file.
12887
12888 * org/org-bibtex.el: New file, split off from org.el.
12889
12890 * org/org-clock.el: New file, split off from org.el.
12891
12892 * org/org-colview.el: New file, split off from org.el.
12893
12894 * org/org-compat.el: New file, split off from org.el.
12895
12896 * org/org-exp.el: New file, split off from org.el.
12897
12898 * org/org-faces.el: New file, split off from org.el.
12899
12900 * org/org-gnus.el: New file, split off from org.el.
12901
12902 * org/org-info.el: New file, split off from org.el.
12903
12904 * org/org-infojs.el: New file.
12905
12906 * org/org-irc.el: New file.
12907
12908 * org/org-macs.el: New file, split off from org.el.
12909
12910 * org/org-mew.el: New file.
12911
12912 * org/org-mhe.el: New file, split off from org.el.
12913
12914 * org/org-publish.el: New file, split off from org.el.
12915
12916 * org/org-remember.el: New file, split off from org.el.
12917
12918 * org/org-rmail.el: New file, split off from org.el.
12919
12920 * org/org-table.el: New file, split off from org.el.
12921
12922 * org/org-vm.el: New file, split off from org.el.
12923
12924 * org/org-wl.el: New file, split off from org.el.
12925
12926 2008-04-27 Jason Riedy <jason@acm.org>
12927
12928 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12929 parameter that suppresses lines that evaluate to NIL.
12930 (orgtbl-get-fmt): New inline function for
12931 picking apart formats that may be lists.
12932 (orgtbl-apply-fmt): New inline function for applying formats that
12933 may be functions.
12934 (orgtbl-eval-str): New inline function for strings that may be
12935 functions.
12936 (orgtbl-format-line, orgtbl-to-generic): Use and document.
12937 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12938 (*orgtbl-llfmt*, *orgtbl-llstart*)
12939 (*orgtbl-llend*): Dynamic variables for last-line formatting.
12940 (orgtbl-format-section): Shift formatting to support detecting the
12941 last line and formatting it specially.
12942 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
12943 formats unless overridden.
12944 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12945 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12946 bound variables to hold the input collection of lines and output
12947 formatted text.
12948 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12949 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12950 format parameters.
12951 (orgtbl-format-line): New function encapsulating formatting for a
12952 single line.
12953 (orgtbl-format-section): Similar for each section. Rebinding the
12954 dynamic vars customizes the formatting for each section.
12955 (orgtbl-to-generic): Use orgtbl-format-line and
12956 orgtbl-format-section.
12957 (org-get-param): Now unused, so delete.
12958 (orgtbl-gather-send-defs): New function to
12959 gather all the SEND definitions before a table.
12960 (orgtbl-send-replace-tbl): New function to find the RECEIVE
12961 corresponding to the current name.
12962 (orgtbl-send-table): Use the previous two functions and implement
12963 multiple destinations for each table.
12964
12965 * doc/org.texi (A LaTeX example): Note that fmt may be a
12966 one-argument function, and efmt may be a two-argument function.
12967 (Radio tables): Document multiple destinations.
12968
12969 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12970
12971 * org/org-agenda.el (org-add-to-diary-list): New function.
12972 (org-prefix-has-effort): New variable.
12973 (org-sort-agenda-noeffort-is-high): New option.
12974 (org-agenda-columns-show-summaries)
12975 (org-agenda-columns-compute-summary-properties): New options.
12976 (org-format-agenda-item): Compute the duration of the item.
12977 (org-agenda-weekend-days): New variable.
12978 (org-agenda-list, org-timeline): Use the proper faces for dates in
12979 the agenda and timeline buffers.
12980 (org-agenda-archive-to-archive-sibling): New command.
12981 (org-agenda-start-with-clockreport-mode): New option.
12982 (org-agenda-clockreport-parameter-plist): New option.
12983 (org-agenda-clocktable-mode): New variable.
12984 (org-agenda-deadline-leaders): Allow a function value for the
12985 deadline leader.
12986 (org-agenda-get-deadlines): Deal with new function value.
12987
12988 * org/org-clock.el (org-clock): New customization group.
12989 (org-clock-into-drawer, org-clock-out-when-done)
12990 (org-clock-in-switch-to-state, org-clock-heading-function):
12991 Move into the new group.
12992 (org-clock-out-remove-zero-time-clocks): New option.
12993 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12994 (org-dblock-write:clocktable): Allow a Lisp form for the scope
12995 parameter.
12996 (org-dblock-write:clocktable): Fix bug with total time calculation.
12997 (org-dblock-write:clocktable): Request the unrestricted list of files.
12998 (org-get-clocktable): New function.
12999 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
13000 be strings but also integers (an absolute day number) and lists (m d y).
13001
13002 * org/org-colview.el (org-columns-next-allowed-value)
13003 (org-columns-edit-value): Limit the effort for updating in the
13004 agenda to recomputing a single file.
13005 (org-columns-compute): Only write property value if it has changed.
13006 This avoids raising the buffer-change-flag unnecessarily.
13007 (org-agenda-colview-summarize)
13008 (org-agenda-colview-compute): New functions.
13009 (org-agenda-columns): Call `org-agenda-colview-summarize'.
13010
13011 * org/org-exp.el (org-export-run-in-background): New option.
13012 (org-export-icalendar): Allow a batch process to trigger waiting
13013 after executing a system command.
13014 (org-export-preprocess-string): Rename from
13015 `org-cleaned-string-for-export'.
13016 (org-export-html-style): Made target class look like normal text.
13017 (org-export-as-html): Make use of the better preprocessing in
13018 `org-cleaned-string-for-export'.
13019 (org-cleaned-string-for-export): Better treatment of heuristic
13020 targets, many more internal links will now work in HTML export.
13021 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
13022 (org-export-inbuffer-options-extra): New variable.
13023 (org-export-options-filters): New hook.
13024 (org-infile-export-plist): Find also the settings keywords in
13025 `org-export-inbuffer-options-extra'.
13026 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
13027 multiple #+INFOJS_OPT lines.
13028 (org-export-html-handle-js-options): New function.
13029 (org-export-html-infojs-setup): New option.
13030 (org-export-as-html): Call `org-export-html-handle-js-options'.
13031 Add autoload to all entry points.
13032 (org-skip-comments): Function removed.
13033
13034 * org/org-table.el (org-table-make-reference): Extra parenthesis
13035 around single fields, to make sure that algebraic formulas get
13036 correctly interpreted by calc.
13037 (org-table-current-column): No longer interactive.
13038
13039 * org/org-export-latex.el (org-export-latex-preprocess):
13040 Rename from `org-export-latex-cleaned-string'.
13041
13042 2008-04-27 Bastien Guerry <bzg@altern.org>
13043
13044 * org/org-publish.el (org-publish-get-base-files-1): New function.
13045 (org-publish-get-base-files): Use it.
13046 (org-publish-temp-files): New variable.
13047 Don't require 'dired-aux anymore.
13048 (org-publish-initial-buffer): New variable.
13049 (org-publish-org-to, org-publish): Use it.
13050 (org-publish-get-base-files-1): Bug fix: get
13051 the proper list of files when recursing thru a directory.
13052 (org-publish-get-base-files): Use the :exclude property to skip
13053 both files and directories.
13054
13055 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
13056
13057 * net/tramp.el (tramp-handle-make-symbolic-link)
13058 (tramp-handle-file-name-directory)
13059 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13060 (tramp-do-copy-or-rename-file-directly)
13061 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
13062 (tramp-handle-substitute-in-file-name)
13063 (tramp-handle-insert-file-contents, tramp-handle-write-region)
13064 * net/tramp-cache.el (tramp-get-file-property)
13065 (tramp-set-file-property, tramp-flush-file-property)
13066 (tramp-flush-directory-property)
13067 * net/tramp-compat.el (tramp-compat-make-temp-file)
13068 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13069 Disable `file-name-handler-alist' when handling localname.
13070 It could have a remote file syntax, like a VMS file name.
13071
13072 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13073
13074 * whitespace.el: New version 11.1.
13075 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
13076 enclosed by \\( and \\)$. Docstring fix.
13077 (whitespace-trailing-regexp): Fun removed.
13078 (whitespace-report-list): Const initialization fix.
13079 (whitespace-color-on): Code fix.
13080
13081 2008-04-27 Andreas Schwab <schwab@suse.de>
13082
13083 * Makefile.el: Unbreak bootstrap.
13084
13085 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * net/tramp.el (tramp-replace-environment-variables): New defun.
13088 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13089 Use it.
13090
13091 2008-04-27 Glenn Morris <rgm@gnu.org>
13092
13093 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13094
13095 * calculator.el (calculator-expt): Replace cl function `oddp'.
13096
13097 2008-04-27 Johan Bockgård <bojohan@gnu.org>
13098
13099 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13100 Simplify. Collect `defun' and `autoload' entries.
13101 Avoid modifying load-history.
13102
13103 2008-04-26 Glenn Morris <rgm@gnu.org>
13104
13105 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13106
13107 * simple.el (quoted-insert, zap-to-char): Revert previous change.
13108
13109 2008-04-26 John Paul Wallington <jpw@pobox.com>
13110
13111 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13112 `hexl-mode-old-eldoc-documentation-function'.
13113 (hexl-mode-exit): Restore it.
13114 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13115
13116 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13117
13118 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
13119
13120 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13121 (completion-pcm--all-completions): Doc fix.
13122 (completion-styles-alist, completion-all-completions):
13123 Fix typos in docstrings.
13124
13125 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13126
13127 * whitespace.el: There is now only one variable (whitespace-style) to
13128 specify which kind of blank is visualized. Doc and docstring fix.
13129 New version 11.0.
13130 (whitespace-style): New option, replace whitespace-style-mark and
13131 whitespace-style-color.
13132 (whitespace-style-mark, whitespace-style-color): Options removed.
13133 (whitespace-hspace, whitespace-tab, whitespace-newline)
13134 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13135 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13136 (whitespace-hspace-regexp, whitespace-space-regexp)
13137 (whitespace-tab-regexp, whitespace-trailing-regexp)
13138 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13139 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13140 (whitespace-space-after-tab-regexp, whitespace-line-column)
13141 (whitespace-display-mappings, whitespace-report): Docstring fix.
13142 (whitespace-color-value-list, whitespace-mark-value-list)
13143 (whitespace-active-color, whitespace-active-mark)
13144 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13145 (whitespace-style-value-list, whitespace-active-style)
13146 (whitespace-toggle-style): New vars.
13147 (whitespace-toggle-option-alist, whitespace-help-text):
13148 Var initialization and docstring fix.
13149 (whitespace-toggle-options, global-whitespace-toggle-options)
13150 (whitespace-cleanup, whitespace-cleanup-region)
13151 (whitespace-report-region, whitespace-interactive-char)
13152 (whitespace-toggle-list): Docstring and code fix.
13153 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13154 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13155 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13156 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13157
13158 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13161 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13162 (diff-sanity-check-hunk): Adjust code accordingly.
13163
13164 2008-04-26 Glenn Morris <rgm@gnu.org>
13165
13166 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13167
13168 * forms-d2.dat: Move to ../etc.
13169 * forms-d2.el (forms-file): Adapt for above change.
13170
13171 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13172 `translation-table-for-input'.
13173
13174 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13175 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13176
13177 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13178 to punctuation now it's not needed for abbrevs.
13179 (fortran-mode-abbrev-table): Remove defvar, make use of new
13180 define-abbrev-table :regexp feature.
13181
13182 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13183 insert, now that translation-table-for-input is not needed.
13184
13185 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
13186
13187 * emacs-lisp/pp.el (pp-display-expression): New function,
13188 extracted from pp-eval-expression.
13189 (pp-eval-expression): Use pp-display-expression.
13190 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13191 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13192 (pp-eval-last-sexp): Use pp-last-sexp.
13193
13194 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * abbrev.el (define-abbrev-table): Apply props even if the table
13197 exists already.
13198
13199 * minibuffer.el (completion-table-with-context): Fix `pred' for the
13200 various kinds of completion tables.
13201 (completion-emacs22-try-completion): Place cursor after the /, as was
13202 done in Emacs-22's minibuffer-complete-word.
13203 Fix bug reported by David Hansen <david.hansen@gmx.net>.
13204 (completion-emacs22-try-completion): Merge all mergeable text rather
13205 than just /.
13206 (completion-pcm--delim-wild-regex): New var.
13207 (completion-pcm-word-delimiters): New custom.
13208 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13209 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13210 (completion-pcm--all-completions, completion-pcm-all-completions)
13211 (completion-pcm--merge-completions, completion-pcm--pattern->string)
13212 (completion-pcm-try-completion): New functions.
13213 (completion-styles-alist): Add them.
13214 (completion-styles): Add it to the default.
13215
13216 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13219 (gdb-var-create-handler): ...until here when there are values.
13220 (gdb-post-prompt): Don't do -var-update with no watch expressions.
13221 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13222
13223 2008-04-25 Eli Zaretskii <eliz@gnu.org>
13224
13225 * ls-lisp.el (ls-lisp-format): Fix last change.
13226 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13227 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13228 (ls-lisp-filesize-f-fmt): New defvars.
13229 (ls-lisp-insert-directory): Dynamically compute format specifiers
13230 for displaying UID, GID, and file size, and store them in the
13231 above variables.
13232 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13233 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13234 instead of constant format strings.
13235 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13236 ls-lisp-filesize-d-fmt instead of constant format strings.
13237
13238 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
13239
13240 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13241 value of addresses rather than (partial) string value.
13242 (gdb-frame-handler): Change regexp according to above change.
13243 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13244 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13245 (gdb-assembler-mode): Disable undo in these buffers.
13246
13247 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
13248
13249 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13250 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13251
13252 2008-04-24 Sam Steingold <sds@gnu.org>
13253
13254 * textmodes/remember.el (remember-diary-extract-entries): Use
13255 diary-make-entry instead of the obsolete make-diary-entry.
13256
13257 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * subr.el (translation-table-for-input): Mark as obsolete.
13260
13261 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13262
13263 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13264
13265 * textmodes/ispell.el (ispell-dictionary-alist-1)
13266 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13267 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13268 (ispell-dictionary-alist-6): Remove.
13269 (ispell-dictionary-base-alist): New var, merges the above.
13270 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13271 Use it.
13272 (ispell-dictionary-alist): Default to nil. Remove autoload.
13273 (ispell-local-dictionary-alist): Remove autoload.
13274
13275 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13276 (f90-mode-abbrev-table): Use the new :regexp feature.
13277 Merge defvar and mapc into define-abbrev-table.
13278 (f90-imenu-type-matcher): Remove unused `l'.
13279 (f90-imenu-generic-expression): Remove unused `not-ib'.
13280 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13281 (f90-change-keywords): Use restore-buffer-modified-p.
13282
13283 2008-04-24 Glenn Morris <rgm@gnu.org>
13284
13285 * net/goto-addr.el (goto-address-prog-mode):
13286 * progmodes/bug-reference.el (bug-reference-prog-mode):
13287 Define for compiler.
13288
13289 * minibuffer.el (x-file-dialog): Declare as function.
13290
13291 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13292 dframe-update-speed rather than obsolete alias speedbar-update-speed.
13293
13294 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13295 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13296 work with easymenu. Add :keys where needed.
13297
13298 * calendar/cal-move.el (calendar-scroll-left): Handle case when
13299 event-start is nil.
13300
13301 * calendar/calendar.el (calendar-mode-map): Fix typo.
13302
13303 2008-04-24 Tom Tromey <tromey@redhat.com>
13304
13305 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13306 Document keywords. Add :suppress.
13307 * pcvs-defs.el (cvs-mode-map): Use :suppress.
13308
13309 * net/goto-addr.el (goto-address-unfontify): New function.
13310 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
13311 (goto-address-fontify-region, goto-address-mode)
13312 (goto-address-prog-mode): New functions.
13313
13314 * progmodes/bug-reference.el: New file.
13315
13316 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13317
13318 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13319
13320 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13323 macros within lambdas.
13324
13325 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * minibuffer.el (completion-try-completion): Add `point' argument.
13328 Change return value.
13329 (completion-all-completions): Add `point' argument.
13330 (minibuffer-completion-help): Pass the new `point' argument.
13331 (completion--do-completion): Pass the whole field to try-completion.
13332 (completion--try-word-completion): Rewrite, making fewer assumptions.
13333 (completion-emacs21-try-completion, completion-emacs21-all-completions)
13334 (completion-emacs22-try-completion, completion-emacs22-all-completions)
13335 (completion-basic-try-completion, completion-basic-all-completions):
13336 New functions.
13337 (completion-styles-alist): Use them.
13338
13339 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
13340
13341 * textmodes/ispell.el (ispell-set-spellchecker-params):
13342 New function to make sure right params and dictionary alists are used
13343 after spellchecker changes.
13344 (ispell-aspell-dictionary-alist, ispell-last-program-name)
13345 (ispell-initialize-spellchecker-hook): New variables and hook.
13346 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13347 (ispell-maybe-find-aspell-dictionaries): Remove.
13348 Calls replaced by (ispell-set-spellchecker-params) calls.
13349 (ispell-have-aspell-dictionaries): Remove.
13350
13351 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13352 by ispell-set-spellchecker-params.
13353
13354 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * complete.el (PC-do-completion): Be more robust in the presence of
13357 unexpected values in minibuffer-completion-predicate.
13358
13359 * minibuffer.el (read-file-name): Don't let-bind default-directory.
13360 Only abbreviate default-filename if it's a file.
13361
13362 * minibuffer.el (read-file-name-function, read-file-name-predicate)
13363 (read-file-name-completion-ignore-case, insert-default-directory):
13364 New vars, moved from fileio.c.
13365 (read-file-name): New fun, moved from fileio.c.
13366 * cus-start.el: Remove insert-default-directory and
13367 read-file-name-completion-ignore-case.
13368
13369 2008-04-23 Magnus Henoch <mange@freemail.hu>
13370
13371 * tar-mode.el (tar-untar-buffer): If the entry has directory
13372 link type, extract it as a directory even if its file name doesn't
13373 end with a slash. Fixes extraction of NetBSD tar archives.
13374
13375 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * server.el (server-start): Also don't get confused by CRs since we
13378 don't quote them.
13379
13380 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
13381
13382 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13383 (gdb-set-gud-minor-mode-existing-buffers)
13384 (gdb-info-breakpoints-custom, gdb-get-location)
13385 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13386 Previously gdb-create-define-alist wasn't always run and added to
13387 after-save-hook.
13388
13389 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13390
13391 2008-04-23 Kevin Ryde <user42@zip.com.au>
13392
13393 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13394 comments like unindented ones.
13395
13396 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13397
13398 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13399 parameter origins.
13400
13401 2008-04-23 Kevin Ryde <user42@zip.com.au>
13402
13403 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13404 Bind print-level to ensure output forms aren't truncated if
13405 print-level is set to eval-expression-print-level when going via
13406 eval-defun and friends, or has been otherwise fiddled with.
13407
13408 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * progmodes/cc-mode.el (c-basic-common-init): Don't set
13411 font-lock-extend-after-change-region-function globally.
13412
13413 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
13414
13415 * speedbar.el (speedbar-use-tool-tips-flag)
13416 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13417 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13418 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13419 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13420 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13421 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13422 (speedbar-separator-face): Fix typos in docstrings.
13423 (speedbar-stealthy-function-list, speedbar-verbosity-level)
13424 (speedbar-supported-extension-expressions, speedbar-update-current-file)
13425 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13426 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13427 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13428 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13429 (speedbar-check-vc-this-line, speedbar-files-line-directory)
13430 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13431 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13432 (speedbar-recenter): Doc fixes.
13433 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13434 declaration and remove redundant info in docstring.
13435
13436 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
13437
13438 * vc-git.el (vc-git-status-printer): Deal with directories.
13439
13440 * vc.el (vc-next-action): Look at more than the first file to
13441 determine the state.
13442
13443 2008-04-23 Glenn Morris <rgm@gnu.org>
13444
13445 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13446 timers. Doc fix.
13447 (dframe-update-speed): Drop support for XEmacs < 20.
13448 (dframe-frame-mode): Drop support for Emacs < 20.
13449 (dframe-set-timer-internal): Drop support for Emacs without timers.
13450 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13451
13452 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13453 versions. Add doc-string. Mark as obsolete.
13454
13455 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13456
13457 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13458 rather than using an Emacs version test.
13459
13460 * tree-widget.el (tree-widget-image-enable): Use display-images-p
13461 rather than an Emacs version test.
13462
13463 * calendar/cal-china.el (holiday-chinese-qingming)
13464 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13465 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13466 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13467
13468 * calendar/cal-islam.el (holiday-islamic): Doc fix.
13469
13470 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13471 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13472 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13473
13474 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
13475
13476 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13477 (gdb-previous-frame-pc-address): ...to this.
13478 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13479 of "info frame" with Gdb 6.4+.
13480 (gdb-stack-list-frames-regexp): New regexp.
13481 (gdb-frame-handler-1): Parse output of -stack-info-frame.
13482
13483 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
13484
13485 * tar-mode.el (tar-prefix-offset): New constant.
13486 (tar-header-block-tokenize): Support paths with long names
13487 which use the "ustar" standard.
13488
13489 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
13490
13491 * image-dired.el (image-dired-track-original-file)
13492 (image-dired-modify-mark-on-thumb-original-file):
13493 Use `dired-goto-file' instead of `search-forward'. This solves
13494 a bug with finding files where the file name is a subset of other
13495 file names. Doc fix.
13496
13497 2008-04-22 Juri Linkov <juri@jurta.org>
13498
13499 * menu-bar.el (buffers-menu-max-size): Move its definition down to
13500 the "Buffers Menu" section. Change group name `mouse' to `menu'.
13501 (yank-menu-length): Change group name `mouse' to `menu'.
13502 (buffers-menu-buffer-name-length): New user option.
13503 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13504 instead of the hard-coded number 27.
13505
13506 2008-04-22 Juri Linkov <juri@jurta.org>
13507
13508 * isearch.el (eval-when-compile): Require `help-macro'.
13509 (isearch-help-for-help-internal): Isearch specific Help screen
13510 created by `make-help-screen'.
13511 (isearch-help-map): New variable that binds "b", "k", "m" to
13512 isearch-specific commands, and binds other keys to
13513 isearch-other-control-char, thus allowing other Help keys to
13514 exit isearch mode and execute their global definitions.
13515 (isearch-help-for-help, isearch-describe-bindings)
13516 (isearch-describe-key, isearch-describe-mode): New commands.
13517 (isearch-mode-help): Define alias to isearch-describe-mode
13518 and remove its old function definition.
13519 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13520 Remove old comments because this issue is settled now.
13521 (isearch-forward): Describe three new Help commands in the docstring.
13522 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13523 leave the single sentence at the first line of the docstring,
13524 and prepend the word "function" before `isearch-forward'
13525 to make the Help link to the function instead of variable.
13526
13527 2008-04-22 Juri Linkov <juri@jurta.org>
13528
13529 * isearch.el (isearch-success-function): New variable with default
13530 to `isearch-success-function-default'.
13531 (isearch-search): Call a function from `isearch-success-function'
13532 instead of calling the hard-coded `isearch-range-invisible'.
13533 (isearch-success-function-default): New function that calls
13534 `isearch-range-invisible' and inverts its return value.
13535
13536 * info.el (Info-search): In two similar places that skip
13537 undesired search matches move code to Info-search-success-function,
13538 and call `isearch-success-function' instead.
13539 (Info-search-success-function): New function copied from code
13540 in Info-search. Replace isearch-range-invisible with
13541 text-property-not-all that checks for 'invisible and 'display
13542 properties to skip partially invisible matches (whose display
13543 properties were set by Info-fontify-node).
13544 (Info-mode): Set buffer-local isearch-success-function
13545 to Info-search-success-function.
13546
13547 2008-04-22 Juri Linkov <juri@jurta.org>
13548
13549 * minibuffer.el (internal-complete-buffer-except): New function.
13550
13551 * files.el (read-buffer-to-switch): New function.
13552 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13553 Change interactive spec to call read-buffer-to-switch instead of
13554 using the letter "B".
13555
13556 * simple.el (minibuffer-default-add-shell-commands): New function.
13557 Use declare-function for mailcap-file-default-commands from "mailcap".
13558 (shell-command): Set local minibuffer-default-add-function to
13559 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13560 before calling read-shell-command. Set 4th arg default-value of
13561 read-shell-command to relative buffer-file-name in file buffers.
13562
13563 * dired-aux.el (dired-read-shell-command-default): Move it to
13564 gnus/mailcap.el and change its name to more general name
13565 mailcap-file-default-commands.
13566 (minibuffer-default-add-dired-shell-commands): New function.
13567 Use declare-function for mailcap-file-default-commands from "mailcap".
13568 (dired-read-shell-command): Set local minibuffer-default-add-function
13569 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13570 before calling read-shell-command. Remove dired-read-shell-command-default
13571 from the default value arg because default values are not set in
13572 minibuffer-default-add-dired-shell-commands. Doc fix.
13573
13574 * dired-x.el (dired-smart-shell-command): Sync arguments and
13575 interactive spec with changes in `shell-command'.
13576 Use dired-get-filename to get the dired file name at point
13577 as the default value in dired mode.
13578
13579 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13580
13581 * info.el (Info-complete-menu-item): Add missing parenthesis.
13582
13583 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * info.el (Info-complete-menu-item): Save point.
13586
13587 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13588
13589 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13590
13591 2008-04-22 Andreas Schwab <schwab@suse.de>
13592
13593 * Makefile.in (emacs-deps): Define.
13594 Use it instead of $(lisp)/subdirs.el.
13595
13596 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
13597
13598 * vc.el (vc-next-action): Do not consider directories when
13599 checking for state compatibility.
13600 (vc-transfer-file): Use when not if.
13601 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13602 (vc-dir-mark-file): Use them.
13603 (vc-deduce-fileset): Also return the backend.
13604 (vc-diff-internal): Take as argument the value returned by
13605 vc-deduce-fileset instead of just the fileset.
13606 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13607 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13608 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13609
13610 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
13611
13612 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13613 set-window-vscroll but image-scroll-down. Fixes a bug where a
13614 command following SPC scrolled up again.
13615
13616 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
13617
13618 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13619 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13620 (gud-watch): Add "$" prefix when in registers buffer.
13621
13622 2008-04-22 Glenn Morris <rgm@gnu.org>
13623
13624 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13625
13626 * whitespace.el (whitespace-display-table)
13627 (whitespace-display-table-was-local): Move definitions before use.
13628
13629 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13630 (copyright-limit): Respect copyright-at-end-flag.
13631 (copyright-re-search, copyright-start-point)
13632 (copyright-offset-too-large-p): New functions.
13633 (copyright-update-year): Use copyright-re-search.
13634 (copyright-update, copyright-fix-years): Use copyright-start-point,
13635 and copyright-re-search.
13636 (copyright): Use copyright-offset-too-large-p.
13637 * add-log.el (change-log-mode): Set copyright-at-end-flag.
13638
13639 * add-log.el (top-level): Require 'cl when compiling.
13640
13641 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13644 Treat minibuffer-completion-predicate as a predicate.
13645
13646 * minibuffer.el (completion--file-name-table): Accept both the old
13647 `dir' arg or the new `pred' arg.
13648
13649 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13650 `predicate' argument to pass non-predicate data.
13651 (ffap-read-url-internal, ffap-read-file-or-url-internal):
13652 Use second arg as proper predicate.
13653
13654 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13655 (vc-bzr-revision-completion-table): Use completion-table-with-context
13656 instead.
13657
13658 * simple.el (choose-completion-string): Use minibuffer-completion-table.
13659
13660 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
13661
13662 * term.el (term-emulate-terminal): Perform redisplay after the
13663 process filter has finished running.
13664
13665 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13668
13669 * minibuffer.el (completion-try-completion): Change magic symbol
13670 property name. Rename from minibuffer-try-completion.
13671 (completion-all-completions): Rename from minibuffer-all-completions.
13672 Remove hide-spaces argument.
13673 (completion--do-completion): Rename from minibuffer--do-completion.
13674 (minibuffer-complete-and-exit): Call just try-completion rather than
13675 completion-try-completion to fix up the case.
13676 (completion--try-word-completion): Try to add space or hyphen before
13677 making `string' a prefix of `completion'.
13678 (completion--insert-strings): Rename from minibuffer--insert-strings.
13679
13680 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13681
13682 * net/tls.el (tls-program): Add -ign_eof argument to call the
13683 openssl commands.
13684 (tls-checktrust): Ditto.
13685
13686 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
13687
13688 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13689
13690 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13691 (vc-check-master-templates, vc-file-not-found-hook)
13692 (vc-kill-buffer-hook):
13693 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13694 (vc-find-position-by-context, vc-buffer-context)
13695 (vc-restore-buffer-context, vc-responsible-backend)
13696 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13697 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13698 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13699 (vc-version-diff, vc-diff, vc-insert-headers)
13700 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13701 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13702 (vc-revert, vc-rollback, vc-version-backup-file)
13703 (vc-rename-master, vc-delete-file, vc-rename-file)
13704 (vc-branch-part, vc-default-retrieve-snapshot)
13705 (vc-annotate-display-autoscale, vc-annotate-display-select)
13706 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13707 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13708 (vc-dir-update): Handle directories.
13709 (vc-default-status-printer): Simplify.
13710
13711 * progmodes/asm-mode.el (asm-mode-map):
13712 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13713
13714 * progmodes/m4-mode.el (m4-mode-map): Add menu.
13715
13716 2008-04-21 Kenichi Handa <handa@m17n.org>
13717
13718 * select.el (xselect-convert-to-string): Send a C_STRING only if
13719 the polymorphic target TEXT is requested.
13720
13721 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
13722
13723 * minibuffer.el (completion-setup-hook, display-completion-list)
13724 (completion--file-name-table): Fix typos in docstrings.
13725 (completion-table-dynamic): Fix typo, and reflow docstring.
13726
13727 2008-04-20 Andreas Schwab <schwab@suse.de>
13728
13729 * server.el (server-switch-buffer): Also consider clients in the
13730 selected frame.
13731
13732 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13733
13734 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13735 Select window clicked on first.
13736 (gdb): Display thread number in mode-line.
13737 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13738 (gdb-breakpoints-header): New variable.
13739 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13740
13741 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
13744 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13745 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13746 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13747 (vc-sccs-print-log): Use it.
13748
13749 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13750
13751 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13752 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13753
13754 * tooltip.el (tooltip-previous-message): New var.
13755 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13756 the C code (avoid overwriting a minibuffer, restore previous echo
13757 message, ...).
13758 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13759 Simplify.
13760
13761 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13762
13763 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13764 (gdb-init-1): Initialise it.
13765 (gdb-annotation-rules): New entry for "new-thread".
13766 (gdb-thread-identification): New function to customize
13767 mode-line-buffer-identification.
13768 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13769 (gdb-assembler-mode): Use it.
13770 (gdb-threads-mode): Force "info threads" onto queue.
13771
13772 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * files.el (locate-file-completion-table): Rename from
13775 locate-file-completion and make it use `pred' in the normal way.
13776 (locate-file-completion): New compatibility wrapper.
13777 (load-library): Use locate-file-completion-table.
13778 * finder.el (finder-commentary):
13779 * subr.el (locate-library):
13780 * emacs-lisp/find-func.el (find-library): Likewise.
13781 * info.el: Use with-current-buffer and inhibit-read-only.
13782 (Info-read-node-name-2): Change to use `predicate' in the normal way.
13783 (Info-read-node-name-1): Adjust uses accordingly.
13784
13785 * minibuffer.el (completion-table-with-context): Add support for `pred'.
13786 (completion-table-with-terminator): Don't use complete-with-action
13787 since we have to distinguish all three cases anyway.
13788 (completion-table-with-predicate): New function.
13789 (dynamic-completion-table): Add obsolete alias.
13790
13791 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13792
13793 2008-04-18 Sam Steingold <sds@gnu.org>
13794
13795 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13796 Use quit-window instead of bury-buffer.
13797
13798 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * minibuffer.el (completion-table-with-terminator): Fix last fix.
13801
13802 2008-04-18 Andreas Schwab <schwab@suse.de>
13803
13804 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13805 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13806 Depend on $(lisp)/subdirs.el.
13807
13808 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
13809
13810 * descr-text.el (describe-char-after):
13811 Use `define-obsolete-function-alias'.
13812
13813 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13814
13815 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13816
13817 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13818 Remove redundant obsolescence info in docstring.
13819
13820 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13821 (vc-header-alist): Add WHEN to obsolescence declaration.
13822 (vc-state): Fix typo in docstring.
13823
13824 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13825 Use `define-obsolete-variable-alias'.
13826
13827 * emulation/tpu-edt.el (tpu-have-ispell):
13828 * international/codepage.el (codepage-setup):
13829 Fix typo in obsolescence declaration.
13830
13831 * international/mule.el (char-coding-system-table):
13832 Remove redundant obsolescence info in docstring.
13833 (charset-list, generic-char-p, set-char-table-default):
13834 Fix typos in obsolescence declarations.
13835
13836 * international/mule-diag.el (non-iso-charset-alist):
13837 Fix typo in obsolescence declaration.
13838 (decode-codepage-char): Remove redundant obsolescence info in docstring.
13839
13840 * font-core.el (font-lock-defaults-alist):
13841 * font-lock.el (font-lock-reference-face):
13842 * frame.el (screen-height, screen-width, set-screen-width)
13843 (set-screen-height):
13844 * hilit-chg.el (highlight-changes-initial-state):
13845 * isearch.el (isearch-return-char):
13846 * log-edit.el (cvs-commit-buffer-require-final-newline)
13847 (cvs-changelog-full-paragraphs):
13848 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13849 (mouse-popup-menubar-stuff):
13850 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13851 (mouse-wheel-click-button):
13852 * outline.el (outline-visible):
13853 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13854 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13855 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13856 * progmodes/compile.el (compile-internal):
13857 Add WHEN to obsolescence declarations.
13858
13859 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13862 is not better anyway.
13863
13864 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13865
13866 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13867 properly.
13868
13869 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13872 (python-use-skeletons): Remove, unused.
13873 (python-skeletons): Remove. Use the abbrev table instead.
13874 (python-mode-abbrev-table): Fix regexp;
13875 add enable-function and case-fixed.
13876 (def-python-skeleton): Simplify.
13877 (python-expand-template): Use the abbrev-table and abbrev-insert.
13878 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13879 Remove.
13880 (python-mode): Don't set pre-abbrev-expand-hook.
13881
13882 * skeleton.el: Set coding-tag.
13883
13884 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13885 (expand-abbrev): Use it.
13886 (abbrev-table-menu): New function.
13887
13888 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13889
13890 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13891
13892 2008-04-17 Sam Steingold <sds@gnu.org>
13893
13894 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13895 idiosyncratic bury-buffer/delete-window logic.
13896
13897 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
13898
13899 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13900 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13901
13902 2008-04-17 Kenichi Handa <handa@m17n.org>
13903
13904 * international/characters.el: Don't make the width of U+00AD to 0.
13905
13906 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
13907
13908 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13909 (gdb, gdb-starting, gdb-frames-mode): Use it.
13910 (gdb-invalidate-frames): Advise to call "info stack" only if
13911 execution has occurred.
13912 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13913 selected frame if no execution has occurred.
13914 (gdb-frames-force-update): New interactive function.
13915 (gdb-frames-mode-map): Bind it to "F".
13916
13917 2008-04-17 Michael Olson <mwolson@gnu.org>
13918
13919 * textmodes/remember.el (remember-version): Release Remember 2.0.
13920
13921 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
13922
13923 * textmodes/artist.el:
13924 * progmodes/vhdl-mode.el:
13925 * progmodes/verilog-mode.el:
13926 * progmodes/vera-mode.el:
13927 * progmodes/simula.el:
13928 * progmodes/ps-mode.el:
13929 * progmodes/cmacexp.el:
13930 * obsolete/hilit19.el:
13931 * emulation/viper.el:
13932 * ediff.el: Cleanup the bug-report email addresses and make sure the
13933 maintainer is still willing to handle bug reports.
13934
13935 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 * vc.el (vc-dir-kill-query): Fix thinko.
13938
13939 2008-04-16 Glenn Morris <rgm@gnu.org>
13940
13941 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13942 by diary-sexp-entry.
13943
13944 2008-04-16 Markus Triska <markus.triska@gmx.at>
13945
13946 * proced.el (proced-command-alist): Add support for darwin.
13947
13948 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * proced.el (proced-mode): Redefine as just the major-mode.
13951 (proced): Separate it from proced-mode.
13952
13953 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13954
13955 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13956
13957 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13958 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
13959 `tab-width' setting from user. New version 10.0. Doc and docstring
13960 fix.
13961 (whitespace-style, whitespace-chars): Remove options.
13962 (whitespace-style-mark): New option, replace whitespace-style deleted
13963 option. Fix docstring.
13964 (whitespace-style-color): New option, replace whitespace-chars deleted
13965 option. Fix docstring.
13966 (whitespace-space, whitespace-hspace, whitespace-tab)
13967 (whitespace-newline, whitespace-trailing, whitespace-line)
13968 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13969 (whitespace-space-after-tab, whitespace-hspace-regexp)
13970 (whitespace-space-regexp, whitespace-tab-regexp)
13971 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13972 (whitespace-empty-at-eob-regexp, whitespace-line-column)
13973 (whitespace-toggle-option-alist): Fix docstring.
13974 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13975 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13976 docstring and initialization.
13977 (global-whitespace-mode): Autoloaded global minor mode.
13978 (whitespace-chars-value-list, whitespace-style-value-list)
13979 (whitespace-active-chars, whitespace-active-style)
13980 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13981 (whitespace-color-value-list): New var, replace
13982 whitespace-chars-value-list removed var.
13983 (whitespace-mark-value-list): New var, replace
13984 whitespace-style-value-list removed var.
13985 (whitespace-active-color): New var, replace whitespace-active-chars
13986 removed var.
13987 (whitespace-active-mark): New var, replace whitespace-active-style
13988 removed var.
13989 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13990 removed var.
13991 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13992 removed var.
13993 (whitespace-toggle-option-alist, whitespace-report-list)
13994 (whitespace-report-text, whitespace-help-text): Fix initialization.
13995 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13996 (whitespace-toggle-options, global-whitespace-toggle-options)
13997 (whitespace-cleanup-region, whitespace-report-region)
13998 (whitespace-interactive-char): Fix docstring and code.
13999 (whitespace-cleanup, whitespace-report): Fix docstring.
14000 (whitespace-replace-spaces-by-tabs): Remove fun.
14001 (whitespace-replace-action): New fun, replace
14002 whitespace-replace-spaces-by-tabs removed fun.
14003 (whitespace-regexp, whitespace-indentation-regexp)
14004 (whitespace-space-after-tab-regexp, whitespace-insert-value)
14005 (whitespace-kill-buffer): New funs.
14006 (whitespace-insert-option-mark, whitespace-help-on)
14007 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
14008 (whitespace-color-on, whitespace-color-off)
14009 (whitespace-display-char-on): Fix code.
14010
14011 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
14014 (mouse-throw-magnifier-with-mouse-movement): Remove.
14015 (mouse-throw-magnifier-base): New const.
14016 (mouse-drag-scroll-delta): New fun.
14017 (mouse-drag-throw): Use it.
14018
14019 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
14020
14021 * international/uni-bidi.el, international/uni-category.el:
14022 * international/uni-combining.el, international/uni-comment.el:
14023 * international/uni-decimal.el, international/uni-decomposition.el:
14024 * international/uni-digit.el, international/uni-lowercase.el:
14025 * international/uni-mirrored.el, international/uni-name.el:
14026 * international/uni-numeric.el, international/uni-old-name.el:
14027 * international/uni-titlecase.el, international/uni-uppercase.el:
14028 * international/charprop.el: Regenerate.
14029
14030 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
14031
14032 * vc.el (vc-status-fileinfo): Add new member directoryp.
14033 (vc-default-status-printer): Print directories.
14034 (vc-status-update): Sort files before subdirectories.
14035
14036 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14037 Add alternative implementation based on "cvs update".
14038
14039 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
14040
14041 * doc-view.el: Changed requirements section to tell that only one
14042 of dvipdf or dvipdfm is needed.
14043 (doc-view-already-converted-p): Fix bug that forced reconversion
14044 if doc was already converted.
14045
14046 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * minibuffer.el (minibuffer-message):
14049 Make sure we can put-text-property.
14050
14051 * emacs-lisp/crm.el: Complete rewrite.
14052
14053 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
14054 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
14055 case of an error in display-completion-list.
14056
14057 * filecache.el (file-cache-completions-keymap): Move init from
14058 file-cache-completion-setup-function into declaration.
14059 (file-cache-minibuffer-complete): Simplify.
14060 (file-cache-completion-setup-function): Use standard-output,
14061 preserve current-buffer.
14062
14063 * vc.el (vc-status-update): Fix typo.
14064 (vc-status-update): Set needs-update.
14065 (vc-status-refresh): η-reduce.
14066
14067 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
14068
14069 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
14070 to image-eol.
14071
14072 2008-04-14 Alexandre Julliard <julliard@winehq.org>
14073
14074 * vc.el (vc-status-update): Undo the previous revert.
14075
14076 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 * minibuffer.el (completion-table-with-terminator): Those completions
14079 are never valid w.r.t test-completion.
14080 (completion--file-name-table):
14081 Check completion-all-completions-with-base-size.
14082
14083 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
14084
14085 * doc-view.el (doc-view-dvipdf-program): New variable.
14086 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
14087 (doc-view-mode-p): Check for doc-view-dvipdf-program as
14088 alternative for doc-view-dvipdfm-program.
14089 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14090
14091 * doc-view.el (doc-view-start-process): Don't set
14092 default-directory to "~/" if the current value is valid.
14093 This broke PS files that run other files in the same directory.
14094
14095 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
14096
14097 * vc.el (vc-status-kill-query): New function.
14098 (vc-status-mode): Add it to kill-buffer-query-functions.
14099 (vc-status-show-fileentry): New function.
14100 (vc-status-menu-map): Bind it. Bind vc-next-action.
14101
14102 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * minibuffer.el (minibuffer-message): Put cursor at the right place.
14105
14106 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14107
14108 * proced.el (proced-send-signal): Fix error recognition.
14109
14110 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14111
14112 * proced.el (proced-command-alist): Remove sort column.
14113 (proced-command, proced-procname-column):
14114 Use make-variable-buffer-local.
14115 (proced-signal-function): Rename from proced-kill-program.
14116 Allow for elisp symbols and string values representing system calls.
14117 (proced-marker-regexp, proced-success-message): New functions.
14118 (proced): Use defalias. Add autoload cookie.
14119 (proced-unmark-backward, proced-toggle-marks)
14120 (proced-hide-processes): New commands.
14121 (proced-do-mark): Simplify code.
14122 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14123 (proced-update): Remove sorting.
14124 (proced-send-signal): Display number of processes to operate on.
14125 Allow for system calls or elisp functions to send signals.
14126 Check if signal was sent successfully.
14127
14128 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * minibuffer.el (completion-all-completion-with-base-size): New var.
14131 (completion--some): New function.
14132 (completion-table-with-context, completion--file-name-table):
14133 Return the base-size if requested.
14134 (completion-table-in-turn): Generalize to multiple arguments.
14135 (complete-in-turn): Compatibility alias.
14136 (completion-styles-alist): New var.
14137 (completion-styles): New customization.
14138 (minibuffer-try-completion, minibuffer-all-completions):
14139 New functions.
14140 (minibuffer--do-completion, minibuffer-complete-and-exit)
14141 (minibuffer-try-word-completion): Use them.
14142 (display-completion-list, minibuffer-completion-help): Use them.
14143 Handle all-completions's new base-size info to set completion-base-size.
14144 * info.el (Info-read-node-name-1): Use completion-table-with-context,
14145 completion-table-with-terminator and complete-with-action.
14146 Remove the now obsolete completion-base-size-function property.
14147 * simple.el (completion-list-mode-map): Move init into declaration.
14148 (completion-list-mode): Use define-derived-mode.
14149 (completion-setup-function): Use any completion-base-size that may
14150 have been set before. Remove handling of completion-base-size-function.
14151 * loadup.el: Move abbrev.el up earlier.
14152
14153 2008-04-13 Alexandre Julliard <julliard@winehq.org>
14154
14155 * vc-git.el (vc-git-after-dir-status-stage)
14156 (vc-git-dir-status-goto-stage): New functions.
14157 (vc-git-after-dir-status-stage1)
14158 (vc-git-after-dir-status-stage1-empty-db)
14159 (vc-git-after-dir-status-stage2): Remove, functionality moved
14160 into the new generic stage functions.
14161 (vc-git-dir-status-files): New function.
14162
14163 * vc.el (vc-status-update): Revert an incorrect rewrite.
14164 Add some comments.
14165 (vc-status-refresh-files): New function.
14166 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14167 state of up-to-date files.
14168 (vc-default-dir-status-files): New function.
14169
14170 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
14171
14172 * minibuffer.el (completion--embedded-envvar-table)
14173 (read-file-name-internal): Fix typos in 2008-04-11 change.
14174
14175 * faces.el (read-face-name): Use `completion-table-in-turn',
14176 not `complete-in-turn'.
14177
14178 2008-04-13 Andreas Schwab <schwab@suse.de>
14179
14180 * progmodes/etags.el: Require 'cl when compiling.
14181
14182 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
14183
14184 * progmodes/gud.el (gud-menu-map): Expand tooltip.
14185
14186 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14187 (menu): Add/expand menu tooltips.
14188
14189 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
14190
14191 * progmodes/sh-script.el (sh-show-indent): Fix typo.
14192 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14193
14194 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14195 considered registered.
14196
14197 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14198
14199 * emacs-lisp/copyright.el (copyright-update-directory): New command.
14200
14201 * ediff-wind.el (ediff-split-window-function)
14202 (ediff-merge-split-window-function): Improve custom type.
14203
14204 2008-04-12 Eli Zaretskii <eliz@gnu.org>
14205
14206 * loadup.el ("minibuffer"): Move after "faces".
14207
14208 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * progmodes/hideif.el (hif-factor): Handle unary minus.
14211
14212 2008-04-12 Glenn Morris <rgm@gnu.org>
14213
14214 * calendar/cal-china.el (chinese-calendar-time-zone):
14215 Mark obsolete name as risky too.
14216
14217 * calendar/calendar.el (calendar-faces): New custom group.
14218 (calendar-today, diary, holiday): Doc fix.
14219 Move to calendar-faces group.
14220 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14221 (diary-button): Doc fix. Move to calendar-faces group.
14222
14223 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14224 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14225 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14226 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14227 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14228 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14229 not in dumped files before the associated defcustom.
14230
14231 2008-04-11 Johan Bockgård <bojohan@gnu.org>
14232
14233 * minibuffer.el (lazy-completion-table): Fix debug spec.
14234
14235 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * minibuffer.el (complete-with-action, lazy-completion-table):
14238 Move from subr.el.
14239 (apply-partially, completion-table-dynamic)
14240 (completion-table-with-context, completion-table-with-terminator)
14241 (completion-table-in-turn): New funs.
14242 (completion--make-envvar-table, completion--embedded-envvar-table):
14243 New funs.
14244 (read-file-name-internal): Use them.
14245 (completion-setup-hook): Move from simple.el.
14246 * subr.el (complete-with-action, lazy-completion-table):
14247 * simple.el (completion-setup-hook): Move to minibuffer.el.
14248
14249 2008-04-11 Glenn Morris <rgm@gnu.org>
14250
14251 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14252
14253 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14256
14257 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14258
14259 * textmodes/fill.el (fill-forward-paragraph-function): New var.
14260 (fill-forward-paragraph): New fun.
14261 (fill-paragraph, fill-region): Use it.
14262
14263 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14264 (vc-status-create-fileinfo): Make `extra' optional.
14265 (vc-status-busy): New fun.
14266 (vc-status-menu-map): Use it.
14267 (vc-status-crt-marked): Remove.
14268 (vc-status-update): Rename from vc-status-add-entries.
14269 Add argument so as to prevent addition of entries. Rewrite.
14270 (vc-update-vc-status-buffer): Remove.
14271 (vc-status-refresh): Don't remove old entries, set them to
14272 up-to-date instead. Also do it after the update is complete.
14273 (vc-status-marked-files): η-reduce.
14274
14275 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14276 for non-dialogs.
14277
14278 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14279
14280 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14281
14282 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
14283
14284 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14285 to t and don't truncate msg.
14286
14287 2008-04-11 Glenn Morris <rgm@gnu.org>
14288
14289 * calendar/calendar.el (diary, holidays):
14290 Move custom groups to other files.
14291 (holiday-general-holidays, holiday-oriental-holidays)
14292 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14293 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14294 (holiday-hebrew-holidays, holiday-christian-holidays)
14295 (holiday-islamic-holidays, holiday-bahai-holidays)
14296 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14297 * calendar/diary-lib.el: Move custom group here from calendar.el.
14298 * calendar/holidays.el: Move custom group and variables here
14299 from calendar.el.
14300
14301 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14302
14303 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14304 Fix custom group.
14305 (calendar-current-time-zone-cache): Autoload riskiness.
14306
14307 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14308
14309 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * woman.el (woman2-TH): Use string-equal instead of string-match.
14312
14313 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14314
14315 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14316 (smerge-resolve): Merge the "2-way refinement" case with one half of
14317 the "mere whitespace" resolution.
14318
14319 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
14320
14321 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14322
14323 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
14324
14325 * subr.el (assoc-ignore-case, assoc-ignore-representation):
14326 Add WHEN to obsolescence declaration.
14327
14328 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14329
14330 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
14331
14332 * vc-hooks.el (vc-state): Add new state `conflict'.
14333 (vc-after-save): Use when not if.
14334 (vc-default-mode-line-string): Deal with the conflict state.
14335 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14336
14337 * vc.el (vc-editable-p, vc-default-status-printer)
14338 (vc-next-action): Deal with the conflict state.
14339 (vc-mark-resolved): New function.
14340 (vc-status-mode): Fix mode name.
14341 (vc-default-comment-history): Use when not if.
14342 (Todo): Add new entries, remove old ones.
14343
14344 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14345 (vc-cvs-parse-status, vc-cvs-after-dir-status):
14346 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14347 Detect the conflict state.
14348
14349 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14350
14351 2008-04-10 Glenn Morris <rgm@gnu.org>
14352
14353 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14354 Respect truncate-partial-width-windows in non-full windows,
14355 with regards to :toggle and :enable state.
14356
14357 * simple.el (toggle-truncate-lines): Doc fix.
14358
14359 * Makefile.in (MH_E_DIR): New variable.
14360 (MH_E_SRC): Restore variable removed 2008-03-13.
14361 (mh-loaddefs.el): Depend on $MH_E_SRC.
14362 (CAL_DIR, CAL_SRC): New variables.
14363 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14364 Depend on CAL_SRC.
14365
14366 * calendar/calendar.el (calendar, diary): Add :prefix.
14367 (holidays): Change :prefix.
14368 (calendar-today, holiday, calendar-holiday-marker)
14369 (european-calendar-style): Change custom groups.
14370
14371 * calendar/calendar.el (diary-hook, diary-display-hook):
14372 Move to diary-lib.el.
14373 * calendar/diary-lib.el (diary-hook, diary-display-hook):
14374 Move here from calendar.el.
14375 * calendar/appt.el: Require diary-lib rather than calendar.
14376 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14377
14378 * calendar/appt.el (appt): Add :prefix.
14379
14380 * calendar/diary-lib.el (diary-hook): Doc fix.
14381 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14382
14383 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14386 New functions.
14387
14388 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14389 the arg to recursive calls.
14390
14391 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14392
14393 * minibuffer.el (completion-auto-help): Fix typo.
14394
14395 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14396
14397 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14398
14399 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
14400
14401 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14402 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14403
14404 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14407
14408 * minibuffer.el (minibuffer): Move group from cus-edit.el.
14409 (completion-auto-help): Move from C code.
14410 (minibuffer--maybe-completion-help): Remove.
14411 (minibuffer--bitset): New function.
14412 (minibuffer--do-completion): Rename from minibuffer-do-completion.
14413 Renumber a bit. Really complete on string *before* point.
14414 Add argument used for word-completion.
14415 Join trailing / in completion with following text, as done in
14416 minibuffer-complete-word.
14417 Handle new value `lazy' for completion-auto-help.
14418 (minibuffer-try-word-completion): New function extracted from
14419 minibuffer-complete-word.
14420 (minibuffer-complete-word): Use minibuffer--do-completion.
14421 (minibuffer--insert-strings): Rename from
14422 minibuffer-complete-insert-strings.
14423 (exit-minibuffer): Fix typo.
14424 * cus-edit.el (minibuffer): Move group to minibuffer.el.
14425 * cus-start.el: Remove completion-auto-help.
14426
14427 2008-04-09 Alexandre Julliard <julliard@winehq.org>
14428
14429 * vc.el (vc-status-add-entries): New function.
14430 (vc-status-add-entry): Remove.
14431 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14432 Use vc-status-add-entries.
14433
14434 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14435 order.
14436
14437 2008-04-09 Jason Rumney <jasonr@gnu.org>
14438
14439 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14440 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14441 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14442 (AUTOGENEL): New variable.
14443 (distclean, maintainer-clean): New targets.
14444
14445 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
14446
14447 * emacs-lisp/regexp-opt.el (regexp-opt):
14448 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14449
14450 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
14451
14452 * nxml/nxml-mode.el (nxml-cleanup): New function.
14453 (nxml-mode): Add it to change-major-mode-hook.
14454
14455 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14456
14457 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14458
14459 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * calc/.cvsignore: New file.
14462
14463 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14464
14465 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14466
14467 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14468 show-help-function when turning tooltip off.
14469 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14470 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14471
14472 2008-04-09 Alan Mackenzie <acm@muc.de>
14473
14474 * font-lock.el (font-lock-extend-after-change-region-function):
14475 Make it buffer local.
14476
14477 2008-04-09 Glenn Morris <rgm@gnu.org>
14478
14479 * calendar/calendar.el (diary-file, european-calendar-style):
14480 Remove autoload cookies.
14481
14482 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14483
14484 * outline.el (outline-mode-menu-bar-map):
14485 * log-view.el (log-view-mode-menu):
14486 * log-edit.el (log-edit-menu): Add :help.
14487
14488 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
14489
14490 * emacs-lisp/regexp-opt.el (regexp-opt-group):
14491 Use substring-no-properties for correct handling of unibyte strings.
14492
14493 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * add-log.el (change-log-next-buffer): Handle the case where version<
14496 signals an error.
14497
14498 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14499 mouse-major-mode-menu.
14500 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14501 (mouse-major-mode-menu, mouse-popup-menubar)
14502 (mouse-popup-menubar-stuff): Use them.
14503 (C-down-mouse-3): Bind to a dynamic map rather than to
14504 mouse-popup-menubar-stuff.
14505
14506 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14507 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14508
14509 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14510
14511 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14512 file:// access method.
14513
14514 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * minibuffer.el: New file.
14517 * loadup.el: Load it.
14518
14519 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14522 rather than subdirs.el. It introduces an ugly circular dependency, tho.
14523
14524 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14525 (calc-mode-map, calc-digit-map, calc-dispatch-map):
14526 Move initialization into declaration.
14527 * calc/calc-yank.el:
14528 * calc/calc-misc.el:
14529 * calc/calc-embed.el:
14530 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
14531
14532 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14533
14534 * ps-samp.el (ps-add-printer, ps-remove-printer)
14535 (ps-make-dynamic-printer-menu): New functions.
14536
14537 * net/zeroconf.el: New file.
14538
14539 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14542
14543 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14544
14545 * vc-rcs.el (vc-rcs-modify-change-comment):
14546 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14547
14548 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14549
14550 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
14551
14552 * international/mule-cmds.el (set-locale-environment): Don't warn if
14553 coding system doesn't agree with system locale (this reverts changes
14554 by Dave Love, dated 2002-10-27 and 2002-10-09).
14555
14556 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14557 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14558
14559 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14560
14561 2008-04-08 Glenn Morris <rgm@gnu.org>
14562
14563 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14564 * textmodes/remember.el (remember-diary-convert-entry):
14565 Require calendar.
14566
14567 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14568 diary-file, since it is the default for make-diary-entry anyway.
14569
14570 * calendar/cal-menu.el (cal-menu-event-to-date):
14571 Rename calendar-event-to-date. Update callers.
14572 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14573 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14574 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14575 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14576 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14577 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14578 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14579 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14580 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14581 (calendar-mouse-tex-month-landscape):
14582 Rename cal-tex-mouse-month-landscape.
14583 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14584 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14585 (calendar-mouse-tex-year-landscape):
14586 Rename cal-tex-mouse-year-landscape.
14587 (cal-menu-context-mouse-menu): Update for above name changes.
14588
14589 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14590 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14591 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14592 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14593 * calendar/holidays.el: Replace int-to-string with number-to-string.
14594
14595 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14598 region if point moves.
14599
14600 2008-04-08 Kenichi Handa <handa@m17n.org>
14601
14602 * faces.el (font-slant-table): Change numeric values for `r',
14603 `roman', and `normal'.
14604
14605 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
14606
14607 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14608
14609 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
14610
14611 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14612 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
14613
14614 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
14615
14616 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14617 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
14618
14619 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14622
14623 2008-04-07 Sam Steingold <sds@gnu.org>
14624
14625 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14626 Add helper functions.
14627 (lisp-do-defun): Extract the common part of lisp-eval-defun and
14628 lisp-compile-defun; DEFVAR forms reset the variables to the init
14629 values, just like in emacs-lisp mode eval-defun.
14630 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14631 (lisp-compile-region): Use lisp-compile-string.
14632
14633 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14634
14635 * subr.el (combine-and-quote-strings): Also quote strings that contain
14636 the separator.
14637
14638 * pcvs-util.el (cvs-map): Avoid recursion :-(
14639
14640 2008-04-07 Glenn Morris <rgm@gnu.org>
14641
14642 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14643
14644 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14645 view-diary-entries-initially. Keep old name as alias, update users.
14646 (calendar-mark-diary-entries-flag): Rename
14647 mark-diary-entries-in-calendar. Keep old name as alias, update users.
14648 (calendar-view-holidays-initially-flag): Rename
14649 view-calendar-holidays-initially. Keep old name as alias, update users.
14650 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14651 Keep old name as alias, update users.
14652 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14653 Keep old name as alias, update users.
14654 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14655 Keep old name as alias, update users.
14656 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14657 Keep old name as alias, update users.
14658 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
14659 (diary-american-date-forms): Rename american-date-diary-pattern.
14660 Keep old name as alias, update users.
14661 (diary-european-date-forms): Rename european-date-diary-pattern.
14662 Keep old name as alias, update users.
14663 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14664 Keep old name as alias, update users.
14665 (calendar-european-date-display-form): Rename
14666 european-calendar-display-form. Keep old name as alias, update users.
14667 (calendar-american-date-display-form): Rename
14668 european-calendar-display-form. Keep old name as alias, update users.
14669 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14670 Keep old name as alias, update users.
14671 (holiday-general-holidays): Rename general-holidays.
14672 Keep old name as alias, update users.
14673 (holiday-oriental-holidays): Rename oriental-holidays.
14674 Keep old name as alias, update users.
14675 (holiday-local-holidays): Rename local-holidays.
14676 Keep old name as alias, update users.
14677 (holiday-other-holidays): Rename other-holidays.
14678 Keep old name as alias, update users.
14679 (holiday-hebrew-holidays): Rename hebrew-holidays.
14680 Keep old name as alias, update users.
14681 (holiday-christian-holidays): Rename christian-holidays.
14682 Keep old name as alias, update users.
14683 (holiday-islamic-holidays): Rename islamic-holidays.
14684 Keep old name as alias, update users.
14685 (holiday-bahai-holidays): Rename bahai-holidays.
14686 Keep old name as alias, update users.
14687 (holiday-solar-holidays): Rename solar-holidays.
14688 Keep old name as alias, update users.
14689 (diary-fancy-buffer): Rename fancy-diary-buffer.
14690 Keep old name as alias, update users.
14691 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14692 Update users.
14693 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14694 Update users.
14695 (calendar-increment-month): Rename increment-calendar-month.
14696 Keep old name as alias, update callers.
14697 (calendar-increment-month-cons): Rename old calendar-increment-month.
14698 Update callers.
14699 (calendar-extract-month): Rename extract-calendar-month.
14700 Keep old name as alias, update callers.
14701 (calendar-extract-day): Rename extract-calendar-day.
14702 Keep old name as alias, update callers.
14703 (calendar-extract-year): Rename extract-calendar-year.
14704 Keep old name as alias, update callers.
14705 (calendar-generate-window): Rename generate-calendar-window.
14706 Update callers.
14707 (calendar-generate): Rename generate-calendar. Update callers.
14708 (calendar-generate-month): Rename generate-calendar-month.
14709 Update callers.
14710 (calendar-redraw): Rename redraw-calendar. Update callers.
14711 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
14712 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14713 Update callers.
14714 (calendar-update-mode-line): Rename update-calendar-mode-line.
14715 Update callers.
14716 (calendar-exit): Rename exit-calendar. Keep old name as alias,
14717 update callers.
14718 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14719 Keep old name as alias, update callers.
14720 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14721 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14722 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14723 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14724 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14725 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14726 * calendar/solar.el: Update for calendar.el name changes.
14727 * org/org.el (org-agenda-format-date-aligned)
14728 (org-agenda-execute-calendar-command): Access date elements directly
14729 rather than using calendar functions.
14730 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14731 Also set calendar-view-diary-initially-flag,
14732 calendar-view-holidays-initially-flag.
14733 (org-get-entries-from-diary): Also set diary-fancy-buffer.
14734 (org-agenda-execute-calendar-command): No need to set displayed-day.
14735
14736 2008-04-06 Alan Mackenzie <acm@muc.de>
14737
14738 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14739 typo in the doc string.
14740
14741 * progmodes/cc-mode.el (c-basic-common-init):
14742 Set font-lock-extend-after-change-region-function.
14743 (c-extend-after-change-region): New function, used in
14744 font-lock-extend-after-change-region-function, thus superseding
14745 advice on the Font Lock after change functions.
14746 (c-advise-fl-for-region): Remove this macro.
14747
14748 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14749
14750 * textmodes/flyspell.el (flyspell-duplicate-distance):
14751 Improve custom type.
14752
14753 2008-04-06 Glenn Morris <rgm@gnu.org>
14754
14755 * calendar/diary-lib.el (diary-sexp-entry-symbol):
14756 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
14757 (diary-list-entries-hook): Rename list-diary-entries-hook.
14758 Keep old name as alias, update users.
14759 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14760 Keep old name as alias, update users.
14761 (diary-nongregorian-listing-hook): Rename
14762 nongregorian-diary-listing-hook. Keep old name as alias, update users.
14763 (diary-nongregorian-marking-hook): Rename
14764 nongregorian-diary-marking-hook. Keep old name as alias, update users.
14765 (diary-print-entries-hook): Rename print-diary-entries-hook.
14766 Keep old name as alias, update users.
14767 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14768 Keep old name as alias, update users.
14769 (diary-number-of-entries): Rename number-of-diary-entries.
14770 Keep old name as alias, update users.
14771 (view-diary-entries, list-diary-entries, show-all-diary-entries):
14772 Give version of obsolescence.
14773 (diary-view-other-diary-entries): Rename view-other-diary-entries.
14774 Keep old name as alias, update callers.
14775 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
14776 update callers.
14777 (diary-include-other-diary-files): Rename include-other-diary-files.
14778 Keep old name as alias, update callers.
14779 (diary-simple-display): Rename simple-diary-display.
14780 Keep old name as alias, update callers.
14781 (diary-fancy-display): Rename fancy-diary-display.
14782 Keep old name as alias, update callers.
14783 (diary-print-entries): Rename print-diary-entries.
14784 Keep old name as alias, update callers.
14785 (diary-marking-entries-flag): Rename marking-diary-entries.
14786 Update users.
14787 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
14788 (diary-mark-entries): Rename mark-diary-entries.
14789 Keep old name as alias, update callers.
14790 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14791 Keep old name as alias, update callers.
14792 (diary-mark-included-diary-files): Rename mark-included-diary-files.
14793 Keep old name as alias, update callers.
14794 (calendar-mark-days-named): Rename mark-calendar-days-named.
14795 Keep old name as alias, update callers.
14796 (calendar-mark-month): Rename mark-calendar-month.
14797 Keep old name as alias, update callers.
14798 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14799 Keep old name as alias, update callers.
14800 (diary-sort-entries): Rename sort-diary-entries.
14801 Keep old name as alias, update callers.
14802 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14803 Keep old name as alias, update callers.
14804 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
14805 update callers.
14806 (diary-insert-entry): Rename insert-diary-entry.
14807 Keep old name as alias.
14808 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14809 Keep old name as alias.
14810 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14811 Keep old name as alias.
14812 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14813 Keep old name as alias.
14814 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14815 Keep old name as alias.
14816 (diary-insert-block-entry): Rename insert-block-diary-entry.
14817 Keep old name as alias.
14818 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14819 Keep old name as alias.
14820 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14821 Keep old name as alias, update users.
14822 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14823 Keep old name as alias, update callers.
14824 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14825 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14826 * calendar/icalendar.el: Update for diary-lib name changes.
14827
14828 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
14829
14830 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14831
14832 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14833 for copy, move, and link operations.
14834
14835 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
14836
14837 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14838 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14839
14840 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14841 'require' statements with 1-argument ones (wrapped in if's).
14842 For compatibility with the current stable version of XEmacs.
14843
14844 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14845
14846 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14847
14848 2008-04-06 Jason Rumney <jasonr@gnu.org>
14849
14850 * language/burmese.el ("Burmese"): Make sample text consistent with
14851 language name.
14852
14853 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
14854
14855 * progmodes/gdb-ui.el (gdb): New group.
14856 (gdb-debug-log-max, gdb-enable-debug)
14857 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14858 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14859 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14860 (gdb-show-changed-values, gdb-max-children)
14861 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14862 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14863 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14864 (gdb-memory-unit): Move to new group from GUD group.
14865 (menu): Allow customization from GDB-UI menu-item.
14866
14867 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14868
14869 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14870
14871 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14874 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14875 Revision numbers can include ".".
14876
14877 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14878 "+" lines not accounted for by counting "-" and context lines.
14879
14880 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14881
14882 * term/mac-win.el (mac-service-open-file): Use file URL instead of
14883 file name string.
14884
14885 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14888 (vc-bzr-annotate-time): Accept space used to preserve alignment.
14889
14890 2008-04-05 Richard Stallman <rms@gnu.org>
14891
14892 * emacs-lisp/advice.el (defadvice): Add usage pattern.
14893
14894 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
14895
14896 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14897 thread in [h-e-w]).
14898
14899 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
14900
14901 * files.el (abort-if-file-too-large): Fix typo in docstring.
14902
14903 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * subr.el (functionp): Return nil for special forms.
14906
14907 2008-04-05 Glenn Morris <rgm@gnu.org>
14908
14909 * emacs-lisp/autoload.el (autoload-ensure-default-file):
14910 Provide a feature.
14911 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14912 Require loaddefs file rather than loading it.
14913 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14914 autoload-ensure-default-file provides a feature.
14915
14916 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14917 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14918 (compile, compile-always, recompile): Use $LOADDEFS.
14919 (cal-autoloads): Remove.
14920
14921 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14922 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
14923
14924 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14925 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14926
14927 * calendar/calendar.el (diary-hebrew-entry-symbol):
14928 Rename hebrew-diary-entry-symbol. Keep old name as alias.
14929 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14930 Keep old name as alias.
14931 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14932 Keep old name as alias.
14933 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14934 to diary-bahai-entry-symbol.
14935 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14936 to diary-hebrew-entry-symbol.
14937 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14938 to diary-islamic-entry-symbol.
14939 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14940
14941 * calendar/solar.el (diary-sabbath-candles-minutes)
14942 (diary-sabbath-candles): Move to cal-hebrew.
14943 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14944 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14945 Doc fix. Keep old name as alias.
14946 (diary-hebrew-sabbath-candles): Simplify.
14947 (solar-setup, solar-sunrise-sunset, calendar-latitude)
14948 (calendar-longitude, calendar-time-zone): Declare for compiler.
14949 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14950 rename.
14951
14952 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14953 Rename coptic-calendar-month-name-array. Update callers.
14954 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
14955 (calendar-coptic-name): Rename coptic-name. Update callers.
14956 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14957 Update callers.
14958 (calendar-coptic-last-day-of-month):
14959 Rename coptic-calendar-last-day-of-month. Update callers.
14960 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14961 Keep old name as alias, update callers.
14962 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14963 Keep old name as alias, update callers.
14964 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14965 Keep old name as alias.
14966 (calendar-ethiopic-month-name-array):
14967 Rename ethiopic-calendar-month-name-array. Update callers.
14968 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14969 Update callers.
14970 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
14971 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14972 Keep old name as alias, update callers.
14973 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14974 Keep old name as alias, update callers.
14975 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14976 Keep old name as alias.
14977
14978 * calendar/cal-french.el (calendar-french-epoch):
14979 Rename french-calendar-epoch. Update callers.
14980 (calendar-french-month-name-array): Rename variable and function
14981 french-calendar-month-name-array. Update callers.
14982 (calendar-french-multibyte-month-name-array):
14983 Rename french-calendar-multibyte-month-name-array. Update callers.
14984 (calendar-french-day-name-array): Rename variable and function
14985 french-calendar-day-name-array. Update callers.
14986 (calendar-french-special-days-array): Rename variable and function
14987 french-calendar-special-days-array. Update callers.
14988 (calendar-french-multibyte-special-days-array):
14989 Rename french-calendar-multibyte-special-days-array. Update callers.
14990 (calendar-french-accents-p): Rename french-calendar-accents.
14991 Update callers.
14992 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14993 Update callers.
14994 (calendar-french-last-day-of-month):
14995 Rename french-calendar-last-day-of-month. Update callers.
14996 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14997 Keep old name as alias, update callers.
14998 (calendar-french-print-date): Rename calendar-print-french-date.
14999 Keep old name as alias, update callers.
15000 (calendar-french-goto-date): Rename calendar-goto-french-date.
15001 Keep old name as alias.
15002
15003 * calendar/cal-menu.el, calendar/calendar.el:
15004 Update for Coptic and French name changes.
15005
15006 * calendar/cal-china.el (calendar-chinese): Rename custom group
15007 from chinese-calendar. Update users.
15008 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
15009 Keep old name as alias, update users.
15010 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
15011 Keep old name as alias.
15012 (calendar-chinese-daylight-time-offset):
15013 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
15014 update users.
15015 (calendar-chinese-standard-time-zone-name):
15016 Rename chinese-calendar-standard-time-zone-name.
15017 Keep old name as alias, update users.
15018 (calendar-chinese-daylight-saving-start):
15019 Rename chinese-calendar-daylight-savings-starts.
15020 Keep old name as alias, update users.
15021 (calendar-chinese-daylight-saving-end):
15022 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
15023 update users.
15024 (calendar-chinese-daylight-saving-start-time):
15025 Rename chinese-calendar-daylight-savings-starts-time.
15026 Keep old name as alias, update users.
15027 (calendar-chinese-daylight-saving-end-time):
15028 Rename chinese-calendar-daylight-savings-ends-time.
15029 Keep old name as alias, update users.
15030 (calendar-chinese-celestial-stem): Rename
15031 calendar-chinese-celestial-stem. Keep old name as alias, update users.
15032 (calendar-chinese-terrestrial-branch):
15033 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
15034 update users.
15035 (calendar-chinese-zodiac-sign-on-or-after):
15036 Rename chinese-zodiac-sign-on-or-after. Update callers.
15037 (calendar-chinese-new-moon-on-or-after):
15038 Rename chinese-new-moon-on-or-after. Update callers.
15039 (calendar-chinese-month-list): Rename chinese-month-list.
15040 Update callers.
15041 (calendar-chinese-number-months): Rename number-chinese-months.
15042 Update callers.
15043 (calendar-chinese-compute-year): Rename compute-chinese-year.
15044 Update callers.
15045 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
15046 (calendar-chinese-year): Rename chinese-year. Update callers.
15047 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15048 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
15049 Keep old name as alias, update callers.
15050 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
15051 Keep old name as alias, update callers.
15052 (calendar-chinese-months-to-alist):
15053 Rename make-chinese-month-assoc-list. Update callers.
15054 (calendar-chinese-months): Rename chinese-months. Update callers.
15055 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
15056 Keep old name as alias, update callers.
15057
15058 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
15059 Rename hebrew-calendar-leap-year-p. Update callers.
15060 (calendar-hebrew-last-month-of-year):
15061 Rename hebrew-calendar-last-month-of-year. Update callers.
15062 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
15063 Update callers.
15064 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
15065 Update callers.
15066 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
15067 Update callers.
15068 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
15069 Update callers.
15070 (calendar-hebrew-last-day-of-month):
15071 Rename hebrew-calendar-last-day-of-month. Update callers.
15072 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
15073 Keep old name as alias, update callers.
15074 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
15075 Keep old name as alias, update callers.
15076 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
15077 Keep old name as alias, update callers.
15078 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
15079 Keep old name as alias.
15080 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
15081 Keep old name as alias.
15082 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
15083 Keep old name as alias.
15084 (holiday-hebrew-passover): Rename holiday-passover-etc.
15085 Keep old name as alias.
15086 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
15087 Keep old name as alias, update callers.
15088 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15089 Keep old name as alias.
15090 (calendar-hebrew-mark-date-pattern):
15091 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
15092 update callers.
15093 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15094 Keep old name as alias.
15095 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15096 Keep old name as alias.
15097 (diary-hebrew-insert-monthly-entry):
15098 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
15099 (diary-hebrew-insert-yearly-entry):
15100 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
15101 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15102 Keep old name as alias.
15103 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
15104 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
15105 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15106 Keep old name as alias.
15107 (calendar-hebrew-parashiot-names):
15108 Rename hebrew-calendar-parashiot-names. Update callers.
15109 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15110 (calendar-hebrew-year-Saturday-incomplete-Sunday):
15111 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15112 (calendar-hebrew-year-Saturday-complete-Tuesday):
15113 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15114 (calendar-hebrew-year-Monday-incomplete-Tuesday):
15115 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15116 (calendar-hebrew-year-Monday-complete-Thursday):
15117 Rename hebrew-calendar-year-Monday-complete-Thursday.
15118 (calendar-hebrew-year-Tuesday-regular-Thursday):
15119 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15120 (calendar-hebrew-year-Thursday-regular-Saturday):
15121 Rename hebrew-calendar-year-Thursday-regular-Saturday.
15122 (calendar-hebrew-year-Thursday-complete-Sunday):
15123 Rename hebrew-calendar-year-Thursday-complete-Sunday.
15124 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15125 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15126 (calendar-hebrew-year-Saturday-complete-Thursday):
15127 Rename hebrew-calendar-year-Saturday-complete-Thursday.
15128 (calendar-hebrew-year-Monday-incomplete-Thursday):
15129 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15130 (calendar-hebrew-year-Monday-complete-Saturday):
15131 Rename hebrew-calendar-year-Monday-complete-Saturday.
15132 (calendar-hebrew-year-Tuesday-regular-Saturday):
15133 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15134 (calendar-hebrew-year-Thursday-incomplete-Sunday):
15135 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15136 (calendar-hebrew-year-Thursday-complete-Tuesday):
15137 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15138 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
15139 Update for above name changes of constants.
15140
15141 * calendar/cal-menu.el, calendar/calendar.el:
15142 Update for chinese and hebrew name changes.
15143 * calendar/diary-lib.el: Update for hebrew name changes.
15144
15145 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * subr.el (keymap-canonicalize): Correct thinko.
15148
15149 * server.el: Undo part of the multi-tty change, which is only
15150 needed if server.el is preloaded, and broke server-running-p.
15151 (server-socket-dir): Initialize in the defvar, as before.
15152 (server-start): Remove initialization of server-socket-dir.
15153
15154 2008-04-05 Eli Zaretskii <eliz@gnu.org>
15155
15156 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15157 3-member cons cells.
15158
15159 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
15160
15161 * cus-face.el (custom-face-attributes): Handle roman slant.
15162
15163 * faces.el (default): Ensure the face-defface-spec property is set.
15164
15165 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
15166
15167 * files.el (abort-if-file-too-large): New function.
15168 (find-file-noselect, insert-file-1): Use it.
15169
15170 2008-04-05 Reto Zimmermann <reto@gnu.org>
15171
15172 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15173 Replace C-c[a-zA-Z] key bindings.
15174
15175 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15176
15177 * progmodes/hideif.el (hif-token-alist): New var.
15178 (hif-token-regexp, hif-tokenize): Use it.
15179 (hif-mathify-binop): New macro.
15180 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15181 (hif-greater-equal, hif-less-equal): Use it.
15182 (hif-logior, hif-logand): New functions.
15183 (hif-math): Accept | and & as well.
15184
15185 * progmodes/etags.el: Fix problem with completion for buffer-local
15186 tables. Reported by Radey Shouman <shouman@comcast.net>.
15187 (tags-complete-tag): Remove.
15188 (tags-lazy-completion-table): New function to replace it.
15189 (find-tag-tag, complete-tag): Update users.
15190
15191 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
15192
15193 * vc-rcs.el (vc-rcs-dir-status):
15194 * vc-sccs.el (vc-sccs-dir-status): New function.
15195
15196 * outline.el (outline-mode-menu-bar-map):
15197 * term.el (terminal-signal-menu): Add :help.
15198
15199 * net/eudc.el (eudc-mode-map): Declare and define in one step.
15200 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15201
15202 * emacs-lisp/re-builder.el (reb-mode-map):
15203 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15204
15205 * diff-mode.el (diff-file-junk-re): Recognize the git format for
15206 new files, deleted files and for changing permissions.
15207 (diff-mode): Set beginning-of-defun-function and
15208 end-of-defun-function.
15209
15210 * vc-bzr.el (vc-bzr-state): Use when instead of if.
15211
15212 * vc.el (vc-default-status-fileinfo-extra): New function.
15213 (vc-status-mark-buffer-changed): Use it.
15214 (vc-update-vc-status-buffer): Allow for partial updates.
15215
15216 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15217
15218 * net/tramp.el (after-init-hook): Don't wrap a lambda around
15219 tramp-register-completion-file-name-handler.
15220
15221 * subr.el (keymap-canonicalize): New function.
15222 * mouse.el (mouse-menu-non-singleton): Use it.
15223 (mouse-major-mode-menu): Remove hack made unnecessary.
15224
15225 * simple.el (set-fill-column): Prompt rather than error by default.
15226
15227 2008-04-04 Andreas Schwab <schwab@suse.de>
15228
15229 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15230 Reset new-rules after each round.
15231
15232 * Makefile.in (cal-autoloads): New target.
15233 (compile, compile-always, recompile): Depend on it.
15234 ($(lisp)/calendar/cal-loaddefs.el)
15235 ($(lisp)/calendar/diary-loaddefs.el)
15236 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15237
15238 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
15239
15240 * ediff*.el: Replace load with require in eval-when-compile.
15241
15242 * ediff-hook.el: Delete all invocations of (autoload ...).
15243
15244 * ediff-util.el (ediff-setup): Make window-min-height a local variable
15245 in ediff control window, and set its min height to 2.
15246 (ediff-setup-control-buffer): Dedicate the control window.
15247 (ediff-toggle-multiframe): Undedicate control window.
15248 Work directly with ediff-setup-windows-multiframe and
15249 ediff-setup-windows-plain.
15250
15251 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15252 New function.
15253 (ediff-window-setup-function): Change initialization.
15254 (ediff-setup-windows-automatic): Delete.
15255 (ediff-setup-windows-plain-merge): Make control window dedicated.
15256 (ediff-destroy-control-frame): Do not skip frames if working in a
15257 single frame.
15258
15259 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15260 eval-when-compile.
15261
15262 * emulation/viper-util.el: Move provide's forward, prevent recursion in
15263 eval-when-compile.
15264
15265 2008-04-04 Glenn Morris <rgm@gnu.org>
15266
15267 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15268 calendar-absolute-from-bahai. Update callers, keep old name as alias.
15269
15270 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15271 Rename islamic-calendar-leap-year-p. Update callers.
15272 (calendar-islamic-last-day-of-month):
15273 Rename islamic-calendar-last-day-of-month. Update callers.
15274 (calendar-islamic-day-number):
15275 Rename islamic-calendar-day-number. Update callers.
15276 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15277 Update callers, keep old name as alias.
15278 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15279 Update callers, keep old name as alias.
15280 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15281 Keep old name as alias.
15282 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15283 Update callers, keep old name as alias.
15284 (calendar-islamic-mark-date-pattern):
15285 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
15286 name as alias.
15287 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15288 Keep old name as alias.
15289 (diary-islamic-insert-monthly-entry):
15290 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
15291 (diary-islamic-insert-yearly-entry):
15292 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
15293
15294 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15295 calendar-absolute-from-iso. Update callers, keep old name as alias.
15296 (calendar-iso-print-date): Rename calendar-print-iso-date.
15297 Update callers, keep old name as alias.
15298 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15299 Keep old name as alias.
15300 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15301 Keep old name as alias.
15302
15303 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15304 calendar-absolute-from-julian. Update callers, keep old name as alias.
15305 (calendar-julian-print-date): Rename calendar-print-julian-date.
15306 Update callers, keep old name as alias.
15307 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15308 Update callers, keep old name as alias.
15309 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15310 Update callers, keep old name as alias.
15311 (calendar-astro-print-day-number):
15312 Rename calendar-print-astro-day-number. Update callers, keep old
15313 name as alias.
15314 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15315 Update callers, keep old name as alias.
15316
15317 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15318 Rename calendar-string-to-mayan-long-count. Update callers.
15319 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15320 Update callers, keep old name as alias.
15321 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15322 Update callers.
15323 (calendar-mayan-read-tzolkin-date):
15324 Rename calendar-read-mayan-tzolkin-date. Update callers.
15325 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15326 Keep old name as alias.
15327 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15328 Keep old name as alias.
15329 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15330 Keep old name as alias.
15331 (calendar-mayan-previous-tzolkin-date):
15332 Rename calendar-previous-tzolkin-date. Keep old name as alias.
15333 (calendar-mayan-next-round-date):
15334 Rename calendar-next-calendar-round-date. Keep old name as alias.
15335 (calendar-mayan-previous-round-date):
15336 Rename calendar-previous-calendar-round-date. Keep old name as alias.
15337 (calendar-mayan-long-count-to-absolute): Rename
15338 calendar-absolute-from-mayan-long-count. Keep old name as alias.
15339 (calendar-mayan-goto-long-count-date):
15340 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
15341
15342 * calendar/cal-persia.el (calendar-persian-month-name-array):
15343 Rename persian-calendar-month-name-array. Update callers.
15344 (calendar-persian-epoch): Rename persian-calendar-epoch.
15345 Update callers.
15346 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15347 Update callers.
15348 (calendar-persian-last-day-of-month):
15349 Rename persian-calendar-last-day-of-month. Update callers.
15350 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15351 Update callers, keep old name as alias.
15352 (calendar-persian-print-date): Rename calendar-print-persian-date.
15353 Update callers, keep old name as alias.
15354 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15355 Keep old name as alias.
15356
15357 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15358 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15359 * calendar/solar.el: Update for cal-julian name changes.
15360
15361 * calendar/cal-dst.el: Update for persian name changes.
15362
15363 * calendar/cal-menu.el, calendar/calendar.el:
15364 Update for islamic, iso, julian, mayan, persian name changes.
15365
15366 * calendar/diary-lib.el: Update for islamic name changes.
15367
15368 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15369 Rename all-hebrew-calendar-holidays. Update callers, keep old name
15370 as alias.
15371 (calendar-christian-all-holidays-flag):
15372 Rename all-christian-calendar-holidays. Update callers, keep old
15373 name as alias.
15374 (calendar-islamic-all-holidays-flag):
15375 Rename all-islamic-calendar-holidays. Update callers, keep old
15376 name as alias.
15377 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15378 Update callers, keep old name as alias.
15379 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15380 Update for the above name changes.
15381
15382 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
15383
15384 * hilit-chg.el (global-highlight-changes-mode)
15385 (highlight-changes-passive-string, highlight-changes-active-string):
15386 Mark as obsolete since 23.1, not 22.1.
15387
15388 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * hilit-chg.el (highlight-changes-visibility-initial-state)
15391 (hilit-chg-update, highlight-changes-mode-turn-on):
15392 Fix typos in docstrings.
15393
15394 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
15395
15396 * newcomment.el (comment-enter-backward): Be careful to restore
15397 position changed during narrowing.
15398
15399 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
15400
15401 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15402 Recognize `sub ($$)'.
15403
15404 2008-04-03 Richard Sharman <rsharman@pobox.com>
15405
15406 * hilit-chg.el (highlight-changes-mode): Rename from
15407 highlight-changes; no longer uses sub-modes active and passive;
15408 implemented by define-minor-mode.
15409 (highlight-changes-toggle-visibility): New function, to replace
15410 the old passive/active submodes of global-highlight-changes-mode;
15411 implemented by define-minor-mode.
15412 (global-highlight-changes-mode): Rename from global-highlight-changes;
15413 rewrite using define-globalized-minor-mode.
15414 (hilit-chg-major-mode-hook, hilit-chg-check-global)
15415 (hilit-chg-post-command-hook, hilit-chg-check-global)
15416 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15417 to use of define-globalized-minor-mode.
15418 (highlight-changes-global-initial-state): Change to be boolean.
15419 (highlight-changes-visible-string, highlight-changes-invisible-string):
15420 Rename from highlight-changes-active-string and
15421 highlight-changes-passive-string.
15422 (hilit-chg-update, hilit-chg-set): Use them.
15423 (global-highlight-changes-mode): Rename from global-highlight-changes.
15424 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15425 docstring.
15426 (hilit-chg-hide-changes): Rewrite to use dolist.
15427 (hilit-chg-set-face-on-change, hilit-chg-update)
15428 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15429 variable instead of testing highlight-changes-mode.
15430 (highlight-markup-buffers): Add require ediff-util; argument on calls
15431 to highlight-changes-mode changed.
15432 (highlight-compare-with-file): Fix problems with interactive
15433 call giving invalid default file.
15434
15435 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
15436
15437 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15438 Fix in disassembly buffer (regression in 22.2).
15439
15440 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
15441
15442 * emulation/viper-macs.el (viper-read-fast-keysequence):
15443 Use viper-read-event instead of viper-read-key.
15444
15445 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15446
15447 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15448 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15449 let-statements.
15450
15451 * emulation/viper-ex.el, emulation/viper-macs.el:
15452 * emulation/viper-mous.el:
15453 Replace load with require in eval-when-compile.
15454
15455 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15458
15459 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15460 (archive-try-jka-compr): New function.
15461 (archive-set-buffer-as-visiting-file): Use it.
15462
15463 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15464
15465 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15466
15467 * simple.el (handle-shift-selection): New arg.
15468
15469 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15472
15473 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15474
15475 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
15476
15477 * shell.el (shell-dynamic-complete-filename): New fun.
15478 (shell-dynamic-complete-functions): Use it.
15479
15480 * help-fns.el (describe-variable): Undo 2008-02-25 change.
15481
15482 2008-04-03 Kenichi Handa <handa@m17n.org>
15483
15484 * international/fontset.el (create-fontset-from-x-resource):
15485 Handle the error of X resource more gracefully.
15486
15487 * international/latin1-disp.el (latin1-display): Don't use make-char.
15488 Fix the argument to set-char-table-range.
15489 (latin1-display-identities): Don't use make-char.
15490 (latin1-display-reset): Use map-charset-chars instead of directly
15491 calling standard-display-default.
15492 (latin1-display-check-font): Don't use make-char.
15493 (latin1-display-setup): Likewise.
15494 (latin1-display-ucs-per-lynx): Likewise.
15495
15496 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15497
15498 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15499 name the fields, to make the code clearer.
15500 Rewrite all `aset' and `aref' using the defined accessors.
15501 (timer--time): New pseudo-field.
15502 (timer-set-time, timer-set-idle-time, timer-inc-time)
15503 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15504 (timer--time-less-p): New function.
15505 (timer--activate): New function, extracted from timer-activate.
15506 (timer-activate-when-idle, timer-activate): Use it.
15507 (cancel-function-timers): Use dolist.
15508
15509 2008-04-03 Glenn Morris <rgm@gnu.org>
15510
15511 * add-log.el (c-beginning-of-defun, c-end-of-defun):
15512 Remove declarations; no longer used.
15513 (c-cpp-define-name, c-defun-name): Declare as functions.
15514
15515 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15516 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15517
15518 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15519 (holiday-passover-etc, holiday-hanukkah): Doc fix.
15520 Add optional argument. Simplify.
15521 (holiday-tisha-b-av-etc): Use memq rather than unless.
15522 (holiday-julian): Autoload it.
15523 (holiday-hebrew-misc): New function.
15524
15525 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15526
15527 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15528 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15529 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15530 all-hebrew-calendar-holidays.
15531 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15532 Simplify using new functions.
15533 (calendar-holidays): Doc fix.
15534 (generate-calendar-window): Use bound-and-true-p.
15535
15536 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15537
15538 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15539 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
15540 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
15541 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15542
15543 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15544
15545 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15548
15549 * vc-bzr.el (vc-bzr-checkout): Simplify.
15550
15551 * image-mode.el (image-mode-fit-frame): New command.
15552
15553 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15554 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15555 (keyboard-escape-quit): Check region-active-p i.s.o
15556 transient-mark-mode.
15557
15558 2008-04-02 Simon Josefsson <simon@josefsson.org>
15559
15560 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15561 (imap-message-copyuid-1): Use it.
15562 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
15563 J. Williams in
15564 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15565
15566 2008-04-02 Alan Mackenzie <acm@muc.de>
15567
15568 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15569 New optimised functions to get the name of the current defun/macro.
15570
15571 * add-log.el (add-log-current-defun): Move the functionality which
15572 gets the current function name for C like modes to cc-cmds.el,
15573 thus optimising for speed.
15574
15575 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
15576
15577 * simple.el (deactivate-mark): When the mark is temporarily
15578 active, restore the original value of transient-mark-mode.
15579 (set-mark-command): First deactivate the mark if was temporarily active.
15580 (exchange-point-and-mark): Reactivate the mark if it was
15581 temporarily active.
15582 (handle-shift-selection): New fun.
15583 (transient-mark-mode): Move var documentation here from buffer.c.
15584 (next-line, previous-line, backward-word, move-end-of-line)
15585 (move-beginning-of-line, forward-to-indentation)
15586 (backward-to-indentation, back-to-indentation)
15587 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15588
15589 * mouse.el (mouse-set-region-1): Save the old value of
15590 transient-mark-mode.
15591 (mouse-drag-track): Ignore the now-obsolete value `identity' for
15592 transient-mark-mode.
15593
15594 * textmodes/paragraphs.el (forward-paragraph)
15595 (backward-paragraph, forward-sentence, backward-sentence): Add ^
15596 interactive spec.
15597
15598 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15599
15600 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
15601
15602 * net/tramp.el (tramp-make-tramp-temp-file):
15603 Use `tramp-drop-volume-letter' for the local file name part.
15604
15605 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15606
15607 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
15608 Add menu entries corresponding to all the key bindings.
15609
15610 * emacs-lisp/debug.el (debugger-mode-map):
15611 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15612 (conf-align-assignments): Only work on the region if it is active.
15613 (conf-quote-normal): Use when instead of if. Remove redundant test.
15614
15615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15616 for tracing and re-builder.
15617
15618 2008-04-02 Glenn Morris <rgm@gnu.org>
15619
15620 * calendar/appt.el (appt-disp-window-function): Doc fix.
15621 (appt-display-message): Move beep before display.
15622 (appt-check): Make interactive. Reduce the number of lets.
15623 Use string-equal to compare mode-line strings.
15624 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
15625 read-only.
15626 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15627 (appt-delete): Simplify.
15628
15629 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15630
15631 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15632
15633 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15634 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15635 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15636
15637 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15638 (calendar-holiday-marker, mark-visible-calendar-date):
15639 * calendar/diary-lib.el (fancy-diary-display):
15640 Check for font-lock-mode before using faces.
15641
15642 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15643 (calendar-gregorian-from-absolute): Reduce the number of lets.
15644 (hebrew-holidays-4, generate-calendar-window): Simplify.
15645 (calendar-for-loop): Make obsolete.
15646 (calendar-nth-named-day): Doc fix.
15647
15648 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15649 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15650 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15651 Reduce the number of lets.
15652 (mark-sexp-diary-entries, calendar-mark-complex):
15653 Expand calendar-for-loops.
15654
15655 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
15656
15657 * find-dired.el (find-dired-filter): Fix last patch to handle
15658 multi-line process input. Pad link numbers too.
15659
15660 2008-04-01 Jari Aalto <jari.aalto@cante.net>
15661
15662 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15663
15664 2008-04-01 Jason Rumney <jasonr@gnu.org>
15665
15666 * international/characters.el (script-list): Add phonetic script,
15667 covering IPA (previously Latin), Phonetic Extensions and
15668 Phonetic Extensions Supplement (both previously unassigned).
15669
15670 * international/fontset.el (setup-default-fontset): Use unicode fonts
15671 that cover bopomofo script for bopomofo.
15672 Likewise for braille and mathematical.
15673 Use unicode scripts that cover the phonetic script for IPA.
15674
15675 2008-04-01 Johan Bockgård <bojohan@gnu.org>
15676
15677 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15678 return the assigned value.
15679
15680 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * abbrev.el (abbrev-mode): Use define-minor-mode.
15683
15684 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
15685 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15686 Use map-keymap.
15687 (minor-mode-menu-from-indicator): Use it. Simplify.
15688
15689 * bindings.el (mode-line-mode-menu): Move before (new) first use.
15690 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15691 Bind the key directly to the menu.
15692 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15693
15694 2008-04-01 Daiki Ueno <ueno@unixuser.org>
15695
15696 * epa.el (epa-decrypt-region): Explain the reason why this
15697 function should not be used in Lisp programs.
15698 (epa-decrypt-armor-in-region): Ditto.
15699 (epa-verify-region): Ditto.
15700 (epa-verify-cleartext-in-region): Ditto.
15701 (epa-sign-region): Ditto.
15702 (epa-encrypt-region): Ditto.
15703
15704 * epg.el (epg-start-receive-keys): Fix typo in docstring.
15705
15706 * epa.el (epa-select-keys): Show menu even if there is no key in
15707 GnuPG's keyring.
15708
15709 2008-04-01 Glenn Morris <rgm@gnu.org>
15710
15711 * calendar/calendar.el (calendar-make-temp-face): New function.
15712 (mark-visible-calendar-date):
15713 * calendar/diary-lib.el (fancy-diary-display): Use it.
15714
15715 * vc-hooks.el (vc-responsible-backend): Declare as function.
15716
15717 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15718 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15719 * calendar/cal-julian.el (holiday-julian): Use it.
15720
15721 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15722 (calendar-hebrew-date-is-visible-p): Extract some common code into
15723 separate function.
15724 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15725
15726 * calendar/cal-menu.el (cal-menu-holidays-menu):
15727 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15728 rather than obsolete alias.
15729
15730 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15731 for mark characters.
15732 (calendar-unmark): Unmark by removing all overlays, rather than
15733 redrawing.
15734 (calendar-starred-day): Remove.
15735 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
15736 (calendar-cursor-to-date): No need for special star handling now
15737 using overlays.
15738 (calendar-star-date): Use overlays.
15739
15740 * calendar/cal-french.el (calendar-goto-french-date):
15741 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15742 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15743 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15744 * calendar/cal-persia.el (calendar-persian-date-string):
15745 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15746 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15747 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15748 * calendar/solar.el (solar-equinoxes-solstices):
15749 Reduce nesting of some lets.
15750
15751 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15752 (calendar-goto-mayan-long-count-date): Simplify.
15753
15754 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15755 Simplify by using mapcar.
15756 (calendar-list-holidays): Return holiday-list.
15757 (list-holidays): Use let rather than let*. Remove un-needed locals
15758 `d', `never'.
15759 (calendar-check-holidays): Return result from dolist.
15760 (holiday-float): Use a single let*. Simplify if-and to and.
15761 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15762 single let*.
15763
15764 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
15765
15766 * calc/calc.el: Autoload `calc-yank'.
15767 (calc-mode-map): Add keybindings for `calc-yank'.
15768 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15769 assignments for `calc-yank'.
15770
15771 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
15772
15773 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15774 (vc-status-mark-buffer-changed): Handle the extra field.
15775
15776 * vc-bzr.el (vc-bzr-after-dir-status):
15777 * vc-cvs.el (vc-cvs-after-dir-status):
15778 * vc-hg.el (vc-hg-after-dir-status):
15779 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15780
15781 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * doc-view.el: Compute displayed pages first (in PDF).
15784 (doc-view-current-converter-processes): Rename from
15785 doc-view-current-converter-process. Update users.
15786 (doc-view-sentinel): Test buffer's liveness.
15787 (doc-view-pdf/ps->png-sentinel): Remove.
15788 (doc-view-start-process): New function.
15789 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15790 (doc-view-ps->pdf): Use it.
15791 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15792 New functions.
15793 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15794 (doc-view-mode): Kill the processes when leaving the mode.
15795
15796 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15799 Use `byte-compile-warning-types'. Add docstring.
15800
15801 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15802
15803 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15804 (smerge-resolve): Add various resolution heuristics.
15805
15806 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15807 in 3-way conflicts.
15808
15809 2008-03-31 Glenn Morris <rgm@gnu.org>
15810
15811 * calendar/cal-bahai.el (diary-bahai-mark-entries):
15812 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15813 * calendar/cal-islam.el (mark-islamic-diary-entries):
15814 Fix argument order in call to diary-mark-entries-1.
15815
15816 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15817 pre-Bahai dates.
15818 (holiday-bahai): Use an algorithm actually relevant to this calendar
15819 system.
15820
15821 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15822
15823 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15824 Use and.
15825
15826 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15827 in the last fortnight in Julian October.
15828
15829 * calendar/calendar.el (increment-calendar-month): Optionally handle
15830 systems without 12 months per year.
15831 (calendar-date-is-visible-p): Doc fix. Simplify.
15832
15833 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15834 from dolist.
15835
15836 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
15837
15838 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15839 (hi-lock-unload-function): New function.
15840
15841 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15842
15843 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15844 overwriting when NEWNAME is a local file.
15845
15846 * net/trampver.el: Update release number.
15847
15848 2008-03-30 Alexandre Julliard <julliard@winehq.org>
15849
15850 * vc-git.el: Make vc-status display information about copies,
15851 renames and permission changes.
15852 (vc-git-extra-fileinfo): New defstruct.
15853 (vc-git-escape-file-name, vc-git-file-type-as-string)
15854 (vc-git-rename-as-string, vc-git-permissions-as-string)
15855 (vc-git-status-printer): New functions.
15856 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15857 (vc-git-after-dir-status-stage1): Look for copies, renames and
15858 permission changes.
15859 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15860 (vc-git-dir-status): Ask for staged files and renames.
15861
15862 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
15863
15864 * vc.el: Allow backends to display backend specific information in
15865 the vc-status listing.
15866 (vc-status-fileinfo): Add a field for backend specific information.
15867 (vc-status-printer): Rename to ...
15868 (vc-default-status-printer): ... this.
15869 (vc-status-printer): New function.
15870 (vc-update-vc-status-buffer): Set the backend specific file info
15871 if provided.
15872
15873 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * textmodes/remember.el (remember-diary-convert-entry): Revert last
15876 change (ill-conceived).
15877
15878 2008-03-29 Glenn Morris <rgm@gnu.org>
15879
15880 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15881 * calendar/cal-julian.el (holiday-julian): Simplify.
15882
15883 * calendar/holidays.el (list-holidays): Use or.
15884
15885 2008-03-29 Juri Linkov <juri@jurta.org>
15886
15887 * window.el (split-window-preferred-horizontally): New function.
15888
15889 * cus-start.el (split-window-preferred-function):
15890 Set choice for "vertically" to nil instead of split-window.
15891 Set choice for "horizontally" to split-window-preferred-horizontally
15892 instead of lambda.
15893
15894 2008-03-29 Juri Linkov <juri@jurta.org>
15895
15896 * simple.el (minibuffer-default-add-function): New variable with
15897 the default to minibuffer-default-add-completions.
15898 (minibuffer-default-add-done): New variable. Make it buffer-local.
15899 (minibuffer-default-add-completions): New function.
15900 (goto-history-element): Set minibuffer-default-add-done to t and
15901 call a function in minibuffer-default-add-function when the
15902 specified absolute history position is greater than the length of
15903 the minibuffer-default list and minibuffer-default-add-done is nil.
15904 Change "^End of history; no next item$" to "^End of defaults;
15905 no next item$".
15906
15907 * bindings.el (debug-ignored-errors): Change "^End of history;
15908 no next item$" to "^End of defaults; no next item$".
15909
15910 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15913
15914 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15915 to with-no-warnings.
15916
15917 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
15918
15919 Sync with Tramp 2.1.13.
15920
15921 * net/tramp-ftp.el: Require 'cl when byte-compiling.
15922
15923 * net/trampver.el: Update release number.
15924
15925 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15926
15927 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15928 the current backend.
15929
15930 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15931 (vc-status-refresh): Create a temporary buffer and call the
15932 `dir-status' backend function from that buffer.
15933
15934 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15935 (vc-bzr-after-dir-status): Don't kill the buffer.
15936
15937 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15938 (vc-cvs-after-dir-status): Don't kill the buffer.
15939
15940 * vc-git.el (vc-git-dir-status): Don't create a buffer.
15941 (vc-git-after-dir-status-stage2): Don't kill the buffer.
15942
15943 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15944 (vc-hg-after-dir-status): Don't kill the buffer.
15945
15946 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15947 (vc-svn-after-dir-status): Don't kill the buffer.
15948
15949 2008-03-29 Glenn Morris <rgm@gnu.org>
15950
15951 * calendar/calendar.el (diary-file, american-date-diary-pattern)
15952 (european-date-diary-pattern, european-calendar-display-form)
15953 (american-calendar-display-form, diary-display-hook): Doc fixes.
15954 (european-calendar-style): Doc fix. Use calendar-set-date-style for
15955 custom :set. Mark as obsolete.
15956 (calendar-date-style, iso-date-diary-pattern)
15957 (iso-calendar-display-form): New user variables.
15958 (diary-date-forms, calendar-date-display-form): Set using
15959 calendar-date-style. Doc fix.
15960 (calendar-set-date-style): New command.
15961 (european-calendar, american-calendar): Use calendar-set-date-style.
15962 Mark as obsolete.
15963
15964 * calendar/diary-lib.el (number): Move declaration where needed.
15965 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15966 (diary-make-date): New function.
15967 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15968 Use diary-make-date.
15969 (diary-date-display-form, diary-insert-entry-1): New functions.
15970 (insert-monthly-diary-entry, insert-yearly-diary-entry):
15971 Use diary-insert-entry-1.
15972 (insert-anniversary-diary-entry, insert-block-diary-entry)
15973 (insert-cyclic-diary-entry): Use diary-date-display-form.
15974
15975 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15976 Autoload diary-insert-entry-1.
15977 * calendar/cal-bahai.el (diary-bahai-insert-entry)
15978 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15979 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15980 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15981 * calendar/cal-islam.el (insert-islamic-diary-entry)
15982 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15983 Use diary-insert-entry-1.
15984
15985 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15986 (diary-yahrzeit): Doc fix. Use diary-make-date.
15987
15988 * calendar/icalendar.el (icalendar--datetime-to-american-date):
15989 New name for icalendar--datetime-to-noneuropean-date. Make old name
15990 obsolete alias.
15991 (icalendar--datetime-to-iso-date): New function.
15992 (icalendar--datetime-to-diary-date): Doc fix. Respect
15993 calendar-date-style if bound.
15994
15995 * textmodes/remember.el (remember-diary-convert-entry):
15996 Respect calendar-date-style if bound.
15997
15998 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
16001 (xterm-mouse-handle-delete-frame): Delete.
16002
16003 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
16004 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
16005 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
16006 in xterm-modify-other-keys-terminal-list.
16007
16008 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
16009 are conflicts.
16010
16011 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
16012
16013 * vc.el (vc-update): Check if the buffer is unsaved only if it
16014 actually exists.
16015 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
16016 vc-print-log.
16017
16018 2008-03-28 Magnus Henoch <mange@freemail.hu>
16019
16020 * net/dns.el (dns-write): Use set-buffer-multibyte.
16021
16022 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * vc-bzr.el (vc-bzr-sha1): New fun.
16025 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
16026 (vc-bzr-registered): Use it.
16027
16028 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
16029
16030 * vc.el (vc-status-kill-dir-status-process): Simplify.
16031 (vc-status-refresh): Make sure the buffer is live.
16032 (ring): Don't require it, not used.
16033
16034 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
16035
16036 * progmodes/verilog-mode.el (verilog-auto-inout-module):
16037 Add optional regular expression to AUTOINOUTMODULE.
16038 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16039 (verilog-auto-inst-param, verilog-auto-reg)
16040 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16041 (verilog-auto-output-every, verilog-auto-input)
16042 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16043 (verilog-auto-unused, verilog-auto): Update documentation to use
16044 more obvious instance module names versus cell names.
16045
16046 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
16047
16048 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
16049 kill if a process is running.
16050
16051 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
16052
16053 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
16054
16055 * vc.el: Add new backend function 'status-extra-headers.
16056 (vc-default-status-extra-headers): New function.
16057 (vc-status-headers): Call 'status-extra-headers. Add colors.
16058
16059 * vc-git.el (vc-git-status-extra-headers): New function.
16060
16061 2008-03-28 Glenn Morris <rgm@gnu.org>
16062
16063 * calendar/cal-menu.el (cal-menu-holidays-menu)
16064 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
16065 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
16066 holiday-list is optional.
16067 (calendar-mouse-holidays): Remove un-needed local `l'.
16068
16069 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
16070 Remove un-needed local `date'.
16071 (calendar-cursor-to-visible-date): Use let rather than let*.
16072 Remove un-needed local `first-of-month-weekday'.
16073
16074 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
16075
16076 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
16077 Doc fixes.
16078 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
16079 (diary-header-line-flag, diary-header-line-format): Declare.
16080 (diary-pull-attrs): Check for multiple matches.
16081 (diary-list-entries-2): Simplify finding start of date.
16082 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
16083 pop-up-frames.
16084 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
16085 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
16086
16087 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
16088
16089 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16090
16091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16092
16093 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16096
16097 * image-mode.el (image-mode-reapply-winprops): Fix last change.
16098
16099 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
16100
16101 * international/mule-conf.el (define-iso-single-byte-charset):
16102 Don't make latin-iso8859-* supplementary.
16103 (#'set-charset-priority): Don't change the priority of charsets
16104 `unicode' and `emacs'.
16105
16106 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16109 temp buffer.
16110
16111 2008-03-27 Glenn Morris <rgm@gnu.org>
16112
16113 * calendar/cal-bahai.el (diary-bahai-list-entries):
16114 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16115 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16116
16117 * calendar/calendar.el (diary-file): Doc fix.
16118
16119 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16120 (list-diary-entries-hook, mark-diary-entries-hook)
16121 (include-other-diary-files, diary-mail-entries)
16122 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16123 (diary-set-header): New function.
16124 (diary-header-line-flag, diary-header-line-format):
16125 Use diary-set-header for custom :set function.
16126 (diary-set-maybe-redraw): Use symbol-value rather than eval.
16127 (diary-attrtype-convert): Use intern-soft rather than read.
16128 (diary-display-no-entries): New function.
16129 (simple-diary-display, fancy-diary-display): Use it.
16130 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
16131 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16132
16133 * calendar/holidays.el (list-holidays): Doc fix.
16134
16135 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
16136
16137 * calc/calc-store.el (calc-read-var-name-history): New variable.
16138 (calc-read-var-name): Use `calc-read-var-name-history'.
16139
16140 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * image-mode.el (image-mode-reapply-winprops): Simplify now that
16143 window-configuration-change-hook works buffer-locally.
16144
16145 2008-03-26 Johan Bockgård <bojohan@gnu.org>
16146
16147 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16148 for Emacs Lisp, not Lisp.
16149
16150 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
16151
16152 * help-fns.el (describe-function-1, describe-variable):
16153 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16154
16155 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16156 replacement is provided, don't print "use nil instead".
16157
16158 2008-03-26 Johan Bockgård <bojohan@gnu.org>
16159
16160 * complete.el (PC-do-completion): Use regexp-quote.
16161
16162 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
16163
16164 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16165 Detect missing files.
16166
16167 * vc-git.el (vc-git-extra-menu-map): New key map.
16168 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16169 New functions.
16170
16171 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16172 and 'missing files.
16173
16174 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16175
16176 * calendar/holidays.el (list-holidays): Make Y2 optional.
16177
16178 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16179 buffers shown to the user.
16180 (appt-disp-window): Disable undo explicitly now that the leading space
16181 is gone.
16182
16183 * simple.el (activate-mark): New function.
16184 (set-mark-command): Use it with region-active-p to clean up the code.
16185 (exchange-point-and-mark): Invert the meaning of C-u when
16186 transient-mark-mode is active.
16187
16188 * dired-aux.el (dired-create-files): Use dolist.
16189
16190 * bindings.el (mode-line-change-eol): Use with-selected-window.
16191
16192 * apropos.el (apropos-command): Include macros.
16193
16194 2008-03-26 Glenn Morris <rgm@gnu.org>
16195
16196 * calendar/cal-bahai.el: Require calendar, not cal-julian.
16197 (calendar-bahai-epoch): Doc fix.
16198
16199 * calendar/cal-china.el: Explicitly require calendar.
16200
16201 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16202 Require calendar rather than cal-julian.
16203 Autoload calendar-absolute-from-julian.
16204 * calendar/cal-coptic.el (coptic-calendar-epoch):
16205 * calendar/cal-islam.el (calendar-islamic-epoch):
16206 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16207
16208 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16209
16210 * calendar/cal-dst.el: Don't require cal-persia.
16211 (calendar-absolute-from-persian): Autoload it.
16212 (dst-adjust-time): Doc fix.
16213
16214 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16215 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16216 calendar.
16217
16218 * calendar/cal-menu.el: Require calendar rather than declaring
16219 functions.
16220 * calendar/calendar.el: Provide calendar before requiring cal-menu.
16221
16222 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16223 calendar-after-frame-setup-hooks. Update callers, make old name an
16224 obsolete alias. Doc fix.
16225 (calendar-frame-1): Doc fix.
16226
16227 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16228
16229 * calendar/calendar.el (oriental-holidays, solar-holidays):
16230 * calendar/holidays.el (list-holidays): Assume atan always bound.
16231
16232 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16233 Explicitly require calendar, not cal-julian.
16234 * calendar/lunar.el: Explicitly require cal-dst.
16235
16236 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16239
16240 * help-fns.el (describe-function-1, describe-variable): If no
16241 replacement is provided, don't print "use nil instead".
16242
16243 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16244
16245 * proced.el: New file.
16246
16247 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
16248
16249 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16250
16251 2008-03-25 Juri Linkov <juri@jurta.org>
16252
16253 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16254 in battery-mode-line-format.
16255
16256 * bindings.el (minibuffer-local-map): For the command
16257 file-cache-minibuffer-complete replace keymap minibuffer-local-map
16258 with map which is already locally bound to minibuffer-local-map.
16259
16260 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16263 Remove `sort-first' argument.
16264
16265 * subr.el (redisplay-end-trigger-functions)
16266 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16267 (process-filter-multibyte-p, set-process-filter-multibyte):
16268 Mark as obsolete.
16269
16270 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
16271
16272 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16273 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16274 use the LOCAL arg of `add-hook'.
16275 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16276 Remove spurious * from defcustom docstrings.
16277 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16278 Fix typos in messages.
16279 (reb-mode-buffer-p): New function.
16280 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
16281 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16282 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16283 Use `unless', `when'.
16284 (re-builder-unload-function): New function.
16285
16286 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
16287
16288 * vc-hooks.el (vc-state): Add documentation for 'missing.
16289
16290 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
16291
16292 * progmodes/verilog-mode.el (verilog-auto-output)
16293 (verilog-auto-input, verilog-auto-inout, verilog-auto)
16294 (verilog-delete-auto): Add optional regular expression to
16295 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16296 (verilog-signals-matching-regexp): New internal function for
16297 signal matching.
16298
16299 2008-03-25 Johan Bockgård <bojohan@gnu.org>
16300
16301 * info.el (Info-isearch-search): Always return point.
16302
16303 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * diff-mode.el (diff-remembered-defdir): New var.
16306 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16307
16308 2008-03-25 Glenn Morris <rgm@gnu.org>
16309
16310 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16311 calendar-bahai-prompt-for-date. Update callers, make old name an
16312 obsolete alias. Doc fix.
16313 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16314 coptic-prompt-for-date. Update callers, make old name an
16315 obsolete alias. Doc fix.
16316 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16317 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
16318 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16319 calendar-islamic-prompt-for-date. Update callers. Doc fix.
16320 * calendar/cal-iso.el (calendar-iso-read-date): New name for
16321 calendar-iso-read-args. Update callers, make old name an obsolete
16322 alias.
16323 * calendar/cal-persia.el (calendar-persian-read-date): New name for
16324 persian-prompt-for-date. Update callers, make old name an
16325 obsolete alias. Doc fix. Move definition before use.
16326
16327 * calendar/cal-x.el (diary-frame-parameters)
16328 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16329 (calendar-frame-1): Doc fixes.
16330 (make-fancy-diary-buffer): Remove declaration.
16331 (calendar-dedicate-diary): Replace call to deleted function
16332 make-fancy-diary-buffer.
16333 (calendar-frame-setup): New function.
16334 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16335 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16336 work, and mark as obsolete.
16337 (special-display-buffer-names): Don't mess with this; it's not our
16338 business.
16339 (cal-x-load-hook): Defvar it, and mark as obsolete.
16340
16341 * calendar/calendar.el (calendar-remove-frame-by-deleting):
16342 Default to t. Add to 'calendar group.
16343 (calendar): Doc fix. Use calendar-frame-setup.
16344 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
16345 (generate-calendar-window): Doc fix.
16346
16347 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16350
16351 2008-03-24 Drew Adams <drew.adams@oracle.com>
16352
16353 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16354 New variables.
16355 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
16356 (finder-exit): Ignore errors rather than avoiding them.
16357 Kill *Finder-package* buffer also.
16358
16359 2008-03-24 Andreas Schwab <schwab@suse.de>
16360
16361 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16362
16363 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
16364
16365 * vc-hg.el (vc-hg-after-dir-status):
16366 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16367
16368 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16369 Detect removed files.
16370
16371 * vc.el (vc-status-printer): Use a different face for missing files.
16372 (vc-status-hide-up-to-date): Rename from
16373 vc-status-remove-up-to-date. Update all callers.
16374 (vc-status-mode-map): Bind C-m.
16375
16376 2008-03-24 Alexandre Julliard <julliard@winehq.org>
16377
16378 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16379 code ...
16380 (vc-git--state-code): ... to this new function.
16381 (vc-git-state): Use it.
16382
16383 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
16384
16385 * textmodes/remember.el (remember-mail-date)
16386 (remember-store-in-mailbox): Write date and From line in such a
16387 way that Mutt can read it.
16388
16389 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
16390
16391 * simple.el (transient-mark-mode): Turn on by default.
16392
16393 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16396 'unregistered for unregistered files.
16397
16398 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16399
16400 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16401
16402 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16403 subdirectories.
16404
16405 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16406 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16407 Add :enable for vc-status-refresh.
16408 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16409 (vc-status-tool-bar-map): Add binding for
16410 vc-status-kill-dir-status-process.
16411 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16412 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16413 Reset vc-status-process-buffer.
16414 (vc-status-refresh): Don't run two refreshes at a time.
16415 (vc-status): If the buffer is already in vc-status-mode only refresh.
16416 (vc-status-mark-buffer-changed): Add an optional file parameter.
16417 (vc-resynch-buffer): Use it.
16418 (vc-delete-file): Expand the file name before using it.
16419 Be careful to not create a new buffer with the old file contents.
16420 Update the VC state after performing the operation.
16421
16422 2008-03-23 Andreas Schwab <schwab@suse.de>
16423
16424 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16425 Fix radio button condition.
16426 [box]: Likewise.
16427 [customize]: Add radio button.
16428
16429 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
16430
16431 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16432 (calc-user-parse-tables, calc-gnuplot-default-device)
16433 (calc-gnuplot-default-output, calc-gnuplot-print-device)
16434 (calc-gnuplot-print-output, calc-gnuplot-geometry)
16435 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16436 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16437 (calc-undo-list, calc-redo-list, calc-main-buffer)
16438 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16439 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16440 (calc-said-hello, calc-executing-macro, calc-any-selections)
16441 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16442 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16443 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16444 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16445 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16446 (calc-create-buffer, calc-quit): Add docstrings.
16447
16448 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
16449
16450 * makefile.w32-in (WINS_ALMOST): Add org.
16451
16452 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
16453
16454 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16455 New functions to implement vc-status support.
16456
16457 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
16458
16459 * vc.el (vc-status-prepare-status-buffer): New function.
16460 (vc-status): Use it.
16461
16462 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16463 appropriate.
16464
16465 2008-03-22 Alexandre Julliard <julliard@winehq.org>
16466
16467 * vc-git.el (vc-git--empty-db-p)
16468 (vc-git-after-dir-status-stage1-empty-db): New functions.
16469 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16470 Add support for empty repositories.
16471
16472 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
16473
16474 * vc-git.el (vc-git-annotate-extract-revision-at-line):
16475 Allow "^" in a version name.
16476
16477 * vc-mtn.el (vc-mtn-state): Support the added state.
16478
16479 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
16480
16481 * org: New directory for Org-mode.
16482
16483 * org/org-export-latex.el: Moved from lisp/textmodes.
16484
16485 * org/org-irc.el: Moved from lisp/textmodes.
16486
16487 * org/org-mac-message.el: Moved from lisp/textmodes.
16488
16489 * org/org-mouse.el: Moved from lisp/textmodes.
16490
16491 * org/org-publish.el: Moved from lisp/textmodes.
16492
16493 2008-03-21 Juri Linkov <juri@jurta.org>
16494
16495 * comint.el (comint-dynamic-simple-complete):
16496 Use variable `stub' for the second arg `common-substring'
16497 of `comint-dynamic-list-completions'.
16498 (comint-dynamic-list-filename-completions):
16499 Use variable `filenondir' for the second arg `common-substring'
16500 of `comint-dynamic-list-completions'.
16501 (comint-dynamic-list-completions): Add new optional arg
16502 `common-substring'. Add `common-substring' as the second arg of
16503 the call to `display-completion-list'. Doc fix.
16504
16505 * comint.el (comint-dynamic-complete-as-filename)
16506 (comint-dynamic-list-filename-completions)
16507 (comint-dynamic-simple-complete): Use `minibuffer-message'
16508 to display message "No completions of %s" when a command
16509 is called in the minibuffer.
16510 (comint-dynamic-simple-complete): Don't display other
16511 completion messages when a command is called in the minibuffer.
16512 (comint-dynamic-list-completions): Use `minibuffer-message'
16513 to display message " [Type space to flush ...]" when a command
16514 is called in the minibuffer.
16515
16516 * shell.el (shell-dynamic-complete-command)
16517 (shell-dynamic-complete-environment-variable): Don't display
16518 completion messages when command is called in the minibuffer.
16519
16520 * emacs-lisp/lisp.el (lisp-complete-symbol):
16521 Use `minibuffer-message' to display message "No completions of %s"
16522 when this command is called in the minibuffer.
16523
16524 * bindings.el (standard-mode-line-modes): Put special help-echo
16525 tooltip on recursive edit %[ %] mode-line constructs.
16526
16527 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16528 "^No dynamic expansion for .* found$" to allow error messages like
16529 "No dynamic expansion for \"%s\" found in this-buffer".
16530
16531 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
16532
16533 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16534 "psftp".
16535
16536 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16537
16538 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16539 * vc.el (vc-default-dired-state-info): Use just "modified".
16540 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16541 (vc-cvs-mode-line-string): Make use of the better default.
16542 (vc-cvs-parse-entry): Use the new `added'.
16543 (vc-cvs-dired-state-info): Remove.
16544 * vc-svn.el (vc-svn-dired-state-info): Remove.
16545 * vc-hg.el (vc-hg-dired-state-info): Remove.
16546 * vc-git.el (vc-git-dired-state-info): Remove.
16547
16548 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16549
16550 * vc-git.el (vc-git-status-result): New variable.
16551 (vc-git-dir-status): Split out ...
16552 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16553 ... these new functions and work asynchronously.
16554
16555 2008-03-21 Alexandre Julliard <julliard@winehq.org>
16556
16557 * vc-git.el (vc-git-after-dir-status): Remove.
16558 (vc-git-dired-state-info): Reimplement.
16559
16560 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16561
16562 * replace.el (occur-mode-map): Add :help.
16563
16564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16565 for disassemble.
16566
16567 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16568 the 'added state.
16569 (vc-status-remove-up-to-date): New function.
16570 (vc-status-mode-map, vc-status-menu-map): Bind it.
16571 (vc-status-printer): Use a different face up-to-date files.
16572 (vc-resynch-buffer): Update the vc-status buffer if it exists.
16573 (Todo): Remove solved entries.
16574
16575 * vc-hg.el (vc-hg-state):
16576 * vc-git.el (vc-git-state):
16577 * vc-cvs.el (vc-cvs-parse-status):
16578 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16579 state.
16580
16581 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * progmodes/compile.el (compile):
16584 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16585
16586 * simple.el (minibuffer-local-shell-command-map): New var.
16587 (minibuffer-complete-shell-command, read-shell-command): New funs.
16588 (shell-command, shell-command-on-region): Use them.
16589
16590 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16591
16592 * vc.el (vc-status-mark-buffer-changed): New function to implement
16593 updating of the *vc-status* buffer when a buffer is saved.
16594 (vc-status-mode): Use it for after-change-hook.
16595 (vc-add-to-vc-status-buffer): Rename to ...
16596 (vc-status-add-entry): ... this.
16597 (Todo): Add new entry.
16598
16599 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16602
16603 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16606 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16607 Remove spurious * from defcustom docstrings.
16608 (icomplete-compute-delay): Fix docstring and remove spurious *.
16609 (icomplete-delay-completions-threshold): Fix typo in docstring and
16610 remove spurious *.
16611 (icomplete-completions): While collecting the list of prospective
16612 candidates, don't overshoot `icomplete-prospects-length'.
16613
16614 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16615
16616 * textmodes/refbib.el:
16617 * textmodes/reftex.el:
16618 * textmodes/reftex-global.el:
16619 * textmodes/reftex-vars.el:
16620 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16621 compiler pacifying defvars.
16622 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16623 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16624 not needed.
16625
16626 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
16627
16628 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16629 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16630 (verilog-customize, verilog-font-customize)
16631 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16632 (verilog-mode): Update documentation strings to match tool tips.
16633 (verilog-auto-search-do, verilog-auto-re-search-do)
16634 (verilog-skip-forward-comment-or-string): Fix verilog-auto
16635 expansion when a .* appears inside a string.
16636 (verilog-re-search-forward, verilog-re-search-backward):
16637 Add comment to recall how this works.
16638 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16639
16640 2008-03-20 Glenn Morris <rgm@gnu.org>
16641
16642 * calendar/calendar.el (calendar-other-dates): New function.
16643 (calendar-print-other-dates): Use calendar-other-dates.
16644 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16645 the declarations it replaces.
16646 (calendar-mouse-print-dates): Use calendar-other-dates.
16647
16648 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16649 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16650 (calendar-absolute-from-bahai): Fix the leap-year case.
16651 (calendar-bahai-from-absolute): Re-use the Gregorian month.
16652 (calendar-bahai-date-string, calendar-bahai-print-date):
16653 Handle pre-Bahai dates.
16654
16655 * calendar/cal-china.el (chinese-calendar-celestial-stem)
16656 (chinese-calendar-terrestrial-branch): Make defcustoms.
16657
16658 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16659 (calendar-mouse-view-diary-entries): Use or.
16660 (calendar-mouse-chinese-date): Remove unused command.
16661 (cal-menu-load-hook): Mark as obsolete.
16662
16663 * calendar/solar.el (calendar-location-name, calendar-latitude)
16664 (calendar-longitude, solar-arctan, sunrise-sunset)
16665 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16666
16667 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16668
16669 * calc/calc.el: Remove outdated comments.
16670 (defcalcmodevar, calc-mode-var-list-restore-default-values)
16671 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16672 Add docstrings.
16673
16674 2008-03-19 Jason Rumney <jasonr@gnu.org>
16675
16676 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16677
16678 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
16679
16680 * net/tls.el (open-tls-stream): Reindent.
16681
16682 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
16683
16684 * net/tramp.el (tramp-let-maybe): Removed.
16685 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16686 It does not exist under XEmacs.
16687 (tramp-handle-file-truename, tramp-handle-expand-file-name)
16688 (tramp-completion-file-name-handler): Let-bind
16689 `directory-sep-char'.
16690
16691 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16692 `directory-sep-char'.
16693
16694 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * help-fns.el (describe-function-1): Don't signal "missing arglist"
16697 for autoloaded keymaps.
16698
16699 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16700 (electric-verilog-terminate-line, verilog-in-struct-region-p)
16701 (verilog-backward-ws&directives, verilog-forward-ws&directives)
16702 (verilog-in-comment-p, verilog-in-star-comment-p)
16703 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16704 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16705 (verilog-skip-forward-comment-or-string, verilog-in-paren)
16706 (verilog-skip-forward-comment-p): Use it.
16707
16708 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16709
16710 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16711 (org-remember-templates, org-time-stamp-rounding-minutes)
16712 (org-back-over-empty-lines, org-find-base-buffer-visiting)
16713 (org-columns-new): Fix typos in docstrings.
16714
16715 2008-03-19 Glenn Morris <rgm@gnu.org>
16716
16717 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16718 (tramp-handle-shell-command): Use condition-case rather than
16719 ignore-errors.
16720
16721 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
16722
16723 * diff-mode.el (diff-header): Make the color louder.
16724 (diff-refine-change): Tone the color down.
16725
16726 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * descr-text.el (describe-char): When `describe-char-unidata-list'
16729 is set to show all properties, list them in the right order.
16730
16731 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * international/mule.el (load-with-code-conversion): Avoid setting
16734 default-enable-multibyte-characters.
16735
16736 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
16737
16738 * vc.el (vc-annotate-background): Fix custom type.
16739
16740 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * descr-text.el (describe-char-unidata-list): Allow specifying
16743 just all properties.
16744 (describe-char): Handle that new value.
16745
16746 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16747
16748 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16749
16750 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16751 instead of file name extension to make docs with uncommon
16752 extensions work.
16753
16754 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16755
16756 * doc-view.el (require): Require cl at compile time because
16757 `assert' needs it.
16758
16759 2008-03-18 Glenn Morris <rgm@gnu.org>
16760
16761 * calendar/calendar.el (initial-calendar-window-hook)
16762 (today-visible-calendar-hook): Doc fixes.
16763
16764 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
16765
16766 * net/tramp.el (tramp-root-regexp): Simplify.
16767 (tramp-completion-file-name-regexp-separate): Don't insist on
16768 leading "[". This prevents method or user or host completion.
16769 (tramp-let-maybe): Autoload it.
16770 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
16771 is an alias for `identity'.
16772 (tramp-handle-write-region): Protect `last-coding-system-used'
16773 over the trailing statements.
16774 (tramp-completion-file-name-handler-post-function): Remove.
16775 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16776 instead of calling `tramp-drop-volume-letter'.
16777
16778 * net/tramp.el:
16779 * net/tramp-uu.el:
16780 * net/trampver.el: Move coding cookie at the end.
16781
16782 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16785 elements which may be something else than characters.
16786
16787 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
16788
16789 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16790 New functions to implement vc-status support.
16791
16792 * vc.el (vc-default-extra-status-menu)
16793 (vc-add-to-vc-status-buffer): New functions.
16794
16795 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16796 for eldoc and ielm.
16797
16798 2008-03-17 Glenn Morris <rgm@gnu.org>
16799
16800 * calendar/cal-x.el (diary-frame-parameters)
16801 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16802 Fix custom type; add options.
16803 (calendar-frame, diary-frame): Doc fixes.
16804 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16805 new functions.
16806 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16807 Use calendar-frame-1 and calendar-dedicate-diary.
16808 (calendar-one-frame-setup): Also handle only-one-frame case.
16809 (calendar-only-one-frame-setup): Doc fix. Just call
16810 calendar-one-frame-setup.
16811
16812 * calendar/diary-lib.el: Re-order some definitions before their use.
16813 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16814 (diary-list-entries): Doc fixes.
16815 (make-fancy-diary-display): Remove function.
16816
16817 * calendar/calendar.el (calendar-today-marker)
16818 (initial-calendar-window-hook, today-visible-calendar-hook)
16819 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16820 (calendar-star-date, calendar-mark-today): Doc fixes.
16821 (today-visible-calendar-hook): Add options.
16822 (calendar-in-read-only-buffer): New macro.
16823 (calendar-basic-setup): Adapt for change in calendar-read-date.
16824 Place holiday let inside if.
16825 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16826 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16827 (calendar-print-other-dates): Use one let rather than many.
16828
16829 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16830 (calendar-print-other-dates):
16831 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16832 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16833 * calendar/holidays.el (calendar-list-holidays, list-holidays)
16834 (calendar-cursor-holidays):
16835 * calendar/lunar.el (calendar-phases-of-moon): Use
16836 calendar-in-read-only-buffer to replace previous code and disable undo.
16837
16838 2008-03-16 Juri Linkov <juri@jurta.org>
16839
16840 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16841 and regexp-search-ring-yank-pointer for the HISTPOS argument of
16842 read-from-minibuffer to provide the correct initial minibuffer
16843 history position in isearch-edit-string when it is called from
16844 isearch-ring-adjust.
16845
16846 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16847 to check if the current buffer is the minibuffer, and in this case
16848 call abort-recursive-edit to kill the minibuffer. Doc fix.
16849 (kill-this-buffer-enabled-p): Allow this function to return non-nil
16850 when the current buffer is the minibuffer.
16851
16852 * simple.el (goto-line): Leave mark at previous position. Doc fix.
16853
16854 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
16855
16856 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16857 Use non-nil PARENTS attribute of make-directory instead of
16858 explicitly checking existence the current cache directory.
16859
16860 2008-03-16 Daiki Ueno <ueno@unixuser.org>
16861
16862 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16863 M-x epa-file-select-keys.
16864
16865 2008-03-16 Kenichi Handa <handa@m17n.org>
16866
16867 * international/mule.el (auto-coding-alist):
16868 Use no-conversion-multibyte for archive files.
16869
16870 2008-03-16 Glenn Morris <rgm@gnu.org>
16871
16872 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16873 New functions.
16874 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16875 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16876 Use calendar-mark-1.
16877 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16878 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16879 Use calendar-mark-complex.
16880 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16881 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16882 Use calendar-mark-1.
16883
16884 * calendar/calendar.el (calendar-mod): Remove.
16885 * calendar/cal-china.el (calendar-chinese-from-absolute)
16886 (calendar-chinese-date-string): Expand calendar-mod calls.
16887 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16888 Expand calendar-mod calls.
16889
16890 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16891 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16892 (diary-bahai-insert-yearly-entry): Use let rather than let*.
16893 Move obsolete aliases after the functions that replaced them.
16894
16895 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16896 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16897 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16898 Use let rather than let*.
16899 (calendar-hebrew-prompt-for-date): New function.
16900 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16901 (holiday-tisha-b-av-etc): Use unless, let.
16902
16903 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16904 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16905
16906 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16907
16908 * calendar/calendar.el (calendar-for-loop): Add indent spec.
16909
16910 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16911 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16912 than concat.
16913 (diary): Remove un-needed let.
16914 (view-other-diary-entries): Rename argument.
16915 (diary-list-entries-2): New function.
16916 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16917 (print-diary-entries): Use unless.
16918 (diary-mark-entries-1): Change argument order, make all but
16919 markfunc optional. Handle the standard (Gregorian) case.
16920 Use match-string-no-properties. Handle marks.
16921 (mark-diary-entries): Use diary-mark-entries-1.
16922 (diary-font-lock-keywords-1): New macro.
16923 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16924
16925 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
16926
16927 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16928 (icalendar-export-hidden-diary-entries): New variable.
16929 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16930 In case of error, insert full error-val.
16931 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
16932 Use calendar-day-of-week. Return the day number.
16933 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16934
16935 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
16936
16937 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16938 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16939 (icalendar-export-region): Ignore hidden diary entries.
16940 (icalendar--convert-ordinary-to-ical): Fix case where event
16941 spans across midnight boundary.
16942 (icalendar-first-weekday-of-year): New function.
16943 (icalendar--convert-weekly-to-ical): Allow user-selectable start
16944 year for recurring events (Mozilla calendars do not propagate
16945 recurring events forever, so year 2000 start date was not working).
16946 (icalendar--convert-yearly-to-ical): Remove extra spaces in
16947 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16948
16949 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
16950
16951 * net/tramp.el (tramp-root-regexp): New defconst.
16952 (tramp-completion-file-name-regexp-unified)
16953 (tramp-completion-file-name-regexp-separate)
16954 (tramp-completion-file-name-regexp-url): Use it.
16955 (tramp-do-copy-or-rename-file-via-buffer):
16956 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
16957 t for `insert-file-contents-literally'.
16958 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16959 Autoload it.
16960 (tramp-completion-file-name-handler-post-function): New defconst.
16961 (tramp-completion-file-name-handler): Use it.
16962 (tramp-maybe-open-connection): Update calls to
16963 `tramp-flush-connection-property' for removed 2nd argument.
16964
16965 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16968 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16969 New functions.
16970
16971 2008-03-15 Glenn Morris <rgm@gnu.org>
16972
16973 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16974 New functions.
16975 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16976 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16977 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16978 (diary-bahai-list-entries): Use diary-list-entries-1.
16979 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
16980 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16981 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16982 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16983 (list-hebrew-diary-entries): Use diary-list-entries-1.
16984 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
16985 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16986 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16987 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16988 (list-islamic-diary-entries): Use diary-list-entries-1.
16989 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
16990
16991 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16992
16993 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16994
16995 * calendar/cal-china.el (number-chinese-months)
16996 (calendar-chinese-from-absolute): Use nth, caar.
16997
16998 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16999
17000 * calendar/cal-french.el (french-calendar-accents): Doc fix.
17001
17002 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
17003 (calendar-hebrew-month-name-array-leap-year)
17004 (hebrew-calendar-parashiot-names): Make constants.
17005 (diary-parasha): Move definition after constants it uses.
17006
17007 * calendar/cal-html.el (cal-html-insert-link-yearpage)
17008 (cal-html-htmlify-list): Doc fix.
17009 (cal-html-htmlify-entry): Use nth.
17010
17011 * calendar/cal-islam.el (calendar-islamic-month-name-array)
17012 (calendar-islamic-epoch): Make constants.
17013 (calendar-islamic-epoch): Doc fix.
17014
17015 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
17016
17017 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
17018 (cal-tex-month-name): Doc fix.
17019 (cal-tex-last-blank-p): Use zerop.
17020
17021 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
17022 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
17023 (calendar-cursor-to-date): Doc fix.
17024 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
17025 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
17026 (calendar-day-number): Use when.
17027 (generate-calendar-month): Use dotimes.
17028 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
17029 (calendar-set-mark): Reverse conditional.
17030 (calendar-make-alist): Move definition before use.
17031
17032 * calendar/diary-lib.el (diary-face-attrs)
17033 (diary-glob-file-regexp-prefix, diary-selective-display)
17034 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17035 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17036 (diary-anniversary, diary-cyclic)
17037 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17038 (diary-header-line-format): Change wording.
17039 (diary-list-entries): Set `date-start' in let.
17040 (include-other-diary-files, mark-included-diary-files): Use format.
17041 (simple-diary-display, fancy-diary-display): Use cadr, unless.
17042 (mark-diary-entries): Use 1+.
17043 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17044 (mark-calendar-month): Use dotimes.
17045
17046 * calendar/holidays.el (displayed-month, displayed-year):
17047 Move declarations where needed.
17048 (calendar-list-holidays): Doc fix.
17049
17050 * calendar/parse-time.el (parse-time-string): Simplify.
17051
17052 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
17053 Make constants.
17054 (solar-sunrise-sunset): Rename some local variables for clarity.
17055 (sunrise-sunset): Use zerop.
17056 (solar-mean-equinoxes/solstices): Doc fix.
17057
17058 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
17059 Use nth.
17060 (timeclock-completing-read, timeclock-generate-report): Use zerop.
17061 (timeclock-mean, timeclock-generate-report): Use dolist.
17062
17063 * calendar/todo-mode.el (todo-add-category): Simplify.
17064 (todo-more-important-p, todo-delete-item, todo-file-item):
17065 Use unless, when.
17066 (todo-top-priorities): Use zerop.
17067
17068 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
17069
17070 * buff-menu.el (list-buffers-noselect): Display buffer name in
17071 tooltip instead of mouse binding when it doesn't fit in the list.
17072
17073 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17074
17075 * faces.el (xw-defined-colors):
17076 * simple.el (widget-convert, shell-mode): Declare as functions
17077 instead of autoloading.
17078
17079 * abbrev.el:
17080 * button.el:
17081 * cus-face.el:
17082 * ediff-hook.el:
17083 * emacs-lisp/backquote.el:
17084 * emacs-lisp/timer.el:
17085 * facemenu.el:
17086 * faces.el:
17087 * menu-bar.el:
17088 * simple.el:
17089 * subr.el:
17090 * textmodes/fill.el:
17091 * textmodes/paragraphs.el: Remove autoloads, redundant when the
17092 files are preloaded.
17093
17094 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17095
17096 * desktop.el (desktop-create-buffer): Don't catch errors if
17097 debug-on-error is set.
17098
17099 2008-03-14 Eli Zaretskii <eliz@gnu.org>
17100
17101 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17102 ($(lisp)/calendar/diary-loaddefs.el)
17103 ($(lisp)/calendar/hol-loaddefs.el): New targets.
17104 (LOADDEFS): New macro.
17105 (autoloads): Depend on $(LOADDEFS).
17106
17107 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17108
17109 * font-lock.el (featurep): Remove test, not useful anymore.
17110 (facemenu-keymap): Move key binding ...
17111 * facemenu.el (facemenu-keymap): ... here.
17112
17113 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
17114 for each file in the list.
17115 (vc-bzr-log-view-mode): Recognize the file marker.
17116
17117 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17118 for checkdoc and profiling.
17119
17120 2008-03-14 Bastien Guerry <bzg@altern.org>
17121
17122 * textmodes/flyspell.el (nxml-mode): Add the right
17123 `flyspell-mode-predicate'.
17124
17125 * wid-edit.el (link): Use 'mouse-face for :follow-link.
17126
17127 2008-03-14 Glenn Morris <rgm@gnu.org>
17128
17129 * calendar/solar.el: Reorder so that functions are defined before use.
17130 (displayed-month, displayed-year): Move declarations where needed.
17131 (solar-get-number): Move definition before use. Use unless.
17132 (solar-equatorial-coordinates): Simplify.
17133 (solar-sunrise-and-sunset): Use let rather than let*.
17134 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17135
17136 * startup.el (command-line-1): Rename -internal-script back to
17137 -scriptload (reverts previous change).
17138
17139 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17140 (calendar-bahai-leap-base): Add doc strings.
17141 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17142 Move definition before use.
17143 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17144 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17145 variables outside the loop. Use dolist.
17146 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17147
17148 * calendar/cal-china.el: Re-order so that functions are defined before
17149 use.
17150 (displayed-month, displayed-year): Move declarations where needed.
17151 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17152 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17153 Add doc strings.
17154 (chinese-year-cache): Recenter on 2010. Doc fix.
17155 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17156 Doc fix. Simplify.
17157 (chinese-year-cache-init): New function.
17158 (compute-chinese-year, holiday-chinese-new-year)
17159 (calendar-chinese-date-string, calendar-goto-chinese-date)
17160 (make-chinese-month-assoc-list): Use cadr, nth.
17161 (chinese-months): Remove un-needed let.
17162
17163 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17164 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17165 (coptic-prompt-for-date): Move definition before use.
17166
17167 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17168 (calendar-dst-find-data, calendar-daylight-time-offset)
17169 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17170 (calendar-daylight-savings-starts-time)
17171 (calendar-daylight-savings-ends-time): Use cadr, nth.
17172
17173 * calendar/cal-french.el (french-calendar-epoch)
17174 (calendar-goto-french-date): Doc fix.
17175 (french-calendar-month-name-array)
17176 (french-calendar-multibyte-month-name-array)
17177 (french-calendar-day-name-array, french-calendar-special-days-array):
17178 Add doc strings.
17179
17180 * calendar/cal-hebrew.el (displayed-month, displayed-year)
17181 (original-date): Move declarations where needed.
17182 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17183 Doc fix.
17184 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17185 constant variables outside the loop. Use dolist.
17186
17187 * calendar/cal-islam.el (displayed-month, displayed-year)
17188 (original-date): Move declarations where needed.
17189 (islamic-calendar-day-number): Remove unused local variable `day'.
17190 (calendar-goto-islamic-date): Doc fix.
17191 (holiday-islamic): Use unless.
17192 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17193 constant variables outside the loop. Use dolist.
17194 (mark-islamic-calendar-date-pattern): Move definition before use.
17195 Use unless.
17196 (mark-islamic-diary-entries): Doc fix.
17197 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17198 (insert-yearly-islamic-diary-entry): Use let rather than let*.
17199
17200 * calendar/cal-julian.el (calendar-absolute-from-julian):
17201 Move definition before use. Remove un-needed local `day'.
17202 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17203
17204 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17205 (calendar-mayan-tzolkin-names-array): Add doc strings.
17206 (calendar-mayan-long-count-from-absolute): Use a single let.
17207 (calendar-string-to-mayan-long-count): Simplify.
17208 (calendar-next-haab-date, calendar-previous-haab-date)
17209 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17210 (calendar-previous-calendar-round-date)
17211 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17212 Doc fix.
17213 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17214 (calendar-mayan-date-string, calendar-print-mayan-date)
17215 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17216 (calendar-mayan-long-count-common-era): Move definitions before use.
17217
17218 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17219 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17220 Doc fix.
17221 (calendar-mouse-goto-date): Move definition before use.
17222
17223 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17224 Move definition before use.
17225 (calendar-cursor-to-visible-date): Move definition before use.
17226 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
17227 and place inside the conditional.
17228 (calendar-forward-day): Simplify.
17229 (calendar-end-of-month): Use unless.
17230 (calendar-goto-day-of-year): Doc fix.
17231 Relocate obsolete aliases after their replacements.
17232
17233 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17234
17235 * calendar/diary-lib.el (mark-diary-entries): Move some constant
17236 variables outside the diary-date-forms loop.
17237
17238 * calendar/calendar.el (diary-file): Doc fix.
17239 (calendar-buffer-list): Return buffers rather than strings (fixes
17240 previous change).
17241 (hebrew-holidays-4): Fix typo.
17242
17243 * calendar/holidays.el (displayed-month, displayed-year):
17244 Move declarations where needed.
17245 (calendar-holiday-list, calendar-list-holidays)
17246 (holiday-filter-visible-calendar): Move definitions before use.
17247 (list-holidays): Use cadr.
17248 Relocate obsolete aliases after their replacements.
17249
17250 * calendar/lunar.el (date, displayed-month, displayed-year):
17251 Move declarations where needed.
17252 (lunar-phase-list): Move definition after functions it uses.
17253 (calendar-phases-of-moon, diary-phases-of-moon)
17254 (lunar-new-moon-on-or-after): Use cadr, nth.
17255 (lunar-new-moon-on-or-after): Doc fix.
17256
17257 * textmodes/org-irc.el (top-level): CL not required when compiling.
17258 (org-irc-visit-erc): Replace runtime CL functions.
17259
17260 * textmodes/org-publish.el (declare-function): Add compatibility stub.
17261 (org-publish-delete-dups): Declare as function.
17262
17263 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
17264
17265 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17266 (vc-bzr-show-log-entry): Make regexp match more cases.
17267 (vc-diff-switches-list): Remove autoload, not needed.
17268
17269 2008-03-14 Juri Linkov <juri@jurta.org>
17270
17271 * isearch.el (isearch-edit-string): Remove one call to
17272 `isearch-push-state' not to push an inconsistent state,
17273 but keep another correct call to `isearch-push-state'.
17274 (isearch-ring-adjust): Call `isearch-push-state' only when
17275 `search-ring-update' is non-nil since `isearch-edit-string'
17276 already pushes its state.
17277 (isearch-message): Improve matching the failed part by checking
17278 if the original message starts with the last successful message.
17279
17280 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17281 (dired-perm-write): Rename from `dired-warn-writable'.
17282 Change parent face from `font-lock-warning-face' to
17283 `font-lock-comment-delimiter-face'.
17284 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17285 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17286 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17287 with `dired-perm-write-face'.
17288
17289 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
17290
17291 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17292 Create cache dir only if it doesn't already exist.
17293
17294 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17295
17296 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17297 of \ and '.
17298
17299 2008-03-13 Johan Bockgård <bojohan@gnu.org>
17300
17301 * net/browse-url.el (browse-url-text-xterm):
17302 Unquote browse-url-text-browser.
17303
17304 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
17305
17306 * textmodes/org-mouse.el: Version number change.
17307
17308 * textmodes/org-publish.el (org-publish-expand-components):
17309 Remove null projects from the list of components.
17310 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17311 Remove unused retrieval of the :publishing-directory property.
17312 (org-publish-file): Bugfix: when using a relative directory as the
17313 publishing directory, convert it to a directory filename.
17314 (org-publish-project): New alias.
17315 (org-publish-get-files): Protect against empty p.
17316 (org-publish-file): Send an error when file is not part of any project.
17317 (org-publish-file): Offer to refresh the list of files in known
17318 project when the current file is not part of any project.
17319 (org-publish-before-export-hook)
17320 (org-publish-after-export-hook): New hooks.
17321 (org-publish-org-to): Use new hooks and kill buffers.
17322 (org-publish-file): Remove the code for killing buffers.
17323 (org-publish-initialize-files-alist): Use interactive.
17324 (org-publish-file): If the publishing function creates a new
17325 buffer, kill it after publishing.
17326 (org-publish-timestamp-filename): Protect ":" in file name path
17327 under windows.
17328
17329 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17330 change that killed the LaTeX buffer.
17331
17332 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17333 in the decision tree.
17334 (org-select-remember-template): Clean the code.
17335 (org-prepare-dblock): Add the extra :content parameter.
17336 (org-write-agenda): New output type ".ics" files.
17337 (org-write-agenda): Call `org-icalendar-verify-function', both for
17338 time stamps and for TODO entries.
17339 (org-agenda-collect-markers, org-create-marker-find-array)
17340 (org-check-agenda-marker-table): New functions.
17341 (org-agenda-marker-table): New variable.
17342 (org-export-as-html): Revert the change that killed the html
17343 buffer. Side effects first need to be studied carefully.
17344 (org-get-tags-at): Fix the structure of the condition-case statement.
17345 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17346 (org-timestamp-change): Fix regular expressions to swallow the
17347 extra character for repeat-shift control.
17348 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17349 (org-get-legal-level): Alias to `org-get-valid-level'.
17350 (org-dblock-write:clocktable): Add a :link parameter, linking
17351 headlines to their location in the Org agenda files.
17352 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17353 throwing an error when getting tags before headlines.
17354 (org-timestamp-change, org-modify-ts-extra)
17355 (org-ts-regexp1): Fix timestamp editing.
17356 (org-agenda-custom-commands-local-options): New constant.
17357 (org-agenda-custom-commands):
17358 Use `org-agenda-custom-commands-local-options' to improve customize
17359 type. "htmlize": Removed hack to fix face problem with htmlize,
17360 it no longer seem necessary.
17361 (org-follow-link-hook): New hook.
17362 (org-agenda-custom-commands): Add "Component" as a tag for each
17363 item in a command series.
17364 (org-open-at-point): Run `org-follow-link-hook'.
17365 (org-agenda-schedule): Bugfix: don't display marker type when it
17366 is nil.
17367 (org-store-link): org-irc required.
17368 (org-set-regexps-and-options): Parse the new logging options.
17369 (org-extract-log-state-settings): New function.
17370 (org-todo): Handle the new ways of recording state change stuff.
17371 (org-local-logging): New function.
17372 (org-columns-open-link): Fix bug with opening link in column view.
17373 (org-local-logging): New function.
17374 (org-todo): Make sure that LOGGING properties are honoured.
17375 (org-todo-keywords): Improve docstring.
17376 (org-startup-options): Cleanup startup options.
17377 (org-set-regexps-and-options): Process the "!" markers.
17378 (org-todo): Respect the new logging stuff.
17379 (org-log-note-how): New variable.
17380 (org-add-log-maybe): New parameter HOW that defines how logging
17381 should be done and also overrides PURPOSE. Add a docstring.
17382 (org-add-log-note): Check if we really need to ask for a note.
17383 (org-get-current-options): Digest the new keyword.
17384 (org-agenda-reset-markers): Rename from
17385 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
17386 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17387 function, without force argument.
17388 (org-buffer-property-keys): Bind local variables s and p.
17389 (org-make-tags-matcher): Allow "" to match an empty or
17390 non-existent property value.
17391 (org-export-as-html): Join unsorted lists when they directly
17392 follow each other. Such lists may be created by headlines that
17393 are converted to lists.
17394 (org-nofm-to-completion): New function.
17395 (org-export-as-html): Use :html-extension instead of
17396 org-export-html-extension.
17397 (org-store-link): Support for links from `rmail-summary-mode'.
17398 (org-columns-new, org-complete, org-set-property): Set the
17399 `include-columns' argument in the call to
17400 `org-buffer-property-keys'.
17401 (org-buffer-property-keys): New argument `include-columns', to
17402 include properties expected by any of the COLUMNS formats in the
17403 current buffer.
17404 (org-cleaned-string-for-export): Get rid of drawers first, so that
17405 they will be removed also in the text before the first headline.
17406 (org-clock-report): Show the clocktable when found.
17407 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17408 (org-version): With prefix argument, insert `org-version' at point.
17409 (org-agenda-goto): Recenter the window after finding the target
17410 location, to make sure the correct position will be displayed.
17411 (org-agenda-get-deadlines): Don't scale priority with the warning
17412 period.
17413 (org-insert-heading): Don't break line in the middle of the line.
17414 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17415 be 0.
17416 (org-update-checkbox-count): Revamp to deal with hierarchical
17417 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
17418 (org-remove-timestamp-with-keyword): New function.
17419 (org-schedule, org-deadline):
17420 Use `org-remove-timestamp-with-keyword' to make sure all such time
17421 stamps are removed.
17422 (org-mode): Support for `align'.
17423 (org-agenda-get-deadlines): Make sure priorities increase as the
17424 due date approaches and is passed.
17425 (org-remember-apply-template): Fix problem with tags that
17426 contain "_" or "@".
17427 (org-make-link-regexps): Improve the regular expression for plain links.
17428 (org-agenda-get-closed): List each clocking entry.
17429 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17430 (org-special-ctrl-k): New option.
17431 (org-kill-line): New function.
17432 (org-archive-all-done): Fix incorrect number of stars in regexp.
17433 (org-refile-get-location): New function.
17434 (org-refile-goto-last-stored): New function.
17435 (org-global-tags-completion-table): Add the value of org-tag-alist
17436 in each buffer, to make sure that also unused tags will be
17437 available for completion.
17438 (org-columns-edit-value)
17439 (org-columns-next-allowed-value): Only update if not in agenda.
17440 (org-clocktable-steps): New function.
17441 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17442 (org-archive-subtree): Add the outline tree context as a property.
17443 (org-closest-date): New optional argument `prefer'.
17444 (org-goto-auto-isearch): New option.
17445 (org-goto-map, org-get-location): Implement auto-isearch.
17446 (org-goto-local-auto-isearch-map): New variable.
17447 (org-goto-local-search-forward-headings)
17448 (org-goto-local-auto-isearch): New functions.
17449
17450 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
17451
17452 * textmodes/org-irc.el: New file.
17453
17454 2008-03-13 John Wiegley <johnw@gnu.org>
17455
17456 * textmodes/org-mac-message.el: New file.
17457
17458 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
17459
17460 * font-lock.el (font-lock-comment-face): Set the foreground for
17461 the light background 8 colors case.
17462
17463 2008-03-13 Glenn Morris <rgm@gnu.org>
17464
17465 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17466 generate-autoload-cookie patterns.
17467
17468 * startup.el (command-line-1): Rename -scriptload to -internal-script.
17469
17470 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17471 (MH_E_SRC): Remove variable.
17472 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17473 Simplify file header. Use $@ for generated-autoload-file.
17474
17475 * Makefile.in (LOADDEFS): New variable.
17476 (AUTOGENEL): Use $LOADDEFS.
17477 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17478 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17479 ($(lisp)/calendar/hol-loaddefs.el): New targets.
17480 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17481 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17482 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17483 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17484 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17485 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17486 Add calendar-specific autoload cookies, and remove any setting of
17487 generated-autoload-file.
17488 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17489 * calendar/diary-lib.el: Replace explicit autoloads with reading of
17490 diary-loaddefs.
17491 * calendar/holidays.el: Replace explicit autoloads with reading of
17492 hol-loaddefs.
17493
17494 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17495 (calendar-buffer-list): Simplify.
17496 (generate-calendar-window): Use calendar-mark-holidays rather than
17497 obsolete alias.
17498
17499 * calendar/cal-hebrew.el (list-yahrzeit-dates):
17500 Use cal-hebrew-yahrzeit-buffer.
17501
17502 * calendar/cal-x.el (calendar-only-one-frame-setup)
17503 (calendar-two-frame-setup): Doc fixes.
17504 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17505
17506 * calendar/appt.el (appt-mode-string): Mark as risky.
17507 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17508
17509 * calendar/cal-html.el (diary-list-entries):
17510 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17511 (calendar-iso-from-absolute): Fix autoloads.
17512
17513 * calendar/cal-iso.el (calendar-absolute-from-iso)
17514 (calendar-iso-read-args): Simplify.
17515 (calendar-iso-date-string, calendar-iso-read-args)
17516 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17517
17518 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17519 (displayed-month, displayed-year): Move declarations where needed.
17520 (calendar-print-astro-day-number): Doc fix.
17521
17522 * calendar/cal-persia.el (persian-calendar-month-name-array)
17523 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17524 (persian-prompt-for-date): Remove local variable `today'.
17525
17526 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17527
17528 * calendar/solar.el (solar-moment, solar-exact-local-noon)
17529 (solar-sunrise-sunset, solar-sunrise-sunset-string)
17530 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17531 (diary-sabbath-candles, solar-equinoxes/solstices)
17532 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17533 (solar-time-equation, solar-date-to-et): Simplify.
17534
17535 * mail/supercite.el: Remove the `function' in `(function (lambda'.
17536 Replace `(car (cdr' with cadr'.
17537
17538 * progmodes/f90.el (f90-font-lock-n): New function.
17539 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17540 Use f90-font-lock-n.
17541 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17542
17543 * progmodes/f90.el (f90-mode-abbrev-table):
17544 * progmodes/fortran.el (fortran-mode-abbrev-table):
17545 Use newer form of define-abbrev, where supported. No need to bind
17546 abbrevs-changed for system abbrevs.
17547
17548 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17551 delete-frame-functions.
17552
17553 * bookmark.el (Info-current-node): Remove.
17554
17555 2008-03-12 Juri Linkov <juri@jurta.org>
17556
17557 * help.el (describe-project): Remove defaliases for view-todo and
17558 describe-project that are now unnecessary after the merge from
17559 emacs--rel--22 that added define-obsolete-function-alias.
17560
17561 * startup.el (inhibit-startup-screen): Revert incomplete
17562 2008-03-10 merge from emacs--rel--22 that partly reverted
17563 2008-02-28 change that added initial message to *scratch* buffer
17564 regardless of the value of `inhibit-startup-screen'.
17565 Now keep this change in the trunk, but not in the 22 branch.
17566
17567 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * international/quail.el (quail-setup-completion-buf, quail-help):
17570 * mail/binhex.el (binhex-decode-region-internal):
17571 * mail/uudecode.el (uudecode-decode-region-internal):
17572 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17573 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17574 setting default-enable-multibyte-characters.
17575
17576 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17577
17578 * comint.el: Fix up indentation and comment style. Remove `function'.
17579
17580 * international/mule-cmds.el (reset-language-environment)
17581 (set-language-environment-nonascii-translation):
17582 Don't set-unibyte-charset.
17583
17584 * doc-view.el: Remove all cb-args, use closures instead.
17585 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17586 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17587 doing an incorrect check). Update all callers to use the new name.
17588 (doc-view-doc->txt): Add missing `txt' argument.
17589
17590 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17591
17592 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17593 md5 sum calculation to single-byte.
17594
17595 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * doc-view.el (doc-view-new-window-function): Add assertion.
17598 (doc-view-doc-type): New var.
17599 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17600 (doc-view-intersection): New fun.
17601 (doc-view-mode): Use it to set the new var.
17602
17603 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17604
17605 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17606 (doc-view-already-converted-p): New functions.
17607 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17608 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17609 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17610 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17611 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17612 (doc-view-convert-current-doc): Don't hardwire the functions the
17613 sentinels call. Now they're provided by two args CALLBACK and
17614 CB-ARGS to the functions.
17615 (doc-view-search): Use doc-view-doc->txt.
17616 (doc-view-initiate-display): Use doc-view-already-converted-p.
17617 Mention new binding C-c C-t if doc-view-mode doesn't work.
17618
17619 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
17620
17621 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17622
17623 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17624
17625 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17626 Mark " outside of tags as punctuation.
17627
17628 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17629
17630 * menu-bar.el (minibuffer-local-map): Use the same command for the
17631 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17632 Prefer RET over C-j for exit-minibuffer.
17633
17634 * files.el (display-buffer-other-frame): Eliminate problematic code.
17635
17636 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17637 (menu-bar-select-buffer): Remove.
17638 (menu-bar-select-frame): Make non-interactive and take a frame arg.
17639 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17640
17641 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
17642
17643 * icomplete.el (icomplete-completions): Remove obsolete code.
17644
17645 * net/net-utils.el (iwconfig-program-options): Doc fix.
17646 (net-utils-run-program, run-network-program): Define as functions.
17647
17648 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
17649
17650 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17651
17652 2008-03-11 Glenn Morris <rgm@gnu.org>
17653
17654 * faces.el (mode-line-emphasis): New face.
17655 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17656
17657 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17658
17659 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
17660
17661 * simple.el (set-mark-command): Doc fix.
17662
17663 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17666
17667 * emacs-lisp/autoload.el (autoload-find-destination):
17668 Don't force raw-text.
17669
17670 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17671 * calendar/cal-loaddefs.el: Don't version control.
17672
17673 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17674
17675 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17676 entries and add :help to the existing ones.
17677
17678 2008-03-10 Glenn Morris <rgm@gnu.org>
17679
17680 * calendar/cal-hebrew.el (date, entry, number): Move declarations
17681 to where they are needed.
17682
17683 * calendar/calendar.el (diary-file, hebrew-holidays-1)
17684 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17685 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17686 (calendar-version): Doc fixes.
17687 (calendar-absolute-from-gregorian): Use zerop.
17688 (calendar-mode-line-format): Make it a defcustom.
17689
17690 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17691 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17692 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17693 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17694 (mark-included-diary-files, mark-calendar-days-named)
17695 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17696 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17697 (insert-monthly-diary-entry, insert-yearly-diary-entry)
17698 (insert-anniversary-diary-entry, insert-block-diary-entry)
17699 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17700 (diary-font-lock-sexps): Doc fixes.
17701 (diary-remind-message, mark-calendar-month): Use zerop.
17702 (diary-attrtype-convert, diary-pull-attrs): Simplify.
17703 (diary-list-entries): Revert let to let* (previous change).
17704
17705 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17706
17707 2008-03-10 Kim F. Storm <storm@cua.dk>
17708
17709 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17710 function aliases for the old names.
17711
17712 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
17713
17714 * iswitchb.el (iswitchb-use-faces): Doc fix.
17715 (iswitchb-buffer-ignore, iswitchb-read-buffer):
17716 Fix typos in docstrings.
17717
17718 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17719
17720 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17721 Fix typo.
17722 (verilog-type-font-keywords): Reindent.
17723
17724 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
17725
17726 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17727 Fix bug in the grouping-keyword regular expression.
17728 (verilog-font-lock-keywords): Allow users to toggle special
17729 highlight of grouping-keywords.
17730 (verilog-highlight-grouping-keywords): The toggle for special
17731 highlighting of grouping keywords.
17732
17733 2008-03-10 Juri Linkov <juri@jurta.org>
17734
17735 * startup.el: Revert 2008-02-28 change that adds initial message
17736 to *scratch* buffer regardless of the value of
17737 `inhibit-startup-screen'.
17738
17739 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17740
17741 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17742 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17743 * progmodes/verilog-mode.el (verilog-mode):
17744 * net/socks.el (socks):
17745 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17746
17747 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17748
17749 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17750 (doc-view-bookmark-make-record): Use them.
17751 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
17752 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17753
17754 * bookmark.el (bookmark-make-record-function): Change expected return
17755 value to include a suggested bookmark name.
17756 (bookmark-make): Split into bookmark-make-record and bookmark-store.
17757 Fix reversed `overwrite' semantics.
17758 (bookmark-set): Call bookmark-make-record before prompting the user.
17759 Then pass the result to bookmark-store later on.
17760 (bookmark-make-name-function): Remove.
17761 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17762 * info.el (bookmark-make-name-function): Remove.
17763 (Info-mode): Don't set it.
17764 (Info-bookmark-make-name): Remove.
17765 (Info-bookmark-make-record): Use Info-current-node as suggested default
17766 bookmark name.
17767
17768 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17769 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17770 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17771 (bookmark-annotation-buffer, bookmark-annotation-file)
17772 (bookmark-annotation-point, bookmark-send-annotation)
17773 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17774 (bookmark-edit-annotation-text-func): Rename from
17775 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
17776 (bookmark-edit-annotation-mode-map): Move initialization into
17777 declaration.
17778
17779 * bookmark.el: Remove spurious * in docstrings.
17780 (bookmark-minibuffer-read-name-map): New var.
17781 (bookmark-set): Use it. Also pass the default value as it should.
17782 (bookmark-send-edited-annotation): Take no chances with text properties.
17783 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17784 (bookmark-insert-buffer-name): Remove.
17785 (bookmark-buffer-file-name): Signal an error rather than returning nil.
17786
17787 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
17788
17789 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17790
17791 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
17792
17793 * diff-mode.el (diff-mode-menu): Add :help.
17794
17795 2008-03-09 Glenn Morris <rgm@gnu.org>
17796
17797 * calendar/calendar.el (general-holidays, oriental-holidays)
17798 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17799 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17800 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17801 (calendar-holidays): Restore autoload cookies, because people are
17802 used to using these variables without loading calendar.el.
17803
17804 * calendar/cal-islam.el (diary-islamic-date): Move to end.
17805 (date, number): Declare where needed.
17806
17807 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17808 (list-sexp-diary-entries): Doc fixes.
17809 (diary-list-entries): Doc fix. Remove free variable `entry'.
17810 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
17811 Simplify setting of `date-holiday-list'.
17812 (mark-diary-entries): Remove free variable `entry'.
17813 (diary-list-entries, include-other-diary-files, fancy-diary-display):
17814 Use let where let* is not needed.
17815
17816 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17817
17818 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17819 make-record function, instead paste it in afterwards.
17820 (bookmark-make-record-for-text-file):
17821 * doc-view.el (doc-view-bookmark-make-record):
17822 * info.el (Info-bookmark-make-record): Don't mess with annotations.
17823
17824 2008-03-08 Glenn Morris <rgm@gnu.org>
17825
17826 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17827
17828 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
17829
17830 * calendar/diary-lib.el (diary-list-entries)
17831 (include-other-diary-files, mark-diary-entries)
17832 (mark-sexp-diary-entries, mark-included-diary-files)
17833 (diary-entry-time, list-sexp-diary-entries): Remove the special
17834 handling of ^M that dates back to the use of selective-display.
17835 (simple-diary-display): Obey setting of pop-up-frames.
17836 (body, entry): Remove unnecessary declarations.
17837
17838 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17839 (bookmark-get-annotation, bookmark-set-annotation)
17840 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17841 (bookmark-set-position, bookmark-get-front-context-string)
17842 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17843 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17844 * info.el (Info-bookmark-make-record): Don't bother recording point.
17845 (bookmark-get-filename, bookmark-get-front-context-string)
17846 (bookmark-get-rear-context-string, bookmark-get-position):
17847 Don't declare any more.
17848 (bookmark-get-info-node): Remove.
17849 (bookmark-prop-get): Declare.
17850 (Info-bookmark-jump): Use it.
17851
17852 2008-03-08 Johan Bockgård <bojohan@gnu.org>
17853
17854 * subr.el (while-no-input): Don't splice BODY directly into the
17855 `or' form.
17856
17857 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
17858
17859 * diff-mode.el (diff-ignore-whitespace-hunk):
17860 Bind inhibit-read-only before trying to change the buffer.
17861
17862 2008-03-08 Glenn Morris <rgm@gnu.org>
17863
17864 * calendar/appt.el (appt): Move custom group here from calendar.el.
17865 (appt-disp-window, appt-convert-time): Doc fixes.
17866
17867 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17868 (calendar-bahai-mark-date-pattern):
17869 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17870 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17871 * calendar/cal-julian.el (calendar-absolute-from-julian):
17872 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17873
17874 * calendar/cal-china.el (chinese-calendar): Move custom group here from
17875 calendar.el.
17876 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17877 Make constants.
17878 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17879 (chinese-calendar-daylight-savings-starts)
17880 (chinese-calendar-daylight-savings-ends)
17881 (chinese-calendar-daylight-savings-starts-time)
17882 (chinese-calendar-daylight-savings-ends-time)
17883 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17884 Doc fixes.
17885
17886 * calendar/cal-coptic.el (coptic-name): Add doc string.
17887
17888 * calendar/cal-french.el (french-calendar-month-name-array)
17889 (french-calendar-day-name-array, french-calendar-special-days-array):
17890 Add doc strings.
17891
17892 * calendar/cal-bahai.el (diary-bahai-mark-entries)
17893 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17894 (diary-bahai-insert-yearly-entry):
17895 * calendar/cal-dst.el (calendar-next-time-zone-transition)
17896 (calendar-time-zone):
17897 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17898 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17899 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17900 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17901 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17902 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17903 (list-islamic-diary-entries, mark-islamic-diary-entries)
17904 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17905 (insert-yearly-islamic-diary-entry):
17906 * calendar/cal-iso.el (calendar-iso-read-args):
17907 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17908 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17909 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17910 (calendar-next-calendar-round-date)
17911 (calendar-mayan-long-count-common-era):
17912 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17913 (cal-menu-x-popup-menu, calendar-mouse-holidays)
17914 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17915 (calendar-mouse-goto-date):
17916 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17917 * calendar/holidays.el (holidays):
17918 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17919 * calendar/time-date.el (date-to-time, time-subtract, time-add)
17920 (safe-date-to-time): Doc fixes.
17921
17922 * calendar/cal-persia.el (persian-calendar-month-name-array)
17923 (persian-calendar-epoch): Make constants.
17924
17925 * calendar/cal-tex.el (calendar-tex): Move custom group here from
17926 calendar.el.
17927
17928 * calendar/cal-x.el (diary-frame-parameters)
17929 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17930 (calendar-after-frame-setup-hooks): Make defcustoms.
17931 (calendar-one-frame-setup, calendar-only-one-frame-setup)
17932 (calendar-two-frame-setup): Doc fix.
17933
17934 * calendar/cal-loaddefs.el: New file.
17935
17936 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17937 * calendar/cal-french.el, calendar/cal-html.el:
17938 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17939 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17940 * calendar/cal-tex.el, calendar/cal-x.el:
17941 Unquote lambda functions. Add autoload cookies to functions formerly
17942 autoloaded in calendar.el. Set `generated-autoload-file' to
17943 "cal-loaddefs.el".
17944
17945 * calendar/calendar.el: Move many autoloads to separate file,
17946 cal-loaddefs.el. Move defcustoms to start and re-order.
17947 (calendar-month-name-array, calendar-starred-day): No need to
17948 declare for compiler.
17949 (cal-loaddefs): Require it.
17950 (appt, chinese-calendar, calendar-tex): Move custom groups to the
17951 appropriate file.
17952 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17953 Reverse logic.
17954 (diary-face, diary-file-name-prefix-function, diary-include-string)
17955 (diary-glob-file-regexp-prefix, diary-face-attrs)
17956 (diary-file-name-prefix, sexp-diary-entry-symbol)
17957 (print-diary-entries-hook, list-diary-entries-hook)
17958 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17959 (nongregorian-diary-marking-hook, diary-list-include-blanks):
17960 Move to diary-lib.
17961 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17962 (all-bahai-calendar-holidays): Doc fix.
17963 (calendar-insert-indented): Doc fix. Use when rather than if.
17964 (exit-calendar): Use mapc rather than mapcar.
17965 (calendar-cursor-to-date): Use zerop.
17966 (calendar-mark-ring): Add doc-string.
17967 (calendar-starred-day): Defvar it.
17968 (calendar-mode): Make calendar-starred-day local.
17969 (calendar-star-date): No need to make calendar-starred-day local.
17970
17971 * calendar/diary-lib.el: Move defcustoms to start.
17972 (diary-include-string, diary-list-include-blanks)
17973 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17974 (diary-file-name-prefix, diary-file-name-prefix-function)
17975 (sexp-diary-entry-symbol, list-diary-entries-hook)
17976 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17977 (nongregorian-diary-marking-hook, print-diary-entries-hook):
17978 Move here from calendar.el.
17979 (diary-file-name-prefix-function): Use 'identity.
17980 (diary-face): Make it a defcustom, and mark as obsolete.
17981 (top-level): No need to require cal-hebrew, cal-islam when compiling.
17982 (calendar-hebrew-month-name-array-leap-year)
17983 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17984 Define for compiler.
17985 (diary-font-lock-keywords): Use format rather than concat.
17986 Add bahai-diary-entry-symbol.
17987
17988 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17989 * calendar/solar.el: Unquote lambda functions.
17990
17991 * calendar/solar.el (calendar-location-name, calendar-latitude)
17992 (calendar-longitude, solar-setup, solar-sin-degrees)
17993 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17994 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17995 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17996 (solar-exact-local-noon, solar-julian-ut-centuries)
17997 (solar-ephemeris-time, solar-date-next-longitude)
17998 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17999 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
18000 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
18001 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
18002 Doc fixes.
18003 (solar-horizontal-coordinates, solar-equatorial-coordinates)
18004 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
18005 (solar-ecliptic-coordinates): Use unless.
18006 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
18007 Use or.
18008
18009 * calendar/timeclock.el: Add doc-strings to all functions.
18010 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
18011 (timeclock-entry-list-length, timeclock-entry-list-projects)
18012 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
18013
18014 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
18015
18016 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
18017 (org-get-entries-from-diary): Require diary-lib.
18018
18019 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
18020
18021 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
18022 Pacify byte-compiler.
18023
18024 2008-03-07 Alan Mackenzie <acm@muc.de>
18025
18026 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
18027 paren/bracket pairs parsed, to solve performance problem.
18028
18029 2008-03-07 Bastien Guerry <bzg@altern.org>
18030
18031 * bookmark.el (bookmark-set): Don't check for
18032 `bookmark-make-name-function' since `bookmark-buffer-file-name'
18033 already takes care of this.
18034 (bookmark-buffer-name, bookmark-buffer-file-name):
18035 Remove Info-mode specific code.
18036
18037 * info.el (bookmark-get-info-node): Define this function in
18038 info.el, not in bookmark.el.
18039 (Info-mode): Set `bookmark-make-name-function' to
18040 `Info-bookmark-make-name' locally.
18041 (Info-bookmark-make-name): New function.
18042
18043 * bookmark.el (bookmark-make-name-function): New variable.
18044
18045 2008-03-07 Karl Fogel <kfogel@red-bean.com>
18046
18047 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18048 buffer-local, not `bookmark-make-cell-function' (the old name).
18049
18050 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
18051
18052 * doc-view.el (doc-view-bookmark-make-record):
18053 * image-mode.el (image-bookmark-make-record):
18054 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
18055
18056 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
18057
18058 * vc.el (vc-status-menu-map-filter): Return orig-binding if
18059 boundp 'vc-ignore-menu-filter.
18060 (vc-status-tool-bar-map): Make it defvar.
18061 (vc-status-mode): vc-status-tool-bar-map now variable.
18062 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
18063
18064 2008-03-07 Karl Fogel <kfogel@red-bean.com>
18065
18066 Give a better name to part of the bookmark interface.
18067
18068 This was originally a much larger change, but halfway through I
18069 updated and discovered that Stefan Monnier had done the rest.
18070 It looks like he anticipated the new name too, because he used
18071 `the-record' instead of `the-cell' for some internal variable names.
18072
18073 * bookmark.el (bookmark-make-record-function): Was
18074 `bookmark-make-cell-function'.
18075 (bookmark-make, bookmark-send-annotation): Update for above.
18076 (bookmark-make-record-for-text-file):
18077 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
18078
18079 * info.el: Adjust accordingly.
18080 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
18081
18082 * image-mode.el: Adjust accordingly.
18083 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
18084
18085 * doc-view.el: Adjust accordingly.
18086 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
18087
18088 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18089
18090 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18091 Move initialization into declaration.
18092 (bookmark-get-info-node, bookmark-set-info-node): Remove.
18093 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18094 (bookmark-info-current-node): Remove.
18095 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18096 Add relocation fallback. Set bookmark-current-bookmark.
18097 (bookmark-default-handler): Rename from bookmark-jump-noselect.
18098 Remove relocation fallback. Don't set bookmark-current-bookmark.
18099 (bookmark-set): Let it be used even if there's no buffer-file-name
18100 as long as there is a bookmark-make-cell-function.
18101 * info.el (Info-bookmark-jump): Remove relocation fallback.
18102 Don't set bookmark-current-bookmark.
18103
18104 2008-03-07 Glenn Morris <rgm@gnu.org>
18105
18106 * calendar/appt.el (appt-issue-message)
18107 (appt-message-warning-time, appt-audible, appt-visible)
18108 (appt-msg-window, appt-display-mode-line, appt-display-duration)
18109 (appt-display-diary): Remove autoload cookies.
18110
18111 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18112 Remove leading `*' from defcustom doc-strings.
18113
18114 * calendar/cal-dst.el (calendar-dst): New custom group.
18115 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18116 (calendar-time-zone, calendar-daylight-time-offset)
18117 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18118 (calendar-daylight-savings-starts-time)
18119 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18120 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18121 Move to start.
18122
18123 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18124
18125 * calendar/calendar.el (calendar-version): Use emacs-version and
18126 make it obsolete. Move to end.
18127 (calendar-offset, view-diary-entries-initially)
18128 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18129 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18130 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18131 (all-bahai-calendar-holidays, calendar-load-hook)
18132 (initial-calendar-window-hook, today-visible-calendar-hook)
18133 (today-invisible-calendar-hook, calendar-move-hook)
18134 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18135 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18136 (diary-include-string, sexp-diary-entry-symbol)
18137 (abbreviated-calendar-year, american-date-diary-pattern)
18138 (european-date-diary-pattern, european-calendar-display-form)
18139 (american-calendar-display-form, print-diary-entries-hook)
18140 (list-diary-entries-hook, diary-hook, diary-display-hook)
18141 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18142 (nongregorian-diary-marking-hook, diary-list-include-blanks)
18143 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18144 (local-holidays, other-holidays, hebrew-holidays-1)
18145 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18146 (hebrew-holidays, christian-holidays, islamic-holidays)
18147 (bahai-holidays, solar-holidays, calendar-setup)
18148 (calendar-week-start-day): Remove autoload cookies.
18149 (diary-glob-file-regexp-prefix): Doc fix.
18150 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18151 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18152 (calendar-week-start-day, calendar-debug-sexp): Move to start.
18153
18154 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18155 (calendar-time-display-form, calendar-latitude)
18156 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18157 cookies.
18158 (calendar-latitude, calendar-longitude): Move functions after
18159 variables.
18160 (diary-sabbath-candles-minutes): Move to start.
18161 (solar-setup): Use or rather than if.
18162 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18163 Remove condition-case.
18164 (solar-atn2): Use zerop.
18165 (solar-equinoxes-solstices): Doc fix.
18166
18167 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18168 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
18169
18170 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18171 (calendar-longitude, calendar-latitude, calendar-location-name):
18172 Declare for compiler.
18173
18174 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * arc-mode.el (archive-ar-file-header-re): New const.
18177 (archive-ar-summarize, archive-ar-extract): New funs.
18178 (archive-find-type): Recognize ar archives.
18179
18180 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18181 New functions.
18182
18183 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18184
18185 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
18186
18187 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18188 Replace :enable (mark-active) with :enable mark-active.
18189
18190 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
18191
18192 * vms-patch.el (make-legal-file-name): New obsolete alias.
18193 (make-valid-file-name): Rename from `make-legal-file-name'.
18194 (make-auto-save-file-name): Use it.
18195
18196 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18197 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18198 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18199
18200 * textmodes/org.el (org-export-html-style): Doc fix.
18201 (org-get-legal-level): New obsolete alias.
18202 (org-get-valid-level): Rename from `org-get-legal-level'.
18203 (org-promote, org-demote, org-archive-subtree)
18204 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18205
18206 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
18207
18208 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18209
18210 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18211 (vc-status-toggle-mark): New functions.
18212 (vc-status-mode): Set tool bar map.
18213
18214 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
18215
18216 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18217 Reported by Drew Adams <drew.adams@oracle.com>.
18218
18219 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
18220
18221 * subr.el (read-quoted-char): Resolve modifiers of the character
18222 event.
18223
18224 * comint.el (comint-exec-1): Don't change the coding-system for
18225 decoding to dos-like EOL.
18226 (comint-carriage-motion): Fully rewrite.
18227
18228 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
18229
18230 * epg.el (epg-context-include-certs): Reflow docstring.
18231 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18232 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18233 (epg-context-set-signers, epg-context-set-sig-notations)
18234 (epg-make-import-status, epg-make-import-result)
18235 (epg-start-delete-keys): Fix typos in docstrings.
18236 (epg-start-sign-keys, epg-sign-keys):
18237 Fix typos in obsolescence declarations.
18238
18239 * iswitchb.el: Don't check for `cadr' and `last'.
18240 (iswitchb-define-mode-map, iswitchb-default-keybindings):
18241 Add obsolescence declaration and remove redundant info from docstring.
18242 (iswitchb-set-common-completion, iswitchb-set-matches)
18243 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18244 (recentf-list, most-len, most-is-exact):
18245 Don't wrap defvars within `eval-when-compile'.
18246
18247 2008-03-05 Glenn Morris <rgm@gnu.org>
18248
18249 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18250 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18251 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18252 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18253 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18254
18255 * ediff-hook.el (ediff-window-setup-function): Don't autoload
18256 declaration for compiler.
18257 (ediff-xemacs-init-menus): Use when rather than if.
18258
18259 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18260 if+and to just and.
18261 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18262 (ediff-delete-overlay): Move the XEmacs test inside the definition.
18263
18264 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18265
18266 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18267 test inside XEmacs test.
18268 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18269 since it was doing nothing on Emacs.
18270 (ediff-make-bullet-proof-overlay): Use when rather than if.
18271
18272 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18273 (ediff-setup-control-frame): Remove
18274 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18275 a (featurep 'xemacs) test.
18276
18277 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
18278
18279 * calc/calc-ext.el (calc-extended-command-history): New variable.
18280 (calc-execute-extended-command): Use `calc-extended-command-history'.
18281
18282 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
18283
18284 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
18285 (standard-mode-line-position): Add mouse-face.
18286
18287 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18288 * progmodes/grep.el (grep-mode-map): Add :help.
18289
18290 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18291 initialize in one step. Add :help. Use :enable to activate menu
18292 items. Show the key binding for edebug-defun.
18293 (lisp-interaction-mode-map): Add a menu.
18294
18295 * term.el (term-mode-map): Define and initialize in one step.
18296
18297 * ediff-init.el (ediff-color-display-p): Simplify.
18298 (Xor): Remove unused function.
18299 (ediff-with-syntax-table): Simplify for Emacs.
18300
18301 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18302 menu-bar being loaded, it always is.
18303
18304 2008-03-05 Glenn Morris <rgm@gnu.org>
18305
18306 * textmodes/tex-mode.el (tex-mode): Suppress warning about
18307 multiple definitions when compiling.
18308
18309 2008-03-04 Alan Mackenzie <acm@muc.de>
18310
18311 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18312
18313 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18314 doc-string, "c-old-LEN" -> "c-old-END".
18315
18316 2008-03-04 Jason Rumney <jasonr@gnu.org>
18317
18318 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18319 namespaces.
18320
18321 2008-03-04 Glenn Morris <rgm@gnu.org>
18322
18323 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18324
18325 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18326 than mapcar.
18327
18328 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18331 (byte-compile-nilconstp): Can't use recursion in a defsubst.
18332
18333 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18334 so that M-q can fill comments.
18335 (tex-executable-exists-p, tex-compile): Extend with special syntax for
18336 commands implemented in elisp.
18337 (tex-compile-commands): Add an entry to use doc-view for pdf files.
18338 (tex-format-cmd): New function.
18339 (tex-compile): Use it to let the user specify default arguments.
18340 (tex-cmd-bibtex-args): New var.
18341 (tex-cmd-doc-view): New function.
18342
18343 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
18344
18345 * faces.el (face-spec-set): Fix typos in docstring.
18346
18347 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
18348
18349 * bindings.el (mode-line-column-line-number-mode-map): New variable.
18350 (standard-mode-line-position): Use it to add a menu for toggling
18351 column number and line number display.
18352
18353 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18354
18355 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18356 Remove optimization that was working around the form-code-walker bug.
18357
18358 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18359 Walk into the body of lambdas after byte-compile-unfold-lambda.
18360
18361 2008-03-03 Glenn Morris <rgm@gnu.org>
18362
18363 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18364 value, if set, over frame value.
18365
18366 * simple.el (transient-mark-mode): Don't turn on by default.
18367
18368 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18369 accidentally removed by the 2007-12-05 merge from Gnus.
18370
18371 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
18372
18373 * progmodes/compile.el (compilation-menu-map): Add menu entries
18374 for useful options.
18375
18376 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
18377 Glenn Morris <rgm@gnu.org>
18378
18379 * emacs-lisp/bytecomp.el (byte-recompile-directory)
18380 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18381 Give a `bytecomp-' prefix to local variables with common names.
18382
18383 2008-03-01 Glenn Morris <rgm@gnu.org>
18384
18385 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18386 Restore code commented out 2007-11-10.
18387
18388 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18389
18390 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18391 Delete macro.
18392 * emulation/viper-cmd.el, emulation/viper-ex.el:
18393 * emulation/viper-init.el, emulation/viper-keym.el:
18394 * emulation/viper-mous.el, emulation/viper-util.el:
18395 * emulation/viper.el:
18396 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18397 featurep test.
18398
18399 Replace obsolete frame-local variables with frame-parameters.
18400 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18401 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18402 (viper-vi-state-cursor-color): Only call make-variable-frame-local
18403 on XEmacs.
18404 * emulation/viper-util.el (viper-frame-value): New macro.
18405 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18406 (viper-R-state-post-command-sentinel)
18407 (viper-replace-state-post-command-sentinel)
18408 (viper-change-state-to-insert, viper-change-state-to-emacs):
18409 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18410 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18411 (viper-get-saved-cursor-color-in-insert-mode)
18412 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18413 Use viper-frame-value for viper-replace-overlay-cursor-color,
18414 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18415 viper-vi-state-cursor-color values.
18416
18417 * emulation/viper-cmd.el (zmacs-region-stays):
18418 * emulation/viper-util.el (zmacs-region-stays): No need to define
18419 for compiler.
18420
18421 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18422 mapcar on Emacs.
18423
18424 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18425 on XEmacs.
18426
18427 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18428 rather than if.
18429
18430 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18431
18432 * whitespace.el: New version 9.3. As the glyph code generation was
18433 fixed, it is possible now to use character code above ?\x1FFFF in the
18434 display table. Fix `whitespace-indentation-regexp' to not include an
18435 extra ending character. Reported by Michael Welsh Duggan
18436 <mwd@cert.org>. Added hook actions when buffer is written or killed as
18437 the original whitespace package had. Suggested by Eric Cooper
18438 <ecc@cmu.edu>. Doc fix.
18439 (whitespace-action): New option.
18440 (whitespace-display-mappings): Changed default newline visualization to
18441 display downwards arrow, as the glyph code generation was fixed.
18442 (whitespace-unload-function): Assure that all local whitespace mode is
18443 turned off.
18444 (whitespace-global-modes): Fix type customization.
18445 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18446 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18447 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18448 Fix code.
18449 (whitespace-buffer): Command removed.
18450 (whitespace-trailing-regexp, whitespace-mark-x)
18451 (whitespace-display-window, whitespace-action-when-on)
18452 (whitespace-add-local-hook, whitespace-remove-local-hook)
18453 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18454 (whitespace-action): New funs.
18455 (whitespace-report-list, whitespace-report-text)
18456 (whitespace-report-buffer-name): New consts.
18457 (whitespace-report, whitespace-report-region): New commands.
18458
18459 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * disp-table.el (make-glyph-code): Don't test the result of
18462 `face-id', which already signals an error for invalid faces.
18463 (glyph-face): Simplify.
18464
18465 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18466 running `desktop-not-loaded-hook' to allow modifying it.
18467 Don't show warning message if `desktop-dirname' was modified.
18468
18469 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18472 we still expect more lines.
18473
18474 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18475 comment-paragraph filling if the commark doesn't match
18476 comment-start-skip.
18477
18478 2008-03-01 Daiki Ueno <ueno@unixuser.org>
18479
18480 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18481 the `imap' variant.
18482
18483 2008-03-01 Jason Rumney <jasonr@gnu.org>
18484
18485 * files.el (make-auto-save-file-name): Encode more characters in
18486 non-file buffer names. Use url-encoding.
18487
18488 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18489
18490 * net/net-utils.el (ftp-program): Fix typo in docstring.
18491 (ifconfig-program-options, netstat-program-options)
18492 (arp-program-options, route-program-options, nslookup-program-options)
18493 (ftp-program-options, smbclient-program-options)
18494 (dns-lookup-program-options, arp, route): Doc fixes.
18495
18496 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18497 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18498 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18499 Fix typos in docstrings.
18500 (gdb-pending-triggers): Reflow docstring.
18501 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18502
18503 2008-03-01 Alan Mackenzie <acm@muc.de>
18504
18505 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18506 typing "#" at EOB.
18507
18508 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18511
18512 2008-02-29 Kim F. Storm <storm@cua.dk>
18513
18514 * emulation/cua-base.el (cua-remap-control-v)
18515 (cua-remap-control-z): New defcustoms.
18516 (cua-mode): Add them to set-after property.
18517 (cua--init-keymaps): Use them.
18518 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18519
18520 * help.el (view-emacs-todo): Rename from view-todo.
18521 (describe-gnu-project): Rename from describe-project. Users changed.
18522 (view-help-file): New helper function.
18523 (describe-distribution, describe-copying, describe-gnu-project)
18524 (view-todo, view-order-manuals, view-emacs-problems): Use it.
18525 (view-emacs-debugging, view-external-packages): New commands.
18526 (help-map): Move describe-distribution to C-h C-o (ordering).
18527 Move view-emacs-problems to C-h C-p (problems).
18528 Bind view-emacs-debugging to C-h C-d (debugging).
18529 Bind view-external-packages to C-h C-e (extras).
18530 (help-for-help-internal): Cleanup and align descriptions.
18531 Remove command names to reduce clutter.
18532
18533 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18534
18535 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18536 and quieter face (not a warning).
18537
18538 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * vc.el (vc-status-crt-marked): New variable.
18541 (vc-status-mode): Make it local.
18542 (vc-status-refresh): Use it to save the marked files.
18543 (vc-update-vc-status-buffer): Use it to restore the marked files.
18544
18545 * vc-svn.el (vc-svn-after-dir-status):
18546 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18547
18548 2008-02-29 Glenn Morris <rgm@gnu.org>
18549
18550 * allout.el (allout-topic-encryption-bullet)
18551 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18552 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18553 from 22.0 to 22.1.
18554
18555 * net/imap.el (imap-ping-server):
18556 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18557 Change defcustom :version from 23.0 to 23.1.
18558
18559 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
18560
18561 * desktop.el (desktop-save): Save the buffer name if the
18562 uniquified base name is empty.
18563
18564 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18565
18566 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18567 correctly when user has "set print address off".
18568
18569 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
18570
18571 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18572 version number of the next major Emacs release, not 23.0.
18573
18574 * longlines.el (longlines-unload-function): New function.
18575
18576 2008-02-28 Juri Linkov <juri@jurta.org>
18577
18578 * startup.el (normal-splash-screen): Add argument `concise'.
18579 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
18580 to the created buffer. If `concise' is non-nil, call
18581 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
18582 (display-startup-screen): Add argument `concise' to the call to
18583 `normal-splash-screen'.
18584
18585 2008-02-28 Kim F. Storm <storm@cua.dk>
18586
18587 * startup.el (startup-echo-area-message): Check for about-emacs.
18588
18589 2008-02-28 Juri Linkov <juri@jurta.org>
18590
18591 * startup.el: Always add initial message to *scratch* buffer if
18592 `initial-scratch-message' is non-nil regardless of the value of
18593 `inhibit-startup-screen'.
18594 (inhibit-startup-screen, initial-scratch-message): Doc fix.
18595 (command-line-1): Move code that inserts `initial-scratch-message'
18596 up before the if-form that checks for `inhibit-startup-screen'.
18597 Suggested by Jonathan Rockway <jon@jrock.us>.
18598
18599 2008-02-28 Juri Linkov <juri@jurta.org>
18600
18601 * cus-edit.el (custom-mode-map, custom-mode-link-map):
18602 Rename `custom-mode' to `Custom-mode' in docstrings.
18603 (custom-buffer-create-internal, customize-browse):
18604 Rename `custom-mode' to `Custom-mode'.
18605 (custom-mode-hook): Rename to `Custom-mode-hook'.
18606 (Custom-mode-hook): Renamed from `custom-mode-hook'.
18607 (custom-mode): Rename to `Custom-mode'.
18608 (Custom-mode): Renamed from `custom-mode'. Doc fix.
18609 (custom-mode): Add backward-compatible non-interactive variant of
18610 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
18611 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18612
18613 * info-look.el: Rename `custom-mode' to `Custom-mode'.
18614
18615 * emulation/viper.el (viper-emacs-state-mode-list):
18616 Rename `custom-mode' to `Custom-mode'.
18617
18618 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18619 Capitalize "Tagged Files".
18620 (minibuffer-local-map): Add menu items for next/previous
18621 history elements and isearch history forward/backward.
18622
18623 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18624 `hs-isearch-open' with t instead of `comment' in :selected
18625 for "Code and Comment blocks" menu item.
18626
18627 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 * uniquify.el (uniquify-buffer-base-name): Undo last change.
18630 Should be done in desktop.el instead.
18631
18632 2008-02-28 Glenn Morris <rgm@gnu.org>
18633
18634 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18635
18636 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18637
18638 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18639 (Info-menu, Info-goto-node): Remove declarations.
18640 (report-emacs-bug-info): Use info rather than Info-goto-node.
18641
18642 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18643 (idlwave-convert-xml-system-routine-info): Don't require xml.
18644 (idlwave-show-commentary, idlwave-shell-show-commentary):
18645 Don't require finder.
18646 (idlwave-info): Don't require info. Use info rather than
18647 Info-goto-node.
18648
18649 * textmodes/org.el (Info-goto-node): Remove declaration.
18650 (org-info): Use info rather than Info-goto-node.
18651
18652 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18653 (reftex-info): Don't require info. Use info rather than Info-goto-node.
18654
18655 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
18656
18657 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18658 the menu.
18659
18660 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18661 (vc-finish-logentry): Check for vc-status-mode, not only for
18662 vc-dired-mode.
18663
18664 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18665
18666 * isearch.el (isearch-printing-char): Don't check
18667 keyboard-coding-system.
18668 Call isearch-process-search-multibyte-characters only when
18669 current-input-method is non-nil.
18670
18671 2008-02-27 Kim F. Storm <storm@cua.dk>
18672
18673 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18674 (glyph-char, glyph-face): Handle cons encoding.
18675
18676 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
18677
18678 * uniquify.el (uniquify-buffer-base-name): If the base name is an
18679 empty string, return nil to allow the caller to default to the
18680 buffer name. Reported by Martin Fischer <parozusa@web.de>.
18681
18682 * tool-bar.el (tool-bar-setup): Doc fix.
18683
18684 * mail/supercite.el (sc-describe):
18685 Fix typos in obsolescence declaration.
18686
18687 2008-02-27 Glenn Morris <rgm@gnu.org>
18688
18689 * autoinsert.el (auto-insert-alist): Change permission text to
18690 match FSF's GPLv3 form.
18691
18692 * mail/supercite.el (sc-cite-original): Doc fix.
18693 (sc-version): Make obsolete.
18694 (sc-describe): Show the SC info page. Make obsolete.
18695
18696 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18697
18698 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18699 when using transient-mark-mode.
18700 (default-indicate-unused-lines): Remove unused var.
18701
18702 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
18703
18704 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18705 and previous.
18706
18707 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18708
18709 2008-02-26 Glenn Morris <rgm@gnu.org>
18710
18711 * net/net-utils.el (top-level): Don't require comint when compiling.
18712 (nslookup-font-lock-keywords): Don't require font-lock.
18713 Use font-lock faces rather than variables.
18714 (nslookup, ftp, smbclient, network-service-connection):
18715 Don't require comint.
18716 (comint-prompt-regexp, comint-input-autoexpand)
18717 (comint-input-ring): Declare for compiler.
18718 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18719 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
18720
18721 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18722 doc-string.
18723
18724 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * doc-view.el (doc-view-current-page): Add a `win' argument.
18727
18728 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18731 Demote it to plain defvar.
18732 (doc-view-conversion-refresh-interval): Reduce interval.
18733 (doc-view-goto-page): Allow moving to pages not yet rendered.
18734 (doc-view-goto-page): Construct a file name rather than extracting it
18735 from doc-view-current-files.
18736 (doc-view-kill-proc): Ignore errors from kill-process.
18737 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18738 (doc-view-insert-image): Use appropriate text if the page hasn't been
18739 rendered yet. Adjust scrolling so the text is displayed.
18740 (doc-view-display): Detect not just that a page is available, but also
18741 that it wasn't available before, so as to avoid refreshing all pages
18742 repeatedly.
18743 (doc-view-mode): Make doc-view-cache-directory if needed.
18744
18745 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18746
18747 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18748 toggle-read-only.
18749
18750 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18751 refering to a missing required field with the OPT prefix.
18752 Make unwindform more robust.
18753
18754 * textmodes/bibtex.el: Remove support for hideshow minor mode as
18755 it duplicates the bibtex support in progmodes/hideshow.el.
18756 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18757 entries that do not start at the beginning of a line.
18758
18759 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18760
18761 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18762
18763 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
18764
18765 * help-fns.el (describe-variable): Add phrases about
18766 initialization file with and without customization;
18767 use new button type help-info-variable.
18768
18769 * help-mode.el (help-info-variable):
18770 New button able to read Info files for help-fns.el.
18771
18772 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
18773
18774 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18775 (grep-mode): Use grep-mode-tool-bar-map.
18776
18777 * progmodes/compile.el (tool-bar): Require tool-bar.
18778 (compilation-mode-tool-bar-map): New variable.
18779 (compilation-mode): Use compilation-mode-tool-bar-map.
18780
18781 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
18782
18783 2008-02-25 Glenn Morris <rgm@gnu.org>
18784
18785 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18786
18787 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18788
18789 * diff-mode.el (diff-file-junk-re): New const.
18790 (diff-beginning-of-file-and-junk): Use it.
18791 (diff-file-kill): Make sure we were really inside a file diff.
18792
18793 * diff-mode.el: Make it more robust in the presence of empty context
18794 lines in unified hunks.
18795 (diff-valid-unified-empty-line): New var.
18796 (diff-unified->context, diff-sanity-check-hunk): Obey it.
18797 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
18798 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18799 (diff-hunk-header-re-unified): New const.
18800 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18801 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18802 (diff-sanity-check-hunk): Use it.
18803
18804 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18805 Index: line, don't search backward for the previous one.
18806
18807 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18808
18809 * international/fontset.el (setup-default-fontset): Add non-OTF
18810 lao font for lao script.
18811
18812 * language/tibetan.el: Register tibetan-composition-function in
18813 composition-function-table.
18814
18815 * language/tibet-util.el (tibetan-composition-function):
18816 Adjust for the new calling way (argument changed). Try font-shape-text
18817 if possible.
18818
18819 * language/lao.el: Register lao-composition-function in
18820 composition-function-table.
18821
18822 * language/lao-util.el (lao-composition-function): Adjust for the new
18823 calling way (argument changed). Try font-shape-text if possible.
18824
18825 2008-02-25 Jason Rumney <jasonr@gnu.org>
18826
18827 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18828
18829 2008-02-25 Juri Linkov <juri@jurta.org>
18830
18831 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18832 background, "red4" for a dark background, "red" for 16 and
18833 8 colors, "grey" for grayscale, and inverse video otherwise.
18834 Add :version tag.
18835 (isearch-message): Keep the original isearch-message intact, and
18836 add text properties to it where necessary. Add `isearch-error' to
18837 the condition that checks if isearch is unsuccessful.
18838
18839 2008-02-24 Juri Linkov <juri@jurta.org>
18840
18841 * progmodes/compile.el (compilation-handle-exit):
18842 Use compilation-error face instead of font-lock-warning-face.
18843 Display the same message in the minibuffer as is inserted
18844 at the end of the compilation buffer.
18845
18846 2008-02-24 Glenn Morris <rgm@gnu.org>
18847
18848 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18849 multiple file case.
18850
18851 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18852
18853 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18854 multiple file case. Use a single `let' rather than two.
18855
18856 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18857
18858 * progmodes/compile.el (compilation-start): Specify a face for
18859 mode-line-process.
18860 (compilation-handle-exit): Specify a face and a tooltip for
18861 mode-line-process.
18862
18863 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * hilit-chg.el: Remove spurious * in defcustom docstrings.
18866 (hilit-chg-make-ov): Simplify.
18867 (hilit-chg-fixup): Use remove-overlays.
18868 (hilit-chg-set-face-on-change): Remove redundant call to
18869 `remove-text-properties'.
18870
18871 * dired.el (dired-mark-prompt): Don't count/display the t element.
18872 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18873
18874 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18875
18876 * progmodes/verilog-mode.el (eval-when-compile): Don't define
18877 add-submenu.
18878 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18879 Remove. Move contents to the only use ...
18880 (verilog-menu): ... here.
18881 (verilog-statement-menu): Remove. Move contents to the only use ...
18882 (verilog-stmt-menu): ... here.
18883 (verilog-mark-defun): Simply call mark-defun for emacs.
18884 (occur-pos-list): Declare for byte compiler.
18885 (mode-popup-menu): Don't defvar.
18886 (verilog-add-statement-menu): Remove.
18887 (verilog-mode-hook): Don't add verilog-add-statement-menu.
18888 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18889
18890 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18891
18892 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18893 conditional.
18894 (verilog-font-grouping-keywords-face): Make the begin..end
18895 keywords standout more than other verilog keywords.
18896 (verilog-type-font-keywords): Move the begin..end out of this list
18897 to facilitate making them to (potentially) stand out more.
18898 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18899 function & task blocks.
18900 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18901 initial, function & task blocks.
18902 (verilog-forward-sexp): Handle the new "disable fork" statement of
18903 IEEE-1800 Verilog.
18904 (verilog-beg-block-re-ordered): Handle the new "disable fork"
18905 statement of IEEE-1800 Verilog.
18906 (verilog-calc-1): Handle the new "disable fork" statement of
18907 IEEE-1800 Verilog.
18908 (verilog-disable-fork-re): Add const to help handle the new
18909 "disable fork" statement of IEEE-1800 Verilog.
18910 (verilog-declaration-core-re): Add port directions by themselves,
18911 with no qualification, as base item of a declaration.
18912 (verilog-pretty-declarations): Add new flag to ask it to refrain
18913 from printing to the message buffer.
18914 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18915 printing to the message buffer. Improve handling of the many
18916 types of expression line up.
18917 (verilog-just-one-space): Remove printing of an empty message.
18918 (verilog-get-lineup-indent): Rework to support the better handling
18919 of expression lineup for verilog-pretty-expr.
18920 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18921
18922 2008-02-24 Alan Mackenzie <acm@muc.de>
18923
18924 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18925 yesterday's commit.
18926
18927 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18928
18929 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18930 to mouse-set-point in buffers that aren't associated with files.
18931
18932 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18933
18934 2008-02-24 Alan Mackenzie <acm@muc.de>
18935
18936 Set of changes so that "obtrusive" syntactic elements in a
18937 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18938 unmatched paren) don't interact syntactically with stuff outside
18939 the CPP line.
18940
18941 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18942 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18943 off-by-one bug.
18944 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18945 a bit of refactoring.
18946 (c-awk-extend-and-syntax-tablify-region): Takes some of the
18947 functionality of c-awk-advise-fl-for-awk-region, which has been
18948 refactored away.
18949
18950 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18951 (c-clear-char-property-with-value): New function and macro which
18952 remove text-properties `equal' to a supplied value.
18953
18954 * progmodes/cc-engine.el: Comment about text properties amended.
18955
18956 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18957 parens around "error\\|warning".
18958
18959 * progmodes/cc-langs.el (c-get-state-before-change-function)
18960 (c-before-font-lock-function, c-anchored-cpp-prefix):
18961 New language variables.
18962 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18963
18964 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18965 syntax-table text properties.
18966 (c-common-init): Call language specific before/after-change
18967 functions at mode initialisation.
18968 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18969 (c-extend-region-for-CPP, c-neutralize-CPP-line)
18970 (c-neutralize-syntax-in-CPP): New functions.
18971 (c-before-change, c-after-change): Call the new language specific
18972 change functions defined in cc-langs.el.
18973 (c-advise-fl-for-region): New macro.
18974 (awk-mode): Remove AWK specific stuff which has been refactored
18975 into language independent stuff.
18976
18977 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18978
18979 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18980 (gdb): (Re)set gdb-flush-pending-output to nil here...
18981 (gdb-init-1): ...instead of here (before gdb-prompt).
18982
18983 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18984
18985 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18986 Recognize ''' just like any other char-constant.
18987
18988 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18991 careful enough. Detect the uid-change all within the main loop.
18992
18993 2008-02-24 Stefan Monnier <monnier@pastel.home>
18994
18995 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18996
18997 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * hilit-chg.el (highlight-save-buffer-state): New macro.
19000 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
19001 (hilit-chg-clear): Use it to preserve the modified-p flag.
19002 (highlight-changes-rotate-faces): Don't mess with the undo-list.
19003
19004 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * font-lock.el (font-lock-set-defaults): Unset previously set variables
19007 when needed.
19008
19009 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
19010
19011 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
19012 from gnus-button-url-regexp.
19013
19014 2008-02-24 Eli Zaretskii <eliz@gnu.org>
19015
19016 * progmodes/compile.el (compilation-next-error): Doc fix.
19017 (compilation-find-file): Doc fix.
19018
19019 2008-02-24 Glenn Morris <rgm@gnu.org>
19020
19021 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
19022 Add obsolete aliases to the old names.
19023
19024 2008-02-24 Richard Stallman <rms@gnu.org>
19025
19026 * net/net-utils.el (ifconfig): Rename from ipconfig.
19027 (ipconfig): Alias to ifconfig.
19028 (ifconfig-program): Rename from ipconfig-program.
19029 (ifconfig-program-options): Rename from ipconfig-program-options.
19030
19031 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
19032
19033 * progmodes/verilog-mode.el (verilog-declaration-core-re):
19034 Add port directions by themselves, with no qualification, as base
19035 item of a declaration.
19036 (verilog-pretty-declarations): Add new flag that inhibits printing
19037 to the message buffer.
19038 (verilog-pretty-expr): Add new flag that inhibits printing to the
19039 message buffer. Improve handling of the many types of expression
19040 line up.
19041 (verilog-just-one-space): Don't print an empty message.
19042 (verilog-get-lineup-indent): Rework to support the better handling
19043 of expression lineup for verilog-pretty-expr.
19044 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19045 (verilog-mode-version, verilog-mode-release-date): Update.
19046
19047 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * subr.el (cancel-change-group): Don't move point.
19050
19051 2008-02-23 Markus Triska <markus.triska@gmx.at>
19052
19053 * linum.el (linum-after-config): Update all visible windows.
19054
19055 2008-02-23 Glenn Morris <rgm@gnu.org>
19056
19057 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
19058 Add :help for Solitaire and Tetris.
19059
19060 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
19061
19062 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
19063 (smtpmail-code-conv-from): Doc fix. Fix custom type.
19064 (smtpmail-queue-index-file): Make it a defcustom.
19065 (smtpmail-queue-index): Delete.
19066 (smtpmail-send-it, smtpmail-send-queued-mail):
19067 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
19068 smtpmail-queue-index.
19069
19070 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19071 Add :version.
19072
19073 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
19074
19075 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19076 New variables.
19077 (iwconfig): New function.
19078
19079 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
19080
19081 * vc.el (vc-find-revision): Make vc-parent-buffer local before
19082 setting it.
19083 (vc-status-menu-map): Do not define using easy-menu.
19084 (vc-status-menu-map): New defalias.
19085 (vc-status-mode-map): Hook up the menu.
19086 (top-level): Update TODO.
19087
19088 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19089
19090 * vc-bzr.el (vc-bzr-init-version): Rename to ...
19091 (vc-bzr-init-revision): ... this.
19092
19093 2008-02-23 Jason Rumney <jasonr@gnu.org>
19094
19095 * makefile.w32-in (WINS_ALMOST): Remove term.
19096 (WINS): Add term here.
19097 (custom-deps, finder-data): Use WINS_ALMOST.
19098
19099 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
19100
19101 * faces.el (font-weight-table): Fix value of `semi-light'.
19102
19103 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19106 Make those tables bijective.
19107
19108 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
19109
19110 Finish pdbtrack integration cleanup, settling missing-functions
19111 byte compiler warnings appropriately.
19112
19113 * progmodes/python.el (python-point): Remove this - beginning-of-line
19114 was all that was necessary for `python-pdbtrack-overlay-arrow'.
19115 (python-end-of-def-or-class, python-beginning-of-def-or-class)
19116 (python-goto-initial-line): Drop these - they were only needed for
19117 python-point.
19118 (python-comint-output-filter-function): Use condition-case and
19119 beginning-of-line directly, instead of python-mode.el functions
19120 which require all sorts of baggage.
19121 (point-safe): Unnecessary - we're using condition-case directly,
19122 instead.
19123 (python-execute-file): Include for python-shell, which I'm leaving
19124 in keeping despite it being unnecessary for pdb tracking.
19125
19126 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
19127
19128 * progmodes/scheme.el (scheme-font-lock-keywords-2):
19129 Add SRFI 11 support.
19130 (let-values, let*-values): Specify scheme-indent-function.
19131
19132 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
19133
19134 * vc.el (vc-exec-after): Move setting mode-line-process in the
19135 busy case ...
19136 (vc-set-mode-line-busy-indicator): ... in this new function.
19137 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19138 (vc-update-vc-status-buffer): Reset mode-line-process.
19139 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19140 mark/unmark all the files with the same state as the current one.
19141 With a prefix argument mark/unmark all files.
19142 (vc-status-mode-menu): Adjust strings.
19143 (vc-update-vc-status-buffer): Only do something when the argument
19144 is not nil.
19145 (vc-status-kill-dir-status-process): New function.
19146 (vc-status-mode-map): Bind it.
19147 (vc-status-process-buffer): New variable.
19148 (vc-status-mode): Make it local.
19149 (vc-status-refresh): Set it.
19150
19151 * vc-hg.el (vc-hg-dir-status):
19152 * vc-git.el (vc-git-dir-status):
19153 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19154 command is run.
19155
19156 2008-02-22 Glenn Morris <rgm@gnu.org>
19157
19158 * json.el (top-level): No need to require thingatpt.
19159 (json-read-keyword): Use thing-at-point rather than word-at-point.
19160
19161 * time.el (top-level): No need to require time-date when compiling.
19162
19163 * emacs-lisp/copyright.el (copyright-update-year):
19164 Fix subexpression numbering for the case when years are split over
19165 lines, and for the replace case.
19166
19167 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
19168 (tpu-caar, tpu-cadr): Delete functions.
19169 (zmacs-regions): No need to declare for compiler.
19170 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19171 (tpu-spell-check): Rewrite, and handle mark after point.
19172 (tpu-special-insert): Use or rather than if.
19173
19174 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19175 rather than spell-region.
19176
19177 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19178 warnings about spell-region.
19179
19180 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
19181
19182 * ldefs-boot.el: Regenerated.
19183
19184 * loadup.el: Don't load language/devanagari, language/kannada,
19185 language/malayalam, and language/tamil. Load language/sinhala.
19186
19187 * language/indian.el (indian-font-foundry)
19188 (indian-script-language-alist, indian-font-char-index-table)
19189 (indian-font-char, indian-font-char-range, indian-script-table)
19190 (indian-default-script, indian-composable-pattern): Delete them.
19191 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19192 language environments moved to here.
19193 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19194 New language environments.
19195
19196 * language/devanagari.el, language/devan-util.el,
19197 * language/kannada.el, language/knd-util.el, language/malayalam.el,
19198 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19199 Delete them.
19200
19201 * language/sinhala.el: New file.
19202
19203 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
19204
19205 Update Nick Robert's port of pdb tracking from python-mode.el.
19206
19207 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19208 Clarify docstring.
19209 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19210 tracking is happening.
19211 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19212 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19213 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19214 Tracking is plugged in to all comint buffers once python.el is loaded.
19215 (python-pdbtrack-overlay-arrow): Toggle activation of
19216 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19217 (python-pdbtrack-track-stack-file): Use new
19218 `python-pdbtrack-get-source-buffer' for more flexible access to
19219 debugging source files.
19220 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19221 according to pdb stack trace, optionally using new
19222 `python-pdbtrack-grub-for-buffer' if file is not locally available.
19223 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19224 named buffer, or having function with indicated name.
19225 (python-shell): Remove comint-output-filter-functions hook
19226 addition, it's being done elsewhere. Wrap long line.
19227
19228 2008-02-21 Michael Olson <mwolson@gnu.org>
19229
19230 * json.el: Replace XEmacs compatibility code to get rid of
19231 compiler warnings.
19232
19233 * time.el: Fix compiler warning.
19234
19235 2008-02-21 Edward O'Connor <ted@oconnor.cx>
19236
19237 * json.el: New file (JavaScript Object Notation parser / generator).
19238
19239 2008-02-21 Dave Love <fx@gnu.org>
19240
19241 * progmodes/sym-comp.el: New file.
19242
19243 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19244 Require sym-comp. Add Python buffer to same-window-buffer-names.
19245 Fixup whitespaces.
19246 (python-font-lock-keywords): Add highlighting for Python builtins.
19247 (python-font-lock-syntactic-keywords): Rewrite.
19248 (python-quote-syntax): Use syntax-ppss-context instead of parsing
19249 ppss directly.
19250 (python-mode-map): Add binding for python-find-function.
19251 (python-calculate-indentation): Clean up the logic.
19252 (python-beginning-of-defun): Explicitly set return value.
19253 (python-beginning-of-statement): Stop looping if we get stuck
19254 going backwards.
19255 (python-next-statement): Stop looping if we somehow end up inside
19256 a string while advancing.
19257 (python-preoutput-continuation, python-version-checked): New vars.
19258 (python-check-version): New function.
19259 (run-python): Set default command to python-command instead of
19260 python-python-command.
19261 (run-python): Use python-check-version. Give PYTHONPATH
19262 precedence over data-directory in the process environment.
19263 Load function definitions in python process after.
19264 (python-check-comint-prompt): New function.
19265 (python-send-command, python-send-receive): Use it.
19266 (python-complete-symbol, python-try-complete): Functions deleted.
19267 Use symbol-complete instead of python-complete-symbol throughout.
19268 (python-fill-paragraph): Further refine the fenced-string regexp.
19269 (def-python-skeleton): Expand to the original abbrev instead if in
19270 a comment or string. Tweak skeletons for `if', `while', `for',
19271 `try/except', `try/finally', `name'.
19272 (python-pea-hook, python-abbrev-pc-hook): New functions.
19273 (python-abbrev-syntax-table): New var.
19274 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19275 Use symbol-completion-try-complete for hippie expansion.
19276 Turn on font lock unconditionally.
19277 (python-mode-hook): Defcustom it. No need to use make-local
19278 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19279 option, since it's buffer-local.
19280
19281 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
19282
19283 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19284
19285 2008-02-21 Drew Adams <drew.adams@oracle.com>
19286
19287 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19288 "Turn off" and a "Help" entry when the minor mode has no menu.
19289
19290 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
19291
19292 * vc.el (vc-status-mark, vc-status-unmark): New functions.
19293 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19294 vc-status-mark-file and vc-status-unmark-file.
19295 (vc-status-mark-unmark): New function.
19296 (vc-status-previous-line, vc-status-next-line): No longer interactive.
19297
19298 2008-02-21 Glenn Morris <rgm@gnu.org>
19299
19300 * composite.el (encode-composition-rule): Fix typo in error message.
19301 (composition-function-table, auto-composition-mode): Doc fixes.
19302
19303 * subr.el (sit-for): Fix obsolete form for nil second argument.
19304
19305 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19306 (spell-string): Make obsolete, in favor of ispell.
19307
19308 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
19309
19310 * language/devanagari.el: Don't setup composition-function-table
19311 here.
19312 ("Devanagari"): Change charset, coding-system, coding-priority to
19313 Unicode-based ones. Don't require the feature devan-util.
19314
19315 * composite.el (compose-chars-after): Fix arguments for a function
19316 in composition-function-table.
19317 (auto-compose-region): Likewise.
19318
19319 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19320 for Ethiopic.
19321 (ps-mule-plot-string): Ignore glyph-string based compositions.
19322
19323 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * doc-view.el: Allow different windows to show different pages.
19326 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19327 (doc-view-current-image, doc-view-current-overlay): Remove variables,
19328 add them back as macros instead, using image-mode-winprops instead.
19329 Update all users of those variables.
19330 (doc-view-new-window-function): New function to create a new overlay
19331 for each new window.
19332 (doc-view-mode): Use it and image-mode-setup-winprops.
19333 (doc-view-clone-buffer-hook): Rewrite accordingly.
19334
19335 * image-mode.el: Extend [hv]scroll support to per-window properties.
19336 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19337 (image-mode-winprops-alist): New var to replace them.
19338 (image-mode-new-window-functions): New hook.
19339 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19340 New funs.
19341 (image-set-window-vscroll, image-set-window-hscroll): Use them.
19342 Remove the `window' argument, update callers.
19343 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19344 Use the new functions.
19345 (image-mode-reapply-winprops): New fun.
19346 (image-mode): Use it.
19347
19348 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
19349
19350 * calc/calc-math.el (math-sin-raw): Add optional argument
19351 to keep track of original argument.
19352 (math-cos-raw): Use optional argument when calling math-sin-raw.
19353 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19354 with close to original precision.
19355
19356 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19357
19358 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19359 args in calls of sit-for.
19360
19361 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
19362
19363 * vc-svn.el (vc-svn-program): Fix typo in docstring.
19364 (vc-svn-checkin): Fix typo in error message.
19365
19366 * help-mode.el: Require easymenu when compiling.
19367
19368 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
19369
19370 * help-mode.el (help-mode-menu): New menu.
19371
19372 2008-02-20 Glenn Morris <rgm@gnu.org>
19373
19374 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19375 on Windows.
19376
19377 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
19378
19379 * ps-mule.el (ps-mule-encode-region): Return a single string.
19380 (ps-mule-plot-string): Adjust for the above change.
19381 (ps-mule-encode-header-string): Likewise.
19382
19383 * international/latin1-disp.el (latin1-display): Don't use
19384 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
19385 standard-display-table.
19386 (latin1-display-identities): Adjust for the change of what is
19387 returned by (get-language-info charset 'charset).
19388
19389 * international/mule-util.el (char-displayable-p): Fix for Latin-1
19390 characters and terminal case.
19391
19392 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
19393
19394 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19395
19396 * progmodes/python.el: Also require comint when loading.
19397 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19398 Replace python-shell with run-python on menu bar.
19399 (python-shell-map): New map.
19400 (python-default-interpreter, python-python-command-args)
19401 (python-jython-command-args, python-pdbtrack-do-tracking-p):
19402 New options.
19403 (python-which-shell, python-which-args, python-which-bufname):
19404 New buffer local variables.
19405 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19406
19407 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19408 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19409 New constants.
19410
19411 Pdbtrack features:
19412
19413 (python-point, python-end-of-def-or-class)
19414 (python-beginning-of-def-or-class, python-goto-initial-line)
19415 (python-comint-output-filter-function)
19416 (python-pdbtrack-overlay-arrow)
19417 (python-pdbtrack-track-stack-file, python-toggle-shells)
19418 (python-shell, python-pdbtrack-toggle-stack-tracking)
19419 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19420 New functions.
19421
19422 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19423
19424 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19425 when the argument is nil.
19426
19427 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19428
19429 * vc.el (dir-status): Add a brief description.
19430
19431 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
19432
19433 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19434 If non-nil, reverse the sense of the check.
19435
19436 * vc-rcs.el (vc-rcs-root): New func.
19437 * vc-cvs.el (vc-cvs-root): New func.
19438 * vc-svn.el (vc-svn-root): New func.
19439 * vc-sccs.el (vc-sccs-root): New func.
19440
19441 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
19442
19443 * language/japan-util.el (setup-japanese-environment-internal):
19444 Call use-cjk-char-width-table.
19445
19446 * language/japanese.el ("Japanese"): Set exit-function to
19447 use-default-char-width-table.
19448
19449 * international/characters.el: Delete occurrences of non-Unicode
19450 tibetan and ethiopic characters.
19451 (cjk-char-width-table): New variable.
19452 (use-cjk-char-width-table, use-default-char-width-table):
19453 New functions.
19454
19455 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19456
19457 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19458 (vc-status-mode-menu): Add a :filter.
19459 (vc-status-printer): Add faces.
19460
19461 * vc-hg.el (vc-hg-extra-status-menu): New function.
19462 (vc-hg-dir-status): Clean up the buffer before using it.
19463
19464 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19467 (gdb): Initialize it here instead.
19468
19469 * files.el (locate-dominating-file): Fix thinko in last change.
19470 Reported by Bruce Stephens <bruce.stephens@isode.com>.
19471
19472 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
19473
19474 * vc.el (vc-status-mode-menu): New menu for vc-status.
19475
19476 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
19477
19478 * progmodes/verilog-mode.el (customize): Fix typo in error message.
19479 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19480 (verilog-mode-auto, verilog-indent-level-module)
19481 (verilog-minimum-comment-distance, verilog-library-flags)
19482 (verilog-library-directories, verilog-library-files)
19483 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19484 (verilog-xemacs-menu, verilog-set-compile-command)
19485 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19486 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19487 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19488 (verilog-batch-inject-auto, verilog-batch-indent)
19489 (verilog-continued-line, verilog-type-keywords)
19490 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19491 (verilog-read-inst-pins, verilog-read-arg-pins)
19492 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19493 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19494 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19495 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19496 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19497 (verilog-mode-version, verilog-mode-release-date)
19498 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19499 (verilog-simulator, verilog-compiler)
19500 (verilog-auto-sense-defines-constant, verilog-company)
19501 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19502 Fix typos in docstrings.
19503 (verilog-set-auto-endcomments, verilog-calculate-indent)
19504 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19505 Reflow docstrings.
19506 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19507 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19508 (electric-verilog-forward-sexp, verilog-in-case-region-p)
19509 (verilog-in-struct-region-p, verilog-in-generate-region-p)
19510 (verilog-leap-to-head, verilog-current-indent-level)
19511 (verilog-case-indent-level, verilog-cpp-keywords)
19512 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19513 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19514 (verilog-signals-not-in, verilog-symbol-detick-text)
19515 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19516 (verilog-forward-close-paren, verilog-backward-open-paren)
19517 (verilog-backward-open-bracket): Doc fixes.
19518
19519 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19520 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19521 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19522 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19523 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19524 Fix typos in docstrings.
19525
19526 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19527
19528 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
19529
19530 * info.el (Info-read-node-name): Removed unused `default' arg.
19531
19532 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
19533
19534 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19535
19536 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * image-mode.el (image-get-display-property): New fun.
19539 (image-forward-hscroll, image-next-line, image-eol, image-eob)
19540 (image-mode, image-minor-mode, image-toggle-display-text)
19541 (image-toggle-display): Use it.
19542
19543 2008-02-18 Jason Rumney <jasonr@gnu.org>
19544
19545 * international/mule.el (xml-find-file-coding-system): Don't warn
19546 about utf-16 with BOM.
19547
19548 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19549
19550 * international/mule.el (sgml-xml-auto-coding-function): Detect and
19551 warn if file encoding is not utf-8 and encoding not specified.
19552 (xml-find-file-coding-system): New function.
19553 * international/mule-conf.el (file-coding-system-alist): Use it.
19554
19555 2008-02-17 Glenn Morris <rgm@gnu.org>
19556
19557 * international/mule-cmds.el (set-locale-environment):
19558 Pass `frame' to getenv for LC_MESSAGES.
19559
19560 2008-02-17 Juri Linkov <juri@jurta.org>
19561
19562 * time.el (emacs-init-time): Use format instead of format-seconds.
19563
19564 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19565
19566 * textmodes/bibtex.el (bibtex-search-entry): Rename from
19567 bibtex-find-entry. Add autoload cookie.
19568 (bibtex-find-entry): Alias for bibtex-search-entry.
19569 (bibtex-search-crossref): Rename from bibtex-find-crossref.
19570 (bibtex-find-crossref): Alias for bibtex-search-crossref.
19571 (bibtex-clean-entry): atomic-change-group removed.
19572 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
19573 to locate buffer location where error occurred.
19574 Make error messages more specific.
19575 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19576
19577 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
19578
19579 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19580 top level.
19581
19582 * simple.el (transient-mark-mode): Add an :init-value.
19583
19584 * startup.el (command-line): Use custom-reevaluate-setting for
19585 transient-mark-mode.
19586
19587 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
19588
19589 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19590
19591 2008-02-16 Juri Linkov <juri@jurta.org>
19592
19593 * startup.el (after-init-time): New variable.
19594 (command-line): Set `after-init-time' to the current time.
19595
19596 * time.el (emacs-init-time): New function.
19597
19598 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * files.el (locate-dominating-file): Remove initial loop because it's
19601 not careful enough. Detect the uid-change all within the main loop.
19602
19603 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
19604
19605 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19606
19607 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19608
19609 * vc.el (vc-annotate): Add new argument.
19610 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19611
19612 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19613 Move make-variable-buffer-local code after the corresponding defvar.
19614 (hs-minor-mode-map): Define and initialize in one step.
19615 (hs-minor-mode): Change from defun to define-minor-mode.
19616
19617 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
19618
19619 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19620 (gdb-ready): Move declaration...
19621
19622 * progmodes/gdb-ui.el (gdb-ready): ...to here.
19623 (gdb-early-user-input): New variable.
19624 (gdb): Reset gdb-flush-pending-output to nil and set
19625 comint-input-sender here (before gdb-prompt), instead of...
19626 (gdb-init-1): ...here.
19627 (gdb-send): If Emacs is not ready, defer user input to...
19628 (gdb-prompt): ...here.
19629
19630 2008-02-16 Glenn Morris <rgm@gnu.org>
19631
19632 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19633
19634 * startup.el (emacs-startup-time): Rename to `before-init-time'.
19635 (before-init-time): New name for `emacs-startup-time'.
19636 (command-line): Use before-init-time rather than emacs-startup-time.
19637 * time.el (emacs-uptime): Use before-init-time rather than
19638 emacs-startup-time.
19639
19640 * composite.el (composition-function-table): Doc fix.
19641
19642 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19643 in favor of `%z' specifier.
19644 (emacs-uptime): Move to time.el.
19645 * time.el (emacs-uptime): Move here from time-date.el. Add optional
19646 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
19647 argument of format-seconds.
19648
19649 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19650
19651 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19652
19653 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
19654
19655 * ielm.el (ielm-is-whitespace): Remove.
19656 (ielm-is-whitespace-or-comment): New function.
19657 (ielm-eval-input): Use it.
19658
19659 2008-02-15 Jason Rumney <jasonr@gnu.org>
19660
19661 * term/mac-win.el: Fix coding tag.
19662
19663 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19664
19665 * vc-hooks.el (vc-menu-map):
19666 * bindings.el (mode-line-mode-menu): Add tooltips.
19667
19668 * bindings.el (help-echo): Add more tooltips. Use a less
19669 telegraphic style for existing tooltips.
19670
19671 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19674 from the auto-generated one.
19675
19676 2008-02-14 Glenn Morris <rgm@gnu.org>
19677
19678 * mail/rmail-spam-filter.el (rmail-spam-filter):
19679 Let-bind message-spam-status.
19680
19681 * mail/smtpmail.el (password-cache-add): Declare as function.
19682
19683 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
19684
19685 * mail/smtpmail.el: Use password-cache.
19686
19687 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
19688
19689 * uniquify.el (uniquify-buffer-base-name): New function.
19690 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19691
19692 * desktop.el (uniquify-managed): Don't defvar.
19693 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19694 `uniquify-managed'. Return also the buffer's base name.
19695 (desktop-save): When saving the buffer info, filter out the base name,
19696 and save it as buffer name if the buffer is managed by uniquify.
19697 (uniquify-item-base): Don't declare; not called anymore.
19698
19699 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
19700
19701 * vc.el (vc-annotate-find-revision-at-line): New function.
19702 (vc-annotate-mode-map): Bind it.
19703 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
19704 some entries.
19705
19706 2008-02-14 Glenn Morris <rgm@gnu.org>
19707
19708 * calendar/time-date.el (format-seconds): New function.
19709 (emacs-uptime): Use format-seconds.
19710
19711 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19712 Remove `LC_ALL=C', since it's included in $(emacs) now.
19713
19714 2008-02-14 Zhang Wei <id.brep@gmail.com>
19715
19716 * textmodes/org-publish.el (org-publish-timestamp-filename):
19717 Replace colon characters in filename too.
19718
19719 2008-02-13 Bastien Guerry <bzg@altern.org>
19720
19721 * mail/rmail.el (rmail-header-name): New face.
19722 (rmail-font-lock-keywords): Use rmail-header-name.
19723
19724 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19725 against X-Spam-Status header field.
19726 (rmail-spam-filter): Also check X-Spam-Status header field.
19727
19728 2008-02-14 Mark A. Hershberger <mah@everybody.org>
19729
19730 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19731 Add support for .pm files and .php files.
19732 (flymake-err-line-patterns): Add pattern for PHP errors.
19733 (flymake-php-init): New function. PHP support for flymake.
19734
19735 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19736 Add regular expression for PHP errors.
19737
19738 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
19739
19740 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19741 This DTRT even on w32 machines.
19742 (ange-ftp-cf1): Quote FILENAME.
19743
19744 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
19745
19746 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19747 (smerge-auto-combine): New fun.
19748
19749 2008-02-12 Juri Linkov <juri@jurta.org>
19750
19751 * startup.el (fancy-startup-screen, normal-splash-screen):
19752 Set default-directory to command-line-default-directory.
19753
19754 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19755 after reading the desktop.
19756
19757 * progmodes/compile.el (compilation-auto-jump):
19758 Call compile-goto-error only when compilation-auto-jump-to-first-error
19759 is non-nil.
19760 (compilation-scroll-output): Replace :type 'boolean with a choice
19761 that has three options including a third option `first-error'.
19762 Doc fix.
19763 (compilation-start, compilation-forget-errors): Add an alternate
19764 condition comparing compilation-scroll-output with `first-error'
19765 in addition to compilation-auto-jump-to-first-error (to call
19766 compilation-auto-jump in the proper place).
19767
19768 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19769
19770 * international/mule.el (sgml-html-meta-auto-coding-function):
19771 Make sure the search limit is ahead.
19772
19773 * tar-mode.el: Fix broken indentation.
19774 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19775 Use with-current-buffer.
19776
19777 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
19778
19779 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19780 it is already automatically buffer-local.
19781
19782 2008-02-12 Drew Adams <drew.adams@oracle.com>
19783
19784 * help.el (describe-key): Join some split lines to facilitate filling.
19785 * help-fns.el (describe-function-1): Fill text of overlong lines.
19786
19787 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
19788
19789 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19790 Use unibyte-string instead of string-make-unibyte.
19791
19792 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19793
19794 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19797 works also for buffers w/o buffer-file-name. Update callers.
19798 (doc-view-clone-buffer-hook): New fun.
19799 (doc-view-mode): Use it for indirect clones. Mark the overlays with
19800 the `doc-view' property so they can be recognized.
19801
19802 * simple.el (clone-indirect-buffer-hook): New hook.
19803 (clone-indirect-buffer): Run it.
19804
19805 2008-02-11 Michael Olson <mwolson@gnu.org>
19806
19807 * epa-setup.el:
19808 * epg-package-info.el: Files removed.
19809
19810 2008-02-11 Daiki Ueno <ueno@unixuser.org>
19811
19812 * epa.el (epa-menu-mode): Merge into epa-mode.
19813 (epa-menu-items): Rename the label "EasyPG Assistant" to
19814 "Encryption/Decryption".
19815
19816 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19817 (epa-dired-mode-map): Rename from epa-dired-map.
19818 (epa-global-dired-mode): Rename the global minor mode.
19819
19820 2008-02-11 Drew Adams <drew.adams@oracle.com>
19821
19822 * isearch.el (isearch-fail): New face.
19823 (isearch-message): Highlight failure part of input.
19824
19825 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19826
19827 * ibuffer.el (ibuffer-header-line-format): New var.
19828 (ibuffer-mode): Set it instead of header-line-format.
19829 (ibuffer-update): Use it to set header-line-format.
19830
19831 * international/mule-cmds.el (ucs-insert): Inherit surrounding
19832 properties like self-insert-command.
19833
19834 2008-02-11 Drew Adams <drew.adams@oracle.com>
19835
19836 * progmodes/etags.el: Add many doc strings.
19837
19838 2008-02-11 Jason Rumney <jasonr@gnu.org>
19839
19840 * ldefs-boot.el: Regenerated.
19841
19842 2008-02-11 Glenn Morris <rgm@gnu.org>
19843
19844 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19845 Shorten some names.
19846
19847 * ffap.el (ffap-rfc-directories): Add :version.
19848
19849 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
19850
19851 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19852 files, and backup files of same.
19853
19854 2008-02-11 Kevin Ryde <user42@zip.com.au>
19855
19856 * ffap.el (ffap-rfc-directories): New variable.
19857 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19858
19859 * info.el (Info-next-reference, Info-prev-reference)
19860 (Info-try-follow-nearest-node): Move to and follow https:// links too.
19861
19862 * simple.el (completion-list-mode): Show full completion-list-mode-map
19863 in the docstring.
19864
19865 2008-02-11 Sam Steingold <sds@gnu.org>
19866
19867 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19868
19869 2008-02-11 Glenn Morris <rgm@gnu.org>
19870
19871 * startup.el (emacs-startup-time): New variable.
19872 (command-line): Set emacs-startup-time.
19873
19874 * calendar/time-date.el (emacs-uptime): New function.
19875
19876 2008-02-10 Bastien Guerry <bzg@altern.org>
19877
19878 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19879 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19880 it is nil.
19881
19882 2008-02-10 Daiki Ueno <ueno@unixuser.org>
19883
19884 * epg-config.el: Expand the contents of epg-package-info.el.
19885 (epg-package-name): New constant.
19886 (epg-version-number): New constant.
19887 (epg-bug-report-address): New constant.
19888
19889 * epa-mail.el (epa-mail-mode): Add autoload cookie.
19890 (epa-global-mail-mode): New global minor mode.
19891
19892 * epa-file.el (epa-file-mode): New global minor mode.
19893
19894 * epa-dired.el (epa-dired-mode): New global minor mode.
19895
19896 * epa.el (epa-menu): New variable.
19897 (epa-menu-items): New variable.
19898 (epa-menu-mode): New global minor mode.
19899 (epa-global-minor-modes): New user option.
19900 (epa-mode): New global minor mode.
19901
19902 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
19903
19904 * net/dbus.el: Remove `no-byte-compile' cookie.
19905 (dbus-call-method, dbus-register-signal, dbus-debug)
19906 (dbus-registered-functions-table): Declare them with
19907 `declare-function' or `defvar', respectively.
19908 (top): Don't assert any longer. Require 'cl when compiling.
19909 Apply `ignore-errors' but `dbus-ignore-errors'.
19910
19911 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19912
19913 * diff-mode.el (diff-add-change-log-entries-other-window):
19914 Use add-change-log-entry.
19915
19916 2008-02-09 Jason Rumney <jasonr@gnu.org>
19917
19918 * button.el (button-map):
19919 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19920 * ldefs-boot.el: Regenerate.
19921
19922 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19923
19924 * epa.el (epa-faces, epa):
19925 * epa-file.el (epa-file):
19926 * epg-config.el (epg): Add :version.
19927
19928 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
19929
19930 * vc.el (vc-exec-after): Append CODE to previous fragments.
19931 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19932 take MESSAGES instead of VERBOSE; use it when non-nil.
19933 (vc-diff-internal): Compute messages once; use them;
19934 update call to vc-diff-finish.
19935
19936 2008-02-09 Michael Olson <mwolson@gnu.org>
19937
19938 * net/tramp.el (tramp-process-sentinel): Avoid error when process
19939 buffer has been killed, such as by
19940 `tramp-cleanup-all-connections'.
19941
19942 2008-02-09 Miles Bader <miles@gnu.org>
19943
19944 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19945
19946 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19947
19948 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19949 splitter in context hunks.
19950
19951 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
19952
19953 * international/fontset.el (setup-default-fontset): Fix arabic otf
19954 font specification.
19955
19956 2008-02-08 Daiki Ueno <ueno@unixuser.org>
19957
19958 * epa-dired.el:
19959 * epa-file.el:
19960 * epa-mail.el:
19961 * epa-setup.el:
19962 * epa.el:
19963 * epg-config.el:
19964 * epg-package-info.el:
19965 * epg.el: Initial check-in of EasyPG.
19966
19967 2008-02-08 Glenn Morris <rgm@gnu.org>
19968
19969 * woman.el (woman-locale): New defcustom.
19970 (woman-expand-locale, woman-manpath-add-locales): New functions.
19971 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
19972
19973 * international/mule-cmds.el (locale-translate): New function,
19974 with old code extracted from set-locale-environment.
19975 (set-locale-environment): Use locale-translate. Set woman-locale.
19976
19977 * cus-start.el (selection-coding-system): Remove, since it's now
19978 defined in select.el rather than in xselect.c.
19979 * select.el (selection-coding-system): Make it a defcustom, and
19980 add the properties from cus-start.el. Bump :version.
19981
19982 * custom.el (custom-theme-set-variables): Sort symbols that are
19983 dependencies before symbols that depend on them.
19984 (custom-enabled-themes): Set after custom-theme-directory.
19985
19986 * pcmpl-unix.el (top-level): Move provide statement to end.
19987 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19988 `*' from doc-string. Allow to be nil.
19989 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19990 Allow to be nil. Add :version.
19991 (pcmpl-ssh-hosts): Move definition before use. Handle lines
19992 without hostnames, and multiple hostnames per line.
19993
19994 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19995
19996 2008-02-08 Phil Hagelberg <phil@evri.com>
19997
19998 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19999 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
20000
20001 2008-02-07 Timo Savola <timo.savola@iki.fi>
20002
20003 * startup.el (command-line-x-option-alist): Add --parent-id.
20004
20005 * term/x-win.el (x-handle-parent-id): New function.
20006
20007 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
20008
20009 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
20010 "Font Menu".
20011
20012 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
20013
20014 * net/dbus.el (dbus-interface-peer): New defconst.
20015 (dbus-ping): New defun.
20016
20017 2008-02-06 Sam Steingold <sds@gnu.org>
20018
20019 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
20020
20021 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20022
20023 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
20024 Just return nil and let the C code provide a fallback.
20025
20026 2008-02-05 Glenn Morris <rgm@gnu.org>
20027
20028 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
20029 tramp-flush-connection-property for removed 2nd argument.
20030
20031 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
20032
20033 * diff-mode.el (diff-add-change-log-entries-other-window):
20034 Rename from diff-create-changelog. Change users.
20035 Minor change to hopefully work with plain diffs.
20036 (diff-mode-map): Add binding for it.
20037
20038 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
20039
20040 * diff-mode.el: Add new TODO entry.
20041 (diff-create-changelog): New function.
20042 (diff-mode-menu): Bind it.
20043
20044 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
20045
20046 * international/mule-diag.el (print-fontset-element): Handle the
20047 case of inhibiting the fallback fonts.
20048
20049 2008-02-04 Kim F. Storm <storm@cua.dk>
20050
20051 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20052 (ido-magic-delete-char): Use prefix arg.
20053
20054 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
20055
20056 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
20057 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
20058 of today, the most recent libpng is 1.2.24).
20059
20060 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
20061
20062 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
20063
20064 * net/dbus.el (top): Check (featurep 'dbusbind).
20065
20066 * net/tramp.el (tramp-process-sentinel): New defun.
20067 (tramp-do-copy-or-rename-file-out-of-band)
20068 (tramp-maybe-open-connection): Use it as process sentinel.
20069 (tramp-handle-delete-directory): Don't use the "-f" option; it
20070 isn't portable.
20071 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
20072 after the command.
20073 (tramp-handle-shell-command): Set `mode-line-process' in the
20074 asynchronous case.
20075
20076 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
20077
20078 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
20079 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
20080 Use `tramp-process-sentinel' as process sentinel.
20081
20082 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
20083
20084 * whitespace.el (global-whitespace-mode): Revert last change.
20085 (whitespace-unload-function): Force `global-whitespace-mode'
20086 to deactivate local modes in a slightly less intrusive way.
20087
20088 2008-02-02 Eli Zaretskii <eliz@gnu.org>
20089
20090 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20091
20092 2008-02-02 Glenn Morris <rgm@gnu.org>
20093
20094 * international/latin1-disp.el (latin1-display):
20095 * progmodes/fortran.el (fortran-comment-indent-char):
20096 * progmodes/idlw-shell.el (top-level):
20097 * term/mac-win.el (mac-keyboard-translate-char):
20098 * whitespace.el (whitespace-char-valid-p):
20099 * wid-edit.el (widget-key-sequence-read-event):
20100 Use characterp rather than char-valid-p.
20101
20102 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20103 to capitalized-find-word-boundary. Doc fix. Update callers.
20104 (capitalized-next-word-boundary-function-table): Rename to
20105 capitalized-find-word-boundary-function-table. Doc fix. Update users.
20106
20107 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20108 string-to-int.
20109
20110 * ps-def.el (declare-function): Add compatibility definition.
20111 (ps-plot-with-face, ps-plot-string): Declare as functions.
20112 (ps-bold-faces, ps-italic-faces): Declare variables.
20113
20114 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20115 (ps-mule-end-job): Declare as functions.
20116
20117 * wid-edit.el (widget-string-complete): Use assoc-string rather
20118 than assoc-ignore-case.
20119
20120 See ChangeLog.13 for earlier changes.
20121
20122 ;; Local Variables:
20123 ;; coding: utf-8
20124 ;; End:
20125
20126 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
20127
20128 This file is part of GNU Emacs.
20129
20130 GNU Emacs is free software: you can redistribute it and/or modify
20131 it under the terms of the GNU General Public License as published by
20132 the Free Software Foundation, either version 3 of the License, or
20133 (at your option) any later version.
20134
20135 GNU Emacs is distributed in the hope that it will be useful,
20136 but WITHOUT ANY WARRANTY; without even the implied warranty of
20137 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20138 GNU General Public License for more details.
20139
20140 You should have received a copy of the GNU General Public License
20141 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20142
20143 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc