(sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
4 a "..." does not quote anything.
5
6 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
7
8 2009-02-19 Andreas Schwab <schwab@suse.de>
9
10 * term.el: Remap self-insert-command to term-send-raw in
11 term-raw-map. (Bug#2386)
12
13 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end of
16 the function as being part of the function.
17
18 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
19
20 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21 Move entry for maven (alphabetical order).
22
23 2009-02-19 Glenn Morris <rgm@gnu.org>
24
25 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
26 Regexp-quote default argument taken from current subject.
27 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
28
29 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
30 Move here from rmail.el. Be more careful about error-handling.
31 Restore the feature of temporarily setting all old messages
32 undeleted before expunging (removed 2009-02-18).
33
34 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
35 Don't declare.
36 (rmail-get-new-mail-filter-spam): Declare. Move definition to
37 rmail-spam-filter.el.
38 (rmail-get-new-mail-1): Move the beep and sleep to
39 rmail-get-new-mail-filter-spam.
40
41 2009-02-18 Martin Rudalics <rudalics@gmx.at>
42
43 * cus-edit.el (custom-group-value-create): Insert some
44 informatory text in the WIDGET-misses-doc-string case.
45
46 2009-02-18 Sam Steingold <sds@gnu.org>
47
48 * progmodes/compile.el: Require comint at top level to fix the
49 last patch.
50
51 2009-02-18 Martin Rudalics <rudalics@gmx.at>
52
53 * cus-edit.el (custom-group-value-create): Don't throw an error
54 when WIDGET has no doc-string. (Bug#2356)
55
56 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
57
58 * progmodes/cc-menus.el (imenu-progress-message):
59 Remove bogus cc-bytecomp-defun.
60 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
61 Don't let-bind variable `stupid'. (Bug#1638)
62
63 2009-02-18 Glenn Morris <rgm@gnu.org>
64
65 * mail/rmail.el (rmail-get-new-mail-filter-spam):
66 * mail/rmail-spam-filter.el (rmail-spam-filter):
67 Show a message rather than the raw mbox while prompting.
68
69 2009-02-18 Martin Rudalics <rudalics@gmx.at>
70
71 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
72
73 2009-02-18 Glenn Morris <rgm@gnu.org>
74
75 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
76 declaration.
77 (top-level): No need for cl now.
78 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
79 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
80 (rsf-autosave-newly-added-definitions, rsf-white-list)
81 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
82 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
83 (rsf-customize-spam-definitions, rsf-customize-group)
84 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
85 (rsf-check-field): Use setcar and setcdr rather than setf.
86 (rmail-spam-filter): Simplify.
87 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
88 (rsf-add-region-to-spam-list): Use rmail-get-header or
89 buffer-substring-no-properties. Regexp-quote the extracted data.
90 Make the messages less verbose.
91 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
92 simplify things.
93 (rsf-add-content-type-field): Make the message less verbose.
94
95 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
96 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
97 rmail-deleted-vector.
98 (rmail-insert-inbox-text, rmail-collect-deleted)
99 (rmail-set-message-deleted-p, rmail-only-expunge)
100 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
101 (rmail-get-labels): Remove unused local `blurb'.
102 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
103 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
104 (rmail-set-message-deleted-p): Doc fixes.
105
106 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
107 Update callers for associated name change.
108 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
109 * mail/unrmail.el (unrmail): Use mail-mbox-from.
110
111 2009-02-17 Richard M Stallman <rms@gnu.org>
112
113 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
114
115 * mail/rmail.el (rmail-copy-headers): When copying full headers,
116 correctly put point at the end.
117
118 2009-02-17 Sam Steingold <sds@gnu.org>
119
120 * progmodes/compile.el (compilation-filter): Call
121 `comint-carriage-motion', just like `comint-output-filter'.
122
123 2009-02-17 Jason Rumney <jasonr@gnu.org>
124
125 * files.el (make-directory): Stop recursing if parent is
126 self. (Bug#2309)
127
128 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
129
130 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
131
132 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
133
134 2009-02-17 Miles Bader <miles@gnu.org>
135
136 * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
137 copyright statements where the years follow the name.
138
139 2009-02-17 Glenn Morris <rgm@gnu.org>
140
141 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
142 move point. (Bug#2209)
143
144 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
145 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
146 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument to
147 "not-rmail", and make it work. Simplify.
148 (rmail-mbox-from): New function.
149 (rmail-output-as-mbox): Use rmail-mbox-from.
150 (rmail-output): Ensure a From line in the not-rmail Babyl case.
151
152 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
153 error if the header is corrupt.
154
155 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
156
157 * net/newst-treeview.el (newsticker--treeview-load): Offer
158 deletion of old groups file.
159
160 2009-02-16 Glenn Morris <rgm@gnu.org>
161
162 * mail/rmailout.el (rmail-delete-unwanted-fields)
163 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
164 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
165 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
166 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
167
168 2009-02-15 Glenn Morris <rgm@gnu.org>
169
170 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
171
172 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
173 (rmail-output-as-babyl, rmail-output-to-babyl-buffer): Remove
174 unnecessary use of with-no-warnings.
175 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
176 (rmail-output-as-mbox): Start search from point-min. If constructing a
177 "From " line, prefer the date header over the current time.
178 (rmail-update-summary): Move declaration earlier in file.
179
180 2009-02-15 Richard M Stallman <rms@gnu.org>
181
182 * mail/rmailedit.el (rmail-edit-diff-headers):
183 Delete spurious reference to OLD.
184
185 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
188 the `with-buffer-unmodified' to avoid useless `readlink' calls.
189
190 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
191
192 * textmodes/bibtex.el (bibtex-global-key-alist)
193 (bibtex-initialize): Exclude current buffer if it does not use
194 bibtex-mode.
195 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
196 (bibtex-sort-buffer, bibtex-search-entry)
197 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
198 test whether bibtex-strings and bibtex-reference-keys have their
199 initial values.
200
201 2009-02-14 Eli Zaretskii <eliz@gnu.org>
202
203 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
204 around forms that refer to translation-table-for-input.
205
206 * isearch.el (isearch-search-string): Use `with-no-warnings'
207 around forms that refer to translation-table-for-input.
208
209 * international/quail.el (quail-input-string-to-events)
210 (quail-store-decode-map-key, quail-char-equal-p):
211 Use `with-no-warnings' around forms that refer to
212 translation-table-for-input.
213
214 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
215 around forms that refer to translation-table-for-input.
216
217 * subr.el (translation-table-for-input): Declare obsolete again.
218
219 2009-02-14 Glenn Morris <rgm@gnu.org>
220
221 * mail/rmail.el (rmail): When reverting, swap buffers before setting
222 counters. (Bug#2229)
223 (rmail-revert): Swap buffers before replacing contents.
224
225 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
226
227 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
228 Remove host, user, password options not applicable to SQlite. (Bug#1904)
229
230 2009-02-14 Richard M Stallman <rms@gnu.org>
231
232 * mail/rmailedit.el: Handle editing of header fields.
233 (rmail-old-headers): New variable.
234 (rmail-edit-current-message): Set it, recording current headers.
235 (rmail-cease-edit): Compute new headers and diff against old ones.
236 Update the mbox buffer with the changes that were made.
237 (rmail-edit-headers-alist): New function.
238 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
239
240 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
241 in default file name.
242
243 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
244 (rmail-add-mbox-headers): Likewise.
245
246 2009-02-13 Eli Zaretskii <eliz@gnu.org>
247
248 * files.el (load-library): Doc fix.
249
250 * subr.el (locate-library): Doc fix. (Bug#2291)
251
252 2009-02-13 Alan Mackenzie <acm@muc.de>
253
254 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
255 in narrowed buffers.
256
257 2009-02-13 Kenichi Handa <handa@m17n.org>
258
259 * international/titdic-cnv.el (tit-process-header): Use
260 buffer-substring-no-properties instead of buffer-substring.
261 (tit-process-body): Likewise.
262 (tsang-quick-converter): Handle superfluous CR at eol.
263 (py-converter): Use buffer-substring-no-properties instead of
264 buffer-substring. Handle superfluous CR at eol.
265 (ziranma-converter): Likewise
266 (ctlau-converter): Likewise.
267 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
268
269 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
270
271 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
272
273 2009-02-13 Glenn Morris <rgm@gnu.org>
274
275 * mail/rmail.el (rmail-show-message-1): New name for the old
276 rmail-show-message.
277 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
278 * mail/rmailsort.el: Update for rmail-show-message name change.
279
280 * mail/rmail.el (rmail-show-message): New name for the old
281 rmail-show-message-maybe.
282 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
283 name change.
284
285 * mail/rmailsum.el (msgnum): Remove declaration.
286 (rmail-summary-redo): Add missing initialization value.
287 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
288 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
289 Fix skip-chars-forward calls.
290 (rmail-summary-mark-seen): New function. As well as removing the '-'
291 mark, update the summary-vector. (Bug#2135)
292 (rmail-summary-rmail-update, rmail-summary-goto-msg):
293 Use rmail-summary-mark-seen.
294
295 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
296
297 * mail/unrmail.el (unrmail): When getting message keywords, don't
298 include a leading space, but do include the space after the separating
299 comma. (Bug#2303)
300
301 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
302 header altogether.
303 (rmail-set-header): Doc fix.
304 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
305 labels are removed. (Bug#2302)
306
307 2009-02-12 Juri Linkov <juri@jurta.org>
308
309 * image-mode.el (image-toggle-display):
310 Let-bind `buffer-file-truename' to nil around the call to
311 `add-text-properties' to prevent directory time modification
312 by lock_file. Replace `set-buffer-modified-p' with
313 `restore-buffer-modified-p'. (Bug#2295)
314
315 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * progmodes/python.el (python-use-skeletons): Re-add.
318 (def-python-skeleton): Use it. (Bug#2238)
319
320 * international/quail.el (quail-make-guidance-frame): Remove the
321 `parent-id' parameter.
322 (quail-show-guidance): Make the new window dedicated.
323
324 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
325
326 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
327 Fix typos in docstrings.
328
329 2009-02-12 Alan Mackenzie <acm@muc.de>
330
331 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
332 to `eq'. (Bug#2304)
333
334 2009-02-12 Glenn Morris <rgm@gnu.org>
335
336 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
337 already present. (Bug#2210)
338
339 2009-02-12 Kenichi Handa <handa@m17n.org>
340
341 * international/characters.el (?.): New character category for
342 Base characters. Set them in the standard category table.
343
344 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
345 a base character.
346
347 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * isearch.el (isearch-yank-char-in-minibuffer)
350 (isearch-other-meta-char): Use with-current-buffer.
351
352 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
353 syntax-ppss. (Bug#1243)
354
355 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
356 to beginning-of-defun-raw.
357
358 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
359 calling end-of-defun-function if it already moved to BOL.
360
361 2009-02-12 Richard M Stallman <rms@gnu.org>
362
363 * mail/rmail.el (rmail-show-message-verbose-min): New option.
364 (rmail-show-message): Conditionally show start and finish in echo area.
365
366 2009-02-12 Glenn Morris <rgm@gnu.org>
367
368 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
369 for use in completion.
370 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
371 summary exists, since it's already done.
372
373 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
374 (rmail-enable-multibyte): Don't really define, only for compiler.
375
376 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * files.el (read-buffer-to-switch):
379 Add table to icomplete-with-completion-tables.
380
381 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
382
383 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
384 switches (Bug#2261).
385
386 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
387
388 * server.el (server-with-environment): Don't fail for negative
389 entries in ENV.
390
391 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
392
393 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
394 (vc-default-dir-printer): Add a comment about updating this function.
395
396 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
397 for the file name.
398
399 2009-02-11 Glenn Morris <rgm@gnu.org>
400
401 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
402 (calendar-set-mode-line): Fall back to a default width if we seem to be
403 called from daemon. (Bug#2199)
404
405 * mail/rmailkwd.el (rmail-make-label): Doc fix.
406 (rmail-read-label): Add current labels to completion list. (Bug#2222)
407 (rmail-set-label): Use `or'.
408
409 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
410
411 * emacs-lisp/find-func.el (find-library-name, find-library):
412 Doc fixes. (Part of bug#2270)
413
414 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
415
416 * env.el (getenv): When FRAME is non-nil, pass the frame environment
417 to `getenv-internal', not the frame. (Bug#2259)
418
419 2009-02-10 Kenichi Handa <handa@m17n.org>
420
421 * descr-text.el (describe-char-display): On terminal, if terminal
422 coding system is nil, assume us-ascii.
423 (describe-char): Don't show the composition information if it is
424 trivial.
425
426 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
427
428 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
429 number as it isn't present for unregistered files.
430
431 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
432 (vc-dir-mouse-map): New keymap.
433 (vc-default-dir-printer): Use it locally.
434
435 2009-02-10 Glenn Morris <rgm@gnu.org>
436
437 * speedbar.el: Avoid messing up font-lock-global-modes.
438
439 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
440 (mail-file-babyl-p): Use with-temp-buffer.
441
442 * mail/rmailsort.el: Just require rmail.
443
444 * mail/rmailedit.el: Just require rmail.
445 (rmail-old-pruned): Add doc string.
446 (rmail-edit-current-message): Use rmail-msg-is-pruned.
447 (rmail-cease-edit): Don't mangle the leading From line.
448 Don't mark as edited if there were no changes. (Bug#2256)
449 Correctly restore header state.
450
451 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
452 (rmail-current-message, rmail-total-messages)
453 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
454 (rmail-duplicate-message): Doc fix.
455 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
456 New functions.
457 (rmail-get-header, rmail-set-header, rmail-set-attribute):
458 Use rmail-apply-in-message.
459 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
460 unswapped-ness.
461 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
462 (rmail-auto-file): Set the filed attribute, rather than explicitly not
463 doing so. (Bug#2231)
464 (rmail-set-attribute): Allow ATTR to be a string.
465
466 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
467
468 * net/newst-treeview.el (newsticker-treeview-save)
469 (newsticker--treeview-load): Kill groups buffer after saving/loading.
470
471 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
472
473 * doc-view.el (doc-view-scroll-up-or-next-page)
474 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
475 the old hscroll value after switching pages.
476
477 2009-02-09 Glenn Morris <rgm@gnu.org>
478
479 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
480 (calendar-holiday-marker): Drop test for color display.
481
482 2009-02-08 Glenn Morris <rgm@gnu.org>
483
484 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
485 (calendar-holiday-marker, calendar-mark-visible-date):
486 * calendar/diary-lib.el (diary-fancy-display):
487 It doesn't make sense to check font-lock-mode (see comments;
488 reverts 2008-04-02 change). (Bug#2199)
489
490 2009-02-08 Juri Linkov <juri@jurta.org>
491
492 * simple.el (toggle-word-wrap): New command.
493
494 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
495
496 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
497 (ps-run-make-tmp-filename): Use temporary-file-directory.
498
499 * textmodes/artist.el (artist-system): Allow make-temp-file to use
500 temporary-file-directory.
501
502 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
503 temporary-file-directory.
504
505 2009-02-07 Glenn Morris <rgm@gnu.org>
506
507 * mail/unrmail.el (rmime-magic-string): Define for compiler.
508
509 2009-02-07 Eli Zaretskii <eliz@gnu.org>
510
511 * mail/rmail.el (rmail): Bind coding-system-for-read to
512 no-conversion before calling find-file-noselect. (Bug#2015)
513
514 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
515
516 * proced.el (proced-after-send-signal-hook): Use defcustom.
517 (proced-header-line): Handle header lines that are shorter than
518 window-hscroll.
519 (proced-send-signal): Rebind split-width-threshold analogous to
520 dired-pop-to-buffer.
521
522 2009-02-07 Eli Zaretskii <eliz@gnu.org>
523
524 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
525 message; instead, just rewrite the X-Coding-System header with the
526 new encoding, and let rmail-show-message do the rest. Remove
527 unused argument RAW. Fix doc string to be consistent with the new
528 implementation.
529 (rmail-show-message): Honor X-Coding-System header, if present, in
530 preference to Content-Type header.
531
532 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * server.el (server-execute): Enable quit.
535
536 2009-02-07 Andreas Schwab <schwab@suse.de>
537
538 * image-mode.el (image-mode): Always set image-type.
539 (image-minor-mode): Likewise.
540
541 2009-02-07 Eli Zaretskii <eliz@gnu.org>
542
543 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
544 encoding, and its "content-transfer-encoding" and "content-type"
545 headers only in the headers' portion. (Bug#2017)
546
547 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
548
549 * net/newst-treeview.el
550 (newsticker-treeview-next-new-or-immortal-item): New arg
551 DONT-WRAP-TREES to prevent infinite recursion.
552
553 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
556 extracting mail message headers. Use encode-coding-region instead
557 of insert-buffer-substring for re-encoding edited message.
558 Add qp/b64 encoding only after text was encoded.
559
560 2009-02-07 Eli Zaretskii <eliz@gnu.org>
561
562 * subr.el: Don't declare `translation-table-for-input' obsolete.
563 Equivalent info added to its doc string, q.v.
564
565 * files.el (save-buffer): Display "Saving file FOO..." message
566 regardless of buffer's size. (Bug#2137)
567
568 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
569
570 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
571
572 2009-02-07 Alex Schroeder <alex@gnu.org>
573
574 * mail/unrmail.el (unrmail): Use regexps to find message separators so
575 as not to match any fake rmime.el separators. Remove any sections added
576 by rmime.el.
577
578 2009-02-07 Glenn Morris <rgm@gnu.org>
579
580 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
581 that is no longer appropriate to mbox Rmail.
582
583 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
584 before trying to move to the start of the message.
585 (rmail-summary-undelete-many, rmail-summary-rmail-update):
586 Fix rmail-set-attribute calls.
587
588 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
589 Doc fix.
590 (rmail-output-to-rmail-buffer): Autoload it.
591 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
592
593 2009-02-06 Glenn Morris <rgm@gnu.org>
594
595 * mail/unrmail.el (unrmail): Use current-time-string.
596
597 * simple.el (kill-whole-line): Provide a default argument of 1.
598
599 * mail/undigest.el (rmail-mail-separator): Delete.
600 (undigestify-rmail-message, unforward-rmail-message): Update for
601 mbox Rmail.
602
603 2009-02-05 Kenichi Handa <handa@m17n.org>
604
605 * international/fontset.el (script-representative-chars): Remove
606 mathematical.
607 (setup-default-fontset): Add entries for each subgroup of
608 mathematical script.
609
610 2009-02-05 Juri Linkov <juri@jurta.org>
611
612 * image-mode.el (image-mode): Use `image-get-display-property'
613 instead of `get-text-property'.
614 (image-minor-mode): Sync the logic with `image-mode' including the
615 displaying an image file as the actual image by default.
616
617 2009-02-05 Alan Mackenzie <acm@muc.de>
618
619 * progmodes/cc-defs.el (c-emacs-features): Check the working of
620 beginning/end-of-defun-function more rigorously before setting
621 argumentative-bod-function.
622
623 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
626 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
627 mode on the initial terminal.
628
629 2009-02-05 Glenn Morris <rgm@gnu.org>
630
631 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
632 Make these functions work.
633
634 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
635 (rmail-narrow-to-non-pruned-header): Remove autoload.
636 (mairix-rmail-fetch-field): Handle mbox Rmail.
637
638 2009-02-04 Dave Love <fx@gnu.org>
639
640 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
641 (imap-debug): Add imap-fetch-safe.
642
643 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
644
645 * net/netrc.el (netrc-machine-user-or-password): Use list of
646 auth-source modes.
647
648 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
649
650 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
651 for newvars is nil. (C-u C-x v = with default values).
652
653 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
656 format. Use when instead of if.
657
658 2009-02-04 Miles Bader <miles@gnu.org>
659
660 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
661 (backward-list, backward-up-list, beginning-of-defun)
662 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
663
664 2009-02-04 Glenn Morris <rgm@gnu.org>
665
666 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
667 ill-advised.
668
669 * mail/rmail.el: No need for mule-util when compiling.
670 (rmail-first-message): Unbreak it.
671
672 * mail/rmailmsc.el: Require rmail not just when compiling.
673 Remove unneeded declarations.
674
675 * term/ns-win.el (ns): Define as a custom group.
676
677 2009-02-04 Kenichi Handa <handa@m17n.org>
678
679 * international/mule-cmds.el (select-safe-coding-system): Use
680 buffer-chars-modified-tick instead of buffer-modified-tick.
681
682 * descr-text.el (describe-char): Check font-object by fontp.
683
684 * composite.el (compose-gstring-for-terminal): If a character is
685 not supported by the current terminal, don't make a multi-glyph
686 grapheme cluster.
687 (auto-compose-chars): Check font-object by fontp.
688
689 2009-02-03 Glenn Morris <rgm@gnu.org>
690
691 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
692 over current-time. (Bug#2175)
693
694 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
695 inserting the converted mailbox.
696 (rmail-get-new-mail): Restore the loop over inboxes when two or more
697 have the same basename. (Bug#2164)
698 Set the return value according to whether any mail was found,
699 not just in the last inbox. Only show a message and run the hook after
700 checking all inboxes.
701 (rmail-get-new-mail-1): Move message display and running the hook to
702 rmail-get-new-mail.
703
704 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
705 rmail-attr-array.
706 (rmail-make-label, rmail-read-label): Give it a doc string.
707 (rmail-add-label, rmail-kill-label): Change argument name to match the
708 doc. Doc fix.
709 (rmail-set-label): Doc fix. Also update summary in attr case.
710 Accept labels as a string or a symbol. (Bug#2165)
711
712 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
713 null.
714
715 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
718 (vhdl-prepare-search-2): Properly cleanup on `quit'.
719
720 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
721 Mark the entries as being "system" entries rather than "user" entries.
722
723 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
724
725 * smerge-mode.el (smerge-start-session): Add interactive spec.
726
727 2009-02-02 Glenn Morris <rgm@gnu.org>
728
729 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
730 (rmail-retry-ignored-headers, rmail-highlighted-headers):
731 Restore autoloads.
732
733 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
736
737 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * cmuscheme.el (scheme-args-to-list): Remove.
740 (run-scheme): Use split-string-and-unquote instead, so as to allow
741 spaces in the command name and/or the arguments.
742
743 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
744
745 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
746
747 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
748
749 Sync with Tramp 2.1.15.
750
751 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
752 used.
753
754 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
755
756 * net/trampver.el: Update release number.
757
758 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
761 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
762 (rmail-undelete-previous-message, rmail-mark-message)
763 (rmail-speedbar-buttons): Use with-current-buffer.
764 (rmail-mode-map): Move initialization into declaration.
765 (rmail-swap-buffers, rmail-unfontify-buffer-function)
766 (rmail-fontify-message): Use restore-buffer-modified-p.
767 (rmail-expunge-and-save): Don't swap buffer.
768 (rmail-get-header, rmail-set-header, rmail-set-attribute)
769 (rmail-apply-in-message): Swap save-excursion and save-restriction.
770
771 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
772 if possible.
773
774 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
775 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
776
777 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
780
781 * progmodes/ebrowse.el:
782 * international/robin.el:
783 * emulation/viper-util.el:
784 * emulation/viper-mous.el:
785 * emulation/viper-keym.el:
786 * ediff.el:
787 * ediff-wind.el:
788 * ediff-vers.el:
789 * ediff-ptch.el:
790 * ediff-mult.el:
791 * ediff-merg.el:
792 * ediff-diff.el: Follow commenting conventions.
793
794 2009-01-31 Eli Zaretskii <eliz@gnu.org>
795
796 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
797 obsolete eight-bit-control and eight-bit-graphic.
798
799 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
802
803 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
804
805 * emacs-lisp/lisp.el (end-of-defun): Protect against
806 infloops (Bug#2106).
807
808 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * vc-dir.el (vc-dir-mouse-map):
811 (vc-default-dir-printer):
812 (vc-dir-find-file-other-window): Undo previous change, it breaks
813 the behavior of mouse-2.
814 (vc-dir-mode): Fix docstring.
815
816 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
817 logic, it makes the makes the normal case too slow.
818
819 2009-01-31 Eli Zaretskii <eliz@gnu.org>
820
821 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
822 file to `raw-text-unix'. Bind coding-system-for-write when
823 writing out the converted message, and make sure it uses Unix
824 EOLs.
825
826 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
827 encoding to `raw-text-unix'.
828 (rmail-perm-variables): Set encoding of rmail-view-buffer to
829 `undecided-unix'.
830 (rmail-redecode-body): Don't change EOL conversion of the new
831 encoding if the old one left it unspecified.
832 (rmail-automatic-folder-directives, rmail): Doc fixes.
833 (rmail-swap-buffers): New function.
834 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
835 (rmail-show-message): Use rmail-swap-buffers.
836 (rmail-decode-region): If DESTINATION is a buffer, set the
837 encoding of that buffer, rather than the current buffer.
838 (rmail-show-message): Make error message about uuencoded mail
839 more explicit.
840 (rmail-show-message-maybe): Simplify code. Doc fix.
841 (rmail-show-message): Doc fix.
842
843 2009-01-31 Glenn Morris <rgm@gnu.org>
844
845 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
846 folder.
847
848 * mail/rmail.el (rmail-msg-is-pruned): New function.
849 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
850 (rmail-reply): Set up to yank from the decoded message rather than the
851 raw one. (Bug#2104).
852
853 * mail/mail-utils.el (mail-fetch-field): Doc fix.
854
855 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
856 (uce-message-text, uce-default-headers): Fix custom type.
857 (rmail-buffer, rmail-msg-is-pruned): Declare.
858 (uce-reply-to-uce): Add autoload cookie. Doc fix.
859 Update for mbox Rmail.
860
861 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
862
863 * vc-dir.el (vc-dir-mouse-map): New keymap.
864 (vc-default-dir-printer): Use it locally.
865 (vc-dir-find-file-other-window): Allow mouse events.
866
867 2009-01-30 Eli Zaretskii <eliz@gnu.org>
868
869 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
870 into Rmail-mbox attributes.
871
872 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
873 coding-system-for-read to `raw-text', and use insert-file-contents
874 instead of insert-file-contents-literally. Fixes bug #2019.
875 (rmail-resent-attr-index): Fix index value.
876
877 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
878
879 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
880 precedence even when its value is t. (Bug#2093)
881
882 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
883 connection. (Bug#2093)
884 (vc-svn-diff): Use old version number even when it is the working
885 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
886
887 2009-01-30 Glenn Morris <rgm@gnu.org>
888
889 * mail/rmail.el (rmail-reply): Handle empty folders.
890 (rmail-speedbar-buttons)
891 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
892
893 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
894 line-beginning-position calls.
895 (rmail-header-summary): Use line-end-position.
896
897 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
898
899 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
900 Fix regexp quoting. (Bug#1739)
901
902 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
903
904 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
905 correction of passwords.
906
907 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
908
909 * mail/rmail.el (rmail-toggle-header): Determine current header
910 style using the buffer-local value of rmail-header-style in the
911 view buffer.
912 (rmail-show-message): Set a buffer-local value of
913 rmail-header-style in the view buffer. (Bug#2016)
914
915 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
916
917 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
918 Fix typos in docstrings.
919
920 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
921
922 * bindings.el (completion-ignored-extensions):
923 Add entries for VCS metadata directories (CVS/, .svn, etc).
924
925 * pcvs.el (completion-ignored-extensions):
926 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
927 directory, now done in bindings.el.
928
929 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
930
931 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
932
933 2009-01-29 Glenn Morris <rgm@gnu.org>
934
935 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
936 (rmail-set-header): Ensure header changes get saved.
937
938 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
939
940 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
941 one, after a label is added.
942
943 * mail/rmailsum.el (rmail-summary-update-line): New function.
944 (rmail-summary-goto-msg): Return a value according to whether message
945 was found.
946 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
947 property. Use line-end-position.
948
949 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
950
951 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
952 quoted From lines.
953
954 * mail/rmail.el (rmail-redecode-body): New function, based on old
955 version removed in 2009-01-22 change.
956 (rmail-show-message): Unquote From lines.
957
958 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
959
960 * doc-view.el (doc-view-mode): Don't use string-match and file
961 extension to choose fallback mode on empty/non-existing files but
962 let-bind auto-mode-alist and call normal-mode.
963
964 2009-01-28 Eli Zaretskii <eliz@gnu.org>
965
966 * ls-lisp.el (ls-lisp-classify): Propertize file name before
967 concatenating the type indicating character.
968 (ls-lisp-format): Don't propertize file-name only if
969 ls-lisp-classify already did.
970
971 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
972
973 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
974 Describe second parameter of hook functions.
975 (dbus-handle-event): Apply it.
976
977 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
978
979 * mail/rmail.el (rmail-toggle-header): Don't reset
980 rmail-header-style permanently (bug#2016).
981
982 2009-01-28 Denis Howe <denis.howe@gmail.com>
983
984 * complete.el (PC-do-completion): Correct case when completion is
985 unambiguous.
986
987 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
988
989 * calendar/todo-mode.el (todo-insert-item-here):
990 Prevent insertion of a new entry inside of an existing entry.
991 Minor code cleanup. (Bug#2084)
992 (todo-add-category): Change the interactive spec. Signal an error
993 if the Todo file is non-empty but contains no category. Reject
994 category names that could induce bugs and confusion. Call
995 todo-mode if the Todo file is new and unsaved. Simplify handling
996 of local variables cookie. Properly display the newly added
997 category in Todo mode.
998 (todo-show): Call todo-initial-setup only if there is neither a
999 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1000 (todo-category-alist): Delete function.
1001 (todo-completing-read): New function.
1002 (todo-insert-item, todo-jump-to-category): Use it.
1003 (todo-insert-item): Make the use of the prefix argument conform to
1004 the doc string. (Bug#2086)
1005
1006 2009-01-28 Glenn Morris <rgm@gnu.org>
1007
1008 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1009 even when called from the summary. (Bug#2075)
1010 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1011 (rmail-show-message-maybe): Use rmail-no-mail-p.
1012 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1013 (rmail-get-labels): Separate status and label fields with a semicolon,
1014 rather than a comma, for consistency with old Rmail.
1015
1016 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1017 starting from the beginning, since mail-fetch-field does not care.
1018 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1019 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1020 (rmail-get-summary-labels): New function. Returns labels rather than
1021 status (edited, etc).
1022 (rmail-create-summary): Insert an extra space after the status
1023 flags, for consistency with old rmail, and with current
1024 rmail-summary-font-lock-keywords.
1025
1026 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1029 if region is active. Use cond instead of nested ifs. (Bug#2053)
1030
1031 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1034 converting.
1035
1036 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1037 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1038
1039 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1040
1041 * mouse.el (mouse-select-font): Return a string instead of a list.
1042
1043 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1046 don't have to do it in normal-erase-is-backspace-mode.
1047
1048 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1049 and C-backspace; the latter is not available on ttys anyway.
1050
1051 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1052
1053 (doc-view-mode): Fix broken call to string-match.
1054
1055 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1056
1057 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1058 fundamental-mode or ps-mode if the file is empty or doesn't exist
1059 at all.
1060 (doc-view-initiate-display): Better info message if doc-view-mode
1061 cannot be used. (Missing utility or no png support/no X frame.)
1062 (Bug#2058)
1063
1064 2009-01-27 Glenn Morris <rgm@gnu.org>
1065
1066 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1067 of the headers in the full header case. (Bug#2073)
1068
1069 2009-01-27 Kenichi Handa <handa@m17n.org>
1070
1071 * mail/rmail.el (rmail-get-coding-system): Re-search
1072 rmail-mime-charset-pattern directly instead of using
1073 mail-fetch-field. Use coding-system-from-name.
1074
1075 * international/mule-cmds.el (canonicalize-coding-system-name)
1076 (coding-system-from-name): New functions.
1077
1078 2009-01-27 Glenn Morris <rgm@gnu.org>
1079
1080 * dired-x.el (dired-bind-vm): Doc fix.
1081
1082 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1083 Replace `first' and `rest' with `car' and `cdr' throughout.
1084 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1085 (rsf-scanning-messages-now): Doc fix.
1086 (rsf-check-field): Rename from `check-field' and update callers.
1087 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1088 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1089
1090 * mail/rmail.el: Remove leading `*' from defcustom docs.
1091 Remove needless autoloads of many defcustoms and hooks.
1092 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1093 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1094 (rmail-decode-mime-charset): Doc fix.
1095 (rmail-search-message, rmail-resend): Check functions set before use.
1096
1097 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1098 Remove needless autoloads of many defcustoms.
1099 (rmail-output-to-babyl-buffer): Rename from
1100 rmail-output-to-r-mail-buffer and update caller.
1101 (rmail-output): Doc fix.
1102
1103 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1104 Remove needless autoloads of many defcustoms.
1105 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1106 is set.
1107
1108 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1109 (batch-unrmail, unrmail): Doc fix.
1110
1111 * mail/rmailsum.el (rmail-message-recipients-p-1)
1112 (rmail-message-regexp-p-1): Ensure searches start from the
1113 beginning of the header.
1114
1115 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1118
1119 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1120
1121 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1122 expand the denominator.
1123
1124 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1125
1126 * net/dbus.el (dbus-event-error-hooks): New variable.
1127 (dbus-handle-event): Use it.
1128
1129 2009-01-26 Glenn Morris <rgm@gnu.org>
1130
1131 * Makefile.in (ELCFILES): Update.
1132
1133 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1134 replies. (Bug#512)
1135
1136 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1137
1138 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1139
1140 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1141
1142 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1143 Remove from global map and key definitions.
1144 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1145 definitions.
1146 (ns-show-preferences-help, ns-unput-working-text): New functions.
1147 (ns-unecho-working-text): Update message.
1148
1149 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1150
1151 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1152 variable to allow the user to choose icalendar UID format.
1153 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1154 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1155 (icalendar-export-region,icalendar--create-uid): Use custom
1156 function to compute icalendar UID for each entry.
1157 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1158 with description, location, etc. fields (need to keep active count
1159 of fields encountered). Another bug fix to the regex that matches
1160 multiple lines (need \' regex instead of $ to match end-of-entry).
1161
1162 2009-01-25 Juri Linkov <juri@jurta.org>
1163
1164 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1165 change its title from "Recursive grep..." to "Grep via Find...".
1166 Add menu items for lgrep and rgrep.
1167
1168 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1169
1170 * ps-print.el (ps-print-version): New version 7.3.4.
1171
1172 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1173
1174 * ps-print.el: Fix face background/foreground extraction.
1175 (ps-face-extract-color): New fun.
1176 (ps-face-attributes, ps-face-attribute-list): Code fix.
1177
1178 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1179
1180 * align.el (align-region): Avoid infloop.
1181
1182 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1183
1184 * env.el (environment): Function removed.
1185
1186 * international/mule-cmds.el (set-language-environment-coding-systems):
1187 If default-buffer-file-coding-system is nil, set up to have EOLs that
1188 are native for the underlying system-type. (Bug#1853)
1189 (prefer-coding-system, set-default-coding-systems): Doc fix.
1190
1191 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1194 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1195 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1196 Use `string-match-p'.
1197
1198 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1199
1200 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1201 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1202 next-feed does not succeed. Fixes bug#1710 even more.
1203 (newsticker-treeview-next-feed): Simplify.
1204 (newsticker--group-get-feeds): Suppress group names in result.
1205
1206 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1207
1208 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1209 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1210
1211 2009-01-24 Glenn Morris <rgm@gnu.org>
1212
1213 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1214 "popmail" by "pormail".
1215
1216 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1217 Remove unneeded declarations.
1218
1219 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1220
1221 * calc/calc-poly.el (calcFunc-apart): Improve test for
1222 rational functions.
1223
1224 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1225
1226 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1227 return value of rmail-get-labels.
1228
1229 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1230 return value of rmail-get-labels.
1231
1232 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1233 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1234
1235 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1236
1237 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1238 old cache file. Fixes bug#1710.
1239
1240 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1243
1244 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1245
1246 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1247 Switch names and update comments for clarity.
1248
1249 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1252 start is nil, as was done in tar-mode.el.
1253
1254 2009-01-23 Glenn Morris <rgm@gnu.org>
1255
1256 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1257 more.
1258
1259 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1260
1261 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * server.el (server-name): Make it a defcustom. (Bug#1995)
1264
1265 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1266
1267 2009-01-23 Glenn Morris <rgm@gnu.org>
1268
1269 * Makefile.in (ELCFILES): Update.
1270
1271 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1272
1273 * net/newst-treeview.el
1274 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1275 current-item-counts. Move to next feed if necessary. (Bug#1569)
1276 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1277 feed if necessary. (Bug#1569)
1278 (newsticker-treeview-next-feed)
1279 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1280 Don't activate node nil. (Bug#1569)
1281
1282 2009-01-22 Paul Reilly <pmr@pajato.com>
1283 Henrik Enberg <enberg@printf.se>
1284 Alex Schroeder <alex@gnu.org>
1285 Chong Yidong <cyd@stupidchicken.com>
1286 Richard M Stallman <rms@gnu.org>
1287 Glenn Morris <rgm@gnu.org>
1288 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1291 (rmail-attribute-header, rmail-keyword-header)
1292 (rmail-answered-attr-index, rmail-deleted-attr-index)
1293 (rmail-edited-attr-index, rmail-filed-attr-index)
1294 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1295 (rmail-unseen-attr-index, rmail-resent-attr-index)
1296 (rmail-attr-array, rmail-header-style, rmail-file-name)
1297 (rmail-buffer-swapped): New vars.
1298 (rmail-convert-file-maybe, rmail-error-bad-format)
1299 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1300 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1301 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1302 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1303 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1304 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1305 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1306 (rmail-message-attr-p, rmail-message-unseen-p)
1307 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1308 (rmail-show-message-maybe, rmail-copy-headers)
1309 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1310 (rmail-write-region-annotate): New functions.
1311
1312 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1313 (rmail-convert-mailpath, rmail-convert-file)
1314 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1315 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1316 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1317 (rmail-redecode-body)
1318 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1319 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1320 (rmail-count-screen-lines, rmail-message-regexp-p)
1321 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1322 (rmail-nuke-pinhead-header): Move to rmailout.el.
1323
1324 (rmail-ignored-headers): Add additional headers.
1325 (rmail-mode-map): Update key commands.
1326 (rmail-tool-bar-map): Build tool-bar unconditionally.
1327 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1328 conversion and new buffer swapping mechanism.
1329 (rmail-perm-variables): Use new vars, and remove deleted ones.
1330 (rmail-revert): Use rmail-convert-file-maybe.
1331 (rmail-duplicate-message): Use rmail-show-message-maybe.
1332 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1333 a disk-full error.
1334 (rmail-parse-url): Strip embedded password.
1335 (rmail-insert-inbox-text): Default to movemail if
1336 rmail-movemail-program is null. Handle mbox format.
1337 (rmail-decode-region): New arg.
1338 (rmail-display-labels): Don't perform Babyl processing.
1339 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1340 (rmail-set-message-counters, rmail-count-new-messages)
1341 (rmail-set-message-counters-counter, rmail-show-message)
1342 (rmail-next-same-subject, rmail-reply): Use mbox format.
1343 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1344 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1345 buffer swapping mechanism.
1346
1347 * mail/rmailedit.el: Require rmailsum.el.
1348 (rmail-edit-mode): First check if buffer is swapped.
1349 (rmail-edit-saved-coding-system): Delete var.
1350 (rmail-edit-current-message): Don't call deleted vars.
1351 (rmail-cease-edit): Handle mbox format.
1352 (rmail-abort-edit): Widen buffer.
1353
1354 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1355 declarations.
1356 (rmail-buffer, rmail-current-message, rmail-last-label)
1357 (rmail-last-multi-labels, rmail-summary-vector)
1358 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1359 (rmail-keywords): Delete vars.
1360 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1361 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1362 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1363 (rmail-make-label): New function.
1364 (rmail-read-label): Don't call rmail-parse-file-keywords.
1365 (rmail-set-label): Rewrite using rmail-set-attribute.
1366 (rmail-next-labeled-message): Use rmail-get-labels.
1367
1368 * mail/rmailmm.el: New file.
1369
1370 * mail/rmailmsc.el: Require rmail.el.
1371 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1372
1373 * mail/rmailout.el (rmail-output-decode-coding): New var.
1374 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1375 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1376 (rmail-output-to-rmail-buffer): New functions.
1377 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1378 Delete functions.
1379 (rmail-nuke-pinhead-header): Move from rmail.el.
1380 (rmail-output): Rewrite to accept both mbox and babyl output.
1381 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1382 use mbox internal format.
1383
1384 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1385 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1386 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1387 Use rmail-get-header.
1388 (rmail-sort-messages): Use new buffer swapping mechanism.
1389 Handle mbox internal format.
1390
1391 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1392 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1393 (rmail-message-regexp-p, rmail-new-summary-1)
1394 (rmail-get-create-summary-buffer, rmail-get-summary)
1395 (rmail-create-summary-line, rmail-get-summary-labels)
1396 (rmail-create-summary, rmail-header-summary)
1397 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1398 (rmail-summary-by-topic, rmail-message-senders-p)
1399 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1400 internal format.
1401 (rmail-new-summary): Rewrite window handling.
1402 (rmail-make-summary-line, rmail-make-summary-line-1)
1403 (rmail-make-basic-summary-line)
1404 (rmail-summary-output-to-rmail-file): Functions deleted.
1405 (rmail-summary-undelete, rmail-summary-rmail-update)
1406 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1407 (rmail-summary-show-message, rmail-summary-wipe)
1408 (rmail-summary-toggle-header, rmail-summary-reply):
1409 Use rmail-buffer instead of rmail-view-buffer.
1410 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1411 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1412 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1413
1414 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1415
1416 * term/ns-win.el (ns-show-manual): Fix node name.
1417 (x-open-connection): Fix typo in declaration filename.
1418
1419 2009-01-22 Romain Francoise <romain@orebokech.com>
1420
1421 * Makefile.in (ELCFILES): Update.
1422
1423 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * frame.el (make-frame-on-tty): Remove function, inline contents
1426 in the only user ...
1427
1428 * server.el (server-create-tty-frame): ... here.
1429
1430 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * format.el (format-annotate-function):
1433 Set write-region-post-annotation-function.
1434
1435 2009-01-21 John Wiegley <johnw@newartisans.com>
1436
1437 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1438 list of output filters.
1439 (eshell-mode): Change the default binding of C-a to eshell-bol.
1440 I don't think it's actually bound at all by default in eshell;
1441 it just falls back to the default binding of C-a.
1442
1443 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * minibuffer.el (completion--insert-strings): Fix up computation of
1446 column position which manifested e.g. in proced's signal completion.
1447
1448 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * server.el (server-start): Allow server to shut down when no
1451 frames are available in daemon-mode.
1452
1453 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1454
1455 * term.el (term-previous-matching-input, term-next-matching-input)
1456 (term-previous-matching-input-from-input)
1457 (term-next-matching-input-from-input, term-backward-matching-input)
1458 (term-forward-matching-input): Change argument name to match docstring.
1459
1460 2009-01-21 Glenn Morris <rgm@gnu.org>
1461
1462 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1463 that are no longer needed.
1464 (authors-scan-change-log): Doc fix.
1465 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1466
1467 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1468
1469 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1470 Use aspell default dict.
1471
1472 2009-01-20 Kenichi Handa <handa@m17n.org>
1473
1474 * descr-text.el (describe-char): Improve description of eight-bit
1475 char in a unibyte buffer. (Bug#1935)
1476
1477 2009-01-20 Glenn Morris <rgm@gnu.org>
1478
1479 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1480 Add some entries.
1481
1482 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * progmodes/ruby-mode.el: Autoload other interpreter names.
1485
1486 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * descr-text.el (describe-char-categories): New defsubst.
1489 (describe-char): Use it.
1490
1491 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1492
1493 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1494 IPv4 mapped IPv6 addresses.
1495
1496 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1499 the beginning of the buffer. (Bug#1949)
1500
1501 2009-01-18 Markus Triska <markus.triska@gmx.at>
1502
1503 * linum.el (linum-update-window): Use `delq' instead of `delete';
1504 compare strings with `equal-including-properties'.
1505
1506 2009-01-17 Glenn Morris <rgm@gnu.org>
1507
1508 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1509 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1510
1511 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1512 (eldoc-message-commands, eldoc-print-current-symbol-info):
1513 Doc fix (consistent case of "ElDoc").
1514
1515 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1516
1517 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1518
1519 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1520
1521 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1522 TARGET)' does not exist, try again with its basename replaced by
1523 `(cdr TARGET)'. (Related to Bug #1853.)
1524
1525 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1526
1527 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1528
1529 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1530 unless flyspell-mode is enabled.
1531 (flyspell-pre-point): Make buffer-local.
1532
1533 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1534
1535 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1536 delimiters, allow fields that are composed of strings and string
1537 constants.
1538 (bibtex-mode): Doc fix.
1539
1540 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1541
1542 * textmodes/ispell.el: Protect against declare-function undefined
1543 in XEmacs.
1544 (ispell-program-name): Search also for hunspell when setting default.
1545 (ispell-find-aspell-dictionaries): Better error message. Use correct
1546 dictionary alist for default. Better fallback default dictionary.
1547
1548 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1549
1550 * international/quail.el (quail-insert-kbd-layout):
1551 Delete superfluous handling of 8-bit code. (Bug#1418)
1552
1553 2009-01-16 Glenn Morris <rgm@gnu.org>
1554
1555 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1556 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1557 (eldoc-highlight-function-argument): Doc fix - mention effect of
1558 eldoc-documentation-function.
1559 (eldoc-message-commands-table-size, eldoc-message-commands)
1560 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1561 (eldoc-documentation-function): Mention effect on user options.
1562
1563 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1564
1565 2009-01-16 Kevin Ryde <user42@zip.com.au>
1566
1567 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1568 its version number, and then set both.
1569
1570 2009-01-16 Richard M Stallman <rms@gnu.org>
1571
1572 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1573
1574 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1577 Refer to revert-buffer, not Buffer-menu-revert.
1578 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1579 (Buffer-menu-revert): Remove function, unused.
1580 (Buffer-menu-mode-map): Don't bind keys already
1581 bound by special-mode.
1582 (Buffer-menu-mode-map): Add a menu.
1583
1584 2009-01-15 Stephen Eglen <stephen@gnu.org>
1585
1586 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1587
1588 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1589
1590 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1591
1592 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1593
1594 * window.el (special-display-p): Revert 2009-01-14 change.
1595
1596 2009-01-15 Glenn Morris <rgm@gnu.org>
1597
1598 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1599 (authors-obsolete-files-regexps, authors-ignored-files):
1600 (authors-renamed-files-alist): Add some entries.
1601 (authors-fixed-entries): Change some entries.
1602 (authors-canonical-file-name): Doc fix.
1603 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1604
1605 2009-01-14 Juri Linkov <juri@jurta.org>
1606
1607 * info.el (Info-isearch-filter): Don't filter out invisible text
1608 when search-invisible is t. (Bug#1848)
1609
1610 * simple.el (blink-matching-open): Use `minibuffer-message' to
1611 display messages in the minibuffer.
1612
1613 * help.el (view-help-file):
1614 * menu-bar.el (menu-bar-help-extra-packages):
1615 Use goto-address-mode instead of goto-address.
1616
1617 * net/goto-addr.el (goto-address-url-face): Change default value
1618 from `bold' to `link'.
1619
1620 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1623
1624 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1625
1626 * frame.el (special-display-popup-frame): Rewrite doc-string and
1627 simplify code.
1628
1629 * window.el (special-display-buffer-names)
1630 (special-display-regexps): Add customization support for
1631 function/other-args elements. Rewrite doc-strings.
1632 (special-display-function): Rewrite doc-string.
1633 (same-window-buffer-names, same-window-regexps):
1634 Minor doc-string fixes.
1635 (special-display-p): Minor rewrite.
1636
1637 2009-01-14 Glenn Morris <rgm@gnu.org>
1638
1639 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1640
1641 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1644 MESSAGEs with internal square brackets (i.e., " this [test] message").
1645 Use `string-match-p'.
1646 (completion--make-envvar-table, completion--file-name-table)
1647 (completion-pcm--string->pattern, completion-pcm--all-completions)
1648 (completion-pcm--filename-try-filter): Use `string-match-p'.
1649
1650 2009-01-14 Juri Linkov <juri@jurta.org>
1651
1652 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1653 non-nil `bug-reference-url-format' before putting an overlay
1654 property `bug-reference-url'.
1655 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1656 `bug-reference-url-format'. Doc fix. (Bug#1744)
1657
1658 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1661 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1662
1663 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1664 loaded.
1665
1666 2009-01-13 Jason Rumney <jasonr@gnu.org>
1667
1668 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1669
1670 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1671
1672 * subr.el (play-sound): Doc fix. (Bug#250)
1673 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1674
1675 2009-01-12 Alan Mackenzie <acm@muc.de>
1676
1677 * textmodes/paragraphs.el (forward-sentence): Change limit of
1678 re-search-backward to allow values of `sentence-end' anchored at BOL.
1679
1680 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
1683 subfield of the magic string.
1684
1685 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
1686
1687 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
1688 (math-special-function-table): Use `math-compose-tex-sqrt' to
1689 compose sqrts in TeX and LaTeX mode.
1690
1691 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * faces.el (describe-face): Ignore anonymous faces.
1694
1695 * server.el (server-save-buffers-kill-terminal): Args changed.
1696 Handle nowait client frames.
1697
1698 * files.el (save-buffers-kill-terminal): Args for
1699 server-save-buffers-kill-terminal changed.
1700
1701 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1704
1705 2009-01-11 Glenn Morris <rgm@gnu.org>
1706
1707 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
1708 Silence compiler.
1709
1710 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
1711 some entries.
1712 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
1713 (authors-renamed-files-alist): Add entries.
1714 (authors-fixed-entries): Update for renamed and removed files.
1715 (authors-canonical-file-name): Add entries to
1716 authors-checked-files-alist based on their full names, expanded relative
1717 to each log-file directory.
1718 (authors-scan-el, authors-add-to-author-list, authors):
1719 Handle multiple authors in a file, via a new :cowrote category.
1720
1721 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
1722
1723 2009-01-10 Richard M Stallman <rms@gnu.org>
1724
1725 * mail/mail-utils.el (mail-quote-printable-region): New function.
1726
1727 2009-01-10 Glenn Morris <rgm@gnu.org>
1728
1729 * calendar/cal-move.el (calendar-scroll-left-three-months)
1730 (calendar-scroll-right-three-months):
1731 * calendar/holidays.el (calendar-list-holidays)
1732 (calendar-mark-holidays):
1733 * calendar/lunar.el (calendar-lunar-phases):
1734 Add event handling, for when called from menus with the calendar buffer
1735 not current.
1736
1737 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
1740 Move setting up whitepace-mode ...
1741 (diff-mode): ... here.
1742 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
1743
1744 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * faces.el (x-font-family-list): Remove entirely.
1747
1748 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1749
1750 Fix Bug #876:
1751
1752 * info.el (info-insert-file-contents, Info-insert-dir):
1753 Bind inhibit-null-byte-detection to non-nil.
1754
1755 2009-01-10 Martin Rudalics <rudalics@gmx.at>
1756
1757 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
1758 toggling tool bars on. (Bug#1754)
1759
1760 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1761
1762 * faces.el (face-valid-attribute-values): Use string as value for
1763 :family attribute. Now, font-family-list returns a list of strings.
1764 (x-font-family-list): Obsolete compatibility version of function
1765 from xfaces.c.
1766
1767 2009-01-09 Martin Rudalics <rudalics@gmx.at>
1768
1769 * window.el (special-display-buffer-names)
1770 (special-display-regexps, special-display-function):
1771 In doc-strings say "same-window" instead of "same-buffer".
1772
1773 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/tramp.el: Revert previous patch. `last-command-char' is
1776 used in code intended only for XEmacs, where it is different from
1777 `last-command-event'.
1778
1779 2009-01-09 Glenn Morris <rgm@gnu.org>
1780
1781 * subr.el (last-input-char, last-command-char):
1782 Move here from src/keyboard.c.
1783
1784 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
1785 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
1786 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
1787 * wdired.el:
1788 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
1789 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
1790 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
1791 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
1792 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
1793 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
1794 * eshell/em-smart.el, eshell/esh-mode.el:
1795 * international/mule-cmds.el:
1796 * mail/mailabbrev.el:
1797 * net/tramp.el:
1798 * play/mpuz.el:
1799 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
1800 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
1801 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
1802 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
1803 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
1804 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
1805 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
1806 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
1807 Replace last-command-char with last-command-event.
1808
1809 * double.el, electric.el, replace.el, term.el, terminal.el:
1810 * calc/calc.el:
1811 * emulation/viper-cmd.el:
1812 * international/mule-cmds.el:
1813 * obsolete/iso-acc.el:
1814 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
1815
1816 * emacs-lisp/edebug.el: Remove references to last-command-char and
1817 last-input-char, since these have been identical to last-command-event
1818 and last-input-event since at least Emacs 19.
1819 (edebug-outside-last-command-char, edebug-outside-last-input-char):
1820 Remove.
1821
1822 2009-01-09 Dave Love <fx@gnu.org>
1823
1824 * calendar/time-date.el: Require cl for `declare'.
1825
1826 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1827
1828 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
1829 Suggested by Dave Love.
1830
1831 2009-01-09 Dave Love <fx@gnu.org>
1832
1833 * net/imap.el (imap-string-to-integer): Fix typo.
1834 (imap-fetch-safe): New function.
1835 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1836
1837 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
1838 (imap-parse-greeting): Fix doc strings.
1839 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1840 (imap-parse-flag-list): Make messages unique.
1841 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
1842
1843 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
1844 call.
1845
1846 * net/imap.el: Fix author email. Doc fixes.
1847 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1848 reply.
1849
1850 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1851
1852 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
1853
1854 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1855
1856 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
1857 Call nslookup if resolv.conf isn't available.
1858 (dns-query): Rename from query-dns.
1859 (dns-query-cached): Rename from query-dns-cached.
1860
1861 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1862
1863 * net/imap.el (imap-enable-exchange-bug-workaround):
1864 Explain auto-detection in the doc string.
1865
1866 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
1869 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
1870 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
1871 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
1872 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
1873 Fix typos in docstrings.
1874 (ispell-command-loop): Reflow docstring.
1875
1876 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
1877
1878 * textmodes/ispell.el (ispell-encoding8-command): New variable.
1879 (ispell-aspell-supports-utf8): Mark as obsoleted by
1880 ispell-encoding8-command.
1881 (ispell-check-version): Set ispell-encoding8-command.
1882 (ispell-check-spellchecker-params, ispell-start-process):
1883 Use ispell-encoding8-command.
1884
1885 * textmodes/flyspell.el (flyspell-large-region):
1886 Use ispell-encoding8-command.
1887
1888 2009-01-08 Glenn Morris <rgm@gnu.org>
1889
1890 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
1891 scroll the calendar.
1892
1893 * international/mule-cmds.el (universal-coding-system-argument):
1894 last-input-char need not be a char.
1895
1896 * textmodes/ispell.el (ispell-check-minver): Declare.
1897 Use string-to-number rather than string-to-int.
1898
1899 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * add-log.el (change-log-search-tag-name): Reflow docstring.
1902 (change-log-mode): Fix typo in docstring.
1903
1904 * international/mule.el (define-coding-system): Doc fix.
1905
1906 2009-01-07 Kenichi Handa <handa@m17n.org>
1907
1908 * international/mule.el (define-coding-system): Fix docstring
1909 about :bom usage.
1910
1911 2009-01-07 Martin Rudalics <rudalics@gmx.at>
1912
1913 * dired.el (dired-pop-to-buffer): Don't split windows
1914 horizontally. (Bug#1806)
1915
1916 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * tar-mode.el (tar-mode, tar-mode-write-contents)
1919 (tar-write-region-annotate): Undo Andreas's last change.
1920
1921 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
1924 (tramp-handle-file-local-copy, tramp-handle-write-region)
1925 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1926 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
1927
1928 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * minibuffer.el (completion-hilit-commonality): Don't presume
1931 all-completions always include the input as prefix.
1932 (completion-pcm--pattern-trivial-p): Accept a few more patterns
1933 as trivial.
1934 (completion-pcm--hilit-commonality): Remove leftover code that used to
1935 deal with the now removed cdr-in-last-cons.
1936
1937 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * international/mule.el (define-coding-system): Fix typos in docstring.
1940
1941 2009-01-05 Alan Mackenzie <acm@muc.de>
1942
1943 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1944 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
1945
1946 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
1947
1948 * net/tramp.el (tramp-handle-load)
1949 (tramp-do-copy-or-rename-file-directly)
1950 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
1951 (tramp-handle-write-region)
1952 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1953 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1954 Delete temporary file in case of error.
1955
1956 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
1957
1958 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
1959
1960 2009-01-05 Richard M Stallman <rms@gnu.org>
1961
1962 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
1963
1964 2009-01-05 Martin Rudalics <rudalics@gmx.at>
1965
1966 * window.el (display-buffer): Fix last fix.
1967
1968 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
1971 to shorten the desktop file directory shown in message.
1972
1973 2009-01-05 Glenn Morris <rgm@gnu.org>
1974
1975 * version.el (emacs-copyright):
1976 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1977 Update copyrights for 2009.
1978
1979 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
1980
1981 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
1982 (ada-get-indent-paramlist): Use ada-broken-indent instead of
1983 hard-coded 0.
1984 (ada-get-indent-loop): Fix list access bug.
1985
1986 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
1989 (lisp-interaction-mode): Add a blank line in the docstring
1990 before the keymap listing.
1991
1992 2009-01-04 Martin Rudalics <rudalics@gmx.at>
1993
1994 * window.el (display-buffer): When a buffer is displayed in the
1995 selected and some other window, and not-this-window is non-nil,
1996 try to return that other window instead of popping up a new
1997 frame. (Bug#30)
1998
1999 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2002
2003 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2004
2005 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2006
2007 2009-01-03 Michael Olson <mwolson@gnu.org>
2008
2009 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2010 blank characters which will confuse `read', so skip past them.
2011
2012 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2013
2014 * emacs-lisp/authors.el (authors-aliases): Addition.
2015 (authors): Allow to use it for other projects.
2016
2017 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2018 Clarify MATCH argument. Print filenames.
2019
2020 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2023
2024 * net/tramp.el (tramp-local-host-regexp)
2025 (tramp-prefix-domain-format)
2026 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2027 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2028 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2029 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2030 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2031 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2032 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2033 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2034 (tramp-handle-insert-file-contents): Fix setting of
2035 `buffer-read-only'.
2036 (tramp-compute-multi-hops, tramp-local-host-p):
2037 Use `tramp-local-host-regexp'.
2038 (tramp-file-name-real-user, tramp-file-name-domain):
2039 Use `tramp-user-with-domain-regexp'.
2040
2041 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2042 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2043
2044 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2045
2046 * proced.el (proced-grammar-alist): Refiner can be a
2047 list (function help-echo) instead of a cons pair.
2048 (proced-post-display-hook): New variable.
2049 (proced-tree-depth): Rename from proced-tree-indent.
2050 (proced-mode): Derive mode from special-mode.
2051 (proced-mode-map): Change accordingly.
2052 (proced, proced-update): Run proced-post-display-hook.
2053 (proced-do-mark-all): Count processes for which mark has been updated.
2054 (proced-format): Check for ppid attribute.
2055 (proced-process-attributes): Take time and ctime attribute from
2056 system-process-attributes.
2057 (proced-send-signal): Doc fix. Collect properly the info on
2058 marked processes. Use fit-window-to-buffer instead of
2059 dired-pop-to-buffer.
2060
2061 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2064 point-min==1.
2065
2066 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2069 (mode-line-client): Fix typo in help message and docstring.
2070
2071 2009-01-02 Jason Rumney <jasonr@gnu.org>
2072
2073 * term/w32-win.el (image-library-alist): Add gobject library.
2074
2075 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2076
2077 * frame.el (window-system-default-frame-alist)
2078 (initial-frame-alist, minibuffer-frame-alist)
2079 (pop-up-frame-alist, pop-up-frame-function)
2080 (special-display-frame-alist): Rewrite and reformat doc-strings.
2081
2082 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2083
2084 * simple.el (minibuffer-default-add-shell-commands):
2085 Fix doc-string typo.
2086
2087 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * language/cham.el: Fix setting of composition-function-table.
2090
2091 * language/khmer.el: Fix setting of composition-function-table.
2092
2093 * language/tibet-util.el (tibetan-composition-function):
2094 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2095
2096 * simple.el (minibuffer-default): Add defvar.
2097
2098 * hippie-exp.el: Require comint.
2099
2100 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2101
2102 * simple.el (last-buffer): Don't set major mode of *scratch* if
2103 that buffer exists already. Rewrite doc-string.
2104
2105 2008-12-31 Andreas Schwab <schwab@suse.de>
2106
2107 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2108 write-region-annotate-functions.
2109 (tar-mode-write-contents): New function.
2110 (tar-write-region-annotate): Remove.
2111
2112 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2113
2114 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2115 (buffer-swapped-with): Var removed.
2116
2117 2008-12-30 Kenichi Handa <handa@m17n.org>
2118
2119 * language/japanese.el (compose-gstring-for-variation-glyph):
2120 New function. Register it in composition-function-table.
2121
2122 * composite.el (lglyph-set-code): New function.
2123
2124 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * tar-mode.el (tar-data-swapped): New var.
2127 (tar-data-swapped-p, tar-swap-data):
2128 Use it instead of buffer-swapped-with.
2129 (tar-write-region-annotate): Re-add (partial undo of last change).
2130 (tar-mode): Use it again (partial undo as well).
2131
2132 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2133
2134 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2135
2136 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2137
2138 * follow.el (follow-select-if-visible): Improve the check for the
2139 last line of the window.
2140 (follow-post-command-hook): Perform redisplay in more
2141 circumstances, to avoid getting point stuck on partially visible lines.
2142
2143 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * follow.el (follow-calc-win-end): Use with-selected-window.
2146 (follow-windows-start-end, follow-pos-visible)
2147 (follow-windows-aligned-p): Code cleanup.
2148 (follow-select-if-visible): Try to avoid partially-visible lines.
2149 (follow-select-if-visible-from-first): Call follow-redisplay and
2150 move point to destination.
2151 (follow-redisplay): New arg, to keep selected window unchanged.
2152 (follow-post-command-hook): In final check for destination
2153 visibility, use window-start and window-end instead of the less
2154 accurate follow-pos-visible. If the selected window is redrawn,
2155 tell follow-redisplay to preserve it.
2156 (follow-calculate-first-window-start-from-below): Avoid looping
2157 forever if vertical-motion returns an unexpected value.
2158
2159 2008-12-30 Andreas Schwab <schwab@suse.de>
2160
2161 * server.el (server-running-p): Remove interactive spec.
2162 Fix regexp.
2163
2164 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * follow.el (follow-calc-win-start): Don't use `inline'.
2167 (follow-update-window-start, follow-select-if-visible)
2168 (follow-calculate-first-window-start-from-below)
2169 (follow-post-command-hook): Code cleanup.
2170 (follow-downward, follow-calculate-first-window-start):
2171 Delete function and merge into follow-redisplay.
2172 (follow-redisplay): Merge code from follow-downward and
2173 follow-calculate-first-window-start.
2174
2175 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * proced.el (proced-tree-flag): Fix typo in docstring.
2178
2179 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2180
2181 * proced.el (proced-temp-alist): Rename from variable
2182 proced-children-alist.
2183 (proced-process-tree, proced-toggle-tree): Fix docstring.
2184 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2185 (proced-temp-internal): Use proced-temp-alist.
2186
2187 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2188
2189 * subr.el (mkdir): New defalias.
2190
2191 2008-12-29 Juri Linkov <juri@jurta.org>
2192
2193 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2194 command `proced-next-line' removed on 2008-09-06.
2195
2196 2008-12-28 Juri Linkov <juri@jurta.org>
2197
2198 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2199 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2200
2201 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2202 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2203 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2204 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2205 set 4 obsolete variables for backward-compatibility with Emacs 22.
2206
2207 2008-12-28 Juri Linkov <juri@jurta.org>
2208
2209 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2210
2211 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2212
2213 * misc.el (butterfly): New command.
2214
2215 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2216
2217 * proced.el (proced-grammar-alist): Allow predicate nil.
2218 New attribute tree.
2219 (proced-format-alist): Use attribute tree.
2220 (proced-tree-flag, proced-tree-indent): New variables.
2221 (proced-children-alist): Rename from proced-process-tree.
2222 PPID must refer to a process in process-alist.
2223 Ignore PPIDs that equal PID (Bug#1718).
2224 Children alist inherits sorting order from process-alist.
2225 (proced-process-tree): New variable. New function.
2226 (proced-process-tree-internal, proced-toggle-tree)
2227 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2228 (proced-mark-process-alist): Add docstring.
2229 (proced-filter-parents): PPID must refer to a process in
2230 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2231 (proced-sort): Throw error if attribute is not sortable.
2232 (proced-sort-interactive): Restrict completion to sortable attributes.
2233 (proced-format): Include tree in standard attributes if
2234 proced-tree-flag is non-nil. Make header clickable only if
2235 corresponding predicate is non-nil.
2236 (proced-update): Use proced-tree.
2237
2238 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * diff.el (diff): Doc fix.
2241
2242 * emacs-lisp/rx.el (rx): Doc fix.
2243
2244 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2245 before uniquifying backup trash file name.
2246
2247 2008-12-27 Andreas Schwab <schwab@suse.de>
2248
2249 * vc-git.el (vc-git-dir-printer): Fix filename column.
2250
2251 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2252
2253 * term.el (term-emulate-terminal): Decode substring just prior to
2254 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2255
2256 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2257
2258 * makefile.w32-in (MH_E_DIR): New variable.
2259 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2260 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2261 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2262 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2263 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2264 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2265 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2266 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2267 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2268 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2269 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2270
2271 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2272 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2273 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2274 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2275 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2276 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2277 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2278 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2279 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2280 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2281 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2282
2283 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2284
2285 * files.el (dosified-file-name): Declare.
2286
2287 2008-12-26 Andreas Schwab <schwab@suse.de>
2288
2289 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2290
2291 * tar-mode.el (tar-swap-data): New function.
2292 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2293 (tar-mode-revert): Likewise.
2294 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2295 (tar-data-swapped-p): Test buffer-swapped-with.
2296 (tar-write-region-annotate): Remove.
2297 (tar-header-block-tokenize): Add argument `coding' and use it
2298 instead of tar-file-name-coding-system.
2299 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2300
2301 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2302
2303 * dos-fns.el (dosified-file-name): New function.
2304
2305 * files.el (dir-locals-find-file): Run dir-locals-file through
2306 dosified-file-name. Compare files case-insensitively on systems
2307 whose filesystems are case-insensitive.
2308
2309 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2310
2311 * help.el (help-for-help-internal): Fix entry for "l".
2312
2313 2008-12-25 Richard M Stallman <rms@gnu.org>
2314
2315 * shadowfile.el (shadow-copy-file): Revert previous change.
2316 This code as it was should work properly with buffer-swapped-with.
2317
2318 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2319
2320 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2321
2322 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2323
2324 * subr.el (chmod): New defalias for set-file-modes.
2325
2326 2008-12-23 Juri Linkov <juri@jurta.org>
2327
2328 * isearch.el (isearch-filter-predicate, isearch-search):
2329 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2330 (isearch-filter-visible): Rename from
2331 `isearch-filter-invisible'. Doc fix.
2332
2333 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2334 value from `dired-isearch-filter-predicate-orig' instead of the
2335 symbol `isearch-filter-invisible'. Doc fix.
2336 (dired-isearch-filter-filenames): Doc fix.
2337 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2338
2339 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2340 for Info-point-loc since it is more correct in all cases.
2341 (Info-isearch-filter): Rename from
2342 `Info-isearch-filter-predicate'. Doc fix.
2343 (Info-mode): Replace `Info-isearch-filter-predicate' with
2344 `Info-isearch-filter'.
2345
2346 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2347
2348 * pgg.el: Add obsolescence info.
2349
2350 2008-12-22 Richard M Stallman <rms@gnu.org>
2351
2352 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2353
2354 * files.el (buffer-swapped-with): New variable.
2355 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2356 (basic-save-buffer): Unswap the buffer temporarily if nec.
2357
2358 * dired.el (dired-readin): Inhibit modification hooks.
2359
2360 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2361
2362 * net/newst-backend.el (newst-backend):
2363 Remove wrong duplicate provide statement.
2364
2365 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2366
2367 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2368 end, before updating.
2369 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2370 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2371
2372 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2373
2374 * window.el (set-window-text-height): Fix doc-string.
2375
2376 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2379 (completion-all-completions): Don't set it.
2380 (completion-table-with-context, completion--file-name-table):
2381 Don't add base-size in last cdr.
2382 (completion-hilit-commonality): Add argument `base-size'.
2383 (display-completion-list, completion-emacs21-all-completions)
2384 (completion-emacs22-all-completions, completion-basic-all-completions):
2385 Provide it.
2386 (completion-pcm--all-completions): Don't need to remove the base-size
2387 in last-cdr any more.
2388
2389 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2390
2391 * textmodes/ispell.el (ispell-check-minver): New function.
2392 (ispell-check-version): Rewrite spellchecker and version checking.
2393 Use (ispell-check-minver). Handle hunspell versions.
2394
2395 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * ido.el (ido-read-internal): Handle `confirm' and
2398 `confirm-after-completion' values for the require-match argument.
2399
2400 2008-12-20 Jason Rumney <jasonr@gnu.org>
2401
2402 * international/mule.el (auto-coding-regexp-alist):
2403 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2404
2405 2008-12-20 Ami Fischman <ami@fischman.org>
2406
2407 * bindings.el (mode-line-eol-desc): Use assoc to query
2408 mode-line-eol-desc-cache.
2409
2410 2008-12-20 Glenn Morris <rgm@gnu.org>
2411
2412 * comint.el (comint-save-input-ring-index): Add missing initial value.
2413
2414 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * proced.el (proced-grammar-alist): Doc fix.
2417 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2418 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2419 (proced-undo): Fix typos in docstrings.
2420
2421 2008-12-19 Glenn Morris <rgm@gnu.org>
2422
2423 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2424 (authors-fixed-case): New constant.
2425 (authors-public-domain-files, authors-ignored-files):
2426 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2427 (authors-renamed-files-regexps): Add some new entries.
2428 (authors-canonical-file-name): Don't complain about ignored files.
2429 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2430 (authors): Ensure error buffer is writable.
2431
2432 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2433
2434 (ispell-really-hunspell): New variable to signal hunspell.
2435 (ispell-check-version):
2436 Check if hunspell and set ispell-really-hunspell if needed.
2437 (ispell-send-string, ispell-start-process, flyspell-large-region):
2438 Pass right options for hunspell if needed.
2439
2440 2008-12-18 Kenichi Handa <handa@m17n.org>
2441
2442 * international/fontset.el (script-representative-chars)
2443 (setup-default-fontset): Add more scripts.
2444
2445 * international/characters.el: Add more scripts.
2446
2447 2008-12-19 Juri Linkov <juri@jurta.org>
2448
2449 * info.el (Info-isearch-search): Implement lax version of
2450 incremental word search in Info.
2451 (Info-isearch-start): Set Info-isearch-initial-node to the
2452 current node when search is nonincremental to not stop at the
2453 initial node in this case.
2454 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2455
2456 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2459 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2460 (rst-repeat-last-character): Fix typos in docstrings.
2461 (rst-mode, rst-backward-section): Doc fixes.
2462
2463 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2464
2465 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2466 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2467 (newsticker--treeview-load): Check whether groups file exists.
2468
2469 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2470 (newsticker-dir): Use `locate-user-emacs-file'.
2471
2472 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2473
2474 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2475 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2476
2477 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2480
2481 * startup.el (command-line): Do not mention the server name in
2482 case the user has not mentioned it, print a more explicit message.
2483
2484 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2485 Change all callers.
2486
2487 2008-12-18 Sam Steingold <sds@gnu.org>
2488
2489 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2490
2491 2008-12-18 Juri Linkov <juri@jurta.org>
2492
2493 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2494 `isearch-edit-string-set-word'.
2495 (isearch-edit-string-set-word): Remove.
2496 (isearch-occur): Imitate the C function `wordify' by replacing
2497 non-word character with the \\W+ regexp.
2498 (isearch-search-fun): Add `isearch-nonincremental' to the
2499 condition of using a non-lax version of `word-search-forward'.
2500
2501 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2502
2503 * epa-file.el (epa-file-insert-file-contents):
2504 Set buffer-file-name before decrypting a file.
2505
2506 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * server.el (server-start): If unable to start the server,
2509 display a warning instead of raising an error.
2510
2511 * startup.el (server-process): Add defvar.
2512 (command-line): If the daemon is unable to start the server,
2513 display a message and exit Emacs.
2514
2515 2008-12-15 Sam Steingold <sds@gnu.org>
2516
2517 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2518 mostly for CLISP modules, but could also be useful elsewhere.
2519
2520 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2521
2522 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2523 * icomplete.el (icomplete-prospects-height):
2524 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2525
2526 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2527
2528 * international/mule.el (find-auto-coding): Fix typo in docstring.
2529
2530 * international/mule-cmds.el (select-safe-coding-system):
2531 * mail/rmail.el (rmail-require-mime-maybe):
2532 Fix arguments of `display-warning'.
2533
2534 * simple.el (bad-package-check): Fix arguments of `display-warning',
2535 using the package name as TYPE. Use `string-match-p'.
2536
2537 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2538
2539 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2540 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2541 (proced-sort-user, proced-sort-header): Prefix arg determines
2542 sorting order. Suggested by Dan Nicolaescu.
2543 (proced-revert): Doc fix.
2544
2545 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2546
2547 * proced.el (proced-grammar-alist): Allow refiner elements that
2548 are cons pairs (function . help-echo) or nil.
2549 (proced-refine): Use them.
2550 (proced-format-alist): Allow alternatives.
2551 (proced-descend): New variable.
2552 (proced-sort): New arg descend.
2553 (proced-sort-interactive): Repeated calls toggle sort order.
2554 (proced-format): Accomodate changes of proced-format-alist.
2555 Undefined attributes are displayed as "?".
2556 (proced-process-attributes): New optional arg pid-list.
2557 Ignore processes with empty attribute list.
2558
2559 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2560
2561 * proced.el (proced-auto-update-interval): Rename from
2562 proced-timer-interval.
2563 (proced-auto-update-flag): Rename from proced-timer-flag.
2564 (proced-auto-update-timer): Rename from proced-timer.
2565 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2566 (proced-available): Initialize appropriately.
2567
2568 2008-12-13 Glenn Morris <rgm@gnu.org>
2569
2570 * subr.el (declare-function): Doc fix.
2571
2572 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2573 refer to elisp manual.
2574
2575 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2576
2577 * window.el (fit-window-to-buffer): Return non-nil when height
2578 was orderly adjusted, nil otherwise.
2579
2580 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2581 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * server.el (server-sentinel): Uncomment code to delete connection file.
2584 (server-start): Save the connection file in the server property list.
2585 Delete it only when we are reasonably convinced that it is not owned by
2586 a running server.
2587 (server-force-delete): New command to force-delete the connection file,
2588 and stop the server if it is running.
2589 (server-running-p): Return t also for local TCP servers when we find a
2590 process with a matching PID, and :other for undecided cases.
2591
2592 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2593
2594 * window.el (fit-window-to-buffer): Use with-selected-window and
2595 condition-case. Do not delete more windows than necessary in
2596 the shrinking (delta < 0) case. Do not raise an error when the
2597 containing frame is too small to show all of buffer. (Bug#1488)
2598
2599 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2600 min-height arg 1 to make sure that small buffers are shown.
2601
2602 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2605 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2606 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2607 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2608 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2609 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2610 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2611 (ruby-backward-sexp, ruby-add-log-current-method)
2612 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2613 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2614 (ruby-deep-indent-paren): Doc fix.
2615 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2616 (ruby-here-doc-find-end): Reflow docstring.
2617
2618 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2619
2620 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2621 dired-shrink-to-fit is non-nil. (Bug#1488)
2622
2623 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2626 decoding of long locale info is now done in `w32-get-locale-info'.
2627
2628 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2631
2632 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2635
2636 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2637 terminal variable assignment.
2638
2639 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2640 Nobuyoshi Nakada <nobu@ruby-lang.org>
2641
2642 * progmodes/ruby-mode.el: New file.
2643
2644 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * net/tramp.el (top): Don't fail if there is no current message.
2647 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2648
2649 2008-12-10 Kenichi Handa <handa@m17n.org>
2650
2651 * international/fontset.el (setup-default-fontset): Add an entry
2652 for characters in the Unicode SIP area.
2653
2654 2008-12-10 Glenn Morris <rgm@gnu.org>
2655
2656 * vc-mcvs.el: Move to obsolete/, with warning comment.
2657 * Makefile.in (ELCFILES): Update.
2658
2659 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2660
2661 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2662 buffer unmodified. (Bug#1509)
2663 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2664 modification time if visiting a file and the content is
2665 successfully decrypted.
2666
2667 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2670 check whether the buffer is still alive.
2671
2672 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2673
2674 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2675
2676 2008-12-09 Glenn Morris <rgm@gnu.org>
2677
2678 * Makefile.in (ELCFILES): Update.
2679
2680 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
2683 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2684
2685 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * term/xterm.el (terminal-init-xterm): Discard pending input
2688 before reading a reply to the terminal attributes query.
2689
2690 2008-12-05 Andreas Schwab <schwab@suse.de>
2691
2692 * dired.el (dired-font-lock-keywords): Fix last change.
2693
2694 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2695
2696 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
2697 into (defcustom ... "..." :type ... :group...).
2698
2699 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
2700
2701 * international/mule-diag.el (mule-diag): Display the window
2702 system version in a less laconic way.
2703
2704 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
2707 if the sorting functions are not loaded. (Bug#1432)
2708
2709 2008-12-04 Sam Steingold <sds@gnu.org>
2710
2711 * progmodes/compile.el (compilation-read-command): Extract from
2712 compile.
2713 (compile): Use it.
2714 (recompile): Accept an optional argument to enable editing the
2715 command line.
2716
2717 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
2718
2719 * net/tramp.el (top): Write a message, when loading Tramp.
2720
2721 * net/tramp-cache.el (tramp-dump-connection-properties):
2722 Polish the check, whether to dump the data.
2723
2724 2008-12-04 Lute Kamstra <lute@gnu.org>
2725
2726 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
2727 check if the file "CVS/Entries" exists.
2728
2729 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * international/mule-diag.el (list-character-sets): Doc fix.
2732 (list-character-sets-2): Fix info in header. Simplify.
2733 (print-coding-system): Simplify.
2734 (list-input-methods-1): Simplify.
2735 (mule-diag): Display current font/fontset for all window systems,
2736 not just X. Simplify.
2737
2738 2008-12-04 Glenn Morris <rgm@gnu.org>
2739
2740 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
2741 (vc-cvs-register): Doc fix.
2742 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
2743 (vc-mcvs-register): Doc fix.
2744 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
2745 (vc-rcs-register): Doc fix.
2746 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
2747 (vc-sccs-register): Doc fix.
2748 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
2749 (vc-svn-register): Doc fix.
2750
2751 * files.el (toggle-read-only): Doc fix.
2752
2753 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
2756 be used in compact layout and vice-versa.
2757
2758 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
2761 like most list-* commands.
2762
2763 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
2764 They already exist in descr-text.el as `describe-char-unicodedata-file'
2765 and `describe-char-unicode-data'.
2766 (print-list): Simplify.
2767 (read-charset): Reflow docstring.
2768 (list-coding-systems): Doc fix.
2769
2770 2008-12-03 Glenn Morris <rgm@gnu.org>
2771
2772 * vc.el (vc-diff-switches): Doc fix.
2773 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
2774 (vc-bzr-log-switches): Doc fix.
2775 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
2776 * vc-git.el (vc-git-diff-switches): Doc fix.
2777 * vc-hg.el (vc-hg-diff-switches): Doc fix.
2778 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
2779 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
2780 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
2781 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
2782
2783 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
2784 other backends.
2785 (vc-arch-diff): Apply switches.
2786
2787 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
2788 than appending.
2789
2790 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
2791
2792 2008-12-03 Daiki Ueno <ueno@unixuser.org>
2793
2794 * epa.el (epa--show-key): Use past tense of "expire" if the key
2795 has already been expired. Thanks to Peter BARABAS.
2796
2797 2008-12-03 Lute Kamstra <lute@gnu.org>
2798
2799 * align.el:
2800 * allout.el:
2801 * apropos.el:
2802 * arc-mode.el:
2803 * autoinsert.el:
2804 * avoid.el:
2805 * battery.el:
2806 * bookmark.el:
2807 * buff-menu.el:
2808 * calculator.el:
2809 * chistory.el:
2810 * cmuscheme.el:
2811 * comint.el:
2812 * compare-w.el:
2813 * dabbrev.el:
2814 * delim-col.el:
2815 * desktop.el:
2816 * diff-mode.el:
2817 * diff.el:
2818 * dired-aux.el:
2819 * dired-x.el:
2820 * dired.el:
2821 * dos-vars.el:
2822 * ediff-diff.el:
2823 * ediff-help.el:
2824 * ediff-init.el:
2825 * ediff-merg.el:
2826 * ediff-mult.el:
2827 * ediff-ptch.el:
2828 * ediff-vers.el:
2829 * ediff-wind.el:
2830 * ediff.el:
2831 * emerge.el:
2832 * facemenu.el:
2833 * faces.el:
2834 * ffap.el:
2835 * filecache.el:
2836 * find-dired.el:
2837 * font-core.el:
2838 * font-lock.el:
2839 * forms.el:
2840 * fringe.el:
2841 * help-at-pt.el:
2842 * hippie-exp.el:
2843 * ido.el:
2844 * image-file.el:
2845 * imenu.el:
2846 * indent.el:
2847 * info.el:
2848 * isearchb.el:
2849 * iswitchb.el:
2850 * jit-lock.el:
2851 * jka-compr.el:
2852 * log-edit.el:
2853 * lpr.el:
2854 * ls-lisp.el:
2855 * man.el:
2856 * menu-bar.el:
2857 * midnight.el:
2858 * mouse-sel.el:
2859 * mouse.el:
2860 * msb.el:
2861 * outline.el:
2862 * paren.el:
2863 * pcmpl-cvs.el:
2864 * pcmpl-gnu.el:
2865 * pcomplete.el:
2866 * pcvs-info.el:
2867 * pcvs-parse.el:
2868 * printing.el:
2869 * ps-mule.el:
2870 * ps-print.el:
2871 * replace.el:
2872 * ruler-mode.el:
2873 * saveplace.el:
2874 * sb-image.el:
2875 * scroll-bar.el:
2876 * sha1.el:
2877 * shadowfile.el:
2878 * shell.el:
2879 * sort.el:
2880 * speedbar.el:
2881 * strokes.el:
2882 * tempo.el:
2883 * term.el:
2884 * terminal.el:
2885 * time-stamp.el:
2886 * time.el:
2887 * tree-widget.el:
2888 * type-break.el:
2889 * vc-cvs.el:
2890 * vc-hg.el:
2891 * vc-mcvs.el:
2892 * vc-rcs.el:
2893 * vc-sccs.el:
2894 * vc.el:
2895 * view.el:
2896 * w32-vars.el:
2897 * whitespace.el:
2898 * wid-edit.el: Remove leading * from docstrings of defcustoms,
2899 deffaces, defconsts and defuns.
2900
2901 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
2904 the prompt was added to the minibuffer.
2905
2906 2008-12-02 Glenn Morris <rgm@gnu.org>
2907
2908 * format.el (format-write-file): Rewrite doc yet again.
2909
2910 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
2911 Doc fix. (Bug#1368)
2912
2913 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
2914
2915 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
2916
2917 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
2918 case where point is at the beginning of the buffer. (Bug#1239)
2919
2920 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
2921
2922 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
2923 already have the correct indentation. (Bug#859)
2924
2925 2008-12-02 Kenichi Handa <handa@m17n.org>
2926
2927 * international/uni-decomposition.el: Re-generated.
2928
2929 2008-12-01 Andreas Schwab <schwab@suse.de>
2930
2931 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
2932 ending in a colon as directory header.
2933
2934 2008-12-01 Kenichi Handa <handa@m17n.org>
2935
2936 * international/uni-numeric.el: Re-generated.
2937
2938 * international/charprop.el: Re-generated.
2939
2940 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * international/mule-cmds.el (locale-preferred-coding-systems):
2943 Fix alist item.
2944
2945 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
2946
2947 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
2948 (tramp-set-connection-property, tramp-flush-connection-property)
2949 (tramp-dump-connection-properties): Use it.
2950
2951 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * wdired.el (wdired-finish-edit): If displaying a single file,
2954 change dired-directory if that file was renamed.
2955
2956 * emacs-lisp/byte-run.el (macro-declaration-function):
2957 Disallow declare specs with lengths of 3 or more.
2958
2959 * dirtrack.el (dirtrack): Fix error message.
2960
2961 2008-11-30 Glenn Morris <rgm@gnu.org>
2962
2963 * vc-svn.el (vc-svn-diff-switches): Doc fix.
2964 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
2965
2966 * vc-git.el (vc-git-diff):
2967 * vc-hg.el (vc-hg-diff):
2968 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
2969
2970 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
2971 (eshell-needs-pipe-p): New function.
2972 (eshell-gather-process-output): Set process-connection-type according to
2973 eshell-needs-pipe-p. (Bug#1388)
2974
2975 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
2976
2977 * calendar/diary-lib.el (diary-cyclic): Doc fix.
2978 (diary-remind-message, diary-number-of-entries)
2979 (diary-include-other-diary-files, diary-mark-included-diary-files)
2980 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
2981 (diary-font-lock-keywords-1): Reflow docstrings.
2982 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
2983 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
2984
2985 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
2986 (timer-duration): Use `string-match-p'.
2987
2988 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
2989
2990 * complete.el (PC-do-complete-and-exit):
2991 Use minibuffer-confirm-exit-commands.
2992
2993 * minibuffer.el (minibuffer-confirm-exit-commands):
2994 Add PC-complete and PC-complete-word to the list.
2995
2996 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * files.el (break-hardlink-on-save): Fix typo in docstring.
2999 Add :version tag.
3000
3001 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3002 (reb-mode): Define with `define-derived-mode'.
3003
3004 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3005
3006 * files.el (break-hardlink-on-save): New variable.
3007 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3008 (file-precious-flag): Mention it in doc string.
3009
3010 2008-11-29 Miles Bader <miles@gnu.org>
3011
3012 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3013 (minibuffer-complete-and-exit): Use it.
3014
3015 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * term/x-win.el (x-gtk-stock-cache): New hash table.
3018 (x-gtk-map-stock): Perform caching to prevent excess consing
3019 during redisplay.
3020
3021 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * minibuffer.el (completion--try-word-completion): Don't ignore
3024 partial-completion if it's the only style.
3025
3026 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3029 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3030 (reb-initialize-buffer): Update matches, in case we're reentering
3031 RE Builder mode.
3032
3033 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3036 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3037 values for minibuffer-completion-confirm.
3038
3039 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3040
3041 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3042 any but the first "*" in a doc-string.
3043
3044 2008-11-28 Glenn Morris <rgm@gnu.org>
3045
3046 * format.el (format-write-file): Improve previous doc fix.
3047
3048 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * simple.el (use-empty-active-region, use-region-p)
3051 (region-active-p): Doc fix.
3052
3053 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3054
3055 * window.el (display-buffer): Fix handling of not-this-window
3056 argument. (Bug#1415)
3057
3058 2008-11-27 Kenichi Handa <handa@m17n.org>
3059
3060 * international/characters.el: Set category 'C' to characters
3061 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3062
3063 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3064
3065 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3068 (tool-bar-find-image): Function deleted.
3069 (tool-bar-local-item, tool-bar-local-item-from-menu):
3070 Use find-image instead of tool-bar-find-image.
3071 (tool-bar-keymap-cache): New hash table.
3072 (tool-bar-make-keymap): Use it.
3073 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3074
3075 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/dbus.el (dbus-handle-event): The result of a message call
3078 handler can also be an object, which is not a consp.
3079
3080 2008-11-25 Alan Mackenzie <acm@muc.de>
3081
3082 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3083 (forward-list, backward-list, down-list, backward-up-list)
3084 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3085 (insert-pair, insert-parentheses): State that the command assumes
3086 that point is not in a string or comment.
3087
3088 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * net/dbus.el (dbus-string-to-byte-array)
3091 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3092 (dbus-unescape-from-identifier): New defuns.
3093 (dbus-handle-event): The result of a message call is a list of
3094 arguments, which must be expanded when passing to
3095 `dbus-method-return-internal'.
3096
3097 * net/tramp.el (tramp-handle-write-region): Improve the check for
3098 calling direct copy.
3099 (tramp-find-inline-encoding): Don't raise an error but a warning,
3100 when no inline encoding is found.
3101 (tramp-get-remote-coding): Check for a symbol. The negative check
3102 for a string fails, when there is an empty string.
3103
3104 2008-11-26 Glenn Morris <rgm@gnu.org>
3105
3106 * vc-git.el (vc-git-diff-switches): New option.
3107 (vc-git-diff): Apply diff switches. (Bug#1386)
3108 Give it a basic doc string.
3109
3110 * term/pc-win.el (x-font-family-list): Replace redefinition with
3111 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3112
3113 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3114
3115 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3116 of the polynomial rather than the whole polynomial.
3117
3118 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3121 mailrc, recognize string quoting. When reading from Lisp, accept
3122 rfc822-like addresses.
3123
3124 * mail/mailalias.el (define-mail-alias): Sync code with
3125 define-mail-abbrev.
3126
3127 2008-11-25 Glenn Morris <rgm@gnu.org>
3128
3129 * eshell/esh-proc.el (eshell-gather-process-output):
3130 Revert previous change. (re-opens Bug#1388)
3131
3132 * select.el (x-set-cut-buffer): Fix signal arguments.
3133
3134 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3135
3136 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3139 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3140 (bubbles--empty-char): Use "\s".
3141
3142 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3143
3144 * calc/calc.el (calc-settings-file, calc-language-alist)
3145 (calc-embedded-announce-formula)
3146 (calc-embedded-announce-formula-alist)
3147 (calc-embedded-open-formula, calc-embedded-close-formula)
3148 (calc-embedded-open-close-formula-alist)
3149 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3150 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3151 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3152 (calc-embedded-open-close-new-formula-alist)
3153 (calc-embedded-open-mode, calc-embedded-close-mode)
3154 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3155 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3156 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3157 from docstrings.
3158
3159 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * calculator.el (calculator-op-or-exp): Reflow docstring.
3162 (calculator-remove-zeros, calculator-repR, calculator-repL):
3163 Fix typos in docstrings.
3164
3165 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3168 windows instead of calling switch-to-buffer.
3169
3170 * diff.el (diff-sentinel): Take note of diff error return value.
3171
3172 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3173
3174 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3175 frame can't be split.
3176
3177 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3178
3179 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3180 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3181 (newsticker--treeview-tree-update-tag): Remove dead code.
3182 (newsticker-treeview-update): Don't update cache.
3183 (newsticker-treeview-quit): Don't save cache.
3184 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3185 (newsticker-treeview-save): Use `newsticker-dir'.
3186 (newsticker--treeview-load): Use `newsticker-dir'.
3187 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3188 Update tags.
3189 (newsticker-treeview-tree-do-click): Slightly simplified.
3190
3191 * net/newst-backend.el (newsticker-dir): New.
3192 (newsticker-start): Use `newsticker--cache-read'.
3193 (newsticker-stop): Use `newsticker--cache-save'.
3194 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3195 (newsticker--images-dir): New.
3196 (newsticker--image-get, newsticker--image-sentinel):
3197 Use `newsticker--images-dir'.
3198 (newsticker--cache-save-version1): Backup version of
3199 `newsticker--cache-save'.
3200 (newsticker--cache-update): Create newsticker-dir if necessary.
3201 (newsticker--cache-dir): New.
3202 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3203 (newsticker--cache-save-feed): New.
3204 (newsticker--cache-read-version1): New. Backuped version for reading
3205 cache data..
3206 (newsticker--cache-read, newsticker--cache-do-read): New.
3207
3208 * net/newst-reader.el (newsticker--image-read):
3209 Use `newsticker--images-dir'.
3210
3211 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * files.el (confirm-nonexistent-file-or-buffer):
3214 Allow `after-completion' value to request confirm only after TAB.
3215 (confirm-nonexistent-file-or-buffer): New function.
3216 (read-buffer-to-switch, find-file, find-file-other-window)
3217 (find-file-other-frame, find-file-read-only)
3218 (find-file-read-only-other-window)
3219 (find-file-read-only-other-frame): Use it.
3220 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3221 Thanks to Alan Mackenzie for suggesting the new behavior.
3222
3223 * minibuffer.el (minibuffer-complete-and-exit):
3224 Change `confirm-only' value of minibuffer-completion-confirm to
3225 `confirm', and handle a `confirm-after-completion' value.
3226
3227 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3230
3231 2008-11-24 Andreas Schwab <schwab@suse.de>
3232
3233 * image.el (image-type-header-regexps): Recognize more xbm format
3234 variants.
3235
3236 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3239 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3240 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3241 (artist-replace-string, artist-draw-rect, artist-draw-line)
3242 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3243 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3244 (artist-pen, artist-pen-line, artist-text-insert-common)
3245 (artist-text-overwrite, artist-spray-get-interval)
3246 (artist-spray-clear-circle, artist-erase-char)
3247 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3248 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3249 (artist-key-draw-1point, artist-key-draw-2points)
3250 (artist-mouse-draw-continously): Fix typos in docstrings.
3251 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3252 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3253 (artist-backward-char, artist-forward-char): Doc fixes.
3254 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3255 Reflow docstrings.
3256
3257 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * international/quail.el (quail-vunion): New function.
3260 (quail-defrule-internal): Use it to prevent accumulating redundant
3261 alternatives when `append' is set.
3262 (quail-insert-decode-map): Simplify computation of the max-key-width.
3263 Compute it right for multiple-list.
3264
3265 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3266
3267 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3268 explicitly. Doc fix.
3269
3270 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3271
3272 * calendar/appt.el (appt-disp-window): Move minibuffer check
3273 after binding this-window and do not set-buffer to make sure we
3274 won't deselect the minibuffer. (Bug#1413)
3275
3276 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3277
3278 * vc-hg.el (vc-hg-program): Remove.
3279 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3280 Undo previous change.
3281
3282 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3283
3284 * info-look.el (info-lookup): When Info buffer is visible on
3285 another frame, raise that frame.
3286
3287 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * allout.el (allout-mode): Fix typo in docstring.
3290
3291 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3292 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3293
3294 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * vc-hooks.el (vc-follow-link): Complete last change.
3297
3298 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * textmodes/remember.el (remember-region): Doc fix.
3301 (remember-filter-functions, remember-handler-functions)
3302 (remember-save-after-remembering, remember-mailbox)
3303 (remember-default-priority, remember-data-file, remember-leader-text)
3304 (remember-diary-file): Remove * from defcustom docstrings.
3305 (remember-run-all-annotation-functions-flag)
3306 (remember-all-handler-functions): Reflow docstrings.
3307 (remember-store-in-mailbox): Fix typo in docstring.
3308 (remember-mode): Define with `define-derived-mode'. Doc fix.
3309
3310 2008-11-23 Glenn Morris <rgm@gnu.org>
3311
3312 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3313 (eshell-do-pipelines): Add optional argument to distinguish recursive
3314 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3315 in a pipeline.
3316
3317 * eshell/esh-proc.el (eshell-gather-process-output):
3318 Set process-connection-type nil for all but the first element of a
3319 pipeline. (Bug#1388)
3320
3321 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3322
3323 * ediff-hook.el: Add tooltips to Emacs menus.
3324
3325 * ediff.el: Change date of last update.
3326
3327 2008-11-22 Juri Linkov <juri@jurta.org>
3328
3329 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3330 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3331 Doc fix.
3332 (dired-isearch-filenames-setup): Run filename Isearch only when
3333 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3334 and the text property `dired-filename' at point is non-nil.
3335 In this case also set isearch-message-prefix-add to "filename ".
3336 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3337 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3338 Don't let-bind isearch-message-prefix-add since this is done now
3339 in dired-isearch-filenames-setup.
3340
3341 * isearch.el (isearch-mode): Change the order of calling
3342 `isearch-update' and running the `isearch-mode-hook' to call
3343 `isearch-update' with Isearch parameters set in this hook.
3344
3345 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3346 Fix docstring - change "during `compile'" to "during compilation".
3347
3348 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3349 be immediately after `name'.
3350
3351 * startup.el (initial-buffer-choice): Change an abstract file name
3352 "file.txt" to more reasonable default file name value "~/.emacs".
3353
3354 2008-11-22 Juri Linkov <juri@jurta.org>
3355
3356 * files.el (hack-local-variables-confirm): Rename arg `project' to
3357 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3358 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3359 (hack-local-variables): Rename call of `hack-project-variables' to
3360 `hack-dir-local-variables'. Change error text to "Directory-local
3361 variables error".
3362 (dir-locals-class-alist): Rename from `project-class-alist'.
3363 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3364 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3365 (dir-locals-collect-mode-variables): Rename from
3366 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3367 `mode-variables', and arg `settings' to `variables'.
3368 (dir-locals-collect-variables): Rename from
3369 `project-collect-binding-list'. Rename arg `binding-list' to
3370 `class-variables', and arg `settings' to `variables'.
3371 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3372 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3373 Rename arg `settings' to `variables'.
3374 (dir-locals-file): New defconst.
3375 (dir-locals-find-file): Rename from `project-find-settings-file'.
3376 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3377 and `pda' to `dir-elt'.
3378 (dir-locals-read-from-file): Rename from
3379 `project-define-from-project-file'. Rename arg `settings-file'
3380 to `file'. Rename let-bound `list' to `variables'.
3381 (hack-dir-local-variables): Rename from `hack-project-variables'.
3382 Rename let-bound `settings' to `variables-file', `root-dir'
3383 to `dir-name', and `bindings' to `variables'.
3384
3385 2008-11-22 Lute Kamstra <lute@gnu.org>
3386
3387 * simple.el (goto-line): Rename argument.
3388
3389 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3390
3391 * makefile.w32-in (compile-first): New target.
3392 (recompile): Depend on compile-first.
3393
3394 * Makefile.in (recompile): Depend on compile-first.
3395
3396 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3397
3398 * files.el (switch-to-buffer-other-window)
3399 (switch-to-buffer-other-frame): Rename buffer argument to
3400 buffer-or-name. Reword and mention new option
3401 confirm-nonexistent-file-or-buffer in doc-string.
3402
3403 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3404
3405 * emulation/viper.el: Date change.
3406
3407 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3408 viper-translate-all-ESC-keysequences is now a function.
3409
3410 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3411 Make this variable.
3412
3413 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3416 Use buffer-file-truename to handle symlinks in any part of the filename.
3417
3418 2008-11-22 Glenn Morris <rgm@gnu.org>
3419
3420 * vc-mtn.el (vc-mtn-diff-switches): New option.
3421 (vc-mtn-program): Rename from vc-mtn-command, for
3422 consistency with other backends. Keep old name as alias.
3423 Update callers. Make it a defcustom.
3424 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3425
3426 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3427 consistency with other backends. Keep old name as alias.
3428 Make it a defcustom.
3429 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3430
3431 * vc-hg.el (vc-hg-program): New option.
3432 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3433 Use vc-hg-program rather than hard-coded "hg".
3434
3435 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3436 (vc-svn-program): Move defcustom to start.
3437 (vc-svn-create-repo, vc-svn-modify-change-comment):
3438 Use vc-svn-program rather than hard-coded "svn".
3439
3440 * menu-bar.el: Stylistic consistency fixes for various menu and
3441 help texts.
3442
3443 * kmacro.el (kmacro-insert-counter): Doc fix.
3444
3445 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3446
3447 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3448
3449 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * international/quail.el (quail-indent-to): New function.
3452 (quail-completion-1, quail-completion-list-translations)
3453 (quail-insert-decode-map): Use it to improve alignment.
3454 (quail-build-decode-map): Don't ignore latin-1 chars.
3455 (quail-help): Increase the max decode-map size so that even the TeX map
3456 gets printed.
3457
3458 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3459 Signal error for invalid bookmark.
3460 (bookmark-get-bookmark-record): Undo last change.
3461 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3462
3463 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3464 Suggested by Toru TSUNEYOSHI.
3465
3466 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3467
3468 * byte-opt.el (byte-compile-butlast): Move up in file.
3469 (byte-optimize-plus): Don't call
3470 byte-optimize-delay-constants-math (bug#1334).
3471 Use byte-optimize-predicate to optimize constants.
3472 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3473 Remove zero arguments first
3474 if possible. Call byte-optimize-predicate to optimize constants.
3475 (byte-optimize-multiply): Remove optimizations for arguments of 0
3476 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3477 Call byte-optimize-predicate.
3478 (byte-optimize-divide): Leave runtime errors unchanged.
3479 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3480 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3481
3482 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3485 declaration and remove redundant info from docstring.
3486
3487 * isearch.el (isearch-search-string): Doc fix.
3488 (search-exit-option, search-slow-window-lines, search-slow-speed)
3489 (search-upper-case, search-nonincremental-instead)
3490 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3491 (search-ring-update, search-highlight, isearch-lazy-highlight)
3492 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3493 (lazy-highlight-interval): Remove * from defcustom docstrings.
3494 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3495 Remove * from defcustom docstrings; fix typos.
3496 (isearch-push-state-function, isearch-help-for-help-internal)
3497 (isearch-help-for-help, isearch-describe-bindings)
3498 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3499 (isearch-pop-fun-state, isearch-search-fun-function)
3500 (isearch-lazy-highlight-search): Fix typos in docstrings.
3501 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3502 (isearch-forward): Fix typo and reflow docstring.
3503 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3504 (isearch-mode-map): Don't use `let*'.
3505
3506 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3507
3508 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3509
3510 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * isearch.el (isearch-search-string): Simplify and convert docstring.
3513
3514 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3515
3516 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3519 (lookup-nested-alist): Doc fix.
3520 (with-coding-priority): Reflow docstring.
3521 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3522 (char-displayable-p): Reflow docstring. Use `when'.
3523
3524 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3525
3526 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3527 week forward/backward.
3528
3529 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3532 (with-electric-help): Fix typo and reflow docstring.
3533
3534 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3537 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3538 (list-buffers-noselect): Don't need to pad.
3539
3540 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3541
3542 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3543 Pay attention to char widths when computing string sizes.
3544
3545 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3548 (byte-compile-output-docform): Reflow docstrings.
3549 (no-byte-compile): Fix typo in docstring.
3550 (byte-recompile-directory, compile-defun): Doc fixes.
3551 (emacs-lisp-file-regexp, byte-compile-verbose)
3552 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3553 (byte-compile-dynamic-docstrings, byte-optimize-log)
3554 (byte-compile-error-on-warn, byte-compile-warnings)
3555 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3556 Remove * from defcustom docstrings.
3557
3558 2008-11-20 Glenn Morris <rgm@gnu.org>
3559
3560 * format.el (format-alist, format-write-file): Doc fix.
3561
3562 * proced.el (proced-available): New variable.
3563 (proced-process-attributes): Move availability check from previous
3564 change from here...
3565 (proced): ... to here.
3566
3567 * vc-hg.el (vc-hg-diff-switches): New option.
3568 (vc-hg-diff): Apply diff switches. (Bug#1017)
3569
3570 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3571
3572 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3573
3574 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3575
3576 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3577
3578 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * calc/calc-units.el (math-units-table): Doc fix.
3581 (math-standard-units): Fix typo in constant's description.
3582 (math-additional-units): Fix typo in docstring.
3583
3584 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3585
3586 * calc/calc-units.el (math-standard-units): Add eps0,
3587 permittivity of vacuum.
3588
3589 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 * files.el (project-settings-file): Remove.
3592 (project-find-settings-file): Undo previous change that added the
3593 use of project-settings-file.
3594
3595 2008-11-19 Glenn Morris <rgm@gnu.org>
3596
3597 * proced.el (proced, proced-format-time): Doc fixes.
3598 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3599
3600 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3601
3602 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3603 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3604
3605 2008-11-19 Lute Kamstra <lute@gnu.org>
3606
3607 * autoinsert.el (auto-insert-alist): Don't use match data.
3608
3609 2008-11-19 Glenn Morris <rgm@gnu.org>
3610
3611 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3612
3613 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3614
3615 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3616 * term/w32-win.el (x-select-font): Declare.
3617
3618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3619 Use the imperative for all help strings.
3620
3621 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3624 case where the default dictionary is French, Spanish, younameit.
3625
3626 * window.el (window--frame-usable-p): Consider dedicated windows
3627 as usable.
3628
3629 * files.el (confirm-nonexistent-file-or-buffer):
3630 Rename from find-file-confirm-nonexistent-file.
3631 (read-buffer-to-switch): Use it.
3632
3633 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * server.el (server-temp-file-p): Use `string-match-p'.
3636 (server-socket-dir): Set to nil if local sockets are unsupported.
3637 (server-start): Don't try to delete local socket if unsupported.
3638 (server-kill-new-buffers): Reflow docstring.
3639 (server-delete-client, server-handle-delete-frame)
3640 (server-save-buffers-kill-terminal): Doc fixes.
3641 (server-send-string): Fix typo in docstring.
3642
3643 2008-11-18 Sam Steingold <sds@gnu.org>
3644
3645 * progmodes/compile.el (compilation-start-hook): New hook.
3646 (compilation-start): Run it on the compilation process.
3647
3648 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3649
3650 * international/mule-cmds.el (update-leim-list-file): Simplify.
3651 (prefer-coding-system, find-coding-systems-for-charsets):
3652 Fix docstring typos.
3653 (select-safe-coding-system, input-method-exit-on-first-char)
3654 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3655 (toggle-input-method, read-multilingual-string): Doc fixes.
3656 Reflow docstrings.
3657 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3658 (read-char-by-name): Use `string-match-p'.
3659 (get-char-code-property, put-char-code-property)
3660 (char-code-property-description): Be silent while loading uni-* files.
3661 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3662 the Unicode character names is *slow*.
3663
3664 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3667
3668 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3669
3670 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3671
3672 * international/mule-cmds.el (ucs-completions): Mark as risky.
3673
3674 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3675
3676 * help-macro.el (three-step-help): Remove * from defcustom.
3677 (make-help-screen): Don't iconify selected frame. (Bug#1322)
3678 Use when instead of if and cond within condition-case.
3679
3680 * window.el (quit-window): Bind window to selected window when
3681 trying to delete it.
3682
3683 2008-11-17 Glenn Morris <rgm@gnu.org>
3684
3685 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
3686 definition of 'ignore, rather than nil. (Bug#1353)
3687
3688 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * window.el (window--frame-usable-p): Allow use for soft-dedication.
3691
3692 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3693
3694 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
3695
3696 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
3697 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
3698 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
3699 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
3700 (shell-command, repeat-complex-command): Reflow docstrings.
3701 (pop-to-mark-command): Fix typos in docstring.
3702
3703 2008-11-17 Juri Linkov <juri@jurta.org>
3704
3705 * isearch.el (isearch-filter-predicate): Rename from
3706 `isearch-success-function'. Rename default value from
3707 `isearch-success-function-default' to
3708 `isearch-filter-invisible'. Doc fix.
3709 (isearch-filter-invisible): Rename from
3710 `isearch-success-function-default'. Doc fix.
3711 (isearch-search, isearch-lazy-highlight-search):
3712 Rename `isearch-success-function' to `isearch-filter-predicate'.
3713
3714 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
3715 `dired-isearch-orig-success-function'.
3716 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
3717 (dired-isearch-filenames-end): Rename `isearch-success-function' to
3718 `isearch-filter-predicate'. Doc fix.
3719 (dired-isearch-filter-filenames): Rename from
3720 `dired-isearch-success-function'.
3721
3722 * info.el (Info-search, Info-mode):
3723 Rename `isearch-success-function' to `isearch-filter-predicate'.
3724 (Info-isearch-filter-predicate): Rename from
3725 `Info-search-success-function'.
3726
3727 * simple.el (minibuffer-default-add-function): Fix docstring to
3728 use clear text "default values" instead of obscure references to
3729 the dynamic variable `minibuffer-default'.
3730
3731 2008-11-16 Glenn Morris <rgm@gnu.org>
3732
3733 * term/ns-win.el (ns-extended-platform-support-mode):
3734 Tweak menu entry from previous change.
3735
3736 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
3737
3738 * cus-edit.el (custom-buffer-create-internal): Always insert the
3739 in-buffer buttons, regardless of tool-bar. (Bug#1326)
3740
3741 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
3744
3745 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * ielm.el (ielm-eval-input): Fix thinko in last change.
3748
3749 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * subr.el (read-passwd): Yank current kill if the user enters C-y.
3752
3753 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
3754
3755 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
3756 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
3757
3758 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
3759 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3760 Handle `file-name-as-directory'.
3761
3762 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
3765 usual variable-pitch face.
3766
3767 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
3770 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
3771 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
3772 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
3773 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
3774 (ange-ftp-quote-string, ange-ftp-process-handle-line)
3775 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
3776 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
3777 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
3778 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
3779 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
3780 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
3781 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
3782 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
3783 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
3784 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
3785 (ange-ftp-default-user, ange-ftp-default-password)
3786 (ange-ftp-default-account, ange-ftp-netrc-default-password)
3787 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
3788 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
3789 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
3790 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
3791 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
3792 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
3793 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
3794 (ange-ftp-make-backup-files, ange-ftp-retry-time)
3795 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
3796 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
3797 (ange-ftp-gateway-tmp-name-template)
3798 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
3799 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
3800 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
3801 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
3802 (ange-ftp-gateway-program): Remove * from docstring and reflow.
3803 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
3804 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
3805 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
3806 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
3807 (ange-ftp-rename-local-to-remote): Doc fixes.
3808 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
3809 Use `when', `unless'.
3810 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
3811 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
3812 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
3813 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
3814 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
3815 (ange-ftp-process-sentinel): Use `when'. Fix typo.
3816 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
3817 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
3818 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
3819 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
3820 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
3821 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
3822 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
3823 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
3824 `(save-match-data (string-match ...))'.
3825 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
3826 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
3827 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
3828 Doc fixes.
3829
3830 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
3831
3832 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
3833 function instead of a variable.
3834
3835 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
3836 viper-ESC-keyseq-timeout as a function.
3837 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
3838 defsubst.
3839
3840 * emulation/viper-cmd.el: Let line-move-visual to nil when using
3841 next-line or previous-line.
3842 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
3843
3844 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
3845
3846 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
3847 live.
3848 (ediff-save-buffer): Let window-min-height to 2.
3849
3850 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
3851 the minibuffer.
3852
3853 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
3854
3855 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
3856 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
3857 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
3858 (ielm-map): Define within defvar. Add docstring.
3859 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
3860 (ielm-complete-filename): Use `when', `unless'.
3861 (ielm-is-whitespace-or-comment): Use `string-match-p'.
3862 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
3863 (ielm-change-working-buffer): Check that the buffer is live.
3864 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
3865 Simplify. Reflow docstring.
3866 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
3867 New aliases, to satisfy `define-derived-mode' expectations.
3868
3869 2008-11-15 Glenn Morris <rgm@gnu.org>
3870 Martin Rudalics <rudalics@gmx.at>
3871
3872 * emacs-lisp/find-func.el (find-function-advised-original): New.
3873 (find-function-C-source, find-function-noselect):
3874 Use find-function-advised-original to handle advised funcs. (Bug#789)
3875
3876 2008-11-15 Glenn Morris <rgm@gnu.org>
3877
3878 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
3879 alias message.
3880
3881 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
3882 Remove uniquify-after-kill-buffer-p dependency.
3883 (uniquify-kill-buffer-function): New function.
3884 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
3885
3886 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
3887 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
3888 main Emacs manual.
3889
3890 2008-11-15 Martin Rudalics <rudalics@gmx.at>
3891
3892 * window.el (quit-window): Restore delete window with second
3893 arg non-nil behavior as of before 2008-10-30 change.
3894
3895 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * help-fns.el (describe-function-1): Do char-range check for
3898 self-insert-command.
3899
3900 2008-11-14 Karl Fogel <kfogel@red-bean.com>
3901
3902 * files.el (file-precious-flag): Document that this flag is advisory.
3903
3904 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3905
3906 * emacs-lisp/bytecomp.el (byte-compile-associative)
3907 (byte-compile-minus, byte-compile-quo): If there are more than two
3908 operands, don't use binary operation code (bug#1334).
3909
3910 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * w32-fns.el (w32-shell-dos-semantics):
3913 * calendar/diary-lib.el (diary-face-attrs):
3914 * international/mule-cmds.el (set-default-coding-systems)
3915 (prefer-coding-system):
3916 * net/tramp.el (tramp-set-completion-function):
3917 * progmodes/vhdl-mode.el (vhdl-file-header):
3918 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
3919
3920 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
3921
3922 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
3923 (kill-matching-buffers, save-buffers-kill-emacs)
3924 (save-buffers-kill-terminal): Fix typos in docstrings.
3925 (switch-to-buffer-other-window): Reflow docstring.
3926 (revert-buffer): Doc fix.
3927 (define-project-bindings): Rename arg LIST to SETTINGS.
3928 (project-find-settings-file): Use `let', not `let*'.
3929 Use `when'.
3930
3931 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * files.el (project-settings-file, locate-dominating-file):
3934 Fix typos in docstrings.
3935 (find-file-visit-truename): Remove * from defcustom docstring.
3936
3937 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
3938
3939 * files.el (project-settings-file): New variable.
3940 (project-find-settings-file): Use it, instead of hardcoding
3941 .dir.settings.el.
3942
3943 2008-11-13 Glenn Morris <rgm@gnu.org>
3944
3945 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
3946
3947 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
3948
3949 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
3950 in mail bodies.
3951
3952 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * international/mule.el (autoload-coding-system, with-category-table)
3955 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
3956 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
3957 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
3958 (set-file-name-coding-system, ctext-pre-write-conversion)
3959 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
3960 Reflow docstrings.
3961 (charset-list, set-coding-priority): Remove redundant obsolescence info.
3962 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
3963 (char-valid-p): Define with `define-obsolete-function-alias'.
3964
3965 * textmodes/artist.el (artist-mode): Fix typos in docstring.
3966
3967 2008-11-12 Sam Steingold <sds@gnu.org>
3968
3969 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
3970 between hostname and path.
3971
3972 2008-11-11 Juri Linkov <juri@jurta.org>
3973
3974 * dired-aux.el (dired-isearch-filenames)
3975 (dired-isearch-filenames-regexp):
3976 Let-bind isearch-message-prefix-add to "filename ".
3977
3978 * isearch.el (isearch-message-prefix-add)
3979 (isearch-message-suffix-add): New variables.
3980 (isearch-message-prefix): Show additional text from
3981 `isearch-message-prefix-add' before "I-search".
3982 (isearch-message-suffix): Show additional text from
3983 `isearch-message-suffix-add' at the end.
3984
3985 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
3986 `isearch-search'. Call isearch-success-function to skip matches
3987 outside the current isearch scope. Let-bind search-invisible to
3988 nil to not match invisible text.
3989
3990 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
3991 Let-bind `isearch-recursive-edit' to nil to prevent calling
3992 `exit-recursive-edit' in `isearch-done' that terminates the
3993 execution of these commands when it is non-nil. Call
3994 `exit-recursive-edit' explicitly at the end.
3995 (isearch-occur): For word search construct the correct regexp
3996 with word boundaries to proceed with occur.
3997
3998 * isearch.el (isearch-search-fun): Compare the length of the
3999 current search string with the length of the string from the
4000 previous search state to detect the situation when the user
4001 adds or removes characters in the search string.
4002 Use word-search-forward-lax and word-search-backward-lax in this
4003 case, and otherwise word-search-forward and word-search-backward.
4004
4005 2008-11-11 Sam Steingold <sds@gnu.org>
4006
4007 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4008 the "Version Control" group (for C-x v g).
4009
4010 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4011
4012 * server.el (server-process-filter): Fix typos and reflow docstring.
4013
4014 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4015
4016 * mail/footnote.el (footnote-mode): Improve doc-string.
4017 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4018
4019 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4022
4023 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4024
4025 * mail/smtpmail.el (smtpmail-open-stream): Use
4026 `starttls-any-program-available'. Auto-load starttls.el for it.
4027
4028 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4031 version (bug@1285).
4032
4033 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4034
4035 * startup.el (command-line): Ignore init-file-user when checking
4036 user's home directory on MS-DOS as well.
4037
4038 2008-11-07 Sam Steingold <sds@gnu.org>
4039
4040 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4041
4042 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * frame.el (make-frame-on-display): Use `string-match-p'.
4045
4046 2008-11-07 Glenn Morris <rgm@gnu.org>
4047
4048 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4049
4050 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4053 to initialize font-lock keyword case sensitivity.
4054 (lisp-mode): Use it.
4055
4056 2008-11-06 Glenn Morris <rgm@gnu.org>
4057
4058 * eshell/esh-maint.el: Remove unused file.
4059
4060 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4061
4062 * cus-edit.el (custom-comment-tag): Doc fix.
4063 (custom-comment, custom-variable-value-create, custom-face):
4064 Use face names sans -face suffix rather than aliases.
4065
4066 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4067
4068 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4069 window width.
4070
4071 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * server.el (server-process-filter): Only default to emacsclient's
4074 terminal in daemon mode.
4075
4076 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4077
4078 * window.el (quit-window): Restore prefix argument behavior
4079 removed in 2008-10-30 change. (Bug#1308)
4080
4081 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4082
4083 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4084 function to kill-buffer-hook, not to kill-buffer.
4085 Reported by Markus Triska <markus.triska@gmx.at>
4086
4087 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4088
4089 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4090 exists before deleting its windows.
4091
4092 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * server.el (server-process-filter): Don't call
4095 server-create-tty-frame when no tty name is specified.
4096
4097 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4098
4099 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4100
4101 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4104 (define-char-code-property):
4105 * textmodes/reftex.el (reftex-index):
4106 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4107
4108 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4111 vc-bzr-status-printer.
4112
4113 * startup.el (startup-echo-area-message): Display a different
4114 message in daemon mode. Suggested by Stephen Turnbull.
4115
4116 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4117 Windows.
4118
4119 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * dframe.el (dframe-mouse-position-function)
4122 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4123 (dframe-mouse-set-point): Fix typos in docstrings.
4124
4125 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4126
4127 * vc-dir.el (vc-dir-headers): Undo previous change.
4128
4129 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4132 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4133
4134 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4135
4136 * subr.el (looking-back): Fix doc-string typo.
4137
4138 * electric.el (Electric-pop-up-window): Call window-end with
4139 UPDATE set to t.
4140
4141 * window.el (save-selected-window): Make it behave like
4142 save-selected-window-norecord.
4143 (save-selected-window-norecord): Remove, since functionality
4144 fully taken over by save-selected-window.
4145 (walk-windows, set-window-text-height, fit-window-to-buffer):
4146 Use save-selected-window instead of save-selected-window-norecord.
4147 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4148 save-selected-window-norecord.
4149 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4150 indent-function for save-selected-window-norecord.
4151
4152 2008-11-03 Alan Mackenzie <acm@muc.de>
4153
4154 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4155
4156 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * subr.el (looking-back): Doc fix.
4159
4160 * term/x-win.el (x-initialize-window-system):
4161 Call x-wm-set-size-hint after initialization.
4162
4163 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4164 to t.
4165
4166 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4167 2000-12-08 (bug#1297).
4168
4169 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4170
4171 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4172
4173 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4174 when appropriate.
4175
4176 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4177
4178 * window.el (save-selected-window-norecord): New macro.
4179 (walk-windows): Use save-selected-window-norecord and call
4180 select-window with NORECORD set. (Bug#1237)
4181 (set-window-text-height, fit-window-to-buffer):
4182 Use save-selected-window-norecord and call select-window with
4183 NORECORD set.
4184 * subr.el (with-selected-window): Call set-frame-selected-window
4185 with new argument NORECORD set. Update doc-string.
4186 (with-selected-frame): Call select-frame with new argument
4187 NORECORD set. Update doc-string.
4188 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4189 Put indent-function for save-selected-window-norecord.
4190 * font-lock.el (lisp-font-lock-keywords-2):
4191 Add save-selected-window-norecord.
4192
4193 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * cus-edit.el (customize-apropos-options, custom-comment)
4196 (custom-comment-tag, custom-face-edit-attribute-tag):
4197 Fix typos in docstrings.
4198 (custom-buffer-done-kill): Remove * from defcustom docstring.
4199 (custom-file): Fix typo in doc of defcustom choice.
4200
4201 * frame.el (display-visual-class): Fix typo in docstring.
4202 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4203 (special-display-frame-alist, show-trailing-whitespace)
4204 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4205 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4206 Remove * from defcustom docstrings.
4207
4208 * md4.el (md4-buffer): Fix typo in docstring.
4209 (md4, md4-64): Doc fixes.
4210 (md4-pack-int32): Reflow docstring.
4211
4212 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4213 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4214
4215 * rect.el (open-rectangle): Reflow docstring.
4216 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4217
4218 * select.el (x-get-cut-buffer): Fix typo in docstring.
4219
4220 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4221 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4222 Fix typos in docstrings.
4223
4224 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4225 Fix typos in docstrings.
4226
4227 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4228
4229 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4230
4231 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4232 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4233 (newsticker--treeview-tree-update)
4234 (newsticker--treeview-tree-update-highlight)
4235 (newsticker-treeview-update)
4236 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4237 (newsticker-treeview-next-new-or-immortal-item)
4238 (newsticker-treeview-prev-new-or-immortal-item)
4239 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4240 (newsticker-treeview-tree-click): Watch for layout changes.
4241 (newsticker--treeview-set-current-node): Cleanup.
4242 (newsticker--treeview-restore-layout): Rename from
4243 newsticker--treeview-restore-buffers.
4244 (newsticker--treeview-mark-item): Update cache file.
4245
4246 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4247
4248 * calendar/icalendar.el (icalendar--uid-count): New.
4249 (icalendar--create-uid): New. Extracted from
4250 `icalendar-export-region' and add uid counter.
4251 (icalendar-export-region): Use `icalendar--create-uid'.
4252
4253 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * tooltip.el (tooltip-frame-parameters): Doc fix.
4256
4257 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4258
4259 * window.el (window-body-height, window-current-scroll-bars)
4260 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4261 (minibuffer-window-active-p, count-windows)
4262 (window-safely-shrinkable-p, window--splittable-p)
4263 (window--try-to-split-window, window--frame-usable-p)
4264 (window--even-window-heights, window--display-buffer-1)
4265 (window--display-buffer-2, set-window-text-height)
4266 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4267 (truncated-partial-width-window-p): Rewrite doc-string.
4268 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4269 (split-window-vertically, split-window-horizontally):
4270 Rename args, rewrite doc-string, and simplify code.
4271 (split-window-save-restore-data): Rename args and use
4272 when instead of if.
4273
4274 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * indent.el (indent-for-tab-command): Use use-region-p.
4277
4278 * vc.el (vc-revert): Limit the length of the query string.
4279
4280 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * simple.el (idle-update-delay, next-error-highlight)
4283 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4284 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4285 (kill-read-only-ok, backward-delete-char-untabify-method)
4286 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4287 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4288 (goal-column, line-move-ignore-invisible, fill-prefix)
4289 (auto-fill-inhibit-regexp, blink-matching-paren)
4290 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4291 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4292 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4293 (minibuffer-history-isearch-wrap, transient-mark-mode)
4294 (next-logical-line, auto-fill-mode, line-number-mode)
4295 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4296 (normal-erase-is-backspace-mode): Doc fixes.
4297 (current-kill, transient-mark-mode, toggle-truncate-lines)
4298 (visible-mode): Reflow docstrings.
4299 (minibuffer-local-shell-command-map, interprogram-paste-function):
4300 Fix typos in docstrings.
4301
4302 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * server.el (server-process-filter): In daemon mode, default to
4305 emacsclient's tty if not opening a new frame and only the
4306 terminal-frame is available.
4307
4308 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4309
4310 * window.el (quit-window): Simplify code. Say in doc-string
4311 that it operates on the selected window's buffer. (Bug#1259)
4312
4313 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4314
4315 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4316 nil so that log-view-diff-changeset works.
4317
4318 2008-10-30 Glenn Morris <rgm@gnu.org>
4319
4320 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4321
4322 * resume.el: Move to obsolete/.
4323 * Makefile.in (ELCFILES): Update.
4324
4325 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * electric.el (Electric-pop-up-window): Don't shrink the window if
4328 it's already big enough.
4329
4330 * minibuffer.el (delete-minibuffer-contents): Delete all
4331 minibuffer contents instead of just the current field.
4332
4333 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4334
4335 * bookmark.el (bookmark-handle-bookmark): Rename from
4336 bookmark-jump-noselect.
4337 (bookmark--jump-via, bookmark-insert): Callers changed.
4338 (bookmark-jump-noselect): Wrapper function for
4339 bookmark-handle-bookmark.
4340 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4341
4342 * textmodes/ispell.el (ispell-word): Use use-region-p.
4343
4344 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4345
4346 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4347 to follow naming conventions for abnormal hooks. Doc fix.
4348 (tooltip-mode, tooltip-timeout): Use it.
4349 (tooltip-hook): New obsolete alias.
4350 (tooltip-help-tips): Doc fix.
4351
4352 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4353
4354 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4355
4356 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4357 of hardcoded /tmp.
4358
4359 2008-10-29 Glenn Morris <rgm@gnu.org>
4360
4361 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4362
4363 * vc-hooks.el (vc-find-root): Remove bogus alias.
4364
4365 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * international/quail.el (quail-show-guidance): Don't create
4368 a guidance-frame if current buffer is not a minibuffer, since even if
4369 selected-window is mini-p, the buffer will never be displayed in it, so
4370 it wil be usable for guidance.
4371
4372 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * smerge-mode.el: Require diff-mode at run-time as well.
4375
4376 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4377
4378 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4379 * vc-hooks.el (vc-stay-local): Likewise.
4380
4381 2008-10-28 Phil Sung <psung@mit.edu>
4382
4383 * follow.el (follow-scroll-down, follow-calc-win-end)
4384 (follow-estimate-first-window-start): Reduce effective window
4385 height when header line is present. (Bug#925)
4386
4387 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * subr.el (locate-user-emacs-file): Simplify. Don't create
4390 `user-emacs-directory' when Emacs is running in batch mode.
4391
4392 * startup.el (inhibit-startup-screen): Reflow docstring.
4393 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4394
4395 2008-10-27 Kenichi Handa <handa@m17n.org>
4396
4397 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4398
4399 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4400
4401 * face-remap.el (text-scale-increase, text-scale-decrease)
4402 (text-scale-adjust): Remove &optional keyword from the arg list;
4403 the INC argument is not really optional, if the functions happen
4404 to be called from elisp.
4405
4406 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * vc.el: Rename VC methods that were missed when vc-status was
4409 renamed to vc-dir.
4410 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4411 vc-svn-status-extra-headers.
4412 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4413 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4414 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4415 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4416 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4417 vc-dir-status-printer.
4418 (vc-dir-headers): Use `dir-extra-headers' instead of
4419 `status-extra-headers'.
4420 (vc-dir-printer): Rename from vc-dir-status-printer.
4421 (vc-default-dir-extra-headers): Rename from
4422 vc-default-status-extra-headers.
4423 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4424 vc-cvs-status-extra-headers.
4425
4426 * startup.el (server-name): Pacify byte compiler.
4427 (command-line): If --daemon=SERVER_NAME was used, set server-name
4428 before calling server-start.
4429
4430 2008-10-26 Romain Francoise <romain@orebokech.com>
4431
4432 * startup.el (command-line): Call daemon-initialized after
4433 starting the server.
4434
4435 2008-10-26 Kenichi Handa <handa@m17n.org>
4436
4437 * help-fns.el (describe-categories): Display the terse legend at
4438 the head.
4439
4440 * international/characters.el: Docstrings of categories improved.
4441
4442 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4445
4446 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4447 to the courier family.
4448 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4449 usually not serif'd and hence rather unlike verbatim's printed output.
4450
4451 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4452
4453 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4454 when reporting the module.
4455
4456 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4457
4458 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4459
4460 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * files.el (locate-dominating-stop-dir-regexp): New var.
4463 (locate-dominating-file): Change arg from a regexp to a file name.
4464 Rewrite using the vc-find-root code to avoid directory-files which is
4465 too slow. Obey locate-dominating-stop-dir-regexp.
4466 Don't pay attention to changes in owner.
4467 (project-find-settings-file): Adjust call to locate-dominating-file.
4468
4469 * progmodes/flymake.el (flymake-find-buildfile):
4470 Adjust call to locate-dominating-file.
4471
4472 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4473 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4474
4475 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4476
4477 * subr.el (with-current-buffer): Rename buffer argument to
4478 buffer-or-name.
4479 * window.el (get-buffer-window-list): Rename buffer argument to
4480 buffer-or-name and make it optional.
4481
4482 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4485 (completion-search-next, add-completions-from-file):
4486 Fix typos in docstrings.
4487
4488 * filesets.el (filesets-menu-ensure-use-cached)
4489 (filesets-ingroup-patterns, filesets-filetype-property):
4490 * tutorial.el (get-lang-string):
4491 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4492 Fix typos in docstrings.
4493
4494 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4495 (image-dired-line-up-method, image-dired-thumb-size)
4496 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4497 (image-dired-track-original-file, image-dired-track-thumbnail)
4498 (image-dired-dired-next-line, image-dired-dired-previous-line)
4499 (image-dired-write-comments): Reflow docstrings.
4500 (image-dired-show-all-from-dir-max-files)
4501 (image-dired-format-properties-string, image-dired-create-thumbs)
4502 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4503 Fix typos in docstrings.
4504
4505 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4506 (savehist-additional-variables, savehist-ignored-variables)
4507 (savehist-file-modes, savehist-autosave-interval):
4508 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4509 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4510 (fancy-splash-image):
4511 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4512 (thumbs-conversion-program, thumbs-margin):
4513 Remove spurious * in docstrings.
4514
4515 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4516
4517 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4518 (forward-same-syntax): Omit default arguments to char-after and
4519 char-before.
4520
4521 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4522
4523 * subr.el (locate-user-emacs-file): New function.
4524 (user-emacs-directory): Mention it in docstring.
4525
4526 * completion.el (save-completions-file-name):
4527 * filesets.el (filesets-menu-cache-file):
4528 * image-dired.el (image-dired-dir, image-dired-db-file)
4529 (image-dired-temp-image-file, image-dired-gallery-dir)
4530 (image-dired-temp-rotate-image-file):
4531 * savehist.el (savehist-file):
4532 * server.el (server-auth-dir):
4533 * thumbs.el (thumbs-thumbsdir):
4534 * tutorial.el (tutorial--saved-dir):
4535 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4536
4537 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4540 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4541
4542 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * filesets.el: Update author email.
4545 (filesets-data): Doc fix.
4546
4547 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4548
4549 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4550
4551 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4552
4553 * international/mule-cmds.el (describe-language-environment):
4554 Indent sample text.
4555
4556 2008-10-23 Glenn Morris <rgm@gnu.org>
4557
4558 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4559
4560 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4561 byte-compile a redefinition of a function with special byte-compile
4562 handling. (Bug#411)
4563
4564 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4565
4566 * ps-print.el: Deal with page sizes for label printes. Suggested by
4567 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4568 (ps-print-version): New version 7.3.3.
4569 (ps-page-dimensions-database): New page sizes for label printers.
4570 (ps-n-up-printing): Fix code.
4571
4572 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4575
4576 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4577 (list-at-point): Add docstrings.
4578
4579 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4580
4581 * dired-aux.el (dired-do-create-files): Doc fix.
4582
4583 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4584
4585 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4586 with other documentation.
4587
4588 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * replace.el (how-many): Fix typo in docstring.
4591 Reported by Leo <sdl.web@gmail.com>.
4592
4593 2008-10-22 Glenn Morris <rgm@gnu.org>
4594
4595 * international/mule-cmds.el (universal-coding-system-argument):
4596 Check for C-g. (Bug#1205)
4597
4598 2008-10-22 Kenichi Handa <handa@m17n.org>
4599
4600 * international/characters.el: Don't setup
4601 find-word-boundary-function-table.
4602 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4603 (word-combining-categories, word-separating-categories):
4604 Adjust to the change of the docstrings.
4605
4606 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * simple.el (region-active-p): Doc fix.
4609
4610 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4611
4612 * subr.el (apply-partially): Move from here...
4613
4614 * simple.el (apply-partially): ...to here.
4615
4616 2008-10-20 Andreas Schwab <schwab@suse.de>
4617
4618 * subr.el (split-string-and-unquote): Simplify regexp.
4619
4620 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4621
4622 * subr.el (top-level): Require `cl' when compiling.
4623
4624 2008-10-20 David Reitter <david.reitter@gmail.com>
4625
4626 * info.el (Info-mode): Do not remove an existing header line if
4627 `Info-use-header-line' is nil.
4628
4629 2008-10-19 Juri Linkov <juri@jurta.org>
4630
4631 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4632 Add arg `delimited' as in `query-replace' for the case when
4633 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4634 Add more indicators to the prompt ("word" and "in region").
4635
4636 * replace.el (query-replace, query-replace-regexp)
4637 (replace-string, replace-regexp, perform-replace): Add "word"
4638 indicatiors to the prompt for word delimited replacements.
4639
4640 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4641 Doc fix.
4642
4643 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4644
4645 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4646
4647 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4648
4649 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4650
4651 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4652 Make argument names follow Elisp manual.
4653
4654 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4655
4656 * textmodes/remember.el (remember-data-file):
4657 * shadowfile.el (shadow-initialize)
4658 <shadow-info-file, shadow-todo-file>:
4659 * savehist.el (savehist-file):
4660 * recentf.el (recentf-save-file):
4661 * pcvs-defs.el (cvs-cvsrc-file):
4662 * international/kkc.el (kkc-init-file-name):
4663 * ido.el (ido-save-directory-list-file):
4664 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4665 (todo-file-top): Run file names that begin with a period thru
4666 `convert-standard-filename'.
4667
4668 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4669 before-init-hook.
4670
4671 Fix Bug #1183:
4672
4673 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4674 coding-system-for-read to ediff-coding-system-for-write.
4675
4676 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
4677 coding-system-for-write to ediff-coding-system-for-write.
4678
4679 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
4680 (ediff-coding-system-for-write): Set to emacs-internal.
4681
4682 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * international/mule-conf.el (emacs-internal): New coding system alias.
4685
4686 2008-10-18 Juri Linkov <juri@jurta.org>
4687
4688 * info.el (Info-file-supports-index-cookies-list): New variable.
4689 (Info-file-supports-index-cookies): New function.
4690 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
4691 (Info-index-nodes): Let-bind Info-point-loc to nil for files
4692 without an index cookie to ignore it when Info-index-nodes is
4693 called during navigating from an index node with line numbers.
4694 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
4695
4696 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
4697 variable definition section.
4698
4699 * info.el (Info-find-node-2): Put initial point below the header line
4700 and breadcrumbs line.
4701
4702 2008-10-18 Glenn Morris <rgm@gnu.org>
4703
4704 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
4705 the needed external programs were not found.
4706
4707 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4708
4709 * files.el (trash-directory): Run thru `convert-standard-filename'.
4710 (file-modes-char-to-who, file-modes-char-to-right)
4711 (file-modes-rights-to-number, file-modes-symbolic-to-number)
4712 (read-file-modes): Doc fixes.
4713
4714 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * abbrev.el (define-abbrev): Doc fix.
4717
4718 2008-10-17 Alan Mackenzie <acm@muc.de>
4719
4720 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
4721 foo bar [] = { ...".
4722
4723 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * faces.el (face-spec-set-2): Don't pass invalid attributes to
4726 set-face-attribute.
4727
4728 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
4731 according to `locale-coding-system'. (This fixes trivial bug reported
4732 as part of bug#1179).
4733 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
4734 particular order). Use `when'.
4735
4736 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * w32-fns.el (w32-check-shell-configuration): Doc fix.
4739 (w32-add-charset-info): Fix typo in docstring.
4740
4741 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4742
4743 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
4744 after discussion.
4745
4746 2008-10-16 Magnus Henoch <mange@freemail.hu>
4747
4748 * vc-arch.el (vc-arch-dir-status): New function.
4749 (vc-arch-after-dir-status): New function.
4750
4751 2008-10-16 Glenn Morris <rgm@gnu.org>
4752
4753 * man.el (Man-getpage-in-background): Force recent `man's to output
4754 escape sequences even when stdout is not a tty. (Bug#1142)
4755
4756 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
4757
4758 * international/mule-conf.el: Add `utf8' and `UTF8' as
4759 aliases for the `utf-8' coding system.
4760
4761 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
4762
4763 * find-file.el (ff-get-file): Doc fix.
4764 (ff-get-file-name): Use `let', not `let*'.
4765 (ff-search-directories): Fix typo in docstring.
4766 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
4767 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
4768 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
4769 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
4770 (cc-other-file-alist, modula2-other-file-alist):
4771 Remove spurious * in docstrings.
4772
4773 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * faces.el (set-face-attribute): Set family and foundry before
4776 other attributes.
4777 (face-spec-set-2): Pass unmodified args to set-face-attribute.
4778
4779 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * hl-line.el (hl-line-unload-function): New function.
4782 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
4783 (hl-line-sticky-flag): Remove spurious * in docstring.
4784
4785 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
4786
4787 * vc-git.el (vc-git-show-log-entry): Include the revision in the
4788 search string.
4789
4790 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
4791
4792 * net/tramp.el (tramp-process-one-action): Embed regexp in
4793 parentheses, before adding end-of-buffer construct. Suggested by
4794 Markus Triska <markus.triska@gmx.at>.
4795
4796 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
4797
4798 * net/newst-plainview.el (w3m-toggle-inline-image):
4799 Define 'declare-function if necessary, for compatibility.
4800
4801 * net/newst-treeview.el (w3m-toggle-inline-images):
4802 Define 'declare-function if necessary, for compatibility.
4803
4804 2008-10-13 Alan Mackenzie <acm@muc.de>
4805
4806 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
4807 so that the function works on one-line macros.
4808
4809 * progmodes/cc-engine.el: Amend several doc strings and comments.
4810
4811 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
4812
4813 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
4814
4815 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
4816 (vc-cvs-stay-local): Add a new choice and default to it.
4817 (vc-cvs-dir-status): Use the new vc-stay-local choice.
4818
4819 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
4820
4821 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
4822
4823 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
4824 Add support for extended return statement.
4825
4826 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
4827 and obj-dir; keep user order.
4828
4829 2008-10-12 Glenn Morris <rgm@gnu.org>
4830
4831 * Makefile.in (ELCFILES): Update.
4832
4833 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
4834 (shell-file-name-quote-list): Declare.
4835
4836 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
4839
4840 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * startup.el (command-line): If toolbar is disabled but ought to
4843 be initialized, call tool-bar-setup.
4844
4845 * tool-bar.el (tool-bar-setup): Variable deleted.
4846 (tool-bar-setup): Set it up unconditionally.
4847
4848 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
4849
4850 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
4851 tool-bar-map has been initialized before setting it up.
4852
4853 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
4854 tool-bar-map has been initialized before setting it up.
4855
4856 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * emacs-lisp/warnings.el (display-warning): Issue a message if
4859 called during daemon initialization.
4860
4861 * tool-bar.el (tool-bar-local-item)
4862 (tool-bar-local-item-from-menu): Put the check for number of
4863 display colors into the image expression.
4864 (tool-bar-setup): Don't be a no-op on ttys.
4865
4866 * info.el (info-tool-bar-map):
4867 * progmodes/gud.el (gud-tool-bar-map):
4868 * progmodes/grep.el (grep-mode-tool-bar-map):
4869 * progmodes/compile.el (compilation-mode-tool-bar-map):
4870 Initialize it unconditionally.
4871
4872 2008-10-11 Romain Francoise <romain@orebokech.com>
4873
4874 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
4875 * kmacro.el (kmacro-edit-lossage): Ditto.
4876 * edmacro.el (edit-kbd-macro): Ditto.
4877
4878 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
4879
4880 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
4881 Fix variable names.
4882
4883 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
4884
4885 * startup.el (command-line): Revert 2008-09-26 change, not
4886 necessary anymore.
4887
4888 2008-10-10 Andreas Schwab <schwab@suse.de>
4889
4890 * simple.el (minibuffer-complete-shell-command):
4891 Bind comint-delimiter-argument-list, comint-file-name-chars and
4892 comint-file-name-quote-list like shell-mode.
4893
4894 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4895
4896 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
4897 call of select-window.
4898
4899 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
4900
4901 * calc/calc.el (calc-embedded-word-regexp)
4902 (calc-embedded-word-regexp-alist): New variables.
4903 (calc-embedded-open-word, calc-embedded-close-word)
4904 (calc-embedded-open-close-word-alist): Remove unused variables.
4905
4906 * calc/calc-embed.el (calc-embedded-make-info):
4907 Use `calc-embedded-word-regexp' to find words.
4908
4909 2008-10-10 Martin Rudalics <rudalics@gmx.at>
4910
4911 * info.el (Info-extract-menu-counting): New argument no-detail to
4912 skip detailed node listings.
4913 (Info-forward-node): New argument not-up to inhibit going up.
4914 (Info-final-node): Call Info-extract-menu-counting and
4915 Info-forward-node with the new arguments set to avoid infinite
4916 looping. (Bug#1116)
4917
4918 2008-10-10 Eli Zaretskii <eliz@gnu.org>
4919
4920 * startup.el (command-line): Don't invoke tool-bar-mode if it is
4921 not fboundp.
4922
4923 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * startup.el (command-line): Enable tool-bar-mode as long as it is
4926 not suppressed by X resources, regardless of the terminal.
4927
4928 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
4929 graphical terminals.
4930 (tool-bar-setup): No-op if called on a tty.
4931
4932 2008-10-09 Eli Zaretskii <eliz@gnu.org>
4933
4934 * frame.el (make-frame-on-tty): Use "F" inside interactive.
4935 Support `pc' ``window-system''.
4936
4937 * progmodes/compile.el (compilation-start): Resurrect the version
4938 for systems that don't support asynchronous subprocesses.
4939
4940 2008-10-09 Martin Rudalics <rudalics@gmx.at>
4941
4942 * window.el (pop-up-frames): Add choice graphic-only.
4943 (display-buffer): When pop-up-frames equals graphic-only do
4944 not pop up new frame on text-only terminals. (Bug#1061)
4945
4946 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
4947
4948 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
4949 (vc-cvs-dir-status): Use it.
4950
4951 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * json.el (json-skip-whitespace): Fix last change.
4954
4955 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * bs.el (bs-unload-function): New function.
4958
4959 2008-10-08 Sven Joachim <svenjoac@gmx.de>
4960
4961 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
4962 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4963 For clarity, explicitly require cl.
4964
4965 2008-10-08 Michael Olson <mwolson@gnu.org>
4966
4967 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
4968 can avoid a bad interaction with programs that add functions to
4969 the window-scroll-functions hook. This fixes Bug #858.
4970
4971 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * startup.el (command-line): Use display-warning to warn about an
4974 init file error.
4975 (command-line-1): Remove init file error delay.
4976
4977 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4978
4979 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
4980 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
4981 (rx-group-if): New function.
4982 (rx-parent): New variable.
4983 (rx-and, rx-or): Put shy groups only when necessary.
4984 (rx-bracket): Remove.
4985 (rx-anything): New function.
4986 (rx-any-delete-from-range, rx-any-condense-range)
4987 (rx-check-any-string): New functions.
4988 (rx-check-any): Return result as a list. Don't convert chars to
4989 strings. Don't prepend "\\" to "^". Don't search for close bracket.
4990 Check char category string. Call rx-form instead of rx-to-string.
4991 (rx-any): Rebuid to complete the function.
4992 (rx-check-not): Fix char category regexp pattern string.
4993 Call rx-form instead of rx-to-string.
4994 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
4995 "[^^]". Call regexp-quote for one char string when not called from
4996 rx-not. Add "\\w", and toggle to upcase. Add the case of
4997 "\\[SCBW]" to toggle.
4998 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
4999 instead of rx-to-string.
5000 (rx-kleene): Call rx-form instead of rx-to-string.
5001 Call rx-group-if to adjust putting of shy groups.
5002 (rx-atomic-p): Make check more precisely.
5003 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5004 (rx-regexp): Call rx-group-if.
5005 (rx-form): New function.
5006 (rx-to-string): Call rx-form, rx-group-if.
5007 Refine definition of NO-GROUP.
5008
5009 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5010
5011 * json.el (json-advance): Use forward-char.
5012 (json-skip-whitespace): Use skip-syntax-forward.
5013
5014 2008-10-07 Alan Mackenzie <acm@muc.de>
5015
5016 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5017 indenting a macro followed by blank lines doesn't backslash the
5018 following non-blank line into the macro.
5019
5020 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5021
5022 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5023 (command-line): Set after-init-time to nil before initialization.
5024
5025 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5026
5027 * calc/calc-units.el (math-standard-units): Update the values
5028 of the units.
5029
5030 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * bookmark.el (bookmark-unload-function): New function.
5033
5034 2008-10-06 Andreas Schwab <schwab@suse.de>
5035
5036 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5037
5038 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5039
5040 * mail/footnote.el: Remove * in defcustom docstrings and tell
5041 for most options that customizing them doesn't affect buffers
5042 already displaying footnotes.
5043 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5044 Fix handling of text properties and identical start/end tags.
5045 Do not use format when renumbering.
5046 (Footnote-set-style): Make it work.
5047 (Footnote-insert-numbered-footnote): Simplify.
5048 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5049 (Footnote-goto-footnote): Fix handling of empty section tag.
5050 (Footnote-delete-footnote): Fix handling of identical start/end
5051 tags, empty section tag, and spaced footnotes. Do not use
5052 kill-region.
5053 (footnote-mode): Make most options buffer-local to avoid that
5054 customizing messes up handling of footnotes in buffers that
5055 already display them.
5056
5057 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5058
5059 * faces.el (x-create-frame-with-faces): Undo previous change.
5060
5061 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5062 existent files.
5063
5064 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * international/mule-cmds.el (universal-coding-system-argument):
5067 Handle digit-argument too.
5068
5069 2008-10-05 Mario Lang <mlang@delysid.org>
5070
5071 * xml.el (xml-parse-string): Use skip-chars-forward.
5072
5073 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5074
5075 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5076 existent files.
5077 (vc-bzr-dir-status-files): New function.
5078
5079 2008-10-04 Glenn Morris <rgm@gnu.org>
5080
5081 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5082
5083 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5084 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5085
5086 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5087 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5088
5089 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5090
5091 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5092 Fix typo. (Bug#1074)
5093
5094 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5095
5096 * progmodes/compile.el (compilation-start): Make sure to move to
5097 point-max only when we are in the compilation buffer. (Bug#1073)
5098
5099 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5102 tool-bar-mode is on.
5103
5104 * vc-svn.el (vc-svn-dir-status-files):
5105 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5106
5107 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5108
5109 * vc-hg.el (vc-hg-dir-status-files): New function.
5110
5111 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5112
5113 * window.el (window--display-buffer-1): Don't care about
5114 visibility since raise-frame does.
5115
5116 2008-10-03 Mario Lang <mlang@delysid.org>
5117
5118 * nxml/xmltok.el (xmltok-forward): Simplify.
5119
5120 2008-10-03 Glenn Morris <rgm@gnu.org>
5121
5122 * Makefile.in (ELCFILES): Update.
5123
5124 * frame.el (set-default-font): Make obsolete.
5125 * mouse.el (mouse-set-font): Use set-frame-font.
5126
5127 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5128 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5129
5130 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5131 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5132
5133 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5134
5135 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5136 (vc-dir-refresh): Set it here instead. (Bug#1067)
5137
5138 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * faces.el (inhibit-frame-set-background-mode): New var.
5141 (frame-set-background-mode): Use it to avoid a loop in
5142 face-spec-recalc.
5143
5144 2008-10-02 Glenn Morris <rgm@gnu.org>
5145
5146 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5147 vc-diff-switches.
5148
5149 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5150
5151 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5152 that is, to take some action when a buffer is killed. Suggested by
5153 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5154 11.2.2.
5155 (whitespace-action): Docstring and :type fix.
5156 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5157 Code fix.
5158 (whitespace-add-local-hook, whitespace-remove-local-hook)
5159 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5160
5161 2008-10-01 Magnus Henoch <mange@freemail.hu>
5162
5163 * net/tls.el (open-tls-stream): Show the actual command being
5164 executed, instead of the format string.
5165
5166 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5167
5168 * term/internal.el (dos-locale-alist): New alist.
5169 (dos-codepage-setup): Use it to compute a value of locale with
5170 which to call set-locale-environment. Remove code to set
5171 terminal, keyboard, and file-name encoding (done by
5172 set-locale-environment).
5173
5174 * international/mule-cmds.el
5175 (set-language-environment-nonascii-translation): Fix nonascii
5176 value for `pc' ``window-system''.
5177 (set-display-table-and-terminal-coding-system)
5178 (set-default-coding-systems): Don't special-case `pc'.
5179
5180 2008-10-01 Glenn Morris <rgm@gnu.org>
5181
5182 * filesets.el (filesets-menu-name): Fix type.
5183 (filesets-menu-path, filesets-menu-before): Fix types.
5184 Change defaults to be consistent with recentf. (Bug#1056)
5185
5186 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * term/xterm.el (xterm-turn-on-modify-other-keys)
5189 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5190 Don't forget to pass `terminal' to `send-string-to-terminal'.
5191
5192 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5193
5194 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5195 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5196 non-nil. It is not clear, whether this is only fixing symptoms on
5197 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5198 is embedded by that check. So it might be TRT. Suggested by Dan
5199 Nicolaescu <dann@ics.uci.edu>.
5200
5201 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5202
5203 * Makefile.in (ELCFILES): Remove codepage.elc.
5204
5205 * international/codepage.el: File removed, as even ms-dos doesn't
5206 need it anymore.
5207
5208 * loadup.el [ms-dos]: Don't load ccl and codepage.
5209
5210 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5211 (IT-character-translations, cjk-codepages-alist): Remove variables.
5212 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5213 (IT-unicode-translations): Remove charset and base elements.
5214 Add translations for Latin-1 characters.
5215 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5216 base and chset elements of IT-unicode-translations. Don't wrap
5217 translation in "{...}". Set up translations only for characters
5218 for which unencodable-char-position returns non-nil.
5219 (dos-codepage-setup): Don't use special-case codepages in
5220 cjk-codepages-alist.
5221
5222 * files.el (locate-dominating-file): Wrap directory-files with
5223 condition-case, instead of calling file-directory-p, which stats
5224 the directory one more time.
5225
5226 * mail/mail-utils.el (mail-unquote-printable-region):
5227 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5228 non-nil.
5229
5230 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5231
5232 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5233
5234 2008-09-30 Glenn Morris <rgm@gnu.org>
5235
5236 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5237
5238 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5239
5240 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5241 (which-function): Handle nested imenu trees.
5242
5243 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5244 some nested menu items.
5245
5246 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5247
5248 * calc/calc-units.el (math-standard-units): Add entries used to
5249 display the the values in the units buffer.
5250 (math-build-units-table): Add entries to the units table to be used
5251 to display the values in the units buffer.
5252 (math-build-units-table-buffer): Use the display entry of the units
5253 table when non-nil.
5254 (calc-define-unit): Add option to enter display value of unit.
5255
5256 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5257
5258 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5259
5260 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5261
5262 * files.el (locate-dominating-file): Take file-attributes of
5263 `dir', not of `file' (which never changes).
5264
5265 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5266
5267 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5268 also be `localname'.
5269
5270 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5271 IDENTIFICATION.
5272
5273 2008-09-28 Glenn Morris <rgm@gnu.org>
5274
5275 * vc.el (vc-switches): Give it a doc string.
5276
5277 2008-09-28 Romain Francoise <romain@orebokech.com>
5278
5279 * comint.el (comint-show-output): Adjust to stickiness changes of
5280 the output field.
5281
5282 * startup.el (command-line): Start the daemon server later.
5283
5284 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5285
5286 * subr.el (read-quoted-char): Call char-resolve-modifiers
5287 instead of char-resolve-modifers.
5288
5289 2008-09-27 Glenn Morris <rgm@gnu.org>
5290
5291 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5292 than [return]. (Bug#1031)
5293
5294 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5295
5296 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5297
5298 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5299
5300 * epg.el (epg-wait-for-status): Check if there is no pending status.
5301 Reported by Ted Romer <ted@romerfamily.com>.
5302
5303 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * startup.el (command-line): Turn on menu-bar-mode and
5306 tool-bar-mode when running as a daemon.
5307
5308 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5309
5310 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5311 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5312 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5313 ($(lisp)/progmodes/cc-engine.elc)
5314 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5315 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5316 ($(lisp)/progmodes/cc-subword.elc)
5317 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5318
5319 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5320 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5321 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5322 ($(lisp)/progmodes/cc-engine.elc)
5323 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5324 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5325 ($(lisp)/progmodes/cc-subword.elc)
5326 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5327
5328 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5329
5330 * informat.el (Info-split-threshold): New variable.
5331 (Info-split): Use it.
5332
5333 * textmodes/texinfmt.el (texinfo-format-buffer):
5334 Use Info-split-threshold to decide whether to split Info files.
5335
5336 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5339 quoting.
5340
5341 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5342 name when reinserting it.
5343
5344 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5345 word-search-backward-lax for incremental word search.
5346
5347 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5348
5349 * generic-x.el (generic-other-modes): Fix typo in docstring.
5350 (generic-use-find-file-hook, generic-lines-to-scan)
5351 (generic-find-file-regexp, generic-ignore-files-regexp)
5352 (generic-define-mswindows-modes, generic-define-unix-modes):
5353 Remove `*' from docstring.
5354 (generic-mode-find-file-hook): Use `string-match-p'.
5355 (apache-log-generic-mode, mailagent-rules-generic-mode)
5356 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5357 (java-manifest-generic-mode, java-properties-generic-mode)
5358 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5359 for consistency with other modes in generic-x.el.
5360
5361 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5362
5363 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5364 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5365 parens specially only if latex-handle-escaped-parens is non-nil.
5366 (latex-indent-within-escaped-parens): New option.
5367 (latex-find-indent): Bind latex-handle-escaped-parens to
5368 latex-indent-within-escaped-parens. Do not treat escaped parens
5369 specially when this is nil. (Bug#954)
5370
5371 2008-09-25 Glenn Morris <rgm@gnu.org>
5372
5373 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5374
5375 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * vc.el (vc-mark-resolved): Move message here from
5378 vc-default-mark-resolved.
5379 (vc-default-mark-resolved): Change to an alias for ignore.
5380
5381 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5382
5383 * term.el (term-emulate-terminal): Encode input string before
5384 checking its length.
5385
5386 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5389 is loaded.
5390
5391 * server.el (server-buffer-done): Avoid changing the buffer when
5392 deleting the client's frame (bug#640).
5393
5394 * vc.el (vc-default-mark-resolved): New function.
5395
5396 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5397
5398 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5399 from raising a wrong-type-argument error.
5400
5401 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5402
5403 * help-fns.el (describe-function-1, describe-variable): Print
5404 relative file name in help buffer.
5405 * faces.el (describe-face): Print relative file name in help
5406 buffer.
5407
5408 2008-09-23 Romain Francoise <romain@orebokech.com>
5409
5410 * subr.el (with-output-to-string): Make sure that the temporary
5411 buffer gets killed.
5412
5413 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5414
5415 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5416 indentation problem with keyword symbols when a list starts with
5417 ,@ or spaces. (Bug#1012)
5418
5419 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5420
5421 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5422 escaped close parens correctly. (Bug#954)
5423
5424 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5425
5426 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5427 usage of `fortune-file' even though a FILE argument was passed to
5428 the function.
5429
5430 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 * startup.el (command-line): Start the server when in daemon mode.
5433 Remove always true test.
5434
5435 * frame.el (frame-initialize): Remove spurious setting of
5436 special-display-function with the default value.
5437
5438 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5439
5440 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5441
5442 2008-09-20 Glenn Morris <rgm@gnu.org>
5443
5444 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5445 Fix custom type. (Bug#1011)
5446
5447 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5448
5449 * files.el (move-file-to-trash): Avoid recursive trashing if
5450 rename-file calls delete-file.
5451
5452 2008-09-20 Glenn Morris <rgm@gnu.org>
5453
5454 * play/fortune.el: Remove leading `*' from defcustom docs.
5455 (fortune-program-options): Doc fix. Allow to be a string again.
5456 Add :version.
5457 (fortune-in-buffer): Handle fortune-program-options as a string.
5458 Don't rely on fortune program accepting options after fortune file.
5459
5460 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5461
5462 * play/fortune.el (fortune-program-options): Change to a list.
5463 (fortune-in-buffer): Use apply.
5464
5465 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5466
5467 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5468 (authors-coding-system): Likewise.
5469
5470 2008-09-20 Ami Fischman <ami@fischman.org>
5471
5472 * savehist.el (savehist-save): Handle errors in writing as well as
5473 reading.
5474
5475 2008-09-20 Michael Olson <mwolson@gnu.org>
5476
5477 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5478 to provide a minimal performance boost.
5479
5480 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5481
5482 * proced.el (proced-grammar-alist, proced-custom-attributes)
5483 (proced-format-alist, proced-format, proced-filter-alist)
5484 (proced-filter, proced-sort): Use defcustom.
5485 (proced-mode): Fix docstring.
5486 (proced-process-attributes): Handle return value nil of functions
5487 in proced-custom-attributes.
5488
5489 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5490
5491 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5492 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5493
5494 2008-09-19 Miles Bader <miles@gnu.org>
5495
5496 * comint.el (comint-output-filter): Make field properties for
5497 output text front-sticky.
5498
5499 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5500
5501 * vc-bzr.el (vc-bzr-show-log-entry):
5502 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5503 C-x v l for a directory uses that.
5504
5505 2008-09-18 Simon Josefsson <simon@josefsson.org>
5506
5507 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5508 .sieve files.
5509
5510 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5511
5512 * help-macro.el (make-help-screen): Preserve key bindings
5513 established in help-mode call when exiting this macro.
5514
5515 2008-09-17 Kenichi Handa <handa@m17n.org>
5516
5517 * language/burmese.el: Fix setting of composition-function-table.
5518
5519 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5520
5521 * info.el (Info-follow-nearest-node): Don't raise an error for
5522 mouse-1 clicks.
5523
5524 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5525
5526 * calc/calc-units.el (calc-convert-temperature): Use default
5527 units when appropriate.
5528
5529 2008-09-16 Markus Triska <markus.triska@gmx.at>
5530
5531 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5532 catch errors raised in `texmathp'.
5533 (flyspell-tex-math-initialized): Remove.
5534
5535 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5536
5537 * frame.el (select-frame-set-input-focus): With non-nil
5538 mouse-autoselect-window always move mouse cursor to frame's
5539 selected window. Otherwise restore pre 2008-09-13 behavior.
5540 (select-frame-by-name): Use select-frame-set-input-focus.
5541
5542 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5543 pop-to-buffer already does it.
5544 (display-buffer-other-frame): Fix doc-string.
5545
5546 2008-09-16 Glenn Morris <rgm@gnu.org>
5547
5548 * add-log.el (diff-find-source-location): Update declaration.
5549
5550 * progmodes/make-mode.el (makefile-match-function-end):
5551 Move point. (Bug#983)
5552
5553 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5554
5555 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5556
5557 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5560 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5561
5562 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5563
5564 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5565
5566 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5567
5568 * files.el (file-truename): Don't raise args-out-of-range error
5569 when filename has no separator on windows-nt. (Bug#982)
5570
5571 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5574 be more honest when we don't know.
5575 (diff-tell-file-name): Don't prompt before the actual prompt.
5576 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5577 (diff-find-source-location): Add `noprompt' argument.
5578 (diff-current-defun): Don't prompt.
5579
5580 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5581
5582 * proced.el (proced-mark-face, proced-marked-face)
5583 (proced-sort-header-face): Remove.
5584 (proced-font-lock-keywords): Simplify.
5585 (proced-format): Use face proced-sort-header.
5586 (proced-format-interactive, proced-sort-interactive)
5587 (proced-filter-interactive): Only call proced-update if the scheme
5588 has changed.
5589 (proced-sort-header): Use posn-actual-col-row.
5590
5591 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5592
5593 * add-log.el (change-log-find-window): New variable.
5594 (change-log-goto-source-1, change-log-goto-source):
5595 Set change-log-find-window to window displaying source.
5596 (change-log-next-error): Select window specified by
5597 change-log-find-window.
5598
5599 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5600
5601 * frame.el (select-frame-set-input-focus): With focus follows
5602 mouse move mouse cursor to right window.
5603 * window.el (pop-to-buffer): Select window before calling
5604 select-frame-set-input-focus.
5605
5606 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5607
5608 * proced.el (proced-sort-header): New face.
5609 (proced-sort-header-face): New variable.
5610 (proced-format): Allow format value nil.
5611 Use proced-sort-header-face for header of sort column.
5612 (proced-format-args): New function.
5613 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5614 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5615 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5616 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5617 (proced-sort-header): Bind also to mouse-1.
5618 (proced-move-to-goal-column): Return position of point.
5619 (proced-filter-interactive): Always revert listing.
5620 (proced-format-ttname): Simplify.
5621 (proced-update): Do not keep undo information. Put point at
5622 beginning of buffer if we generate the first listing.
5623
5624 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5625
5626 * doc-view.el (doc-view-scroll-up-or-next-page)
5627 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5628 vertically split windows.
5629
5630 2008-09-12 Glenn Morris <rgm@gnu.org>
5631
5632 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5633
5634 * indent.el (indent-line-function): Doc fix.
5635 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5636
5637 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5638
5639 * window.el (pop-to-buffer): If the window for buffer-or-name is
5640 not on the selected frame, raise that window's frame and give it
5641 input focus. (Bug#745)
5642
5643 2008-09-11 Glenn Morris <rgm@gnu.org>
5644
5645 * ido.el (ido-mode): Initialize with custom-initialize-default,
5646 rather than a set function. (Bug#947)
5647
5648 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * replace.el (perform-replace): Don't set inhibit-read-only using
5651 query-replace-skip-read-only (bug#956).
5652
5653 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5654 of the <<foo>> form.
5655
5656 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5657
5658 * window.el (display-buffer): Fix doc-string typo.
5659
5660 2008-09-10 Kenichi Handa <handa@m17n.org>
5661
5662 * composite.el (compose-gstring-for-graphic): Fix previous change.
5663
5664 2008-09-10 Glenn Morris <rgm@gnu.org>
5665
5666 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5667
5668 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5669
5670 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5671 manuals. (Bug#886)
5672
5673 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * ido.el (ido-unload-function): New function.
5676
5677 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
5678
5679 * ido.el (ido-file-internal): Fix typo in prompt.
5680 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5681 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
5682 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
5683 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
5684 Fix typos in docstrings.
5685
5686 2008-09-08 Martin Rudalics <rudalics@gmx.at>
5687
5688 * help-fns.el (describe-function-1): Don't print extra newline
5689 after filling.
5690
5691 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
5692
5693 * help-fns.el (find-lisp-object-file-name): Handle case where
5694 library is compressed.
5695
5696 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * complete.el (PC-do-completion): Don't replace buffer
5699 contents (bug#227).
5700
5701 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
5702
5703 * loadhist.el (unload-feature-special-hooks):
5704 Add `choose-completion-string-functions'.
5705
5706 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * vc-svn.el (vc-svn-root):
5709 * vc-sccs.el (vc-sccs-root):
5710 * vc-rcs.el (vc-rcs-root):
5711 * vc-cvs.el (vc-cvs-root): Delete.
5712 * vc-hooks.el (vc-find-root): Remove `invert' argument.
5713
5714 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5715
5716 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
5717 errors occurring in different files.
5718
5719 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
5722 (vc-bzr-status-printer): New function.
5723 (vc-bzr-after-dir-status): Deal with renamed files.
5724
5725 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
5726
5727 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
5728 buffer's filename.
5729
5730 2008-09-07 Martin Rudalics <rudalics@gmx.at>
5731
5732 * subr.el (cancel-change-group): Widen buffer temporarily when
5733 undoing changes. (Bug#810)
5734
5735 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
5738 with gud-stop-subjob rather than exit debugger.
5739
5740 2008-09-07 Kenichi Handa <handa@m17n.org>
5741
5742 * composite.el: Compose combining characters only when it
5743 follows a character matching with "[[:alpha:]]".
5744
5745 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5746
5747 * proced.el: Require time-date.
5748 (proced-command-alist, proced-command, proced-goal-header-re)
5749 (proced-sorting-schemes-alist, proced-sorting-scheme)
5750 (proced-header-alist, proced-sorting-schemes-re)
5751 (proced-skip-regexp, proced-next-line, proced-previous-line)
5752 (proced-listing-type, proced-sorting-scheme-p): Remove.
5753 (proced-grammar-alist, proced-custom-attributes)
5754 (proced-format-alist, proced-format, proced-filter-alist)
5755 (proced-filter, proced-sort, proced-goal-attribute)
5756 (proced-timer-interval, proced-timer-flag, proced-timer)
5757 (proced-process-alist, proced-sort-internal, proced-process-tree)
5758 (proced-header-help-echo, proced-field-help-echo): New variables.
5759 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
5760 (proced-omit-process, proced-filter, proced-process-tree)
5761 (proced-filter-children, proced-children-pids)
5762 (proced-filter-parents, proced-<, proced-string-lessp)
5763 (proced-time-lessp, proced-xor, proced-sort-p)
5764 (proced-format-time, proced-format-start, proced-format-ttname)
5765 (proced-format, proced-process-attributes): New functions.
5766 (proced-toggle-timer-flag, proced-mark-children)
5767 (proced-mark-parents, proced-filter-interactive)
5768 (proced-filter-attribute, proced-sort-interactive)
5769 (proced-sort-header, proced-format-interactive): New commands.
5770 (proced-move-to-goal-column): Use goal-column.
5771 (proced-mode): Use proced-timer.
5772 (proced-do-mark-all): Display process count. Use use-region-p.
5773 Simplify.
5774 (proced-omit-processes): Use use-region-p.
5775 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5776 (proced-sort-start, proced-sort-time, proced-sort-user):
5777 Use proced-sort-interactive.
5778 (proced-sort): Make it a function that performs the actual sort.
5779 (proced-update): New arg revert. Use proced-process-alist,
5780 proced-filter, proced-sort, proced-format, and
5781 proced-grammar-alist. Preserve position of point based on fields.
5782 Make header line and fields clickable.
5783 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
5784 (proced-why): Use save-selected-window.
5785 (proced-log): Use buffer-read-only.
5786
5787 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
5790
5791 2008-09-06 Glenn Morris <rgm@gnu.org>
5792
5793 * add-log.el (diff-find-source-location): Declare.
5794 (find-change-log): If called from a diff buffer, try to switch to the
5795 source buffer (e.g. to respect change-log-default-name there).
5796
5797 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
5798 unallowed characters; added 2006-10-10 without comment. (Bug#753)
5799
5800 * Makefile.in (ELCFILES): Update.
5801
5802 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
5803
5804 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
5805 user enters a mouse event in another frame, or a special event.
5806
5807 * server.el (server-switch-buffer): New arg.
5808 (server-execute): If reusing an existing window, set file position
5809 if required.
5810
5811 2008-09-06 Kenichi Handa <handa@m17n.org>
5812
5813 * language/lao.el: Fix setting of composition-function-table.
5814
5815 2008-09-06 Eli Zaretskii <eliz@gnu.org>
5816
5817 * term/pc-win.el (msdos-show-help): Don't truncate lines while
5818 displaying help echo messages.
5819
5820 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5821
5822 * subr.el (symbol-file): Fix doc-string.
5823
5824 2008-09-06 Glenn Morris <rgm@gnu.org>
5825
5826 * help-mode.el (help-xref-forward-stack): Doc fix.
5827
5828 * add-log.el (change-log-default-name): Autoload safety.
5829
5830 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
5831
5832 * verilog-mode.el (verilog-library-extensions): Enable .sv
5833 filename extensions to call verilog-mode.
5834 (verilog-auto, verilog-auto-inst, verilog-faq)
5835 (verilog-submit-bug-report): Update author support URLs.
5836 (verilog-delete-auto, verilog-auto-inout-module)
5837 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
5838 creating complemented testbench modules. Suggested by Yishay Belkind.
5839 (verilog-auto-inst-port, verilog-simplify-range-expression):
5840 When verilog-auto-inst-param-value is set, don't require a
5841 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
5842 Yishay Belkind.
5843 (verilog-auto-inst-param-value): Add safe variable.
5844 (verilog-re-search-forward, verilog-re-search-backward):
5845 Fix returning wrong search results on Emacs 22.1.
5846 (verilog-modi-cache-results, verilog-auto): Fix warning message
5847 about "toggling font-lock-mode."
5848 (verilog-auto): Fix losing font-lock on errors.
5849 (verilog-auto-inst-param-value, verilog-mode-version)
5850 (verilog-mode-version-date, verilog-read-inst-param-value)
5851 (verilog-auto-inst, verilog-auto-inst-param)
5852 (verilog-auto-inst-port, verilog-simplify-range-expression):
5853 Allow parameters to be replaced with their values, on the expansion of
5854 an AUTOINST with Verilog 2001 style parameter settings.
5855 Suggested by David Rogoff.
5856
5857 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
5858
5859 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
5860 Better support for the property statement. Sometimes this keyword
5861 introduces a statement which requires an endproperty keyword, and
5862 sometimes it doesn't, depending on the work before the property
5863 word. If property is prefixed with assert, assume or cover
5864 keyword, then the statement is ended with a ';'. Otherwise,
5865 property is like task or specify, and is followed by some number
5866 of statements, which are ended with an endproperty keyword.
5867 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
5868 in a highlighted region: indent each line in region according to
5869 mode. Supply this so it works in XEmacs and older Emacs.
5870
5871 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5872
5873 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
5874 Don't clean up a buffer when killing it.
5875
5876 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5877
5878 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
5879 buffers (bug#360). New version 11.2.1.
5880 (whitespace-action): New value `warn-read-only' to give a warning when
5881 buffer is read-only and whitespace action is cleanup or auto-cleanup.
5882 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
5883 (whitespace-warn-read-only): New fun.
5884
5885 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * international/quail.el: Require help-mode.
5888 (quail-help-init): Function removed.
5889 (quail-keyboard-layout-button, quail-keyboard-customize-button):
5890 Define directly.
5891
5892 * dired.el (dired-get-filename): Rewrite octal escape character
5893 processor (bug#885).
5894
5895 2008-09-05 Eli Zaretskii <eliz@gnu.org>
5896
5897 * cus-edit.el (custom-button-pressed): Default to inverse-video.
5898
5899 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
5900 not just for terminal-frame.
5901
5902 2008-09-05 Martin Rudalics <rudalics@gmx.at>
5903
5904 * window.el (window--try-to-split-window): Don't split when window
5905 is not splittable in last disjunct. (Bug#888)
5906
5907 2008-09-05 Kenichi Handa <handa@m17n.org>
5908
5909 * language/tibetan.el: Fix setting of composition-function-table.
5910
5911 * composite.el (find-composition): Mention about the automatic
5912 composition in the docstring.
5913 (compose-gstring-for-graphic): Fix handling "above" marks.
5914
5915 * descr-text.el (describe-char): Fix handling of automatic composition.
5916
5917 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
5918
5919 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
5920 (tramp-parse-connection-properties): Reflow docstring.
5921
5922 2008-09-04 Kim F. Storm <storm@cua.dk>
5923
5924 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
5925 and other-frame methods when switching between file and buffer modes.
5926
5927 2008-09-04 Martin Rudalics <rudalics@gmx.at>
5928
5929 * info.el (Info-dir-remove-duplicates): Narrow buffer when
5930 removing duplicate entries under same heading. Don't skip char
5931 matching anything but a space or tab at bol. (Bug#864)
5932
5933 2008-09-03 Alan Mackenzie <acm@muc.de>
5934
5935 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
5936
5937 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
5940 (completion-pcm--all-completions): Move the case-fold-search binding to
5941 it also applies to completion-regexp-list (used in all-completions).
5942 (completion-pcm--hilit-commonality): Add missing case-fold-search.
5943
5944 2008-09-03 Martin Rudalics <rudalics@gmx.at>
5945
5946 * window.el (pop-up-frame-function): Move ...
5947 * frame.el (pop-up-frame-function): ... here, to avoid
5948 "CHANGED outside Customize;".
5949
5950 2008-09-03 Glenn Morris <rgm@gnu.org>
5951
5952 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
5953
5954 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
5957 non-alphabetical characters properly.
5958
5959 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
5962
5963 2008-09-02 Martin Rudalics <rudalics@gmx.at>
5964
5965 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
5966 control-prefixed keys. (Bug#835)
5967
5968 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * image-mode.el (image-mode): Fix 2008-07-19 change.
5971
5972 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
5973
5974 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
5975
5976 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
5977
5978 2008-09-02 Glenn Morris <rgm@gnu.org>
5979
5980 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
5981
5982 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
5983
5984 2008-09-01 Glenn Morris <rgm@gnu.org>
5985
5986 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
5987 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
5988 and fix name typos. (Bug#856)
5989
5990 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * minibuffer.el (completion-pcm--pattern->regex):
5993 When completion-ignore-case is non-nil, generate a regexp that
5994 ignores case.
5995
5996 * window.el (recenter-top-bottom): Doc fix.
5997
5998 2008-09-01 Simon South <ssouth@member.fsf.org>
5999
6000 * progmodes/delphi.el: New maintainer.
6001 (delphi-interface-types): New var.
6002 (delphi-composite-types): Use it.
6003 (delphi-enclosing-indent-of): Distinguish between "interface"
6004 keyword as a unit separator and used like a class declaration.
6005
6006 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6007
6008 * help-fns.el (describe-simplify-lib-file-name)
6009 (find-source-lisp-file): Remove.
6010 (find-lisp-object-file-name): New function giving preference to
6011 files found via load-path instead of loaddefs.el.
6012 (describe-function-1): Use new function instead of the removed
6013 ones. (Bugs #587, #669, #690)
6014 * faces.el (describe-face): Use find-lisp-object-file-name instead
6015 of describe-simplify-lib-file-name.
6016
6017 2008-09-01 Kenichi Handa <handa@m17n.org>
6018
6019 * international/mule-diag.el (font-show-log): Fix previous change.
6020
6021 * international/mule-cmds.el (set-language-environment):
6022 Don't overwrite current-iso639-language if the current language
6023 environment doesn't provide that data.
6024 (set-locale-environment): Set current-iso639-language from the
6025 locale name.
6026
6027 * international/fontset.el (script-representative-chars): Re-add
6028 the entry for symbol, but with vector of characters.
6029 (setup-default-fontset): Cancel previous change.
6030
6031 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * ido.el: Move provide statement to the end of the file.
6034
6035 2008-08-30 Markus Triska <markus.triska@gmx.at>
6036
6037 * linum.el (linum-mode): `window-size-change-functions' can now be
6038 buffer-local.
6039 (linum-update-window): Use result of `move-overlay'.
6040
6041 2008-08-30 Glenn Morris <rgm@gnu.org>
6042
6043 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6044
6045 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6046 Doc fixes.
6047
6048 * apropos.el (apropos-command): Report documentation errors.
6049 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6050
6051 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6054 string.
6055
6056 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6057
6058 * bindings.el (mode-line-frame-identification): Fix last change.
6059
6060 2008-08-29 Kenichi Handa <handa@m17n.org>
6061
6062 These changes are to adjust the automatic composition for the new
6063 implementation (avoid using text property).
6064
6065 * composite.el (composition-function-table): Move declaration to
6066 composite.c.
6067 (terminal-composition-base-character-p): Delete it.
6068 (terminal-composition-function): Delete it.
6069 (terminal-composition-function-table): Delete it.
6070 (lgstring-header, lgstring-set-header, lgstring-font)
6071 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6072 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6073 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6074 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6075 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6076 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6077 (compose-glyph-string, compose-glyph-string-relative)
6078 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6079 New functions.
6080 (auto-compose-chars): Argument changed.
6081
6082 * language/european.el: Don't setup composition-function-table.
6083 (diacritic-composition-pattern, diacritic-compose-region)
6084 (diacritic-compose-string, diacritic-compose-buffer)
6085 (diacritic-composition-function): Delete them.
6086
6087 * language/lao-util.el (lao-composition-function): Argument changed.
6088
6089 * language/sinhala.el: Fix setting up of composition-function-table.
6090
6091 * language/thai.el: Fix setting up of composition-function-table.
6092
6093 * language/thai-util.el: Encoding changed to utf-8.
6094 (thai-composition-function): Argument changed.
6095
6096 * language/indian.el: Fix setting up of composition-function-table.
6097 (devanagari-composable-pattern)
6098 (tamil-composable-pattern, kannada-composable-pattern)
6099 (malayalam-composable-pattern): New variables.
6100
6101 * international/characters.el (unicode-category-table):
6102 Setup unicode-category-table.
6103
6104 * international/fontset.el (setup-default-fontset): Prepend
6105 iso10646-1 fonts to the fallback font groups instead of appending.
6106
6107 2008-08-29 Glenn Morris <rgm@gnu.org>
6108
6109 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6110
6111 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6114 are no X frames active.
6115
6116 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6117
6118 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6119 `ignore-errors' (the function must succeed always).
6120
6121 2008-08-28 Edward O'Connor <hober0@gmail.com>
6122
6123 * json.el (json-read-number): New arg. Handle explicitly signed
6124 numbers.
6125 (json-readtable): Add `+' and `.'.
6126
6127 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6128
6129 * term/pc-win.el (msdos-previous-message): New variable.
6130 (msdos-show-help): New function.
6131 (msdos-initialize-window-system): Set show-help-function to
6132 msdos-show-help.
6133
6134 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6135
6136 * emacs-lisp/debug.el (debug): When killing a noninteractive
6137 Emacs, give an exit status of -1.
6138
6139 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6142
6143 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6144
6145 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6146 not the same as the last modification time, fall back on the
6147 backend-specific check.
6148
6149 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6150
6151 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6152 to go to the position of interest.
6153
6154 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6155
6156 * textmodes/artist.el (artist-mode-init): Add comment on the
6157 setting up of the `artist-replacement-table' array.
6158 (artist-get-replacement-char): New defsubst.
6159 (artist-get-char-at-xy-conv, artist-replace-char)
6160 (artist-replace-chars, artist-replace-string): Use it instead of
6161 accessing `artist-replacement-table' directly.
6162 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6163
6164 (artist-mt): Fix structures for cut and copy operations.
6165
6166 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * shell.el (shell-file-name-quote-list): Quote `$'.
6169
6170 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6171 change to allow quoting of characters before point.
6172 (comint-dynamic-list-filename-completions): Quote common substring.
6173
6174 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * comint.el (comint-dynamic-complete-as-filename): If case is
6177 ignored while matching, replace the entire filename with completion.
6178
6179 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6180 flyspell-pre-point is valid to avoid signalling an error in
6181 post-command-hook.
6182
6183 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6184
6185 * linum.el (linum): Inherit remaining face attributes from default
6186 face.
6187
6188 2008-08-26 Markus Triska <markus.triska@gmx.at>
6189
6190 * linum.el (linum-delay): Disable - it should no longer be
6191 necessary, and can lead to longer delays.
6192 (linum-update-window): Renumber if margin width has changed.
6193
6194 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6195
6196 * epa.el (epa--key-widget-action): Save the selected window to
6197 make `widget-button-click-moves-point' work. (Bug#733).
6198
6199 2008-08-26 Glenn Morris <rgm@gnu.org>
6200
6201 * calendar/holidays.el (calendar-holidays): Doc fix.
6202
6203 * progmodes/gud.el (tramp-file-name-localname)
6204 (tramp-dissect-file-name): Declare.
6205
6206 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6207
6208 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6209
6210 * bindings.el (mode-line-frame-control): New function, caters to
6211 `pc' ``window system''.
6212 (mode-line-frame-identification): Use it instead of accessing
6213 window-system directly.
6214
6215 2008-08-25 Juri Linkov <juri@jurta.org>
6216
6217 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6218 `center-line' and "\eS" from `center-paragraph'.
6219 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6220 `center-paragraph'.
6221
6222 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6223
6224 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6225 (newsticker-treeview-treewindow-width): New.
6226 (newsticker-treeview-listwindow-height): New.
6227 (newsticker-treeview-browse-url-item): New.
6228 (newsticker-treeview-mode-map):
6229 Add newsticker-treeview-browse-url-item.
6230 (newsticker--treeview-window-init):
6231 Use newsticker-treeview-treewindow-width and
6232 newsticker-treeview-listwindow-height.
6233
6234 * net/newst-reader.el (newsticker-browse-url-item): New.
6235
6236 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * vc-dir.el (vc-dir-marked-only-files-and-states):
6239 (vc-dir-child-files-and-states): Reverse the list before returning it.
6240
6241 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6242
6243 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6244
6245 2008-08-24 Romain Francoise <romain@orebokech.com>
6246
6247 * progmodes/python.el (run-python): Remove '' from sys.path.
6248
6249 2008-08-23 Glenn Morris <rgm@gnu.org>
6250
6251 * progmodes/fortran.el (fortran-tab-mode-string)
6252 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6253
6254 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6255
6256 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6257 Add declare-function.
6258
6259 * startup.el (command-line): Don't call tty-register-default-colors
6260 if initial-window-system is `pc'.
6261
6262 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6263 (msdos-key-remapping-map): New variable. Move here all the special
6264 keys we will be remapping via local-function-key-map.
6265 (msdos-setup-keyboard): New function.
6266
6267 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6268 make-msdos-frame.
6269 (terminal-init-internal): New function, errors out if called.
6270 (msdos-initialize-window-system): New function.
6271 (msdos-create-frame-with-faces): Set the terminal's
6272 `terminal-initted' (sic!) parameter.
6273 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6274 (window-system-initialization-alist):
6275 Add msdos-initialize-window-system.
6276 (handle-args-function-alist): Use tty-handle-args for `pc'
6277 ``window system'' as well.
6278 (pc-win): Provide.
6279
6280 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6281 code for using msdos-color-values.
6282
6283 * loadup.el [ms-dos]: Load term/pc-win.
6284
6285 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6286
6287 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6288 directory name.
6289
6290 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6291
6292 * progmodes/gud.el (gud-common-init): Use absolute file so that
6293 perldb works with tramp (sudo).
6294
6295 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6296 match data in process filters.
6297
6298 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6299
6300 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6301 can be written.
6302
6303 2008-08-23 Glenn Morris <rgm@gnu.org>
6304
6305 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6306 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6307
6308 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * subr.el (temp-buffer-show-hook): Doc fix.
6311
6312 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6313
6314 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6315 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6316 <tassilo@member.fsf.org>.
6317
6318 * net/trampver.el: Update release number.
6319
6320 * net/xesam.el (xesam-minor-mode): New minor mode.
6321 (xesam-highlight-buffer): Remove. Code moved to
6322 `xesam-minor-mode'.
6323 (xesam-refresh-entry): Use `xesam-minor-mode'.
6324
6325 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * minibuffer.el (completion--try-word-completion):
6328 Disable partial-completion when considering the addition of a space
6329 or hyphen.
6330
6331 2008-08-21 John Paul Wallington <jpw@pobox.com>
6332
6333 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6334 filename of `tofile' doesn't contain any colons on Windows,
6335 Cygwin, and MS-DOS systems.
6336
6337 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6338
6339 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6340 (epg-context-set-progress-callback): Make sure the callback is a
6341 cons of a function and a handback. Update all callers.
6342
6343 2008-08-20 David Reitter <david.reitter@gmail.com>
6344
6345 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6346 Patch applied by Adrian Robert.
6347
6348 2008-08-20 Kevin Ryde <user42@zip.com.au>
6349
6350 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6351 directive lines.
6352
6353 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6354
6355 * net/xesam.el (xesam-highlight-string): Precise doc string.
6356 (xesam-highlight-buffer): New defun.
6357 (xesam-refresh-entry): Use it. Better check for sourceModified.
6358
6359 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6362 their names.
6363
6364 2008-08-19 Kenichi Handa <handa@m17n.org>
6365
6366 * language/european.el ("Esperanto"): Change the preferred
6367 charsets to iso-8859-3.
6368
6369 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6370
6371 * international/fontset.el (script-representative-chars):
6372 Delete the entry for symbol.
6373 (setup-default-fontset): For symbol characters, don't specify
6374 :script property.
6375
6376 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6377
6378 * minibuffer.el (completion-table-dynamic): Doc fix.
6379
6380 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6381 saved.
6382
6383 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * emulation/edt.el (edt-default-emulation-setup):
6386 Share global-buffers-menu-map with the emulated global map.
6387
6388 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6389
6390 * term/ns-win.el (global): Uncomment "put backspace
6391 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6392
6393 2008-08-18 Kenichi Handa <handa@m17n.org>
6394
6395 * international/mule-diag.el (font-show-log): Add optional arg N
6396 to control the limit of font listing.
6397
6398 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * window.el (recenter-top-bottom): Determine top and bottom
6401 positions using scroll-margin instead of scroll-conservatively.
6402
6403 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6404
6405 * proced.el (proced-send-signal): Use beginning-of-line.
6406
6407 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6408
6409 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6410 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6411 listing types.
6412 (proced-log-buffer): New variable.
6413 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6414 region if transient-mark-mode is turned on and the region is active.
6415 (proced-omit-processes): Rename from proced-hide-processes to
6416 avoid key clash with describe-mode (bound to h). Search for
6417 marked processes starting from point-min.
6418 (proced-header-space): Remove.
6419 (proced-send-signal): Handle errors. Operate on current process
6420 if no process is marked.
6421 (proced-why): New command.
6422 (proced-log, proced-log-summary): New functions.
6423 (proced-help): Use proced-why.
6424 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6425 (bibtex-autokey-year-title-separator): Fix docstring.
6426
6427 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * net/xesam.el (xesam-vendor, xesam-notify-function):
6430 New local variables.
6431 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6432 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6433 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6434 (xesam-new-search): Initialize `xesam-vendor'.
6435
6436 2008-08-15 Glenn Morris <rgm@gnu.org>
6437
6438 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6439 a pipeline.
6440 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6441 unless at the end of the pipeline. (Bug#699).
6442
6443 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6444
6445 * minibuffer.el (completion-boundaries): Doc fix.
6446 (display-completion-list): Only default base-size to zero if
6447 completing in the minibuffer.
6448
6449 * simple.el (completion-base-size): Doc fix.
6450 (choose-completion): Try reselecting completion-reference-buffer.
6451
6452 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6455 also for remote directories.
6456
6457 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6460 since those precomputed values aren't used any more.
6461 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6462
6463 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6464
6465 * help.el (with-help-window): Return last value in BODY.
6466
6467 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6468
6469 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6470 notify function of the URL.
6471 (xesam-new-search): Encode special characters in the query string.
6472
6473 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6474
6475 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6476
6477 2008-08-13 Andreas Schwab <schwab@suse.de>
6478
6479 * net/tramp.el (tramp-handle-shell-command): Handle output going
6480 to current buffer like shell-command. Don't disable undo.
6481
6482 2008-08-13 Glenn Morris <rgm@gnu.org>
6483
6484 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6485 description is found.
6486
6487 2008-08-12 Alan Mackenzie <acm@muc.de>
6488
6489 * progmodes/cc-defs.el (c-emacs-features):
6490 argumentative-bod-function: bind mark-ring to avoid accumulating a
6491 spurious mark.
6492
6493 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * simple.el (visual-line--saved-state): New var.
6496 (visual-line-mode): Save local values of variables, and restore
6497 them when visual-line-mode is disabled.
6498
6499 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6500
6501 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6502
6503 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * progmodes/cc-defs.el (c-emacs-features):
6506 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6507 moving point during the test.
6508
6509 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6510
6511 2008-08-11 Glenn Morris <rgm@gnu.org>
6512
6513 * term/ns-win.el (x-parse-geometry): Doc fix.
6514
6515 * dired.el (x-popup-menu):
6516 * hi-lock.el (x-popup-menu):
6517 * mouse.el (font-face-attributes):
6518 * calendar/cal-menu.el (x-popup-menu):
6519 * calendar/calendar.el (x-popup-menu):
6520 * calendar/holidays.el (x-popup-menu):
6521 * progmodes/cperl-mode.el (x-popup-menu):
6522 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6523 (x-open-connection):
6524 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6525 (x-command-line-resources):
6526 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6527 (x-display-name, x-command-line-resources):
6528 Add declarations for builds without X.
6529
6530 2008-08-10 Glenn Morris <rgm@gnu.org>
6531
6532 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6533
6534 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6535
6536 * vc-bzr.el (vc-bzr-find-revision): Rename from
6537 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6538
6539 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6542 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6543 "DONE", when all hits are retrieved.
6544 (xesam-search): Autoload it.
6545
6546 2008-08-11 John Paul Wallington <jpw@pobox.com>
6547
6548 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6549 empty string when no filename.
6550 (define-ibuffer-column filename): Accommodate that change.
6551
6552 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6553 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6554
6555 2008-08-10 Glenn Morris <rgm@gnu.org>
6556
6557 * Makefile.in (ELCFILES): Update.
6558
6559 2008-08-10 John Paul Wallington <jpw@pobox.com>
6560
6561 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6562
6563 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * battery.el (battery-echo-area-format, battery-status-function):
6566 Handle new Linux sysfs format for battery reporting.
6567 (battery-linux-sysfs): New function.
6568
6569 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6570
6571 * add-log.el (change-log-search-tag-name)
6572 (change-log-goto-source): Fix behavior when point is not on tag.
6573
6574 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6575
6576 * startup.el (command-line-ns-option-alist): Use ignore instead of
6577 ns-ignore-0-arg.
6578
6579 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6580 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6581 (ns-alternatives-map): New variable.
6582 (x-set-up-function-keys): Use it.
6583 (global): Comment out "put backspace ascii-character..." and friends.
6584 Move function-key-map into ns-alternatives-map. Don't call
6585 precompute-menubar-bindings. Don't set anything connected with
6586 browse-url.
6587 (after-make-frame-functions): Clarify comment why a hook is added.
6588
6589 2008-08-06 Joakim Verona <joakim@verona.se>
6590
6591 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6592 in url:s.
6593
6594 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6597 Fix 2008-01-01 change: use a shy group to not affect subsequent
6598 match calls.
6599
6600 2008-08-06 Reto Zimmermann <reto@gnu.org>
6601
6602 * progmodes/vera-mode.el (vera-electric-tab):
6603 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6604 region when active.
6605
6606 2008-08-06 Kenichi Handa <handa@m17n.org>
6607
6608 * faces.el (face-valid-attribute-values): Fix handling the value
6609 of (font-family-list) and font-XXX-table.
6610
6611 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6612
6613 * proced.el (proced-menu): Bind the correct function to for toggling.
6614
6615 * vc-dir.el (vc-dir-mode): Fix typo.
6616
6617 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6618
6619 * whitespace.el (whitespace-newline-mode)
6620 (global-whitespace-newline-mode, whitespace-mode)
6621 (global-whitespace-mode): Improve docstring.
6622
6623 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6624
6625 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6626
6627 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6628
6629 * cus-start.el (all): Handle auto-save-visited-file-name.
6630
6631 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6632
6633 * files.el (hack-one-local-variable-eval-safep): Handle
6634 lisp-indent-function and scheme-indent-function in addition to the
6635 deprecated lisp-indent-hook.
6636
6637 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6638
6639 * net/xesam.el (top): Require `wid-edit' always.
6640 (xesam-mode-line, xesam-highlight): New deffaces.
6641 (xesam-objects): New local variable.
6642 (xesam-search-engines): Fix error in field list.
6643 (xesam-mode): Use `xesam-mode-line' instead of
6644 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6645 proper initialization (why?).
6646 (xesam-highlight-string, xesam-get-hits)
6647 (xesam-kill-buffer-function): New defuns.
6648 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6649 result of "hit.fields", it isn't a string only. Wrap an error of
6650 the strigi search engine ("xesam:size" is returned as string).
6651 Highlight search items.
6652 (xesam-refresh-search-buffer): Make logic of counters more simple.
6653 Prefetch next hits.
6654 (xesam-signal-handler): Use `xesam-mode-line' instead of
6655 `font-lock-type-face'.
6656 (xesam-new-search): Add `xesam-kill-buffer-function' to
6657 `kill-buffer-hook'.
6658
6659 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6660
6661 * add-log.el (change-log-next-error, change-log-mode): Add support
6662 for `next-error' to call `change-log-goto-source' on named files
6663 in a ChangeLog.
6664
6665 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6666
6667 * calc/calc.el (math-read-number): Handle all C-like languages
6668 properly.
6669
6670 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6671
6672 * calc/calc.el (math-read-number): Handle C numbers beginning with
6673 0 correctly.
6674
6675 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6676
6677 * term/ns-win.el ([ns-new-frame]): New global key.
6678
6679 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6680
6681 * international/mule-cmds.el (read-char-by-name):
6682 Check UCS names with `assoc-string' and case folding.
6683
6684 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
6685
6686 * net/dbus.el (dbus-call-method-asynchronously)
6687 (dbus-method-return-internal, dbus-method-error-internal):
6688 Declare them with `declare-function'.
6689
6690 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * descr-text.el (describe-char-display): Fix last change:
6693 don't pass CHARSET to `encoded-string-description'.
6694
6695 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6696
6697 * vc.el (vc-next-action): Update list var correctly after delete.
6698
6699 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * ido.el (ido-mode): Add toggle notification.
6702
6703 * cus-edit.el (custom-save-all): Avoid destroying symlink if
6704 already visiting the custom file.
6705
6706 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6707 pending output coming after the status change.
6708
6709 2008-08-02 Jason Rumney <jasonr@gnu.org>
6710
6711 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
6712
6713 2008-08-01 Kenichi Handa <handa@m17n.org>
6714
6715 * international/mule-cmds.el (encode-coding-char):
6716 New optional arg CHARSET.
6717
6718 * descr-text.el (describe-char-display): Call encode-coding-char
6719 with the arg CHARSET.
6720 (describe-char): Pay attention to the text-property `charset'.
6721
6722 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
6725 error messages.
6726 (dbus-set-property): Call `dbus-introspect-get-property' instead
6727 of `dbus-get-property'.
6728
6729 * net/xesam.el (xesam-all-fields): Remove source and content
6730 identifiers.
6731 (xesam-dbus-unique-names): New defvar.
6732 (xesam-dbus-call-method): New defun. Replace all calls of
6733 `dbus-call-method' by `xesam-dbus-call-method'.
6734 (xesam-get-cached-property, xesam-set-cached-property):
6735 New defuns.
6736 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
6737 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
6738 (xesam-search-engines): Make it an association list. Take changed
6739 layout into account in the corresponding function.
6740 (xesam-delete-search-engine): Remove check for consistency of
6741 `xesam-search-engines', not needed anymore.
6742 (xesam-mode): Show XML query string only in the debug case.
6743
6744 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6745
6746 * files.el (read-file-modes): Fix typo in docstring.
6747
6748 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * Makefile.in: Avoid maintainer warning for autogenerated unicode
6751 files.
6752
6753 * apropos.el (apropos-symbol): Don't set button skip by default.
6754 (apropos-print): Set button skip iff searching for multiple types.
6755 (apropos-print-doc): Insert blank label button when searching for
6756 a single type.
6757
6758 * button.el (forward-button): Avoid infloop.
6759
6760 * minibuffer.el (read-file-name-completion-ignore-case):
6761 Add cygwin to the list.
6762
6763 2008-07-31 Sven Joachim <svenjoac@gmx.de>
6764
6765 * files.el (abbreviate-file-name): When replacing $HOME with ~,
6766 turn off case-fold-search.
6767
6768 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
6769
6770 * net/dbus.el (top): Don't register for "NameOwnerChanged".
6771 (dbus-message-type-invalid, dbus-message-type-method-call)
6772 (dbus-message-type-method-return, dbus-message-type-error)
6773 (dbus-message-type-signal): New defconst.
6774 (dbus-ignore-errors): Fix `edebug-form-spec' property.
6775 (dbus-return-values-table): New defvar.
6776 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
6777 New defun.
6778 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
6779 Extend docstring. Adapt implementation according to new
6780 `dbus-event' layout.
6781 (dbus-event-service-name, dbus-event-path-name)
6782 (dbus-event-interface-name, dbus-event-member-name):
6783 Adapt implementation according to new `dbus-event' layout.
6784 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
6785
6786 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
6787 (xesam-mode): Rework implementation.
6788 (xesam-new-search): Additional parameter TYPE.
6789 (xesam-search): Adapt call of `xesam-new-search'.
6790
6791 2008-07-31 Juri Linkov <juri@jurta.org>
6792
6793 * dired-aux.el (dired-do-chmod): Set default value to the original
6794 mode string using absolute notation like u=rwx,g=rx,o=rx.
6795 Use it as a new arg `default' of `dired-mark-read-string'.
6796 (dired-mark-read-string): Add new optional arg `default'.
6797
6798 * files.el (read-file-modes): Set default value to the original
6799 mode string using absolute notation like u=rwx,g=rx,o=rx.
6800 Use it as the `default' arg of `read-string'.
6801
6802 * filesets.el (filesets-cmd-isearch-getargs): Check if the
6803 variable `files' is bound to avoid warnings.
6804
6805 * isearch.el (isearch-forward-regexp, isearch-forward-word)
6806 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
6807 to the command `isearch-forward' instead of displaying "See C-s".
6808 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
6809 with their interactive specifications. Move reading the face name to
6810 the main body after calls to isearch-done and isearch-clean-overlays.
6811
6812 * mb-depth.el: Unify all names under one common name prefix
6813 `minibuffer-depth-'.
6814 (minibuffer-depth-indicator-function): Rename from
6815 `minibuf-depth-indicator-function'.
6816 (minibuffer-depth-overlay): Rename from
6817 `minibuf-depth-overlay'.
6818 (minibuffer-depth-setup): Rename from
6819 `minibuf-depth-setup-minibuffer'.
6820 (minibuffer-depth-indicate-mode): Rename from
6821 `minibuffer-indicate-depth-mode'.
6822
6823 2008-07-31 Juri Linkov <juri@jurta.org>
6824
6825 * dired-aux.el (dired-isearch-filenames-toggle): New command.
6826 (dired-isearch-filenames-setup): Bind "\M-sf" to
6827 dired-isearch-filenames-toggle in isearch-mode-map.
6828 (dired-isearch-filenames-end): Bind "\M-sf" to nil
6829 in isearch-mode-map.
6830
6831 * isearch.el (isearch-edit-string-set-word): New command.
6832 (minibuffer-local-isearch-map): Bind "\C-w" to
6833 isearch-edit-string-set-word.
6834 (isearch-new-word): Temporary internal variable.
6835 (isearch-edit-string): Remove special case of reading the
6836 first character and checking it for C-w.
6837
6838 * simple.el (read-shell-command, shell-command):
6839 Move code that uses minibuffer-with-setup-hook to set
6840 minibuffer-default-add-function to minibuffer-default-add-shell-commands
6841 from the interactive spec of `shell-command' to `read-shell-command'.
6842
6843 * international/mule-cmds.el (read-char-by-name):
6844 Accept hash notation. Doc fix.
6845 (ucs-insert): Doc fix. Convert to number only when `arg' is
6846 a string. Use separate error message when `arg' is not an integer.
6847 Bind `ucs-insert' to `C-x 8 RET'.
6848
6849 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
6850
6851 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
6852 move the (arglist-cont-nonempty) from c-offsets-alist to
6853 c-hanging-braces-alist like other styles already have.
6854
6855 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6856
6857 * textmodes/texinfmt.el:
6858 * nxml/nxml-enc.el:
6859 * mail/feedmail.el:
6860 * international/mule.el:
6861 * international/latexenc.el:
6862 * emulation/viper-util.el:
6863 * emulation/viper-init.el:
6864 * emulation/viper-ex.el:
6865 * emacs-lisp/bytecomp.el:
6866 * version.el:
6867 * subr.el:
6868 * startup.el:
6869 * sort.el:
6870 * shadowfile.el:
6871 * recentf.el:
6872 * printing.el:
6873 * paths.el:
6874 * minibuffer.el:
6875 * ls-lisp.el:
6876 * loadup.el:
6877 * hippie-exp.el:
6878 * finder.el:
6879 * files.el:
6880 * ediff-util.el:
6881 * ediff-ptch.el:
6882 * ediff-init.el:
6883 * ediff-diff.el:
6884 * dired.el:
6885 * dired-aux.el:
6886 * cus-edit.el:
6887 * bindings.el:
6888 * arc-mode.el:
6889 * add-log.el: Remove VMS support.
6890 * obsolete/vmsproc.el:
6891 * obsolete/vms-pmail.el:
6892 * obsolete/vms-patch.el: Remove file.
6893
6894 2008-07-31 Alan Mackenzie <acm@muc.de>
6895
6896 * progmodes/cc-mode.el (c-before-hack-hook): New function
6897 (Top Level): Install c-before-hack-hook on
6898 before-hack-local-variables-hook, rather than
6899 c-postprocess-file-styles on hack-local-variables-hook.
6900
6901 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
6902
6903 * files.el (normal-mode): Move call to hack-project-variables into
6904 hack-local-variables.
6905 (file-local-variables-alist, before-hack-local-variables-hook):
6906 New vars.
6907 (ignored-local-variables): Add file-local-variables-alist.
6908 (hack-local-variables-filter): Renamed from
6909 hack-local-variables-apply. Add the result to
6910 file-local-variables-alist, without applying them.
6911 (hack-local-variables): Set file-local-variables-alist to nil.
6912 Call hack-project-variables and before-hack-local-variables-hook.
6913 Apply variables here, instead of hack-local-variables-apply.
6914 Based on a patch by Alan Mackenzie.
6915
6916 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
6917
6918 * info-look.el (autoconf-mode :doc-spec): For
6919 "(autoconf)M4 Macro Index", if the item already
6920 begins with "AS_", don't prefix that string again.
6921
6922 2008-07-30 Juri Linkov <juri@jurta.org>
6923
6924 * info.el (info, Info-mode): Doc fix.
6925
6926 * isearch.el (isearch-mode-map): Bind `M-s r' to
6927 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
6928 (search-map): Bind `M-s w' to `isearch-forward-word' globally
6929 in the global map `search-map'.
6930 (isearch-forward): Doc fix.
6931 (isearch-forward-word, isearch-toggle-case-fold): New commands.
6932
6933 * simple.el (quoted-insert): Comment out code that treats
6934 0240-0377 specially.
6935
6936 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * cus-start.el: Add customization info for
6939 read-buffer-completion-ignore-case.
6940
6941 2008-07-30 Sam Steingold <sds@gnu.org>
6942
6943 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
6944
6945 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
6948 (vc-dir-mode): Improve docstring.
6949
6950 2008-07-30 Juri Linkov <juri@jurta.org>
6951
6952 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
6953 for the sake of isearch-mode-hook in dired-mode in dired.el.
6954
6955 2008-07-19 Markus Triska <markus.triska@gmx.at>
6956
6957 * image-mode.el (image-mode): Set image-mode-text-map when image
6958 cannot be displayed.
6959
6960 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
6961
6962 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
6963 ada-xref-set-default-prj-values.
6964 (ada-prj-display-page): Ditto.
6965
6966 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
6967 (ada-make-filename-from-adaname): Fix free variable.
6968
6969 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6970
6971 * vc-git.el (vc-git-status-printer): Synchronize with the default.
6972
6973 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
6974
6975 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
6976 for declarations inside a parenthetical list. The code is ill-advised,
6977 and doesn't work given user defined types.
6978 (verilog-set-auto-endcomments): Enhance function automatic
6979 endcomment to support functions that return user defined types.
6980 (verilog-mode): Add code to tell which-function-mode minor mode
6981 that Verilog supports this feature.
6982 (verilog-beg-block-re-ordered, verilog-indent-re)
6983 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
6984 (verilog-leap-to-head): Support the new virtual and/or protected
6985 tasks, as well as extern declarations of tasks for indenting and
6986 for forward/backward expression.
6987
6988 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
6989
6990 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
6991 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
6992 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
6993 (verilog-string-replace-matches): Avoid recursion with small
6994 replacements.
6995 (verilog-auto-inst-param-value, verilog-mode-version)
6996 (verilog-mode-version-date, verilog-read-inst-param-value)
6997 (verilog-auto-inst, verilog-auto-inst-param)
6998 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
6999 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7000 David Rogoff. This allows parameters to be replaced with their
7001 values, on the expansion of an AUTOINST with Verilog 2001 style
7002 parameter settings.
7003
7004 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7005
7006 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7007 to `cddr'.
7008
7009 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * Makefile.in (ELCFILES): Add mairix.elc.
7012
7013 2008-07-29 David Engster <deng@randomsample.de>
7014
7015 * net/mairix.el: New file.
7016
7017 2008-07-29 Juri Linkov <juri@jurta.org>
7018
7019 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7020 instead of variable-pitch with bold and 1.2 height.
7021
7022 * dired-aux.el (dired-do-async-shell-command): New command.
7023
7024 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7025 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7026
7027 2008-07-29 Juri Linkov <juri@jurta.org>
7028
7029 * international/mule-cmds.el (ucs-names): New internal variable.
7030 (ucs-names): New function.
7031 (ucs-completions): New lazy completion variable.
7032 (read-char-by-name): New function.
7033 (ucs-insert): Replace interactive spec letter "s" with the call to
7034 `read-char-by-name'.
7035
7036 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7037
7038 * replace.el (occur-read-primary-args):
7039 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7040 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7041 second arg of `read-regexp'.
7042
7043 * dired-aux.el (dired-isearch-filenames): New user option.
7044 (dired-isearch-orig-success-function): New internal variable.
7045 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7046 (dired-isearch-success-function): New functions.
7047 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7048 New commands.
7049
7050 * dired.el (dired-insert-set-properties): Add new text property
7051 `dired-filename' to put on file names.
7052 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7053 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7054 Add menu items.
7055 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7056 buffer-local `isearch-mode-hook'.
7057
7058 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7061 (ada-create-case-exception): Fix typo in docstring.
7062 (ada-no-auto-case): Return nil, not the docstring.
7063 (ada-indent-current): Reflow docstring.
7064
7065 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7066 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7067 (ada-prj-load-from-file): Reflow docstring.
7068 (ada-prj-display-page): Fix typo in widget.
7069
7070 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7071 Fix typos in docstrings.
7072
7073 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7074 (ada-compile-current, ada-check-current, ada-run-application)
7075 (ada-get-ali-file-name): Fix typos in docstrings.
7076 (ada-xref-confirm-compile, ada-find-references)
7077 (ada-find-local-references, ada-find-any-references): Doc fixes.
7078 (ada-get-all-references): Fix typo in error message.
7079 (ada-xref-current-project): Use `let', not `let*'.
7080 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7081
7082 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7083
7084 * whitespace.el (whitespace-newline): Change initialization to have a
7085 low contrast relative to the background color. Suggested by David
7086 Reitter <david.reitter@gmail.com>.
7087
7088 2008-07-28 Juri Linkov <juri@jurta.org>
7089
7090 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7091 New functions.
7092
7093 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7094 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7095
7096 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7097
7098 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7099 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7100
7101 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7102
7103 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7104 Add support for add-log.
7105 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7106
7107 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7108 (ada-prj-save): Prompt for file name if not given.
7109 (ada-prj-display-page): Display casing exceptions.
7110
7111 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7112 Ada mode project files. Delete 'main_unit' project variable;
7113 only need 'main'. Simplify handling of default project values.
7114 Use cross-prefix consistently.
7115 (ada-find-executable): Throw error if not found.
7116 (ada-initialize-runtime-library): Improve error handling when
7117 gnatls not found.
7118 (ada-gnat-parse-gpr): New.
7119 (ada-treat-cmd-string): Allow process environment variables.
7120 (ada-xref-set-default-prj-values): Delete; replace with
7121 ada-default-prj-properties.
7122 (ada-parse-prj-file): Handle GNAT project files.
7123 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7124 (ada-select-prj-file): New.
7125 (ada-get-absolute-dir-list): Allow project and environment variables.
7126
7127 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7128
7129 Sync with Tramp 2.1.14.
7130
7131 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7132 (tramp-get-device): Make device number a cons cell.
7133 (tramp-convert-file-attributes): Make inode a cons cell.
7134
7135 * net/trampver.el: Update release number.
7136
7137 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7138
7139 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7140 window systems.
7141
7142 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7143
7144 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7145
7146 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7147
7148 Remove support for Mac Carbon.
7149 * term/mac-win.el: Remove file
7150 * international/mule-cmds.el:
7151 * version.el:
7152 * startup.el:
7153 * simple.el:
7154 * mwheel.el:
7155 * mouse.el:
7156 * loadup.el:
7157 * isearch.el:
7158 * info.el:
7159 * frame.el:
7160 * faces.el:
7161 * disp-table.el:
7162 * cus-start.el:
7163 * cus-face.el:
7164 * cus-edit.el:
7165 * Makefile.in: Remove code for Carbon.
7166
7167 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7168
7169 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7170 bindings for functions deleted by Dan N. 2008-07-21. Set
7171 where-is-preferred-modifier. Add show-manual option to Help menu.
7172
7173 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7174
7175 * net/tramp.el (tramp-handle-start-file-process):
7176 Set query-on-exit flag. Kill temporary buffer.
7177 (tramp-process-sentinel): Remove defun.
7178 (tramp-do-copy-or-rename-file-out-of-band)
7179 (tramp-maybe-open-connection): Don't call it.
7180
7181 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7182 `tramp-process-sentinel'.
7183
7184 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7185 `tramp-process-sentinel'.
7186
7187 * net/xesam.el (xesam-from): Remove defvar.
7188 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7189 and `mode-line-position'.
7190 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7191 information to the widgets. Don't set `mode-line-position'.
7192 (xesam-refresh-search-buffer): Correct hit number computing.
7193 Don't set `mode-line-position'.
7194 (xesam-new-search): Add debug information to the mode line.
7195
7196 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7197
7198 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7199 diff-show-trailing-whitespaces.
7200
7201 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7204 invalid filename strings when parsing tex errors (bug#376).
7205
7206 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * menu-bar.el (menu-bar-file-menu): Fix typo.
7209
7210 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7211
7212 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7213 (solitaire-mode): Define with `define-derived-mode'.
7214 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7215 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7216 (solitaire-undo, solitaire-check): Use `when'.
7217 (solitaire-solve): Err out if the solitaire is already in progress.
7218 Use `when'.
7219
7220 * descr-text.el (describe-char): Don't overwrite local variable char
7221 when describing characters with display-table entries. Display font
7222 backend when describing composed characters. Simplify: use `let'
7223 instead of `let*', and `or x y' instead of `if x x y'.
7224
7225 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7226
7227 * image-mode.el (image-minor-mode): Set up winprops.
7228
7229 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7230
7231 * diff-mode.el (diff-show-trailing-blanks): New fun.
7232 Show trailing blanks in modified lines for diff-mode.
7233
7234 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7235
7236 * Makefile.in (ELCFILES): Add net/xesam.el.
7237
7238 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7239 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7240
7241 * net/xesam.el: New file.
7242
7243 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7244
7245 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7246 set-file-modes when creating target directories.
7247
7248 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7249
7250 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7251 Set `show-trailing-whitespace' to nil.
7252 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7253 Fix typos in docstrings.
7254
7255 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7258 key remapping, not directly.
7259
7260 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7261
7262 * whitespace.el: New version 11.2.
7263 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7264 minor mode visualization.
7265
7266 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7267
7268 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7269
7270 * Makefile.in (ELCFILES): Add term/common-win.elc.
7271
7272 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7273 (vc-dir-isearch-regexp): New functions.
7274 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7275
7276 2008-07-23 Juri Linkov <juri@jurta.org>
7277
7278 * isearch-multi.el: Remove file to avoid dos file name clashes
7279 with isearch-x.el. Move most content to misearch.el.
7280
7281 * misearch.el: New file with most content from isearch-multi.el.
7282 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7283 Remove `isearch-buffers-minor-mode'. Add new function
7284 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7285 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7286 `multi-isearch-files', `multi-isearch-files-regexp'.
7287
7288 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7289
7290 * isearch.el (isearch-message-prefix): Display "Multi" when
7291 `multi-isearch-next-buffer-current-function' is non-nil.
7292 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7293 with `multi-isearch-next-buffer-current-function', and
7294 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7295
7296 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7297 `multi-isearch-next-buffer-function' instead of
7298 `isearch-buffers-next-buffer-function'. Remove call to
7299 `isearch-buffers-minor-mode'.
7300
7301 * buff-menu.el (Buffer-menu-marked-buffers)
7302 (Buffer-menu-isearch-buffers)
7303 (Buffer-menu-isearch-buffers-regexp): New functions.
7304 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7305 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7306 `Buffer-menu-isearch-buffers-regexp'.
7307 (Buffer-menu-mode): Document new commands in docstring.
7308 (list-buffers-noselect): Add one space after Info file name
7309 according to the Info address convention.
7310
7311 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7312 New functions.
7313
7314 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7315 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7316 (ibuffer-mode): Document new commands in docstring.
7317
7318 * filesets.el (filesets-commands): Add commands for "Isearch" and
7319 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7320 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7321 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7322 or `multi-isearch-files-regexp'.
7323 (filesets-cmd-query-replace-getargs): Call standard function
7324 `query-replace-read-args' to read `query-replace' arguments.
7325 Add `multi-query-replace-map'.
7326 (filesets-cmd-query-replace-regexp-getargs)
7327 (filesets-cmd-isearch-getargs): New functions.
7328
7329 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * international/mule.el (recode-region): Deactivate mark at the end.
7332
7333 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7334
7335 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7336 Use more suitable colors on dark displays.
7337
7338 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7339
7340 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7341 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7342 (tramp-temp-buffer-name): New defconst.
7343 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7344 command. No trailing prompt.
7345 (tramp-process-sentinel): Remove temporary buffer, if existing.
7346 Don't handle trailing prompt.
7347 (tramp-open-connection-setup-interactive-shell):
7348 Use `tramp-temp-buffer-name'.
7349
7350 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * shell.el (shell-dynamic-complete-functions):
7353 Use comint-dynamic-complete-filename as well (bug#361).
7354
7355 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7356
7357 * term/ns-win.el:
7358 * version.el (emacs-version):
7359 * loadup.el:
7360 * frame.el (make-frame-on-display): Check for ns instead of
7361 ns-windowing.
7362
7363 * dired.el (dired-mode-map): Show the key binding for wdired.
7364
7365 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7366 exiting Emacs.
7367
7368 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7369
7370 * term/ns-win.el (x-list-fonts): Drop alias.
7371
7372 2008-07-23 Juri Linkov <juri@jurta.org>
7373
7374 * replace.el (multi-query-replace-map): New variable.
7375 (perform-replace): Add processing of new multi-buffer keys bound
7376 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7377 if last input char was `automatic-all'. Set new local variable
7378 `multi-buffer' to t when one of new two keys were typed. Return
7379 non-nil value of `multi-buffer' that tells to calling functions
7380 to continue replacement on the next file.
7381
7382 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7383 `perform-replace' to `multi-query-replace-map'.
7384
7385 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7388 otherwise displayed in every buffer.
7389
7390 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7391 (vc-arch-trim-one-revlib): Delete temp directories as well.
7392
7393 2008-07-22 Stephen Eglen <stephen@gnu.org>
7394
7395 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7396
7397 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7398
7399 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7400
7401 2008-07-22 Miles Bader <miles@gnu.org>
7402
7403 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7404 (sh-mode-map): Remove remapping of newline-and-indent.
7405
7406 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7407
7408 * vc.el (Todo): Update.
7409
7410 * vc-hooks.el: Remove obsolete comment.
7411
7412 * vc-git.el (vc-git-status-printer): Update the directory display
7413 to match the default.
7414
7415 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7416
7417 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7420 for "word wrap" command.
7421
7422 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7423
7424 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7425
7426 * term/ns-win.el: Rename ns- functions/variables to the
7427 corresponding x- versions.
7428 (x-select-text, x-cut-buffer-or-selection-value)
7429 (x-disown-selection-internal, x-get-selection-internal)
7430 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7431 (x-display-mm-width, x-display-mm-height)
7432 (x-display-backing-store, x-display-save-under)
7433 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7434 defaliases.
7435
7436 * frame.el (ns-display-name): Remove declaration.
7437 (make-frame-on-display): Use x-display-name instead
7438 ns-display-name. Use unless.
7439
7440 * startup.el (command-line-1): Fix indentation.
7441
7442 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7443 checked in inadvertently.
7444
7445 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * term/ns-win.el: Standardize references to "Nextstep" in
7448 comments, messages, and docstrings.
7449 (ns-handle-args, x-parse-geometry)
7450 (ns-extended-platform-support-mode, x-setup-function-keys)
7451 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7452 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7453 (ns-initialized, ns-initialize-window-system): Doc fixes.
7454
7455 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7456
7457 * diff-mode.el (diff-auto-refine): Delete defcustom.
7458 (diff-auto-refine-mode): New func/var via define-minor-mode.
7459 Update var ref to use diff-auto-refine-mode.
7460 * smerge-mode.el (diff-mode): Require when compiling.
7461 (smerge-auto-refine): Delete defcustom.
7462 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7463
7464 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * simple.el (visual-line): New custom group.
7467 (visual-line-fringe-indicators): New var.
7468 (visual-line-mode): Set fringe-indicator-alist based on
7469 visual-line-fringe-indicators. Add lighter.
7470
7471 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7474 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7475 (x-handle-geometry, x-handle-name-switch, x-display-name)
7476 (x-handle-display, x-handle-args, x-colors): Move ...
7477 * term/common-win.el: ... here. New file.
7478 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7479 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7480 (x-handle-geometry, x-handle-name-switch, x-display-name)
7481 (x-handle-display, x-handle-args, x-colors): Remove.
7482 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7483
7484 2008-07-19 Juri Linkov <juri@jurta.org>
7485
7486 * startup.el (fancy-startup-text): Move the line "To quit
7487 a partially entered command, type Control-g" a few lines below
7488 to be after the line "To start". Add text "at gnu.org" to
7489 "Overview of Emacs features".
7490
7491 * dired.el (dired-mode-map): Fix menu text of
7492 image-dired-display-thumbs.
7493
7494 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7495 (image-dired-cmd-create-temp-image-options)
7496 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7497 ImageMagick command line to change the dimensions of the image
7498 only if its width or height exceeds the geometry specification.
7499
7500 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7501
7502 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7503 to docstrings.
7504
7505 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7506
7507 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7508 Vinicius Jose Latorre.
7509
7510 2008-07-19 Glenn Morris <rgm@gnu.org>
7511
7512 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7513 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7514
7515 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7516
7517 * net/dbus.el (dbus-interface-properties): New defconst.
7518 (dbus-introspect): Update docstring.
7519 (dbus-introspect-xml, dbus-introspect-get-attribute)
7520 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7521 (dbus-introspect-get-interface-names)
7522 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7523 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7524 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7525 (dbus-introspect-get-property)
7526 (dbus-introspect-get-annotation-names)
7527 (dbus-introspect-get-annotation)
7528 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7529 (dbus-introspect-get-signature, dbus-get-property)
7530 (dbus-set-property, dbus-get-all-properties): New defuns.
7531
7532 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7535 ns-grabenv.elc.
7536
7537 * ns-carbon-compat.el: File removed.
7538
7539 * ns-grabenv.el: File removed.
7540
7541 * term/ns-win.el: Contents of ns-carbon-compat.el and
7542 ns-grabenv.el moved here.
7543 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7544 (ns-submit-bug-report): Function removed. Reports go to the main
7545 Emacs bug list.
7546 (ns-handle-args, ns-spi-service-call): Doc fixes.
7547 (info-ns-emacs): Function removed. Nextstep port manual will be
7548 merged into the Emacs manual, so no separate link needed.
7549
7550 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7551
7552 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7553
7554 2008-07-18 Glenn Morris <rgm@gnu.org>
7555
7556 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7557 to XEmacs, since it does nothing for Emacs.
7558
7559 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7562 BUFFER that is a string but does not exist as a buffer object, as
7563 mentioned in the doc-string.
7564
7565 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * simple.el (line-move-visual): Make it a defcustom.
7568 (line-move-1): Convert temporary-goal-column back to an integer if
7569 it was set as a float by a previous call to line-move-visual.
7570 (end-of-visual-line, beginning-of-visual-line)
7571 (next-logical-line, previous-logical-line): New functions.
7572
7573 2008-07-17 David Reitter <david.reitter@gmail.com>
7574
7575 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7576 functions.
7577 (visual-line-mode, global-visual-line-mode): New minor mode.
7578 (visual-line-mode-map): New variable.
7579
7580 2008-07-17 Glenn Morris <rgm@gnu.org>
7581
7582 * term/ns-win.el (parameters): Declare for compiler.
7583
7584 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7585
7586 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7587 for Windows.
7588
7589 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7590
7591 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7592 (epa-key-mode): Ditto.
7593 (epa-info-mode): Ditto.
7594
7595 2008-07-17 Glenn Morris <rgm@gnu.org>
7596
7597 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7598 (ns-handle-numeric-switch): Just call ns-handle-switch.
7599 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7600 (ns-handle-args): Simplify using `pop'.
7601 (ns-display-name): Define (used in frame.el).
7602 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7603 original definition.
7604 (ns-perform-service): Declare.
7605 (ns-save-preferences): Use fewer `let's.
7606
7607 * frame.el (ns-display-name): Declare for compiler.
7608
7609 2008-07-17 Kenichi Handa <handa@m17n.org>
7610
7611 * descr-text.el (describe-char-unidata-list): Initialize to the
7612 list of name, general-category, decomposition, and old-name.
7613
7614 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7615
7616 * startup.el (command-line-1): Update processing of NS long options to
7617 mimic recent changes to processing of X long options.
7618
7619 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7620
7621 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7622 list of #defines for remote files.
7623 (gdb-source-info): Only show main if it has been found.
7624
7625 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * term/ns-win.el: Require CL; fix up comment style; reindent.
7628 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7629 (ns-save-preferences): Use `case'.
7630 (ns-initialize-window-system): Use `dolist'.
7631
7632 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7633
7634 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7635 windowing is used.
7636 * term/ns-win.el (ns-extended-platform-support-mode):
7637 Correct/improve documentation.
7638
7639 2008-07-16 Glenn Morris <rgm@gnu.org>
7640
7641 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7642 Simply require 'cl (see comment in cl-compat.el).
7643 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7644 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7645 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7646 directly rather by subterfuge. Provide cl before loading cl-macs.
7647
7648 * paths.el (rmail-spool-directory): Remove settings for systems that are
7649 no longer supported.
7650
7651 * frame.el (ns-initialize-window-system): Declare for compiler.
7652
7653 * term/ns-win.el: Add numerous declarations for compiler.
7654 (ns-pop-up-frames): Move definition before use. Doc fix.
7655
7656 * emacs-lisp/check-declare.el (check-declare-locate)
7657 (check-declare-verify): Handle .m files.
7658
7659 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7660
7661 * ns-carbon-compat.el: New file: user-visible compatibility of
7662 NeXTstep port with Carbon port.
7663 * ns-grabenv.el: New file: functionality useful on OS X platform to
7664 expose environment variables inside Emacs started from icon.
7665 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7666 * cus-edit.el:
7667 * cus-face.el:
7668 * disp-table.el:
7669 * faces.el:
7670 * info.el:
7671 * mouse.el:
7672 * mwheel.el:
7673 * simple.el: Add ns to window systems treated as GUIs.
7674 * facemenu.el (facemenu-read-color): Don't require a name match under
7675 NS, to allow numeric color entry.
7676 * frame.el (make-frame-on-display): Follow code for 'x in initializing
7677 'ns window system if need be.
7678 (various): Add 'ns as described above.
7679 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
7680 ns-windowing is active.
7681 * startup.el (command-line-ns-option-alist): New constant to handle NS
7682 windowing system specific command line args analogous to how they are
7683 handled for X windows.
7684 (command-line-1): Use the above where appropriate.
7685 * version.el: Add NS port version.
7686 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
7687 Darwin (usually OS X) systems.
7688 (woman-use-own-frame): Include 'ns in list of GUI window systems.
7689 * emulation/viper-util.el (ns-display-color-p)
7690 (ns-color-defined-p): Remove these (caustically-commented) outdated
7691 compensations for a port that was never itself integrated until now.
7692 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
7693 for NS window system.
7694 * international/mule-cmds.el: Add 'ns to list of special-cased window
7695 systems (probably most of these, x/w32/mac/ns could be changed to
7696 window-system non-nil).
7697 * term/ns-win.el: New file: lisp-side support for NS windowing system.
7698
7699 2008-07-14 Jason Rumney <jasonr@gnu.org>
7700
7701 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
7702 (x-handle-numeric-switch, x-handle-initial-switch)
7703 (x-handle-xrm-switch, x-handle-args, x-handle-display)
7704 (xw-defined-colors, w32-initialize-window-system):
7705 Avoid use of cl pop and push macros.
7706
7707 2008-07-14 Martin Rudalics <rudalics@gmx.at>
7708
7709 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
7710 error when change-log-search-file-name returns nil.
7711
7712 2008-07-13 Martin Rudalics <rudalics@gmx.at>
7713
7714 * add-log.el (change-log-search-file-name):
7715 Use match-string-no-properties.
7716 (change-log-search-tag-name-1, change-log-search-tag-name)
7717 (change-log-goto-source-1, change-log-goto-source): New functions.
7718 (change-log-tag-re, change-log-find-head, change-log-find-tail):
7719 New variables.
7720 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
7721
7722 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
7723
7724 * calc/calc-help.el (calc-describe-key): Add angles to special key
7725 descriptions.
7726
7727 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
7728
7729 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
7730 search for regexp.
7731
7732 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * simple.el (line-move-visual): Handle null pixel position gracefully.
7735
7736 2008-07-11 Jason Rumney <jasonr@gnu.org>
7737
7738 * files.el (file-truename): Get truename of ancestors if file does
7739 not exist on Windows.
7740
7741 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
7742
7743 * simple.el (line-move-visual): Obey goal-column and no-error arg.
7744 (track-eol, temporary-goal-column, previous-line, next-line):
7745 Update docstring.
7746 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
7747 to nil.
7748
7749 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * simple.el (line-move-visual): New var.
7752 (line-move-visual): New function.
7753 (line-move): Call line-move-visual.
7754
7755 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7756
7757 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
7758 pattern and add patterns for C++ header files.
7759
7760 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * window.el (truncated-partial-width-window-p): New function.
7763
7764 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
7765
7766 * faces.el (x-create-frame-with-faces): Don't pass parameters that
7767 are set later to x-create-frame.
7768 (face-set-after-frame-default): Apply X resources for non-default
7769 faces.
7770
7771 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * faces.el (face-set-after-frame-default): Simplify. Don't apply
7774 frame-specific X resource settings. Set faces using a list of
7775 frame parameters explicitly passed to the calling
7776 function (e.g. make-frame).
7777 (x-create-frame-with-faces, tty-create-frame-with-faces):
7778 Supply explicit frame parameter list to face-set-after-frame-default.
7779
7780 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
7781
7782 * net/browse-url.el (browse-url-default-browser):
7783 Fix argument list in lambda.
7784
7785 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
7786
7787 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
7788 from url-retrieve.
7789 (newsticker--sentinel-work): Fix xerror typo.
7790
7791 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7792
7793 * vc-dir.el (vc-dir-refresh): Only update files.
7794
7795 * vc-git.el (vc-git--ls-files-state): Remove unused function.
7796
7797 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
7798
7799 2008-07-06 John Paul Wallington <jpw@pobox.com>
7800
7801 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
7802
7803 2008-07-05 Alexandre Julliard <julliard@winehq.org>
7804
7805 * vc-git.el (vc-git-registered): Return true for removed files.
7806 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
7807 all the files instead of one per file.
7808 (vc-git-previous-revision): Add support for project-wide previous
7809 revision when specified file is nil.
7810
7811 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7812
7813 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
7814
7815 * vc-dir.el (vc-dir-find-child-files): New function.
7816 (vc-dir-resync-directory-files): New function.
7817 (vc-dir-recompute-file-state): New function, broken out of ...
7818 (vc-dir-resynch-file): ... here. Also deal with directories.
7819 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
7820 (vc-resynch-buffer): Use it.
7821
7822 * vc-hg.el (vc-hg-registered): Do not set vc-state.
7823
7824 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
7825
7826 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
7827
7828 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
7829 if it's not part of gdb-ui, e.g, at start.
7830
7831 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
7832 filenames in stack trace (text command mode).
7833
7834 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
7837
7838 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
7839 Use syntax-ppss on a position *before* the char we want to change.
7840
7841 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
7842
7843 * vc-dir.el (vc-dir-query-replace-regexp): New function.
7844 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
7845 (vc-dir-mode-map): Likewise.
7846
7847 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
7850 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
7851 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
7852 Remove spurious * in defcustom docstrings.
7853
7854 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
7855 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
7856 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
7857 (default-justification): Remove spurious * in defcustom docstrings.
7858
7859 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
7860 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
7861 (rst-compare-decorations, rst-default-indent, rst-update-section)
7862 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
7863 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
7864 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
7865 Fix typos in docstrings.
7866 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
7867 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
7868 (rst-get-decorations-around, rst-section-tree-point)
7869 (rst-font-lock-adornment-point): Reflow docstrings.
7870 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
7871 Doc fixes.
7872 (rst-re-enumerations): Comment out.
7873
7874 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
7875 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
7876 (nxml-unicode-block-char-name-set):
7877 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
7878 * nxml/rng-nxml.el (rng-set-state-after):
7879 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
7880
7881 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
7882 (rng-c-parse-annotation-body):
7883 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
7884
7885 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
7886 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
7887 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
7888 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
7889 Fix typos in docstrings.
7890 (nxml-attribute-indent): Reflow docstring.
7891 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
7892 (nxml-default-buffer-file-coding-system): Doc fixes.
7893
7894 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
7895 (nxml-ns-set-prefix): Fix typos in docstrings.
7896 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
7897 Reflow docstring.
7898 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
7899
7900 * nxml/nxml-outln.el (nxml-hide-all-text-content)
7901 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
7902 (nxml-hide-direct-text-content, nxml-hide-subheadings)
7903 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
7904 (nxml-outline-display-rest, nxml-outline-set-overlay)
7905 (nxml-section-tag-forward, nxml-section-tag-backward)
7906 (nxml-back-to-section-start): Fix typos in docstrings.
7907
7908 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
7909 Doc fixes.
7910
7911 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
7912 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
7913 (nxml-scan-after-change): Fix typo in docstring.
7914
7915 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
7916 (rng-name-class-possible-names): Doc fixes.
7917 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
7918 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
7919 Fix typos in docstrings.
7920 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
7921 Reflow docstrings.
7922
7923 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
7924 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
7925
7926 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
7927 (rng-xsd-convert-date-time): Reflow docstrings.
7928 (rng-xsd-compile): Fix typo in docstring.
7929
7930 * nxml/rng-loc.el (rng-current-schema-file-name)
7931 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
7932 Doc fixes.
7933 (rng-set-schema-file): Fix typo in docstring.
7934
7935 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
7936 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
7937 Fix typos in docstrings.
7938 (rng-message-overlay, rng-conditional-up-to-date-start)
7939 (rng-conditional-up-to-date-end): Doc fixes.
7940 (rng-next-error, rng-previous-error): Reflow docstrings.
7941
7942 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
7943 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
7944 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
7945 (xmltok-merge-attributes): Fix typos in docstrings.
7946 (xmltok-make-attribute, xmltok-forward-special)
7947 (xmltok-get-declared-encoding-position): Reflow docstrings.
7948
7949 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
7950 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
7951 Fix typos in docstrings.
7952
7953 2008-07-02 John Paul Wallington <jpw@pobox.com>
7954
7955 * ibuffer.el (ibuffer-buffer-file-name):
7956 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
7957 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
7958
7959 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
7960
7961 * files.el (backup-extract-version): Handle versioned directories.
7962 (trash-directory): New variable.
7963 (move-file-to-trash): New function.
7964
7965 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
7966
7967 2008-07-02 Magnus Henoch <mange@freemail.hu>
7968
7969 * vc-git.el (vc-git-annotate-command): Use proper option for
7970 specifying revision.
7971
7972 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7973
7974 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
7975 if available.
7976
7977 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
7978
7979 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
7980
7981 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
7982 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
7983
7984 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
7985
7986 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
7989 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
7990 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7991 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
7992 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7993 (gdb-stack-list-locals-regexp): Future proof regexps better.
7994
7995 2008-06-30 Juri Linkov <juri@jurta.org>
7996
7997 * faces.el (face-name-history): New variable.
7998 (make-face, make-empty-face): Replace interactive spec "S"
7999 with `read-from-minibuffer' where `read' arg is t and
8000 `hist' arg is `face-name-history'.
8001 (read-face-name): Set `hist' arg of `completing-read-multiple'
8002 to `face-name-history'.
8003 (list-faces-display): Use `read-regexp' instead of `read-string'
8004 to read regexp.
8005
8006 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8007 to `regexp-history'.
8008 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8009 make it an obsolete alias to it.
8010 (hi-lock-face-defaults): New variable renamed from
8011 `hi-lock-face-history'.
8012 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8013 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8014 `read-from-minibuffer'. Doc fix.
8015 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8016 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8017 Set `hist' arg of `completing-read' to `face-name-history'.
8018 Put a list of default faces to `default' arg instead of `hist' arg.
8019
8020 * bindings.el (abbrev-map, narrow-map): New variables.
8021 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8022 Rebind related commands to these new maps.
8023 (ctl-x-r-map): New variable for rectangle, register and bookmark
8024 keys. Move rectangle keybindings to rect.el and register
8025 keybindings to register.el.
8026 (next-buffer, previous-buffer): Remove C-x prefix and move
8027 keybindings to ctl-x-map.
8028
8029 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8030 to the new map `ctl-x-r-map' in autoload cookies.
8031
8032 * expand.el: Rebind two global `C-x a' keys "n", "p"
8033 to the new map `abbrev-map' in autoload cookies.
8034
8035 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8036
8037 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8038
8039 2008-06-30 Miles Bader <miles@gnu.org>
8040
8041 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8042 after processing an escape sequence.
8043
8044 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8045
8046 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8047 from 2008-06-28. It does not work on W32.
8048
8049 2008-06-29 Juri Linkov <juri@jurta.org>
8050
8051 * replace.el (read-regexp): New function.
8052 (keep-lines-read-args, occur-read-primary-args):
8053 Call `read-regexp' instead of code moved to new function.
8054 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8055 from the end of prompt.
8056 (replace-re-search-function): Doc fix.
8057
8058 2008-06-29 Kenichi Handa <handa@m17n.org>
8059
8060 * descr-text.el (describe-char-display): Always return a string.
8061 (describe-char-padded-string): New function.
8062 (describe-char): Adjusted for the change of
8063 describe-char-display. Use describe-char-padded-string.
8064
8065 2008-06-29 Andreas Schwab <schwab@suse.de>
8066
8067 * vc-dir.el (vc-dir): Make backend argument optional and use
8068 vc-responsible-backend when nil. Interactively pass nil for
8069 backend instead of using the backend of what happens to be
8070 default-directory at the time of the call.
8071
8072 * find-dired.el (find-dired-filter): Preserve point.
8073
8074 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8077 (sasl-find-mechanism, sasl-next-step):
8078 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8079 (sasl-ntlm-response): Fix typos in docstrings.
8080
8081 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8082
8083 * international/mule-cmds.el (view-hello-file): Doc fix.
8084
8085 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8086
8087 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8088 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8089
8090 2008-06-28 John Paul Wallington <jpw@pobox.com>
8091
8092 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8093
8094 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8095
8096 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8097 (tramp-convert-file-attributes): Convert symlinks only when
8098 returned from `tramp-handle-file-attributes-with-stat'.
8099
8100 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8101 `substitute-in-file-name' when unloading.
8102 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8103
8104 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8107 (vc-string-prefix-p): Move function ...
8108 * vc.el (vc-string-prefix-p): ... here.
8109
8110 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8111
8112 * vc-dir.el (vc-dir): Complete only directory names.
8113
8114 2008-06-27 Jason Rumney <jasonr@gnu.org>
8115
8116 * w32-fns.el (top-level): Unconditionally define all charsets.
8117
8118 2008-06-27 Alan Mackenzie <acm@muc.de>
8119
8120 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8121 the CC Mode specific functions; this is no longer needed, since
8122 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8123
8124 * progmodes/cc-defs.el (c-emacs-features): New feature
8125 'argumentative-bod-function.
8126
8127 2008-06-27 John Paul Wallington <jpw@pobox.com>
8128
8129 * chistory.el (list-command-history): Use `bound-and-true-p'.
8130 (command-history-map): Define within defvar. Add docstring.
8131
8132 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8133
8134 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8135 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8136 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8137 (image-type-from-buffer): Use `looking-at-p'.
8138
8139 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * ibuf-ext.el (diff-sentinel): Declare.
8142
8143 2008-06-27 Glenn Morris <rgm@gnu.org>
8144
8145 * calendar/lunar.el (calendar-lunar-phases): Rename from
8146 calendar-phases-of-moon. Keep old name as alias, update callers.
8147 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8148 (diary-lunar-phases): Rename from diary-phases-of-moon.
8149 Keep old name as alias.
8150 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8151 (cal-menu-global-mouse-menu): Update for lunar name changes.
8152 * calendar/calendar.el (calendar-mode-map): Update for name change.
8153 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8154
8155 2008-06-26 Glenn Morris <rgm@gnu.org>
8156
8157 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8158 argument `nolocation'.
8159 (calendar-sunrise-sunset-month): New function.
8160 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8161 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8162 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8163 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8164 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8165 (calendar-buffer-list): Add solar-sunrises-buffer.
8166
8167 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8168
8169 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * cus-start.el: Add customization types for word-wrap and
8172 shift-select-mode.
8173
8174 2008-06-26 John Paul Wallington <jpw@pobox.com>
8175
8176 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8177 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8178 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8179 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8180
8181 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8182
8183 * vc-dir.el (tool-bar): Require.
8184
8185 * vc.el (ewoc, tool-bar): Do not require.
8186
8187 2008-06-26 Kenichi Handa <handa@m17n.org>
8188
8189 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8190 characters.
8191
8192 * composite.el (terminal-composition-base-character-p): New function.
8193 (terminal-composition-function):
8194 Use terminal-composition-base-character-p. Include the base character
8195 in the composition.
8196 (auto-compose-chars): Don't check font-object for terminal display.
8197
8198 2008-06-26 Glenn Morris <rgm@gnu.org>
8199
8200 * doc-view.el (bookmark-make-record-default):
8201 * image-mode.el (bookmark-make-record-default): Fix declaration.
8202
8203 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8204 Add default :value for sexp type.
8205 (calendar-month-edges): New variable.
8206 (calendar-month-edges): New function.
8207 (calendar-recompute-layout-variables): Set calendar-month-edges.
8208 (calendar-intermonth-header, calendar-intermonth-text): New options.
8209 (calendar-insert-at-column): New function.
8210 (calendar-generate-month): Use calendar-insert-at-column.
8211 Handle intermonth text. Add 'date property.
8212 (calendar-column-to-month): Remove function.
8213 (calendar-column-to-segment): New function.
8214 (calendar-cursor-to-date): Use calendar-column-to-segment.
8215 Check 'date property.
8216
8217 * calendar/calendar.el (calendar-print-other-dates):
8218 Handle mouse events.
8219 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8220 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8221
8222 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8223 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8224 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8225
8226 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8227 Use calendar-column-to-segment, calendar-month-edges, and
8228 the 'date property to handle intermonth text.
8229
8230 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8231
8232 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8233 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8234 Add doc strings.
8235 (cal-menu-context-mouse-menu): Add some :keys.
8236 (calendar-check-holidays): Declare rather than autoloading.
8237 (diary-show-holidays-flag): Remove unneeded declaration.
8238
8239 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8240 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8241 event-start is nil.
8242
8243 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * minibuffer.el (completion-basic-try-completion): Use the text after
8246 point to constrain the completion candidates.
8247 (completion-basic-all-completions): Adjust accordingly.
8248
8249 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8250
8251 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8252 courier.
8253
8254 * faces.el (set-face-attribute): Doc fix.
8255
8256 2008-06-25 Juri Linkov <juri@jurta.org>
8257
8258 * bindings.el (goto-map): New variable. Rebind goto-related
8259 commands to this `M-g' prefix keymap.
8260 (search-map): New variable for `M-s' prefix keymap.
8261 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8262 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8263 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8264 `M-shw' to `hi-lock-write-interactive-patterns'.
8265
8266 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8267 `isearch-highlight-regexp'.
8268 (isearch-highlight-regexp): New function.
8269
8270 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * info.el (Info-bookmark-make-record):
8273 Use bookmark-make-record-default.
8274 (Info-bookmark-jump): Use bookmark-default-handler.
8275
8276 * image-mode.el (image-bookmark-make-record):
8277 Use bookmark-make-record-default.
8278 (image-bookmark-jump): Use bookmark-default-handler.
8279
8280 * doc-view.el (doc-view-bookmark-make-record):
8281 Use bookmark-make-record-default.
8282 (doc-view-bookmark-jump): Use bookmark-default-handler.
8283
8284 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8285 used until now in bookmark.el's code.
8286 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8287 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8288 used until now in bookmark.el's code.
8289 (bookmark-set-filename): Remove special code, moved to its only caller.
8290 (bookmark-store): Use the newer format.
8291 (bookmark-make-record-default): Add arg `point-only'.
8292 Rename from bookmark-make-record-for-text-file.
8293 (bookmark--jump-via): New function.
8294 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8295 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8296 Use it.
8297 (bookmark-jump-noselect, bookmark-default-handler):
8298 Don't return an alist, instead return the data implicitly by changing
8299 current buffer and point. Signal an error if the file doesn't exist.
8300
8301 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8302 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8303
8304 * bs.el: Use with-current-buffer. Simplify.
8305 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8306
8307 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8308 is bound before using it.
8309
8310 2008-06-25 Kenichi Handa <handa@m17n.org>
8311
8312 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8313
8314 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8315
8316 * vc-hg.el:
8317 * vc-git.el: Require vc-dir when compiling.
8318
8319 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8320 vc-dir-marked-only-files. Change the return value.
8321 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8322 Change the return value.
8323 (vc-dir-deduce-fileset): New function broken out from ...
8324 * vc.el (vc-deduce-fileset): ... here and ...
8325 (vc-deduce-fileset): ... here.
8326
8327 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8328 (vc-svn-parse-status): Do not set the vc-backend property.
8329
8330 2008-06-25 Andreas Schwab <schwab@suse.de>
8331
8332 * faces.el (face-font-family-alternatives, variable-pitch):
8333 Use "Sans Serif", not "Sans-Serif".
8334
8335 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * faces.el (face-font-family-alternatives, variable-pitch):
8338 Change "Sans" to the canonical name "Sans-Serif".
8339
8340 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8341
8342 * calc/calc.el (calc-mode-map): Add extra keybindings to
8343 `calc-missing-key'.
8344 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8345 `kill-ring-save'.
8346
8347 2008-06-24 Miles Bader <miles@gnu.org>
8348
8349 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8350 pops up the menu but doesn't select anything.
8351
8352 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8353
8354 * add-log.el (add-change-log-entry): Add new arg to force each new
8355 entry to be on a new line.
8356 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8357
8358 * vc-dir.el (vc-client-object): Remove.
8359 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8360 use it when looking for a buffer.
8361 (vc-dir): Add a backend argument. Set revert-buffer-function.
8362 Don't create a client object. Move bindings ...
8363 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8364 (vc-dir-revert-buffer-function): New function.
8365 (vc-generic-status-printer): Rename to ...
8366 (vc-dir-status-printer): ... this.
8367 (vc-generic-state, vc-generic-status-fileinfo-extra)
8368 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8369 (vc-default-status-printer): Use a different face for
8370 directories. Don't display any text for directories in the state
8371 column. Add tooltips.
8372
8373 * vc.el (Todo): Update.
8374
8375 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8376 * vc-rcs.el (vc-annotate-convert-time):
8377 * vc-mtn.el (vc-annotate-convert-time):
8378 * vc-git.el (vc-annotate-convert-time):
8379 * vc-cvs.el (vc-annotate-convert-time):
8380 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8381
8382 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8383
8384 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8385 instead of using view-mode.
8386
8387 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8390
8391 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8392
8393 * vc.el:
8394 * vc-hooks.el:
8395 * vc-dispatcher.el: Move vc-dir variables and functions ...
8396 * vc-dir.el: ... here. New file.
8397 * Makefile.in (ELCFILES): Add vc-dir.elc.
8398
8399 * vc.el: Move vc-annotate variables and functions ...
8400 * vc-annotate.el: ... here. New file.
8401 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8402
8403 * vc-dav.el: Move here from url/vc-dav.el.
8404 (Todo): Note work needed to make this backend functional.
8405
8406 * Makefile.in (ELCFILES): Update vc-dav.el location.
8407
8408 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8411
8412 2008-06-21 John Paul Wallington <jpw@pobox.com>
8413
8414 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8415
8416 * textmodes/rst.el (rst-mode): Put docstring in right place.
8417
8418 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8421 size for legibility.
8422
8423 * faces.el (fixed-pitch): Use "Monospace" family.
8424 (variable-pitch): Use "Sans" family.
8425 (face-font-family-alternatives): Define alternatives for "Sans"
8426 and "Monospace".
8427
8428 2008-06-21 Glenn Morris <rgm@gnu.org>
8429
8430 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8431 Require 'cl when compiling.
8432
8433 * emacs-lisp/debug.el (help-xref-interned): Declare.
8434
8435 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8436 Evaluate definition when compiling.
8437
8438 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8439 rather than mouse-1.
8440 (bug-reference-url-format): Autoload safe if string.
8441 (bug-reference-bug-regexp): Make space after "bug" optional.
8442
8443 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8444 for some non-GNU makes.
8445
8446 * cus-dep.el (custom-dependencies-no-scan-regexp):
8447 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8448
8449 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8450 increments.
8451
8452 * calendar/calendar.el: Factor out the magic numbers controlling the
8453 calendar layout.
8454 (calendar-month-digit-width, calendar-month-width)
8455 (calendar-right-margin): New variables.
8456 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8457 New functions.
8458 (calendar-left-margin, calendar-intermonth-spacing)
8459 (calendar-column-width, calendar-day-header-width)
8460 (calendar-day-digit-width): New options.
8461 (calendar-first-date-row): New constant.
8462 (calendar-move-to-column, calendar-ensure-newline): New functions,
8463 replacing calendar-insert-indented.
8464 (calendar-insert-indented): Remove function.
8465 (calendar-generate-month): Use calendar-move-to-column and
8466 calendar-ensure-newline. Use layout variables.
8467 (calendar-generate, calendar-update-mode-line)
8468 (calendar-font-lock-keywords): Use layout variables.
8469 (calendar-column-to-month): New function.
8470 (calendar-cursor-to-date): Use calendar-column-to-month.
8471 Use layout variables.
8472 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8473 Use layout variables. Use calendar-column-to-month.
8474 (calendar-cursor-to-visible-date): Use layout variables.
8475
8476 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8479 (all): Run compile-last.
8480 (compile-onefile): New target.
8481 (compile-first): Simplify.
8482 (compile-last): Don't treat COMPILE_FIRST specially.
8483 (COMPILE_FIRST): List the elc files rather than the el files.
8484 (ELCFILES): Update.
8485
8486 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8487
8488 * net/newst-treeview.el: Remove dead code.
8489 (newsticker--window-config): Remove.
8490 (newsticker-treeview-quit): Do not save window config.
8491 (newsticker-treeview): Do not try to restore window config.
8492 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8493 (newsticker--treeview-list-new-items)
8494 (newsticker--treeview-list-immortal-items)
8495 (newsticker--treeview-list-obsolete-items)
8496 (newsticker--treeview-list-all-items)
8497 (newsticker--treeview-list-feed-items): Fix documentation.
8498
8499 2008-06-21 Miles Bader <miles@gnu.org>
8500
8501 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8502
8503 2008-06-21 Alan Mackenzie <acm@muc.de>
8504
8505 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8506 infinite loop on invalid syntax.
8507
8508 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * textmodes/rst.el: Run rst-define-level-faces when loading.
8511 (rst-mode): Don't set the font-lock-multiline var.
8512 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8513 Set the font-lock-multiline property by hand.
8514
8515 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8516
8517 * Makefile.in (emacs-deps): Remove.
8518 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8519 (all): Use them.
8520 (autogen-clean): Remove.
8521
8522 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * Makefile.in (all): New target.
8525 (bootstrap-prepare): Remove.
8526
8527 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8528 the .elc file to batch-byte-compile.
8529
8530 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8531 set-keymap-parents if set-keymap-parent doesn't exist.
8532
8533 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8534 Allow more than one space before the |.
8535
8536 * textmodes/rst.el: Fix up docstring conventions.
8537 Move vars to before their first use.
8538 (rst-mode): Don't mess with font-lock-support-mode.
8539 (rst-suggest-new-decoration, rst-adjust-decoration):
8540 Avoid CL's copy-list.
8541 (rst-delete-entire-line): Use line-beginning-position.
8542 (rst-position): New fun.
8543 (rst-straighten-decorations): Use it instead of CL's position.
8544 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8545 (rst-toc-mode): Use define-derived-mode.
8546 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8547 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8548 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8549 (rst-replace-lines): Simplify.
8550 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8551
8552 * simple.el (special-mode-map): New var.
8553 (special-mode): New major mode.
8554
8555 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8558 log-view-file-re.
8559
8560 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8561 (vc-switch-backend): Simplify.
8562 (Todo): Remove solved items.
8563
8564 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8565 the vc-backend property.
8566
8567 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8570 Bind inhibit-read-only since the buffer is always read-only.
8571
8572 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8573
8574 * net/newst-treeview.el (newsticker-treeview-own-frame):
8575 Change default value to nil.
8576 (newsticker--treeview-list-add-item)
8577 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8578
8579 2008-06-20 Martin Blais <blais@furius.ca>
8580 Stefan Merten <smerten@oekonux.de>
8581 David Goodger <goodger@python.org>
8582
8583 * textmodes/rst.el: New file.
8584
8585 2008-06-20 Sam Steingold <sds@gnu.org>
8586
8587 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8588 remove DIRECTORY entries.
8589
8590 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8591
8592 * makefile.w32-in (distclean): Depend on `clean'.
8593 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8594 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8595 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8596 empty cus-load.el with `echo', and include "Local Variables"
8597 section to prevent the empty file from being compiled.
8598 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8599 that generate an empty cus-load.el.
8600
8601 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8602
8603 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8604 Don't copy ldefs-boot.el over loaddefs.el.
8605 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8606 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8607 to loaddefs.el; they are not needed now. Add coding cookie.
8608
8609 2008-06-20 Miles Bader <miles@gnu.org>
8610
8611 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8612 Strip unnecessary list levels from SPECS.
8613 (buffer-face-set, buffer-face-toggle):
8614 Change argument from FACE to &rest SPECS, and strip unnecessary
8615 list levels from SPECS.
8616 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8617
8618 2008-06-20 Jason Rumney <jasonr@gnu.org>
8619
8620 * international/fontset.el (setup-default-fontset): Specify script
8621 for latin use of iso10646-1. Fix use of lang tags.
8622
8623 2008-06-19 Miles Bader <miles@gnu.org>
8624
8625 * face-remap.el (text-scale-increase): Start from zero if
8626 text-scale-mode isn't enabled.
8627
8628 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8631 frame parameters after setting up the `default' face.
8632
8633 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8636
8637 2008-06-18 Glenn Morris <rgm@gnu.org>
8638
8639 * mouse.el (buffer-face-mode-invoke): Declare.
8640
8641 * Makefile.in (ELCFILES): Add org/org-id.elc.
8642
8643 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8644 * calendar/cal-menu.el (cal-menu-holidays-menu):
8645 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8646 (cal-menu-today-holidays): Remove function.
8647
8648 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8649 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8650 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8651 Remove unused functions.
8652 (calendar-mouse-view-diary-entries): Use format rather than concat.
8653
8654 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8655 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8656 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8657
8658 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8659 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8660 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8661 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8662 cal-menu-event-to-date.
8663
8664 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8665 Handle mouse events.
8666 * calendar/cal-tex.el (cal-tex-cursor-year)
8667 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8668 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8669 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8670 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8671 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8672 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8673 (cal-tex-cursor-month): Mark N as optional.
8674 * calendar/cal-menu.el (calendar-mouse-tex-day)
8675 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8676 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
8677 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
8678 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
8679 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
8680 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
8681 Remove functions.
8682 (cal-menu-context-mouse-menu): Replace the above functions with the
8683 cal-tex versions. Add HTML submenu.
8684
8685 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
8688 text command mode.
8689 (gdb): Explain that gud-gdb is needed for text command mode.
8690
8691 2008-06-17 Martin Rudalics <rudalics@gmx.at>
8692
8693 * window.el (split-height-threshold): Remove spurious extra line.
8694
8695 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
8698 (calendar-set-mark):
8699 * calendar/diary-lib.el (diary-insert-entry):
8700 * calendar/solar.el (calendar-sunrise-sunset): Use it.
8701 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
8702 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
8703 (cal-menu-context-mouse-menu): Use calendar-set-mark,
8704 diary-insert-entry, and calendar-sunrise-sunset instead.
8705
8706 * vc.el (vc-deduce-fileset): Add arg `only-files'.
8707 (vc-next-action): Pass the new arg.
8708 (vc-register): Don't use `only-files'.
8709 Don't set `backup-inhibited' in the current buffer.
8710
8711 2008-06-17 Miles Bader <miles@gnu.org>
8712
8713 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
8714
8715 * face-remap.el (buffer-face-mode-face)
8716 (buffer-face-mode-remapping): New variables.
8717 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
8718 (buffer-face-mode-invoke): New functions.
8719 (variable-pitch-mode-remapping): Variable removed.
8720 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
8721
8722 * face-remap.el (internal-lisp-face-attributes): New variable.
8723 (face-attrs-more-relative-p, face-remap-order): New functions.
8724 (face-remap-add-relative): Use `face-remap-order'.
8725
8726 2008-06-17 Glenn Morris <rgm@gnu.org>
8727
8728 * mouse.el (x-select-font): Declare.
8729
8730 * calendar/calendar.el (calendar-move-hook):
8731 Add calendar-update-mode-line as an option.
8732 (calendar-date-echo-text): New user option.
8733 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
8734 (calendar-insert-indented): Simplify newline insertion.
8735 (calendar-describe-mode): Remove unused function.
8736 (calendar-mode-line-entry): New function.
8737 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
8738 Mark as risky.
8739 (calendar-mouse-other-month): Remove function.
8740 (calendar-other-month): Handle mouse events.
8741 (calendar-goto-info-node): Call fit-window-to-buffer.
8742 (calendar-mode): Use define-derived-mode. Doc fix.
8743 (calendar-update-mode-line): Tweak whitespace.
8744
8745 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
8748 (vc-dir-marked-only-files): vc-string-prefix-p.
8749
8750 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
8751
8752 * progmodes/gdb-ui.el (gdb-memory-set-address)
8753 (gdb-memory-set-repeat-count): Allow keyboard bindings.
8754 (gdb-memory-mode-map): Bind above functions respectively
8755 to 'S' and 'N'.
8756
8757 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
8758
8759 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
8760
8761 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
8762
8763 * log-view.el (vc-diff-internal): Declare for compiler.
8764
8765 * vc-bzr.el (log-view-per-file-logs):
8766 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
8767
8768 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * mouse.el (mouse-appearance-menu-map): New var.
8771 (mouse-appearance-menu): New function.
8772 Bind it to S-down-mouse-1.
8773
8774 2008-06-15 Juri Linkov <juri@jurta.org>
8775
8776 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
8777 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
8778 as the second element.
8779 (Info-build-toc): Add PARENT element extracted from the Up pointer.
8780 Don't print progress messages.
8781 (Info-toc-nodes): New variable and function.
8782 (Info-index-nodes): Optimize non-string file name case.
8783 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
8784 (Info-insert-breadcrumbs): Use the cached document structure instead
8785 of visiting all ancestor nodes. Remove the initial `>'.
8786
8787 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8788
8789 * log-view.el (log-view-diff-changeset): New function.
8790 (log-view-mode-map, log-view-mode-menu): Bind it.
8791 (log-view-per-file-logs, log-view-vc-fileset)
8792 (log-view-vc-backend): New variables.
8793 (log-view-find-revision, log-view-modify-change-comment)
8794 (log-view-annotate-version): Throw an error if the log is for more
8795 than one file and we can't find the current file. Get the current
8796 file from log-view-vc-fileset if necessary.
8797 (log-view-diff): Get the current file from log-view-vc-fileset if
8798 necessary.
8799
8800 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
8801
8802 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
8803 (vc-hg-log-view-mode): Declare for compiler.
8804 (vc-hg-log-view-mode): Set log-view-per-file-logs and
8805 log-view-file-re.
8806 (vc-hg-diff): If no file is passed, use default-directory for cwd.
8807
8808 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
8809
8810 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
8811
8812 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
8813
8814 * net/tramp.el (tramp-handle-start-file-process):
8815 Clear modification time of the connection buffer.
8816 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
8817 (tramp-open-connection-setup-interactive-shell): Flush cache, and
8818 restart `tramp-maybe-open-connection' when the remote system has
8819 been changed. Throw 'uname-changed event.
8820 (tramp-maybe-open-connection): Catch it.
8821
8822 * net/tramp-cmds.el (tramp-cleanup-all-connections):
8823 Reset `tramp-locked'.
8824
8825 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8826
8827 * net/newst-treeview.el (newsticker--treeview-list-update)
8828 (newsticker--treeview-item-update)
8829 (newsticker--treeview-tree-update)
8830 (newsticker-treeview-jump, newsticker-group-add-group)
8831 (newsticker-group-move-feed, newsticker-group-delete-group):
8832 Remove window dedication.
8833 (newsticker--group-manage-orphan-feeds): Handle ill-valued
8834 newsticker-groups.
8835 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
8836
8837 2008-06-15 Andreas Schwab <schwab@suse.de>
8838
8839 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
8840 when parsing CVS/Repository.
8841
8842 * wdired.el (wdired-search-and-rename): Fix undocumented change.
8843
8844 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
8845
8846 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
8847 (newsticker-extra-face, newsticker-enclosure-face): Moved to
8848 net/newst-reader.el.
8849
8850 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
8851 (newsticker-extra-face, newsticker-enclosure-face): Moved from
8852 net/newst-reader.el.
8853
8854 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8857 Catch and recover from case when the bytes we thought we were reading
8858 turn out to be something else entirely, such as latin-1 chars from
8859 quail. See bug#396.
8860
8861 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8862
8863 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
8864 (vc-register): Call the backend function only once, instead of
8865 once for each file.
8866 (vc-next-action): Update call to vc-register.
8867 (vc-dir-register): Remove function.
8868 (vc-dir): Bind vc-register instead of vc-dir-register.
8869
8870 2008-06-14 Glenn Morris <rgm@gnu.org>
8871
8872 * Makefile.in (ELCFILES): Add net/newst-*.el.
8873
8874 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * wdired.el (wdired-do-renames): New function.
8877 (wdired-finish-edit): Use it to.
8878 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
8879
8880 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
8883
8884 2008-06-14 Martin Rudalics <rudalics@gmx.at>
8885
8886 * window.el (window--even-window-heights): Even window heights
8887 only if the selected window is higher than WINDOW.
8888 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8889
8890 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
8893
8894 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * term/linux.el (terminal-init-linux): Load t-mouse.
8897
8898 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8899 Drew Adams <drew.adams@oracle.com>
8900
8901 * info.el (Info-breadcrumbs-depth): New var.
8902 (Info-insert-breadcrumbs): New function.
8903 (Info-fontify-node): Use it.
8904 (Info-mode-map): Move initialization into declaration.
8905
8906 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
8907
8908 Rename net/newsticker-*.el to net/newst-*.el.
8909 * net/newst-backend.el: Rename from net/newsticker-backend.el.
8910 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
8911 * net/newst-reader.el: Rename from net/newsticker-reader.el.
8912 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
8913 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
8914 * net/newsticker-backend.el: Rename to net/newst-backend.el.
8915 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
8916 * net/newsticker-reader.el: Rename to net/newst-reader.el.
8917 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
8918 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
8919
8920 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * progmodes/compile.el (compilation-start): Don't disable undo in
8923 comint buffer. Don't override the comint-filter with our own.
8924 (compilation-filter): Change point's insertion-type.
8925
8926 * comint.el (comint-output-filter): Use copy-marker.
8927
8928 2008-06-13 David Reitter <david.reitter@gmail.com>
8929
8930 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8931 Check message-signature-separator exists before using it.
8932
8933 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
8934
8935 * vc.el (vc-delete-file): Bind default-directory before calling
8936 the backend.
8937 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
8938 (vc-annotate-show-diff-revision-at-line-internal): ... here.
8939 New function.
8940 (vc-annotate-show-changeset-diff-revision-at-line): New function.
8941 (vc-annotate-mode-menu): Bind it.
8942
8943 2008-06-13 Jason Rumney <jasonr@gnu.org>
8944
8945 * term/w32-win.el (mouse-set-font): Remove overridden function.
8946 (w32-select-font): Declare as obsolete alias for x-select-font.
8947
8948 2008-06-13 Daniel Engeler <engeler@gmail.com>
8949
8950 These changes add serial port access.
8951 * term.el (term-update-mode-line): Modify.
8952 (serial-port-is-file-p, serial-nice-speed-history)
8953 (serial-no-speed, serial-mode-line-speed-menu)
8954 (serial-mode-line-config-menu): New variables and constants.
8955 (serial-name-history, serial-speed-history)
8956 (serial-supported-or-barf, serial-read-name, serial-read-speed)
8957 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
8958 (serial-mode-line-speed-menu, serial-update-speed-menu)
8959 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
8960 (serial-update-config-menu): New functions.
8961
8962 2008-06-13 Glenn Morris <rgm@gnu.org>
8963
8964 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
8965
8966 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
8967
8968 2008-06-13 Kenichi Handa <handa@m17n.org>
8969
8970 * cus-face.el (custom-face-attributes): Add :foundry.
8971
8972 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
8973 (face-x-resources): Add :foundry.
8974 (face-valid-attribute-values): Likewise.
8975 (face-attribute-name-alist): Likewise.
8976 (describe-face): Likewise.
8977
8978 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
8981
8982 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * longlines.el (longlines-search-forward, longlines-search-backward)
8985 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
8986
8987 2008-06-12 Sam Steingold <sds@gnu.org>
8988
8989 * vc.el (vc-rename-file): DTRT when the destination is a directory
8990 name and the source is a file.
8991
8992 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
8995
8996 2008-06-12 Glenn Morris <rgm@gnu.org>
8997
8998 * progmodes/f90.el (f90-beginning-of-subprogram)
8999 (f90-end-of-subprogram): Only give a message when interactive.
9000
9001 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9002
9003 * progmodes/cperl-mode.el (cperl-info-on-command):
9004 Use display-pixel-height rather than x-display-pixel-height.
9005
9006 * mail/rmailedit.el (rmail-cease-edit):
9007 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9008
9009 * emulation/edt.el (edt-xserver):
9010 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9011
9012 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9013
9014 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9015 Evaluate definitions when compiling. Reverse tests.
9016
9017 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9018 use unless.
9019
9020 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9021
9022 * textmodes/artist.el (x-pointer-shape):
9023 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9024 (x-open-connection, x-server-max-request-size, x-get-resource):
9025 * term/w32console.el (x-setup-function-keys):
9026 * term/w32-win.el (x-parse-geometry, x-resource-name)
9027 (generate-fontset-menu, image-library-alist, x-open-connection)
9028 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9029 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9030 (x-get-resource):
9031 * term/mac-win.el (x-parse-geometry, x-resource-name)
9032 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9033 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9034 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9035 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9036 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9037 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9038 (tooltip-identifier-from-point, define-fringe-bitmap):
9039 * play/gamegrid.el (image-size):
9040 * play/bubbles.el (image-size):
9041 * mail/emacsbug.el (x-server-vendor, x-server-version):
9042 * international/mule-util.el (internal-char-font):
9043 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9044 (fontset-alias-alist, fontset-list, fontset-plain-name):
9045 * international/mule-cmds.el (x-server-vendor, x-server-version):
9046 * international/fontset.el (font-encoding-charset-alist)
9047 (otf-script-alist, new-fontset, set-fontset-font)
9048 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9049 (fontset-list, query-fontset, x-get-resource):
9050 * emulation/edt.el (x-server-vendor):
9051 * emulation/edt-mapper.el (x-server-vendor):
9052 * emacs-lisp/map-ynp.el (x-popup-dialog):
9053 * emacs-lisp/lmenu.el (x-popup-dialog):
9054 * x-dnd.el (x-window-property, x-change-window-property)
9055 (x-get-selection-internal):
9056 * woman.el (x-list-fonts):
9057 * w32-fns.el (x-server-version):
9058 * tooltip.el (x-show-tip, x-hide-tip):
9059 * tool-bar.el (image-mask-p):
9060 * thumbs.el (image-size):
9061 * term.el (overflow-newline-into-fringe):
9062 * subr.el (scroll-bar-scale):
9063 * startup.el (x-get-resource, tool-bar-mode, image-size):
9064 * select.el (x-get-selection-internal, x-own-selection-internal)
9065 (x-disown-selection-internal):
9066 * mouse.el (generate-fontset-menu):
9067 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9068 * image.el (image-library-alist):
9069 * image-mode.el (image-size, image-refresh):
9070 * image-dired.el (clear-image-cache):
9071 * gs.el (x-display-mm-width, x-display-pixel-width)
9072 (x-display-mm-height, x-display-pixel-height)
9073 (x-change-window-property, x-display-grayscale-p, x-window-property):
9074 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9075 (x-focus-frame, x-list-fonts, x-display-screens)
9076 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9077 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9078 (x-display-planes, x-display-color-cells, x-display-visual-class):
9079 * faces.el (internal-face-x-get-resource)
9080 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9081 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9082 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9083 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9084 (tool-bar-setup):
9085 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9086 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9087 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9088 * descr-text.el (internal-char-font):
9089 Define for compiler, for builds without X.
9090
9091 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9094
9095 2008-06-11 Glenn Morris <rgm@gnu.org>
9096
9097 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9098 before trying to move there.
9099 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9100 is non-nil, indent most terminating statements like loop body.
9101
9102 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9103 Gregorian date, and add it, not the local date, to diary-entries-list.
9104 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9105
9106 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * progmodes/compile.el (compilation-filter): Fix up last change.
9109
9110 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9111
9112 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9113 (gpm-mouse-mode): Make it into a proper global minor mode.
9114
9115 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9116 if the user enabled recursive-minibuffers.
9117
9118 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9119 Add support for scroll-other-window.
9120
9121 2008-06-11 Jason Rumney <jasonr@gnu.org>
9122
9123 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9124 Use tmm-menubar if menu is disabled in this frame.
9125
9126 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9127 from frame type, per documentation. Add w32 case.
9128
9129 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * minibuffer.el (completion--merge-suffix): New function.
9132 (completion-basic-try-completion): Use it.
9133 (completion-pcm--find-all-completions): Add argument `filter'.
9134 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9135 New functions.
9136 (completion-pcm-try-completion): Use them.
9137
9138 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9139 (turn-off-xterm-mouse-tracking): Use terminal-list.
9140
9141 * cus-start.el (underline-minimum-offset): Rename from
9142 x-underline-minimum-display-offset.
9143
9144 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9145
9146 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9147
9148 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * mouse.el (mouse-select-font): New function.
9151
9152 * faces.el (face-spec-recalc): When the face is set using
9153 Customize, avoid recalculating it twice.
9154
9155 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9156 Font" menu item to it. Apply selected font to all frames, and
9157 make it savable.
9158 (menu-bar-options-save): Save `default' font if changed.
9159
9160 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * ffap.el (ffap-string-at-point-mode-alist):
9163 Use alpha rather than lower.
9164
9165 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9166
9167 * subr.el (momentary-string-display): Use an overlay.
9168
9169 * progmodes/compile.el (compilation-mode):
9170 Set window-point-insertion-type.
9171 (compilation-filter): Don't use insert-before-markers any more.
9172 * emacs-lisp/trace.el (trace-make-advice):
9173 Set window-point-insertion-type in the trace buffer.
9174 * startup.el (normal-top-level): Set window-point-insertion-type in
9175 *Messages*.
9176 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9177 (telnet-filter): Don't use insert-before-markers any more.
9178 * comint.el (comint-mode): Set window-point-insertion-type.
9179 (comint-output-filter): Don't use insert-before-markers any more.
9180 * button.el (make-text-button): Allow `start' to be a string.
9181
9182 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9183
9184 * emacs-lisp/autoload.el (autoload-rubric):
9185 Fix coding cookie not to force Unix EOL.
9186
9187 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9188
9189 * window.el (window--splittable-p, window--try-to-split-window):
9190 Don't use with-selected-window to avoid messing up get-lru-window.
9191 Reported by David Hansen <david.hansen@gmx.net>.
9192
9193 2008-06-10 Glenn Morris <rgm@gnu.org>
9194
9195 * subr.el (locate-library): Doc fix.
9196
9197 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9198 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9199 Check tool-bar-map is bound, for non-X builds.
9200
9201 * net/newsticker-reader.el (newsticker--next-item-image)
9202 (newsticker--previous-item-image, newsticker--previous-feed-image)
9203 (newsticker--next-feed-image, newsticker--mark-read-image)
9204 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9205 (newsticker--get-all-image, newsticker--update-image)
9206 (newsticker--browse-image): Check xpm images are available.
9207 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9208 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9209
9210 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9211 (newsticker--plainview-tool-bar-map, newsticker-mode):
9212 Check tool-bar-map is bound, for non-X builds.
9213 (w3m-toggle-inline-image): Declare.
9214
9215 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9216
9217 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9218
9219 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9220 (finder-compile-keywords): Move let to where needed.
9221 (finder-mouse-face-on-line): Go back one more line if needed.
9222 (finder-list-matches): Use cadr.
9223 (finder-goto-xref): New function.
9224 (finder-commentary): Add buttons to jump to foo.el libraries.
9225
9226 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * apropos.el (apropos-function, apropos-macro, apropos-command)
9229 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9230 (apropos-plist): Add apropos-short-label property.
9231 (apropos-multi-type): New variables.
9232 (apropos-command, apropos-value): Set it.
9233 (apropos-compact-layout): New custom.
9234 (apropos-print, apropos-print-doc): Use it.
9235 (apropos-print): Truncate lines.
9236
9237 2008-06-09 Kenichi Handa <handa@m17n.org>
9238
9239 * international/fontset.el (font-encoding-alist):
9240 Add an entry for "ascii-0".
9241
9242 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9243
9244 * language/hanja-util.el (hanja-init-load): Show the message only
9245 when loading a table.
9246
9247 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9248
9249 * net/newsticker-treeview.el (newsticker-treeview):
9250 * net/newsticker-plainview.el (newsticker-plainview):
9251 Add autoload cookie.
9252
9253 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9254
9255 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9256 -reader, -plainview, and -treeview.
9257 (newsticker-version): Change to 1.99.
9258
9259 * net/newsticker-backend.el: New. Move backend functionality from
9260 newsticker.el to newsticker-backend.el.
9261 (newsticker--download-logos): New.
9262 (newsticker--sentinel-callback): New.
9263 (newsticker--set-customvar): Remove. Split up into specific
9264 functions related to retrieval, ticker, buffer, and display.
9265 (newsticker--set-customvar-retrieval): New. Extracted from
9266 `newsticker--set-customvar'.
9267 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9268 (newsticker-url-list-defaults):
9269 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9270 (newsticker-url-list): Doc changed. URL can be a function.
9271 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9272 (newsticker-retrieval-method): New.
9273 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9274 (newsticker-retrieval-interval):
9275 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9276 (newsticker-desc-comp-max): Change :group.
9277 (newsticker--cache): Doc changed.
9278 (newsticker--guid-to-string): New.
9279 (newsticker--guid): Use `newsticker--guid-to-string'.
9280 (newsticker--real-feed-name): New.
9281 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9282 (newsticker-start): Use `insert-file-contents' for reading cache.
9283 Use `newsticker--start-feed'.
9284 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9285 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9286 Use `newsticker--stop-feed'.
9287 (newsticker-save-item): New.
9288 (newsticker--get-news-by-funcall): New.
9289 (newsticker-get-news): Handle new retrieval methods.
9290 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9291 (newsticker--sentinel-work): New. Extracted from
9292 `newsticker--sentinel'. Use `newsticker--download-logos',
9293 `newsticker--sentinel-callback'.
9294 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9295 (newsticker--parse-atom-1.0): Fix link determination.
9296 (newsticker--parse-rss-0.91): Fix time determination.
9297 (newsticker--parse-rss-0.92): Fix time determination.
9298 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9299 (newsticker--parse-generic-feed): New arg order in
9300 `newsticker--cache-add'.
9301 (newsticker--parse-generic-items): Fix for multiple items.
9302 New arg order in `newsticker--cache-add'.
9303 (newsticker--forget-preformatted): Check whether
9304 `newsticker--buffer-set-uptodate' is fbound.
9305 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9306 (newsticker--decode-rfc822-date): Partial timezone handling.
9307 (newsticker--cache-contains): Fix guid problem.
9308 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9309 (newsticker--cache-save): New.
9310 (newsticker--cache-update): Use temp buffer.
9311 (newsticker--stat-num-items): Allow multiple AGE args.
9312 (newsticker--stat-num-items-total): New.
9313 (newsticker--opml-import-outlines): New.
9314 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9315 (newsticker--do-run-auto-mark-filter): Doc changed.
9316 (newsticker-retrieve-random-message): New.
9317
9318 * net/newsticker-ticker.el: New. Move ticker functionality from
9319 net/newsticker.el to net/newsticker-ticker.el.
9320 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9321 `newsticker--ticker-timer'.
9322 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9323 to `newsticker--ticker-timer'.
9324 (newsticker--set-customvar-ticker): New. Extracted from
9325 `newsticker--set-customvar'.
9326 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9327 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9328 for :set. Change :group.
9329 (newsticker-scroll-smoothly): Doc changed. Change :group.
9330 (newsticker-hide-immortal-items-in-echo-area)
9331 (newsticker-hide-old-items-in-echo-area)
9332 (newsticker-hide-obsolete-items-in-echo-area):
9333 Use `newsticker--set-customvar-ticker for :set. Change :group.
9334 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9335 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9336 to `newsticker-ticker-interval'.
9337 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9338 `newsticker--ticker-timer'.
9339
9340 * net/newsticker-reader.el: New. Move reader functionality from
9341 net/newsticker.el to net/newsticker-reader.el.
9342 (newsticker--set-customvar-formatting): New. Extracted from
9343 `newsticker--set-customvar'.
9344 (newsticker-reader, newsticker-frontend): New.
9345 (newsticker-enable-logo-manipulations): Change :group.
9346 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9347 for :set. Change :group.
9348 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9349 for :set. Change :group.
9350 (newsticker-html-renderer): Doc changed.
9351 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9352 (newsticker-date-format):
9353 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9354 (newsticker--insert-enclosure):
9355 Rename `newsticker--buffer-insert-enclosure' to
9356 `newsticker--insert-enclosure'. Add keymap arg.
9357 (newsticker--print-extra-elements):
9358 Rename `newsticker--buffer-print-extra-elements' to
9359 `newsticker--print-extra-elements'. Add keymap arg.
9360 (newsticker--do-print-extra-element):
9361 Rename `newsticker--buffer-do-print-extra-element' to
9362 `newsticker--do-print-extra-element'. Add keymap arg.
9363 (newsticker-show-news): Use `newsticker-frontend'.
9364
9365 * net/newsticker-plainview.el: New. Move plainview functionality
9366 from net/newsticker.el to net/newsticker-reader.el.
9367 (newsticker-plainview): New.
9368 (newsticker--set-customvar-sorting): New. Extracted from
9369 `newsticker--set-customvar'.
9370 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9371 for :set. Changed :group.
9372 (newsticker-heading-format, newsticker-item-format)
9373 (newsticker-desc-format, newsticker-statistics-format):
9374 Use `newsticker--set-customvar-formatting for :set. Change :group.
9375 (newsticker-faces): Change :group.
9376 (newsticker-default-face): Enable again.
9377 (newsticker-hide-old-items-in-newsticker-buffer)
9378 (newsticker-show-descriptions-of-new-items):
9379 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9380 (newsticker-show-all-news-elements): Change :group.
9381 (newsticker-plainview-hooks): New.
9382 (newsticker-select-item-hook, newsticker-select-feed-hook)
9383 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9384 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9385 to `newsticker--plainview-tool-bar-map'.
9386 (newsticker--url-keymap): Add mouse-1 binding.
9387 (newsticker-plainview): New.
9388 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9389 (newsticker--buffer-do-insert-text): Use renamed
9390 newsticker--[buffer-]insert-enclosure and
9391 newsticker--[buffer-]print-extra-elements.
9392 (newsticker--buffer-set-faces): Use newsticker-default-face.
9393
9394 * net/newsticker-treeview.el: New.
9395
9396 2008-06-08 Andreas Schwab <schwab@suse.de>
9397
9398 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9399
9400 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9401
9402 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9403 empty line.
9404
9405 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9406
9407 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9408
9409 * window.el (split-height-threshold, split-width-threshold):
9410 Add choice nil.
9411 (split-window-preferred-function): Allow either nil or a function.
9412 (window--splittable-p, window--try-to-split-window):
9413 Handle changed option values.
9414
9415 (window--frame-usable-p): Handle nil argument.
9416
9417 (display-buffer): Call get-lru-window when pop-up-windows is nil
9418 and window can't be split.
9419
9420 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9421
9422 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9423
9424 * net/tramp.el (top): Quote feature names. Remove
9425 `tramp-rfn-eshadow-setup-minibuffer' from
9426 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9427 (tramp-read-passwd): There is only one call to
9428 `auth-source-user-or-password' needed. Pacify byte compiler.
9429
9430 2008-06-08 Andreas Schwab <schwab@suse.de>
9431
9432 * window.el (display-buffer): Use lru window if current window
9433 cannot be split.
9434
9435 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * apropos.el (apropos-library): New command and new button.
9438 (apropos-library-button): New function.
9439
9440 * apropos.el: Remove spurious * in docstrings.
9441 (apropos-label-face): Use variable pitch.
9442 (apropos-print): Use dolist and with-current-buffer.
9443 (apropos-print-doc): Use when.
9444
9445 * window.el (special-display-p, display-buffer):
9446 Fix up C->Elisp transcription error.
9447
9448 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9451 (byte-compile-file): Initialize it.
9452 (byte-compile-nogroup-warn): Keep track of the current group.
9453
9454 2008-06-08 Glenn Morris <rgm@gnu.org>
9455
9456 * Makefile.in (compile, compile-always, bootstrap-prepare):
9457 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9458
9459 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9460
9461 * language/hanja-util.el (hanja-init-load): Use a char-table for
9462 hanja-table.
9463 (hangul-to-hanja-char): Adjust for the above change.
9464
9465 2008-06-07 Glenn Morris <rgm@gnu.org>
9466
9467 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9468 lm-keywords.
9469
9470 * mail/sendmail.el (mail-interactive): Add :version.
9471
9472 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9473 obsolete alias.
9474
9475 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9476 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9477 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9478 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9479 * eshell/esh-util.el, international/mule-cmds.el:
9480 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9481 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9482 Remove unnecessary eval-when-compiles and eval-and-compiles.
9483
9484 * Makefile.in (bootstrap-clean): Run autogen-clean.
9485 (maintainer-clean): No need to run autogen-clean now it is included in
9486 bootstrap-clean.
9487
9488 2008-06-06 Miles Bader <miles@gnu.org>
9489
9490 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9491
9492 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9495 longlines mode.
9496
9497 * replace.el (replace-search-function)
9498 (replace-re-search-function): New vars.
9499 (perform-replace): Use them.
9500
9501 * longlines.el (longlines-re-search-forward): New function.
9502 (longlines-mode): Bind replace-search-function and
9503 replace-re-search-function, to ensure that replacement commands
9504 treat newlines as spaces.
9505 (longlines-show-effect): Default to a pilcrow sign.
9506
9507 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * help.el (function-called-at-point):
9510 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9511 even when calling find-tag-default.
9512
9513 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9514
9515 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9516 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9517 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9518 (nxml-fontify-buffer, nxml-do-fontify):
9519 Remove obsolete variables and functions.
9520 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9521 (nxml-degrade, nxml-after-change, nxml-after-change1)
9522 (nxml-extend-region, nxml-extend-after-change-region)
9523 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9524 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9525 font-lock-extend-region-functions in particular, to fontify
9526 nxml-mode buffers.
9527 (nxml-debug-region): New debugging helper function.
9528
9529 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9530 (nxml-scan-after-change, nxml-move-tag-backwards):
9531 Adapt for font-lock changes.
9532
9533 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9534 (nxml-debug-set-inside, nxml-debug-clear-inside):
9535 New debugging functions.
9536 (nxml-with-degradation-on-error): New helper macro.
9537
9538 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9539
9540 * window.el (display-buffer): Remove dead call to get-lru-window.
9541
9542 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * mail/sendmail.el (mail-interactive): Change default.
9545
9546 2008-06-05 John Paul Wallington <jpw@pobox.com>
9547
9548 * bindings.el (completion-ignored-extensions):
9549 Add .p64fsl, .d64fsl, and .dx64fsl.
9550
9551 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * ffap.el (ffap-prompter): Don't use the region.
9554
9555 2008-06-05 Sam Steingold <sds@gnu.org>
9556
9557 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9558 subdirectory to be registered.
9559
9560 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9561
9562 * window.el (display-buffer-function, special-display-p)
9563 (special-display-buffer-names, special-display-regexps)
9564 (special-display-function, same-window-p, same-window-buffer-names)
9565 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9566 (pop-up-frame-function, pop-up-windows, even-window-heights)
9567 (split-window-preferred-function, split-height-threshold)
9568 (window--display-buffer-1, display-buffer, pop-to-buffer):
9569 Move from window.c and buffer.c.
9570 (window--splittable-p, window--try-to-split-window)
9571 (window--frame-usable-p, window--display-buffer-2)
9572 (window--even-window-heights): New functions.
9573 (split-width-threshold): New option.
9574 (split-window-preferred-horizontally): Remove.
9575
9576 * cus-start.el: Remove corresponding declarations.
9577
9578 2008-06-05 Sam Steingold <sds@gnu.org>
9579
9580 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9581 an error on modified buffers.
9582
9583 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9584
9585 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9586 tags-file-name and tags-table-list from the right buffer.
9587 (tags-table-check-computed-list, tags-table-extend-computed-list)
9588 (find-tag-noselect): Use with-current-buffer.
9589
9590 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9591 Use print-circle.
9592
9593 * minibuffer.el (minibuffer-local-must-match-filename-map):
9594 Declare obsolete alias for the old name.
9595
9596 * abbrev.el (unexpand-abbrev): Better preserve markers.
9597
9598 2008-06-05 Glenn Morris <rgm@gnu.org>
9599
9600 * emacs-lisp/autoload.el (autoload-rubric): New function,
9601 extracted from autoload-ensure-default-file.
9602 (autoload-ensure-default-file): Use autoload-rubric.
9603
9604 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9605 (custom-dependencies-no-scan-regexp): New variable.
9606 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9607 Don't scan files matching custom-dependencies-no-scan-regexp.
9608 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9609
9610 * finder.el (finder-headmark): Initialize and add doc string.
9611 (generated-finder-keywords-file): Doc fix.
9612 (finder-no-scan-regexp): New variable.
9613 (finder-compile-keywords): Use a single let binding.
9614 Disable undo in the output buffer. Use autoload-rubric.
9615 Use mapc rather than mapcar. Don't scan files matching
9616 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9617 rather than concat. Use directory-files to do regexp matching.
9618 No need to require jka-compr.
9619 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9620 (finder-list-matches): Disable undo.
9621 (finder-commentary): Use let rather than let*. Disable undo.
9622 (finder-current-item): Use zerop.
9623 (finder-mode): Use define-derived-mode.
9624 (finder-exit): Doc fix. Use dolist.
9625
9626 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9627 (custom-deps): Don't require $(lisp)/cus-load.el.
9628 (custom-deps, finder-data): Don't depend on autoloads.
9629 Should not be needed now, and doing so was causing make install to
9630 re-dump emacs post-bootstrap.
9631 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9632 mid-build forces some things to be rebuilt.
9633
9634 2008-06-05 Miles Bader <miles@gnu.org>
9635
9636 * face-remap.el
9637 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9638 (face-remap-remove-relative): Renamed from
9639 `remove-relative-face-remapping'.
9640 (face-remap-reset-base): Renamed from
9641 `set-default-base-face-remapping'.
9642 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9643 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9644 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9645 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9646
9647 * face-remap.el (variable-pitch-mode): Autoload.
9648
9649 2008-06-04 Sam Steingold <sds@gnu.org>
9650
9651 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9652 Generate extra status headers for a Mercurial tree.
9653
9654 2008-06-04 John Paul Wallington <jpw@pobox.com>
9655
9656 * echistory.el (electric-history-map): Define within defvar.
9657 Add docstring.
9658
9659 * font-lock.el (font-lock-turn-off-thing-lock)
9660 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9661 Use `bound-and-true-p'.
9662 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9663 Doc fixes.
9664
9665 * international/ccl.el (define-ccl-program): Add `doc-string'
9666 declaration.
9667
9668 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9669
9670 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9671 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9672
9673 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9674
9675 * emacs-lisp/rx.el (rx): Doc fix.
9676
9677 2008-06-04 Markus Triska <markus.triska@gmx.at>
9678
9679 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
9680
9681 2008-06-04 Miles Bader <miles@gnu.org>
9682
9683 * face-remap.el (adjust-buffer-face-height): New function.
9684 Add autoloaded keybindings in ctl-x-map.
9685 (increase-buffer-face-height, decrease-buffer-face-height):
9686 Simplify interactive spec to just "p". Remove autoloaded keybindings.
9687
9688 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
9689
9690 * simple.el (line-move-1): If we did not move as far as desired,
9691 ensure that point-left and point-entered hooks are called.
9692
9693 2008-06-03 Sam Steingold <sds@gnu.org>
9694
9695 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
9696
9697 2008-06-03 John Paul Wallington <jpw@pobox.com>
9698
9699 * progmodes/make-mode.el (makefile-cleanup-continuations)
9700 (makefile-warn-suspicious-lines, makefile-warn-continuations):
9701 Use `derived-mode-p'.
9702
9703 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
9706 (ELCFILES): Update.
9707
9708 2008-06-03 Miles Bader <miles@gnu.org>
9709
9710 * face-remap.el: New file.
9711 * Makefile.in (ELCFILES): Add face-remap.elc.
9712
9713 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * progmodes/flymake.el (flymake-process-filter): Make sure the source
9716 buffer isn't dead.
9717
9718 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
9719 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
9720 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
9721 * obsolete/auto-show.el, obsolete/hscroll.el:
9722 Remove packages that were obsolete in Emacs-20, or that were obsolete
9723 in Emacs-21 and do not contain any more code.
9724
9725 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
9726 vc-client-mode is not set.
9727
9728 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
9729 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
9730
9731 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
9732 yet a bit more clever at distinguishing / from /.
9733
9734 2008-06-03 Kenichi Handa <handa@m17n.org>
9735
9736 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
9737
9738 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
9739
9740 * language/hanja-util.el: New file.
9741
9742 2008-06-03 Glenn Morris <rgm@gnu.org>
9743
9744 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
9745 Check that end-of-word follows "type".
9746
9747 2008-06-02 Daiki Ueno <ueno@unixuser.org>
9748
9749 * epa-file.el (epa-file-write-region): Write the entire buffer
9750 content if START is nil.
9751
9752 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
9753
9754 * select.el (x-get-selection): Fix typo.
9755
9756 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
9757
9758 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
9759 (describe-char): Use `looking-at-p', `string-match-p' when possible.
9760
9761 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * tar-mode.el (tar-header-block-summarize): Ensure one space around
9764 user&group.
9765
9766 2008-05-31 John Paul Wallington <jpw@pobox.com>
9767
9768 * help-fns.el (describe-variable-custom-version-info):
9769 Handle dotted `package-version' info.
9770
9771 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
9774
9775 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
9776
9777 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
9778 names and improve support for unregistered files.
9779
9780 2008-05-31 Glenn Morris <rgm@gnu.org>
9781
9782 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
9783 Remove shell variable `elc'. Split tests to hopefully be more portable.
9784 Fix `sel' assignment.
9785
9786 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
9787
9788 * minibuffer.el (completion-table-dynamic): Doc fix.
9789
9790 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
9793 Try and return `unregistered' when applicable.
9794
9795 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9796 Don't encourage naming variables with "-flag".
9797
9798 2008-05-30 Glenn Morris <rgm@gnu.org>
9799
9800 * Makefile.in (update-elclist): Hide the warning when it does not apply,
9801 make it milder when it does.
9802 (autogen-clean): New target.
9803 (maintainer-clean): Use autogen-clean.
9804
9805 * calendar/diary-lib.el (diary-display-function): New name for
9806 diary-display-hook. Keep old name as obsolete alias. Doc fix.
9807 Change custom type and version.
9808 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
9809 (diary-fancy-display): Doc fixes.
9810 (diary-list-entries, diary-include-other-diary-files)
9811 (diary-mail-entries):
9812 Use diary-display-function rather than diary-display-hook.
9813
9814 * calendar/appt.el (appt-check): Use diary-display-function rather than
9815 diary-display-hook.
9816 * calendar/cal-x.el (calendar-dedicate-diary): Update for
9817 diary-display-function replacing diary-display-hook.
9818 * org/org-agenda.el (org-get-entries-from-diary): Also set
9819 diary-display-function.
9820
9821 * calendar/cal-html.el (cal-html-list-diary-entries):
9822 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9823 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
9824 argument of diary-list-entries rather than setting diary-display-hook.
9825
9826 2008-05-30 Kenichi Handa <handa@m17n.org>
9827
9828 * international/mule-conf.el (utf-8-with-signature): Renamed from
9829 utf-8-sig.
9830 (utf-8-auto): Adjusted for the above change.
9831
9832 * international/mule-diag.el (describe-font): Don't check fontset
9833 here, and just call font-info. Get the default font by from the
9834 default face.
9835
9836 2008-05-29 Kenichi Handa <handa@m17n.org>
9837
9838 * international/mule-conf.el (utf-8-sig, utf-8-auto):
9839 New coding systems.
9840
9841 * international/mule.el (define-coding-system): Accept :bom for utf-8.
9842
9843 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
9844
9845 * international/utf-7.el (utf-7-encode): Use the right escape char
9846 depending on imap/nonimap encoding.
9847
9848 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
9851
9852 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
9853
9854 * icomplete.el (icomplete-prospects-height): Add :group.
9855
9856 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * icomplete.el (icomplete-prospects-length): Make obsolete.
9859 (icomplete-prospects-height): New var.
9860 (icomplete-completions): Use it.
9861
9862 2008-05-29 David Kastrup <dak@gnu.org>
9863
9864 * autoinsert.el (auto-insert): Add :link.
9865
9866 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * tar-mode.el (tar-header): New field `header-start'.
9869 (tar-header-block-tokenize): Set it when useful.
9870 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
9871 (tar-header-data-end): New function.
9872 (tar-summarize-buffer): Use it.
9873 (tar-next-line): Fix goal column for long usernames.
9874 (tar-expunge-internal): Use header-start.
9875 (tar-rename-entry): Handle ustar-style long names.
9876 (tar-alter-one-field): Add optional `descriptor' argument.
9877 (tar-subfile-save-buffer): Use it.
9878
9879 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * tar-mode.el (tar-header): New field `header-start'.
9882 (tar-header-block-tokenize): Set header-start for longlink entries.
9883 (tar-expunge-internal): Use header-start to expunge longlink entries.
9884
9885 * files.el (hack-local-variables): Don't signal an error if the local
9886 variable section is not properly terminated.
9887
9888 * emacs-lisp/easymenu.el (easy-menu-convert-item)
9889 (easy-menu-convert-item-1): Move the duplicate-generation outside of
9890 the caching so it also works for identical entries.
9891
9892 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
9893 (tar-mode): Use write-region-annotate-functions rather than
9894 write-contents-functions.
9895 (tar-extract): Remove unused var `pos'.
9896 (tar-subfile-save-buffer): Remove unused var `following-descs'.
9897 (tar-mode-write-file): Remove.
9898 (tar-write-region-annotate): New function.
9899
9900 * progmodes/flymake.el (flymake-save-buffer-in-file):
9901 * shadowfile.el (shadow-copy-file):
9902 * arc-mode.el (archive-*-write-file-member):
9903 * files.el (diff-buffer-with-file):
9904 * subr.el (with-temp-file): Pass nil to write-region.
9905 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
9906
9907 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
9908 the custom.
9909
9910 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
9911 to write-region.
9912
9913 2008-05-28 Glenn Morris <rgm@gnu.org>
9914
9915 * Makefile.in (update-elclist): Work around non-portability of "\"
9916 in various implementations of echo.
9917
9918 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * international/mule-diag.el (describe-current-coding-system):
9921 Don't assume selection-coding-system is always defined.
9922
9923 * tar-mode.el: Use defstruct and markers.
9924 (tar-setf): Remove.
9925 (tar-header): Use defstruct. Add `data-start' field.
9926 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
9927 (tar-desc-data-start): Remove (now called tar-header-data-start).
9928 (tar-roundup-512): New fun.
9929 (tar-header-block-tokenize): Receive a buffer position rather than
9930 a string. Handle @longLink here, be more careful about it.
9931 Create a marker for data-start.
9932 (tar-summarize-buffer): Don't handle @LongLink here any more.
9933 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
9934 data-start on the following entries any more.
9935 (tar-chown-entry, tar-chgrp-entry): Use read-number.
9936
9937 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
9938 (tar-header-offset): Remove.
9939 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
9940 Not permanent any more.
9941 (tar-data-buffer): New var.
9942 (tar-data-swapped-p, tar-change-major-mode-hook)
9943 (tar-mode-kill-buffer-hook): New funs.
9944 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
9945 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
9946 (tar-clear-modification-flags, tar-alter-one-field)
9947 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
9948 Change accordingly.
9949
9950 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
9951
9952 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
9953 (vc-dir-resynch-file): ... this. Update callers.
9954 Use vc-string-prefix-p. Ignore directory args.
9955 (vc-string-prefix-p): CSE.
9956 (vc-resynch-buffer): Restore conditional.
9957
9958 * vc-hooks.el (vc-after-save): Improve test.
9959 (vc-mode-line): Fix indentation.
9960
9961 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * calendar/parse-time.el (parse-time-months)
9964 (parse-time-weekdays): Add long-form month and day names.
9965
9966 2008-05-27 Glenn Morris <rgm@gnu.org>
9967
9968 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
9969
9970 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * vc-dispatcher.el (vc-string-prefix-p): New function.
9973 (vc-dir-parent-marked-p): Use it.
9974
9975 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
9976
9977 * vc.el (Problems): Remove fixed issues.
9978 (vc-expand-dirs): Avoid returning directories.
9979 (vc-dir): Fix C-x v v binding.
9980 (vc-make-backend-object): Fix name.
9981 (vc-dir-show-fileentry): Fix docstring.
9982 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
9983 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
9984 Reset the state for directories.
9985 (vc-dir-headers): Align labels.
9986 (vc-default-status-printer): Do no call prettify-state-info.
9987 (vc-deduce-fileset): Replace implementation with one based on a
9988 working older version.
9989 (vc-next-action): Use the new form of vc-deduce-fileset.
9990 Fix dealing with unregistered files.
9991
9992 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
9993 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
9994 (vc-dir-child-files): New function.
9995 (vc-dir-node-directory): New function.
9996 (vc-dir-update, vc-dir-parent-marked-p)
9997 (vc-dir-children-marked-p, vc-dir-mark-all-files)
9998 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
9999
10000 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10001
10002 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10005 (diff-font-lock-keywords, diff-context->unified)
10006 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10007 (diff-hunk-text, diff-find-source-location): Use it.
10008 (diff-post-command-hook): Let the user edit the hunk headers.
10009
10010 2008-05-26 Andreas Schwab <schwab@suse.de>
10011
10012 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10013 unknown state.
10014
10015 * tar-mode.el (tar-summarize-buffer): Comment fix.
10016
10017 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10020
10021 2008-05-26 Glenn Morris <rgm@gnu.org>
10022
10023 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10024
10025 2008-05-25 John Paul Wallington <jpw@pobox.com>
10026
10027 * proced.el (proced-next-line, proced-previous-line):
10028 Avoid calling `next-line' and `previous-line' from Lisp code.
10029
10030 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10031
10032 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10033 Use diary-ordinal-suffix.
10034
10035 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10038 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10039 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10040 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10041 (edebug-print-length, edebug-print-level, edebug-print-circle)
10042 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10043 (edebug-global-break-condition, edebug-sit-for-seconds):
10044 Remove spurious * from defcustom docstrings.
10045 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10046 Improve argument/docstring consistency.
10047 (edebug-test-coverage, edebug-gensym, edebug-read)
10048 (edebug-top-level-nonstop, edebug-eval-result-list)
10049 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10050 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10051 (edebug-display-freq-count): Reflow docstrings.
10052 (edebug-restore-status): Doc fix.
10053
10054 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * proced.el (proced-header-line): Use the :align-to 0 feature
10057 rather than computing the corresponding position manually.
10058 (proced-update): Don't hardcode point-min==1.
10059
10060 2008-05-24 Alan Mackenzie <acm@muc.de>
10061
10062 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10063 if c-file-style is set to a non-string.
10064
10065 (c-neutralize-CPP-line): Surround by `save-excursion'.
10066 (c-neutralize-syntax-in-CPP): Optimize for speed.
10067
10068 2008-05-24 Glenn Morris <rgm@gnu.org>
10069
10070 * Makefile.in (update-elclist): New target, to update ELCFILES.
10071 (bootstrap-after): Run update-elclist.
10072
10073 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10074
10075 * icalendar.el (icalendar-version): Increase to "0.19".
10076 (icalendar--date-style): New function.
10077 (icalendar--datetime-to-diary-date): Doc fix.
10078 Use icalendar--date-style.
10079 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10080 (icalendar--convert-yearly-to-ical)
10081 (icalendar--convert-recurring-to-diary): Handle iso date style,
10082 use icalendar-date-style.
10083
10084 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10085
10086 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10087 vc-dir buffers are updated.
10088
10089 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10092
10093 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10094
10095 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10096 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10097 (reftex-extra-bindings): Use it.
10098
10099 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10100 away from the user-reserved keys.
10101
10102 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10103 New vars.
10104 (ada-create-keymap): Use them.
10105
10106 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10109 a properly-grouped regexp.
10110
10111 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10112
10113 * progmodes/cap-words.el (capitalized-words-mode):
10114 Fix typos in docstring.
10115
10116 2008-05-23 Kenichi Handa <handa@m17n.org>
10117
10118 * international/mule-conf.el: Don't define the charset `emacs'
10119 here, just put :docstring, :short-name, and :long-name.
10120
10121 2008-05-22 Kenichi Handa <handa@m17n.org>
10122
10123 * international/mule-diag.el (font-show-log): Limit each listing
10124 to 20 items.
10125
10126 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10127
10128 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10129 (gdb-annotation-rules): New entry for "thread-changed".
10130 (gdb-thread-changed): New function.
10131
10132 2008-05-23 Glenn Morris <rgm@gnu.org>
10133
10134 * Makefile.in (SOURCES): Remove, unused.
10135 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10136 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10137 Exclude more '*loaddefs' files.
10138 (compile-always): Simplify '.elc' deletion.
10139
10140 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10143 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10144
10145 * minibuffer.el (completion-boundaries): Change calling
10146 convention, so `string' has the same semantics as in
10147 try-completion and all-completions.
10148 (completion-table-with-context, completion--embedded-envvar-table)
10149 (completion--file-name-table)
10150 (completion-pcm--find-all-completions): Adjust code accordingly.
10151
10152 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10153
10154 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10155 prune image-mode-winprops-alist, preventing it from growing
10156 indefinitely.
10157 (image-mode-reapply-winprops): Use it.
10158
10159 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10160
10161 * net/netrc.el (netrc-machine): Always match if the port is not given.
10162
10163 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * minibuffer.el (completion-pcm--find-all-completions):
10166 Don't add pseudo-completions.
10167
10168 * icomplete.el (icomplete-eoinput): Remove.
10169 (icomplete-overlay): New var to replace it.
10170 (icomplete-tidy): Rewrite.
10171 (icomplete-exhibit): Use an overlay.
10172 (icomplete-completions): Use completion-all-sorted-completions.
10173 Obey completion-ignore-case.
10174
10175 * files.el (locate-dominating-file): Accept non-existing argument.
10176 (project-find-settings-file): Rewrite, using locate-dominating-file.
10177
10178 2008-05-22 Kenichi Handa <handa@m17n.org>
10179
10180 * faces.el (font-weight-table, font-slant-table, font-width-table):
10181 Delete them. Don't call internal-set-font-style-table.
10182
10183 * international/mule-diag.el (font-show-log): New function.
10184
10185 * international/fontset.el (script-representative-chars): Add more
10186 chars for latin. Add data for symbol.
10187 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10188
10189 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * minibuffer.el (completion-all-sorted-completions): New var.
10192 (completion--flush-all-sorted-completions)
10193 (completion-all-sorted-completions): New functions.
10194 (minibuffer-force-complete): New command.
10195
10196 2008-05-21 Glenn Morris <rgm@gnu.org>
10197
10198 * files.el (c-postprocess-file-styles): Declare for compiler.
10199
10200 * Makefile.in: Allow for parallel byte-compiling.
10201 (ELCFILES): New variable.
10202 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10203 (compile-first, compile-main, compile-last): New targets.
10204 (compile-always): Simplify - delete .elc files, then `make compile'.
10205
10206 * Makefile.in (compile-calc): Use glob rather than find.
10207 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10208
10209 * eshell/esh-module.el: No need for cl when compiling.
10210
10211 * eshell/eshell.el (eshell-defgroup): New alias.
10212 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10213 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10214 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10215 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10216 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10217 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10218 Autoload the custom group. Set generated-autoload-file.
10219 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10220 for eshell-defgroup.
10221 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10222 Require esh-groups rather than loading it.
10223
10224 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10225
10226 * proced.el (proced-header-line): New variable and new function.
10227 (proced-mode): Set header-line-format.
10228 (proced-update): Set proced-header-line.
10229 (proced-send-signal): Use proced-header-line.
10230
10231 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * macros.el (insert-kbd-macro): Use prin1-char.
10234
10235 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * minibuffer.el (completion-boundaries): New function.
10238 (completion--some): Delay errors.
10239 (complete-with-action, completion-table-with-context):
10240 Handle `boundaries' case.
10241 (completion--try-word-completion): Avoid partial-completion
10242 when the user hasn't entered anything yet.
10243 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10244 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10245 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10246 Setup default keybindings.
10247 (completion--embedded-envvar-re): New var.
10248 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10249 (completion--file-name-table): Handle `boundaries' case.
10250 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10251 (completion-pcm--all-completions): Add a `prefix' arg.
10252 (completion-pcm--find-all-completions): New function.
10253 (completion-pcm-all-completions, completion-pcm-try-completion):
10254 Use it.
10255
10256 * icomplete.el (icomplete-completions): Don't use `predicate' with
10257 a table of a different type than `candidates'.
10258
10259 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10260
10261 * proced.el (proced-goal-column): Rename from proced-procname-column.
10262 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10263 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10264 (proced-header-face, proced-header-regexp): Remove.
10265 (proced-font-lock-keywords): Remove proced-header-face.
10266 (proced-header-alist, proced-sorting-schemes-re): New variables.
10267 (proced): Rename Proced buffer to *Proced*.
10268 (proced-next-line, proced-previous-line): New commands.
10269 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10270 (proced-hide-processes): Do not treat first line as special.
10271 (proced-header-space): New function.
10272 (proced-update): Use header-line-format.
10273 Initialize proced-header-alist and proced-sorting-schemes-re.
10274 Set proced-goal-column. Include proced-command in mode-name.
10275 (proced-send-signal): Use header-line-format for *Marked
10276 Processes* buffer.
10277 (proced-sort): Restrict minibuffer completion to applicable
10278 sorting schemes.
10279 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10280
10281 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * icomplete.el (icomplete-simple-completing-p):
10284 Allow icomplete-with-completion-tables to say "use it everywhere".
10285 (icomplete-completions): Obey completion-styles. Try to accommodate
10286 partial-completion style.
10287
10288 2008-05-20 Michael Olson <mwolson@gnu.org>
10289
10290 * files.el (project-find-settings-file): Change concat to
10291 expand-file-name.
10292
10293 2008-05-19 Tom Tromey <tromey@redhat.com>
10294
10295 * files.el (normal-mode): Call hack-project-variables.
10296 (hack-local-variables-confirm): Add 'project' argument.
10297 (hack-local-variables-apply): New function.
10298 (hack-local-variables): Use it.
10299 (project-class-alist, project-directory-alist): New variables.
10300 (project-get-alist): New function.
10301 (project-collect-bindings-from-alist)
10302 (project-collect-binding-list, set-directory-project)
10303 (project-find-settings-file, project-define-from-project-file)
10304 (hack-project-variables): New functions.
10305
10306 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10309
10310 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * faces.el (font-weight-table): Fix typo in docstring.
10313
10314 2008-05-18 David Hull <david@snap.com> (tiny change)
10315
10316 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10317 (vc-hg-annotate-command): Allow white space before version number.
10318
10319 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10320
10321 * calc/calc-yank.el (calc-register-alist): New variable.
10322 (calc-set-register, calc-get-register, calc-copy-to-register)
10323 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10324 (calc-prepend-to-register): New functions.
10325
10326 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10327 `calc-copy-to-register' and `calc-insert-register'.
10328 Autoload new register functions.
10329
10330 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10331 functions.
10332
10333 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10334
10335 * vc.el (Todo): Add known problems.
10336 (vc-dir-backend): New variable.
10337 (vc-dir): Set it.
10338 (vc-make-backend-object, vc-generic-status-printer)
10339 (vc-generic-state, vc-generic-status-fileinfo-extra)
10340 (vc-dir-extra-menu): Use it.
10341 (vc-generic-dir-headers): Remove, unused.
10342
10343 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10344 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10345 (vc-dir-mode-map): Fix bindings.
10346
10347 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10348
10349 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10350
10351 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10352 operated on.
10353 (calc-kill-region): Kill entire lines.
10354
10355 2008-05-17 Glenn Morris <rgm@gnu.org>
10356
10357 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10358 simplify initial value.
10359 (defezimage): Drop support for Emacs without defimage, use a featurep
10360 test rather than fboundp when defining, drop with-no-warnings.
10361 (ezimage-insert-over-text): Move featurep test inside
10362 add-text-properties.
10363
10364 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10365
10366 * net/tramp.el (top-level): Load auth-source when compiling.
10367
10368 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10369
10370 2008-05-17 Andreas Schwab <schwab@suse.de>
10371
10372 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10373
10374 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10375
10376 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10377 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10378
10379 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10380
10381 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10382
10383 2008-05-17 Jim Meyering <meyering@redhat.com>
10384
10385 * ido.el (ido-save-history): Do not emit a trailing newline at the
10386 end of the ido history file.
10387
10388 2008-05-16 John Paul Wallington <jpw@pobox.com>
10389
10390 * vc-dispatcher.el (top-level): Revert previous change: require cl
10391 when compiling.
10392
10393 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10394
10395 * vc.el (vc-default-status-printer)
10396 (vc-default-prettify-state-info): Enhance the state prettyprinter
10397 to deal better with unknown states and indirect through it when
10398 painting vc-dir buffers.
10399
10400 2008-05-16 John Paul Wallington <jpw@pobox.com>
10401
10402 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10403 (vc-dir-mode-map): Fix backquote.
10404 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10405
10406 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10407
10408 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10409 Reported by Glenn Morris <rgm@gnu.org>.
10410
10411 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10412
10413 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10414 the end of the file, it was good work at one time but has been
10415 stale since 1995 and may now be actively misleading.
10416 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10417 CVS repository and module (assumptions for the latter a bit iffy).
10418 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10419 SVN repository.
10420
10421 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * vc-rcs.el (vc-rcs-create-tag):
10424 * vc-sccs.el (vc-sccs-create-tag):
10425 Fix typo in error message and pass backend arg.
10426
10427 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10428
10429 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10430
10431 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10432
10433 * net/tramp.el: Load auth-source library.
10434 (tramp-read-passwd): Use it for password, not login.
10435
10436 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10437
10438 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10439 (ses-print-cell): Use string-width, truncate-string-to-width,
10440 delete-region rather than length, substring, delete-char.
10441 (ses-setup): Set inhibit-point-motion-hooks to t.
10442 Calculate position by actually moving point rather than just using
10443 unibyte character length.
10444 (ses-mode): Set indent-tabs-mode to nil.
10445 (ses-center): Use string-width rather than length.
10446
10447 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10448
10449 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10450 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10451 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10452 vc-*-create-tag and vc-*-retrieve-tag respectively.
10453
10454 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10455 unneeded defalias.
10456
10457 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10458
10459 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10460 about buffer names.
10461
10462 2008-05-15 Glenn Morris <rgm@gnu.org>
10463
10464 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10465
10466 * org/org-exp.el (org-infojs-options-inbuffer-template):
10467 Fix declaration.
10468
10469 * progmodes/cc-mode.el (declare-function): Add compat definition.
10470 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10471
10472 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10473
10474 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10475 list to a cons so the caller can get back both expanded and
10476 unexpanded filesets.
10477 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10478 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10479 Change handling of selection-set returns as required.
10480
10481 2008-05-15 John Paul Wallington <jpw@pobox.com>
10482
10483 * add-log.el (top-level): Don't require cl when compiling.
10484
10485 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10486 (archive-*-extract): Use `zerop'.
10487 (archive-*-write-file-member): Use `or', use `zerop'.
10488
10489 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10490
10491 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10492 (ibuffer-mark-interactive, ibuffer-set-mark)
10493 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10494 (ibuffer-map-lines, ibuffer-switch-format)
10495 (ibuffer-update-title-and-summary)
10496 (ibuffer-redisplay-engine): Use it.
10497
10498 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10499 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10500 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10501 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10502 (ibuffer-mark-read-only-buffers)
10503 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10504
10505 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10506 (define-ibuffer-column, define-ibuffer-sorter)
10507 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10508 containing indentation specs, replacing equivalent top-level
10509 forms that set `lisp-indent-function' properties.
10510 (define-ibuffer-op): Use `derived-mode-p'.
10511 (define-ibuffer-filter): Remove redundant `concat' call.
10512
10513 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10514
10515 * net/tramp.el (tramp-echo-mark): Update docstring.
10516 (tramp-echo-mark-marker): New defconst.
10517 (tramp-check-for-regexp): Use it.
10518
10519 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10520
10521 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10522 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10523 as parent.
10524
10525 2008-05-14 John Paul Wallington <jpw@pobox.com>
10526
10527 * international/mule.el (convert-define-charset-argument):
10528 Remove period from end of error message.
10529 (coding-system-mnemonic): Doc fix.
10530 (ctext-pre-write-conversion): Doc fix.
10531
10532 2008-05-14 Simon Marshall <simon@gnu.org>
10533
10534 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10535 from its default value and give it the risky-local-variable
10536 property (CVE-2008-2142).
10537
10538 2008-05-14 Kenichi Handa <handa@m17n.org>
10539
10540 * language/korean.el ("Korean"): Set `iso639-language'
10541 property to `ko'.
10542
10543 * language/japanese.el ("Japanese"): Set `iso639-language'
10544 property to `ja'.
10545
10546 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10547 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10548 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10549
10550 * international/mule-cmds.el (set-language-environment):
10551 Set current-iso639-language.
10552
10553 * international/fontset.el (setup-default-fontset): For kana, han,
10554 hangul, and cjk-misc, move an entry with font-spec at the end.
10555 (generate-fontset-menu): Exclude fontset-auto* from the list.
10556
10557 * composite.el (compose-chars-after): Assume that WINDOW is always
10558 non-nil.
10559
10560 * faces.el (font-weight-table, font-slant-table)
10561 (font-swidth-table): Declare them by defconst. Change the format
10562 of elements. Call internal-set-font-style-table after their
10563 declaration.
10564 (face-valid-attribute-values): Call font-family-list. Get values
10565 for width, weight, and slant from font-xxx-table.
10566
10567 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10568
10569 2008-05-13 John Paul Wallington <jpw@pobox.com>
10570
10571 * ibuffer.el (ibuffer-buffer-file-name): New function.
10572 (define-ibuffer-column filename): Use it.
10573
10574 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10575
10576 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10577
10578 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10579 as a string.
10580 (talk-add-display): Simplify. Accept only string args.
10581
10582 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10583
10584 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10585
10586 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * Makefile.in (bootstrap-prepare): Don't chmod files.
10589 (autoloads): Do it here instead, where it's actually needed.
10590
10591 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10592
10593 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10594 KEY-BINDING-DATA field in menu-item list.
10595
10596 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * dired.el (dired-read-dir-and-switches): Move things about to use less
10599 recursion during macroexpansion.
10600
10601 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10602
10603 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10604 completion-ignored-extension directories if there's something else.
10605 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10606 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10607 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10608 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10609 buffer-read-only -> inhibit-read-only.
10610
10611 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10612
10613 * vc.el (vc-expand-dirs): Stop this function from tossing out
10614 explicitly specified files.
10615
10616 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10619 to `insert'.
10620
10621 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10622
10623 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10624 cons. Use vc-annotate-backend.
10625 (with-vc-file, edit-vc-file): Remove unused macros.
10626
10627 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10630 (smtpmail-try-auth-methods): Use it.
10631
10632 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10635 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10636
10637 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10638
10639 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10640
10641 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10644 (vc-bzr-revision-completion-table): Use process-file.
10645 (vc-bzr-working-revision): Pass relative file names.
10646
10647 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10648
10649 2008-05-11 Juri Linkov <juri@jurta.org>
10650
10651 * wid-edit.el (widget-image-directory): Change default image data
10652 subdirectory from "custom" to "images/custom".
10653
10654 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10655 before recursive call to `Info-next-preorder' to not add
10656 intermediate nodes to the history.
10657
10658 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10659
10660 * emulation/cua-base.el: Put isearch-scroll property
10661 on cua-scroll-up and cua-scroll-down.
10662
10663 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10664
10665 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10666
10667 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10668
10669 * vc-dispatcher.el (ewoc): Require.
10670 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10671
10672 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10673
10674 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10675
10676 * term/w32-win.el (x-colors):
10677 * term/mac-win.el (x-colors):
10678 * term/x-win.el (x-colors): Re-order colors.
10679
10680 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
10681
10682 * smerge-mode.el (smerge-command-prefix): Fix custom type.
10683
10684 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
10685
10686 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
10687 New functions implementing motion to next and previous directory.
10688
10689 * vc-arch.el (vc-arch-command):
10690 * vc-bzr.el (vc-bzr-command):
10691 * vc-cvs.el (vc-cvs-command):
10692 * vc-dispatcher.el (vc-do-command):
10693 * vc-git.el (vc-git-command):
10694 * vc-hg.el (vc-hg-command):
10695 * vc-mcvs.el (vc-mvcs-command):
10696 * vc-mtn.el (vc-mtn-command):
10697 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
10698 (vc-sccs-workfile-unchanged-p):
10699 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
10700 * vc-rcs.el (all methods): Remove assumption about what a nil
10701 argument to vc-do-command means. This means no buffer name needs
10702 to be hardcoded into the dispatcher layer, and it's better to be
10703 explicit anyway.
10704
10705 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
10706
10707 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10708
10709 * vc.el: Update todo.
10710
10711 * vc-sccs.el (vc-sccs-dir-status):
10712 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
10713 backends and returning up to date files.
10714
10715 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
10716
10717 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10718
10719 * vc.el (vc-dir):
10720 * vc-hooks.el: Tweak the VC directory bindings. These are now
10721 documented in the manual.
10722
10723 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
10724 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
10725 (vc-dispatcher-selection-set): Allow callers to pass in an
10726 observer flag that says no buffer sync is required.
10727 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
10728 Use the observer flag.
10729
10730 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
10731
10732 * simple.el (start-file-process): Clarify docstring.
10733
10734 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10735
10736 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
10737 Remove stub implementations of, and references to, wash-log.
10738 * vc-rcs.el (vc-rcs-comment-history):
10739 * vc-cvs.el (vc-cvs-comment-history):
10740 Inline the code that used to be wash-log.
10741
10742 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
10743 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10744 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
10745 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
10746 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
10747 (vc-rcs-print-log): Grok directories.
10748
10749 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * vc.el (vc-mark-resolved): Add `backend' argument.
10752 (vc-next-action): Pass it the backend.
10753 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
10754 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
10755 (vc-default-comment-history, vc-default-create-snapshot)
10756 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
10757 (vc-annotate-revision-previous-to-line)
10758 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
10759 * vc-svn.el (vc-svn-checkout):
10760 * vc-mcvs.el (vc-mcvs-checkout):
10761 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
10762 (vc-working-revision, vc-before-save, vc-mode-line):
10763 Prefer vc-call-backend to vc-call so as not to recompute the backend.
10764
10765 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
10766 state to be consistent since it's often an unwarranted restriction.
10767 Don't return the state either.
10768 (vc-next-action): Check that the state is consistent.
10769 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
10770 (vc-rollback, vc-update): Adapt to new return value of
10771 vc-deduce-fileset.
10772
10773 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
10774 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
10775 (vc-dispatcher-in-fileset-p): New fun.
10776 (vc-dispatcher-selection-set): Use it to properly handle directories.
10777
10778 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
10781 (vc-update): Remove unused let bindings.
10782
10783 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
10784
10785 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
10786 (vc-diff, vc-revert, vc-rollback, vc-update):
10787 * vc-dispatcher.el (vc-dispatcher-selection-set):
10788 Get rid of 4 special cases in fileset selection. This involved
10789 changing the return value of (vc-deduce-fileset) so that it passes
10790 back a deduced state as well as a deduced back end.
10791
10792 2008-05-08 Sam Steingold <sds@gnu.org>
10793
10794 * progmodes/compile.el (compilation-minor-mode-map)
10795 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
10796 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
10797 it to `compilation-minor-mode-map' (instead of an explicit `cons').
10798
10799 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * org/org.el (org-modules, org-format-latex-options):
10802 * org/org-archive.el (org-archive-stamp-time)
10803 (org-archive-save-context-info):
10804 * org/org-faces.el (org-hide):
10805 * org/org-irc.el (org-irc-parse-link):
10806 * org/org-macs.el (org-call-with-arg, org-autoload):
10807 * org/org-mew.el (org-mew-store-link):
10808 * org/org-remember.el (org-remember-store-without-prompt)
10809 (org-remember-templates): Fix typos in docstrings.
10810
10811 * org/org-info.el (org-info-store-link): Remove leftover docstring.
10812
10813 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
10814 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
10815 (org-bbdb-anniv-split): Fix typos in docstrings.
10816
10817 * org/org-publish.el (org-publish-project-alist): Doc fixes.
10818 (org-publish-use-timestamps-flag): Reflow docstring.
10819 (org-publish-files-alist): Fix typos in docstring.
10820
10821 2008-05-07 Sam Steingold <sds@gnu.org>
10822
10823 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
10824 appears to be too aggressive with window removal.
10825
10826 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
10827
10828 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10829 Add leda and 0in as pragma keywords.
10830 (verilog-pretty-expr): Support lining up assignments which include
10831 part selects.
10832 (verilog-mode): More portable check for the availability of
10833 hideshow support.
10834 (verilog-do-indent): Remove special indent for declarations inside
10835 a parenthetical list. The code is ill-advised, and doesn't work
10836 given the new user defined types.
10837 (verilog-set-auto-endcomments): Enhance function automatic
10838 endcomment to support functions that return user defined types.
10839 (verilog-mode): Add code to tell which-function-mode minor mode
10840 that Verilog supports this feature.
10841
10842 2008-05-08 Eli Zaretskii <eliz@gnu.org>
10843
10844 * epa-file.el: Require epa-hook.
10845
10846 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
10847
10848 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
10849 file-names clashes on 8+3 filesystems. Provide epa-hook.
10850
10851 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
10852 file-names clashes on 8+3 filesystems.
10853
10854 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
10855
10856 * org/org.el (org-read-date-get-relative): Interpret lone
10857 weekday abbreviation as relative to today.
10858
10859 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10860
10861 * abbrev.el (define-abbrev-table):
10862 * composite.el (toggle-auto-composition):
10863 * json.el (json-alist-p, json-plist-p):
10864 * minibuffer.el (completion-table-with-predicate):
10865 * ps-mule.el (ps-mule-external-libraries):
10866 * emacs-lisp/advice.el (ad-special-form-p):
10867 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10868 * eshell/em-smart.el (eshell-review-quick-commands):
10869 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
10870 (python-skip-out, python-check-comint-prompt):
10871 Don't use `iff' in docstrings.
10872
10873 * international/robin.el (robin-package-alist): Fix typo in docstring.
10874 (robin-current-package-name): Doc fix.
10875 (robin-activate): Don't use `iff' in docstring.
10876
10877 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
10878
10879 * vc.el, vc-dispatcher.el: VC-Dired support removed.
10880 The code uses a ewoc-based implementation now.
10881 * vc-hooks.el: Support for Meta-CVS has been removed.
10882
10883 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * tool-bar.el: Choose images dynamically.
10886 (tool-bar-make-keymap, tool-bar-find-image): New function.
10887 (tool-bar-find-image-cache): New var.
10888 (tool-bar-local-item, tool-bar-local-item-from-menu):
10889 Don't select the image yet, do it later in tool-bar-make-keymap.
10890
10891 2008-05-07 Andreas Schwab <schwab@suse.de>
10892
10893 * window.el: Require 'cl when compiling.
10894
10895 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
10896
10897 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
10898
10899 2008-05-07 Glenn Morris <rgm@gnu.org>
10900
10901 * subr.el (ignore-errors): Move here from cl-macs.el.
10902 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
10903
10904 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
10905 oddness.
10906
10907 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
10908
10909 * vc-hooks.el (vc-find-file-hook):
10910 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
10911 further from vc.el.
10912 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
10913
10914 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
10915
10916 * progmodes/verilog-mode.el (verilog-getopt-file):
10917 Cleanup warning message format.
10918 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
10919 (verilog-auto-inout, verilog-auto-inout-module)
10920 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
10921 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
10922 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
10923 (verilog-auto-sense-sigs, verilog-auto-tieoff)
10924 (verilog-auto-unused, verilog-auto-wire)
10925 (verilog-decls-get-assigns, verilog-decls-get-consts)
10926 (verilog-decls-get-gparams, verilog-decls-get-inouts)
10927 (verilog-decls-get-inputs, verilog-decls-get-outputs)
10928 (verilog-decls-get-ports, verilog-decls-get-regs)
10929 (verilog-decls-get-signals, verilog-decls-get-wires)
10930 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
10931 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
10932 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
10933 (verilog-inject-sense, verilog-library-filenames)
10934 (verilog-mode-release-date, verilog-mode-version)
10935 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
10936 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
10937 (verilog-modi-get-assigns, verilog-modi-get-consts)
10938 (verilog-modi-get-gparams, verilog-modi-get-inouts)
10939 (verilog-modi-get-inputs, verilog-modi-get-outputs)
10940 (verilog-modi-get-ports, verilog-modi-get-regs)
10941 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
10942 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
10943 (verilog-modi-get-wires, verilog-preserve-cache)
10944 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
10945 (verilog-read-sub-decls, verilog-read-sub-decls-line)
10946 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
10947 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
10948 Add caching of additional state, and rework signal extraction
10949 routines to improve AUTO expansion performance by 300%++.
10950
10951 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10954 Tweak Open Watcom regexp to distinguish between errors and warnings.
10955
10956 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * dired.el (dired-read-dir-and-switches): Fix up last change.
10959
10960 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
10961
10962 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
10963 out of this function, move it to vc-dispatcher-selection-set.
10964
10965 2008-05-05 Sam Steingold <sds@gnu.org>
10966
10967 * window.el (delete-other-windows-vertically): New function.
10968
10969 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * dired.el (dired-read-dir-and-switches):
10972 Obey read-file-name-completion-ignore-case.
10973
10974 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
10975
10976 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10977 Add regexp for Open Watcom compiler output.
10978
10979 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
10980
10981 * progmodes/python.el (python-block-pairs): Align finally with except.
10982
10983 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
10986
10987 2008-05-05 Tom Tromey <tromey@redhat.com>
10988
10989 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
10990 looking at conflict marker.
10991
10992 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
10995 client-mode -> vc-client-object, and guess `funcall' was meant.
10996 (vc-dir-mode): Rename client-mode -> vc-client-mode.
10997
10998 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10999
11000 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11001 (dbus-debug): Move declarations outside eval-when-compile.
11002
11003 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11004
11005 * proced.el (proced-command-alist): Fix system-type values.
11006 Fix defcustom.
11007 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11008 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11009 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11010 (proced-update): Use proced-sorting-scheme. Update modeline.
11011 (proced-send-signal): Use nreverse.
11012 (proced-sorting-scheme-p): New function.
11013
11014 2008-05-04 Andreas Schwab <schwab@suse.de>
11015
11016 * vc.el: Require dired when compiling.
11017
11018 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11019
11020 2008-05-03 Glenn Morris <rgm@gnu.org>
11021
11022 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11023 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11024 Simplify compilation requirements.
11025 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11026 declarations.
11027
11028 2008-05-03 Dave Love <fx@gnu.org>
11029
11030 * progmodes/python.el (python-beginning-of-statement):
11031 Loop at least once (fixes 2008-02-21 change).
11032
11033 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11034
11035 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11036 instead of `length' for comparing length of user and group names.
11037
11038 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11039
11040 * vc-dispatcher.el: New file, separates out the UI and command
11041 execution machinery from VCS-specific logic left in vc.el.
11042 The separation is not yet completely clean, but it's a good start.
11043 * vc.el: This file is about 1700 lines shorter now.
11044 Remove obsolete logentry-check from the backend API.
11045 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11046 implementation of the logentry-check method, and it guarded against
11047 a log length limit that has probably been obsolete for 15 years (!).
11048
11049 2008-05-02 Sam Steingold <sds@gnu.org>
11050
11051 * progmodes/compile.el (compilation-start): Move setting of
11052 compilation-directory after (funcall mode) as that resets local
11053 variables, this fixes recompile in grep buffers.
11054 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11055 in dired &c).
11056
11057 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11058
11059 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11060 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11061 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11062 has one of these and that all are called in compatible ways.
11063 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11064 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11065 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11066 backend has one of these.
11067
11068 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11071 initialization into define-abbrev-table. Use :regexp.
11072 (octave-mode-syntax-table): Don't set word syntax for `.
11073
11074 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11075 than only value.
11076
11077 * dired.el (dired-read-dir-and-switches):
11078 Set minibuffer-completing-file-name and call substitute-in-file-name.
11079 (dired-format-columns-of-files): Use completion--insert-strings.
11080
11081 * minibuffer.el (completion-hilit-commonality): Revert last change:
11082 the leftover code was actually useful.
11083 (completion--insert-strings): Use string-width rather than length.
11084
11085 2008-05-02 Sam Steingold <sds@gnu.org>
11086
11087 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11088 (vc-at-event): New macro: run the body at the even location.
11089 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11090 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11091 * subr.el (mouse-event-p): Check if the event is mouse-related.
11092
11093 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11096 Don't throw error if no file is found.
11097
11098 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11101 (vc-default-state-heuristic): Doc fix.
11102
11103 2008-05-02 Richard Sharman <rsharman@pobox.com>
11104
11105 * hilit-chg.el (highlight-changes-mode): Remove references to
11106 hooks that no longer exist. Because define-minor-mode is used the
11107 hook highlight-changes-mode-hook exists and can do what both the
11108 old hooks used to do. The documentation at the top of the file
11109 was updated to demonstrate this.
11110 (highlight-changes-mode): Remove commented out call to a hook
11111 function that is no longer there.
11112 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11113
11114 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11115
11116 * vc.el (vc-default-dired-state-info): Change name of primitive
11117 to prettify-state-info, in preparation for ripping out dired mode.
11118 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11119 to prettify-state-info, in preparation for ripping out dired mode.
11120 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11121 tries this on a version-controlled buffer. It will do useless or
11122 actively bad things on any version control system newer than RCS.
11123 * vc-hooks.el (vc-dired-resynch-file):
11124 * vc.el (vc-dired-resynch-file): Change name of primitive to
11125 vc-directory-resynch-file, preparing to remove dired.
11126
11127 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11128
11129 * vc-rcs.el (vc-rcs-state): Fix typos.
11130
11131 * vc.el (vc-register): Change argument order so that the prefix
11132 argument is assigned correctly.
11133 (vc-next-action, vc-dir-register): Update for the above change.
11134
11135 2008-05-01 Juri Linkov <juri@jurta.org>
11136
11137 * replace.el (occur-read-primary-args): Set default to the car of
11138 regexp-history and display it in the prompt, but don't add to the
11139 list of minibuffer defaults. Bind history-add-new-input to nil to
11140 not add automatically `default'. For empty input return `default'.
11141 Otherwise, add `input' to regexp-history and return it.
11142 (occur-1): Signal an error for the empty regexp.
11143
11144 * progmodes/compile.el (compilation-auto-jump):
11145 Set window point to `pos' explicitly.
11146
11147 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11148
11149 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11150 when appropriate.
11151 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11152 we report the 'unregistered state reliably.
11153 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11154 we report the 'unregistered state reliably.
11155 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11156 we report the 'unregistered state reliably.
11157 * vc-hooks.el (vc-state): Document that vc-unregistered is
11158 now expected to be returned reliably.
11159 * vc.el (vc-default-dired-state): Change needs-patch state to
11160 needs-update, since the name now shows up in dir-status listings
11161 and was somewhat misleading.
11162 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11163 immediately after removing the file.
11164 * vc.el (vc-next-action): More informative messages when a fileset
11165 is in a mixed state or files are missing.
11166
11167 2008-05-01 Sam Steingold <sds@gnu.org>
11168
11169 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11170
11171 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11174
11175 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11176
11177 * epa-file-hook.el: New file split from epa-file.el.
11178 * epa-file.el: Require 'epa-file-hook.
11179 (epa-file-handler): Add autoload cookie.
11180 * loadup.el: Load epa-file-hook.
11181 * startup.el (command-line): Eval the body of auto-encryption-mode.
11182
11183 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11184
11185 * vc.el (vc-dir-mode-map): Don't bind "r".
11186
11187 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11188 (vc-hg-status-printer): New function.
11189 (vc-hg-after-dir-status): Deal with copied and renamed files.
11190 (vc-hg-dir-status): Add flag to show copied files.
11191
11192 2008-05-01 John Paul Wallington <jpw@pobox.com>
11193
11194 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11195 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11196 sorting mode was recency.
11197
11198 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11199 reverse sorting order if last sorting mode was the sorter's.
11200
11201 2008-05-01 Jason Rumney <jasonr@gnu.org>
11202
11203 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11204
11205 2008-04-30 John Paul Wallington <jpw@pobox.com>
11206
11207 * ibuffer.el (define-ibuffer-column filename): When the major mode
11208 is `vc-dir-mode' show the buffer's default directory.
11209
11210 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11211 major mode is `vc-dir-mode' use the buffer's default directory.
11212
11213 2008-04-30 Sam Steingold <sds@gnu.org>
11214
11215 * vc.el (vc-dir-delete-file): Add.
11216 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11217 (vc-delete-file): Do not barf when the file has been already deleted.
11218
11219 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11220
11221 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11222
11223 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * progmodes/octave-mod.el (octave-help): New function.
11226 * progmodes/octave-hlp.el: Delete.
11227 * info-look.el (octave-mode): Add operator index.
11228
11229 * vc.el (vc-checkout): Typo.
11230
11231 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11232
11233 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11234 Add "..." in the appropriate places.
11235
11236 * epa.el (epa-key-list-mode-map): Add more menu entries.
11237 Add "..." in the appropriate places.
11238
11239 * dired.el (dired-mode-map): Add :help.
11240
11241 * vc.el (vc-deduce-fileset): Add new parameter.
11242 (vc-dir-marked-only-files): New function.
11243 (vc-next-action): Don't ignore directories, look at the files
11244 inside them.
11245 (vc-dir-mode): Document how the mark/unmark commands work.
11246
11247 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11250 Rule out trailing spaces in file and directory names as well.
11251
11252 * minibuffer.el (completion--do-completion): Move point even if the
11253 completion makes no change.
11254 (completion-pcm-try-completion): Fix computation of new point.
11255
11256 2008-04-30 David Hansen <david.hansen@gmx.net>
11257
11258 * dired.el: Require 'cl.
11259
11260 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11261
11262 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11263 hollow if not in innermost frame.
11264
11265 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 Make `checkout-model' apply to filesets.
11268 * vc-hooks.el (vc-checkout-model): Rewrite.
11269 (vc-before-save, vc-after-save): Adjust callers accordingly.
11270 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11271 (vc-transfer-file): Adjust callers accordingly.
11272 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11273 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11274 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11275 instead of vc-checkout-model.
11276 * vc-mcvs.el (vc-mcvs-revert):
11277 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11278 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11279 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11280 * vc-svn.el (vc-svn-checkout-model):
11281 * vc-hg.el (vc-hg-checkout-model):
11282 * vc-git.el (vc-git-checkout-model):
11283 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11284
11285 * dired.el (dired-read-dir-and-switches): Replace last change with
11286 a new approach that mixes read-file-name and read-directory-name.
11287
11288 * files.el (read-buffer-to-switch):
11289 Avoid making assumptions about `other-buffer'.
11290
11291 2008-04-29 Sam Steingold <sds@gnu.org>
11292
11293 * vc.el (vc-dir-mode-hook): Add normal hook.
11294 (vc-dir-mode): Run it.
11295
11296 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11297
11298 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11299 Always split windows.
11300 (gdb-speedbar-timer-fn): Only raise frame after user input.
11301 (gdb-same-frame): Reverse initial value.
11302 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11303
11304 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11305 gdb-speedbar-timer-fn.
11306
11307 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11310
11311 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11312
11313 * epa.el (epa-key-list-mode-map): Add menu.
11314 (epa-delete-keys, epa-import-keys): Fix typo.
11315
11316 2008-04-29 Glenn Morris <rgm@gnu.org>
11317
11318 * find-cmd.el (top-level): Does not need cl when compiling.
11319
11320 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11321
11322 * find-cmd.el: New file.
11323
11324 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11327 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11328 (completion-pcm--hilit-commonality): New function.
11329 (completion-pcm-all-completions): Use it.
11330
11331 * minibuffer.el (completion-common-substring): Mark obsolete.
11332 (completions-first-difference, completions-common-part):
11333 Move from simple.el.
11334 (completion-hilit-commonality): New fun.
11335 (display-completion-list, completion-emacs21-all-completions)
11336 (completion-emacs22-all-completions): Use it.
11337 * simple.el (completions-first-difference, completions-common-part):
11338 Move to minibuffer.el.
11339 (choose-completion-string): Use field functions and minibufferp.
11340 (completion-setup-function): Don't set completions faces.
11341
11342 2008-04-29 Glenn Morris <rgm@gnu.org>
11343
11344 * calendar/calendar.el (calendar-nth-named-absday)
11345 (calendar-nth-named-day):
11346 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11347 * calendar/holidays.el (holiday-float): Doc fixes.
11348
11349 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11350 the `full' case.
11351
11352 * org/org-agenda.el (calendar-iso-from-absolute):
11353 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11354 Fix declarations.
11355
11356 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11357
11358 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11359 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11360 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11361 (gdb-assembler-custom): Be careful not to match other addresses.
11362
11363 2008-04-29 Jason Rumney <jasonr@gnu.org>
11364
11365 * battery.el (battery-status-function): Use w32-battery-status
11366 on Windows.
11367 (battery-echo-area-format): Make apm format the general case.
11368 (battery-mode-line-format): Merge apm and pmset formats as the
11369 general case.
11370
11371 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11372
11373 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11374 Use gud-tool-bar-item-visible-no-fringe.
11375 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11376 is already visible in frame. Remove optional size parameter
11377 and add optional frame parameter.
11378
11379 * progmodes/gud.el (gud-display-line): Only consider visible
11380 frames when looking for source buffer.
11381
11382 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11385 argument to get-char-property, in case the current buffer hasn't
11386 been assigned to that window yet.
11387 (doc-view-display): Default to selected window if the current
11388 buffer hasn't been assigned to a window yet.
11389
11390 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11391
11392 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11393
11394 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11395
11396 * net/tramp.el (tramp-mode): New defcustom.
11397 (tramp-file-name-handler, tramp-completion-file-name-handler):
11398 Use it.
11399 (tramp-replace-environment-variables): Handle "$$".
11400
11401 2008-04-28 Sam Steingold <sds@gnu.org>
11402
11403 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11404
11405 2008-04-28 Bastien Guerry <bzg@altern.org>
11406
11407 * whitespace.el (whitespace-trailing): Fix typo.
11408
11409 2008-04-28 Sam Steingold <sds@gnu.org>
11410
11411 * textmodes/remember.el (diary-make-entry): Update the autoload.
11412
11413 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11416 all-completions.
11417
11418 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11419
11420 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11421
11422 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11423
11424 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11425 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11426 (vc-dir-mark-file): Add an optional argument.
11427 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11428
11429 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11430
11431 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11432 rather than obsolete alias find-file-hooks.
11433 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11434 Use find-file-hook rather than obsolete alias find-file-hooks.
11435 Add to find-file-not-found-functions.
11436 (epa-file-handler): Put 'safe-magic and 'operations properties.
11437
11438 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11439 (epa-menu-items): Remove.
11440
11441 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11442 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11443 (epa-dired-mode, epa-global-dired-mode): Remove.
11444
11445 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11446
11447 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11448
11449 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11450
11451 2008-04-27 Glenn Morris <rgm@gnu.org>
11452
11453 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11454 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11455
11456 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11457
11458 * org/org.el (org-html-level-start): Always have id's in HTML.
11459 (org-export-as-html): Use `org-link-protocols' to
11460 retrieve the export form of the link.
11461 (org-add-link-type): Final parameter renamed from PUBLISH.
11462 Better documentation of how it is to be used. Avoid double entries for
11463 the same link type.
11464 (org-add-link-props): New function.
11465 (org-modules-loaded): New variable.
11466 (org-load-modules-maybe, org-set-modules): New function.
11467 (org-modules): New option.
11468 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11469 (orgtbl-mode, org-store-link, org-insert-link-global)
11470 (org-open-at-point): Call `org-load-modules-maybe'.
11471 (org-search-view): Add more text properties.
11472 (org-agenda-schedule, org-agenda-deadline): Allow also in
11473 search-type agendas.
11474 (org-search-view): Order of arguments has been changed.
11475 Interpret prefix-arg as TODO-ONLY.
11476 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11477 Take new argument order of `org-search-view' into account.
11478 (org-todo-only): New variable.
11479 (org-search-syntax-table): New variable and function.
11480 (org-search-view): Do the search with the special syntax table.
11481 (define-obsolete-function-alias): Make work with XEmacs.
11482 (org-add-planning-info): Use old date as default when modifying an
11483 existing deadline or scheduled item.
11484 (org-agenda-compute-time-span): Make argument N optional.
11485 (org-agenda-format-date-aligned): Require `cal-iso'.
11486 (org-agenda-list): Include week into agenda heading, don't
11487 list it at each date (only on Mondays).
11488 (org-read-date-analyze): Define local variable `iso-date'.
11489 (org-agenda-format-date-aligned): Remove dependency on
11490 `calendar-time-from-absolute'.
11491 (org-remember-apply-template, org-go-to-remember-target):
11492 Interpret filenames relative to `org-directory'.
11493 (org-complete): Silently fail when trying to complete
11494 keywords that don't have a default value.
11495 (org-get-current-options): Add a #+DATE: option.
11496 (org-additional-option-like-keywords): Remove "DATE:" from the
11497 list of additional keywords.
11498 (org-export-as-html): Remove (current-time) as unnecessary second
11499 argument of `format-time-string'.
11500 (org-clock-find-position): Handle special case at end of buffer.
11501 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11502 `org-agenda-change-time-span'.
11503 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11504 `org-agenda-change-time-span'.
11505 (org-agenda-month-view): New argument MONTH, pass it on to
11506 `org-agenda-change-time-span'.
11507 (org-agenda-year-view): New argument YEAR, pass it on to
11508 `org-agenda-change-time-span'.
11509 (org-agenda-change-time-span): New optional argument N, pass it on
11510 to `org-agenda-compute-time-span'.
11511 (org-agenda-compute-time-span): New argument N, interpret it by
11512 changing the starting day.
11513 (org-small-year-to-year): New function.
11514 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11515 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11516 into the future, and that the shift is at least one interval, never 0.
11517 (org-update-checkbox-count): Fix bug with checkbox counting.
11518 (org-add-note): New command.
11519 (org-add-log-setup): Rename from `org-add-log-maybe'.
11520 (org-log-note-headings): New entry for plain notes (i.e. notes not
11521 related to state changes or clocking).
11522 (org-get-org-file): Check for availability of `remember-data-file'.
11523 (org-cached-entry-get): Allow a regexp value for
11524 `org-use-property-inheritance'.
11525 (org-use-property-inheritance): Allow regexp value. Fix bug in
11526 customization type.
11527 (org-use-tag-inheritance): Allow a list and a regexp value for
11528 this variable.
11529 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11530 (org-entry-get): Respect value `selective' for the INHERIT argument.
11531 (org-tag-inherit-p, org-property-inherit-p): New functions.
11532 (org-agenda-format-date-aligned): Allow 10 characters for
11533 weekday, to accommodate German locale.
11534 (org-add-archive-files): New function.
11535 (org-agenda-files): New argument `ext', to get archive files as well.
11536 (org-tbl-menu): Protect the use of variables that
11537 are only available when org-table.el gets loaded.
11538 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11539 single directory.
11540 (org-open-file): Allow a batch process to trigger
11541 waiting after executing a system command.
11542 (org-store-link): Link to headline when there is not
11543 target and no region in an org-mode buffer when creating a link.
11544 (org-link-types-re): New variable.
11545 (org-make-link-regexps): Compute `org-link-types-re'.
11546 (org-make-link-description-function): New option.
11547 (org-agenda-date, org-agenda-date-weekend): New faces.
11548 (org-archive-sibling-heading): New option.
11549 (org-archive-to-archive-sibling): New function.
11550 (org-iswitchb): New command.
11551 (org-buffer-list): New function.
11552 (org-agenda-columns): Also try the #+COLUMNS line in
11553 the buffer associated with the entry at point (or with the first
11554 entry in the agenda view).
11555 (org-modules): Add entry for org-bibtex.el.
11556 (org-completion-fallback-command): Move into `org-completion' group.
11557 (org-clock-heading-function): Move to `org-progress' group.
11558 (org-auto-repeat-maybe): Make sure that a note can
11559 be enforces if `org-log-repeat' is `note'.
11560 (org-modules): Allow additional symbols for external packages.
11561 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11562 (org-clock-goto): Hide drawers after showing an
11563 entry with `org-clock-goto'.
11564 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11565 Try also a clocktable block shift.
11566 (org-clocktable-try-shift): New function.
11567 (org-columns-hscoll-title): New function.
11568 (org-columns-previous-hscroll): New variable.
11569 (org-columns-full-header-line-format): New variable.
11570 (org-columns-display-here-title, org-columns-remove-overlays):
11571 Install `org-columns-hscoll-title' in post-command-hook.
11572
11573 * org/org.el: Split into many small files.
11574
11575 * org/org-agenda.el: New file, split off from org.el.
11576
11577 * org/org-archive.el: New file, split off from org.el.
11578
11579 * org/org-bbdb.el: New file.
11580
11581 * org/org-bibtex.el: New file, split off from org.el.
11582
11583 * org/org-clock.el: New file, split off from org.el.
11584
11585 * org/org-colview.el: New file, split off from org.el.
11586
11587 * org/org-compat.el: New file, split off from org.el.
11588
11589 * org/org-exp.el: New file, split off from org.el.
11590
11591 * org/org-faces.el: New file, split off from org.el.
11592
11593 * org/org-gnus.el: New file, split off from org.el.
11594
11595 * org/org-info.el: New file, split off from org.el.
11596
11597 * org/org-infojs.el: New file.
11598
11599 * org/org-irc.el: New file.
11600
11601 * org/org-macs.el: New file, split off from org.el.
11602
11603 * org/org-mew.el: New file.
11604
11605 * org/org-mhe.el: New file, split off from org.el.
11606
11607 * org/org-publish.el: New file, split off from org.el.
11608
11609 * org/org-remember.el: New file, split off from org.el.
11610
11611 * org/org-rmail.el: New file, split off from org.el.
11612
11613 * org/org-table.el: New file, split off from org.el.
11614
11615 * org/org-vm.el: New file, split off from org.el.
11616
11617 * org/org-wl.el: New file, split off from org.el.
11618
11619 2008-04-27 Jason Riedy <jason@acm.org>
11620
11621 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11622 parameter that suppresses lines that evaluate to NIL.
11623 (orgtbl-get-fmt): New inline function for
11624 picking apart formats that may be lists.
11625 (orgtbl-apply-fmt): New inline function for applying formats that
11626 may be functions.
11627 (orgtbl-eval-str): New inline function for strings that may be
11628 functions.
11629 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11630 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11631 (*orgtbl-llfmt*, *orgtbl-llstart*)
11632 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11633 (orgtbl-format-section): Shift formatting to support detecting the
11634 last line and formatting it specially.
11635 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11636 formats unless overridden.
11637 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11638 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11639 bound variables to hold the input collection of lines and output
11640 formatted text.
11641 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11642 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11643 format parameters.
11644 (orgtbl-format-line): New function encapsulating formatting for a
11645 single line.
11646 (orgtbl-format-section): Similar for each section. Rebinding the
11647 dynamic vars customizes the formatting for each section.
11648 (orgtbl-to-generic): Use orgtbl-format-line and
11649 orgtbl-format-section.
11650 (org-get-param): Now unused, so delete.
11651 (orgtbl-gather-send-defs): New function to
11652 gather all the SEND definitions before a table.
11653 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11654 corresponding to the current name.
11655 (orgtbl-send-table): Use the previous two functions and implement
11656 multiple destinations for each table.
11657
11658 * doc/org.texi (A LaTeX example): Note that fmt may be a
11659 one-argument function, and efmt may be a two-argument function.
11660 (Radio tables): Document multiple destinations.
11661
11662 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11663
11664 * org/org-agenda.el (org-add-to-diary-list): New function.
11665 (org-prefix-has-effort): New variable.
11666 (org-sort-agenda-noeffort-is-high): New option.
11667 (org-agenda-columns-show-summaries)
11668 (org-agenda-columns-compute-summary-properties): New options.
11669 (org-format-agenda-item): Compute the duration of the item.
11670 (org-agenda-weekend-days): New variable.
11671 (org-agenda-list, org-timeline): Use the proper faces for dates in
11672 the agenda and timeline buffers.
11673 (org-agenda-archive-to-archive-sibling): New command.
11674 (org-agenda-start-with-clockreport-mode): New option.
11675 (org-agenda-clockreport-parameter-plist): New option.
11676 (org-agenda-clocktable-mode): New variable.
11677 (org-agenda-deadline-leaders): Allow a function value for the
11678 deadline leader.
11679 (org-agenda-get-deadlines): Deal with new function value.
11680
11681 * org/org-clock.el (org-clock): New customization group.
11682 (org-clock-into-drawer, org-clock-out-when-done)
11683 (org-clock-in-switch-to-state, org-clock-heading-function):
11684 Move into the new group.
11685 (org-clock-out-remove-zero-time-clocks): New option.
11686 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
11687 (org-dblock-write:clocktable): Allow a Lisp form for the scope
11688 parameter.
11689 (org-dblock-write:clocktable): Fix bug with total time calculation.
11690 (org-dblock-write:clocktable): Request the unrestricted list of files.
11691 (org-get-clocktable): New function.
11692 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
11693 be strings but also integers (an absolute day number) and lists (m d y).
11694
11695 * org/org-colview.el (org-columns-next-allowed-value)
11696 (org-columns-edit-value): Limit the effort for updating in the
11697 agenda to recomputing a single file.
11698 (org-columns-compute): Only write property value if it has changed.
11699 This avoids raising the buffer-change-flag unnecessarily.
11700 (org-agenda-colview-summarize)
11701 (org-agenda-colview-compute): New functions.
11702 (org-agenda-columns): Call `org-agenda-colview-summarize'.
11703
11704 * org/org-exp.el (org-export-run-in-background): New option.
11705 (org-export-icalendar): Allow a batch process to trigger waiting
11706 after executing a system command.
11707 (org-export-preprocess-string): Rename from
11708 `org-cleaned-string-for-export'.
11709 (org-export-html-style): Made target class look like normal text.
11710 (org-export-as-html): Make use of the better preprocessing in
11711 `org-cleaned-string-for-export'.
11712 (org-cleaned-string-for-export): Better treatment of heuristic
11713 targets, many more internal links will now work in HTML export.
11714 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
11715 (org-export-inbuffer-options-extra): New variable.
11716 (org-export-options-filters): New hook.
11717 (org-infile-export-plist): Find also the settings keywords in
11718 `org-export-inbuffer-options-extra'.
11719 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
11720 multiple #+INFOJS_OPT lines.
11721 (org-export-html-handle-js-options): New function.
11722 (org-export-html-infojs-setup): New option.
11723 (org-export-as-html): Call `org-export-html-handle-js-options'.
11724 Add autoload to all entry points.
11725 (org-skip-comments): Function removed.
11726
11727 * org/org-table.el (org-table-make-reference): Extra parenthesis
11728 around single fields, to make sure that algebraic formulas get
11729 correctly interpreted by calc.
11730 (org-table-current-column): No longer interactive.
11731
11732 * org/org-export-latex.el (org-export-latex-preprocess):
11733 Rename from `org-export-latex-cleaned-string'.
11734
11735 2008-04-27 Bastien Guerry <bzg@altern.org>
11736
11737 * org/org-publish.el (org-publish-get-base-files-1): New function.
11738 (org-publish-get-base-files): Use it.
11739 (org-publish-temp-files): New variable.
11740 Don't require 'dired-aux anymore.
11741 (org-publish-initial-buffer): New variable.
11742 (org-publish-org-to, org-publish): Use it.
11743 (org-publish-get-base-files-1): Bug fix: get
11744 the proper list of files when recursing thru a directory.
11745 (org-publish-get-base-files): Use the :exclude property to skip
11746 both files and directories.
11747
11748 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11749
11750 * net/tramp.el (tramp-handle-make-symbolic-link)
11751 (tramp-handle-file-name-directory)
11752 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11753 (tramp-do-copy-or-rename-file-directly)
11754 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
11755 (tramp-handle-substitute-in-file-name)
11756 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11757 * net/tramp-cache.el (tramp-get-file-property)
11758 (tramp-set-file-property, tramp-flush-file-property)
11759 (tramp-flush-directory-property)
11760 * net/tramp-compat.el (tramp-compat-make-temp-file)
11761 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
11762 Disable `file-name-handler-alist' when handling localname.
11763 It could have a remote file syntax, like a VMS file name.
11764
11765 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11766
11767 * whitespace.el: New version 11.1.
11768 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
11769 enclosed by \\( and \\)$. Docstring fix.
11770 (whitespace-trailing-regexp): Fun removed.
11771 (whitespace-report-list): Const initialization fix.
11772 (whitespace-color-on): Code fix.
11773
11774 2008-04-27 Andreas Schwab <schwab@suse.de>
11775
11776 * Makefile.el: Unbreak bootstrap.
11777
11778 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
11779
11780 * net/tramp.el (tramp-replace-environment-variables): New defun.
11781 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
11782 Use it.
11783
11784 2008-04-27 Glenn Morris <rgm@gnu.org>
11785
11786 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
11787
11788 * calculator.el (calculator-expt): Replace cl function `oddp'.
11789
11790 2008-04-27 Johan Bockgård <bojohan@gnu.org>
11791
11792 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11793 Simplify. Collect `defun' and `autoload' entries.
11794 Avoid modifying load-history.
11795
11796 2008-04-26 Glenn Morris <rgm@gnu.org>
11797
11798 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
11799
11800 * simple.el (quoted-insert, zap-to-char): Revert previous change.
11801
11802 2008-04-26 John Paul Wallington <jpw@pobox.com>
11803
11804 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
11805 `hexl-mode-old-eldoc-documentation-function'.
11806 (hexl-mode-exit): Restore it.
11807 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
11808
11809 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
11810
11811 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
11812
11813 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
11814 (completion-pcm--all-completions): Doc fix.
11815 (completion-styles-alist, completion-all-completions):
11816 Fix typos in docstrings.
11817
11818 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11819
11820 * whitespace.el: There is now only one variable (whitespace-style) to
11821 specify which kind of blank is visualized. Doc and docstring fix.
11822 New version 11.0.
11823 (whitespace-style): New option, replace whitespace-style-mark and
11824 whitespace-style-color.
11825 (whitespace-style-mark, whitespace-style-color): Options removed.
11826 (whitespace-hspace, whitespace-tab, whitespace-newline)
11827 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11828 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11829 (whitespace-hspace-regexp, whitespace-space-regexp)
11830 (whitespace-tab-regexp, whitespace-trailing-regexp)
11831 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11832 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11833 (whitespace-space-after-tab-regexp, whitespace-line-column)
11834 (whitespace-display-mappings, whitespace-report): Docstring fix.
11835 (whitespace-color-value-list, whitespace-mark-value-list)
11836 (whitespace-active-color, whitespace-active-mark)
11837 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
11838 (whitespace-style-value-list, whitespace-active-style)
11839 (whitespace-toggle-style): New vars.
11840 (whitespace-toggle-option-alist, whitespace-help-text):
11841 Var initialization and docstring fix.
11842 (whitespace-toggle-options, global-whitespace-toggle-options)
11843 (whitespace-cleanup, whitespace-cleanup-region)
11844 (whitespace-report-region, whitespace-interactive-char)
11845 (whitespace-toggle-list): Docstring and code fix.
11846 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11847 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
11848 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
11849 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
11850
11851 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
11854 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
11855 (diff-sanity-check-hunk): Adjust code accordingly.
11856
11857 2008-04-26 Glenn Morris <rgm@gnu.org>
11858
11859 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
11860
11861 * forms-d2.dat: Move to ../etc.
11862 * forms-d2.el (forms-file): Adapt for above change.
11863
11864 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
11865 `translation-table-for-input'.
11866
11867 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
11868 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
11869
11870 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
11871 to punctuation now it's not needed for abbrevs.
11872 (fortran-mode-abbrev-table): Remove defvar, make use of new
11873 define-abbrev-table :regexp feature.
11874
11875 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
11876 insert, now that translation-table-for-input is not needed.
11877
11878 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
11879
11880 * emacs-lisp/pp.el (pp-display-expression): New function,
11881 extracted from pp-eval-expression.
11882 (pp-eval-expression): Use pp-display-expression.
11883 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
11884 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
11885 (pp-eval-last-sexp): Use pp-last-sexp.
11886
11887 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * abbrev.el (define-abbrev-table): Apply props even if the table
11890 exists already.
11891
11892 * minibuffer.el (completion-table-with-context): Fix `pred' for the
11893 various kinds of completion tables.
11894 (completion-emacs22-try-completion): Place cursor after the /, as was
11895 done in Emacs-22's minibuffer-complete-word.
11896 Fix bug reported by David Hansen <david.hansen@gmx.net>.
11897 (completion-emacs22-try-completion): Merge all mergeable text rather
11898 than just /.
11899 (completion-pcm--delim-wild-regex): New var.
11900 (completion-pcm-word-delimiters): New custom.
11901 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
11902 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
11903 (completion-pcm--all-completions, completion-pcm-all-completions)
11904 (completion-pcm--merge-completions, completion-pcm--pattern->string)
11905 (completion-pcm-try-completion): New functions.
11906 (completion-styles-alist): Add them.
11907 (completion-styles): Add it to the default.
11908
11909 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
11910
11911 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
11912 (gdb-var-create-handler): ...until here when there are values.
11913 (gdb-post-prompt): Don't do -var-update with no watch expressions.
11914 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
11915
11916 2008-04-25 Eli Zaretskii <eliz@gnu.org>
11917
11918 * ls-lisp.el (ls-lisp-format): Fix last change.
11919 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
11920 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
11921 (ls-lisp-filesize-f-fmt): New defvars.
11922 (ls-lisp-insert-directory): Dynamically compute format specifiers
11923 for displaying UID, GID, and file size, and store them in the
11924 above variables.
11925 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
11926 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
11927 instead of constant format strings.
11928 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
11929 ls-lisp-filesize-d-fmt instead of constant format strings.
11930
11931 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
11932
11933 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
11934 value of addresses rather than (partial) string value.
11935 (gdb-frame-handler): Change regexp according to above change.
11936 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11937 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
11938 (gdb-assembler-mode): Disable undo in these buffers.
11939
11940 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
11941
11942 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
11943 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
11944
11945 2008-04-24 Sam Steingold <sds@gnu.org>
11946
11947 * textmodes/remember.el (remember-diary-extract-entries): Use
11948 diary-make-entry instead of the obsolete make-diary-entry.
11949
11950 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11951
11952 * subr.el (translation-table-for-input): Mark as obsolete.
11953
11954 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
11955
11956 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
11957
11958 * textmodes/ispell.el (ispell-dictionary-alist-1)
11959 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
11960 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
11961 (ispell-dictionary-alist-6): Remove.
11962 (ispell-dictionary-base-alist): New var, merges the above.
11963 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
11964 Use it.
11965 (ispell-dictionary-alist): Default to nil. Remove autoload.
11966 (ispell-local-dictionary-alist): Remove autoload.
11967
11968 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
11969 (f90-mode-abbrev-table): Use the new :regexp feature.
11970 Merge defvar and mapc into define-abbrev-table.
11971 (f90-imenu-type-matcher): Remove unused `l'.
11972 (f90-imenu-generic-expression): Remove unused `not-ib'.
11973 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
11974 (f90-change-keywords): Use restore-buffer-modified-p.
11975
11976 2008-04-24 Glenn Morris <rgm@gnu.org>
11977
11978 * net/goto-addr.el (goto-address-prog-mode):
11979 * progmodes/bug-reference.el (bug-reference-prog-mode):
11980 Define for compiler.
11981
11982 * minibuffer.el (x-file-dialog): Declare as function.
11983
11984 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
11985 dframe-update-speed rather than obsolete alias speedbar-update-speed.
11986
11987 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
11988 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
11989 work with easymenu. Add :keys where needed.
11990
11991 * calendar/cal-move.el (calendar-scroll-left): Handle case when
11992 event-start is nil.
11993
11994 * calendar/calendar.el (calendar-mode-map): Fix typo.
11995
11996 2008-04-24 Tom Tromey <tromey@redhat.com>
11997
11998 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
11999 Document keywords. Add :suppress.
12000 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12001
12002 * net/goto-addr.el (goto-address-unfontify): New function.
12003 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12004 (goto-address-fontify-region, goto-address-mode)
12005 (goto-address-prog-mode): New functions.
12006
12007 * progmodes/bug-reference.el: New file.
12008
12009 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12010
12011 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12012
12013 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12016 macros within lambdas.
12017
12018 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12019
12020 * minibuffer.el (completion-try-completion): Add `point' argument.
12021 Change return value.
12022 (completion-all-completions): Add `point' argument.
12023 (minibuffer-completion-help): Pass the new `point' argument.
12024 (completion--do-completion): Pass the whole field to try-completion.
12025 (completion--try-word-completion): Rewrite, making fewer assumptions.
12026 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12027 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12028 (completion-basic-try-completion, completion-basic-all-completions):
12029 New functions.
12030 (completion-styles-alist): Use them.
12031
12032 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12033
12034 * textmodes/ispell.el (ispell-set-spellchecker-params):
12035 New function to make sure right params and dictionary alists are used
12036 after spellchecker changes.
12037 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12038 (ispell-initialize-spellchecker-hook): New variables and hook.
12039 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12040 (ispell-maybe-find-aspell-dictionaries): Remove.
12041 Calls replaced by (ispell-set-spellchecker-params) calls.
12042 (ispell-have-aspell-dictionaries): Remove.
12043
12044 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12045 by ispell-set-spellchecker-params.
12046
12047 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * complete.el (PC-do-completion): Be more robust in the presence of
12050 unexpected values in minibuffer-completion-predicate.
12051
12052 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12053 Only abbreviate default-filename if it's a file.
12054
12055 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12056 (read-file-name-completion-ignore-case, insert-default-directory):
12057 New vars, moved from fileio.c.
12058 (read-file-name): New fun, moved from fileio.c.
12059 * cus-start.el: Remove insert-default-directory and
12060 read-file-name-completion-ignore-case.
12061
12062 2008-04-23 Magnus Henoch <mange@freemail.hu>
12063
12064 * tar-mode.el (tar-untar-buffer): If the entry has directory
12065 link type, extract it as a directory even if its file name doesn't
12066 end with a slash. Fixes extraction of NetBSD tar archives.
12067
12068 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * server.el (server-start): Also don't get confused by CRs since we
12071 don't quote them.
12072
12073 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12074
12075 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12076 (gdb-set-gud-minor-mode-existing-buffers)
12077 (gdb-info-breakpoints-custom, gdb-get-location)
12078 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12079 Previously gdb-create-define-alist wasn't always run and added to
12080 after-save-hook.
12081
12082 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12083
12084 2008-04-23 Kevin Ryde <user42@zip.com.au>
12085
12086 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12087 comments like unindented ones.
12088
12089 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12090
12091 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12092 parameter origins.
12093
12094 2008-04-23 Kevin Ryde <user42@zip.com.au>
12095
12096 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12097 Bind print-level to ensure output forms aren't truncated if
12098 print-level is set to eval-expression-print-level when going via
12099 eval-defun and friends, or has been otherwise fiddled with.
12100
12101 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12104 font-lock-extend-after-change-region-function globally.
12105
12106 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * speedbar.el (speedbar-use-tool-tips-flag)
12109 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12110 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12111 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12112 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12113 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12114 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12115 (speedbar-separator-face): Fix typos in docstrings.
12116 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12117 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12118 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12119 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12120 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12121 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12122 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12123 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12124 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12125 (speedbar-recenter): Doc fixes.
12126 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12127 declaration and remove redundant info in docstring.
12128
12129 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12130
12131 * vc-git.el (vc-git-status-printer): Deal with directories.
12132
12133 * vc.el (vc-next-action): Look at more than the first file to
12134 determine the state.
12135
12136 2008-04-23 Glenn Morris <rgm@gnu.org>
12137
12138 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12139 timers. Doc fix.
12140 (dframe-update-speed): Drop support for XEmacs < 20.
12141 (dframe-frame-mode): Drop support for Emacs < 20.
12142 (dframe-set-timer-internal): Drop support for Emacs without timers.
12143 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12144
12145 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12146 versions. Add doc-string. Mark as obsolete.
12147
12148 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12149
12150 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12151 rather than using an Emacs version test.
12152
12153 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12154 rather than an Emacs version test.
12155
12156 * calendar/cal-china.el (holiday-chinese-qingming)
12157 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12158 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12159 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12160
12161 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12162
12163 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12164 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12165 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12166
12167 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12168
12169 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12170 (gdb-previous-frame-pc-address): ...to this.
12171 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12172 of "info frame" with Gdb 6.4+.
12173 (gdb-stack-list-frames-regexp): New regexp.
12174 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12175
12176 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12177
12178 * tar-mode.el (tar-prefix-offset): New constant.
12179 (tar-header-block-tokenize): Support paths with long names
12180 which use the "ustar" standard.
12181
12182 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12183
12184 * image-dired.el (image-dired-track-original-file)
12185 (image-dired-modify-mark-on-thumb-original-file):
12186 Use `dired-goto-file' instead of `search-forward'. This solves
12187 a bug with finding files where the file name is a subset of other
12188 file names. Doc fix.
12189
12190 2008-04-22 Juri Linkov <juri@jurta.org>
12191
12192 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12193 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12194 (yank-menu-length): Change group name `mouse' to `menu'.
12195 (buffers-menu-buffer-name-length): New user option.
12196 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12197 instead of the hard-coded number 27.
12198
12199 2008-04-22 Juri Linkov <juri@jurta.org>
12200
12201 * isearch.el (eval-when-compile): Require `help-macro'.
12202 (isearch-help-for-help-internal): Isearch specific Help screen
12203 created by `make-help-screen'.
12204 (isearch-help-map): New variable that binds "b", "k", "m" to
12205 isearch-specific commands, and binds other keys to
12206 isearch-other-control-char, thus allowing other Help keys to
12207 exit isearch mode and execute their global definitions.
12208 (isearch-help-for-help, isearch-describe-bindings)
12209 (isearch-describe-key, isearch-describe-mode): New commands.
12210 (isearch-mode-help): Define alias to isearch-describe-mode
12211 and remove its old function definition.
12212 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12213 Remove old comments because this issue is settled now.
12214 (isearch-forward): Describe three new Help commands in the docstring.
12215 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12216 leave the single sentence at the first line of the docstring,
12217 and prepend the word "function" before `isearch-forward'
12218 to make the Help link to the function instead of variable.
12219
12220 2008-04-22 Juri Linkov <juri@jurta.org>
12221
12222 * isearch.el (isearch-success-function): New variable with default
12223 to `isearch-success-function-default'.
12224 (isearch-search): Call a function from `isearch-success-function'
12225 instead of calling the hard-coded `isearch-range-invisible'.
12226 (isearch-success-function-default): New function that calls
12227 `isearch-range-invisible' and inverts its return value.
12228
12229 * info.el (Info-search): In two similar places that skip
12230 undesired search matches move code to Info-search-success-function,
12231 and call `isearch-success-function' instead.
12232 (Info-search-success-function): New function copied from code
12233 in Info-search. Replace isearch-range-invisible with
12234 text-property-not-all that checks for 'invisible and 'display
12235 properties to skip partially invisible matches (whose display
12236 properties were set by Info-fontify-node).
12237 (Info-mode): Set buffer-local isearch-success-function
12238 to Info-search-success-function.
12239
12240 2008-04-22 Juri Linkov <juri@jurta.org>
12241
12242 * minibuffer.el (internal-complete-buffer-except): New function.
12243
12244 * files.el (read-buffer-to-switch): New function.
12245 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12246 Change interactive spec to call read-buffer-to-switch instead of
12247 using the letter "B".
12248
12249 * simple.el (minibuffer-default-add-shell-commands): New function.
12250 Use declare-function for mailcap-file-default-commands from "mailcap".
12251 (shell-command): Set local minibuffer-default-add-function to
12252 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12253 before calling read-shell-command. Set 4th arg default-value of
12254 read-shell-command to relative buffer-file-name in file buffers.
12255
12256 * dired-aux.el (dired-read-shell-command-default): Move it to
12257 gnus/mailcap.el and change its name to more general name
12258 mailcap-file-default-commands.
12259 (minibuffer-default-add-dired-shell-commands): New function.
12260 Use declare-function for mailcap-file-default-commands from "mailcap".
12261 (dired-read-shell-command): Set local minibuffer-default-add-function
12262 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12263 before calling read-shell-command. Remove dired-read-shell-command-default
12264 from the default value arg because default values are not set in
12265 minibuffer-default-add-dired-shell-commands. Doc fix.
12266
12267 * dired-x.el (dired-smart-shell-command): Sync arguments and
12268 interactive spec with changes in `shell-command'.
12269 Use dired-get-filename to get the dired file name at point
12270 as the default value in dired mode.
12271
12272 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * info.el (Info-complete-menu-item): Add missing parenthesis.
12275
12276 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * info.el (Info-complete-menu-item): Save point.
12279
12280 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12281
12282 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12283
12284 2008-04-22 Andreas Schwab <schwab@suse.de>
12285
12286 * Makefile.in (emacs-deps): Define.
12287 Use it instead of $(lisp)/subdirs.el.
12288
12289 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12290
12291 * vc.el (vc-next-action): Do not consider directories when
12292 checking for state compatibility.
12293 (vc-transfer-file): Use when not if.
12294 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12295 (vc-dir-mark-file): Use them.
12296 (vc-deduce-fileset): Also return the backend.
12297 (vc-diff-internal): Take as argument the value returned by
12298 vc-deduce-fileset instead of just the fileset.
12299 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12300 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12301 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12302
12303 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12304
12305 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12306 set-window-vscroll but image-scroll-down. Fixes a bug where a
12307 command following SPC scrolled up again.
12308
12309 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12312 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12313 (gud-watch): Add "$" prefix when in registers buffer.
12314
12315 2008-04-22 Glenn Morris <rgm@gnu.org>
12316
12317 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12318
12319 * whitespace.el (whitespace-display-table)
12320 (whitespace-display-table-was-local): Move definitions before use.
12321
12322 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12323 (copyright-limit): Respect copyright-at-end-flag.
12324 (copyright-re-search, copyright-start-point)
12325 (copyright-offset-too-large-p): New functions.
12326 (copyright-update-year): Use copyright-re-search.
12327 (copyright-update, copyright-fix-years): Use copyright-start-point,
12328 and copyright-re-search.
12329 (copyright): Use copyright-offset-too-large-p.
12330 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12331
12332 * add-log.el (top-level): Require 'cl when compiling.
12333
12334 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12337 Treat minibuffer-completion-predicate as a predicate.
12338
12339 * minibuffer.el (completion--file-name-table): Accept both the old
12340 `dir' arg or the new `pred' arg.
12341
12342 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12343 `predicate' argument to pass non-predicate data.
12344 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12345 Use second arg as proper predicate.
12346
12347 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12348 (vc-bzr-revision-completion-table): Use completion-table-with-context
12349 instead.
12350
12351 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12352
12353 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * term.el (term-emulate-terminal): Perform redisplay after the
12356 process filter has finished running.
12357
12358 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12361
12362 * minibuffer.el (completion-try-completion): Change magic symbol
12363 property name. Rename from minibuffer-try-completion.
12364 (completion-all-completions): Rename from minibuffer-all-completions.
12365 Remove hide-spaces argument.
12366 (completion--do-completion): Rename from minibuffer--do-completion.
12367 (minibuffer-complete-and-exit): Call just try-completion rather than
12368 completion-try-completion to fix up the case.
12369 (completion--try-word-completion): Try to add space or hyphen before
12370 making `string' a prefix of `completion'.
12371 (completion--insert-strings): Rename from minibuffer--insert-strings.
12372
12373 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12374
12375 * net/tls.el (tls-program): Add -ign_eof argument to call the
12376 openssl commands.
12377 (tls-checktrust): Ditto.
12378
12379 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12382
12383 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12384 (vc-check-master-templates, vc-file-not-found-hook)
12385 (vc-kill-buffer-hook):
12386 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12387 (vc-find-position-by-context, vc-buffer-context)
12388 (vc-restore-buffer-context, vc-responsible-backend)
12389 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12390 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12391 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12392 (vc-version-diff, vc-diff, vc-insert-headers)
12393 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12394 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12395 (vc-revert, vc-rollback, vc-version-backup-file)
12396 (vc-rename-master, vc-delete-file, vc-rename-file)
12397 (vc-branch-part, vc-default-retrieve-snapshot)
12398 (vc-annotate-display-autoscale, vc-annotate-display-select)
12399 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12400 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12401 (vc-dir-update): Handle directories.
12402 (vc-default-status-printer): Simplify.
12403
12404 * progmodes/asm-mode.el (asm-mode-map):
12405 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12406
12407 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12408
12409 2008-04-21 Kenichi Handa <handa@m17n.org>
12410
12411 * select.el (xselect-convert-to-string): Send a C_STRING only if
12412 the polymorphic target TEXT is requested.
12413
12414 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12415
12416 * minibuffer.el (completion-setup-hook, display-completion-list)
12417 (completion--file-name-table): Fix typos in docstrings.
12418 (completion-table-dynamic): Fix typo, and reflow docstring.
12419
12420 2008-04-20 Andreas Schwab <schwab@suse.de>
12421
12422 * server.el (server-switch-buffer): Also consider clients in the
12423 selected frame.
12424
12425 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12426
12427 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12428 Select window clicked on first.
12429 (gdb): Display thread number in mode-line.
12430 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12431 (gdb-breakpoints-header): New variable.
12432 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12433
12434 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12437 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12438 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12439 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12440 (vc-sccs-print-log): Use it.
12441
12442 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12443
12444 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12445 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12446
12447 * tooltip.el (tooltip-previous-message): New var.
12448 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12449 the C code (avoid overwriting a minibuffer, restore previous echo
12450 message, ...).
12451 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12452 Simplify.
12453
12454 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12455
12456 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12457 (gdb-init-1): Initialise it.
12458 (gdb-annotation-rules): New entry for "new-thread".
12459 (gdb-thread-identification): New function to customize
12460 mode-line-buffer-identification.
12461 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12462 (gdb-assembler-mode): Use it.
12463 (gdb-threads-mode): Force "info threads" onto queue.
12464
12465 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * files.el (locate-file-completion-table): Rename from
12468 locate-file-completion and make it use `pred' in the normal way.
12469 (locate-file-completion): New compatibility wrapper.
12470 (load-library): Use locate-file-completion-table.
12471 * finder.el (finder-commentary):
12472 * subr.el (locate-library):
12473 * emacs-lisp/find-func.el (find-library): Likewise.
12474 * info.el: Use with-current-buffer and inhibit-read-only.
12475 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12476 (Info-read-node-name-1): Adjust uses accordingly.
12477
12478 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12479 (completion-table-with-terminator): Don't use complete-with-action
12480 since we have to distinguish all three cases anyway.
12481 (completion-table-with-predicate): New function.
12482 (dynamic-completion-table): Add obsolete alias.
12483
12484 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12485
12486 2008-04-18 Sam Steingold <sds@gnu.org>
12487
12488 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12489 Use quit-window instead of bury-buffer.
12490
12491 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12494
12495 2008-04-18 Andreas Schwab <schwab@suse.de>
12496
12497 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12498 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12499 Depend on $(lisp)/subdirs.el.
12500
12501 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12502
12503 * descr-text.el (describe-char-after):
12504 Use `define-obsolete-function-alias'.
12505
12506 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12507
12508 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12509
12510 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12511 Remove redundant obsolescence info in docstring.
12512
12513 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12514 (vc-header-alist): Add WHEN to obsolescence declaration.
12515 (vc-state): Fix typo in docstring.
12516
12517 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12518 Use `define-obsolete-variable-alias'.
12519
12520 * emulation/tpu-edt.el (tpu-have-ispell):
12521 * international/codepage.el (codepage-setup):
12522 Fix typo in obsolescence declaration.
12523
12524 * international/mule.el (char-coding-system-table):
12525 Remove redundant obsolescence info in docstring.
12526 (charset-list, generic-char-p, set-char-table-default):
12527 Fix typos in obsolescence declarations.
12528
12529 * international/mule-diag.el (non-iso-charset-alist):
12530 Fix typo in obsolescence declaration.
12531 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12532
12533 * font-core.el (font-lock-defaults-alist):
12534 * font-lock.el (font-lock-reference-face):
12535 * frame.el (screen-height, screen-width, set-screen-width)
12536 (set-screen-height):
12537 * hilit-chg.el (highlight-changes-initial-state):
12538 * isearch.el (isearch-return-char):
12539 * log-edit.el (cvs-commit-buffer-require-final-newline)
12540 (cvs-changelog-full-paragraphs):
12541 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12542 (mouse-popup-menubar-stuff):
12543 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12544 (mouse-wheel-click-button):
12545 * outline.el (outline-visible):
12546 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12547 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12548 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12549 * progmodes/compile.el (compile-internal):
12550 Add WHEN to obsolescence declarations.
12551
12552 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12555 is not better anyway.
12556
12557 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12558
12559 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12560 properly.
12561
12562 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12565 (python-use-skeletons): Remove, unused.
12566 (python-skeletons): Remove. Use the abbrev table instead.
12567 (python-mode-abbrev-table): Fix regexp;
12568 add enable-function and case-fixed.
12569 (def-python-skeleton): Simplify.
12570 (python-expand-template): Use the abbrev-table and abbrev-insert.
12571 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12572 Remove.
12573 (python-mode): Don't set pre-abbrev-expand-hook.
12574
12575 * skeleton.el: Set coding-tag.
12576
12577 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12578 (expand-abbrev): Use it.
12579 (abbrev-table-menu): New function.
12580
12581 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12582
12583 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12584
12585 2008-04-17 Sam Steingold <sds@gnu.org>
12586
12587 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12588 idiosyncratic bury-buffer/delete-window logic.
12589
12590 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12593 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12594
12595 2008-04-17 Kenichi Handa <handa@m17n.org>
12596
12597 * international/characters.el: Don't make the width of U+00AD to 0.
12598
12599 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12600
12601 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12602 (gdb, gdb-starting, gdb-frames-mode): Use it.
12603 (gdb-invalidate-frames): Advise to call "info stack" only if
12604 execution has occurred.
12605 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12606 selected frame if no execution has occurred.
12607 (gdb-frames-force-update): New interactive function.
12608 (gdb-frames-mode-map): Bind it to "F".
12609
12610 2008-04-17 Michael Olson <mwolson@gnu.org>
12611
12612 * textmodes/remember.el (remember-version): Release Remember 2.0.
12613
12614 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12615
12616 * textmodes/artist.el:
12617 * progmodes/vhdl-mode.el:
12618 * progmodes/verilog-mode.el:
12619 * progmodes/vera-mode.el:
12620 * progmodes/simula.el:
12621 * progmodes/ps-mode.el:
12622 * progmodes/cmacexp.el:
12623 * obsolete/hilit19.el:
12624 * emulation/viper.el:
12625 * ediff.el: Cleanup the bug-report email addresses and make sure the
12626 maintainer is still willing to handle bug reports.
12627
12628 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12629
12630 * vc.el (vc-dir-kill-query): Fix thinko.
12631
12632 2008-04-16 Glenn Morris <rgm@gnu.org>
12633
12634 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12635 by diary-sexp-entry.
12636
12637 2008-04-16 Markus Triska <markus.triska@gmx.at>
12638
12639 * proced.el (proced-command-alist): Add support for darwin.
12640
12641 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12642
12643 * proced.el (proced-mode): Redefine as just the major-mode.
12644 (proced): Separate it from proced-mode.
12645
12646 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12647
12648 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12649
12650 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12651 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12652 `tab-width' setting from user. New version 10.0. Doc and docstring
12653 fix.
12654 (whitespace-style, whitespace-chars): Remove options.
12655 (whitespace-style-mark): New option, replace whitespace-style deleted
12656 option. Fix docstring.
12657 (whitespace-style-color): New option, replace whitespace-chars deleted
12658 option. Fix docstring.
12659 (whitespace-space, whitespace-hspace, whitespace-tab)
12660 (whitespace-newline, whitespace-trailing, whitespace-line)
12661 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12662 (whitespace-space-after-tab, whitespace-hspace-regexp)
12663 (whitespace-space-regexp, whitespace-tab-regexp)
12664 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12665 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12666 (whitespace-toggle-option-alist): Fix docstring.
12667 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12668 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12669 docstring and initialization.
12670 (global-whitespace-mode): Autoloaded global minor mode.
12671 (whitespace-chars-value-list, whitespace-style-value-list)
12672 (whitespace-active-chars, whitespace-active-style)
12673 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12674 (whitespace-color-value-list): New var, replace
12675 whitespace-chars-value-list removed var.
12676 (whitespace-mark-value-list): New var, replace
12677 whitespace-style-value-list removed var.
12678 (whitespace-active-color): New var, replace whitespace-active-chars
12679 removed var.
12680 (whitespace-active-mark): New var, replace whitespace-active-style
12681 removed var.
12682 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
12683 removed var.
12684 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
12685 removed var.
12686 (whitespace-toggle-option-alist, whitespace-report-list)
12687 (whitespace-report-text, whitespace-help-text): Fix initialization.
12688 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
12689 (whitespace-toggle-options, global-whitespace-toggle-options)
12690 (whitespace-cleanup-region, whitespace-report-region)
12691 (whitespace-interactive-char): Fix docstring and code.
12692 (whitespace-cleanup, whitespace-report): Fix docstring.
12693 (whitespace-replace-spaces-by-tabs): Remove fun.
12694 (whitespace-replace-action): New fun, replace
12695 whitespace-replace-spaces-by-tabs removed fun.
12696 (whitespace-regexp, whitespace-indentation-regexp)
12697 (whitespace-space-after-tab-regexp, whitespace-insert-value)
12698 (whitespace-kill-buffer): New funs.
12699 (whitespace-insert-option-mark, whitespace-help-on)
12700 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
12701 (whitespace-color-on, whitespace-color-off)
12702 (whitespace-display-char-on): Fix code.
12703
12704 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
12707 (mouse-throw-magnifier-with-mouse-movement): Remove.
12708 (mouse-throw-magnifier-base): New const.
12709 (mouse-drag-scroll-delta): New fun.
12710 (mouse-drag-throw): Use it.
12711
12712 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
12713
12714 * international/uni-bidi.el, international/uni-category.el:
12715 * international/uni-combining.el, international/uni-comment.el:
12716 * international/uni-decimal.el, international/uni-decomposition.el:
12717 * international/uni-digit.el, international/uni-lowercase.el:
12718 * international/uni-mirrored.el, international/uni-name.el:
12719 * international/uni-numeric.el, international/uni-old-name.el:
12720 * international/uni-titlecase.el, international/uni-uppercase.el:
12721 * international/charprop.el: Regenerate.
12722
12723 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
12724
12725 * vc.el (vc-status-fileinfo): Add new member directoryp.
12726 (vc-default-status-printer): Print directories.
12727 (vc-status-update): Sort files before subdirectories.
12728
12729 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12730 Add alternative implementation based on "cvs update".
12731
12732 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
12733
12734 * doc-view.el: Changed requirements section to tell that only one
12735 of dvipdf or dvipdfm is needed.
12736 (doc-view-already-converted-p): Fix bug that forced reconversion
12737 if doc was already converted.
12738
12739 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * minibuffer.el (minibuffer-message):
12742 Make sure we can put-text-property.
12743
12744 * emacs-lisp/crm.el: Complete rewrite.
12745
12746 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
12747 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
12748 case of an error in display-completion-list.
12749
12750 * filecache.el (file-cache-completions-keymap): Move init from
12751 file-cache-completion-setup-function into declaration.
12752 (file-cache-minibuffer-complete): Simplify.
12753 (file-cache-completion-setup-function): Use standard-output,
12754 preserve current-buffer.
12755
12756 * vc.el (vc-status-update): Fix typo.
12757 (vc-status-update): Set needs-update.
12758 (vc-status-refresh): η-reduce.
12759
12760 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12761
12762 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
12763 to image-eol.
12764
12765 2008-04-14 Alexandre Julliard <julliard@winehq.org>
12766
12767 * vc.el (vc-status-update): Undo the previous revert.
12768
12769 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * minibuffer.el (completion-table-with-terminator): Those completions
12772 are never valid w.r.t test-completion.
12773 (completion--file-name-table):
12774 Check completion-all-completions-with-base-size.
12775
12776 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
12777
12778 * doc-view.el (doc-view-dvipdf-program): New variable.
12779 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
12780 (doc-view-mode-p): Check for doc-view-dvipdf-program as
12781 alternative for doc-view-dvipdfm-program.
12782 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
12783
12784 * doc-view.el (doc-view-start-process): Don't set
12785 default-directory to "~/" if the current value is valid.
12786 This broke PS files that run other files in the same directory.
12787
12788 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
12789
12790 * vc.el (vc-status-kill-query): New function.
12791 (vc-status-mode): Add it to kill-buffer-query-functions.
12792 (vc-status-show-fileentry): New function.
12793 (vc-status-menu-map): Bind it. Bind vc-next-action.
12794
12795 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * minibuffer.el (minibuffer-message): Put cursor at the right place.
12798
12799 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12800
12801 * proced.el (proced-send-signal): Fix error recognition.
12802
12803 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12804
12805 * proced.el (proced-command-alist): Remove sort column.
12806 (proced-command, proced-procname-column):
12807 Use make-variable-buffer-local.
12808 (proced-signal-function): Rename from proced-kill-program.
12809 Allow for elisp symbols and string values representing system calls.
12810 (proced-marker-regexp, proced-success-message): New functions.
12811 (proced): Use defalias. Add autoload cookie.
12812 (proced-unmark-backward, proced-toggle-marks)
12813 (proced-hide-processes): New commands.
12814 (proced-do-mark): Simplify code.
12815 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
12816 (proced-update): Remove sorting.
12817 (proced-send-signal): Display number of processes to operate on.
12818 Allow for system calls or elisp functions to send signals.
12819 Check if signal was sent successfully.
12820
12821 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * minibuffer.el (completion-all-completion-with-base-size): New var.
12824 (completion--some): New function.
12825 (completion-table-with-context, completion--file-name-table):
12826 Return the base-size if requested.
12827 (completion-table-in-turn): Generalize to multiple arguments.
12828 (complete-in-turn): Compatibility alias.
12829 (completion-styles-alist): New var.
12830 (completion-styles): New customization.
12831 (minibuffer-try-completion, minibuffer-all-completions):
12832 New functions.
12833 (minibuffer--do-completion, minibuffer-complete-and-exit)
12834 (minibuffer-try-word-completion): Use them.
12835 (display-completion-list, minibuffer-completion-help): Use them.
12836 Handle all-completions's new base-size info to set completion-base-size.
12837 * info.el (Info-read-node-name-1): Use completion-table-with-context,
12838 completion-table-with-terminator and complete-with-action.
12839 Remove the now obsolete completion-base-size-function property.
12840 * simple.el (completion-list-mode-map): Move init into declaration.
12841 (completion-list-mode): Use define-derived-mode.
12842 (completion-setup-function): Use any completion-base-size that may
12843 have been set before. Remove handling of completion-base-size-function.
12844 * loadup.el: Move abbrev.el up earlier.
12845
12846 2008-04-13 Alexandre Julliard <julliard@winehq.org>
12847
12848 * vc-git.el (vc-git-after-dir-status-stage)
12849 (vc-git-dir-status-goto-stage): New functions.
12850 (vc-git-after-dir-status-stage1)
12851 (vc-git-after-dir-status-stage1-empty-db)
12852 (vc-git-after-dir-status-stage2): Remove, functionality moved
12853 into the new generic stage functions.
12854 (vc-git-dir-status-files): New function.
12855
12856 * vc.el (vc-status-update): Revert an incorrect rewrite.
12857 Add some comments.
12858 (vc-status-refresh-files): New function.
12859 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
12860 state of up-to-date files.
12861 (vc-default-dir-status-files): New function.
12862
12863 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
12864
12865 * minibuffer.el (completion--embedded-envvar-table)
12866 (read-file-name-internal): Fix typos in 2008-04-11 change.
12867
12868 * faces.el (read-face-name): Use `completion-table-in-turn',
12869 not `complete-in-turn'.
12870
12871 2008-04-13 Andreas Schwab <schwab@suse.de>
12872
12873 * progmodes/etags.el: Require 'cl when compiling.
12874
12875 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
12876
12877 * progmodes/gud.el (gud-menu-map): Expand tooltip.
12878
12879 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
12880 (menu): Add/expand menu tooltips.
12881
12882 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12883
12884 * progmodes/sh-script.el (sh-show-indent): Fix typo.
12885 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
12886
12887 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
12888 considered registered.
12889
12890 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12891
12892 * emacs-lisp/copyright.el (copyright-update-directory): New command.
12893
12894 * ediff-wind.el (ediff-split-window-function)
12895 (ediff-merge-split-window-function): Improve custom type.
12896
12897 2008-04-12 Eli Zaretskii <eliz@gnu.org>
12898
12899 * loadup.el ("minibuffer"): Move after "faces".
12900
12901 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * progmodes/hideif.el (hif-factor): Handle unary minus.
12904
12905 2008-04-12 Glenn Morris <rgm@gnu.org>
12906
12907 * calendar/cal-china.el (chinese-calendar-time-zone):
12908 Mark obsolete name as risky too.
12909
12910 * calendar/calendar.el (calendar-faces): New custom group.
12911 (calendar-today, diary, holiday): Doc fix.
12912 Move to calendar-faces group.
12913 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
12914 (diary-button): Doc fix. Move to calendar-faces group.
12915
12916 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12917 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
12918 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
12919 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
12920 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
12921 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
12922 not in dumped files before the associated defcustom.
12923
12924 2008-04-11 Johan Bockgård <bojohan@gnu.org>
12925
12926 * minibuffer.el (lazy-completion-table): Fix debug spec.
12927
12928 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * minibuffer.el (complete-with-action, lazy-completion-table):
12931 Move from subr.el.
12932 (apply-partially, completion-table-dynamic)
12933 (completion-table-with-context, completion-table-with-terminator)
12934 (completion-table-in-turn): New funs.
12935 (completion--make-envvar-table, completion--embedded-envvar-table):
12936 New funs.
12937 (read-file-name-internal): Use them.
12938 (completion-setup-hook): Move from simple.el.
12939 * subr.el (complete-with-action, lazy-completion-table):
12940 * simple.el (completion-setup-hook): Move to minibuffer.el.
12941
12942 2008-04-11 Glenn Morris <rgm@gnu.org>
12943
12944 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
12945
12946 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
12949
12950 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
12951
12952 * textmodes/fill.el (fill-forward-paragraph-function): New var.
12953 (fill-forward-paragraph): New fun.
12954 (fill-paragraph, fill-region): Use it.
12955
12956 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
12957 (vc-status-create-fileinfo): Make `extra' optional.
12958 (vc-status-busy): New fun.
12959 (vc-status-menu-map): Use it.
12960 (vc-status-crt-marked): Remove.
12961 (vc-status-update): Rename from vc-status-add-entries.
12962 Add argument so as to prevent addition of entries. Rewrite.
12963 (vc-update-vc-status-buffer): Remove.
12964 (vc-status-refresh): Don't remove old entries, set them to
12965 up-to-date instead. Also do it after the update is complete.
12966 (vc-status-marked-files): η-reduce.
12967
12968 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
12969 for non-dialogs.
12970
12971 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
12972
12973 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
12974
12975 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
12976
12977 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
12978 to t and don't truncate msg.
12979
12980 2008-04-11 Glenn Morris <rgm@gnu.org>
12981
12982 * calendar/calendar.el (diary, holidays):
12983 Move custom groups to other files.
12984 (holiday-general-holidays, holiday-oriental-holidays)
12985 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
12986 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
12987 (holiday-hebrew-holidays, holiday-christian-holidays)
12988 (holiday-islamic-holidays, holiday-bahai-holidays)
12989 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
12990 * calendar/diary-lib.el: Move custom group here from calendar.el.
12991 * calendar/holidays.el: Move custom group and variables here
12992 from calendar.el.
12993
12994 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
12995
12996 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
12997 Fix custom group.
12998 (calendar-current-time-zone-cache): Autoload riskiness.
12999
13000 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13001
13002 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13003
13004 * woman.el (woman2-TH): Use string-equal instead of string-match.
13005
13006 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13009 (smerge-resolve): Merge the "2-way refinement" case with one half of
13010 the "mere whitespace" resolution.
13011
13012 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13013
13014 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13015
13016 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13017
13018 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13019 Add WHEN to obsolescence declaration.
13020
13021 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13022
13023 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13024
13025 * vc-hooks.el (vc-state): Add new state `conflict'.
13026 (vc-after-save): Use when not if.
13027 (vc-default-mode-line-string): Deal with the conflict state.
13028 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13029
13030 * vc.el (vc-editable-p, vc-default-status-printer)
13031 (vc-next-action): Deal with the conflict state.
13032 (vc-mark-resolved): New function.
13033 (vc-status-mode): Fix mode name.
13034 (vc-default-comment-history): Use when not if.
13035 (Todo): Add new entries, remove old ones.
13036
13037 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13038 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13039 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13040 Detect the conflict state.
13041
13042 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13043
13044 2008-04-10 Glenn Morris <rgm@gnu.org>
13045
13046 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13047 Respect truncate-partial-width-windows in non-full windows,
13048 with regards to :toggle and :enable state.
13049
13050 * simple.el (toggle-truncate-lines): Doc fix.
13051
13052 * Makefile.in (MH_E_DIR): New variable.
13053 (MH_E_SRC): Restore variable removed 2008-03-13.
13054 (mh-loaddefs.el): Depend on $MH_E_SRC.
13055 (CAL_DIR, CAL_SRC): New variables.
13056 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13057 Depend on CAL_SRC.
13058
13059 * calendar/calendar.el (calendar, diary): Add :prefix.
13060 (holidays): Change :prefix.
13061 (calendar-today, holiday, calendar-holiday-marker)
13062 (european-calendar-style): Change custom groups.
13063
13064 * calendar/calendar.el (diary-hook, diary-display-hook):
13065 Move to diary-lib.el.
13066 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13067 Move here from calendar.el.
13068 * calendar/appt.el: Require diary-lib rather than calendar.
13069 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13070
13071 * calendar/appt.el (appt): Add :prefix.
13072
13073 * calendar/diary-lib.el (diary-hook): Doc fix.
13074 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13075
13076 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13079 New functions.
13080
13081 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13082 the arg to recursive calls.
13083
13084 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13085
13086 * minibuffer.el (completion-auto-help): Fix typo.
13087
13088 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13091
13092 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13093
13094 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13095 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13096
13097 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13100
13101 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13102 (completion-auto-help): Move from C code.
13103 (minibuffer--maybe-completion-help): Remove.
13104 (minibuffer--bitset): New function.
13105 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13106 Renumber a bit. Really complete on string *before* point.
13107 Add argument used for word-completion.
13108 Join trailing / in completion with following text, as done in
13109 minibuffer-complete-word.
13110 Handle new value `lazy' for completion-auto-help.
13111 (minibuffer-try-word-completion): New function extracted from
13112 minibuffer-complete-word.
13113 (minibuffer-complete-word): Use minibuffer--do-completion.
13114 (minibuffer--insert-strings): Rename from
13115 minibuffer-complete-insert-strings.
13116 (exit-minibuffer): Fix typo.
13117 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13118 * cus-start.el: Remove completion-auto-help.
13119
13120 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13121
13122 * vc.el (vc-status-add-entries): New function.
13123 (vc-status-add-entry): Remove.
13124 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13125 Use vc-status-add-entries.
13126
13127 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13128 order.
13129
13130 2008-04-09 Jason Rumney <jasonr@gnu.org>
13131
13132 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13133 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13134 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13135 (AUTOGENEL): New variable.
13136 (distclean, maintainer-clean): New targets.
13137
13138 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13139
13140 * emacs-lisp/regexp-opt.el (regexp-opt):
13141 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13142
13143 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13144
13145 * nxml/nxml-mode.el (nxml-cleanup): New function.
13146 (nxml-mode): Add it to change-major-mode-hook.
13147
13148 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13149
13150 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13151
13152 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13153
13154 * calc/.cvsignore: New file.
13155
13156 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13157
13158 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13159
13160 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13161 show-help-function when turning tooltip off.
13162 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13163 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13164
13165 2008-04-09 Alan Mackenzie <acm@muc.de>
13166
13167 * font-lock.el (font-lock-extend-after-change-region-function):
13168 Make it buffer local.
13169
13170 2008-04-09 Glenn Morris <rgm@gnu.org>
13171
13172 * calendar/calendar.el (diary-file, european-calendar-style):
13173 Remove autoload cookies.
13174
13175 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13176
13177 * outline.el (outline-mode-menu-bar-map):
13178 * log-view.el (log-view-mode-menu):
13179 * log-edit.el (log-edit-menu): Add :help.
13180
13181 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13184 Use substring-no-properties for correct handling of unibyte strings.
13185
13186 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * add-log.el (change-log-next-buffer): Handle the case where version<
13189 signals an error.
13190
13191 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13192 mouse-major-mode-menu.
13193 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13194 (mouse-major-mode-menu, mouse-popup-menubar)
13195 (mouse-popup-menubar-stuff): Use them.
13196 (C-down-mouse-3): Bind to a dynamic map rather than to
13197 mouse-popup-menubar-stuff.
13198
13199 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13200 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13201
13202 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13203
13204 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13205 file:// access method.
13206
13207 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * minibuffer.el: New file.
13210 * loadup.el: Load it.
13211
13212 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13215 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13216
13217 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13218 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13219 Move initialization into declaration.
13220 * calc/calc-yank.el:
13221 * calc/calc-misc.el:
13222 * calc/calc-embed.el:
13223 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13224
13225 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13226
13227 * ps-samp.el (ps-add-printer, ps-remove-printer)
13228 (ps-make-dynamic-printer-menu): New functions.
13229
13230 * net/zeroconf.el: New file.
13231
13232 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13235
13236 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13237
13238 * vc-rcs.el (vc-rcs-modify-change-comment):
13239 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13240
13241 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13242
13243 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * international/mule-cmds.el (set-locale-environment): Don't warn if
13246 coding system doesn't agree with system locale (this reverts changes
13247 by Dave Love, dated 2002-10-27 and 2002-10-09).
13248
13249 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13250 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13251
13252 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13253
13254 2008-04-08 Glenn Morris <rgm@gnu.org>
13255
13256 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13257 * textmodes/remember.el (remember-diary-convert-entry):
13258 Require calendar.
13259
13260 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13261 diary-file, since it is the default for make-diary-entry anyway.
13262
13263 * calendar/cal-menu.el (cal-menu-event-to-date):
13264 Rename calendar-event-to-date. Update callers.
13265 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13266 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13267 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13268 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13269 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13270 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13271 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13272 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13273 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13274 (calendar-mouse-tex-month-landscape):
13275 Rename cal-tex-mouse-month-landscape.
13276 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13277 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13278 (calendar-mouse-tex-year-landscape):
13279 Rename cal-tex-mouse-year-landscape.
13280 (cal-menu-context-mouse-menu): Update for above name changes.
13281
13282 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13283 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13284 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13285 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13286 * calendar/holidays.el: Replace int-to-string with number-to-string.
13287
13288 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13289
13290 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13291 region if point moves.
13292
13293 2008-04-08 Kenichi Handa <handa@m17n.org>
13294
13295 * faces.el (font-slant-table): Change numeric values for `r',
13296 `roman', and `normal'.
13297
13298 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13299
13300 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13301
13302 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13303
13304 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13305 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13306
13307 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13310 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13311
13312 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13315
13316 2008-04-07 Sam Steingold <sds@gnu.org>
13317
13318 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13319 Add helper functions.
13320 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13321 lisp-compile-defun; DEFVAR forms reset the variables to the init
13322 values, just like in emacs-lisp mode eval-defun.
13323 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13324 (lisp-compile-region): Use lisp-compile-string.
13325
13326 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * subr.el (combine-and-quote-strings): Also quote strings that contain
13329 the separator.
13330
13331 * pcvs-util.el (cvs-map): Avoid recursion :-(
13332
13333 2008-04-07 Glenn Morris <rgm@gnu.org>
13334
13335 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13336
13337 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13338 view-diary-entries-initially. Keep old name as alias, update users.
13339 (calendar-mark-diary-entries-flag): Rename
13340 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13341 (calendar-view-holidays-initially-flag): Rename
13342 view-calendar-holidays-initially. Keep old name as alias, update users.
13343 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13344 Keep old name as alias, update users.
13345 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13346 Keep old name as alias, update users.
13347 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13348 Keep old name as alias, update users.
13349 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13350 Keep old name as alias, update users.
13351 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13352 (diary-american-date-forms): Rename american-date-diary-pattern.
13353 Keep old name as alias, update users.
13354 (diary-european-date-forms): Rename european-date-diary-pattern.
13355 Keep old name as alias, update users.
13356 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13357 Keep old name as alias, update users.
13358 (calendar-european-date-display-form): Rename
13359 european-calendar-display-form. Keep old name as alias, update users.
13360 (calendar-american-date-display-form): Rename
13361 european-calendar-display-form. Keep old name as alias, update users.
13362 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13363 Keep old name as alias, update users.
13364 (holiday-general-holidays): Rename general-holidays.
13365 Keep old name as alias, update users.
13366 (holiday-oriental-holidays): Rename oriental-holidays.
13367 Keep old name as alias, update users.
13368 (holiday-local-holidays): Rename local-holidays.
13369 Keep old name as alias, update users.
13370 (holiday-other-holidays): Rename other-holidays.
13371 Keep old name as alias, update users.
13372 (holiday-hebrew-holidays): Rename hebrew-holidays.
13373 Keep old name as alias, update users.
13374 (holiday-christian-holidays): Rename christian-holidays.
13375 Keep old name as alias, update users.
13376 (holiday-islamic-holidays): Rename islamic-holidays.
13377 Keep old name as alias, update users.
13378 (holiday-bahai-holidays): Rename bahai-holidays.
13379 Keep old name as alias, update users.
13380 (holiday-solar-holidays): Rename solar-holidays.
13381 Keep old name as alias, update users.
13382 (diary-fancy-buffer): Rename fancy-diary-buffer.
13383 Keep old name as alias, update users.
13384 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13385 Update users.
13386 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13387 Update users.
13388 (calendar-increment-month): Rename increment-calendar-month.
13389 Keep old name as alias, update callers.
13390 (calendar-increment-month-cons): Rename old calendar-increment-month.
13391 Update callers.
13392 (calendar-extract-month): Rename extract-calendar-month.
13393 Keep old name as alias, update callers.
13394 (calendar-extract-day): Rename extract-calendar-day.
13395 Keep old name as alias, update callers.
13396 (calendar-extract-year): Rename extract-calendar-year.
13397 Keep old name as alias, update callers.
13398 (calendar-generate-window): Rename generate-calendar-window.
13399 Update callers.
13400 (calendar-generate): Rename generate-calendar. Update callers.
13401 (calendar-generate-month): Rename generate-calendar-month.
13402 Update callers.
13403 (calendar-redraw): Rename redraw-calendar. Update callers.
13404 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13405 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13406 Update callers.
13407 (calendar-update-mode-line): Rename update-calendar-mode-line.
13408 Update callers.
13409 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13410 update callers.
13411 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13412 Keep old name as alias, update callers.
13413 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13414 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13415 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13416 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13417 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13418 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13419 * calendar/solar.el: Update for calendar.el name changes.
13420 * org/org.el (org-agenda-format-date-aligned)
13421 (org-agenda-execute-calendar-command): Access date elements directly
13422 rather than using calendar functions.
13423 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13424 Also set calendar-view-diary-initially-flag,
13425 calendar-view-holidays-initially-flag.
13426 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13427 (org-agenda-execute-calendar-command): No need to set displayed-day.
13428
13429 2008-04-06 Alan Mackenzie <acm@muc.de>
13430
13431 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13432 typo in the doc string.
13433
13434 * progmodes/cc-mode.el (c-basic-common-init):
13435 Set font-lock-extend-after-change-region-function.
13436 (c-extend-after-change-region): New function, used in
13437 font-lock-extend-after-change-region-function, thus superseding
13438 advice on the Font Lock after change functions.
13439 (c-advise-fl-for-region): Remove this macro.
13440
13441 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13442
13443 * textmodes/flyspell.el (flyspell-duplicate-distance):
13444 Improve custom type.
13445
13446 2008-04-06 Glenn Morris <rgm@gnu.org>
13447
13448 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13449 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13450 (diary-list-entries-hook): Rename list-diary-entries-hook.
13451 Keep old name as alias, update users.
13452 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13453 Keep old name as alias, update users.
13454 (diary-nongregorian-listing-hook): Rename
13455 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13456 (diary-nongregorian-marking-hook): Rename
13457 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13458 (diary-print-entries-hook): Rename print-diary-entries-hook.
13459 Keep old name as alias, update users.
13460 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13461 Keep old name as alias, update users.
13462 (diary-number-of-entries): Rename number-of-diary-entries.
13463 Keep old name as alias, update users.
13464 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13465 Give version of obsolescence.
13466 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13467 Keep old name as alias, update callers.
13468 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13469 update callers.
13470 (diary-include-other-diary-files): Rename include-other-diary-files.
13471 Keep old name as alias, update callers.
13472 (diary-simple-display): Rename simple-diary-display.
13473 Keep old name as alias, update callers.
13474 (diary-fancy-display): Rename fancy-diary-display.
13475 Keep old name as alias, update callers.
13476 (diary-print-entries): Rename print-diary-entries.
13477 Keep old name as alias, update callers.
13478 (diary-marking-entries-flag): Rename marking-diary-entries.
13479 Update users.
13480 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13481 (diary-mark-entries): Rename mark-diary-entries.
13482 Keep old name as alias, update callers.
13483 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13484 Keep old name as alias, update callers.
13485 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13486 Keep old name as alias, update callers.
13487 (calendar-mark-days-named): Rename mark-calendar-days-named.
13488 Keep old name as alias, update callers.
13489 (calendar-mark-month): Rename mark-calendar-month.
13490 Keep old name as alias, update callers.
13491 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13492 Keep old name as alias, update callers.
13493 (diary-sort-entries): Rename sort-diary-entries.
13494 Keep old name as alias, update callers.
13495 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13496 Keep old name as alias, update callers.
13497 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13498 update callers.
13499 (diary-insert-entry): Rename insert-diary-entry.
13500 Keep old name as alias.
13501 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13502 Keep old name as alias.
13503 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13504 Keep old name as alias.
13505 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13506 Keep old name as alias.
13507 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13508 Keep old name as alias.
13509 (diary-insert-block-entry): Rename insert-block-diary-entry.
13510 Keep old name as alias.
13511 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13512 Keep old name as alias.
13513 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13514 Keep old name as alias, update users.
13515 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13516 Keep old name as alias, update callers.
13517 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13518 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13519 * calendar/icalendar.el: Update for diary-lib name changes.
13520
13521 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13522
13523 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13524
13525 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13526 for copy, move, and link operations.
13527
13528 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13529
13530 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13531 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13532
13533 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13534 'require' statements with 1-argument ones (wrapped in if's).
13535 For compatibility with the current stable version of XEmacs.
13536
13537 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13538
13539 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13540
13541 2008-04-06 Jason Rumney <jasonr@gnu.org>
13542
13543 * language/burmese.el ("Burmese"): Make sample text consistent with
13544 language name.
13545
13546 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13547
13548 * progmodes/gdb-ui.el (gdb): New group.
13549 (gdb-debug-log-max, gdb-enable-debug)
13550 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13551 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13552 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13553 (gdb-show-changed-values, gdb-max-children)
13554 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13555 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13556 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13557 (gdb-memory-unit): Move to new group from GUD group.
13558 (menu): Allow customization from GDB-UI menu-item.
13559
13560 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13563
13564 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13567 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13568 Revision numbers can include ".".
13569
13570 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13571 "+" lines not accounted for by counting "-" and context lines.
13572
13573 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13574
13575 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13576 file name string.
13577
13578 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13581 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13582
13583 2008-04-05 Richard Stallman <rms@gnu.org>
13584
13585 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13586
13587 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13588
13589 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13590 thread in [h-e-w]).
13591
13592 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * files.el (abort-if-file-too-large): Fix typo in docstring.
13595
13596 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * subr.el (functionp): Return nil for special forms.
13599
13600 2008-04-05 Glenn Morris <rgm@gnu.org>
13601
13602 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13603 Provide a feature.
13604 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13605 Require loaddefs file rather than loading it.
13606 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13607 autoload-ensure-default-file provides a feature.
13608
13609 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13610 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13611 (compile, compile-always, recompile): Use $LOADDEFS.
13612 (cal-autoloads): Remove.
13613
13614 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13615 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13616
13617 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13618 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13619
13620 * calendar/calendar.el (diary-hebrew-entry-symbol):
13621 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13622 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13623 Keep old name as alias.
13624 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13625 Keep old name as alias.
13626 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13627 to diary-bahai-entry-symbol.
13628 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13629 to diary-hebrew-entry-symbol.
13630 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13631 to diary-islamic-entry-symbol.
13632 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13633
13634 * calendar/solar.el (diary-sabbath-candles-minutes)
13635 (diary-sabbath-candles): Move to cal-hebrew.
13636 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13637 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13638 Doc fix. Keep old name as alias.
13639 (diary-hebrew-sabbath-candles): Simplify.
13640 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13641 (calendar-longitude, calendar-time-zone): Declare for compiler.
13642 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13643 rename.
13644
13645 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13646 Rename coptic-calendar-month-name-array. Update callers.
13647 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13648 (calendar-coptic-name): Rename coptic-name. Update callers.
13649 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13650 Update callers.
13651 (calendar-coptic-last-day-of-month):
13652 Rename coptic-calendar-last-day-of-month. Update callers.
13653 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13654 Keep old name as alias, update callers.
13655 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13656 Keep old name as alias, update callers.
13657 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13658 Keep old name as alias.
13659 (calendar-ethiopic-month-name-array):
13660 Rename ethiopic-calendar-month-name-array. Update callers.
13661 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13662 Update callers.
13663 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13664 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13665 Keep old name as alias, update callers.
13666 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13667 Keep old name as alias, update callers.
13668 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13669 Keep old name as alias.
13670
13671 * calendar/cal-french.el (calendar-french-epoch):
13672 Rename french-calendar-epoch. Update callers.
13673 (calendar-french-month-name-array): Rename variable and function
13674 french-calendar-month-name-array. Update callers.
13675 (calendar-french-multibyte-month-name-array):
13676 Rename french-calendar-multibyte-month-name-array. Update callers.
13677 (calendar-french-day-name-array): Rename variable and function
13678 french-calendar-day-name-array. Update callers.
13679 (calendar-french-special-days-array): Rename variable and function
13680 french-calendar-special-days-array. Update callers.
13681 (calendar-french-multibyte-special-days-array):
13682 Rename french-calendar-multibyte-special-days-array. Update callers.
13683 (calendar-french-accents-p): Rename french-calendar-accents.
13684 Update callers.
13685 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
13686 Update callers.
13687 (calendar-french-last-day-of-month):
13688 Rename french-calendar-last-day-of-month. Update callers.
13689 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
13690 Keep old name as alias, update callers.
13691 (calendar-french-print-date): Rename calendar-print-french-date.
13692 Keep old name as alias, update callers.
13693 (calendar-french-goto-date): Rename calendar-goto-french-date.
13694 Keep old name as alias.
13695
13696 * calendar/cal-menu.el, calendar/calendar.el:
13697 Update for Coptic and French name changes.
13698
13699 * calendar/cal-china.el (calendar-chinese): Rename custom group
13700 from chinese-calendar. Update users.
13701 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
13702 Keep old name as alias, update users.
13703 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
13704 Keep old name as alias.
13705 (calendar-chinese-daylight-time-offset):
13706 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
13707 update users.
13708 (calendar-chinese-standard-time-zone-name):
13709 Rename chinese-calendar-standard-time-zone-name.
13710 Keep old name as alias, update users.
13711 (calendar-chinese-daylight-saving-start):
13712 Rename chinese-calendar-daylight-savings-starts.
13713 Keep old name as alias, update users.
13714 (calendar-chinese-daylight-saving-end):
13715 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
13716 update users.
13717 (calendar-chinese-daylight-saving-start-time):
13718 Rename chinese-calendar-daylight-savings-starts-time.
13719 Keep old name as alias, update users.
13720 (calendar-chinese-daylight-saving-end-time):
13721 Rename chinese-calendar-daylight-savings-ends-time.
13722 Keep old name as alias, update users.
13723 (calendar-chinese-celestial-stem): Rename
13724 calendar-chinese-celestial-stem. Keep old name as alias, update users.
13725 (calendar-chinese-terrestrial-branch):
13726 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
13727 update users.
13728 (calendar-chinese-zodiac-sign-on-or-after):
13729 Rename chinese-zodiac-sign-on-or-after. Update callers.
13730 (calendar-chinese-new-moon-on-or-after):
13731 Rename chinese-new-moon-on-or-after. Update callers.
13732 (calendar-chinese-month-list): Rename chinese-month-list.
13733 Update callers.
13734 (calendar-chinese-number-months): Rename number-chinese-months.
13735 Update callers.
13736 (calendar-chinese-compute-year): Rename compute-chinese-year.
13737 Update callers.
13738 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
13739 (calendar-chinese-year): Rename chinese-year. Update callers.
13740 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
13741 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
13742 Keep old name as alias, update callers.
13743 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
13744 Keep old name as alias, update callers.
13745 (calendar-chinese-months-to-alist):
13746 Rename make-chinese-month-assoc-list. Update callers.
13747 (calendar-chinese-months): Rename chinese-months. Update callers.
13748 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
13749 Keep old name as alias, update callers.
13750
13751 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
13752 Rename hebrew-calendar-leap-year-p. Update callers.
13753 (calendar-hebrew-last-month-of-year):
13754 Rename hebrew-calendar-last-month-of-year. Update callers.
13755 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
13756 Update callers.
13757 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
13758 Update callers.
13759 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
13760 Update callers.
13761 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
13762 Update callers.
13763 (calendar-hebrew-last-day-of-month):
13764 Rename hebrew-calendar-last-day-of-month. Update callers.
13765 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
13766 Keep old name as alias, update callers.
13767 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
13768 Keep old name as alias, update callers.
13769 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
13770 Keep old name as alias, update callers.
13771 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
13772 Keep old name as alias.
13773 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
13774 Keep old name as alias.
13775 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
13776 Keep old name as alias.
13777 (holiday-hebrew-passover): Rename holiday-passover-etc.
13778 Keep old name as alias.
13779 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
13780 Keep old name as alias, update callers.
13781 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
13782 Keep old name as alias.
13783 (calendar-hebrew-mark-date-pattern):
13784 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
13785 update callers.
13786 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
13787 Keep old name as alias.
13788 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
13789 Keep old name as alias.
13790 (diary-hebrew-insert-monthly-entry):
13791 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
13792 (diary-hebrew-insert-yearly-entry):
13793 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
13794 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
13795 Keep old name as alias.
13796 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
13797 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
13798 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
13799 Keep old name as alias.
13800 (calendar-hebrew-parashiot-names):
13801 Rename hebrew-calendar-parashiot-names. Update callers.
13802 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
13803 (calendar-hebrew-year-Saturday-incomplete-Sunday):
13804 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
13805 (calendar-hebrew-year-Saturday-complete-Tuesday):
13806 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
13807 (calendar-hebrew-year-Monday-incomplete-Tuesday):
13808 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
13809 (calendar-hebrew-year-Monday-complete-Thursday):
13810 Rename hebrew-calendar-year-Monday-complete-Thursday.
13811 (calendar-hebrew-year-Tuesday-regular-Thursday):
13812 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
13813 (calendar-hebrew-year-Thursday-regular-Saturday):
13814 Rename hebrew-calendar-year-Thursday-regular-Saturday.
13815 (calendar-hebrew-year-Thursday-complete-Sunday):
13816 Rename hebrew-calendar-year-Thursday-complete-Sunday.
13817 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
13818 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
13819 (calendar-hebrew-year-Saturday-complete-Thursday):
13820 Rename hebrew-calendar-year-Saturday-complete-Thursday.
13821 (calendar-hebrew-year-Monday-incomplete-Thursday):
13822 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
13823 (calendar-hebrew-year-Monday-complete-Saturday):
13824 Rename hebrew-calendar-year-Monday-complete-Saturday.
13825 (calendar-hebrew-year-Tuesday-regular-Saturday):
13826 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
13827 (calendar-hebrew-year-Thursday-incomplete-Sunday):
13828 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
13829 (calendar-hebrew-year-Thursday-complete-Tuesday):
13830 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
13831 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
13832 Update for above name changes of constants.
13833
13834 * calendar/cal-menu.el, calendar/calendar.el:
13835 Update for chinese and hebrew name changes.
13836 * calendar/diary-lib.el: Update for hebrew name changes.
13837
13838 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * subr.el (keymap-canonicalize): Correct thinko.
13841
13842 * server.el: Undo part of the multi-tty change, which is only
13843 needed if server.el is preloaded, and broke server-running-p.
13844 (server-socket-dir): Initialize in the defvar, as before.
13845 (server-start): Remove initialization of server-socket-dir.
13846
13847 2008-04-05 Eli Zaretskii <eliz@gnu.org>
13848
13849 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
13850 3-member cons cells.
13851
13852 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13853
13854 * cus-face.el (custom-face-attributes): Handle roman slant.
13855
13856 * faces.el (default): Ensure the face-defface-spec property is set.
13857
13858 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
13859
13860 * files.el (abort-if-file-too-large): New function.
13861 (find-file-noselect, insert-file-1): Use it.
13862
13863 2008-04-05 Reto Zimmermann <reto@gnu.org>
13864
13865 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13866 Replace C-c[a-zA-Z] key bindings.
13867
13868 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * progmodes/hideif.el (hif-token-alist): New var.
13871 (hif-token-regexp, hif-tokenize): Use it.
13872 (hif-mathify-binop): New macro.
13873 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
13874 (hif-greater-equal, hif-less-equal): Use it.
13875 (hif-logior, hif-logand): New functions.
13876 (hif-math): Accept | and & as well.
13877
13878 * progmodes/etags.el: Fix problem with completion for buffer-local
13879 tables. Reported by Radey Shouman <shouman@comcast.net>.
13880 (tags-complete-tag): Remove.
13881 (tags-lazy-completion-table): New function to replace it.
13882 (find-tag-tag, complete-tag): Update users.
13883
13884 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13885
13886 * vc-rcs.el (vc-rcs-dir-status):
13887 * vc-sccs.el (vc-sccs-dir-status): New function.
13888
13889 * outline.el (outline-mode-menu-bar-map):
13890 * term.el (terminal-signal-menu): Add :help.
13891
13892 * net/eudc.el (eudc-mode-map): Declare and define in one step.
13893 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
13894
13895 * emacs-lisp/re-builder.el (reb-mode-map):
13896 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
13897
13898 * diff-mode.el (diff-file-junk-re): Recognize the git format for
13899 new files, deleted files and for changing permissions.
13900 (diff-mode): Set beginning-of-defun-function and
13901 end-of-defun-function.
13902
13903 * vc-bzr.el (vc-bzr-state): Use when instead of if.
13904
13905 * vc.el (vc-default-status-fileinfo-extra): New function.
13906 (vc-status-mark-buffer-changed): Use it.
13907 (vc-update-vc-status-buffer): Allow for partial updates.
13908
13909 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * net/tramp.el (after-init-hook): Don't wrap a lambda around
13912 tramp-register-completion-file-name-handler.
13913
13914 * subr.el (keymap-canonicalize): New function.
13915 * mouse.el (mouse-menu-non-singleton): Use it.
13916 (mouse-major-mode-menu): Remove hack made unnecessary.
13917
13918 * simple.el (set-fill-column): Prompt rather than error by default.
13919
13920 2008-04-04 Andreas Schwab <schwab@suse.de>
13921
13922 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13923 Reset new-rules after each round.
13924
13925 * Makefile.in (cal-autoloads): New target.
13926 (compile, compile-always, recompile): Depend on it.
13927 ($(lisp)/calendar/cal-loaddefs.el)
13928 ($(lisp)/calendar/diary-loaddefs.el)
13929 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
13930
13931 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
13932
13933 * ediff*.el: Replace load with require in eval-when-compile.
13934
13935 * ediff-hook.el: Delete all invocations of (autoload ...).
13936
13937 * ediff-util.el (ediff-setup): Make window-min-height a local variable
13938 in ediff control window, and set its min height to 2.
13939 (ediff-setup-control-buffer): Dedicate the control window.
13940 (ediff-toggle-multiframe): Undedicate control window.
13941 Work directly with ediff-setup-windows-multiframe and
13942 ediff-setup-windows-plain.
13943
13944 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
13945 New function.
13946 (ediff-window-setup-function): Change initialization.
13947 (ediff-setup-windows-automatic): Delete.
13948 (ediff-setup-windows-plain-merge): Make control window dedicated.
13949 (ediff-destroy-control-frame): Do not skip frames if working in a
13950 single frame.
13951
13952 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
13953 eval-when-compile.
13954
13955 * emulation/viper-util.el: Move provide's forward, prevent recursion in
13956 eval-when-compile.
13957
13958 2008-04-04 Glenn Morris <rgm@gnu.org>
13959
13960 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
13961 calendar-absolute-from-bahai. Update callers, keep old name as alias.
13962
13963 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
13964 Rename islamic-calendar-leap-year-p. Update callers.
13965 (calendar-islamic-last-day-of-month):
13966 Rename islamic-calendar-last-day-of-month. Update callers.
13967 (calendar-islamic-day-number):
13968 Rename islamic-calendar-day-number. Update callers.
13969 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
13970 Update callers, keep old name as alias.
13971 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
13972 Update callers, keep old name as alias.
13973 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
13974 Keep old name as alias.
13975 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
13976 Update callers, keep old name as alias.
13977 (calendar-islamic-mark-date-pattern):
13978 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
13979 name as alias.
13980 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
13981 Keep old name as alias.
13982 (diary-islamic-insert-monthly-entry):
13983 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
13984 (diary-islamic-insert-yearly-entry):
13985 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
13986
13987 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
13988 calendar-absolute-from-iso. Update callers, keep old name as alias.
13989 (calendar-iso-print-date): Rename calendar-print-iso-date.
13990 Update callers, keep old name as alias.
13991 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
13992 Keep old name as alias.
13993 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
13994 Keep old name as alias.
13995
13996 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
13997 calendar-absolute-from-julian. Update callers, keep old name as alias.
13998 (calendar-julian-print-date): Rename calendar-print-julian-date.
13999 Update callers, keep old name as alias.
14000 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14001 Update callers, keep old name as alias.
14002 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14003 Update callers, keep old name as alias.
14004 (calendar-astro-print-day-number):
14005 Rename calendar-print-astro-day-number. Update callers, keep old
14006 name as alias.
14007 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14008 Update callers, keep old name as alias.
14009
14010 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14011 Rename calendar-string-to-mayan-long-count. Update callers.
14012 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14013 Update callers, keep old name as alias.
14014 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14015 Update callers.
14016 (calendar-mayan-read-tzolkin-date):
14017 Rename calendar-read-mayan-tzolkin-date. Update callers.
14018 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14019 Keep old name as alias.
14020 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14021 Keep old name as alias.
14022 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14023 Keep old name as alias.
14024 (calendar-mayan-previous-tzolkin-date):
14025 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14026 (calendar-mayan-next-round-date):
14027 Rename calendar-next-calendar-round-date. Keep old name as alias.
14028 (calendar-mayan-previous-round-date):
14029 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14030 (calendar-mayan-long-count-to-absolute): Rename
14031 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14032 (calendar-mayan-goto-long-count-date):
14033 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14034
14035 * calendar/cal-persia.el (calendar-persian-month-name-array):
14036 Rename persian-calendar-month-name-array. Update callers.
14037 (calendar-persian-epoch): Rename persian-calendar-epoch.
14038 Update callers.
14039 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14040 Update callers.
14041 (calendar-persian-last-day-of-month):
14042 Rename persian-calendar-last-day-of-month. Update callers.
14043 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14044 Update callers, keep old name as alias.
14045 (calendar-persian-print-date): Rename calendar-print-persian-date.
14046 Update callers, keep old name as alias.
14047 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14048 Keep old name as alias.
14049
14050 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14051 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14052 * calendar/solar.el: Update for cal-julian name changes.
14053
14054 * calendar/cal-dst.el: Update for persian name changes.
14055
14056 * calendar/cal-menu.el, calendar/calendar.el:
14057 Update for islamic, iso, julian, mayan, persian name changes.
14058
14059 * calendar/diary-lib.el: Update for islamic name changes.
14060
14061 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14062 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14063 as alias.
14064 (calendar-christian-all-holidays-flag):
14065 Rename all-christian-calendar-holidays. Update callers, keep old
14066 name as alias.
14067 (calendar-islamic-all-holidays-flag):
14068 Rename all-islamic-calendar-holidays. Update callers, keep old
14069 name as alias.
14070 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14071 Update callers, keep old name as alias.
14072 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14073 Update for the above name changes.
14074
14075 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14076
14077 * hilit-chg.el (global-highlight-changes-mode)
14078 (highlight-changes-passive-string, highlight-changes-active-string):
14079 Mark as obsolete since 23.1, not 22.1.
14080
14081 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14082
14083 * hilit-chg.el (highlight-changes-visibility-initial-state)
14084 (hilit-chg-update, highlight-changes-mode-turn-on):
14085 Fix typos in docstrings.
14086
14087 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14088
14089 * newcomment.el (comment-enter-backward): Be careful to restore
14090 position changed during narrowing.
14091
14092 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14093
14094 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14095 Recognize `sub ($$)'.
14096
14097 2008-04-03 Richard Sharman <rsharman@pobox.com>
14098
14099 * hilit-chg.el (highlight-changes-mode): Rename from
14100 highlight-changes; no longer uses sub-modes active and passive;
14101 implemented by define-minor-mode.
14102 (highlight-changes-toggle-visibility): New function, to replace
14103 the old passive/active submodes of global-highlight-changes-mode;
14104 implemented by define-minor-mode.
14105 (global-highlight-changes-mode): Rename from global-highlight-changes;
14106 rewrite using define-globalized-minor-mode.
14107 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14108 (hilit-chg-post-command-hook, hilit-chg-check-global)
14109 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14110 to use of define-globalized-minor-mode.
14111 (highlight-changes-global-initial-state): Change to be boolean.
14112 (highlight-changes-visible-string, highlight-changes-invisible-string):
14113 Rename from highlight-changes-active-string and
14114 highlight-changes-passive-string.
14115 (hilit-chg-update, hilit-chg-set): Use them.
14116 (global-highlight-changes-mode): Rename from global-highlight-changes.
14117 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14118 docstring.
14119 (hilit-chg-hide-changes): Rewrite to use dolist.
14120 (hilit-chg-set-face-on-change, hilit-chg-update)
14121 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14122 variable instead of testing highlight-changes-mode.
14123 (highlight-markup-buffers): Add require ediff-util; argument on calls
14124 to highlight-changes-mode changed.
14125 (highlight-compare-with-file): Fix problems with interactive
14126 call giving invalid default file.
14127
14128 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14129
14130 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14131 Fix in disassembly buffer (regression in 22.2).
14132
14133 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14134
14135 * emulation/viper-macs.el (viper-read-fast-keysequence):
14136 Use viper-read-event instead of viper-read-key.
14137
14138 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14139
14140 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14141 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14142 let-statements.
14143
14144 * emulation/viper-ex.el, emulation/viper-macs.el:
14145 * emulation/viper-mous.el:
14146 Replace load with require in eval-when-compile.
14147
14148 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14151
14152 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14153 (archive-try-jka-compr): New function.
14154 (archive-set-buffer-as-visiting-file): Use it.
14155
14156 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14157
14158 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14159
14160 * simple.el (handle-shift-selection): New arg.
14161
14162 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14165
14166 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14167
14168 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14169
14170 * shell.el (shell-dynamic-complete-filename): New fun.
14171 (shell-dynamic-complete-functions): Use it.
14172
14173 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14174
14175 2008-04-03 Kenichi Handa <handa@m17n.org>
14176
14177 * international/fontset.el (create-fontset-from-x-resource):
14178 Handle the error of X resource more gracefully.
14179
14180 * international/latin1-disp.el (latin1-display): Don't use make-char.
14181 Fix the argument to set-char-table-range.
14182 (latin1-display-identities): Don't use make-char.
14183 (latin1-display-reset): Use map-charset-chars instead of directly
14184 calling standard-display-default.
14185 (latin1-display-check-font): Don't use make-char.
14186 (latin1-display-setup): Likewise.
14187 (latin1-display-ucs-per-lynx): Likewise.
14188
14189 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14190
14191 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14192 name the fields, to make the code clearer.
14193 Rewrite all `aset' and `aref' using the defined accessors.
14194 (timer--time): New pseudo-field.
14195 (timer-set-time, timer-set-idle-time, timer-inc-time)
14196 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14197 (timer--time-less-p): New function.
14198 (timer--activate): New function, extracted from timer-activate.
14199 (timer-activate-when-idle, timer-activate): Use it.
14200 (cancel-function-timers): Use dolist.
14201
14202 2008-04-03 Glenn Morris <rgm@gnu.org>
14203
14204 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14205 Remove declarations; no longer used.
14206 (c-cpp-define-name, c-defun-name): Declare as functions.
14207
14208 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14209 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14210
14211 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14212 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14213 Add optional argument. Simplify.
14214 (holiday-tisha-b-av-etc): Use memq rather than unless.
14215 (holiday-julian): Autoload it.
14216 (holiday-hebrew-misc): New function.
14217
14218 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14219
14220 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14221 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14222 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14223 all-hebrew-calendar-holidays.
14224 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14225 Simplify using new functions.
14226 (calendar-holidays): Doc fix.
14227 (generate-calendar-window): Use bound-and-true-p.
14228
14229 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14230
14231 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14232 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14233 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14234 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14235
14236 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14237
14238 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14241
14242 * vc-bzr.el (vc-bzr-checkout): Simplify.
14243
14244 * image-mode.el (image-mode-fit-frame): New command.
14245
14246 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14247 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14248 (keyboard-escape-quit): Check region-active-p i.s.o
14249 transient-mark-mode.
14250
14251 2008-04-02 Simon Josefsson <simon@josefsson.org>
14252
14253 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14254 (imap-message-copyuid-1): Use it.
14255 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14256 J. Williams in
14257 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14258
14259 2008-04-02 Alan Mackenzie <acm@muc.de>
14260
14261 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14262 New optimised functions to get the name of the current defun/macro.
14263
14264 * add-log.el (add-log-current-defun): Move the functionality which
14265 gets the current function name for C like modes to cc-cmds.el,
14266 thus optimising for speed.
14267
14268 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * simple.el (deactivate-mark): When the mark is temporarily
14271 active, restore the original value of transient-mark-mode.
14272 (set-mark-command): First deactivate the mark if was temporarily active.
14273 (exchange-point-and-mark): Reactivate the mark if it was
14274 temporarily active.
14275 (handle-shift-selection): New fun.
14276 (transient-mark-mode): Move var documentation here from buffer.c.
14277 (next-line, previous-line, backward-word, move-end-of-line)
14278 (move-beginning-of-line, forward-to-indentation)
14279 (backward-to-indentation, back-to-indentation)
14280 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14281
14282 * mouse.el (mouse-set-region-1): Save the old value of
14283 transient-mark-mode.
14284 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14285 transient-mark-mode.
14286
14287 * textmodes/paragraphs.el (forward-paragraph)
14288 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14289 interactive spec.
14290
14291 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14292
14293 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14294
14295 * net/tramp.el (tramp-make-tramp-temp-file):
14296 Use `tramp-drop-volume-letter' for the local file name part.
14297
14298 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14299
14300 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14301 Add menu entries corresponding to all the key bindings.
14302
14303 * emacs-lisp/debug.el (debugger-mode-map):
14304 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14305 (conf-align-assignments): Only work on the region if it is active.
14306 (conf-quote-normal): Use when instead of if. Remove redundant test.
14307
14308 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14309 for tracing and re-builder.
14310
14311 2008-04-02 Glenn Morris <rgm@gnu.org>
14312
14313 * calendar/appt.el (appt-disp-window-function): Doc fix.
14314 (appt-display-message): Move beep before display.
14315 (appt-check): Make interactive. Reduce the number of lets.
14316 Use string-equal to compare mode-line strings.
14317 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14318 read-only.
14319 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14320 (appt-delete): Simplify.
14321
14322 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14323
14324 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14325
14326 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14327 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14328 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14329
14330 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14331 (calendar-holiday-marker, mark-visible-calendar-date):
14332 * calendar/diary-lib.el (fancy-diary-display):
14333 Check for font-lock-mode before using faces.
14334
14335 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14336 (calendar-gregorian-from-absolute): Reduce the number of lets.
14337 (hebrew-holidays-4, generate-calendar-window): Simplify.
14338 (calendar-for-loop): Make obsolete.
14339 (calendar-nth-named-day): Doc fix.
14340
14341 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14342 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14343 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14344 Reduce the number of lets.
14345 (mark-sexp-diary-entries, calendar-mark-complex):
14346 Expand calendar-for-loops.
14347
14348 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * find-dired.el (find-dired-filter): Fix last patch to handle
14351 multi-line process input. Pad link numbers too.
14352
14353 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14354
14355 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14356
14357 2008-04-01 Jason Rumney <jasonr@gnu.org>
14358
14359 * international/characters.el (script-list): Add phonetic script,
14360 covering IPA (previously Latin), Phonetic Extensions and
14361 Phonetic Extensions Supplement (both previously unassigned).
14362
14363 * international/fontset.el (setup-default-fontset): Use unicode fonts
14364 that cover bopomofo script for bopomofo.
14365 Likewise for braille and mathematical.
14366 Use unicode scripts that cover the phonetic script for IPA.
14367
14368 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14369
14370 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14371 return the assigned value.
14372
14373 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14374
14375 * abbrev.el (abbrev-mode): Use define-minor-mode.
14376
14377 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14378 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14379 Use map-keymap.
14380 (minor-mode-menu-from-indicator): Use it. Simplify.
14381
14382 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14383 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14384 Bind the key directly to the menu.
14385 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14386
14387 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14388
14389 * epa.el (epa-decrypt-region): Explain the reason why this
14390 function should not be used in Lisp programs.
14391 (epa-decrypt-armor-in-region): Ditto.
14392 (epa-verify-region): Ditto.
14393 (epa-verify-cleartext-in-region): Ditto.
14394 (epa-sign-region): Ditto.
14395 (epa-encrypt-region): Ditto.
14396
14397 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14398
14399 * epa.el (epa-select-keys): Show menu even if there is no key in
14400 GnuPG's keyring.
14401
14402 2008-04-01 Glenn Morris <rgm@gnu.org>
14403
14404 * calendar/calendar.el (calendar-make-temp-face): New function.
14405 (mark-visible-calendar-date):
14406 * calendar/diary-lib.el (fancy-diary-display): Use it.
14407
14408 * vc-hooks.el (vc-responsible-backend): Declare as function.
14409
14410 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14411 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14412 * calendar/cal-julian.el (holiday-julian): Use it.
14413
14414 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14415 (calendar-hebrew-date-is-visible-p): Extract some common code into
14416 separate function.
14417 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14418
14419 * calendar/cal-menu.el (cal-menu-holidays-menu):
14420 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14421 rather than obsolete alias.
14422
14423 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14424 for mark characters.
14425 (calendar-unmark): Unmark by removing all overlays, rather than
14426 redrawing.
14427 (calendar-starred-day): Remove.
14428 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14429 (calendar-cursor-to-date): No need for special star handling now
14430 using overlays.
14431 (calendar-star-date): Use overlays.
14432
14433 * calendar/cal-french.el (calendar-goto-french-date):
14434 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14435 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14436 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14437 * calendar/cal-persia.el (calendar-persian-date-string):
14438 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14439 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14440 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14441 * calendar/solar.el (solar-equinoxes-solstices):
14442 Reduce nesting of some lets.
14443
14444 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14445 (calendar-goto-mayan-long-count-date): Simplify.
14446
14447 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14448 Simplify by using mapcar.
14449 (calendar-list-holidays): Return holiday-list.
14450 (list-holidays): Use let rather than let*. Remove un-needed locals
14451 `d', `never'.
14452 (calendar-check-holidays): Return result from dolist.
14453 (holiday-float): Use a single let*. Simplify if-and to and.
14454 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14455 single let*.
14456
14457 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14458
14459 * calc/calc.el: Autoload `calc-yank'.
14460 (calc-mode-map): Add keybindings for `calc-yank'.
14461 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14462 assignments for `calc-yank'.
14463
14464 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14465
14466 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14467 (vc-status-mark-buffer-changed): Handle the extra field.
14468
14469 * vc-bzr.el (vc-bzr-after-dir-status):
14470 * vc-cvs.el (vc-cvs-after-dir-status):
14471 * vc-hg.el (vc-hg-after-dir-status):
14472 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14473
14474 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * doc-view.el: Compute displayed pages first (in PDF).
14477 (doc-view-current-converter-processes): Rename from
14478 doc-view-current-converter-process. Update users.
14479 (doc-view-sentinel): Test buffer's liveness.
14480 (doc-view-pdf/ps->png-sentinel): Remove.
14481 (doc-view-start-process): New function.
14482 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14483 (doc-view-ps->pdf): Use it.
14484 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14485 New functions.
14486 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14487 (doc-view-mode): Kill the processes when leaving the mode.
14488
14489 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14490
14491 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14492 Use `byte-compile-warning-types'. Add docstring.
14493
14494 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14497 (smerge-resolve): Add various resolution heuristics.
14498
14499 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14500 in 3-way conflicts.
14501
14502 2008-03-31 Glenn Morris <rgm@gnu.org>
14503
14504 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14505 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14506 * calendar/cal-islam.el (mark-islamic-diary-entries):
14507 Fix argument order in call to diary-mark-entries-1.
14508
14509 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14510 pre-Bahai dates.
14511 (holiday-bahai): Use an algorithm actually relevant to this calendar
14512 system.
14513
14514 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14515
14516 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14517 Use and.
14518
14519 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14520 in the last fortnight in Julian October.
14521
14522 * calendar/calendar.el (increment-calendar-month): Optionally handle
14523 systems without 12 months per year.
14524 (calendar-date-is-visible-p): Doc fix. Simplify.
14525
14526 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14527 from dolist.
14528
14529 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14530
14531 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14532 (hi-lock-unload-function): New function.
14533
14534 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14535
14536 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14537 overwriting when NEWNAME is a local file.
14538
14539 * net/trampver.el: Update release number.
14540
14541 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14542
14543 * vc-git.el: Make vc-status display information about copies,
14544 renames and permission changes.
14545 (vc-git-extra-fileinfo): New defstruct.
14546 (vc-git-escape-file-name, vc-git-file-type-as-string)
14547 (vc-git-rename-as-string, vc-git-permissions-as-string)
14548 (vc-git-status-printer): New functions.
14549 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14550 (vc-git-after-dir-status-stage1): Look for copies, renames and
14551 permission changes.
14552 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14553 (vc-git-dir-status): Ask for staged files and renames.
14554
14555 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14556
14557 * vc.el: Allow backends to display backend specific information in
14558 the vc-status listing.
14559 (vc-status-fileinfo): Add a field for backend specific information.
14560 (vc-status-printer): Rename to ...
14561 (vc-default-status-printer): ... this.
14562 (vc-status-printer): New function.
14563 (vc-update-vc-status-buffer): Set the backend specific file info
14564 if provided.
14565
14566 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14569 change (ill-conceived).
14570
14571 2008-03-29 Glenn Morris <rgm@gnu.org>
14572
14573 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14574 * calendar/cal-julian.el (holiday-julian): Simplify.
14575
14576 * calendar/holidays.el (list-holidays): Use or.
14577
14578 2008-03-29 Juri Linkov <juri@jurta.org>
14579
14580 * window.el (split-window-preferred-horizontally): New function.
14581
14582 * cus-start.el (split-window-preferred-function):
14583 Set choice for "vertically" to nil instead of split-window.
14584 Set choice for "horizontally" to split-window-preferred-horizontally
14585 instead of lambda.
14586
14587 2008-03-29 Juri Linkov <juri@jurta.org>
14588
14589 * simple.el (minibuffer-default-add-function): New variable with
14590 the default to minibuffer-default-add-completions.
14591 (minibuffer-default-add-done): New variable. Make it buffer-local.
14592 (minibuffer-default-add-completions): New function.
14593 (goto-history-element): Set minibuffer-default-add-done to t and
14594 call a function in minibuffer-default-add-function when the
14595 specified absolute history position is greater than the length of
14596 the minibuffer-default list and minibuffer-default-add-done is nil.
14597 Change "^End of history; no next item$" to "^End of defaults;
14598 no next item$".
14599
14600 * bindings.el (debug-ignored-errors): Change "^End of history;
14601 no next item$" to "^End of defaults; no next item$".
14602
14603 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14606
14607 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14608 to with-no-warnings.
14609
14610 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14611
14612 Sync with Tramp 2.1.13.
14613
14614 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14615
14616 * net/trampver.el: Update release number.
14617
14618 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14619
14620 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14621 the current backend.
14622
14623 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14624 (vc-status-refresh): Create a temporary buffer and call the
14625 `dir-status' backend function from that buffer.
14626
14627 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14628 (vc-bzr-after-dir-status): Don't kill the buffer.
14629
14630 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14631 (vc-cvs-after-dir-status): Don't kill the buffer.
14632
14633 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14634 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14635
14636 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14637 (vc-hg-after-dir-status): Don't kill the buffer.
14638
14639 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14640 (vc-svn-after-dir-status): Don't kill the buffer.
14641
14642 2008-03-29 Glenn Morris <rgm@gnu.org>
14643
14644 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14645 (european-date-diary-pattern, european-calendar-display-form)
14646 (american-calendar-display-form, diary-display-hook): Doc fixes.
14647 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14648 custom :set. Mark as obsolete.
14649 (calendar-date-style, iso-date-diary-pattern)
14650 (iso-calendar-display-form): New user variables.
14651 (diary-date-forms, calendar-date-display-form): Set using
14652 calendar-date-style. Doc fix.
14653 (calendar-set-date-style): New command.
14654 (european-calendar, american-calendar): Use calendar-set-date-style.
14655 Mark as obsolete.
14656
14657 * calendar/diary-lib.el (number): Move declaration where needed.
14658 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14659 (diary-make-date): New function.
14660 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14661 Use diary-make-date.
14662 (diary-date-display-form, diary-insert-entry-1): New functions.
14663 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14664 Use diary-insert-entry-1.
14665 (insert-anniversary-diary-entry, insert-block-diary-entry)
14666 (insert-cyclic-diary-entry): Use diary-date-display-form.
14667
14668 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14669 Autoload diary-insert-entry-1.
14670 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14671 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14672 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14673 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14674 * calendar/cal-islam.el (insert-islamic-diary-entry)
14675 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14676 Use diary-insert-entry-1.
14677
14678 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
14679 (diary-yahrzeit): Doc fix. Use diary-make-date.
14680
14681 * calendar/icalendar.el (icalendar--datetime-to-american-date):
14682 New name for icalendar--datetime-to-noneuropean-date. Make old name
14683 obsolete alias.
14684 (icalendar--datetime-to-iso-date): New function.
14685 (icalendar--datetime-to-diary-date): Doc fix. Respect
14686 calendar-date-style if bound.
14687
14688 * textmodes/remember.el (remember-diary-convert-entry):
14689 Respect calendar-date-style if bound.
14690
14691 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
14694 (xterm-mouse-handle-delete-frame): Delete.
14695
14696 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
14697 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
14698 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
14699 in xterm-modify-other-keys-terminal-list.
14700
14701 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
14702 are conflicts.
14703
14704 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14705
14706 * vc.el (vc-update): Check if the buffer is unsaved only if it
14707 actually exists.
14708 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
14709 vc-print-log.
14710
14711 2008-03-28 Magnus Henoch <mange@freemail.hu>
14712
14713 * net/dns.el (dns-write): Use set-buffer-multibyte.
14714
14715 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * vc-bzr.el (vc-bzr-sha1): New fun.
14718 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
14719 (vc-bzr-registered): Use it.
14720
14721 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * vc.el (vc-status-kill-dir-status-process): Simplify.
14724 (vc-status-refresh): Make sure the buffer is live.
14725 (ring): Don't require it, not used.
14726
14727 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
14728
14729 * progmodes/verilog-mode.el (verilog-auto-inout-module):
14730 Add optional regular expression to AUTOINOUTMODULE.
14731 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
14732 (verilog-auto-inst-param, verilog-auto-reg)
14733 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
14734 (verilog-auto-output-every, verilog-auto-input)
14735 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
14736 (verilog-auto-unused, verilog-auto): Update documentation to use
14737 more obvious instance module names versus cell names.
14738
14739 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
14740
14741 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
14742 kill if a process is running.
14743
14744 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
14745
14746 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
14747
14748 * vc.el: Add new backend function 'status-extra-headers.
14749 (vc-default-status-extra-headers): New function.
14750 (vc-status-headers): Call 'status-extra-headers. Add colors.
14751
14752 * vc-git.el (vc-git-status-extra-headers): New function.
14753
14754 2008-03-28 Glenn Morris <rgm@gnu.org>
14755
14756 * calendar/cal-menu.el (cal-menu-holidays-menu)
14757 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
14758 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
14759 holiday-list is optional.
14760 (calendar-mouse-holidays): Remove un-needed local `l'.
14761
14762 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
14763 Remove un-needed local `date'.
14764 (calendar-cursor-to-visible-date): Use let rather than let*.
14765 Remove un-needed local `first-of-month-weekday'.
14766
14767 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
14768
14769 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
14770 Doc fixes.
14771 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
14772 (diary-header-line-flag, diary-header-line-format): Declare.
14773 (diary-pull-attrs): Check for multiple matches.
14774 (diary-list-entries-2): Simplify finding start of date.
14775 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
14776 pop-up-frames.
14777 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
14778 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
14779
14780 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
14781
14782 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
14783
14784 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
14785
14786 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14787
14788 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
14789
14790 * image-mode.el (image-mode-reapply-winprops): Fix last change.
14791
14792 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
14793
14794 * international/mule-conf.el (define-iso-single-byte-charset):
14795 Don't make latin-iso8859-* supplementary.
14796 (#'set-charset-priority): Don't change the priority of charsets
14797 `unicode' and `emacs'.
14798
14799 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
14802 temp buffer.
14803
14804 2008-03-27 Glenn Morris <rgm@gnu.org>
14805
14806 * calendar/cal-bahai.el (diary-bahai-list-entries):
14807 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
14808 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
14809
14810 * calendar/calendar.el (diary-file): Doc fix.
14811
14812 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
14813 (list-diary-entries-hook, mark-diary-entries-hook)
14814 (include-other-diary-files, diary-mail-entries)
14815 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
14816 (diary-set-header): New function.
14817 (diary-header-line-flag, diary-header-line-format):
14818 Use diary-set-header for custom :set function.
14819 (diary-set-maybe-redraw): Use symbol-value rather than eval.
14820 (diary-attrtype-convert): Use intern-soft rather than read.
14821 (diary-display-no-entries): New function.
14822 (simple-diary-display, fancy-diary-display): Use it.
14823 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
14824 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
14825
14826 * calendar/holidays.el (list-holidays): Doc fix.
14827
14828 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
14829
14830 * calc/calc-store.el (calc-read-var-name-history): New variable.
14831 (calc-read-var-name): Use `calc-read-var-name-history'.
14832
14833 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * image-mode.el (image-mode-reapply-winprops): Simplify now that
14836 window-configuration-change-hook works buffer-locally.
14837
14838 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14839
14840 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
14841 for Emacs Lisp, not Lisp.
14842
14843 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
14844
14845 * help-fns.el (describe-function-1, describe-variable):
14846 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
14847
14848 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
14849 replacement is provided, don't print "use nil instead".
14850
14851 2008-03-26 Johan Bockgård <bojohan@gnu.org>
14852
14853 * complete.el (PC-do-completion): Use regexp-quote.
14854
14855 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14856
14857 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
14858 Detect missing files.
14859
14860 * vc-git.el (vc-git-extra-menu-map): New key map.
14861 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
14862 New functions.
14863
14864 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
14865 and 'missing files.
14866
14867 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * calendar/holidays.el (list-holidays): Make Y2 optional.
14870
14871 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
14872 buffers shown to the user.
14873 (appt-disp-window): Disable undo explicitly now that the leading space
14874 is gone.
14875
14876 * simple.el (activate-mark): New function.
14877 (set-mark-command): Use it with region-active-p to clean up the code.
14878 (exchange-point-and-mark): Invert the meaning of C-u when
14879 transient-mark-mode is active.
14880
14881 * dired-aux.el (dired-create-files): Use dolist.
14882
14883 * bindings.el (mode-line-change-eol): Use with-selected-window.
14884
14885 * apropos.el (apropos-command): Include macros.
14886
14887 2008-03-26 Glenn Morris <rgm@gnu.org>
14888
14889 * calendar/cal-bahai.el: Require calendar, not cal-julian.
14890 (calendar-bahai-epoch): Doc fix.
14891
14892 * calendar/cal-china.el: Explicitly require calendar.
14893
14894 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
14895 Require calendar rather than cal-julian.
14896 Autoload calendar-absolute-from-julian.
14897 * calendar/cal-coptic.el (coptic-calendar-epoch):
14898 * calendar/cal-islam.el (calendar-islamic-epoch):
14899 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
14900
14901 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
14902
14903 * calendar/cal-dst.el: Don't require cal-persia.
14904 (calendar-absolute-from-persian): Autoload it.
14905 (dst-adjust-time): Doc fix.
14906
14907 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
14908 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
14909 calendar.
14910
14911 * calendar/cal-menu.el: Require calendar rather than declaring
14912 functions.
14913 * calendar/calendar.el: Provide calendar before requiring cal-menu.
14914
14915 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
14916 calendar-after-frame-setup-hooks. Update callers, make old name an
14917 obsolete alias. Doc fix.
14918 (calendar-frame-1): Doc fix.
14919
14920 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
14921
14922 * calendar/calendar.el (oriental-holidays, solar-holidays):
14923 * calendar/holidays.el (list-holidays): Assume atan always bound.
14924
14925 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
14926 Explicitly require calendar, not cal-julian.
14927 * calendar/lunar.el: Explicitly require cal-dst.
14928
14929 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
14932
14933 * help-fns.el (describe-function-1, describe-variable): If no
14934 replacement is provided, don't print "use nil instead".
14935
14936 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14937
14938 * proced.el: New file.
14939
14940 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
14941
14942 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
14943
14944 2008-03-25 Juri Linkov <juri@jurta.org>
14945
14946 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
14947 in battery-mode-line-format.
14948
14949 * bindings.el (minibuffer-local-map): For the command
14950 file-cache-minibuffer-complete replace keymap minibuffer-local-map
14951 with map which is already locally bound to minibuffer-local-map.
14952
14953 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
14956 Remove `sort-first' argument.
14957
14958 * subr.el (redisplay-end-trigger-functions)
14959 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
14960 (process-filter-multibyte-p, set-process-filter-multibyte):
14961 Mark as obsolete.
14962
14963 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
14964
14965 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
14966 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
14967 use the LOCAL arg of `add-hook'.
14968 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
14969 Remove spurious * from defcustom docstrings.
14970 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
14971 Fix typos in messages.
14972 (reb-mode-buffer-p): New function.
14973 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
14974 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
14975 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
14976 Use `unless', `when'.
14977 (re-builder-unload-function): New function.
14978
14979 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
14980
14981 * vc-hooks.el (vc-state): Add documentation for 'missing.
14982
14983 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
14984
14985 * progmodes/verilog-mode.el (verilog-auto-output)
14986 (verilog-auto-input, verilog-auto-inout, verilog-auto)
14987 (verilog-delete-auto): Add optional regular expression to
14988 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
14989 (verilog-signals-matching-regexp): New internal function for
14990 signal matching.
14991
14992 2008-03-25 Johan Bockgård <bojohan@gnu.org>
14993
14994 * info.el (Info-isearch-search): Always return point.
14995
14996 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * diff-mode.el (diff-remembered-defdir): New var.
14999 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15000
15001 2008-03-25 Glenn Morris <rgm@gnu.org>
15002
15003 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15004 calendar-bahai-prompt-for-date. Update callers, make old name an
15005 obsolete alias. Doc fix.
15006 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15007 coptic-prompt-for-date. Update callers, make old name an
15008 obsolete alias. Doc fix.
15009 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15010 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15011 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15012 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15013 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15014 calendar-iso-read-args. Update callers, make old name an obsolete
15015 alias.
15016 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15017 persian-prompt-for-date. Update callers, make old name an
15018 obsolete alias. Doc fix. Move definition before use.
15019
15020 * calendar/cal-x.el (diary-frame-parameters)
15021 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15022 (calendar-frame-1): Doc fixes.
15023 (make-fancy-diary-buffer): Remove declaration.
15024 (calendar-dedicate-diary): Replace call to deleted function
15025 make-fancy-diary-buffer.
15026 (calendar-frame-setup): New function.
15027 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15028 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15029 work, and mark as obsolete.
15030 (special-display-buffer-names): Don't mess with this; it's not our
15031 business.
15032 (cal-x-load-hook): Defvar it, and mark as obsolete.
15033
15034 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15035 Default to t. Add to 'calendar group.
15036 (calendar): Doc fix. Use calendar-frame-setup.
15037 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15038 (generate-calendar-window): Doc fix.
15039
15040 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15043
15044 2008-03-24 Drew Adams <drew.adams@oracle.com>
15045
15046 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15047 New variables.
15048 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15049 (finder-exit): Ignore errors rather than avoiding them.
15050 Kill *Finder-package* buffer also.
15051
15052 2008-03-24 Andreas Schwab <schwab@suse.de>
15053
15054 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15055
15056 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15057
15058 * vc-hg.el (vc-hg-after-dir-status):
15059 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15060
15061 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15062 Detect removed files.
15063
15064 * vc.el (vc-status-printer): Use a different face for missing files.
15065 (vc-status-hide-up-to-date): Rename from
15066 vc-status-remove-up-to-date. Update all callers.
15067 (vc-status-mode-map): Bind C-m.
15068
15069 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15070
15071 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15072 code ...
15073 (vc-git--state-code): ... to this new function.
15074 (vc-git-state): Use it.
15075
15076 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15077
15078 * textmodes/remember.el (remember-mail-date)
15079 (remember-store-in-mailbox): Write date and From line in such a
15080 way that Mutt can read it.
15081
15082 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15083
15084 * simple.el (transient-mark-mode): Turn on by default.
15085
15086 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15087
15088 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15089 'unregistered for unregistered files.
15090
15091 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15092
15093 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15094
15095 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15096 subdirectories.
15097
15098 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15099 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15100 Add :enable for vc-status-refresh.
15101 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15102 (vc-status-tool-bar-map): Add binding for
15103 vc-status-kill-dir-status-process.
15104 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15105 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15106 Reset vc-status-process-buffer.
15107 (vc-status-refresh): Don't run two refreshes at a time.
15108 (vc-status): If the buffer is already in vc-status-mode only refresh.
15109 (vc-status-mark-buffer-changed): Add an optional file parameter.
15110 (vc-resynch-buffer): Use it.
15111 (vc-delete-file): Expand the file name before using it.
15112 Be careful to not create a new buffer with the old file contents.
15113 Update the VC state after performing the operation.
15114
15115 2008-03-23 Andreas Schwab <schwab@suse.de>
15116
15117 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15118 Fix radio button condition.
15119 [box]: Likewise.
15120 [customize]: Add radio button.
15121
15122 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15123
15124 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15125 (calc-user-parse-tables, calc-gnuplot-default-device)
15126 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15127 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15128 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15129 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15130 (calc-undo-list, calc-redo-list, calc-main-buffer)
15131 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15132 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15133 (calc-said-hello, calc-executing-macro, calc-any-selections)
15134 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15135 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15136 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15137 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15138 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15139 (calc-create-buffer, calc-quit): Add docstrings.
15140
15141 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15142
15143 * makefile.w32-in (WINS_ALMOST): Add org.
15144
15145 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15146
15147 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15148 New functions to implement vc-status support.
15149
15150 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15151
15152 * vc.el (vc-status-prepare-status-buffer): New function.
15153 (vc-status): Use it.
15154
15155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15156 appropriate.
15157
15158 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15159
15160 * vc-git.el (vc-git--empty-db-p)
15161 (vc-git-after-dir-status-stage1-empty-db): New functions.
15162 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15163 Add support for empty repositories.
15164
15165 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15166
15167 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15168 Allow "^" in a version name.
15169
15170 * vc-mtn.el (vc-mtn-state): Support the added state.
15171
15172 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15173
15174 * org: New directory for Org-mode.
15175
15176 * org/org-export-latex.el: Moved from lisp/textmodes.
15177
15178 * org/org-irc.el: Moved from lisp/textmodes.
15179
15180 * org/org-mac-message.el: Moved from lisp/textmodes.
15181
15182 * org/org-mouse.el: Moved from lisp/textmodes.
15183
15184 * org/org-publish.el: Moved from lisp/textmodes.
15185
15186 2008-03-21 Juri Linkov <juri@jurta.org>
15187
15188 * comint.el (comint-dynamic-simple-complete):
15189 Use variable `stub' for the second arg `common-substring'
15190 of `comint-dynamic-list-completions'.
15191 (comint-dynamic-list-filename-completions):
15192 Use variable `filenondir' for the second arg `common-substring'
15193 of `comint-dynamic-list-completions'.
15194 (comint-dynamic-list-completions): Add new optional arg
15195 `common-substring'. Add `common-substring' as the second arg of
15196 the call to `display-completion-list'. Doc fix.
15197
15198 * comint.el (comint-dynamic-complete-as-filename)
15199 (comint-dynamic-list-filename-completions)
15200 (comint-dynamic-simple-complete): Use `minibuffer-message'
15201 to display message "No completions of %s" when a command
15202 is called in the minibuffer.
15203 (comint-dynamic-simple-complete): Don't display other
15204 completion messages when a command is called in the minibuffer.
15205 (comint-dynamic-list-completions): Use `minibuffer-message'
15206 to display message " [Type space to flush ...]" when a command
15207 is called in the minibuffer.
15208
15209 * shell.el (shell-dynamic-complete-command)
15210 (shell-dynamic-complete-environment-variable): Don't display
15211 completion messages when command is called in the minibuffer.
15212
15213 * emacs-lisp/lisp.el (lisp-complete-symbol):
15214 Use `minibuffer-message' to display message "No completions of %s"
15215 when this command is called in the minibuffer.
15216
15217 * bindings.el (standard-mode-line-modes): Put special help-echo
15218 tooltip on recursive edit %[ %] mode-line constructs.
15219
15220 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15221 "^No dynamic expansion for .* found$" to allow error messages like
15222 "No dynamic expansion for \"%s\" found in this-buffer".
15223
15224 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15225
15226 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15227 "psftp".
15228
15229 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15232 * vc.el (vc-default-dired-state-info): Use just "modified".
15233 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15234 (vc-cvs-mode-line-string): Make use of the better default.
15235 (vc-cvs-parse-entry): Use the new `added'.
15236 (vc-cvs-dired-state-info): Remove.
15237 * vc-svn.el (vc-svn-dired-state-info): Remove.
15238 * vc-hg.el (vc-hg-dired-state-info): Remove.
15239 * vc-git.el (vc-git-dired-state-info): Remove.
15240
15241 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15242
15243 * vc-git.el (vc-git-status-result): New variable.
15244 (vc-git-dir-status): Split out ...
15245 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15246 ... these new functions and work asynchronously.
15247
15248 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15249
15250 * vc-git.el (vc-git-after-dir-status): Remove.
15251 (vc-git-dired-state-info): Reimplement.
15252
15253 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15254
15255 * replace.el (occur-mode-map): Add :help.
15256
15257 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15258 for disassemble.
15259
15260 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15261 the 'added state.
15262 (vc-status-remove-up-to-date): New function.
15263 (vc-status-mode-map, vc-status-menu-map): Bind it.
15264 (vc-status-printer): Use a different face up-to-date files.
15265 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15266 (Todo): Remove solved entries.
15267
15268 * vc-hg.el (vc-hg-state):
15269 * vc-git.el (vc-git-state):
15270 * vc-cvs.el (vc-cvs-parse-status):
15271 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15272 state.
15273
15274 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * progmodes/compile.el (compile):
15277 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15278
15279 * simple.el (minibuffer-local-shell-command-map): New var.
15280 (minibuffer-complete-shell-command, read-shell-command): New funs.
15281 (shell-command, shell-command-on-region): Use them.
15282
15283 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15284
15285 * vc.el (vc-status-mark-buffer-changed): New function to implement
15286 updating of the *vc-status* buffer when a buffer is saved.
15287 (vc-status-mode): Use it for after-change-hook.
15288 (vc-add-to-vc-status-buffer): Rename to ...
15289 (vc-status-add-entry): ... this.
15290 (Todo): Add new entry.
15291
15292 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15293
15294 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15295
15296 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15297
15298 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15299 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15300 Remove spurious * from defcustom docstrings.
15301 (icomplete-compute-delay): Fix docstring and remove spurious *.
15302 (icomplete-delay-completions-threshold): Fix typo in docstring and
15303 remove spurious *.
15304 (icomplete-completions): While collecting the list of prospective
15305 candidates, don't overshoot `icomplete-prospects-length'.
15306
15307 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15308
15309 * textmodes/refbib.el:
15310 * textmodes/reftex.el:
15311 * textmodes/reftex-global.el:
15312 * textmodes/reftex-vars.el:
15313 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15314 compiler pacifying defvars.
15315 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15316 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15317 not needed.
15318
15319 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15320
15321 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15322 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15323 (verilog-customize, verilog-font-customize)
15324 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15325 (verilog-mode): Update documentation strings to match tool tips.
15326 (verilog-auto-search-do, verilog-auto-re-search-do)
15327 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15328 expansion when a .* appears inside a string.
15329 (verilog-re-search-forward, verilog-re-search-backward):
15330 Add comment to recall how this works.
15331 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15332
15333 2008-03-20 Glenn Morris <rgm@gnu.org>
15334
15335 * calendar/calendar.el (calendar-other-dates): New function.
15336 (calendar-print-other-dates): Use calendar-other-dates.
15337 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15338 the declarations it replaces.
15339 (calendar-mouse-print-dates): Use calendar-other-dates.
15340
15341 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15342 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15343 (calendar-absolute-from-bahai): Fix the leap-year case.
15344 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15345 (calendar-bahai-date-string, calendar-bahai-print-date):
15346 Handle pre-Bahai dates.
15347
15348 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15349 (chinese-calendar-terrestrial-branch): Make defcustoms.
15350
15351 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15352 (calendar-mouse-view-diary-entries): Use or.
15353 (calendar-mouse-chinese-date): Remove unused command.
15354 (cal-menu-load-hook): Mark as obsolete.
15355
15356 * calendar/solar.el (calendar-location-name, calendar-latitude)
15357 (calendar-longitude, solar-arctan, sunrise-sunset)
15358 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15359
15360 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15361
15362 * calc/calc.el: Remove outdated comments.
15363 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15364 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15365 Add docstrings.
15366
15367 2008-03-19 Jason Rumney <jasonr@gnu.org>
15368
15369 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15370
15371 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15372
15373 * net/tls.el (open-tls-stream): Reindent.
15374
15375 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15376
15377 * net/tramp.el (tramp-let-maybe): Removed.
15378 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15379 It does not exist under XEmacs.
15380 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15381 (tramp-completion-file-name-handler): Let-bind
15382 `directory-sep-char'.
15383
15384 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15385 `directory-sep-char'.
15386
15387 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15390 for autoloaded keymaps.
15391
15392 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15393 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15394 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15395 (verilog-in-comment-p, verilog-in-star-comment-p)
15396 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15397 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15398 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15399 (verilog-skip-forward-comment-p): Use it.
15400
15401 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15402
15403 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15404 (org-remember-templates, org-time-stamp-rounding-minutes)
15405 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15406 (org-columns-new): Fix typos in docstrings.
15407
15408 2008-03-19 Glenn Morris <rgm@gnu.org>
15409
15410 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15411 (tramp-handle-shell-command): Use condition-case rather than
15412 ignore-errors.
15413
15414 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15415
15416 * diff-mode.el (diff-header): Make the color louder.
15417 (diff-refine-change): Tone the color down.
15418
15419 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15420
15421 * descr-text.el (describe-char): When `describe-char-unidata-list'
15422 is set to show all properties, list them in the right order.
15423
15424 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15425
15426 * international/mule.el (load-with-code-conversion): Avoid setting
15427 default-enable-multibyte-characters.
15428
15429 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15430
15431 * vc.el (vc-annotate-background): Fix custom type.
15432
15433 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * descr-text.el (describe-char-unidata-list): Allow specifying
15436 just all properties.
15437 (describe-char): Handle that new value.
15438
15439 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15440
15441 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15442
15443 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15444 instead of file name extension to make docs with uncommon
15445 extensions work.
15446
15447 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15448
15449 * doc-view.el (require): Require cl at compile time because
15450 `assert' needs it.
15451
15452 2008-03-18 Glenn Morris <rgm@gnu.org>
15453
15454 * calendar/calendar.el (initial-calendar-window-hook)
15455 (today-visible-calendar-hook): Doc fixes.
15456
15457 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15458
15459 * net/tramp.el (tramp-root-regexp): Simplify.
15460 (tramp-completion-file-name-regexp-separate): Don't insist on
15461 leading "[". This prevents method or user or host completion.
15462 (tramp-let-maybe): Autoload it.
15463 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15464 is an alias for `identity'.
15465 (tramp-handle-write-region): Protect `last-coding-system-used'
15466 over the trailing statements.
15467 (tramp-completion-file-name-handler-post-function): Remove.
15468 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15469 instead of calling `tramp-drop-volume-letter'.
15470
15471 * net/tramp.el:
15472 * net/tramp-uu.el:
15473 * net/trampver.el: Move coding cookie at the end.
15474
15475 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15478 elements which may be something else than characters.
15479
15480 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15481
15482 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15483 New functions to implement vc-status support.
15484
15485 * vc.el (vc-default-extra-status-menu)
15486 (vc-add-to-vc-status-buffer): New functions.
15487
15488 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15489 for eldoc and ielm.
15490
15491 2008-03-17 Glenn Morris <rgm@gnu.org>
15492
15493 * calendar/cal-x.el (diary-frame-parameters)
15494 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15495 Fix custom type; add options.
15496 (calendar-frame, diary-frame): Doc fixes.
15497 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15498 new functions.
15499 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15500 Use calendar-frame-1 and calendar-dedicate-diary.
15501 (calendar-one-frame-setup): Also handle only-one-frame case.
15502 (calendar-only-one-frame-setup): Doc fix. Just call
15503 calendar-one-frame-setup.
15504
15505 * calendar/diary-lib.el: Re-order some definitions before their use.
15506 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15507 (diary-list-entries): Doc fixes.
15508 (make-fancy-diary-display): Remove function.
15509
15510 * calendar/calendar.el (calendar-today-marker)
15511 (initial-calendar-window-hook, today-visible-calendar-hook)
15512 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15513 (calendar-star-date, calendar-mark-today): Doc fixes.
15514 (today-visible-calendar-hook): Add options.
15515 (calendar-in-read-only-buffer): New macro.
15516 (calendar-basic-setup): Adapt for change in calendar-read-date.
15517 Place holiday let inside if.
15518 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15519 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15520 (calendar-print-other-dates): Use one let rather than many.
15521
15522 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15523 (calendar-print-other-dates):
15524 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15525 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15526 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15527 (calendar-cursor-holidays):
15528 * calendar/lunar.el (calendar-phases-of-moon): Use
15529 calendar-in-read-only-buffer to replace previous code and disable undo.
15530
15531 2008-03-16 Juri Linkov <juri@jurta.org>
15532
15533 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15534 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15535 read-from-minibuffer to provide the correct initial minibuffer
15536 history position in isearch-edit-string when it is called from
15537 isearch-ring-adjust.
15538
15539 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15540 to check if the current buffer is the minibuffer, and in this case
15541 call abort-recursive-edit to kill the minibuffer. Doc fix.
15542 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15543 when the current buffer is the minibuffer.
15544
15545 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15546
15547 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15548
15549 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15550 Use non-nil PARENTS attribute of make-directory instead of
15551 explicitly checking existence the current cache directory.
15552
15553 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15554
15555 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15556 M-x epa-file-select-keys.
15557
15558 2008-03-16 Kenichi Handa <handa@m17n.org>
15559
15560 * international/mule.el (auto-coding-alist):
15561 Use no-conversion-multibyte for archive files.
15562
15563 2008-03-16 Glenn Morris <rgm@gnu.org>
15564
15565 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15566 New functions.
15567 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15568 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15569 Use calendar-mark-1.
15570 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15571 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15572 Use calendar-mark-complex.
15573 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15574 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15575 Use calendar-mark-1.
15576
15577 * calendar/calendar.el (calendar-mod): Remove.
15578 * calendar/cal-china.el (calendar-chinese-from-absolute)
15579 (calendar-chinese-date-string): Expand calendar-mod calls.
15580 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15581 Expand calendar-mod calls.
15582
15583 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15584 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15585 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15586 Move obsolete aliases after the functions that replaced them.
15587
15588 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15589 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15590 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15591 Use let rather than let*.
15592 (calendar-hebrew-prompt-for-date): New function.
15593 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15594 (holiday-tisha-b-av-etc): Use unless, let.
15595
15596 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15597 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15598
15599 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15600
15601 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15602
15603 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15604 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15605 than concat.
15606 (diary): Remove un-needed let.
15607 (view-other-diary-entries): Rename argument.
15608 (diary-list-entries-2): New function.
15609 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15610 (print-diary-entries): Use unless.
15611 (diary-mark-entries-1): Change argument order, make all but
15612 markfunc optional. Handle the standard (Gregorian) case.
15613 Use match-string-no-properties. Handle marks.
15614 (mark-diary-entries): Use diary-mark-entries-1.
15615 (diary-font-lock-keywords-1): New macro.
15616 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15617
15618 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15619
15620 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15621 (icalendar-export-hidden-diary-entries): New variable.
15622 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15623 In case of error, insert full error-val.
15624 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15625 Use calendar-day-of-week. Return the day number.
15626 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15627
15628 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15629
15630 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15631 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15632 (icalendar-export-region): Ignore hidden diary entries.
15633 (icalendar--convert-ordinary-to-ical): Fix case where event
15634 spans across midnight boundary.
15635 (icalendar-first-weekday-of-year): New function.
15636 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15637 year for recurring events (Mozilla calendars do not propagate
15638 recurring events forever, so year 2000 start date was not working).
15639 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15640 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15641
15642 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15643
15644 * net/tramp.el (tramp-root-regexp): New defconst.
15645 (tramp-completion-file-name-regexp-unified)
15646 (tramp-completion-file-name-regexp-separate)
15647 (tramp-completion-file-name-regexp-url): Use it.
15648 (tramp-do-copy-or-rename-file-via-buffer):
15649 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15650 t for `insert-file-contents-literally'.
15651 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15652 Autoload it.
15653 (tramp-completion-file-name-handler-post-function): New defconst.
15654 (tramp-completion-file-name-handler): Use it.
15655 (tramp-maybe-open-connection): Update calls to
15656 `tramp-flush-connection-property' for removed 2nd argument.
15657
15658 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15659
15660 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15661 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15662 New functions.
15663
15664 2008-03-15 Glenn Morris <rgm@gnu.org>
15665
15666 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15667 New functions.
15668 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15669 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15670 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15671 (diary-bahai-list-entries): Use diary-list-entries-1.
15672 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15673 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15674 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15675 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15676 (list-hebrew-diary-entries): Use diary-list-entries-1.
15677 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
15678 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
15679 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15680 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15681 (list-islamic-diary-entries): Use diary-list-entries-1.
15682 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
15683
15684 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
15685
15686 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
15687
15688 * calendar/cal-china.el (number-chinese-months)
15689 (calendar-chinese-from-absolute): Use nth, caar.
15690
15691 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
15692
15693 * calendar/cal-french.el (french-calendar-accents): Doc fix.
15694
15695 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
15696 (calendar-hebrew-month-name-array-leap-year)
15697 (hebrew-calendar-parashiot-names): Make constants.
15698 (diary-parasha): Move definition after constants it uses.
15699
15700 * calendar/cal-html.el (cal-html-insert-link-yearpage)
15701 (cal-html-htmlify-list): Doc fix.
15702 (cal-html-htmlify-entry): Use nth.
15703
15704 * calendar/cal-islam.el (calendar-islamic-month-name-array)
15705 (calendar-islamic-epoch): Make constants.
15706 (calendar-islamic-epoch): Doc fix.
15707
15708 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
15709
15710 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
15711 (cal-tex-month-name): Doc fix.
15712 (cal-tex-last-blank-p): Use zerop.
15713
15714 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
15715 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
15716 (calendar-cursor-to-date): Doc fix.
15717 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
15718 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
15719 (calendar-day-number): Use when.
15720 (generate-calendar-month): Use dotimes.
15721 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
15722 (calendar-set-mark): Reverse conditional.
15723 (calendar-make-alist): Move definition before use.
15724
15725 * calendar/diary-lib.el (diary-face-attrs)
15726 (diary-glob-file-regexp-prefix, diary-selective-display)
15727 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
15728 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
15729 (diary-anniversary, diary-cyclic)
15730 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
15731 (diary-header-line-format): Change wording.
15732 (diary-list-entries): Set `date-start' in let.
15733 (include-other-diary-files, mark-included-diary-files): Use format.
15734 (simple-diary-display, fancy-diary-display): Use cadr, unless.
15735 (mark-diary-entries): Use 1+.
15736 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
15737 (mark-calendar-month): Use dotimes.
15738
15739 * calendar/holidays.el (displayed-month, displayed-year):
15740 Move declarations where needed.
15741 (calendar-list-holidays): Doc fix.
15742
15743 * calendar/parse-time.el (parse-time-string): Simplify.
15744
15745 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
15746 Make constants.
15747 (solar-sunrise-sunset): Rename some local variables for clarity.
15748 (sunrise-sunset): Use zerop.
15749 (solar-mean-equinoxes/solstices): Doc fix.
15750
15751 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
15752 Use nth.
15753 (timeclock-completing-read, timeclock-generate-report): Use zerop.
15754 (timeclock-mean, timeclock-generate-report): Use dolist.
15755
15756 * calendar/todo-mode.el (todo-add-category): Simplify.
15757 (todo-more-important-p, todo-delete-item, todo-file-item):
15758 Use unless, when.
15759 (todo-top-priorities): Use zerop.
15760
15761 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
15762
15763 * buff-menu.el (list-buffers-noselect): Display buffer name in
15764 tooltip instead of mouse binding when it doesn't fit in the list.
15765
15766 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15767
15768 * faces.el (xw-defined-colors):
15769 * simple.el (widget-convert, shell-mode): Declare as functions
15770 instead of autoloading.
15771
15772 * abbrev.el:
15773 * button.el:
15774 * cus-face.el:
15775 * ediff-hook.el:
15776 * emacs-lisp/backquote.el:
15777 * emacs-lisp/timer.el:
15778 * facemenu.el:
15779 * faces.el:
15780 * menu-bar.el:
15781 * simple.el:
15782 * subr.el:
15783 * textmodes/fill.el:
15784 * textmodes/paragraphs.el: Remove autoloads, redundant when the
15785 files are preloaded.
15786
15787 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15788
15789 * desktop.el (desktop-create-buffer): Don't catch errors if
15790 debug-on-error is set.
15791
15792 2008-03-14 Eli Zaretskii <eliz@gnu.org>
15793
15794 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
15795 ($(lisp)/calendar/diary-loaddefs.el)
15796 ($(lisp)/calendar/hol-loaddefs.el): New targets.
15797 (LOADDEFS): New macro.
15798 (autoloads): Depend on $(LOADDEFS).
15799
15800 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15801
15802 * font-lock.el (featurep): Remove test, not useful anymore.
15803 (facemenu-keymap): Move key binding ...
15804 * facemenu.el (facemenu-keymap): ... here.
15805
15806 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
15807 for each file in the list.
15808 (vc-bzr-log-view-mode): Recognize the file marker.
15809
15810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15811 for checkdoc and profiling.
15812
15813 2008-03-14 Bastien Guerry <bzg@altern.org>
15814
15815 * textmodes/flyspell.el (nxml-mode): Add the right
15816 `flyspell-mode-predicate'.
15817
15818 * wid-edit.el (link): Use 'mouse-face for :follow-link.
15819
15820 2008-03-14 Glenn Morris <rgm@gnu.org>
15821
15822 * calendar/solar.el: Reorder so that functions are defined before use.
15823 (displayed-month, displayed-year): Move declarations where needed.
15824 (solar-get-number): Move definition before use. Use unless.
15825 (solar-equatorial-coordinates): Simplify.
15826 (solar-sunrise-and-sunset): Use let rather than let*.
15827 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
15828
15829 * startup.el (command-line-1): Rename -internal-script back to
15830 -scriptload (reverts previous change).
15831
15832 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
15833 (calendar-bahai-leap-base): Add doc strings.
15834 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
15835 Move definition before use.
15836 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
15837 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
15838 variables outside the loop. Use dolist.
15839 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
15840
15841 * calendar/cal-china.el: Re-order so that functions are defined before
15842 use.
15843 (displayed-month, displayed-year): Move declarations where needed.
15844 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
15845 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
15846 Add doc strings.
15847 (chinese-year-cache): Recenter on 2010. Doc fix.
15848 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
15849 Doc fix. Simplify.
15850 (chinese-year-cache-init): New function.
15851 (compute-chinese-year, holiday-chinese-new-year)
15852 (calendar-chinese-date-string, calendar-goto-chinese-date)
15853 (make-chinese-month-assoc-list): Use cadr, nth.
15854 (chinese-months): Remove un-needed let.
15855
15856 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
15857 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
15858 (coptic-prompt-for-date): Move definition before use.
15859
15860 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15861 (calendar-dst-find-data, calendar-daylight-time-offset)
15862 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15863 (calendar-daylight-savings-starts-time)
15864 (calendar-daylight-savings-ends-time): Use cadr, nth.
15865
15866 * calendar/cal-french.el (french-calendar-epoch)
15867 (calendar-goto-french-date): Doc fix.
15868 (french-calendar-month-name-array)
15869 (french-calendar-multibyte-month-name-array)
15870 (french-calendar-day-name-array, french-calendar-special-days-array):
15871 Add doc strings.
15872
15873 * calendar/cal-hebrew.el (displayed-month, displayed-year)
15874 (original-date): Move declarations where needed.
15875 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
15876 Doc fix.
15877 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
15878 constant variables outside the loop. Use dolist.
15879
15880 * calendar/cal-islam.el (displayed-month, displayed-year)
15881 (original-date): Move declarations where needed.
15882 (islamic-calendar-day-number): Remove unused local variable `day'.
15883 (calendar-goto-islamic-date): Doc fix.
15884 (holiday-islamic): Use unless.
15885 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
15886 constant variables outside the loop. Use dolist.
15887 (mark-islamic-calendar-date-pattern): Move definition before use.
15888 Use unless.
15889 (mark-islamic-diary-entries): Doc fix.
15890 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
15891 (insert-yearly-islamic-diary-entry): Use let rather than let*.
15892
15893 * calendar/cal-julian.el (calendar-absolute-from-julian):
15894 Move definition before use. Remove un-needed local `day'.
15895 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
15896
15897 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
15898 (calendar-mayan-tzolkin-names-array): Add doc strings.
15899 (calendar-mayan-long-count-from-absolute): Use a single let.
15900 (calendar-string-to-mayan-long-count): Simplify.
15901 (calendar-next-haab-date, calendar-previous-haab-date)
15902 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
15903 (calendar-previous-calendar-round-date)
15904 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
15905 Doc fix.
15906 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
15907 (calendar-mayan-date-string, calendar-print-mayan-date)
15908 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
15909 (calendar-mayan-long-count-common-era): Move definitions before use.
15910
15911 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
15912 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
15913 Doc fix.
15914 (calendar-mouse-goto-date): Move definition before use.
15915
15916 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
15917 Move definition before use.
15918 (calendar-cursor-to-visible-date): Move definition before use.
15919 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
15920 and place inside the conditional.
15921 (calendar-forward-day): Simplify.
15922 (calendar-end-of-month): Use unless.
15923 (calendar-goto-day-of-year): Doc fix.
15924 Relocate obsolete aliases after their replacements.
15925
15926 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
15927
15928 * calendar/diary-lib.el (mark-diary-entries): Move some constant
15929 variables outside the diary-date-forms loop.
15930
15931 * calendar/calendar.el (diary-file): Doc fix.
15932 (calendar-buffer-list): Return buffers rather than strings (fixes
15933 previous change).
15934 (hebrew-holidays-4): Fix typo.
15935
15936 * calendar/holidays.el (displayed-month, displayed-year):
15937 Move declarations where needed.
15938 (calendar-holiday-list, calendar-list-holidays)
15939 (holiday-filter-visible-calendar): Move definitions before use.
15940 (list-holidays): Use cadr.
15941 Relocate obsolete aliases after their replacements.
15942
15943 * calendar/lunar.el (date, displayed-month, displayed-year):
15944 Move declarations where needed.
15945 (lunar-phase-list): Move definition after functions it uses.
15946 (calendar-phases-of-moon, diary-phases-of-moon)
15947 (lunar-new-moon-on-or-after): Use cadr, nth.
15948 (lunar-new-moon-on-or-after): Doc fix.
15949
15950 * textmodes/org-irc.el (top-level): CL not required when compiling.
15951 (org-irc-visit-erc): Replace runtime CL functions.
15952
15953 * textmodes/org-publish.el (declare-function): Add compatibility stub.
15954 (org-publish-delete-dups): Declare as function.
15955
15956 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
15957
15958 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
15959 (vc-bzr-show-log-entry): Make regexp match more cases.
15960 (vc-diff-switches-list): Remove autoload, not needed.
15961
15962 2008-03-14 Juri Linkov <juri@jurta.org>
15963
15964 * isearch.el (isearch-edit-string): Remove one call to
15965 `isearch-push-state' not to push an inconsistent state,
15966 but keep another correct call to `isearch-push-state'.
15967 (isearch-ring-adjust): Call `isearch-push-state' only when
15968 `search-ring-update' is non-nil since `isearch-edit-string'
15969 already pushes its state.
15970 (isearch-message): Improve matching the failed part by checking
15971 if the original message starts with the last successful message.
15972
15973 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
15974 (dired-perm-write): Rename from `dired-warn-writable'.
15975 Change parent face from `font-lock-warning-face' to
15976 `font-lock-comment-delimiter-face'.
15977 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
15978 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
15979 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
15980 with `dired-perm-write-face'.
15981
15982 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
15983
15984 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15985 Create cache dir only if it doesn't already exist.
15986
15987 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15988
15989 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
15990 of \ and '.
15991
15992 2008-03-13 Johan Bockgård <bojohan@gnu.org>
15993
15994 * net/browse-url.el (browse-url-text-xterm):
15995 Unquote browse-url-text-browser.
15996
15997 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
15998
15999 * textmodes/org-mouse.el: Version number change.
16000
16001 * textmodes/org-publish.el (org-publish-expand-components):
16002 Remove null projects from the list of components.
16003 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16004 Remove unused retrieval of the :publishing-directory property.
16005 (org-publish-file): Bugfix: when using a relative directory as the
16006 publishing directory, convert it to a directory filename.
16007 (org-publish-project): New alias.
16008 (org-publish-get-files): Protect against empty p.
16009 (org-publish-file): Send an error when file is not part of any project.
16010 (org-publish-file): Offer to refresh the list of files in known
16011 project when the current file is not part of any project.
16012 (org-publish-before-export-hook)
16013 (org-publish-after-export-hook): New hooks.
16014 (org-publish-org-to): Use new hooks and kill buffers.
16015 (org-publish-file): Remove the code for killing buffers.
16016 (org-publish-initialize-files-alist): Use interactive.
16017 (org-publish-file): If the publishing function creates a new
16018 buffer, kill it after publishing.
16019 (org-publish-timestamp-filename): Protect ":" in file name path
16020 under windows.
16021
16022 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16023 change that killed the LaTeX buffer.
16024
16025 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16026 in the decision tree.
16027 (org-select-remember-template): Clean the code.
16028 (org-prepare-dblock): Add the extra :content parameter.
16029 (org-write-agenda): New output type ".ics" files.
16030 (org-write-agenda): Call `org-icalendar-verify-function', both for
16031 time stamps and for TODO entries.
16032 (org-agenda-collect-markers, org-create-marker-find-array)
16033 (org-check-agenda-marker-table): New functions.
16034 (org-agenda-marker-table): New variable.
16035 (org-export-as-html): Revert the change that killed the html
16036 buffer. Side effects first need to be studied carefully.
16037 (org-get-tags-at): Fix the structure of the condition-case statement.
16038 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16039 (org-timestamp-change): Fix regular expressions to swallow the
16040 extra character for repeat-shift control.
16041 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16042 (org-get-legal-level): Alias to `org-get-valid-level'.
16043 (org-dblock-write:clocktable): Add a :link parameter, linking
16044 headlines to their location in the Org agenda files.
16045 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16046 throwing an error when getting tags before headlines.
16047 (org-timestamp-change, org-modify-ts-extra)
16048 (org-ts-regexp1): Fix timestamp editing.
16049 (org-agenda-custom-commands-local-options): New constant.
16050 (org-agenda-custom-commands):
16051 Use `org-agenda-custom-commands-local-options' to improve customize
16052 type. "htmlize": Removed hack to fix face problem with htmlize,
16053 it no longer seem necessary.
16054 (org-follow-link-hook): New hook.
16055 (org-agenda-custom-commands): Add "Component" as a tag for each
16056 item in a command series.
16057 (org-open-at-point): Run `org-follow-link-hook'.
16058 (org-agenda-schedule): Bugfix: don't display marker type when it
16059 is nil.
16060 (org-store-link): org-irc required.
16061 (org-set-regexps-and-options): Parse the new logging options.
16062 (org-extract-log-state-settings): New function.
16063 (org-todo): Handle the new ways of recording state change stuff.
16064 (org-local-logging): New function.
16065 (org-columns-open-link): Fix bug with opening link in column view.
16066 (org-local-logging): New function.
16067 (org-todo): Make sure that LOGGING properties are honoured.
16068 (org-todo-keywords): Improve docstring.
16069 (org-startup-options): Cleanup startup options.
16070 (org-set-regexps-and-options): Process the "!" markers.
16071 (org-todo): Respect the new logging stuff.
16072 (org-log-note-how): New variable.
16073 (org-add-log-maybe): New parameter HOW that defines how logging
16074 should be done and also overrides PURPOSE. Add a docstring.
16075 (org-add-log-note): Check if we really need to ask for a note.
16076 (org-get-current-options): Digest the new keyword.
16077 (org-agenda-reset-markers): Rename from
16078 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16079 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16080 function, without force argument.
16081 (org-buffer-property-keys): Bind local variables s and p.
16082 (org-make-tags-matcher): Allow "" to match an empty or
16083 non-existent property value.
16084 (org-export-as-html): Join unsorted lists when they directly
16085 follow each other. Such lists may be created by headlines that
16086 are converted to lists.
16087 (org-nofm-to-completion): New function.
16088 (org-export-as-html): Use :html-extension instead of
16089 org-export-html-extension.
16090 (org-store-link): Support for links from `rmail-summary-mode'.
16091 (org-columns-new, org-complete, org-set-property): Set the
16092 `include-columns' argument in the call to
16093 `org-buffer-property-keys'.
16094 (org-buffer-property-keys): New argument `include-columns', to
16095 include properties expected by any of the COLUMNS formats in the
16096 current buffer.
16097 (org-cleaned-string-for-export): Get rid of drawers first, so that
16098 they will be removed also in the text before the first headline.
16099 (org-clock-report): Show the clocktable when found.
16100 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16101 (org-version): With prefix argument, insert `org-version' at point.
16102 (org-agenda-goto): Recenter the window after finding the target
16103 location, to make sure the correct position will be displayed.
16104 (org-agenda-get-deadlines): Don't scale priority with the warning
16105 period.
16106 (org-insert-heading): Don't break line in the middle of the line.
16107 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16108 be 0.
16109 (org-update-checkbox-count): Revamp to deal with hierarchical
16110 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16111 (org-remove-timestamp-with-keyword): New function.
16112 (org-schedule, org-deadline):
16113 Use `org-remove-timestamp-with-keyword' to make sure all such time
16114 stamps are removed.
16115 (org-mode): Support for `align'.
16116 (org-agenda-get-deadlines): Make sure priorities increase as the
16117 due date approaches and is passed.
16118 (org-remember-apply-template): Fix problem with tags that
16119 contain "_" or "@".
16120 (org-make-link-regexps): Improve the regular expression for plain links.
16121 (org-agenda-get-closed): List each clocking entry.
16122 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16123 (org-special-ctrl-k): New option.
16124 (org-kill-line): New function.
16125 (org-archive-all-done): Fix incorrect number of stars in regexp.
16126 (org-refile-get-location): New function.
16127 (org-refile-goto-last-stored): New function.
16128 (org-global-tags-completion-table): Add the value of org-tag-alist
16129 in each buffer, to make sure that also unused tags will be
16130 available for completion.
16131 (org-columns-edit-value)
16132 (org-columns-next-allowed-value): Only update if not in agenda.
16133 (org-clocktable-steps): New function.
16134 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16135 (org-archive-subtree): Add the outline tree context as a property.
16136 (org-closest-date): New optional argument `prefer'.
16137 (org-goto-auto-isearch): New option.
16138 (org-goto-map, org-get-location): Implement auto-isearch.
16139 (org-goto-local-auto-isearch-map): New variable.
16140 (org-goto-local-search-forward-headings)
16141 (org-goto-local-auto-isearch): New functions.
16142
16143 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16144
16145 * textmodes/org-irc.el: New file.
16146
16147 2008-03-13 John Wiegley <johnw@gnu.org>
16148
16149 * textmodes/org-mac-message.el: New file.
16150
16151 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16152
16153 * font-lock.el (font-lock-comment-face): Set the foreground for
16154 the light background 8 colors case.
16155
16156 2008-03-13 Glenn Morris <rgm@gnu.org>
16157
16158 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16159 generate-autoload-cookie patterns.
16160
16161 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16162
16163 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16164 (MH_E_SRC): Remove variable.
16165 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16166 Simplify file header. Use $@ for generated-autoload-file.
16167
16168 * Makefile.in (LOADDEFS): New variable.
16169 (AUTOGENEL): Use $LOADDEFS.
16170 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16171 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16172 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16173 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16174 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16175 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16176 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16177 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16178 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16179 Add calendar-specific autoload cookies, and remove any setting of
16180 generated-autoload-file.
16181 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16182 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16183 diary-loaddefs.
16184 * calendar/holidays.el: Replace explicit autoloads with reading of
16185 hol-loaddefs.
16186
16187 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16188 (calendar-buffer-list): Simplify.
16189 (generate-calendar-window): Use calendar-mark-holidays rather than
16190 obsolete alias.
16191
16192 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16193 Use cal-hebrew-yahrzeit-buffer.
16194
16195 * calendar/cal-x.el (calendar-only-one-frame-setup)
16196 (calendar-two-frame-setup): Doc fixes.
16197 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16198
16199 * calendar/appt.el (appt-mode-string): Mark as risky.
16200 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16201
16202 * calendar/cal-html.el (diary-list-entries):
16203 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16204 (calendar-iso-from-absolute): Fix autoloads.
16205
16206 * calendar/cal-iso.el (calendar-absolute-from-iso)
16207 (calendar-iso-read-args): Simplify.
16208 (calendar-iso-date-string, calendar-iso-read-args)
16209 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16210
16211 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16212 (displayed-month, displayed-year): Move declarations where needed.
16213 (calendar-print-astro-day-number): Doc fix.
16214
16215 * calendar/cal-persia.el (persian-calendar-month-name-array)
16216 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16217 (persian-prompt-for-date): Remove local variable `today'.
16218
16219 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16220
16221 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16222 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16223 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16224 (diary-sabbath-candles, solar-equinoxes/solstices)
16225 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16226 (solar-time-equation, solar-date-to-et): Simplify.
16227
16228 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16229 Replace `(car (cdr' with cadr'.
16230
16231 * progmodes/f90.el (f90-font-lock-n): New function.
16232 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16233 Use f90-font-lock-n.
16234 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16235
16236 * progmodes/f90.el (f90-mode-abbrev-table):
16237 * progmodes/fortran.el (fortran-mode-abbrev-table):
16238 Use newer form of define-abbrev, where supported. No need to bind
16239 abbrevs-changed for system abbrevs.
16240
16241 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16244 delete-frame-functions.
16245
16246 * bookmark.el (Info-current-node): Remove.
16247
16248 2008-03-12 Juri Linkov <juri@jurta.org>
16249
16250 * help.el (describe-project): Remove defaliases for view-todo and
16251 describe-project that are now unnecessary after the merge from
16252 emacs--rel--22 that added define-obsolete-function-alias.
16253
16254 * startup.el (inhibit-startup-screen): Revert incomplete
16255 2008-03-10 merge from emacs--rel--22 that partly reverted
16256 2008-02-28 change that added initial message to *scratch* buffer
16257 regardless of the value of `inhibit-startup-screen'.
16258 Now keep this change in the trunk, but not in the 22 branch.
16259
16260 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * international/quail.el (quail-setup-completion-buf, quail-help):
16263 * mail/binhex.el (binhex-decode-region-internal):
16264 * mail/uudecode.el (uudecode-decode-region-internal):
16265 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16266 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16267 setting default-enable-multibyte-characters.
16268
16269 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16270
16271 * comint.el: Fix up indentation and comment style. Remove `function'.
16272
16273 * international/mule-cmds.el (reset-language-environment)
16274 (set-language-environment-nonascii-translation):
16275 Don't set-unibyte-charset.
16276
16277 * doc-view.el: Remove all cb-args, use closures instead.
16278 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16279 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16280 doing an incorrect check). Update all callers to use the new name.
16281 (doc-view-doc->txt): Add missing `txt' argument.
16282
16283 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16284
16285 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16286 md5 sum calculation to single-byte.
16287
16288 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * doc-view.el (doc-view-new-window-function): Add assertion.
16291 (doc-view-doc-type): New var.
16292 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16293 (doc-view-intersection): New fun.
16294 (doc-view-mode): Use it to set the new var.
16295
16296 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16297
16298 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16299 (doc-view-already-converted-p): New functions.
16300 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16301 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16302 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16303 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16304 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16305 (doc-view-convert-current-doc): Don't hardwire the functions the
16306 sentinels call. Now they're provided by two args CALLBACK and
16307 CB-ARGS to the functions.
16308 (doc-view-search): Use doc-view-doc->txt.
16309 (doc-view-initiate-display): Use doc-view-already-converted-p.
16310 Mention new binding C-c C-t if doc-view-mode doesn't work.
16311
16312 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16313
16314 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16315
16316 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16319 Mark " outside of tags as punctuation.
16320
16321 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * menu-bar.el (minibuffer-local-map): Use the same command for the
16324 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16325 Prefer RET over C-j for exit-minibuffer.
16326
16327 * files.el (display-buffer-other-frame): Eliminate problematic code.
16328
16329 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16330 (menu-bar-select-buffer): Remove.
16331 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16332 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16333
16334 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * icomplete.el (icomplete-completions): Remove obsolete code.
16337
16338 * net/net-utils.el (iwconfig-program-options): Doc fix.
16339 (net-utils-run-program, run-network-program): Define as functions.
16340
16341 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16342
16343 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16344
16345 2008-03-11 Glenn Morris <rgm@gnu.org>
16346
16347 * faces.el (mode-line-emphasis): New face.
16348 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16349
16350 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16351
16352 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16353
16354 * simple.el (set-mark-command): Doc fix.
16355
16356 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16359
16360 * emacs-lisp/autoload.el (autoload-find-destination):
16361 Don't force raw-text.
16362
16363 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16364 * calendar/cal-loaddefs.el: Don't version control.
16365
16366 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16367
16368 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16369 entries and add :help to the existing ones.
16370
16371 2008-03-10 Glenn Morris <rgm@gnu.org>
16372
16373 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16374 to where they are needed.
16375
16376 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16377 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16378 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16379 (calendar-version): Doc fixes.
16380 (calendar-absolute-from-gregorian): Use zerop.
16381 (calendar-mode-line-format): Make it a defcustom.
16382
16383 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16384 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16385 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16386 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16387 (mark-included-diary-files, mark-calendar-days-named)
16388 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16389 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16390 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16391 (insert-anniversary-diary-entry, insert-block-diary-entry)
16392 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16393 (diary-font-lock-sexps): Doc fixes.
16394 (diary-remind-message, mark-calendar-month): Use zerop.
16395 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16396 (diary-list-entries): Revert let to let* (previous change).
16397
16398 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16399
16400 2008-03-10 Kim F. Storm <storm@cua.dk>
16401
16402 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16403 function aliases for the old names.
16404
16405 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16406
16407 * iswitchb.el (iswitchb-use-faces): Doc fix.
16408 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16409 Fix typos in docstrings.
16410
16411 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16412
16413 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16414 Fix typo.
16415 (verilog-type-font-keywords): Reindent.
16416
16417 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16418
16419 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16420 Fix bug in the grouping-keyword regular expression.
16421 (verilog-font-lock-keywords): Allow users to toggle special
16422 highlight of grouping-keywords.
16423 (verilog-highlight-grouping-keywords): The toggle for special
16424 highlighting of grouping keywords.
16425
16426 2008-03-10 Juri Linkov <juri@jurta.org>
16427
16428 * startup.el: Revert 2008-02-28 change that adds initial message
16429 to *scratch* buffer regardless of the value of
16430 `inhibit-startup-screen'.
16431
16432 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16433
16434 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16435 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16436 * progmodes/verilog-mode.el (verilog-mode):
16437 * net/socks.el (socks):
16438 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16439
16440 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16441
16442 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16443 (doc-view-bookmark-make-record): Use them.
16444 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16445 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16446
16447 * bookmark.el (bookmark-make-record-function): Change expected return
16448 value to include a suggested bookmark name.
16449 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16450 Fix reversed `overwrite' semantics.
16451 (bookmark-set): Call bookmark-make-record before prompting the user.
16452 Then pass the result to bookmark-store later on.
16453 (bookmark-make-name-function): Remove.
16454 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16455 * info.el (bookmark-make-name-function): Remove.
16456 (Info-mode): Don't set it.
16457 (Info-bookmark-make-name): Remove.
16458 (Info-bookmark-make-record): Use Info-current-node as suggested default
16459 bookmark name.
16460
16461 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16462 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16463 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16464 (bookmark-annotation-buffer, bookmark-annotation-file)
16465 (bookmark-annotation-point, bookmark-send-annotation)
16466 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16467 (bookmark-edit-annotation-text-func): Rename from
16468 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16469 (bookmark-edit-annotation-mode-map): Move initialization into
16470 declaration.
16471
16472 * bookmark.el: Remove spurious * in docstrings.
16473 (bookmark-minibuffer-read-name-map): New var.
16474 (bookmark-set): Use it. Also pass the default value as it should.
16475 (bookmark-send-edited-annotation): Take no chances with text properties.
16476 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16477 (bookmark-insert-buffer-name): Remove.
16478 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16479
16480 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16481
16482 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16483
16484 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16485
16486 * diff-mode.el (diff-mode-menu): Add :help.
16487
16488 2008-03-09 Glenn Morris <rgm@gnu.org>
16489
16490 * calendar/calendar.el (general-holidays, oriental-holidays)
16491 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16492 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16493 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16494 (calendar-holidays): Restore autoload cookies, because people are
16495 used to using these variables without loading calendar.el.
16496
16497 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16498 (date, number): Declare where needed.
16499
16500 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16501 (list-sexp-diary-entries): Doc fixes.
16502 (diary-list-entries): Doc fix. Remove free variable `entry'.
16503 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16504 Simplify setting of `date-holiday-list'.
16505 (mark-diary-entries): Remove free variable `entry'.
16506 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16507 Use let where let* is not needed.
16508
16509 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16512 make-record function, instead paste it in afterwards.
16513 (bookmark-make-record-for-text-file):
16514 * doc-view.el (doc-view-bookmark-make-record):
16515 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16516
16517 2008-03-08 Glenn Morris <rgm@gnu.org>
16518
16519 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16520
16521 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * calendar/diary-lib.el (diary-list-entries)
16524 (include-other-diary-files, mark-diary-entries)
16525 (mark-sexp-diary-entries, mark-included-diary-files)
16526 (diary-entry-time, list-sexp-diary-entries): Remove the special
16527 handling of ^M that dates back to the use of selective-display.
16528 (simple-diary-display): Obey setting of pop-up-frames.
16529 (body, entry): Remove unnecessary declarations.
16530
16531 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16532 (bookmark-get-annotation, bookmark-set-annotation)
16533 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16534 (bookmark-set-position, bookmark-get-front-context-string)
16535 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16536 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16537 * info.el (Info-bookmark-make-record): Don't bother recording point.
16538 (bookmark-get-filename, bookmark-get-front-context-string)
16539 (bookmark-get-rear-context-string, bookmark-get-position):
16540 Don't declare any more.
16541 (bookmark-get-info-node): Remove.
16542 (bookmark-prop-get): Declare.
16543 (Info-bookmark-jump): Use it.
16544
16545 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16546
16547 * subr.el (while-no-input): Don't splice BODY directly into the
16548 `or' form.
16549
16550 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16551
16552 * diff-mode.el (diff-ignore-whitespace-hunk):
16553 Bind inhibit-read-only before trying to change the buffer.
16554
16555 2008-03-08 Glenn Morris <rgm@gnu.org>
16556
16557 * calendar/appt.el (appt): Move custom group here from calendar.el.
16558 (appt-disp-window, appt-convert-time): Doc fixes.
16559
16560 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16561 (calendar-bahai-mark-date-pattern):
16562 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16563 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16564 * calendar/cal-julian.el (calendar-absolute-from-julian):
16565 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16566
16567 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16568 calendar.el.
16569 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16570 Make constants.
16571 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16572 (chinese-calendar-daylight-savings-starts)
16573 (chinese-calendar-daylight-savings-ends)
16574 (chinese-calendar-daylight-savings-starts-time)
16575 (chinese-calendar-daylight-savings-ends-time)
16576 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16577 Doc fixes.
16578
16579 * calendar/cal-coptic.el (coptic-name): Add doc string.
16580
16581 * calendar/cal-french.el (french-calendar-month-name-array)
16582 (french-calendar-day-name-array, french-calendar-special-days-array):
16583 Add doc strings.
16584
16585 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16586 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16587 (diary-bahai-insert-yearly-entry):
16588 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16589 (calendar-time-zone):
16590 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16591 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16592 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16593 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16594 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16595 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16596 (list-islamic-diary-entries, mark-islamic-diary-entries)
16597 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16598 (insert-yearly-islamic-diary-entry):
16599 * calendar/cal-iso.el (calendar-iso-read-args):
16600 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16601 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16602 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16603 (calendar-next-calendar-round-date)
16604 (calendar-mayan-long-count-common-era):
16605 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16606 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16607 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16608 (calendar-mouse-goto-date):
16609 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16610 * calendar/holidays.el (holidays):
16611 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16612 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16613 (safe-date-to-time): Doc fixes.
16614
16615 * calendar/cal-persia.el (persian-calendar-month-name-array)
16616 (persian-calendar-epoch): Make constants.
16617
16618 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16619 calendar.el.
16620
16621 * calendar/cal-x.el (diary-frame-parameters)
16622 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16623 (calendar-after-frame-setup-hooks): Make defcustoms.
16624 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16625 (calendar-two-frame-setup): Doc fix.
16626
16627 * calendar/cal-loaddefs.el: New file.
16628
16629 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16630 * calendar/cal-french.el, calendar/cal-html.el:
16631 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16632 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16633 * calendar/cal-tex.el, calendar/cal-x.el:
16634 Unquote lambda functions. Add autoload cookies to functions formerly
16635 autoloaded in calendar.el. Set `generated-autoload-file' to
16636 "cal-loaddefs.el".
16637
16638 * calendar/calendar.el: Move many autoloads to separate file,
16639 cal-loaddefs.el. Move defcustoms to start and re-order.
16640 (calendar-month-name-array, calendar-starred-day): No need to
16641 declare for compiler.
16642 (cal-loaddefs): Require it.
16643 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16644 appropriate file.
16645 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16646 Reverse logic.
16647 (diary-face, diary-file-name-prefix-function, diary-include-string)
16648 (diary-glob-file-regexp-prefix, diary-face-attrs)
16649 (diary-file-name-prefix, sexp-diary-entry-symbol)
16650 (print-diary-entries-hook, list-diary-entries-hook)
16651 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16652 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16653 Move to diary-lib.
16654 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16655 (all-bahai-calendar-holidays): Doc fix.
16656 (calendar-insert-indented): Doc fix. Use when rather than if.
16657 (exit-calendar): Use mapc rather than mapcar.
16658 (calendar-cursor-to-date): Use zerop.
16659 (calendar-mark-ring): Add doc-string.
16660 (calendar-starred-day): Defvar it.
16661 (calendar-mode): Make calendar-starred-day local.
16662 (calendar-star-date): No need to make calendar-starred-day local.
16663
16664 * calendar/diary-lib.el: Move defcustoms to start.
16665 (diary-include-string, diary-list-include-blanks)
16666 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16667 (diary-file-name-prefix, diary-file-name-prefix-function)
16668 (sexp-diary-entry-symbol, list-diary-entries-hook)
16669 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16670 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16671 Move here from calendar.el.
16672 (diary-file-name-prefix-function): Use 'identity.
16673 (diary-face): Make it a defcustom, and mark as obsolete.
16674 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16675 (calendar-hebrew-month-name-array-leap-year)
16676 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
16677 Define for compiler.
16678 (diary-font-lock-keywords): Use format rather than concat.
16679 Add bahai-diary-entry-symbol.
16680
16681 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
16682 * calendar/solar.el: Unquote lambda functions.
16683
16684 * calendar/solar.el (calendar-location-name, calendar-latitude)
16685 (calendar-longitude, solar-setup, solar-sin-degrees)
16686 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
16687 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
16688 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
16689 (solar-exact-local-noon, solar-julian-ut-centuries)
16690 (solar-ephemeris-time, solar-date-next-longitude)
16691 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16692 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
16693 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
16694 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
16695 Doc fixes.
16696 (solar-horizontal-coordinates, solar-equatorial-coordinates)
16697 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
16698 (solar-ecliptic-coordinates): Use unless.
16699 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
16700 Use or.
16701
16702 * calendar/timeclock.el: Add doc-strings to all functions.
16703 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
16704 (timeclock-entry-list-length, timeclock-entry-list-projects)
16705 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
16706
16707 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
16708
16709 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
16710 (org-get-entries-from-diary): Require diary-lib.
16711
16712 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
16713
16714 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
16715 Pacify byte-compiler.
16716
16717 2008-03-07 Alan Mackenzie <acm@muc.de>
16718
16719 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
16720 paren/bracket pairs parsed, to solve performance problem.
16721
16722 2008-03-07 Bastien Guerry <bzg@altern.org>
16723
16724 * bookmark.el (bookmark-set): Don't check for
16725 `bookmark-make-name-function' since `bookmark-buffer-file-name'
16726 already takes care of this.
16727 (bookmark-buffer-name, bookmark-buffer-file-name):
16728 Remove Info-mode specific code.
16729
16730 * info.el (bookmark-get-info-node): Define this function in
16731 info.el, not in bookmark.el.
16732 (Info-mode): Set `bookmark-make-name-function' to
16733 `Info-bookmark-make-name' locally.
16734 (Info-bookmark-make-name): New function.
16735
16736 * bookmark.el (bookmark-make-name-function): New variable.
16737
16738 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16739
16740 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
16741 buffer-local, not `bookmark-make-cell-function' (the old name).
16742
16743 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
16744
16745 * doc-view.el (doc-view-bookmark-make-record):
16746 * image-mode.el (image-bookmark-make-record):
16747 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
16748
16749 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
16750
16751 * vc.el (vc-status-menu-map-filter): Return orig-binding if
16752 boundp 'vc-ignore-menu-filter.
16753 (vc-status-tool-bar-map): Make it defvar.
16754 (vc-status-mode): vc-status-tool-bar-map now variable.
16755 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
16756
16757 2008-03-07 Karl Fogel <kfogel@red-bean.com>
16758
16759 Give a better name to part of the bookmark interface.
16760
16761 This was originally a much larger change, but halfway through I
16762 updated and discovered that Stefan Monnier had done the rest.
16763 It looks like he anticipated the new name too, because he used
16764 `the-record' instead of `the-cell' for some internal variable names.
16765
16766 * bookmark.el (bookmark-make-record-function): Was
16767 `bookmark-make-cell-function'.
16768 (bookmark-make, bookmark-send-annotation): Update for above.
16769 (bookmark-make-record-for-text-file):
16770 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
16771
16772 * info.el: Adjust accordingly.
16773 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
16774
16775 * image-mode.el: Adjust accordingly.
16776 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
16777
16778 * doc-view.el: Adjust accordingly.
16779 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
16780
16781 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
16784 Move initialization into declaration.
16785 (bookmark-get-info-node, bookmark-set-info-node): Remove.
16786 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
16787 (bookmark-info-current-node): Remove.
16788 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
16789 Add relocation fallback. Set bookmark-current-bookmark.
16790 (bookmark-default-handler): Rename from bookmark-jump-noselect.
16791 Remove relocation fallback. Don't set bookmark-current-bookmark.
16792 (bookmark-set): Let it be used even if there's no buffer-file-name
16793 as long as there is a bookmark-make-cell-function.
16794 * info.el (Info-bookmark-jump): Remove relocation fallback.
16795 Don't set bookmark-current-bookmark.
16796
16797 2008-03-07 Glenn Morris <rgm@gnu.org>
16798
16799 * calendar/appt.el (appt-issue-message)
16800 (appt-message-warning-time, appt-audible, appt-visible)
16801 (appt-msg-window, appt-display-mode-line, appt-display-duration)
16802 (appt-display-diary): Remove autoload cookies.
16803
16804 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
16805 Remove leading `*' from defcustom doc-strings.
16806
16807 * calendar/cal-dst.el (calendar-dst): New custom group.
16808 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
16809 (calendar-time-zone, calendar-daylight-time-offset)
16810 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16811 (calendar-daylight-savings-starts-time)
16812 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
16813 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
16814 Move to start.
16815
16816 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
16817
16818 * calendar/calendar.el (calendar-version): Use emacs-version and
16819 make it obsolete. Move to end.
16820 (calendar-offset, view-diary-entries-initially)
16821 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
16822 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
16823 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16824 (all-bahai-calendar-holidays, calendar-load-hook)
16825 (initial-calendar-window-hook, today-visible-calendar-hook)
16826 (today-invisible-calendar-hook, calendar-move-hook)
16827 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
16828 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
16829 (diary-include-string, sexp-diary-entry-symbol)
16830 (abbreviated-calendar-year, american-date-diary-pattern)
16831 (european-date-diary-pattern, european-calendar-display-form)
16832 (american-calendar-display-form, print-diary-entries-hook)
16833 (list-diary-entries-hook, diary-hook, diary-display-hook)
16834 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16835 (nongregorian-diary-marking-hook, diary-list-include-blanks)
16836 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
16837 (local-holidays, other-holidays, hebrew-holidays-1)
16838 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16839 (hebrew-holidays, christian-holidays, islamic-holidays)
16840 (bahai-holidays, solar-holidays, calendar-setup)
16841 (calendar-week-start-day): Remove autoload cookies.
16842 (diary-glob-file-regexp-prefix): Doc fix.
16843 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
16844 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
16845 (calendar-week-start-day, calendar-debug-sexp): Move to start.
16846
16847 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
16848 (calendar-time-display-form, calendar-latitude)
16849 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
16850 cookies.
16851 (calendar-latitude, calendar-longitude): Move functions after
16852 variables.
16853 (diary-sabbath-candles-minutes): Move to start.
16854 (solar-setup): Use or rather than if.
16855 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
16856 Remove condition-case.
16857 (solar-atn2): Use zerop.
16858 (solar-equinoxes-solstices): Doc fix.
16859
16860 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
16861 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
16862
16863 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
16864 (calendar-longitude, calendar-latitude, calendar-location-name):
16865 Declare for compiler.
16866
16867 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * arc-mode.el (archive-ar-file-header-re): New const.
16870 (archive-ar-summarize, archive-ar-extract): New funs.
16871 (archive-find-type): Recognize ar archives.
16872
16873 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
16874 New functions.
16875
16876 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
16877
16878 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
16879
16880 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16881 Replace :enable (mark-active) with :enable mark-active.
16882
16883 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
16884
16885 * vms-patch.el (make-legal-file-name): New obsolete alias.
16886 (make-valid-file-name): Rename from `make-legal-file-name'.
16887 (make-auto-save-file-name): Use it.
16888
16889 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
16890 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
16891 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
16892
16893 * textmodes/org.el (org-export-html-style): Doc fix.
16894 (org-get-legal-level): New obsolete alias.
16895 (org-get-valid-level): Rename from `org-get-legal-level'.
16896 (org-promote, org-demote, org-archive-subtree)
16897 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
16898
16899 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
16900
16901 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
16902
16903 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
16904 (vc-status-toggle-mark): New functions.
16905 (vc-status-mode): Set tool bar map.
16906
16907 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
16908
16909 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
16910 Reported by Drew Adams <drew.adams@oracle.com>.
16911
16912 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16913
16914 * subr.el (read-quoted-char): Resolve modifiers of the character
16915 event.
16916
16917 * comint.el (comint-exec-1): Don't change the coding-system for
16918 decoding to dos-like EOL.
16919 (comint-carriage-motion): Fully rewrite.
16920
16921 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
16922
16923 * epg.el (epg-context-include-certs): Reflow docstring.
16924 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
16925 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
16926 (epg-context-set-signers, epg-context-set-sig-notations)
16927 (epg-make-import-status, epg-make-import-result)
16928 (epg-start-delete-keys): Fix typos in docstrings.
16929 (epg-start-sign-keys, epg-sign-keys):
16930 Fix typos in obsolescence declarations.
16931
16932 * iswitchb.el: Don't check for `cadr' and `last'.
16933 (iswitchb-define-mode-map, iswitchb-default-keybindings):
16934 Add obsolescence declaration and remove redundant info from docstring.
16935 (iswitchb-set-common-completion, iswitchb-set-matches)
16936 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
16937 (recentf-list, most-len, most-is-exact):
16938 Don't wrap defvars within `eval-when-compile'.
16939
16940 2008-03-05 Glenn Morris <rgm@gnu.org>
16941
16942 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16943 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
16944 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
16945 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
16946 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
16947
16948 * ediff-hook.el (ediff-window-setup-function): Don't autoload
16949 declaration for compiler.
16950 (ediff-xemacs-init-menus): Use when rather than if.
16951
16952 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
16953 if+and to just and.
16954 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
16955 (ediff-delete-overlay): Move the XEmacs test inside the definition.
16956
16957 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
16958
16959 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
16960 test inside XEmacs test.
16961 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
16962 since it was doing nothing on Emacs.
16963 (ediff-make-bullet-proof-overlay): Use when rather than if.
16964
16965 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
16966 (ediff-setup-control-frame): Remove
16967 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
16968 a (featurep 'xemacs) test.
16969
16970 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
16971
16972 * calc/calc-ext.el (calc-extended-command-history): New variable.
16973 (calc-execute-extended-command): Use `calc-extended-command-history'.
16974
16975 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
16976
16977 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
16978 (standard-mode-line-position): Add mouse-face.
16979
16980 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
16981 * progmodes/grep.el (grep-mode-map): Add :help.
16982
16983 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
16984 initialize in one step. Add :help. Use :enable to activate menu
16985 items. Show the key binding for edebug-defun.
16986 (lisp-interaction-mode-map): Add a menu.
16987
16988 * term.el (term-mode-map): Define and initialize in one step.
16989
16990 * ediff-init.el (ediff-color-display-p): Simplify.
16991 (Xor): Remove unused function.
16992 (ediff-with-syntax-table): Simplify for Emacs.
16993
16994 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
16995 menu-bar being loaded, it always is.
16996
16997 2008-03-05 Glenn Morris <rgm@gnu.org>
16998
16999 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17000 multiple definitions when compiling.
17001
17002 2008-03-04 Alan Mackenzie <acm@muc.de>
17003
17004 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17005
17006 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17007 doc-string, "c-old-LEN" -> "c-old-END".
17008
17009 2008-03-04 Jason Rumney <jasonr@gnu.org>
17010
17011 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17012 namespaces.
17013
17014 2008-03-04 Glenn Morris <rgm@gnu.org>
17015
17016 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17017
17018 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17019 than mapcar.
17020
17021 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17022
17023 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17024 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17025
17026 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17027 so that M-q can fill comments.
17028 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17029 commands implemented in elisp.
17030 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17031 (tex-format-cmd): New function.
17032 (tex-compile): Use it to let the user specify default arguments.
17033 (tex-cmd-bibtex-args): New var.
17034 (tex-cmd-doc-view): New function.
17035
17036 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17037
17038 * faces.el (face-spec-set): Fix typos in docstring.
17039
17040 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17041
17042 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17043 (standard-mode-line-position): Use it to add a menu for toggling
17044 column number and line number display.
17045
17046 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17049 Remove optimization that was working around the form-code-walker bug.
17050
17051 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17052 Walk into the body of lambdas after byte-compile-unfold-lambda.
17053
17054 2008-03-03 Glenn Morris <rgm@gnu.org>
17055
17056 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17057 value, if set, over frame value.
17058
17059 * simple.el (transient-mark-mode): Don't turn on by default.
17060
17061 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17062 accidentally removed by the 2007-12-05 merge from Gnus.
17063
17064 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17065
17066 * progmodes/compile.el (compilation-menu-map): Add menu entries
17067 for useful options.
17068
17069 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17070 Glenn Morris <rgm@gnu.org>
17071
17072 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17073 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17074 Give a `bytecomp-' prefix to local variables with common names.
17075
17076 2008-03-01 Glenn Morris <rgm@gnu.org>
17077
17078 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17079 Restore code commented out 2007-11-10.
17080
17081 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17082
17083 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17084 Delete macro.
17085 * emulation/viper-cmd.el, emulation/viper-ex.el:
17086 * emulation/viper-init.el, emulation/viper-keym.el:
17087 * emulation/viper-mous.el, emulation/viper-util.el:
17088 * emulation/viper.el:
17089 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17090 featurep test.
17091
17092 Replace obsolete frame-local variables with frame-parameters.
17093 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17094 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17095 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17096 on XEmacs.
17097 * emulation/viper-util.el (viper-frame-value): New macro.
17098 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17099 (viper-R-state-post-command-sentinel)
17100 (viper-replace-state-post-command-sentinel)
17101 (viper-change-state-to-insert, viper-change-state-to-emacs):
17102 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17103 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17104 (viper-get-saved-cursor-color-in-insert-mode)
17105 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17106 Use viper-frame-value for viper-replace-overlay-cursor-color,
17107 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17108 viper-vi-state-cursor-color values.
17109
17110 * emulation/viper-cmd.el (zmacs-region-stays):
17111 * emulation/viper-util.el (zmacs-region-stays): No need to define
17112 for compiler.
17113
17114 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17115 mapcar on Emacs.
17116
17117 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17118 on XEmacs.
17119
17120 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17121 rather than if.
17122
17123 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17124
17125 * whitespace.el: New version 9.3. As the glyph code generation was
17126 fixed, it is possible now to use character code above ?\x1FFFF in the
17127 display table. Fix `whitespace-indentation-regexp' to not include an
17128 extra ending character. Reported by Michael Welsh Duggan
17129 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17130 the original whitespace package had. Suggested by Eric Cooper
17131 <ecc@cmu.edu>. Doc fix.
17132 (whitespace-action): New option.
17133 (whitespace-display-mappings): Changed default newline visualization to
17134 display downwards arrow, as the glyph code generation was fixed.
17135 (whitespace-unload-function): Assure that all local whitespace mode is
17136 turned off.
17137 (whitespace-global-modes): Fix type customization.
17138 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17139 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17140 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17141 Fix code.
17142 (whitespace-buffer): Command removed.
17143 (whitespace-trailing-regexp, whitespace-mark-x)
17144 (whitespace-display-window, whitespace-action-when-on)
17145 (whitespace-add-local-hook, whitespace-remove-local-hook)
17146 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17147 (whitespace-action): New funs.
17148 (whitespace-report-list, whitespace-report-text)
17149 (whitespace-report-buffer-name): New consts.
17150 (whitespace-report, whitespace-report-region): New commands.
17151
17152 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17153
17154 * disp-table.el (make-glyph-code): Don't test the result of
17155 `face-id', which already signals an error for invalid faces.
17156 (glyph-face): Simplify.
17157
17158 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17159 running `desktop-not-loaded-hook' to allow modifying it.
17160 Don't show warning message if `desktop-dirname' was modified.
17161
17162 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17163
17164 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17165 we still expect more lines.
17166
17167 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17168 comment-paragraph filling if the commark doesn't match
17169 comment-start-skip.
17170
17171 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17172
17173 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17174 the `imap' variant.
17175
17176 2008-03-01 Jason Rumney <jasonr@gnu.org>
17177
17178 * files.el (make-auto-save-file-name): Encode more characters in
17179 non-file buffer names. Use url-encoding.
17180
17181 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17182
17183 * net/net-utils.el (ftp-program): Fix typo in docstring.
17184 (ifconfig-program-options, netstat-program-options)
17185 (arp-program-options, route-program-options, nslookup-program-options)
17186 (ftp-program-options, smbclient-program-options)
17187 (dns-lookup-program-options, arp, route): Doc fixes.
17188
17189 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17190 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17191 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17192 Fix typos in docstrings.
17193 (gdb-pending-triggers): Reflow docstring.
17194 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17195
17196 2008-03-01 Alan Mackenzie <acm@muc.de>
17197
17198 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17199 typing "#" at EOB.
17200
17201 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17202
17203 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17204
17205 2008-02-29 Kim F. Storm <storm@cua.dk>
17206
17207 * emulation/cua-base.el (cua-remap-control-v)
17208 (cua-remap-control-z): New defcustoms.
17209 (cua-mode): Add them to set-after property.
17210 (cua--init-keymaps): Use them.
17211 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17212
17213 * help.el (view-emacs-todo): Rename from view-todo.
17214 (describe-gnu-project): Rename from describe-project. Users changed.
17215 (view-help-file): New helper function.
17216 (describe-distribution, describe-copying, describe-gnu-project)
17217 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17218 (view-emacs-debugging, view-external-packages): New commands.
17219 (help-map): Move describe-distribution to C-h C-o (ordering).
17220 Move view-emacs-problems to C-h C-p (problems).
17221 Bind view-emacs-debugging to C-h C-d (debugging).
17222 Bind view-external-packages to C-h C-e (extras).
17223 (help-for-help-internal): Cleanup and align descriptions.
17224 Remove command names to reduce clutter.
17225
17226 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17227
17228 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17229 and quieter face (not a warning).
17230
17231 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17232
17233 * vc.el (vc-status-crt-marked): New variable.
17234 (vc-status-mode): Make it local.
17235 (vc-status-refresh): Use it to save the marked files.
17236 (vc-update-vc-status-buffer): Use it to restore the marked files.
17237
17238 * vc-svn.el (vc-svn-after-dir-status):
17239 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17240
17241 2008-02-29 Glenn Morris <rgm@gnu.org>
17242
17243 * allout.el (allout-topic-encryption-bullet)
17244 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17245 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17246 from 22.0 to 22.1.
17247
17248 * net/imap.el (imap-ping-server):
17249 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17250 Change defcustom :version from 23.0 to 23.1.
17251
17252 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17253
17254 * desktop.el (desktop-save): Save the buffer name if the
17255 uniquified base name is empty.
17256
17257 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17258
17259 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17260 correctly when user has "set print address off".
17261
17262 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17263
17264 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17265 version number of the next major Emacs release, not 23.0.
17266
17267 * longlines.el (longlines-unload-function): New function.
17268
17269 2008-02-28 Juri Linkov <juri@jurta.org>
17270
17271 * startup.el (normal-splash-screen): Add argument `concise'.
17272 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17273 to the created buffer. If `concise' is non-nil, call
17274 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17275 (display-startup-screen): Add argument `concise' to the call to
17276 `normal-splash-screen'.
17277
17278 2008-02-28 Kim F. Storm <storm@cua.dk>
17279
17280 * startup.el (startup-echo-area-message): Check for about-emacs.
17281
17282 2008-02-28 Juri Linkov <juri@jurta.org>
17283
17284 * startup.el: Always add initial message to *scratch* buffer if
17285 `initial-scratch-message' is non-nil regardless of the value of
17286 `inhibit-startup-screen'.
17287 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17288 (command-line-1): Move code that inserts `initial-scratch-message'
17289 up before the if-form that checks for `inhibit-startup-screen'.
17290 Suggested by Jonathan Rockway <jon@jrock.us>.
17291
17292 2008-02-28 Juri Linkov <juri@jurta.org>
17293
17294 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17295 Rename `custom-mode' to `Custom-mode' in docstrings.
17296 (custom-buffer-create-internal, customize-browse):
17297 Rename `custom-mode' to `Custom-mode'.
17298 (custom-mode-hook): Rename to `Custom-mode-hook'.
17299 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17300 (custom-mode): Rename to `Custom-mode'.
17301 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17302 (custom-mode): Add backward-compatible non-interactive variant of
17303 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17304 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17305
17306 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17307
17308 * emulation/viper.el (viper-emacs-state-mode-list):
17309 Rename `custom-mode' to `Custom-mode'.
17310
17311 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17312 Capitalize "Tagged Files".
17313 (minibuffer-local-map): Add menu items for next/previous
17314 history elements and isearch history forward/backward.
17315
17316 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17317 `hs-isearch-open' with t instead of `comment' in :selected
17318 for "Code and Comment blocks" menu item.
17319
17320 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17321
17322 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17323 Should be done in desktop.el instead.
17324
17325 2008-02-28 Glenn Morris <rgm@gnu.org>
17326
17327 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17328
17329 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17330
17331 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17332 (Info-menu, Info-goto-node): Remove declarations.
17333 (report-emacs-bug-info): Use info rather than Info-goto-node.
17334
17335 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17336 (idlwave-convert-xml-system-routine-info): Don't require xml.
17337 (idlwave-show-commentary, idlwave-shell-show-commentary):
17338 Don't require finder.
17339 (idlwave-info): Don't require info. Use info rather than
17340 Info-goto-node.
17341
17342 * textmodes/org.el (Info-goto-node): Remove declaration.
17343 (org-info): Use info rather than Info-goto-node.
17344
17345 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17346 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17347
17348 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17349
17350 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17351 the menu.
17352
17353 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17354 (vc-finish-logentry): Check for vc-status-mode, not only for
17355 vc-dired-mode.
17356
17357 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17358
17359 * isearch.el (isearch-printing-char): Don't check
17360 keyboard-coding-system.
17361 Call isearch-process-search-multibyte-characters only when
17362 current-input-method is non-nil.
17363
17364 2008-02-27 Kim F. Storm <storm@cua.dk>
17365
17366 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17367 (glyph-char, glyph-face): Handle cons encoding.
17368
17369 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17370
17371 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17372 empty string, return nil to allow the caller to default to the
17373 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17374
17375 * tool-bar.el (tool-bar-setup): Doc fix.
17376
17377 * mail/supercite.el (sc-describe):
17378 Fix typos in obsolescence declaration.
17379
17380 2008-02-27 Glenn Morris <rgm@gnu.org>
17381
17382 * autoinsert.el (auto-insert-alist): Change permission text to
17383 match FSF's GPLv3 form.
17384
17385 * mail/supercite.el (sc-cite-original): Doc fix.
17386 (sc-version): Make obsolete.
17387 (sc-describe): Show the SC info page. Make obsolete.
17388
17389 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17392 when using transient-mark-mode.
17393 (default-indicate-unused-lines): Remove unused var.
17394
17395 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17396
17397 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17398 and previous.
17399
17400 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17401
17402 2008-02-26 Glenn Morris <rgm@gnu.org>
17403
17404 * net/net-utils.el (top-level): Don't require comint when compiling.
17405 (nslookup-font-lock-keywords): Don't require font-lock.
17406 Use font-lock faces rather than variables.
17407 (nslookup, ftp, smbclient, network-service-connection):
17408 Don't require comint.
17409 (comint-prompt-regexp, comint-input-autoexpand)
17410 (comint-input-ring): Declare for compiler.
17411 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17412 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17413
17414 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17415 doc-string.
17416
17417 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17418
17419 * doc-view.el (doc-view-current-page): Add a `win' argument.
17420
17421 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17422
17423 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17424 Demote it to plain defvar.
17425 (doc-view-conversion-refresh-interval): Reduce interval.
17426 (doc-view-goto-page): Allow moving to pages not yet rendered.
17427 (doc-view-goto-page): Construct a file name rather than extracting it
17428 from doc-view-current-files.
17429 (doc-view-kill-proc): Ignore errors from kill-process.
17430 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17431 (doc-view-insert-image): Use appropriate text if the page hasn't been
17432 rendered yet. Adjust scrolling so the text is displayed.
17433 (doc-view-display): Detect not just that a page is available, but also
17434 that it wasn't available before, so as to avoid refreshing all pages
17435 repeatedly.
17436 (doc-view-mode): Make doc-view-cache-directory if needed.
17437
17438 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17439
17440 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17441 toggle-read-only.
17442
17443 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17444 refering to a missing required field with the OPT prefix.
17445 Make unwindform more robust.
17446
17447 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17448 it duplicates the bibtex support in progmodes/hideshow.el.
17449 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17450 entries that do not start at the beginning of a line.
17451
17452 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17455
17456 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17457
17458 * help-fns.el (describe-variable): Add phrases about
17459 initialization file with and without customization;
17460 use new button type help-info-variable.
17461
17462 * help-mode.el (help-info-variable):
17463 New button able to read Info files for help-fns.el.
17464
17465 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17466
17467 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17468 (grep-mode): Use grep-mode-tool-bar-map.
17469
17470 * progmodes/compile.el (tool-bar): Require tool-bar.
17471 (compilation-mode-tool-bar-map): New variable.
17472 (compilation-mode): Use compilation-mode-tool-bar-map.
17473
17474 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17475
17476 2008-02-25 Glenn Morris <rgm@gnu.org>
17477
17478 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17479
17480 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * diff-mode.el (diff-file-junk-re): New const.
17483 (diff-beginning-of-file-and-junk): Use it.
17484 (diff-file-kill): Make sure we were really inside a file diff.
17485
17486 * diff-mode.el: Make it more robust in the presence of empty context
17487 lines in unified hunks.
17488 (diff-valid-unified-empty-line): New var.
17489 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17490 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17491 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17492 (diff-hunk-header-re-unified): New const.
17493 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17494 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17495 (diff-sanity-check-hunk): Use it.
17496
17497 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17498 Index: line, don't search backward for the previous one.
17499
17500 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17501
17502 * international/fontset.el (setup-default-fontset): Add non-OTF
17503 lao font for lao script.
17504
17505 * language/tibetan.el: Register tibetan-composition-function in
17506 composition-function-table.
17507
17508 * language/tibet-util.el (tibetan-composition-function):
17509 Adjust for the new calling way (argument changed). Try font-shape-text
17510 if possible.
17511
17512 * language/lao.el: Register lao-composition-function in
17513 composition-function-table.
17514
17515 * language/lao-util.el (lao-composition-function): Adjust for the new
17516 calling way (argument changed). Try font-shape-text if possible.
17517
17518 2008-02-25 Jason Rumney <jasonr@gnu.org>
17519
17520 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17521
17522 2008-02-25 Juri Linkov <juri@jurta.org>
17523
17524 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17525 background, "red4" for a dark background, "red" for 16 and
17526 8 colors, "grey" for grayscale, and inverse video otherwise.
17527 Add :version tag.
17528 (isearch-message): Keep the original isearch-message intact, and
17529 add text properties to it where necessary. Add `isearch-error' to
17530 the condition that checks if isearch is unsuccessful.
17531
17532 2008-02-24 Juri Linkov <juri@jurta.org>
17533
17534 * progmodes/compile.el (compilation-handle-exit):
17535 Use compilation-error face instead of font-lock-warning-face.
17536 Display the same message in the minibuffer as is inserted
17537 at the end of the compilation buffer.
17538
17539 2008-02-24 Glenn Morris <rgm@gnu.org>
17540
17541 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17542 multiple file case.
17543
17544 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17545
17546 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17547 multiple file case. Use a single `let' rather than two.
17548
17549 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17550
17551 * progmodes/compile.el (compilation-start): Specify a face for
17552 mode-line-process.
17553 (compilation-handle-exit): Specify a face and a tooltip for
17554 mode-line-process.
17555
17556 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17557
17558 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17559 (hilit-chg-make-ov): Simplify.
17560 (hilit-chg-fixup): Use remove-overlays.
17561 (hilit-chg-set-face-on-change): Remove redundant call to
17562 `remove-text-properties'.
17563
17564 * dired.el (dired-mark-prompt): Don't count/display the t element.
17565 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17566
17567 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17568
17569 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17570 add-submenu.
17571 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17572 Remove. Move contents to the only use ...
17573 (verilog-menu): ... here.
17574 (verilog-statement-menu): Remove. Move contents to the only use ...
17575 (verilog-stmt-menu): ... here.
17576 (verilog-mark-defun): Simply call mark-defun for emacs.
17577 (occur-pos-list): Declare for byte compiler.
17578 (mode-popup-menu): Don't defvar.
17579 (verilog-add-statement-menu): Remove.
17580 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17581 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17582
17583 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17584
17585 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17586 conditional.
17587 (verilog-font-grouping-keywords-face): Make the begin..end
17588 keywords standout more than other verilog keywords.
17589 (verilog-type-font-keywords): Move the begin..end out of this list
17590 to facilitate making them to (potentially) stand out more.
17591 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17592 function & task blocks.
17593 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17594 initial, function & task blocks.
17595 (verilog-forward-sexp): Handle the new "disable fork" statement of
17596 IEEE-1800 Verilog.
17597 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17598 statement of IEEE-1800 Verilog.
17599 (verilog-calc-1): Handle the new "disable fork" statement of
17600 IEEE-1800 Verilog.
17601 (verilog-disable-fork-re): Add const to help handle the new
17602 "disable fork" statement of IEEE-1800 Verilog.
17603 (verilog-declaration-core-re): Add port directions by themselves,
17604 with no qualification, as base item of a declaration.
17605 (verilog-pretty-declarations): Add new flag to ask it to refrain
17606 from printing to the message buffer.
17607 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17608 printing to the message buffer. Improve handling of the many
17609 types of expression line up.
17610 (verilog-just-one-space): Remove printing of an empty message.
17611 (verilog-get-lineup-indent): Rework to support the better handling
17612 of expression lineup for verilog-pretty-expr.
17613 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17614
17615 2008-02-24 Alan Mackenzie <acm@muc.de>
17616
17617 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17618 yesterday's commit.
17619
17620 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17621
17622 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17623 to mouse-set-point in buffers that aren't associated with files.
17624
17625 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17626
17627 2008-02-24 Alan Mackenzie <acm@muc.de>
17628
17629 Set of changes so that "obtrusive" syntactic elements in a
17630 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17631 unmatched paren) don't interact syntactically with stuff outside
17632 the CPP line.
17633
17634 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17635 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17636 off-by-one bug.
17637 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17638 a bit of refactoring.
17639 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17640 functionality of c-awk-advise-fl-for-awk-region, which has been
17641 refactored away.
17642
17643 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17644 (c-clear-char-property-with-value): New function and macro which
17645 remove text-properties `equal' to a supplied value.
17646
17647 * progmodes/cc-engine.el: Comment about text properties amended.
17648
17649 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17650 parens around "error\\|warning".
17651
17652 * progmodes/cc-langs.el (c-get-state-before-change-function)
17653 (c-before-font-lock-function, c-anchored-cpp-prefix):
17654 New language variables.
17655 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17656
17657 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17658 syntax-table text properties.
17659 (c-common-init): Call language specific before/after-change
17660 functions at mode initialisation.
17661 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17662 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17663 (c-neutralize-syntax-in-CPP): New functions.
17664 (c-before-change, c-after-change): Call the new language specific
17665 change functions defined in cc-langs.el.
17666 (c-advise-fl-for-region): New macro.
17667 (awk-mode): Remove AWK specific stuff which has been refactored
17668 into language independent stuff.
17669
17670 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17671
17672 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17673 (gdb): (Re)set gdb-flush-pending-output to nil here...
17674 (gdb-init-1): ...instead of here (before gdb-prompt).
17675
17676 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
17679 Recognize ''' just like any other char-constant.
17680
17681 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
17684 careful enough. Detect the uid-change all within the main loop.
17685
17686 2008-02-24 Stefan Monnier <monnier@pastel.home>
17687
17688 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
17689
17690 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * hilit-chg.el (highlight-save-buffer-state): New macro.
17693 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
17694 (hilit-chg-clear): Use it to preserve the modified-p flag.
17695 (highlight-changes-rotate-faces): Don't mess with the undo-list.
17696
17697 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17698
17699 * font-lock.el (font-lock-set-defaults): Unset previously set variables
17700 when needed.
17701
17702 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
17703
17704 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
17705 from gnus-button-url-regexp.
17706
17707 2008-02-24 Eli Zaretskii <eliz@gnu.org>
17708
17709 * progmodes/compile.el (compilation-next-error): Doc fix.
17710 (compilation-find-file): Doc fix.
17711
17712 2008-02-24 Glenn Morris <rgm@gnu.org>
17713
17714 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
17715 Add obsolete aliases to the old names.
17716
17717 2008-02-24 Richard Stallman <rms@gnu.org>
17718
17719 * net/net-utils.el (ifconfig): Rename from ipconfig.
17720 (ipconfig): Alias to ifconfig.
17721 (ifconfig-program): Rename from ipconfig-program.
17722 (ifconfig-program-options): Rename from ipconfig-program-options.
17723
17724 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17725
17726 * progmodes/verilog-mode.el (verilog-declaration-core-re):
17727 Add port directions by themselves, with no qualification, as base
17728 item of a declaration.
17729 (verilog-pretty-declarations): Add new flag that inhibits printing
17730 to the message buffer.
17731 (verilog-pretty-expr): Add new flag that inhibits printing to the
17732 message buffer. Improve handling of the many types of expression
17733 line up.
17734 (verilog-just-one-space): Don't print an empty message.
17735 (verilog-get-lineup-indent): Rework to support the better handling
17736 of expression lineup for verilog-pretty-expr.
17737 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17738 (verilog-mode-version, verilog-mode-release-date): Update.
17739
17740 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * subr.el (cancel-change-group): Don't move point.
17743
17744 2008-02-23 Markus Triska <markus.triska@gmx.at>
17745
17746 * linum.el (linum-after-config): Update all visible windows.
17747
17748 2008-02-23 Glenn Morris <rgm@gnu.org>
17749
17750 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
17751 Add :help for Solitaire and Tetris.
17752
17753 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
17754
17755 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
17756 (smtpmail-code-conv-from): Doc fix. Fix custom type.
17757 (smtpmail-queue-index-file): Make it a defcustom.
17758 (smtpmail-queue-index): Delete.
17759 (smtpmail-send-it, smtpmail-send-queued-mail):
17760 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
17761 smtpmail-queue-index.
17762
17763 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17764 Add :version.
17765
17766 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
17767
17768 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
17769 New variables.
17770 (iwconfig): New function.
17771
17772 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
17773
17774 * vc.el (vc-find-revision): Make vc-parent-buffer local before
17775 setting it.
17776 (vc-status-menu-map): Do not define using easy-menu.
17777 (vc-status-menu-map): New defalias.
17778 (vc-status-mode-map): Hook up the menu.
17779 (top-level): Update TODO.
17780
17781 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
17782
17783 * vc-bzr.el (vc-bzr-init-version): Rename to ...
17784 (vc-bzr-init-revision): ... this.
17785
17786 2008-02-23 Jason Rumney <jasonr@gnu.org>
17787
17788 * makefile.w32-in (WINS_ALMOST): Remove term.
17789 (WINS): Add term here.
17790 (custom-deps, finder-data): Use WINS_ALMOST.
17791
17792 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
17793
17794 * faces.el (font-weight-table): Fix value of `semi-light'.
17795
17796 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
17799 Make those tables bijective.
17800
17801 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
17802
17803 Finish pdbtrack integration cleanup, settling missing-functions
17804 byte compiler warnings appropriately.
17805
17806 * progmodes/python.el (python-point): Remove this - beginning-of-line
17807 was all that was necessary for `python-pdbtrack-overlay-arrow'.
17808 (python-end-of-def-or-class, python-beginning-of-def-or-class)
17809 (python-goto-initial-line): Drop these - they were only needed for
17810 python-point.
17811 (python-comint-output-filter-function): Use condition-case and
17812 beginning-of-line directly, instead of python-mode.el functions
17813 which require all sorts of baggage.
17814 (point-safe): Unnecessary - we're using condition-case directly,
17815 instead.
17816 (python-execute-file): Include for python-shell, which I'm leaving
17817 in keeping despite it being unnecessary for pdb tracking.
17818
17819 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
17820
17821 * progmodes/scheme.el (scheme-font-lock-keywords-2):
17822 Add SRFI 11 support.
17823 (let-values, let*-values): Specify scheme-indent-function.
17824
17825 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
17826
17827 * vc.el (vc-exec-after): Move setting mode-line-process in the
17828 busy case ...
17829 (vc-set-mode-line-busy-indicator): ... in this new function.
17830 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
17831 (vc-update-vc-status-buffer): Reset mode-line-process.
17832 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
17833 mark/unmark all the files with the same state as the current one.
17834 With a prefix argument mark/unmark all files.
17835 (vc-status-mode-menu): Adjust strings.
17836 (vc-update-vc-status-buffer): Only do something when the argument
17837 is not nil.
17838 (vc-status-kill-dir-status-process): New function.
17839 (vc-status-mode-map): Bind it.
17840 (vc-status-process-buffer): New variable.
17841 (vc-status-mode): Make it local.
17842 (vc-status-refresh): Set it.
17843
17844 * vc-hg.el (vc-hg-dir-status):
17845 * vc-git.el (vc-git-dir-status):
17846 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
17847 command is run.
17848
17849 2008-02-22 Glenn Morris <rgm@gnu.org>
17850
17851 * json.el (top-level): No need to require thingatpt.
17852 (json-read-keyword): Use thing-at-point rather than word-at-point.
17853
17854 * time.el (top-level): No need to require time-date when compiling.
17855
17856 * emacs-lisp/copyright.el (copyright-update-year):
17857 Fix subexpression numbering for the case when years are split over
17858 lines, and for the replace case.
17859
17860 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
17861 (tpu-caar, tpu-cadr): Delete functions.
17862 (zmacs-regions): No need to declare for compiler.
17863 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
17864 (tpu-spell-check): Rewrite, and handle mark after point.
17865 (tpu-special-insert): Use or rather than if.
17866
17867 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
17868 rather than spell-region.
17869
17870 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
17871 warnings about spell-region.
17872
17873 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17874
17875 * ldefs-boot.el: Regenerated.
17876
17877 * loadup.el: Don't load language/devanagari, language/kannada,
17878 language/malayalam, and language/tamil. Load language/sinhala.
17879
17880 * language/indian.el (indian-font-foundry)
17881 (indian-script-language-alist, indian-font-char-index-table)
17882 (indian-font-char, indian-font-char-range, indian-script-table)
17883 (indian-default-script, indian-composable-pattern): Delete them.
17884 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
17885 language environments moved to here.
17886 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
17887 New language environments.
17888
17889 * language/devanagari.el, language/devan-util.el,
17890 * language/kannada.el, language/knd-util.el, language/malayalam.el,
17891 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
17892 Delete them.
17893
17894 * language/sinhala.el: New file.
17895
17896 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
17897
17898 Update Nick Robert's port of pdb tracking from python-mode.el.
17899
17900 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
17901 Clarify docstring.
17902 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
17903 tracking is happening.
17904 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
17905 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
17906 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
17907 Tracking is plugged in to all comint buffers once python.el is loaded.
17908 (python-pdbtrack-overlay-arrow): Toggle activation of
17909 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
17910 (python-pdbtrack-track-stack-file): Use new
17911 `python-pdbtrack-get-source-buffer' for more flexible access to
17912 debugging source files.
17913 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
17914 according to pdb stack trace, optionally using new
17915 `python-pdbtrack-grub-for-buffer' if file is not locally available.
17916 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
17917 named buffer, or having function with indicated name.
17918 (python-shell): Remove comint-output-filter-functions hook
17919 addition, it's being done elsewhere. Wrap long line.
17920
17921 2008-02-21 Michael Olson <mwolson@gnu.org>
17922
17923 * json.el: Replace XEmacs compatibility code to get rid of
17924 compiler warnings.
17925
17926 * time.el: Fix compiler warning.
17927
17928 2008-02-21 Edward O'Connor <ted@oconnor.cx>
17929
17930 * json.el: New file (JavaScript Object Notation parser / generator).
17931
17932 2008-02-21 Dave Love <fx@gnu.org>
17933
17934 * progmodes/sym-comp.el: New file.
17935
17936 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
17937 Require sym-comp. Add Python buffer to same-window-buffer-names.
17938 Fixup whitespaces.
17939 (python-font-lock-keywords): Add highlighting for Python builtins.
17940 (python-font-lock-syntactic-keywords): Rewrite.
17941 (python-quote-syntax): Use syntax-ppss-context instead of parsing
17942 ppss directly.
17943 (python-mode-map): Add binding for python-find-function.
17944 (python-calculate-indentation): Clean up the logic.
17945 (python-beginning-of-defun): Explicitly set return value.
17946 (python-beginning-of-statement): Stop looping if we get stuck
17947 going backwards.
17948 (python-next-statement): Stop looping if we somehow end up inside
17949 a string while advancing.
17950 (python-preoutput-continuation, python-version-checked): New vars.
17951 (python-check-version): New function.
17952 (run-python): Set default command to python-command instead of
17953 python-python-command.
17954 (run-python): Use python-check-version. Give PYTHONPATH
17955 precedence over data-directory in the process environment.
17956 Load function definitions in python process after.
17957 (python-check-comint-prompt): New function.
17958 (python-send-command, python-send-receive): Use it.
17959 (python-complete-symbol, python-try-complete): Functions deleted.
17960 Use symbol-complete instead of python-complete-symbol throughout.
17961 (python-fill-paragraph): Further refine the fenced-string regexp.
17962 (def-python-skeleton): Expand to the original abbrev instead if in
17963 a comment or string. Tweak skeletons for `if', `while', `for',
17964 `try/except', `try/finally', `name'.
17965 (python-pea-hook, python-abbrev-pc-hook): New functions.
17966 (python-abbrev-syntax-table): New var.
17967 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
17968 Use symbol-completion-try-complete for hippie expansion.
17969 Turn on font lock unconditionally.
17970 (python-mode-hook): Defcustom it. No need to use make-local
17971 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
17972 option, since it's buffer-local.
17973
17974 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
17975
17976 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
17977
17978 2008-02-21 Drew Adams <drew.adams@oracle.com>
17979
17980 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
17981 "Turn off" and a "Help" entry when the minor mode has no menu.
17982
17983 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
17984
17985 * vc.el (vc-status-mark, vc-status-unmark): New functions.
17986 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
17987 vc-status-mark-file and vc-status-unmark-file.
17988 (vc-status-mark-unmark): New function.
17989 (vc-status-previous-line, vc-status-next-line): No longer interactive.
17990
17991 2008-02-21 Glenn Morris <rgm@gnu.org>
17992
17993 * composite.el (encode-composition-rule): Fix typo in error message.
17994 (composition-function-table, auto-composition-mode): Doc fixes.
17995
17996 * subr.el (sit-for): Fix obsolete form for nil second argument.
17997
17998 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
17999 (spell-string): Make obsolete, in favor of ispell.
18000
18001 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18002
18003 * language/devanagari.el: Don't setup composition-function-table
18004 here.
18005 ("Devanagari"): Change charset, coding-system, coding-priority to
18006 Unicode-based ones. Don't require the feature devan-util.
18007
18008 * composite.el (compose-chars-after): Fix arguments for a function
18009 in composition-function-table.
18010 (auto-compose-region): Likewise.
18011
18012 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18013 for Ethiopic.
18014 (ps-mule-plot-string): Ignore glyph-string based compositions.
18015
18016 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * doc-view.el: Allow different windows to show different pages.
18019 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18020 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18021 add them back as macros instead, using image-mode-winprops instead.
18022 Update all users of those variables.
18023 (doc-view-new-window-function): New function to create a new overlay
18024 for each new window.
18025 (doc-view-mode): Use it and image-mode-setup-winprops.
18026 (doc-view-clone-buffer-hook): Rewrite accordingly.
18027
18028 * image-mode.el: Extend [hv]scroll support to per-window properties.
18029 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18030 (image-mode-winprops-alist): New var to replace them.
18031 (image-mode-new-window-functions): New hook.
18032 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18033 New funs.
18034 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18035 Remove the `window' argument, update callers.
18036 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18037 Use the new functions.
18038 (image-mode-reapply-winprops): New fun.
18039 (image-mode): Use it.
18040
18041 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18042
18043 * calc/calc-math.el (math-sin-raw): Add optional argument
18044 to keep track of original argument.
18045 (math-cos-raw): Use optional argument when calling math-sin-raw.
18046 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18047 with close to original precision.
18048
18049 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18050
18051 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18052 args in calls of sit-for.
18053
18054 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18055
18056 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18057 (vc-svn-checkin): Fix typo in error message.
18058
18059 * help-mode.el: Require easymenu when compiling.
18060
18061 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18062
18063 * help-mode.el (help-mode-menu): New menu.
18064
18065 2008-02-20 Glenn Morris <rgm@gnu.org>
18066
18067 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18068 on Windows.
18069
18070 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18071
18072 * ps-mule.el (ps-mule-encode-region): Return a single string.
18073 (ps-mule-plot-string): Adjust for the above change.
18074 (ps-mule-encode-header-string): Likewise.
18075
18076 * international/latin1-disp.el (latin1-display): Don't use
18077 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18078 standard-display-table.
18079 (latin1-display-identities): Adjust for the change of what is
18080 returned by (get-language-info charset 'charset).
18081
18082 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18083 characters and terminal case.
18084
18085 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18086
18087 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18088
18089 * progmodes/python.el: Also require comint when loading.
18090 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18091 Replace python-shell with run-python on menu bar.
18092 (python-shell-map): New map.
18093 (python-default-interpreter, python-python-command-args)
18094 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18095 New options.
18096 (python-which-shell, python-which-args, python-which-bufname):
18097 New buffer local variables.
18098 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18099
18100 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18101 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18102 New constants.
18103
18104 Pdbtrack features:
18105
18106 (python-point, python-end-of-def-or-class)
18107 (python-beginning-of-def-or-class, python-goto-initial-line)
18108 (python-comint-output-filter-function)
18109 (python-pdbtrack-overlay-arrow)
18110 (python-pdbtrack-track-stack-file, python-toggle-shells)
18111 (python-shell, python-pdbtrack-toggle-stack-tracking)
18112 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18113 New functions.
18114
18115 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18116
18117 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18118 when the argument is nil.
18119
18120 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18121
18122 * vc.el (dir-status): Add a brief description.
18123
18124 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18125
18126 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18127 If non-nil, reverse the sense of the check.
18128
18129 * vc-rcs.el (vc-rcs-root): New func.
18130 * vc-cvs.el (vc-cvs-root): New func.
18131 * vc-svn.el (vc-svn-root): New func.
18132 * vc-sccs.el (vc-sccs-root): New func.
18133
18134 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18135
18136 * language/japan-util.el (setup-japanese-environment-internal):
18137 Call use-cjk-char-width-table.
18138
18139 * language/japanese.el ("Japanese"): Set exit-function to
18140 use-default-char-width-table.
18141
18142 * international/characters.el: Delete occurrences of non-Unicode
18143 tibetan and ethiopic characters.
18144 (cjk-char-width-table): New variable.
18145 (use-cjk-char-width-table, use-default-char-width-table):
18146 New functions.
18147
18148 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18149
18150 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18151 (vc-status-mode-menu): Add a :filter.
18152 (vc-status-printer): Add faces.
18153
18154 * vc-hg.el (vc-hg-extra-status-menu): New function.
18155 (vc-hg-dir-status): Clean up the buffer before using it.
18156
18157 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18160 (gdb): Initialize it here instead.
18161
18162 * files.el (locate-dominating-file): Fix thinko in last change.
18163 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18164
18165 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18166
18167 * vc.el (vc-status-mode-menu): New menu for vc-status.
18168
18169 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18170
18171 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18172 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18173 (verilog-mode-auto, verilog-indent-level-module)
18174 (verilog-minimum-comment-distance, verilog-library-flags)
18175 (verilog-library-directories, verilog-library-files)
18176 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18177 (verilog-xemacs-menu, verilog-set-compile-command)
18178 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18179 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18180 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18181 (verilog-batch-inject-auto, verilog-batch-indent)
18182 (verilog-continued-line, verilog-type-keywords)
18183 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18184 (verilog-read-inst-pins, verilog-read-arg-pins)
18185 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18186 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18187 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18188 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18189 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18190 (verilog-mode-version, verilog-mode-release-date)
18191 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18192 (verilog-simulator, verilog-compiler)
18193 (verilog-auto-sense-defines-constant, verilog-company)
18194 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18195 Fix typos in docstrings.
18196 (verilog-set-auto-endcomments, verilog-calculate-indent)
18197 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18198 Reflow docstrings.
18199 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18200 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18201 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18202 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18203 (verilog-leap-to-head, verilog-current-indent-level)
18204 (verilog-case-indent-level, verilog-cpp-keywords)
18205 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18206 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18207 (verilog-signals-not-in, verilog-symbol-detick-text)
18208 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18209 (verilog-forward-close-paren, verilog-backward-open-paren)
18210 (verilog-backward-open-bracket): Doc fixes.
18211
18212 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18213 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18214 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18215 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18216 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18217 Fix typos in docstrings.
18218
18219 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18220
18221 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18222
18223 * info.el (Info-read-node-name): Removed unused `default' arg.
18224
18225 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18226
18227 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18228
18229 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * image-mode.el (image-get-display-property): New fun.
18232 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18233 (image-mode, image-minor-mode, image-toggle-display-text)
18234 (image-toggle-display): Use it.
18235
18236 2008-02-18 Jason Rumney <jasonr@gnu.org>
18237
18238 * international/mule.el (xml-find-file-coding-system): Don't warn
18239 about utf-16 with BOM.
18240
18241 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18242
18243 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18244 warn if file encoding is not utf-8 and encoding not specified.
18245 (xml-find-file-coding-system): New function.
18246 * international/mule-conf.el (file-coding-system-alist): Use it.
18247
18248 2008-02-17 Glenn Morris <rgm@gnu.org>
18249
18250 * international/mule-cmds.el (set-locale-environment):
18251 Pass `frame' to getenv for LC_MESSAGES.
18252
18253 2008-02-17 Juri Linkov <juri@jurta.org>
18254
18255 * time.el (emacs-init-time): Use format instead of format-seconds.
18256
18257 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18258
18259 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18260 bibtex-find-entry. Add autoload cookie.
18261 (bibtex-find-entry): Alias for bibtex-search-entry.
18262 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18263 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18264 (bibtex-clean-entry): atomic-change-group removed.
18265 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18266 to locate buffer location where error occurred.
18267 Make error messages more specific.
18268 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18269
18270 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18271
18272 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18273 top level.
18274
18275 * simple.el (transient-mark-mode): Add an :init-value.
18276
18277 * startup.el (command-line): Use custom-reevaluate-setting for
18278 transient-mark-mode.
18279
18280 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18281
18282 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18283
18284 2008-02-16 Juri Linkov <juri@jurta.org>
18285
18286 * startup.el (after-init-time): New variable.
18287 (command-line): Set `after-init-time' to the current time.
18288
18289 * time.el (emacs-init-time): New function.
18290
18291 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18292
18293 * files.el (locate-dominating-file): Remove initial loop because it's
18294 not careful enough. Detect the uid-change all within the main loop.
18295
18296 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18297
18298 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18299
18300 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18301
18302 * vc.el (vc-annotate): Add new argument.
18303 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18304
18305 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18306 Move make-variable-buffer-local code after the corresponding defvar.
18307 (hs-minor-mode-map): Define and initialize in one step.
18308 (hs-minor-mode): Change from defun to define-minor-mode.
18309
18310 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18311
18312 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18313 (gdb-ready): Move declaration...
18314
18315 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18316 (gdb-early-user-input): New variable.
18317 (gdb): Reset gdb-flush-pending-output to nil and set
18318 comint-input-sender here (before gdb-prompt), instead of...
18319 (gdb-init-1): ...here.
18320 (gdb-send): If Emacs is not ready, defer user input to...
18321 (gdb-prompt): ...here.
18322
18323 2008-02-16 Glenn Morris <rgm@gnu.org>
18324
18325 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18326
18327 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18328 (before-init-time): New name for `emacs-startup-time'.
18329 (command-line): Use before-init-time rather than emacs-startup-time.
18330 * time.el (emacs-uptime): Use before-init-time rather than
18331 emacs-startup-time.
18332
18333 * composite.el (composition-function-table): Doc fix.
18334
18335 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18336 in favor of `%z' specifier.
18337 (emacs-uptime): Move to time.el.
18338 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18339 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18340 argument of format-seconds.
18341
18342 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18343
18344 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18345
18346 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18347
18348 * ielm.el (ielm-is-whitespace): Remove.
18349 (ielm-is-whitespace-or-comment): New function.
18350 (ielm-eval-input): Use it.
18351
18352 2008-02-15 Jason Rumney <jasonr@gnu.org>
18353
18354 * term/mac-win.el: Fix coding tag.
18355
18356 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18357
18358 * vc-hooks.el (vc-menu-map):
18359 * bindings.el (mode-line-mode-menu): Add tooltips.
18360
18361 * bindings.el (help-echo): Add more tooltips. Use a less
18362 telegraphic style for existing tooltips.
18363
18364 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18365
18366 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18367 from the auto-generated one.
18368
18369 2008-02-14 Glenn Morris <rgm@gnu.org>
18370
18371 * mail/rmail-spam-filter.el (rmail-spam-filter):
18372 Let-bind message-spam-status.
18373
18374 * mail/smtpmail.el (password-cache-add): Declare as function.
18375
18376 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18377
18378 * mail/smtpmail.el: Use password-cache.
18379
18380 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18381
18382 * uniquify.el (uniquify-buffer-base-name): New function.
18383 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18384
18385 * desktop.el (uniquify-managed): Don't defvar.
18386 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18387 `uniquify-managed'. Return also the buffer's base name.
18388 (desktop-save): When saving the buffer info, filter out the base name,
18389 and save it as buffer name if the buffer is managed by uniquify.
18390 (uniquify-item-base): Don't declare; not called anymore.
18391
18392 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18393
18394 * vc.el (vc-annotate-find-revision-at-line): New function.
18395 (vc-annotate-mode-map): Bind it.
18396 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18397 some entries.
18398
18399 2008-02-14 Glenn Morris <rgm@gnu.org>
18400
18401 * calendar/time-date.el (format-seconds): New function.
18402 (emacs-uptime): Use format-seconds.
18403
18404 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18405 Remove `LC_ALL=C', since it's included in $(emacs) now.
18406
18407 2008-02-14 Zhang Wei <id.brep@gmail.com>
18408
18409 * textmodes/org-publish.el (org-publish-timestamp-filename):
18410 Replace colon characters in filename too.
18411
18412 2008-02-13 Bastien Guerry <bzg@altern.org>
18413
18414 * mail/rmail.el (rmail-header-name): New face.
18415 (rmail-font-lock-keywords): Use rmail-header-name.
18416
18417 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18418 against X-Spam-Status header field.
18419 (rmail-spam-filter): Also check X-Spam-Status header field.
18420
18421 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18422
18423 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18424 Add support for .pm files and .php files.
18425 (flymake-err-line-patterns): Add pattern for PHP errors.
18426 (flymake-php-init): New function. PHP support for flymake.
18427
18428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18429 Add regular expression for PHP errors.
18430
18431 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18432
18433 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18434 This DTRT even on w32 machines.
18435 (ange-ftp-cf1): Quote FILENAME.
18436
18437 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18438
18439 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18440 (smerge-auto-combine): New fun.
18441
18442 2008-02-12 Juri Linkov <juri@jurta.org>
18443
18444 * startup.el (fancy-startup-screen, normal-splash-screen):
18445 Set default-directory to command-line-default-directory.
18446
18447 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18448 after reading the desktop.
18449
18450 * progmodes/compile.el (compilation-auto-jump):
18451 Call compile-goto-error only when compilation-auto-jump-to-first-error
18452 is non-nil.
18453 (compilation-scroll-output): Replace :type 'boolean with a choice
18454 that has three options including a third option `first-error'.
18455 Doc fix.
18456 (compilation-start, compilation-forget-errors): Add an alternate
18457 condition comparing compilation-scroll-output with `first-error'
18458 in addition to compilation-auto-jump-to-first-error (to call
18459 compilation-auto-jump in the proper place).
18460
18461 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * international/mule.el (sgml-html-meta-auto-coding-function):
18464 Make sure the search limit is ahead.
18465
18466 * tar-mode.el: Fix broken indentation.
18467 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18468 Use with-current-buffer.
18469
18470 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18471
18472 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18473 it is already automatically buffer-local.
18474
18475 2008-02-12 Drew Adams <drew.adams@oracle.com>
18476
18477 * help.el (describe-key): Join some split lines to facilitate filling.
18478 * help-fns.el (describe-function-1): Fill text of overlong lines.
18479
18480 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18481
18482 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18483 Use unibyte-string instead of string-make-unibyte.
18484
18485 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18486
18487 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18490 works also for buffers w/o buffer-file-name. Update callers.
18491 (doc-view-clone-buffer-hook): New fun.
18492 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18493 the `doc-view' property so they can be recognized.
18494
18495 * simple.el (clone-indirect-buffer-hook): New hook.
18496 (clone-indirect-buffer): Run it.
18497
18498 2008-02-11 Michael Olson <mwolson@gnu.org>
18499
18500 * epa-setup.el:
18501 * epg-package-info.el: Files removed.
18502
18503 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18504
18505 * epa.el (epa-menu-mode): Merge into epa-mode.
18506 (epa-menu-items): Rename the label "EasyPG Assistant" to
18507 "Encryption/Decryption".
18508
18509 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18510 (epa-dired-mode-map): Rename from epa-dired-map.
18511 (epa-global-dired-mode): Rename the global minor mode.
18512
18513 2008-02-11 Drew Adams <drew.adams@oracle.com>
18514
18515 * isearch.el (isearch-fail): New face.
18516 (isearch-message): Highlight failure part of input.
18517
18518 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * ibuffer.el (ibuffer-header-line-format): New var.
18521 (ibuffer-mode): Set it instead of header-line-format.
18522 (ibuffer-update): Use it to set header-line-format.
18523
18524 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18525 properties like self-insert-command.
18526
18527 2008-02-11 Drew Adams <drew.adams@oracle.com>
18528
18529 * progmodes/etags.el: Add many doc strings.
18530
18531 2008-02-11 Jason Rumney <jasonr@gnu.org>
18532
18533 * ldefs-boot.el: Regenerated.
18534
18535 2008-02-11 Glenn Morris <rgm@gnu.org>
18536
18537 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18538 Shorten some names.
18539
18540 * ffap.el (ffap-rfc-directories): Add :version.
18541
18542 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18543
18544 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18545 files, and backup files of same.
18546
18547 2008-02-11 Kevin Ryde <user42@zip.com.au>
18548
18549 * ffap.el (ffap-rfc-directories): New variable.
18550 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18551
18552 * info.el (Info-next-reference, Info-prev-reference)
18553 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18554
18555 * simple.el (completion-list-mode): Show full completion-list-mode-map
18556 in the docstring.
18557
18558 2008-02-11 Sam Steingold <sds@gnu.org>
18559
18560 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18561
18562 2008-02-11 Glenn Morris <rgm@gnu.org>
18563
18564 * startup.el (emacs-startup-time): New variable.
18565 (command-line): Set emacs-startup-time.
18566
18567 * calendar/time-date.el (emacs-uptime): New function.
18568
18569 2008-02-10 Bastien Guerry <bzg@altern.org>
18570
18571 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18572 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18573 it is nil.
18574
18575 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18576
18577 * epg-config.el: Expand the contents of epg-package-info.el.
18578 (epg-package-name): New constant.
18579 (epg-version-number): New constant.
18580 (epg-bug-report-address): New constant.
18581
18582 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18583 (epa-global-mail-mode): New global minor mode.
18584
18585 * epa-file.el (epa-file-mode): New global minor mode.
18586
18587 * epa-dired.el (epa-dired-mode): New global minor mode.
18588
18589 * epa.el (epa-menu): New variable.
18590 (epa-menu-items): New variable.
18591 (epa-menu-mode): New global minor mode.
18592 (epa-global-minor-modes): New user option.
18593 (epa-mode): New global minor mode.
18594
18595 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18596
18597 * net/dbus.el: Remove `no-byte-compile' cookie.
18598 (dbus-call-method, dbus-register-signal, dbus-debug)
18599 (dbus-registered-functions-table): Declare them with
18600 `declare-function' or `defvar', respectively.
18601 (top): Don't assert any longer. Require 'cl when compiling.
18602 Apply `ignore-errors' but `dbus-ignore-errors'.
18603
18604 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18605
18606 * diff-mode.el (diff-add-change-log-entries-other-window):
18607 Use add-change-log-entry.
18608
18609 2008-02-09 Jason Rumney <jasonr@gnu.org>
18610
18611 * button.el (button-map):
18612 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18613 * ldefs-boot.el: Regenerate.
18614
18615 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18616
18617 * epa.el (epa-faces, epa):
18618 * epa-file.el (epa-file):
18619 * epg-config.el (epg): Add :version.
18620
18621 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18622
18623 * vc.el (vc-exec-after): Append CODE to previous fragments.
18624 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18625 take MESSAGES instead of VERBOSE; use it when non-nil.
18626 (vc-diff-internal): Compute messages once; use them;
18627 update call to vc-diff-finish.
18628
18629 2008-02-09 Michael Olson <mwolson@gnu.org>
18630
18631 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18632 buffer has been killed, such as by
18633 `tramp-cleanup-all-connections'.
18634
18635 2008-02-09 Miles Bader <miles@gnu.org>
18636
18637 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18638
18639 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18642 splitter in context hunks.
18643
18644 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18645
18646 * international/fontset.el (setup-default-fontset): Fix arabic otf
18647 font specification.
18648
18649 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18650
18651 * epa-dired.el:
18652 * epa-file.el:
18653 * epa-mail.el:
18654 * epa-setup.el:
18655 * epa.el:
18656 * epg-config.el:
18657 * epg-package-info.el:
18658 * epg.el: Initial check-in of EasyPG.
18659
18660 2008-02-08 Glenn Morris <rgm@gnu.org>
18661
18662 * woman.el (woman-locale): New defcustom.
18663 (woman-expand-locale, woman-manpath-add-locales): New functions.
18664 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18665
18666 * international/mule-cmds.el (locale-translate): New function,
18667 with old code extracted from set-locale-environment.
18668 (set-locale-environment): Use locale-translate. Set woman-locale.
18669
18670 * cus-start.el (selection-coding-system): Remove, since it's now
18671 defined in select.el rather than in xselect.c.
18672 * select.el (selection-coding-system): Make it a defcustom, and
18673 add the properties from cus-start.el. Bump :version.
18674
18675 * custom.el (custom-theme-set-variables): Sort symbols that are
18676 dependencies before symbols that depend on them.
18677 (custom-enabled-themes): Set after custom-theme-directory.
18678
18679 * pcmpl-unix.el (top-level): Move provide statement to end.
18680 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
18681 `*' from doc-string. Allow to be nil.
18682 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
18683 Allow to be nil. Add :version.
18684 (pcmpl-ssh-hosts): Move definition before use. Handle lines
18685 without hostnames, and multiple hostnames per line.
18686
18687 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
18688
18689 2008-02-08 Phil Hagelberg <phil@evri.com>
18690
18691 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
18692 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
18693
18694 2008-02-07 Timo Savola <timo.savola@iki.fi>
18695
18696 * startup.el (command-line-x-option-alist): Add --parent-id.
18697
18698 * term/x-win.el (x-handle-parent-id): New function.
18699
18700 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
18701
18702 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
18703 "Font Menu".
18704
18705 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
18706
18707 * net/dbus.el (dbus-interface-peer): New defconst.
18708 (dbus-ping): New defun.
18709
18710 2008-02-06 Sam Steingold <sds@gnu.org>
18711
18712 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
18713
18714 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
18717 Just return nil and let the C code provide a fallback.
18718
18719 2008-02-05 Glenn Morris <rgm@gnu.org>
18720
18721 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
18722 tramp-flush-connection-property for removed 2nd argument.
18723
18724 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * diff-mode.el (diff-add-change-log-entries-other-window):
18727 Rename from diff-create-changelog. Change users.
18728 Minor change to hopefully work with plain diffs.
18729 (diff-mode-map): Add binding for it.
18730
18731 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
18732
18733 * diff-mode.el: Add new TODO entry.
18734 (diff-create-changelog): New function.
18735 (diff-mode-menu): Bind it.
18736
18737 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
18738
18739 * international/mule-diag.el (print-fontset-element): Handle the
18740 case of inhibiting the fallback fonts.
18741
18742 2008-02-04 Kim F. Storm <storm@cua.dk>
18743
18744 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18745 (ido-magic-delete-char): Use prefix arg.
18746
18747 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
18748
18749 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
18750 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
18751 of today, the most recent libpng is 1.2.24).
18752
18753 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
18754
18755 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
18756
18757 * net/dbus.el (top): Check (featurep 'dbusbind).
18758
18759 * net/tramp.el (tramp-process-sentinel): New defun.
18760 (tramp-do-copy-or-rename-file-out-of-band)
18761 (tramp-maybe-open-connection): Use it as process sentinel.
18762 (tramp-handle-delete-directory): Don't use the "-f" option; it
18763 isn't portable.
18764 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
18765 after the command.
18766 (tramp-handle-shell-command): Set `mode-line-process' in the
18767 asynchronous case.
18768
18769 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
18770
18771 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
18772 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18773 Use `tramp-process-sentinel' as process sentinel.
18774
18775 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
18776
18777 * whitespace.el (global-whitespace-mode): Revert last change.
18778 (whitespace-unload-function): Force `global-whitespace-mode'
18779 to deactivate local modes in a slightly less intrusive way.
18780
18781 2008-02-02 Eli Zaretskii <eliz@gnu.org>
18782
18783 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
18784
18785 2008-02-02 Glenn Morris <rgm@gnu.org>
18786
18787 * international/latin1-disp.el (latin1-display):
18788 * progmodes/fortran.el (fortran-comment-indent-char):
18789 * progmodes/idlw-shell.el (top-level):
18790 * term/mac-win.el (mac-keyboard-translate-char):
18791 * whitespace.el (whitespace-char-valid-p):
18792 * wid-edit.el (widget-key-sequence-read-event):
18793 Use characterp rather than char-valid-p.
18794
18795 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
18796 to capitalized-find-word-boundary. Doc fix. Update callers.
18797 (capitalized-next-word-boundary-function-table): Rename to
18798 capitalized-find-word-boundary-function-table. Doc fix. Update users.
18799
18800 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
18801 string-to-int.
18802
18803 * ps-def.el (declare-function): Add compatibility definition.
18804 (ps-plot-with-face, ps-plot-string): Declare as functions.
18805 (ps-bold-faces, ps-italic-faces): Declare variables.
18806
18807 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
18808 (ps-mule-end-job): Declare as functions.
18809
18810 * wid-edit.el (widget-string-complete): Use assoc-string rather
18811 than assoc-ignore-case.
18812
18813 See ChangeLog.13 for earlier changes.
18814
18815 ;; Local Variables:
18816 ;; coding: utf-8
18817 ;; End:
18818
18819 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
18820
18821 This file is part of GNU Emacs.
18822
18823 GNU Emacs is free software: you can redistribute it and/or modify
18824 it under the terms of the GNU General Public License as published by
18825 the Free Software Foundation, either version 3 of the License, or
18826 (at your option) any later version.
18827
18828 GNU Emacs is distributed in the hope that it will be useful,
18829 but WITHOUT ANY WARRANTY; without even the implied warranty of
18830 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18831 GNU General Public License for more details.
18832
18833 You should have received a copy of the GNU General Public License
18834 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18835
18836 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc