(authors-fixed-case): New constant.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-12-19 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/authors.el (authors-fixed-case): New constant.
4 (authors-public-domain-files, authors-ignored-files):
5 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
6 (authors-renamed-files-regexps): Add some new entries.
7 (authors-canonical-file-name): Don't complain about ignored files.
8 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
9 (authors): Ensure error buffer is writable.
10
11 2008-12-18 Kenichi Handa <handa@m17n.org>
12
13 * international/fontset.el (script-representative-chars): Add more
14 scripts.
15 (setup-default-fontset): Add more scripts.
16
17 * international/characters.el: Add more scripts.
18
19 2008-12-19 Juri Linkov <juri@jurta.org>
20
21 * info.el (Info-isearch-search): Implement lax version of
22 incremental word search in Info.
23 (Info-isearch-start): Set Info-isearch-initial-node to the
24 current node when search is nonincremental to not stop at the
25 initial node in this case.
26 (Info-mode-map): Unbind "\M-s" from `Info-search'.
27
28 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
29
30 * textmodes/rst.el (rst-promote-region): Reflow docstring.
31 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
32 (rst-repeat-last-character): Fix typos in docstrings.
33 (rst-mode, rst-backward-section): Doc fixes.
34
35 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
36
37 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
38 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
39 (newsticker--treeview-load): Check whether groups file exists.
40
41 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
42 (newsticker-dir): Use `locate-user-emacs-file'.
43
44 2008-12-18 Martin Rudalics <rudalics@gmx.at>
45
46 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
47 end-of-visual-line to CUA's recognized commands. (Bug#1549)
48
49 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
52
53 * startup.el (command-line): Do not mention the server name in
54 case the user has not mentioned it, print a more explicit message.
55
56 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change
57 all callers.
58
59 2008-12-18 Sam Steingold <sds@gnu.org>
60
61 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
62
63 2008-12-18 Juri Linkov <juri@jurta.org>
64
65 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
66 `isearch-edit-string-set-word'.
67 (isearch-edit-string-set-word): Remove.
68 (isearch-occur): Imitate the C function `wordify' by replacing
69 non-word character with the \\W+ regexp.
70 (isearch-search-fun): Add `isearch-nonincremental' to the
71 condition of using a non-lax version of `word-search-forward'.
72
73 2008-12-17 Daiki Ueno <ueno@unixuser.org>
74
75 * epa-file.el (epa-file-insert-file-contents): Set
76 buffer-file-name before decrypting a file.
77
78 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
79
80 * server.el (server-start): If unable to start the server,
81 display a warning instead of raising an error.
82
83 * startup.el (server-process): Add defvar.
84 (command-line): If the daemon is unable to start the server,
85 display a message and exit Emacs.
86
87 2008-12-15 Sam Steingold <sds@gnu.org>
88
89 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
90 mostly for CLISP modules, but could also be useful elsewhere.
91
92 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
93
94 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
95 * icomplete.el (icomplete-prospects-height):
96 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
97
98 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
99
100 * international/mule.el (find-auto-coding): Fix typo in docstring.
101
102 * international/mule-cmds.el (select-safe-coding-system):
103 * mail/rmail.el (rmail-require-mime-maybe):
104 Fix arguments of `display-warning'.
105
106 * simple.el (bad-package-check): Fix arguments of `display-warning',
107 using the package name as TYPE. Use `string-match-p'.
108
109 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
110
111 * proced.el (proced-sort-interactive, proced-sort-pcpu)
112 (proced-sort-pmem, proced-sort-start, proced-sort-time)
113 (proced-sort-user, proced-sort-header): Prefix arg determines
114 sorting order. Suggested by Dan Nicolaescu.
115 (proced-revert): Doc fix.
116
117 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
118
119 * proced.el (proced-grammar-alist): Allow refiner elements that
120 are cons pairs (function . help-echo) or nil.
121 (proced-refine): Use them.
122 (proced-format-alist): Allow alternatives.
123 (proced-descend): New variable.
124 (proced-sort): New arg descend.
125 (proced-sort-interactive): Repeated calls toggle sort order.
126 (proced-format): Accomodate changes of proced-format-alist.
127 Undefined attributes are displayed as "?".
128 (proced-process-attributes): New optional arg pid-list.
129 Ignore processes with empty attribute list.
130
131 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
132
133 * proced.el (proced-auto-update-interval): Renamed from
134 proced-timer-interval.
135 (proced-auto-update-flag): Renamed from proced-timer-flag.
136 (proced-auto-update-timer): Renamed from proced-timer.
137 (proced-toggle-auto-update): Renamed from
138 proced-toggle-timer-flag.
139 (proced-available): Initialize appropriately.
140
141 2008-12-13 Glenn Morris <rgm@gnu.org>
142
143 * subr.el (declare-function): Doc fix.
144
145 * font-core.el (font-lock-defaults): Doc fix: mention levels;
146 refer to elisp manual.
147
148 2008-12-12 Martin Rudalics <rudalics@gmx.at>
149
150 * window.el (fit-window-to-buffer): Return non-nil when height
151 was orderly adjusted, nil otherwise.
152
153 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
154 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * server.el (server-sentinel): Uncomment code to delete connection file.
157 (server-start): Save the connection file in the server property list.
158 Delete it only when we are reasonably convinced that it is not owned by
159 a running server.
160 (server-force-delete): New command to force-delete the connection file,
161 and stop the server if it is running.
162 (server-running-p): Return t also for local TCP servers when we find a
163 process with a matching PID, and :other for undecided cases.
164
165 2008-12-11 Martin Rudalics <rudalics@gmx.at>
166
167 * window.el (fit-window-to-buffer): Use with-selected-window and
168 condition-case. Do not delete more windows than necessary in
169 the shrinking (delta < 0) case. Do not raise an error when the
170 containing frame is too small to show all of buffer. (Bug#1488)
171 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
172 min-height arg 1 to make sure that small buffers are shown.
173
174 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
175
176 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
177 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
178 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
179 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
180 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
181 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
182 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
183 (ruby-backward-sexp, ruby-add-log-current-method)
184 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
185 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
186 (ruby-deep-indent-paren): Doc fix.
187 (ruby-insert-encoding-magic-comment): Remove * from docstring.
188 (ruby-here-doc-find-end): Reflow docstring.
189
190 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
191
192 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
193 dired-shrink-to-fit is non-nil. (Bug#1488)
194
195 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
196
197 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
198 decoding of long locale info is now done in `w32-get-locale-info'.
199
200 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
201
202 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
203
204 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
205
206 * Makefile.in (ELCFILES): Add ruby-mode.elc.
207
208 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
209 terminal variable assignment.
210
211 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
212 Nobuyoshi Nakada <nobu@ruby-lang.org>
213
214 * progmodes/ruby-mode.el: New file.
215
216 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
217
218 * net/tramp.el (top): Don't fail if there is no current message.
219 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
220
221 2008-12-10 Kenichi Handa <handa@m17n.org>
222
223 * international/fontset.el (setup-default-fontset): Add an entry
224 for characters in the Unicode SIP area.
225
226 2008-12-10 Glenn Morris <rgm@gnu.org>
227
228 * vc-mcvs.el: Move to obsolete/, with warning comment.
229 * Makefile.in (ELCFILES): Update.
230
231 2008-12-10 Daiki Ueno <ueno@unixuser.org>
232
233 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
234 buffer unmodified. (Bug#1509)
235 * epa-file.el (epa-file-insert-file-contents): Set buffer's
236 modification time if visiting a file and the content is
237 successfully decrypted.
238
239 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
240
241 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
242 check whether the buffer is still alive.
243
244 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
247
248 2008-12-09 Glenn Morris <rgm@gnu.org>
249
250 * Makefile.in (ELCFILES): Update.
251
252 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
255 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
256
257 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
258
259 * term/xterm.el (terminal-init-xterm): Discard pending input
260 before reading a reply to the terminal attributes query.
261
262 2008-12-05 Andreas Schwab <schwab@suse.de>
263
264 * dired.el (dired-font-lock-keywords): Fix last change.
265
266 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
267
268 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
269 into (defcustom ... "..." :type ... :group...).
270
271 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
272
273 * international/mule-diag.el (mule-diag): Display the window
274 system version in a less laconic way.
275
276 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
277
278 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
279 if the sorting functions are not loaded. (Bug#1432)
280
281 2008-12-04 Sam Steingold <sds@gnu.org>
282
283 * progmodes/compile.el (compilation-read-command): Extract from
284 compile.
285 (compile): Use it.
286 (recompile): Accept an optional argument to enable editing the
287 command line.
288
289 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
290
291 * net/tramp.el (top): Write a message, when loading Tramp.
292
293 * net/tramp-cache.el (tramp-dump-connection-properties):
294 Polish the check, whether to dump the data.
295
296 2008-12-04 Lute Kamstra <lute@gnu.org>
297
298 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
299 check if the file "CVS/Entries" exists.
300
301 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
302
303 * international/mule-diag.el (list-character-sets): Doc fix.
304 (list-character-sets-2): Fix info in header. Simplify.
305 (print-coding-system): Simplify.
306 (list-input-methods-1): Simplify.
307 (mule-diag): Display current font/fontset for all window systems,
308 not just X. Simplify.
309
310 2008-12-04 Glenn Morris <rgm@gnu.org>
311
312 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
313 (vc-cvs-register): Doc fix.
314 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
315 (vc-mcvs-register): Doc fix.
316 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
317 (vc-rcs-register): Doc fix.
318 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
319 (vc-sccs-register): Doc fix.
320 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
321 (vc-svn-register): Doc fix.
322
323 * files.el (toggle-read-only): Doc fix.
324
325 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
328 be used in compact layout and vice-versa.
329
330 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
331
332 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
333 like most list-* commands.
334
335 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
336 They already exist in descr-text.el as `describe-char-unicodedata-file'
337 and `describe-char-unicode-data'.
338 (print-list): Simplify.
339 (read-charset): Reflow docstring.
340 (list-coding-systems): Doc fix.
341
342 2008-12-03 Glenn Morris <rgm@gnu.org>
343
344 * vc.el (vc-diff-switches): Doc fix.
345 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
346 (vc-bzr-log-switches): Doc fix.
347 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
348 * vc-git.el (vc-git-diff-switches): Doc fix.
349 * vc-hg.el (vc-hg-diff-switches): Doc fix.
350 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
351 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
352 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
353 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
354
355 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
356 other backends.
357 (vc-arch-diff): Apply switches.
358
359 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
360 than appending.
361
362 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
363
364 2008-12-03 Daiki Ueno <ueno@unixuser.org>
365
366 * epa.el (epa--show-key): Use past tense of "expire" if the key
367 has already been expired. Thanks to Peter BARABAS.
368
369 2008-12-03 Lute Kamstra <lute@gnu.org>
370
371 * align.el:
372 * allout.el:
373 * apropos.el:
374 * arc-mode.el:
375 * autoinsert.el:
376 * avoid.el:
377 * battery.el:
378 * bookmark.el:
379 * buff-menu.el:
380 * calculator.el:
381 * chistory.el:
382 * cmuscheme.el:
383 * comint.el:
384 * compare-w.el:
385 * dabbrev.el:
386 * delim-col.el:
387 * desktop.el:
388 * diff-mode.el:
389 * diff.el:
390 * dired-aux.el:
391 * dired-x.el:
392 * dired.el:
393 * dos-vars.el:
394 * ediff-diff.el:
395 * ediff-help.el:
396 * ediff-init.el:
397 * ediff-merg.el:
398 * ediff-mult.el:
399 * ediff-ptch.el:
400 * ediff-vers.el:
401 * ediff-wind.el:
402 * ediff.el:
403 * emerge.el:
404 * facemenu.el:
405 * faces.el:
406 * ffap.el:
407 * filecache.el:
408 * find-dired.el:
409 * font-core.el:
410 * font-lock.el:
411 * forms.el:
412 * fringe.el:
413 * help-at-pt.el:
414 * hippie-exp.el:
415 * ido.el:
416 * image-file.el:
417 * imenu.el:
418 * indent.el:
419 * info.el:
420 * isearchb.el:
421 * iswitchb.el:
422 * jit-lock.el:
423 * jka-compr.el:
424 * log-edit.el:
425 * lpr.el:
426 * ls-lisp.el:
427 * man.el:
428 * menu-bar.el:
429 * midnight.el:
430 * mouse-sel.el:
431 * mouse.el:
432 * msb.el:
433 * outline.el:
434 * paren.el:
435 * pcmpl-cvs.el:
436 * pcmpl-gnu.el:
437 * pcomplete.el:
438 * pcvs-info.el:
439 * pcvs-parse.el:
440 * printing.el:
441 * ps-mule.el:
442 * ps-print.el:
443 * replace.el:
444 * ruler-mode.el:
445 * saveplace.el:
446 * sb-image.el:
447 * scroll-bar.el:
448 * sha1.el:
449 * shadowfile.el:
450 * shell.el:
451 * sort.el:
452 * speedbar.el:
453 * strokes.el:
454 * tempo.el:
455 * term.el:
456 * terminal.el:
457 * time-stamp.el:
458 * time.el:
459 * tree-widget.el:
460 * type-break.el:
461 * vc-cvs.el:
462 * vc-hg.el:
463 * vc-mcvs.el:
464 * vc-rcs.el:
465 * vc-sccs.el:
466 * vc.el:
467 * view.el:
468 * w32-vars.el:
469 * whitespace.el:
470 * wid-edit.el: Remove leading * from docstrings of defcustoms,
471 deffaces, defconsts and defuns.
472
473 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
476 the prompt was added to the minibuffer.
477
478 2008-12-02 Glenn Morris <rgm@gnu.org>
479
480 * format.el (format-write-file): Rewrite doc yet again.
481
482 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
483 Doc fix. (Bug#1368)
484
485 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
486
487 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
488
489 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
490 case where point is at the beginning of the buffer. (Bug#1239)
491
492 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
493
494 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
495 already have the correct indentation. (Bug#859)
496
497 2008-12-02 Kenichi Handa <handa@m17n.org>
498
499 * international/uni-decomposition.el: Re-generated.
500
501 2008-12-01 Andreas Schwab <schwab@suse.de>
502
503 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
504 ending in a colon as directory header.
505
506 2008-12-01 Kenichi Handa <handa@m17n.org>
507
508 * international/uni-numeric.el: Re-generated.
509
510 * international/charprop.el: Re-generated.
511
512 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
513
514 * international/mule-cmds.el (locale-preferred-coding-systems):
515 Fix alist item.
516
517 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
518
519 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
520 (tramp-set-connection-property, tramp-flush-connection-property)
521 (tramp-dump-connection-properties): Use it.
522
523 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
524
525 * wdired.el (wdired-finish-edit): If displaying a single file,
526 change dired-directory if that file was renamed.
527
528 * emacs-lisp/byte-run.el (macro-declaration-function):
529 Disallow declare specs with lengths of 3 or more.
530
531 * dirtrack.el (dirtrack): Fix error message.
532
533 2008-11-30 Glenn Morris <rgm@gnu.org>
534
535 * vc-svn.el (vc-svn-diff-switches): Doc fix.
536 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
537
538 * vc-git.el (vc-git-diff):
539 * vc-hg.el (vc-hg-diff):
540 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
541
542 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
543 (eshell-needs-pipe-p): New function.
544 (eshell-gather-process-output): Set process-connection-type according to
545 eshell-needs-pipe-p. (Bug#1388)
546
547 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
548
549 * calendar/diary-lib.el (diary-cyclic): Doc fix.
550 (diary-remind-message, diary-number-of-entries)
551 (diary-include-other-diary-files, diary-mark-included-diary-files)
552 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
553 (diary-font-lock-keywords-1): Reflow docstrings.
554 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
555 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
556
557 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
558 (timer-duration): Use `string-match-p'.
559
560 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
561
562 * complete.el (PC-do-complete-and-exit):
563 Use minibuffer-confirm-exit-commands.
564
565 * minibuffer.el (minibuffer-confirm-exit-commands):
566 Add PC-complete and PC-complete-word to the list.
567
568 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
569
570 * files.el (break-hardlink-on-save): Fix typo in docstring.
571 Add :version tag.
572
573 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
574 (reb-mode): Define with `define-derived-mode'.
575
576 2008-11-29 Karl Fogel <kfogel@red-bean.com>
577
578 * files.el (break-hardlink-on-save): New variable.
579 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
580 (file-precious-flag): Mention it in doc string.
581
582 2008-11-29 Miles Bader <miles@gnu.org>
583
584 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
585 (minibuffer-complete-and-exit): Use it.
586
587 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
588
589 * term/x-win.el (x-gtk-stock-cache): New hash table.
590 (x-gtk-map-stock): Perform caching to prevent excess consing
591 during redisplay.
592
593 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * minibuffer.el (completion--try-word-completion): Don't ignore
596 partial-completion if it's the only style.
597
598 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
599
600 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
601 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
602 (reb-initialize-buffer): Update matches, in case we're reentering
603 RE Builder mode.
604
605 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
606
607 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
608 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
609 values for minibuffer-completion-confirm.
610
611 2008-11-28 Martin Rudalics <rudalics@gmx.at>
612
613 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
614 any but the first "*" in a doc-string.
615
616 2008-11-28 Glenn Morris <rgm@gnu.org>
617
618 * format.el (format-write-file): Improve previous doc fix.
619
620 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
621
622 * simple.el (use-empty-active-region, use-region-p)
623 (region-active-p): Doc fix.
624
625 2008-11-27 Martin Rudalics <rudalics@gmx.at>
626
627 * window.el (display-buffer): Fix handling of not-this-window
628 argument. (Bug#1415)
629
630 2008-11-27 Kenichi Handa <handa@m17n.org>
631
632 * international/characters.el: Set category 'C' to characters
633 #x20000..#x2AFFF, #x2F800..#x2FFFF.
634
635 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
636
637 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
638
639 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
640 (tool-bar-find-image): Function deleted.
641 (tool-bar-local-item, tool-bar-local-item-from-menu):
642 Use find-image instead of tool-bar-find-image.
643 (tool-bar-keymap-cache): New hash table.
644 (tool-bar-make-keymap): Use it.
645 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
646
647 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
648
649 * net/dbus.el (dbus-handle-event): The result of a message call
650 handler can also be an object, which is not a consp.
651
652 2008-11-25 Alan Mackenzie <acm@muc.de>
653
654 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
655 (forward-list, backward-list, down-list, backward-up-list)
656 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
657 (insert-pair, insert-parentheses): State that the command assumes
658 that point is not in a string or comment.
659
660 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
661
662 * net/dbus.el (dbus-string-to-byte-array)
663 (dbus-byte-array-to-string, dbus-escape-as-identifier)
664 (dbus-unescape-from-identifier): New defuns.
665 (dbus-handle-event): The result of a message call is a list of
666 arguments, which must be expanded when passing to
667 `dbus-method-return-internal'.
668
669 * net/tramp.el (tramp-handle-write-region): Improve the check for
670 calling direct copy.
671 (tramp-find-inline-encoding): Don't raise an error but a warning,
672 when no inline encoding is found.
673 (tramp-get-remote-coding): Check for a symbol. The negative check
674 for a string fails, when there is an empty string.
675
676 2008-11-26 Glenn Morris <rgm@gnu.org>
677
678 * vc-git.el (vc-git-diff-switches): New option.
679 (vc-git-diff): Apply diff switches. (Bug#1386)
680 Give it a basic doc string.
681
682 * term/pc-win.el (x-font-family-list): Replace redefinition with
683 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
684
685 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
686
687 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
688 of the polynomial rather than the whole polynomial.
689
690 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
691
692 * mail/mailabbrev.el (define-mail-abbrev): When reading from
693 mailrc, recognize string quoting. When reading from Lisp, accept
694 rfc822-like addresses.
695
696 * mail/mailalias.el (define-mail-alias): Sync code with
697 define-mail-abbrev.
698
699 2008-11-25 Glenn Morris <rgm@gnu.org>
700
701 * eshell/esh-proc.el (eshell-gather-process-output):
702 Revert previous change. (re-opens Bug#1388)
703
704 * select.el (x-set-cut-buffer): Fix signal arguments.
705
706 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
707
708 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
709
710 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
711 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
712 (bubbles--empty-char): Use "\s".
713
714 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
715
716 * calc/calc.el (calc-settings-file, calc-language-alist)
717 (calc-embedded-announce-formula)
718 (calc-embedded-announce-formula-alist)
719 (calc-embedded-open-formula, calc-embedded-close-formula)
720 (calc-embedded-open-close-formula-alist)
721 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
722 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
723 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
724 (calc-embedded-open-close-new-formula-alist)
725 (calc-embedded-open-mode, calc-embedded-close-mode)
726 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
727 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
728 (calc-multiplication-has-precedence): Remove unnecessary asterisks
729 from docstrings.
730
731 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
732
733 * calculator.el (calculator-op-or-exp): Reflow docstring.
734 (calculator-remove-zeros, calculator-repR, calculator-repL):
735 Fix typos in docstrings.
736
737 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
738
739 * log-view.el (log-view-annotate-version): Let vc-annotate manage
740 windows instead of calling switch-to-buffer.
741
742 * diff.el (diff-sentinel): Take note of diff error return value.
743
744 2008-11-24 Martin Rudalics <rudalics@gmx.at>
745
746 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
747 frame can't be split.
748
749 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
750
751 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
752 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
753 (newsticker--treeview-tree-update-tag): Remove dead code.
754 (newsticker-treeview-update): Don't update cache.
755 (newsticker-treeview-quit): Don't save cache.
756 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
757 (newsticker-treeview-save): Use `newsticker-dir'.
758 (newsticker--treeview-load): Use `newsticker-dir'.
759 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
760 Update tags.
761 (newsticker-treeview-tree-do-click): Slightly simplified.
762
763 * net/newst-backend.el (newsticker-dir): New.
764 (newsticker-start): Use `newsticker--cache-read'.
765 (newsticker-stop): Use `newsticker--cache-save'.
766 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
767 (newsticker--images-dir): New.
768 (newsticker--image-get, newsticker--image-sentinel):
769 Use `newsticker--images-dir'.
770 (newsticker--cache-save-version1): Backup version of
771 `newsticker--cache-save'.
772 (newsticker--cache-update): Create newsticker-dir if necessary.
773 (newsticker--cache-dir): New.
774 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
775 (newsticker--cache-save-feed): New.
776 (newsticker--cache-read-version1): New. Backuped version for reading
777 cache data..
778 (newsticker--cache-read, newsticker--cache-do-read): New.
779
780 * net/newst-reader.el (newsticker--image-read):
781 Use `newsticker--images-dir'.
782
783 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
784
785 * files.el (confirm-nonexistent-file-or-buffer):
786 Allow `after-completion' value to request confirm only after TAB.
787 (confirm-nonexistent-file-or-buffer): New function.
788 (read-buffer-to-switch, find-file, find-file-other-window)
789 (find-file-other-frame, find-file-read-only)
790 (find-file-read-only-other-window)
791 (find-file-read-only-other-frame): Use it.
792 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
793 Thanks to Alan Mackenzie for suggesting the new behavior.
794
795 * minibuffer.el (minibuffer-complete-and-exit):
796 Change `confirm-only' value of minibuffer-completion-confirm to
797 `confirm', and handle a `confirm-after-completion' value.
798
799 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
800
801 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
802
803 2008-11-24 Andreas Schwab <schwab@suse.de>
804
805 * image.el (image-type-header-regexps): Recognize more xbm format
806 variants.
807
808 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
809
810 * textmodes/artist.el (artist-charlist-to-string): Simplify.
811 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
812 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
813 (artist-replace-string, artist-draw-rect, artist-draw-line)
814 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
815 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
816 (artist-pen, artist-pen-line, artist-text-insert-common)
817 (artist-text-overwrite, artist-spray-get-interval)
818 (artist-spray-clear-circle, artist-erase-char)
819 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
820 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
821 (artist-key-draw-1point, artist-key-draw-2points)
822 (artist-mouse-draw-continously): Fix typos in docstrings.
823 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
824 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
825 (artist-backward-char, artist-forward-char): Doc fixes.
826 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
827 Reflow docstrings.
828
829 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * international/quail.el (quail-vunion): New function.
832 (quail-defrule-internal): Use it to prevent accumulating redundant
833 alternatives when `append' is set.
834 (quail-insert-decode-map): Simplify computation of the max-key-width.
835 Compute it right for multiple-list.
836
837 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
838
839 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
840 explicitly. Doc fix.
841
842 2008-11-24 Martin Rudalics <rudalics@gmx.at>
843
844 * calendar/appt.el (appt-disp-window): Move minibuffer check
845 after binding this-window and do not set-buffer to make sure we
846 won't deselect the minibuffer. (Bug#1413)
847
848 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
849
850 * vc-hg.el (vc-hg-program): Remove.
851 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
852 Undo previous change.
853
854 2008-11-23 Martin Rudalics <rudalics@gmx.at>
855
856 * info-look.el (info-lookup): When Info buffer is visible on
857 another frame, raise that frame.
858
859 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
860
861 * allout.el (allout-mode): Fix typo in docstring.
862
863 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
864 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
865
866 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * vc-hooks.el (vc-follow-link): Complete last change.
869
870 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
871
872 * textmodes/remember.el (remember-region): Doc fix.
873 (remember-filter-functions, remember-handler-functions)
874 (remember-save-after-remembering, remember-mailbox)
875 (remember-default-priority, remember-data-file, remember-leader-text)
876 (remember-diary-file): Remove * from defcustom docstrings.
877 (remember-run-all-annotation-functions-flag)
878 (remember-all-handler-functions): Reflow docstrings.
879 (remember-store-in-mailbox): Fix typo in docstring.
880 (remember-mode): Define with `define-derived-mode'. Doc fix.
881
882 2008-11-23 Glenn Morris <rgm@gnu.org>
883
884 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
885 (eshell-do-pipelines): Add optional argument to distinguish recursive
886 calls. Use to set eshell-in-pipeline-p to 'first for the first command
887 in a pipeline.
888
889 * eshell/esh-proc.el (eshell-gather-process-output):
890 Set process-connection-type nil for all but the first element of a
891 pipeline. (Bug#1388)
892
893 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
894
895 * ediff-hook.el: Add tooltips to Emacs menus.
896
897 * ediff.el: Change date of last update.
898
899 2008-11-22 Juri Linkov <juri@jurta.org>
900
901 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
902 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
903 Doc fix.
904 (dired-isearch-filenames-setup): Run filename Isearch only when
905 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
906 and the text property `dired-filename' at point is non-nil.
907 In this case also set isearch-message-prefix-add to "filename ".
908 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
909 (dired-isearch-filenames, dired-isearch-filenames-regexp):
910 Don't let-bind isearch-message-prefix-add since this is done now
911 in dired-isearch-filenames-setup.
912
913 * isearch.el (isearch-mode): Change the order of calling
914 `isearch-update' and running the `isearch-mode-hook' to call
915 `isearch-update' with Isearch parameters set in this hook.
916
917 * progmodes/compile.el (compilation-auto-jump-to-first-error):
918 Fix docstring - change "during `compile'" to "during compilation".
919
920 * descr-text.el (describe-char-unidata-list): Move `old-name' to
921 be immediately after `name'.
922
923 * startup.el (initial-buffer-choice): Change an abstract file name
924 "file.txt" to more reasonable default file name value "~/.emacs".
925
926 2008-11-22 Juri Linkov <juri@jurta.org>
927
928 * files.el (hack-local-variables-confirm): Rename arg `project' to
929 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
930 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
931 (hack-local-variables): Rename call of `hack-project-variables' to
932 `hack-dir-local-variables'. Change error text to "Directory-local
933 variables error".
934 (dir-locals-class-alist): Rename from `project-class-alist'.
935 (dir-locals-directory-alist): Rename from `project-directory-alist'.
936 (dir-locals-get-class-variables): Rename from `project-get-alist'.
937 (dir-locals-collect-mode-variables): Rename from
938 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
939 `mode-variables', and arg `settings' to `variables'.
940 (dir-locals-collect-variables): Rename from
941 `project-collect-binding-list'. Rename arg `binding-list' to
942 `class-variables', and arg `settings' to `variables'.
943 (dir-locals-set-directory-class): Rename from `set-directory-project'.
944 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
945 Rename arg `settings' to `variables'.
946 (dir-locals-file): New defconst.
947 (dir-locals-find-file): Rename from `project-find-settings-file'.
948 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
949 and `pda' to `dir-elt'.
950 (dir-locals-read-from-file): Rename from
951 `project-define-from-project-file'. Rename arg `settings-file'
952 to `file'. Rename let-bound `list' to `variables'.
953 (hack-dir-local-variables): Rename from `hack-project-variables'.
954 Rename let-bound `settings' to `variables-file', `root-dir'
955 to `dir-name', and `bindings' to `variables'.
956
957 2008-11-22 Lute Kamstra <lute@gnu.org>
958
959 * simple.el (goto-line): Rename argument.
960
961 2008-11-22 Eli Zaretskii <eliz@gnu.org>
962
963 * makefile.w32-in (compile-first): New target.
964 (recompile): Depend on compile-first.
965
966 * Makefile.in (recompile): Depend on compile-first.
967
968 2008-11-22 Martin Rudalics <rudalics@gmx.at>
969
970 * files.el (switch-to-buffer-other-window)
971 (switch-to-buffer-other-frame): Rename buffer argument to
972 buffer-or-name. Reword and mention new option
973 confirm-nonexistent-file-or-buffer in doc-string.
974
975 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
976
977 * emulation/viper.el: Date change.
978
979 * emulation/viper-cmd.el (viper-envelop-ESC-key):
980 viper-translate-all-ESC-keysequences is now a function.
981
982 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
983 Make this variable.
984
985 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
988 Use buffer-file-truename to handle symlinks in any part of the filename.
989
990 2008-11-22 Glenn Morris <rgm@gnu.org>
991
992 * vc-mtn.el (vc-mtn-diff-switches): New option.
993 (vc-mtn-program): Rename from vc-mtn-command, for
994 consistency with other backends. Keep old name as alias.
995 Update callers. Make it a defcustom.
996 (vc-mtn-diff): Give it a doc string. Apply diff switches.
997
998 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
999 consistency with other backends. Keep old name as alias.
1000 Make it a defcustom.
1001 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1002
1003 * vc-hg.el (vc-hg-program): New option.
1004 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1005 Use vc-hg-program rather than hard-coded "hg".
1006
1007 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1008 (vc-svn-program): Move defcustom to start.
1009 (vc-svn-create-repo, vc-svn-modify-change-comment):
1010 Use vc-svn-program rather than hard-coded "svn".
1011
1012 * menu-bar.el: Stylistic consistency fixes for various menu and
1013 help texts.
1014
1015 * kmacro.el (kmacro-insert-counter): Doc fix.
1016
1017 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
1018
1019 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1020
1021 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * international/quail.el (quail-indent-to): New function.
1024 (quail-completion-1, quail-completion-list-translations)
1025 (quail-insert-decode-map): Use it to improve alignment.
1026 (quail-build-decode-map): Don't ignore latin-1 chars.
1027 (quail-help): Increase the max decode-map size so that even the TeX map
1028 gets printed.
1029
1030 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1031 Signal error for invalid bookmark.
1032 (bookmark-get-bookmark-record): Undo last change.
1033 (bookmark-store, bookmark-delete): Use new arg `noerror'.
1034
1035 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1036 Suggested by Toru TSUNEYOSHI.
1037
1038 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1039
1040 * byte-opt.el (byte-compile-butlast): Move up in file.
1041 (byte-optimize-plus): Don't call
1042 byte-optimize-delay-constants-math (bug#1334).
1043 Use byte-optimize-predicate to optimize constants.
1044 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1045 Remove zero arguments first
1046 if possible. Call byte-optimize-predicate to optimize constants.
1047 (byte-optimize-multiply): Remove optimizations for arguments of 0
1048 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
1049 Call byte-optimize-predicate.
1050 (byte-optimize-divide): Leave runtime errors unchanged.
1051 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
1052 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
1053
1054 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * bookmark.el (bookmark-jump-noselect): Add obsolescence
1057 declaration and remove redundant info from docstring.
1058
1059 * isearch.el (isearch-search-string): Doc fix.
1060 (search-exit-option, search-slow-window-lines, search-slow-speed)
1061 (search-upper-case, search-nonincremental-instead)
1062 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1063 (search-ring-update, search-highlight, isearch-lazy-highlight)
1064 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1065 (lazy-highlight-interval): Remove * from defcustom docstrings.
1066 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1067 Remove * from defcustom docstrings; fix typos.
1068 (isearch-push-state-function, isearch-help-for-help-internal)
1069 (isearch-help-for-help, isearch-describe-bindings)
1070 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1071 (isearch-pop-fun-state, isearch-search-fun-function)
1072 (isearch-lazy-highlight-search): Fix typos in docstrings.
1073 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1074 (isearch-forward): Fix typo and reflow docstring.
1075 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
1076 (isearch-mode-map): Don't use `let*'.
1077
1078 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1081
1082 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * isearch.el (isearch-search-string): Simplify and convert docstring.
1085
1086 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1087
1088 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
1091 (lookup-nested-alist): Doc fix.
1092 (with-coding-priority): Reflow docstring.
1093 (detect-coding-with-priority): Fix typos in obsolescence declaration.
1094 (char-displayable-p): Reflow docstring. Use `when'.
1095
1096 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1099 week forward/backward.
1100
1101 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1104 (with-electric-help): Fix typo and reflow docstring.
1105
1106 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1109 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1110 (list-buffers-noselect): Don't need to pad.
1111
1112 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1113
1114 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1115 Pay attention to char widths when computing string sizes.
1116
1117 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1120 (byte-compile-output-docform): Reflow docstrings.
1121 (no-byte-compile): Fix typo in docstring.
1122 (byte-recompile-directory, compile-defun): Doc fixes.
1123 (emacs-lisp-file-regexp, byte-compile-verbose)
1124 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1125 (byte-compile-dynamic-docstrings, byte-optimize-log)
1126 (byte-compile-error-on-warn, byte-compile-warnings)
1127 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1128 Remove * from defcustom docstrings.
1129
1130 2008-11-20 Glenn Morris <rgm@gnu.org>
1131
1132 * format.el (format-alist, format-write-file): Doc fix.
1133
1134 * proced.el (proced-available): New variable.
1135 (proced-process-attributes): Move availability check from previous
1136 change from here...
1137 (proced): ... to here.
1138
1139 * vc-hg.el (vc-hg-diff-switches): New option.
1140 (vc-hg-diff): Apply diff switches. (Bug#1017)
1141
1142 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1143
1144 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1145
1146 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
1147
1148 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1149
1150 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
1151
1152 * calc/calc-units.el (math-units-table): Doc fix.
1153 (math-standard-units): Fix typo in constant's description.
1154 (math-additional-units): Fix typo in docstring.
1155
1156 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
1157
1158 * calc/calc-units.el (math-standard-units): Add eps0,
1159 permittivity of vacuum.
1160
1161 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 * files.el (project-settings-file): Remove.
1164 (project-find-settings-file): Undo previous change that added the
1165 use of project-settings-file.
1166
1167 2008-11-19 Glenn Morris <rgm@gnu.org>
1168
1169 * proced.el (proced, proced-format-time): Doc fixes.
1170 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
1171
1172 2008-11-19 Karl Fogel <kfogel@red-bean.com>
1173
1174 * bookmark.el (bookmark-jump-noselect): Move the deprecation
1175 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1176
1177 2008-11-19 Lute Kamstra <lute@gnu.org>
1178
1179 * autoinsert.el (auto-insert-alist): Don't use match data.
1180
1181 2008-11-19 Glenn Morris <rgm@gnu.org>
1182
1183 * progmodes/f90.el (f90-mode-map): Add some menu :help.
1184
1185 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1186
1187 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1188 * term/w32-win.el (x-select-font): Declare.
1189
1190 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1191 Use the imperative for all help strings.
1192
1193 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1194
1195 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1196 case where the default dictionary is French, Spanish, younameit.
1197
1198 * window.el (window--frame-usable-p): Consider dedicated windows
1199 as usable.
1200
1201 * files.el (confirm-nonexistent-file-or-buffer):
1202 Rename from find-file-confirm-nonexistent-file.
1203 (read-buffer-to-switch): Use it.
1204
1205 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1206
1207 * server.el (server-temp-file-p): Use `string-match-p'.
1208 (server-socket-dir): Set to nil if local sockets are unsupported.
1209 (server-start): Don't try to delete local socket if unsupported.
1210 (server-kill-new-buffers): Reflow docstring.
1211 (server-delete-client, server-handle-delete-frame)
1212 (server-save-buffers-kill-terminal): Doc fixes.
1213 (server-send-string): Fix typo in docstring.
1214
1215 2008-11-18 Sam Steingold <sds@gnu.org>
1216
1217 * progmodes/compile.el (compilation-start-hook): New hook.
1218 (compilation-start): Run it on the compilation process.
1219
1220 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * international/mule-cmds.el (update-leim-list-file): Simplify.
1223 (prefer-coding-system, find-coding-systems-for-charsets):
1224 Fix docstring typos.
1225 (select-safe-coding-system, input-method-exit-on-first-char)
1226 (language-info-alist, language-info-custom-alist): Reflow docstrings.
1227 (toggle-input-method, read-multilingual-string): Doc fixes.
1228 Reflow docstrings.
1229 (locale-name-match, sort-coding-systems, find-multibyte-characters)
1230 (read-char-by-name): Use `string-match-p'.
1231 (get-char-code-property, put-char-code-property)
1232 (char-code-property-description): Be silent while loading uni-* files.
1233 (ucs-names): Use `dotimes-with-progress-reporter', because loading
1234 the Unicode character names is *slow*.
1235
1236 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1239
1240 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1241
1242 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * international/mule-cmds.el (ucs-completions): Mark as risky.
1245
1246 2008-11-17 Martin Rudalics <rudalics@gmx.at>
1247
1248 * help-macro.el (three-step-help): Remove * from defcustom.
1249 (make-help-screen): Don't iconify selected frame. (Bug#1322)
1250 Use when instead of if and cond within condition-case.
1251
1252 * window.el (quit-window): Bind window to selected window when
1253 trying to delete it.
1254
1255 2008-11-17 Glenn Morris <rgm@gnu.org>
1256
1257 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1258 definition of 'ignore, rather than nil. (Bug#1353)
1259
1260 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * window.el (window--frame-usable-p): Allow use for soft-dedication.
1263
1264 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1267
1268 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1269 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1270 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1271 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1272 (shell-command, repeat-complex-command): Reflow docstrings.
1273 (pop-to-mark-command): Fix typos in docstring.
1274
1275 2008-11-17 Juri Linkov <juri@jurta.org>
1276
1277 * isearch.el (isearch-filter-predicate): Rename from
1278 `isearch-success-function'. Rename default value from
1279 `isearch-success-function-default' to
1280 `isearch-filter-invisible'. Doc fix.
1281 (isearch-filter-invisible): Rename from
1282 `isearch-success-function-default'. Doc fix.
1283 (isearch-search, isearch-lazy-highlight-search):
1284 Rename `isearch-success-function' to `isearch-filter-predicate'.
1285
1286 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1287 `dired-isearch-orig-success-function'.
1288 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1289 (dired-isearch-filenames-end): Rename `isearch-success-function' to
1290 `isearch-filter-predicate'. Doc fix.
1291 (dired-isearch-filter-filenames): Rename from
1292 `dired-isearch-success-function'.
1293
1294 * info.el (Info-search, Info-mode):
1295 Rename `isearch-success-function' to `isearch-filter-predicate'.
1296 (Info-isearch-filter-predicate): Rename from
1297 `Info-search-success-function'.
1298
1299 * simple.el (minibuffer-default-add-function): Fix docstring to
1300 use clear text "default values" instead of obscure references to
1301 the dynamic variable `minibuffer-default'.
1302
1303 2008-11-16 Glenn Morris <rgm@gnu.org>
1304
1305 * term/ns-win.el (ns-extended-platform-support-mode):
1306 Tweak menu entry from previous change.
1307
1308 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1309
1310 * cus-edit.el (custom-buffer-create-internal): Always insert the
1311 in-buffer buttons, regardless of tool-bar. (Bug#1326)
1312
1313 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1316
1317 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * ielm.el (ielm-eval-input): Fix thinko in last change.
1320
1321 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * subr.el (read-passwd): Yank current kill if the user enters C-y.
1324
1325 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1328 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1329
1330 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1331 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1332 Handle `file-name-as-directory'.
1333
1334 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1337 usual variable-pitch face.
1338
1339 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1342 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1343 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1344 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1345 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1346 (ange-ftp-quote-string, ange-ftp-process-handle-line)
1347 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1348 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1349 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1350 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1351 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1352 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1353 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1354 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1355 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1356 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1357 (ange-ftp-default-user, ange-ftp-default-password)
1358 (ange-ftp-default-account, ange-ftp-netrc-default-password)
1359 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1360 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1361 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1362 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1363 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1364 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1365 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1366 (ange-ftp-make-backup-files, ange-ftp-retry-time)
1367 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1368 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1369 (ange-ftp-gateway-tmp-name-template)
1370 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1371 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1372 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1373 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1374 (ange-ftp-gateway-program): Remove * from docstring and reflow.
1375 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1376 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1377 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1378 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1379 (ange-ftp-rename-local-to-remote): Doc fixes.
1380 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1381 Use `when', `unless'.
1382 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1383 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1384 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1385 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1386 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
1387 (ange-ftp-process-sentinel): Use `when'. Fix typo.
1388 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
1389 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1390 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1391 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1392 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1393 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1394 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1395 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1396 `(save-match-data (string-match ...))'.
1397 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1398 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1399 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1400 Doc fixes.
1401
1402 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
1403
1404 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1405 function instead of a variable.
1406
1407 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1408 viper-ESC-keyseq-timeout as a function.
1409 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1410 defsubst.
1411
1412 * emulation/viper-cmd.el: Let line-move-visual to nil when using
1413 next-line or previous-line.
1414 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1415
1416 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1417
1418 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1419 live.
1420 (ediff-save-buffer): Let window-min-height to 2.
1421
1422 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1423 the minibuffer.
1424
1425 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1428 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1429 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1430 (ielm-map): Define within defvar. Add docstring.
1431 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1432 (ielm-complete-filename): Use `when', `unless'.
1433 (ielm-is-whitespace-or-comment): Use `string-match-p'.
1434 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1435 (ielm-change-working-buffer): Check that the buffer is live.
1436 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1437 Simplify. Reflow docstring.
1438 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1439 New aliases, to satisfy `define-derived-mode' expectations.
1440
1441 2008-11-15 Glenn Morris <rgm@gnu.org>
1442 Martin Rudalics <rudalics@gmx.at>
1443
1444 * emacs-lisp/find-func.el (find-function-advised-original): New.
1445 (find-function-C-source, find-function-noselect):
1446 Use find-function-advised-original to handle advised funcs. (Bug#789)
1447
1448 2008-11-15 Glenn Morris <rgm@gnu.org>
1449
1450 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1451 alias message.
1452
1453 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1454 Remove uniquify-after-kill-buffer-p dependency.
1455 (uniquify-kill-buffer-function): New function.
1456 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
1457
1458 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1459 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1460 main Emacs manual.
1461
1462 2008-11-15 Martin Rudalics <rudalics@gmx.at>
1463
1464 * window.el (quit-window): Restore delete window with second
1465 arg non-nil behavior as of before 2008-10-30 change.
1466
1467 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * help-fns.el (describe-function-1): Do char-range check for
1470 self-insert-command.
1471
1472 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1473
1474 * files.el (file-precious-flag): Document that this flag is advisory.
1475
1476 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1477
1478 * emacs-lisp/bytecomp.el (byte-compile-associative)
1479 (byte-compile-minus, byte-compile-quo): If there are more than two
1480 operands, don't use binary operation code (bug#1334).
1481
1482 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * w32-fns.el (w32-shell-dos-semantics):
1485 * calendar/diary-lib.el (diary-face-attrs):
1486 * international/mule-cmds.el (set-default-coding-systems)
1487 (prefer-coding-system):
1488 * net/tramp.el (tramp-set-completion-function):
1489 * progmodes/vhdl-mode.el (vhdl-file-header):
1490 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1491
1492 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1493
1494 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1495 (kill-matching-buffers, save-buffers-kill-emacs)
1496 (save-buffers-kill-terminal): Fix typos in docstrings.
1497 (switch-to-buffer-other-window): Reflow docstring.
1498 (revert-buffer): Doc fix.
1499 (define-project-bindings): Rename arg LIST to SETTINGS.
1500 (project-find-settings-file): Use `let', not `let*'.
1501 Use `when'.
1502
1503 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * files.el (project-settings-file, locate-dominating-file):
1506 Fix typos in docstrings.
1507 (find-file-visit-truename): Remove * from defcustom docstring.
1508
1509 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1510
1511 * files.el (project-settings-file): New variable.
1512 (project-find-settings-file): Use it, instead of hardcoding
1513 .dir.settings.el.
1514
1515 2008-11-13 Glenn Morris <rgm@gnu.org>
1516
1517 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1518
1519 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1520
1521 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1522 in mail bodies.
1523
1524 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * international/mule.el (autoload-coding-system, with-category-table)
1527 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1528 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1529 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1530 (set-file-name-coding-system, ctext-pre-write-conversion)
1531 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1532 Reflow docstrings.
1533 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1534 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1535 (char-valid-p): Define with `define-obsolete-function-alias'.
1536
1537 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1538
1539 2008-11-12 Sam Steingold <sds@gnu.org>
1540
1541 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1542 between hostname and path.
1543
1544 2008-11-11 Juri Linkov <juri@jurta.org>
1545
1546 * dired-aux.el (dired-isearch-filenames)
1547 (dired-isearch-filenames-regexp):
1548 Let-bind isearch-message-prefix-add to "filename ".
1549
1550 * isearch.el (isearch-message-prefix-add)
1551 (isearch-message-suffix-add): New variables.
1552 (isearch-message-prefix): Show additional text from
1553 `isearch-message-prefix-add' before "I-search".
1554 (isearch-message-suffix): Show additional text from
1555 `isearch-message-suffix-add' at the end.
1556
1557 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1558 `isearch-search'. Call isearch-success-function to skip matches
1559 outside the current isearch scope. Let-bind search-invisible to
1560 nil to not match invisible text.
1561
1562 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1563 Let-bind `isearch-recursive-edit' to nil to prevent calling
1564 `exit-recursive-edit' in `isearch-done' that terminates the
1565 execution of these commands when it is non-nil. Call
1566 `exit-recursive-edit' explicitly at the end.
1567 (isearch-occur): For word search construct the correct regexp
1568 with word boundaries to proceed with occur.
1569
1570 * isearch.el (isearch-search-fun): Compare the length of the
1571 current search string with the length of the string from the
1572 previous search state to detect the situation when the user
1573 adds or removes characters in the search string.
1574 Use word-search-forward-lax and word-search-backward-lax in this
1575 case, and otherwise word-search-forward and word-search-backward.
1576
1577 2008-11-11 Sam Steingold <sds@gnu.org>
1578
1579 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1580 the "Version Control" group (for C-x v g).
1581
1582 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * server.el (server-process-filter): Fix typos and reflow docstring.
1585
1586 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1587
1588 * mail/footnote.el (footnote-mode): Improve doc-string.
1589 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1590
1591 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1594
1595 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1596
1597 * mail/smtpmail.el (smtpmail-open-stream): Use
1598 `starttls-any-program-available'. Auto-load starttls.el for it.
1599
1600 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1603 version (bug@1285).
1604
1605 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1606
1607 * startup.el (command-line): Ignore init-file-user when checking
1608 user's home directory on MS-DOS as well.
1609
1610 2008-11-07 Sam Steingold <sds@gnu.org>
1611
1612 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1613
1614 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1615
1616 * frame.el (make-frame-on-display): Use `string-match-p'.
1617
1618 2008-11-07 Glenn Morris <rgm@gnu.org>
1619
1620 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1621
1622 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1623
1624 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1625 to initialize font-lock keyword case sensitivity.
1626 (lisp-mode): Use it.
1627
1628 2008-11-06 Glenn Morris <rgm@gnu.org>
1629
1630 * eshell/esh-maint.el: Remove unused file.
1631
1632 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1633
1634 * cus-edit.el (custom-comment-tag): Doc fix.
1635 (custom-comment, custom-variable-value-create, custom-face):
1636 Use face names sans -face suffix rather than aliases.
1637
1638 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1639
1640 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1641 window width.
1642
1643 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * server.el (server-process-filter): Only default to emacsclient's
1646 terminal in daemon mode.
1647
1648 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1649
1650 * window.el (quit-window): Restore prefix argument behavior
1651 removed in 2008-10-30 change. (Bug#1308)
1652
1653 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1654
1655 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1656 function to kill-buffer-hook, not to kill-buffer.
1657 Reported by Markus Triska <markus.triska@gmx.at>
1658
1659 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1660
1661 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1662 exists before deleting its windows.
1663
1664 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * server.el (server-process-filter): Don't call
1667 server-create-tty-frame when no tty name is specified.
1668
1669 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1670
1671 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1672
1673 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1674
1675 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1676 (define-char-code-property):
1677 * textmodes/reftex.el (reftex-index):
1678 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1679
1680 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1681
1682 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1683 vc-bzr-status-printer.
1684
1685 * startup.el (startup-echo-area-message): Display a different
1686 message in daemon mode. Suggested by Stephen Turnbull.
1687
1688 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1689 Windows.
1690
1691 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * dframe.el (dframe-mouse-position-function)
1694 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1695 (dframe-mouse-set-point): Fix typos in docstrings.
1696
1697 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1698
1699 * vc-dir.el (vc-dir-headers): Undo previous change.
1700
1701 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1702
1703 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1704 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1705
1706 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1707
1708 * subr.el (looking-back): Fix doc-string typo.
1709
1710 * electric.el (Electric-pop-up-window): Call window-end with
1711 UPDATE set to t.
1712
1713 * window.el (save-selected-window): Make it behave like
1714 save-selected-window-norecord.
1715 (save-selected-window-norecord): Remove, since functionality
1716 fully taken over by save-selected-window.
1717 (walk-windows, set-window-text-height, fit-window-to-buffer):
1718 Use save-selected-window instead of save-selected-window-norecord.
1719 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1720 save-selected-window-norecord.
1721 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1722 indent-function for save-selected-window-norecord.
1723
1724 2008-11-03 Alan Mackenzie <acm@muc.de>
1725
1726 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1727
1728 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * subr.el (looking-back): Doc fix.
1731
1732 * term/x-win.el (x-initialize-window-system):
1733 Call x-wm-set-size-hint after initialization.
1734
1735 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1736 to t.
1737
1738 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1739 2000-12-08 (bug#1297).
1740
1741 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1742
1743 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1744
1745 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1746 when appropriate.
1747
1748 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1749
1750 * window.el (save-selected-window-norecord): New macro.
1751 (walk-windows): Use save-selected-window-norecord and call
1752 select-window with NORECORD set. (Bug#1237)
1753 (set-window-text-height, fit-window-to-buffer):
1754 Use save-selected-window-norecord and call select-window with
1755 NORECORD set.
1756 * subr.el (with-selected-window): Call set-frame-selected-window
1757 with new argument NORECORD set. Update doc-string.
1758 (with-selected-frame): Call select-frame with new argument
1759 NORECORD set. Update doc-string.
1760 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1761 Put indent-function for save-selected-window-norecord.
1762 * font-lock.el (lisp-font-lock-keywords-2):
1763 Add save-selected-window-norecord.
1764
1765 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * cus-edit.el (customize-apropos-options, custom-comment)
1768 (custom-comment-tag, custom-face-edit-attribute-tag):
1769 Fix typos in docstrings.
1770 (custom-buffer-done-kill): Remove * from defcustom docstring.
1771 (custom-file): Fix typo in doc of defcustom choice.
1772
1773 * frame.el (display-visual-class): Fix typo in docstring.
1774 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1775 (special-display-frame-alist, show-trailing-whitespace)
1776 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1777 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1778 Remove * from defcustom docstrings.
1779
1780 * md4.el (md4-buffer): Fix typo in docstring.
1781 (md4, md4-64): Doc fixes.
1782 (md4-pack-int32): Reflow docstring.
1783
1784 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1785 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1786
1787 * rect.el (open-rectangle): Reflow docstring.
1788 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1789
1790 * select.el (x-get-cut-buffer): Fix typo in docstring.
1791
1792 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1793 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1794 Fix typos in docstrings.
1795
1796 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1797 Fix typos in docstrings.
1798
1799 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1800
1801 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1802
1803 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1804 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1805 (newsticker--treeview-tree-update)
1806 (newsticker--treeview-tree-update-highlight)
1807 (newsticker-treeview-update)
1808 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1809 (newsticker-treeview-next-new-or-immortal-item)
1810 (newsticker-treeview-prev-new-or-immortal-item)
1811 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1812 (newsticker-treeview-tree-click): Watch for layout changes.
1813 (newsticker--treeview-set-current-node): Cleanup.
1814 (newsticker--treeview-restore-layout): Rename from
1815 newsticker--treeview-restore-buffers.
1816 (newsticker--treeview-mark-item): Update cache file.
1817
1818 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1819
1820 * calendar/icalendar.el (icalendar--uid-count): New.
1821 (icalendar--create-uid): New. Extracted from
1822 `icalendar-export-region' and add uid counter.
1823 (icalendar-export-region): Use `icalendar--create-uid'.
1824
1825 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * tooltip.el (tooltip-frame-parameters): Doc fix.
1828
1829 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1830
1831 * window.el (window-body-height, window-current-scroll-bars)
1832 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1833 (minibuffer-window-active-p, count-windows)
1834 (window-safely-shrinkable-p, window--splittable-p)
1835 (window--try-to-split-window, window--frame-usable-p)
1836 (window--even-window-heights, window--display-buffer-1)
1837 (window--display-buffer-2, set-window-text-height)
1838 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1839 (truncated-partial-width-window-p): Rewrite doc-string.
1840 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1841 (split-window-vertically, split-window-horizontally):
1842 Rename args, rewrite doc-string, and simplify code.
1843 (split-window-save-restore-data): Rename args and use
1844 when instead of if.
1845
1846 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * indent.el (indent-for-tab-command): Use use-region-p.
1849
1850 * vc.el (vc-revert): Limit the length of the query string.
1851
1852 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * simple.el (idle-update-delay, next-error-highlight)
1855 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1856 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1857 (kill-read-only-ok, backward-delete-char-untabify-method)
1858 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1859 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1860 (goal-column, line-move-ignore-invisible, fill-prefix)
1861 (auto-fill-inhibit-regexp, blink-matching-paren)
1862 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1863 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1864 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1865 (minibuffer-history-isearch-wrap, transient-mark-mode)
1866 (next-logical-line, auto-fill-mode, line-number-mode)
1867 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1868 (normal-erase-is-backspace-mode): Doc fixes.
1869 (current-kill, transient-mark-mode, toggle-truncate-lines)
1870 (visible-mode): Reflow docstrings.
1871 (minibuffer-local-shell-command-map, interprogram-paste-function):
1872 Fix typos in docstrings.
1873
1874 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * server.el (server-process-filter): In daemon mode, default to
1877 emacsclient's tty if not opening a new frame and only the
1878 terminal-frame is available.
1879
1880 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1881
1882 * window.el (quit-window): Simplify code. Say in doc-string
1883 that it operates on the selected window's buffer. (Bug#1259)
1884
1885 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1886
1887 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1888 nil so that log-view-diff-changeset works.
1889
1890 2008-10-30 Glenn Morris <rgm@gnu.org>
1891
1892 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1893
1894 * resume.el: Move to obsolete/.
1895 * Makefile.in (ELCFILES): Update.
1896
1897 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * electric.el (Electric-pop-up-window): Don't shrink the window if
1900 it's already big enough.
1901
1902 * minibuffer.el (delete-minibuffer-contents): Delete all
1903 minibuffer contents instead of just the current field.
1904
1905 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1906
1907 * bookmark.el (bookmark-handle-bookmark): Rename from
1908 bookmark-jump-noselect.
1909 (bookmark--jump-via, bookmark-insert): Callers changed.
1910 (bookmark-jump-noselect): Wrapper function for
1911 bookmark-handle-bookmark.
1912 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1913
1914 * textmodes/ispell.el (ispell-word): Use use-region-p.
1915
1916 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1919 to follow naming conventions for abnormal hooks. Doc fix.
1920 (tooltip-mode, tooltip-timeout): Use it.
1921 (tooltip-hook): New obsolete alias.
1922 (tooltip-help-tips): Doc fix.
1923
1924 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1925
1926 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1927
1928 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1929 of hardcoded /tmp.
1930
1931 2008-10-29 Glenn Morris <rgm@gnu.org>
1932
1933 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1934
1935 * vc-hooks.el (vc-find-root): Remove bogus alias.
1936
1937 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * international/quail.el (quail-show-guidance): Don't create
1940 a guidance-frame if current buffer is not a minibuffer, since even if
1941 selected-window is mini-p, the buffer will never be displayed in it, so
1942 it wil be usable for guidance.
1943
1944 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * smerge-mode.el: Require diff-mode at run-time as well.
1947
1948 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1949
1950 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1951 * vc-hooks.el (vc-stay-local): Likewise.
1952
1953 2008-10-28 Phil Sung <psung@mit.edu>
1954
1955 * follow.el (follow-scroll-down, follow-calc-win-end)
1956 (follow-estimate-first-window-start): Reduce effective window
1957 height when header line is present. (Bug#925)
1958
1959 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * subr.el (locate-user-emacs-file): Simplify. Don't create
1962 `user-emacs-directory' when Emacs is running in batch mode.
1963
1964 * startup.el (inhibit-startup-screen): Reflow docstring.
1965 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1966
1967 2008-10-27 Kenichi Handa <handa@m17n.org>
1968
1969 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1970
1971 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * face-remap.el (text-scale-increase, text-scale-decrease)
1974 (text-scale-adjust): Remove &optional keyword from the arg list;
1975 the INC argument is not really optional, if the functions happen
1976 to be called from elisp.
1977
1978 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1979
1980 * vc.el: Rename VC methods that were missed when vc-status was
1981 renamed to vc-dir.
1982 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1983 vc-svn-status-extra-headers.
1984 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1985 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1986 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1987 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1988 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1989 vc-dir-status-printer.
1990 (vc-dir-headers): Use `dir-extra-headers' instead of
1991 `status-extra-headers'.
1992 (vc-dir-printer): Rename from vc-dir-status-printer.
1993 (vc-default-dir-extra-headers): Rename from
1994 vc-default-status-extra-headers.
1995 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1996 vc-cvs-status-extra-headers.
1997
1998 * startup.el (server-name): Pacify byte compiler.
1999 (command-line): If --daemon=SERVER_NAME was used, set server-name
2000 before calling server-start.
2001
2002 2008-10-26 Romain Francoise <romain@orebokech.com>
2003
2004 * startup.el (command-line): Call daemon-initialized after
2005 starting the server.
2006
2007 2008-10-26 Kenichi Handa <handa@m17n.org>
2008
2009 * help-fns.el (describe-categories): Display the terse legend at
2010 the head.
2011
2012 * international/characters.el: Docstrings of categories improved.
2013
2014 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2017
2018 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2019 to the courier family.
2020 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2021 usually not serif'd and hence rather unlike verbatim's printed output.
2022
2023 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2026 when reporting the module.
2027
2028 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2029
2030 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2031
2032 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * files.el (locate-dominating-stop-dir-regexp): New var.
2035 (locate-dominating-file): Change arg from a regexp to a file name.
2036 Rewrite using the vc-find-root code to avoid directory-files which is
2037 too slow. Obey locate-dominating-stop-dir-regexp.
2038 Don't pay attention to changes in owner.
2039 (project-find-settings-file): Adjust call to locate-dominating-file.
2040
2041 * progmodes/flymake.el (flymake-find-buildfile):
2042 Adjust call to locate-dominating-file.
2043
2044 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2045 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2046
2047 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2048
2049 * subr.el (with-current-buffer): Rename buffer argument to
2050 buffer-or-name.
2051 * window.el (get-buffer-window-list): Rename buffer argument to
2052 buffer-or-name and make it optional.
2053
2054 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * completion.el (add-completion-to-head, add-completion): Doc fixes.
2057 (completion-search-next, add-completions-from-file):
2058 Fix typos in docstrings.
2059
2060 * filesets.el (filesets-menu-ensure-use-cached)
2061 (filesets-ingroup-patterns, filesets-filetype-property):
2062 * tutorial.el (get-lang-string):
2063 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2064 Fix typos in docstrings.
2065
2066 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2067 (image-dired-line-up-method, image-dired-thumb-size)
2068 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2069 (image-dired-track-original-file, image-dired-track-thumbnail)
2070 (image-dired-dired-next-line, image-dired-dired-previous-line)
2071 (image-dired-write-comments): Reflow docstrings.
2072 (image-dired-show-all-from-dir-max-files)
2073 (image-dired-format-properties-string, image-dired-create-thumbs)
2074 (image-dired-mark-tagged-files, image-dired-gallery-generate):
2075 Fix typos in docstrings.
2076
2077 * savehist.el (savehist-save-minibuffer-history, savehist-file)
2078 (savehist-additional-variables, savehist-ignored-variables)
2079 (savehist-file-modes, savehist-autosave-interval):
2080 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2081 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2082 (fancy-splash-image):
2083 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2084 (thumbs-conversion-program, thumbs-margin):
2085 Remove spurious * in docstrings.
2086
2087 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
2088
2089 * thingatpt.el (end-of-sexp, beginning-of-sexp)
2090 (forward-same-syntax): Omit default arguments to char-after and
2091 char-before.
2092
2093 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * subr.el (locate-user-emacs-file): New function.
2096 (user-emacs-directory): Mention it in docstring.
2097
2098 * completion.el (save-completions-file-name):
2099 * filesets.el (filesets-menu-cache-file):
2100 * image-dired.el (image-dired-dir, image-dired-db-file)
2101 (image-dired-temp-image-file, image-dired-gallery-dir)
2102 (image-dired-temp-rotate-image-file):
2103 * savehist.el (savehist-file):
2104 * server.el (server-auth-dir):
2105 * thumbs.el (thumbs-thumbsdir):
2106 * tutorial.el (tutorial--saved-dir):
2107 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2108
2109 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2112 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2113
2114 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * filesets.el: Update author email.
2117 (filesets-data): Doc fix.
2118
2119 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
2120
2121 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2122
2123 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
2124
2125 * international/mule-cmds.el (describe-language-environment):
2126 Indent sample text.
2127
2128 2008-10-23 Glenn Morris <rgm@gnu.org>
2129
2130 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2131
2132 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2133 byte-compile a redefinition of a function with special byte-compile
2134 handling. (Bug#411)
2135
2136 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2137
2138 * ps-print.el: Deal with page sizes for label printes. Suggested by
2139 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2140 (ps-print-version): New version 7.3.3.
2141 (ps-page-dimensions-database): New page sizes for label printers.
2142 (ps-n-up-printing): Fix code.
2143
2144 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2147
2148 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2149 (list-at-point): Add docstrings.
2150
2151 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2152
2153 * dired-aux.el (dired-do-create-files): Doc fix.
2154
2155 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2156
2157 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2158 with other documentation.
2159
2160 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * replace.el (how-many): Fix typo in docstring.
2163 Reported by Leo <sdl.web@gmail.com>.
2164
2165 2008-10-22 Glenn Morris <rgm@gnu.org>
2166
2167 * international/mule-cmds.el (universal-coding-system-argument):
2168 Check for C-g. (Bug#1205)
2169
2170 2008-10-22 Kenichi Handa <handa@m17n.org>
2171
2172 * international/characters.el: Don't setup
2173 find-word-boundary-function-table.
2174 (next-word-boundary-han, next-word-boundary-kana): Delete them.
2175 (word-combining-categories, word-separating-categories):
2176 Adjust to the change of the docstrings.
2177
2178 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * simple.el (region-active-p): Doc fix.
2181
2182 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2183
2184 * subr.el (apply-partially): Move from here...
2185
2186 * simple.el (apply-partially): ...to here.
2187
2188 2008-10-20 Andreas Schwab <schwab@suse.de>
2189
2190 * subr.el (split-string-and-unquote): Simplify regexp.
2191
2192 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2193
2194 * subr.el (top-level): Require `cl' when compiling.
2195
2196 2008-10-20 David Reitter <david.reitter@gmail.com>
2197
2198 * info.el (Info-mode): Do not remove an existing header line if
2199 `Info-use-header-line' is nil.
2200
2201 2008-10-19 Juri Linkov <juri@jurta.org>
2202
2203 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2204 Add arg `delimited' as in `query-replace' for the case when
2205 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
2206 Add more indicators to the prompt ("word" and "in region").
2207
2208 * replace.el (query-replace, query-replace-regexp)
2209 (replace-string, replace-regexp, perform-replace): Add "word"
2210 indicatiors to the prompt for word delimited replacements.
2211
2212 * replace.el (read-regexp): Rename arg `default' to `default-value'.
2213 Doc fix.
2214
2215 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2216
2217 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
2218
2219 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2220
2221 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2222
2223 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2224 Make argument names follow Elisp manual.
2225
2226 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2227
2228 * textmodes/remember.el (remember-data-file):
2229 * shadowfile.el (shadow-initialize)
2230 <shadow-info-file, shadow-todo-file>:
2231 * savehist.el (savehist-file):
2232 * recentf.el (recentf-save-file):
2233 * pcvs-defs.el (cvs-cvsrc-file):
2234 * international/kkc.el (kkc-init-file-name):
2235 * ido.el (ido-save-directory-list-file):
2236 * calendar/todo-mode.el (todo-file-do, todo-file-done)
2237 (todo-file-top): Run file names that begin with a period thru
2238 `convert-standard-filename'.
2239
2240 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
2241 before-init-hook.
2242
2243 Fix Bug #1183:
2244
2245 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2246 coding-system-for-read to ediff-coding-system-for-write.
2247
2248 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2249 coding-system-for-write to ediff-coding-system-for-write.
2250
2251 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2252 (ediff-coding-system-for-write): Set to emacs-internal.
2253
2254 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * international/mule-conf.el (emacs-internal): New coding system alias.
2257
2258 2008-10-18 Juri Linkov <juri@jurta.org>
2259
2260 * info.el (Info-file-supports-index-cookies-list): New variable.
2261 (Info-file-supports-index-cookies): New function.
2262 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2263 (Info-index-nodes): Let-bind Info-point-loc to nil for files
2264 without an index cookie to ignore it when Info-index-nodes is
2265 called during navigating from an index node with line numbers.
2266 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
2267
2268 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2269 variable definition section.
2270
2271 * info.el (Info-find-node-2): Put initial point below the header line
2272 and breadcrumbs line.
2273
2274 2008-10-18 Glenn Morris <rgm@gnu.org>
2275
2276 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2277 the needed external programs were not found.
2278
2279 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2280
2281 * files.el (trash-directory): Run thru `convert-standard-filename'.
2282 (file-modes-char-to-who, file-modes-char-to-right)
2283 (file-modes-rights-to-number, file-modes-symbolic-to-number)
2284 (read-file-modes): Doc fixes.
2285
2286 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * abbrev.el (define-abbrev): Doc fix.
2289
2290 2008-10-17 Alan Mackenzie <acm@muc.de>
2291
2292 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2293 foo bar [] = { ...".
2294
2295 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * faces.el (face-spec-set-2): Don't pass invalid attributes to
2298 set-face-attribute.
2299
2300 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
2301
2302 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2303 according to `locale-coding-system'. (This fixes trivial bug reported
2304 as part of bug#1179).
2305 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2306 particular order). Use `when'.
2307
2308 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
2309
2310 * w32-fns.el (w32-check-shell-configuration): Doc fix.
2311 (w32-add-charset-info): Fix typo in docstring.
2312
2313 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2314
2315 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2316 after discussion.
2317
2318 2008-10-16 Magnus Henoch <mange@freemail.hu>
2319
2320 * vc-arch.el (vc-arch-dir-status): New function.
2321 (vc-arch-after-dir-status): New function.
2322
2323 2008-10-16 Glenn Morris <rgm@gnu.org>
2324
2325 * man.el (Man-getpage-in-background): Force recent `man's to output
2326 escape sequences even when stdout is not a tty. (Bug#1142)
2327
2328 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
2329
2330 * international/mule-conf.el: Add `utf8' and `UTF8' as
2331 aliases for the `utf-8' coding system.
2332
2333 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * find-file.el (ff-get-file): Doc fix.
2336 (ff-get-file-name): Use `let', not `let*'.
2337 (ff-search-directories): Fix typo in docstring.
2338 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2339 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2340 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2341 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2342 (cc-other-file-alist, modula2-other-file-alist):
2343 Remove spurious * in docstrings.
2344
2345 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * faces.el (set-face-attribute): Set family and foundry before
2348 other attributes.
2349 (face-spec-set-2): Pass unmodified args to set-face-attribute.
2350
2351 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
2352
2353 * hl-line.el (hl-line-unload-function): New function.
2354 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2355 (hl-line-sticky-flag): Remove spurious * in docstring.
2356
2357 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
2358
2359 * vc-git.el (vc-git-show-log-entry): Include the revision in the
2360 search string.
2361
2362 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp.el (tramp-process-one-action): Embed regexp in
2365 parentheses, before adding end-of-buffer construct. Suggested by
2366 Markus Triska <markus.triska@gmx.at>.
2367
2368 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
2369
2370 * net/newst-plainview.el (w3m-toggle-inline-image):
2371 Define 'declare-function if necessary, for compatibility.
2372
2373 * net/newst-treeview.el (w3m-toggle-inline-images):
2374 Define 'declare-function if necessary, for compatibility.
2375
2376 2008-10-13 Alan Mackenzie <acm@muc.de>
2377
2378 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2379 so that the function works on one-line macros.
2380
2381 * progmodes/cc-engine.el: Amend several doc strings and comments.
2382
2383 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2386
2387 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2388 (vc-cvs-stay-local): Add a new choice and default to it.
2389 (vc-cvs-dir-status): Use the new vc-stay-local choice.
2390
2391 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2392
2393 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
2394
2395 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2396 Add support for extended return statement.
2397
2398 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2399 and obj-dir; keep user order.
2400
2401 2008-10-12 Glenn Morris <rgm@gnu.org>
2402
2403 * Makefile.in (ELCFILES): Update.
2404
2405 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2406 (shell-file-name-quote-list): Declare.
2407
2408 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2411
2412 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * startup.el (command-line): If toolbar is disabled but ought to
2415 be initialized, call tool-bar-setup.
2416
2417 * tool-bar.el (tool-bar-setup): Variable deleted.
2418 (tool-bar-setup): Set it up unconditionally.
2419
2420 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2421
2422 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2423 tool-bar-map has been initialized before setting it up.
2424
2425 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2426 tool-bar-map has been initialized before setting it up.
2427
2428 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * emacs-lisp/warnings.el (display-warning): Issue a message if
2431 called during daemon initialization.
2432
2433 * tool-bar.el (tool-bar-local-item)
2434 (tool-bar-local-item-from-menu): Put the check for number of
2435 display colors into the image expression.
2436 (tool-bar-setup): Don't be a no-op on ttys.
2437
2438 * info.el (info-tool-bar-map):
2439 * progmodes/gud.el (gud-tool-bar-map):
2440 * progmodes/grep.el (grep-mode-tool-bar-map):
2441 * progmodes/compile.el (compilation-mode-tool-bar-map):
2442 Initialize it unconditionally.
2443
2444 2008-10-11 Romain Francoise <romain@orebokech.com>
2445
2446 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2447 * kmacro.el (kmacro-edit-lossage): Ditto.
2448 * edmacro.el (edit-kbd-macro): Ditto.
2449
2450 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
2451
2452 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2453 Fix variable names.
2454
2455 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * startup.el (command-line): Revert 2008-09-26 change, not
2458 necessary anymore.
2459
2460 2008-10-10 Andreas Schwab <schwab@suse.de>
2461
2462 * simple.el (minibuffer-complete-shell-command):
2463 Bind comint-delimiter-argument-list, comint-file-name-chars and
2464 comint-file-name-quote-list like shell-mode.
2465
2466 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2467
2468 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2469 call of select-window.
2470
2471 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2472
2473 * calc/calc.el (calc-embedded-word-regexp)
2474 (calc-embedded-word-regexp-alist): New variables.
2475 (calc-embedded-open-word, calc-embedded-close-word)
2476 (calc-embedded-open-close-word-alist): Remove unused variables.
2477
2478 * calc/calc-embed.el (calc-embedded-make-info):
2479 Use `calc-embedded-word-regexp' to find words.
2480
2481 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2482
2483 * info.el (Info-extract-menu-counting): New argument no-detail to
2484 skip detailed node listings.
2485 (Info-forward-node): New argument not-up to inhibit going up.
2486 (Info-final-node): Call Info-extract-menu-counting and
2487 Info-forward-node with the new arguments set to avoid infinite
2488 looping. (Bug#1116)
2489
2490 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2491
2492 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2493 not fboundp.
2494
2495 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * startup.el (command-line): Enable tool-bar-mode as long as it is
2498 not suppressed by X resources, regardless of the terminal.
2499
2500 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2501 graphical terminals.
2502 (tool-bar-setup): No-op if called on a tty.
2503
2504 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2505
2506 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2507 Support `pc' ``window-system''.
2508
2509 * progmodes/compile.el (compilation-start): Resurrect the version
2510 for systems that don't support asynchronous subprocesses.
2511
2512 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2513
2514 * window.el (pop-up-frames): Add choice graphic-only.
2515 (display-buffer): When pop-up-frames equals graphic-only do
2516 not pop up new frame on text-only terminals. (Bug#1061)
2517
2518 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2521 (vc-cvs-dir-status): Use it.
2522
2523 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * json.el (json-skip-whitespace): Fix last change.
2526
2527 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * bs.el (bs-unload-function): New function.
2530
2531 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2532
2533 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2534 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2535 For clarity, explicitly require cl.
2536
2537 2008-10-08 Michael Olson <mwolson@gnu.org>
2538
2539 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2540 can avoid a bad interaction with programs that add functions to
2541 the window-scroll-functions hook. This fixes Bug #858.
2542
2543 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * startup.el (command-line): Use display-warning to warn about an
2546 init file error.
2547 (command-line-1): Remove init file error delay.
2548
2549 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2550
2551 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2552 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2553 (rx-group-if): New function.
2554 (rx-parent): New variable.
2555 (rx-and, rx-or): Put shy groups only when necessary.
2556 (rx-bracket): Remove.
2557 (rx-anything): New function.
2558 (rx-any-delete-from-range, rx-any-condense-range)
2559 (rx-check-any-string): New functions.
2560 (rx-check-any): Return result as a list. Don't convert chars to
2561 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2562 Check char category string. Call rx-form instead of rx-to-string.
2563 (rx-any): Rebuid to complete the function.
2564 (rx-check-not): Fix char category regexp pattern string.
2565 Call rx-form instead of rx-to-string.
2566 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2567 "[^^]". Call regexp-quote for one char string when not called from
2568 rx-not. Add "\\w", and toggle to upcase. Add the case of
2569 "\\[SCBW]" to toggle.
2570 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2571 instead of rx-to-string.
2572 (rx-kleene): Call rx-form instead of rx-to-string.
2573 Call rx-group-if to adjust putting of shy groups.
2574 (rx-atomic-p): Make check more precisely.
2575 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2576 (rx-regexp): Call rx-group-if.
2577 (rx-form): New function.
2578 (rx-to-string): Call rx-form, rx-group-if.
2579 Refine definition of NO-GROUP.
2580
2581 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2582
2583 * json.el (json-advance): Use forward-char.
2584 (json-skip-whitespace): Use skip-syntax-forward.
2585
2586 2008-10-07 Alan Mackenzie <acm@muc.de>
2587
2588 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2589 indenting a macro followed by blank lines doesn't backslash the
2590 following non-blank line into the macro.
2591
2592 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2595 (command-line): Set after-init-time to nil before initialization.
2596
2597 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2598
2599 * calc/calc-units.el (math-standard-units): Update the values
2600 of the units.
2601
2602 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * bookmark.el (bookmark-unload-function): New function.
2605
2606 2008-10-06 Andreas Schwab <schwab@suse.de>
2607
2608 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2609
2610 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2611
2612 * mail/footnote.el: Remove * in defcustom docstrings and tell
2613 for most options that customizing them doesn't affect buffers
2614 already displaying footnotes.
2615 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2616 Fix handling of text properties and identical start/end tags.
2617 Do not use format when renumbering.
2618 (Footnote-set-style): Make it work.
2619 (Footnote-insert-numbered-footnote): Simplify.
2620 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2621 (Footnote-goto-footnote): Fix handling of empty section tag.
2622 (Footnote-delete-footnote): Fix handling of identical start/end
2623 tags, empty section tag, and spaced footnotes. Do not use
2624 kill-region.
2625 (footnote-mode): Make most options buffer-local to avoid that
2626 customizing messes up handling of footnotes in buffers that
2627 already display them.
2628
2629 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2630
2631 * faces.el (x-create-frame-with-faces): Undo previous change.
2632
2633 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2634 existent files.
2635
2636 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * international/mule-cmds.el (universal-coding-system-argument):
2639 Handle digit-argument too.
2640
2641 2008-10-05 Mario Lang <mlang@delysid.org>
2642
2643 * xml.el (xml-parse-string): Use skip-chars-forward.
2644
2645 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2646
2647 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2648 existent files.
2649 (vc-bzr-dir-status-files): New function.
2650
2651 2008-10-04 Glenn Morris <rgm@gnu.org>
2652
2653 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2654
2655 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2656 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2657
2658 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2659 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2660
2661 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2662
2663 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2664 Fix typo. (Bug#1074)
2665
2666 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2667
2668 * progmodes/compile.el (compilation-start): Make sure to move to
2669 point-max only when we are in the compilation buffer. (Bug#1073)
2670
2671 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2674 tool-bar-mode is on.
2675
2676 * vc-svn.el (vc-svn-dir-status-files):
2677 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2678
2679 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * vc-hg.el (vc-hg-dir-status-files): New function.
2682
2683 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2684
2685 * window.el (window--display-buffer-1): Don't care about
2686 visibility since raise-frame does.
2687
2688 2008-10-03 Mario Lang <mlang@delysid.org>
2689
2690 * nxml/xmltok.el (xmltok-forward): Simplify.
2691
2692 2008-10-03 Glenn Morris <rgm@gnu.org>
2693
2694 * Makefile.in (ELCFILES): Update.
2695
2696 * frame.el (set-default-font): Make obsolete.
2697 * mouse.el (mouse-set-font): Use set-frame-font.
2698
2699 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2700 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2701
2702 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2703 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2704
2705 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2708 (vc-dir-refresh): Set it here instead. (Bug#1067)
2709
2710 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * faces.el (inhibit-frame-set-background-mode): New var.
2713 (frame-set-background-mode): Use it to avoid a loop in
2714 face-spec-recalc.
2715
2716 2008-10-02 Glenn Morris <rgm@gnu.org>
2717
2718 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2719 vc-diff-switches.
2720
2721 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2722
2723 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2724 that is, to take some action when a buffer is killed. Suggested by
2725 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2726 11.2.2.
2727 (whitespace-action): Docstring and :type fix.
2728 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2729 Code fix.
2730 (whitespace-add-local-hook, whitespace-remove-local-hook)
2731 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2732
2733 2008-10-01 Magnus Henoch <mange@freemail.hu>
2734
2735 * net/tls.el (open-tls-stream): Show the actual command being
2736 executed, instead of the format string.
2737
2738 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2739
2740 * term/internal.el (dos-locale-alist): New alist.
2741 (dos-codepage-setup): Use it to compute a value of locale with
2742 which to call set-locale-environment. Remove code to set
2743 terminal, keyboard, and file-name encoding (done by
2744 set-locale-environment).
2745
2746 * international/mule-cmds.el
2747 (set-language-environment-nonascii-translation): Fix nonascii
2748 value for `pc' ``window-system''.
2749 (set-display-table-and-terminal-coding-system)
2750 (set-default-coding-systems): Don't special-case `pc'.
2751
2752 2008-10-01 Glenn Morris <rgm@gnu.org>
2753
2754 * filesets.el (filesets-menu-name): Fix type.
2755 (filesets-menu-path, filesets-menu-before): Fix types.
2756 Change defaults to be consistent with recentf. (Bug#1056)
2757
2758 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * term/xterm.el (xterm-turn-on-modify-other-keys)
2761 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2762 Don't forget to pass `terminal' to `send-string-to-terminal'.
2763
2764 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2767 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2768 non-nil. It is not clear, whether this is only fixing symptoms on
2769 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2770 is embedded by that check. So it might be TRT. Suggested by Dan
2771 Nicolaescu <dann@ics.uci.edu>.
2772
2773 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2774
2775 * Makefile.in (ELCFILES): Remove codepage.elc.
2776
2777 * international/codepage.el: File removed, as even ms-dos doesn't
2778 need it anymore.
2779
2780 * loadup.el [ms-dos]: Don't load ccl and codepage.
2781
2782 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2783 (IT-character-translations, cjk-codepages-alist): Remove variables.
2784 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2785 (IT-unicode-translations): Remove charset and base elements.
2786 Add translations for Latin-1 characters.
2787 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2788 base and chset elements of IT-unicode-translations. Don't wrap
2789 translation in "{...}". Set up translations only for characters
2790 for which unencodable-char-position returns non-nil.
2791 (dos-codepage-setup): Don't use special-case codepages in
2792 cjk-codepages-alist.
2793
2794 * files.el (locate-dominating-file): Wrap directory-files with
2795 condition-case, instead of calling file-directory-p, which stats
2796 the directory one more time.
2797
2798 * mail/mail-utils.el (mail-unquote-printable-region):
2799 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2800 non-nil.
2801
2802 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2803
2804 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2805
2806 2008-09-30 Glenn Morris <rgm@gnu.org>
2807
2808 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2809
2810 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2811
2812 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2813 (which-function): Handle nested imenu trees.
2814
2815 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2816 some nested menu items.
2817
2818 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2819
2820 * calc/calc-units.el (math-standard-units): Add entries used to
2821 display the the values in the units buffer.
2822 (math-build-units-table): Add entries to the units table to be used
2823 to display the values in the units buffer.
2824 (math-build-units-table-buffer): Use the display entry of the units
2825 table when non-nil.
2826 (calc-define-unit): Add option to enter display value of unit.
2827
2828 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2831
2832 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2833
2834 * files.el (locate-dominating-file): Take file-attributes of
2835 `dir', not of `file' (which never changes).
2836
2837 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2838
2839 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2840 also be `localname'.
2841
2842 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2843 IDENTIFICATION.
2844
2845 2008-09-28 Glenn Morris <rgm@gnu.org>
2846
2847 * vc.el (vc-switches): Give it a doc string.
2848
2849 2008-09-28 Romain Francoise <romain@orebokech.com>
2850
2851 * comint.el (comint-show-output): Adjust to stickiness changes of
2852 the output field.
2853
2854 * startup.el (command-line): Start the daemon server later.
2855
2856 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2857
2858 * subr.el (read-quoted-char): Call char-resolve-modifiers
2859 instead of char-resolve-modifers.
2860
2861 2008-09-27 Glenn Morris <rgm@gnu.org>
2862
2863 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2864 than [return]. (Bug#1031)
2865
2866 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2867
2868 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2869
2870 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2871
2872 * epg.el (epg-wait-for-status): Check if there is no pending status.
2873 Reported by Ted Romer <ted@romerfamily.com>.
2874
2875 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2876
2877 * startup.el (command-line): Turn on menu-bar-mode and
2878 tool-bar-mode when running as a daemon.
2879
2880 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2881
2882 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2883 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2884 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2885 ($(lisp)/progmodes/cc-engine.elc)
2886 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2887 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2888 ($(lisp)/progmodes/cc-subword.elc)
2889 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2890
2891 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2892 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2893 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2894 ($(lisp)/progmodes/cc-engine.elc)
2895 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2896 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2897 ($(lisp)/progmodes/cc-subword.elc)
2898 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2899
2900 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2901
2902 * informat.el (Info-split-threshold): New variable.
2903 (Info-split): Use it.
2904
2905 * textmodes/texinfmt.el (texinfo-format-buffer):
2906 Use Info-split-threshold to decide whether to split Info files.
2907
2908 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2911 quoting.
2912
2913 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2914 name when reinserting it.
2915
2916 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2917 word-search-backward-lax for incremental word search.
2918
2919 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * generic-x.el (generic-other-modes): Fix typo in docstring.
2922 (generic-use-find-file-hook, generic-lines-to-scan)
2923 (generic-find-file-regexp, generic-ignore-files-regexp)
2924 (generic-define-mswindows-modes, generic-define-unix-modes):
2925 Remove `*' from docstring.
2926 (generic-mode-find-file-hook): Use `string-match-p'.
2927 (apache-log-generic-mode, mailagent-rules-generic-mode)
2928 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2929 (java-manifest-generic-mode, java-properties-generic-mode)
2930 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2931 for consistency with other modes in generic-x.el.
2932
2933 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2934
2935 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2936 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2937 parens specially only if latex-handle-escaped-parens is non-nil.
2938 (latex-indent-within-escaped-parens): New option.
2939 (latex-find-indent): Bind latex-handle-escaped-parens to
2940 latex-indent-within-escaped-parens. Do not treat escaped parens
2941 specially when this is nil. (Bug#954)
2942
2943 2008-09-25 Glenn Morris <rgm@gnu.org>
2944
2945 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2946
2947 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2948
2949 * vc.el (vc-mark-resolved): Move message here from
2950 vc-default-mark-resolved.
2951 (vc-default-mark-resolved): Change to an alias for ignore.
2952
2953 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2954
2955 * term.el (term-emulate-terminal): Encode input string before
2956 checking its length.
2957
2958 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2961 is loaded.
2962
2963 * server.el (server-buffer-done): Avoid changing the buffer when
2964 deleting the client's frame (bug#640).
2965
2966 * vc.el (vc-default-mark-resolved): New function.
2967
2968 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2969
2970 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2971 from raising a wrong-type-argument error.
2972
2973 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2974
2975 * help-fns.el (describe-function-1, describe-variable): Print
2976 relative file name in help buffer.
2977 * faces.el (describe-face): Print relative file name in help
2978 buffer.
2979
2980 2008-09-23 Romain Francoise <romain@orebokech.com>
2981
2982 * subr.el (with-output-to-string): Make sure that the temporary
2983 buffer gets killed.
2984
2985 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2986
2987 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2988 indentation problem with keyword symbols when a list starts with
2989 ,@ or spaces. (Bug#1012)
2990
2991 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2992
2993 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2994 escaped close parens correctly. (Bug#954)
2995
2996 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2997
2998 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2999 usage of `fortune-file' even though a FILE argument was passed to
3000 the function.
3001
3002 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3003
3004 * startup.el (command-line): Start the server when in daemon mode.
3005 Remove always true test.
3006
3007 * frame.el (frame-initialize): Remove spurious setting of
3008 special-display-function with the default value.
3009
3010 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
3011
3012 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3013
3014 2008-09-20 Glenn Morris <rgm@gnu.org>
3015
3016 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3017 Fix custom type. (Bug#1011)
3018
3019 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
3020
3021 * files.el (move-file-to-trash): Avoid recursive trashing if
3022 rename-file calls delete-file.
3023
3024 2008-09-20 Glenn Morris <rgm@gnu.org>
3025
3026 * play/fortune.el: Remove leading `*' from defcustom docs.
3027 (fortune-program-options): Doc fix. Allow to be a string again.
3028 Add :version.
3029 (fortune-in-buffer): Handle fortune-program-options as a string.
3030 Don't rely on fortune program accepting options after fortune file.
3031
3032 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
3033
3034 * play/fortune.el (fortune-program-options): Change to a list.
3035 (fortune-in-buffer): Use apply.
3036
3037 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
3038
3039 * emacs-lisp/authors.el: Change encoding of file to utf-8.
3040 (authors-coding-system): Likewise.
3041
3042 2008-09-20 Ami Fischman <ami@fischman.org>
3043
3044 * savehist.el (savehist-save): Handle errors in writing as well as
3045 reading.
3046
3047 2008-09-20 Michael Olson <mwolson@gnu.org>
3048
3049 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3050 to provide a minimal performance boost.
3051
3052 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3053
3054 * proced.el (proced-grammar-alist, proced-custom-attributes)
3055 (proced-format-alist, proced-format, proced-filter-alist)
3056 (proced-filter, proced-sort): Use defcustom.
3057 (proced-mode): Fix docstring.
3058 (proced-process-attributes): Handle return value nil of functions
3059 in proced-custom-attributes.
3060
3061 2008-09-19 Martin Rudalics <rudalics@gmx.at>
3062
3063 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3064 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
3065
3066 2008-09-19 Miles Bader <miles@gnu.org>
3067
3068 * comint.el (comint-output-filter): Make field properties for
3069 output text front-sticky.
3070
3071 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * vc-bzr.el (vc-bzr-show-log-entry):
3074 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3075 C-x v l for a directory uses that.
3076
3077 2008-09-18 Simon Josefsson <simon@josefsson.org>
3078
3079 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3080 .sieve files.
3081
3082 2008-09-18 Martin Rudalics <rudalics@gmx.at>
3083
3084 * help-macro.el (make-help-screen): Preserve key bindings
3085 established in help-mode call when exiting this macro.
3086
3087 2008-09-17 Kenichi Handa <handa@m17n.org>
3088
3089 * language/burmese.el: Fix setting of composition-function-table.
3090
3091 2008-09-17 Martin Rudalics <rudalics@gmx.at>
3092
3093 * info.el (Info-follow-nearest-node): Don't raise an error for
3094 mouse-1 clicks.
3095
3096 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
3097
3098 * calc/calc-units.el (calc-convert-temperature): Use default
3099 units when appropriate.
3100
3101 2008-09-16 Markus Triska <markus.triska@gmx.at>
3102
3103 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3104 catch errors raised in `texmathp'.
3105 (flyspell-tex-math-initialized): Remove.
3106
3107 2008-09-16 Martin Rudalics <rudalics@gmx.at>
3108
3109 * frame.el (select-frame-set-input-focus): With non-nil
3110 mouse-autoselect-window always move mouse cursor to frame's
3111 selected window. Otherwise restore pre 2008-09-13 behavior.
3112 (select-frame-by-name): Use select-frame-set-input-focus.
3113
3114 * files.el (switch-to-buffer-other-frame): Don't raise frame since
3115 pop-to-buffer already does it.
3116 (display-buffer-other-frame): Fix doc-string.
3117
3118 2008-09-16 Glenn Morris <rgm@gnu.org>
3119
3120 * add-log.el (diff-find-source-location): Update declaration.
3121
3122 * progmodes/make-mode.el (makefile-match-function-end):
3123 Move point. (Bug#983)
3124
3125 2008-09-16 Daiki Ueno <ueno@unixuser.org>
3126
3127 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3128
3129 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3132 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3133
3134 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
3135
3136 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3137
3138 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3139
3140 * files.el (file-truename): Don't raise args-out-of-range error
3141 when filename has no separator on windows-nt. (Bug#982)
3142
3143 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3146 be more honest when we don't know.
3147 (diff-tell-file-name): Don't prompt before the actual prompt.
3148 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3149 (diff-find-source-location): Add `noprompt' argument.
3150 (diff-current-defun): Don't prompt.
3151
3152 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3153
3154 * proced.el (proced-mark-face, proced-marked-face)
3155 (proced-sort-header-face): Remove.
3156 (proced-font-lock-keywords): Simplify.
3157 (proced-format): Use face proced-sort-header.
3158 (proced-format-interactive, proced-sort-interactive)
3159 (proced-filter-interactive): Only call proced-update if the scheme
3160 has changed.
3161 (proced-sort-header): Use posn-actual-col-row.
3162
3163 2008-09-14 Martin Rudalics <rudalics@gmx.at>
3164
3165 * add-log.el (change-log-find-window): New variable.
3166 (change-log-goto-source-1, change-log-goto-source):
3167 Set change-log-find-window to window displaying source.
3168 (change-log-next-error): Select window specified by
3169 change-log-find-window.
3170
3171 2008-09-13 Martin Rudalics <rudalics@gmx.at>
3172
3173 * frame.el (select-frame-set-input-focus): With focus follows
3174 mouse move mouse cursor to right window.
3175 * window.el (pop-to-buffer): Select window before calling
3176 select-frame-set-input-focus.
3177
3178 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3179
3180 * proced.el (proced-sort-header): New face.
3181 (proced-sort-header-face): New variable.
3182 (proced-format): Allow format value nil.
3183 Use proced-sort-header-face for header of sort column.
3184 (proced-format-args): New function.
3185 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3186 (proced-header-help-echo, proced-field-help-echo, proced-timer)
3187 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3188 (proced-refine): Rename from proced-filter-attribute. Doc fix.
3189 (proced-sort-header): Bind also to mouse-1.
3190 (proced-move-to-goal-column): Return position of point.
3191 (proced-filter-interactive): Always revert listing.
3192 (proced-format-ttname): Simplify.
3193 (proced-update): Do not keep undo information. Put point at
3194 beginning of buffer if we generate the first listing.
3195
3196 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
3197
3198 * doc-view.el (doc-view-scroll-up-or-next-page)
3199 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3200 vertically split windows.
3201
3202 2008-09-12 Glenn Morris <rgm@gnu.org>
3203
3204 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3205
3206 * indent.el (indent-line-function): Doc fix.
3207 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3208
3209 2008-09-11 Martin Rudalics <rudalics@gmx.at>
3210
3211 * window.el (pop-to-buffer): If the window for buffer-or-name is
3212 not on the selected frame, raise that window's frame and give it
3213 input focus. (Bug#745)
3214
3215 2008-09-11 Glenn Morris <rgm@gnu.org>
3216
3217 * ido.el (ido-mode): Initialize with custom-initialize-default,
3218 rather than a set function. (Bug#947)
3219
3220 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * replace.el (perform-replace): Don't set inhibit-read-only using
3223 query-replace-skip-read-only (bug#956).
3224
3225 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3226 of the <<foo>> form.
3227
3228 2008-09-10 Martin Rudalics <rudalics@gmx.at>
3229
3230 * window.el (display-buffer): Fix doc-string typo.
3231
3232 2008-09-10 Kenichi Handa <handa@m17n.org>
3233
3234 * composite.el (compose-gstring-for-graphic): Fix previous change.
3235
3236 2008-09-10 Glenn Morris <rgm@gnu.org>
3237
3238 * info.el (Info-try-follow-nearest-node): Fix doc typo.
3239
3240 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
3241
3242 * info.el (Info-mouse-follow-nearest-node): Follow links to different
3243 manuals. (Bug#886)
3244
3245 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * ido.el (ido-unload-function): New function.
3248
3249 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * ido.el (ido-file-internal): Fix typo in prompt.
3252 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3253 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3254 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3255 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3256 Fix typos in docstrings.
3257
3258 2008-09-08 Martin Rudalics <rudalics@gmx.at>
3259
3260 * help-fns.el (describe-function-1): Don't print extra newline
3261 after filling.
3262
3263 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
3264
3265 * help-fns.el (find-lisp-object-file-name): Handle case where
3266 library is compressed.
3267
3268 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * complete.el (PC-do-completion): Don't replace buffer
3271 contents (bug#227).
3272
3273 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * loadhist.el (unload-feature-special-hooks):
3276 Add `choose-completion-string-functions'.
3277
3278 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * vc-svn.el (vc-svn-root):
3281 * vc-sccs.el (vc-sccs-root):
3282 * vc-rcs.el (vc-rcs-root):
3283 * vc-cvs.el (vc-cvs-root): Delete.
3284 * vc-hooks.el (vc-find-root): Remove `invert' argument.
3285
3286 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3287
3288 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3289 errors occurring in different files.
3290
3291 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3292
3293 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3294 (vc-bzr-status-printer): New function.
3295 (vc-bzr-after-dir-status): Deal with renamed files.
3296
3297 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
3298
3299 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3300 buffer's filename.
3301
3302 2008-09-07 Martin Rudalics <rudalics@gmx.at>
3303
3304 * subr.el (cancel-change-group): Widen buffer temporarily when
3305 undoing changes. (Bug#810)
3306
3307 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
3308
3309 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3310 with gud-stop-subjob rather than exit debugger.
3311
3312 2008-09-07 Kenichi Handa <handa@m17n.org>
3313
3314 * composite.el: Compose combining characters only when it
3315 follows a character matching with "[[:alpha:]]".
3316
3317 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3318
3319 * proced.el: Require time-date.
3320 (proced-command-alist, proced-command, proced-goal-header-re)
3321 (proced-sorting-schemes-alist, proced-sorting-scheme)
3322 (proced-header-alist, proced-sorting-schemes-re)
3323 (proced-skip-regexp, proced-next-line, proced-previous-line)
3324 (proced-listing-type, proced-sorting-scheme-p): Remove.
3325 (proced-grammar-alist, proced-custom-attributes)
3326 (proced-format-alist, proced-format, proced-filter-alist)
3327 (proced-filter, proced-sort, proced-goal-attribute)
3328 (proced-timer-interval, proced-timer-flag, proced-timer)
3329 (proced-process-alist, proced-sort-internal, proced-process-tree)
3330 (proced-header-help-echo, proced-field-help-echo): New variables.
3331 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3332 (proced-omit-process, proced-filter, proced-process-tree)
3333 (proced-filter-children, proced-children-pids)
3334 (proced-filter-parents, proced-<, proced-string-lessp)
3335 (proced-time-lessp, proced-xor, proced-sort-p)
3336 (proced-format-time, proced-format-start, proced-format-ttname)
3337 (proced-format, proced-process-attributes): New functions.
3338 (proced-toggle-timer-flag, proced-mark-children)
3339 (proced-mark-parents, proced-filter-interactive)
3340 (proced-filter-attribute, proced-sort-interactive)
3341 (proced-sort-header, proced-format-interactive): New commands.
3342 (proced-move-to-goal-column): Use goal-column.
3343 (proced-mode): Use proced-timer.
3344 (proced-do-mark-all): Display process count. Use use-region-p.
3345 Simplify.
3346 (proced-omit-processes): Use use-region-p.
3347 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3348 (proced-sort-start, proced-sort-time, proced-sort-user):
3349 Use proced-sort-interactive.
3350 (proced-sort): Make it a function that performs the actual sort.
3351 (proced-update): New arg revert. Use proced-process-alist,
3352 proced-filter, proced-sort, proced-format, and
3353 proced-grammar-alist. Preserve position of point based on fields.
3354 Make header line and fields clickable.
3355 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3356 (proced-why): Use save-selected-window.
3357 (proced-log): Use buffer-read-only.
3358
3359 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3362
3363 2008-09-06 Glenn Morris <rgm@gnu.org>
3364
3365 * add-log.el (diff-find-source-location): Declare.
3366 (find-change-log): If called from a diff buffer, try to switch to the
3367 source buffer (e.g. to respect change-log-default-name there).
3368
3369 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3370 unallowed characters; added 2006-10-10 without comment. (Bug#753)
3371
3372 * Makefile.in (ELCFILES): Update.
3373
3374 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3377 user enters a mouse event in another frame, or a special event.
3378
3379 * server.el (server-switch-buffer): New arg.
3380 (server-execute): If reusing an existing window, set file position
3381 if required.
3382
3383 2008-09-06 Kenichi Handa <handa@m17n.org>
3384
3385 * language/lao.el: Fix setting of composition-function-table.
3386
3387 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3388
3389 * term/pc-win.el (msdos-show-help): Don't truncate lines while
3390 displaying help echo messages.
3391
3392 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3393
3394 * subr.el (symbol-file): Fix doc-string.
3395
3396 2008-09-06 Glenn Morris <rgm@gnu.org>
3397
3398 * help-mode.el (help-xref-forward-stack): Doc fix.
3399
3400 * add-log.el (change-log-default-name): Autoload safety.
3401
3402 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
3403
3404 * verilog-mode.el (verilog-library-extensions): Enable .sv
3405 filename extensions to call verilog-mode.
3406 (verilog-auto, verilog-auto-inst, verilog-faq)
3407 (verilog-submit-bug-report): Update author support URLs.
3408 (verilog-delete-auto, verilog-auto-inout-module)
3409 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3410 creating complemented testbench modules. Suggested by Yishay Belkind.
3411 (verilog-auto-inst-port, verilog-simplify-range-expression):
3412 When verilog-auto-inst-param-value is set, don't require a
3413 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
3414 Yishay Belkind.
3415 (verilog-auto-inst-param-value): Add safe variable.
3416 (verilog-re-search-forward, verilog-re-search-backward):
3417 Fix returning wrong search results on Emacs 22.1.
3418 (verilog-modi-cache-results, verilog-auto): Fix warning message
3419 about "toggling font-lock-mode."
3420 (verilog-auto): Fix losing font-lock on errors.
3421 (verilog-auto-inst-param-value, verilog-mode-version)
3422 (verilog-mode-version-date, verilog-read-inst-param-value)
3423 (verilog-auto-inst, verilog-auto-inst-param)
3424 (verilog-auto-inst-port, verilog-simplify-range-expression):
3425 Allow parameters to be replaced with their values, on the expansion of
3426 an AUTOINST with Verilog 2001 style parameter settings.
3427 Suggested by David Rogoff.
3428
3429 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
3430
3431 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3432 Better support for the property statement. Sometimes this keyword
3433 introduces a statement which requires an endproperty keyword, and
3434 sometimes it doesn't, depending on the work before the property
3435 word. If property is prefixed with assert, assume or cover
3436 keyword, then the statement is ended with a ';'. Otherwise,
3437 property is like task or specify, and is followed by some number
3438 of statements, which are ended with an endproperty keyword.
3439 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3440 in a highlighted region: indent each line in region according to
3441 mode. Supply this so it works in XEmacs and older Emacs.
3442
3443 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3444
3445 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3446 Don't clean up a buffer when killing it.
3447
3448 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3449
3450 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3451 buffers (bug#360). New version 11.2.1.
3452 (whitespace-action): New value `warn-read-only' to give a warning when
3453 buffer is read-only and whitespace action is cleanup or auto-cleanup.
3454 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3455 (whitespace-warn-read-only): New fun.
3456
3457 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * international/quail.el: Require help-mode.
3460 (quail-help-init): Function removed.
3461 (quail-keyboard-layout-button, quail-keyboard-customize-button):
3462 Define directly.
3463
3464 * dired.el (dired-get-filename): Rewrite octal escape character
3465 processor (bug#885).
3466
3467 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3468
3469 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3470
3471 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3472 not just for terminal-frame.
3473
3474 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3475
3476 * window.el (window--try-to-split-window): Don't split when window
3477 is not splittable in last disjunct. (Bug#888)
3478
3479 2008-09-05 Kenichi Handa <handa@m17n.org>
3480
3481 * language/tibetan.el: Fix setting of composition-function-table.
3482
3483 * composite.el (find-composition): Mention about the automatic
3484 composition in the docstring.
3485 (compose-gstring-for-graphic): Fix handling "above" marks.
3486
3487 * descr-text.el (describe-char): Fix handling of automatic composition.
3488
3489 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3492 (tramp-parse-connection-properties): Reflow docstring.
3493
3494 2008-09-04 Kim F. Storm <storm@cua.dk>
3495
3496 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3497 and other-frame methods when switching between file and buffer modes.
3498
3499 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3500
3501 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3502 removing duplicate entries under same heading. Don't skip char
3503 matching anything but a space or tab at bol. (Bug#864)
3504
3505 2008-09-03 Alan Mackenzie <acm@muc.de>
3506
3507 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3508
3509 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3512 (completion-pcm--all-completions): Move the case-fold-search binding to
3513 it also applies to completion-regexp-list (used in all-completions).
3514 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3515
3516 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3517
3518 * window.el (pop-up-frame-function): Move ...
3519 * frame.el (pop-up-frame-function): ... here, to avoid
3520 "CHANGED outside Customize;".
3521
3522 2008-09-03 Glenn Morris <rgm@gnu.org>
3523
3524 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3525
3526 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3529 non-alphabetical characters properly.
3530
3531 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3534
3535 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3536
3537 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3538 control-prefixed keys. (Bug#835)
3539
3540 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * image-mode.el (image-mode): Fix 2008-07-19 change.
3543
3544 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3547
3548 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3549
3550 2008-09-02 Glenn Morris <rgm@gnu.org>
3551
3552 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3553
3554 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3555
3556 2008-09-01 Glenn Morris <rgm@gnu.org>
3557
3558 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3559 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3560 and fix name typos. (Bug#856)
3561
3562 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * minibuffer.el (completion-pcm--pattern->regex):
3565 When completion-ignore-case is non-nil, generate a regexp that
3566 ignores case.
3567
3568 * window.el (recenter-top-bottom): Doc fix.
3569
3570 2008-09-01 Simon South <ssouth@member.fsf.org>
3571
3572 * progmodes/delphi.el: New maintainer.
3573 (delphi-interface-types): New var.
3574 (delphi-composite-types): Use it.
3575 (delphi-enclosing-indent-of): Distinguish between "interface"
3576 keyword as a unit separator and used like a class declaration.
3577
3578 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3579
3580 * help-fns.el (describe-simplify-lib-file-name)
3581 (find-source-lisp-file): Remove.
3582 (find-lisp-object-file-name): New function giving preference to
3583 files found via load-path instead of loaddefs.el.
3584 (describe-function-1): Use new function instead of the removed
3585 ones. (Bugs #587, #669, #690)
3586 * faces.el (describe-face): Use find-lisp-object-file-name instead
3587 of describe-simplify-lib-file-name.
3588
3589 2008-09-01 Kenichi Handa <handa@m17n.org>
3590
3591 * international/mule-diag.el (font-show-log): Fix previous change.
3592
3593 * international/mule-cmds.el (set-language-environment):
3594 Don't overwrite current-iso639-language if the current language
3595 environment doesn't provide that data.
3596 (set-locale-environment): Set current-iso639-language from the
3597 locale name.
3598
3599 * international/fontset.el (script-representative-chars): Re-add
3600 the entry for symbol, but with vector of characters.
3601 (setup-default-fontset): Cancel previous change.
3602
3603 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * ido.el: Move provide statement to the end of the file.
3606
3607 2008-08-30 Markus Triska <markus.triska@gmx.at>
3608
3609 * linum.el (linum-mode): `window-size-change-functions' can now be
3610 buffer-local.
3611 (linum-update-window): Use result of `move-overlay'.
3612
3613 2008-08-30 Glenn Morris <rgm@gnu.org>
3614
3615 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3616
3617 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3618 Doc fixes.
3619
3620 * apropos.el (apropos-command): Report documentation errors.
3621 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3622
3623 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3626 string.
3627
3628 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3629
3630 * bindings.el (mode-line-frame-identification): Fix last change.
3631
3632 2008-08-29 Kenichi Handa <handa@m17n.org>
3633
3634 These changes are to adjust the automatic composition for the new
3635 implementation (avoid using text property).
3636
3637 * composite.el (composition-function-table): Move declaration to
3638 composite.c.
3639 (terminal-composition-base-character-p): Delete it.
3640 (terminal-composition-function): Delete it.
3641 (terminal-composition-function-table): Delete it.
3642 (lgstring-header, lgstring-set-header, lgstring-font)
3643 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3644 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3645 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3646 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3647 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3648 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3649 (compose-glyph-string, compose-glyph-string-relative)
3650 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3651 New functions.
3652 (auto-compose-chars): Argument changed.
3653
3654 * language/european.el: Don't setup composition-function-table.
3655 (diacritic-composition-pattern, diacritic-compose-region)
3656 (diacritic-compose-string, diacritic-compose-buffer)
3657 (diacritic-composition-function): Delete them.
3658
3659 * language/lao-util.el (lao-composition-function): Argument changed.
3660
3661 * language/sinhala.el: Fix setting up of composition-function-table.
3662
3663 * language/thai.el: Fix setting up of composition-function-table.
3664
3665 * language/thai-util.el: Encoding changed to utf-8.
3666 (thai-composition-function): Argument changed.
3667
3668 * language/indian.el: Fix setting up of composition-function-table.
3669 (devanagari-composable-pattern)
3670 (tamil-composable-pattern, kannada-composable-pattern)
3671 (malayalam-composable-pattern): New variables.
3672
3673 * international/characters.el (unicode-category-table):
3674 Setup unicode-category-table.
3675
3676 * international/fontset.el (setup-default-fontset): Prepend
3677 iso10646-1 fonts to the fallback font groups instead of appending.
3678
3679 2008-08-29 Glenn Morris <rgm@gnu.org>
3680
3681 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3682
3683 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3684
3685 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3686 are no X frames active.
3687
3688 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3691 `ignore-errors' (the function must succeed always).
3692
3693 2008-08-28 Edward O'Connor <hober0@gmail.com>
3694
3695 * json.el (json-read-number): New arg. Handle explicitly signed
3696 numbers.
3697 (json-readtable): Add `+' and `.'.
3698
3699 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3700
3701 * term/pc-win.el (msdos-previous-message): New variable.
3702 (msdos-show-help): New function.
3703 (msdos-initialize-window-system): Set show-help-function to
3704 msdos-show-help.
3705
3706 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3707
3708 * emacs-lisp/debug.el (debug): When killing a noninteractive
3709 Emacs, give an exit status of -1.
3710
3711 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3714
3715 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3716
3717 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3718 not the same as the last modification time, fall back on the
3719 backend-specific check.
3720
3721 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3722
3723 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3724 to go to the position of interest.
3725
3726 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3727
3728 * textmodes/artist.el (artist-mode-init): Add comment on the
3729 setting up of the `artist-replacement-table' array.
3730 (artist-get-replacement-char): New defsubst.
3731 (artist-get-char-at-xy-conv, artist-replace-char)
3732 (artist-replace-chars, artist-replace-string): Use it instead of
3733 accessing `artist-replacement-table' directly.
3734 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3735
3736 (artist-mt): Fix structures for cut and copy operations.
3737
3738 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3739
3740 * shell.el (shell-file-name-quote-list): Quote `$'.
3741
3742 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3743 change to allow quoting of characters before point.
3744 (comint-dynamic-list-filename-completions): Quote common substring.
3745
3746 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * comint.el (comint-dynamic-complete-as-filename): If case is
3749 ignored while matching, replace the entire filename with completion.
3750
3751 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3752 flyspell-pre-point is valid to avoid signalling an error in
3753 post-command-hook.
3754
3755 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3756
3757 * linum.el (linum): Inherit remaining face attributes from default
3758 face.
3759
3760 2008-08-26 Markus Triska <markus.triska@gmx.at>
3761
3762 * linum.el (linum-delay): Disable - it should no longer be
3763 necessary, and can lead to longer delays.
3764 (linum-update-window): Renumber if margin width has changed.
3765
3766 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3767
3768 * epa.el (epa--key-widget-action): Save the selected window to
3769 make `widget-button-click-moves-point' work. (Bug#733).
3770
3771 2008-08-26 Glenn Morris <rgm@gnu.org>
3772
3773 * calendar/holidays.el (calendar-holidays): Doc fix.
3774
3775 * progmodes/gud.el (tramp-file-name-localname)
3776 (tramp-dissect-file-name): Declare.
3777
3778 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3779
3780 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3781
3782 * bindings.el (mode-line-frame-control): New function, caters to
3783 `pc' ``window system''.
3784 (mode-line-frame-identification): Use it instead of accessing
3785 window-system directly.
3786
3787 2008-08-25 Juri Linkov <juri@jurta.org>
3788
3789 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3790 `center-line' and "\eS" from `center-paragraph'.
3791 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3792 `center-paragraph'.
3793
3794 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
3795
3796 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3797 (newsticker-treeview-treewindow-width): New.
3798 (newsticker-treeview-listwindow-height): New.
3799 (newsticker-treeview-browse-url-item): New.
3800 (newsticker-treeview-mode-map):
3801 Add newsticker-treeview-browse-url-item.
3802 (newsticker--treeview-window-init):
3803 Use newsticker-treeview-treewindow-width and
3804 newsticker-treeview-listwindow-height.
3805
3806 * net/newst-reader.el (newsticker-browse-url-item): New.
3807
3808 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * vc-dir.el (vc-dir-marked-only-files-and-states):
3811 (vc-dir-child-files-and-states): Reverse the list before returning it.
3812
3813 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3816
3817 2008-08-24 Romain Francoise <romain@orebokech.com>
3818
3819 * progmodes/python.el (run-python): Remove '' from sys.path.
3820
3821 2008-08-23 Glenn Morris <rgm@gnu.org>
3822
3823 * progmodes/fortran.el (fortran-tab-mode-string)
3824 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3825
3826 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3827
3828 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3829 Add declare-function.
3830
3831 * startup.el (command-line): Don't call tty-register-default-colors
3832 if initial-window-system is `pc'.
3833
3834 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3835 (msdos-key-remapping-map): New variable. Move here all the special
3836 keys we will be remapping via local-function-key-map.
3837 (msdos-setup-keyboard): New function.
3838
3839 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3840 make-msdos-frame.
3841 (terminal-init-internal): New function, errors out if called.
3842 (msdos-initialize-window-system): New function.
3843 (msdos-create-frame-with-faces): Set the terminal's
3844 `terminal-initted' (sic!) parameter.
3845 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3846 (window-system-initialization-alist):
3847 Add msdos-initialize-window-system.
3848 (handle-args-function-alist): Use tty-handle-args for `pc'
3849 ``window system'' as well.
3850 (pc-win): Provide.
3851
3852 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3853 code for using msdos-color-values.
3854
3855 * loadup.el [ms-dos]: Load term/pc-win.
3856
3857 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3858
3859 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3860 directory name.
3861
3862 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3863
3864 * progmodes/gud.el (gud-common-init): Use absolute file so that
3865 perldb works with tramp (sudo).
3866
3867 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3868 match data in process filters.
3869
3870 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3871
3872 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3873 can be written.
3874
3875 2008-08-23 Glenn Morris <rgm@gnu.org>
3876
3877 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3878 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3879
3880 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * subr.el (temp-buffer-show-hook): Doc fix.
3883
3884 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3885
3886 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3887 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3888 <tassilo@member.fsf.org>.
3889
3890 * net/trampver.el: Update release number.
3891
3892 * net/xesam.el (xesam-minor-mode): New minor mode.
3893 (xesam-highlight-buffer): Remove. Code moved to
3894 `xesam-minor-mode'.
3895 (xesam-refresh-entry): Use `xesam-minor-mode'.
3896
3897 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * minibuffer.el (completion--try-word-completion):
3900 Disable partial-completion when considering the addition of a space
3901 or hyphen.
3902
3903 2008-08-21 John Paul Wallington <jpw@pobox.com>
3904
3905 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3906 filename of `tofile' doesn't contain any colons on Windows,
3907 Cygwin, and MS-DOS systems.
3908
3909 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3910
3911 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3912 (epg-context-set-progress-callback): Make sure the callback is a
3913 cons of a function and a handback. Update all callers.
3914
3915 2008-08-20 David Reitter <david.reitter@gmail.com>
3916
3917 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3918 Patch applied by Adrian Robert.
3919
3920 2008-08-20 Kevin Ryde <user42@zip.com.au>
3921
3922 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3923 directive lines.
3924
3925 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3926
3927 * net/xesam.el (xesam-highlight-string): Precise doc string.
3928 (xesam-highlight-buffer): New defun.
3929 (xesam-refresh-entry): Use it. Better check for sourceModified.
3930
3931 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3934 their names.
3935
3936 2008-08-19 Kenichi Handa <handa@m17n.org>
3937
3938 * language/european.el ("Esperanto"): Change the preferred
3939 charsets to iso-8859-3.
3940
3941 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3942
3943 * international/fontset.el (script-representative-chars):
3944 Delete the entry for symbol.
3945 (setup-default-fontset): For symbol characters, don't specify
3946 :script property.
3947
3948 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * minibuffer.el (completion-table-dynamic): Doc fix.
3951
3952 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3953 saved.
3954
3955 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * emulation/edt.el (edt-default-emulation-setup):
3958 Share global-buffers-menu-map with the emulated global map.
3959
3960 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3961
3962 * term/ns-win.el (global): Uncomment "put backspace
3963 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3964
3965 2008-08-18 Kenichi Handa <handa@m17n.org>
3966
3967 * international/mule-diag.el (font-show-log): Add optional arg N
3968 to control the limit of font listing.
3969
3970 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * window.el (recenter-top-bottom): Determine top and bottom
3973 positions using scroll-margin instead of scroll-conservatively.
3974
3975 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3976
3977 * proced.el (proced-send-signal): Use beginning-of-line.
3978
3979 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3980
3981 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3982 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3983 listing types.
3984 (proced-log-buffer): New variable.
3985 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3986 region if transient-mark-mode is turned on and the region is active.
3987 (proced-omit-processes): Rename from proced-hide-processes to
3988 avoid key clash with describe-mode (bound to h). Search for
3989 marked processes starting from point-min.
3990 (proced-header-space): Remove.
3991 (proced-send-signal): Handle errors. Operate on current process
3992 if no process is marked.
3993 (proced-why): New command.
3994 (proced-log, proced-log-summary): New functions.
3995 (proced-help): Use proced-why.
3996 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3997 (bibtex-autokey-year-title-separator): Fix docstring.
3998
3999 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * net/xesam.el (xesam-vendor, xesam-notify-function):
4002 New local variables.
4003 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
4004 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
4005 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4006 (xesam-new-search): Initialize `xesam-vendor'.
4007
4008 2008-08-15 Glenn Morris <rgm@gnu.org>
4009
4010 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4011 a pipeline.
4012 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4013 unless at the end of the pipeline. (Bug#699).
4014
4015 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * minibuffer.el (completion-boundaries): Doc fix.
4018 (display-completion-list): Only default base-size to zero if
4019 completing in the minibuffer.
4020
4021 * simple.el (completion-base-size): Doc fix.
4022 (choose-completion): Try reselecting completion-reference-buffer.
4023
4024 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4027 also for remote directories.
4028
4029 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4032 since those precomputed values aren't used any more.
4033 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4034
4035 2008-08-14 Martin Rudalics <rudalics@gmx.at>
4036
4037 * help.el (with-help-window): Return last value in BODY.
4038
4039 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4040
4041 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4042 notify function of the URL.
4043 (xesam-new-search): Encode special characters in the query string.
4044
4045 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4048
4049 2008-08-13 Andreas Schwab <schwab@suse.de>
4050
4051 * net/tramp.el (tramp-handle-shell-command): Handle output going
4052 to current buffer like shell-command. Don't disable undo.
4053
4054 2008-08-13 Glenn Morris <rgm@gnu.org>
4055
4056 * eshell/esh-cmd.el (eshell/which): Handle the case where no
4057 description is found.
4058
4059 2008-08-12 Alan Mackenzie <acm@muc.de>
4060
4061 * progmodes/cc-defs.el (c-emacs-features):
4062 argumentative-bod-function: bind mark-ring to avoid accumulating a
4063 spurious mark.
4064
4065 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
4066
4067 * simple.el (visual-line--saved-state): New var.
4068 (visual-line-mode): Save local values of variables, and restore
4069 them when visual-line-mode is disabled.
4070
4071 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
4072
4073 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4074
4075 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * progmodes/cc-defs.el (c-emacs-features):
4078 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4079 moving point during the test.
4080
4081 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4082
4083 2008-08-11 Glenn Morris <rgm@gnu.org>
4084
4085 * term/ns-win.el (x-parse-geometry): Doc fix.
4086
4087 * dired.el (x-popup-menu):
4088 * hi-lock.el (x-popup-menu):
4089 * mouse.el (font-face-attributes):
4090 * calendar/cal-menu.el (x-popup-menu):
4091 * calendar/calendar.el (x-popup-menu):
4092 * calendar/holidays.el (x-popup-menu):
4093 * progmodes/cperl-mode.el (x-popup-menu):
4094 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4095 (x-open-connection):
4096 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4097 (x-command-line-resources):
4098 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4099 (x-display-name, x-command-line-resources):
4100 Add declarations for builds without X.
4101
4102 2008-08-10 Glenn Morris <rgm@gnu.org>
4103
4104 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4105
4106 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4107
4108 * vc-bzr.el (vc-bzr-find-revision): Rename from
4109 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4110
4111 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
4112
4113 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4114 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
4115 "DONE", when all hits are retrieved.
4116 (xesam-search): Autoload it.
4117
4118 2008-08-11 John Paul Wallington <jpw@pobox.com>
4119
4120 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4121 empty string when no filename.
4122 (define-ibuffer-column filename): Accommodate that change.
4123
4124 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4125 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4126
4127 2008-08-10 Glenn Morris <rgm@gnu.org>
4128
4129 * Makefile.in (ELCFILES): Update.
4130
4131 2008-08-10 John Paul Wallington <jpw@pobox.com>
4132
4133 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4134
4135 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * battery.el (battery-echo-area-format, battery-status-function):
4138 Handle new Linux sysfs format for battery reporting.
4139 (battery-linux-sysfs): New function.
4140
4141 2008-08-07 Martin Rudalics <rudalics@gmx.at>
4142
4143 * add-log.el (change-log-search-tag-name)
4144 (change-log-goto-source): Fix behavior when point is not on tag.
4145
4146 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4147
4148 * startup.el (command-line-ns-option-alist): Use ignore instead of
4149 ns-ignore-0-arg.
4150
4151 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4152 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4153 (ns-alternatives-map): New variable.
4154 (x-set-up-function-keys): Use it.
4155 (global): Comment out "put backspace ascii-character..." and friends.
4156 Move function-key-map into ns-alternatives-map. Don't call
4157 precompute-menubar-bindings. Don't set anything connected with
4158 browse-url.
4159 (after-make-frame-functions): Clarify comment why a hook is added.
4160
4161 2008-08-06 Joakim Verona <joakim@verona.se>
4162
4163 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4164 in url:s.
4165
4166 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4169 Fix 2008-01-01 change: use a shy group to not affect subsequent
4170 match calls.
4171
4172 2008-08-06 Reto Zimmermann <reto@gnu.org>
4173
4174 * progmodes/vera-mode.el (vera-electric-tab):
4175 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4176 region when active.
4177
4178 2008-08-06 Kenichi Handa <handa@m17n.org>
4179
4180 * faces.el (face-valid-attribute-values): Fix handling the value
4181 of (font-family-list) and font-XXX-table.
4182
4183 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 * proced.el (proced-menu): Bind the correct function to for toggling.
4186
4187 * vc-dir.el (vc-dir-mode): Fix typo.
4188
4189 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4190
4191 * whitespace.el (whitespace-newline-mode)
4192 (global-whitespace-newline-mode, whitespace-mode)
4193 (global-whitespace-mode): Improve docstring.
4194
4195 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * kmacro.el (kmacro-exec-ring-item): Add autoload.
4198
4199 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4200
4201 * cus-start.el (all): Handle auto-save-visited-file-name.
4202
4203 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
4204
4205 * files.el (hack-one-local-variable-eval-safep): Handle
4206 lisp-indent-function and scheme-indent-function in addition to the
4207 deprecated lisp-indent-hook.
4208
4209 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/xesam.el (top): Require `wid-edit' always.
4212 (xesam-mode-line, xesam-highlight): New deffaces.
4213 (xesam-objects): New local variable.
4214 (xesam-search-engines): Fix error in field list.
4215 (xesam-mode): Use `xesam-mode-line' instead of
4216 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
4217 proper initialization (why?).
4218 (xesam-highlight-string, xesam-get-hits)
4219 (xesam-kill-buffer-function): New defuns.
4220 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
4221 result of "hit.fields", it isn't a string only. Wrap an error of
4222 the strigi search engine ("xesam:size" is returned as string).
4223 Highlight search items.
4224 (xesam-refresh-search-buffer): Make logic of counters more simple.
4225 Prefetch next hits.
4226 (xesam-signal-handler): Use `xesam-mode-line' instead of
4227 `font-lock-type-face'.
4228 (xesam-new-search): Add `xesam-kill-buffer-function' to
4229 `kill-buffer-hook'.
4230
4231 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4232
4233 * add-log.el (change-log-next-error, change-log-mode): Add support
4234 for `next-error' to call `change-log-goto-source' on named files
4235 in a ChangeLog.
4236
4237 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4238
4239 * calc/calc.el (math-read-number): Handle all C-like languages
4240 properly.
4241
4242 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
4243
4244 * calc/calc.el (math-read-number): Handle C numbers beginning with
4245 0 correctly.
4246
4247 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4248
4249 * term/ns-win.el ([ns-new-frame]): New global key.
4250
4251 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * international/mule-cmds.el (read-char-by-name):
4254 Check UCS names with `assoc-string' and case folding.
4255
4256 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
4257
4258 * net/dbus.el (dbus-call-method-asynchronously)
4259 (dbus-method-return-internal, dbus-method-error-internal):
4260 Declare them with `declare-function'.
4261
4262 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * descr-text.el (describe-char-display): Fix last change:
4265 don't pass CHARSET to `encoded-string-description'.
4266
4267 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4268
4269 * vc.el (vc-next-action): Update list var correctly after delete.
4270
4271 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * ido.el (ido-mode): Add toggle notification.
4274
4275 * cus-edit.el (custom-save-all): Avoid destroying symlink if
4276 already visiting the custom file.
4277
4278 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4279 pending output coming after the status change.
4280
4281 2008-08-02 Jason Rumney <jasonr@gnu.org>
4282
4283 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4284
4285 2008-08-01 Kenichi Handa <handa@m17n.org>
4286
4287 * international/mule-cmds.el (encode-coding-char):
4288 New optional arg CHARSET.
4289
4290 * descr-text.el (describe-char-display): Call encode-coding-char
4291 with the arg CHARSET.
4292 (describe-char): Pay attention to the text-property `charset'.
4293
4294 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
4295
4296 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4297 error messages.
4298 (dbus-set-property): Call `dbus-introspect-get-property' instead
4299 of `dbus-get-property'.
4300
4301 * net/xesam.el (xesam-all-fields): Remove source and content
4302 identifiers.
4303 (xesam-dbus-unique-names): New defvar.
4304 (xesam-dbus-call-method): New defun. Replace all calls of
4305 `dbus-call-method' by `xesam-dbus-call-method'.
4306 (xesam-get-cached-property, xesam-set-cached-property):
4307 New defuns.
4308 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4309 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4310 (xesam-search-engines): Make it an association list. Take changed
4311 layout into account in the corresponding function.
4312 (xesam-delete-search-engine): Remove check for consistency of
4313 `xesam-search-engines', not needed anymore.
4314 (xesam-mode): Show XML query string only in the debug case.
4315
4316 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * files.el (read-file-modes): Fix typo in docstring.
4319
4320 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * Makefile.in: Avoid maintainer warning for autogenerated unicode
4323 files.
4324
4325 * apropos.el (apropos-symbol): Don't set button skip by default.
4326 (apropos-print): Set button skip iff searching for multiple types.
4327 (apropos-print-doc): Insert blank label button when searching for
4328 a single type.
4329
4330 * button.el (forward-button): Avoid infloop.
4331
4332 * minibuffer.el (read-file-name-completion-ignore-case):
4333 Add cygwin to the list.
4334
4335 2008-07-31 Sven Joachim <svenjoac@gmx.de>
4336
4337 * files.el (abbreviate-file-name): When replacing $HOME with ~,
4338 turn off case-fold-search.
4339
4340 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4341
4342 * net/dbus.el (top): Don't register for "NameOwnerChanged".
4343 (dbus-message-type-invalid, dbus-message-type-method-call)
4344 (dbus-message-type-method-return, dbus-message-type-error)
4345 (dbus-message-type-signal): New defconst.
4346 (dbus-ignore-errors): Fix `edebug-form-spec' property.
4347 (dbus-return-values-table): New defvar.
4348 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4349 New defun.
4350 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4351 Extend docstring. Adapt implementation according to new
4352 `dbus-event' layout.
4353 (dbus-event-service-name, dbus-event-path-name)
4354 (dbus-event-interface-name, dbus-event-member-name):
4355 Adapt implementation according to new `dbus-event' layout.
4356 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4357
4358 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4359 (xesam-mode): Rework implementation.
4360 (xesam-new-search): Additional parameter TYPE.
4361 (xesam-search): Adapt call of `xesam-new-search'.
4362
4363 2008-07-31 Juri Linkov <juri@jurta.org>
4364
4365 * dired-aux.el (dired-do-chmod): Set default value to the original
4366 mode string using absolute notation like u=rwx,g=rx,o=rx.
4367 Use it as a new arg `default' of `dired-mark-read-string'.
4368 (dired-mark-read-string): Add new optional arg `default'.
4369
4370 * files.el (read-file-modes): Set default value to the original
4371 mode string using absolute notation like u=rwx,g=rx,o=rx.
4372 Use it as the `default' arg of `read-string'.
4373
4374 * filesets.el (filesets-cmd-isearch-getargs): Check if the
4375 variable `files' is bound to avoid warnings.
4376
4377 * isearch.el (isearch-forward-regexp, isearch-forward-word)
4378 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4379 to the command `isearch-forward' instead of displaying "See C-s".
4380 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4381 with their interactive specifications. Move reading the face name to
4382 the main body after calls to isearch-done and isearch-clean-overlays.
4383
4384 * mb-depth.el: Unify all names under one common name prefix
4385 `minibuffer-depth-'.
4386 (minibuffer-depth-indicator-function): Rename from
4387 `minibuf-depth-indicator-function'.
4388 (minibuffer-depth-overlay): Rename from
4389 `minibuf-depth-overlay'.
4390 (minibuffer-depth-setup): Rename from
4391 `minibuf-depth-setup-minibuffer'.
4392 (minibuffer-depth-indicate-mode): Rename from
4393 `minibuffer-indicate-depth-mode'.
4394
4395 2008-07-31 Juri Linkov <juri@jurta.org>
4396
4397 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4398 (dired-isearch-filenames-setup): Bind "\M-sf" to
4399 dired-isearch-filenames-toggle in isearch-mode-map.
4400 (dired-isearch-filenames-end): Bind "\M-sf" to nil
4401 in isearch-mode-map.
4402
4403 * isearch.el (isearch-edit-string-set-word): New command.
4404 (minibuffer-local-isearch-map): Bind "\C-w" to
4405 isearch-edit-string-set-word.
4406 (isearch-new-word): Temporary internal variable.
4407 (isearch-edit-string): Remove special case of reading the
4408 first character and checking it for C-w.
4409
4410 * simple.el (read-shell-command, shell-command):
4411 Move code that uses minibuffer-with-setup-hook to set
4412 minibuffer-default-add-function to minibuffer-default-add-shell-commands
4413 from the interactive spec of `shell-command' to `read-shell-command'.
4414
4415 * international/mule-cmds.el (read-char-by-name):
4416 Accept hash notation. Doc fix.
4417 (ucs-insert): Doc fix. Convert to number only when `arg' is
4418 a string. Use separate error message when `arg' is not an integer.
4419 Bind `ucs-insert' to `C-x 8 RET'.
4420
4421 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
4422
4423 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4424 move the (arglist-cont-nonempty) from c-offsets-alist to
4425 c-hanging-braces-alist like other styles already have.
4426
4427 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4428
4429 * textmodes/texinfmt.el:
4430 * nxml/nxml-enc.el:
4431 * mail/feedmail.el:
4432 * international/mule.el:
4433 * international/latexenc.el:
4434 * emulation/viper-util.el:
4435 * emulation/viper-init.el:
4436 * emulation/viper-ex.el:
4437 * emacs-lisp/bytecomp.el:
4438 * version.el:
4439 * subr.el:
4440 * startup.el:
4441 * sort.el:
4442 * shadowfile.el:
4443 * recentf.el:
4444 * printing.el:
4445 * paths.el:
4446 * minibuffer.el:
4447 * ls-lisp.el:
4448 * loadup.el:
4449 * hippie-exp.el:
4450 * finder.el:
4451 * files.el:
4452 * ediff-util.el:
4453 * ediff-ptch.el:
4454 * ediff-init.el:
4455 * ediff-diff.el:
4456 * dired.el:
4457 * dired-aux.el:
4458 * cus-edit.el:
4459 * bindings.el:
4460 * arc-mode.el:
4461 * add-log.el: Remove VMS support.
4462 * obsolete/vmsproc.el:
4463 * obsolete/vms-pmail.el:
4464 * obsolete/vms-patch.el: Remove file.
4465
4466 2008-07-31 Alan Mackenzie <acm@muc.de>
4467
4468 * progmodes/cc-mode.el (c-before-hack-hook): New function
4469 (Top Level): Install c-before-hack-hook on
4470 before-hack-local-variables-hook, rather than
4471 c-postprocess-file-styles on hack-local-variables-hook.
4472
4473 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * files.el (normal-mode): Move call to hack-project-variables into
4476 hack-local-variables.
4477 (file-local-variables-alist, before-hack-local-variables-hook):
4478 New vars.
4479 (ignored-local-variables): Add file-local-variables-alist.
4480 (hack-local-variables-filter): Renamed from
4481 hack-local-variables-apply. Add the result to
4482 file-local-variables-alist, without applying them.
4483 (hack-local-variables): Set file-local-variables-alist to nil.
4484 Call hack-project-variables and before-hack-local-variables-hook.
4485 Apply variables here, instead of hack-local-variables-apply.
4486 Based on a patch by Alan Mackenzie.
4487
4488 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4489
4490 * info-look.el (autoconf-mode :doc-spec): For
4491 "(autoconf)M4 Macro Index", if the item already
4492 begins with "AS_", don't prefix that string again.
4493
4494 2008-07-30 Juri Linkov <juri@jurta.org>
4495
4496 * info.el (info, Info-mode): Doc fix.
4497
4498 * isearch.el (isearch-mode-map): Bind `M-s r' to
4499 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4500 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4501 in the global map `search-map'.
4502 (isearch-forward): Doc fix.
4503 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4504
4505 * simple.el (quoted-insert): Comment out code that treats
4506 0240-0377 specially.
4507
4508 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * cus-start.el: Add customization info for
4511 read-buffer-completion-ignore-case.
4512
4513 2008-07-30 Sam Steingold <sds@gnu.org>
4514
4515 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4516
4517 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4518
4519 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4520 (vc-dir-mode): Improve docstring.
4521
4522 2008-07-30 Juri Linkov <juri@jurta.org>
4523
4524 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4525 for the sake of isearch-mode-hook in dired-mode in dired.el.
4526
4527 2008-07-19 Markus Triska <markus.triska@gmx.at>
4528
4529 * image-mode.el (image-mode): Set image-mode-text-map when image
4530 cannot be displayed.
4531
4532 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4533
4534 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4535 ada-xref-set-default-prj-values.
4536 (ada-prj-display-page): Ditto.
4537
4538 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4539 (ada-make-filename-from-adaname): Fix free variable.
4540
4541 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4542
4543 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4544
4545 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4546
4547 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4548 for declarations inside a parenthetical list. The code is ill-advised,
4549 and doesn't work given user defined types.
4550 (verilog-set-auto-endcomments): Enhance function automatic
4551 endcomment to support functions that return user defined types.
4552 (verilog-mode): Add code to tell which-function-mode minor mode
4553 that Verilog supports this feature.
4554 (verilog-beg-block-re-ordered, verilog-indent-re)
4555 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4556 (verilog-leap-to-head): Support the new virtual and/or protected
4557 tasks, as well as extern declarations of tasks for indenting and
4558 for forward/backward expression.
4559
4560 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4561
4562 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4563 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4564 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4565 (verilog-string-replace-matches): Avoid recursion with small
4566 replacements.
4567 (verilog-auto-inst-param-value, verilog-mode-version)
4568 (verilog-mode-version-date, verilog-read-inst-param-value)
4569 (verilog-auto-inst, verilog-auto-inst-param)
4570 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4571 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4572 David Rogoff. This allows parameters to be replaced with their
4573 values, on the expansion of an AUTOINST with Verilog 2001 style
4574 parameter settings.
4575
4576 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4577
4578 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4579 to `cddr'.
4580
4581 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * Makefile.in (ELCFILES): Add mairix.elc.
4584
4585 2008-07-29 David Engster <deng@randomsample.de>
4586
4587 * net/mairix.el: New file.
4588
4589 2008-07-29 Juri Linkov <juri@jurta.org>
4590
4591 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4592 instead of variable-pitch with bold and 1.2 height.
4593
4594 * dired-aux.el (dired-do-async-shell-command): New command.
4595
4596 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4597 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4598
4599 2008-07-29 Juri Linkov <juri@jurta.org>
4600
4601 * international/mule-cmds.el (ucs-names): New internal variable.
4602 (ucs-names): New function.
4603 (ucs-completions): New lazy completion variable.
4604 (read-char-by-name): New function.
4605 (ucs-insert): Replace interactive spec letter "s" with the call to
4606 `read-char-by-name'.
4607
4608 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4609
4610 * replace.el (occur-read-primary-args):
4611 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4612 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4613 second arg of `read-regexp'.
4614
4615 * dired-aux.el (dired-isearch-filenames): New user option.
4616 (dired-isearch-orig-success-function): New internal variable.
4617 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4618 (dired-isearch-success-function): New functions.
4619 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4620 New commands.
4621
4622 * dired.el (dired-insert-set-properties): Add new text property
4623 `dired-filename' to put on file names.
4624 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4625 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4626 Add menu items.
4627 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4628 buffer-local `isearch-mode-hook'.
4629
4630 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4633 (ada-create-case-exception): Fix typo in docstring.
4634 (ada-no-auto-case): Return nil, not the docstring.
4635 (ada-indent-current): Reflow docstring.
4636
4637 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4638 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4639 (ada-prj-load-from-file): Reflow docstring.
4640 (ada-prj-display-page): Fix typo in widget.
4641
4642 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4643 Fix typos in docstrings.
4644
4645 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4646 (ada-compile-current, ada-check-current, ada-run-application)
4647 (ada-get-ali-file-name): Fix typos in docstrings.
4648 (ada-xref-confirm-compile, ada-find-references)
4649 (ada-find-local-references, ada-find-any-references): Doc fixes.
4650 (ada-get-all-references): Fix typo in error message.
4651 (ada-xref-current-project): Use `let', not `let*'.
4652 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4653
4654 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4655
4656 * whitespace.el (whitespace-newline): Change initialization to have a
4657 low contrast relative to the background color. Suggested by David
4658 Reitter <david.reitter@gmail.com>.
4659
4660 2008-07-28 Juri Linkov <juri@jurta.org>
4661
4662 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4663 New functions.
4664
4665 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4666 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4667
4668 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4669
4670 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4671 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4672
4673 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4674
4675 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4676 Add support for add-log.
4677 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4678
4679 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4680 (ada-prj-save): Prompt for file name if not given.
4681 (ada-prj-display-page): Display casing exceptions.
4682
4683 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4684 Ada mode project files. Delete 'main_unit' project variable;
4685 only need 'main'. Simplify handling of default project values.
4686 Use cross-prefix consistently.
4687 (ada-find-executable): Throw error if not found.
4688 (ada-initialize-runtime-library): Improve error handling when
4689 gnatls not found.
4690 (ada-gnat-parse-gpr): New.
4691 (ada-treat-cmd-string): Allow process environment variables.
4692 (ada-xref-set-default-prj-values): Delete; replace with
4693 ada-default-prj-properties.
4694 (ada-parse-prj-file): Handle GNAT project files.
4695 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4696 (ada-select-prj-file): New.
4697 (ada-get-absolute-dir-list): Allow project and environment variables.
4698
4699 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4700
4701 Sync with Tramp 2.1.14.
4702
4703 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4704 (tramp-get-device): Make device number a cons cell.
4705 (tramp-convert-file-attributes): Make inode a cons cell.
4706
4707 * net/trampver.el: Update release number.
4708
4709 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4710
4711 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4712 window systems.
4713
4714 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4715
4716 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4717
4718 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4719
4720 Remove support for Mac Carbon.
4721 * term/mac-win.el: Remove file
4722 * international/mule-cmds.el:
4723 * version.el:
4724 * startup.el:
4725 * simple.el:
4726 * mwheel.el:
4727 * mouse.el:
4728 * loadup.el:
4729 * isearch.el:
4730 * info.el:
4731 * frame.el:
4732 * faces.el:
4733 * disp-table.el:
4734 * cus-start.el:
4735 * cus-face.el:
4736 * cus-edit.el:
4737 * Makefile.in: Remove code for Carbon.
4738
4739 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4740
4741 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4742 bindings for functions deleted by Dan N. 2008-07-21. Set
4743 where-is-preferred-modifier. Add show-manual option to Help menu.
4744
4745 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * net/tramp.el (tramp-handle-start-file-process):
4748 Set query-on-exit flag. Kill temporary buffer.
4749 (tramp-process-sentinel): Remove defun.
4750 (tramp-do-copy-or-rename-file-out-of-band)
4751 (tramp-maybe-open-connection): Don't call it.
4752
4753 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4754 `tramp-process-sentinel'.
4755
4756 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4757 `tramp-process-sentinel'.
4758
4759 * net/xesam.el (xesam-from): Remove defvar.
4760 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4761 and `mode-line-position'.
4762 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4763 information to the widgets. Don't set `mode-line-position'.
4764 (xesam-refresh-search-buffer): Correct hit number computing.
4765 Don't set `mode-line-position'.
4766 (xesam-new-search): Add debug information to the mode line.
4767
4768 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4769
4770 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4771 diff-show-trailing-whitespaces.
4772
4773 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4776 invalid filename strings when parsing tex errors (bug#376).
4777
4778 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * menu-bar.el (menu-bar-file-menu): Fix typo.
4781
4782 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4785 (solitaire-mode): Define with `define-derived-mode'.
4786 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4787 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4788 (solitaire-undo, solitaire-check): Use `when'.
4789 (solitaire-solve): Err out if the solitaire is already in progress.
4790 Use `when'.
4791
4792 * descr-text.el (describe-char): Don't overwrite local variable char
4793 when describing characters with display-table entries. Display font
4794 backend when describing composed characters. Simplify: use `let'
4795 instead of `let*', and `or x y' instead of `if x x y'.
4796
4797 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * image-mode.el (image-minor-mode): Set up winprops.
4800
4801 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4802
4803 * diff-mode.el (diff-show-trailing-blanks): New fun.
4804 Show trailing blanks in modified lines for diff-mode.
4805
4806 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4807
4808 * Makefile.in (ELCFILES): Add net/xesam.el.
4809
4810 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4811 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4812
4813 * net/xesam.el: New file.
4814
4815 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4816
4817 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4818 set-file-modes when creating target directories.
4819
4820 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4823 Set `show-trailing-whitespace' to nil.
4824 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4825 Fix typos in docstrings.
4826
4827 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4830 key remapping, not directly.
4831
4832 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4833
4834 * whitespace.el: New version 11.2.
4835 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4836 minor mode visualization.
4837
4838 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4839
4840 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4841
4842 * Makefile.in (ELCFILES): Add term/common-win.elc.
4843
4844 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4845 (vc-dir-isearch-regexp): New functions.
4846 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4847
4848 2008-07-23 Juri Linkov <juri@jurta.org>
4849
4850 * isearch-multi.el: Remove file to avoid dos file name clashes
4851 with isearch-x.el. Move most content to misearch.el.
4852
4853 * misearch.el: New file with most content from isearch-multi.el.
4854 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4855 Remove `isearch-buffers-minor-mode'. Add new function
4856 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4857 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4858 `multi-isearch-files', `multi-isearch-files-regexp'.
4859
4860 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4861
4862 * isearch.el (isearch-message-prefix): Display "Multi" when
4863 `multi-isearch-next-buffer-current-function' is non-nil.
4864 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4865 with `multi-isearch-next-buffer-current-function', and
4866 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4867
4868 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4869 `multi-isearch-next-buffer-function' instead of
4870 `isearch-buffers-next-buffer-function'. Remove call to
4871 `isearch-buffers-minor-mode'.
4872
4873 * buff-menu.el (Buffer-menu-marked-buffers)
4874 (Buffer-menu-isearch-buffers)
4875 (Buffer-menu-isearch-buffers-regexp): New functions.
4876 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4877 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4878 `Buffer-menu-isearch-buffers-regexp'.
4879 (Buffer-menu-mode): Document new commands in docstring.
4880 (list-buffers-noselect): Add one space after Info file name
4881 according to the Info address convention.
4882
4883 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4884 New functions.
4885
4886 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4887 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4888 (ibuffer-mode): Document new commands in docstring.
4889
4890 * filesets.el (filesets-commands): Add commands for "Isearch" and
4891 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4892 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4893 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4894 or `multi-isearch-files-regexp'.
4895 (filesets-cmd-query-replace-getargs): Call standard function
4896 `query-replace-read-args' to read `query-replace' arguments.
4897 Add `multi-query-replace-map'.
4898 (filesets-cmd-query-replace-regexp-getargs)
4899 (filesets-cmd-isearch-getargs): New functions.
4900
4901 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * international/mule.el (recode-region): Deactivate mark at the end.
4904
4905 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4906
4907 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4908 Use more suitable colors on dark displays.
4909
4910 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4913 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4914 (tramp-temp-buffer-name): New defconst.
4915 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4916 command. No trailing prompt.
4917 (tramp-process-sentinel): Remove temporary buffer, if existing.
4918 Don't handle trailing prompt.
4919 (tramp-open-connection-setup-interactive-shell):
4920 Use `tramp-temp-buffer-name'.
4921
4922 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * shell.el (shell-dynamic-complete-functions):
4925 Use comint-dynamic-complete-filename as well (bug#361).
4926
4927 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4928
4929 * term/ns-win.el:
4930 * version.el (emacs-version):
4931 * loadup.el:
4932 * frame.el (make-frame-on-display): Check for ns instead of
4933 ns-windowing.
4934
4935 * dired.el (dired-mode-map): Show the key binding for wdired.
4936
4937 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4938 exiting Emacs.
4939
4940 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4941
4942 * term/ns-win.el (x-list-fonts): Drop alias.
4943
4944 2008-07-23 Juri Linkov <juri@jurta.org>
4945
4946 * replace.el (multi-query-replace-map): New variable.
4947 (perform-replace): Add processing of new multi-buffer keys bound
4948 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4949 if last input char was `automatic-all'. Set new local variable
4950 `multi-buffer' to t when one of new two keys were typed. Return
4951 non-nil value of `multi-buffer' that tells to calling functions
4952 to continue replacement on the next file.
4953
4954 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4955 `perform-replace' to `multi-query-replace-map'.
4956
4957 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4960 otherwise displayed in every buffer.
4961
4962 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4963 (vc-arch-trim-one-revlib): Delete temp directories as well.
4964
4965 2008-07-22 Stephen Eglen <stephen@gnu.org>
4966
4967 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4968
4969 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4970
4971 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4972
4973 2008-07-22 Miles Bader <miles@gnu.org>
4974
4975 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4976 (sh-mode-map): Remove remapping of newline-and-indent.
4977
4978 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4979
4980 * vc.el (Todo): Update.
4981
4982 * vc-hooks.el: Remove obsolete comment.
4983
4984 * vc-git.el (vc-git-status-printer): Update the directory display
4985 to match the default.
4986
4987 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4988
4989 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4992 for "word wrap" command.
4993
4994 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4995
4996 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * term/ns-win.el: Rename ns- functions/variables to the
4999 corresponding x- versions.
5000 (x-select-text, x-cut-buffer-or-selection-value)
5001 (x-disown-selection-internal, x-get-selection-internal)
5002 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5003 (x-display-mm-width, x-display-mm-height)
5004 (x-display-backing-store, x-display-save-under)
5005 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5006 defaliases.
5007
5008 * frame.el (ns-display-name): Remove declaration.
5009 (make-frame-on-display): Use x-display-name instead
5010 ns-display-name. Use unless.
5011
5012 * startup.el (command-line-1): Fix indentation.
5013
5014 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5015 checked in inadvertently.
5016
5017 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * term/ns-win.el: Standardize references to "Nextstep" in
5020 comments, messages, and docstrings.
5021 (ns-handle-args, x-parse-geometry)
5022 (ns-extended-platform-support-mode, x-setup-function-keys)
5023 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5024 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5025 (ns-initialized, ns-initialize-window-system): Doc fixes.
5026
5027 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5028
5029 * diff-mode.el (diff-auto-refine): Delete defcustom.
5030 (diff-auto-refine-mode): New func/var via define-minor-mode.
5031 Update var ref to use diff-auto-refine-mode.
5032 * smerge-mode.el (diff-mode): Require when compiling.
5033 (smerge-auto-refine): Delete defcustom.
5034 Update smerge-auto-refine ref to use diff-auto-refine-mode.
5035
5036 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * simple.el (visual-line): New custom group.
5039 (visual-line-fringe-indicators): New var.
5040 (visual-line-mode): Set fringe-indicator-alist based on
5041 visual-line-fringe-indicators. Add lighter.
5042
5043 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5044
5045 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5046 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5047 (x-handle-geometry, x-handle-name-switch, x-display-name)
5048 (x-handle-display, x-handle-args, x-colors): Move ...
5049 * term/common-win.el: ... here. New file.
5050 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5051 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5052 (x-handle-geometry, x-handle-name-switch, x-display-name)
5053 (x-handle-display, x-handle-args, x-colors): Remove.
5054 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5055
5056 2008-07-19 Juri Linkov <juri@jurta.org>
5057
5058 * startup.el (fancy-startup-text): Move the line "To quit
5059 a partially entered command, type Control-g" a few lines below
5060 to be after the line "To start". Add text "at gnu.org" to
5061 "Overview of Emacs features".
5062
5063 * dired.el (dired-mode-map): Fix menu text of
5064 image-dired-display-thumbs.
5065
5066 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5067 (image-dired-cmd-create-temp-image-options)
5068 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5069 ImageMagick command line to change the dimensions of the image
5070 only if its width or height exceeds the geometry specification.
5071
5072 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5073
5074 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5075 to docstrings.
5076
5077 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5078
5079 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5080 Vinicius Jose Latorre.
5081
5082 2008-07-19 Glenn Morris <rgm@gnu.org>
5083
5084 * term/ns-win.el (ns-make-command-string): Use mapconcat.
5085 (ns-save-preferences): Fix typo in previous change. (Bug#573)
5086
5087 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5088
5089 * net/dbus.el (dbus-interface-properties): New defconst.
5090 (dbus-introspect): Update docstring.
5091 (dbus-introspect-xml, dbus-introspect-get-attribute)
5092 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5093 (dbus-introspect-get-interface-names)
5094 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5095 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5096 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5097 (dbus-introspect-get-property)
5098 (dbus-introspect-get-annotation-names)
5099 (dbus-introspect-get-annotation)
5100 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5101 (dbus-introspect-get-signature, dbus-get-property)
5102 (dbus-set-property, dbus-get-all-properties): New defuns.
5103
5104 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5107 ns-grabenv.elc.
5108
5109 * ns-carbon-compat.el: File removed.
5110
5111 * ns-grabenv.el: File removed.
5112
5113 * term/ns-win.el: Contents of ns-carbon-compat.el and
5114 ns-grabenv.el moved here.
5115 (ns-grabenv, ns-open-file-select-line): Doc fixes.
5116 (ns-submit-bug-report): Function removed. Reports go to the main
5117 Emacs bug list.
5118 (ns-handle-args, ns-spi-service-call): Doc fixes.
5119 (info-ns-emacs): Function removed. Nextstep port manual will be
5120 merged into the Emacs manual, so no separate link needed.
5121
5122 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
5123
5124 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5125
5126 2008-07-18 Glenn Morris <rgm@gnu.org>
5127
5128 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5129 to XEmacs, since it does nothing for Emacs.
5130
5131 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5132
5133 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5134 BUFFER that is a string but does not exist as a buffer object, as
5135 mentioned in the doc-string.
5136
5137 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * simple.el (line-move-visual): Make it a defcustom.
5140 (line-move-1): Convert temporary-goal-column back to an integer if
5141 it was set as a float by a previous call to line-move-visual.
5142 (end-of-visual-line, beginning-of-visual-line)
5143 (next-logical-line, previous-logical-line): New functions.
5144
5145 2008-07-17 David Reitter <david.reitter@gmail.com>
5146
5147 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5148 functions.
5149 (visual-line-mode, global-visual-line-mode): New minor mode.
5150 (visual-line-mode-map): New variable.
5151
5152 2008-07-17 Glenn Morris <rgm@gnu.org>
5153
5154 * term/ns-win.el (parameters): Declare for compiler.
5155
5156 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
5157
5158 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5159 for Windows.
5160
5161 2008-07-17 Daiki Ueno <ueno@unixuser.org>
5162
5163 * epa.el (epa-key-list-mode): Use run-mode-hooks.
5164 (epa-key-mode): Ditto.
5165 (epa-info-mode): Ditto.
5166
5167 2008-07-17 Glenn Morris <rgm@gnu.org>
5168
5169 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
5170 (ns-handle-numeric-switch): Just call ns-handle-switch.
5171 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5172 (ns-handle-args): Simplify using `pop'.
5173 (ns-display-name): Define (used in frame.el).
5174 (menu-bar-select-frame): Add (ignored) arg to more closely match the
5175 original definition.
5176 (ns-perform-service): Declare.
5177 (ns-save-preferences): Use fewer `let's.
5178
5179 * frame.el (ns-display-name): Declare for compiler.
5180
5181 2008-07-17 Kenichi Handa <handa@m17n.org>
5182
5183 * descr-text.el (describe-char-unidata-list): Initialize to the
5184 list of name, general-category, decomposition, and old-name.
5185
5186 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5187
5188 * startup.el (command-line-1): Update processing of NS long options to
5189 mimic recent changes to processing of X long options.
5190
5191 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5194 list of #defines for remote files.
5195 (gdb-source-info): Only show main if it has been found.
5196
5197 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * term/ns-win.el: Require CL; fix up comment style; reindent.
5200 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
5201 (ns-save-preferences): Use `case'.
5202 (ns-initialize-window-system): Use `dolist'.
5203
5204 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5205
5206 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5207 windowing is used.
5208 * term/ns-win.el (ns-extended-platform-support-mode):
5209 Correct/improve documentation.
5210
5211 2008-07-16 Glenn Morris <rgm@gnu.org>
5212
5213 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5214 Simply require 'cl (see comment in cl-compat.el).
5215 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5216 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5217 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5218 directly rather by subterfuge. Provide cl before loading cl-macs.
5219
5220 * paths.el (rmail-spool-directory): Remove settings for systems that are
5221 no longer supported.
5222
5223 * frame.el (ns-initialize-window-system): Declare for compiler.
5224
5225 * term/ns-win.el: Add numerous declarations for compiler.
5226 (ns-pop-up-frames): Move definition before use. Doc fix.
5227
5228 * emacs-lisp/check-declare.el (check-declare-locate)
5229 (check-declare-verify): Handle .m files.
5230
5231 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5232
5233 * ns-carbon-compat.el: New file: user-visible compatibility of
5234 NeXTstep port with Carbon port.
5235 * ns-grabenv.el: New file: functionality useful on OS X platform to
5236 expose environment variables inside Emacs started from icon.
5237 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5238 * cus-edit.el:
5239 * cus-face.el:
5240 * disp-table.el:
5241 * faces.el:
5242 * info.el:
5243 * mouse.el:
5244 * mwheel.el:
5245 * simple.el: Add ns to window systems treated as GUIs.
5246 * facemenu.el (facemenu-read-color): Don't require a name match under
5247 NS, to allow numeric color entry.
5248 * frame.el (make-frame-on-display): Follow code for 'x in initializing
5249 'ns window system if need be.
5250 (various): Add 'ns as described above.
5251 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5252 ns-windowing is active.
5253 * startup.el (command-line-ns-option-alist): New constant to handle NS
5254 windowing system specific command line args analogous to how they are
5255 handled for X windows.
5256 (command-line-1): Use the above where appropriate.
5257 * version.el: Add NS port version.
5258 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5259 Darwin (usually OS X) systems.
5260 (woman-use-own-frame): Include 'ns in list of GUI window systems.
5261 * emulation/viper-util.el (ns-display-color-p)
5262 (ns-color-defined-p): Remove these (caustically-commented) outdated
5263 compensations for a port that was never itself integrated until now.
5264 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5265 for NS window system.
5266 * international/mule-cmds.el: Add 'ns to list of special-cased window
5267 systems (probably most of these, x/w32/mac/ns could be changed to
5268 window-system non-nil).
5269 * term/ns-win.el: New file: lisp-side support for NS windowing system.
5270
5271 2008-07-14 Jason Rumney <jasonr@gnu.org>
5272
5273 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5274 (x-handle-numeric-switch, x-handle-initial-switch)
5275 (x-handle-xrm-switch, x-handle-args, x-handle-display)
5276 (xw-defined-colors, w32-initialize-window-system):
5277 Avoid use of cl pop and push macros.
5278
5279 2008-07-14 Martin Rudalics <rudalics@gmx.at>
5280
5281 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5282 error when change-log-search-file-name returns nil.
5283
5284 2008-07-13 Martin Rudalics <rudalics@gmx.at>
5285
5286 * add-log.el (change-log-search-file-name):
5287 Use match-string-no-properties.
5288 (change-log-search-tag-name-1, change-log-search-tag-name)
5289 (change-log-goto-source-1, change-log-goto-source): New functions.
5290 (change-log-tag-re, change-log-find-head, change-log-find-tail):
5291 New variables.
5292 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5293
5294 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
5295
5296 * calc/calc-help.el (calc-describe-key): Add angles to special key
5297 descriptions.
5298
5299 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5300
5301 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5302 search for regexp.
5303
5304 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
5305
5306 * simple.el (line-move-visual): Handle null pixel position gracefully.
5307
5308 2008-07-11 Jason Rumney <jasonr@gnu.org>
5309
5310 * files.el (file-truename): Get truename of ancestors if file does
5311 not exist on Windows.
5312
5313 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * simple.el (line-move-visual): Obey goal-column and no-error arg.
5316 (track-eol, temporary-goal-column, previous-line, next-line):
5317 Update docstring.
5318 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5319 to nil.
5320
5321 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * simple.el (line-move-visual): New var.
5324 (line-move-visual): New function.
5325 (line-move): Call line-move-visual.
5326
5327 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5328
5329 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5330 pattern and add patterns for C++ header files.
5331
5332 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * window.el (truncated-partial-width-window-p): New function.
5335
5336 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
5337
5338 * faces.el (x-create-frame-with-faces): Don't pass parameters that
5339 are set later to x-create-frame.
5340 (face-set-after-frame-default): Apply X resources for non-default
5341 faces.
5342
5343 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * faces.el (face-set-after-frame-default): Simplify. Don't apply
5346 frame-specific X resource settings. Set faces using a list of
5347 frame parameters explicitly passed to the calling
5348 function (e.g. make-frame).
5349 (x-create-frame-with-faces, tty-create-frame-with-faces):
5350 Supply explicit frame parameter list to face-set-after-frame-default.
5351
5352 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
5353
5354 * net/browse-url.el (browse-url-default-browser):
5355 Fix argument list in lambda.
5356
5357 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
5358
5359 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5360 from url-retrieve.
5361 (newsticker--sentinel-work): Fix xerror typo.
5362
5363 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5364
5365 * vc-dir.el (vc-dir-refresh): Only update files.
5366
5367 * vc-git.el (vc-git--ls-files-state): Remove unused function.
5368
5369 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5370
5371 2008-07-06 John Paul Wallington <jpw@pobox.com>
5372
5373 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5374
5375 2008-07-05 Alexandre Julliard <julliard@winehq.org>
5376
5377 * vc-git.el (vc-git-registered): Return true for removed files.
5378 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5379 all the files instead of one per file.
5380 (vc-git-previous-revision): Add support for project-wide previous
5381 revision when specified file is nil.
5382
5383 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5384
5385 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5386
5387 * vc-dir.el (vc-dir-find-child-files): New function.
5388 (vc-dir-resync-directory-files): New function.
5389 (vc-dir-recompute-file-state): New function, broken out of ...
5390 (vc-dir-resynch-file): ... here. Also deal with directories.
5391 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5392 (vc-resynch-buffer): Use it.
5393
5394 * vc-hg.el (vc-hg-registered): Do not set vc-state.
5395
5396 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5397
5398 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
5399
5400 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5401 if it's not part of gdb-ui, e.g, at start.
5402
5403 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5404 filenames in stack trace (text command mode).
5405
5406 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5409
5410 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5411 Use syntax-ppss on a position *before* the char we want to change.
5412
5413 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * vc-dir.el (vc-dir-query-replace-regexp): New function.
5416 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5417 (vc-dir-mode-map): Likewise.
5418
5419 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5422 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5423 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5424 Remove spurious * in defcustom docstrings.
5425
5426 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5427 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5428 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5429 (default-justification): Remove spurious * in defcustom docstrings.
5430
5431 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5432 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5433 (rst-compare-decorations, rst-default-indent, rst-update-section)
5434 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5435 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5436 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5437 Fix typos in docstrings.
5438 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
5439 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5440 (rst-get-decorations-around, rst-section-tree-point)
5441 (rst-font-lock-adornment-point): Reflow docstrings.
5442 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5443 Doc fixes.
5444 (rst-re-enumerations): Comment out.
5445
5446 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5447 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5448 (nxml-unicode-block-char-name-set):
5449 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5450 * nxml/rng-nxml.el (rng-set-state-after):
5451 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5452
5453 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5454 (rng-c-parse-annotation-body):
5455 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5456
5457 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5458 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5459 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5460 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5461 Fix typos in docstrings.
5462 (nxml-attribute-indent): Reflow docstring.
5463 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5464 (nxml-default-buffer-file-coding-system): Doc fixes.
5465
5466 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5467 (nxml-ns-set-prefix): Fix typos in docstrings.
5468 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5469 Reflow docstring.
5470 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5471
5472 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5473 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5474 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5475 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5476 (nxml-outline-display-rest, nxml-outline-set-overlay)
5477 (nxml-section-tag-forward, nxml-section-tag-backward)
5478 (nxml-back-to-section-start): Fix typos in docstrings.
5479
5480 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5481 Doc fixes.
5482
5483 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5484 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5485 (nxml-scan-after-change): Fix typo in docstring.
5486
5487 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5488 (rng-name-class-possible-names): Doc fixes.
5489 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5490 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5491 Fix typos in docstrings.
5492 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5493 Reflow docstrings.
5494
5495 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5496 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5497
5498 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5499 (rng-xsd-convert-date-time): Reflow docstrings.
5500 (rng-xsd-compile): Fix typo in docstring.
5501
5502 * nxml/rng-loc.el (rng-current-schema-file-name)
5503 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5504 Doc fixes.
5505 (rng-set-schema-file): Fix typo in docstring.
5506
5507 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5508 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5509 Fix typos in docstrings.
5510 (rng-message-overlay, rng-conditional-up-to-date-start)
5511 (rng-conditional-up-to-date-end): Doc fixes.
5512 (rng-next-error, rng-previous-error): Reflow docstrings.
5513
5514 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5515 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5516 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5517 (xmltok-merge-attributes): Fix typos in docstrings.
5518 (xmltok-make-attribute, xmltok-forward-special)
5519 (xmltok-get-declared-encoding-position): Reflow docstrings.
5520
5521 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5522 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5523 Fix typos in docstrings.
5524
5525 2008-07-02 John Paul Wallington <jpw@pobox.com>
5526
5527 * ibuffer.el (ibuffer-buffer-file-name):
5528 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5529 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5530
5531 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5532
5533 * files.el (backup-extract-version): Handle versioned directories.
5534 (trash-directory): New variable.
5535 (move-file-to-trash): New function.
5536
5537 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5538
5539 2008-07-02 Magnus Henoch <mange@freemail.hu>
5540
5541 * vc-git.el (vc-git-annotate-command): Use proper option for
5542 specifying revision.
5543
5544 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5545
5546 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5547 if available.
5548
5549 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5550
5551 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5552
5553 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5554 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5555
5556 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5557
5558 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5559
5560 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5561 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5562 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5563 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5564 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5565 (gdb-stack-list-locals-regexp): Future proof regexps better.
5566
5567 2008-06-30 Juri Linkov <juri@jurta.org>
5568
5569 * faces.el (face-name-history): New variable.
5570 (make-face, make-empty-face): Replace interactive spec "S"
5571 with `read-from-minibuffer' where `read' arg is t and
5572 `hist' arg is `face-name-history'.
5573 (read-face-name): Set `hist' arg of `completing-read-multiple'
5574 to `face-name-history'.
5575 (list-faces-display): Use `read-regexp' instead of `read-string'
5576 to read regexp.
5577
5578 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5579 to `regexp-history'.
5580 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5581 make it an obsolete alias to it.
5582 (hi-lock-face-defaults): New variable renamed from
5583 `hi-lock-face-history'.
5584 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5585 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5586 `read-from-minibuffer'. Doc fix.
5587 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5588 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5589 Set `hist' arg of `completing-read' to `face-name-history'.
5590 Put a list of default faces to `default' arg instead of `hist' arg.
5591
5592 * bindings.el (abbrev-map, narrow-map): New variables.
5593 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5594 Rebind related commands to these new maps.
5595 (ctl-x-r-map): New variable for rectangle, register and bookmark
5596 keys. Move rectangle keybindings to rect.el and register
5597 keybindings to register.el.
5598 (next-buffer, previous-buffer): Remove C-x prefix and move
5599 keybindings to ctl-x-map.
5600
5601 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5602 to the new map `ctl-x-r-map' in autoload cookies.
5603
5604 * expand.el: Rebind two global `C-x a' keys "n", "p"
5605 to the new map `abbrev-map' in autoload cookies.
5606
5607 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5608
5609 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5610
5611 2008-06-30 Miles Bader <miles@gnu.org>
5612
5613 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5614 after processing an escape sequence.
5615
5616 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5617
5618 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5619 from 2008-06-28. It does not work on W32.
5620
5621 2008-06-29 Juri Linkov <juri@jurta.org>
5622
5623 * replace.el (read-regexp): New function.
5624 (keep-lines-read-args, occur-read-primary-args):
5625 Call `read-regexp' instead of code moved to new function.
5626 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5627 from the end of prompt.
5628 (replace-re-search-function): Doc fix.
5629
5630 2008-06-29 Kenichi Handa <handa@m17n.org>
5631
5632 * descr-text.el (describe-char-display): Always return a string.
5633 (describe-char-padded-string): New function.
5634 (describe-char): Adjusted for the change of
5635 describe-char-display. Use describe-char-padded-string.
5636
5637 2008-06-29 Andreas Schwab <schwab@suse.de>
5638
5639 * vc-dir.el (vc-dir): Make backend argument optional and use
5640 vc-responsible-backend when nil. Interactively pass nil for
5641 backend instead of using the backend of what happens to be
5642 default-directory at the time of the call.
5643
5644 * find-dired.el (find-dired-filter): Preserve point.
5645
5646 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5649 (sasl-find-mechanism, sasl-next-step):
5650 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5651 (sasl-ntlm-response): Fix typos in docstrings.
5652
5653 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5654
5655 * international/mule-cmds.el (view-hello-file): Doc fix.
5656
5657 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5658
5659 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5660 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5661
5662 2008-06-28 John Paul Wallington <jpw@pobox.com>
5663
5664 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5665
5666 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5667
5668 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5669 (tramp-convert-file-attributes): Convert symlinks only when
5670 returned from `tramp-handle-file-attributes-with-stat'.
5671
5672 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5673 `substitute-in-file-name' when unloading.
5674 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5675
5676 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5677
5678 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5679 (vc-string-prefix-p): Move function ...
5680 * vc.el (vc-string-prefix-p): ... here.
5681
5682 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * vc-dir.el (vc-dir): Complete only directory names.
5685
5686 2008-06-27 Jason Rumney <jasonr@gnu.org>
5687
5688 * w32-fns.el (top-level): Unconditionally define all charsets.
5689
5690 2008-06-27 Alan Mackenzie <acm@muc.de>
5691
5692 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5693 the CC Mode specific functions; this is no longer needed, since
5694 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5695
5696 * progmodes/cc-defs.el (c-emacs-features): New feature
5697 'argumentative-bod-function.
5698
5699 2008-06-27 John Paul Wallington <jpw@pobox.com>
5700
5701 * chistory.el (list-command-history): Use `bound-and-true-p'.
5702 (command-history-map): Define within defvar. Add docstring.
5703
5704 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5707 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5708 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5709 (image-type-from-buffer): Use `looking-at-p'.
5710
5711 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * ibuf-ext.el (diff-sentinel): Declare.
5714
5715 2008-06-27 Glenn Morris <rgm@gnu.org>
5716
5717 * calendar/lunar.el (calendar-lunar-phases): Rename from
5718 calendar-phases-of-moon. Keep old name as alias, update callers.
5719 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5720 (diary-lunar-phases): Rename from diary-phases-of-moon.
5721 Keep old name as alias.
5722 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5723 (cal-menu-global-mouse-menu): Update for lunar name changes.
5724 * calendar/calendar.el (calendar-mode-map): Update for name change.
5725 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5726
5727 2008-06-26 Glenn Morris <rgm@gnu.org>
5728
5729 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5730 argument `nolocation'.
5731 (calendar-sunrise-sunset-month): New function.
5732 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5733 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5734 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5735 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5736 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5737 (calendar-buffer-list): Add solar-sunrises-buffer.
5738
5739 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5740
5741 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5742
5743 * cus-start.el: Add customization types for word-wrap and
5744 shift-select-mode.
5745
5746 2008-06-26 John Paul Wallington <jpw@pobox.com>
5747
5748 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5749 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5750 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5751 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5752
5753 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * vc-dir.el (tool-bar): Require.
5756
5757 * vc.el (ewoc, tool-bar): Do not require.
5758
5759 2008-06-26 Kenichi Handa <handa@m17n.org>
5760
5761 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5762 characters.
5763
5764 * composite.el (terminal-composition-base-character-p): New function.
5765 (terminal-composition-function):
5766 Use terminal-composition-base-character-p. Include the base character
5767 in the composition.
5768 (auto-compose-chars): Don't check font-object for terminal display.
5769
5770 2008-06-26 Glenn Morris <rgm@gnu.org>
5771
5772 * doc-view.el (bookmark-make-record-default):
5773 * image-mode.el (bookmark-make-record-default): Fix declaration.
5774
5775 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5776 Add default :value for sexp type.
5777 (calendar-month-edges): New variable.
5778 (calendar-month-edges): New function.
5779 (calendar-recompute-layout-variables): Set calendar-month-edges.
5780 (calendar-intermonth-header, calendar-intermonth-text): New options.
5781 (calendar-insert-at-column): New function.
5782 (calendar-generate-month): Use calendar-insert-at-column.
5783 Handle intermonth text. Add 'date property.
5784 (calendar-column-to-month): Remove function.
5785 (calendar-column-to-segment): New function.
5786 (calendar-cursor-to-date): Use calendar-column-to-segment.
5787 Check 'date property.
5788
5789 * calendar/calendar.el (calendar-print-other-dates):
5790 Handle mouse events.
5791 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5792 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5793
5794 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5795 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5796 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5797
5798 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5799 Use calendar-column-to-segment, calendar-month-edges, and
5800 the 'date property to handle intermonth text.
5801
5802 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5803
5804 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5805 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5806 Add doc strings.
5807 (cal-menu-context-mouse-menu): Add some :keys.
5808 (calendar-check-holidays): Declare rather than autoloading.
5809 (diary-show-holidays-flag): Remove unneeded declaration.
5810
5811 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5812 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5813 event-start is nil.
5814
5815 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * minibuffer.el (completion-basic-try-completion): Use the text after
5818 point to constrain the completion candidates.
5819 (completion-basic-all-completions): Adjust accordingly.
5820
5821 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5824 courier.
5825
5826 * faces.el (set-face-attribute): Doc fix.
5827
5828 2008-06-25 Juri Linkov <juri@jurta.org>
5829
5830 * bindings.el (goto-map): New variable. Rebind goto-related
5831 commands to this `M-g' prefix keymap.
5832 (search-map): New variable for `M-s' prefix keymap.
5833 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5834 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5835 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5836 `M-shw' to `hi-lock-write-interactive-patterns'.
5837
5838 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5839 `isearch-highlight-regexp'.
5840 (isearch-highlight-regexp): New function.
5841
5842 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * info.el (Info-bookmark-make-record):
5845 Use bookmark-make-record-default.
5846 (Info-bookmark-jump): Use bookmark-default-handler.
5847
5848 * image-mode.el (image-bookmark-make-record):
5849 Use bookmark-make-record-default.
5850 (image-bookmark-jump): Use bookmark-default-handler.
5851
5852 * doc-view.el (doc-view-bookmark-make-record):
5853 Use bookmark-make-record-default.
5854 (doc-view-bookmark-jump): Use bookmark-default-handler.
5855
5856 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5857 used until now in bookmark.el's code.
5858 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5859 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5860 used until now in bookmark.el's code.
5861 (bookmark-set-filename): Remove special code, moved to its only caller.
5862 (bookmark-store): Use the newer format.
5863 (bookmark-make-record-default): Add arg `point-only'.
5864 Rename from bookmark-make-record-for-text-file.
5865 (bookmark--jump-via): New function.
5866 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5867 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5868 Use it.
5869 (bookmark-jump-noselect, bookmark-default-handler):
5870 Don't return an alist, instead return the data implicitly by changing
5871 current buffer and point. Signal an error if the file doesn't exist.
5872
5873 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5874 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5875
5876 * bs.el: Use with-current-buffer. Simplify.
5877 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5878
5879 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5880 is bound before using it.
5881
5882 2008-06-25 Kenichi Handa <handa@m17n.org>
5883
5884 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5885
5886 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5887
5888 * vc-hg.el:
5889 * vc-git.el: Require vc-dir when compiling.
5890
5891 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5892 vc-dir-marked-only-files. Change the return value.
5893 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5894 Change the return value.
5895 (vc-dir-deduce-fileset): New function broken out from ...
5896 * vc.el (vc-deduce-fileset): ... here and ...
5897 (vc-deduce-fileset): ... here.
5898
5899 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5900 (vc-svn-parse-status): Do not set the vc-backend property.
5901
5902 2008-06-25 Andreas Schwab <schwab@suse.de>
5903
5904 * faces.el (face-font-family-alternatives, variable-pitch):
5905 Use "Sans Serif", not "Sans-Serif".
5906
5907 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5908
5909 * faces.el (face-font-family-alternatives, variable-pitch):
5910 Change "Sans" to the canonical name "Sans-Serif".
5911
5912 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5913
5914 * calc/calc.el (calc-mode-map): Add extra keybindings to
5915 `calc-missing-key'.
5916 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5917 `kill-ring-save'.
5918
5919 2008-06-24 Miles Bader <miles@gnu.org>
5920
5921 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5922 pops up the menu but doesn't select anything.
5923
5924 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * add-log.el (add-change-log-entry): Add new arg to force each new
5927 entry to be on a new line.
5928 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5929
5930 * vc-dir.el (vc-client-object): Remove.
5931 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5932 use it when looking for a buffer.
5933 (vc-dir): Add a backend argument. Set revert-buffer-function.
5934 Don't create a client object. Move bindings ...
5935 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5936 (vc-dir-revert-buffer-function): New function.
5937 (vc-generic-status-printer): Rename to ...
5938 (vc-dir-status-printer): ... this.
5939 (vc-generic-state, vc-generic-status-fileinfo-extra)
5940 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5941 (vc-default-status-printer): Use a different face for
5942 directories. Don't display any text for directories in the state
5943 column. Add tooltips.
5944
5945 * vc.el (Todo): Update.
5946
5947 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5948 * vc-rcs.el (vc-annotate-convert-time):
5949 * vc-mtn.el (vc-annotate-convert-time):
5950 * vc-git.el (vc-annotate-convert-time):
5951 * vc-cvs.el (vc-annotate-convert-time):
5952 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5953
5954 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5957 instead of using view-mode.
5958
5959 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5962
5963 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5964
5965 * vc.el:
5966 * vc-hooks.el:
5967 * vc-dispatcher.el: Move vc-dir variables and functions ...
5968 * vc-dir.el: ... here. New file.
5969 * Makefile.in (ELCFILES): Add vc-dir.elc.
5970
5971 * vc.el: Move vc-annotate variables and functions ...
5972 * vc-annotate.el: ... here. New file.
5973 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5974
5975 * vc-dav.el: Move here from url/vc-dav.el.
5976 (Todo): Note work needed to make this backend functional.
5977
5978 * Makefile.in (ELCFILES): Update vc-dav.el location.
5979
5980 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5983
5984 2008-06-21 John Paul Wallington <jpw@pobox.com>
5985
5986 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5987
5988 * textmodes/rst.el (rst-mode): Put docstring in right place.
5989
5990 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5993 size for legibility.
5994
5995 * faces.el (fixed-pitch): Use "Monospace" family.
5996 (variable-pitch): Use "Sans" family.
5997 (face-font-family-alternatives): Define alternatives for "Sans"
5998 and "Monospace".
5999
6000 2008-06-21 Glenn Morris <rgm@gnu.org>
6001
6002 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6003 Require 'cl when compiling.
6004
6005 * emacs-lisp/debug.el (help-xref-interned): Declare.
6006
6007 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6008 Evaluate definition when compiling.
6009
6010 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6011 rather than mouse-1.
6012 (bug-reference-url-format): Autoload safe if string.
6013 (bug-reference-bug-regexp): Make space after "bug" optional.
6014
6015 * Makefile.in (all): Explicitly pass EMACS to sub-make,
6016 for some non-GNU makes.
6017
6018 * cus-dep.el (custom-dependencies-no-scan-regexp):
6019 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6020
6021 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6022 increments.
6023
6024 * calendar/calendar.el: Factor out the magic numbers controlling the
6025 calendar layout.
6026 (calendar-month-digit-width, calendar-month-width)
6027 (calendar-right-margin): New variables.
6028 (calendar-recompute-layout-variables, calendar-set-layout-variable):
6029 New functions.
6030 (calendar-left-margin, calendar-intermonth-spacing)
6031 (calendar-column-width, calendar-day-header-width)
6032 (calendar-day-digit-width): New options.
6033 (calendar-first-date-row): New constant.
6034 (calendar-move-to-column, calendar-ensure-newline): New functions,
6035 replacing calendar-insert-indented.
6036 (calendar-insert-indented): Remove function.
6037 (calendar-generate-month): Use calendar-move-to-column and
6038 calendar-ensure-newline. Use layout variables.
6039 (calendar-generate, calendar-update-mode-line)
6040 (calendar-font-lock-keywords): Use layout variables.
6041 (calendar-column-to-month): New function.
6042 (calendar-cursor-to-date): Use calendar-column-to-month.
6043 Use layout variables.
6044 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6045 Use layout variables. Use calendar-column-to-month.
6046 (calendar-cursor-to-visible-date): Use layout variables.
6047
6048 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6051 (all): Run compile-last.
6052 (compile-onefile): New target.
6053 (compile-first): Simplify.
6054 (compile-last): Don't treat COMPILE_FIRST specially.
6055 (COMPILE_FIRST): List the elc files rather than the el files.
6056 (ELCFILES): Update.
6057
6058 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
6059
6060 * net/newst-treeview.el: Remove dead code.
6061 (newsticker--window-config): Remove.
6062 (newsticker-treeview-quit): Do not save window config.
6063 (newsticker-treeview): Do not try to restore window config.
6064 (newsticker-groups, newsticker--treeview-list-sort-by-column)
6065 (newsticker--treeview-list-new-items)
6066 (newsticker--treeview-list-immortal-items)
6067 (newsticker--treeview-list-obsolete-items)
6068 (newsticker--treeview-list-all-items)
6069 (newsticker--treeview-list-feed-items): Fix documentation.
6070
6071 2008-06-21 Miles Bader <miles@gnu.org>
6072
6073 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6074
6075 2008-06-21 Alan Mackenzie <acm@muc.de>
6076
6077 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6078 infinite loop on invalid syntax.
6079
6080 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * textmodes/rst.el: Run rst-define-level-faces when loading.
6083 (rst-mode): Don't set the font-lock-multiline var.
6084 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6085 Set the font-lock-multiline property by hand.
6086
6087 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6088
6089 * Makefile.in (emacs-deps): Remove.
6090 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6091 (all): Use them.
6092 (autogen-clean): Remove.
6093
6094 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * Makefile.in (all): New target.
6097 (bootstrap-prepare): Remove.
6098
6099 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6100 the .elc file to batch-byte-compile.
6101
6102 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6103 set-keymap-parents if set-keymap-parent doesn't exist.
6104
6105 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6106 Allow more than one space before the |.
6107
6108 * textmodes/rst.el: Fix up docstring conventions.
6109 Move vars to before their first use.
6110 (rst-mode): Don't mess with font-lock-support-mode.
6111 (rst-suggest-new-decoration, rst-adjust-decoration):
6112 Avoid CL's copy-list.
6113 (rst-delete-entire-line): Use line-beginning-position.
6114 (rst-position): New fun.
6115 (rst-straighten-decorations): Use it instead of CL's position.
6116 (rst-straighten-bullets-region): Avoid CL's mapcar*.
6117 (rst-toc-mode): Use define-derived-mode.
6118 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6119 Remove unused var `in-par'. Use `point' rather than `point-marker'.
6120 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
6121 (rst-replace-lines): Simplify.
6122 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6123
6124 * simple.el (special-mode-map): New var.
6125 (special-mode): New major mode.
6126
6127 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6128
6129 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6130 log-view-file-re.
6131
6132 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6133 (vc-switch-backend): Simplify.
6134 (Todo): Remove solved items.
6135
6136 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6137 the vc-backend property.
6138
6139 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6142 Bind inhibit-read-only since the buffer is always read-only.
6143
6144 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
6145
6146 * net/newst-treeview.el (newsticker-treeview-own-frame):
6147 Change default value to nil.
6148 (newsticker--treeview-list-add-item)
6149 (newsticker--treeview-propertize-tag): Show item title in tooltip.
6150
6151 2008-06-20 Martin Blais <blais@furius.ca>
6152 Stefan Merten <smerten@oekonux.de>
6153 David Goodger <goodger@python.org>
6154
6155 * textmodes/rst.el: New file.
6156
6157 2008-06-20 Sam Steingold <sds@gnu.org>
6158
6159 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6160 remove DIRECTORY entries.
6161
6162 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6163
6164 * makefile.w32-in (distclean): Depend on `clean'.
6165 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6166 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6167 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
6168 empty cus-load.el with `echo', and include "Local Variables"
6169 section to prevent the empty file from being compiled.
6170 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6171 that generate an empty cus-load.el.
6172
6173 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
6174
6175 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6176 Don't copy ldefs-boot.el over loaddefs.el.
6177 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6178 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6179 to loaddefs.el; they are not needed now. Add coding cookie.
6180
6181 2008-06-20 Miles Bader <miles@gnu.org>
6182
6183 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6184 Strip unnecessary list levels from SPECS.
6185 (buffer-face-set, buffer-face-toggle):
6186 Change argument from FACE to &rest SPECS, and strip unnecessary
6187 list levels from SPECS.
6188 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6189
6190 2008-06-20 Jason Rumney <jasonr@gnu.org>
6191
6192 * international/fontset.el (setup-default-fontset): Specify script
6193 for latin use of iso10646-1. Fix use of lang tags.
6194
6195 2008-06-19 Miles Bader <miles@gnu.org>
6196
6197 * face-remap.el (text-scale-increase): Start from zero if
6198 text-scale-mode isn't enabled.
6199
6200 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6203 frame parameters after setting up the `default' face.
6204
6205 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * faces.el (face-set-after-frame-default): Don't exclude `default'.
6208
6209 2008-06-18 Glenn Morris <rgm@gnu.org>
6210
6211 * mouse.el (buffer-face-mode-invoke): Declare.
6212
6213 * Makefile.in (ELCFILES): Add org/org-id.elc.
6214
6215 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6216 * calendar/cal-menu.el (cal-menu-holidays-menu):
6217 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6218 (cal-menu-today-holidays): Remove function.
6219
6220 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6221 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6222 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6223 Remove unused functions.
6224 (calendar-mouse-view-diary-entries): Use format rather than concat.
6225
6226 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6227 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6228 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6229
6230 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6231 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6232 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6233 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6234 cal-menu-event-to-date.
6235
6236 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6237 Handle mouse events.
6238 * calendar/cal-tex.el (cal-tex-cursor-year)
6239 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6240 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6241 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6242 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6243 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6244 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
6245 (cal-tex-cursor-month): Mark N as optional.
6246 * calendar/cal-menu.el (calendar-mouse-tex-day)
6247 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6248 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6249 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6250 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6251 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6252 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6253 Remove functions.
6254 (cal-menu-context-mouse-menu): Replace the above functions with the
6255 cal-tex versions. Add HTML submenu.
6256
6257 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
6258
6259 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6260 text command mode.
6261 (gdb): Explain that gud-gdb is needed for text command mode.
6262
6263 2008-06-17 Martin Rudalics <rudalics@gmx.at>
6264
6265 * window.el (split-height-threshold): Remove spurious extra line.
6266
6267 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6270 (calendar-set-mark):
6271 * calendar/diary-lib.el (diary-insert-entry):
6272 * calendar/solar.el (calendar-sunrise-sunset): Use it.
6273 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6274 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6275 (cal-menu-context-mouse-menu): Use calendar-set-mark,
6276 diary-insert-entry, and calendar-sunrise-sunset instead.
6277
6278 * vc.el (vc-deduce-fileset): Add arg `only-files'.
6279 (vc-next-action): Pass the new arg.
6280 (vc-register): Don't use `only-files'.
6281 Don't set `backup-inhibited' in the current buffer.
6282
6283 2008-06-17 Miles Bader <miles@gnu.org>
6284
6285 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6286
6287 * face-remap.el (buffer-face-mode-face)
6288 (buffer-face-mode-remapping): New variables.
6289 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6290 (buffer-face-mode-invoke): New functions.
6291 (variable-pitch-mode-remapping): Variable removed.
6292 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6293
6294 * face-remap.el (internal-lisp-face-attributes): New variable.
6295 (face-attrs-more-relative-p, face-remap-order): New functions.
6296 (face-remap-add-relative): Use `face-remap-order'.
6297
6298 2008-06-17 Glenn Morris <rgm@gnu.org>
6299
6300 * mouse.el (x-select-font): Declare.
6301
6302 * calendar/calendar.el (calendar-move-hook):
6303 Add calendar-update-mode-line as an option.
6304 (calendar-date-echo-text): New user option.
6305 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
6306 (calendar-insert-indented): Simplify newline insertion.
6307 (calendar-describe-mode): Remove unused function.
6308 (calendar-mode-line-entry): New function.
6309 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
6310 Mark as risky.
6311 (calendar-mouse-other-month): Remove function.
6312 (calendar-other-month): Handle mouse events.
6313 (calendar-goto-info-node): Call fit-window-to-buffer.
6314 (calendar-mode): Use define-derived-mode. Doc fix.
6315 (calendar-update-mode-line): Tweak whitespace.
6316
6317 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6320 (vc-dir-marked-only-files): vc-string-prefix-p.
6321
6322 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
6323
6324 * progmodes/gdb-ui.el (gdb-memory-set-address)
6325 (gdb-memory-set-repeat-count): Allow keyboard bindings.
6326 (gdb-memory-mode-map): Bind above functions respectively
6327 to 'S' and 'N'.
6328
6329 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
6330
6331 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6332
6333 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * log-view.el (vc-diff-internal): Declare for compiler.
6336
6337 * vc-bzr.el (log-view-per-file-logs):
6338 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6339
6340 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * mouse.el (mouse-appearance-menu-map): New var.
6343 (mouse-appearance-menu): New function.
6344 Bind it to S-down-mouse-1.
6345
6346 2008-06-15 Juri Linkov <juri@jurta.org>
6347
6348 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6349 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6350 as the second element.
6351 (Info-build-toc): Add PARENT element extracted from the Up pointer.
6352 Don't print progress messages.
6353 (Info-toc-nodes): New variable and function.
6354 (Info-index-nodes): Optimize non-string file name case.
6355 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6356 (Info-insert-breadcrumbs): Use the cached document structure instead
6357 of visiting all ancestor nodes. Remove the initial `>'.
6358
6359 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6360
6361 * log-view.el (log-view-diff-changeset): New function.
6362 (log-view-mode-map, log-view-mode-menu): Bind it.
6363 (log-view-per-file-logs, log-view-vc-fileset)
6364 (log-view-vc-backend): New variables.
6365 (log-view-find-revision, log-view-modify-change-comment)
6366 (log-view-annotate-version): Throw an error if the log is for more
6367 than one file and we can't find the current file. Get the current
6368 file from log-view-vc-fileset if necessary.
6369 (log-view-diff): Get the current file from log-view-vc-fileset if
6370 necessary.
6371
6372 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6373
6374 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6375 (vc-hg-log-view-mode): Declare for compiler.
6376 (vc-hg-log-view-mode): Set log-view-per-file-logs and
6377 log-view-file-re.
6378 (vc-hg-diff): If no file is passed, use default-directory for cwd.
6379
6380 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6381
6382 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6383
6384 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
6385
6386 * net/tramp.el (tramp-handle-start-file-process):
6387 Clear modification time of the connection buffer.
6388 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6389 (tramp-open-connection-setup-interactive-shell): Flush cache, and
6390 restart `tramp-maybe-open-connection' when the remote system has
6391 been changed. Throw 'uname-changed event.
6392 (tramp-maybe-open-connection): Catch it.
6393
6394 * net/tramp-cmds.el (tramp-cleanup-all-connections):
6395 Reset `tramp-locked'.
6396
6397 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6398
6399 * net/newst-treeview.el (newsticker--treeview-list-update)
6400 (newsticker--treeview-item-update)
6401 (newsticker--treeview-tree-update)
6402 (newsticker-treeview-jump, newsticker-group-add-group)
6403 (newsticker-group-move-feed, newsticker-group-delete-group):
6404 Remove window dedication.
6405 (newsticker--group-manage-orphan-feeds): Handle ill-valued
6406 newsticker-groups.
6407 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6408
6409 2008-06-15 Andreas Schwab <schwab@suse.de>
6410
6411 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6412 when parsing CVS/Repository.
6413
6414 * wdired.el (wdired-search-and-rename): Fix undocumented change.
6415
6416 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
6417
6418 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6419 (newsticker-extra-face, newsticker-enclosure-face): Moved to
6420 net/newst-reader.el.
6421
6422 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6423 (newsticker-extra-face, newsticker-enclosure-face): Moved from
6424 net/newst-reader.el.
6425
6426 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6429 Catch and recover from case when the bytes we thought we were reading
6430 turn out to be something else entirely, such as latin-1 chars from
6431 quail. See bug#396.
6432
6433 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6434
6435 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6436 (vc-register): Call the backend function only once, instead of
6437 once for each file.
6438 (vc-next-action): Update call to vc-register.
6439 (vc-dir-register): Remove function.
6440 (vc-dir): Bind vc-register instead of vc-dir-register.
6441
6442 2008-06-14 Glenn Morris <rgm@gnu.org>
6443
6444 * Makefile.in (ELCFILES): Add net/newst-*.el.
6445
6446 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * wdired.el (wdired-do-renames): New function.
6449 (wdired-finish-edit): Use it to.
6450 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6451
6452 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6455
6456 2008-06-14 Martin Rudalics <rudalics@gmx.at>
6457
6458 * window.el (window--even-window-heights): Even window heights
6459 only if the selected window is higher than WINDOW.
6460 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6461
6462 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6465
6466 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * term/linux.el (terminal-init-linux): Load t-mouse.
6469
6470 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6471 Drew Adams <drew.adams@oracle.com>
6472
6473 * info.el (Info-breadcrumbs-depth): New var.
6474 (Info-insert-breadcrumbs): New function.
6475 (Info-fontify-node): Use it.
6476 (Info-mode-map): Move initialization into declaration.
6477
6478 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6479
6480 Rename net/newsticker-*.el to net/newst-*.el.
6481 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6482 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6483 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6484 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6485 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6486 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6487 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6488 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6489 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6490 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6491
6492 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * progmodes/compile.el (compilation-start): Don't disable undo in
6495 comint buffer. Don't override the comint-filter with our own.
6496 (compilation-filter): Change point's insertion-type.
6497
6498 * comint.el (comint-output-filter): Use copy-marker.
6499
6500 2008-06-13 David Reitter <david.reitter@gmail.com>
6501
6502 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6503 Check message-signature-separator exists before using it.
6504
6505 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6506
6507 * vc.el (vc-delete-file): Bind default-directory before calling
6508 the backend.
6509 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6510 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6511 New function.
6512 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6513 (vc-annotate-mode-menu): Bind it.
6514
6515 2008-06-13 Jason Rumney <jasonr@gnu.org>
6516
6517 * term/w32-win.el (mouse-set-font): Remove overridden function.
6518 (w32-select-font): Declare as obsolete alias for x-select-font.
6519
6520 2008-06-13 Daniel Engeler <engeler@gmail.com>
6521
6522 These changes add serial port access.
6523 * term.el (term-update-mode-line): Modify.
6524 (serial-port-is-file-p, serial-nice-speed-history)
6525 (serial-no-speed, serial-mode-line-speed-menu)
6526 (serial-mode-line-config-menu): New variables and constants.
6527 (serial-name-history, serial-speed-history)
6528 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6529 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6530 (serial-mode-line-speed-menu, serial-update-speed-menu)
6531 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6532 (serial-update-config-menu): New functions.
6533
6534 2008-06-13 Glenn Morris <rgm@gnu.org>
6535
6536 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6537
6538 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6539
6540 2008-06-13 Kenichi Handa <handa@m17n.org>
6541
6542 * cus-face.el (custom-face-attributes): Add :foundry.
6543
6544 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6545 (face-x-resources): Add :foundry.
6546 (face-valid-attribute-values): Likewise.
6547 (face-attribute-name-alist): Likewise.
6548 (describe-face): Likewise.
6549
6550 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6553
6554 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6555
6556 * longlines.el (longlines-search-forward, longlines-search-backward)
6557 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6558
6559 2008-06-12 Sam Steingold <sds@gnu.org>
6560
6561 * vc.el (vc-rename-file): DTRT when the destination is a directory
6562 name and the source is a file.
6563
6564 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6567
6568 2008-06-12 Glenn Morris <rgm@gnu.org>
6569
6570 * progmodes/f90.el (f90-beginning-of-subprogram)
6571 (f90-end-of-subprogram): Only give a message when interactive.
6572
6573 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6574
6575 * progmodes/cperl-mode.el (cperl-info-on-command):
6576 Use display-pixel-height rather than x-display-pixel-height.
6577
6578 * mail/rmailedit.el (rmail-cease-edit):
6579 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6580
6581 * emulation/edt.el (edt-xserver):
6582 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6583
6584 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6585
6586 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6587 Evaluate definitions when compiling. Reverse tests.
6588
6589 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6590 use unless.
6591
6592 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6593
6594 * textmodes/artist.el (x-pointer-shape):
6595 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6596 (x-open-connection, x-server-max-request-size, x-get-resource):
6597 * term/w32console.el (x-setup-function-keys):
6598 * term/w32-win.el (x-parse-geometry, x-resource-name)
6599 (generate-fontset-menu, image-library-alist, x-open-connection)
6600 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6601 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6602 (x-get-resource):
6603 * term/mac-win.el (x-parse-geometry, x-resource-name)
6604 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6605 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6606 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6607 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6608 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6609 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6610 (tooltip-identifier-from-point, define-fringe-bitmap):
6611 * play/gamegrid.el (image-size):
6612 * play/bubbles.el (image-size):
6613 * mail/emacsbug.el (x-server-vendor, x-server-version):
6614 * international/mule-util.el (internal-char-font):
6615 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6616 (fontset-alias-alist, fontset-list, fontset-plain-name):
6617 * international/mule-cmds.el (x-server-vendor, x-server-version):
6618 * international/fontset.el (font-encoding-charset-alist)
6619 (otf-script-alist, new-fontset, set-fontset-font)
6620 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6621 (fontset-list, query-fontset, x-get-resource):
6622 * emulation/edt.el (x-server-vendor):
6623 * emulation/edt-mapper.el (x-server-vendor):
6624 * emacs-lisp/map-ynp.el (x-popup-dialog):
6625 * emacs-lisp/lmenu.el (x-popup-dialog):
6626 * x-dnd.el (x-window-property, x-change-window-property)
6627 (x-get-selection-internal):
6628 * woman.el (x-list-fonts):
6629 * w32-fns.el (x-server-version):
6630 * tooltip.el (x-show-tip, x-hide-tip):
6631 * tool-bar.el (image-mask-p):
6632 * thumbs.el (image-size):
6633 * term.el (overflow-newline-into-fringe):
6634 * subr.el (scroll-bar-scale):
6635 * startup.el (x-get-resource, tool-bar-mode, image-size):
6636 * select.el (x-get-selection-internal, x-own-selection-internal)
6637 (x-disown-selection-internal):
6638 * mouse.el (generate-fontset-menu):
6639 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6640 * image.el (image-library-alist):
6641 * image-mode.el (image-size, image-refresh):
6642 * image-dired.el (clear-image-cache):
6643 * gs.el (x-display-mm-width, x-display-pixel-width)
6644 (x-display-mm-height, x-display-pixel-height)
6645 (x-change-window-property, x-display-grayscale-p, x-window-property):
6646 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6647 (x-focus-frame, x-list-fonts, x-display-screens)
6648 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6649 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6650 (x-display-planes, x-display-color-cells, x-display-visual-class):
6651 * faces.el (internal-face-x-get-resource)
6652 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6653 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6654 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6655 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6656 (tool-bar-setup):
6657 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6658 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6659 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6660 * descr-text.el (internal-char-font):
6661 Define for compiler, for builds without X.
6662
6663 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6666
6667 2008-06-11 Glenn Morris <rgm@gnu.org>
6668
6669 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6670 before trying to move there.
6671 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6672 is non-nil, indent most terminating statements like loop body.
6673
6674 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6675 Gregorian date, and add it, not the local date, to diary-entries-list.
6676 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6677
6678 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * progmodes/compile.el (compilation-filter): Fix up last change.
6681
6682 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6683
6684 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6685 (gpm-mouse-mode): Make it into a proper global minor mode.
6686
6687 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6688 if the user enabled recursive-minibuffers.
6689
6690 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6691 Add support for scroll-other-window.
6692
6693 2008-06-11 Jason Rumney <jasonr@gnu.org>
6694
6695 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6696 Use tmm-menubar if menu is disabled in this frame.
6697
6698 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6699 from frame type, per documentation. Add w32 case.
6700
6701 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * minibuffer.el (completion--merge-suffix): New function.
6704 (completion-basic-try-completion): Use it.
6705 (completion-pcm--find-all-completions): Add argument `filter'.
6706 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6707 New functions.
6708 (completion-pcm-try-completion): Use them.
6709
6710 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6711 (turn-off-xterm-mouse-tracking): Use terminal-list.
6712
6713 * cus-start.el (underline-minimum-offset): Rename from
6714 x-underline-minimum-display-offset.
6715
6716 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6717
6718 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6719
6720 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * mouse.el (mouse-select-font): New function.
6723
6724 * faces.el (face-spec-recalc): When the face is set using
6725 Customize, avoid recalculating it twice.
6726
6727 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6728 Font" menu item to it. Apply selected font to all frames, and
6729 make it savable.
6730 (menu-bar-options-save): Save `default' font if changed.
6731
6732 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * ffap.el (ffap-string-at-point-mode-alist):
6735 Use alpha rather than lower.
6736
6737 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6738
6739 * subr.el (momentary-string-display): Use an overlay.
6740
6741 * progmodes/compile.el (compilation-mode):
6742 Set window-point-insertion-type.
6743 (compilation-filter): Don't use insert-before-markers any more.
6744 * emacs-lisp/trace.el (trace-make-advice):
6745 Set window-point-insertion-type in the trace buffer.
6746 * startup.el (normal-top-level): Set window-point-insertion-type in
6747 *Messages*.
6748 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6749 (telnet-filter): Don't use insert-before-markers any more.
6750 * comint.el (comint-mode): Set window-point-insertion-type.
6751 (comint-output-filter): Don't use insert-before-markers any more.
6752 * button.el (make-text-button): Allow `start' to be a string.
6753
6754 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * emacs-lisp/autoload.el (autoload-rubric):
6757 Fix coding cookie not to force Unix EOL.
6758
6759 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6760
6761 * window.el (window--splittable-p, window--try-to-split-window):
6762 Don't use with-selected-window to avoid messing up get-lru-window.
6763 Reported by David Hansen <david.hansen@gmx.net>.
6764
6765 2008-06-10 Glenn Morris <rgm@gnu.org>
6766
6767 * subr.el (locate-library): Doc fix.
6768
6769 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6770 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6771 Check tool-bar-map is bound, for non-X builds.
6772
6773 * net/newsticker-reader.el (newsticker--next-item-image)
6774 (newsticker--previous-item-image, newsticker--previous-feed-image)
6775 (newsticker--next-feed-image, newsticker--mark-read-image)
6776 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6777 (newsticker--get-all-image, newsticker--update-image)
6778 (newsticker--browse-image): Check xpm images are available.
6779 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6780 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6781
6782 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6783 (newsticker--plainview-tool-bar-map, newsticker-mode):
6784 Check tool-bar-map is bound, for non-X builds.
6785 (w3m-toggle-inline-image): Declare.
6786
6787 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6788
6789 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6790
6791 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6792 (finder-compile-keywords): Move let to where needed.
6793 (finder-mouse-face-on-line): Go back one more line if needed.
6794 (finder-list-matches): Use cadr.
6795 (finder-goto-xref): New function.
6796 (finder-commentary): Add buttons to jump to foo.el libraries.
6797
6798 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * apropos.el (apropos-function, apropos-macro, apropos-command)
6801 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6802 (apropos-plist): Add apropos-short-label property.
6803 (apropos-multi-type): New variables.
6804 (apropos-command, apropos-value): Set it.
6805 (apropos-compact-layout): New custom.
6806 (apropos-print, apropos-print-doc): Use it.
6807 (apropos-print): Truncate lines.
6808
6809 2008-06-09 Kenichi Handa <handa@m17n.org>
6810
6811 * international/fontset.el (font-encoding-alist):
6812 Add an entry for "ascii-0".
6813
6814 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6815
6816 * language/hanja-util.el (hanja-init-load): Show the message only
6817 when loading a table.
6818
6819 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6820
6821 * net/newsticker-treeview.el (newsticker-treeview):
6822 * net/newsticker-plainview.el (newsticker-plainview):
6823 Add autoload cookie.
6824
6825 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6826
6827 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6828 -reader, -plainview, and -treeview.
6829 (newsticker-version): Change to 1.99.
6830
6831 * net/newsticker-backend.el: New. Move backend functionality from
6832 newsticker.el to newsticker-backend.el.
6833 (newsticker--download-logos): New.
6834 (newsticker--sentinel-callback): New.
6835 (newsticker--set-customvar): Remove. Split up into specific
6836 functions related to retrieval, ticker, buffer, and display.
6837 (newsticker--set-customvar-retrieval): New. Extracted from
6838 `newsticker--set-customvar'.
6839 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6840 (newsticker-url-list-defaults):
6841 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6842 (newsticker-url-list): Doc changed. URL can be a function.
6843 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6844 (newsticker-retrieval-method): New.
6845 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6846 (newsticker-retrieval-interval):
6847 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6848 (newsticker-desc-comp-max): Change :group.
6849 (newsticker--cache): Doc changed.
6850 (newsticker--guid-to-string): New.
6851 (newsticker--guid): Use `newsticker--guid-to-string'.
6852 (newsticker--real-feed-name): New.
6853 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6854 (newsticker-start): Use `insert-file-contents' for reading cache.
6855 Use `newsticker--start-feed'.
6856 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6857 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6858 Use `newsticker--stop-feed'.
6859 (newsticker-save-item): New.
6860 (newsticker--get-news-by-funcall): New.
6861 (newsticker-get-news): Handle new retrieval methods.
6862 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6863 (newsticker--sentinel-work): New. Extracted from
6864 `newsticker--sentinel'. Use `newsticker--download-logos',
6865 `newsticker--sentinel-callback'.
6866 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6867 (newsticker--parse-atom-1.0): Fix link determination.
6868 (newsticker--parse-rss-0.91): Fix time determination.
6869 (newsticker--parse-rss-0.92): Fix time determination.
6870 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6871 (newsticker--parse-generic-feed): New arg order in
6872 `newsticker--cache-add'.
6873 (newsticker--parse-generic-items): Fix for multiple items.
6874 New arg order in `newsticker--cache-add'.
6875 (newsticker--forget-preformatted): Check whether
6876 `newsticker--buffer-set-uptodate' is fbound.
6877 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6878 (newsticker--decode-rfc822-date): Partial timezone handling.
6879 (newsticker--cache-contains): Fix guid problem.
6880 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6881 (newsticker--cache-save): New.
6882 (newsticker--cache-update): Use temp buffer.
6883 (newsticker--stat-num-items): Allow multiple AGE args.
6884 (newsticker--stat-num-items-total): New.
6885 (newsticker--opml-import-outlines): New.
6886 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6887 (newsticker--do-run-auto-mark-filter): Doc changed.
6888 (newsticker-retrieve-random-message): New.
6889
6890 * net/newsticker-ticker.el: New. Move ticker functionality from
6891 net/newsticker.el to net/newsticker-ticker.el.
6892 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6893 `newsticker--ticker-timer'.
6894 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6895 to `newsticker--ticker-timer'.
6896 (newsticker--set-customvar-ticker): New. Extracted from
6897 `newsticker--set-customvar'.
6898 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6899 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6900 for :set. Change :group.
6901 (newsticker-scroll-smoothly): Doc changed. Change :group.
6902 (newsticker-hide-immortal-items-in-echo-area)
6903 (newsticker-hide-old-items-in-echo-area)
6904 (newsticker-hide-obsolete-items-in-echo-area):
6905 Use `newsticker--set-customvar-ticker for :set. Change :group.
6906 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6907 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6908 to `newsticker-ticker-interval'.
6909 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6910 `newsticker--ticker-timer'.
6911
6912 * net/newsticker-reader.el: New. Move reader functionality from
6913 net/newsticker.el to net/newsticker-reader.el.
6914 (newsticker--set-customvar-formatting): New. Extracted from
6915 `newsticker--set-customvar'.
6916 (newsticker-reader, newsticker-frontend): New.
6917 (newsticker-enable-logo-manipulations): Change :group.
6918 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6919 for :set. Change :group.
6920 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6921 for :set. Change :group.
6922 (newsticker-html-renderer): Doc changed.
6923 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6924 (newsticker-date-format):
6925 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6926 (newsticker--insert-enclosure):
6927 Rename `newsticker--buffer-insert-enclosure' to
6928 `newsticker--insert-enclosure'. Add keymap arg.
6929 (newsticker--print-extra-elements):
6930 Rename `newsticker--buffer-print-extra-elements' to
6931 `newsticker--print-extra-elements'. Add keymap arg.
6932 (newsticker--do-print-extra-element):
6933 Rename `newsticker--buffer-do-print-extra-element' to
6934 `newsticker--do-print-extra-element'. Add keymap arg.
6935 (newsticker-show-news): Use `newsticker-frontend'.
6936
6937 * net/newsticker-plainview.el: New. Move plainview functionality
6938 from net/newsticker.el to net/newsticker-reader.el.
6939 (newsticker-plainview): New.
6940 (newsticker--set-customvar-sorting): New. Extracted from
6941 `newsticker--set-customvar'.
6942 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6943 for :set. Changed :group.
6944 (newsticker-heading-format, newsticker-item-format)
6945 (newsticker-desc-format, newsticker-statistics-format):
6946 Use `newsticker--set-customvar-formatting for :set. Change :group.
6947 (newsticker-faces): Change :group.
6948 (newsticker-default-face): Enable again.
6949 (newsticker-hide-old-items-in-newsticker-buffer)
6950 (newsticker-show-descriptions-of-new-items):
6951 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6952 (newsticker-show-all-news-elements): Change :group.
6953 (newsticker-plainview-hooks): New.
6954 (newsticker-select-item-hook, newsticker-select-feed-hook)
6955 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6956 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6957 to `newsticker--plainview-tool-bar-map'.
6958 (newsticker--url-keymap): Add mouse-1 binding.
6959 (newsticker-plainview): New.
6960 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6961 (newsticker--buffer-do-insert-text): Use renamed
6962 newsticker--[buffer-]insert-enclosure and
6963 newsticker--[buffer-]print-extra-elements.
6964 (newsticker--buffer-set-faces): Use newsticker-default-face.
6965
6966 * net/newsticker-treeview.el: New.
6967
6968 2008-06-08 Andreas Schwab <schwab@suse.de>
6969
6970 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6971
6972 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6973
6974 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6975 empty line.
6976
6977 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6978
6979 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6980
6981 * window.el (split-height-threshold, split-width-threshold):
6982 Add choice nil.
6983 (split-window-preferred-function): Allow either nil or a function.
6984 (window--splittable-p, window--try-to-split-window):
6985 Handle changed option values.
6986
6987 (window--frame-usable-p): Handle nil argument.
6988
6989 (display-buffer): Call get-lru-window when pop-up-windows is nil
6990 and window can't be split.
6991
6992 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6993
6994 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6995
6996 * net/tramp.el (top): Quote feature names. Remove
6997 `tramp-rfn-eshadow-setup-minibuffer' from
6998 `rfn-eshadow-setup-minibuffer-hook' when unloading.
6999 (tramp-read-passwd): There is only one call to
7000 `auth-source-user-or-password' needed. Pacify byte compiler.
7001
7002 2008-06-08 Andreas Schwab <schwab@suse.de>
7003
7004 * window.el (display-buffer): Use lru window if current window
7005 cannot be split.
7006
7007 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * apropos.el (apropos-library): New command and new button.
7010 (apropos-library-button): New function.
7011
7012 * apropos.el: Remove spurious * in docstrings.
7013 (apropos-label-face): Use variable pitch.
7014 (apropos-print): Use dolist and with-current-buffer.
7015 (apropos-print-doc): Use when.
7016
7017 * window.el (special-display-p, display-buffer):
7018 Fix up C->Elisp transcription error.
7019
7020 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7023 (byte-compile-file): Initialize it.
7024 (byte-compile-nogroup-warn): Keep track of the current group.
7025
7026 2008-06-08 Glenn Morris <rgm@gnu.org>
7027
7028 * Makefile.in (compile, compile-always, bootstrap-prepare):
7029 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7030
7031 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
7032
7033 * language/hanja-util.el (hanja-init-load): Use a char-table for
7034 hanja-table.
7035 (hangul-to-hanja-char): Adjust for the above change.
7036
7037 2008-06-07 Glenn Morris <rgm@gnu.org>
7038
7039 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7040 lm-keywords.
7041
7042 * mail/sendmail.el (mail-interactive): Add :version.
7043
7044 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7045 obsolete alias.
7046
7047 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7048 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7049 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7050 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7051 * eshell/esh-util.el, international/mule-cmds.el:
7052 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7053 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7054 Remove unnecessary eval-when-compiles and eval-and-compiles.
7055
7056 * Makefile.in (bootstrap-clean): Run autogen-clean.
7057 (maintainer-clean): No need to run autogen-clean now it is included in
7058 bootstrap-clean.
7059
7060 2008-06-06 Miles Bader <miles@gnu.org>
7061
7062 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7063
7064 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7067 longlines mode.
7068
7069 * replace.el (replace-search-function)
7070 (replace-re-search-function): New vars.
7071 (perform-replace): Use them.
7072
7073 * longlines.el (longlines-re-search-forward): New function.
7074 (longlines-mode): Bind replace-search-function and
7075 replace-re-search-function, to ensure that replacement commands
7076 treat newlines as spaces.
7077 (longlines-show-effect): Default to a pilcrow sign.
7078
7079 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * help.el (function-called-at-point):
7082 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7083 even when calling find-tag-default.
7084
7085 2008-06-06 Daniel Colascione <danc@merrillpress.com>
7086
7087 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7088 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7089 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7090 (nxml-fontify-buffer, nxml-do-fontify):
7091 Remove obsolete variables and functions.
7092 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7093 (nxml-degrade, nxml-after-change, nxml-after-change1)
7094 (nxml-extend-region, nxml-extend-after-change-region)
7095 (nxml-extend-after-change-region1, nxml-fontify-matcher)
7096 (nxml-toggle-char-ref-extra-display): Use font-lock, and
7097 font-lock-extend-region-functions in particular, to fontify
7098 nxml-mode buffers.
7099 (nxml-debug-region): New debugging helper function.
7100
7101 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7102 (nxml-scan-after-change, nxml-move-tag-backwards):
7103 Adapt for font-lock changes.
7104
7105 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7106 (nxml-debug-set-inside, nxml-debug-clear-inside):
7107 New debugging functions.
7108 (nxml-with-degradation-on-error): New helper macro.
7109
7110 2008-06-06 Martin Rudalics <rudalics@gmx.at>
7111
7112 * window.el (display-buffer): Remove dead call to get-lru-window.
7113
7114 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * mail/sendmail.el (mail-interactive): Change default.
7117
7118 2008-06-05 John Paul Wallington <jpw@pobox.com>
7119
7120 * bindings.el (completion-ignored-extensions):
7121 Add .p64fsl, .d64fsl, and .dx64fsl.
7122
7123 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * ffap.el (ffap-prompter): Don't use the region.
7126
7127 2008-06-05 Sam Steingold <sds@gnu.org>
7128
7129 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7130 subdirectory to be registered.
7131
7132 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7133
7134 * window.el (display-buffer-function, special-display-p)
7135 (special-display-buffer-names, special-display-regexps)
7136 (special-display-function, same-window-p, same-window-buffer-names)
7137 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7138 (pop-up-frame-function, pop-up-windows, even-window-heights)
7139 (split-window-preferred-function, split-height-threshold)
7140 (window--display-buffer-1, display-buffer, pop-to-buffer):
7141 Move from window.c and buffer.c.
7142 (window--splittable-p, window--try-to-split-window)
7143 (window--frame-usable-p, window--display-buffer-2)
7144 (window--even-window-heights): New functions.
7145 (split-width-threshold): New option.
7146 (split-window-preferred-horizontally): Remove.
7147
7148 * cus-start.el: Remove corresponding declarations.
7149
7150 2008-06-05 Sam Steingold <sds@gnu.org>
7151
7152 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7153 an error on modified buffers.
7154
7155 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * progmodes/etags.el (tags-verify-table): Be careful to use and update
7158 tags-file-name and tags-table-list from the right buffer.
7159 (tags-table-check-computed-list, tags-table-extend-computed-list)
7160 (find-tag-noselect): Use with-current-buffer.
7161
7162 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7163 Use print-circle.
7164
7165 * minibuffer.el (minibuffer-local-must-match-filename-map):
7166 Declare obsolete alias for the old name.
7167
7168 * abbrev.el (unexpand-abbrev): Better preserve markers.
7169
7170 2008-06-05 Glenn Morris <rgm@gnu.org>
7171
7172 * emacs-lisp/autoload.el (autoload-rubric): New function,
7173 extracted from autoload-ensure-default-file.
7174 (autoload-ensure-default-file): Use autoload-rubric.
7175
7176 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7177 (custom-dependencies-no-scan-regexp): New variable.
7178 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7179 Don't scan files matching custom-dependencies-no-scan-regexp.
7180 Disable undo in the output buffer. Remove kept-new-versions wackiness.
7181
7182 * finder.el (finder-headmark): Initialize and add doc string.
7183 (generated-finder-keywords-file): Doc fix.
7184 (finder-no-scan-regexp): New variable.
7185 (finder-compile-keywords): Use a single let binding.
7186 Disable undo in the output buffer. Use autoload-rubric.
7187 Use mapc rather than mapcar. Don't scan files matching
7188 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
7189 rather than concat. Use directory-files to do regexp matching.
7190 No need to require jka-compr.
7191 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
7192 (finder-list-matches): Disable undo.
7193 (finder-commentary): Use let rather than let*. Disable undo.
7194 (finder-current-item): Use zerop.
7195 (finder-mode): Use define-derived-mode.
7196 (finder-exit): Doc fix. Use dolist.
7197
7198 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7199 (custom-deps): Don't require $(lisp)/cus-load.el.
7200 (custom-deps, finder-data): Don't depend on autoloads.
7201 Should not be needed now, and doing so was causing make install to
7202 re-dump emacs post-bootstrap.
7203 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7204 mid-build forces some things to be rebuilt.
7205
7206 2008-06-05 Miles Bader <miles@gnu.org>
7207
7208 * face-remap.el
7209 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7210 (face-remap-remove-relative): Renamed from
7211 `remove-relative-face-remapping'.
7212 (face-remap-reset-base): Renamed from
7213 `set-default-base-face-remapping'.
7214 (face-remap-set-base): Renamed from `set-base-face-remapping'.
7215 (text-scale-increase): Renamed from `increase-buffer-face-height'.
7216 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7217 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7218
7219 * face-remap.el (variable-pitch-mode): Autoload.
7220
7221 2008-06-04 Sam Steingold <sds@gnu.org>
7222
7223 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7224 Generate extra status headers for a Mercurial tree.
7225
7226 2008-06-04 John Paul Wallington <jpw@pobox.com>
7227
7228 * echistory.el (electric-history-map): Define within defvar.
7229 Add docstring.
7230
7231 * font-lock.el (font-lock-turn-off-thing-lock)
7232 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7233 Use `bound-and-true-p'.
7234 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7235 Doc fixes.
7236
7237 * international/ccl.el (define-ccl-program): Add `doc-string'
7238 declaration.
7239
7240 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7241
7242 * face-remap.el (variable-pitch-mode): Reflow docstrings.
7243 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7244
7245 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
7246
7247 * emacs-lisp/rx.el (rx): Doc fix.
7248
7249 2008-06-04 Markus Triska <markus.triska@gmx.at>
7250
7251 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7252
7253 2008-06-04 Miles Bader <miles@gnu.org>
7254
7255 * face-remap.el (adjust-buffer-face-height): New function.
7256 Add autoloaded keybindings in ctl-x-map.
7257 (increase-buffer-face-height, decrease-buffer-face-height):
7258 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7259
7260 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * simple.el (line-move-1): If we did not move as far as desired,
7263 ensure that point-left and point-entered hooks are called.
7264
7265 2008-06-03 Sam Steingold <sds@gnu.org>
7266
7267 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7268
7269 2008-06-03 John Paul Wallington <jpw@pobox.com>
7270
7271 * progmodes/make-mode.el (makefile-cleanup-continuations)
7272 (makefile-warn-suspicious-lines, makefile-warn-continuations):
7273 Use `derived-mode-p'.
7274
7275 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7278 (ELCFILES): Update.
7279
7280 2008-06-03 Miles Bader <miles@gnu.org>
7281
7282 * face-remap.el: New file.
7283 * Makefile.in (ELCFILES): Add face-remap.elc.
7284
7285 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * progmodes/flymake.el (flymake-process-filter): Make sure the source
7288 buffer isn't dead.
7289
7290 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7291 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7292 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7293 * obsolete/auto-show.el, obsolete/hscroll.el:
7294 Remove packages that were obsolete in Emacs-20, or that were obsolete
7295 in Emacs-21 and do not contain any more code.
7296
7297 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7298 vc-client-mode is not set.
7299
7300 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7301 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7302
7303 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7304 yet a bit more clever at distinguishing / from /.
7305
7306 2008-06-03 Kenichi Handa <handa@m17n.org>
7307
7308 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7309
7310 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
7311
7312 * language/hanja-util.el: New file.
7313
7314 2008-06-03 Glenn Morris <rgm@gnu.org>
7315
7316 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7317 Check that end-of-word follows "type".
7318
7319 2008-06-02 Daiki Ueno <ueno@unixuser.org>
7320
7321 * epa-file.el (epa-file-write-region): Write the entire buffer
7322 content if START is nil.
7323
7324 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
7325
7326 * select.el (x-get-selection): Fix typo.
7327
7328 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
7331 (describe-char): Use `looking-at-p', `string-match-p' when possible.
7332
7333 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * tar-mode.el (tar-header-block-summarize): Ensure one space around
7336 user&group.
7337
7338 2008-05-31 John Paul Wallington <jpw@pobox.com>
7339
7340 * help-fns.el (describe-variable-custom-version-info):
7341 Handle dotted `package-version' info.
7342
7343 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
7344
7345 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
7346
7347 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
7348
7349 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7350 names and improve support for unregistered files.
7351
7352 2008-05-31 Glenn Morris <rgm@gnu.org>
7353
7354 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7355 Remove shell variable `elc'. Split tests to hopefully be more portable.
7356 Fix `sel' assignment.
7357
7358 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
7359
7360 * minibuffer.el (completion-table-dynamic): Doc fix.
7361
7362 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7365 Try and return `unregistered' when applicable.
7366
7367 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7368 Don't encourage naming variables with "-flag".
7369
7370 2008-05-30 Glenn Morris <rgm@gnu.org>
7371
7372 * Makefile.in (update-elclist): Hide the warning when it does not apply,
7373 make it milder when it does.
7374 (autogen-clean): New target.
7375 (maintainer-clean): Use autogen-clean.
7376
7377 * calendar/diary-lib.el (diary-display-function): New name for
7378 diary-display-hook. Keep old name as obsolete alias. Doc fix.
7379 Change custom type and version.
7380 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7381 (diary-fancy-display): Doc fixes.
7382 (diary-list-entries, diary-include-other-diary-files)
7383 (diary-mail-entries):
7384 Use diary-display-function rather than diary-display-hook.
7385
7386 * calendar/appt.el (appt-check): Use diary-display-function rather than
7387 diary-display-hook.
7388 * calendar/cal-x.el (calendar-dedicate-diary): Update for
7389 diary-display-function replacing diary-display-hook.
7390 * org/org-agenda.el (org-get-entries-from-diary): Also set
7391 diary-display-function.
7392
7393 * calendar/cal-html.el (cal-html-list-diary-entries):
7394 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7395 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7396 argument of diary-list-entries rather than setting diary-display-hook.
7397
7398 2008-05-30 Kenichi Handa <handa@m17n.org>
7399
7400 * international/mule-conf.el (utf-8-with-signature): Renamed from
7401 utf-8-sig.
7402 (utf-8-auto): Adjusted for the above change.
7403
7404 * international/mule-diag.el (describe-font): Don't check fontset
7405 here, and just call font-info. Get the default font by from the
7406 default face.
7407
7408 2008-05-29 Kenichi Handa <handa@m17n.org>
7409
7410 * international/mule-conf.el (utf-8-sig, utf-8-auto):
7411 New coding systems.
7412
7413 * international/mule.el (define-coding-system): Accept :bom for utf-8.
7414
7415 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
7416
7417 * international/utf-7.el (utf-7-encode): Use the right escape char
7418 depending on imap/nonimap encoding.
7419
7420 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7423
7424 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7425
7426 * icomplete.el (icomplete-prospects-height): Add :group.
7427
7428 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * icomplete.el (icomplete-prospects-length): Make obsolete.
7431 (icomplete-prospects-height): New var.
7432 (icomplete-completions): Use it.
7433
7434 2008-05-29 David Kastrup <dak@gnu.org>
7435
7436 * autoinsert.el (auto-insert): Add :link.
7437
7438 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * tar-mode.el (tar-header): New field `header-start'.
7441 (tar-header-block-tokenize): Set it when useful.
7442 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7443 (tar-header-data-end): New function.
7444 (tar-summarize-buffer): Use it.
7445 (tar-next-line): Fix goal column for long usernames.
7446 (tar-expunge-internal): Use header-start.
7447 (tar-rename-entry): Handle ustar-style long names.
7448 (tar-alter-one-field): Add optional `descriptor' argument.
7449 (tar-subfile-save-buffer): Use it.
7450
7451 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * tar-mode.el (tar-header): New field `header-start'.
7454 (tar-header-block-tokenize): Set header-start for longlink entries.
7455 (tar-expunge-internal): Use header-start to expunge longlink entries.
7456
7457 * files.el (hack-local-variables): Don't signal an error if the local
7458 variable section is not properly terminated.
7459
7460 * emacs-lisp/easymenu.el (easy-menu-convert-item)
7461 (easy-menu-convert-item-1): Move the duplicate-generation outside of
7462 the caching so it also works for identical entries.
7463
7464 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7465 (tar-mode): Use write-region-annotate-functions rather than
7466 write-contents-functions.
7467 (tar-extract): Remove unused var `pos'.
7468 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7469 (tar-mode-write-file): Remove.
7470 (tar-write-region-annotate): New function.
7471
7472 * progmodes/flymake.el (flymake-save-buffer-in-file):
7473 * shadowfile.el (shadow-copy-file):
7474 * arc-mode.el (archive-*-write-file-member):
7475 * files.el (diff-buffer-with-file):
7476 * subr.el (with-temp-file): Pass nil to write-region.
7477 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7478
7479 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7480 the custom.
7481
7482 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7483 to write-region.
7484
7485 2008-05-28 Glenn Morris <rgm@gnu.org>
7486
7487 * Makefile.in (update-elclist): Work around non-portability of "\"
7488 in various implementations of echo.
7489
7490 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * international/mule-diag.el (describe-current-coding-system):
7493 Don't assume selection-coding-system is always defined.
7494
7495 * tar-mode.el: Use defstruct and markers.
7496 (tar-setf): Remove.
7497 (tar-header): Use defstruct. Add `data-start' field.
7498 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7499 (tar-desc-data-start): Remove (now called tar-header-data-start).
7500 (tar-roundup-512): New fun.
7501 (tar-header-block-tokenize): Receive a buffer position rather than
7502 a string. Handle @longLink here, be more careful about it.
7503 Create a marker for data-start.
7504 (tar-summarize-buffer): Don't handle @LongLink here any more.
7505 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7506 data-start on the following entries any more.
7507 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7508
7509 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7510 (tar-header-offset): Remove.
7511 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7512 Not permanent any more.
7513 (tar-data-buffer): New var.
7514 (tar-data-swapped-p, tar-change-major-mode-hook)
7515 (tar-mode-kill-buffer-hook): New funs.
7516 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7517 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7518 (tar-clear-modification-flags, tar-alter-one-field)
7519 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7520 Change accordingly.
7521
7522 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7523
7524 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7525 (vc-dir-resynch-file): ... this. Update callers.
7526 Use vc-string-prefix-p. Ignore directory args.
7527 (vc-string-prefix-p): CSE.
7528 (vc-resynch-buffer): Restore conditional.
7529
7530 * vc-hooks.el (vc-after-save): Improve test.
7531 (vc-mode-line): Fix indentation.
7532
7533 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * calendar/parse-time.el (parse-time-months)
7536 (parse-time-weekdays): Add long-form month and day names.
7537
7538 2008-05-27 Glenn Morris <rgm@gnu.org>
7539
7540 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7541
7542 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * vc-dispatcher.el (vc-string-prefix-p): New function.
7545 (vc-dir-parent-marked-p): Use it.
7546
7547 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7548
7549 * vc.el (Problems): Remove fixed issues.
7550 (vc-expand-dirs): Avoid returning directories.
7551 (vc-dir): Fix C-x v v binding.
7552 (vc-make-backend-object): Fix name.
7553 (vc-dir-show-fileentry): Fix docstring.
7554 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7555 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7556 Reset the state for directories.
7557 (vc-dir-headers): Align labels.
7558 (vc-default-status-printer): Do no call prettify-state-info.
7559 (vc-deduce-fileset): Replace implementation with one based on a
7560 working older version.
7561 (vc-next-action): Use the new form of vc-deduce-fileset.
7562 Fix dealing with unregistered files.
7563
7564 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7565 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7566 (vc-dir-child-files): New function.
7567 (vc-dir-node-directory): New function.
7568 (vc-dir-update, vc-dir-parent-marked-p)
7569 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7570 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7571
7572 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7573
7574 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7577 (diff-font-lock-keywords, diff-context->unified)
7578 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7579 (diff-hunk-text, diff-find-source-location): Use it.
7580 (diff-post-command-hook): Let the user edit the hunk headers.
7581
7582 2008-05-26 Andreas Schwab <schwab@suse.de>
7583
7584 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7585 unknown state.
7586
7587 * tar-mode.el (tar-summarize-buffer): Comment fix.
7588
7589 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7592
7593 2008-05-26 Glenn Morris <rgm@gnu.org>
7594
7595 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7596
7597 2008-05-25 John Paul Wallington <jpw@pobox.com>
7598
7599 * proced.el (proced-next-line, proced-previous-line):
7600 Avoid calling `next-line' and `previous-line' from Lisp code.
7601
7602 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7603
7604 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7605 Use diary-ordinal-suffix.
7606
7607 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7608
7609 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7610 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7611 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7612 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7613 (edebug-print-length, edebug-print-level, edebug-print-circle)
7614 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7615 (edebug-global-break-condition, edebug-sit-for-seconds):
7616 Remove spurious * from defcustom docstrings.
7617 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7618 Improve argument/docstring consistency.
7619 (edebug-test-coverage, edebug-gensym, edebug-read)
7620 (edebug-top-level-nonstop, edebug-eval-result-list)
7621 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7622 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7623 (edebug-display-freq-count): Reflow docstrings.
7624 (edebug-restore-status): Doc fix.
7625
7626 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * proced.el (proced-header-line): Use the :align-to 0 feature
7629 rather than computing the corresponding position manually.
7630 (proced-update): Don't hardcode point-min==1.
7631
7632 2008-05-24 Alan Mackenzie <acm@muc.de>
7633
7634 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7635 if c-file-style is set to a non-string.
7636
7637 (c-neutralize-CPP-line): Surround by `save-excursion'.
7638 (c-neutralize-syntax-in-CPP): Optimize for speed.
7639
7640 2008-05-24 Glenn Morris <rgm@gnu.org>
7641
7642 * Makefile.in (update-elclist): New target, to update ELCFILES.
7643 (bootstrap-after): Run update-elclist.
7644
7645 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7646
7647 * icalendar.el (icalendar-version): Increase to "0.19".
7648 (icalendar--date-style): New function.
7649 (icalendar--datetime-to-diary-date): Doc fix.
7650 Use icalendar--date-style.
7651 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7652 (icalendar--convert-yearly-to-ical)
7653 (icalendar--convert-recurring-to-diary): Handle iso date style,
7654 use icalendar-date-style.
7655
7656 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7657
7658 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7659 vc-dir buffers are updated.
7660
7661 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7664
7665 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7666
7667 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7668 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7669 (reftex-extra-bindings): Use it.
7670
7671 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7672 away from the user-reserved keys.
7673
7674 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7675 New vars.
7676 (ada-create-keymap): Use them.
7677
7678 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7681 a properly-grouped regexp.
7682
7683 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * progmodes/cap-words.el (capitalized-words-mode):
7686 Fix typos in docstring.
7687
7688 2008-05-23 Kenichi Handa <handa@m17n.org>
7689
7690 * international/mule-conf.el: Don't define the charset `emacs'
7691 here, just put :docstring, :short-name, and :long-name.
7692
7693 2008-05-22 Kenichi Handa <handa@m17n.org>
7694
7695 * international/mule-diag.el (font-show-log): Limit each listing
7696 to 20 items.
7697
7698 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7699
7700 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7701 (gdb-annotation-rules): New entry for "thread-changed".
7702 (gdb-thread-changed): New function.
7703
7704 2008-05-23 Glenn Morris <rgm@gnu.org>
7705
7706 * Makefile.in (SOURCES): Remove, unused.
7707 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7708 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7709 Exclude more '*loaddefs' files.
7710 (compile-always): Simplify '.elc' deletion.
7711
7712 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7715 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7716
7717 * minibuffer.el (completion-boundaries): Change calling
7718 convention, so `string' has the same semantics as in
7719 try-completion and all-completions.
7720 (completion-table-with-context, completion--embedded-envvar-table)
7721 (completion--file-name-table)
7722 (completion-pcm--find-all-completions): Adjust code accordingly.
7723
7724 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7725
7726 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7727 prune image-mode-winprops-alist, preventing it from growing
7728 indefinitely.
7729 (image-mode-reapply-winprops): Use it.
7730
7731 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7732
7733 * net/netrc.el (netrc-machine): Always match if the port is not given.
7734
7735 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * minibuffer.el (completion-pcm--find-all-completions):
7738 Don't add pseudo-completions.
7739
7740 * icomplete.el (icomplete-eoinput): Remove.
7741 (icomplete-overlay): New var to replace it.
7742 (icomplete-tidy): Rewrite.
7743 (icomplete-exhibit): Use an overlay.
7744 (icomplete-completions): Use completion-all-sorted-completions.
7745 Obey completion-ignore-case.
7746
7747 * files.el (locate-dominating-file): Accept non-existing argument.
7748 (project-find-settings-file): Rewrite, using locate-dominating-file.
7749
7750 2008-05-22 Kenichi Handa <handa@m17n.org>
7751
7752 * faces.el (font-weight-table, font-slant-table, font-width-table):
7753 Delete them. Don't call internal-set-font-style-table.
7754
7755 * international/mule-diag.el (font-show-log): New function.
7756
7757 * international/fontset.el (script-representative-chars): Add more
7758 chars for latin. Add data for symbol.
7759 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7760
7761 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * minibuffer.el (completion-all-sorted-completions): New var.
7764 (completion--flush-all-sorted-completions)
7765 (completion-all-sorted-completions): New functions.
7766 (minibuffer-force-complete): New command.
7767
7768 2008-05-21 Glenn Morris <rgm@gnu.org>
7769
7770 * files.el (c-postprocess-file-styles): Declare for compiler.
7771
7772 * Makefile.in: Allow for parallel byte-compiling.
7773 (ELCFILES): New variable.
7774 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7775 (compile-first, compile-main, compile-last): New targets.
7776 (compile-always): Simplify - delete .elc files, then `make compile'.
7777
7778 * Makefile.in (compile-calc): Use glob rather than find.
7779 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7780
7781 * eshell/esh-module.el: No need for cl when compiling.
7782
7783 * eshell/eshell.el (eshell-defgroup): New alias.
7784 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7785 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7786 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7787 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7788 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7789 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7790 Autoload the custom group. Set generated-autoload-file.
7791 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7792 for eshell-defgroup.
7793 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7794 Require esh-groups rather than loading it.
7795
7796 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7797
7798 * proced.el (proced-header-line): New variable and new function.
7799 (proced-mode): Set header-line-format.
7800 (proced-update): Set proced-header-line.
7801 (proced-send-signal): Use proced-header-line.
7802
7803 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * macros.el (insert-kbd-macro): Use prin1-char.
7806
7807 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * minibuffer.el (completion-boundaries): New function.
7810 (completion--some): Delay errors.
7811 (complete-with-action, completion-table-with-context):
7812 Handle `boundaries' case.
7813 (completion--try-word-completion): Avoid partial-completion
7814 when the user hasn't entered anything yet.
7815 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7816 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7817 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7818 Setup default keybindings.
7819 (completion--embedded-envvar-re): New var.
7820 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7821 (completion--file-name-table): Handle `boundaries' case.
7822 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7823 (completion-pcm--all-completions): Add a `prefix' arg.
7824 (completion-pcm--find-all-completions): New function.
7825 (completion-pcm-all-completions, completion-pcm-try-completion):
7826 Use it.
7827
7828 * icomplete.el (icomplete-completions): Don't use `predicate' with
7829 a table of a different type than `candidates'.
7830
7831 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7832
7833 * proced.el (proced-goal-column): Rename from proced-procname-column.
7834 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7835 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7836 (proced-header-face, proced-header-regexp): Remove.
7837 (proced-font-lock-keywords): Remove proced-header-face.
7838 (proced-header-alist, proced-sorting-schemes-re): New variables.
7839 (proced): Rename Proced buffer to *Proced*.
7840 (proced-next-line, proced-previous-line): New commands.
7841 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7842 (proced-hide-processes): Do not treat first line as special.
7843 (proced-header-space): New function.
7844 (proced-update): Use header-line-format.
7845 Initialize proced-header-alist and proced-sorting-schemes-re.
7846 Set proced-goal-column. Include proced-command in mode-name.
7847 (proced-send-signal): Use header-line-format for *Marked
7848 Processes* buffer.
7849 (proced-sort): Restrict minibuffer completion to applicable
7850 sorting schemes.
7851 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7852
7853 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * icomplete.el (icomplete-simple-completing-p):
7856 Allow icomplete-with-completion-tables to say "use it everywhere".
7857 (icomplete-completions): Obey completion-styles. Try to accommodate
7858 partial-completion style.
7859
7860 2008-05-20 Michael Olson <mwolson@gnu.org>
7861
7862 * files.el (project-find-settings-file): Change concat to
7863 expand-file-name.
7864
7865 2008-05-19 Tom Tromey <tromey@redhat.com>
7866
7867 * files.el (normal-mode): Call hack-project-variables.
7868 (hack-local-variables-confirm): Add 'project' argument.
7869 (hack-local-variables-apply): New function.
7870 (hack-local-variables): Use it.
7871 (project-class-alist, project-directory-alist): New variables.
7872 (project-get-alist): New function.
7873 (project-collect-bindings-from-alist)
7874 (project-collect-binding-list, set-directory-project)
7875 (project-find-settings-file, project-define-from-project-file)
7876 (hack-project-variables): New functions.
7877
7878 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7881
7882 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * faces.el (font-weight-table): Fix typo in docstring.
7885
7886 2008-05-18 David Hull <david@snap.com> (tiny change)
7887
7888 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7889 (vc-hg-annotate-command): Allow white space before version number.
7890
7891 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7892
7893 * calc/calc-yank.el (calc-register-alist): New variable.
7894 (calc-set-register, calc-get-register, calc-copy-to-register)
7895 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7896 (calc-prepend-to-register): New functions.
7897
7898 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7899 `calc-copy-to-register' and `calc-insert-register'.
7900 Autoload new register functions.
7901
7902 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7903 functions.
7904
7905 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7906
7907 * vc.el (Todo): Add known problems.
7908 (vc-dir-backend): New variable.
7909 (vc-dir): Set it.
7910 (vc-make-backend-object, vc-generic-status-printer)
7911 (vc-generic-state, vc-generic-status-fileinfo-extra)
7912 (vc-dir-extra-menu): Use it.
7913 (vc-generic-dir-headers): Remove, unused.
7914
7915 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7916 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7917 (vc-dir-mode-map): Fix bindings.
7918
7919 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7920
7921 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7922
7923 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7924 operated on.
7925 (calc-kill-region): Kill entire lines.
7926
7927 2008-05-17 Glenn Morris <rgm@gnu.org>
7928
7929 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7930 simplify initial value.
7931 (defezimage): Drop support for Emacs without defimage, use a featurep
7932 test rather than fboundp when defining, drop with-no-warnings.
7933 (ezimage-insert-over-text): Move featurep test inside
7934 add-text-properties.
7935
7936 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7937
7938 * net/tramp.el (top-level): Load auth-source when compiling.
7939
7940 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7941
7942 2008-05-17 Andreas Schwab <schwab@suse.de>
7943
7944 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7945
7946 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7947
7948 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7949 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7950
7951 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7952
7953 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7954
7955 2008-05-17 Jim Meyering <meyering@redhat.com>
7956
7957 * ido.el (ido-save-history): Do not emit a trailing newline at the
7958 end of the ido history file.
7959
7960 2008-05-16 John Paul Wallington <jpw@pobox.com>
7961
7962 * vc-dispatcher.el (top-level): Revert previous change: require cl
7963 when compiling.
7964
7965 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7966
7967 * vc.el (vc-default-status-printer)
7968 (vc-default-prettify-state-info): Enhance the state prettyprinter
7969 to deal better with unknown states and indirect through it when
7970 painting vc-dir buffers.
7971
7972 2008-05-16 John Paul Wallington <jpw@pobox.com>
7973
7974 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7975 (vc-dir-mode-map): Fix backquote.
7976 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7977
7978 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7979
7980 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7981 Reported by Glenn Morris <rgm@gnu.org>.
7982
7983 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7984
7985 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7986 the end of the file, it was good work at one time but has been
7987 stale since 1995 and may now be actively misleading.
7988 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7989 CVS repository and module (assumptions for the latter a bit iffy).
7990 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7991 SVN repository.
7992
7993 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * vc-rcs.el (vc-rcs-create-tag):
7996 * vc-sccs.el (vc-sccs-create-tag):
7997 Fix typo in error message and pass backend arg.
7998
7999 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8002
8003 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
8004
8005 * net/tramp.el: Load auth-source library.
8006 (tramp-read-passwd): Use it for password, not login.
8007
8008 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
8009
8010 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8011 (ses-print-cell): Use string-width, truncate-string-to-width,
8012 delete-region rather than length, substring, delete-char.
8013 (ses-setup): Set inhibit-point-motion-hooks to t.
8014 Calculate position by actually moving point rather than just using
8015 unibyte character length.
8016 (ses-mode): Set indent-tabs-mode to nil.
8017 (ses-center): Use string-width rather than length.
8018
8019 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
8020
8021 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8022 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8023 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8024 vc-*-create-tag and vc-*-retrieve-tag respectively.
8025
8026 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8027 unneeded defalias.
8028
8029 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8030
8031 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8032 about buffer names.
8033
8034 2008-05-15 Glenn Morris <rgm@gnu.org>
8035
8036 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8037
8038 * org/org-exp.el (org-infojs-options-inbuffer-template):
8039 Fix declaration.
8040
8041 * progmodes/cc-mode.el (declare-function): Add compat definition.
8042 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8043
8044 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8045
8046 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8047 list to a cons so the caller can get back both expanded and
8048 unexpanded filesets.
8049 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8050 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8051 Change handling of selection-set returns as required.
8052
8053 2008-05-15 John Paul Wallington <jpw@pobox.com>
8054
8055 * add-log.el (top-level): Don't require cl when compiling.
8056
8057 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8058 (archive-*-extract): Use `zerop'.
8059 (archive-*-write-file-member): Use `or', use `zerop'.
8060
8061 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8062
8063 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8064 (ibuffer-mark-interactive, ibuffer-set-mark)
8065 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8066 (ibuffer-map-lines, ibuffer-switch-format)
8067 (ibuffer-update-title-and-summary)
8068 (ibuffer-redisplay-engine): Use it.
8069
8070 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8071 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8072 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8073 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8074 (ibuffer-mark-read-only-buffers)
8075 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8076
8077 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8078 (define-ibuffer-column, define-ibuffer-sorter)
8079 (define-ibuffer-op, define-ibuffer-filter): Add declarations
8080 containing indentation specs, replacing equivalent top-level
8081 forms that set `lisp-indent-function' properties.
8082 (define-ibuffer-op): Use `derived-mode-p'.
8083 (define-ibuffer-filter): Remove redundant `concat' call.
8084
8085 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
8086
8087 * net/tramp.el (tramp-echo-mark): Update docstring.
8088 (tramp-echo-mark-marker): New defconst.
8089 (tramp-check-for-regexp): Use it.
8090
8091 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8092
8093 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8094 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8095 as parent.
8096
8097 2008-05-14 John Paul Wallington <jpw@pobox.com>
8098
8099 * international/mule.el (convert-define-charset-argument):
8100 Remove period from end of error message.
8101 (coding-system-mnemonic): Doc fix.
8102 (ctext-pre-write-conversion): Doc fix.
8103
8104 2008-05-14 Simon Marshall <simon@gnu.org>
8105
8106 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8107 from its default value and give it the risky-local-variable
8108 property (CVE-2008-2142).
8109
8110 2008-05-14 Kenichi Handa <handa@m17n.org>
8111
8112 * language/korean.el ("Korean"): Set `iso639-language'
8113 property to `ko'.
8114
8115 * language/japanese.el ("Japanese"): Set `iso639-language'
8116 property to `ja'.
8117
8118 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8119 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8120 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8121
8122 * international/mule-cmds.el (set-language-environment):
8123 Set current-iso639-language.
8124
8125 * international/fontset.el (setup-default-fontset): For kana, han,
8126 hangul, and cjk-misc, move an entry with font-spec at the end.
8127 (generate-fontset-menu): Exclude fontset-auto* from the list.
8128
8129 * composite.el (compose-chars-after): Assume that WINDOW is always
8130 non-nil.
8131
8132 * faces.el (font-weight-table, font-slant-table)
8133 (font-swidth-table): Declare them by defconst. Change the format
8134 of elements. Call internal-set-font-style-table after their
8135 declaration.
8136 (face-valid-attribute-values): Call font-family-list. Get values
8137 for width, weight, and slant from font-xxx-table.
8138
8139 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8140
8141 2008-05-13 John Paul Wallington <jpw@pobox.com>
8142
8143 * ibuffer.el (ibuffer-buffer-file-name): New function.
8144 (define-ibuffer-column filename): Use it.
8145
8146 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8147
8148 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8149
8150 * talk.el (talk): Simplify. Pass display arg to talk-add-display
8151 as a string.
8152 (talk-add-display): Simplify. Accept only string args.
8153
8154 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
8155
8156 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8157
8158 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * Makefile.in (bootstrap-prepare): Don't chmod files.
8161 (autoloads): Do it here instead, where it's actually needed.
8162
8163 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * tool-bar.el (tool-bar-make-keymap): Account for the optional
8166 KEY-BINDING-DATA field in menu-item list.
8167
8168 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * dired.el (dired-read-dir-and-switches): Move things about to use less
8171 recursion during macroexpansion.
8172
8173 * dired.el (dired-read-dir-and-switches): Use read-file-name.
8174
8175 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8176 completion-ignored-extension directories if there's something else.
8177 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8178 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8179 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8180 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8181 buffer-read-only -> inhibit-read-only.
8182
8183 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
8184
8185 * vc.el (vc-expand-dirs): Stop this function from tossing out
8186 explicitly specified files.
8187
8188 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8191 to `insert'.
8192
8193 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8194
8195 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8196 cons. Use vc-annotate-backend.
8197 (with-vc-file, edit-vc-file): Remove unused macros.
8198
8199 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
8200
8201 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8202 (smtpmail-try-auth-methods): Use it.
8203
8204 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8207 (setf (nthcdr ..) ..) doesn't require CL at runtime.
8208
8209 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
8210
8211 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8212
8213 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8216 (vc-bzr-revision-completion-table): Use process-file.
8217 (vc-bzr-working-revision): Pass relative file names.
8218
8219 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8220
8221 2008-05-11 Juri Linkov <juri@jurta.org>
8222
8223 * wid-edit.el (widget-image-directory): Change default image data
8224 subdirectory from "custom" to "images/custom".
8225
8226 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8227 before recursive call to `Info-next-preorder' to not add
8228 intermediate nodes to the history.
8229
8230 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8231
8232 * emulation/cua-base.el: Put isearch-scroll property
8233 on cua-scroll-up and cua-scroll-down.
8234
8235 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
8236
8237 * vc-hooks.el (vc-recompute-state): Remove (dead code).
8238
8239 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8240
8241 * vc-dispatcher.el (ewoc): Require.
8242 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8243
8244 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8245
8246 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
8247
8248 * term/w32-win.el (x-colors):
8249 * term/mac-win.el (x-colors):
8250 * term/x-win.el (x-colors): Re-order colors.
8251
8252 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
8253
8254 * smerge-mode.el (smerge-command-prefix): Fix custom type.
8255
8256 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
8257
8258 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8259 New functions implementing motion to next and previous directory.
8260
8261 * vc-arch.el (vc-arch-command):
8262 * vc-bzr.el (vc-bzr-command):
8263 * vc-cvs.el (vc-cvs-command):
8264 * vc-dispatcher.el (vc-do-command):
8265 * vc-git.el (vc-git-command):
8266 * vc-hg.el (vc-hg-command):
8267 * vc-mcvs.el (vc-mvcs-command):
8268 * vc-mtn.el (vc-mtn-command):
8269 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8270 (vc-sccs-workfile-unchanged-p):
8271 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8272 * vc-rcs.el (all methods): Remove assumption about what a nil
8273 argument to vc-do-command means. This means no buffer name needs
8274 to be hardcoded into the dispatcher layer, and it's better to be
8275 explicit anyway.
8276
8277 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8278
8279 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8280
8281 * vc.el: Update todo.
8282
8283 * vc-sccs.el (vc-sccs-dir-status):
8284 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8285 backends and returning up to date files.
8286
8287 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8288
8289 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8290
8291 * vc.el (vc-dir):
8292 * vc-hooks.el: Tweak the VC directory bindings. These are now
8293 documented in the manual.
8294
8295 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8296 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8297 (vc-dispatcher-selection-set): Allow callers to pass in an
8298 observer flag that says no buffer sync is required.
8299 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8300 Use the observer flag.
8301
8302 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
8303
8304 * simple.el (start-file-process): Clarify docstring.
8305
8306 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8307
8308 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8309 Remove stub implementations of, and references to, wash-log.
8310 * vc-rcs.el (vc-rcs-comment-history):
8311 * vc-cvs.el (vc-cvs-comment-history):
8312 Inline the code that used to be wash-log.
8313
8314 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8315 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8316 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8317 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8318 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8319 (vc-rcs-print-log): Grok directories.
8320
8321 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * vc.el (vc-mark-resolved): Add `backend' argument.
8324 (vc-next-action): Pass it the backend.
8325 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8326 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8327 (vc-default-comment-history, vc-default-create-snapshot)
8328 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8329 (vc-annotate-revision-previous-to-line)
8330 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8331 * vc-svn.el (vc-svn-checkout):
8332 * vc-mcvs.el (vc-mcvs-checkout):
8333 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8334 (vc-working-revision, vc-before-save, vc-mode-line):
8335 Prefer vc-call-backend to vc-call so as not to recompute the backend.
8336
8337 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8338 state to be consistent since it's often an unwarranted restriction.
8339 Don't return the state either.
8340 (vc-next-action): Check that the state is consistent.
8341 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8342 (vc-rollback, vc-update): Adapt to new return value of
8343 vc-deduce-fileset.
8344
8345 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8346 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8347 (vc-dispatcher-in-fileset-p): New fun.
8348 (vc-dispatcher-selection-set): Use it to properly handle directories.
8349
8350 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
8351
8352 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8353 (vc-update): Remove unused let bindings.
8354
8355 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8356
8357 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8358 (vc-diff, vc-revert, vc-rollback, vc-update):
8359 * vc-dispatcher.el (vc-dispatcher-selection-set):
8360 Get rid of 4 special cases in fileset selection. This involved
8361 changing the return value of (vc-deduce-fileset) so that it passes
8362 back a deduced state as well as a deduced back end.
8363
8364 2008-05-08 Sam Steingold <sds@gnu.org>
8365
8366 * progmodes/compile.el (compilation-minor-mode-map)
8367 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8368 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8369 it to `compilation-minor-mode-map' (instead of an explicit `cons').
8370
8371 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * org/org.el (org-modules, org-format-latex-options):
8374 * org/org-archive.el (org-archive-stamp-time)
8375 (org-archive-save-context-info):
8376 * org/org-faces.el (org-hide):
8377 * org/org-irc.el (org-irc-parse-link):
8378 * org/org-macs.el (org-call-with-arg, org-autoload):
8379 * org/org-mew.el (org-mew-store-link):
8380 * org/org-remember.el (org-remember-store-without-prompt)
8381 (org-remember-templates): Fix typos in docstrings.
8382
8383 * org/org-info.el (org-info-store-link): Remove leftover docstring.
8384
8385 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8386 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8387 (org-bbdb-anniv-split): Fix typos in docstrings.
8388
8389 * org/org-publish.el (org-publish-project-alist): Doc fixes.
8390 (org-publish-use-timestamps-flag): Reflow docstring.
8391 (org-publish-files-alist): Fix typos in docstring.
8392
8393 2008-05-07 Sam Steingold <sds@gnu.org>
8394
8395 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8396 appears to be too aggressive with window removal.
8397
8398 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
8399
8400 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8401 Add leda and 0in as pragma keywords.
8402 (verilog-pretty-expr): Support lining up assignments which include
8403 part selects.
8404 (verilog-mode): More portable check for the availability of
8405 hideshow support.
8406 (verilog-do-indent): Remove special indent for declarations inside
8407 a parenthetical list. The code is ill-advised, and doesn't work
8408 given the new user defined types.
8409 (verilog-set-auto-endcomments): Enhance function automatic
8410 endcomment to support functions that return user defined types.
8411 (verilog-mode): Add code to tell which-function-mode minor mode
8412 that Verilog supports this feature.
8413
8414 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8415
8416 * epa-file.el: Require epa-hook.
8417
8418 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8419
8420 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8421 file-names clashes on 8+3 filesystems. Provide epa-hook.
8422
8423 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8424 file-names clashes on 8+3 filesystems.
8425
8426 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
8427
8428 * org/org.el (org-read-date-get-relative): Interpret lone
8429 weekday abbreviation as relative to today.
8430
8431 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8432
8433 * abbrev.el (define-abbrev-table):
8434 * composite.el (toggle-auto-composition):
8435 * json.el (json-alist-p, json-plist-p):
8436 * minibuffer.el (completion-table-with-predicate):
8437 * ps-mule.el (ps-mule-external-libraries):
8438 * emacs-lisp/advice.el (ad-special-form-p):
8439 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8440 * eshell/em-smart.el (eshell-review-quick-commands):
8441 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8442 (python-skip-out, python-check-comint-prompt):
8443 Don't use `iff' in docstrings.
8444
8445 * international/robin.el (robin-package-alist): Fix typo in docstring.
8446 (robin-current-package-name): Doc fix.
8447 (robin-activate): Don't use `iff' in docstring.
8448
8449 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
8450
8451 * vc.el, vc-dispatcher.el: VC-Dired support removed.
8452 The code uses a ewoc-based implementation now.
8453 * vc-hooks.el: Support for Meta-CVS has been removed.
8454
8455 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * tool-bar.el: Choose images dynamically.
8458 (tool-bar-make-keymap, tool-bar-find-image): New function.
8459 (tool-bar-find-image-cache): New var.
8460 (tool-bar-local-item, tool-bar-local-item-from-menu):
8461 Don't select the image yet, do it later in tool-bar-make-keymap.
8462
8463 2008-05-07 Andreas Schwab <schwab@suse.de>
8464
8465 * window.el: Require 'cl when compiling.
8466
8467 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8468
8469 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8470
8471 2008-05-07 Glenn Morris <rgm@gnu.org>
8472
8473 * subr.el (ignore-errors): Move here from cl-macs.el.
8474 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8475
8476 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8477 oddness.
8478
8479 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8480
8481 * vc-hooks.el (vc-find-file-hook):
8482 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8483 further from vc.el.
8484 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8485
8486 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8487
8488 * progmodes/verilog-mode.el (verilog-getopt-file):
8489 Cleanup warning message format.
8490 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8491 (verilog-auto-inout, verilog-auto-inout-module)
8492 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8493 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8494 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8495 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8496 (verilog-auto-unused, verilog-auto-wire)
8497 (verilog-decls-get-assigns, verilog-decls-get-consts)
8498 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8499 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8500 (verilog-decls-get-ports, verilog-decls-get-regs)
8501 (verilog-decls-get-signals, verilog-decls-get-wires)
8502 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8503 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8504 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8505 (verilog-inject-sense, verilog-library-filenames)
8506 (verilog-mode-release-date, verilog-mode-version)
8507 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8508 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8509 (verilog-modi-get-assigns, verilog-modi-get-consts)
8510 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8511 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8512 (verilog-modi-get-ports, verilog-modi-get-regs)
8513 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8514 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8515 (verilog-modi-get-wires, verilog-preserve-cache)
8516 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8517 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8518 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8519 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8520 Add caching of additional state, and rework signal extraction
8521 routines to improve AUTO expansion performance by 300%++.
8522
8523 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8526 Tweak Open Watcom regexp to distinguish between errors and warnings.
8527
8528 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * dired.el (dired-read-dir-and-switches): Fix up last change.
8531
8532 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8533
8534 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8535 out of this function, move it to vc-dispatcher-selection-set.
8536
8537 2008-05-05 Sam Steingold <sds@gnu.org>
8538
8539 * window.el (delete-other-windows-vertically): New function.
8540
8541 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8542
8543 * dired.el (dired-read-dir-and-switches):
8544 Obey read-file-name-completion-ignore-case.
8545
8546 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8547
8548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8549 Add regexp for Open Watcom compiler output.
8550
8551 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8552
8553 * progmodes/python.el (python-block-pairs): Align finally with except.
8554
8555 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8558
8559 2008-05-05 Tom Tromey <tromey@redhat.com>
8560
8561 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8562 looking at conflict marker.
8563
8564 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8567 client-mode -> vc-client-object, and guess `funcall' was meant.
8568 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8569
8570 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8571
8572 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8573 (dbus-debug): Move declarations outside eval-when-compile.
8574
8575 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8576
8577 * proced.el (proced-command-alist): Fix system-type values.
8578 Fix defcustom.
8579 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8580 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8581 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8582 (proced-update): Use proced-sorting-scheme. Update modeline.
8583 (proced-send-signal): Use nreverse.
8584 (proced-sorting-scheme-p): New function.
8585
8586 2008-05-04 Andreas Schwab <schwab@suse.de>
8587
8588 * vc.el: Require dired when compiling.
8589
8590 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8591
8592 2008-05-03 Glenn Morris <rgm@gnu.org>
8593
8594 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8595 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8596 Simplify compilation requirements.
8597 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8598 declarations.
8599
8600 2008-05-03 Dave Love <fx@gnu.org>
8601
8602 * progmodes/python.el (python-beginning-of-statement):
8603 Loop at least once (fixes 2008-02-21 change).
8604
8605 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8606
8607 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8608 instead of `length' for comparing length of user and group names.
8609
8610 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8611
8612 * vc-dispatcher.el: New file, separates out the UI and command
8613 execution machinery from VCS-specific logic left in vc.el.
8614 The separation is not yet completely clean, but it's a good start.
8615 * vc.el: This file is about 1700 lines shorter now.
8616 Remove obsolete logentry-check from the backend API.
8617 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8618 implementation of the logentry-check method, and it guarded against
8619 a log length limit that has probably been obsolete for 15 years (!).
8620
8621 2008-05-02 Sam Steingold <sds@gnu.org>
8622
8623 * progmodes/compile.el (compilation-start): Move setting of
8624 compilation-directory after (funcall mode) as that resets local
8625 variables, this fixes recompile in grep buffers.
8626 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8627 in dired &c).
8628
8629 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8630
8631 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8632 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8633 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8634 has one of these and that all are called in compatible ways.
8635 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8636 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8637 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8638 backend has one of these.
8639
8640 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8643 initialization into define-abbrev-table. Use :regexp.
8644 (octave-mode-syntax-table): Don't set word syntax for `.
8645
8646 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8647 than only value.
8648
8649 * dired.el (dired-read-dir-and-switches):
8650 Set minibuffer-completing-file-name and call substitute-in-file-name.
8651 (dired-format-columns-of-files): Use completion--insert-strings.
8652
8653 * minibuffer.el (completion-hilit-commonality): Revert last change:
8654 the leftover code was actually useful.
8655 (completion--insert-strings): Use string-width rather than length.
8656
8657 2008-05-02 Sam Steingold <sds@gnu.org>
8658
8659 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8660 (vc-at-event): New macro: run the body at the even location.
8661 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8662 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8663 * subr.el (mouse-event-p): Check if the event is mouse-related.
8664
8665 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8666
8667 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8668 Don't throw error if no file is found.
8669
8670 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8671
8672 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8673 (vc-default-state-heuristic): Doc fix.
8674
8675 2008-05-02 Richard Sharman <rsharman@pobox.com>
8676
8677 * hilit-chg.el (highlight-changes-mode): Remove references to
8678 hooks that no longer exist. Because define-minor-mode is used the
8679 hook highlight-changes-mode-hook exists and can do what both the
8680 old hooks used to do. The documentation at the top of the file
8681 was updated to demonstrate this.
8682 (highlight-changes-mode): Remove commented out call to a hook
8683 function that is no longer there.
8684 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8685
8686 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8687
8688 * vc.el (vc-default-dired-state-info): Change name of primitive
8689 to prettify-state-info, in preparation for ripping out dired mode.
8690 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8691 to prettify-state-info, in preparation for ripping out dired mode.
8692 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8693 tries this on a version-controlled buffer. It will do useless or
8694 actively bad things on any version control system newer than RCS.
8695 * vc-hooks.el (vc-dired-resynch-file):
8696 * vc.el (vc-dired-resynch-file): Change name of primitive to
8697 vc-directory-resynch-file, preparing to remove dired.
8698
8699 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8700
8701 * vc-rcs.el (vc-rcs-state): Fix typos.
8702
8703 * vc.el (vc-register): Change argument order so that the prefix
8704 argument is assigned correctly.
8705 (vc-next-action, vc-dir-register): Update for the above change.
8706
8707 2008-05-01 Juri Linkov <juri@jurta.org>
8708
8709 * replace.el (occur-read-primary-args): Set default to the car of
8710 regexp-history and display it in the prompt, but don't add to the
8711 list of minibuffer defaults. Bind history-add-new-input to nil to
8712 not add automatically `default'. For empty input return `default'.
8713 Otherwise, add `input' to regexp-history and return it.
8714 (occur-1): Signal an error for the empty regexp.
8715
8716 * progmodes/compile.el (compilation-auto-jump):
8717 Set window point to `pos' explicitly.
8718
8719 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8720
8721 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8722 when appropriate.
8723 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8724 we report the 'unregistered state reliably.
8725 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8726 we report the 'unregistered state reliably.
8727 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8728 we report the 'unregistered state reliably.
8729 * vc-hooks.el (vc-state): Document that vc-unregistered is
8730 now expected to be returned reliably.
8731 * vc.el (vc-default-dired-state): Change needs-patch state to
8732 needs-update, since the name now shows up in dir-status listings
8733 and was somewhat misleading.
8734 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8735 immediately after removing the file.
8736 * vc.el (vc-next-action): More informative messages when a fileset
8737 is in a mixed state or files are missing.
8738
8739 2008-05-01 Sam Steingold <sds@gnu.org>
8740
8741 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8742
8743 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8746
8747 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8748
8749 * epa-file-hook.el: New file split from epa-file.el.
8750 * epa-file.el: Require 'epa-file-hook.
8751 (epa-file-handler): Add autoload cookie.
8752 * loadup.el: Load epa-file-hook.
8753 * startup.el (command-line): Eval the body of auto-encryption-mode.
8754
8755 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8756
8757 * vc.el (vc-dir-mode-map): Don't bind "r".
8758
8759 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8760 (vc-hg-status-printer): New function.
8761 (vc-hg-after-dir-status): Deal with copied and renamed files.
8762 (vc-hg-dir-status): Add flag to show copied files.
8763
8764 2008-05-01 John Paul Wallington <jpw@pobox.com>
8765
8766 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8767 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8768 sorting mode was recency.
8769
8770 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8771 reverse sorting order if last sorting mode was the sorter's.
8772
8773 2008-05-01 Jason Rumney <jasonr@gnu.org>
8774
8775 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8776
8777 2008-04-30 John Paul Wallington <jpw@pobox.com>
8778
8779 * ibuffer.el (define-ibuffer-column filename): When the major mode
8780 is `vc-dir-mode' show the buffer's default directory.
8781
8782 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8783 major mode is `vc-dir-mode' use the buffer's default directory.
8784
8785 2008-04-30 Sam Steingold <sds@gnu.org>
8786
8787 * vc.el (vc-dir-delete-file): Add.
8788 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8789 (vc-delete-file): Do not barf when the file has been already deleted.
8790
8791 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8792
8793 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8794
8795 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * progmodes/octave-mod.el (octave-help): New function.
8798 * progmodes/octave-hlp.el: Delete.
8799 * info-look.el (octave-mode): Add operator index.
8800
8801 * vc.el (vc-checkout): Typo.
8802
8803 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8804
8805 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8806 Add "..." in the appropriate places.
8807
8808 * epa.el (epa-key-list-mode-map): Add more menu entries.
8809 Add "..." in the appropriate places.
8810
8811 * dired.el (dired-mode-map): Add :help.
8812
8813 * vc.el (vc-deduce-fileset): Add new parameter.
8814 (vc-dir-marked-only-files): New function.
8815 (vc-next-action): Don't ignore directories, look at the files
8816 inside them.
8817 (vc-dir-mode): Document how the mark/unmark commands work.
8818
8819 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8822 Rule out trailing spaces in file and directory names as well.
8823
8824 * minibuffer.el (completion--do-completion): Move point even if the
8825 completion makes no change.
8826 (completion-pcm-try-completion): Fix computation of new point.
8827
8828 2008-04-30 David Hansen <david.hansen@gmx.net>
8829
8830 * dired.el: Require 'cl.
8831
8832 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8833
8834 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8835 hollow if not in innermost frame.
8836
8837 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8838 Make `checkout-model' apply to filesets.
8839 * vc-hooks.el (vc-checkout-model): Rewrite.
8840 (vc-before-save, vc-after-save): Adjust callers accordingly.
8841 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8842 (vc-transfer-file): Adjust callers accordingly.
8843 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8844 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8845 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8846 instead of vc-checkout-model.
8847 * vc-mcvs.el (vc-mcvs-revert):
8848 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8849 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8850 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8851 * vc-svn.el (vc-svn-checkout-model):
8852 * vc-hg.el (vc-hg-checkout-model):
8853 * vc-git.el (vc-git-checkout-model):
8854 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8855
8856 * dired.el (dired-read-dir-and-switches): Replace last change with
8857 a new approach that mixes read-file-name and read-directory-name.
8858
8859 * files.el (read-buffer-to-switch):
8860 Avoid making assumptions about `other-buffer'.
8861
8862 2008-04-29 Sam Steingold <sds@gnu.org>
8863
8864 * vc.el (vc-dir-mode-hook): Add normal hook.
8865 (vc-dir-mode): Run it.
8866
8867 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8868
8869 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8870 Always split windows.
8871 (gdb-speedbar-timer-fn): Only raise frame after user input.
8872 (gdb-same-frame): Reverse initial value.
8873 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8874
8875 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8876 gdb-speedbar-timer-fn.
8877
8878 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8881
8882 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8883
8884 * epa.el (epa-key-list-mode-map): Add menu.
8885 (epa-delete-keys, epa-import-keys): Fix typo.
8886
8887 2008-04-29 Glenn Morris <rgm@gnu.org>
8888
8889 * find-cmd.el (top-level): Does not need cl when compiling.
8890
8891 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
8892
8893 * find-cmd.el: New file.
8894
8895 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8898 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8899 (completion-pcm--hilit-commonality): New function.
8900 (completion-pcm-all-completions): Use it.
8901
8902 * minibuffer.el (completion-common-substring): Mark obsolete.
8903 (completions-first-difference, completions-common-part):
8904 Move from simple.el.
8905 (completion-hilit-commonality): New fun.
8906 (display-completion-list, completion-emacs21-all-completions)
8907 (completion-emacs22-all-completions): Use it.
8908 * simple.el (completions-first-difference, completions-common-part):
8909 Move to minibuffer.el.
8910 (choose-completion-string): Use field functions and minibufferp.
8911 (completion-setup-function): Don't set completions faces.
8912
8913 2008-04-29 Glenn Morris <rgm@gnu.org>
8914
8915 * calendar/calendar.el (calendar-nth-named-absday)
8916 (calendar-nth-named-day):
8917 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8918 * calendar/holidays.el (holiday-float): Doc fixes.
8919
8920 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8921 the `full' case.
8922
8923 * org/org-agenda.el (calendar-iso-from-absolute):
8924 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8925 Fix declarations.
8926
8927 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8928
8929 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8930 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8931 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8932 (gdb-assembler-custom): Be careful not to match other addresses.
8933
8934 2008-04-29 Jason Rumney <jasonr@gnu.org>
8935
8936 * battery.el (battery-status-function): Use w32-battery-status
8937 on Windows.
8938 (battery-echo-area-format): Make apm format the general case.
8939 (battery-mode-line-format): Merge apm and pmset formats as the
8940 general case.
8941
8942 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8943
8944 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8945 Use gud-tool-bar-item-visible-no-fringe.
8946 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8947 is already visible in frame. Remove optional size parameter
8948 and add optional frame parameter.
8949
8950 * progmodes/gud.el (gud-display-line): Only consider visible
8951 frames when looking for source buffer.
8952
8953 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8956 argument to get-char-property, in case the current buffer hasn't
8957 been assigned to that window yet.
8958 (doc-view-display): Default to selected window if the current
8959 buffer hasn't been assigned to a window yet.
8960
8961 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8962
8963 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8964
8965 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8966
8967 * net/tramp.el (tramp-mode): New defcustom.
8968 (tramp-file-name-handler, tramp-completion-file-name-handler):
8969 Use it.
8970 (tramp-replace-environment-variables): Handle "$$".
8971
8972 2008-04-28 Sam Steingold <sds@gnu.org>
8973
8974 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8975
8976 2008-04-28 Bastien Guerry <bzg@altern.org>
8977
8978 * whitespace.el (whitespace-trailing): Fix typo.
8979
8980 2008-04-28 Sam Steingold <sds@gnu.org>
8981
8982 * textmodes/remember.el (diary-make-entry): Update the autoload.
8983
8984 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8987 all-completions.
8988
8989 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8992
8993 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8994
8995 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8996 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8997 (vc-dir-mark-file): Add an optional argument.
8998 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8999
9000 2008-04-27 Daiki Ueno <ueno@unixuser.org>
9001
9002 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9003 rather than obsolete alias find-file-hooks.
9004 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
9005 Use find-file-hook rather than obsolete alias find-file-hooks.
9006 Add to find-file-not-found-functions.
9007 (epa-file-handler): Put 'safe-magic and 'operations properties.
9008
9009 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9010 (epa-menu-items): Remove.
9011
9012 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9013 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9014 (epa-dired-mode, epa-global-dired-mode): Remove.
9015
9016 * dired.el (dired-mode-map): Bind encryption/decryption commands.
9017
9018 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9019
9020 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9021
9022 2008-04-27 Glenn Morris <rgm@gnu.org>
9023
9024 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9025 Remove un-needed local `orig-list'. Replace cl `copy-list'.
9026
9027 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9028
9029 * org/org.el (org-html-level-start): Always have id's in HTML.
9030 (org-export-as-html): Use `org-link-protocols' to
9031 retrieve the export form of the link.
9032 (org-add-link-type): Final parameter renamed from PUBLISH.
9033 Better documentation of how it is to be used. Avoid double entries for
9034 the same link type.
9035 (org-add-link-props): New function.
9036 (org-modules-loaded): New variable.
9037 (org-load-modules-maybe, org-set-modules): New function.
9038 (org-modules): New option.
9039 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9040 (orgtbl-mode, org-store-link, org-insert-link-global)
9041 (org-open-at-point): Call `org-load-modules-maybe'.
9042 (org-search-view): Add more text properties.
9043 (org-agenda-schedule, org-agenda-deadline): Allow also in
9044 search-type agendas.
9045 (org-search-view): Order of arguments has been changed.
9046 Interpret prefix-arg as TODO-ONLY.
9047 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9048 Take new argument order of `org-search-view' into account.
9049 (org-todo-only): New variable.
9050 (org-search-syntax-table): New variable and function.
9051 (org-search-view): Do the search with the special syntax table.
9052 (define-obsolete-function-alias): Make work with XEmacs.
9053 (org-add-planning-info): Use old date as default when modifying an
9054 existing deadline or scheduled item.
9055 (org-agenda-compute-time-span): Make argument N optional.
9056 (org-agenda-format-date-aligned): Require `cal-iso'.
9057 (org-agenda-list): Include week into agenda heading, don't
9058 list it at each date (only on Mondays).
9059 (org-read-date-analyze): Define local variable `iso-date'.
9060 (org-agenda-format-date-aligned): Remove dependency on
9061 `calendar-time-from-absolute'.
9062 (org-remember-apply-template, org-go-to-remember-target):
9063 Interpret filenames relative to `org-directory'.
9064 (org-complete): Silently fail when trying to complete
9065 keywords that don't have a default value.
9066 (org-get-current-options): Add a #+DATE: option.
9067 (org-additional-option-like-keywords): Remove "DATE:" from the
9068 list of additional keywords.
9069 (org-export-as-html): Remove (current-time) as unnecessary second
9070 argument of `format-time-string'.
9071 (org-clock-find-position): Handle special case at end of buffer.
9072 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9073 `org-agenda-change-time-span'.
9074 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9075 `org-agenda-change-time-span'.
9076 (org-agenda-month-view): New argument MONTH, pass it on to
9077 `org-agenda-change-time-span'.
9078 (org-agenda-year-view): New argument YEAR, pass it on to
9079 `org-agenda-change-time-span'.
9080 (org-agenda-change-time-span): New optional argument N, pass it on
9081 to `org-agenda-compute-time-span'.
9082 (org-agenda-compute-time-span): New argument N, interpret it by
9083 changing the starting day.
9084 (org-small-year-to-year): New function.
9085 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9086 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9087 into the future, and that the shift is at least one interval, never 0.
9088 (org-update-checkbox-count): Fix bug with checkbox counting.
9089 (org-add-note): New command.
9090 (org-add-log-setup): Rename from `org-add-log-maybe'.
9091 (org-log-note-headings): New entry for plain notes (i.e. notes not
9092 related to state changes or clocking).
9093 (org-get-org-file): Check for availability of `remember-data-file'.
9094 (org-cached-entry-get): Allow a regexp value for
9095 `org-use-property-inheritance'.
9096 (org-use-property-inheritance): Allow regexp value. Fix bug in
9097 customization type.
9098 (org-use-tag-inheritance): Allow a list and a regexp value for
9099 this variable.
9100 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9101 (org-entry-get): Respect value `selective' for the INHERIT argument.
9102 (org-tag-inherit-p, org-property-inherit-p): New functions.
9103 (org-agenda-format-date-aligned): Allow 10 characters for
9104 weekday, to accommodate German locale.
9105 (org-add-archive-files): New function.
9106 (org-agenda-files): New argument `ext', to get archive files as well.
9107 (org-tbl-menu): Protect the use of variables that
9108 are only available when org-table.el gets loaded.
9109 (org-read-agenda-file-list): Error if `org-agenda-files' is a
9110 single directory.
9111 (org-open-file): Allow a batch process to trigger
9112 waiting after executing a system command.
9113 (org-store-link): Link to headline when there is not
9114 target and no region in an org-mode buffer when creating a link.
9115 (org-link-types-re): New variable.
9116 (org-make-link-regexps): Compute `org-link-types-re'.
9117 (org-make-link-description-function): New option.
9118 (org-agenda-date, org-agenda-date-weekend): New faces.
9119 (org-archive-sibling-heading): New option.
9120 (org-archive-to-archive-sibling): New function.
9121 (org-iswitchb): New command.
9122 (org-buffer-list): New function.
9123 (org-agenda-columns): Also try the #+COLUMNS line in
9124 the buffer associated with the entry at point (or with the first
9125 entry in the agenda view).
9126 (org-modules): Add entry for org-bibtex.el.
9127 (org-completion-fallback-command): Move into `org-completion' group.
9128 (org-clock-heading-function): Move to `org-progress' group.
9129 (org-auto-repeat-maybe): Make sure that a note can
9130 be enforces if `org-log-repeat' is `note'.
9131 (org-modules): Allow additional symbols for external packages.
9132 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9133 (org-clock-goto): Hide drawers after showing an
9134 entry with `org-clock-goto'.
9135 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9136 Try also a clocktable block shift.
9137 (org-clocktable-try-shift): New function.
9138 (org-columns-hscoll-title): New function.
9139 (org-columns-previous-hscroll): New variable.
9140 (org-columns-full-header-line-format): New variable.
9141 (org-columns-display-here-title, org-columns-remove-overlays):
9142 Install `org-columns-hscoll-title' in post-command-hook.
9143
9144 * org/org.el: Split into many small files.
9145
9146 * org/org-agenda.el: New file, split off from org.el.
9147
9148 * org/org-archive.el: New file, split off from org.el.
9149
9150 * org/org-bbdb.el: New file.
9151
9152 * org/org-bibtex.el: New file, split off from org.el.
9153
9154 * org/org-clock.el: New file, split off from org.el.
9155
9156 * org/org-colview.el: New file, split off from org.el.
9157
9158 * org/org-compat.el: New file, split off from org.el.
9159
9160 * org/org-exp.el: New file, split off from org.el.
9161
9162 * org/org-faces.el: New file, split off from org.el.
9163
9164 * org/org-gnus.el: New file, split off from org.el.
9165
9166 * org/org-info.el: New file, split off from org.el.
9167
9168 * org/org-infojs.el: New file.
9169
9170 * org/org-irc.el: New file.
9171
9172 * org/org-macs.el: New file, split off from org.el.
9173
9174 * org/org-mew.el: New file.
9175
9176 * org/org-mhe.el: New file, split off from org.el.
9177
9178 * org/org-publish.el: New file, split off from org.el.
9179
9180 * org/org-remember.el: New file, split off from org.el.
9181
9182 * org/org-rmail.el: New file, split off from org.el.
9183
9184 * org/org-table.el: New file, split off from org.el.
9185
9186 * org/org-vm.el: New file, split off from org.el.
9187
9188 * org/org-wl.el: New file, split off from org.el.
9189
9190 2008-04-27 Jason Riedy <jason@acm.org>
9191
9192 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9193 parameter that suppresses lines that evaluate to NIL.
9194 (orgtbl-get-fmt): New inline function for
9195 picking apart formats that may be lists.
9196 (orgtbl-apply-fmt): New inline function for applying formats that
9197 may be functions.
9198 (orgtbl-eval-str): New inline function for strings that may be
9199 functions.
9200 (orgtbl-format-line, orgtbl-to-generic): Use and document.
9201 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9202 (*orgtbl-llfmt*, *orgtbl-llstart*)
9203 (*orgtbl-llend*): Dynamic variables for last-line formatting.
9204 (orgtbl-format-section): Shift formatting to support detecting the
9205 last line and formatting it specially.
9206 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
9207 formats unless overridden.
9208 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9209 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9210 bound variables to hold the input collection of lines and output
9211 formatted text.
9212 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9213 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9214 format parameters.
9215 (orgtbl-format-line): New function encapsulating formatting for a
9216 single line.
9217 (orgtbl-format-section): Similar for each section. Rebinding the
9218 dynamic vars customizes the formatting for each section.
9219 (orgtbl-to-generic): Use orgtbl-format-line and
9220 orgtbl-format-section.
9221 (org-get-param): Now unused, so delete.
9222 (orgtbl-gather-send-defs): New function to
9223 gather all the SEND definitions before a table.
9224 (orgtbl-send-replace-tbl): New function to find the RECEIVE
9225 corresponding to the current name.
9226 (orgtbl-send-table): Use the previous two functions and implement
9227 multiple destinations for each table.
9228
9229 * doc/org.texi (A LaTeX example): Note that fmt may be a
9230 one-argument function, and efmt may be a two-argument function.
9231 (Radio tables): Document multiple destinations.
9232
9233 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9234
9235 * org/org-agenda.el (org-add-to-diary-list): New function.
9236 (org-prefix-has-effort): New variable.
9237 (org-sort-agenda-noeffort-is-high): New option.
9238 (org-agenda-columns-show-summaries)
9239 (org-agenda-columns-compute-summary-properties): New options.
9240 (org-format-agenda-item): Compute the duration of the item.
9241 (org-agenda-weekend-days): New variable.
9242 (org-agenda-list, org-timeline): Use the proper faces for dates in
9243 the agenda and timeline buffers.
9244 (org-agenda-archive-to-archive-sibling): New command.
9245 (org-agenda-start-with-clockreport-mode): New option.
9246 (org-agenda-clockreport-parameter-plist): New option.
9247 (org-agenda-clocktable-mode): New variable.
9248 (org-agenda-deadline-leaders): Allow a function value for the
9249 deadline leader.
9250 (org-agenda-get-deadlines): Deal with new function value.
9251
9252 * org/org-clock.el (org-clock): New customization group.
9253 (org-clock-into-drawer, org-clock-out-when-done)
9254 (org-clock-in-switch-to-state, org-clock-heading-function):
9255 Move into the new group.
9256 (org-clock-out-remove-zero-time-clocks): New option.
9257 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9258 (org-dblock-write:clocktable): Allow a Lisp form for the scope
9259 parameter.
9260 (org-dblock-write:clocktable): Fix bug with total time calculation.
9261 (org-dblock-write:clocktable): Request the unrestricted list of files.
9262 (org-get-clocktable): New function.
9263 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9264 be strings but also integers (an absolute day number) and lists (m d y).
9265
9266 * org/org-colview.el (org-columns-next-allowed-value)
9267 (org-columns-edit-value): Limit the effort for updating in the
9268 agenda to recomputing a single file.
9269 (org-columns-compute): Only write property value if it has changed.
9270 This avoids raising the buffer-change-flag unnecessarily.
9271 (org-agenda-colview-summarize)
9272 (org-agenda-colview-compute): New functions.
9273 (org-agenda-columns): Call `org-agenda-colview-summarize'.
9274
9275 * org/org-exp.el (org-export-run-in-background): New option.
9276 (org-export-icalendar): Allow a batch process to trigger waiting
9277 after executing a system command.
9278 (org-export-preprocess-string): Rename from
9279 `org-cleaned-string-for-export'.
9280 (org-export-html-style): Made target class look like normal text.
9281 (org-export-as-html): Make use of the better preprocessing in
9282 `org-cleaned-string-for-export'.
9283 (org-cleaned-string-for-export): Better treatment of heuristic
9284 targets, many more internal links will now work in HTML export.
9285 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9286 (org-export-inbuffer-options-extra): New variable.
9287 (org-export-options-filters): New hook.
9288 (org-infile-export-plist): Find also the settings keywords in
9289 `org-export-inbuffer-options-extra'.
9290 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9291 multiple #+INFOJS_OPT lines.
9292 (org-export-html-handle-js-options): New function.
9293 (org-export-html-infojs-setup): New option.
9294 (org-export-as-html): Call `org-export-html-handle-js-options'.
9295 Add autoload to all entry points.
9296 (org-skip-comments): Function removed.
9297
9298 * org/org-table.el (org-table-make-reference): Extra parenthesis
9299 around single fields, to make sure that algebraic formulas get
9300 correctly interpreted by calc.
9301 (org-table-current-column): No longer interactive.
9302
9303 * org/org-export-latex.el (org-export-latex-preprocess):
9304 Rename from `org-export-latex-cleaned-string'.
9305
9306 2008-04-27 Bastien Guerry <bzg@altern.org>
9307
9308 * org/org-publish.el (org-publish-get-base-files-1): New function.
9309 (org-publish-get-base-files): Use it.
9310 (org-publish-temp-files): New variable.
9311 Don't require 'dired-aux anymore.
9312 (org-publish-initial-buffer): New variable.
9313 (org-publish-org-to, org-publish): Use it.
9314 (org-publish-get-base-files-1): Bug fix: get
9315 the proper list of files when recursing thru a directory.
9316 (org-publish-get-base-files): Use the :exclude property to skip
9317 both files and directories.
9318
9319 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9320
9321 * net/tramp.el (tramp-handle-make-symbolic-link)
9322 (tramp-handle-file-name-directory)
9323 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9324 (tramp-do-copy-or-rename-file-directly)
9325 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9326 (tramp-handle-substitute-in-file-name)
9327 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9328 * net/tramp-cache.el (tramp-get-file-property)
9329 (tramp-set-file-property, tramp-flush-file-property)
9330 (tramp-flush-directory-property)
9331 * net/tramp-compat.el (tramp-compat-make-temp-file)
9332 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9333 Disable `file-name-handler-alist' when handling localname.
9334 It could have a remote file syntax, like a VMS file name.
9335
9336 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9337
9338 * whitespace.el: New version 11.1.
9339 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9340 enclosed by \\( and \\)$. Docstring fix.
9341 (whitespace-trailing-regexp): Fun removed.
9342 (whitespace-report-list): Const initialization fix.
9343 (whitespace-color-on): Code fix.
9344
9345 2008-04-27 Andreas Schwab <schwab@suse.de>
9346
9347 * Makefile.el: Unbreak bootstrap.
9348
9349 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9350
9351 * net/tramp.el (tramp-replace-environment-variables): New defun.
9352 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9353 Use it.
9354
9355 2008-04-27 Glenn Morris <rgm@gnu.org>
9356
9357 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9358
9359 * calculator.el (calculator-expt): Replace cl function `oddp'.
9360
9361 2008-04-27 Johan Bockgård <bojohan@gnu.org>
9362
9363 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9364 Simplify. Collect `defun' and `autoload' entries.
9365 Avoid modifying load-history.
9366
9367 2008-04-26 Glenn Morris <rgm@gnu.org>
9368
9369 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9370
9371 * simple.el (quoted-insert, zap-to-char): Revert previous change.
9372
9373 2008-04-26 John Paul Wallington <jpw@pobox.com>
9374
9375 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9376 `hexl-mode-old-eldoc-documentation-function'.
9377 (hexl-mode-exit): Restore it.
9378 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9379
9380 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9381
9382 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
9383
9384 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9385 (completion-pcm--all-completions): Doc fix.
9386 (completion-styles-alist, completion-all-completions):
9387 Fix typos in docstrings.
9388
9389 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9390
9391 * whitespace.el: There is now only one variable (whitespace-style) to
9392 specify which kind of blank is visualized. Doc and docstring fix.
9393 New version 11.0.
9394 (whitespace-style): New option, replace whitespace-style-mark and
9395 whitespace-style-color.
9396 (whitespace-style-mark, whitespace-style-color): Options removed.
9397 (whitespace-hspace, whitespace-tab, whitespace-newline)
9398 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9399 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9400 (whitespace-hspace-regexp, whitespace-space-regexp)
9401 (whitespace-tab-regexp, whitespace-trailing-regexp)
9402 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9403 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9404 (whitespace-space-after-tab-regexp, whitespace-line-column)
9405 (whitespace-display-mappings, whitespace-report): Docstring fix.
9406 (whitespace-color-value-list, whitespace-mark-value-list)
9407 (whitespace-active-color, whitespace-active-mark)
9408 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9409 (whitespace-style-value-list, whitespace-active-style)
9410 (whitespace-toggle-style): New vars.
9411 (whitespace-toggle-option-alist, whitespace-help-text):
9412 Var initialization and docstring fix.
9413 (whitespace-toggle-options, global-whitespace-toggle-options)
9414 (whitespace-cleanup, whitespace-cleanup-region)
9415 (whitespace-report-region, whitespace-interactive-char)
9416 (whitespace-toggle-list): Docstring and code fix.
9417 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9418 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9419 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9420 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9421
9422 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9425 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9426 (diff-sanity-check-hunk): Adjust code accordingly.
9427
9428 2008-04-26 Glenn Morris <rgm@gnu.org>
9429
9430 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9431
9432 * forms-d2.dat: Move to ../etc.
9433 * forms-d2.el (forms-file): Adapt for above change.
9434
9435 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9436 `translation-table-for-input'.
9437
9438 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9439 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9440
9441 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9442 to punctuation now it's not needed for abbrevs.
9443 (fortran-mode-abbrev-table): Remove defvar, make use of new
9444 define-abbrev-table :regexp feature.
9445
9446 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9447 insert, now that translation-table-for-input is not needed.
9448
9449 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
9450
9451 * emacs-lisp/pp.el (pp-display-expression): New function,
9452 extracted from pp-eval-expression.
9453 (pp-eval-expression): Use pp-display-expression.
9454 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9455 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9456 (pp-eval-last-sexp): Use pp-last-sexp.
9457
9458 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * abbrev.el (define-abbrev-table): Apply props even if the table
9461 exists already.
9462
9463 * minibuffer.el (completion-table-with-context): Fix `pred' for the
9464 various kinds of completion tables.
9465 (completion-emacs22-try-completion): Place cursor after the /, as was
9466 done in Emacs-22's minibuffer-complete-word.
9467 Fix bug reported by David Hansen <david.hansen@gmx.net>.
9468 (completion-emacs22-try-completion): Merge all mergeable text rather
9469 than just /.
9470 (completion-pcm--delim-wild-regex): New var.
9471 (completion-pcm-word-delimiters): New custom.
9472 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9473 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9474 (completion-pcm--all-completions, completion-pcm-all-completions)
9475 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9476 (completion-pcm-try-completion): New functions.
9477 (completion-styles-alist): Add them.
9478 (completion-styles): Add it to the default.
9479
9480 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9481
9482 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9483 (gdb-var-create-handler): ...until here when there are values.
9484 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9485 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9486
9487 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9488
9489 * ls-lisp.el (ls-lisp-format): Fix last change.
9490 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9491 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9492 (ls-lisp-filesize-f-fmt): New defvars.
9493 (ls-lisp-insert-directory): Dynamically compute format specifiers
9494 for displaying UID, GID, and file size, and store them in the
9495 above variables.
9496 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9497 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9498 instead of constant format strings.
9499 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9500 ls-lisp-filesize-d-fmt instead of constant format strings.
9501
9502 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9503
9504 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9505 value of addresses rather than (partial) string value.
9506 (gdb-frame-handler): Change regexp according to above change.
9507 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9508 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9509 (gdb-assembler-mode): Disable undo in these buffers.
9510
9511 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9514 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9515
9516 2008-04-24 Sam Steingold <sds@gnu.org>
9517
9518 * textmodes/remember.el (remember-diary-extract-entries): Use
9519 diary-make-entry instead of the obsolete make-diary-entry.
9520
9521 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * subr.el (translation-table-for-input): Mark as obsolete.
9524
9525 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9526
9527 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9528
9529 * textmodes/ispell.el (ispell-dictionary-alist-1)
9530 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9531 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9532 (ispell-dictionary-alist-6): Remove.
9533 (ispell-dictionary-base-alist): New var, merges the above.
9534 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9535 Use it.
9536 (ispell-dictionary-alist): Default to nil. Remove autoload.
9537 (ispell-local-dictionary-alist): Remove autoload.
9538
9539 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9540 (f90-mode-abbrev-table): Use the new :regexp feature.
9541 Merge defvar and mapc into define-abbrev-table.
9542 (f90-imenu-type-matcher): Remove unused `l'.
9543 (f90-imenu-generic-expression): Remove unused `not-ib'.
9544 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9545 (f90-change-keywords): Use restore-buffer-modified-p.
9546
9547 2008-04-24 Glenn Morris <rgm@gnu.org>
9548
9549 * net/goto-addr.el (goto-address-prog-mode):
9550 * progmodes/bug-reference.el (bug-reference-prog-mode):
9551 Define for compiler.
9552
9553 * minibuffer.el (x-file-dialog): Declare as function.
9554
9555 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9556 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9557
9558 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9559 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9560 work with easymenu. Add :keys where needed.
9561
9562 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9563 event-start is nil.
9564
9565 * calendar/calendar.el (calendar-mode-map): Fix typo.
9566
9567 2008-04-24 Tom Tromey <tromey@redhat.com>
9568
9569 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9570 Document keywords. Add :suppress.
9571 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9572
9573 * net/goto-addr.el (goto-address-unfontify): New function.
9574 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9575 (goto-address-fontify-region, goto-address-mode)
9576 (goto-address-prog-mode): New functions.
9577
9578 * progmodes/bug-reference.el: New file.
9579
9580 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9581
9582 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9583
9584 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9587 macros within lambdas.
9588
9589 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * minibuffer.el (completion-try-completion): Add `point' argument.
9592 Change return value.
9593 (completion-all-completions): Add `point' argument.
9594 (minibuffer-completion-help): Pass the new `point' argument.
9595 (completion--do-completion): Pass the whole field to try-completion.
9596 (completion--try-word-completion): Rewrite, making fewer assumptions.
9597 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9598 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9599 (completion-basic-try-completion, completion-basic-all-completions):
9600 New functions.
9601 (completion-styles-alist): Use them.
9602
9603 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
9604
9605 * textmodes/ispell.el (ispell-set-spellchecker-params):
9606 New function to make sure right params and dictionary alists are used
9607 after spellchecker changes.
9608 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9609 (ispell-initialize-spellchecker-hook): New variables and hook.
9610 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9611 (ispell-maybe-find-aspell-dictionaries): Remove.
9612 Calls replaced by (ispell-set-spellchecker-params) calls.
9613 (ispell-have-aspell-dictionaries): Remove.
9614
9615 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9616 by ispell-set-spellchecker-params.
9617
9618 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * complete.el (PC-do-completion): Be more robust in the presence of
9621 unexpected values in minibuffer-completion-predicate.
9622
9623 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9624 Only abbreviate default-filename if it's a file.
9625
9626 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9627 (read-file-name-completion-ignore-case, insert-default-directory):
9628 New vars, moved from fileio.c.
9629 (read-file-name): New fun, moved from fileio.c.
9630 * cus-start.el: Remove insert-default-directory and
9631 read-file-name-completion-ignore-case.
9632
9633 2008-04-23 Magnus Henoch <mange@freemail.hu>
9634
9635 * tar-mode.el (tar-untar-buffer): If the entry has directory
9636 link type, extract it as a directory even if its file name doesn't
9637 end with a slash. Fixes extraction of NetBSD tar archives.
9638
9639 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * server.el (server-start): Also don't get confused by CRs since we
9642 don't quote them.
9643
9644 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9645
9646 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9647 (gdb-set-gud-minor-mode-existing-buffers)
9648 (gdb-info-breakpoints-custom, gdb-get-location)
9649 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9650 Previously gdb-create-define-alist wasn't always run and added to
9651 after-save-hook.
9652
9653 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9654
9655 2008-04-23 Kevin Ryde <user42@zip.com.au>
9656
9657 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9658 comments like unindented ones.
9659
9660 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9661
9662 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9663 parameter origins.
9664
9665 2008-04-23 Kevin Ryde <user42@zip.com.au>
9666
9667 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9668 Bind print-level to ensure output forms aren't truncated if
9669 print-level is set to eval-expression-print-level when going via
9670 eval-defun and friends, or has been otherwise fiddled with.
9671
9672 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9675 font-lock-extend-after-change-region-function globally.
9676
9677 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9678
9679 * speedbar.el (speedbar-use-tool-tips-flag)
9680 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9681 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9682 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9683 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9684 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9685 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9686 (speedbar-separator-face): Fix typos in docstrings.
9687 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9688 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9689 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9690 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9691 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9692 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9693 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9694 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9695 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9696 (speedbar-recenter): Doc fixes.
9697 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9698 declaration and remove redundant info in docstring.
9699
9700 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9701
9702 * vc-git.el (vc-git-status-printer): Deal with directories.
9703
9704 * vc.el (vc-next-action): Look at more than the first file to
9705 determine the state.
9706
9707 2008-04-23 Glenn Morris <rgm@gnu.org>
9708
9709 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9710 timers. Doc fix.
9711 (dframe-update-speed): Drop support for XEmacs < 20.
9712 (dframe-frame-mode): Drop support for Emacs < 20.
9713 (dframe-set-timer-internal): Drop support for Emacs without timers.
9714 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9715
9716 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9717 versions. Add doc-string. Mark as obsolete.
9718
9719 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9720
9721 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9722 rather than using an Emacs version test.
9723
9724 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9725 rather than an Emacs version test.
9726
9727 * calendar/cal-china.el (holiday-chinese-qingming)
9728 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9729 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9730 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9731
9732 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9733
9734 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9735 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9736 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9737
9738 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9741 (gdb-previous-frame-pc-address): ...to this.
9742 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9743 of "info frame" with Gdb 6.4+.
9744 (gdb-stack-list-frames-regexp): New regexp.
9745 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9746
9747 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9748
9749 * tar-mode.el (tar-prefix-offset): New constant.
9750 (tar-header-block-tokenize): Support paths with long names
9751 which use the "ustar" standard.
9752
9753 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9754
9755 * image-dired.el (image-dired-track-original-file)
9756 (image-dired-modify-mark-on-thumb-original-file):
9757 Use `dired-goto-file' instead of `search-forward'. This solves
9758 a bug with finding files where the file name is a subset of other
9759 file names. Doc fix.
9760
9761 2008-04-22 Juri Linkov <juri@jurta.org>
9762
9763 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9764 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9765 (yank-menu-length): Change group name `mouse' to `menu'.
9766 (buffers-menu-buffer-name-length): New user option.
9767 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9768 instead of the hard-coded number 27.
9769
9770 2008-04-22 Juri Linkov <juri@jurta.org>
9771
9772 * isearch.el (eval-when-compile): Require `help-macro'.
9773 (isearch-help-for-help-internal): Isearch specific Help screen
9774 created by `make-help-screen'.
9775 (isearch-help-map): New variable that binds "b", "k", "m" to
9776 isearch-specific commands, and binds other keys to
9777 isearch-other-control-char, thus allowing other Help keys to
9778 exit isearch mode and execute their global definitions.
9779 (isearch-help-for-help, isearch-describe-bindings)
9780 (isearch-describe-key, isearch-describe-mode): New commands.
9781 (isearch-mode-help): Define alias to isearch-describe-mode
9782 and remove its old function definition.
9783 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9784 Remove old comments because this issue is settled now.
9785 (isearch-forward): Describe three new Help commands in the docstring.
9786 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9787 leave the single sentence at the first line of the docstring,
9788 and prepend the word "function" before `isearch-forward'
9789 to make the Help link to the function instead of variable.
9790
9791 2008-04-22 Juri Linkov <juri@jurta.org>
9792
9793 * isearch.el (isearch-success-function): New variable with default
9794 to `isearch-success-function-default'.
9795 (isearch-search): Call a function from `isearch-success-function'
9796 instead of calling the hard-coded `isearch-range-invisible'.
9797 (isearch-success-function-default): New function that calls
9798 `isearch-range-invisible' and inverts its return value.
9799
9800 * info.el (Info-search): In two similar places that skip
9801 undesired search matches move code to Info-search-success-function,
9802 and call `isearch-success-function' instead.
9803 (Info-search-success-function): New function copied from code
9804 in Info-search. Replace isearch-range-invisible with
9805 text-property-not-all that checks for 'invisible and 'display
9806 properties to skip partially invisible matches (whose display
9807 properties were set by Info-fontify-node).
9808 (Info-mode): Set buffer-local isearch-success-function
9809 to Info-search-success-function.
9810
9811 2008-04-22 Juri Linkov <juri@jurta.org>
9812
9813 * minibuffer.el (internal-complete-buffer-except): New function.
9814
9815 * files.el (read-buffer-to-switch): New function.
9816 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9817 Change interactive spec to call read-buffer-to-switch instead of
9818 using the letter "B".
9819
9820 * simple.el (minibuffer-default-add-shell-commands): New function.
9821 Use declare-function for mailcap-file-default-commands from "mailcap".
9822 (shell-command): Set local minibuffer-default-add-function to
9823 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9824 before calling read-shell-command. Set 4th arg default-value of
9825 read-shell-command to relative buffer-file-name in file buffers.
9826
9827 * dired-aux.el (dired-read-shell-command-default): Move it to
9828 gnus/mailcap.el and change its name to more general name
9829 mailcap-file-default-commands.
9830 (minibuffer-default-add-dired-shell-commands): New function.
9831 Use declare-function for mailcap-file-default-commands from "mailcap".
9832 (dired-read-shell-command): Set local minibuffer-default-add-function
9833 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9834 before calling read-shell-command. Remove dired-read-shell-command-default
9835 from the default value arg because default values are not set in
9836 minibuffer-default-add-dired-shell-commands. Doc fix.
9837
9838 * dired-x.el (dired-smart-shell-command): Sync arguments and
9839 interactive spec with changes in `shell-command'.
9840 Use dired-get-filename to get the dired file name at point
9841 as the default value in dired mode.
9842
9843 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9844
9845 * info.el (Info-complete-menu-item): Add missing parenthesis.
9846
9847 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * info.el (Info-complete-menu-item): Save point.
9850
9851 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9852
9853 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9854
9855 2008-04-22 Andreas Schwab <schwab@suse.de>
9856
9857 * Makefile.in (emacs-deps): Define.
9858 Use it instead of $(lisp)/subdirs.el.
9859
9860 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9861
9862 * vc.el (vc-next-action): Do not consider directories when
9863 checking for state compatibility.
9864 (vc-transfer-file): Use when not if.
9865 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9866 (vc-dir-mark-file): Use them.
9867 (vc-deduce-fileset): Also return the backend.
9868 (vc-diff-internal): Take as argument the value returned by
9869 vc-deduce-fileset instead of just the fileset.
9870 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9871 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9872 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9873
9874 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9875
9876 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9877 set-window-vscroll but image-scroll-down. Fixes a bug where a
9878 command following SPC scrolled up again.
9879
9880 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9881
9882 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9883 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9884 (gud-watch): Add "$" prefix when in registers buffer.
9885
9886 2008-04-22 Glenn Morris <rgm@gnu.org>
9887
9888 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9889
9890 * whitespace.el (whitespace-display-table)
9891 (whitespace-display-table-was-local): Move definitions before use.
9892
9893 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9894 (copyright-limit): Respect copyright-at-end-flag.
9895 (copyright-re-search, copyright-start-point)
9896 (copyright-offset-too-large-p): New functions.
9897 (copyright-update-year): Use copyright-re-search.
9898 (copyright-update, copyright-fix-years): Use copyright-start-point,
9899 and copyright-re-search.
9900 (copyright): Use copyright-offset-too-large-p.
9901 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9902
9903 * add-log.el (top-level): Require 'cl when compiling.
9904
9905 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9908 Treat minibuffer-completion-predicate as a predicate.
9909
9910 * minibuffer.el (completion--file-name-table): Accept both the old
9911 `dir' arg or the new `pred' arg.
9912
9913 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9914 `predicate' argument to pass non-predicate data.
9915 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9916 Use second arg as proper predicate.
9917
9918 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9919 (vc-bzr-revision-completion-table): Use completion-table-with-context
9920 instead.
9921
9922 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9923
9924 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9925
9926 * term.el (term-emulate-terminal): Perform redisplay after the
9927 process filter has finished running.
9928
9929 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9932
9933 * minibuffer.el (completion-try-completion): Change magic symbol
9934 property name. Rename from minibuffer-try-completion.
9935 (completion-all-completions): Rename from minibuffer-all-completions.
9936 Remove hide-spaces argument.
9937 (completion--do-completion): Rename from minibuffer--do-completion.
9938 (minibuffer-complete-and-exit): Call just try-completion rather than
9939 completion-try-completion to fix up the case.
9940 (completion--try-word-completion): Try to add space or hyphen before
9941 making `string' a prefix of `completion'.
9942 (completion--insert-strings): Rename from minibuffer--insert-strings.
9943
9944 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9945
9946 * net/tls.el (tls-program): Add -ign_eof argument to call the
9947 openssl commands.
9948 (tls-checktrust): Ditto.
9949
9950 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9951
9952 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9953
9954 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9955 (vc-check-master-templates, vc-file-not-found-hook)
9956 (vc-kill-buffer-hook):
9957 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9958 (vc-find-position-by-context, vc-buffer-context)
9959 (vc-restore-buffer-context, vc-responsible-backend)
9960 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9961 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9962 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9963 (vc-version-diff, vc-diff, vc-insert-headers)
9964 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9965 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9966 (vc-revert, vc-rollback, vc-version-backup-file)
9967 (vc-rename-master, vc-delete-file, vc-rename-file)
9968 (vc-branch-part, vc-default-retrieve-snapshot)
9969 (vc-annotate-display-autoscale, vc-annotate-display-select)
9970 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9971 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9972 (vc-dir-update): Handle directories.
9973 (vc-default-status-printer): Simplify.
9974
9975 * progmodes/asm-mode.el (asm-mode-map):
9976 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9977
9978 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9979
9980 2008-04-21 Kenichi Handa <handa@m17n.org>
9981
9982 * select.el (xselect-convert-to-string): Send a C_STRING only if
9983 the polymorphic target TEXT is requested.
9984
9985 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9986
9987 * minibuffer.el (completion-setup-hook, display-completion-list)
9988 (completion--file-name-table): Fix typos in docstrings.
9989 (completion-table-dynamic): Fix typo, and reflow docstring.
9990
9991 2008-04-20 Andreas Schwab <schwab@suse.de>
9992
9993 * server.el (server-switch-buffer): Also consider clients in the
9994 selected frame.
9995
9996 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9997
9998 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9999 Select window clicked on first.
10000 (gdb): Display thread number in mode-line.
10001 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10002 (gdb-breakpoints-header): New variable.
10003 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10004
10005 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
10008 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10009 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10010 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10011 (vc-sccs-print-log): Use it.
10012
10013 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10014
10015 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10016 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10017
10018 * tooltip.el (tooltip-previous-message): New var.
10019 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10020 the C code (avoid overwriting a minibuffer, restore previous echo
10021 message, ...).
10022 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10023 Simplify.
10024
10025 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10026
10027 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10028 (gdb-init-1): Initialise it.
10029 (gdb-annotation-rules): New entry for "new-thread".
10030 (gdb-thread-identification): New function to customize
10031 mode-line-buffer-identification.
10032 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10033 (gdb-assembler-mode): Use it.
10034 (gdb-threads-mode): Force "info threads" onto queue.
10035
10036 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * files.el (locate-file-completion-table): Rename from
10039 locate-file-completion and make it use `pred' in the normal way.
10040 (locate-file-completion): New compatibility wrapper.
10041 (load-library): Use locate-file-completion-table.
10042 * finder.el (finder-commentary):
10043 * subr.el (locate-library):
10044 * emacs-lisp/find-func.el (find-library): Likewise.
10045 * info.el: Use with-current-buffer and inhibit-read-only.
10046 (Info-read-node-name-2): Change to use `predicate' in the normal way.
10047 (Info-read-node-name-1): Adjust uses accordingly.
10048
10049 * minibuffer.el (completion-table-with-context): Add support for `pred'.
10050 (completion-table-with-terminator): Don't use complete-with-action
10051 since we have to distinguish all three cases anyway.
10052 (completion-table-with-predicate): New function.
10053 (dynamic-completion-table): Add obsolete alias.
10054
10055 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10056
10057 2008-04-18 Sam Steingold <sds@gnu.org>
10058
10059 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10060 Use quit-window instead of bury-buffer.
10061
10062 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * minibuffer.el (completion-table-with-terminator): Fix last fix.
10065
10066 2008-04-18 Andreas Schwab <schwab@suse.de>
10067
10068 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10069 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10070 Depend on $(lisp)/subdirs.el.
10071
10072 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * descr-text.el (describe-char-after):
10075 Use `define-obsolete-function-alias'.
10076
10077 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10078
10079 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10080
10081 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10082 Remove redundant obsolescence info in docstring.
10083
10084 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10085 (vc-header-alist): Add WHEN to obsolescence declaration.
10086 (vc-state): Fix typo in docstring.
10087
10088 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10089 Use `define-obsolete-variable-alias'.
10090
10091 * emulation/tpu-edt.el (tpu-have-ispell):
10092 * international/codepage.el (codepage-setup):
10093 Fix typo in obsolescence declaration.
10094
10095 * international/mule.el (char-coding-system-table):
10096 Remove redundant obsolescence info in docstring.
10097 (charset-list, generic-char-p, set-char-table-default):
10098 Fix typos in obsolescence declarations.
10099
10100 * international/mule-diag.el (non-iso-charset-alist):
10101 Fix typo in obsolescence declaration.
10102 (decode-codepage-char): Remove redundant obsolescence info in docstring.
10103
10104 * font-core.el (font-lock-defaults-alist):
10105 * font-lock.el (font-lock-reference-face):
10106 * frame.el (screen-height, screen-width, set-screen-width)
10107 (set-screen-height):
10108 * hilit-chg.el (highlight-changes-initial-state):
10109 * isearch.el (isearch-return-char):
10110 * log-edit.el (cvs-commit-buffer-require-final-newline)
10111 (cvs-changelog-full-paragraphs):
10112 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10113 (mouse-popup-menubar-stuff):
10114 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10115 (mouse-wheel-click-button):
10116 * outline.el (outline-visible):
10117 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10118 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10119 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10120 * progmodes/compile.el (compile-internal):
10121 Add WHEN to obsolescence declarations.
10122
10123 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10126 is not better anyway.
10127
10128 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10129
10130 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10131 properly.
10132
10133 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10136 (python-use-skeletons): Remove, unused.
10137 (python-skeletons): Remove. Use the abbrev table instead.
10138 (python-mode-abbrev-table): Fix regexp;
10139 add enable-function and case-fixed.
10140 (def-python-skeleton): Simplify.
10141 (python-expand-template): Use the abbrev-table and abbrev-insert.
10142 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10143 Remove.
10144 (python-mode): Don't set pre-abbrev-expand-hook.
10145
10146 * skeleton.el: Set coding-tag.
10147
10148 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10149 (expand-abbrev): Use it.
10150 (abbrev-table-menu): New function.
10151
10152 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10153
10154 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10155
10156 2008-04-17 Sam Steingold <sds@gnu.org>
10157
10158 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10159 idiosyncratic bury-buffer/delete-window logic.
10160
10161 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10164 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10165
10166 2008-04-17 Kenichi Handa <handa@m17n.org>
10167
10168 * international/characters.el: Don't make the width of U+00AD to 0.
10169
10170 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10173 (gdb, gdb-starting, gdb-frames-mode): Use it.
10174 (gdb-invalidate-frames): Advise to call "info stack" only if
10175 execution has occurred.
10176 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10177 selected frame if no execution has occurred.
10178 (gdb-frames-force-update): New interactive function.
10179 (gdb-frames-mode-map): Bind it to "F".
10180
10181 2008-04-17 Michael Olson <mwolson@gnu.org>
10182
10183 * textmodes/remember.el (remember-version): Release Remember 2.0.
10184
10185 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
10186
10187 * textmodes/artist.el:
10188 * progmodes/vhdl-mode.el:
10189 * progmodes/verilog-mode.el:
10190 * progmodes/vera-mode.el:
10191 * progmodes/simula.el:
10192 * progmodes/ps-mode.el:
10193 * progmodes/cmacexp.el:
10194 * obsolete/hilit19.el:
10195 * emulation/viper.el:
10196 * ediff.el: Cleanup the bug-report email addresses and make sure the
10197 maintainer is still willing to handle bug reports.
10198
10199 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10200
10201 * vc.el (vc-dir-kill-query): Fix thinko.
10202
10203 2008-04-16 Glenn Morris <rgm@gnu.org>
10204
10205 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10206 by diary-sexp-entry.
10207
10208 2008-04-16 Markus Triska <markus.triska@gmx.at>
10209
10210 * proced.el (proced-command-alist): Add support for darwin.
10211
10212 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * proced.el (proced-mode): Redefine as just the major-mode.
10215 (proced): Separate it from proced-mode.
10216
10217 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10218
10219 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10220
10221 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10222 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
10223 `tab-width' setting from user. New version 10.0. Doc and docstring
10224 fix.
10225 (whitespace-style, whitespace-chars): Remove options.
10226 (whitespace-style-mark): New option, replace whitespace-style deleted
10227 option. Fix docstring.
10228 (whitespace-style-color): New option, replace whitespace-chars deleted
10229 option. Fix docstring.
10230 (whitespace-space, whitespace-hspace, whitespace-tab)
10231 (whitespace-newline, whitespace-trailing, whitespace-line)
10232 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10233 (whitespace-space-after-tab, whitespace-hspace-regexp)
10234 (whitespace-space-regexp, whitespace-tab-regexp)
10235 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10236 (whitespace-empty-at-eob-regexp, whitespace-line-column)
10237 (whitespace-toggle-option-alist): Fix docstring.
10238 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10239 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10240 docstring and initialization.
10241 (global-whitespace-mode): Autoloaded global minor mode.
10242 (whitespace-chars-value-list, whitespace-style-value-list)
10243 (whitespace-active-chars, whitespace-active-style)
10244 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10245 (whitespace-color-value-list): New var, replace
10246 whitespace-chars-value-list removed var.
10247 (whitespace-mark-value-list): New var, replace
10248 whitespace-style-value-list removed var.
10249 (whitespace-active-color): New var, replace whitespace-active-chars
10250 removed var.
10251 (whitespace-active-mark): New var, replace whitespace-active-style
10252 removed var.
10253 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10254 removed var.
10255 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10256 removed var.
10257 (whitespace-toggle-option-alist, whitespace-report-list)
10258 (whitespace-report-text, whitespace-help-text): Fix initialization.
10259 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10260 (whitespace-toggle-options, global-whitespace-toggle-options)
10261 (whitespace-cleanup-region, whitespace-report-region)
10262 (whitespace-interactive-char): Fix docstring and code.
10263 (whitespace-cleanup, whitespace-report): Fix docstring.
10264 (whitespace-replace-spaces-by-tabs): Remove fun.
10265 (whitespace-replace-action): New fun, replace
10266 whitespace-replace-spaces-by-tabs removed fun.
10267 (whitespace-regexp, whitespace-indentation-regexp)
10268 (whitespace-space-after-tab-regexp, whitespace-insert-value)
10269 (whitespace-kill-buffer): New funs.
10270 (whitespace-insert-option-mark, whitespace-help-on)
10271 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10272 (whitespace-color-on, whitespace-color-off)
10273 (whitespace-display-char-on): Fix code.
10274
10275 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10278 (mouse-throw-magnifier-with-mouse-movement): Remove.
10279 (mouse-throw-magnifier-base): New const.
10280 (mouse-drag-scroll-delta): New fun.
10281 (mouse-drag-throw): Use it.
10282
10283 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * international/uni-bidi.el, international/uni-category.el:
10286 * international/uni-combining.el, international/uni-comment.el:
10287 * international/uni-decimal.el, international/uni-decomposition.el:
10288 * international/uni-digit.el, international/uni-lowercase.el:
10289 * international/uni-mirrored.el, international/uni-name.el:
10290 * international/uni-numeric.el, international/uni-old-name.el:
10291 * international/uni-titlecase.el, international/uni-uppercase.el:
10292 * international/charprop.el: Regenerate.
10293
10294 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10295
10296 * vc.el (vc-status-fileinfo): Add new member directoryp.
10297 (vc-default-status-printer): Print directories.
10298 (vc-status-update): Sort files before subdirectories.
10299
10300 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10301 Add alternative implementation based on "cvs update".
10302
10303 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
10304
10305 * doc-view.el: Changed requirements section to tell that only one
10306 of dvipdf or dvipdfm is needed.
10307 (doc-view-already-converted-p): Fix bug that forced reconversion
10308 if doc was already converted.
10309
10310 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * minibuffer.el (minibuffer-message):
10313 Make sure we can put-text-property.
10314
10315 * emacs-lisp/crm.el: Complete rewrite.
10316
10317 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10318 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10319 case of an error in display-completion-list.
10320
10321 * filecache.el (file-cache-completions-keymap): Move init from
10322 file-cache-completion-setup-function into declaration.
10323 (file-cache-minibuffer-complete): Simplify.
10324 (file-cache-completion-setup-function): Use standard-output,
10325 preserve current-buffer.
10326
10327 * vc.el (vc-status-update): Fix typo.
10328 (vc-status-update): Set needs-update.
10329 (vc-status-refresh): η-reduce.
10330
10331 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10332
10333 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10334 to image-eol.
10335
10336 2008-04-14 Alexandre Julliard <julliard@winehq.org>
10337
10338 * vc.el (vc-status-update): Undo the previous revert.
10339
10340 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * minibuffer.el (completion-table-with-terminator): Those completions
10343 are never valid w.r.t test-completion.
10344 (completion--file-name-table):
10345 Check completion-all-completions-with-base-size.
10346
10347 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10348
10349 * doc-view.el (doc-view-dvipdf-program): New variable.
10350 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10351 (doc-view-mode-p): Check for doc-view-dvipdf-program as
10352 alternative for doc-view-dvipdfm-program.
10353 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10354
10355 * doc-view.el (doc-view-start-process): Don't set
10356 default-directory to "~/" if the current value is valid.
10357 This broke PS files that run other files in the same directory.
10358
10359 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
10360
10361 * vc.el (vc-status-kill-query): New function.
10362 (vc-status-mode): Add it to kill-buffer-query-functions.
10363 (vc-status-show-fileentry): New function.
10364 (vc-status-menu-map): Bind it. Bind vc-next-action.
10365
10366 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * minibuffer.el (minibuffer-message): Put cursor at the right place.
10369
10370 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10371
10372 * proced.el (proced-send-signal): Fix error recognition.
10373
10374 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10375
10376 * proced.el (proced-command-alist): Remove sort column.
10377 (proced-command, proced-procname-column):
10378 Use make-variable-buffer-local.
10379 (proced-signal-function): Rename from proced-kill-program.
10380 Allow for elisp symbols and string values representing system calls.
10381 (proced-marker-regexp, proced-success-message): New functions.
10382 (proced): Use defalias. Add autoload cookie.
10383 (proced-unmark-backward, proced-toggle-marks)
10384 (proced-hide-processes): New commands.
10385 (proced-do-mark): Simplify code.
10386 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10387 (proced-update): Remove sorting.
10388 (proced-send-signal): Display number of processes to operate on.
10389 Allow for system calls or elisp functions to send signals.
10390 Check if signal was sent successfully.
10391
10392 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * minibuffer.el (completion-all-completion-with-base-size): New var.
10395 (completion--some): New function.
10396 (completion-table-with-context, completion--file-name-table):
10397 Return the base-size if requested.
10398 (completion-table-in-turn): Generalize to multiple arguments.
10399 (complete-in-turn): Compatibility alias.
10400 (completion-styles-alist): New var.
10401 (completion-styles): New customization.
10402 (minibuffer-try-completion, minibuffer-all-completions):
10403 New functions.
10404 (minibuffer--do-completion, minibuffer-complete-and-exit)
10405 (minibuffer-try-word-completion): Use them.
10406 (display-completion-list, minibuffer-completion-help): Use them.
10407 Handle all-completions's new base-size info to set completion-base-size.
10408 * info.el (Info-read-node-name-1): Use completion-table-with-context,
10409 completion-table-with-terminator and complete-with-action.
10410 Remove the now obsolete completion-base-size-function property.
10411 * simple.el (completion-list-mode-map): Move init into declaration.
10412 (completion-list-mode): Use define-derived-mode.
10413 (completion-setup-function): Use any completion-base-size that may
10414 have been set before. Remove handling of completion-base-size-function.
10415 * loadup.el: Move abbrev.el up earlier.
10416
10417 2008-04-13 Alexandre Julliard <julliard@winehq.org>
10418
10419 * vc-git.el (vc-git-after-dir-status-stage)
10420 (vc-git-dir-status-goto-stage): New functions.
10421 (vc-git-after-dir-status-stage1)
10422 (vc-git-after-dir-status-stage1-empty-db)
10423 (vc-git-after-dir-status-stage2): Remove, functionality moved
10424 into the new generic stage functions.
10425 (vc-git-dir-status-files): New function.
10426
10427 * vc.el (vc-status-update): Revert an incorrect rewrite.
10428 Add some comments.
10429 (vc-status-refresh-files): New function.
10430 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10431 state of up-to-date files.
10432 (vc-default-dir-status-files): New function.
10433
10434 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
10435
10436 * minibuffer.el (completion--embedded-envvar-table)
10437 (read-file-name-internal): Fix typos in 2008-04-11 change.
10438
10439 * faces.el (read-face-name): Use `completion-table-in-turn',
10440 not `complete-in-turn'.
10441
10442 2008-04-13 Andreas Schwab <schwab@suse.de>
10443
10444 * progmodes/etags.el: Require 'cl when compiling.
10445
10446 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
10447
10448 * progmodes/gud.el (gud-menu-map): Expand tooltip.
10449
10450 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10451 (menu): Add/expand menu tooltips.
10452
10453 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10454
10455 * progmodes/sh-script.el (sh-show-indent): Fix typo.
10456 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10457
10458 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10459 considered registered.
10460
10461 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10462
10463 * emacs-lisp/copyright.el (copyright-update-directory): New command.
10464
10465 * ediff-wind.el (ediff-split-window-function)
10466 (ediff-merge-split-window-function): Improve custom type.
10467
10468 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10469
10470 * loadup.el ("minibuffer"): Move after "faces".
10471
10472 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * progmodes/hideif.el (hif-factor): Handle unary minus.
10475
10476 2008-04-12 Glenn Morris <rgm@gnu.org>
10477
10478 * calendar/cal-china.el (chinese-calendar-time-zone):
10479 Mark obsolete name as risky too.
10480
10481 * calendar/calendar.el (calendar-faces): New custom group.
10482 (calendar-today, diary, holiday): Doc fix.
10483 Move to calendar-faces group.
10484 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10485 (diary-button): Doc fix. Move to calendar-faces group.
10486
10487 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10488 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10489 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10490 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10491 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10492 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10493 not in dumped files before the associated defcustom.
10494
10495 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10496
10497 * minibuffer.el (lazy-completion-table): Fix debug spec.
10498
10499 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * minibuffer.el (complete-with-action, lazy-completion-table):
10502 Move from subr.el.
10503 (apply-partially, completion-table-dynamic)
10504 (completion-table-with-context, completion-table-with-terminator)
10505 (completion-table-in-turn): New funs.
10506 (completion--make-envvar-table, completion--embedded-envvar-table):
10507 New funs.
10508 (read-file-name-internal): Use them.
10509 (completion-setup-hook): Move from simple.el.
10510 * subr.el (complete-with-action, lazy-completion-table):
10511 * simple.el (completion-setup-hook): Move to minibuffer.el.
10512
10513 2008-04-11 Glenn Morris <rgm@gnu.org>
10514
10515 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10516
10517 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10520
10521 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10522
10523 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10524 (fill-forward-paragraph): New fun.
10525 (fill-paragraph, fill-region): Use it.
10526
10527 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10528 (vc-status-create-fileinfo): Make `extra' optional.
10529 (vc-status-busy): New fun.
10530 (vc-status-menu-map): Use it.
10531 (vc-status-crt-marked): Remove.
10532 (vc-status-update): Rename from vc-status-add-entries.
10533 Add argument so as to prevent addition of entries. Rewrite.
10534 (vc-update-vc-status-buffer): Remove.
10535 (vc-status-refresh): Don't remove old entries, set them to
10536 up-to-date instead. Also do it after the update is complete.
10537 (vc-status-marked-files): η-reduce.
10538
10539 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10540 for non-dialogs.
10541
10542 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10543
10544 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10545
10546 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10547
10548 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10549 to t and don't truncate msg.
10550
10551 2008-04-11 Glenn Morris <rgm@gnu.org>
10552
10553 * calendar/calendar.el (diary, holidays):
10554 Move custom groups to other files.
10555 (holiday-general-holidays, holiday-oriental-holidays)
10556 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10557 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10558 (holiday-hebrew-holidays, holiday-christian-holidays)
10559 (holiday-islamic-holidays, holiday-bahai-holidays)
10560 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10561 * calendar/diary-lib.el: Move custom group here from calendar.el.
10562 * calendar/holidays.el: Move custom group and variables here
10563 from calendar.el.
10564
10565 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10566
10567 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10568 Fix custom group.
10569 (calendar-current-time-zone-cache): Autoload riskiness.
10570
10571 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10572
10573 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * woman.el (woman2-TH): Use string-equal instead of string-match.
10576
10577 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10580 (smerge-resolve): Merge the "2-way refinement" case with one half of
10581 the "mere whitespace" resolution.
10582
10583 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10584
10585 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10586
10587 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10588
10589 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10590 Add WHEN to obsolescence declaration.
10591
10592 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10593
10594 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10595
10596 * vc-hooks.el (vc-state): Add new state `conflict'.
10597 (vc-after-save): Use when not if.
10598 (vc-default-mode-line-string): Deal with the conflict state.
10599 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10600
10601 * vc.el (vc-editable-p, vc-default-status-printer)
10602 (vc-next-action): Deal with the conflict state.
10603 (vc-mark-resolved): New function.
10604 (vc-status-mode): Fix mode name.
10605 (vc-default-comment-history): Use when not if.
10606 (Todo): Add new entries, remove old ones.
10607
10608 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10609 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10610 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10611 Detect the conflict state.
10612
10613 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10614
10615 2008-04-10 Glenn Morris <rgm@gnu.org>
10616
10617 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10618 Respect truncate-partial-width-windows in non-full windows,
10619 with regards to :toggle and :enable state.
10620
10621 * simple.el (toggle-truncate-lines): Doc fix.
10622
10623 * Makefile.in (MH_E_DIR): New variable.
10624 (MH_E_SRC): Restore variable removed 2008-03-13.
10625 (mh-loaddefs.el): Depend on $MH_E_SRC.
10626 (CAL_DIR, CAL_SRC): New variables.
10627 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10628 Depend on CAL_SRC.
10629
10630 * calendar/calendar.el (calendar, diary): Add :prefix.
10631 (holidays): Change :prefix.
10632 (calendar-today, holiday, calendar-holiday-marker)
10633 (european-calendar-style): Change custom groups.
10634
10635 * calendar/calendar.el (diary-hook, diary-display-hook):
10636 Move to diary-lib.el.
10637 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10638 Move here from calendar.el.
10639 * calendar/appt.el: Require diary-lib rather than calendar.
10640 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10641
10642 * calendar/appt.el (appt): Add :prefix.
10643
10644 * calendar/diary-lib.el (diary-hook): Doc fix.
10645 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10646
10647 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10650 New functions.
10651
10652 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10653 the arg to recursive calls.
10654
10655 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * minibuffer.el (completion-auto-help): Fix typo.
10658
10659 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10662
10663 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10664
10665 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10666 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10667
10668 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10671
10672 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10673 (completion-auto-help): Move from C code.
10674 (minibuffer--maybe-completion-help): Remove.
10675 (minibuffer--bitset): New function.
10676 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10677 Renumber a bit. Really complete on string *before* point.
10678 Add argument used for word-completion.
10679 Join trailing / in completion with following text, as done in
10680 minibuffer-complete-word.
10681 Handle new value `lazy' for completion-auto-help.
10682 (minibuffer-try-word-completion): New function extracted from
10683 minibuffer-complete-word.
10684 (minibuffer-complete-word): Use minibuffer--do-completion.
10685 (minibuffer--insert-strings): Rename from
10686 minibuffer-complete-insert-strings.
10687 (exit-minibuffer): Fix typo.
10688 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10689 * cus-start.el: Remove completion-auto-help.
10690
10691 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10692
10693 * vc.el (vc-status-add-entries): New function.
10694 (vc-status-add-entry): Remove.
10695 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10696 Use vc-status-add-entries.
10697
10698 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10699 order.
10700
10701 2008-04-09 Jason Rumney <jasonr@gnu.org>
10702
10703 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10704 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10705 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10706 (AUTOGENEL): New variable.
10707 (distclean, maintainer-clean): New targets.
10708
10709 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10710
10711 * emacs-lisp/regexp-opt.el (regexp-opt):
10712 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10713
10714 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10715
10716 * nxml/nxml-mode.el (nxml-cleanup): New function.
10717 (nxml-mode): Add it to change-major-mode-hook.
10718
10719 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10720
10721 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10722
10723 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * calc/.cvsignore: New file.
10726
10727 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10728
10729 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10730
10731 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10732 show-help-function when turning tooltip off.
10733 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10734 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10735
10736 2008-04-09 Alan Mackenzie <acm@muc.de>
10737
10738 * font-lock.el (font-lock-extend-after-change-region-function):
10739 Make it buffer local.
10740
10741 2008-04-09 Glenn Morris <rgm@gnu.org>
10742
10743 * calendar/calendar.el (diary-file, european-calendar-style):
10744 Remove autoload cookies.
10745
10746 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10747
10748 * outline.el (outline-mode-menu-bar-map):
10749 * log-view.el (log-view-mode-menu):
10750 * log-edit.el (log-edit-menu): Add :help.
10751
10752 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10755 Use substring-no-properties for correct handling of unibyte strings.
10756
10757 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * add-log.el (change-log-next-buffer): Handle the case where version<
10760 signals an error.
10761
10762 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10763 mouse-major-mode-menu.
10764 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10765 (mouse-major-mode-menu, mouse-popup-menubar)
10766 (mouse-popup-menubar-stuff): Use them.
10767 (C-down-mouse-3): Bind to a dynamic map rather than to
10768 mouse-popup-menubar-stuff.
10769
10770 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10771 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10772
10773 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10774
10775 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10776 file:// access method.
10777
10778 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * minibuffer.el: New file.
10781 * loadup.el: Load it.
10782
10783 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10786 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10787
10788 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10789 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10790 Move initialization into declaration.
10791 * calc/calc-yank.el:
10792 * calc/calc-misc.el:
10793 * calc/calc-embed.el:
10794 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10795
10796 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10797
10798 * ps-samp.el (ps-add-printer, ps-remove-printer)
10799 (ps-make-dynamic-printer-menu): New functions.
10800
10801 * net/zeroconf.el: New file.
10802
10803 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10806
10807 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10808
10809 * vc-rcs.el (vc-rcs-modify-change-comment):
10810 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10811
10812 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10813
10814 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10815
10816 * international/mule-cmds.el (set-locale-environment): Don't warn if
10817 coding system doesn't agree with system locale (this reverts changes
10818 by Dave Love, dated 2002-10-27 and 2002-10-09).
10819
10820 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10821 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10822
10823 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10824
10825 2008-04-08 Glenn Morris <rgm@gnu.org>
10826
10827 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10828 * textmodes/remember.el (remember-diary-convert-entry):
10829 Require calendar.
10830
10831 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10832 diary-file, since it is the default for make-diary-entry anyway.
10833
10834 * calendar/cal-menu.el (cal-menu-event-to-date):
10835 Rename calendar-event-to-date. Update callers.
10836 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10837 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10838 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10839 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10840 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10841 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10842 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10843 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10844 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10845 (calendar-mouse-tex-month-landscape):
10846 Rename cal-tex-mouse-month-landscape.
10847 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10848 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10849 (calendar-mouse-tex-year-landscape):
10850 Rename cal-tex-mouse-year-landscape.
10851 (cal-menu-context-mouse-menu): Update for above name changes.
10852
10853 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10854 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10855 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10856 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10857 * calendar/holidays.el: Replace int-to-string with number-to-string.
10858
10859 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10860
10861 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10862 region if point moves.
10863
10864 2008-04-08 Kenichi Handa <handa@m17n.org>
10865
10866 * faces.el (font-slant-table): Change numeric values for `r',
10867 `roman', and `normal'.
10868
10869 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10870
10871 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10872
10873 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10874
10875 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10876 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10877
10878 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10879
10880 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10881 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10882
10883 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10886
10887 2008-04-07 Sam Steingold <sds@gnu.org>
10888
10889 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10890 Add helper functions.
10891 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10892 lisp-compile-defun; DEFVAR forms reset the variables to the init
10893 values, just like in emacs-lisp mode eval-defun.
10894 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10895 (lisp-compile-region): Use lisp-compile-string.
10896
10897 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * subr.el (combine-and-quote-strings): Also quote strings that contain
10900 the separator.
10901
10902 * pcvs-util.el (cvs-map): Avoid recursion :-(
10903
10904 2008-04-07 Glenn Morris <rgm@gnu.org>
10905
10906 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10907
10908 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10909 view-diary-entries-initially. Keep old name as alias, update users.
10910 (calendar-mark-diary-entries-flag): Rename
10911 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10912 (calendar-view-holidays-initially-flag): Rename
10913 view-calendar-holidays-initially. Keep old name as alias, update users.
10914 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10915 Keep old name as alias, update users.
10916 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10917 Keep old name as alias, update users.
10918 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10919 Keep old name as alias, update users.
10920 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10921 Keep old name as alias, update users.
10922 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10923 (diary-american-date-forms): Rename american-date-diary-pattern.
10924 Keep old name as alias, update users.
10925 (diary-european-date-forms): Rename european-date-diary-pattern.
10926 Keep old name as alias, update users.
10927 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10928 Keep old name as alias, update users.
10929 (calendar-european-date-display-form): Rename
10930 european-calendar-display-form. Keep old name as alias, update users.
10931 (calendar-american-date-display-form): Rename
10932 european-calendar-display-form. Keep old name as alias, update users.
10933 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10934 Keep old name as alias, update users.
10935 (holiday-general-holidays): Rename general-holidays.
10936 Keep old name as alias, update users.
10937 (holiday-oriental-holidays): Rename oriental-holidays.
10938 Keep old name as alias, update users.
10939 (holiday-local-holidays): Rename local-holidays.
10940 Keep old name as alias, update users.
10941 (holiday-other-holidays): Rename other-holidays.
10942 Keep old name as alias, update users.
10943 (holiday-hebrew-holidays): Rename hebrew-holidays.
10944 Keep old name as alias, update users.
10945 (holiday-christian-holidays): Rename christian-holidays.
10946 Keep old name as alias, update users.
10947 (holiday-islamic-holidays): Rename islamic-holidays.
10948 Keep old name as alias, update users.
10949 (holiday-bahai-holidays): Rename bahai-holidays.
10950 Keep old name as alias, update users.
10951 (holiday-solar-holidays): Rename solar-holidays.
10952 Keep old name as alias, update users.
10953 (diary-fancy-buffer): Rename fancy-diary-buffer.
10954 Keep old name as alias, update users.
10955 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10956 Update users.
10957 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10958 Update users.
10959 (calendar-increment-month): Rename increment-calendar-month.
10960 Keep old name as alias, update callers.
10961 (calendar-increment-month-cons): Rename old calendar-increment-month.
10962 Update callers.
10963 (calendar-extract-month): Rename extract-calendar-month.
10964 Keep old name as alias, update callers.
10965 (calendar-extract-day): Rename extract-calendar-day.
10966 Keep old name as alias, update callers.
10967 (calendar-extract-year): Rename extract-calendar-year.
10968 Keep old name as alias, update callers.
10969 (calendar-generate-window): Rename generate-calendar-window.
10970 Update callers.
10971 (calendar-generate): Rename generate-calendar. Update callers.
10972 (calendar-generate-month): Rename generate-calendar-month.
10973 Update callers.
10974 (calendar-redraw): Rename redraw-calendar. Update callers.
10975 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10976 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10977 Update callers.
10978 (calendar-update-mode-line): Rename update-calendar-mode-line.
10979 Update callers.
10980 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10981 update callers.
10982 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10983 Keep old name as alias, update callers.
10984 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10985 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10986 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10987 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10988 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10989 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10990 * calendar/solar.el: Update for calendar.el name changes.
10991 * org/org.el (org-agenda-format-date-aligned)
10992 (org-agenda-execute-calendar-command): Access date elements directly
10993 rather than using calendar functions.
10994 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10995 Also set calendar-view-diary-initially-flag,
10996 calendar-view-holidays-initially-flag.
10997 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10998 (org-agenda-execute-calendar-command): No need to set displayed-day.
10999
11000 2008-04-06 Alan Mackenzie <acm@muc.de>
11001
11002 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11003 typo in the doc string.
11004
11005 * progmodes/cc-mode.el (c-basic-common-init):
11006 Set font-lock-extend-after-change-region-function.
11007 (c-extend-after-change-region): New function, used in
11008 font-lock-extend-after-change-region-function, thus superseding
11009 advice on the Font Lock after change functions.
11010 (c-advise-fl-for-region): Remove this macro.
11011
11012 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11013
11014 * textmodes/flyspell.el (flyspell-duplicate-distance):
11015 Improve custom type.
11016
11017 2008-04-06 Glenn Morris <rgm@gnu.org>
11018
11019 * calendar/diary-lib.el (diary-sexp-entry-symbol):
11020 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
11021 (diary-list-entries-hook): Rename list-diary-entries-hook.
11022 Keep old name as alias, update users.
11023 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11024 Keep old name as alias, update users.
11025 (diary-nongregorian-listing-hook): Rename
11026 nongregorian-diary-listing-hook. Keep old name as alias, update users.
11027 (diary-nongregorian-marking-hook): Rename
11028 nongregorian-diary-marking-hook. Keep old name as alias, update users.
11029 (diary-print-entries-hook): Rename print-diary-entries-hook.
11030 Keep old name as alias, update users.
11031 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11032 Keep old name as alias, update users.
11033 (diary-number-of-entries): Rename number-of-diary-entries.
11034 Keep old name as alias, update users.
11035 (view-diary-entries, list-diary-entries, show-all-diary-entries):
11036 Give version of obsolescence.
11037 (diary-view-other-diary-entries): Rename view-other-diary-entries.
11038 Keep old name as alias, update callers.
11039 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
11040 update callers.
11041 (diary-include-other-diary-files): Rename include-other-diary-files.
11042 Keep old name as alias, update callers.
11043 (diary-simple-display): Rename simple-diary-display.
11044 Keep old name as alias, update callers.
11045 (diary-fancy-display): Rename fancy-diary-display.
11046 Keep old name as alias, update callers.
11047 (diary-print-entries): Rename print-diary-entries.
11048 Keep old name as alias, update callers.
11049 (diary-marking-entries-flag): Rename marking-diary-entries.
11050 Update users.
11051 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
11052 (diary-mark-entries): Rename mark-diary-entries.
11053 Keep old name as alias, update callers.
11054 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11055 Keep old name as alias, update callers.
11056 (diary-mark-included-diary-files): Rename mark-included-diary-files.
11057 Keep old name as alias, update callers.
11058 (calendar-mark-days-named): Rename mark-calendar-days-named.
11059 Keep old name as alias, update callers.
11060 (calendar-mark-month): Rename mark-calendar-month.
11061 Keep old name as alias, update callers.
11062 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11063 Keep old name as alias, update callers.
11064 (diary-sort-entries): Rename sort-diary-entries.
11065 Keep old name as alias, update callers.
11066 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11067 Keep old name as alias, update callers.
11068 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
11069 update callers.
11070 (diary-insert-entry): Rename insert-diary-entry.
11071 Keep old name as alias.
11072 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11073 Keep old name as alias.
11074 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11075 Keep old name as alias.
11076 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11077 Keep old name as alias.
11078 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11079 Keep old name as alias.
11080 (diary-insert-block-entry): Rename insert-block-diary-entry.
11081 Keep old name as alias.
11082 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11083 Keep old name as alias.
11084 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11085 Keep old name as alias, update users.
11086 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11087 Keep old name as alias, update callers.
11088 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11089 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11090 * calendar/icalendar.el: Update for diary-lib name changes.
11091
11092 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
11093
11094 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11095
11096 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11097 for copy, move, and link operations.
11098
11099 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
11100
11101 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11102 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11103
11104 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11105 'require' statements with 1-argument ones (wrapped in if's).
11106 For compatibility with the current stable version of XEmacs.
11107
11108 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11109
11110 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11111
11112 2008-04-06 Jason Rumney <jasonr@gnu.org>
11113
11114 * language/burmese.el ("Burmese"): Make sample text consistent with
11115 language name.
11116
11117 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
11118
11119 * progmodes/gdb-ui.el (gdb): New group.
11120 (gdb-debug-log-max, gdb-enable-debug)
11121 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11122 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11123 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11124 (gdb-show-changed-values, gdb-max-children)
11125 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11126 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11127 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11128 (gdb-memory-unit): Move to new group from GUD group.
11129 (menu): Allow customization from GDB-UI menu-item.
11130
11131 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11132
11133 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11134
11135 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11138 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11139 Revision numbers can include ".".
11140
11141 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11142 "+" lines not accounted for by counting "-" and context lines.
11143
11144 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11145
11146 * term/mac-win.el (mac-service-open-file): Use file URL instead of
11147 file name string.
11148
11149 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11152 (vc-bzr-annotate-time): Accept space used to preserve alignment.
11153
11154 2008-04-05 Richard Stallman <rms@gnu.org>
11155
11156 * emacs-lisp/advice.el (defadvice): Add usage pattern.
11157
11158 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
11159
11160 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11161 thread in [h-e-w]).
11162
11163 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
11164
11165 * files.el (abort-if-file-too-large): Fix typo in docstring.
11166
11167 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * subr.el (functionp): Return nil for special forms.
11170
11171 2008-04-05 Glenn Morris <rgm@gnu.org>
11172
11173 * emacs-lisp/autoload.el (autoload-ensure-default-file):
11174 Provide a feature.
11175 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11176 Require loaddefs file rather than loading it.
11177 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11178 autoload-ensure-default-file provides a feature.
11179
11180 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11181 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11182 (compile, compile-always, recompile): Use $LOADDEFS.
11183 (cal-autoloads): Remove.
11184
11185 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11186 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
11187
11188 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11189 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11190
11191 * calendar/calendar.el (diary-hebrew-entry-symbol):
11192 Rename hebrew-diary-entry-symbol. Keep old name as alias.
11193 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11194 Keep old name as alias.
11195 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11196 Keep old name as alias.
11197 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11198 to diary-bahai-entry-symbol.
11199 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11200 to diary-hebrew-entry-symbol.
11201 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11202 to diary-islamic-entry-symbol.
11203 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11204
11205 * calendar/solar.el (diary-sabbath-candles-minutes)
11206 (diary-sabbath-candles): Move to cal-hebrew.
11207 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11208 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11209 Doc fix. Keep old name as alias.
11210 (diary-hebrew-sabbath-candles): Simplify.
11211 (solar-setup, solar-sunrise-sunset, calendar-latitude)
11212 (calendar-longitude, calendar-time-zone): Declare for compiler.
11213 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11214 rename.
11215
11216 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11217 Rename coptic-calendar-month-name-array. Update callers.
11218 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
11219 (calendar-coptic-name): Rename coptic-name. Update callers.
11220 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11221 Update callers.
11222 (calendar-coptic-last-day-of-month):
11223 Rename coptic-calendar-last-day-of-month. Update callers.
11224 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11225 Keep old name as alias, update callers.
11226 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11227 Keep old name as alias, update callers.
11228 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11229 Keep old name as alias.
11230 (calendar-ethiopic-month-name-array):
11231 Rename ethiopic-calendar-month-name-array. Update callers.
11232 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11233 Update callers.
11234 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
11235 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11236 Keep old name as alias, update callers.
11237 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11238 Keep old name as alias, update callers.
11239 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11240 Keep old name as alias.
11241
11242 * calendar/cal-french.el (calendar-french-epoch):
11243 Rename french-calendar-epoch. Update callers.
11244 (calendar-french-month-name-array): Rename variable and function
11245 french-calendar-month-name-array. Update callers.
11246 (calendar-french-multibyte-month-name-array):
11247 Rename french-calendar-multibyte-month-name-array. Update callers.
11248 (calendar-french-day-name-array): Rename variable and function
11249 french-calendar-day-name-array. Update callers.
11250 (calendar-french-special-days-array): Rename variable and function
11251 french-calendar-special-days-array. Update callers.
11252 (calendar-french-multibyte-special-days-array):
11253 Rename french-calendar-multibyte-special-days-array. Update callers.
11254 (calendar-french-accents-p): Rename french-calendar-accents.
11255 Update callers.
11256 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11257 Update callers.
11258 (calendar-french-last-day-of-month):
11259 Rename french-calendar-last-day-of-month. Update callers.
11260 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11261 Keep old name as alias, update callers.
11262 (calendar-french-print-date): Rename calendar-print-french-date.
11263 Keep old name as alias, update callers.
11264 (calendar-french-goto-date): Rename calendar-goto-french-date.
11265 Keep old name as alias.
11266
11267 * calendar/cal-menu.el, calendar/calendar.el:
11268 Update for Coptic and French name changes.
11269
11270 * calendar/cal-china.el (calendar-chinese): Rename custom group
11271 from chinese-calendar. Update users.
11272 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11273 Keep old name as alias, update users.
11274 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11275 Keep old name as alias.
11276 (calendar-chinese-daylight-time-offset):
11277 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
11278 update users.
11279 (calendar-chinese-standard-time-zone-name):
11280 Rename chinese-calendar-standard-time-zone-name.
11281 Keep old name as alias, update users.
11282 (calendar-chinese-daylight-saving-start):
11283 Rename chinese-calendar-daylight-savings-starts.
11284 Keep old name as alias, update users.
11285 (calendar-chinese-daylight-saving-end):
11286 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
11287 update users.
11288 (calendar-chinese-daylight-saving-start-time):
11289 Rename chinese-calendar-daylight-savings-starts-time.
11290 Keep old name as alias, update users.
11291 (calendar-chinese-daylight-saving-end-time):
11292 Rename chinese-calendar-daylight-savings-ends-time.
11293 Keep old name as alias, update users.
11294 (calendar-chinese-celestial-stem): Rename
11295 calendar-chinese-celestial-stem. Keep old name as alias, update users.
11296 (calendar-chinese-terrestrial-branch):
11297 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
11298 update users.
11299 (calendar-chinese-zodiac-sign-on-or-after):
11300 Rename chinese-zodiac-sign-on-or-after. Update callers.
11301 (calendar-chinese-new-moon-on-or-after):
11302 Rename chinese-new-moon-on-or-after. Update callers.
11303 (calendar-chinese-month-list): Rename chinese-month-list.
11304 Update callers.
11305 (calendar-chinese-number-months): Rename number-chinese-months.
11306 Update callers.
11307 (calendar-chinese-compute-year): Rename compute-chinese-year.
11308 Update callers.
11309 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
11310 (calendar-chinese-year): Rename chinese-year. Update callers.
11311 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11312 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11313 Keep old name as alias, update callers.
11314 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11315 Keep old name as alias, update callers.
11316 (calendar-chinese-months-to-alist):
11317 Rename make-chinese-month-assoc-list. Update callers.
11318 (calendar-chinese-months): Rename chinese-months. Update callers.
11319 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11320 Keep old name as alias, update callers.
11321
11322 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11323 Rename hebrew-calendar-leap-year-p. Update callers.
11324 (calendar-hebrew-last-month-of-year):
11325 Rename hebrew-calendar-last-month-of-year. Update callers.
11326 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11327 Update callers.
11328 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11329 Update callers.
11330 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11331 Update callers.
11332 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11333 Update callers.
11334 (calendar-hebrew-last-day-of-month):
11335 Rename hebrew-calendar-last-day-of-month. Update callers.
11336 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11337 Keep old name as alias, update callers.
11338 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11339 Keep old name as alias, update callers.
11340 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11341 Keep old name as alias, update callers.
11342 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11343 Keep old name as alias.
11344 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11345 Keep old name as alias.
11346 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11347 Keep old name as alias.
11348 (holiday-hebrew-passover): Rename holiday-passover-etc.
11349 Keep old name as alias.
11350 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11351 Keep old name as alias, update callers.
11352 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11353 Keep old name as alias.
11354 (calendar-hebrew-mark-date-pattern):
11355 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
11356 update callers.
11357 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11358 Keep old name as alias.
11359 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11360 Keep old name as alias.
11361 (diary-hebrew-insert-monthly-entry):
11362 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
11363 (diary-hebrew-insert-yearly-entry):
11364 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
11365 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11366 Keep old name as alias.
11367 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
11368 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
11369 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11370 Keep old name as alias.
11371 (calendar-hebrew-parashiot-names):
11372 Rename hebrew-calendar-parashiot-names. Update callers.
11373 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11374 (calendar-hebrew-year-Saturday-incomplete-Sunday):
11375 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11376 (calendar-hebrew-year-Saturday-complete-Tuesday):
11377 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11378 (calendar-hebrew-year-Monday-incomplete-Tuesday):
11379 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11380 (calendar-hebrew-year-Monday-complete-Thursday):
11381 Rename hebrew-calendar-year-Monday-complete-Thursday.
11382 (calendar-hebrew-year-Tuesday-regular-Thursday):
11383 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11384 (calendar-hebrew-year-Thursday-regular-Saturday):
11385 Rename hebrew-calendar-year-Thursday-regular-Saturday.
11386 (calendar-hebrew-year-Thursday-complete-Sunday):
11387 Rename hebrew-calendar-year-Thursday-complete-Sunday.
11388 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11389 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11390 (calendar-hebrew-year-Saturday-complete-Thursday):
11391 Rename hebrew-calendar-year-Saturday-complete-Thursday.
11392 (calendar-hebrew-year-Monday-incomplete-Thursday):
11393 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11394 (calendar-hebrew-year-Monday-complete-Saturday):
11395 Rename hebrew-calendar-year-Monday-complete-Saturday.
11396 (calendar-hebrew-year-Tuesday-regular-Saturday):
11397 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11398 (calendar-hebrew-year-Thursday-incomplete-Sunday):
11399 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11400 (calendar-hebrew-year-Thursday-complete-Tuesday):
11401 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11402 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
11403 Update for above name changes of constants.
11404
11405 * calendar/cal-menu.el, calendar/calendar.el:
11406 Update for chinese and hebrew name changes.
11407 * calendar/diary-lib.el: Update for hebrew name changes.
11408
11409 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * subr.el (keymap-canonicalize): Correct thinko.
11412
11413 * server.el: Undo part of the multi-tty change, which is only
11414 needed if server.el is preloaded, and broke server-running-p.
11415 (server-socket-dir): Initialize in the defvar, as before.
11416 (server-start): Remove initialization of server-socket-dir.
11417
11418 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11419
11420 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11421 3-member cons cells.
11422
11423 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * cus-face.el (custom-face-attributes): Handle roman slant.
11426
11427 * faces.el (default): Ensure the face-defface-spec property is set.
11428
11429 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11430
11431 * files.el (abort-if-file-too-large): New function.
11432 (find-file-noselect, insert-file-1): Use it.
11433
11434 2008-04-05 Reto Zimmermann <reto@gnu.org>
11435
11436 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11437 Replace C-c[a-zA-Z] key bindings.
11438
11439 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * progmodes/hideif.el (hif-token-alist): New var.
11442 (hif-token-regexp, hif-tokenize): Use it.
11443 (hif-mathify-binop): New macro.
11444 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11445 (hif-greater-equal, hif-less-equal): Use it.
11446 (hif-logior, hif-logand): New functions.
11447 (hif-math): Accept | and & as well.
11448
11449 * progmodes/etags.el: Fix problem with completion for buffer-local
11450 tables. Reported by Radey Shouman <shouman@comcast.net>.
11451 (tags-complete-tag): Remove.
11452 (tags-lazy-completion-table): New function to replace it.
11453 (find-tag-tag, complete-tag): Update users.
11454
11455 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11456
11457 * vc-rcs.el (vc-rcs-dir-status):
11458 * vc-sccs.el (vc-sccs-dir-status): New function.
11459
11460 * outline.el (outline-mode-menu-bar-map):
11461 * term.el (terminal-signal-menu): Add :help.
11462
11463 * net/eudc.el (eudc-mode-map): Declare and define in one step.
11464 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11465
11466 * emacs-lisp/re-builder.el (reb-mode-map):
11467 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11468
11469 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11470 new files, deleted files and for changing permissions.
11471 (diff-mode): Set beginning-of-defun-function and
11472 end-of-defun-function.
11473
11474 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11475
11476 * vc.el (vc-default-status-fileinfo-extra): New function.
11477 (vc-status-mark-buffer-changed): Use it.
11478 (vc-update-vc-status-buffer): Allow for partial updates.
11479
11480 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11483 tramp-register-completion-file-name-handler.
11484
11485 * subr.el (keymap-canonicalize): New function.
11486 * mouse.el (mouse-menu-non-singleton): Use it.
11487 (mouse-major-mode-menu): Remove hack made unnecessary.
11488
11489 * simple.el (set-fill-column): Prompt rather than error by default.
11490
11491 2008-04-04 Andreas Schwab <schwab@suse.de>
11492
11493 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11494 Reset new-rules after each round.
11495
11496 * Makefile.in (cal-autoloads): New target.
11497 (compile, compile-always, recompile): Depend on it.
11498 ($(lisp)/calendar/cal-loaddefs.el)
11499 ($(lisp)/calendar/diary-loaddefs.el)
11500 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11501
11502 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11503
11504 * ediff*.el: Replace load with require in eval-when-compile.
11505
11506 * ediff-hook.el: Delete all invocations of (autoload ...).
11507
11508 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11509 in ediff control window, and set its min height to 2.
11510 (ediff-setup-control-buffer): Dedicate the control window.
11511 (ediff-toggle-multiframe): Undedicate control window.
11512 Work directly with ediff-setup-windows-multiframe and
11513 ediff-setup-windows-plain.
11514
11515 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11516 New function.
11517 (ediff-window-setup-function): Change initialization.
11518 (ediff-setup-windows-automatic): Delete.
11519 (ediff-setup-windows-plain-merge): Make control window dedicated.
11520 (ediff-destroy-control-frame): Do not skip frames if working in a
11521 single frame.
11522
11523 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11524 eval-when-compile.
11525
11526 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11527 eval-when-compile.
11528
11529 2008-04-04 Glenn Morris <rgm@gnu.org>
11530
11531 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11532 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11533
11534 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11535 Rename islamic-calendar-leap-year-p. Update callers.
11536 (calendar-islamic-last-day-of-month):
11537 Rename islamic-calendar-last-day-of-month. Update callers.
11538 (calendar-islamic-day-number):
11539 Rename islamic-calendar-day-number. Update callers.
11540 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11541 Update callers, keep old name as alias.
11542 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11543 Update callers, keep old name as alias.
11544 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11545 Keep old name as alias.
11546 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11547 Update callers, keep old name as alias.
11548 (calendar-islamic-mark-date-pattern):
11549 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11550 name as alias.
11551 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11552 Keep old name as alias.
11553 (diary-islamic-insert-monthly-entry):
11554 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11555 (diary-islamic-insert-yearly-entry):
11556 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11557
11558 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11559 calendar-absolute-from-iso. Update callers, keep old name as alias.
11560 (calendar-iso-print-date): Rename calendar-print-iso-date.
11561 Update callers, keep old name as alias.
11562 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11563 Keep old name as alias.
11564 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11565 Keep old name as alias.
11566
11567 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11568 calendar-absolute-from-julian. Update callers, keep old name as alias.
11569 (calendar-julian-print-date): Rename calendar-print-julian-date.
11570 Update callers, keep old name as alias.
11571 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11572 Update callers, keep old name as alias.
11573 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11574 Update callers, keep old name as alias.
11575 (calendar-astro-print-day-number):
11576 Rename calendar-print-astro-day-number. Update callers, keep old
11577 name as alias.
11578 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11579 Update callers, keep old name as alias.
11580
11581 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11582 Rename calendar-string-to-mayan-long-count. Update callers.
11583 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11584 Update callers, keep old name as alias.
11585 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11586 Update callers.
11587 (calendar-mayan-read-tzolkin-date):
11588 Rename calendar-read-mayan-tzolkin-date. Update callers.
11589 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11590 Keep old name as alias.
11591 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11592 Keep old name as alias.
11593 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11594 Keep old name as alias.
11595 (calendar-mayan-previous-tzolkin-date):
11596 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11597 (calendar-mayan-next-round-date):
11598 Rename calendar-next-calendar-round-date. Keep old name as alias.
11599 (calendar-mayan-previous-round-date):
11600 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11601 (calendar-mayan-long-count-to-absolute): Rename
11602 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11603 (calendar-mayan-goto-long-count-date):
11604 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11605
11606 * calendar/cal-persia.el (calendar-persian-month-name-array):
11607 Rename persian-calendar-month-name-array. Update callers.
11608 (calendar-persian-epoch): Rename persian-calendar-epoch.
11609 Update callers.
11610 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11611 Update callers.
11612 (calendar-persian-last-day-of-month):
11613 Rename persian-calendar-last-day-of-month. Update callers.
11614 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11615 Update callers, keep old name as alias.
11616 (calendar-persian-print-date): Rename calendar-print-persian-date.
11617 Update callers, keep old name as alias.
11618 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11619 Keep old name as alias.
11620
11621 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11622 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11623 * calendar/solar.el: Update for cal-julian name changes.
11624
11625 * calendar/cal-dst.el: Update for persian name changes.
11626
11627 * calendar/cal-menu.el, calendar/calendar.el:
11628 Update for islamic, iso, julian, mayan, persian name changes.
11629
11630 * calendar/diary-lib.el: Update for islamic name changes.
11631
11632 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11633 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11634 as alias.
11635 (calendar-christian-all-holidays-flag):
11636 Rename all-christian-calendar-holidays. Update callers, keep old
11637 name as alias.
11638 (calendar-islamic-all-holidays-flag):
11639 Rename all-islamic-calendar-holidays. Update callers, keep old
11640 name as alias.
11641 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11642 Update callers, keep old name as alias.
11643 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11644 Update for the above name changes.
11645
11646 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11647
11648 * hilit-chg.el (global-highlight-changes-mode)
11649 (highlight-changes-passive-string, highlight-changes-active-string):
11650 Mark as obsolete since 23.1, not 22.1.
11651
11652 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11653
11654 * hilit-chg.el (highlight-changes-visibility-initial-state)
11655 (hilit-chg-update, highlight-changes-mode-turn-on):
11656 Fix typos in docstrings.
11657
11658 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11659
11660 * newcomment.el (comment-enter-backward): Be careful to restore
11661 position changed during narrowing.
11662
11663 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11664
11665 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11666 Recognize `sub ($$)'.
11667
11668 2008-04-03 Richard Sharman <rsharman@pobox.com>
11669
11670 * hilit-chg.el (highlight-changes-mode): Rename from
11671 highlight-changes; no longer uses sub-modes active and passive;
11672 implemented by define-minor-mode.
11673 (highlight-changes-toggle-visibility): New function, to replace
11674 the old passive/active submodes of global-highlight-changes-mode;
11675 implemented by define-minor-mode.
11676 (global-highlight-changes-mode): Rename from global-highlight-changes;
11677 rewrite using define-globalized-minor-mode.
11678 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11679 (hilit-chg-post-command-hook, hilit-chg-check-global)
11680 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11681 to use of define-globalized-minor-mode.
11682 (highlight-changes-global-initial-state): Change to be boolean.
11683 (highlight-changes-visible-string, highlight-changes-invisible-string):
11684 Rename from highlight-changes-active-string and
11685 highlight-changes-passive-string.
11686 (hilit-chg-update, hilit-chg-set): Use them.
11687 (global-highlight-changes-mode): Rename from global-highlight-changes.
11688 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11689 docstring.
11690 (hilit-chg-hide-changes): Rewrite to use dolist.
11691 (hilit-chg-set-face-on-change, hilit-chg-update)
11692 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11693 variable instead of testing highlight-changes-mode.
11694 (highlight-markup-buffers): Add require ediff-util; argument on calls
11695 to highlight-changes-mode changed.
11696 (highlight-compare-with-file): Fix problems with interactive
11697 call giving invalid default file.
11698
11699 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11700
11701 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11702 Fix in disassembly buffer (regression in 22.2).
11703
11704 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11705
11706 * emulation/viper-macs.el (viper-read-fast-keysequence):
11707 Use viper-read-event instead of viper-read-key.
11708
11709 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11710
11711 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11712 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11713 let-statements.
11714
11715 * emulation/viper-ex.el, emulation/viper-macs.el:
11716 * emulation/viper-mous.el:
11717 Replace load with require in eval-when-compile.
11718
11719 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11722
11723 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11724 (archive-try-jka-compr): New function.
11725 (archive-set-buffer-as-visiting-file): Use it.
11726
11727 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11728
11729 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * simple.el (handle-shift-selection): New arg.
11732
11733 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11736
11737 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11738
11739 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11740
11741 * shell.el (shell-dynamic-complete-filename): New fun.
11742 (shell-dynamic-complete-functions): Use it.
11743
11744 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11745
11746 2008-04-03 Kenichi Handa <handa@m17n.org>
11747
11748 * international/fontset.el (create-fontset-from-x-resource):
11749 Handle the error of X resource more gracefully.
11750
11751 * international/latin1-disp.el (latin1-display): Don't use make-char.
11752 Fix the argument to set-char-table-range.
11753 (latin1-display-identities): Don't use make-char.
11754 (latin1-display-reset): Use map-charset-chars instead of directly
11755 calling standard-display-default.
11756 (latin1-display-check-font): Don't use make-char.
11757 (latin1-display-setup): Likewise.
11758 (latin1-display-ucs-per-lynx): Likewise.
11759
11760 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11763 name the fields, to make the code clearer.
11764 Rewrite all `aset' and `aref' using the defined accessors.
11765 (timer--time): New pseudo-field.
11766 (timer-set-time, timer-set-idle-time, timer-inc-time)
11767 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11768 (timer--time-less-p): New function.
11769 (timer--activate): New function, extracted from timer-activate.
11770 (timer-activate-when-idle, timer-activate): Use it.
11771 (cancel-function-timers): Use dolist.
11772
11773 2008-04-03 Glenn Morris <rgm@gnu.org>
11774
11775 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11776 Remove declarations; no longer used.
11777 (c-cpp-define-name, c-defun-name): Declare as functions.
11778
11779 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11780 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11781
11782 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11783 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11784 Add optional argument. Simplify.
11785 (holiday-tisha-b-av-etc): Use memq rather than unless.
11786 (holiday-julian): Autoload it.
11787 (holiday-hebrew-misc): New function.
11788
11789 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11790
11791 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11792 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11793 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11794 all-hebrew-calendar-holidays.
11795 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11796 Simplify using new functions.
11797 (calendar-holidays): Doc fix.
11798 (generate-calendar-window): Use bound-and-true-p.
11799
11800 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11801
11802 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11803 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11804 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11805 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11806
11807 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11808
11809 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11812
11813 * vc-bzr.el (vc-bzr-checkout): Simplify.
11814
11815 * image-mode.el (image-mode-fit-frame): New command.
11816
11817 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11818 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11819 (keyboard-escape-quit): Check region-active-p i.s.o
11820 transient-mark-mode.
11821
11822 2008-04-02 Simon Josefsson <simon@josefsson.org>
11823
11824 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11825 (imap-message-copyuid-1): Use it.
11826 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11827 J. Williams in
11828 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11829
11830 2008-04-02 Alan Mackenzie <acm@muc.de>
11831
11832 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11833 New optimised functions to get the name of the current defun/macro.
11834
11835 * add-log.el (add-log-current-defun): Move the functionality which
11836 gets the current function name for C like modes to cc-cmds.el,
11837 thus optimising for speed.
11838
11839 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * simple.el (deactivate-mark): When the mark is temporarily
11842 active, restore the original value of transient-mark-mode.
11843 (set-mark-command): First deactivate the mark if was temporarily active.
11844 (exchange-point-and-mark): Reactivate the mark if it was
11845 temporarily active.
11846 (handle-shift-selection): New fun.
11847 (transient-mark-mode): Move var documentation here from buffer.c.
11848 (next-line, previous-line, backward-word, move-end-of-line)
11849 (move-beginning-of-line, forward-to-indentation)
11850 (backward-to-indentation, back-to-indentation)
11851 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11852
11853 * mouse.el (mouse-set-region-1): Save the old value of
11854 transient-mark-mode.
11855 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11856 transient-mark-mode.
11857
11858 * textmodes/paragraphs.el (forward-paragraph)
11859 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11860 interactive spec.
11861
11862 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11863
11864 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * net/tramp.el (tramp-make-tramp-temp-file):
11867 Use `tramp-drop-volume-letter' for the local file name part.
11868
11869 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11870
11871 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11872 Add menu entries corresponding to all the key bindings.
11873
11874 * emacs-lisp/debug.el (debugger-mode-map):
11875 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11876 (conf-align-assignments): Only work on the region if it is active.
11877 (conf-quote-normal): Use when instead of if. Remove redundant test.
11878
11879 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11880 for tracing and re-builder.
11881
11882 2008-04-02 Glenn Morris <rgm@gnu.org>
11883
11884 * calendar/appt.el (appt-disp-window-function): Doc fix.
11885 (appt-display-message): Move beep before display.
11886 (appt-check): Make interactive. Reduce the number of lets.
11887 Use string-equal to compare mode-line strings.
11888 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11889 read-only.
11890 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11891 (appt-delete): Simplify.
11892
11893 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11894
11895 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11896
11897 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11898 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11899 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11900
11901 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11902 (calendar-holiday-marker, mark-visible-calendar-date):
11903 * calendar/diary-lib.el (fancy-diary-display):
11904 Check for font-lock-mode before using faces.
11905
11906 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11907 (calendar-gregorian-from-absolute): Reduce the number of lets.
11908 (hebrew-holidays-4, generate-calendar-window): Simplify.
11909 (calendar-for-loop): Make obsolete.
11910 (calendar-nth-named-day): Doc fix.
11911
11912 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11913 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11914 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11915 Reduce the number of lets.
11916 (mark-sexp-diary-entries, calendar-mark-complex):
11917 Expand calendar-for-loops.
11918
11919 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11920
11921 * find-dired.el (find-dired-filter): Fix last patch to handle
11922 multi-line process input. Pad link numbers too.
11923
11924 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11925
11926 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11927
11928 2008-04-01 Jason Rumney <jasonr@gnu.org>
11929
11930 * international/characters.el (script-list): Add phonetic script,
11931 covering IPA (previously Latin), Phonetic Extensions and
11932 Phonetic Extensions Supplement (both previously unassigned).
11933
11934 * international/fontset.el (setup-default-fontset): Use unicode fonts
11935 that cover bopomofo script for bopomofo.
11936 Likewise for braille and mathematical.
11937 Use unicode scripts that cover the phonetic script for IPA.
11938
11939 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11940
11941 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11942 return the assigned value.
11943
11944 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * abbrev.el (abbrev-mode): Use define-minor-mode.
11947
11948 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11949 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11950 Use map-keymap.
11951 (minor-mode-menu-from-indicator): Use it. Simplify.
11952
11953 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11954 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11955 Bind the key directly to the menu.
11956 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11957
11958 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11959
11960 * epa.el (epa-decrypt-region): Explain the reason why this
11961 function should not be used in Lisp programs.
11962 (epa-decrypt-armor-in-region): Ditto.
11963 (epa-verify-region): Ditto.
11964 (epa-verify-cleartext-in-region): Ditto.
11965 (epa-sign-region): Ditto.
11966 (epa-encrypt-region): Ditto.
11967
11968 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11969
11970 * epa.el (epa-select-keys): Show menu even if there is no key in
11971 GnuPG's keyring.
11972
11973 2008-04-01 Glenn Morris <rgm@gnu.org>
11974
11975 * calendar/calendar.el (calendar-make-temp-face): New function.
11976 (mark-visible-calendar-date):
11977 * calendar/diary-lib.el (fancy-diary-display): Use it.
11978
11979 * vc-hooks.el (vc-responsible-backend): Declare as function.
11980
11981 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11982 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11983 * calendar/cal-julian.el (holiday-julian): Use it.
11984
11985 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11986 (calendar-hebrew-date-is-visible-p): Extract some common code into
11987 separate function.
11988 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11989
11990 * calendar/cal-menu.el (cal-menu-holidays-menu):
11991 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11992 rather than obsolete alias.
11993
11994 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11995 for mark characters.
11996 (calendar-unmark): Unmark by removing all overlays, rather than
11997 redrawing.
11998 (calendar-starred-day): Remove.
11999 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
12000 (calendar-cursor-to-date): No need for special star handling now
12001 using overlays.
12002 (calendar-star-date): Use overlays.
12003
12004 * calendar/cal-french.el (calendar-goto-french-date):
12005 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12006 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12007 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12008 * calendar/cal-persia.el (calendar-persian-date-string):
12009 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12010 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12011 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12012 * calendar/solar.el (solar-equinoxes-solstices):
12013 Reduce nesting of some lets.
12014
12015 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12016 (calendar-goto-mayan-long-count-date): Simplify.
12017
12018 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12019 Simplify by using mapcar.
12020 (calendar-list-holidays): Return holiday-list.
12021 (list-holidays): Use let rather than let*. Remove un-needed locals
12022 `d', `never'.
12023 (calendar-check-holidays): Return result from dolist.
12024 (holiday-float): Use a single let*. Simplify if-and to and.
12025 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12026 single let*.
12027
12028 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
12029
12030 * calc/calc.el: Autoload `calc-yank'.
12031 (calc-mode-map): Add keybindings for `calc-yank'.
12032 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12033 assignments for `calc-yank'.
12034
12035 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
12036
12037 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12038 (vc-status-mark-buffer-changed): Handle the extra field.
12039
12040 * vc-bzr.el (vc-bzr-after-dir-status):
12041 * vc-cvs.el (vc-cvs-after-dir-status):
12042 * vc-hg.el (vc-hg-after-dir-status):
12043 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12044
12045 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12046
12047 * doc-view.el: Compute displayed pages first (in PDF).
12048 (doc-view-current-converter-processes): Rename from
12049 doc-view-current-converter-process. Update users.
12050 (doc-view-sentinel): Test buffer's liveness.
12051 (doc-view-pdf/ps->png-sentinel): Remove.
12052 (doc-view-start-process): New function.
12053 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12054 (doc-view-ps->pdf): Use it.
12055 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12056 New functions.
12057 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12058 (doc-view-mode): Kill the processes when leaving the mode.
12059
12060 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
12061
12062 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12063 Use `byte-compile-warning-types'. Add docstring.
12064
12065 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12068 (smerge-resolve): Add various resolution heuristics.
12069
12070 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12071 in 3-way conflicts.
12072
12073 2008-03-31 Glenn Morris <rgm@gnu.org>
12074
12075 * calendar/cal-bahai.el (diary-bahai-mark-entries):
12076 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12077 * calendar/cal-islam.el (mark-islamic-diary-entries):
12078 Fix argument order in call to diary-mark-entries-1.
12079
12080 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12081 pre-Bahai dates.
12082 (holiday-bahai): Use an algorithm actually relevant to this calendar
12083 system.
12084
12085 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12086
12087 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12088 Use and.
12089
12090 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12091 in the last fortnight in Julian October.
12092
12093 * calendar/calendar.el (increment-calendar-month): Optionally handle
12094 systems without 12 months per year.
12095 (calendar-date-is-visible-p): Doc fix. Simplify.
12096
12097 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12098 from dolist.
12099
12100 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12103 (hi-lock-unload-function): New function.
12104
12105 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12106
12107 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12108 overwriting when NEWNAME is a local file.
12109
12110 * net/trampver.el: Update release number.
12111
12112 2008-03-30 Alexandre Julliard <julliard@winehq.org>
12113
12114 * vc-git.el: Make vc-status display information about copies,
12115 renames and permission changes.
12116 (vc-git-extra-fileinfo): New defstruct.
12117 (vc-git-escape-file-name, vc-git-file-type-as-string)
12118 (vc-git-rename-as-string, vc-git-permissions-as-string)
12119 (vc-git-status-printer): New functions.
12120 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12121 (vc-git-after-dir-status-stage1): Look for copies, renames and
12122 permission changes.
12123 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12124 (vc-git-dir-status): Ask for staged files and renames.
12125
12126 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
12127
12128 * vc.el: Allow backends to display backend specific information in
12129 the vc-status listing.
12130 (vc-status-fileinfo): Add a field for backend specific information.
12131 (vc-status-printer): Rename to ...
12132 (vc-default-status-printer): ... this.
12133 (vc-status-printer): New function.
12134 (vc-update-vc-status-buffer): Set the backend specific file info
12135 if provided.
12136
12137 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * textmodes/remember.el (remember-diary-convert-entry): Revert last
12140 change (ill-conceived).
12141
12142 2008-03-29 Glenn Morris <rgm@gnu.org>
12143
12144 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12145 * calendar/cal-julian.el (holiday-julian): Simplify.
12146
12147 * calendar/holidays.el (list-holidays): Use or.
12148
12149 2008-03-29 Juri Linkov <juri@jurta.org>
12150
12151 * window.el (split-window-preferred-horizontally): New function.
12152
12153 * cus-start.el (split-window-preferred-function):
12154 Set choice for "vertically" to nil instead of split-window.
12155 Set choice for "horizontally" to split-window-preferred-horizontally
12156 instead of lambda.
12157
12158 2008-03-29 Juri Linkov <juri@jurta.org>
12159
12160 * simple.el (minibuffer-default-add-function): New variable with
12161 the default to minibuffer-default-add-completions.
12162 (minibuffer-default-add-done): New variable. Make it buffer-local.
12163 (minibuffer-default-add-completions): New function.
12164 (goto-history-element): Set minibuffer-default-add-done to t and
12165 call a function in minibuffer-default-add-function when the
12166 specified absolute history position is greater than the length of
12167 the minibuffer-default list and minibuffer-default-add-done is nil.
12168 Change "^End of history; no next item$" to "^End of defaults;
12169 no next item$".
12170
12171 * bindings.el (debug-ignored-errors): Change "^End of history;
12172 no next item$" to "^End of defaults; no next item$".
12173
12174 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12177
12178 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12179 to with-no-warnings.
12180
12181 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
12182
12183 Sync with Tramp 2.1.13.
12184
12185 * net/tramp-ftp.el: Require 'cl when byte-compiling.
12186
12187 * net/trampver.el: Update release number.
12188
12189 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12190
12191 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12192 the current backend.
12193
12194 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12195 (vc-status-refresh): Create a temporary buffer and call the
12196 `dir-status' backend function from that buffer.
12197
12198 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12199 (vc-bzr-after-dir-status): Don't kill the buffer.
12200
12201 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12202 (vc-cvs-after-dir-status): Don't kill the buffer.
12203
12204 * vc-git.el (vc-git-dir-status): Don't create a buffer.
12205 (vc-git-after-dir-status-stage2): Don't kill the buffer.
12206
12207 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12208 (vc-hg-after-dir-status): Don't kill the buffer.
12209
12210 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12211 (vc-svn-after-dir-status): Don't kill the buffer.
12212
12213 2008-03-29 Glenn Morris <rgm@gnu.org>
12214
12215 * calendar/calendar.el (diary-file, american-date-diary-pattern)
12216 (european-date-diary-pattern, european-calendar-display-form)
12217 (american-calendar-display-form, diary-display-hook): Doc fixes.
12218 (european-calendar-style): Doc fix. Use calendar-set-date-style for
12219 custom :set. Mark as obsolete.
12220 (calendar-date-style, iso-date-diary-pattern)
12221 (iso-calendar-display-form): New user variables.
12222 (diary-date-forms, calendar-date-display-form): Set using
12223 calendar-date-style. Doc fix.
12224 (calendar-set-date-style): New command.
12225 (european-calendar, american-calendar): Use calendar-set-date-style.
12226 Mark as obsolete.
12227
12228 * calendar/diary-lib.el (number): Move declaration where needed.
12229 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12230 (diary-make-date): New function.
12231 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12232 Use diary-make-date.
12233 (diary-date-display-form, diary-insert-entry-1): New functions.
12234 (insert-monthly-diary-entry, insert-yearly-diary-entry):
12235 Use diary-insert-entry-1.
12236 (insert-anniversary-diary-entry, insert-block-diary-entry)
12237 (insert-cyclic-diary-entry): Use diary-date-display-form.
12238
12239 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12240 Autoload diary-insert-entry-1.
12241 * calendar/cal-bahai.el (diary-bahai-insert-entry)
12242 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12243 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12244 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12245 * calendar/cal-islam.el (insert-islamic-diary-entry)
12246 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12247 Use diary-insert-entry-1.
12248
12249 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12250 (diary-yahrzeit): Doc fix. Use diary-make-date.
12251
12252 * calendar/icalendar.el (icalendar--datetime-to-american-date):
12253 New name for icalendar--datetime-to-noneuropean-date. Make old name
12254 obsolete alias.
12255 (icalendar--datetime-to-iso-date): New function.
12256 (icalendar--datetime-to-diary-date): Doc fix. Respect
12257 calendar-date-style if bound.
12258
12259 * textmodes/remember.el (remember-diary-convert-entry):
12260 Respect calendar-date-style if bound.
12261
12262 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12265 (xterm-mouse-handle-delete-frame): Delete.
12266
12267 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12268 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12269 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12270 in xterm-modify-other-keys-terminal-list.
12271
12272 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12273 are conflicts.
12274
12275 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12276
12277 * vc.el (vc-update): Check if the buffer is unsaved only if it
12278 actually exists.
12279 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12280 vc-print-log.
12281
12282 2008-03-28 Magnus Henoch <mange@freemail.hu>
12283
12284 * net/dns.el (dns-write): Use set-buffer-multibyte.
12285
12286 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * vc-bzr.el (vc-bzr-sha1): New fun.
12289 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12290 (vc-bzr-registered): Use it.
12291
12292 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12293
12294 * vc.el (vc-status-kill-dir-status-process): Simplify.
12295 (vc-status-refresh): Make sure the buffer is live.
12296 (ring): Don't require it, not used.
12297
12298 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
12299
12300 * progmodes/verilog-mode.el (verilog-auto-inout-module):
12301 Add optional regular expression to AUTOINOUTMODULE.
12302 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12303 (verilog-auto-inst-param, verilog-auto-reg)
12304 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12305 (verilog-auto-output-every, verilog-auto-input)
12306 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12307 (verilog-auto-unused, verilog-auto): Update documentation to use
12308 more obvious instance module names versus cell names.
12309
12310 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
12311
12312 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12313 kill if a process is running.
12314
12315 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12316
12317 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12318
12319 * vc.el: Add new backend function 'status-extra-headers.
12320 (vc-default-status-extra-headers): New function.
12321 (vc-status-headers): Call 'status-extra-headers. Add colors.
12322
12323 * vc-git.el (vc-git-status-extra-headers): New function.
12324
12325 2008-03-28 Glenn Morris <rgm@gnu.org>
12326
12327 * calendar/cal-menu.el (cal-menu-holidays-menu)
12328 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12329 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12330 holiday-list is optional.
12331 (calendar-mouse-holidays): Remove un-needed local `l'.
12332
12333 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12334 Remove un-needed local `date'.
12335 (calendar-cursor-to-visible-date): Use let rather than let*.
12336 Remove un-needed local `first-of-month-weekday'.
12337
12338 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12339
12340 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12341 Doc fixes.
12342 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
12343 (diary-header-line-flag, diary-header-line-format): Declare.
12344 (diary-pull-attrs): Check for multiple matches.
12345 (diary-list-entries-2): Simplify finding start of date.
12346 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12347 pop-up-frames.
12348 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12349 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12350
12351 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
12352
12353 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12354
12355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12356
12357 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12360
12361 * image-mode.el (image-mode-reapply-winprops): Fix last change.
12362
12363 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12364
12365 * international/mule-conf.el (define-iso-single-byte-charset):
12366 Don't make latin-iso8859-* supplementary.
12367 (#'set-charset-priority): Don't change the priority of charsets
12368 `unicode' and `emacs'.
12369
12370 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12373 temp buffer.
12374
12375 2008-03-27 Glenn Morris <rgm@gnu.org>
12376
12377 * calendar/cal-bahai.el (diary-bahai-list-entries):
12378 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12379 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12380
12381 * calendar/calendar.el (diary-file): Doc fix.
12382
12383 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12384 (list-diary-entries-hook, mark-diary-entries-hook)
12385 (include-other-diary-files, diary-mail-entries)
12386 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12387 (diary-set-header): New function.
12388 (diary-header-line-flag, diary-header-line-format):
12389 Use diary-set-header for custom :set function.
12390 (diary-set-maybe-redraw): Use symbol-value rather than eval.
12391 (diary-attrtype-convert): Use intern-soft rather than read.
12392 (diary-display-no-entries): New function.
12393 (simple-diary-display, fancy-diary-display): Use it.
12394 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
12395 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12396
12397 * calendar/holidays.el (list-holidays): Doc fix.
12398
12399 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
12400
12401 * calc/calc-store.el (calc-read-var-name-history): New variable.
12402 (calc-read-var-name): Use `calc-read-var-name-history'.
12403
12404 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * image-mode.el (image-mode-reapply-winprops): Simplify now that
12407 window-configuration-change-hook works buffer-locally.
12408
12409 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12410
12411 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12412 for Emacs Lisp, not Lisp.
12413
12414 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
12415
12416 * help-fns.el (describe-function-1, describe-variable):
12417 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12418
12419 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12420 replacement is provided, don't print "use nil instead".
12421
12422 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12423
12424 * complete.el (PC-do-completion): Use regexp-quote.
12425
12426 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12427
12428 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12429 Detect missing files.
12430
12431 * vc-git.el (vc-git-extra-menu-map): New key map.
12432 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12433 New functions.
12434
12435 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12436 and 'missing files.
12437
12438 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * calendar/holidays.el (list-holidays): Make Y2 optional.
12441
12442 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12443 buffers shown to the user.
12444 (appt-disp-window): Disable undo explicitly now that the leading space
12445 is gone.
12446
12447 * simple.el (activate-mark): New function.
12448 (set-mark-command): Use it with region-active-p to clean up the code.
12449 (exchange-point-and-mark): Invert the meaning of C-u when
12450 transient-mark-mode is active.
12451
12452 * dired-aux.el (dired-create-files): Use dolist.
12453
12454 * bindings.el (mode-line-change-eol): Use with-selected-window.
12455
12456 * apropos.el (apropos-command): Include macros.
12457
12458 2008-03-26 Glenn Morris <rgm@gnu.org>
12459
12460 * calendar/cal-bahai.el: Require calendar, not cal-julian.
12461 (calendar-bahai-epoch): Doc fix.
12462
12463 * calendar/cal-china.el: Explicitly require calendar.
12464
12465 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12466 Require calendar rather than cal-julian.
12467 Autoload calendar-absolute-from-julian.
12468 * calendar/cal-coptic.el (coptic-calendar-epoch):
12469 * calendar/cal-islam.el (calendar-islamic-epoch):
12470 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12471
12472 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12473
12474 * calendar/cal-dst.el: Don't require cal-persia.
12475 (calendar-absolute-from-persian): Autoload it.
12476 (dst-adjust-time): Doc fix.
12477
12478 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12479 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12480 calendar.
12481
12482 * calendar/cal-menu.el: Require calendar rather than declaring
12483 functions.
12484 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12485
12486 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12487 calendar-after-frame-setup-hooks. Update callers, make old name an
12488 obsolete alias. Doc fix.
12489 (calendar-frame-1): Doc fix.
12490
12491 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12492
12493 * calendar/calendar.el (oriental-holidays, solar-holidays):
12494 * calendar/holidays.el (list-holidays): Assume atan always bound.
12495
12496 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12497 Explicitly require calendar, not cal-julian.
12498 * calendar/lunar.el: Explicitly require cal-dst.
12499
12500 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12503
12504 * help-fns.el (describe-function-1, describe-variable): If no
12505 replacement is provided, don't print "use nil instead".
12506
12507 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12508
12509 * proced.el: New file.
12510
12511 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12512
12513 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12514
12515 2008-03-25 Juri Linkov <juri@jurta.org>
12516
12517 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12518 in battery-mode-line-format.
12519
12520 * bindings.el (minibuffer-local-map): For the command
12521 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12522 with map which is already locally bound to minibuffer-local-map.
12523
12524 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12527 Remove `sort-first' argument.
12528
12529 * subr.el (redisplay-end-trigger-functions)
12530 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12531 (process-filter-multibyte-p, set-process-filter-multibyte):
12532 Mark as obsolete.
12533
12534 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12537 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12538 use the LOCAL arg of `add-hook'.
12539 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12540 Remove spurious * from defcustom docstrings.
12541 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12542 Fix typos in messages.
12543 (reb-mode-buffer-p): New function.
12544 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12545 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12546 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12547 Use `unless', `when'.
12548 (re-builder-unload-function): New function.
12549
12550 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12551
12552 * vc-hooks.el (vc-state): Add documentation for 'missing.
12553
12554 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12555
12556 * progmodes/verilog-mode.el (verilog-auto-output)
12557 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12558 (verilog-delete-auto): Add optional regular expression to
12559 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12560 (verilog-signals-matching-regexp): New internal function for
12561 signal matching.
12562
12563 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12564
12565 * info.el (Info-isearch-search): Always return point.
12566
12567 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * diff-mode.el (diff-remembered-defdir): New var.
12570 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12571
12572 2008-03-25 Glenn Morris <rgm@gnu.org>
12573
12574 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12575 calendar-bahai-prompt-for-date. Update callers, make old name an
12576 obsolete alias. Doc fix.
12577 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12578 coptic-prompt-for-date. Update callers, make old name an
12579 obsolete alias. Doc fix.
12580 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12581 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12582 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12583 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12584 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12585 calendar-iso-read-args. Update callers, make old name an obsolete
12586 alias.
12587 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12588 persian-prompt-for-date. Update callers, make old name an
12589 obsolete alias. Doc fix. Move definition before use.
12590
12591 * calendar/cal-x.el (diary-frame-parameters)
12592 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12593 (calendar-frame-1): Doc fixes.
12594 (make-fancy-diary-buffer): Remove declaration.
12595 (calendar-dedicate-diary): Replace call to deleted function
12596 make-fancy-diary-buffer.
12597 (calendar-frame-setup): New function.
12598 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12599 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12600 work, and mark as obsolete.
12601 (special-display-buffer-names): Don't mess with this; it's not our
12602 business.
12603 (cal-x-load-hook): Defvar it, and mark as obsolete.
12604
12605 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12606 Default to t. Add to 'calendar group.
12607 (calendar): Doc fix. Use calendar-frame-setup.
12608 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12609 (generate-calendar-window): Doc fix.
12610
12611 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12614
12615 2008-03-24 Drew Adams <drew.adams@oracle.com>
12616
12617 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12618 New variables.
12619 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12620 (finder-exit): Ignore errors rather than avoiding them.
12621 Kill *Finder-package* buffer also.
12622
12623 2008-03-24 Andreas Schwab <schwab@suse.de>
12624
12625 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12626
12627 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12628
12629 * vc-hg.el (vc-hg-after-dir-status):
12630 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12631
12632 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12633 Detect removed files.
12634
12635 * vc.el (vc-status-printer): Use a different face for missing files.
12636 (vc-status-hide-up-to-date): Rename from
12637 vc-status-remove-up-to-date. Update all callers.
12638 (vc-status-mode-map): Bind C-m.
12639
12640 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12641
12642 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12643 code ...
12644 (vc-git--state-code): ... to this new function.
12645 (vc-git-state): Use it.
12646
12647 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
12648
12649 * textmodes/remember.el (remember-mail-date)
12650 (remember-store-in-mailbox): Write date and From line in such a
12651 way that Mutt can read it.
12652
12653 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * simple.el (transient-mark-mode): Turn on by default.
12656
12657 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12658
12659 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12660 'unregistered for unregistered files.
12661
12662 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12663
12664 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12665
12666 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12667 subdirectories.
12668
12669 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12670 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12671 Add :enable for vc-status-refresh.
12672 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12673 (vc-status-tool-bar-map): Add binding for
12674 vc-status-kill-dir-status-process.
12675 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12676 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12677 Reset vc-status-process-buffer.
12678 (vc-status-refresh): Don't run two refreshes at a time.
12679 (vc-status): If the buffer is already in vc-status-mode only refresh.
12680 (vc-status-mark-buffer-changed): Add an optional file parameter.
12681 (vc-resynch-buffer): Use it.
12682 (vc-delete-file): Expand the file name before using it.
12683 Be careful to not create a new buffer with the old file contents.
12684 Update the VC state after performing the operation.
12685
12686 2008-03-23 Andreas Schwab <schwab@suse.de>
12687
12688 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12689 Fix radio button condition.
12690 [box]: Likewise.
12691 [customize]: Add radio button.
12692
12693 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12694
12695 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12696 (calc-user-parse-tables, calc-gnuplot-default-device)
12697 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12698 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12699 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12700 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12701 (calc-undo-list, calc-redo-list, calc-main-buffer)
12702 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12703 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12704 (calc-said-hello, calc-executing-macro, calc-any-selections)
12705 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12706 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12707 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12708 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12709 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12710 (calc-create-buffer, calc-quit): Add docstrings.
12711
12712 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12713
12714 * makefile.w32-in (WINS_ALMOST): Add org.
12715
12716 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12717
12718 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12719 New functions to implement vc-status support.
12720
12721 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12722
12723 * vc.el (vc-status-prepare-status-buffer): New function.
12724 (vc-status): Use it.
12725
12726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12727 appropriate.
12728
12729 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12730
12731 * vc-git.el (vc-git--empty-db-p)
12732 (vc-git-after-dir-status-stage1-empty-db): New functions.
12733 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12734 Add support for empty repositories.
12735
12736 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12737
12738 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12739 Allow "^" in a version name.
12740
12741 * vc-mtn.el (vc-mtn-state): Support the added state.
12742
12743 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12744
12745 * org: New directory for Org-mode.
12746
12747 * org/org-export-latex.el: Moved from lisp/texmodes.
12748
12749 * org/org-irc.el: Moved from lisp/texmodes.
12750
12751 * org/org-mac-message.el: Moved from lisp/texmodes.
12752
12753 * org/org-mouse.el: Moved from lisp/texmodes.
12754
12755 * org/org-publish.el: Moved from lisp/texmodes.
12756
12757 2008-03-21 Juri Linkov <juri@jurta.org>
12758
12759 * comint.el (comint-dynamic-simple-complete):
12760 Use variable `stub' for the second arg `common-substring'
12761 of `comint-dynamic-list-completions'.
12762 (comint-dynamic-list-filename-completions):
12763 Use variable `filenondir' for the second arg `common-substring'
12764 of `comint-dynamic-list-completions'.
12765 (comint-dynamic-list-completions): Add new optional arg
12766 `common-substring'. Add `common-substring' as the second arg of
12767 the call to `display-completion-list'. Doc fix.
12768
12769 * comint.el (comint-dynamic-complete-as-filename)
12770 (comint-dynamic-list-filename-completions)
12771 (comint-dynamic-simple-complete): Use `minibuffer-message'
12772 to display message "No completions of %s" when a command
12773 is called in the minibuffer.
12774 (comint-dynamic-simple-complete): Don't display other
12775 completion messages when a command is called in the minibuffer.
12776 (comint-dynamic-list-completions): Use `minibuffer-message'
12777 to display message " [Type space to flush ...]" when a command
12778 is called in the minibuffer.
12779
12780 * shell.el (shell-dynamic-complete-command)
12781 (shell-dynamic-complete-environment-variable): Don't display
12782 completion messages when command is called in the minibuffer.
12783
12784 * emacs-lisp/lisp.el (lisp-complete-symbol):
12785 Use `minibuffer-message' to display message "No completions of %s"
12786 when this command is called in the minibuffer.
12787
12788 * bindings.el (standard-mode-line-modes): Put special help-echo
12789 tooltip on recursive edit %[ %] mode-line constructs.
12790
12791 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12792 "^No dynamic expansion for .* found$" to allow error messages like
12793 "No dynamic expansion for \"%s\" found in this-buffer".
12794
12795 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12796
12797 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12798 "psftp".
12799
12800 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12803 * vc.el (vc-default-dired-state-info): Use just "modified".
12804 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12805 (vc-cvs-mode-line-string): Make use of the better default.
12806 (vc-cvs-parse-entry): Use the new `added'.
12807 (vc-cvs-dired-state-info): Remove.
12808 * vc-svn.el (vc-svn-dired-state-info): Remove.
12809 * vc-hg.el (vc-hg-dired-state-info): Remove.
12810 * vc-git.el (vc-git-dired-state-info): Remove.
12811
12812 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12813
12814 * vc-git.el (vc-git-status-result): New variable.
12815 (vc-git-dir-status): Split out ...
12816 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12817 ... these new functions and work asynchronously.
12818
12819 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12820
12821 * vc-git.el (vc-git-after-dir-status): Remove.
12822 (vc-git-dired-state-info): Reimplement.
12823
12824 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12825
12826 * replace.el (occur-mode-map): Add :help.
12827
12828 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12829 for disassemble.
12830
12831 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12832 the 'added state.
12833 (vc-status-remove-up-to-date): New function.
12834 (vc-status-mode-map, vc-status-menu-map): Bind it.
12835 (vc-status-printer): Use a different face up-to-date files.
12836 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12837 (Todo): Remove solved entries.
12838
12839 * vc-hg.el (vc-hg-state):
12840 * vc-git.el (vc-git-state):
12841 * vc-cvs.el (vc-cvs-parse-status):
12842 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12843 state.
12844
12845 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * progmodes/compile.el (compile):
12848 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12849
12850 * simple.el (minibuffer-local-shell-command-map): New var.
12851 (minibuffer-complete-shell-command, read-shell-command): New funs.
12852 (shell-command, shell-command-on-region): Use them.
12853
12854 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12855
12856 * vc.el (vc-status-mark-buffer-changed): New function to implement
12857 updating of the *vc-status* buffer when a buffer is saved.
12858 (vc-status-mode): Use it for after-change-hook.
12859 (vc-add-to-vc-status-buffer): Rename to ...
12860 (vc-status-add-entry): ... this.
12861 (Todo): Add new entry.
12862
12863 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12866
12867 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12868
12869 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12870 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12871 Remove spurious * from defcustom docstrings.
12872 (icomplete-compute-delay): Fix docstring and remove spurious *.
12873 (icomplete-delay-completions-threshold): Fix typo in docstring and
12874 remove spurious *.
12875 (icomplete-completions): While collecting the list of prospective
12876 candidates, don't overshoot `icomplete-prospects-length'.
12877
12878 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 * textmodes/refbib.el:
12881 * textmodes/reftex.el:
12882 * textmodes/reftex-global.el:
12883 * textmodes/reftex-vars.el:
12884 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12885 compiler pacifying defvars.
12886 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12887 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12888 not needed.
12889
12890 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12891
12892 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12893 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12894 (verilog-customize, verilog-font-customize)
12895 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12896 (verilog-mode): Update documentation strings to match tool tips.
12897 (verilog-auto-search-do, verilog-auto-re-search-do)
12898 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12899 expansion when a .* appears inside a string.
12900 (verilog-re-search-forward, verilog-re-search-backward):
12901 Add comment to recall how this works.
12902 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12903
12904 2008-03-20 Glenn Morris <rgm@gnu.org>
12905
12906 * calendar/calendar.el (calendar-other-dates): New function.
12907 (calendar-print-other-dates): Use calendar-other-dates.
12908 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12909 the declarations it replaces.
12910 (calendar-mouse-print-dates): Use calendar-other-dates.
12911
12912 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12913 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12914 (calendar-absolute-from-bahai): Fix the leap-year case.
12915 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12916 (calendar-bahai-date-string, calendar-bahai-print-date):
12917 Handle pre-Bahai dates.
12918
12919 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12920 (chinese-calendar-terrestrial-branch): Make defcustoms.
12921
12922 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12923 (calendar-mouse-view-diary-entries): Use or.
12924 (calendar-mouse-chinese-date): Remove unused command.
12925 (cal-menu-load-hook): Mark as obsolete.
12926
12927 * calendar/solar.el (calendar-location-name, calendar-latitude)
12928 (calendar-longitude, solar-arctan, sunrise-sunset)
12929 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12930
12931 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12932
12933 * calc/calc.el: Remove outdated comments.
12934 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12935 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12936 Add docstrings.
12937
12938 2008-03-19 Jason Rumney <jasonr@gnu.org>
12939
12940 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12941
12942 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12943
12944 * net/tls.el (open-tls-stream): Reindent.
12945
12946 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12947
12948 * net/tramp.el (tramp-let-maybe): Removed.
12949 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12950 It does not exist under XEmacs.
12951 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12952 (tramp-completion-file-name-handler): Let-bind
12953 `directory-sep-char'.
12954
12955 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12956 `directory-sep-char'.
12957
12958 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12961 for autoloaded keymaps.
12962
12963 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12964 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12965 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12966 (verilog-in-comment-p, verilog-in-star-comment-p)
12967 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12968 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12969 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12970 (verilog-skip-forward-comment-p): Use it.
12971
12972 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12973
12974 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12975 (org-remember-templates, org-time-stamp-rounding-minutes)
12976 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12977 (org-columns-new): Fix typos in docstrings.
12978
12979 2008-03-19 Glenn Morris <rgm@gnu.org>
12980
12981 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12982 (tramp-handle-shell-command): Use condition-case rather than
12983 ignore-errors.
12984
12985 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12986
12987 * diff-mode.el (diff-header): Make the color louder.
12988 (diff-refine-change): Tone the color down.
12989
12990 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12991
12992 * descr-text.el (describe-char): When `describe-char-unidata-list'
12993 is set to show all properties, list them in the right order.
12994
12995 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * international/mule.el (load-with-code-conversion): Avoid setting
12998 default-enable-multibyte-characters.
12999
13000 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
13001
13002 * vc.el (vc-annotate-background): Fix custom type.
13003
13004 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * descr-text.el (describe-char-unidata-list): Allow specifying
13007 just all properties.
13008 (describe-char): Handle that new value.
13009
13010 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13011
13012 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13013
13014 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13015 instead of file name extension to make docs with uncommon
13016 extensions work.
13017
13018 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13019
13020 * doc-view.el (require): Require cl at compile time because
13021 `assert' needs it.
13022
13023 2008-03-18 Glenn Morris <rgm@gnu.org>
13024
13025 * calendar/calendar.el (initial-calendar-window-hook)
13026 (today-visible-calendar-hook): Doc fixes.
13027
13028 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
13029
13030 * net/tramp.el (tramp-root-regexp): Simplify.
13031 (tramp-completion-file-name-regexp-separate): Don't insist on
13032 leading "[". This prevents method or user or host completion.
13033 (tramp-let-maybe): Autoload it.
13034 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
13035 is an alias for `identity'.
13036 (tramp-handle-write-region): Protect `last-coding-system-used'
13037 over the trailing statements.
13038 (tramp-completion-file-name-handler-post-function): Remove.
13039 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13040 instead of calling `tramp-drop-volume-letter'.
13041
13042 * net/tramp.el:
13043 * net/tramp-uu.el:
13044 * net/trampver.el: Move coding cookie at the end.
13045
13046 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13049 elements which may be something else than characters.
13050
13051 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
13052
13053 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13054 New functions to implement vc-status support.
13055
13056 * vc.el (vc-default-extra-status-menu)
13057 (vc-add-to-vc-status-buffer): New functions.
13058
13059 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13060 for eldoc and ielm.
13061
13062 2008-03-17 Glenn Morris <rgm@gnu.org>
13063
13064 * calendar/cal-x.el (diary-frame-parameters)
13065 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13066 Fix custom type; add options.
13067 (calendar-frame, diary-frame): Doc fixes.
13068 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13069 new functions.
13070 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13071 Use calendar-frame-1 and calendar-dedicate-diary.
13072 (calendar-one-frame-setup): Also handle only-one-frame case.
13073 (calendar-only-one-frame-setup): Doc fix. Just call
13074 calendar-one-frame-setup.
13075
13076 * calendar/diary-lib.el: Re-order some definitions before their use.
13077 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13078 (diary-list-entries): Doc fixes.
13079 (make-fancy-diary-display): Remove function.
13080
13081 * calendar/calendar.el (calendar-today-marker)
13082 (initial-calendar-window-hook, today-visible-calendar-hook)
13083 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13084 (calendar-star-date, calendar-mark-today): Doc fixes.
13085 (today-visible-calendar-hook): Add options.
13086 (calendar-in-read-only-buffer): New macro.
13087 (calendar-basic-setup): Adapt for change in calendar-read-date.
13088 Place holiday let inside if.
13089 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13090 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13091 (calendar-print-other-dates): Use one let rather than many.
13092
13093 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13094 (calendar-print-other-dates):
13095 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13096 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13097 * calendar/holidays.el (calendar-list-holidays, list-holidays)
13098 (calendar-cursor-holidays):
13099 * calendar/lunar.el (calendar-phases-of-moon): Use
13100 calendar-in-read-only-buffer to replace previous code and disable undo.
13101
13102 2008-03-16 Juri Linkov <juri@jurta.org>
13103
13104 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13105 and regexp-search-ring-yank-pointer for the HISTPOS argument of
13106 read-from-minibuffer to provide the correct initial minibuffer
13107 history position in isearch-edit-string when it is called from
13108 isearch-ring-adjust.
13109
13110 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13111 to check if the current buffer is the minibuffer, and in this case
13112 call abort-recursive-edit to kill the minibuffer. Doc fix.
13113 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13114 when the current buffer is the minibuffer.
13115
13116 * simple.el (goto-line): Leave mark at previous position. Doc fix.
13117
13118 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
13119
13120 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13121 Use non-nil PARENTS attribute of make-directory instead of
13122 explicitly checking existence the current cache directory.
13123
13124 2008-03-16 Daiki Ueno <ueno@unixuser.org>
13125
13126 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13127 M-x epa-file-select-keys.
13128
13129 2008-03-16 Kenichi Handa <handa@m17n.org>
13130
13131 * international/mule.el (auto-coding-alist):
13132 Use no-conversion-multibyte for archive files.
13133
13134 2008-03-16 Glenn Morris <rgm@gnu.org>
13135
13136 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13137 New functions.
13138 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13139 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13140 Use calendar-mark-1.
13141 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13142 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13143 Use calendar-mark-complex.
13144 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13145 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13146 Use calendar-mark-1.
13147
13148 * calendar/calendar.el (calendar-mod): Remove.
13149 * calendar/cal-china.el (calendar-chinese-from-absolute)
13150 (calendar-chinese-date-string): Expand calendar-mod calls.
13151 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13152 Expand calendar-mod calls.
13153
13154 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13155 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13156 (diary-bahai-insert-yearly-entry): Use let rather than let*.
13157 Move obsolete aliases after the functions that replaced them.
13158
13159 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13160 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13161 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13162 Use let rather than let*.
13163 (calendar-hebrew-prompt-for-date): New function.
13164 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13165 (holiday-tisha-b-av-etc): Use unless, let.
13166
13167 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13168 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13169
13170 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13171
13172 * calendar/calendar.el (calendar-for-loop): Add indent spec.
13173
13174 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13175 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13176 than concat.
13177 (diary): Remove un-needed let.
13178 (view-other-diary-entries): Rename argument.
13179 (diary-list-entries-2): New function.
13180 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13181 (print-diary-entries): Use unless.
13182 (diary-mark-entries-1): Change argument order, make all but
13183 markfunc optional. Handle the standard (Gregorian) case.
13184 Use match-string-no-properties. Handle marks.
13185 (mark-diary-entries): Use diary-mark-entries-1.
13186 (diary-font-lock-keywords-1): New macro.
13187 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13188
13189 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
13190
13191 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13192 (icalendar-export-hidden-diary-entries): New variable.
13193 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13194 In case of error, insert full error-val.
13195 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
13196 Use calendar-day-of-week. Return the day number.
13197 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13198
13199 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
13200
13201 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13202 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13203 (icalendar-export-region): Ignore hidden diary entries.
13204 (icalendar--convert-ordinary-to-ical): Fix case where event
13205 spans across midnight boundary.
13206 (icalendar-first-weekday-of-year): New function.
13207 (icalendar--convert-weekly-to-ical): Allow user-selectable start
13208 year for recurring events (Mozilla calendars do not propagate
13209 recurring events forever, so year 2000 start date was not working).
13210 (icalendar--convert-yearly-to-ical): Remove extra spaces in
13211 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13212
13213 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
13214
13215 * net/tramp.el (tramp-root-regexp): New defconst.
13216 (tramp-completion-file-name-regexp-unified)
13217 (tramp-completion-file-name-regexp-separate)
13218 (tramp-completion-file-name-regexp-url): Use it.
13219 (tramp-do-copy-or-rename-file-via-buffer):
13220 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
13221 t for `insert-file-contents-literally'.
13222 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13223 Autoload it.
13224 (tramp-completion-file-name-handler-post-function): New defconst.
13225 (tramp-completion-file-name-handler): Use it.
13226 (tramp-maybe-open-connection): Update calls to
13227 `tramp-flush-connection-property' for removed 2nd argument.
13228
13229 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13230
13231 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13232 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13233 New functions.
13234
13235 2008-03-15 Glenn Morris <rgm@gnu.org>
13236
13237 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13238 New functions.
13239 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13240 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13241 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13242 (diary-bahai-list-entries): Use diary-list-entries-1.
13243 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
13244 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13245 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13246 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13247 (list-hebrew-diary-entries): Use diary-list-entries-1.
13248 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
13249 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13250 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13251 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13252 (list-islamic-diary-entries): Use diary-list-entries-1.
13253 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
13254
13255 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13256
13257 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13258
13259 * calendar/cal-china.el (number-chinese-months)
13260 (calendar-chinese-from-absolute): Use nth, caar.
13261
13262 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13263
13264 * calendar/cal-french.el (french-calendar-accents): Doc fix.
13265
13266 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13267 (calendar-hebrew-month-name-array-leap-year)
13268 (hebrew-calendar-parashiot-names): Make constants.
13269 (diary-parasha): Move definition after constants it uses.
13270
13271 * calendar/cal-html.el (cal-html-insert-link-yearpage)
13272 (cal-html-htmlify-list): Doc fix.
13273 (cal-html-htmlify-entry): Use nth.
13274
13275 * calendar/cal-islam.el (calendar-islamic-month-name-array)
13276 (calendar-islamic-epoch): Make constants.
13277 (calendar-islamic-epoch): Doc fix.
13278
13279 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13280
13281 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13282 (cal-tex-month-name): Doc fix.
13283 (cal-tex-last-blank-p): Use zerop.
13284
13285 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13286 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13287 (calendar-cursor-to-date): Doc fix.
13288 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13289 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13290 (calendar-day-number): Use when.
13291 (generate-calendar-month): Use dotimes.
13292 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13293 (calendar-set-mark): Reverse conditional.
13294 (calendar-make-alist): Move definition before use.
13295
13296 * calendar/diary-lib.el (diary-face-attrs)
13297 (diary-glob-file-regexp-prefix, diary-selective-display)
13298 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13299 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13300 (diary-anniversary, diary-cyclic)
13301 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13302 (diary-header-line-format): Change wording.
13303 (diary-list-entries): Set `date-start' in let.
13304 (include-other-diary-files, mark-included-diary-files): Use format.
13305 (simple-diary-display, fancy-diary-display): Use cadr, unless.
13306 (mark-diary-entries): Use 1+.
13307 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13308 (mark-calendar-month): Use dotimes.
13309
13310 * calendar/holidays.el (displayed-month, displayed-year):
13311 Move declarations where needed.
13312 (calendar-list-holidays): Doc fix.
13313
13314 * calendar/parse-time.el (parse-time-string): Simplify.
13315
13316 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13317 Make constants.
13318 (solar-sunrise-sunset): Rename some local variables for clarity.
13319 (sunrise-sunset): Use zerop.
13320 (solar-mean-equinoxes/solstices): Doc fix.
13321
13322 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13323 Use nth.
13324 (timeclock-completing-read, timeclock-generate-report): Use zerop.
13325 (timeclock-mean, timeclock-generate-report): Use dolist.
13326
13327 * calendar/todo-mode.el (todo-add-category): Simplify.
13328 (todo-more-important-p, todo-delete-item, todo-file-item):
13329 Use unless, when.
13330 (todo-top-priorities): Use zerop.
13331
13332 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
13333
13334 * buff-menu.el (list-buffers-noselect): Display buffer name in
13335 tooltip instead of mouse binding when it doesn't fit in the list.
13336
13337 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13338
13339 * faces.el (xw-defined-colors):
13340 * simple.el (widget-convert, shell-mode): Declare as functions
13341 instead of autoloading.
13342
13343 * abbrev.el:
13344 * button.el:
13345 * cus-face.el:
13346 * ediff-hook.el:
13347 * emacs-lisp/backquote.el:
13348 * emacs-lisp/timer.el:
13349 * facemenu.el:
13350 * faces.el:
13351 * menu-bar.el:
13352 * simple.el:
13353 * subr.el:
13354 * textmodes/fill.el:
13355 * textmodes/paragraphs.el: Remove autoloads, redundant when the
13356 files are preloaded.
13357
13358 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * desktop.el (desktop-create-buffer): Don't catch errors if
13361 debug-on-error is set.
13362
13363 2008-03-14 Eli Zaretskii <eliz@gnu.org>
13364
13365 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13366 ($(lisp)/calendar/diary-loaddefs.el)
13367 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13368 (LOADDEFS): New macro.
13369 (autoloads): Depend on $(LOADDEFS).
13370
13371 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13372
13373 * font-lock.el (featurep): Remove test, not useful anymore.
13374 (facemenu-keymap): Move key binding ...
13375 * facemenu.el (facemenu-keymap): ... here.
13376
13377 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
13378 for each file in the list.
13379 (vc-bzr-log-view-mode): Recognize the file marker.
13380
13381 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13382 for checkdoc and profiling.
13383
13384 2008-03-14 Bastien Guerry <bzg@altern.org>
13385
13386 * textmodes/flyspell.el (nxml-mode): Add the right
13387 `flyspell-mode-predicate'.
13388
13389 * wid-edit.el (link): Use 'mouse-face for :follow-link.
13390
13391 2008-03-14 Glenn Morris <rgm@gnu.org>
13392
13393 * calendar/solar.el: Reorder so that functions are defined before use.
13394 (displayed-month, displayed-year): Move declarations where needed.
13395 (solar-get-number): Move definition before use. Use unless.
13396 (solar-equatorial-coordinates): Simplify.
13397 (solar-sunrise-and-sunset): Use let rather than let*.
13398 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13399
13400 * startup.el (command-line-1): Rename -internal-script back to
13401 -scriptload (reverts previous change).
13402
13403 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13404 (calendar-bahai-leap-base): Add doc strings.
13405 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13406 Move definition before use.
13407 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13408 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13409 variables outside the loop. Use dolist.
13410 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13411
13412 * calendar/cal-china.el: Re-order so that functions are defined before
13413 use.
13414 (displayed-month, displayed-year): Move declarations where needed.
13415 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13416 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13417 Add doc strings.
13418 (chinese-year-cache): Recenter on 2010. Doc fix.
13419 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13420 Doc fix. Simplify.
13421 (chinese-year-cache-init): New function.
13422 (compute-chinese-year, holiday-chinese-new-year)
13423 (calendar-chinese-date-string, calendar-goto-chinese-date)
13424 (make-chinese-month-assoc-list): Use cadr, nth.
13425 (chinese-months): Remove un-needed let.
13426
13427 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13428 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13429 (coptic-prompt-for-date): Move definition before use.
13430
13431 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13432 (calendar-dst-find-data, calendar-daylight-time-offset)
13433 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13434 (calendar-daylight-savings-starts-time)
13435 (calendar-daylight-savings-ends-time): Use cadr, nth.
13436
13437 * calendar/cal-french.el (french-calendar-epoch)
13438 (calendar-goto-french-date): Doc fix.
13439 (french-calendar-month-name-array)
13440 (french-calendar-multibyte-month-name-array)
13441 (french-calendar-day-name-array, french-calendar-special-days-array):
13442 Add doc strings.
13443
13444 * calendar/cal-hebrew.el (displayed-month, displayed-year)
13445 (original-date): Move declarations where needed.
13446 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13447 Doc fix.
13448 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13449 constant variables outside the loop. Use dolist.
13450
13451 * calendar/cal-islam.el (displayed-month, displayed-year)
13452 (original-date): Move declarations where needed.
13453 (islamic-calendar-day-number): Remove unused local variable `day'.
13454 (calendar-goto-islamic-date): Doc fix.
13455 (holiday-islamic): Use unless.
13456 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13457 constant variables outside the loop. Use dolist.
13458 (mark-islamic-calendar-date-pattern): Move definition before use.
13459 Use unless.
13460 (mark-islamic-diary-entries): Doc fix.
13461 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13462 (insert-yearly-islamic-diary-entry): Use let rather than let*.
13463
13464 * calendar/cal-julian.el (calendar-absolute-from-julian):
13465 Move definition before use. Remove un-needed local `day'.
13466 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13467
13468 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13469 (calendar-mayan-tzolkin-names-array): Add doc strings.
13470 (calendar-mayan-long-count-from-absolute): Use a single let.
13471 (calendar-string-to-mayan-long-count): Simplify.
13472 (calendar-next-haab-date, calendar-previous-haab-date)
13473 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13474 (calendar-previous-calendar-round-date)
13475 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13476 Doc fix.
13477 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13478 (calendar-mayan-date-string, calendar-print-mayan-date)
13479 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13480 (calendar-mayan-long-count-common-era): Move definitions before use.
13481
13482 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13483 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13484 Doc fix.
13485 (calendar-mouse-goto-date): Move definition before use.
13486
13487 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13488 Move definition before use.
13489 (calendar-cursor-to-visible-date): Move definition before use.
13490 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13491 and place inside the conditional.
13492 (calendar-forward-day): Simplify.
13493 (calendar-end-of-month): Use unless.
13494 (calendar-goto-day-of-year): Doc fix.
13495 Relocate obsolete aliases after their replacements.
13496
13497 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13498
13499 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13500 variables outside the diary-date-forms loop.
13501
13502 * calendar/calendar.el (diary-file): Doc fix.
13503 (calendar-buffer-list): Return buffers rather than strings (fixes
13504 previous change).
13505 (hebrew-holidays-4): Fix typo.
13506
13507 * calendar/holidays.el (displayed-month, displayed-year):
13508 Move declarations where needed.
13509 (calendar-holiday-list, calendar-list-holidays)
13510 (holiday-filter-visible-calendar): Move definitions before use.
13511 (list-holidays): Use cadr.
13512 Relocate obsolete aliases after their replacements.
13513
13514 * calendar/lunar.el (date, displayed-month, displayed-year):
13515 Move declarations where needed.
13516 (lunar-phase-list): Move definition after functions it uses.
13517 (calendar-phases-of-moon, diary-phases-of-moon)
13518 (lunar-new-moon-on-or-after): Use cadr, nth.
13519 (lunar-new-moon-on-or-after): Doc fix.
13520
13521 * textmodes/org-irc.el (top-level): CL not required when compiling.
13522 (org-irc-visit-erc): Replace runtime CL functions.
13523
13524 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13525 (org-publish-delete-dups): Declare as function.
13526
13527 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13528
13529 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13530 (vc-bzr-show-log-entry): Make regexp match more cases.
13531 (vc-diff-switches-list): Remove autoload, not needed.
13532
13533 2008-03-14 Juri Linkov <juri@jurta.org>
13534
13535 * isearch.el (isearch-edit-string): Remove one call to
13536 `isearch-push-state' not to push an inconsistent state,
13537 but keep another correct call to `isearch-push-state'.
13538 (isearch-ring-adjust): Call `isearch-push-state' only when
13539 `search-ring-update' is non-nil since `isearch-edit-string'
13540 already pushes its state.
13541 (isearch-message): Improve matching the failed part by checking
13542 if the original message starts with the last successful message.
13543
13544 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13545 (dired-perm-write): Rename from `dired-warn-writable'.
13546 Change parent face from `font-lock-warning-face' to
13547 `font-lock-comment-delimiter-face'.
13548 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13549 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13550 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13551 with `dired-perm-write-face'.
13552
13553 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13554
13555 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13556 Create cache dir only if it doesn't already exist.
13557
13558 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13559
13560 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13561 of \ and '.
13562
13563 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13564
13565 * net/browse-url.el (browse-url-text-xterm):
13566 Unquote browse-url-text-browser.
13567
13568 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13569
13570 * textmodes/org-mouse.el: Version number change.
13571
13572 * textmodes/org-publish.el (org-publish-expand-components):
13573 Remove null projects from the list of components.
13574 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13575 Remove unused retrieval of the :publishing-directory property.
13576 (org-publish-file): Bugfix: when using a relative directory as the
13577 publishing directory, convert it to a directory filename.
13578 (org-publish-project): New alias.
13579 (org-publish-get-files): Protect against empty p.
13580 (org-publish-file): Send an error when file is not part of any project.
13581 (org-publish-file): Offer to refresh the list of files in known
13582 project when the current file is not part of any project.
13583 (org-publish-before-export-hook)
13584 (org-publish-after-export-hook): New hooks.
13585 (org-publish-org-to): Use new hooks and kill buffers.
13586 (org-publish-file): Remove the code for killing buffers.
13587 (org-publish-initialize-files-alist): Use interactive.
13588 (org-publish-file): If the publishing function creates a new
13589 buffer, kill it after publishing.
13590 (org-publish-timestamp-filename): Protect ":" in file name path
13591 under windows.
13592
13593 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13594 change that killed the LaTeX buffer.
13595
13596 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13597 in the decision tree.
13598 (org-select-remember-template): Clean the code.
13599 (org-prepare-dblock): Add the extra :content parameter.
13600 (org-write-agenda): New output type ".ics" files.
13601 (org-write-agenda): Call `org-icalendar-verify-function', both for
13602 time stamps and for TODO entries.
13603 (org-agenda-collect-markers, org-create-marker-find-array)
13604 (org-check-agenda-marker-table): New functions.
13605 (org-agenda-marker-table): New variable.
13606 (org-export-as-html): Revert the change that killed the html
13607 buffer. Side effects first need to be studied carefully.
13608 (org-get-tags-at): Fix the structure of the condition-case statement.
13609 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13610 (org-timestamp-change): Fix regular expressions to swallow the
13611 extra character for repeat-shift control.
13612 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13613 (org-get-legal-level): Alias to `org-get-valid-level'.
13614 (org-dblock-write:clocktable): Add a :link parameter, linking
13615 headlines to their location in the Org agenda files.
13616 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13617 throwing an error when getting tags before headlines.
13618 (org-timestamp-change, org-modify-ts-extra)
13619 (org-ts-regexp1): Fix timestamp editing.
13620 (org-agenda-custom-commands-local-options): New constant.
13621 (org-agenda-custom-commands):
13622 Use `org-agenda-custom-commands-local-options' to improve customize
13623 type. "htmlize": Removed hack to fix face problem with htmlize,
13624 it no longer seem necessary.
13625 (org-follow-link-hook): New hook.
13626 (org-agenda-custom-commands): Add "Component" as a tag for each
13627 item in a command series.
13628 (org-open-at-point): Run `org-follow-link-hook'.
13629 (org-agenda-schedule): Bugfix: don't display marker type when it
13630 is nil.
13631 (org-store-link): org-irc required.
13632 (org-set-regexps-and-options): Parse the new logging options.
13633 (org-extract-log-state-settings): New function.
13634 (org-todo): Handle the new ways of recording state change stuff.
13635 (org-local-logging): New function.
13636 (org-columns-open-link): Fix bug with opening link in column view.
13637 (org-local-logging): New function.
13638 (org-todo): Make sure that LOGGING properties are honoured.
13639 (org-todo-keywords): Improve docstring.
13640 (org-startup-options): Cleanup startup options.
13641 (org-set-regexps-and-options): Process the "!" markers.
13642 (org-todo): Respect the new logging stuff.
13643 (org-log-note-how): New variable.
13644 (org-add-log-maybe): New parameter HOW that defines how logging
13645 should be done and also overrides PURPOSE. Add a docstring.
13646 (org-add-log-note): Check if we really need to ask for a note.
13647 (org-get-current-options): Digest the new keyword.
13648 (org-agenda-reset-markers): Rename from
13649 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13650 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13651 function, without force argument.
13652 (org-buffer-property-keys): Bind local variables s and p.
13653 (org-make-tags-matcher): Allow "" to match an empty or
13654 non-existent property value.
13655 (org-export-as-html): Join unsorted lists when they directly
13656 follow each other. Such lists may be created by headlines that
13657 are converted to lists.
13658 (org-nofm-to-completion): New function.
13659 (org-export-as-html): Use :html-extension instead of
13660 org-export-html-extension.
13661 (org-store-link): Support for links from `rmail-summary-mode'.
13662 (org-columns-new, org-complete, org-set-property): Set the
13663 `include-columns' argument in the call to
13664 `org-buffer-property-keys'.
13665 (org-buffer-property-keys): New argument `include-columns', to
13666 include properties expected by any of the COLUMNS formats in the
13667 current buffer.
13668 (org-cleaned-string-for-export): Get rid of drawers first, so that
13669 they will be removed also in the text before the first headline.
13670 (org-clock-report): Show the clocktable when found.
13671 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13672 (org-version): With prefix argument, insert `org-version' at point.
13673 (org-agenda-goto): Recenter the window after finding the target
13674 location, to make sure the correct position will be displayed.
13675 (org-agenda-get-deadlines): Don't scale priority with the warning
13676 period.
13677 (org-insert-heading): Don't break line in the middle of the line.
13678 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13679 be 0.
13680 (org-update-checkbox-count): Revamp to deal with hierarchical
13681 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13682 (org-remove-timestamp-with-keyword): New function.
13683 (org-schedule, org-deadline):
13684 Use `org-remove-timestamp-with-keyword' to make sure all such time
13685 stamps are removed.
13686 (org-mode): Support for `align'.
13687 (org-agenda-get-deadlines): Make sure priorities increase as the
13688 due date approaches and is passed.
13689 (org-remember-apply-template): Fix problem with tags that
13690 contain "_" or "@".
13691 (org-make-link-regexps): Improve the regular expression for plain links.
13692 (org-agenda-get-closed): List each clocking entry.
13693 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13694 (org-special-ctrl-k): New option.
13695 (org-kill-line): New function.
13696 (org-archive-all-done): Fix incorrect number of stars in regexp.
13697 (org-refile-get-location): New function.
13698 (org-refile-goto-last-stored): New function.
13699 (org-global-tags-completion-table): Add the value of org-tag-alist
13700 in each buffer, to make sure that also unused tags will be
13701 available for completion.
13702 (org-columns-edit-value)
13703 (org-columns-next-allowed-value): Only update if not in agenda.
13704 (org-clocktable-steps): New function.
13705 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13706 (org-archive-subtree): Add the outline tree context as a property.
13707 (org-closest-date): New optional argument `prefer'.
13708 (org-goto-auto-isearch): New option.
13709 (org-goto-map, org-get-location): Implement auto-isearch.
13710 (org-goto-local-auto-isearch-map): New variable.
13711 (org-goto-local-search-forward-headings)
13712 (org-goto-local-auto-isearch): New functions.
13713
13714 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13715
13716 * textmodes/org-irc.el: New file.
13717
13718 2008-03-13 John Wiegley <johnw@gnu.org>
13719
13720 * textmodes/org-mac-message.el: New file.
13721
13722 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13723
13724 * font-lock.el (font-lock-comment-face): Set the foreground for
13725 the light background 8 colors case.
13726
13727 2008-03-13 Glenn Morris <rgm@gnu.org>
13728
13729 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13730 generate-autoload-cookie patterns.
13731
13732 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13733
13734 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13735 (MH_E_SRC): Remove variable.
13736 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13737 Simplify file header. Use $@ for generated-autoload-file.
13738
13739 * Makefile.in (LOADDEFS): New variable.
13740 (AUTOGENEL): Use $LOADDEFS.
13741 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13742 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13743 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13744 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13745 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13746 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13747 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13748 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13749 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13750 Add calendar-specific autoload cookies, and remove any setting of
13751 generated-autoload-file.
13752 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13753 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13754 diary-loaddefs.
13755 * calendar/holidays.el: Replace explicit autoloads with reading of
13756 hol-loaddefs.
13757
13758 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13759 (calendar-buffer-list): Simplify.
13760 (generate-calendar-window): Use calendar-mark-holidays rather than
13761 obsolete alias.
13762
13763 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13764 Use cal-hebrew-yahrzeit-buffer.
13765
13766 * calendar/cal-x.el (calendar-only-one-frame-setup)
13767 (calendar-two-frame-setup): Doc fixes.
13768 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13769
13770 * calendar/appt.el (appt-mode-string): Mark as risky.
13771 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13772
13773 * calendar/cal-html.el (diary-list-entries):
13774 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13775 (calendar-iso-from-absolute): Fix autoloads.
13776
13777 * calendar/cal-iso.el (calendar-absolute-from-iso)
13778 (calendar-iso-read-args): Simplify.
13779 (calendar-iso-date-string, calendar-iso-read-args)
13780 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13781
13782 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13783 (displayed-month, displayed-year): Move declarations where needed.
13784 (calendar-print-astro-day-number): Doc fix.
13785
13786 * calendar/cal-persia.el (persian-calendar-month-name-array)
13787 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13788 (persian-prompt-for-date): Remove local variable `today'.
13789
13790 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13791
13792 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13793 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13794 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13795 (diary-sabbath-candles, solar-equinoxes/solstices)
13796 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13797 (solar-time-equation, solar-date-to-et): Simplify.
13798
13799 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13800 Replace `(car (cdr' with cadr'.
13801
13802 * progmodes/f90.el (f90-font-lock-n): New function.
13803 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13804 Use f90-font-lock-n.
13805 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13806
13807 * progmodes/f90.el (f90-mode-abbrev-table):
13808 * progmodes/fortran.el (fortran-mode-abbrev-table):
13809 Use newer form of define-abbrev, where supported. No need to bind
13810 abbrevs-changed for system abbrevs.
13811
13812 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13815 delete-frame-functions.
13816
13817 * bookmark.el (Info-current-node): Remove.
13818
13819 2008-03-12 Juri Linkov <juri@jurta.org>
13820
13821 * help.el (describe-project): Remove defaliases for view-todo and
13822 describe-project that are now unnecessary after the merge from
13823 emacs--rel--22 that added define-obsolete-function-alias.
13824
13825 * startup.el (inhibit-startup-screen): Revert incomplete
13826 2008-03-10 merge from emacs--rel--22 that partly reverted
13827 2008-02-28 change that added initial message to *scratch* buffer
13828 regardless of the value of `inhibit-startup-screen'.
13829 Now keep this change in the trunk, but not in the 22 branch.
13830
13831 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * international/quail.el (quail-setup-completion-buf, quail-help):
13834 * mail/binhex.el (binhex-decode-region-internal):
13835 * mail/uudecode.el (uudecode-decode-region-internal):
13836 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13837 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13838 setting default-enable-multibyte-characters.
13839
13840 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13841
13842 * comint.el: Fix up indentation and comment style. Remove `function'.
13843
13844 * international/mule-cmds.el (reset-language-environment)
13845 (set-language-environment-nonascii-translation):
13846 Don't set-unibyte-charset.
13847
13848 * doc-view.el: Remove all cb-args, use closures instead.
13849 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13850 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13851 doing an incorrect check). Update all callers to use the new name.
13852 (doc-view-doc->txt): Add missing `txt' argument.
13853
13854 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13855
13856 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13857 md5 sum calculation to single-byte.
13858
13859 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * doc-view.el (doc-view-new-window-function): Add assertion.
13862 (doc-view-doc-type): New var.
13863 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13864 (doc-view-intersection): New fun.
13865 (doc-view-mode): Use it to set the new var.
13866
13867 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13868
13869 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13870 (doc-view-already-converted-p): New functions.
13871 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13872 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13873 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13874 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13875 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13876 (doc-view-convert-current-doc): Don't hardwire the functions the
13877 sentinels call. Now they're provided by two args CALLBACK and
13878 CB-ARGS to the functions.
13879 (doc-view-search): Use doc-view-doc->txt.
13880 (doc-view-initiate-display): Use doc-view-already-converted-p.
13881 Mention new binding C-c C-t if doc-view-mode doesn't work.
13882
13883 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13884
13885 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13886
13887 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13890 Mark " outside of tags as punctuation.
13891
13892 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * menu-bar.el (minibuffer-local-map): Use the same command for the
13895 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13896 Prefer RET over C-j for exit-minibuffer.
13897
13898 * files.el (display-buffer-other-frame): Eliminate problematic code.
13899
13900 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13901 (menu-bar-select-buffer): Remove.
13902 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13903 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13904
13905 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13906
13907 * icomplete.el (icomplete-completions): Remove obsolete code.
13908
13909 * net/net-utils.el (iwconfig-program-options): Doc fix.
13910 (net-utils-run-program, run-network-program): Define as functions.
13911
13912 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13913
13914 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13915
13916 2008-03-11 Glenn Morris <rgm@gnu.org>
13917
13918 * faces.el (mode-line-emphasis): New face.
13919 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13920
13921 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13922
13923 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * simple.el (set-mark-command): Doc fix.
13926
13927 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13928
13929 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13930
13931 * emacs-lisp/autoload.el (autoload-find-destination):
13932 Don't force raw-text.
13933
13934 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13935 * calendar/cal-loaddefs.el: Don't version control.
13936
13937 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13938
13939 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13940 entries and add :help to the existing ones.
13941
13942 2008-03-10 Glenn Morris <rgm@gnu.org>
13943
13944 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13945 to where they are needed.
13946
13947 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13948 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13949 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13950 (calendar-version): Doc fixes.
13951 (calendar-absolute-from-gregorian): Use zerop.
13952 (calendar-mode-line-format): Make it a defcustom.
13953
13954 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13955 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13956 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13957 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13958 (mark-included-diary-files, mark-calendar-days-named)
13959 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13960 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13961 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13962 (insert-anniversary-diary-entry, insert-block-diary-entry)
13963 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13964 (diary-font-lock-sexps): Doc fixes.
13965 (diary-remind-message, mark-calendar-month): Use zerop.
13966 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13967 (diary-list-entries): Revert let to let* (previous change).
13968
13969 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13970
13971 2008-03-10 Kim F. Storm <storm@cua.dk>
13972
13973 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13974 function aliases for the old names.
13975
13976 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13977
13978 * iswitchb.el (iswitchb-use-faces): Doc fix.
13979 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13980 Fix typos in docstrings.
13981
13982 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13983
13984 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13985 Fix typo.
13986 (verilog-type-font-keywords): Reindent.
13987
13988 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13989
13990 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13991 Fix bug in the grouping-keyword regular expression.
13992 (verilog-font-lock-keywords): Allow users to toggle special
13993 highlight of grouping-keywords.
13994 (verilog-highlight-grouping-keywords): The toggle for special
13995 highlighting of grouping keywords.
13996
13997 2008-03-10 Juri Linkov <juri@jurta.org>
13998
13999 * startup.el: Revert 2008-02-28 change that adds initial message
14000 to *scratch* buffer regardless of the value of
14001 `inhibit-startup-screen'.
14002
14003 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14004
14005 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14006 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14007 * progmodes/verilog-mode.el (verilog-mode):
14008 * net/socks.el (socks):
14009 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14010
14011 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14014 (doc-view-bookmark-make-record): Use them.
14015 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
14016 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14017
14018 * bookmark.el (bookmark-make-record-function): Change expected return
14019 value to include a suggested bookmark name.
14020 (bookmark-make): Split into bookmark-make-record and bookmark-store.
14021 Fix reversed `overwrite' semantics.
14022 (bookmark-set): Call bookmark-make-record before prompting the user.
14023 Then pass the result to bookmark-store later on.
14024 (bookmark-make-name-function): Remove.
14025 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14026 * info.el (bookmark-make-name-function): Remove.
14027 (Info-mode): Don't set it.
14028 (Info-bookmark-make-name): Remove.
14029 (Info-bookmark-make-record): Use Info-current-node as suggested default
14030 bookmark name.
14031
14032 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14033 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14034 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14035 (bookmark-annotation-buffer, bookmark-annotation-file)
14036 (bookmark-annotation-point, bookmark-send-annotation)
14037 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14038 (bookmark-edit-annotation-text-func): Rename from
14039 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
14040 (bookmark-edit-annotation-mode-map): Move initialization into
14041 declaration.
14042
14043 * bookmark.el: Remove spurious * in docstrings.
14044 (bookmark-minibuffer-read-name-map): New var.
14045 (bookmark-set): Use it. Also pass the default value as it should.
14046 (bookmark-send-edited-annotation): Take no chances with text properties.
14047 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14048 (bookmark-insert-buffer-name): Remove.
14049 (bookmark-buffer-file-name): Signal an error rather than returning nil.
14050
14051 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
14052
14053 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14054
14055 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
14056
14057 * diff-mode.el (diff-mode-menu): Add :help.
14058
14059 2008-03-09 Glenn Morris <rgm@gnu.org>
14060
14061 * calendar/calendar.el (general-holidays, oriental-holidays)
14062 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14063 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14064 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14065 (calendar-holidays): Restore autoload cookies, because people are
14066 used to using these variables without loading calendar.el.
14067
14068 * calendar/cal-islam.el (diary-islamic-date): Move to end.
14069 (date, number): Declare where needed.
14070
14071 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14072 (list-sexp-diary-entries): Doc fixes.
14073 (diary-list-entries): Doc fix. Remove free variable `entry'.
14074 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
14075 Simplify setting of `date-holiday-list'.
14076 (mark-diary-entries): Remove free variable `entry'.
14077 (diary-list-entries, include-other-diary-files, fancy-diary-display):
14078 Use let where let* is not needed.
14079
14080 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14083 make-record function, instead paste it in afterwards.
14084 (bookmark-make-record-for-text-file):
14085 * doc-view.el (doc-view-bookmark-make-record):
14086 * info.el (Info-bookmark-make-record): Don't mess with annotations.
14087
14088 2008-03-08 Glenn Morris <rgm@gnu.org>
14089
14090 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14091
14092 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * calendar/diary-lib.el (diary-list-entries)
14095 (include-other-diary-files, mark-diary-entries)
14096 (mark-sexp-diary-entries, mark-included-diary-files)
14097 (diary-entry-time, list-sexp-diary-entries): Remove the special
14098 handling of ^M that dates back to the use of selective-display.
14099 (simple-diary-display): Obey setting of pop-up-frames.
14100 (body, entry): Remove unnecessary declarations.
14101
14102 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14103 (bookmark-get-annotation, bookmark-set-annotation)
14104 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14105 (bookmark-set-position, bookmark-get-front-context-string)
14106 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14107 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14108 * info.el (Info-bookmark-make-record): Don't bother recording point.
14109 (bookmark-get-filename, bookmark-get-front-context-string)
14110 (bookmark-get-rear-context-string, bookmark-get-position):
14111 Don't declare any more.
14112 (bookmark-get-info-node): Remove.
14113 (bookmark-prop-get): Declare.
14114 (Info-bookmark-jump): Use it.
14115
14116 2008-03-08 Johan Bockgård <bojohan@gnu.org>
14117
14118 * subr.el (while-no-input): Don't splice BODY directly into the
14119 `or' form.
14120
14121 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
14122
14123 * diff-mode.el (diff-ignore-whitespace-hunk):
14124 Bind inhibit-read-only before trying to change the buffer.
14125
14126 2008-03-08 Glenn Morris <rgm@gnu.org>
14127
14128 * calendar/appt.el (appt): Move custom group here from calendar.el.
14129 (appt-disp-window, appt-convert-time): Doc fixes.
14130
14131 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14132 (calendar-bahai-mark-date-pattern):
14133 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14134 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14135 * calendar/cal-julian.el (calendar-absolute-from-julian):
14136 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14137
14138 * calendar/cal-china.el (chinese-calendar): Move custom group here from
14139 calendar.el.
14140 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14141 Make constants.
14142 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14143 (chinese-calendar-daylight-savings-starts)
14144 (chinese-calendar-daylight-savings-ends)
14145 (chinese-calendar-daylight-savings-starts-time)
14146 (chinese-calendar-daylight-savings-ends-time)
14147 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14148 Doc fixes.
14149
14150 * calendar/cal-coptic.el (coptic-name): Add doc string.
14151
14152 * calendar/cal-french.el (french-calendar-month-name-array)
14153 (french-calendar-day-name-array, french-calendar-special-days-array):
14154 Add doc strings.
14155
14156 * calendar/cal-bahai.el (diary-bahai-mark-entries)
14157 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14158 (diary-bahai-insert-yearly-entry):
14159 * calendar/cal-dst.el (calendar-next-time-zone-transition)
14160 (calendar-time-zone):
14161 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14162 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14163 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14164 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14165 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14166 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14167 (list-islamic-diary-entries, mark-islamic-diary-entries)
14168 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14169 (insert-yearly-islamic-diary-entry):
14170 * calendar/cal-iso.el (calendar-iso-read-args):
14171 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14172 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14173 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14174 (calendar-next-calendar-round-date)
14175 (calendar-mayan-long-count-common-era):
14176 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14177 (cal-menu-x-popup-menu, calendar-mouse-holidays)
14178 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14179 (calendar-mouse-goto-date):
14180 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14181 * calendar/holidays.el (holidays):
14182 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14183 * calendar/time-date.el (date-to-time, time-subtract, time-add)
14184 (safe-date-to-time): Doc fixes.
14185
14186 * calendar/cal-persia.el (persian-calendar-month-name-array)
14187 (persian-calendar-epoch): Make constants.
14188
14189 * calendar/cal-tex.el (calendar-tex): Move custom group here from
14190 calendar.el.
14191
14192 * calendar/cal-x.el (diary-frame-parameters)
14193 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14194 (calendar-after-frame-setup-hooks): Make defcustoms.
14195 (calendar-one-frame-setup, calendar-only-one-frame-setup)
14196 (calendar-two-frame-setup): Doc fix.
14197
14198 * calendar/cal-loaddefs.el: New file.
14199
14200 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14201 * calendar/cal-french.el, calendar/cal-html.el:
14202 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14203 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14204 * calendar/cal-tex.el, calendar/cal-x.el:
14205 Unquote lambda functions. Add autoload cookies to functions formerly
14206 autoloaded in calendar.el. Set `generated-autoload-file' to
14207 "cal-loaddefs.el".
14208
14209 * calendar/calendar.el: Move many autoloads to separate file,
14210 cal-loaddefs.el. Move defcustoms to start and re-order.
14211 (calendar-month-name-array, calendar-starred-day): No need to
14212 declare for compiler.
14213 (cal-loaddefs): Require it.
14214 (appt, chinese-calendar, calendar-tex): Move custom groups to the
14215 appropriate file.
14216 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14217 Reverse logic.
14218 (diary-face, diary-file-name-prefix-function, diary-include-string)
14219 (diary-glob-file-regexp-prefix, diary-face-attrs)
14220 (diary-file-name-prefix, sexp-diary-entry-symbol)
14221 (print-diary-entries-hook, list-diary-entries-hook)
14222 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14223 (nongregorian-diary-marking-hook, diary-list-include-blanks):
14224 Move to diary-lib.
14225 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14226 (all-bahai-calendar-holidays): Doc fix.
14227 (calendar-insert-indented): Doc fix. Use when rather than if.
14228 (exit-calendar): Use mapc rather than mapcar.
14229 (calendar-cursor-to-date): Use zerop.
14230 (calendar-mark-ring): Add doc-string.
14231 (calendar-starred-day): Defvar it.
14232 (calendar-mode): Make calendar-starred-day local.
14233 (calendar-star-date): No need to make calendar-starred-day local.
14234
14235 * calendar/diary-lib.el: Move defcustoms to start.
14236 (diary-include-string, diary-list-include-blanks)
14237 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14238 (diary-file-name-prefix, diary-file-name-prefix-function)
14239 (sexp-diary-entry-symbol, list-diary-entries-hook)
14240 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14241 (nongregorian-diary-marking-hook, print-diary-entries-hook):
14242 Move here from calendar.el.
14243 (diary-file-name-prefix-function): Use 'identity.
14244 (diary-face): Make it a defcustom, and mark as obsolete.
14245 (top-level): No need to require cal-hebrew, cal-islam when compiling.
14246 (calendar-hebrew-month-name-array-leap-year)
14247 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14248 Define for compiler.
14249 (diary-font-lock-keywords): Use format rather than concat.
14250 Add bahai-diary-entry-symbol.
14251
14252 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14253 * calendar/solar.el: Unquote lambda functions.
14254
14255 * calendar/solar.el (calendar-location-name, calendar-latitude)
14256 (calendar-longitude, solar-setup, solar-sin-degrees)
14257 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14258 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14259 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14260 (solar-exact-local-noon, solar-julian-ut-centuries)
14261 (solar-ephemeris-time, solar-date-next-longitude)
14262 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14263 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14264 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14265 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14266 Doc fixes.
14267 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14268 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14269 (solar-ecliptic-coordinates): Use unless.
14270 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14271 Use or.
14272
14273 * calendar/timeclock.el: Add doc-strings to all functions.
14274 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14275 (timeclock-entry-list-length, timeclock-entry-list-projects)
14276 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14277
14278 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14279
14280 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14281 (org-get-entries-from-diary): Require diary-lib.
14282
14283 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14286 Pacify byte-compiler.
14287
14288 2008-03-07 Alan Mackenzie <acm@muc.de>
14289
14290 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14291 paren/bracket pairs parsed, to solve performance problem.
14292
14293 2008-03-07 Bastien Guerry <bzg@altern.org>
14294
14295 * bookmark.el (bookmark-set): Don't check for
14296 `bookmark-make-name-function' since `bookmark-buffer-file-name'
14297 already takes care of this.
14298 (bookmark-buffer-name, bookmark-buffer-file-name):
14299 Remove Info-mode specific code.
14300
14301 * info.el (bookmark-get-info-node): Define this function in
14302 info.el, not in bookmark.el.
14303 (Info-mode): Set `bookmark-make-name-function' to
14304 `Info-bookmark-make-name' locally.
14305 (Info-bookmark-make-name): New function.
14306
14307 * bookmark.el (bookmark-make-name-function): New variable.
14308
14309 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14310
14311 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14312 buffer-local, not `bookmark-make-cell-function' (the old name).
14313
14314 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
14315
14316 * doc-view.el (doc-view-bookmark-make-record):
14317 * image-mode.el (image-bookmark-make-record):
14318 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14319
14320 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
14321
14322 * vc.el (vc-status-menu-map-filter): Return orig-binding if
14323 boundp 'vc-ignore-menu-filter.
14324 (vc-status-tool-bar-map): Make it defvar.
14325 (vc-status-mode): vc-status-tool-bar-map now variable.
14326 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14327
14328 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14329
14330 Give a better name to part of the bookmark interface.
14331
14332 This was originally a much larger change, but halfway through I
14333 updated and discovered that Stefan Monnier had done the rest.
14334 It looks like he anticipated the new name too, because he used
14335 `the-record' instead of `the-cell' for some internal variable names.
14336
14337 * bookmark.el (bookmark-make-record-function): Was
14338 `bookmark-make-cell-function'.
14339 (bookmark-make, bookmark-send-annotation): Update for above.
14340 (bookmark-make-record-for-text-file):
14341 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14342
14343 * info.el: Adjust accordingly.
14344 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14345
14346 * image-mode.el: Adjust accordingly.
14347 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14348
14349 * doc-view.el: Adjust accordingly.
14350 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14351
14352 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14353
14354 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14355 Move initialization into declaration.
14356 (bookmark-get-info-node, bookmark-set-info-node): Remove.
14357 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14358 (bookmark-info-current-node): Remove.
14359 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14360 Add relocation fallback. Set bookmark-current-bookmark.
14361 (bookmark-default-handler): Rename from bookmark-jump-noselect.
14362 Remove relocation fallback. Don't set bookmark-current-bookmark.
14363 (bookmark-set): Let it be used even if there's no buffer-file-name
14364 as long as there is a bookmark-make-cell-function.
14365 * info.el (Info-bookmark-jump): Remove relocation fallback.
14366 Don't set bookmark-current-bookmark.
14367
14368 2008-03-07 Glenn Morris <rgm@gnu.org>
14369
14370 * calendar/appt.el (appt-issue-message)
14371 (appt-message-warning-time, appt-audible, appt-visible)
14372 (appt-msg-window, appt-display-mode-line, appt-display-duration)
14373 (appt-display-diary): Remove autoload cookies.
14374
14375 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14376 Remove leading `*' from defcustom doc-strings.
14377
14378 * calendar/cal-dst.el (calendar-dst): New custom group.
14379 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14380 (calendar-time-zone, calendar-daylight-time-offset)
14381 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14382 (calendar-daylight-savings-starts-time)
14383 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14384 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14385 Move to start.
14386
14387 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14388
14389 * calendar/calendar.el (calendar-version): Use emacs-version and
14390 make it obsolete. Move to end.
14391 (calendar-offset, view-diary-entries-initially)
14392 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14393 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14394 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14395 (all-bahai-calendar-holidays, calendar-load-hook)
14396 (initial-calendar-window-hook, today-visible-calendar-hook)
14397 (today-invisible-calendar-hook, calendar-move-hook)
14398 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14399 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14400 (diary-include-string, sexp-diary-entry-symbol)
14401 (abbreviated-calendar-year, american-date-diary-pattern)
14402 (european-date-diary-pattern, european-calendar-display-form)
14403 (american-calendar-display-form, print-diary-entries-hook)
14404 (list-diary-entries-hook, diary-hook, diary-display-hook)
14405 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14406 (nongregorian-diary-marking-hook, diary-list-include-blanks)
14407 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14408 (local-holidays, other-holidays, hebrew-holidays-1)
14409 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14410 (hebrew-holidays, christian-holidays, islamic-holidays)
14411 (bahai-holidays, solar-holidays, calendar-setup)
14412 (calendar-week-start-day): Remove autoload cookies.
14413 (diary-glob-file-regexp-prefix): Doc fix.
14414 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14415 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14416 (calendar-week-start-day, calendar-debug-sexp): Move to start.
14417
14418 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14419 (calendar-time-display-form, calendar-latitude)
14420 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14421 cookies.
14422 (calendar-latitude, calendar-longitude): Move functions after
14423 variables.
14424 (diary-sabbath-candles-minutes): Move to start.
14425 (solar-setup): Use or rather than if.
14426 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14427 Remove condition-case.
14428 (solar-atn2): Use zerop.
14429 (solar-equinoxes-solstices): Doc fix.
14430
14431 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14432 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
14433
14434 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14435 (calendar-longitude, calendar-latitude, calendar-location-name):
14436 Declare for compiler.
14437
14438 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * arc-mode.el (archive-ar-file-header-re): New const.
14441 (archive-ar-summarize, archive-ar-extract): New funs.
14442 (archive-find-type): Recognize ar archives.
14443
14444 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14445 New functions.
14446
14447 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14448
14449 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
14450
14451 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14452 Replace :enable (mark-active) with :enable mark-active.
14453
14454 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
14455
14456 * vms-patch.el (make-legal-file-name): New obsolete alias.
14457 (make-valid-file-name): Rename from `make-legal-file-name'.
14458 (make-auto-save-file-name): Use it.
14459
14460 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14461 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14462 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14463
14464 * textmodes/org.el (org-export-html-style): Doc fix.
14465 (org-get-legal-level): New obsolete alias.
14466 (org-get-valid-level): Rename from `org-get-legal-level'.
14467 (org-promote, org-demote, org-archive-subtree)
14468 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14469
14470 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14471
14472 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14473
14474 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14475 (vc-status-toggle-mark): New functions.
14476 (vc-status-mode): Set tool bar map.
14477
14478 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14479
14480 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14481 Reported by Drew Adams <drew.adams@oracle.com>.
14482
14483 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14484
14485 * subr.el (read-quoted-char): Resolve modifiers of the character
14486 event.
14487
14488 * comint.el (comint-exec-1): Don't change the coding-system for
14489 decoding to dos-like EOL.
14490 (comint-carriage-motion): Fully rewrite.
14491
14492 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * epg.el (epg-context-include-certs): Reflow docstring.
14495 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14496 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14497 (epg-context-set-signers, epg-context-set-sig-notations)
14498 (epg-make-import-status, epg-make-import-result)
14499 (epg-start-delete-keys): Fix typos in docstrings.
14500 (epg-start-sign-keys, epg-sign-keys):
14501 Fix typos in obsolescence declarations.
14502
14503 * iswitchb.el: Don't check for `cadr' and `last'.
14504 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14505 Add obsolescence declaration and remove redundant info from docstring.
14506 (iswitchb-set-common-completion, iswitchb-set-matches)
14507 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14508 (recentf-list, most-len, most-is-exact):
14509 Don't wrap defvars within `eval-when-compile'.
14510
14511 2008-03-05 Glenn Morris <rgm@gnu.org>
14512
14513 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14514 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14515 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14516 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14517 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14518
14519 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14520 declaration for compiler.
14521 (ediff-xemacs-init-menus): Use when rather than if.
14522
14523 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14524 if+and to just and.
14525 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14526 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14527
14528 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14529
14530 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14531 test inside XEmacs test.
14532 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14533 since it was doing nothing on Emacs.
14534 (ediff-make-bullet-proof-overlay): Use when rather than if.
14535
14536 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14537 (ediff-setup-control-frame): Remove
14538 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14539 a (featurep 'xemacs) test.
14540
14541 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14542
14543 * calc/calc-ext.el (calc-extended-command-history): New variable.
14544 (calc-execute-extended-command): Use `calc-extended-command-history'.
14545
14546 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14547
14548 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14549 (standard-mode-line-position): Add mouse-face.
14550
14551 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14552 * progmodes/grep.el (grep-mode-map): Add :help.
14553
14554 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14555 initialize in one step. Add :help. Use :enable to activate menu
14556 items. Show the key binding for edebug-defun.
14557 (lisp-interaction-mode-map): Add a menu.
14558
14559 * term.el (term-mode-map): Define and initialize in one step.
14560
14561 * ediff-init.el (ediff-color-display-p): Simplify.
14562 (Xor): Remove unused function.
14563 (ediff-with-syntax-table): Simplify for Emacs.
14564
14565 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14566 menu-bar being loaded, it always is.
14567
14568 2008-03-05 Glenn Morris <rgm@gnu.org>
14569
14570 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14571 multiple definitions when compiling.
14572
14573 2008-03-04 Alan Mackenzie <acm@muc.de>
14574
14575 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14576
14577 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14578 doc-string, "c-old-LEN" -> "c-old-END".
14579
14580 2008-03-04 Jason Rumney <jasonr@gnu.org>
14581
14582 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14583 namespaces.
14584
14585 2008-03-04 Glenn Morris <rgm@gnu.org>
14586
14587 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14588
14589 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14590 than mapcar.
14591
14592 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14595 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14596
14597 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14598 so that M-q can fill comments.
14599 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14600 commands implemented in elisp.
14601 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14602 (tex-format-cmd): New function.
14603 (tex-compile): Use it to let the user specify default arguments.
14604 (tex-cmd-bibtex-args): New var.
14605 (tex-cmd-doc-view): New function.
14606
14607 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14608
14609 * faces.el (face-spec-set): Fix typos in docstring.
14610
14611 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14612
14613 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14614 (standard-mode-line-position): Use it to add a menu for toggling
14615 column number and line number display.
14616
14617 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14620 Remove optimization that was working around the form-code-walker bug.
14621
14622 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14623 Walk into the body of lambdas after byte-compile-unfold-lambda.
14624
14625 2008-03-03 Glenn Morris <rgm@gnu.org>
14626
14627 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14628 value, if set, over frame value.
14629
14630 * simple.el (transient-mark-mode): Don't turn on by default.
14631
14632 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14633 accidentally removed by the 2007-12-05 merge from Gnus.
14634
14635 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14636
14637 * progmodes/compile.el (compilation-menu-map): Add menu entries
14638 for useful options.
14639
14640 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14641 Glenn Morris <rgm@gnu.org>
14642
14643 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14644 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14645 Give a `bytecomp-' prefix to local variables with common names.
14646
14647 2008-03-01 Glenn Morris <rgm@gnu.org>
14648
14649 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14650 Restore code commented out 2007-11-10.
14651
14652 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14653
14654 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14655 Delete macro.
14656 * emulation/viper-cmd.el, emulation/viper-ex.el:
14657 * emulation/viper-init.el, emulation/viper-keym.el:
14658 * emulation/viper-mous.el, emulation/viper-util.el:
14659 * emulation/viper.el:
14660 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14661 featurep test.
14662
14663 Replace obsolete frame-local variables with frame-parameters.
14664 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14665 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14666 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14667 on XEmacs.
14668 * emulation/viper-util.el (viper-frame-value): New macro.
14669 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14670 (viper-R-state-post-command-sentinel)
14671 (viper-replace-state-post-command-sentinel)
14672 (viper-change-state-to-insert, viper-change-state-to-emacs):
14673 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14674 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14675 (viper-get-saved-cursor-color-in-insert-mode)
14676 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14677 Use viper-frame-value for viper-replace-overlay-cursor-color,
14678 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14679 viper-vi-state-cursor-color values.
14680
14681 * emulation/viper-cmd.el (zmacs-region-stays):
14682 * emulation/viper-util.el (zmacs-region-stays): No need to define
14683 for compiler.
14684
14685 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14686 mapcar on Emacs.
14687
14688 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14689 on XEmacs.
14690
14691 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14692 rather than if.
14693
14694 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14695
14696 * whitespace.el: New version 9.3. As the glyph code generation was
14697 fixed, it is possible now to use character code above ?\x1FFFF in the
14698 display table. Fix `whitespace-indentation-regexp' to not include an
14699 extra ending character. Reported by Michael Welsh Duggan
14700 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14701 the original whitespace package had. Suggested by Eric Cooper
14702 <ecc@cmu.edu>. Doc fix.
14703 (whitespace-action): New option.
14704 (whitespace-display-mappings): Changed default newline visualization to
14705 display downwards arrow, as the glyph code generation was fixed.
14706 (whitespace-unload-function): Assure that all local whitespace mode is
14707 turned off.
14708 (whitespace-global-modes): Fix type customization.
14709 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14710 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14711 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14712 Fix code.
14713 (whitespace-buffer): Command removed.
14714 (whitespace-trailing-regexp, whitespace-mark-x)
14715 (whitespace-display-window, whitespace-action-when-on)
14716 (whitespace-add-local-hook, whitespace-remove-local-hook)
14717 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14718 (whitespace-action): New funs.
14719 (whitespace-report-list, whitespace-report-text)
14720 (whitespace-report-buffer-name): New consts.
14721 (whitespace-report, whitespace-report-region): New commands.
14722
14723 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * disp-table.el (make-glyph-code): Don't test the result of
14726 `face-id', which already signals an error for invalid faces.
14727 (glyph-face): Simplify.
14728
14729 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14730 running `desktop-not-loaded-hook' to allow modifying it.
14731 Don't show warning message if `desktop-dirname' was modified.
14732
14733 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14734
14735 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14736 we still expect more lines.
14737
14738 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14739 comment-paragraph filling if the commark doesn't match
14740 comment-start-skip.
14741
14742 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14743
14744 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14745 the `imap' variant.
14746
14747 2008-03-01 Jason Rumney <jasonr@gnu.org>
14748
14749 * files.el (make-auto-save-file-name): Encode more characters in
14750 non-file buffer names. Use url-encoding.
14751
14752 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * net/net-utils.el (ftp-program): Fix typo in docstring.
14755 (ifconfig-program-options, netstat-program-options)
14756 (arp-program-options, route-program-options, nslookup-program-options)
14757 (ftp-program-options, smbclient-program-options)
14758 (dns-lookup-program-options, arp, route): Doc fixes.
14759
14760 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14761 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14762 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14763 Fix typos in docstrings.
14764 (gdb-pending-triggers): Reflow docstring.
14765 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14766
14767 2008-03-01 Alan Mackenzie <acm@muc.de>
14768
14769 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14770 typing "#" at EOB.
14771
14772 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14773
14774 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14775
14776 2008-02-29 Kim F. Storm <storm@cua.dk>
14777
14778 * emulation/cua-base.el (cua-remap-control-v)
14779 (cua-remap-control-z): New defcustoms.
14780 (cua-mode): Add them to set-after property.
14781 (cua--init-keymaps): Use them.
14782 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14783
14784 * help.el (view-emacs-todo): Rename from view-todo.
14785 (describe-gnu-project): Rename from describe-project. Users changed.
14786 (view-help-file): New helper function.
14787 (describe-distribution, describe-copying, describe-gnu-project)
14788 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14789 (view-emacs-debugging, view-external-packages): New commands.
14790 (help-map): Move describe-distribution to C-h C-o (ordering).
14791 Move view-emacs-problems to C-h C-p (problems).
14792 Bind view-emacs-debugging to C-h C-d (debugging).
14793 Bind view-external-packages to C-h C-e (extras).
14794 (help-for-help-internal): Cleanup and align descriptions.
14795 Remove command names to reduce clutter.
14796
14797 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14798
14799 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14800 and quieter face (not a warning).
14801
14802 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14803
14804 * vc.el (vc-status-crt-marked): New variable.
14805 (vc-status-mode): Make it local.
14806 (vc-status-refresh): Use it to save the marked files.
14807 (vc-update-vc-status-buffer): Use it to restore the marked files.
14808
14809 * vc-svn.el (vc-svn-after-dir-status):
14810 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14811
14812 2008-02-29 Glenn Morris <rgm@gnu.org>
14813
14814 * allout.el (allout-topic-encryption-bullet)
14815 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14816 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14817 from 22.0 to 22.1.
14818
14819 * net/imap.el (imap-ping-server):
14820 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14821 Change defcustom :version from 23.0 to 23.1.
14822
14823 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * desktop.el (desktop-save): Save the buffer name if the
14826 uniquified base name is empty.
14827
14828 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14829
14830 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14831 correctly when user has "set print address off".
14832
14833 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14834
14835 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14836 version number of the next major Emacs release, not 23.0.
14837
14838 * longlines.el (longlines-unload-function): New function.
14839
14840 2008-02-28 Juri Linkov <juri@jurta.org>
14841
14842 * startup.el (normal-splash-screen): Add argument `concise'.
14843 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14844 to the created buffer. If `concise' is non-nil, call
14845 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14846 (display-startup-screen): Add argument `concise' to the call to
14847 `normal-splash-screen'.
14848
14849 2008-02-28 Kim F. Storm <storm@cua.dk>
14850
14851 * startup.el (startup-echo-area-message): Check for about-emacs.
14852
14853 2008-02-28 Juri Linkov <juri@jurta.org>
14854
14855 * startup.el: Always add initial message to *scratch* buffer if
14856 `initial-scratch-message' is non-nil regardless of the value of
14857 `inhibit-startup-screen'.
14858 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14859 (command-line-1): Move code that inserts `initial-scratch-message'
14860 up before the if-form that checks for `inhibit-startup-screen'.
14861 Suggested by Jonathan Rockway <jon@jrock.us>.
14862
14863 2008-02-28 Juri Linkov <juri@jurta.org>
14864
14865 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14866 Rename `custom-mode' to `Custom-mode' in docstrings.
14867 (custom-buffer-create-internal, customize-browse):
14868 Rename `custom-mode' to `Custom-mode'.
14869 (custom-mode-hook): Rename to `Custom-mode-hook'.
14870 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14871 (custom-mode): Rename to `Custom-mode'.
14872 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14873 (custom-mode): Add backward-compatible non-interactive variant of
14874 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14875 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14876
14877 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14878
14879 * emulation/viper.el (viper-emacs-state-mode-list):
14880 Rename `custom-mode' to `Custom-mode'.
14881
14882 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14883 Capitalize "Tagged Files".
14884 (minibuffer-local-map): Add menu items for next/previous
14885 history elements and isearch history forward/backward.
14886
14887 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14888 `hs-isearch-open' with t instead of `comment' in :selected
14889 for "Code and Comment blocks" menu item.
14890
14891 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14892
14893 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14894 Should be done in desktop.el instead.
14895
14896 2008-02-28 Glenn Morris <rgm@gnu.org>
14897
14898 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14899
14900 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14901
14902 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14903 (Info-menu, Info-goto-node): Remove declarations.
14904 (report-emacs-bug-info): Use info rather than Info-goto-node.
14905
14906 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14907 (idlwave-convert-xml-system-routine-info): Don't require xml.
14908 (idlwave-show-commentary, idlwave-shell-show-commentary):
14909 Don't require finder.
14910 (idlwave-info): Don't require info. Use info rather than
14911 Info-goto-node.
14912
14913 * textmodes/org.el (Info-goto-node): Remove declaration.
14914 (org-info): Use info rather than Info-goto-node.
14915
14916 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14917 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14918
14919 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14920
14921 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14922 the menu.
14923
14924 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14925 (vc-finish-logentry): Check for vc-status-mode, not only for
14926 vc-dired-mode.
14927
14928 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14929
14930 * isearch.el (isearch-printing-char): Don't check
14931 keyboard-coding-system.
14932 Call isearch-process-search-multibyte-characters only when
14933 current-input-method is non-nil.
14934
14935 2008-02-27 Kim F. Storm <storm@cua.dk>
14936
14937 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14938 (glyph-char, glyph-face): Handle cons encoding.
14939
14940 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14941
14942 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14943 empty string, return nil to allow the caller to default to the
14944 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14945
14946 * tool-bar.el (tool-bar-setup): Doc fix.
14947
14948 * mail/supercite.el (sc-describe):
14949 Fix typos in obsolescence declaration.
14950
14951 2008-02-27 Glenn Morris <rgm@gnu.org>
14952
14953 * autoinsert.el (auto-insert-alist): Change permission text to
14954 match FSF's GPLv3 form.
14955
14956 * mail/supercite.el (sc-cite-original): Doc fix.
14957 (sc-version): Make obsolete.
14958 (sc-describe): Show the SC info page. Make obsolete.
14959
14960 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14963 when using transient-mark-mode.
14964 (default-indicate-unused-lines): Remove unused var.
14965
14966 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14967
14968 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14969 and previous.
14970
14971 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14972
14973 2008-02-26 Glenn Morris <rgm@gnu.org>
14974
14975 * net/net-utils.el (top-level): Don't require comint when compiling.
14976 (nslookup-font-lock-keywords): Don't require font-lock.
14977 Use font-lock faces rather than variables.
14978 (nslookup, ftp, smbclient, network-service-connection):
14979 Don't require comint.
14980 (comint-prompt-regexp, comint-input-autoexpand)
14981 (comint-input-ring): Declare for compiler.
14982 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14983 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14984
14985 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14986 doc-string.
14987
14988 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * doc-view.el (doc-view-current-page): Add a `win' argument.
14991
14992 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14995 Demote it to plain defvar.
14996 (doc-view-conversion-refresh-interval): Reduce interval.
14997 (doc-view-goto-page): Allow moving to pages not yet rendered.
14998 (doc-view-goto-page): Construct a file name rather than extracting it
14999 from doc-view-current-files.
15000 (doc-view-kill-proc): Ignore errors from kill-process.
15001 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15002 (doc-view-insert-image): Use appropriate text if the page hasn't been
15003 rendered yet. Adjust scrolling so the text is displayed.
15004 (doc-view-display): Detect not just that a page is available, but also
15005 that it wasn't available before, so as to avoid refreshing all pages
15006 repeatedly.
15007 (doc-view-mode): Make doc-view-cache-directory if needed.
15008
15009 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15010
15011 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15012 toggle-read-only.
15013
15014 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15015 refering to a missing required field with the OPT prefix.
15016 Make unwindform more robust.
15017
15018 * textmodes/bibtex.el: Remove support for hideshow minor mode as
15019 it duplicates the bibtex support in progmodes/hideshow.el.
15020 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15021 entries that do not start at the beginning of a line.
15022
15023 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15024
15025 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15026
15027 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
15028
15029 * help-fns.el (describe-variable): Add phrases about
15030 initialization file with and without customization;
15031 use new button type help-info-variable.
15032
15033 * help-mode.el (help-info-variable):
15034 New button able to read Info files for help-fns.el.
15035
15036 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
15037
15038 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15039 (grep-mode): Use grep-mode-tool-bar-map.
15040
15041 * progmodes/compile.el (tool-bar): Require tool-bar.
15042 (compilation-mode-tool-bar-map): New variable.
15043 (compilation-mode): Use compilation-mode-tool-bar-map.
15044
15045 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
15046
15047 2008-02-25 Glenn Morris <rgm@gnu.org>
15048
15049 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15050
15051 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15052
15053 * diff-mode.el (diff-file-junk-re): New const.
15054 (diff-beginning-of-file-and-junk): Use it.
15055 (diff-file-kill): Make sure we were really inside a file diff.
15056
15057 * diff-mode.el: Make it more robust in the presence of empty context
15058 lines in unified hunks.
15059 (diff-valid-unified-empty-line): New var.
15060 (diff-unified->context, diff-sanity-check-hunk): Obey it.
15061 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
15062 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15063 (diff-hunk-header-re-unified): New const.
15064 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15065 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15066 (diff-sanity-check-hunk): Use it.
15067
15068 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15069 Index: line, don't search backward for the previous one.
15070
15071 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15072
15073 * international/fontset.el (setup-default-fontset): Add non-OTF
15074 lao font for lao script.
15075
15076 * language/tibetan.el: Register tibetan-composition-function in
15077 composition-function-table.
15078
15079 * language/tibet-util.el (tibetan-composition-function):
15080 Adjust for the new calling way (argument changed). Try font-shape-text
15081 if possible.
15082
15083 * language/lao.el: Register lao-composition-function in
15084 composition-function-table.
15085
15086 * language/lao-util.el (lao-composition-function): Adjust for the new
15087 calling way (argument changed). Try font-shape-text if possible.
15088
15089 2008-02-25 Jason Rumney <jasonr@gnu.org>
15090
15091 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15092
15093 2008-02-25 Juri Linkov <juri@jurta.org>
15094
15095 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15096 background, "red4" for a dark background, "red" for 16 and
15097 8 colors, "grey" for grayscale, and inverse video otherwise.
15098 Add :version tag.
15099 (isearch-message): Keep the original isearch-message intact, and
15100 add text properties to it where necessary. Add `isearch-error' to
15101 the condition that checks if isearch is unsuccessful.
15102
15103 2008-02-24 Juri Linkov <juri@jurta.org>
15104
15105 * progmodes/compile.el (compilation-handle-exit):
15106 Use compilation-error face instead of font-lock-warning-face.
15107 Display the same message in the minibuffer as is inserted
15108 at the end of the compilation buffer.
15109
15110 2008-02-24 Glenn Morris <rgm@gnu.org>
15111
15112 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15113 multiple file case.
15114
15115 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15116
15117 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15118 multiple file case. Use a single `let' rather than two.
15119
15120 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15121
15122 * progmodes/compile.el (compilation-start): Specify a face for
15123 mode-line-process.
15124 (compilation-handle-exit): Specify a face and a tooltip for
15125 mode-line-process.
15126
15127 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * hilit-chg.el: Remove spurious * in defcustom docstrings.
15130 (hilit-chg-make-ov): Simplify.
15131 (hilit-chg-fixup): Use remove-overlays.
15132 (hilit-chg-set-face-on-change): Remove redundant call to
15133 `remove-text-properties'.
15134
15135 * dired.el (dired-mark-prompt): Don't count/display the t element.
15136 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15137
15138 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15139
15140 * progmodes/verilog-mode.el (eval-when-compile): Don't define
15141 add-submenu.
15142 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15143 Remove. Move contents to the only use ...
15144 (verilog-menu): ... here.
15145 (verilog-statement-menu): Remove. Move contents to the only use ...
15146 (verilog-stmt-menu): ... here.
15147 (verilog-mark-defun): Simply call mark-defun for emacs.
15148 (occur-pos-list): Declare for byte compiler.
15149 (mode-popup-menu): Don't defvar.
15150 (verilog-add-statement-menu): Remove.
15151 (verilog-mode-hook): Don't add verilog-add-statement-menu.
15152 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15153
15154 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15155
15156 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15157 conditional.
15158 (verilog-font-grouping-keywords-face): Make the begin..end
15159 keywords standout more than other verilog keywords.
15160 (verilog-type-font-keywords): Move the begin..end out of this list
15161 to facilitate making them to (potentially) stand out more.
15162 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15163 function & task blocks.
15164 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15165 initial, function & task blocks.
15166 (verilog-forward-sexp): Handle the new "disable fork" statement of
15167 IEEE-1800 Verilog.
15168 (verilog-beg-block-re-ordered): Handle the new "disable fork"
15169 statement of IEEE-1800 Verilog.
15170 (verilog-calc-1): Handle the new "disable fork" statement of
15171 IEEE-1800 Verilog.
15172 (verilog-disable-fork-re): Add const to help handle the new
15173 "disable fork" statement of IEEE-1800 Verilog.
15174 (verilog-declaration-core-re): Add port directions by themselves,
15175 with no qualification, as base item of a declaration.
15176 (verilog-pretty-declarations): Add new flag to ask it to refrain
15177 from printing to the message buffer.
15178 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15179 printing to the message buffer. Improve handling of the many
15180 types of expression line up.
15181 (verilog-just-one-space): Remove printing of an empty message.
15182 (verilog-get-lineup-indent): Rework to support the better handling
15183 of expression lineup for verilog-pretty-expr.
15184 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15185
15186 2008-02-24 Alan Mackenzie <acm@muc.de>
15187
15188 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15189 yesterday's commit.
15190
15191 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15192
15193 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15194 to mouse-set-point in buffers that aren't associated with files.
15195
15196 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15197
15198 2008-02-24 Alan Mackenzie <acm@muc.de>
15199
15200 Set of changes so that "obtrusive" syntactic elements in a
15201 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15202 unmatched paren) don't interact syntactically with stuff outside
15203 the CPP line.
15204
15205 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15206 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15207 off-by-one bug.
15208 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15209 a bit of refactoring.
15210 (c-awk-extend-and-syntax-tablify-region): Takes some of the
15211 functionality of c-awk-advise-fl-for-awk-region, which has been
15212 refactored away.
15213
15214 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15215 (c-clear-char-property-with-value): New function and macro which
15216 remove text-properties `equal' to a supplied value.
15217
15218 * progmodes/cc-engine.el: Comment about text properties amended.
15219
15220 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15221 parens around "error\\|warning".
15222
15223 * progmodes/cc-langs.el (c-get-state-before-change-function)
15224 (c-before-font-lock-function, c-anchored-cpp-prefix):
15225 New language variables.
15226 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15227
15228 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15229 syntax-table text properties.
15230 (c-common-init): Call language specific before/after-change
15231 functions at mode initialisation.
15232 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15233 (c-extend-region-for-CPP, c-neutralize-CPP-line)
15234 (c-neutralize-syntax-in-CPP): New functions.
15235 (c-before-change, c-after-change): Call the new language specific
15236 change functions defined in cc-langs.el.
15237 (c-advise-fl-for-region): New macro.
15238 (awk-mode): Remove AWK specific stuff which has been refactored
15239 into language independent stuff.
15240
15241 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15242
15243 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15244 (gdb): (Re)set gdb-flush-pending-output to nil here...
15245 (gdb-init-1): ...instead of here (before gdb-prompt).
15246
15247 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15250 Recognize ''' just like any other char-constant.
15251
15252 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15255 careful enough. Detect the uid-change all within the main loop.
15256
15257 2008-02-24 Stefan Monnier <monnier@pastel.home>
15258
15259 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15260
15261 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15262
15263 * hilit-chg.el (highlight-save-buffer-state): New macro.
15264 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15265 (hilit-chg-clear): Use it to preserve the modified-p flag.
15266 (highlight-changes-rotate-faces): Don't mess with the undo-list.
15267
15268 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15269
15270 * font-lock.el (font-lock-set-defaults): Unset previously set variables
15271 when needed.
15272
15273 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
15274
15275 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15276 from gnus-button-url-regexp.
15277
15278 2008-02-24 Eli Zaretskii <eliz@gnu.org>
15279
15280 * progmodes/compile.el (compilation-next-error): Doc fix.
15281 (compilation-find-file): Doc fix.
15282
15283 2008-02-24 Glenn Morris <rgm@gnu.org>
15284
15285 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15286 Add obsolete aliases to the old names.
15287
15288 2008-02-24 Richard Stallman <rms@gnu.org>
15289
15290 * net/net-utils.el (ifconfig): Rename from ipconfig.
15291 (ipconfig): Alias to ifconfig.
15292 (ifconfig-program): Rename from ipconfig-program.
15293 (ifconfig-program-options): Rename from ipconfig-program-options.
15294
15295 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15296
15297 * progmodes/verilog-mode.el (verilog-declaration-core-re):
15298 Add port directions by themselves, with no qualification, as base
15299 item of a declaration.
15300 (verilog-pretty-declarations): Add new flag that inhibits printing
15301 to the message buffer.
15302 (verilog-pretty-expr): Add new flag that inhibits printing to the
15303 message buffer. Improve handling of the many types of expression
15304 line up.
15305 (verilog-just-one-space): Don't print an empty message.
15306 (verilog-get-lineup-indent): Rework to support the better handling
15307 of expression lineup for verilog-pretty-expr.
15308 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15309 (verilog-mode-version, verilog-mode-release-date): Update.
15310
15311 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15312
15313 * subr.el (cancel-change-group): Don't move point.
15314
15315 2008-02-23 Markus Triska <markus.triska@gmx.at>
15316
15317 * linum.el (linum-after-config): Update all visible windows.
15318
15319 2008-02-23 Glenn Morris <rgm@gnu.org>
15320
15321 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15322 Add :help for Solitaire and Tetris.
15323
15324 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15325
15326 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15327 (smtpmail-code-conv-from): Doc fix. Fix custom type.
15328 (smtpmail-queue-index-file): Make it a defcustom.
15329 (smtpmail-queue-index): Delete.
15330 (smtpmail-send-it, smtpmail-send-queued-mail):
15331 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15332 smtpmail-queue-index.
15333
15334 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15335 Add :version.
15336
15337 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
15338
15339 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15340 New variables.
15341 (iwconfig): New function.
15342
15343 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
15344
15345 * vc.el (vc-find-revision): Make vc-parent-buffer local before
15346 setting it.
15347 (vc-status-menu-map): Do not define using easy-menu.
15348 (vc-status-menu-map): New defalias.
15349 (vc-status-mode-map): Hook up the menu.
15350 (top-level): Update TODO.
15351
15352 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15353
15354 * vc-bzr.el (vc-bzr-init-version): Rename to ...
15355 (vc-bzr-init-revision): ... this.
15356
15357 2008-02-23 Jason Rumney <jasonr@gnu.org>
15358
15359 * makefile.w32-in (WINS_ALMOST): Remove term.
15360 (WINS): Add term here.
15361 (custom-deps, finder-data): Use WINS_ALMOST.
15362
15363 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
15364
15365 * faces.el (font-weight-table): Fix value of `semi-light'.
15366
15367 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15368
15369 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15370 Make those tables bijective.
15371
15372 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
15373
15374 Finish pdbtrack integration cleanup, settling missing-functions
15375 byte compiler warnings appropriately.
15376
15377 * progmodes/python.el (python-point): Remove this - beginning-of-line
15378 was all that was necessary for `python-pdbtrack-overlay-arrow'.
15379 (python-end-of-def-or-class, python-beginning-of-def-or-class)
15380 (python-goto-initial-line): Drop these - they were only needed for
15381 python-point.
15382 (python-comint-output-filter-function): Use condition-case and
15383 beginning-of-line directly, instead of python-mode.el functions
15384 which require all sorts of baggage.
15385 (point-safe): Unnecessary - we're using condition-case directly,
15386 instead.
15387 (python-execute-file): Include for python-shell, which I'm leaving
15388 in keeping despite it being unnecessary for pdb tracking.
15389
15390 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
15391
15392 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15393 Add SRFI 11 support.
15394 (let-values, let*-values): Specify scheme-indent-function.
15395
15396 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
15397
15398 * vc.el (vc-exec-after): Move setting mode-line-process in the
15399 busy case ...
15400 (vc-set-mode-line-busy-indicator): ... in this new function.
15401 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15402 (vc-update-vc-status-buffer): Reset mode-line-process.
15403 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15404 mark/unmark all the files with the same state as the current one.
15405 With a prefix argument mark/unmark all files.
15406 (vc-status-mode-menu): Adjust strings.
15407 (vc-update-vc-status-buffer): Only do something when the argument
15408 is not nil.
15409 (vc-status-kill-dir-status-process): New function.
15410 (vc-status-mode-map): Bind it.
15411 (vc-status-process-buffer): New variable.
15412 (vc-status-mode): Make it local.
15413 (vc-status-refresh): Set it.
15414
15415 * vc-hg.el (vc-hg-dir-status):
15416 * vc-git.el (vc-git-dir-status):
15417 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15418 command is run.
15419
15420 2008-02-22 Glenn Morris <rgm@gnu.org>
15421
15422 * json.el (top-level): No need to require thingatpt.
15423 (json-read-keyword): Use thing-at-point rather than word-at-point.
15424
15425 * time.el (top-level): No need to require time-date when compiling.
15426
15427 * emacs-lisp/copyright.el (copyright-update-year):
15428 Fix subexpression numbering for the case when years are split over
15429 lines, and for the replace case.
15430
15431 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
15432 (tpu-caar, tpu-cadr): Delete functions.
15433 (zmacs-regions): No need to declare for compiler.
15434 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15435 (tpu-spell-check): Rewrite, and handle mark after point.
15436 (tpu-special-insert): Use or rather than if.
15437
15438 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15439 rather than spell-region.
15440
15441 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15442 warnings about spell-region.
15443
15444 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15445
15446 * ldefs-boot.el: Regenerated.
15447
15448 * loadup.el: Don't load language/devanagari, language/kannada,
15449 language/malayalam, and language/tamil. Load language/sinhala.
15450
15451 * language/indian.el (indian-font-foundry)
15452 (indian-script-language-alist, indian-font-char-index-table)
15453 (indian-font-char, indian-font-char-range, indian-script-table)
15454 (indian-default-script, indian-composable-pattern): Delete them.
15455 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15456 language environments moved to here.
15457 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15458 New language environments.
15459
15460 * language/devanagari.el, language/devan-util.el,
15461 * language/kannada.el, language/knd-util.el, language/malayalam.el,
15462 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15463 Delete them.
15464
15465 * language/sinhala.el: New file.
15466
15467 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15468
15469 Update Nick Robert's port of pdb tracking from python-mode.el.
15470
15471 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15472 Clarify docstring.
15473 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15474 tracking is happening.
15475 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15476 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15477 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15478 Tracking is plugged in to all comint buffers once python.el is loaded.
15479 (python-pdbtrack-overlay-arrow): Toggle activation of
15480 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15481 (python-pdbtrack-track-stack-file): Use new
15482 `python-pdbtrack-get-source-buffer' for more flexible access to
15483 debugging source files.
15484 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15485 according to pdb stack trace, optionally using new
15486 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15487 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15488 named buffer, or having function with indicated name.
15489 (python-shell): Remove comint-output-filter-functions hook
15490 addition, it's being done elsewhere. Wrap long line.
15491
15492 2008-02-21 Michael Olson <mwolson@gnu.org>
15493
15494 * json.el: Replace XEmacs compatibility code to get rid of
15495 compiler warnings.
15496
15497 * time.el: Fix compiler warning.
15498
15499 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15500
15501 * json.el: New file (JavaScript Object Notation parser / generator).
15502
15503 2008-02-21 Dave Love <fx@gnu.org>
15504
15505 * progmodes/sym-comp.el: New file.
15506
15507 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15508 Require sym-comp. Add Python buffer to same-window-buffer-names.
15509 Fixup whitespaces.
15510 (python-font-lock-keywords): Add highlighting for Python builtins.
15511 (python-font-lock-syntactic-keywords): Rewrite.
15512 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15513 ppss directly.
15514 (python-mode-map): Add binding for python-find-function.
15515 (python-calculate-indentation): Clean up the logic.
15516 (python-beginning-of-defun): Explicitly set return value.
15517 (python-beginning-of-statement): Stop looping if we get stuck
15518 going backwards.
15519 (python-next-statement): Stop looping if we somehow end up inside
15520 a string while advancing.
15521 (python-preoutput-continuation, python-version-checked): New vars.
15522 (python-check-version): New function.
15523 (run-python): Set default command to python-command instead of
15524 python-python-command.
15525 (run-python): Use python-check-version. Give PYTHONPATH
15526 precedence over data-directory in the process environment.
15527 Load function definitions in python process after.
15528 (python-check-comint-prompt): New function.
15529 (python-send-command, python-send-receive): Use it.
15530 (python-complete-symbol, python-try-complete): Functions deleted.
15531 Use symbol-complete instead of python-complete-symbol throughout.
15532 (python-fill-paragraph): Further refine the fenced-string regexp.
15533 (def-python-skeleton): Expand to the original abbrev instead if in
15534 a comment or string. Tweak skeletons for `if', `while', `for',
15535 `try/except', `try/finally', `name'.
15536 (python-pea-hook, python-abbrev-pc-hook): New functions.
15537 (python-abbrev-syntax-table): New var.
15538 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15539 Use symbol-completion-try-complete for hippie expansion.
15540 Turn on font lock unconditionally.
15541 (python-mode-hook): Defcustom it. No need to use make-local
15542 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15543 option, since it's buffer-local.
15544
15545 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15546
15547 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15548
15549 2008-02-21 Drew Adams <drew.adams@oracle.com>
15550
15551 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15552 "Turn off" and a "Help" entry when the minor mode has no menu.
15553
15554 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15555
15556 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15557 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15558 vc-status-mark-file and vc-status-unmark-file.
15559 (vc-status-mark-unmark): New function.
15560 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15561
15562 2008-02-21 Glenn Morris <rgm@gnu.org>
15563
15564 * composite.el (encode-composition-rule): Fix typo in error message.
15565 (composition-function-table, auto-composition-mode): Doc fixes.
15566
15567 * subr.el (sit-for): Fix obsolete form for nil second argument.
15568
15569 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15570 (spell-string): Make obsolete, in favor of ispell.
15571
15572 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15573
15574 * language/devanagari.el: Don't setup composition-function-table
15575 here.
15576 ("Devanagari"): Change charset, coding-system, coding-priority to
15577 Unicode-based ones. Don't require the feature devan-util.
15578
15579 * composite.el (compose-chars-after): Fix arguments for a function
15580 in composition-function-table.
15581 (auto-compose-region): Likewise.
15582
15583 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15584 for Ethiopic.
15585 (ps-mule-plot-string): Ignore glyph-string based compositions.
15586
15587 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * doc-view.el: Allow different windows to show different pages.
15590 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15591 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15592 add them back as macros instead, using image-mode-winprops instead.
15593 Update all users of those variables.
15594 (doc-view-new-window-function): New function to create a new overlay
15595 for each new window.
15596 (doc-view-mode): Use it and image-mode-setup-winprops.
15597 (doc-view-clone-buffer-hook): Rewrite accordingly.
15598
15599 * image-mode.el: Extend [hv]scroll support to per-window properties.
15600 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15601 (image-mode-winprops-alist): New var to replace them.
15602 (image-mode-new-window-functions): New hook.
15603 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15604 New funs.
15605 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15606 Remove the `window' argument, update callers.
15607 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15608 Use the new functions.
15609 (image-mode-reapply-winprops): New fun.
15610 (image-mode): Use it.
15611
15612 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15613
15614 * calc/calc-math.el (math-sin-raw): Add optional argument
15615 to keep track of original argument.
15616 (math-cos-raw): Use optional argument when calling math-sin-raw.
15617 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15618 with close to original precision.
15619
15620 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15621
15622 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15623 args in calls of sit-for.
15624
15625 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15626
15627 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15628 (vc-svn-checkin): Fix typo in error message.
15629
15630 * help-mode.el: Require easymenu when compiling.
15631
15632 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15633
15634 * help-mode.el (help-mode-menu): New menu.
15635
15636 2008-02-20 Glenn Morris <rgm@gnu.org>
15637
15638 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15639 on Windows.
15640
15641 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15642
15643 * ps-mule.el (ps-mule-encode-region): Return a single string.
15644 (ps-mule-plot-string): Adjust for the above change.
15645 (ps-mule-encode-header-string): Likewise.
15646
15647 * international/latin1-disp.el (latin1-display): Don't use
15648 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15649 standard-display-table.
15650 (latin1-display-identities): Adjust for the change of what is
15651 returned by (get-language-info charset 'charset).
15652
15653 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15654 characters and terminal case.
15655
15656 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15657
15658 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15659
15660 * progmodes/python.el: Also require comint when loading.
15661 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15662 Replace python-shell with run-python on menu bar.
15663 (python-shell-map): New map.
15664 (python-default-interpreter, python-python-command-args)
15665 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15666 New options.
15667 (python-which-shell, python-which-args, python-which-bufname):
15668 New buffer local variables.
15669 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15670
15671 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15672 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15673 New constants.
15674
15675 Pdbtrack features:
15676
15677 (python-point, python-end-of-def-or-class)
15678 (python-beginning-of-def-or-class, python-goto-initial-line)
15679 (python-comint-output-filter-function)
15680 (python-pdbtrack-overlay-arrow)
15681 (python-pdbtrack-track-stack-file, python-toggle-shells)
15682 (python-shell, python-pdbtrack-toggle-stack-tracking)
15683 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15684 New functions.
15685
15686 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15687
15688 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15689 when the argument is nil.
15690
15691 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15692
15693 * vc.el (dir-status): Add a brief description.
15694
15695 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15696
15697 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15698 If non-nil, reverse the sense of the check.
15699
15700 * vc-rcs.el (vc-rcs-root): New func.
15701 * vc-cvs.el (vc-cvs-root): New func.
15702 * vc-svn.el (vc-svn-root): New func.
15703 * vc-sccs.el (vc-sccs-root): New func.
15704
15705 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15706
15707 * language/japan-util.el (setup-japanese-environment-internal):
15708 Call use-cjk-char-width-table.
15709
15710 * language/japanese.el ("Japanese"): Set exit-function to
15711 use-default-char-width-table.
15712
15713 * international/characters.el: Delete occurrences of non-Unicode
15714 tibetan and ethiopic characters.
15715 (cjk-char-width-table): New variable.
15716 (use-cjk-char-width-table, use-default-char-width-table):
15717 New functions.
15718
15719 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15720
15721 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15722 (vc-status-mode-menu): Add a :filter.
15723 (vc-status-printer): Add faces.
15724
15725 * vc-hg.el (vc-hg-extra-status-menu): New function.
15726 (vc-hg-dir-status): Clean up the buffer before using it.
15727
15728 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15729
15730 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15731 (gdb): Initialize it here instead.
15732
15733 * files.el (locate-dominating-file): Fix thinko in last change.
15734 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15735
15736 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15737
15738 * vc.el (vc-status-mode-menu): New menu for vc-status.
15739
15740 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15741
15742 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15743 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15744 (verilog-mode-auto, verilog-indent-level-module)
15745 (verilog-minimum-comment-distance, verilog-library-flags)
15746 (verilog-library-directories, verilog-library-files)
15747 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15748 (verilog-xemacs-menu, verilog-set-compile-command)
15749 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15750 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15751 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15752 (verilog-batch-inject-auto, verilog-batch-indent)
15753 (verilog-continued-line, verilog-type-keywords)
15754 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15755 (verilog-read-inst-pins, verilog-read-arg-pins)
15756 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15757 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15758 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15759 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15760 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15761 (verilog-mode-version, verilog-mode-release-date)
15762 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15763 (verilog-simulator, verilog-compiler)
15764 (verilog-auto-sense-defines-constant, verilog-company)
15765 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15766 Fix typos in docstrings.
15767 (verilog-set-auto-endcomments, verilog-calculate-indent)
15768 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15769 Reflow docstrings.
15770 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15771 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15772 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15773 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15774 (verilog-leap-to-head, verilog-current-indent-level)
15775 (verilog-case-indent-level, verilog-cpp-keywords)
15776 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15777 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15778 (verilog-signals-not-in, verilog-symbol-detick-text)
15779 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15780 (verilog-forward-close-paren, verilog-backward-open-paren)
15781 (verilog-backward-open-bracket): Doc fixes.
15782
15783 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15784 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15785 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15786 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15787 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15788 Fix typos in docstrings.
15789
15790 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15791
15792 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15793
15794 * info.el (Info-read-node-name): Removed unused `default' arg.
15795
15796 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15797
15798 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15799
15800 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * image-mode.el (image-get-display-property): New fun.
15803 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15804 (image-mode, image-minor-mode, image-toggle-display-text)
15805 (image-toggle-display): Use it.
15806
15807 2008-02-18 Jason Rumney <jasonr@gnu.org>
15808
15809 * international/mule.el (xml-find-file-coding-system): Don't warn
15810 about utf-16 with BOM.
15811
15812 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15813
15814 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15815 warn if file encoding is not utf-8 and encoding not specified.
15816 (xml-find-file-coding-system): New function.
15817 * international/mule-conf.el (file-coding-system-alist): Use it.
15818
15819 2008-02-17 Glenn Morris <rgm@gnu.org>
15820
15821 * international/mule-cmds.el (set-locale-environment):
15822 Pass `frame' to getenv for LC_MESSAGES.
15823
15824 2008-02-17 Juri Linkov <juri@jurta.org>
15825
15826 * time.el (emacs-init-time): Use format instead of format-seconds.
15827
15828 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15829
15830 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15831 bibtex-find-entry. Add autoload cookie.
15832 (bibtex-find-entry): Alias for bibtex-search-entry.
15833 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15834 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15835 (bibtex-clean-entry): atomic-change-group removed.
15836 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15837 to locate buffer location where error occurred.
15838 Make error messages more specific.
15839 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15840
15841 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15842
15843 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15844 top level.
15845
15846 * simple.el (transient-mark-mode): Add an :init-value.
15847
15848 * startup.el (command-line): Use custom-reevaluate-setting for
15849 transient-mark-mode.
15850
15851 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15852
15853 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15854
15855 2008-02-16 Juri Linkov <juri@jurta.org>
15856
15857 * startup.el (after-init-time): New variable.
15858 (command-line): Set `after-init-time' to the current time.
15859
15860 * time.el (emacs-init-time): New function.
15861
15862 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15863
15864 * files.el (locate-dominating-file): Remove initial loop because it's
15865 not careful enough. Detect the uid-change all within the main loop.
15866
15867 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15868
15869 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15870
15871 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15872
15873 * vc.el (vc-annotate): Add new argument.
15874 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15875
15876 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15877 Move make-variable-buffer-local code after the corresponding defvar.
15878 (hs-minor-mode-map): Define and initialize in one step.
15879 (hs-minor-mode): Change from defun to define-minor-mode.
15880
15881 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15882
15883 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15884 (gdb-ready): Move declaration...
15885
15886 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15887 (gdb-early-user-input): New variable.
15888 (gdb): Reset gdb-flush-pending-output to nil and set
15889 comint-input-sender here (before gdb-prompt), instead of...
15890 (gdb-init-1): ...here.
15891 (gdb-send): If Emacs is not ready, defer user input to...
15892 (gdb-prompt): ...here.
15893
15894 2008-02-16 Glenn Morris <rgm@gnu.org>
15895
15896 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15897
15898 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15899 (before-init-time): New name for `emacs-startup-time'.
15900 (command-line): Use before-init-time rather than emacs-startup-time.
15901 * time.el (emacs-uptime): Use before-init-time rather than
15902 emacs-startup-time.
15903
15904 * composite.el (composition-function-table): Doc fix.
15905
15906 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15907 in favor of `%z' specifier.
15908 (emacs-uptime): Move to time.el.
15909 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15910 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15911 argument of format-seconds.
15912
15913 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15914
15915 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15916
15917 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15918
15919 * ielm.el (ielm-is-whitespace): Remove.
15920 (ielm-is-whitespace-or-comment): New function.
15921 (ielm-eval-input): Use it.
15922
15923 2008-02-15 Jason Rumney <jasonr@gnu.org>
15924
15925 * term/mac-win.el: Fix coding tag.
15926
15927 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15928
15929 * vc-hooks.el (vc-menu-map):
15930 * bindings.el (mode-line-mode-menu): Add tooltips.
15931
15932 * bindings.el (help-echo): Add more tooltips. Use a less
15933 telegraphic style for existing tooltips.
15934
15935 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15936
15937 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15938 from the auto-generated one.
15939
15940 2008-02-14 Glenn Morris <rgm@gnu.org>
15941
15942 * mail/rmail-spam-filter.el (rmail-spam-filter):
15943 Let-bind message-spam-status.
15944
15945 * mail/smtpmail.el (password-cache-add): Declare as function.
15946
15947 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15948
15949 * mail/smtpmail.el: Use password-cache.
15950
15951 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * uniquify.el (uniquify-buffer-base-name): New function.
15954 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15955
15956 * desktop.el (uniquify-managed): Don't defvar.
15957 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15958 `uniquify-managed'. Return also the buffer's base name.
15959 (desktop-save): When saving the buffer info, filter out the base name,
15960 and save it as buffer name if the buffer is managed by uniquify.
15961 (uniquify-item-base): Don't declare; not called anymore.
15962
15963 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15964
15965 * vc.el (vc-annotate-find-revision-at-line): New function.
15966 (vc-annotate-mode-map): Bind it.
15967 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15968 some entries.
15969
15970 2008-02-14 Glenn Morris <rgm@gnu.org>
15971
15972 * calendar/time-date.el (format-seconds): New function.
15973 (emacs-uptime): Use format-seconds.
15974
15975 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15976 Remove `LC_ALL=C', since it's included in $(emacs) now.
15977
15978 2008-02-14 Zhang Wei <id.brep@gmail.com>
15979
15980 * textmodes/org-publish.el (org-publish-timestamp-filename):
15981 Replace colon characters in filename too.
15982
15983 2008-02-13 Bastien Guerry <bzg@altern.org>
15984
15985 * mail/rmail.el (rmail-header-name): New face.
15986 (rmail-font-lock-keywords): Use rmail-header-name.
15987
15988 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15989 against X-Spam-Status header field.
15990 (rmail-spam-filter): Also check X-Spam-Status header field.
15991
15992 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15993
15994 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15995 Add support for .pm files and .php files.
15996 (flymake-err-line-patterns): Add pattern for PHP errors.
15997 (flymake-php-init): New function. PHP support for flymake.
15998
15999 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16000 Add regular expression for PHP errors.
16001
16002 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
16003
16004 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16005 This DTRT even on w32 machines.
16006 (ange-ftp-cf1): Quote FILENAME.
16007
16008 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16011 (smerge-auto-combine): New fun.
16012
16013 2008-02-12 Juri Linkov <juri@jurta.org>
16014
16015 * startup.el (fancy-startup-screen, normal-splash-screen):
16016 Set default-directory to command-line-default-directory.
16017
16018 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16019 after reading the desktop.
16020
16021 * progmodes/compile.el (compilation-auto-jump):
16022 Call compile-goto-error only when compilation-auto-jump-to-first-error
16023 is non-nil.
16024 (compilation-scroll-output): Replace :type 'boolean with a choice
16025 that has three options including a third option `first-error'.
16026 Doc fix.
16027 (compilation-start, compilation-forget-errors): Add an alternate
16028 condition comparing compilation-scroll-output with `first-error'
16029 in addition to compilation-auto-jump-to-first-error (to call
16030 compilation-auto-jump in the proper place).
16031
16032 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16033
16034 * international/mule.el (sgml-html-meta-auto-coding-function):
16035 Make sure the search limit is ahead.
16036
16037 * tar-mode.el: Fix broken indentation.
16038 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16039 Use with-current-buffer.
16040
16041 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
16042
16043 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16044 it is already automatically buffer-local.
16045
16046 2008-02-12 Drew Adams <drew.adams@oracle.com>
16047
16048 * help.el (describe-key): Join some split lines to facilitate filling.
16049 * help-fns.el (describe-function-1): Fill text of overlong lines.
16050
16051 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
16052
16053 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16054 Use unibyte-string instead of string-make-unibyte.
16055
16056 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16057
16058 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16059
16060 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16061 works also for buffers w/o buffer-file-name. Update callers.
16062 (doc-view-clone-buffer-hook): New fun.
16063 (doc-view-mode): Use it for indirect clones. Mark the overlays with
16064 the `doc-view' property so they can be recognized.
16065
16066 * simple.el (clone-indirect-buffer-hook): New hook.
16067 (clone-indirect-buffer): Run it.
16068
16069 2008-02-11 Michael Olson <mwolson@gnu.org>
16070
16071 * epa-setup.el:
16072 * epg-package-info.el: Files removed.
16073
16074 2008-02-11 Daiki Ueno <ueno@unixuser.org>
16075
16076 * epa.el (epa-menu-mode): Merge into epa-mode.
16077 (epa-menu-items): Rename the label "EasyPG Assistant" to
16078 "Encryption/Decryption".
16079
16080 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16081 (epa-dired-mode-map): Rename from epa-dired-map.
16082 (epa-global-dired-mode): Rename the global minor mode.
16083
16084 2008-02-11 Drew Adams <drew.adams@oracle.com>
16085
16086 * isearch.el (isearch-fail): New face.
16087 (isearch-message): Highlight failure part of input.
16088
16089 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16090
16091 * ibuffer.el (ibuffer-header-line-format): New var.
16092 (ibuffer-mode): Set it instead of header-line-format.
16093 (ibuffer-update): Use it to set header-line-format.
16094
16095 * international/mule-cmds.el (ucs-insert): Inherit surrounding
16096 properties like self-insert-command.
16097
16098 2008-02-11 Drew Adams <drew.adams@oracle.com>
16099
16100 * progmodes/etags.el: Add many doc strings.
16101
16102 2008-02-11 Jason Rumney <jasonr@gnu.org>
16103
16104 * ldefs-boot.el: Regenerated.
16105
16106 2008-02-11 Glenn Morris <rgm@gnu.org>
16107
16108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16109 Shorten some names.
16110
16111 * ffap.el (ffap-rfc-directories): Add :version.
16112
16113 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
16114
16115 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16116 files, and backup files of same.
16117
16118 2008-02-11 Kevin Ryde <user42@zip.com.au>
16119
16120 * ffap.el (ffap-rfc-directories): New variable.
16121 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16122
16123 * info.el (Info-next-reference, Info-prev-reference)
16124 (Info-try-follow-nearest-node): Move to and follow https:// links too.
16125
16126 * simple.el (completion-list-mode): Show full completion-list-mode-map
16127 in the docstring.
16128
16129 2008-02-11 Sam Steingold <sds@gnu.org>
16130
16131 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16132
16133 2008-02-11 Glenn Morris <rgm@gnu.org>
16134
16135 * startup.el (emacs-startup-time): New variable.
16136 (command-line): Set emacs-startup-time.
16137
16138 * calendar/time-date.el (emacs-uptime): New function.
16139
16140 2008-02-10 Bastien Guerry <bzg@altern.org>
16141
16142 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16143 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16144 it is nil.
16145
16146 2008-02-10 Daiki Ueno <ueno@unixuser.org>
16147
16148 * epg-config.el: Expand the contents of epg-package-info.el.
16149 (epg-package-name): New constant.
16150 (epg-version-number): New constant.
16151 (epg-bug-report-address): New constant.
16152
16153 * epa-mail.el (epa-mail-mode): Add autoload cookie.
16154 (epa-global-mail-mode): New global minor mode.
16155
16156 * epa-file.el (epa-file-mode): New global minor mode.
16157
16158 * epa-dired.el (epa-dired-mode): New global minor mode.
16159
16160 * epa.el (epa-menu): New variable.
16161 (epa-menu-items): New variable.
16162 (epa-menu-mode): New global minor mode.
16163 (epa-global-minor-modes): New user option.
16164 (epa-mode): New global minor mode.
16165
16166 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
16167
16168 * net/dbus.el: Remove `no-byte-compile' cookie.
16169 (dbus-call-method, dbus-register-signal, dbus-debug)
16170 (dbus-registered-functions-table): Declare them with
16171 `declare-function' or `defvar', respectively.
16172 (top): Don't assert any longer. Require 'cl when compiling.
16173 Apply `ignore-errors' but `dbus-ignore-errors'.
16174
16175 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16176
16177 * diff-mode.el (diff-add-change-log-entries-other-window):
16178 Use add-change-log-entry.
16179
16180 2008-02-09 Jason Rumney <jasonr@gnu.org>
16181
16182 * button.el (button-map):
16183 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16184 * ldefs-boot.el: Regenerate.
16185
16186 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16187
16188 * epa.el (epa-faces, epa):
16189 * epa-file.el (epa-file):
16190 * epg-config.el (epg): Add :version.
16191
16192 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
16193
16194 * vc.el (vc-exec-after): Append CODE to previous fragments.
16195 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16196 take MESSAGES instead of VERBOSE; use it when non-nil.
16197 (vc-diff-internal): Compute messages once; use them;
16198 update call to vc-diff-finish.
16199
16200 2008-02-09 Michael Olson <mwolson@gnu.org>
16201
16202 * net/tramp.el (tramp-process-sentinel): Avoid error when process
16203 buffer has been killed, such as by
16204 `tramp-cleanup-all-connections'.
16205
16206 2008-02-09 Miles Bader <miles@gnu.org>
16207
16208 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16209
16210 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16211
16212 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16213 splitter in context hunks.
16214
16215 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
16216
16217 * international/fontset.el (setup-default-fontset): Fix arabic otf
16218 font specification.
16219
16220 2008-02-08 Daiki Ueno <ueno@unixuser.org>
16221
16222 * epa-dired.el:
16223 * epa-file.el:
16224 * epa-mail.el:
16225 * epa-setup.el:
16226 * epa.el:
16227 * epg-config.el:
16228 * epg-package-info.el:
16229 * epg.el: Initial check-in of EasyPG.
16230
16231 2008-02-08 Glenn Morris <rgm@gnu.org>
16232
16233 * woman.el (woman-locale): New defcustom.
16234 (woman-expand-locale, woman-manpath-add-locales): New functions.
16235 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
16236
16237 * international/mule-cmds.el (locale-translate): New function,
16238 with old code extracted from set-locale-environment.
16239 (set-locale-environment): Use locale-translate. Set woman-locale.
16240
16241 * cus-start.el (selection-coding-system): Remove, since it's now
16242 defined in select.el rather than in xselect.c.
16243 * select.el (selection-coding-system): Make it a defcustom, and
16244 add the properties from cus-start.el. Bump :version.
16245
16246 * custom.el (custom-theme-set-variables): Sort symbols that are
16247 dependencies before symbols that depend on them.
16248 (custom-enabled-themes): Set after custom-theme-directory.
16249
16250 * pcmpl-unix.el (top-level): Move provide statement to end.
16251 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16252 `*' from doc-string. Allow to be nil.
16253 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16254 Allow to be nil. Add :version.
16255 (pcmpl-ssh-hosts): Move definition before use. Handle lines
16256 without hostnames, and multiple hostnames per line.
16257
16258 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16259
16260 2008-02-08 Phil Hagelberg <phil@evri.com>
16261
16262 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16263 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16264
16265 2008-02-07 Timo Savola <timo.savola@iki.fi>
16266
16267 * startup.el (command-line-x-option-alist): Add --parent-id.
16268
16269 * term/x-win.el (x-handle-parent-id): New function.
16270
16271 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16272
16273 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16274 "Font Menu".
16275
16276 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
16277
16278 * net/dbus.el (dbus-interface-peer): New defconst.
16279 (dbus-ping): New defun.
16280
16281 2008-02-06 Sam Steingold <sds@gnu.org>
16282
16283 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16284
16285 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16288 Just return nil and let the C code provide a fallback.
16289
16290 2008-02-05 Glenn Morris <rgm@gnu.org>
16291
16292 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16293 tramp-flush-connection-property for removed 2nd argument.
16294
16295 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * diff-mode.el (diff-add-change-log-entries-other-window):
16298 Rename from diff-create-changelog. Change users.
16299 Minor change to hopefully work with plain diffs.
16300 (diff-mode-map): Add binding for it.
16301
16302 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
16303
16304 * diff-mode.el: Add new TODO entry.
16305 (diff-create-changelog): New function.
16306 (diff-mode-menu): Bind it.
16307
16308 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16309
16310 * international/mule-diag.el (print-fontset-element): Handle the
16311 case of inhibiting the fallback fonts.
16312
16313 2008-02-04 Kim F. Storm <storm@cua.dk>
16314
16315 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16316 (ido-magic-delete-char): Use prefix arg.
16317
16318 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16321 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16322 of today, the most recent libpng is 1.2.24).
16323
16324 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
16325
16326 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16327
16328 * net/dbus.el (top): Check (featurep 'dbusbind).
16329
16330 * net/tramp.el (tramp-process-sentinel): New defun.
16331 (tramp-do-copy-or-rename-file-out-of-band)
16332 (tramp-maybe-open-connection): Use it as process sentinel.
16333 (tramp-handle-delete-directory): Don't use the "-f" option; it
16334 isn't portable.
16335 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16336 after the command.
16337 (tramp-handle-shell-command): Set `mode-line-process' in the
16338 asynchronous case.
16339
16340 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16341
16342 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16343 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16344 Use `tramp-process-sentinel' as process sentinel.
16345
16346 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
16347
16348 * whitespace.el (global-whitespace-mode): Revert last change.
16349 (whitespace-unload-function): Force `global-whitespace-mode'
16350 to deactivate local modes in a slightly less intrusive way.
16351
16352 2008-02-02 Eli Zaretskii <eliz@gnu.org>
16353
16354 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16355
16356 2008-02-02 Glenn Morris <rgm@gnu.org>
16357
16358 * international/latin1-disp.el (latin1-display):
16359 * progmodes/fortran.el (fortran-comment-indent-char):
16360 * progmodes/idlw-shell.el (top-level):
16361 * term/mac-win.el (mac-keyboard-translate-char):
16362 * whitespace.el (whitespace-char-valid-p):
16363 * wid-edit.el (widget-key-sequence-read-event):
16364 Use characterp rather than char-valid-p.
16365
16366 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16367 to capitalized-find-word-boundary. Doc fix. Update callers.
16368 (capitalized-next-word-boundary-function-table): Rename to
16369 capitalized-find-word-boundary-function-table. Doc fix. Update users.
16370
16371 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16372 string-to-int.
16373
16374 * ps-def.el (declare-function): Add compatibility definition.
16375 (ps-plot-with-face, ps-plot-string): Declare as functions.
16376 (ps-bold-faces, ps-italic-faces): Declare variables.
16377
16378 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16379 (ps-mule-end-job): Declare as functions.
16380
16381 * wid-edit.el (widget-string-complete): Use assoc-string rather
16382 than assoc-ignore-case.
16383
16384 See ChangeLog.13 for earlier changes.
16385
16386 ;; Local Variables:
16387 ;; coding: utf-8
16388 ;; add-log-time-zone-rule: t
16389 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16390 ;; End:
16391
16392 Copyright (C) 2008 Free Software Foundation, Inc.
16393
16394 This file is part of GNU Emacs.
16395
16396 GNU Emacs is free software: you can redistribute it and/or modify
16397 it under the terms of the GNU General Public License as published by
16398 the Free Software Foundation, either version 3 of the License, or
16399 (at your option) any later version.
16400
16401 GNU Emacs is distributed in the hope that it will be useful,
16402 but WITHOUT ANY WARRANTY; without even the implied warranty of
16403 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16404 GNU General Public License for more details.
16405
16406 You should have received a copy of the GNU General Public License
16407 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16408
16409 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc