]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add missing bug number to last changelog entry
[gnu-emacs] / lisp / ChangeLog
1 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
4 params. (Bug #2654)
5
6 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * files.el (auto-mode-alist): Add rules for OpenOffice extension
9 packages, as well as Opkg/Ipkg packages.
10
11 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
12 (tar-summarize-buffer): Don't silently skip incomplete headers.
13 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
14 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
15 treat a tar file member as being a tar file itself, just because
16 its own filename includes the parent tar file's.
17
18 2009-03-13 Kenichi Handa <handa@m17n.org>
19
20 * international/mule-diag.el (print-fontset): Handling of the
21 argument FONTSET changed for consistency. Reorder the printed
22 information to match with the font searching strategy.
23 (describe-fontset): Use face-attribute to get the fontset of the
24 selected frame.
25 (mule-diag): Likewise. Print both font and fontset of the frame.
26
27 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
28
29 * term.el (term-send-raw-string): Deactivate mark.
30 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
31
32 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
33
34 * register.el (get-register): Rename arg REG to REGISTER for
35 consistency with other register functions.
36 (set-register, jump-to-register): Fix typos in docstrings.
37 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
38
39 2009-03-12 Glenn Morris <rgm@gnu.org>
40
41 * mail/mailabbrev.el (mail-abbrev-next-line)
42 (mail-abbrev-end-of-buffer): Doc fixes.
43
44 2009-03-11 Jason Rumney <jasonr@gnu.org>
45
46 * term/w32-win.el (w32-initialize-window-system): Don't override
47 Japanese font settings.
48 (xlfd-regexp-registry-subnum): Remove unused declaration.
49 (w32-drag-n-drop-debug): Comment out unused debug function.
50
51 2009-03-11 Glenn Morris <rgm@gnu.org>
52
53 * mail/rmailedit.el (rmail-edit-mode):
54 Set write-region-annotate-functions. (Bug#2625)
55
56 2009-03-10 Juanma Barranquero <lekktu@gmail.com>
57
58 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
59
60 2009-03-10 Jason Rumney <jasonr@gnu.org>
61
62 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
63
64 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * server.el (server-process-filter): Use expand-file-name rather than
67 command-line-normalize-file-name so as to use the `dir' when provided.
68
69 * doc-view.el (doc-view-convert-current-doc): Fix last change.
70
71 2009-03-10 Glenn Morris <rgm@gnu.org>
72
73 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
74 Doc fixes.
75 (mail-mailing-lists): Remove leading `*' from defcustom doc.
76
77 * simple.el (compose-mail): Doc fix.
78
79 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
80
81 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
82
83 2009-03-09 Jason Rumney <jasonr@gnu.org>
84
85 * minibuffer.el (read-file-name): Only split dir name when
86 default filename is missing. (Bug#2585)
87
88 2009-03-08 Chong Yidong <cyd@stupidchicken.com>
89
90 * finder.el (finder-commentary): Don't delete other
91 windows (Bug#2291).
92
93 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
94 first (Bug#2449).
95
96 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
97
98 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
99
100 2009-03-07 Eli Zaretskii <eliz@gnu.org>
101
102 * woman.el (woman-parse-colon-path): Return a list even if there's
103 only one directory in PATHS.
104 (woman-mode): Restore tab-width value after the call to Man-mode,
105 since Man-mode resets it to the default, and that makes right
106 margin extend beyond woman-fill-column.
107
108 * man.el (Man-init-defvars) [windows-nt]: Use a special command
109 list. Don't invoke Awk.
110
111 2009-03-06 Glenn Morris <rgm@gnu.org>
112
113 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
114 custom type.
115
116 2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
117
118 * doc-view.el (doc-view-convert-current-doc): Save the current
119 resolution in the cache directory.
120 (doc-view-initiate-display): Restore the saved resolution when
121 using cached image files.
122
123 2009-03-05 Glenn Morris <rgm@gnu.org>
124
125 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
126 buffer-local in the view buffer, not the rmail buffer.
127
128 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
129 at the end of the existing messages, ensuring there is a blank line
130 between them. (Bug#2521)
131
132 * mail/rmail.el (rmail-ensure-blank-line): New function.
133 * mail/rmailedit.el (rmail-cease-edit):
134 * mail/rmailout.el (rmail-output-as-mbox):
135 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
136
137 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
138 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
139 Add version.
140 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
141 (rmail-mime): Doc fix. Use rmail-apply-in-message.
142 Disable undo in the mime buffer, mark unmodified.
143
144 2009-03-04 David Reitter <david.reitter@gmail.com>
145
146 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
147 if unbound in order to enable the item.
148 For paste menu item, same, and check kill-ring.
149
150 2009-03-04 Sam Steingold <sds@gnu.org>
151
152 * progmodes/compile.el (compilation-error-regexp-alist-alist):
153 Handle "omake -P" messages "file foo changed".
154
155 2009-03-04 Glenn Morris <rgm@gnu.org>
156
157 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
158
159 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
160 (rmail-sort-by-date, rmail-sort-by-subject)
161 (rmail-sort-by-author, rmail-sort-by-recipient)
162 (rmail-sort-by-correspondent, rmail-select-correspondent)
163 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
164 (rmail-make-date-sortable): Doc fixes.
165 (rmail-sort-by-correspondent): Downcase correspondents.
166 (rmail-sort-by-labels): Make it work.
167 (rmail-sort-messages): Restore undo if it was initially enabled.
168 Fix bobp/bolp typo that was adding a line on every sort.
169
170 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
171 Disable undo in the summary buffer.
172 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
173 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
174 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
175 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
176 (rmail-summary-sort-by-labels): Replace `(function (lambda'
177 by `(lambda'.
178
179 2009-03-03 Sam Steingold <sds@gnu.org>
180
181 * progmodes/compile.el (compilation-move-to-column):
182 Guard against negative col values.
183
184 2009-03-03 Simon Josefsson <simon@josefsson.org>
185
186 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
187 in preference order.
188 (smtpmail-try-auth-methods): Improve which authentication
189 mechanism to use, so that the locally most preferred and mutually
190 supported mechanism is used.
191
192 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
195 the function takes no argument.
196
197 2009-03-03 Glenn Morris <rgm@gnu.org>
198
199 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
200 (rmail-header-name): Doc fixes.
201 (rmail-show-message-verbose-min): Add :version.
202 (rmail-highlight-headers): Add doc string. Simplify.
203
204 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
205 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
206 (rmail-summary-by-senders): Doc fix.
207 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
208 Make the output menu-items consistent with rmail-mode-map.
209 Bind rmail-summary-by-senders to C-M-f.
210 (rmail-summary-search): Ensure the selected message shows.
211
212 2009-03-03 Kenichi Handa <handa@m17n.org>
213
214 * files.el (basic-save-buffer-1): Set car part of
215 buffer-file-coding-system-explicit.
216 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
217
218 * international/mule-cmds.el (select-safe-coding-system): If cdr
219 part of buffer-file-coding-system-explicit is set, ignore
220 default-buffer-file-coding-system and the most preferred coding system.
221
222 * international/mule.el (set-buffer-file-coding-system): Set cdr
223 part of buffer-file-coding-system-explicit.
224 (after-insert-file-set-coding):
225 Set buffer-file-coding-system-explicit to a cons.
226
227 2009-03-02 Glenn Morris <rgm@gnu.org>
228
229 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
230 Add :set-after listing variables on which we might depend.
231
232 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
233 function has access to all the headers, not just the visible ones.
234 Avoid extraneous leading whitespace in `References'.
235 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
236 Doc fixes.
237 (rmail-retry-failure): Use rmail-get-header rather than a magical
238 save-excursion/restriction combination that does nothing.
239 (rmail-delete-headers): New function.
240 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
241 without telling anyone, namely rmail-retry-ignored-headers.
242
243 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
244
245 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
246
247 2009-03-01 Glenn Morris <rgm@gnu.org>
248
249 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
250 rmail-resend in the menu.
251
252 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
253 custom choice. (Bug#2506)
254
255 2009-02-28 Eli Zaretskii <eliz@gnu.org>
256
257 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
258 Use "--color=always".
259
260 2009-02-28 Glenn Morris <rgm@gnu.org>
261
262 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
263
264 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
265 * mail/rmail.el (rmail-mode-map):
266 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
267
268 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
269 Fix custom choice to match default.
270 (rmail-get-new-mail): Doc fix.
271 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
272 header style.
273
274 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
275
276 * replace.el (keep-lines-read-args): Use empty string as
277 default (Bug#2495).
278
279 * menu-bar.el (menu-set-font): Fix last fix.
280
281 2009-02-27 Glenn Morris <rgm@gnu.org>
282
283 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
284 just a buffer, to find a definition.
285
286 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
287 part against rmail-output's oddness.
288
289 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
290
291 * menu-bar.el (menu-set-font): Assign the same font object to all
292 frames (Bug#2476).
293
294 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
297
298 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
299
300 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
301 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
302 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
303 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
304 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
305 Reflow docstrings.
306
307 2009-02-26 Glenn Morris <rgm@gnu.org>
308
309 * mail/rmailsum.el (rmail-summary-rmail-update):
310 Use rmail-message-unseen-p. (Bug#2477)
311 (rmail-summary-mark-seen): Add option to mark as unseen.
312 (rmail-summary-rmail-update): Store a position in
313 rmail-summary-put-back-unseen rather than just a flag, and use it to put
314 back the "-" mark in the summary.
315
316 * progmodes/cc-vars.el (c-style-variables-are-local-p):
317 Mark as safe if boolean. (Bug#2197)
318
319 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
320
321 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
322 return a string. (Bug#2428)
323
324 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
325
326 * bs.el (bs--down):
327 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
328
329 2009-02-25 Glenn Morris <rgm@gnu.org>
330
331 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
332
333 * simple.el (eval-expression):
334 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
335
336 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
337
338 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
339
340 2009-02-25 David Reitter <david.reitter@gmail.com>
341
342 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
343
344 2009-02-25 Kenichi Handa <handa@m17n.org>
345
346 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
347
348 * composite.el (auto-composition-mode): Don't add a hook to
349 after-change-functions. Don't decompose the buffer.
350 (auto-composition-after-change): Delete it.
351 (toggle-auto-composition): Make it an alias of
352 auto-composition-mode.
353 (auto-compose-region): Delete it.
354
355 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
358 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
359 (ns-delete-working-text): Merge with ns-unecho-working-text.
360 Decide which to use based on ns-working-overlay.
361 (ns-unecho-working-text): Remove.
362 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
363
364 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
365
366 * textmodes/ispell.el (ispell-region): Adapt "done" message to
367 coding conventions. (Bug#2447)
368
369 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
370 argument is 0. Doc fix. (Bug#1527)
371
372 * w32-vars.el (w32-system-shells): Doc fix.
373
374 * image.el (image-load-path-for-library, insert-sliced-image):
375 Fix typos in docstrings.
376
377 2009-02-24 Glenn Morris <rgm@gnu.org>
378
379 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
380 :set function. (Bug#2429)
381
382 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
383 potential use.
384
385 * progmodes/cperl-mode.el (cperl-find-pods-heres):
386 Don't globally bind `name'.
387
388 * emacs-lisp/elint.el (elint-unknown-builtin-args):
389 Fix encode-time spec. (Bug#2453)
390 (elint-find-builtin-args): Make the match more restrictive.
391 Handle errors. Return a result actually containing the function name.
392
393 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
394 already did. (Bug#2440)
395 (rmail-quit): Don't swap buffers. (Bug#2441)
396 (rmail-list-to-menu): Don't globally bind `name'.
397
398 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
399
400 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
401 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
402
403 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
404
405 * bs.el (bs--down): When wrapping around, use `forward-line',
406 not `goto-line', to avoid distracting "Mark set" message.
407
408 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
409
410 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
411 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
412
413 2009-02-23 Miles Bader <miles@gnu.org>
414
415 * proced.el (proced-process-attributes):
416 * server.el (server-running-p): Rename `system-process-attributes'
417 to `process-attributes'.
418
419 2009-02-22 Juri Linkov <juri@jurta.org>
420
421 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
422 Doc fix.
423
424 * dired-x.el (dired-guess-shell-command): Use read-shell-command
425 instead of read-from-minibuffer.
426 (dired-read-shell-command): Add code that uses
427 minibuffer-with-setup-hook to set minibuffer-default-add-function
428 to minibuffer-default-add-dired-shell-commands exactly like
429 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
430
431 * dired-x.el (dired-smart-shell-command): Remove code that uses
432 minibuffer-with-setup-hook to set minibuffer-default-add-function
433 to minibuffer-default-add-shell-commands because the same code was
434 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
435
436 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
437
438 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
439 lisp number is in decimal.
440
441 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
442
443 * progmodes/compile.el (compilation-error-regexp-alist-alist):
444 Tweak regexp (Bug#2173).
445
446 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
447 avoid yanks (Bug#2408).
448
449 2009-02-21 Alan Mackenzie <acm@muc.de>
450
451 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
452
453 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
454 parse case clauses with (compile-time) expressions.
455
456 2009-02-21 Eli Zaretskii <eliz@gnu.org>
457
458 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
459 encoding during editing. Make sure to use encoding that can
460 safely encode the message. Rewrite MIME charset= header if the
461 new encoding is different from the old one.
462
463 2009-02-21 Glenn Morris <rgm@gnu.org>
464
465 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
466 at the start of the headers.
467 (sc-mail-check-from): New function.
468
469 2009-02-20 Martin Rudalics <rudalics@gmx.at>
470
471 * progmodes/python.el (python-shift-left, python-shift-right):
472 When the mark is not active shift the current line. (Bug#2381)
473 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
474
475 2009-02-20 Andreas Schwab <schwab@suse.de>
476
477 * startup.el (command-line): Don't match an empty argument as an
478 option.
479 (command-line-1): Likewise.
480
481 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
482
483 * apropos.el (apropos-library): Check for null filename in load-history.
484
485 2009-02-20 Glenn Morris <rgm@gnu.org>
486
487 * apropos.el (apropos-library): Remove the element with null filename,
488 if present, from the completion list.
489
490 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
491 (rmail-speedbar-find-file): Use rmail rather than find-file.
492
493 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
494
495 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
496
497 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
498
499 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
500 Fix regexp (Bug#2385).
501 (bibtex-autokey-get-title): Observe case for
502 bibtex-autokey-titleword-ignore.
503
504 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
505
506 * server.el (server-start): Make the warning more
507 verbose (Bug#2395).
508
509 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
512 Make sure we stop when we reach the limit.
513
514 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
515 a "..." does not quote anything. (Bug#2384)
516
517 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
518
519 2009-02-19 Andreas Schwab <schwab@suse.de>
520
521 * term.el: Remap self-insert-command to term-send-raw in
522 term-raw-map. (Bug#2386)
523
524 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
527 of the function as being part of the function.
528
529 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
530
531 * progmodes/compile.el (compilation-error-regexp-alist-alist):
532 Move entry for maven (alphabetical order).
533
534 2009-02-19 Glenn Morris <rgm@gnu.org>
535
536 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
537 Regexp-quote default argument taken from current subject.
538 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
539
540 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
541 Move here from rmail.el. Be more careful about error-handling.
542 Restore the feature of temporarily setting all old messages
543 undeleted before expunging (removed 2009-02-18).
544
545 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
546 Don't declare.
547 (rmail-get-new-mail-filter-spam): Declare. Move definition to
548 rmail-spam-filter.el.
549 (rmail-get-new-mail-1): Move the beep and sleep to
550 rmail-get-new-mail-filter-spam.
551
552 2009-02-18 Martin Rudalics <rudalics@gmx.at>
553
554 * cus-edit.el (custom-group-value-create): Insert some
555 informatory text in the WIDGET-misses-doc-string case.
556
557 2009-02-18 Sam Steingold <sds@gnu.org>
558
559 * progmodes/compile.el: Require comint at top level to fix the
560 last patch.
561
562 2009-02-18 Martin Rudalics <rudalics@gmx.at>
563
564 * cus-edit.el (custom-group-value-create): Don't throw an error
565 when WIDGET has no doc-string. (Bug#2356)
566
567 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
568
569 * progmodes/cc-menus.el (imenu-progress-message):
570 Remove bogus cc-bytecomp-defun.
571 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
572 Don't let-bind variable `stupid'. (Bug#1638)
573
574 2009-02-18 Glenn Morris <rgm@gnu.org>
575
576 * mail/rmail.el (rmail-get-new-mail-filter-spam):
577 * mail/rmail-spam-filter.el (rmail-spam-filter):
578 Show a message rather than the raw mbox while prompting.
579
580 2009-02-18 Martin Rudalics <rudalics@gmx.at>
581
582 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
583
584 2009-02-18 Glenn Morris <rgm@gnu.org>
585
586 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
587 declaration.
588 (top-level): No need for cl now.
589 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
590 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
591 (rsf-autosave-newly-added-definitions, rsf-white-list)
592 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
593 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
594 (rsf-customize-spam-definitions, rsf-customize-group)
595 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
596 (rsf-check-field): Use setcar and setcdr rather than setf.
597 (rmail-spam-filter): Simplify.
598 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
599 (rsf-add-region-to-spam-list): Use rmail-get-header or
600 buffer-substring-no-properties. Regexp-quote the extracted data.
601 Make the messages less verbose.
602 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
603 simplify things.
604 (rsf-add-content-type-field): Make the message less verbose.
605
606 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
607 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
608 rmail-deleted-vector.
609 (rmail-insert-inbox-text, rmail-collect-deleted)
610 (rmail-set-message-deleted-p, rmail-only-expunge)
611 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
612 (rmail-get-labels): Remove unused local `blurb'.
613 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
614 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
615 (rmail-set-message-deleted-p): Doc fixes.
616
617 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
618 Update callers for associated name change.
619 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
620 * mail/unrmail.el (unrmail): Use mail-mbox-from.
621
622 2009-02-17 Richard M Stallman <rms@gnu.org>
623
624 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
625
626 * mail/rmail.el (rmail-copy-headers): When copying full headers,
627 correctly put point at the end.
628
629 2009-02-17 Sam Steingold <sds@gnu.org>
630
631 * progmodes/compile.el (compilation-filter):
632 Call `comint-carriage-motion', just like `comint-output-filter'.
633
634 2009-02-17 Jason Rumney <jasonr@gnu.org>
635
636 * files.el (make-directory): Stop recursing if parent is
637 self. (Bug#2309)
638
639 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
640
641 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
642
643 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
644
645 2009-02-17 Miles Bader <miles@gnu.org>
646
647 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
648 copyright statements where the years follow the name.
649
650 2009-02-17 Glenn Morris <rgm@gnu.org>
651
652 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
653 move point. (Bug#2209)
654
655 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
656 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
657 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
658 to "not-rmail", and make it work. Simplify.
659 (rmail-mbox-from): New function.
660 (rmail-output-as-mbox): Use rmail-mbox-from.
661 (rmail-output): Ensure a From line in the not-rmail Babyl case.
662
663 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
664 error if the header is corrupt.
665
666 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
667
668 * net/newst-treeview.el (newsticker--treeview-load):
669 Offer deletion of old groups file.
670
671 2009-02-16 Glenn Morris <rgm@gnu.org>
672
673 * mail/rmailout.el (rmail-delete-unwanted-fields)
674 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
675 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
676 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
677 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
678
679 2009-02-15 Glenn Morris <rgm@gnu.org>
680
681 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
682
683 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
684 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
685 Remove unnecessary use of with-no-warnings.
686 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
687 (rmail-output-as-mbox): Start search from point-min. If constructing a
688 "From " line, prefer the date header over the current time.
689 (rmail-update-summary): Move declaration earlier in file.
690
691 2009-02-15 Richard M Stallman <rms@gnu.org>
692
693 * mail/rmailedit.el (rmail-edit-diff-headers):
694 Delete spurious reference to OLD.
695
696 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
699 the `with-buffer-unmodified' to avoid useless `readlink' calls.
700
701 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
702
703 * textmodes/bibtex.el (bibtex-global-key-alist)
704 (bibtex-initialize): Exclude current buffer if it does not use
705 bibtex-mode.
706 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
707 (bibtex-sort-buffer, bibtex-search-entry)
708 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
709 test whether bibtex-strings and bibtex-reference-keys have their
710 initial values.
711
712 2009-02-14 Eli Zaretskii <eliz@gnu.org>
713
714 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
715 around forms that refer to translation-table-for-input.
716
717 * isearch.el (isearch-search-string): Use `with-no-warnings'
718 around forms that refer to translation-table-for-input.
719
720 * international/quail.el (quail-input-string-to-events)
721 (quail-store-decode-map-key, quail-char-equal-p):
722 Use `with-no-warnings' around forms that refer to
723 translation-table-for-input.
724
725 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
726 around forms that refer to translation-table-for-input.
727
728 * subr.el (translation-table-for-input): Declare obsolete again.
729
730 2009-02-14 Glenn Morris <rgm@gnu.org>
731
732 * mail/rmail.el (rmail): When reverting, swap buffers before setting
733 counters. (Bug#2229)
734 (rmail-revert): Swap buffers before replacing contents.
735
736 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
737
738 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
739 Remove host, user, password options not applicable to SQlite. (Bug#1904)
740
741 2009-02-14 Richard M Stallman <rms@gnu.org>
742
743 * mail/rmailedit.el: Handle editing of header fields.
744 (rmail-old-headers): New variable.
745 (rmail-edit-current-message): Set it, recording current headers.
746 (rmail-cease-edit): Compute new headers and diff against old ones.
747 Update the mbox buffer with the changes that were made.
748 (rmail-edit-headers-alist): New function.
749 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
750
751 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
752 in default file name.
753
754 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
755 (rmail-add-mbox-headers): Likewise.
756
757 2009-02-13 Eli Zaretskii <eliz@gnu.org>
758
759 * files.el (load-library): Doc fix.
760
761 * subr.el (locate-library): Doc fix. (Bug#2291)
762
763 2009-02-13 Alan Mackenzie <acm@muc.de>
764
765 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
766 in narrowed buffers.
767
768 2009-02-13 Kenichi Handa <handa@m17n.org>
769
770 * international/titdic-cnv.el (tit-process-header):
771 Use buffer-substring-no-properties instead of buffer-substring.
772 (tit-process-body): Likewise.
773 (tsang-quick-converter): Handle superfluous CR at eol.
774 (py-converter): Use buffer-substring-no-properties instead of
775 buffer-substring. Handle superfluous CR at eol.
776 (ziranma-converter): Likewise.
777 (ctlau-converter): Likewise.
778 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
779
780 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
781
782 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
783
784 2009-02-13 Glenn Morris <rgm@gnu.org>
785
786 * mail/rmail.el (rmail-show-message-1): New name for the old
787 rmail-show-message.
788 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
789 * mail/rmailsort.el: Update for rmail-show-message name change.
790
791 * mail/rmail.el (rmail-show-message): New name for the old
792 rmail-show-message-maybe.
793 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
794 name change.
795
796 * mail/rmailsum.el (msgnum): Remove declaration.
797 (rmail-summary-redo): Add missing initialization value.
798 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
799 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
800 Fix skip-chars-forward calls.
801 (rmail-summary-mark-seen): New function. As well as removing the '-'
802 mark, update the summary-vector. (Bug#2135)
803 (rmail-summary-rmail-update, rmail-summary-goto-msg):
804 Use rmail-summary-mark-seen.
805
806 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
807
808 * mail/unrmail.el (unrmail): When getting message keywords, don't
809 include a leading space, but do include the space after the separating
810 comma. (Bug#2303)
811
812 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
813 header altogether.
814 (rmail-set-header): Doc fix.
815 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
816 labels are removed. (Bug#2302)
817
818 2009-02-12 Juri Linkov <juri@jurta.org>
819
820 * image-mode.el (image-toggle-display):
821 Let-bind `buffer-file-truename' to nil around the call to
822 `add-text-properties' to prevent directory time modification
823 by lock_file. Replace `set-buffer-modified-p' with
824 `restore-buffer-modified-p'. (Bug#2295)
825
826 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * progmodes/python.el (python-use-skeletons): Re-add.
829 (def-python-skeleton): Use it. (Bug#2238)
830
831 * international/quail.el (quail-make-guidance-frame): Remove the
832 `parent-id' parameter.
833 (quail-show-guidance): Make the new window dedicated.
834
835 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
836
837 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
838 Fix typos in docstrings.
839
840 2009-02-12 Alan Mackenzie <acm@muc.de>
841
842 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
843 to `eq'. (Bug#2304)
844
845 2009-02-12 Glenn Morris <rgm@gnu.org>
846
847 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
848 already present. (Bug#2210)
849
850 2009-02-12 Kenichi Handa <handa@m17n.org>
851
852 * international/characters.el (?.): New character category for
853 Base characters. Set them in the standard category table.
854
855 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
856 a base character.
857
858 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * isearch.el (isearch-yank-char-in-minibuffer)
861 (isearch-other-meta-char): Use with-current-buffer.
862
863 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
864 syntax-ppss. (Bug#1243)
865
866 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
867 to beginning-of-defun-raw.
868
869 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
870 calling end-of-defun-function if it already moved to BOL.
871
872 2009-02-12 Richard M Stallman <rms@gnu.org>
873
874 * mail/rmail.el (rmail-show-message-verbose-min): New option.
875 (rmail-show-message): Conditionally show start and finish in echo area.
876
877 2009-02-12 Glenn Morris <rgm@gnu.org>
878
879 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
880 for use in completion.
881 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
882 summary exists, since it's already done.
883
884 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
885 (rmail-enable-multibyte): Don't really define, only for compiler.
886
887 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * files.el (read-buffer-to-switch):
890 Add table to icomplete-with-completion-tables.
891
892 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
893
894 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
895 switches (Bug#2261).
896
897 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
898
899 * server.el (server-with-environment): Don't fail for negative
900 entries in ENV.
901
902 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
903
904 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
905 (vc-default-dir-printer): Add a comment about updating this function.
906
907 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
908 for the file name.
909
910 2009-02-11 Glenn Morris <rgm@gnu.org>
911
912 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
913 (calendar-set-mode-line): Fall back to a default width if we seem to be
914 called from daemon. (Bug#2199)
915
916 * mail/rmailkwd.el (rmail-make-label): Doc fix.
917 (rmail-read-label): Add current labels to completion list. (Bug#2222)
918 (rmail-set-label): Use `or'.
919
920 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
921
922 * emacs-lisp/find-func.el (find-library-name, find-library):
923 Doc fixes. (Part of bug#2270)
924
925 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
926
927 * env.el (getenv): When FRAME is non-nil, pass the frame environment
928 to `getenv-internal', not the frame. (Bug#2259)
929
930 2009-02-10 Kenichi Handa <handa@m17n.org>
931
932 * descr-text.el (describe-char-display): On terminal, if terminal
933 coding system is nil, assume us-ascii.
934 (describe-char): Don't show the composition information if it is
935 trivial.
936
937 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
938
939 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
940 number as it isn't present for unregistered files.
941
942 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
943 (vc-dir-mouse-map): New keymap.
944 (vc-default-dir-printer): Use it locally.
945
946 2009-02-10 Glenn Morris <rgm@gnu.org>
947
948 * speedbar.el: Avoid messing up font-lock-global-modes.
949
950 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
951 (mail-file-babyl-p): Use with-temp-buffer.
952
953 * mail/rmailsort.el: Just require rmail.
954
955 * mail/rmailedit.el: Just require rmail.
956 (rmail-old-pruned): Add doc string.
957 (rmail-edit-current-message): Use rmail-msg-is-pruned.
958 (rmail-cease-edit): Don't mangle the leading From line.
959 Don't mark as edited if there were no changes. (Bug#2256)
960 Correctly restore header state.
961
962 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
963 (rmail-current-message, rmail-total-messages)
964 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
965 (rmail-duplicate-message): Doc fix.
966 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
967 New functions.
968 (rmail-get-header, rmail-set-header, rmail-set-attribute):
969 Use rmail-apply-in-message.
970 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
971 unswapped-ness.
972 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
973 (rmail-auto-file): Set the filed attribute, rather than explicitly not
974 doing so. (Bug#2231)
975 (rmail-set-attribute): Allow ATTR to be a string.
976
977 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
978
979 * net/newst-treeview.el (newsticker-treeview-save)
980 (newsticker--treeview-load): Kill groups buffer after saving/loading.
981
982 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
983
984 * doc-view.el (doc-view-scroll-up-or-next-page)
985 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
986 Reset the old hscroll value after switching pages.
987
988 2009-02-09 Glenn Morris <rgm@gnu.org>
989
990 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
991 (calendar-holiday-marker): Drop test for color display.
992
993 2009-02-08 Glenn Morris <rgm@gnu.org>
994
995 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
996 (calendar-holiday-marker, calendar-mark-visible-date):
997 * calendar/diary-lib.el (diary-fancy-display):
998 It doesn't make sense to check font-lock-mode (see comments;
999 reverts 2008-04-02 change). (Bug#2199)
1000
1001 2009-02-08 Juri Linkov <juri@jurta.org>
1002
1003 * simple.el (toggle-word-wrap): New command.
1004
1005 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1008 (ps-run-make-tmp-filename): Use temporary-file-directory.
1009
1010 * textmodes/artist.el (artist-system): Allow make-temp-file to use
1011 temporary-file-directory.
1012
1013 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1014 Use temporary-file-directory.
1015
1016 2009-02-07 Glenn Morris <rgm@gnu.org>
1017
1018 * mail/unrmail.el (rmime-magic-string): Define for compiler.
1019
1020 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1021
1022 * mail/rmail.el (rmail): Bind coding-system-for-read to
1023 no-conversion before calling find-file-noselect. (Bug#2015)
1024
1025 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1026
1027 * proced.el (proced-after-send-signal-hook): Use defcustom.
1028 (proced-header-line): Handle header lines that are shorter than
1029 window-hscroll.
1030 (proced-send-signal): Rebind split-width-threshold analogous to
1031 dired-pop-to-buffer.
1032
1033 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1034
1035 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1036 message; instead, just rewrite the X-Coding-System header with the
1037 new encoding, and let rmail-show-message do the rest.
1038 Remove unused argument RAW. Fix doc string to be consistent with the
1039 new implementation.
1040 (rmail-show-message): Honor X-Coding-System header, if present, in
1041 preference to Content-Type header.
1042
1043 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * server.el (server-execute): Enable quit.
1046
1047 2009-02-07 Andreas Schwab <schwab@suse.de>
1048
1049 * image-mode.el (image-mode): Always set image-type.
1050 (image-minor-mode): Likewise.
1051
1052 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1053
1054 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1055 encoding, and its "content-transfer-encoding" and "content-type"
1056 headers only in the headers' portion. (Bug#2017)
1057
1058 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
1059
1060 * net/newst-treeview.el
1061 (newsticker-treeview-next-new-or-immortal-item): New arg
1062 DONT-WRAP-TREES to prevent infinite recursion.
1063
1064 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1067 extracting mail message headers. Use encode-coding-region instead
1068 of insert-buffer-substring for re-encoding edited message.
1069 Add qp/b64 encoding only after text was encoded.
1070
1071 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1072
1073 * subr.el: Don't declare `translation-table-for-input' obsolete.
1074 Equivalent info added to its doc string, q.v.
1075
1076 * files.el (save-buffer): Display "Saving file FOO..." message
1077 regardless of buffer's size. (Bug#2137)
1078
1079 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1082
1083 2009-02-07 Alex Schroeder <alex@gnu.org>
1084
1085 * mail/unrmail.el (unrmail): Use regexps to find message separators so
1086 as not to match any fake rmime.el separators. Remove any sections added
1087 by rmime.el.
1088
1089 2009-02-07 Glenn Morris <rgm@gnu.org>
1090
1091 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1092 that is no longer appropriate to mbox Rmail.
1093
1094 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1095 before trying to move to the start of the message.
1096 (rmail-summary-undelete-many, rmail-summary-rmail-update):
1097 Fix rmail-set-attribute calls.
1098
1099 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1100 Doc fix.
1101 (rmail-output-to-rmail-buffer): Autoload it.
1102 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
1103
1104 2009-02-06 Glenn Morris <rgm@gnu.org>
1105
1106 * mail/unrmail.el (unrmail): Use current-time-string.
1107
1108 * simple.el (kill-whole-line): Provide a default argument of 1.
1109
1110 * mail/undigest.el (rmail-mail-separator): Delete.
1111 (undigestify-rmail-message, unforward-rmail-message): Update for
1112 mbox Rmail.
1113
1114 2009-02-05 Kenichi Handa <handa@m17n.org>
1115
1116 * international/fontset.el (script-representative-chars):
1117 Remove mathematical.
1118 (setup-default-fontset): Add entries for each subgroup of
1119 mathematical script.
1120
1121 2009-02-05 Juri Linkov <juri@jurta.org>
1122
1123 * image-mode.el (image-mode): Use `image-get-display-property'
1124 instead of `get-text-property'.
1125 (image-minor-mode): Sync the logic with `image-mode' including the
1126 displaying an image file as the actual image by default.
1127
1128 2009-02-05 Alan Mackenzie <acm@muc.de>
1129
1130 * progmodes/cc-defs.el (c-emacs-features): Check the working of
1131 beginning/end-of-defun-function more rigorously before setting
1132 argumentative-bod-function.
1133
1134 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1137 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1138 mode on the initial terminal.
1139
1140 2009-02-05 Glenn Morris <rgm@gnu.org>
1141
1142 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1143 Make these functions work.
1144
1145 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1146 (rmail-narrow-to-non-pruned-header): Remove autoload.
1147 (mairix-rmail-fetch-field): Handle mbox Rmail.
1148
1149 2009-02-04 Dave Love <fx@gnu.org>
1150
1151 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1152 (imap-debug): Add imap-fetch-safe.
1153
1154 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
1155
1156 * net/netrc.el (netrc-machine-user-or-password): Use list of
1157 auth-source modes.
1158
1159 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
1160
1161 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1162 for newvars is nil. (C-u C-x v = with default values).
1163
1164 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1165
1166 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1167 format. Use when instead of if.
1168
1169 2009-02-04 Miles Bader <miles@gnu.org>
1170
1171 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1172 (backward-list, backward-up-list, beginning-of-defun)
1173 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1174
1175 2009-02-04 Glenn Morris <rgm@gnu.org>
1176
1177 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1178 ill-advised.
1179
1180 * mail/rmail.el: No need for mule-util when compiling.
1181 (rmail-first-message): Unbreak it.
1182
1183 * mail/rmailmsc.el: Require rmail not just when compiling.
1184 Remove unneeded declarations.
1185
1186 * term/ns-win.el (ns): Define as a custom group.
1187
1188 2009-02-04 Kenichi Handa <handa@m17n.org>
1189
1190 * international/mule-cmds.el (select-safe-coding-system):
1191 Use buffer-chars-modified-tick instead of buffer-modified-tick.
1192
1193 * descr-text.el (describe-char): Check font-object by fontp.
1194
1195 * composite.el (compose-gstring-for-terminal): If a character is
1196 not supported by the current terminal, don't make a multi-glyph
1197 grapheme cluster.
1198 (auto-compose-chars): Check font-object by fontp.
1199
1200 2009-02-03 Glenn Morris <rgm@gnu.org>
1201
1202 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1203 over current-time. (Bug#2175)
1204
1205 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1206 inserting the converted mailbox.
1207 (rmail-get-new-mail): Restore the loop over inboxes when two or more
1208 have the same basename. (Bug#2164)
1209 Set the return value according to whether any mail was found,
1210 not just in the last inbox. Only show a message and run the hook after
1211 checking all inboxes.
1212 (rmail-get-new-mail-1): Move message display and running the hook to
1213 rmail-get-new-mail.
1214
1215 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1216 rmail-attr-array.
1217 (rmail-make-label, rmail-read-label): Give it a doc string.
1218 (rmail-add-label, rmail-kill-label): Change argument name to match the
1219 doc. Doc fix.
1220 (rmail-set-label): Doc fix. Also update summary in attr case.
1221 Accept labels as a string or a symbol. (Bug#2165)
1222
1223 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1224 null.
1225
1226 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1229 (vhdl-prepare-search-2): Properly cleanup on `quit'.
1230
1231 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1232 Mark the entries as being "system" entries rather than "user" entries.
1233
1234 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1235
1236 * smerge-mode.el (smerge-start-session): Add interactive spec.
1237
1238 2009-02-02 Glenn Morris <rgm@gnu.org>
1239
1240 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1241 (rmail-retry-ignored-headers, rmail-highlighted-headers):
1242 Restore autoloads.
1243
1244 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1247
1248 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * cmuscheme.el (scheme-args-to-list): Remove.
1251 (run-scheme): Use split-string-and-unquote instead, so as to allow
1252 spaces in the command name and/or the arguments.
1253
1254 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1255
1256 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1257
1258 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
1259
1260 Sync with Tramp 2.1.15.
1261
1262 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1263 used.
1264
1265 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1266
1267 * net/trampver.el: Update release number.
1268
1269 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1272 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1273 (rmail-undelete-previous-message, rmail-mark-message)
1274 (rmail-speedbar-buttons): Use with-current-buffer.
1275 (rmail-mode-map): Move initialization into declaration.
1276 (rmail-swap-buffers, rmail-unfontify-buffer-function)
1277 (rmail-fontify-message): Use restore-buffer-modified-p.
1278 (rmail-expunge-and-save): Don't swap buffer.
1279 (rmail-get-header, rmail-set-header, rmail-set-attribute)
1280 (rmail-apply-in-message): Swap save-excursion and save-restriction.
1281
1282 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1283 if possible.
1284
1285 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1286 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1287
1288 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1291
1292 * progmodes/ebrowse.el:
1293 * international/robin.el:
1294 * emulation/viper-util.el:
1295 * emulation/viper-mous.el:
1296 * emulation/viper-keym.el:
1297 * ediff.el:
1298 * ediff-wind.el:
1299 * ediff-vers.el:
1300 * ediff-ptch.el:
1301 * ediff-mult.el:
1302 * ediff-merg.el:
1303 * ediff-diff.el: Follow commenting conventions.
1304
1305 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1306
1307 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1308 obsolete eight-bit-control and eight-bit-graphic.
1309
1310 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1313
1314 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * emacs-lisp/lisp.el (end-of-defun): Protect against
1317 infloops (Bug#2106).
1318
1319 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1320
1321 * vc-dir.el (vc-dir-mouse-map):
1322 (vc-default-dir-printer):
1323 (vc-dir-find-file-other-window): Undo previous change, it breaks
1324 the behavior of mouse-2.
1325 (vc-dir-mode): Fix docstring.
1326
1327 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1328 logic, it makes the makes the normal case too slow.
1329
1330 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1331
1332 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1333 file to `raw-text-unix'. Bind coding-system-for-write when
1334 writing out the converted message, and make sure it uses Unix EOLs.
1335
1336 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1337 encoding to `raw-text-unix'.
1338 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1339 `undecided-unix'.
1340 (rmail-redecode-body): Don't change EOL conversion of the new
1341 encoding if the old one left it unspecified.
1342 (rmail-automatic-folder-directives, rmail): Doc fixes.
1343 (rmail-swap-buffers): New function.
1344 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1345 (rmail-show-message): Use rmail-swap-buffers.
1346 (rmail-decode-region): If DESTINATION is a buffer, set the
1347 encoding of that buffer, rather than the current buffer.
1348 (rmail-show-message): Make error message about uuencoded mail
1349 more explicit.
1350 (rmail-show-message-maybe): Simplify code. Doc fix.
1351 (rmail-show-message): Doc fix.
1352
1353 2009-01-31 Glenn Morris <rgm@gnu.org>
1354
1355 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1356 folder.
1357
1358 * mail/rmail.el (rmail-msg-is-pruned): New function.
1359 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1360 (rmail-reply): Set up to yank from the decoded message rather than the
1361 raw one. (Bug#2104).
1362
1363 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1364
1365 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1366 (uce-message-text, uce-default-headers): Fix custom type.
1367 (rmail-buffer, rmail-msg-is-pruned): Declare.
1368 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1369 Update for mbox Rmail.
1370
1371 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1372
1373 * vc-dir.el (vc-dir-mouse-map): New keymap.
1374 (vc-default-dir-printer): Use it locally.
1375 (vc-dir-find-file-other-window): Allow mouse events.
1376
1377 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1378
1379 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1380 into Rmail-mbox attributes.
1381
1382 * mail/rmail.el (rmail-convert-babyl-to-mbox):
1383 Bind coding-system-for-read to `raw-text', and use insert-file-contents
1384 instead of insert-file-contents-literally. Fixes bug #2019.
1385 (rmail-resent-attr-index): Fix index value.
1386
1387 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1388
1389 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1390 precedence even when its value is t. (Bug#2093)
1391
1392 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1393 connection. (Bug#2093)
1394 (vc-svn-diff): Use old version number even when it is the working
1395 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1396
1397 2009-01-30 Glenn Morris <rgm@gnu.org>
1398
1399 * mail/rmail.el (rmail-reply): Handle empty folders.
1400 (rmail-speedbar-buttons)
1401 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1402
1403 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1404 line-beginning-position calls.
1405 (rmail-header-summary): Use line-end-position.
1406
1407 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1408
1409 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1410 Fix regexp quoting. (Bug#1739)
1411
1412 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1413
1414 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1415 Allow correction of passwords.
1416
1417 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * mail/rmail.el (rmail-toggle-header): Determine current header
1420 style using the buffer-local value of rmail-header-style in the
1421 view buffer.
1422 (rmail-show-message): Set a buffer-local value of
1423 rmail-header-style in the view buffer. (Bug#2016)
1424
1425 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1428 Fix typos in docstrings.
1429
1430 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * bindings.el (completion-ignored-extensions):
1433 Add entries for VCS metadata directories (CVS/, .svn, etc).
1434
1435 * pcvs.el (completion-ignored-extensions):
1436 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1437 directory, now done in bindings.el.
1438
1439 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1440
1441 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1442
1443 2009-01-29 Glenn Morris <rgm@gnu.org>
1444
1445 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1446 (rmail-set-header): Ensure header changes get saved.
1447
1448 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1449
1450 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1451 one, after a label is added.
1452
1453 * mail/rmailsum.el (rmail-summary-update-line): New function.
1454 (rmail-summary-goto-msg): Return a value according to whether message
1455 was found.
1456 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1457 property. Use line-end-position.
1458
1459 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1462 quoted From lines.
1463
1464 * mail/rmail.el (rmail-redecode-body): New function, based on old
1465 version removed in 2009-01-22 change.
1466 (rmail-show-message): Unquote From lines.
1467
1468 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1469
1470 * doc-view.el (doc-view-mode): Don't use string-match and file
1471 extension to choose fallback mode on empty/non-existing files but
1472 let-bind auto-mode-alist and call normal-mode.
1473
1474 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1475
1476 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1477 concatenating the type indicating character.
1478 (ls-lisp-format): Don't propertize file-name only if
1479 ls-lisp-classify already did.
1480
1481 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1484 Describe second parameter of hook functions.
1485 (dbus-handle-event): Apply it.
1486
1487 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * mail/rmail.el (rmail-toggle-header): Don't reset
1490 rmail-header-style permanently (bug#2016).
1491
1492 2009-01-28 Denis Howe <denis.howe@gmail.com>
1493
1494 * complete.el (PC-do-completion): Correct case when completion is
1495 unambiguous.
1496
1497 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1498
1499 * calendar/todo-mode.el (todo-insert-item-here):
1500 Prevent insertion of a new entry inside of an existing entry.
1501 Minor code cleanup. (Bug#2084)
1502 (todo-add-category): Change the interactive spec. Signal an error
1503 if the Todo file is non-empty but contains no category.
1504 Reject category names that could induce bugs and confusion.
1505 Call todo-mode if the Todo file is new and unsaved. Simplify handling
1506 of local variables cookie. Properly display the newly added
1507 category in Todo mode.
1508 (todo-show): Call todo-initial-setup only if there is neither a
1509 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1510 (todo-category-alist): Delete function.
1511 (todo-completing-read): New function.
1512 (todo-insert-item, todo-jump-to-category): Use it.
1513 (todo-insert-item): Make the use of the prefix argument conform to
1514 the doc string. (Bug#2086)
1515
1516 2009-01-28 Glenn Morris <rgm@gnu.org>
1517
1518 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1519 even when called from the summary. (Bug#2075)
1520 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1521 (rmail-show-message-maybe): Use rmail-no-mail-p.
1522 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1523 (rmail-get-labels): Separate status and label fields with a semicolon,
1524 rather than a comma, for consistency with old Rmail.
1525
1526 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1527 starting from the beginning, since mail-fetch-field does not care.
1528 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1529 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1530 (rmail-get-summary-labels): New function. Returns labels rather than
1531 status (edited, etc).
1532 (rmail-create-summary): Insert an extra space after the status
1533 flags, for consistency with old rmail, and with current
1534 rmail-summary-font-lock-keywords.
1535
1536 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1539 if region is active. Use cond instead of nested ifs. (Bug#2053)
1540
1541 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1544 converting.
1545
1546 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1547 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1548
1549 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1550
1551 * mouse.el (mouse-select-font): Return a string instead of a list.
1552
1553 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1556 don't have to do it in normal-erase-is-backspace-mode.
1557
1558 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1559 and C-backspace; the latter is not available on ttys anyway.
1560
1561 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1562
1563 (doc-view-mode): Fix broken call to string-match.
1564
1565 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1566
1567 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1568 fundamental-mode or ps-mode if the file is empty or doesn't exist
1569 at all.
1570 (doc-view-initiate-display): Better info message if doc-view-mode
1571 cannot be used. (Missing utility or no png support/no X frame.)
1572 (Bug#2058)
1573
1574 2009-01-27 Glenn Morris <rgm@gnu.org>
1575
1576 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1577 of the headers in the full header case. (Bug#2073)
1578
1579 2009-01-27 Kenichi Handa <handa@m17n.org>
1580
1581 * mail/rmail.el (rmail-get-coding-system): Re-search
1582 rmail-mime-charset-pattern directly instead of using
1583 mail-fetch-field. Use coding-system-from-name.
1584
1585 * international/mule-cmds.el (canonicalize-coding-system-name)
1586 (coding-system-from-name): New functions.
1587
1588 2009-01-27 Glenn Morris <rgm@gnu.org>
1589
1590 * dired-x.el (dired-bind-vm): Doc fix.
1591
1592 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1593 Replace `first' and `rest' with `car' and `cdr' throughout.
1594 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1595 (rsf-scanning-messages-now): Doc fix.
1596 (rsf-check-field): Rename from `check-field' and update callers.
1597 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1598 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1599
1600 * mail/rmail.el: Remove leading `*' from defcustom docs.
1601 Remove needless autoloads of many defcustoms and hooks.
1602 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1603 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1604 (rmail-decode-mime-charset): Doc fix.
1605 (rmail-search-message, rmail-resend): Check functions set before use.
1606
1607 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1608 Remove needless autoloads of many defcustoms.
1609 (rmail-output-to-babyl-buffer): Rename from
1610 rmail-output-to-r-mail-buffer and update caller.
1611 (rmail-output): Doc fix.
1612
1613 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1614 Remove needless autoloads of many defcustoms.
1615 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1616 is set.
1617
1618 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1619 (batch-unrmail, unrmail): Doc fix.
1620
1621 * mail/rmailsum.el (rmail-message-recipients-p-1)
1622 (rmail-message-regexp-p-1): Ensure searches start from the
1623 beginning of the header.
1624
1625 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1628
1629 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1630
1631 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1632 expand the denominator.
1633
1634 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1635
1636 * net/dbus.el (dbus-event-error-hooks): New variable.
1637 (dbus-handle-event): Use it.
1638
1639 2009-01-26 Glenn Morris <rgm@gnu.org>
1640
1641 * Makefile.in (ELCFILES): Update.
1642
1643 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1644 replies. (Bug#512)
1645
1646 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1647
1648 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1649
1650 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1651
1652 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1653 Remove from global map and key definitions.
1654 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1655 definitions.
1656 (ns-show-preferences-help, ns-unput-working-text): New functions.
1657 (ns-unecho-working-text): Update message.
1658
1659 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1660
1661 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1662 variable to allow the user to choose icalendar UID format.
1663 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1664 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1665 (icalendar-export-region,icalendar--create-uid): Use custom
1666 function to compute icalendar UID for each entry.
1667 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1668 with description, location, etc. fields (need to keep active count
1669 of fields encountered). Another bug fix to the regex that matches
1670 multiple lines (need \' regex instead of $ to match end-of-entry).
1671
1672 2009-01-25 Juri Linkov <juri@jurta.org>
1673
1674 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1675 change its title from "Recursive grep..." to "Grep via Find...".
1676 Add menu items for lgrep and rgrep.
1677
1678 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1679
1680 * ps-print.el (ps-print-version): New version 7.3.4.
1681
1682 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1683
1684 * ps-print.el: Fix face background/foreground extraction.
1685 (ps-face-extract-color): New fun.
1686 (ps-face-attributes, ps-face-attribute-list): Code fix.
1687
1688 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1689
1690 * align.el (align-region): Avoid infloop.
1691
1692 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1693
1694 * env.el (environment): Function removed.
1695
1696 * international/mule-cmds.el (set-language-environment-coding-systems):
1697 If default-buffer-file-coding-system is nil, set up to have EOLs that
1698 are native for the underlying system-type. (Bug#1853)
1699 (prefer-coding-system, set-default-coding-systems): Doc fix.
1700
1701 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1704 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1705 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1706 Use `string-match-p'.
1707
1708 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1709
1710 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1711 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1712 next-feed does not succeed. Fixes bug#1710 even more.
1713 (newsticker-treeview-next-feed): Simplify.
1714 (newsticker--group-get-feeds): Suppress group names in result.
1715
1716 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1717
1718 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1719 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1720
1721 2009-01-24 Glenn Morris <rgm@gnu.org>
1722
1723 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1724 "popmail" by "pormail".
1725
1726 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1727 Remove unneeded declarations.
1728
1729 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1730
1731 * calc/calc-poly.el (calcFunc-apart): Improve test for
1732 rational functions.
1733
1734 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1737 return value of rmail-get-labels.
1738
1739 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1740 return value of rmail-get-labels.
1741
1742 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1743 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1744
1745 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1746
1747 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1748 old cache file. Fixes bug#1710.
1749
1750 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1753
1754 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1755
1756 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1757 Switch names and update comments for clarity.
1758
1759 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1762 start is nil, as was done in tar-mode.el.
1763
1764 2009-01-23 Glenn Morris <rgm@gnu.org>
1765
1766 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1767 more.
1768
1769 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1770
1771 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * server.el (server-name): Make it a defcustom. (Bug#1995)
1774
1775 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1776
1777 2009-01-23 Glenn Morris <rgm@gnu.org>
1778
1779 * Makefile.in (ELCFILES): Update.
1780
1781 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1782
1783 * net/newst-treeview.el
1784 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1785 current-item-counts. Move to next feed if necessary. (Bug#1569)
1786 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1787 feed if necessary. (Bug#1569)
1788 (newsticker-treeview-next-feed)
1789 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1790 Don't activate node nil. (Bug#1569)
1791
1792 2009-01-22 Paul Reilly <pmr@pajato.com>
1793 Henrik Enberg <enberg@printf.se>
1794 Alex Schroeder <alex@gnu.org>
1795 Chong Yidong <cyd@stupidchicken.com>
1796 Richard M Stallman <rms@gnu.org>
1797 Glenn Morris <rgm@gnu.org>
1798 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1801 (rmail-attribute-header, rmail-keyword-header)
1802 (rmail-answered-attr-index, rmail-deleted-attr-index)
1803 (rmail-edited-attr-index, rmail-filed-attr-index)
1804 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1805 (rmail-unseen-attr-index, rmail-resent-attr-index)
1806 (rmail-attr-array, rmail-header-style, rmail-file-name)
1807 (rmail-buffer-swapped): New vars.
1808 (rmail-convert-file-maybe, rmail-error-bad-format)
1809 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1810 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1811 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1812 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1813 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1814 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1815 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1816 (rmail-message-attr-p, rmail-message-unseen-p)
1817 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1818 (rmail-show-message-maybe, rmail-copy-headers)
1819 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1820 (rmail-write-region-annotate): New functions.
1821
1822 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1823 (rmail-convert-mailpath, rmail-convert-file)
1824 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1825 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1826 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1827 (rmail-redecode-body)
1828 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1829 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1830 (rmail-count-screen-lines, rmail-message-regexp-p)
1831 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1832 (rmail-nuke-pinhead-header): Move to rmailout.el.
1833
1834 (rmail-ignored-headers): Add additional headers.
1835 (rmail-mode-map): Update key commands.
1836 (rmail-tool-bar-map): Build tool-bar unconditionally.
1837 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1838 conversion and new buffer swapping mechanism.
1839 (rmail-perm-variables): Use new vars, and remove deleted ones.
1840 (rmail-revert): Use rmail-convert-file-maybe.
1841 (rmail-duplicate-message): Use rmail-show-message-maybe.
1842 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1843 a disk-full error.
1844 (rmail-parse-url): Strip embedded password.
1845 (rmail-insert-inbox-text): Default to movemail if
1846 rmail-movemail-program is null. Handle mbox format.
1847 (rmail-decode-region): New arg.
1848 (rmail-display-labels): Don't perform Babyl processing.
1849 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1850 (rmail-set-message-counters, rmail-count-new-messages)
1851 (rmail-set-message-counters-counter, rmail-show-message)
1852 (rmail-next-same-subject, rmail-reply): Use mbox format.
1853 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1854 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1855 buffer swapping mechanism.
1856
1857 * mail/rmailedit.el: Require rmailsum.el.
1858 (rmail-edit-mode): First check if buffer is swapped.
1859 (rmail-edit-saved-coding-system): Delete var.
1860 (rmail-edit-current-message): Don't call deleted vars.
1861 (rmail-cease-edit): Handle mbox format.
1862 (rmail-abort-edit): Widen buffer.
1863
1864 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1865 declarations.
1866 (rmail-buffer, rmail-current-message, rmail-last-label)
1867 (rmail-last-multi-labels, rmail-summary-vector)
1868 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1869 (rmail-keywords): Delete vars.
1870 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1871 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1872 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1873 (rmail-make-label): New function.
1874 (rmail-read-label): Don't call rmail-parse-file-keywords.
1875 (rmail-set-label): Rewrite using rmail-set-attribute.
1876 (rmail-next-labeled-message): Use rmail-get-labels.
1877
1878 * mail/rmailmm.el: New file.
1879
1880 * mail/rmailmsc.el: Require rmail.el.
1881 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1882
1883 * mail/rmailout.el (rmail-output-decode-coding): New var.
1884 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1885 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1886 (rmail-output-to-rmail-buffer): New functions.
1887 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1888 Delete functions.
1889 (rmail-nuke-pinhead-header): Move from rmail.el.
1890 (rmail-output): Rewrite to accept both mbox and babyl output.
1891 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1892 use mbox internal format.
1893
1894 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1895 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1896 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1897 Use rmail-get-header.
1898 (rmail-sort-messages): Use new buffer swapping mechanism.
1899 Handle mbox internal format.
1900
1901 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1902 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1903 (rmail-message-regexp-p, rmail-new-summary-1)
1904 (rmail-get-create-summary-buffer, rmail-get-summary)
1905 (rmail-create-summary-line, rmail-get-summary-labels)
1906 (rmail-create-summary, rmail-header-summary)
1907 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1908 (rmail-summary-by-topic, rmail-message-senders-p)
1909 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1910 internal format.
1911 (rmail-new-summary): Rewrite window handling.
1912 (rmail-make-summary-line, rmail-make-summary-line-1)
1913 (rmail-make-basic-summary-line)
1914 (rmail-summary-output-to-rmail-file): Functions deleted.
1915 (rmail-summary-undelete, rmail-summary-rmail-update)
1916 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1917 (rmail-summary-show-message, rmail-summary-wipe)
1918 (rmail-summary-toggle-header, rmail-summary-reply):
1919 Use rmail-buffer instead of rmail-view-buffer.
1920 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1921 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1922 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1923
1924 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1925
1926 * term/ns-win.el (ns-show-manual): Fix node name.
1927 (x-open-connection): Fix typo in declaration filename.
1928
1929 2009-01-22 Romain Francoise <romain@orebokech.com>
1930
1931 * Makefile.in (ELCFILES): Update.
1932
1933 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1934
1935 * frame.el (make-frame-on-tty): Remove function, inline contents
1936 in the only user ...
1937
1938 * server.el (server-create-tty-frame): ... here.
1939
1940 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * format.el (format-annotate-function):
1943 Set write-region-post-annotation-function.
1944
1945 2009-01-21 John Wiegley <johnw@newartisans.com>
1946
1947 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1948 list of output filters.
1949 (eshell-mode): Change the default binding of C-a to eshell-bol.
1950 I don't think it's actually bound at all by default in eshell;
1951 it just falls back to the default binding of C-a.
1952
1953 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * minibuffer.el (completion--insert-strings): Fix up computation of
1956 column position which manifested e.g. in proced's signal completion.
1957
1958 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * server.el (server-start): Allow server to shut down when no
1961 frames are available in daemon-mode.
1962
1963 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * term.el (term-previous-matching-input, term-next-matching-input)
1966 (term-previous-matching-input-from-input)
1967 (term-next-matching-input-from-input, term-backward-matching-input)
1968 (term-forward-matching-input): Change argument name to match docstring.
1969
1970 2009-01-21 Glenn Morris <rgm@gnu.org>
1971
1972 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1973 that are no longer needed.
1974 (authors-scan-change-log): Doc fix.
1975 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1976
1977 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1978
1979 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1980 Use aspell default dict.
1981
1982 2009-01-20 Kenichi Handa <handa@m17n.org>
1983
1984 * descr-text.el (describe-char): Improve description of eight-bit
1985 char in a unibyte buffer. (Bug#1935)
1986
1987 2009-01-20 Glenn Morris <rgm@gnu.org>
1988
1989 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1990 Add some entries.
1991
1992 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * progmodes/ruby-mode.el: Autoload other interpreter names.
1995
1996 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1997
1998 * descr-text.el (describe-char-categories): New defsubst.
1999 (describe-char): Use it.
2000
2001 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
2002
2003 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2004 IPv4 mapped IPv6 addresses.
2005
2006 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2009 the beginning of the buffer. (Bug#1949)
2010
2011 2009-01-18 Markus Triska <markus.triska@gmx.at>
2012
2013 * linum.el (linum-update-window): Use `delq' instead of `delete';
2014 compare strings with `equal-including-properties'.
2015
2016 2009-01-17 Glenn Morris <rgm@gnu.org>
2017
2018 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2019 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2020
2021 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2022 (eldoc-message-commands, eldoc-print-current-symbol-info):
2023 Doc fix (consistent case of "ElDoc").
2024
2025 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2026
2027 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2028
2029 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2030
2031 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2032 TARGET)' does not exist, try again with its basename replaced by
2033 `(cdr TARGET)'. (Related to Bug #1853.)
2034
2035 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2036
2037 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2038
2039 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2040 unless flyspell-mode is enabled.
2041 (flyspell-pre-point): Make buffer-local.
2042
2043 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2044
2045 * textmodes/bibtex.el (bibtex-format-entry): For updating field
2046 delimiters, allow fields that are composed of strings and string
2047 constants.
2048 (bibtex-mode): Doc fix.
2049
2050 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2051
2052 * textmodes/ispell.el: Protect against declare-function undefined
2053 in XEmacs.
2054 (ispell-program-name): Search also for hunspell when setting default.
2055 (ispell-find-aspell-dictionaries): Better error message. Use correct
2056 dictionary alist for default. Better fallback default dictionary.
2057
2058 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
2059
2060 * international/quail.el (quail-insert-kbd-layout):
2061 Delete superfluous handling of 8-bit code. (Bug#1418)
2062
2063 2009-01-16 Glenn Morris <rgm@gnu.org>
2064
2065 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2066 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2067 (eldoc-highlight-function-argument): Doc fix - mention effect of
2068 eldoc-documentation-function.
2069 (eldoc-message-commands-table-size, eldoc-message-commands)
2070 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2071 (eldoc-documentation-function): Mention effect on user options.
2072
2073 * emacs-lisp/copyright.el (copyright-update): Doc fix.
2074
2075 2009-01-16 Kevin Ryde <user42@zip.com.au>
2076
2077 * tar-mode.el (tar-rename-entry): Only test the magic string, without
2078 its version number, and then set both.
2079
2080 2009-01-16 Richard M Stallman <rms@gnu.org>
2081
2082 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2083
2084 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2085
2086 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2087 Refer to revert-buffer, not Buffer-menu-revert.
2088 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2089 (Buffer-menu-revert): Remove function, unused.
2090 (Buffer-menu-mode-map): Don't bind keys already
2091 bound by special-mode.
2092 (Buffer-menu-mode-map): Add a menu.
2093
2094 2009-01-15 Stephen Eglen <stephen@gnu.org>
2095
2096 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2097
2098 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2099
2100 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
2101
2102 2009-01-15 Martin Rudalics <rudalics@gmx.at>
2103
2104 * window.el (special-display-p): Revert 2009-01-14 change.
2105
2106 2009-01-15 Glenn Morris <rgm@gnu.org>
2107
2108 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2109 (authors-obsolete-files-regexps, authors-ignored-files):
2110 (authors-renamed-files-alist): Add some entries.
2111 (authors-fixed-entries): Change some entries.
2112 (authors-canonical-file-name): Doc fix.
2113 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2114
2115 2009-01-14 Juri Linkov <juri@jurta.org>
2116
2117 * info.el (Info-isearch-filter): Don't filter out invisible text
2118 when search-invisible is t. (Bug#1848)
2119
2120 * simple.el (blink-matching-open): Use `minibuffer-message' to
2121 display messages in the minibuffer.
2122
2123 * help.el (view-help-file):
2124 * menu-bar.el (menu-bar-help-extra-packages):
2125 Use goto-address-mode instead of goto-address.
2126
2127 * net/goto-addr.el (goto-address-url-face): Change default value
2128 from `bold' to `link'.
2129
2130 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2133
2134 2009-01-14 Martin Rudalics <rudalics@gmx.at>
2135
2136 * frame.el (special-display-popup-frame): Rewrite doc-string and
2137 simplify code.
2138
2139 * window.el (special-display-buffer-names)
2140 (special-display-regexps): Add customization support for
2141 function/other-args elements. Rewrite doc-strings.
2142 (special-display-function): Rewrite doc-string.
2143 (same-window-buffer-names, same-window-regexps):
2144 Minor doc-string fixes.
2145 (special-display-p): Minor rewrite.
2146
2147 2009-01-14 Glenn Morris <rgm@gnu.org>
2148
2149 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2150
2151 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2152
2153 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2154 MESSAGEs with internal square brackets (i.e., " this [test] message").
2155 Use `string-match-p'.
2156 (completion--make-envvar-table, completion--file-name-table)
2157 (completion-pcm--string->pattern, completion-pcm--all-completions)
2158 (completion-pcm--filename-try-filter): Use `string-match-p'.
2159
2160 2009-01-14 Juri Linkov <juri@jurta.org>
2161
2162 * progmodes/bug-reference.el (bug-reference-fontify): Check for
2163 non-nil `bug-reference-url-format' before putting an overlay
2164 property `bug-reference-url'.
2165 (bug-reference-mode, bug-reference-prog-mode): Don't check for
2166 `bug-reference-url-format'. Doc fix. (Bug#1744)
2167
2168 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2171 for exit-emacs item. Bind it to save-buffers-kill-terminal.
2172
2173 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2174 loaded.
2175
2176 2009-01-13 Jason Rumney <jasonr@gnu.org>
2177
2178 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
2179
2180 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * subr.el (play-sound): Doc fix. (Bug#250)
2183 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2184
2185 2009-01-12 Alan Mackenzie <acm@muc.de>
2186
2187 * textmodes/paragraphs.el (forward-sentence): Change limit of
2188 re-search-backward to allow values of `sentence-end' anchored at BOL.
2189
2190 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2193 subfield of the magic string.
2194
2195 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2196
2197 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2198 (math-special-function-table): Use `math-compose-tex-sqrt' to
2199 compose sqrts in TeX and LaTeX mode.
2200
2201 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * faces.el (describe-face): Ignore anonymous faces.
2204
2205 * server.el (server-save-buffers-kill-terminal): Args changed.
2206 Handle nowait client frames.
2207
2208 * files.el (save-buffers-kill-terminal): Args for
2209 server-save-buffers-kill-terminal changed.
2210
2211 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
2212
2213 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2214
2215 2009-01-11 Glenn Morris <rgm@gnu.org>
2216
2217 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2218 Silence compiler.
2219
2220 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2221 some entries.
2222 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2223 (authors-renamed-files-alist): Add entries.
2224 (authors-fixed-entries): Update for renamed and removed files.
2225 (authors-canonical-file-name): Add entries to
2226 authors-checked-files-alist based on their full names, expanded relative
2227 to each log-file directory.
2228 (authors-scan-el, authors-add-to-author-list, authors):
2229 Handle multiple authors in a file, via a new :cowrote category.
2230
2231 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2232
2233 2009-01-10 Richard M Stallman <rms@gnu.org>
2234
2235 * mail/mail-utils.el (mail-quote-printable-region): New function.
2236
2237 2009-01-10 Glenn Morris <rgm@gnu.org>
2238
2239 * calendar/cal-move.el (calendar-scroll-left-three-months)
2240 (calendar-scroll-right-three-months):
2241 * calendar/holidays.el (calendar-list-holidays)
2242 (calendar-mark-holidays):
2243 * calendar/lunar.el (calendar-lunar-phases):
2244 Add event handling, for when called from menus with the calendar buffer
2245 not current.
2246
2247 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
2248
2249 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2250 Move setting up whitepace-mode ...
2251 (diff-mode): ... here.
2252 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2253
2254 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * faces.el (x-font-family-list): Remove entirely.
2257
2258 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2259
2260 Fix Bug #876:
2261
2262 * info.el (info-insert-file-contents, Info-insert-dir):
2263 Bind inhibit-null-byte-detection to non-nil.
2264
2265 2009-01-10 Martin Rudalics <rudalics@gmx.at>
2266
2267 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2268 toggling tool bars on. (Bug#1754)
2269
2270 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2271
2272 * faces.el (face-valid-attribute-values): Use string as value for
2273 :family attribute. Now, font-family-list returns a list of strings.
2274 (x-font-family-list): Obsolete compatibility version of function
2275 from xfaces.c.
2276
2277 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2278
2279 * window.el (special-display-buffer-names)
2280 (special-display-regexps, special-display-function):
2281 In doc-strings say "same-window" instead of "same-buffer".
2282
2283 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * net/tramp.el: Revert previous patch. `last-command-char' is
2286 used in code intended only for XEmacs, where it is different from
2287 `last-command-event'.
2288
2289 2009-01-09 Glenn Morris <rgm@gnu.org>
2290
2291 * subr.el (last-input-char, last-command-char):
2292 Move here from src/keyboard.c.
2293
2294 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2295 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2296 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2297 * wdired.el:
2298 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2299 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2300 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2301 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2302 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2303 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2304 * eshell/em-smart.el, eshell/esh-mode.el:
2305 * international/mule-cmds.el:
2306 * mail/mailabbrev.el:
2307 * net/tramp.el:
2308 * play/mpuz.el:
2309 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2310 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2311 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2312 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2313 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2314 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2315 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2316 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2317 Replace last-command-char with last-command-event.
2318
2319 * double.el, electric.el, replace.el, term.el, terminal.el:
2320 * calc/calc.el:
2321 * emulation/viper-cmd.el:
2322 * international/mule-cmds.el:
2323 * obsolete/iso-acc.el:
2324 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2325
2326 * emacs-lisp/edebug.el: Remove references to last-command-char and
2327 last-input-char, since these have been identical to last-command-event
2328 and last-input-event since at least Emacs 19.
2329 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2330 Remove.
2331
2332 2009-01-09 Dave Love <fx@gnu.org>
2333
2334 * calendar/time-date.el: Require cl for `declare'.
2335
2336 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2337
2338 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2339 Suggested by Dave Love.
2340
2341 2009-01-09 Dave Love <fx@gnu.org>
2342
2343 * net/imap.el (imap-string-to-integer): Fix typo.
2344 (imap-fetch-safe): New function.
2345 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2346
2347 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2348 (imap-parse-greeting): Fix doc strings.
2349 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2350 (imap-parse-flag-list): Make messages unique.
2351 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2352
2353 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2354 call.
2355
2356 * net/imap.el: Fix author email. Doc fixes.
2357 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2358 reply.
2359
2360 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2361
2362 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2363
2364 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2365
2366 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2367 Call nslookup if resolv.conf isn't available.
2368 (dns-query): Rename from query-dns.
2369 (dns-query-cached): Rename from query-dns-cached.
2370
2371 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2372
2373 * net/imap.el (imap-enable-exchange-bug-workaround):
2374 Explain auto-detection in the doc string.
2375
2376 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2379 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2380 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2381 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2382 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2383 Fix typos in docstrings.
2384 (ispell-command-loop): Reflow docstring.
2385
2386 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2387
2388 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2389 (ispell-aspell-supports-utf8): Mark as obsoleted by
2390 ispell-encoding8-command.
2391 (ispell-check-version): Set ispell-encoding8-command.
2392 (ispell-check-spellchecker-params, ispell-start-process):
2393 Use ispell-encoding8-command.
2394
2395 * textmodes/flyspell.el (flyspell-large-region):
2396 Use ispell-encoding8-command.
2397
2398 2009-01-08 Glenn Morris <rgm@gnu.org>
2399
2400 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2401 scroll the calendar.
2402
2403 * international/mule-cmds.el (universal-coding-system-argument):
2404 last-input-char need not be a char.
2405
2406 * textmodes/ispell.el (ispell-check-minver): Declare.
2407 Use string-to-number rather than string-to-int.
2408
2409 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * add-log.el (change-log-search-tag-name): Reflow docstring.
2412 (change-log-mode): Fix typo in docstring.
2413
2414 * international/mule.el (define-coding-system): Doc fix.
2415
2416 2009-01-07 Kenichi Handa <handa@m17n.org>
2417
2418 * international/mule.el (define-coding-system): Fix docstring
2419 about :bom usage.
2420
2421 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2422
2423 * dired.el (dired-pop-to-buffer): Don't split windows
2424 horizontally. (Bug#1806)
2425
2426 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * tar-mode.el (tar-mode, tar-mode-write-contents)
2429 (tar-write-region-annotate): Undo Andreas's last change.
2430
2431 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2434 (tramp-handle-file-local-copy, tramp-handle-write-region)
2435 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2436 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2437
2438 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * minibuffer.el (completion-hilit-commonality): Don't presume
2441 all-completions always include the input as prefix.
2442 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2443 as trivial.
2444 (completion-pcm--hilit-commonality): Remove leftover code that used to
2445 deal with the now removed cdr-in-last-cons.
2446
2447 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * international/mule.el (define-coding-system): Fix typos in docstring.
2450
2451 2009-01-05 Alan Mackenzie <acm@muc.de>
2452
2453 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2454 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2455
2456 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-handle-load)
2459 (tramp-do-copy-or-rename-file-directly)
2460 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2461 (tramp-handle-write-region)
2462 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2463 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2464 Delete temporary file in case of error.
2465
2466 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2467
2468 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2469
2470 2009-01-05 Richard M Stallman <rms@gnu.org>
2471
2472 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2473
2474 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2475
2476 * window.el (display-buffer): Fix last fix.
2477
2478 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2479
2480 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2481 to shorten the desktop file directory shown in message.
2482
2483 2009-01-05 Glenn Morris <rgm@gnu.org>
2484
2485 * version.el (emacs-copyright):
2486 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2487 Update copyrights for 2009.
2488
2489 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2490
2491 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2492 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2493 hard-coded 0.
2494 (ada-get-indent-loop): Fix list access bug.
2495
2496 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2499 (lisp-interaction-mode): Add a blank line in the docstring
2500 before the keymap listing.
2501
2502 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2503
2504 * window.el (display-buffer): When a buffer is displayed in the
2505 selected and some other window, and not-this-window is non-nil,
2506 try to return that other window instead of popping up a new
2507 frame. (Bug#30)
2508
2509 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2512
2513 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2514
2515 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2516
2517 2009-01-03 Michael Olson <mwolson@gnu.org>
2518
2519 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2520 blank characters which will confuse `read', so skip past them.
2521
2522 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2523
2524 * emacs-lisp/authors.el (authors-aliases): Addition.
2525 (authors): Allow to use it for other projects.
2526
2527 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2528 Clarify MATCH argument. Print filenames.
2529
2530 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2533
2534 * net/tramp.el (tramp-local-host-regexp)
2535 (tramp-prefix-domain-format)
2536 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2537 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2538 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2539 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2540 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2541 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2542 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2543 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2544 (tramp-handle-insert-file-contents): Fix setting of
2545 `buffer-read-only'.
2546 (tramp-compute-multi-hops, tramp-local-host-p):
2547 Use `tramp-local-host-regexp'.
2548 (tramp-file-name-real-user, tramp-file-name-domain):
2549 Use `tramp-user-with-domain-regexp'.
2550
2551 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2552 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2553
2554 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2555
2556 * proced.el (proced-grammar-alist): Refiner can be a
2557 list (function help-echo) instead of a cons pair.
2558 (proced-post-display-hook): New variable.
2559 (proced-tree-depth): Rename from proced-tree-indent.
2560 (proced-mode): Derive mode from special-mode.
2561 (proced-mode-map): Change accordingly.
2562 (proced, proced-update): Run proced-post-display-hook.
2563 (proced-do-mark-all): Count processes for which mark has been updated.
2564 (proced-format): Check for ppid attribute.
2565 (proced-process-attributes): Take time and ctime attribute from
2566 system-process-attributes.
2567 (proced-send-signal): Doc fix. Collect properly the info on
2568 marked processes. Use fit-window-to-buffer instead of
2569 dired-pop-to-buffer.
2570
2571 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2574 point-min==1.
2575
2576 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2577
2578 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2579 (mode-line-client): Fix typo in help message and docstring.
2580
2581 2009-01-02 Jason Rumney <jasonr@gnu.org>
2582
2583 * term/w32-win.el (image-library-alist): Add gobject library.
2584
2585 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2586
2587 * frame.el (window-system-default-frame-alist)
2588 (initial-frame-alist, minibuffer-frame-alist)
2589 (pop-up-frame-alist, pop-up-frame-function)
2590 (special-display-frame-alist): Rewrite and reformat doc-strings.
2591
2592 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2593
2594 * simple.el (minibuffer-default-add-shell-commands):
2595 Fix doc-string typo.
2596
2597 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * language/cham.el: Fix setting of composition-function-table.
2600
2601 * language/khmer.el: Fix setting of composition-function-table.
2602
2603 * language/tibet-util.el (tibetan-composition-function):
2604 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2605
2606 * simple.el (minibuffer-default): Add defvar.
2607
2608 * hippie-exp.el: Require comint.
2609
2610 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2611
2612 * simple.el (last-buffer): Don't set major mode of *scratch* if
2613 that buffer exists already. Rewrite doc-string.
2614
2615 2008-12-31 Andreas Schwab <schwab@suse.de>
2616
2617 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2618 write-region-annotate-functions.
2619 (tar-mode-write-contents): New function.
2620 (tar-write-region-annotate): Remove.
2621
2622 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2625 (buffer-swapped-with): Var removed.
2626
2627 2008-12-30 Kenichi Handa <handa@m17n.org>
2628
2629 * language/japanese.el (compose-gstring-for-variation-glyph):
2630 New function. Register it in composition-function-table.
2631
2632 * composite.el (lglyph-set-code): New function.
2633
2634 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * tar-mode.el (tar-data-swapped): New var.
2637 (tar-data-swapped-p, tar-swap-data):
2638 Use it instead of buffer-swapped-with.
2639 (tar-write-region-annotate): Re-add (partial undo of last change).
2640 (tar-mode): Use it again (partial undo as well).
2641
2642 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2643
2644 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2645
2646 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * follow.el (follow-select-if-visible): Improve the check for the
2649 last line of the window.
2650 (follow-post-command-hook): Perform redisplay in more
2651 circumstances, to avoid getting point stuck on partially visible lines.
2652
2653 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * follow.el (follow-calc-win-end): Use with-selected-window.
2656 (follow-windows-start-end, follow-pos-visible)
2657 (follow-windows-aligned-p): Code cleanup.
2658 (follow-select-if-visible): Try to avoid partially-visible lines.
2659 (follow-select-if-visible-from-first): Call follow-redisplay and
2660 move point to destination.
2661 (follow-redisplay): New arg, to keep selected window unchanged.
2662 (follow-post-command-hook): In final check for destination
2663 visibility, use window-start and window-end instead of the less
2664 accurate follow-pos-visible. If the selected window is redrawn,
2665 tell follow-redisplay to preserve it.
2666 (follow-calculate-first-window-start-from-below): Avoid looping
2667 forever if vertical-motion returns an unexpected value.
2668
2669 2008-12-30 Andreas Schwab <schwab@suse.de>
2670
2671 * server.el (server-running-p): Remove interactive spec.
2672 Fix regexp.
2673
2674 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * follow.el (follow-calc-win-start): Don't use `inline'.
2677 (follow-update-window-start, follow-select-if-visible)
2678 (follow-calculate-first-window-start-from-below)
2679 (follow-post-command-hook): Code cleanup.
2680 (follow-downward, follow-calculate-first-window-start):
2681 Delete function and merge into follow-redisplay.
2682 (follow-redisplay): Merge code from follow-downward and
2683 follow-calculate-first-window-start.
2684
2685 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2686
2687 * proced.el (proced-tree-flag): Fix typo in docstring.
2688
2689 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2690
2691 * proced.el (proced-temp-alist): Rename from variable
2692 proced-children-alist.
2693 (proced-process-tree, proced-toggle-tree): Fix docstring.
2694 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2695 (proced-temp-internal): Use proced-temp-alist.
2696
2697 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * subr.el (mkdir): New defalias.
2700
2701 2008-12-29 Juri Linkov <juri@jurta.org>
2702
2703 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2704 command `proced-next-line' removed on 2008-09-06.
2705
2706 2008-12-28 Juri Linkov <juri@jurta.org>
2707
2708 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2709 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2710
2711 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2712 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2713 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2714 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2715 set 4 obsolete variables for backward-compatibility with Emacs 22.
2716
2717 2008-12-28 Juri Linkov <juri@jurta.org>
2718
2719 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2720
2721 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2722
2723 * misc.el (butterfly): New command.
2724
2725 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2726
2727 * proced.el (proced-grammar-alist): Allow predicate nil.
2728 New attribute tree.
2729 (proced-format-alist): Use attribute tree.
2730 (proced-tree-flag, proced-tree-indent): New variables.
2731 (proced-children-alist): Rename from proced-process-tree.
2732 PPID must refer to a process in process-alist.
2733 Ignore PPIDs that equal PID (Bug#1718).
2734 Children alist inherits sorting order from process-alist.
2735 (proced-process-tree): New variable. New function.
2736 (proced-process-tree-internal, proced-toggle-tree)
2737 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2738 (proced-mark-process-alist): Add docstring.
2739 (proced-filter-parents): PPID must refer to a process in
2740 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2741 (proced-sort): Throw error if attribute is not sortable.
2742 (proced-sort-interactive): Restrict completion to sortable attributes.
2743 (proced-format): Include tree in standard attributes if
2744 proced-tree-flag is non-nil. Make header clickable only if
2745 corresponding predicate is non-nil.
2746 (proced-update): Use proced-tree.
2747
2748 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * diff.el (diff): Doc fix.
2751
2752 * emacs-lisp/rx.el (rx): Doc fix.
2753
2754 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2755 before uniquifying backup trash file name.
2756
2757 2008-12-27 Andreas Schwab <schwab@suse.de>
2758
2759 * vc-git.el (vc-git-dir-printer): Fix filename column.
2760
2761 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2762
2763 * term.el (term-emulate-terminal): Decode substring just prior to
2764 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2765
2766 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2767
2768 * makefile.w32-in (MH_E_DIR): New variable.
2769 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2770 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2771 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2772 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2773 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2774 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2775 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2776 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2777 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2778 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2779 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2780
2781 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2782 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2783 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2784 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2785 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2786 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2787 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2788 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2789 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2790 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2791 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2792
2793 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2794
2795 * files.el (dosified-file-name): Declare.
2796
2797 2008-12-26 Andreas Schwab <schwab@suse.de>
2798
2799 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2800
2801 * tar-mode.el (tar-swap-data): New function.
2802 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2803 (tar-mode-revert): Likewise.
2804 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2805 (tar-data-swapped-p): Test buffer-swapped-with.
2806 (tar-write-region-annotate): Remove.
2807 (tar-header-block-tokenize): Add argument `coding' and use it
2808 instead of tar-file-name-coding-system.
2809 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2810
2811 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2812
2813 * dos-fns.el (dosified-file-name): New function.
2814
2815 * files.el (dir-locals-find-file): Run dir-locals-file through
2816 dosified-file-name. Compare files case-insensitively on systems
2817 whose filesystems are case-insensitive.
2818
2819 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2820
2821 * help.el (help-for-help-internal): Fix entry for "l".
2822
2823 2008-12-25 Richard M Stallman <rms@gnu.org>
2824
2825 * shadowfile.el (shadow-copy-file): Revert previous change.
2826 This code as it was should work properly with buffer-swapped-with.
2827
2828 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2829
2830 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2831
2832 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2833
2834 * subr.el (chmod): New defalias for set-file-modes.
2835
2836 2008-12-23 Juri Linkov <juri@jurta.org>
2837
2838 * isearch.el (isearch-filter-predicate, isearch-search):
2839 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2840 (isearch-filter-visible): Rename from
2841 `isearch-filter-invisible'. Doc fix.
2842
2843 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2844 value from `dired-isearch-filter-predicate-orig' instead of the
2845 symbol `isearch-filter-invisible'. Doc fix.
2846 (dired-isearch-filter-filenames): Doc fix.
2847 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2848
2849 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2850 for Info-point-loc since it is more correct in all cases.
2851 (Info-isearch-filter): Rename from
2852 `Info-isearch-filter-predicate'. Doc fix.
2853 (Info-mode): Replace `Info-isearch-filter-predicate' with
2854 `Info-isearch-filter'.
2855
2856 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2857
2858 * pgg.el: Add obsolescence info.
2859
2860 2008-12-22 Richard M Stallman <rms@gnu.org>
2861
2862 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2863
2864 * files.el (buffer-swapped-with): New variable.
2865 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2866 (basic-save-buffer): Unswap the buffer temporarily if nec.
2867
2868 * dired.el (dired-readin): Inhibit modification hooks.
2869
2870 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2871
2872 * net/newst-backend.el (newst-backend):
2873 Remove wrong duplicate provide statement.
2874
2875 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2876
2877 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2878 end, before updating.
2879 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2880 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2881
2882 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2883
2884 * window.el (set-window-text-height): Fix doc-string.
2885
2886 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2889 (completion-all-completions): Don't set it.
2890 (completion-table-with-context, completion--file-name-table):
2891 Don't add base-size in last cdr.
2892 (completion-hilit-commonality): Add argument `base-size'.
2893 (display-completion-list, completion-emacs21-all-completions)
2894 (completion-emacs22-all-completions, completion-basic-all-completions):
2895 Provide it.
2896 (completion-pcm--all-completions): Don't need to remove the base-size
2897 in last-cdr any more.
2898
2899 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2900
2901 * textmodes/ispell.el (ispell-check-minver): New function.
2902 (ispell-check-version): Rewrite spellchecker and version checking.
2903 Use (ispell-check-minver). Handle hunspell versions.
2904
2905 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * ido.el (ido-read-internal): Handle `confirm' and
2908 `confirm-after-completion' values for the require-match argument.
2909
2910 2008-12-20 Jason Rumney <jasonr@gnu.org>
2911
2912 * international/mule.el (auto-coding-regexp-alist):
2913 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2914
2915 2008-12-20 Ami Fischman <ami@fischman.org>
2916
2917 * bindings.el (mode-line-eol-desc): Use assoc to query
2918 mode-line-eol-desc-cache.
2919
2920 2008-12-20 Glenn Morris <rgm@gnu.org>
2921
2922 * comint.el (comint-save-input-ring-index): Add missing initial value.
2923
2924 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * proced.el (proced-grammar-alist): Doc fix.
2927 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2928 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2929 (proced-undo): Fix typos in docstrings.
2930
2931 2008-12-19 Glenn Morris <rgm@gnu.org>
2932
2933 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2934 (authors-fixed-case): New constant.
2935 (authors-public-domain-files, authors-ignored-files):
2936 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2937 (authors-renamed-files-regexps): Add some new entries.
2938 (authors-canonical-file-name): Don't complain about ignored files.
2939 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2940 (authors): Ensure error buffer is writable.
2941
2942 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2943
2944 (ispell-really-hunspell): New variable to signal hunspell.
2945 (ispell-check-version):
2946 Check if hunspell and set ispell-really-hunspell if needed.
2947 (ispell-send-string, ispell-start-process, flyspell-large-region):
2948 Pass right options for hunspell if needed.
2949
2950 2008-12-18 Kenichi Handa <handa@m17n.org>
2951
2952 * international/fontset.el (script-representative-chars)
2953 (setup-default-fontset): Add more scripts.
2954
2955 * international/characters.el: Add more scripts.
2956
2957 2008-12-19 Juri Linkov <juri@jurta.org>
2958
2959 * info.el (Info-isearch-search): Implement lax version of
2960 incremental word search in Info.
2961 (Info-isearch-start): Set Info-isearch-initial-node to the
2962 current node when search is nonincremental to not stop at the
2963 initial node in this case.
2964 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2965
2966 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2969 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2970 (rst-repeat-last-character): Fix typos in docstrings.
2971 (rst-mode, rst-backward-section): Doc fixes.
2972
2973 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2974
2975 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2976 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2977 (newsticker--treeview-load): Check whether groups file exists.
2978
2979 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2980 (newsticker-dir): Use `locate-user-emacs-file'.
2981
2982 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2983
2984 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2985 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2986
2987 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2988
2989 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2990
2991 * startup.el (command-line): Do not mention the server name in
2992 case the user has not mentioned it, print a more explicit message.
2993
2994 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2995 Change all callers.
2996
2997 2008-12-18 Sam Steingold <sds@gnu.org>
2998
2999 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
3000
3001 2008-12-18 Juri Linkov <juri@jurta.org>
3002
3003 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3004 `isearch-edit-string-set-word'.
3005 (isearch-edit-string-set-word): Remove.
3006 (isearch-occur): Imitate the C function `wordify' by replacing
3007 non-word character with the \\W+ regexp.
3008 (isearch-search-fun): Add `isearch-nonincremental' to the
3009 condition of using a non-lax version of `word-search-forward'.
3010
3011 2008-12-17 Daiki Ueno <ueno@unixuser.org>
3012
3013 * epa-file.el (epa-file-insert-file-contents):
3014 Set buffer-file-name before decrypting a file.
3015
3016 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * server.el (server-start): If unable to start the server,
3019 display a warning instead of raising an error.
3020
3021 * startup.el (server-process): Add defvar.
3022 (command-line): If the daemon is unable to start the server,
3023 display a message and exit Emacs.
3024
3025 2008-12-15 Sam Steingold <sds@gnu.org>
3026
3027 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3028 mostly for CLISP modules, but could also be useful elsewhere.
3029
3030 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3033 * icomplete.el (icomplete-prospects-height):
3034 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3035
3036 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3037
3038 * international/mule.el (find-auto-coding): Fix typo in docstring.
3039
3040 * international/mule-cmds.el (select-safe-coding-system):
3041 * mail/rmail.el (rmail-require-mime-maybe):
3042 Fix arguments of `display-warning'.
3043
3044 * simple.el (bad-package-check): Fix arguments of `display-warning',
3045 using the package name as TYPE. Use `string-match-p'.
3046
3047 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3048
3049 * proced.el (proced-sort-interactive, proced-sort-pcpu)
3050 (proced-sort-pmem, proced-sort-start, proced-sort-time)
3051 (proced-sort-user, proced-sort-header): Prefix arg determines
3052 sorting order. Suggested by Dan Nicolaescu.
3053 (proced-revert): Doc fix.
3054
3055 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3056
3057 * proced.el (proced-grammar-alist): Allow refiner elements that
3058 are cons pairs (function . help-echo) or nil.
3059 (proced-refine): Use them.
3060 (proced-format-alist): Allow alternatives.
3061 (proced-descend): New variable.
3062 (proced-sort): New arg descend.
3063 (proced-sort-interactive): Repeated calls toggle sort order.
3064 (proced-format): Accomodate changes of proced-format-alist.
3065 Undefined attributes are displayed as "?".
3066 (proced-process-attributes): New optional arg pid-list.
3067 Ignore processes with empty attribute list.
3068
3069 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3070
3071 * proced.el (proced-auto-update-interval): Rename from
3072 proced-timer-interval.
3073 (proced-auto-update-flag): Rename from proced-timer-flag.
3074 (proced-auto-update-timer): Rename from proced-timer.
3075 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3076 (proced-available): Initialize appropriately.
3077
3078 2008-12-13 Glenn Morris <rgm@gnu.org>
3079
3080 * subr.el (declare-function): Doc fix.
3081
3082 * font-core.el (font-lock-defaults): Doc fix: mention levels;
3083 refer to elisp manual.
3084
3085 2008-12-12 Martin Rudalics <rudalics@gmx.at>
3086
3087 * window.el (fit-window-to-buffer): Return non-nil when height
3088 was orderly adjusted, nil otherwise.
3089
3090 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
3091 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * server.el (server-sentinel): Uncomment code to delete connection file.
3094 (server-start): Save the connection file in the server property list.
3095 Delete it only when we are reasonably convinced that it is not owned by
3096 a running server.
3097 (server-force-delete): New command to force-delete the connection file,
3098 and stop the server if it is running.
3099 (server-running-p): Return t also for local TCP servers when we find a
3100 process with a matching PID, and :other for undecided cases.
3101
3102 2008-12-11 Martin Rudalics <rudalics@gmx.at>
3103
3104 * window.el (fit-window-to-buffer): Use with-selected-window and
3105 condition-case. Do not delete more windows than necessary in
3106 the shrinking (delta < 0) case. Do not raise an error when the
3107 containing frame is too small to show all of buffer. (Bug#1488)
3108
3109 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3110 min-height arg 1 to make sure that small buffers are shown.
3111
3112 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3115 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3116 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3117 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3118 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3119 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3120 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3121 (ruby-backward-sexp, ruby-add-log-current-method)
3122 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3123 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3124 (ruby-deep-indent-paren): Doc fix.
3125 (ruby-insert-encoding-magic-comment): Remove * from docstring.
3126 (ruby-here-doc-find-end): Reflow docstring.
3127
3128 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
3129
3130 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3131 dired-shrink-to-fit is non-nil. (Bug#1488)
3132
3133 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3136 decoding of long locale info is now done in `w32-get-locale-info'.
3137
3138 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3141
3142 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * Makefile.in (ELCFILES): Add ruby-mode.elc.
3145
3146 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3147 terminal variable assignment.
3148
3149 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
3150 Nobuyoshi Nakada <nobu@ruby-lang.org>
3151
3152 * progmodes/ruby-mode.el: New file.
3153
3154 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * net/tramp.el (top): Don't fail if there is no current message.
3157 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
3158
3159 2008-12-10 Kenichi Handa <handa@m17n.org>
3160
3161 * international/fontset.el (setup-default-fontset): Add an entry
3162 for characters in the Unicode SIP area.
3163
3164 2008-12-10 Glenn Morris <rgm@gnu.org>
3165
3166 * vc-mcvs.el: Move to obsolete/, with warning comment.
3167 * Makefile.in (ELCFILES): Update.
3168
3169 2008-12-10 Daiki Ueno <ueno@unixuser.org>
3170
3171 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3172 buffer unmodified. (Bug#1509)
3173 * epa-file.el (epa-file-insert-file-contents): Set buffer's
3174 modification time if visiting a file and the content is
3175 successfully decrypted.
3176
3177 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3180 check whether the buffer is still alive.
3181
3182 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3185
3186 2008-12-09 Glenn Morris <rgm@gnu.org>
3187
3188 * Makefile.in (ELCFILES): Update.
3189
3190 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3193 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3194
3195 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
3196
3197 * term/xterm.el (terminal-init-xterm): Discard pending input
3198 before reading a reply to the terminal attributes query.
3199
3200 2008-12-05 Andreas Schwab <schwab@suse.de>
3201
3202 * dired.el (dired-font-lock-keywords): Fix last change.
3203
3204 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3205
3206 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3207 into (defcustom ... "..." :type ... :group...).
3208
3209 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * international/mule-diag.el (mule-diag): Display the window
3212 system version in a less laconic way.
3213
3214 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3217 if the sorting functions are not loaded. (Bug#1432)
3218
3219 2008-12-04 Sam Steingold <sds@gnu.org>
3220
3221 * progmodes/compile.el (compilation-read-command): Extract from
3222 compile.
3223 (compile): Use it.
3224 (recompile): Accept an optional argument to enable editing the
3225 command line.
3226
3227 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp.el (top): Write a message, when loading Tramp.
3230
3231 * net/tramp-cache.el (tramp-dump-connection-properties):
3232 Polish the check, whether to dump the data.
3233
3234 2008-12-04 Lute Kamstra <lute@gnu.org>
3235
3236 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3237 check if the file "CVS/Entries" exists.
3238
3239 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * international/mule-diag.el (list-character-sets): Doc fix.
3242 (list-character-sets-2): Fix info in header. Simplify.
3243 (print-coding-system): Simplify.
3244 (list-input-methods-1): Simplify.
3245 (mule-diag): Display current font/fontset for all window systems,
3246 not just X. Simplify.
3247
3248 2008-12-04 Glenn Morris <rgm@gnu.org>
3249
3250 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
3251 (vc-cvs-register): Doc fix.
3252 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
3253 (vc-mcvs-register): Doc fix.
3254 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
3255 (vc-rcs-register): Doc fix.
3256 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
3257 (vc-sccs-register): Doc fix.
3258 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
3259 (vc-svn-register): Doc fix.
3260
3261 * files.el (toggle-read-only): Doc fix.
3262
3263 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3266 be used in compact layout and vice-versa.
3267
3268 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3271 like most list-* commands.
3272
3273 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3274 They already exist in descr-text.el as `describe-char-unicodedata-file'
3275 and `describe-char-unicode-data'.
3276 (print-list): Simplify.
3277 (read-charset): Reflow docstring.
3278 (list-coding-systems): Doc fix.
3279
3280 2008-12-03 Glenn Morris <rgm@gnu.org>
3281
3282 * vc.el (vc-diff-switches): Doc fix.
3283 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
3284 (vc-bzr-log-switches): Doc fix.
3285 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
3286 * vc-git.el (vc-git-diff-switches): Doc fix.
3287 * vc-hg.el (vc-hg-diff-switches): Doc fix.
3288 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3289 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3290 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
3291 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
3292
3293 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3294 other backends.
3295 (vc-arch-diff): Apply switches.
3296
3297 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3298 than appending.
3299
3300 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3301
3302 2008-12-03 Daiki Ueno <ueno@unixuser.org>
3303
3304 * epa.el (epa--show-key): Use past tense of "expire" if the key
3305 has already been expired. Thanks to Peter BARABAS.
3306
3307 2008-12-03 Lute Kamstra <lute@gnu.org>
3308
3309 * align.el:
3310 * allout.el:
3311 * apropos.el:
3312 * arc-mode.el:
3313 * autoinsert.el:
3314 * avoid.el:
3315 * battery.el:
3316 * bookmark.el:
3317 * buff-menu.el:
3318 * calculator.el:
3319 * chistory.el:
3320 * cmuscheme.el:
3321 * comint.el:
3322 * compare-w.el:
3323 * dabbrev.el:
3324 * delim-col.el:
3325 * desktop.el:
3326 * diff-mode.el:
3327 * diff.el:
3328 * dired-aux.el:
3329 * dired-x.el:
3330 * dired.el:
3331 * dos-vars.el:
3332 * ediff-diff.el:
3333 * ediff-help.el:
3334 * ediff-init.el:
3335 * ediff-merg.el:
3336 * ediff-mult.el:
3337 * ediff-ptch.el:
3338 * ediff-vers.el:
3339 * ediff-wind.el:
3340 * ediff.el:
3341 * emerge.el:
3342 * facemenu.el:
3343 * faces.el:
3344 * ffap.el:
3345 * filecache.el:
3346 * find-dired.el:
3347 * font-core.el:
3348 * font-lock.el:
3349 * forms.el:
3350 * fringe.el:
3351 * help-at-pt.el:
3352 * hippie-exp.el:
3353 * ido.el:
3354 * image-file.el:
3355 * imenu.el:
3356 * indent.el:
3357 * info.el:
3358 * isearchb.el:
3359 * iswitchb.el:
3360 * jit-lock.el:
3361 * jka-compr.el:
3362 * log-edit.el:
3363 * lpr.el:
3364 * ls-lisp.el:
3365 * man.el:
3366 * menu-bar.el:
3367 * midnight.el:
3368 * mouse-sel.el:
3369 * mouse.el:
3370 * msb.el:
3371 * outline.el:
3372 * paren.el:
3373 * pcmpl-cvs.el:
3374 * pcmpl-gnu.el:
3375 * pcomplete.el:
3376 * pcvs-info.el:
3377 * pcvs-parse.el:
3378 * printing.el:
3379 * ps-mule.el:
3380 * ps-print.el:
3381 * replace.el:
3382 * ruler-mode.el:
3383 * saveplace.el:
3384 * sb-image.el:
3385 * scroll-bar.el:
3386 * sha1.el:
3387 * shadowfile.el:
3388 * shell.el:
3389 * sort.el:
3390 * speedbar.el:
3391 * strokes.el:
3392 * tempo.el:
3393 * term.el:
3394 * terminal.el:
3395 * time-stamp.el:
3396 * time.el:
3397 * tree-widget.el:
3398 * type-break.el:
3399 * vc-cvs.el:
3400 * vc-hg.el:
3401 * vc-mcvs.el:
3402 * vc-rcs.el:
3403 * vc-sccs.el:
3404 * vc.el:
3405 * view.el:
3406 * w32-vars.el:
3407 * whitespace.el:
3408 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3409 deffaces, defconsts and defuns.
3410
3411 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3414 the prompt was added to the minibuffer.
3415
3416 2008-12-02 Glenn Morris <rgm@gnu.org>
3417
3418 * format.el (format-write-file): Rewrite doc yet again.
3419
3420 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3421 Doc fix. (Bug#1368)
3422
3423 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3424
3425 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3426
3427 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3428 case where point is at the beginning of the buffer. (Bug#1239)
3429
3430 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3431
3432 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3433 already have the correct indentation. (Bug#859)
3434
3435 2008-12-02 Kenichi Handa <handa@m17n.org>
3436
3437 * international/uni-decomposition.el: Re-generated.
3438
3439 2008-12-01 Andreas Schwab <schwab@suse.de>
3440
3441 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3442 ending in a colon as directory header.
3443
3444 2008-12-01 Kenichi Handa <handa@m17n.org>
3445
3446 * international/uni-numeric.el: Re-generated.
3447
3448 * international/charprop.el: Re-generated.
3449
3450 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3451
3452 * international/mule-cmds.el (locale-preferred-coding-systems):
3453 Fix alist item.
3454
3455 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3456
3457 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3458 (tramp-set-connection-property, tramp-flush-connection-property)
3459 (tramp-dump-connection-properties): Use it.
3460
3461 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * wdired.el (wdired-finish-edit): If displaying a single file,
3464 change dired-directory if that file was renamed.
3465
3466 * emacs-lisp/byte-run.el (macro-declaration-function):
3467 Disallow declare specs with lengths of 3 or more.
3468
3469 * dirtrack.el (dirtrack): Fix error message.
3470
3471 2008-11-30 Glenn Morris <rgm@gnu.org>
3472
3473 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3474 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3475
3476 * vc-git.el (vc-git-diff):
3477 * vc-hg.el (vc-hg-diff):
3478 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3479
3480 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3481 (eshell-needs-pipe-p): New function.
3482 (eshell-gather-process-output): Set process-connection-type according to
3483 eshell-needs-pipe-p. (Bug#1388)
3484
3485 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3488 (diary-remind-message, diary-number-of-entries)
3489 (diary-include-other-diary-files, diary-mark-included-diary-files)
3490 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3491 (diary-font-lock-keywords-1): Reflow docstrings.
3492 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3493 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3494
3495 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3496 (timer-duration): Use `string-match-p'.
3497
3498 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * complete.el (PC-do-complete-and-exit):
3501 Use minibuffer-confirm-exit-commands.
3502
3503 * minibuffer.el (minibuffer-confirm-exit-commands):
3504 Add PC-complete and PC-complete-word to the list.
3505
3506 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * files.el (break-hardlink-on-save): Fix typo in docstring.
3509 Add :version tag.
3510
3511 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3512 (reb-mode): Define with `define-derived-mode'.
3513
3514 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3515
3516 * files.el (break-hardlink-on-save): New variable.
3517 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3518 (file-precious-flag): Mention it in doc string.
3519
3520 2008-11-29 Miles Bader <miles@gnu.org>
3521
3522 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3523 (minibuffer-complete-and-exit): Use it.
3524
3525 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * term/x-win.el (x-gtk-stock-cache): New hash table.
3528 (x-gtk-map-stock): Perform caching to prevent excess consing
3529 during redisplay.
3530
3531 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * minibuffer.el (completion--try-word-completion): Don't ignore
3534 partial-completion if it's the only style.
3535
3536 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3539 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3540 (reb-initialize-buffer): Update matches, in case we're reentering
3541 RE Builder mode.
3542
3543 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3546 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3547 values for minibuffer-completion-confirm.
3548
3549 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3550
3551 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3552 any but the first "*" in a doc-string.
3553
3554 2008-11-28 Glenn Morris <rgm@gnu.org>
3555
3556 * format.el (format-write-file): Improve previous doc fix.
3557
3558 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * simple.el (use-empty-active-region, use-region-p)
3561 (region-active-p): Doc fix.
3562
3563 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3564
3565 * window.el (display-buffer): Fix handling of not-this-window
3566 argument. (Bug#1415)
3567
3568 2008-11-27 Kenichi Handa <handa@m17n.org>
3569
3570 * international/characters.el: Set category 'C' to characters
3571 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3572
3573 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3574
3575 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3578 (tool-bar-find-image): Function deleted.
3579 (tool-bar-local-item, tool-bar-local-item-from-menu):
3580 Use find-image instead of tool-bar-find-image.
3581 (tool-bar-keymap-cache): New hash table.
3582 (tool-bar-make-keymap): Use it.
3583 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3584
3585 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * net/dbus.el (dbus-handle-event): The result of a message call
3588 handler can also be an object, which is not a consp.
3589
3590 2008-11-25 Alan Mackenzie <acm@muc.de>
3591
3592 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3593 (forward-list, backward-list, down-list, backward-up-list)
3594 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3595 (insert-pair, insert-parentheses): State that the command assumes
3596 that point is not in a string or comment.
3597
3598 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3599
3600 * net/dbus.el (dbus-string-to-byte-array)
3601 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3602 (dbus-unescape-from-identifier): New defuns.
3603 (dbus-handle-event): The result of a message call is a list of
3604 arguments, which must be expanded when passing to
3605 `dbus-method-return-internal'.
3606
3607 * net/tramp.el (tramp-handle-write-region): Improve the check for
3608 calling direct copy.
3609 (tramp-find-inline-encoding): Don't raise an error but a warning,
3610 when no inline encoding is found.
3611 (tramp-get-remote-coding): Check for a symbol. The negative check
3612 for a string fails, when there is an empty string.
3613
3614 2008-11-26 Glenn Morris <rgm@gnu.org>
3615
3616 * vc-git.el (vc-git-diff-switches): New option.
3617 (vc-git-diff): Apply diff switches. (Bug#1386)
3618 Give it a basic doc string.
3619
3620 * term/pc-win.el (x-font-family-list): Replace redefinition with
3621 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3622
3623 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3624
3625 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3626 of the polynomial rather than the whole polynomial.
3627
3628 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3629
3630 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3631 mailrc, recognize string quoting. When reading from Lisp, accept
3632 rfc822-like addresses.
3633
3634 * mail/mailalias.el (define-mail-alias): Sync code with
3635 define-mail-abbrev.
3636
3637 2008-11-25 Glenn Morris <rgm@gnu.org>
3638
3639 * eshell/esh-proc.el (eshell-gather-process-output):
3640 Revert previous change. (re-opens Bug#1388)
3641
3642 * select.el (x-set-cut-buffer): Fix signal arguments.
3643
3644 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3645
3646 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3649 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3650 (bubbles--empty-char): Use "\s".
3651
3652 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3653
3654 * calc/calc.el (calc-settings-file, calc-language-alist)
3655 (calc-embedded-announce-formula)
3656 (calc-embedded-announce-formula-alist)
3657 (calc-embedded-open-formula, calc-embedded-close-formula)
3658 (calc-embedded-open-close-formula-alist)
3659 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3660 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3661 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3662 (calc-embedded-open-close-new-formula-alist)
3663 (calc-embedded-open-mode, calc-embedded-close-mode)
3664 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3665 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3666 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3667 from docstrings.
3668
3669 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3670
3671 * calculator.el (calculator-op-or-exp): Reflow docstring.
3672 (calculator-remove-zeros, calculator-repR, calculator-repL):
3673 Fix typos in docstrings.
3674
3675 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3678 windows instead of calling switch-to-buffer.
3679
3680 * diff.el (diff-sentinel): Take note of diff error return value.
3681
3682 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3683
3684 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3685 frame can't be split.
3686
3687 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3688
3689 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3690 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3691 (newsticker--treeview-tree-update-tag): Remove dead code.
3692 (newsticker-treeview-update): Don't update cache.
3693 (newsticker-treeview-quit): Don't save cache.
3694 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3695 (newsticker-treeview-save): Use `newsticker-dir'.
3696 (newsticker--treeview-load): Use `newsticker-dir'.
3697 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3698 Update tags.
3699 (newsticker-treeview-tree-do-click): Slightly simplified.
3700
3701 * net/newst-backend.el (newsticker-dir): New.
3702 (newsticker-start): Use `newsticker--cache-read'.
3703 (newsticker-stop): Use `newsticker--cache-save'.
3704 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3705 (newsticker--images-dir): New.
3706 (newsticker--image-get, newsticker--image-sentinel):
3707 Use `newsticker--images-dir'.
3708 (newsticker--cache-save-version1): Backup version of
3709 `newsticker--cache-save'.
3710 (newsticker--cache-update): Create newsticker-dir if necessary.
3711 (newsticker--cache-dir): New.
3712 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3713 (newsticker--cache-save-feed): New.
3714 (newsticker--cache-read-version1): New. Backuped version for reading
3715 cache data..
3716 (newsticker--cache-read, newsticker--cache-do-read): New.
3717
3718 * net/newst-reader.el (newsticker--image-read):
3719 Use `newsticker--images-dir'.
3720
3721 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * files.el (confirm-nonexistent-file-or-buffer):
3724 Allow `after-completion' value to request confirm only after TAB.
3725 (confirm-nonexistent-file-or-buffer): New function.
3726 (read-buffer-to-switch, find-file, find-file-other-window)
3727 (find-file-other-frame, find-file-read-only)
3728 (find-file-read-only-other-window)
3729 (find-file-read-only-other-frame): Use it.
3730 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3731 Thanks to Alan Mackenzie for suggesting the new behavior.
3732
3733 * minibuffer.el (minibuffer-complete-and-exit):
3734 Change `confirm-only' value of minibuffer-completion-confirm to
3735 `confirm', and handle a `confirm-after-completion' value.
3736
3737 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3740
3741 2008-11-24 Andreas Schwab <schwab@suse.de>
3742
3743 * image.el (image-type-header-regexps): Recognize more xbm format
3744 variants.
3745
3746 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3747
3748 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3749 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3750 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3751 (artist-replace-string, artist-draw-rect, artist-draw-line)
3752 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3753 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3754 (artist-pen, artist-pen-line, artist-text-insert-common)
3755 (artist-text-overwrite, artist-spray-get-interval)
3756 (artist-spray-clear-circle, artist-erase-char)
3757 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3758 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3759 (artist-key-draw-1point, artist-key-draw-2points)
3760 (artist-mouse-draw-continously): Fix typos in docstrings.
3761 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3762 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3763 (artist-backward-char, artist-forward-char): Doc fixes.
3764 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3765 Reflow docstrings.
3766
3767 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * international/quail.el (quail-vunion): New function.
3770 (quail-defrule-internal): Use it to prevent accumulating redundant
3771 alternatives when `append' is set.
3772 (quail-insert-decode-map): Simplify computation of the max-key-width.
3773 Compute it right for multiple-list.
3774
3775 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3778 explicitly. Doc fix.
3779
3780 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3781
3782 * calendar/appt.el (appt-disp-window): Move minibuffer check
3783 after binding this-window and do not set-buffer to make sure we
3784 won't deselect the minibuffer. (Bug#1413)
3785
3786 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * vc-hg.el (vc-hg-program): Remove.
3789 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3790 Undo previous change.
3791
3792 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3793
3794 * info-look.el (info-lookup): When Info buffer is visible on
3795 another frame, raise that frame.
3796
3797 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3798
3799 * allout.el (allout-mode): Fix typo in docstring.
3800
3801 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3802 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3803
3804 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * vc-hooks.el (vc-follow-link): Complete last change.
3807
3808 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * textmodes/remember.el (remember-region): Doc fix.
3811 (remember-filter-functions, remember-handler-functions)
3812 (remember-save-after-remembering, remember-mailbox)
3813 (remember-default-priority, remember-data-file, remember-leader-text)
3814 (remember-diary-file): Remove * from defcustom docstrings.
3815 (remember-run-all-annotation-functions-flag)
3816 (remember-all-handler-functions): Reflow docstrings.
3817 (remember-store-in-mailbox): Fix typo in docstring.
3818 (remember-mode): Define with `define-derived-mode'. Doc fix.
3819
3820 2008-11-23 Glenn Morris <rgm@gnu.org>
3821
3822 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3823 (eshell-do-pipelines): Add optional argument to distinguish recursive
3824 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3825 in a pipeline.
3826
3827 * eshell/esh-proc.el (eshell-gather-process-output):
3828 Set process-connection-type nil for all but the first element of a
3829 pipeline. (Bug#1388)
3830
3831 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3832
3833 * ediff-hook.el: Add tooltips to Emacs menus.
3834
3835 * ediff.el: Change date of last update.
3836
3837 2008-11-22 Juri Linkov <juri@jurta.org>
3838
3839 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3840 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3841 Doc fix.
3842 (dired-isearch-filenames-setup): Run filename Isearch only when
3843 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3844 and the text property `dired-filename' at point is non-nil.
3845 In this case also set isearch-message-prefix-add to "filename ".
3846 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3847 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3848 Don't let-bind isearch-message-prefix-add since this is done now
3849 in dired-isearch-filenames-setup.
3850
3851 * isearch.el (isearch-mode): Change the order of calling
3852 `isearch-update' and running the `isearch-mode-hook' to call
3853 `isearch-update' with Isearch parameters set in this hook.
3854
3855 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3856 Fix docstring - change "during `compile'" to "during compilation".
3857
3858 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3859 be immediately after `name'.
3860
3861 * startup.el (initial-buffer-choice): Change an abstract file name
3862 "file.txt" to more reasonable default file name value "~/.emacs".
3863
3864 2008-11-22 Juri Linkov <juri@jurta.org>
3865
3866 * files.el (hack-local-variables-confirm): Rename arg `project' to
3867 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3868 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3869 (hack-local-variables): Rename call of `hack-project-variables' to
3870 `hack-dir-local-variables'. Change error text to "Directory-local
3871 variables error".
3872 (dir-locals-class-alist): Rename from `project-class-alist'.
3873 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3874 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3875 (dir-locals-collect-mode-variables): Rename from
3876 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3877 `mode-variables', and arg `settings' to `variables'.
3878 (dir-locals-collect-variables): Rename from
3879 `project-collect-binding-list'. Rename arg `binding-list' to
3880 `class-variables', and arg `settings' to `variables'.
3881 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3882 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3883 Rename arg `settings' to `variables'.
3884 (dir-locals-file): New defconst.
3885 (dir-locals-find-file): Rename from `project-find-settings-file'.
3886 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3887 and `pda' to `dir-elt'.
3888 (dir-locals-read-from-file): Rename from
3889 `project-define-from-project-file'. Rename arg `settings-file'
3890 to `file'. Rename let-bound `list' to `variables'.
3891 (hack-dir-local-variables): Rename from `hack-project-variables'.
3892 Rename let-bound `settings' to `variables-file', `root-dir'
3893 to `dir-name', and `bindings' to `variables'.
3894
3895 2008-11-22 Lute Kamstra <lute@gnu.org>
3896
3897 * simple.el (goto-line): Rename argument.
3898
3899 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3900
3901 * makefile.w32-in (compile-first): New target.
3902 (recompile): Depend on compile-first.
3903
3904 * Makefile.in (recompile): Depend on compile-first.
3905
3906 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3907
3908 * files.el (switch-to-buffer-other-window)
3909 (switch-to-buffer-other-frame): Rename buffer argument to
3910 buffer-or-name. Reword and mention new option
3911 confirm-nonexistent-file-or-buffer in doc-string.
3912
3913 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3914
3915 * emulation/viper.el: Date change.
3916
3917 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3918 viper-translate-all-ESC-keysequences is now a function.
3919
3920 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3921 Make this variable.
3922
3923 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3926 Use buffer-file-truename to handle symlinks in any part of the filename.
3927
3928 2008-11-22 Glenn Morris <rgm@gnu.org>
3929
3930 * vc-mtn.el (vc-mtn-diff-switches): New option.
3931 (vc-mtn-program): Rename from vc-mtn-command, for
3932 consistency with other backends. Keep old name as alias.
3933 Update callers. Make it a defcustom.
3934 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3935
3936 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3937 consistency with other backends. Keep old name as alias.
3938 Make it a defcustom.
3939 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3940
3941 * vc-hg.el (vc-hg-program): New option.
3942 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3943 Use vc-hg-program rather than hard-coded "hg".
3944
3945 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3946 (vc-svn-program): Move defcustom to start.
3947 (vc-svn-create-repo, vc-svn-modify-change-comment):
3948 Use vc-svn-program rather than hard-coded "svn".
3949
3950 * menu-bar.el: Stylistic consistency fixes for various menu and
3951 help texts.
3952
3953 * kmacro.el (kmacro-insert-counter): Doc fix.
3954
3955 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3956
3957 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3958
3959 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * international/quail.el (quail-indent-to): New function.
3962 (quail-completion-1, quail-completion-list-translations)
3963 (quail-insert-decode-map): Use it to improve alignment.
3964 (quail-build-decode-map): Don't ignore latin-1 chars.
3965 (quail-help): Increase the max decode-map size so that even the TeX map
3966 gets printed.
3967
3968 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3969 Signal error for invalid bookmark.
3970 (bookmark-get-bookmark-record): Undo last change.
3971 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3972
3973 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3974 Suggested by Toru TSUNEYOSHI.
3975
3976 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3977
3978 * byte-opt.el (byte-compile-butlast): Move up in file.
3979 (byte-optimize-plus): Don't call
3980 byte-optimize-delay-constants-math (bug#1334).
3981 Use byte-optimize-predicate to optimize constants.
3982 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3983 Remove zero arguments first
3984 if possible. Call byte-optimize-predicate to optimize constants.
3985 (byte-optimize-multiply): Remove optimizations for arguments of 0
3986 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3987 Call byte-optimize-predicate.
3988 (byte-optimize-divide): Leave runtime errors unchanged.
3989 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3990 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3991
3992 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3995 declaration and remove redundant info from docstring.
3996
3997 * isearch.el (isearch-search-string): Doc fix.
3998 (search-exit-option, search-slow-window-lines, search-slow-speed)
3999 (search-upper-case, search-nonincremental-instead)
4000 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4001 (search-ring-update, search-highlight, isearch-lazy-highlight)
4002 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4003 (lazy-highlight-interval): Remove * from defcustom docstrings.
4004 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4005 Remove * from defcustom docstrings; fix typos.
4006 (isearch-push-state-function, isearch-help-for-help-internal)
4007 (isearch-help-for-help, isearch-describe-bindings)
4008 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4009 (isearch-pop-fun-state, isearch-search-fun-function)
4010 (isearch-lazy-highlight-search): Fix typos in docstrings.
4011 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4012 (isearch-forward): Fix typo and reflow docstring.
4013 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
4014 (isearch-mode-map): Don't use `let*'.
4015
4016 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4019
4020 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * isearch.el (isearch-search-string): Simplify and convert docstring.
4023
4024 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4025
4026 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
4029 (lookup-nested-alist): Doc fix.
4030 (with-coding-priority): Reflow docstring.
4031 (detect-coding-with-priority): Fix typos in obsolescence declaration.
4032 (char-displayable-p): Reflow docstring. Use `when'.
4033
4034 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4035
4036 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4037 week forward/backward.
4038
4039 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4040
4041 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4042 (with-electric-help): Fix typo and reflow docstring.
4043
4044 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4047 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4048 (list-buffers-noselect): Don't need to pad.
4049
4050 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4051
4052 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4053 Pay attention to char widths when computing string sizes.
4054
4055 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4058 (byte-compile-output-docform): Reflow docstrings.
4059 (no-byte-compile): Fix typo in docstring.
4060 (byte-recompile-directory, compile-defun): Doc fixes.
4061 (emacs-lisp-file-regexp, byte-compile-verbose)
4062 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4063 (byte-compile-dynamic-docstrings, byte-optimize-log)
4064 (byte-compile-error-on-warn, byte-compile-warnings)
4065 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4066 Remove * from defcustom docstrings.
4067
4068 2008-11-20 Glenn Morris <rgm@gnu.org>
4069
4070 * format.el (format-alist, format-write-file): Doc fix.
4071
4072 * proced.el (proced-available): New variable.
4073 (proced-process-attributes): Move availability check from previous
4074 change from here...
4075 (proced): ... to here.
4076
4077 * vc-hg.el (vc-hg-diff-switches): New option.
4078 (vc-hg-diff): Apply diff switches. (Bug#1017)
4079
4080 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4081
4082 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4083
4084 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
4085
4086 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4087
4088 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * calc/calc-units.el (math-units-table): Doc fix.
4091 (math-standard-units): Fix typo in constant's description.
4092 (math-additional-units): Fix typo in docstring.
4093
4094 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4095
4096 * calc/calc-units.el (math-standard-units): Add eps0,
4097 permittivity of vacuum.
4098
4099 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 * files.el (project-settings-file): Remove.
4102 (project-find-settings-file): Undo previous change that added the
4103 use of project-settings-file.
4104
4105 2008-11-19 Glenn Morris <rgm@gnu.org>
4106
4107 * proced.el (proced, proced-format-time): Doc fixes.
4108 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
4109
4110 2008-11-19 Karl Fogel <kfogel@red-bean.com>
4111
4112 * bookmark.el (bookmark-jump-noselect): Move the deprecation
4113 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4114
4115 2008-11-19 Lute Kamstra <lute@gnu.org>
4116
4117 * autoinsert.el (auto-insert-alist): Don't use match data.
4118
4119 2008-11-19 Glenn Morris <rgm@gnu.org>
4120
4121 * progmodes/f90.el (f90-mode-map): Add some menu :help.
4122
4123 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4124
4125 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4126 * term/w32-win.el (x-select-font): Declare.
4127
4128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4129 Use the imperative for all help strings.
4130
4131 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4134 case where the default dictionary is French, Spanish, younameit.
4135
4136 * window.el (window--frame-usable-p): Consider dedicated windows
4137 as usable.
4138
4139 * files.el (confirm-nonexistent-file-or-buffer):
4140 Rename from find-file-confirm-nonexistent-file.
4141 (read-buffer-to-switch): Use it.
4142
4143 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * server.el (server-temp-file-p): Use `string-match-p'.
4146 (server-socket-dir): Set to nil if local sockets are unsupported.
4147 (server-start): Don't try to delete local socket if unsupported.
4148 (server-kill-new-buffers): Reflow docstring.
4149 (server-delete-client, server-handle-delete-frame)
4150 (server-save-buffers-kill-terminal): Doc fixes.
4151 (server-send-string): Fix typo in docstring.
4152
4153 2008-11-18 Sam Steingold <sds@gnu.org>
4154
4155 * progmodes/compile.el (compilation-start-hook): New hook.
4156 (compilation-start): Run it on the compilation process.
4157
4158 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * international/mule-cmds.el (update-leim-list-file): Simplify.
4161 (prefer-coding-system, find-coding-systems-for-charsets):
4162 Fix docstring typos.
4163 (select-safe-coding-system, input-method-exit-on-first-char)
4164 (language-info-alist, language-info-custom-alist): Reflow docstrings.
4165 (toggle-input-method, read-multilingual-string): Doc fixes.
4166 Reflow docstrings.
4167 (locale-name-match, sort-coding-systems, find-multibyte-characters)
4168 (read-char-by-name): Use `string-match-p'.
4169 (get-char-code-property, put-char-code-property)
4170 (char-code-property-description): Be silent while loading uni-* files.
4171 (ucs-names): Use `dotimes-with-progress-reporter', because loading
4172 the Unicode character names is *slow*.
4173
4174 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4177
4178 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4179
4180 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * international/mule-cmds.el (ucs-completions): Mark as risky.
4183
4184 2008-11-17 Martin Rudalics <rudalics@gmx.at>
4185
4186 * help-macro.el (three-step-help): Remove * from defcustom.
4187 (make-help-screen): Don't iconify selected frame. (Bug#1322)
4188 Use when instead of if and cond within condition-case.
4189
4190 * window.el (quit-window): Bind window to selected window when
4191 trying to delete it.
4192
4193 2008-11-17 Glenn Morris <rgm@gnu.org>
4194
4195 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4196 definition of 'ignore, rather than nil. (Bug#1353)
4197
4198 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * window.el (window--frame-usable-p): Allow use for soft-dedication.
4201
4202 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4203
4204 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4205
4206 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4207 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4208 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4209 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4210 (shell-command, repeat-complex-command): Reflow docstrings.
4211 (pop-to-mark-command): Fix typos in docstring.
4212
4213 2008-11-17 Juri Linkov <juri@jurta.org>
4214
4215 * isearch.el (isearch-filter-predicate): Rename from
4216 `isearch-success-function'. Rename default value from
4217 `isearch-success-function-default' to
4218 `isearch-filter-invisible'. Doc fix.
4219 (isearch-filter-invisible): Rename from
4220 `isearch-success-function-default'. Doc fix.
4221 (isearch-search, isearch-lazy-highlight-search):
4222 Rename `isearch-success-function' to `isearch-filter-predicate'.
4223
4224 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4225 `dired-isearch-orig-success-function'.
4226 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4227 (dired-isearch-filenames-end): Rename `isearch-success-function' to
4228 `isearch-filter-predicate'. Doc fix.
4229 (dired-isearch-filter-filenames): Rename from
4230 `dired-isearch-success-function'.
4231
4232 * info.el (Info-search, Info-mode):
4233 Rename `isearch-success-function' to `isearch-filter-predicate'.
4234 (Info-isearch-filter-predicate): Rename from
4235 `Info-search-success-function'.
4236
4237 * simple.el (minibuffer-default-add-function): Fix docstring to
4238 use clear text "default values" instead of obscure references to
4239 the dynamic variable `minibuffer-default'.
4240
4241 2008-11-16 Glenn Morris <rgm@gnu.org>
4242
4243 * term/ns-win.el (ns-extended-platform-support-mode):
4244 Tweak menu entry from previous change.
4245
4246 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4247
4248 * cus-edit.el (custom-buffer-create-internal): Always insert the
4249 in-buffer buttons, regardless of tool-bar. (Bug#1326)
4250
4251 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4254
4255 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * ielm.el (ielm-eval-input): Fix thinko in last change.
4258
4259 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4262
4263 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
4264
4265 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4266 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4267
4268 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4269 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4270 Handle `file-name-as-directory'.
4271
4272 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4275 usual variable-pitch face.
4276
4277 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4280 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4281 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4282 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4283 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4284 (ange-ftp-quote-string, ange-ftp-process-handle-line)
4285 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4286 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4287 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4288 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4289 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4290 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4291 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4292 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4293 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4294 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4295 (ange-ftp-default-user, ange-ftp-default-password)
4296 (ange-ftp-default-account, ange-ftp-netrc-default-password)
4297 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4298 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4299 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4300 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4301 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4302 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4303 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4304 (ange-ftp-make-backup-files, ange-ftp-retry-time)
4305 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4306 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4307 (ange-ftp-gateway-tmp-name-template)
4308 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4309 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4310 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4311 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4312 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4313 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4314 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4315 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4316 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4317 (ange-ftp-rename-local-to-remote): Doc fixes.
4318 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4319 Use `when', `unless'.
4320 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4321 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4322 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4323 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4324 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4325 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4326 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4327 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4328 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4329 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4330 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4331 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4332 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4333 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4334 `(save-match-data (string-match ...))'.
4335 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4336 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4337 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4338 Doc fixes.
4339
4340 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4341
4342 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4343 function instead of a variable.
4344
4345 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4346 viper-ESC-keyseq-timeout as a function.
4347 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4348 defsubst.
4349
4350 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4351 next-line or previous-line.
4352 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4353
4354 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4355
4356 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4357 live.
4358 (ediff-save-buffer): Let window-min-height to 2.
4359
4360 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4361 the minibuffer.
4362
4363 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4366 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4367 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4368 (ielm-map): Define within defvar. Add docstring.
4369 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4370 (ielm-complete-filename): Use `when', `unless'.
4371 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4372 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4373 (ielm-change-working-buffer): Check that the buffer is live.
4374 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4375 Simplify. Reflow docstring.
4376 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4377 New aliases, to satisfy `define-derived-mode' expectations.
4378
4379 2008-11-15 Glenn Morris <rgm@gnu.org>
4380 Martin Rudalics <rudalics@gmx.at>
4381
4382 * emacs-lisp/find-func.el (find-function-advised-original): New.
4383 (find-function-C-source, find-function-noselect):
4384 Use find-function-advised-original to handle advised funcs. (Bug#789)
4385
4386 2008-11-15 Glenn Morris <rgm@gnu.org>
4387
4388 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4389 alias message.
4390
4391 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4392 Remove uniquify-after-kill-buffer-p dependency.
4393 (uniquify-kill-buffer-function): New function.
4394 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4395
4396 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4397 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4398 main Emacs manual.
4399
4400 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (quit-window): Restore delete window with second
4403 arg non-nil behavior as of before 2008-10-30 change.
4404
4405 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4406
4407 * help-fns.el (describe-function-1): Do char-range check for
4408 self-insert-command.
4409
4410 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4411
4412 * files.el (file-precious-flag): Document that this flag is advisory.
4413
4414 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4415
4416 * emacs-lisp/bytecomp.el (byte-compile-associative)
4417 (byte-compile-minus, byte-compile-quo): If there are more than two
4418 operands, don't use binary operation code (bug#1334).
4419
4420 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * w32-fns.el (w32-shell-dos-semantics):
4423 * calendar/diary-lib.el (diary-face-attrs):
4424 * international/mule-cmds.el (set-default-coding-systems)
4425 (prefer-coding-system):
4426 * net/tramp.el (tramp-set-completion-function):
4427 * progmodes/vhdl-mode.el (vhdl-file-header):
4428 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4429
4430 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4431
4432 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4433 (kill-matching-buffers, save-buffers-kill-emacs)
4434 (save-buffers-kill-terminal): Fix typos in docstrings.
4435 (switch-to-buffer-other-window): Reflow docstring.
4436 (revert-buffer): Doc fix.
4437 (define-project-bindings): Rename arg LIST to SETTINGS.
4438 (project-find-settings-file): Use `let', not `let*'.
4439 Use `when'.
4440
4441 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * files.el (project-settings-file, locate-dominating-file):
4444 Fix typos in docstrings.
4445 (find-file-visit-truename): Remove * from defcustom docstring.
4446
4447 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4448
4449 * files.el (project-settings-file): New variable.
4450 (project-find-settings-file): Use it, instead of hardcoding
4451 .dir.settings.el.
4452
4453 2008-11-13 Glenn Morris <rgm@gnu.org>
4454
4455 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4456
4457 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4458
4459 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4460 in mail bodies.
4461
4462 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * international/mule.el (autoload-coding-system, with-category-table)
4465 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4466 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4467 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4468 (set-file-name-coding-system, ctext-pre-write-conversion)
4469 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4470 Reflow docstrings.
4471 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4472 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4473 (char-valid-p): Define with `define-obsolete-function-alias'.
4474
4475 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4476
4477 2008-11-12 Sam Steingold <sds@gnu.org>
4478
4479 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4480 between hostname and path.
4481
4482 2008-11-11 Juri Linkov <juri@jurta.org>
4483
4484 * dired-aux.el (dired-isearch-filenames)
4485 (dired-isearch-filenames-regexp):
4486 Let-bind isearch-message-prefix-add to "filename ".
4487
4488 * isearch.el (isearch-message-prefix-add)
4489 (isearch-message-suffix-add): New variables.
4490 (isearch-message-prefix): Show additional text from
4491 `isearch-message-prefix-add' before "I-search".
4492 (isearch-message-suffix): Show additional text from
4493 `isearch-message-suffix-add' at the end.
4494
4495 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4496 `isearch-search'. Call isearch-success-function to skip matches
4497 outside the current isearch scope. Let-bind search-invisible to
4498 nil to not match invisible text.
4499
4500 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4501 Let-bind `isearch-recursive-edit' to nil to prevent calling
4502 `exit-recursive-edit' in `isearch-done' that terminates the
4503 execution of these commands when it is non-nil. Call
4504 `exit-recursive-edit' explicitly at the end.
4505 (isearch-occur): For word search construct the correct regexp
4506 with word boundaries to proceed with occur.
4507
4508 * isearch.el (isearch-search-fun): Compare the length of the
4509 current search string with the length of the string from the
4510 previous search state to detect the situation when the user
4511 adds or removes characters in the search string.
4512 Use word-search-forward-lax and word-search-backward-lax in this
4513 case, and otherwise word-search-forward and word-search-backward.
4514
4515 2008-11-11 Sam Steingold <sds@gnu.org>
4516
4517 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4518 the "Version Control" group (for C-x v g).
4519
4520 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * server.el (server-process-filter): Fix typos and reflow docstring.
4523
4524 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4525
4526 * mail/footnote.el (footnote-mode): Improve doc-string.
4527 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4528
4529 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4532
4533 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4534
4535 * mail/smtpmail.el (smtpmail-open-stream): Use
4536 `starttls-any-program-available'. Auto-load starttls.el for it.
4537
4538 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4541 version (bug@1285).
4542
4543 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4544
4545 * startup.el (command-line): Ignore init-file-user when checking
4546 user's home directory on MS-DOS as well.
4547
4548 2008-11-07 Sam Steingold <sds@gnu.org>
4549
4550 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4551
4552 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * frame.el (make-frame-on-display): Use `string-match-p'.
4555
4556 2008-11-07 Glenn Morris <rgm@gnu.org>
4557
4558 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4559
4560 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4561
4562 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4563 to initialize font-lock keyword case sensitivity.
4564 (lisp-mode): Use it.
4565
4566 2008-11-06 Glenn Morris <rgm@gnu.org>
4567
4568 * eshell/esh-maint.el: Remove unused file.
4569
4570 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4571
4572 * cus-edit.el (custom-comment-tag): Doc fix.
4573 (custom-comment, custom-variable-value-create, custom-face):
4574 Use face names sans -face suffix rather than aliases.
4575
4576 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4577
4578 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4579 window width.
4580
4581 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * server.el (server-process-filter): Only default to emacsclient's
4584 terminal in daemon mode.
4585
4586 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4587
4588 * window.el (quit-window): Restore prefix argument behavior
4589 removed in 2008-10-30 change. (Bug#1308)
4590
4591 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4592
4593 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4594 function to kill-buffer-hook, not to kill-buffer.
4595 Reported by Markus Triska <markus.triska@gmx.at>
4596
4597 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4598
4599 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4600 exists before deleting its windows.
4601
4602 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * server.el (server-process-filter): Don't call
4605 server-create-tty-frame when no tty name is specified.
4606
4607 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4608
4609 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4610
4611 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4614 (define-char-code-property):
4615 * textmodes/reftex.el (reftex-index):
4616 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4617
4618 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4621 vc-bzr-status-printer.
4622
4623 * startup.el (startup-echo-area-message): Display a different
4624 message in daemon mode. Suggested by Stephen Turnbull.
4625
4626 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4627 Windows.
4628
4629 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * dframe.el (dframe-mouse-position-function)
4632 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4633 (dframe-mouse-set-point): Fix typos in docstrings.
4634
4635 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4636
4637 * vc-dir.el (vc-dir-headers): Undo previous change.
4638
4639 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4642 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4643
4644 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4645
4646 * subr.el (looking-back): Fix doc-string typo.
4647
4648 * electric.el (Electric-pop-up-window): Call window-end with
4649 UPDATE set to t.
4650
4651 * window.el (save-selected-window): Make it behave like
4652 save-selected-window-norecord.
4653 (save-selected-window-norecord): Remove, since functionality
4654 fully taken over by save-selected-window.
4655 (walk-windows, set-window-text-height, fit-window-to-buffer):
4656 Use save-selected-window instead of save-selected-window-norecord.
4657 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4658 save-selected-window-norecord.
4659 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4660 indent-function for save-selected-window-norecord.
4661
4662 2008-11-03 Alan Mackenzie <acm@muc.de>
4663
4664 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4665
4666 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * subr.el (looking-back): Doc fix.
4669
4670 * term/x-win.el (x-initialize-window-system):
4671 Call x-wm-set-size-hint after initialization.
4672
4673 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4674 to t.
4675
4676 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4677 2000-12-08 (bug#1297).
4678
4679 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4680
4681 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4682
4683 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4684 when appropriate.
4685
4686 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4687
4688 * window.el (save-selected-window-norecord): New macro.
4689 (walk-windows): Use save-selected-window-norecord and call
4690 select-window with NORECORD set. (Bug#1237)
4691 (set-window-text-height, fit-window-to-buffer):
4692 Use save-selected-window-norecord and call select-window with
4693 NORECORD set.
4694 * subr.el (with-selected-window): Call set-frame-selected-window
4695 with new argument NORECORD set. Update doc-string.
4696 (with-selected-frame): Call select-frame with new argument
4697 NORECORD set. Update doc-string.
4698 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4699 Put indent-function for save-selected-window-norecord.
4700 * font-lock.el (lisp-font-lock-keywords-2):
4701 Add save-selected-window-norecord.
4702
4703 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * cus-edit.el (customize-apropos-options, custom-comment)
4706 (custom-comment-tag, custom-face-edit-attribute-tag):
4707 Fix typos in docstrings.
4708 (custom-buffer-done-kill): Remove * from defcustom docstring.
4709 (custom-file): Fix typo in doc of defcustom choice.
4710
4711 * frame.el (display-visual-class): Fix typo in docstring.
4712 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4713 (special-display-frame-alist, show-trailing-whitespace)
4714 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4715 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4716 Remove * from defcustom docstrings.
4717
4718 * md4.el (md4-buffer): Fix typo in docstring.
4719 (md4, md4-64): Doc fixes.
4720 (md4-pack-int32): Reflow docstring.
4721
4722 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4723 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4724
4725 * rect.el (open-rectangle): Reflow docstring.
4726 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4727
4728 * select.el (x-get-cut-buffer): Fix typo in docstring.
4729
4730 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4731 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4732 Fix typos in docstrings.
4733
4734 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4735 Fix typos in docstrings.
4736
4737 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4738
4739 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4740
4741 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4742 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4743 (newsticker--treeview-tree-update)
4744 (newsticker--treeview-tree-update-highlight)
4745 (newsticker-treeview-update)
4746 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4747 (newsticker-treeview-next-new-or-immortal-item)
4748 (newsticker-treeview-prev-new-or-immortal-item)
4749 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4750 (newsticker-treeview-tree-click): Watch for layout changes.
4751 (newsticker--treeview-set-current-node): Cleanup.
4752 (newsticker--treeview-restore-layout): Rename from
4753 newsticker--treeview-restore-buffers.
4754 (newsticker--treeview-mark-item): Update cache file.
4755
4756 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4757
4758 * calendar/icalendar.el (icalendar--uid-count): New.
4759 (icalendar--create-uid): New. Extracted from
4760 `icalendar-export-region' and add uid counter.
4761 (icalendar-export-region): Use `icalendar--create-uid'.
4762
4763 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4764
4765 * tooltip.el (tooltip-frame-parameters): Doc fix.
4766
4767 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4768
4769 * window.el (window-body-height, window-current-scroll-bars)
4770 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4771 (minibuffer-window-active-p, count-windows)
4772 (window-safely-shrinkable-p, window--splittable-p)
4773 (window--try-to-split-window, window--frame-usable-p)
4774 (window--even-window-heights, window--display-buffer-1)
4775 (window--display-buffer-2, set-window-text-height)
4776 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4777 (truncated-partial-width-window-p): Rewrite doc-string.
4778 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4779 (split-window-vertically, split-window-horizontally):
4780 Rename args, rewrite doc-string, and simplify code.
4781 (split-window-save-restore-data): Rename args and use
4782 when instead of if.
4783
4784 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * indent.el (indent-for-tab-command): Use use-region-p.
4787
4788 * vc.el (vc-revert): Limit the length of the query string.
4789
4790 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * simple.el (idle-update-delay, next-error-highlight)
4793 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4794 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4795 (kill-read-only-ok, backward-delete-char-untabify-method)
4796 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4797 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4798 (goal-column, line-move-ignore-invisible, fill-prefix)
4799 (auto-fill-inhibit-regexp, blink-matching-paren)
4800 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4801 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4802 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4803 (minibuffer-history-isearch-wrap, transient-mark-mode)
4804 (next-logical-line, auto-fill-mode, line-number-mode)
4805 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4806 (normal-erase-is-backspace-mode): Doc fixes.
4807 (current-kill, transient-mark-mode, toggle-truncate-lines)
4808 (visible-mode): Reflow docstrings.
4809 (minibuffer-local-shell-command-map, interprogram-paste-function):
4810 Fix typos in docstrings.
4811
4812 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * server.el (server-process-filter): In daemon mode, default to
4815 emacsclient's tty if not opening a new frame and only the
4816 terminal-frame is available.
4817
4818 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4819
4820 * window.el (quit-window): Simplify code. Say in doc-string
4821 that it operates on the selected window's buffer. (Bug#1259)
4822
4823 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4824
4825 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4826 nil so that log-view-diff-changeset works.
4827
4828 2008-10-30 Glenn Morris <rgm@gnu.org>
4829
4830 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4831
4832 * resume.el: Move to obsolete/.
4833 * Makefile.in (ELCFILES): Update.
4834
4835 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * electric.el (Electric-pop-up-window): Don't shrink the window if
4838 it's already big enough.
4839
4840 * minibuffer.el (delete-minibuffer-contents): Delete all
4841 minibuffer contents instead of just the current field.
4842
4843 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4844
4845 * bookmark.el (bookmark-handle-bookmark): Rename from
4846 bookmark-jump-noselect.
4847 (bookmark--jump-via, bookmark-insert): Callers changed.
4848 (bookmark-jump-noselect): Wrapper function for
4849 bookmark-handle-bookmark.
4850 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4851
4852 * textmodes/ispell.el (ispell-word): Use use-region-p.
4853
4854 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4855
4856 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4857 to follow naming conventions for abnormal hooks. Doc fix.
4858 (tooltip-mode, tooltip-timeout): Use it.
4859 (tooltip-hook): New obsolete alias.
4860 (tooltip-help-tips): Doc fix.
4861
4862 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4863
4864 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4865
4866 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4867 of hardcoded /tmp.
4868
4869 2008-10-29 Glenn Morris <rgm@gnu.org>
4870
4871 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4872
4873 * vc-hooks.el (vc-find-root): Remove bogus alias.
4874
4875 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * international/quail.el (quail-show-guidance): Don't create
4878 a guidance-frame if current buffer is not a minibuffer, since even if
4879 selected-window is mini-p, the buffer will never be displayed in it, so
4880 it wil be usable for guidance.
4881
4882 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * smerge-mode.el: Require diff-mode at run-time as well.
4885
4886 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4887
4888 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4889 * vc-hooks.el (vc-stay-local): Likewise.
4890
4891 2008-10-28 Phil Sung <psung@mit.edu>
4892
4893 * follow.el (follow-scroll-down, follow-calc-win-end)
4894 (follow-estimate-first-window-start): Reduce effective window
4895 height when header line is present. (Bug#925)
4896
4897 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4898
4899 * subr.el (locate-user-emacs-file): Simplify. Don't create
4900 `user-emacs-directory' when Emacs is running in batch mode.
4901
4902 * startup.el (inhibit-startup-screen): Reflow docstring.
4903 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4904
4905 2008-10-27 Kenichi Handa <handa@m17n.org>
4906
4907 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4908
4909 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * face-remap.el (text-scale-increase, text-scale-decrease)
4912 (text-scale-adjust): Remove &optional keyword from the arg list;
4913 the INC argument is not really optional, if the functions happen
4914 to be called from elisp.
4915
4916 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 * vc.el: Rename VC methods that were missed when vc-status was
4919 renamed to vc-dir.
4920 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4921 vc-svn-status-extra-headers.
4922 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4923 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4924 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4925 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4926 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4927 vc-dir-status-printer.
4928 (vc-dir-headers): Use `dir-extra-headers' instead of
4929 `status-extra-headers'.
4930 (vc-dir-printer): Rename from vc-dir-status-printer.
4931 (vc-default-dir-extra-headers): Rename from
4932 vc-default-status-extra-headers.
4933 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4934 vc-cvs-status-extra-headers.
4935
4936 * startup.el (server-name): Pacify byte compiler.
4937 (command-line): If --daemon=SERVER_NAME was used, set server-name
4938 before calling server-start.
4939
4940 2008-10-26 Romain Francoise <romain@orebokech.com>
4941
4942 * startup.el (command-line): Call daemon-initialized after
4943 starting the server.
4944
4945 2008-10-26 Kenichi Handa <handa@m17n.org>
4946
4947 * help-fns.el (describe-categories): Display the terse legend at
4948 the head.
4949
4950 * international/characters.el: Docstrings of categories improved.
4951
4952 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4955
4956 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4957 to the courier family.
4958 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4959 usually not serif'd and hence rather unlike verbatim's printed output.
4960
4961 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4964 when reporting the module.
4965
4966 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4967
4968 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4969
4970 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * files.el (locate-dominating-stop-dir-regexp): New var.
4973 (locate-dominating-file): Change arg from a regexp to a file name.
4974 Rewrite using the vc-find-root code to avoid directory-files which is
4975 too slow. Obey locate-dominating-stop-dir-regexp.
4976 Don't pay attention to changes in owner.
4977 (project-find-settings-file): Adjust call to locate-dominating-file.
4978
4979 * progmodes/flymake.el (flymake-find-buildfile):
4980 Adjust call to locate-dominating-file.
4981
4982 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4983 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4984
4985 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4986
4987 * subr.el (with-current-buffer): Rename buffer argument to
4988 buffer-or-name.
4989 * window.el (get-buffer-window-list): Rename buffer argument to
4990 buffer-or-name and make it optional.
4991
4992 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4993
4994 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4995 (completion-search-next, add-completions-from-file):
4996 Fix typos in docstrings.
4997
4998 * filesets.el (filesets-menu-ensure-use-cached)
4999 (filesets-ingroup-patterns, filesets-filetype-property):
5000 * tutorial.el (get-lang-string):
5001 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5002 Fix typos in docstrings.
5003
5004 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5005 (image-dired-line-up-method, image-dired-thumb-size)
5006 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5007 (image-dired-track-original-file, image-dired-track-thumbnail)
5008 (image-dired-dired-next-line, image-dired-dired-previous-line)
5009 (image-dired-write-comments): Reflow docstrings.
5010 (image-dired-show-all-from-dir-max-files)
5011 (image-dired-format-properties-string, image-dired-create-thumbs)
5012 (image-dired-mark-tagged-files, image-dired-gallery-generate):
5013 Fix typos in docstrings.
5014
5015 * savehist.el (savehist-save-minibuffer-history, savehist-file)
5016 (savehist-additional-variables, savehist-ignored-variables)
5017 (savehist-file-modes, savehist-autosave-interval):
5018 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5019 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5020 (fancy-splash-image):
5021 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5022 (thumbs-conversion-program, thumbs-margin):
5023 Remove spurious * in docstrings.
5024
5025 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
5026
5027 * thingatpt.el (end-of-sexp, beginning-of-sexp)
5028 (forward-same-syntax): Omit default arguments to char-after and
5029 char-before.
5030
5031 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * subr.el (locate-user-emacs-file): New function.
5034 (user-emacs-directory): Mention it in docstring.
5035
5036 * completion.el (save-completions-file-name):
5037 * filesets.el (filesets-menu-cache-file):
5038 * image-dired.el (image-dired-dir, image-dired-db-file)
5039 (image-dired-temp-image-file, image-dired-gallery-dir)
5040 (image-dired-temp-rotate-image-file):
5041 * savehist.el (savehist-file):
5042 * server.el (server-auth-dir):
5043 * thumbs.el (thumbs-thumbsdir):
5044 * tutorial.el (tutorial--saved-dir):
5045 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5046
5047 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5050 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5051
5052 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * filesets.el: Update author email.
5055 (filesets-data): Doc fix.
5056
5057 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
5058
5059 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5060
5061 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
5062
5063 * international/mule-cmds.el (describe-language-environment):
5064 Indent sample text.
5065
5066 2008-10-23 Glenn Morris <rgm@gnu.org>
5067
5068 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5069
5070 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5071 byte-compile a redefinition of a function with special byte-compile
5072 handling. (Bug#411)
5073
5074 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5075
5076 * ps-print.el: Deal with page sizes for label printes. Suggested by
5077 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5078 (ps-print-version): New version 7.3.3.
5079 (ps-page-dimensions-database): New page sizes for label printers.
5080 (ps-n-up-printing): Fix code.
5081
5082 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
5085
5086 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5087 (list-at-point): Add docstrings.
5088
5089 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5090
5091 * dired-aux.el (dired-do-create-files): Doc fix.
5092
5093 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5094
5095 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5096 with other documentation.
5097
5098 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * replace.el (how-many): Fix typo in docstring.
5101 Reported by Leo <sdl.web@gmail.com>.
5102
5103 2008-10-22 Glenn Morris <rgm@gnu.org>
5104
5105 * international/mule-cmds.el (universal-coding-system-argument):
5106 Check for C-g. (Bug#1205)
5107
5108 2008-10-22 Kenichi Handa <handa@m17n.org>
5109
5110 * international/characters.el: Don't setup
5111 find-word-boundary-function-table.
5112 (next-word-boundary-han, next-word-boundary-kana): Delete them.
5113 (word-combining-categories, word-separating-categories):
5114 Adjust to the change of the docstrings.
5115
5116 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * simple.el (region-active-p): Doc fix.
5119
5120 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5121
5122 * subr.el (apply-partially): Move from here...
5123
5124 * simple.el (apply-partially): ...to here.
5125
5126 2008-10-20 Andreas Schwab <schwab@suse.de>
5127
5128 * subr.el (split-string-and-unquote): Simplify regexp.
5129
5130 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5131
5132 * subr.el (top-level): Require `cl' when compiling.
5133
5134 2008-10-20 David Reitter <david.reitter@gmail.com>
5135
5136 * info.el (Info-mode): Do not remove an existing header line if
5137 `Info-use-header-line' is nil.
5138
5139 2008-10-19 Juri Linkov <juri@jurta.org>
5140
5141 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5142 Add arg `delimited' as in `query-replace' for the case when
5143 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
5144 Add more indicators to the prompt ("word" and "in region").
5145
5146 * replace.el (query-replace, query-replace-regexp)
5147 (replace-string, replace-regexp, perform-replace): Add "word"
5148 indicatiors to the prompt for word delimited replacements.
5149
5150 * replace.el (read-regexp): Rename arg `default' to `default-value'.
5151 Doc fix.
5152
5153 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5154
5155 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
5156
5157 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5158
5159 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5160
5161 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5162 Make argument names follow Elisp manual.
5163
5164 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5165
5166 * textmodes/remember.el (remember-data-file):
5167 * shadowfile.el (shadow-initialize)
5168 <shadow-info-file, shadow-todo-file>:
5169 * savehist.el (savehist-file):
5170 * recentf.el (recentf-save-file):
5171 * pcvs-defs.el (cvs-cvsrc-file):
5172 * international/kkc.el (kkc-init-file-name):
5173 * ido.el (ido-save-directory-list-file):
5174 * calendar/todo-mode.el (todo-file-do, todo-file-done)
5175 (todo-file-top): Run file names that begin with a period thru
5176 `convert-standard-filename'.
5177
5178 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
5179 before-init-hook.
5180
5181 Fix Bug #1183:
5182
5183 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5184 coding-system-for-read to ediff-coding-system-for-write.
5185
5186 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5187 coding-system-for-write to ediff-coding-system-for-write.
5188
5189 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5190 (ediff-coding-system-for-write): Set to emacs-internal.
5191
5192 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * international/mule-conf.el (emacs-internal): New coding system alias.
5195
5196 2008-10-18 Juri Linkov <juri@jurta.org>
5197
5198 * info.el (Info-file-supports-index-cookies-list): New variable.
5199 (Info-file-supports-index-cookies): New function.
5200 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5201 (Info-index-nodes): Let-bind Info-point-loc to nil for files
5202 without an index cookie to ignore it when Info-index-nodes is
5203 called during navigating from an index node with line numbers.
5204 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
5205
5206 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5207 variable definition section.
5208
5209 * info.el (Info-find-node-2): Put initial point below the header line
5210 and breadcrumbs line.
5211
5212 2008-10-18 Glenn Morris <rgm@gnu.org>
5213
5214 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5215 the needed external programs were not found.
5216
5217 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5218
5219 * files.el (trash-directory): Run thru `convert-standard-filename'.
5220 (file-modes-char-to-who, file-modes-char-to-right)
5221 (file-modes-rights-to-number, file-modes-symbolic-to-number)
5222 (read-file-modes): Doc fixes.
5223
5224 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5225
5226 * abbrev.el (define-abbrev): Doc fix.
5227
5228 2008-10-17 Alan Mackenzie <acm@muc.de>
5229
5230 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5231 foo bar [] = { ...".
5232
5233 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * faces.el (face-spec-set-2): Don't pass invalid attributes to
5236 set-face-attribute.
5237
5238 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
5239
5240 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5241 according to `locale-coding-system'. (This fixes trivial bug reported
5242 as part of bug#1179).
5243 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5244 particular order). Use `when'.
5245
5246 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * w32-fns.el (w32-check-shell-configuration): Doc fix.
5249 (w32-add-charset-info): Fix typo in docstring.
5250
5251 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5252
5253 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5254 after discussion.
5255
5256 2008-10-16 Magnus Henoch <mange@freemail.hu>
5257
5258 * vc-arch.el (vc-arch-dir-status): New function.
5259 (vc-arch-after-dir-status): New function.
5260
5261 2008-10-16 Glenn Morris <rgm@gnu.org>
5262
5263 * man.el (Man-getpage-in-background): Force recent `man's to output
5264 escape sequences even when stdout is not a tty. (Bug#1142)
5265
5266 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
5267
5268 * international/mule-conf.el: Add `utf8' and `UTF8' as
5269 aliases for the `utf-8' coding system.
5270
5271 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * find-file.el (ff-get-file): Doc fix.
5274 (ff-get-file-name): Use `let', not `let*'.
5275 (ff-search-directories): Fix typo in docstring.
5276 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5277 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5278 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5279 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5280 (cc-other-file-alist, modula2-other-file-alist):
5281 Remove spurious * in docstrings.
5282
5283 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * faces.el (set-face-attribute): Set family and foundry before
5286 other attributes.
5287 (face-spec-set-2): Pass unmodified args to set-face-attribute.
5288
5289 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * hl-line.el (hl-line-unload-function): New function.
5292 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5293 (hl-line-sticky-flag): Remove spurious * in docstring.
5294
5295 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
5296
5297 * vc-git.el (vc-git-show-log-entry): Include the revision in the
5298 search string.
5299
5300 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * net/tramp.el (tramp-process-one-action): Embed regexp in
5303 parentheses, before adding end-of-buffer construct. Suggested by
5304 Markus Triska <markus.triska@gmx.at>.
5305
5306 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
5307
5308 * net/newst-plainview.el (w3m-toggle-inline-image):
5309 Define 'declare-function if necessary, for compatibility.
5310
5311 * net/newst-treeview.el (w3m-toggle-inline-images):
5312 Define 'declare-function if necessary, for compatibility.
5313
5314 2008-10-13 Alan Mackenzie <acm@muc.de>
5315
5316 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5317 so that the function works on one-line macros.
5318
5319 * progmodes/cc-engine.el: Amend several doc strings and comments.
5320
5321 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5322
5323 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5324
5325 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5326 (vc-cvs-stay-local): Add a new choice and default to it.
5327 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5328
5329 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5330
5331 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5332
5333 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5334 Add support for extended return statement.
5335
5336 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5337 and obj-dir; keep user order.
5338
5339 2008-10-12 Glenn Morris <rgm@gnu.org>
5340
5341 * Makefile.in (ELCFILES): Update.
5342
5343 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5344 (shell-file-name-quote-list): Declare.
5345
5346 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5347
5348 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5349
5350 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * startup.el (command-line): If toolbar is disabled but ought to
5353 be initialized, call tool-bar-setup.
5354
5355 * tool-bar.el (tool-bar-setup): Variable deleted.
5356 (tool-bar-setup): Set it up unconditionally.
5357
5358 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5359
5360 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5361 tool-bar-map has been initialized before setting it up.
5362
5363 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5364 tool-bar-map has been initialized before setting it up.
5365
5366 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * emacs-lisp/warnings.el (display-warning): Issue a message if
5369 called during daemon initialization.
5370
5371 * tool-bar.el (tool-bar-local-item)
5372 (tool-bar-local-item-from-menu): Put the check for number of
5373 display colors into the image expression.
5374 (tool-bar-setup): Don't be a no-op on ttys.
5375
5376 * info.el (info-tool-bar-map):
5377 * progmodes/gud.el (gud-tool-bar-map):
5378 * progmodes/grep.el (grep-mode-tool-bar-map):
5379 * progmodes/compile.el (compilation-mode-tool-bar-map):
5380 Initialize it unconditionally.
5381
5382 2008-10-11 Romain Francoise <romain@orebokech.com>
5383
5384 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5385 * kmacro.el (kmacro-edit-lossage): Ditto.
5386 * edmacro.el (edit-kbd-macro): Ditto.
5387
5388 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5389
5390 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5391 Fix variable names.
5392
5393 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5394
5395 * startup.el (command-line): Revert 2008-09-26 change, not
5396 necessary anymore.
5397
5398 2008-10-10 Andreas Schwab <schwab@suse.de>
5399
5400 * simple.el (minibuffer-complete-shell-command):
5401 Bind comint-delimiter-argument-list, comint-file-name-chars and
5402 comint-file-name-quote-list like shell-mode.
5403
5404 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5405
5406 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5407 call of select-window.
5408
5409 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5410
5411 * calc/calc.el (calc-embedded-word-regexp)
5412 (calc-embedded-word-regexp-alist): New variables.
5413 (calc-embedded-open-word, calc-embedded-close-word)
5414 (calc-embedded-open-close-word-alist): Remove unused variables.
5415
5416 * calc/calc-embed.el (calc-embedded-make-info):
5417 Use `calc-embedded-word-regexp' to find words.
5418
5419 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5420
5421 * info.el (Info-extract-menu-counting): New argument no-detail to
5422 skip detailed node listings.
5423 (Info-forward-node): New argument not-up to inhibit going up.
5424 (Info-final-node): Call Info-extract-menu-counting and
5425 Info-forward-node with the new arguments set to avoid infinite
5426 looping. (Bug#1116)
5427
5428 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5429
5430 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5431 not fboundp.
5432
5433 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * startup.el (command-line): Enable tool-bar-mode as long as it is
5436 not suppressed by X resources, regardless of the terminal.
5437
5438 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5439 graphical terminals.
5440 (tool-bar-setup): No-op if called on a tty.
5441
5442 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5443
5444 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5445 Support `pc' ``window-system''.
5446
5447 * progmodes/compile.el (compilation-start): Resurrect the version
5448 for systems that don't support asynchronous subprocesses.
5449
5450 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5451
5452 * window.el (pop-up-frames): Add choice graphic-only.
5453 (display-buffer): When pop-up-frames equals graphic-only do
5454 not pop up new frame on text-only terminals. (Bug#1061)
5455
5456 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5459 (vc-cvs-dir-status): Use it.
5460
5461 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * json.el (json-skip-whitespace): Fix last change.
5464
5465 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5466
5467 * bs.el (bs-unload-function): New function.
5468
5469 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5470
5471 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5472 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5473 For clarity, explicitly require cl.
5474
5475 2008-10-08 Michael Olson <mwolson@gnu.org>
5476
5477 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5478 can avoid a bad interaction with programs that add functions to
5479 the window-scroll-functions hook. This fixes Bug #858.
5480
5481 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * startup.el (command-line): Use display-warning to warn about an
5484 init file error.
5485 (command-line-1): Remove init file error delay.
5486
5487 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5488
5489 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5490 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5491 (rx-group-if): New function.
5492 (rx-parent): New variable.
5493 (rx-and, rx-or): Put shy groups only when necessary.
5494 (rx-bracket): Remove.
5495 (rx-anything): New function.
5496 (rx-any-delete-from-range, rx-any-condense-range)
5497 (rx-check-any-string): New functions.
5498 (rx-check-any): Return result as a list. Don't convert chars to
5499 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5500 Check char category string. Call rx-form instead of rx-to-string.
5501 (rx-any): Rebuid to complete the function.
5502 (rx-check-not): Fix char category regexp pattern string.
5503 Call rx-form instead of rx-to-string.
5504 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5505 "[^^]". Call regexp-quote for one char string when not called from
5506 rx-not. Add "\\w", and toggle to upcase. Add the case of
5507 "\\[SCBW]" to toggle.
5508 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5509 instead of rx-to-string.
5510 (rx-kleene): Call rx-form instead of rx-to-string.
5511 Call rx-group-if to adjust putting of shy groups.
5512 (rx-atomic-p): Make check more precisely.
5513 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5514 (rx-regexp): Call rx-group-if.
5515 (rx-form): New function.
5516 (rx-to-string): Call rx-form, rx-group-if.
5517 Refine definition of NO-GROUP.
5518
5519 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5520
5521 * json.el (json-advance): Use forward-char.
5522 (json-skip-whitespace): Use skip-syntax-forward.
5523
5524 2008-10-07 Alan Mackenzie <acm@muc.de>
5525
5526 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5527 indenting a macro followed by blank lines doesn't backslash the
5528 following non-blank line into the macro.
5529
5530 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5533 (command-line): Set after-init-time to nil before initialization.
5534
5535 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5536
5537 * calc/calc-units.el (math-standard-units): Update the values
5538 of the units.
5539
5540 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5541
5542 * bookmark.el (bookmark-unload-function): New function.
5543
5544 2008-10-06 Andreas Schwab <schwab@suse.de>
5545
5546 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5547
5548 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5549
5550 * mail/footnote.el: Remove * in defcustom docstrings and tell
5551 for most options that customizing them doesn't affect buffers
5552 already displaying footnotes.
5553 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5554 Fix handling of text properties and identical start/end tags.
5555 Do not use format when renumbering.
5556 (Footnote-set-style): Make it work.
5557 (Footnote-insert-numbered-footnote): Simplify.
5558 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5559 (Footnote-goto-footnote): Fix handling of empty section tag.
5560 (Footnote-delete-footnote): Fix handling of identical start/end
5561 tags, empty section tag, and spaced footnotes. Do not use
5562 kill-region.
5563 (footnote-mode): Make most options buffer-local to avoid that
5564 customizing messes up handling of footnotes in buffers that
5565 already display them.
5566
5567 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5568
5569 * faces.el (x-create-frame-with-faces): Undo previous change.
5570
5571 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5572 existent files.
5573
5574 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5575
5576 * international/mule-cmds.el (universal-coding-system-argument):
5577 Handle digit-argument too.
5578
5579 2008-10-05 Mario Lang <mlang@delysid.org>
5580
5581 * xml.el (xml-parse-string): Use skip-chars-forward.
5582
5583 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5584
5585 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5586 existent files.
5587 (vc-bzr-dir-status-files): New function.
5588
5589 2008-10-04 Glenn Morris <rgm@gnu.org>
5590
5591 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5592
5593 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5594 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5595
5596 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5597 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5598
5599 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5600
5601 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5602 Fix typo. (Bug#1074)
5603
5604 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5605
5606 * progmodes/compile.el (compilation-start): Make sure to move to
5607 point-max only when we are in the compilation buffer. (Bug#1073)
5608
5609 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5610
5611 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5612 tool-bar-mode is on.
5613
5614 * vc-svn.el (vc-svn-dir-status-files):
5615 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5616
5617 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5618
5619 * vc-hg.el (vc-hg-dir-status-files): New function.
5620
5621 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5622
5623 * window.el (window--display-buffer-1): Don't care about
5624 visibility since raise-frame does.
5625
5626 2008-10-03 Mario Lang <mlang@delysid.org>
5627
5628 * nxml/xmltok.el (xmltok-forward): Simplify.
5629
5630 2008-10-03 Glenn Morris <rgm@gnu.org>
5631
5632 * Makefile.in (ELCFILES): Update.
5633
5634 * frame.el (set-default-font): Make obsolete.
5635 * mouse.el (mouse-set-font): Use set-frame-font.
5636
5637 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5638 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5639
5640 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5641 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5642
5643 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5644
5645 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5646 (vc-dir-refresh): Set it here instead. (Bug#1067)
5647
5648 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * faces.el (inhibit-frame-set-background-mode): New var.
5651 (frame-set-background-mode): Use it to avoid a loop in
5652 face-spec-recalc.
5653
5654 2008-10-02 Glenn Morris <rgm@gnu.org>
5655
5656 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5657 vc-diff-switches.
5658
5659 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5660
5661 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5662 that is, to take some action when a buffer is killed. Suggested by
5663 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5664 11.2.2.
5665 (whitespace-action): Docstring and :type fix.
5666 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5667 Code fix.
5668 (whitespace-add-local-hook, whitespace-remove-local-hook)
5669 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5670
5671 2008-10-01 Magnus Henoch <mange@freemail.hu>
5672
5673 * net/tls.el (open-tls-stream): Show the actual command being
5674 executed, instead of the format string.
5675
5676 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5677
5678 * term/internal.el (dos-locale-alist): New alist.
5679 (dos-codepage-setup): Use it to compute a value of locale with
5680 which to call set-locale-environment. Remove code to set
5681 terminal, keyboard, and file-name encoding (done by
5682 set-locale-environment).
5683
5684 * international/mule-cmds.el
5685 (set-language-environment-nonascii-translation): Fix nonascii
5686 value for `pc' ``window-system''.
5687 (set-display-table-and-terminal-coding-system)
5688 (set-default-coding-systems): Don't special-case `pc'.
5689
5690 2008-10-01 Glenn Morris <rgm@gnu.org>
5691
5692 * filesets.el (filesets-menu-name): Fix type.
5693 (filesets-menu-path, filesets-menu-before): Fix types.
5694 Change defaults to be consistent with recentf. (Bug#1056)
5695
5696 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * term/xterm.el (xterm-turn-on-modify-other-keys)
5699 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5700 Don't forget to pass `terminal' to `send-string-to-terminal'.
5701
5702 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5703
5704 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5705 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5706 non-nil. It is not clear, whether this is only fixing symptoms on
5707 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5708 is embedded by that check. So it might be TRT. Suggested by Dan
5709 Nicolaescu <dann@ics.uci.edu>.
5710
5711 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5712
5713 * Makefile.in (ELCFILES): Remove codepage.elc.
5714
5715 * international/codepage.el: File removed, as even ms-dos doesn't
5716 need it anymore.
5717
5718 * loadup.el [ms-dos]: Don't load ccl and codepage.
5719
5720 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5721 (IT-character-translations, cjk-codepages-alist): Remove variables.
5722 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5723 (IT-unicode-translations): Remove charset and base elements.
5724 Add translations for Latin-1 characters.
5725 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5726 base and chset elements of IT-unicode-translations. Don't wrap
5727 translation in "{...}". Set up translations only for characters
5728 for which unencodable-char-position returns non-nil.
5729 (dos-codepage-setup): Don't use special-case codepages in
5730 cjk-codepages-alist.
5731
5732 * files.el (locate-dominating-file): Wrap directory-files with
5733 condition-case, instead of calling file-directory-p, which stats
5734 the directory one more time.
5735
5736 * mail/mail-utils.el (mail-unquote-printable-region):
5737 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5738 non-nil.
5739
5740 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5741
5742 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5743
5744 2008-09-30 Glenn Morris <rgm@gnu.org>
5745
5746 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5747
5748 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5749
5750 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5751 (which-function): Handle nested imenu trees.
5752
5753 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5754 some nested menu items.
5755
5756 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5757
5758 * calc/calc-units.el (math-standard-units): Add entries used to
5759 display the values in the units buffer.
5760 (math-build-units-table): Add entries to the units table to be used
5761 to display the values in the units buffer.
5762 (math-build-units-table-buffer): Use the display entry of the units
5763 table when non-nil.
5764 (calc-define-unit): Add option to enter display value of unit.
5765
5766 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5767
5768 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5769
5770 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5771
5772 * files.el (locate-dominating-file): Take file-attributes of
5773 `dir', not of `file' (which never changes).
5774
5775 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5776
5777 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5778 also be `localname'.
5779
5780 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5781 IDENTIFICATION.
5782
5783 2008-09-28 Glenn Morris <rgm@gnu.org>
5784
5785 * vc.el (vc-switches): Give it a doc string.
5786
5787 2008-09-28 Romain Francoise <romain@orebokech.com>
5788
5789 * comint.el (comint-show-output): Adjust to stickiness changes of
5790 the output field.
5791
5792 * startup.el (command-line): Start the daemon server later.
5793
5794 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5795
5796 * subr.el (read-quoted-char): Call char-resolve-modifiers
5797 instead of char-resolve-modifers.
5798
5799 2008-09-27 Glenn Morris <rgm@gnu.org>
5800
5801 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5802 than [return]. (Bug#1031)
5803
5804 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5805
5806 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5807
5808 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5809
5810 * epg.el (epg-wait-for-status): Check if there is no pending status.
5811 Reported by Ted Romer <ted@romerfamily.com>.
5812
5813 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5814
5815 * startup.el (command-line): Turn on menu-bar-mode and
5816 tool-bar-mode when running as a daemon.
5817
5818 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5819
5820 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5821 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5822 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5823 ($(lisp)/progmodes/cc-engine.elc)
5824 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5825 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5826 ($(lisp)/progmodes/cc-subword.elc)
5827 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5828
5829 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5830 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5831 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5832 ($(lisp)/progmodes/cc-engine.elc)
5833 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5834 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5835 ($(lisp)/progmodes/cc-subword.elc)
5836 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5837
5838 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5839
5840 * informat.el (Info-split-threshold): New variable.
5841 (Info-split): Use it.
5842
5843 * textmodes/texinfmt.el (texinfo-format-buffer):
5844 Use Info-split-threshold to decide whether to split Info files.
5845
5846 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5849 quoting.
5850
5851 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5852 name when reinserting it.
5853
5854 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5855 word-search-backward-lax for incremental word search.
5856
5857 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5858
5859 * generic-x.el (generic-other-modes): Fix typo in docstring.
5860 (generic-use-find-file-hook, generic-lines-to-scan)
5861 (generic-find-file-regexp, generic-ignore-files-regexp)
5862 (generic-define-mswindows-modes, generic-define-unix-modes):
5863 Remove `*' from docstring.
5864 (generic-mode-find-file-hook): Use `string-match-p'.
5865 (apache-log-generic-mode, mailagent-rules-generic-mode)
5866 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5867 (java-manifest-generic-mode, java-properties-generic-mode)
5868 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5869 for consistency with other modes in generic-x.el.
5870
5871 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5872
5873 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5874 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5875 parens specially only if latex-handle-escaped-parens is non-nil.
5876 (latex-indent-within-escaped-parens): New option.
5877 (latex-find-indent): Bind latex-handle-escaped-parens to
5878 latex-indent-within-escaped-parens. Do not treat escaped parens
5879 specially when this is nil. (Bug#954)
5880
5881 2008-09-25 Glenn Morris <rgm@gnu.org>
5882
5883 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5884
5885 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * vc.el (vc-mark-resolved): Move message here from
5888 vc-default-mark-resolved.
5889 (vc-default-mark-resolved): Change to an alias for ignore.
5890
5891 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5892
5893 * term.el (term-emulate-terminal): Encode input string before
5894 checking its length.
5895
5896 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5897
5898 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5899 is loaded.
5900
5901 * server.el (server-buffer-done): Avoid changing the buffer when
5902 deleting the client's frame (bug#640).
5903
5904 * vc.el (vc-default-mark-resolved): New function.
5905
5906 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5907
5908 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5909 from raising a wrong-type-argument error.
5910
5911 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5912
5913 * help-fns.el (describe-function-1, describe-variable): Print
5914 relative file name in help buffer.
5915 * faces.el (describe-face): Print relative file name in help
5916 buffer.
5917
5918 2008-09-23 Romain Francoise <romain@orebokech.com>
5919
5920 * subr.el (with-output-to-string): Make sure that the temporary
5921 buffer gets killed.
5922
5923 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5924
5925 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5926 indentation problem with keyword symbols when a list starts with
5927 ,@ or spaces. (Bug#1012)
5928
5929 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5930
5931 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5932 escaped close parens correctly. (Bug#954)
5933
5934 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5935
5936 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5937 usage of `fortune-file' even though a FILE argument was passed to
5938 the function.
5939
5940 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5941
5942 * startup.el (command-line): Start the server when in daemon mode.
5943 Remove always true test.
5944
5945 * frame.el (frame-initialize): Remove spurious setting of
5946 special-display-function with the default value.
5947
5948 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5949
5950 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5951
5952 2008-09-20 Glenn Morris <rgm@gnu.org>
5953
5954 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5955 Fix custom type. (Bug#1011)
5956
5957 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5958
5959 * files.el (move-file-to-trash): Avoid recursive trashing if
5960 rename-file calls delete-file.
5961
5962 2008-09-20 Glenn Morris <rgm@gnu.org>
5963
5964 * play/fortune.el: Remove leading `*' from defcustom docs.
5965 (fortune-program-options): Doc fix. Allow to be a string again.
5966 Add :version.
5967 (fortune-in-buffer): Handle fortune-program-options as a string.
5968 Don't rely on fortune program accepting options after fortune file.
5969
5970 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5971
5972 * play/fortune.el (fortune-program-options): Change to a list.
5973 (fortune-in-buffer): Use apply.
5974
5975 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5976
5977 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5978 (authors-coding-system): Likewise.
5979
5980 2008-09-20 Ami Fischman <ami@fischman.org>
5981
5982 * savehist.el (savehist-save): Handle errors in writing as well as
5983 reading.
5984
5985 2008-09-20 Michael Olson <mwolson@gnu.org>
5986
5987 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5988 to provide a minimal performance boost.
5989
5990 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5991
5992 * proced.el (proced-grammar-alist, proced-custom-attributes)
5993 (proced-format-alist, proced-format, proced-filter-alist)
5994 (proced-filter, proced-sort): Use defcustom.
5995 (proced-mode): Fix docstring.
5996 (proced-process-attributes): Handle return value nil of functions
5997 in proced-custom-attributes.
5998
5999 2008-09-19 Martin Rudalics <rudalics@gmx.at>
6000
6001 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6002 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
6003
6004 2008-09-19 Miles Bader <miles@gnu.org>
6005
6006 * comint.el (comint-output-filter): Make field properties for
6007 output text front-sticky.
6008
6009 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * vc-bzr.el (vc-bzr-show-log-entry):
6012 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6013 C-x v l for a directory uses that.
6014
6015 2008-09-18 Simon Josefsson <simon@josefsson.org>
6016
6017 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6018 .sieve files.
6019
6020 2008-09-18 Martin Rudalics <rudalics@gmx.at>
6021
6022 * help-macro.el (make-help-screen): Preserve key bindings
6023 established in help-mode call when exiting this macro.
6024
6025 2008-09-17 Kenichi Handa <handa@m17n.org>
6026
6027 * language/burmese.el: Fix setting of composition-function-table.
6028
6029 2008-09-17 Martin Rudalics <rudalics@gmx.at>
6030
6031 * info.el (Info-follow-nearest-node): Don't raise an error for
6032 mouse-1 clicks.
6033
6034 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
6035
6036 * calc/calc-units.el (calc-convert-temperature): Use default
6037 units when appropriate.
6038
6039 2008-09-16 Markus Triska <markus.triska@gmx.at>
6040
6041 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6042 catch errors raised in `texmathp'.
6043 (flyspell-tex-math-initialized): Remove.
6044
6045 2008-09-16 Martin Rudalics <rudalics@gmx.at>
6046
6047 * frame.el (select-frame-set-input-focus): With non-nil
6048 mouse-autoselect-window always move mouse cursor to frame's
6049 selected window. Otherwise restore pre 2008-09-13 behavior.
6050 (select-frame-by-name): Use select-frame-set-input-focus.
6051
6052 * files.el (switch-to-buffer-other-frame): Don't raise frame since
6053 pop-to-buffer already does it.
6054 (display-buffer-other-frame): Fix doc-string.
6055
6056 2008-09-16 Glenn Morris <rgm@gnu.org>
6057
6058 * add-log.el (diff-find-source-location): Update declaration.
6059
6060 * progmodes/make-mode.el (makefile-match-function-end):
6061 Move point. (Bug#983)
6062
6063 2008-09-16 Daiki Ueno <ueno@unixuser.org>
6064
6065 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6066
6067 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
6068
6069 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6070 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6071
6072 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
6073
6074 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6075
6076 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6077
6078 * files.el (file-truename): Don't raise args-out-of-range error
6079 when filename has no separator on windows-nt. (Bug#982)
6080
6081 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6084 be more honest when we don't know.
6085 (diff-tell-file-name): Don't prompt before the actual prompt.
6086 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6087 (diff-find-source-location): Add `noprompt' argument.
6088 (diff-current-defun): Don't prompt.
6089
6090 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6091
6092 * proced.el (proced-mark-face, proced-marked-face)
6093 (proced-sort-header-face): Remove.
6094 (proced-font-lock-keywords): Simplify.
6095 (proced-format): Use face proced-sort-header.
6096 (proced-format-interactive, proced-sort-interactive)
6097 (proced-filter-interactive): Only call proced-update if the scheme
6098 has changed.
6099 (proced-sort-header): Use posn-actual-col-row.
6100
6101 2008-09-14 Martin Rudalics <rudalics@gmx.at>
6102
6103 * add-log.el (change-log-find-window): New variable.
6104 (change-log-goto-source-1, change-log-goto-source):
6105 Set change-log-find-window to window displaying source.
6106 (change-log-next-error): Select window specified by
6107 change-log-find-window.
6108
6109 2008-09-13 Martin Rudalics <rudalics@gmx.at>
6110
6111 * frame.el (select-frame-set-input-focus): With focus follows
6112 mouse move mouse cursor to right window.
6113 * window.el (pop-to-buffer): Select window before calling
6114 select-frame-set-input-focus.
6115
6116 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6117
6118 * proced.el (proced-sort-header): New face.
6119 (proced-sort-header-face): New variable.
6120 (proced-format): Allow format value nil.
6121 Use proced-sort-header-face for header of sort column.
6122 (proced-format-args): New function.
6123 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6124 (proced-header-help-echo, proced-field-help-echo, proced-timer)
6125 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6126 (proced-refine): Rename from proced-filter-attribute. Doc fix.
6127 (proced-sort-header): Bind also to mouse-1.
6128 (proced-move-to-goal-column): Return position of point.
6129 (proced-filter-interactive): Always revert listing.
6130 (proced-format-ttname): Simplify.
6131 (proced-update): Do not keep undo information. Put point at
6132 beginning of buffer if we generate the first listing.
6133
6134 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
6135
6136 * doc-view.el (doc-view-scroll-up-or-next-page)
6137 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6138 vertically split windows.
6139
6140 2008-09-12 Glenn Morris <rgm@gnu.org>
6141
6142 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6143
6144 * indent.el (indent-line-function): Doc fix.
6145 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6146
6147 2008-09-11 Martin Rudalics <rudalics@gmx.at>
6148
6149 * window.el (pop-to-buffer): If the window for buffer-or-name is
6150 not on the selected frame, raise that window's frame and give it
6151 input focus. (Bug#745)
6152
6153 2008-09-11 Glenn Morris <rgm@gnu.org>
6154
6155 * ido.el (ido-mode): Initialize with custom-initialize-default,
6156 rather than a set function. (Bug#947)
6157
6158 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * replace.el (perform-replace): Don't set inhibit-read-only using
6161 query-replace-skip-read-only (bug#956).
6162
6163 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6164 of the <<foo>> form.
6165
6166 2008-09-10 Martin Rudalics <rudalics@gmx.at>
6167
6168 * window.el (display-buffer): Fix doc-string typo.
6169
6170 2008-09-10 Kenichi Handa <handa@m17n.org>
6171
6172 * composite.el (compose-gstring-for-graphic): Fix previous change.
6173
6174 2008-09-10 Glenn Morris <rgm@gnu.org>
6175
6176 * info.el (Info-try-follow-nearest-node): Fix doc typo.
6177
6178 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
6179
6180 * info.el (Info-mouse-follow-nearest-node): Follow links to different
6181 manuals. (Bug#886)
6182
6183 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * ido.el (ido-unload-function): New function.
6186
6187 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
6188
6189 * ido.el (ido-file-internal): Fix typo in prompt.
6190 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6191 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6192 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6193 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6194 Fix typos in docstrings.
6195
6196 2008-09-08 Martin Rudalics <rudalics@gmx.at>
6197
6198 * help-fns.el (describe-function-1): Don't print extra newline
6199 after filling.
6200
6201 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * help-fns.el (find-lisp-object-file-name): Handle case where
6204 library is compressed.
6205
6206 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6207
6208 * complete.el (PC-do-completion): Don't replace buffer
6209 contents (bug#227).
6210
6211 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
6212
6213 * loadhist.el (unload-feature-special-hooks):
6214 Add `choose-completion-string-functions'.
6215
6216 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * vc-svn.el (vc-svn-root):
6219 * vc-sccs.el (vc-sccs-root):
6220 * vc-rcs.el (vc-rcs-root):
6221 * vc-cvs.el (vc-cvs-root): Delete.
6222 * vc-hooks.el (vc-find-root): Remove `invert' argument.
6223
6224 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6225
6226 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6227 errors occurring in different files.
6228
6229 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
6230
6231 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6232 (vc-bzr-status-printer): New function.
6233 (vc-bzr-after-dir-status): Deal with renamed files.
6234
6235 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
6236
6237 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6238 buffer's filename.
6239
6240 2008-09-07 Martin Rudalics <rudalics@gmx.at>
6241
6242 * subr.el (cancel-change-group): Widen buffer temporarily when
6243 undoing changes. (Bug#810)
6244
6245 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6248 with gud-stop-subjob rather than exit debugger.
6249
6250 2008-09-07 Kenichi Handa <handa@m17n.org>
6251
6252 * composite.el: Compose combining characters only when it
6253 follows a character matching with "[[:alpha:]]".
6254
6255 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6256
6257 * proced.el: Require time-date.
6258 (proced-command-alist, proced-command, proced-goal-header-re)
6259 (proced-sorting-schemes-alist, proced-sorting-scheme)
6260 (proced-header-alist, proced-sorting-schemes-re)
6261 (proced-skip-regexp, proced-next-line, proced-previous-line)
6262 (proced-listing-type, proced-sorting-scheme-p): Remove.
6263 (proced-grammar-alist, proced-custom-attributes)
6264 (proced-format-alist, proced-format, proced-filter-alist)
6265 (proced-filter, proced-sort, proced-goal-attribute)
6266 (proced-timer-interval, proced-timer-flag, proced-timer)
6267 (proced-process-alist, proced-sort-internal, proced-process-tree)
6268 (proced-header-help-echo, proced-field-help-echo): New variables.
6269 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6270 (proced-omit-process, proced-filter, proced-process-tree)
6271 (proced-filter-children, proced-children-pids)
6272 (proced-filter-parents, proced-<, proced-string-lessp)
6273 (proced-time-lessp, proced-xor, proced-sort-p)
6274 (proced-format-time, proced-format-start, proced-format-ttname)
6275 (proced-format, proced-process-attributes): New functions.
6276 (proced-toggle-timer-flag, proced-mark-children)
6277 (proced-mark-parents, proced-filter-interactive)
6278 (proced-filter-attribute, proced-sort-interactive)
6279 (proced-sort-header, proced-format-interactive): New commands.
6280 (proced-move-to-goal-column): Use goal-column.
6281 (proced-mode): Use proced-timer.
6282 (proced-do-mark-all): Display process count. Use use-region-p.
6283 Simplify.
6284 (proced-omit-processes): Use use-region-p.
6285 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6286 (proced-sort-start, proced-sort-time, proced-sort-user):
6287 Use proced-sort-interactive.
6288 (proced-sort): Make it a function that performs the actual sort.
6289 (proced-update): New arg revert. Use proced-process-alist,
6290 proced-filter, proced-sort, proced-format, and
6291 proced-grammar-alist. Preserve position of point based on fields.
6292 Make header line and fields clickable.
6293 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6294 (proced-why): Use save-selected-window.
6295 (proced-log): Use buffer-read-only.
6296
6297 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6300
6301 2008-09-06 Glenn Morris <rgm@gnu.org>
6302
6303 * add-log.el (diff-find-source-location): Declare.
6304 (find-change-log): If called from a diff buffer, try to switch to the
6305 source buffer (e.g. to respect change-log-default-name there).
6306
6307 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6308 unallowed characters; added 2006-10-10 without comment. (Bug#753)
6309
6310 * Makefile.in (ELCFILES): Update.
6311
6312 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6315 user enters a mouse event in another frame, or a special event.
6316
6317 * server.el (server-switch-buffer): New arg.
6318 (server-execute): If reusing an existing window, set file position
6319 if required.
6320
6321 2008-09-06 Kenichi Handa <handa@m17n.org>
6322
6323 * language/lao.el: Fix setting of composition-function-table.
6324
6325 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6326
6327 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6328 displaying help echo messages.
6329
6330 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6331
6332 * subr.el (symbol-file): Fix doc-string.
6333
6334 2008-09-06 Glenn Morris <rgm@gnu.org>
6335
6336 * help-mode.el (help-xref-forward-stack): Doc fix.
6337
6338 * add-log.el (change-log-default-name): Autoload safety.
6339
6340 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6341
6342 * verilog-mode.el (verilog-library-extensions): Enable .sv
6343 filename extensions to call verilog-mode.
6344 (verilog-auto, verilog-auto-inst, verilog-faq)
6345 (verilog-submit-bug-report): Update author support URLs.
6346 (verilog-delete-auto, verilog-auto-inout-module)
6347 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6348 creating complemented testbench modules. Suggested by Yishay Belkind.
6349 (verilog-auto-inst-port, verilog-simplify-range-expression):
6350 When verilog-auto-inst-param-value is set, don't require a
6351 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6352 Yishay Belkind.
6353 (verilog-auto-inst-param-value): Add safe variable.
6354 (verilog-re-search-forward, verilog-re-search-backward):
6355 Fix returning wrong search results on Emacs 22.1.
6356 (verilog-modi-cache-results, verilog-auto): Fix warning message
6357 about "toggling font-lock-mode."
6358 (verilog-auto): Fix losing font-lock on errors.
6359 (verilog-auto-inst-param-value, verilog-mode-version)
6360 (verilog-mode-version-date, verilog-read-inst-param-value)
6361 (verilog-auto-inst, verilog-auto-inst-param)
6362 (verilog-auto-inst-port, verilog-simplify-range-expression):
6363 Allow parameters to be replaced with their values, on the expansion of
6364 an AUTOINST with Verilog 2001 style parameter settings.
6365 Suggested by David Rogoff.
6366
6367 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6368
6369 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6370 Better support for the property statement. Sometimes this keyword
6371 introduces a statement which requires an endproperty keyword, and
6372 sometimes it doesn't, depending on the work before the property
6373 word. If property is prefixed with assert, assume or cover
6374 keyword, then the statement is ended with a ';'. Otherwise,
6375 property is like task or specify, and is followed by some number
6376 of statements, which are ended with an endproperty keyword.
6377 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6378 in a highlighted region: indent each line in region according to
6379 mode. Supply this so it works in XEmacs and older Emacs.
6380
6381 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6382
6383 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6384 Don't clean up a buffer when killing it.
6385
6386 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6387
6388 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6389 buffers (bug#360). New version 11.2.1.
6390 (whitespace-action): New value `warn-read-only' to give a warning when
6391 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6392 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6393 (whitespace-warn-read-only): New fun.
6394
6395 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6396
6397 * international/quail.el: Require help-mode.
6398 (quail-help-init): Function removed.
6399 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6400 Define directly.
6401
6402 * dired.el (dired-get-filename): Rewrite octal escape character
6403 processor (bug#885).
6404
6405 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6406
6407 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6408
6409 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6410 not just for terminal-frame.
6411
6412 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6413
6414 * window.el (window--try-to-split-window): Don't split when window
6415 is not splittable in last disjunct. (Bug#888)
6416
6417 2008-09-05 Kenichi Handa <handa@m17n.org>
6418
6419 * language/tibetan.el: Fix setting of composition-function-table.
6420
6421 * composite.el (find-composition): Mention about the automatic
6422 composition in the docstring.
6423 (compose-gstring-for-graphic): Fix handling "above" marks.
6424
6425 * descr-text.el (describe-char): Fix handling of automatic composition.
6426
6427 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6428
6429 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6430 (tramp-parse-connection-properties): Reflow docstring.
6431
6432 2008-09-04 Kim F. Storm <storm@cua.dk>
6433
6434 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6435 and other-frame methods when switching between file and buffer modes.
6436
6437 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6438
6439 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6440 removing duplicate entries under same heading. Don't skip char
6441 matching anything but a space or tab at bol. (Bug#864)
6442
6443 2008-09-03 Alan Mackenzie <acm@muc.de>
6444
6445 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6446
6447 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6450 (completion-pcm--all-completions): Move the case-fold-search binding to
6451 it also applies to completion-regexp-list (used in all-completions).
6452 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6453
6454 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6455
6456 * window.el (pop-up-frame-function): Move ...
6457 * frame.el (pop-up-frame-function): ... here, to avoid
6458 "CHANGED outside Customize;".
6459
6460 2008-09-03 Glenn Morris <rgm@gnu.org>
6461
6462 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6463
6464 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6467 non-alphabetical characters properly.
6468
6469 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6470
6471 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6472
6473 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6474
6475 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6476 control-prefixed keys. (Bug#835)
6477
6478 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * image-mode.el (image-mode): Fix 2008-07-19 change.
6481
6482 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6485
6486 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6487
6488 2008-09-02 Glenn Morris <rgm@gnu.org>
6489
6490 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6491
6492 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6493
6494 2008-09-01 Glenn Morris <rgm@gnu.org>
6495
6496 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6497 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6498 and fix name typos. (Bug#856)
6499
6500 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * minibuffer.el (completion-pcm--pattern->regex):
6503 When completion-ignore-case is non-nil, generate a regexp that
6504 ignores case.
6505
6506 * window.el (recenter-top-bottom): Doc fix.
6507
6508 2008-09-01 Simon South <ssouth@member.fsf.org>
6509
6510 * progmodes/delphi.el: New maintainer.
6511 (delphi-interface-types): New var.
6512 (delphi-composite-types): Use it.
6513 (delphi-enclosing-indent-of): Distinguish between "interface"
6514 keyword as a unit separator and used like a class declaration.
6515
6516 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6517
6518 * help-fns.el (describe-simplify-lib-file-name)
6519 (find-source-lisp-file): Remove.
6520 (find-lisp-object-file-name): New function giving preference to
6521 files found via load-path instead of loaddefs.el.
6522 (describe-function-1): Use new function instead of the removed
6523 ones. (Bugs #587, #669, #690)
6524 * faces.el (describe-face): Use find-lisp-object-file-name instead
6525 of describe-simplify-lib-file-name.
6526
6527 2008-09-01 Kenichi Handa <handa@m17n.org>
6528
6529 * international/mule-diag.el (font-show-log): Fix previous change.
6530
6531 * international/mule-cmds.el (set-language-environment):
6532 Don't overwrite current-iso639-language if the current language
6533 environment doesn't provide that data.
6534 (set-locale-environment): Set current-iso639-language from the
6535 locale name.
6536
6537 * international/fontset.el (script-representative-chars): Re-add
6538 the entry for symbol, but with vector of characters.
6539 (setup-default-fontset): Cancel previous change.
6540
6541 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * ido.el: Move provide statement to the end of the file.
6544
6545 2008-08-30 Markus Triska <markus.triska@gmx.at>
6546
6547 * linum.el (linum-mode): `window-size-change-functions' can now be
6548 buffer-local.
6549 (linum-update-window): Use result of `move-overlay'.
6550
6551 2008-08-30 Glenn Morris <rgm@gnu.org>
6552
6553 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6554
6555 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6556 Doc fixes.
6557
6558 * apropos.el (apropos-command): Report documentation errors.
6559 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6560
6561 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6564 string.
6565
6566 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6567
6568 * bindings.el (mode-line-frame-identification): Fix last change.
6569
6570 2008-08-29 Kenichi Handa <handa@m17n.org>
6571
6572 These changes are to adjust the automatic composition for the new
6573 implementation (avoid using text property).
6574
6575 * composite.el (composition-function-table): Move declaration to
6576 composite.c.
6577 (terminal-composition-base-character-p): Delete it.
6578 (terminal-composition-function): Delete it.
6579 (terminal-composition-function-table): Delete it.
6580 (lgstring-header, lgstring-set-header, lgstring-font)
6581 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6582 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6583 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6584 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6585 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6586 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6587 (compose-glyph-string, compose-glyph-string-relative)
6588 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6589 New functions.
6590 (auto-compose-chars): Argument changed.
6591
6592 * language/european.el: Don't setup composition-function-table.
6593 (diacritic-composition-pattern, diacritic-compose-region)
6594 (diacritic-compose-string, diacritic-compose-buffer)
6595 (diacritic-composition-function): Delete them.
6596
6597 * language/lao-util.el (lao-composition-function): Argument changed.
6598
6599 * language/sinhala.el: Fix setting up of composition-function-table.
6600
6601 * language/thai.el: Fix setting up of composition-function-table.
6602
6603 * language/thai-util.el: Encoding changed to utf-8.
6604 (thai-composition-function): Argument changed.
6605
6606 * language/indian.el: Fix setting up of composition-function-table.
6607 (devanagari-composable-pattern)
6608 (tamil-composable-pattern, kannada-composable-pattern)
6609 (malayalam-composable-pattern): New variables.
6610
6611 * international/characters.el (unicode-category-table):
6612 Setup unicode-category-table.
6613
6614 * international/fontset.el (setup-default-fontset): Prepend
6615 iso10646-1 fonts to the fallback font groups instead of appending.
6616
6617 2008-08-29 Glenn Morris <rgm@gnu.org>
6618
6619 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6620
6621 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6624 are no X frames active.
6625
6626 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6627
6628 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6629 `ignore-errors' (the function must succeed always).
6630
6631 2008-08-28 Edward O'Connor <hober0@gmail.com>
6632
6633 * json.el (json-read-number): New arg. Handle explicitly signed
6634 numbers.
6635 (json-readtable): Add `+' and `.'.
6636
6637 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6638
6639 * term/pc-win.el (msdos-previous-message): New variable.
6640 (msdos-show-help): New function.
6641 (msdos-initialize-window-system): Set show-help-function to
6642 msdos-show-help.
6643
6644 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6645
6646 * emacs-lisp/debug.el (debug): When killing a noninteractive
6647 Emacs, give an exit status of -1.
6648
6649 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6652
6653 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6654
6655 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6656 not the same as the last modification time, fall back on the
6657 backend-specific check.
6658
6659 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6660
6661 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6662 to go to the position of interest.
6663
6664 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6665
6666 * textmodes/artist.el (artist-mode-init): Add comment on the
6667 setting up of the `artist-replacement-table' array.
6668 (artist-get-replacement-char): New defsubst.
6669 (artist-get-char-at-xy-conv, artist-replace-char)
6670 (artist-replace-chars, artist-replace-string): Use it instead of
6671 accessing `artist-replacement-table' directly.
6672 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6673
6674 (artist-mt): Fix structures for cut and copy operations.
6675
6676 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * shell.el (shell-file-name-quote-list): Quote `$'.
6679
6680 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6681 change to allow quoting of characters before point.
6682 (comint-dynamic-list-filename-completions): Quote common substring.
6683
6684 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * comint.el (comint-dynamic-complete-as-filename): If case is
6687 ignored while matching, replace the entire filename with completion.
6688
6689 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6690 flyspell-pre-point is valid to avoid signalling an error in
6691 post-command-hook.
6692
6693 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6694
6695 * linum.el (linum): Inherit remaining face attributes from default
6696 face.
6697
6698 2008-08-26 Markus Triska <markus.triska@gmx.at>
6699
6700 * linum.el (linum-delay): Disable - it should no longer be
6701 necessary, and can lead to longer delays.
6702 (linum-update-window): Renumber if margin width has changed.
6703
6704 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6705
6706 * epa.el (epa--key-widget-action): Save the selected window to
6707 make `widget-button-click-moves-point' work. (Bug#733).
6708
6709 2008-08-26 Glenn Morris <rgm@gnu.org>
6710
6711 * calendar/holidays.el (calendar-holidays): Doc fix.
6712
6713 * progmodes/gud.el (tramp-file-name-localname)
6714 (tramp-dissect-file-name): Declare.
6715
6716 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6717
6718 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6719
6720 * bindings.el (mode-line-frame-control): New function, caters to
6721 `pc' ``window system''.
6722 (mode-line-frame-identification): Use it instead of accessing
6723 window-system directly.
6724
6725 2008-08-25 Juri Linkov <juri@jurta.org>
6726
6727 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6728 `center-line' and "\eS" from `center-paragraph'.
6729 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6730 `center-paragraph'.
6731
6732 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6733
6734 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6735 (newsticker-treeview-treewindow-width): New.
6736 (newsticker-treeview-listwindow-height): New.
6737 (newsticker-treeview-browse-url-item): New.
6738 (newsticker-treeview-mode-map):
6739 Add newsticker-treeview-browse-url-item.
6740 (newsticker--treeview-window-init):
6741 Use newsticker-treeview-treewindow-width and
6742 newsticker-treeview-listwindow-height.
6743
6744 * net/newst-reader.el (newsticker-browse-url-item): New.
6745
6746 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6747
6748 * vc-dir.el (vc-dir-marked-only-files-and-states):
6749 (vc-dir-child-files-and-states): Reverse the list before returning it.
6750
6751 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6752
6753 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6754
6755 2008-08-24 Romain Francoise <romain@orebokech.com>
6756
6757 * progmodes/python.el (run-python): Remove '' from sys.path.
6758
6759 2008-08-23 Glenn Morris <rgm@gnu.org>
6760
6761 * progmodes/fortran.el (fortran-tab-mode-string)
6762 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6763
6764 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6765
6766 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6767 Add declare-function.
6768
6769 * startup.el (command-line): Don't call tty-register-default-colors
6770 if initial-window-system is `pc'.
6771
6772 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6773 (msdos-key-remapping-map): New variable. Move here all the special
6774 keys we will be remapping via local-function-key-map.
6775 (msdos-setup-keyboard): New function.
6776
6777 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6778 make-msdos-frame.
6779 (terminal-init-internal): New function, errors out if called.
6780 (msdos-initialize-window-system): New function.
6781 (msdos-create-frame-with-faces): Set the terminal's
6782 `terminal-initted' (sic!) parameter.
6783 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6784 (window-system-initialization-alist):
6785 Add msdos-initialize-window-system.
6786 (handle-args-function-alist): Use tty-handle-args for `pc'
6787 ``window system'' as well.
6788 (pc-win): Provide.
6789
6790 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6791 code for using msdos-color-values.
6792
6793 * loadup.el [ms-dos]: Load term/pc-win.
6794
6795 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6796
6797 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6798 directory name.
6799
6800 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * progmodes/gud.el (gud-common-init): Use absolute file so that
6803 perldb works with tramp (sudo).
6804
6805 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6806 match data in process filters.
6807
6808 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6809
6810 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6811 can be written.
6812
6813 2008-08-23 Glenn Morris <rgm@gnu.org>
6814
6815 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6816 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6817
6818 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6819
6820 * subr.el (temp-buffer-show-hook): Doc fix.
6821
6822 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6825 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6826 <tassilo@member.fsf.org>.
6827
6828 * net/trampver.el: Update release number.
6829
6830 * net/xesam.el (xesam-minor-mode): New minor mode.
6831 (xesam-highlight-buffer): Remove. Code moved to
6832 `xesam-minor-mode'.
6833 (xesam-refresh-entry): Use `xesam-minor-mode'.
6834
6835 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * minibuffer.el (completion--try-word-completion):
6838 Disable partial-completion when considering the addition of a space
6839 or hyphen.
6840
6841 2008-08-21 John Paul Wallington <jpw@pobox.com>
6842
6843 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6844 filename of `tofile' doesn't contain any colons on Windows,
6845 Cygwin, and MS-DOS systems.
6846
6847 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6848
6849 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6850 (epg-context-set-progress-callback): Make sure the callback is a
6851 cons of a function and a handback. Update all callers.
6852
6853 2008-08-20 David Reitter <david.reitter@gmail.com>
6854
6855 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6856 Patch applied by Adrian Robert.
6857
6858 2008-08-20 Kevin Ryde <user42@zip.com.au>
6859
6860 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6861 directive lines.
6862
6863 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/xesam.el (xesam-highlight-string): Precise doc string.
6866 (xesam-highlight-buffer): New defun.
6867 (xesam-refresh-entry): Use it. Better check for sourceModified.
6868
6869 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6872 their names.
6873
6874 2008-08-19 Kenichi Handa <handa@m17n.org>
6875
6876 * language/european.el ("Esperanto"): Change the preferred
6877 charsets to iso-8859-3.
6878
6879 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6880
6881 * international/fontset.el (script-representative-chars):
6882 Delete the entry for symbol.
6883 (setup-default-fontset): For symbol characters, don't specify
6884 :script property.
6885
6886 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * minibuffer.el (completion-table-dynamic): Doc fix.
6889
6890 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6891 saved.
6892
6893 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * emulation/edt.el (edt-default-emulation-setup):
6896 Share global-buffers-menu-map with the emulated global map.
6897
6898 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6899
6900 * term/ns-win.el (global): Uncomment "put backspace
6901 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6902
6903 2008-08-18 Kenichi Handa <handa@m17n.org>
6904
6905 * international/mule-diag.el (font-show-log): Add optional arg N
6906 to control the limit of font listing.
6907
6908 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * window.el (recenter-top-bottom): Determine top and bottom
6911 positions using scroll-margin instead of scroll-conservatively.
6912
6913 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6914
6915 * proced.el (proced-send-signal): Use beginning-of-line.
6916
6917 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6918
6919 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6920 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6921 listing types.
6922 (proced-log-buffer): New variable.
6923 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6924 region if transient-mark-mode is turned on and the region is active.
6925 (proced-omit-processes): Rename from proced-hide-processes to
6926 avoid key clash with describe-mode (bound to h). Search for
6927 marked processes starting from point-min.
6928 (proced-header-space): Remove.
6929 (proced-send-signal): Handle errors. Operate on current process
6930 if no process is marked.
6931 (proced-why): New command.
6932 (proced-log, proced-log-summary): New functions.
6933 (proced-help): Use proced-why.
6934 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6935 (bibtex-autokey-year-title-separator): Fix docstring.
6936
6937 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * net/xesam.el (xesam-vendor, xesam-notify-function):
6940 New local variables.
6941 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6942 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6943 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6944 (xesam-new-search): Initialize `xesam-vendor'.
6945
6946 2008-08-15 Glenn Morris <rgm@gnu.org>
6947
6948 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6949 a pipeline.
6950 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6951 unless at the end of the pipeline. (Bug#699).
6952
6953 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * minibuffer.el (completion-boundaries): Doc fix.
6956 (display-completion-list): Only default base-size to zero if
6957 completing in the minibuffer.
6958
6959 * simple.el (completion-base-size): Doc fix.
6960 (choose-completion): Try reselecting completion-reference-buffer.
6961
6962 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6965 also for remote directories.
6966
6967 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6970 since those precomputed values aren't used any more.
6971 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6972
6973 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6974
6975 * help.el (with-help-window): Return last value in BODY.
6976
6977 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6978
6979 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6980 notify function of the URL.
6981 (xesam-new-search): Encode special characters in the query string.
6982
6983 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6986
6987 2008-08-13 Andreas Schwab <schwab@suse.de>
6988
6989 * net/tramp.el (tramp-handle-shell-command): Handle output going
6990 to current buffer like shell-command. Don't disable undo.
6991
6992 2008-08-13 Glenn Morris <rgm@gnu.org>
6993
6994 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6995 description is found.
6996
6997 2008-08-12 Alan Mackenzie <acm@muc.de>
6998
6999 * progmodes/cc-defs.el (c-emacs-features):
7000 argumentative-bod-function: bind mark-ring to avoid accumulating a
7001 spurious mark.
7002
7003 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
7004
7005 * simple.el (visual-line--saved-state): New var.
7006 (visual-line-mode): Save local values of variables, and restore
7007 them when visual-line-mode is disabled.
7008
7009 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
7010
7011 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7012
7013 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7014
7015 * progmodes/cc-defs.el (c-emacs-features):
7016 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7017 moving point during the test.
7018
7019 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7020
7021 2008-08-11 Glenn Morris <rgm@gnu.org>
7022
7023 * term/ns-win.el (x-parse-geometry): Doc fix.
7024
7025 * dired.el (x-popup-menu):
7026 * hi-lock.el (x-popup-menu):
7027 * mouse.el (font-face-attributes):
7028 * calendar/cal-menu.el (x-popup-menu):
7029 * calendar/calendar.el (x-popup-menu):
7030 * calendar/holidays.el (x-popup-menu):
7031 * progmodes/cperl-mode.el (x-popup-menu):
7032 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7033 (x-open-connection):
7034 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7035 (x-command-line-resources):
7036 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7037 (x-display-name, x-command-line-resources):
7038 Add declarations for builds without X.
7039
7040 2008-08-10 Glenn Morris <rgm@gnu.org>
7041
7042 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7043
7044 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
7045
7046 * vc-bzr.el (vc-bzr-find-revision): Rename from
7047 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7048
7049 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
7050
7051 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7052 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
7053 "DONE", when all hits are retrieved.
7054 (xesam-search): Autoload it.
7055
7056 2008-08-11 John Paul Wallington <jpw@pobox.com>
7057
7058 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7059 empty string when no filename.
7060 (define-ibuffer-column filename): Accommodate that change.
7061
7062 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7063 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7064
7065 2008-08-10 Glenn Morris <rgm@gnu.org>
7066
7067 * Makefile.in (ELCFILES): Update.
7068
7069 2008-08-10 John Paul Wallington <jpw@pobox.com>
7070
7071 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7072
7073 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7074
7075 * battery.el (battery-echo-area-format, battery-status-function):
7076 Handle new Linux sysfs format for battery reporting.
7077 (battery-linux-sysfs): New function.
7078
7079 2008-08-07 Martin Rudalics <rudalics@gmx.at>
7080
7081 * add-log.el (change-log-search-tag-name)
7082 (change-log-goto-source): Fix behavior when point is not on tag.
7083
7084 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7085
7086 * startup.el (command-line-ns-option-alist): Use ignore instead of
7087 ns-ignore-0-arg.
7088
7089 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7090 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7091 (ns-alternatives-map): New variable.
7092 (x-set-up-function-keys): Use it.
7093 (global): Comment out "put backspace ascii-character..." and friends.
7094 Move function-key-map into ns-alternatives-map. Don't call
7095 precompute-menubar-bindings. Don't set anything connected with
7096 browse-url.
7097 (after-make-frame-functions): Clarify comment why a hook is added.
7098
7099 2008-08-06 Joakim Verona <joakim@verona.se>
7100
7101 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7102 in url:s.
7103
7104 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7105
7106 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7107 Fix 2008-01-01 change: use a shy group to not affect subsequent
7108 match calls.
7109
7110 2008-08-06 Reto Zimmermann <reto@gnu.org>
7111
7112 * progmodes/vera-mode.el (vera-electric-tab):
7113 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7114 region when active.
7115
7116 2008-08-06 Kenichi Handa <handa@m17n.org>
7117
7118 * faces.el (face-valid-attribute-values): Fix handling the value
7119 of (font-family-list) and font-XXX-table.
7120
7121 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * proced.el (proced-menu): Bind the correct function to for toggling.
7124
7125 * vc-dir.el (vc-dir-mode): Fix typo.
7126
7127 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7128
7129 * whitespace.el (whitespace-newline-mode)
7130 (global-whitespace-newline-mode, whitespace-mode)
7131 (global-whitespace-mode): Improve docstring.
7132
7133 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * kmacro.el (kmacro-exec-ring-item): Add autoload.
7136
7137 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7138
7139 * cus-start.el (all): Handle auto-save-visited-file-name.
7140
7141 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
7142
7143 * files.el (hack-one-local-variable-eval-safep): Handle
7144 lisp-indent-function and scheme-indent-function in addition to the
7145 deprecated lisp-indent-hook.
7146
7147 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/xesam.el (top): Require `wid-edit' always.
7150 (xesam-mode-line, xesam-highlight): New deffaces.
7151 (xesam-objects): New local variable.
7152 (xesam-search-engines): Fix error in field list.
7153 (xesam-mode): Use `xesam-mode-line' instead of
7154 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
7155 proper initialization (why?).
7156 (xesam-highlight-string, xesam-get-hits)
7157 (xesam-kill-buffer-function): New defuns.
7158 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
7159 result of "hit.fields", it isn't a string only. Wrap an error of
7160 the strigi search engine ("xesam:size" is returned as string).
7161 Highlight search items.
7162 (xesam-refresh-search-buffer): Make logic of counters more simple.
7163 Prefetch next hits.
7164 (xesam-signal-handler): Use `xesam-mode-line' instead of
7165 `font-lock-type-face'.
7166 (xesam-new-search): Add `xesam-kill-buffer-function' to
7167 `kill-buffer-hook'.
7168
7169 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7170
7171 * add-log.el (change-log-next-error, change-log-mode): Add support
7172 for `next-error' to call `change-log-goto-source' on named files
7173 in a ChangeLog.
7174
7175 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7176
7177 * calc/calc.el (math-read-number): Handle all C-like languages
7178 properly.
7179
7180 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
7181
7182 * calc/calc.el (math-read-number): Handle C numbers beginning with
7183 0 correctly.
7184
7185 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7186
7187 * term/ns-win.el ([ns-new-frame]): New global key.
7188
7189 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * international/mule-cmds.el (read-char-by-name):
7192 Check UCS names with `assoc-string' and case folding.
7193
7194 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * net/dbus.el (dbus-call-method-asynchronously)
7197 (dbus-method-return-internal, dbus-method-error-internal):
7198 Declare them with `declare-function'.
7199
7200 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7201
7202 * descr-text.el (describe-char-display): Fix last change:
7203 don't pass CHARSET to `encoded-string-description'.
7204
7205 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7206
7207 * vc.el (vc-next-action): Update list var correctly after delete.
7208
7209 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * ido.el (ido-mode): Add toggle notification.
7212
7213 * cus-edit.el (custom-save-all): Avoid destroying symlink if
7214 already visiting the custom file.
7215
7216 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7217 pending output coming after the status change.
7218
7219 2008-08-02 Jason Rumney <jasonr@gnu.org>
7220
7221 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7222
7223 2008-08-01 Kenichi Handa <handa@m17n.org>
7224
7225 * international/mule-cmds.el (encode-coding-char):
7226 New optional arg CHARSET.
7227
7228 * descr-text.el (describe-char-display): Call encode-coding-char
7229 with the arg CHARSET.
7230 (describe-char): Pay attention to the text-property `charset'.
7231
7232 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7233
7234 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7235 error messages.
7236 (dbus-set-property): Call `dbus-introspect-get-property' instead
7237 of `dbus-get-property'.
7238
7239 * net/xesam.el (xesam-all-fields): Remove source and content
7240 identifiers.
7241 (xesam-dbus-unique-names): New defvar.
7242 (xesam-dbus-call-method): New defun. Replace all calls of
7243 `dbus-call-method' by `xesam-dbus-call-method'.
7244 (xesam-get-cached-property, xesam-set-cached-property):
7245 New defuns.
7246 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7247 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7248 (xesam-search-engines): Make it an association list. Take changed
7249 layout into account in the corresponding function.
7250 (xesam-delete-search-engine): Remove check for consistency of
7251 `xesam-search-engines', not needed anymore.
7252 (xesam-mode): Show XML query string only in the debug case.
7253
7254 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7255
7256 * files.el (read-file-modes): Fix typo in docstring.
7257
7258 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7259
7260 * Makefile.in: Avoid maintainer warning for autogenerated unicode
7261 files.
7262
7263 * apropos.el (apropos-symbol): Don't set button skip by default.
7264 (apropos-print): Set button skip iff searching for multiple types.
7265 (apropos-print-doc): Insert blank label button when searching for
7266 a single type.
7267
7268 * button.el (forward-button): Avoid infloop.
7269
7270 * minibuffer.el (read-file-name-completion-ignore-case):
7271 Add cygwin to the list.
7272
7273 2008-07-31 Sven Joachim <svenjoac@gmx.de>
7274
7275 * files.el (abbreviate-file-name): When replacing $HOME with ~,
7276 turn off case-fold-search.
7277
7278 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7279
7280 * net/dbus.el (top): Don't register for "NameOwnerChanged".
7281 (dbus-message-type-invalid, dbus-message-type-method-call)
7282 (dbus-message-type-method-return, dbus-message-type-error)
7283 (dbus-message-type-signal): New defconst.
7284 (dbus-ignore-errors): Fix `edebug-form-spec' property.
7285 (dbus-return-values-table): New defvar.
7286 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7287 New defun.
7288 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7289 Extend docstring. Adapt implementation according to new
7290 `dbus-event' layout.
7291 (dbus-event-service-name, dbus-event-path-name)
7292 (dbus-event-interface-name, dbus-event-member-name):
7293 Adapt implementation according to new `dbus-event' layout.
7294 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7295
7296 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7297 (xesam-mode): Rework implementation.
7298 (xesam-new-search): Additional parameter TYPE.
7299 (xesam-search): Adapt call of `xesam-new-search'.
7300
7301 2008-07-31 Juri Linkov <juri@jurta.org>
7302
7303 * dired-aux.el (dired-do-chmod): Set default value to the original
7304 mode string using absolute notation like u=rwx,g=rx,o=rx.
7305 Use it as a new arg `default' of `dired-mark-read-string'.
7306 (dired-mark-read-string): Add new optional arg `default'.
7307
7308 * files.el (read-file-modes): Set default value to the original
7309 mode string using absolute notation like u=rwx,g=rx,o=rx.
7310 Use it as the `default' arg of `read-string'.
7311
7312 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7313 variable `files' is bound to avoid warnings.
7314
7315 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7316 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7317 to the command `isearch-forward' instead of displaying "See C-s".
7318 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7319 with their interactive specifications. Move reading the face name to
7320 the main body after calls to isearch-done and isearch-clean-overlays.
7321
7322 * mb-depth.el: Unify all names under one common name prefix
7323 `minibuffer-depth-'.
7324 (minibuffer-depth-indicator-function): Rename from
7325 `minibuf-depth-indicator-function'.
7326 (minibuffer-depth-overlay): Rename from
7327 `minibuf-depth-overlay'.
7328 (minibuffer-depth-setup): Rename from
7329 `minibuf-depth-setup-minibuffer'.
7330 (minibuffer-depth-indicate-mode): Rename from
7331 `minibuffer-indicate-depth-mode'.
7332
7333 2008-07-31 Juri Linkov <juri@jurta.org>
7334
7335 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7336 (dired-isearch-filenames-setup): Bind "\M-sf" to
7337 dired-isearch-filenames-toggle in isearch-mode-map.
7338 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7339 in isearch-mode-map.
7340
7341 * isearch.el (isearch-edit-string-set-word): New command.
7342 (minibuffer-local-isearch-map): Bind "\C-w" to
7343 isearch-edit-string-set-word.
7344 (isearch-new-word): Temporary internal variable.
7345 (isearch-edit-string): Remove special case of reading the
7346 first character and checking it for C-w.
7347
7348 * simple.el (read-shell-command, shell-command):
7349 Move code that uses minibuffer-with-setup-hook to set
7350 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7351 from the interactive spec of `shell-command' to `read-shell-command'.
7352
7353 * international/mule-cmds.el (read-char-by-name):
7354 Accept hash notation. Doc fix.
7355 (ucs-insert): Doc fix. Convert to number only when `arg' is
7356 a string. Use separate error message when `arg' is not an integer.
7357 Bind `ucs-insert' to `C-x 8 RET'.
7358
7359 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7360
7361 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7362 move the (arglist-cont-nonempty) from c-offsets-alist to
7363 c-hanging-braces-alist like other styles already have.
7364
7365 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7366
7367 * textmodes/texinfmt.el:
7368 * nxml/nxml-enc.el:
7369 * mail/feedmail.el:
7370 * international/mule.el:
7371 * international/latexenc.el:
7372 * emulation/viper-util.el:
7373 * emulation/viper-init.el:
7374 * emulation/viper-ex.el:
7375 * emacs-lisp/bytecomp.el:
7376 * version.el:
7377 * subr.el:
7378 * startup.el:
7379 * sort.el:
7380 * shadowfile.el:
7381 * recentf.el:
7382 * printing.el:
7383 * paths.el:
7384 * minibuffer.el:
7385 * ls-lisp.el:
7386 * loadup.el:
7387 * hippie-exp.el:
7388 * finder.el:
7389 * files.el:
7390 * ediff-util.el:
7391 * ediff-ptch.el:
7392 * ediff-init.el:
7393 * ediff-diff.el:
7394 * dired.el:
7395 * dired-aux.el:
7396 * cus-edit.el:
7397 * bindings.el:
7398 * arc-mode.el:
7399 * add-log.el: Remove VMS support.
7400 * obsolete/vmsproc.el:
7401 * obsolete/vms-pmail.el:
7402 * obsolete/vms-patch.el: Remove file.
7403
7404 2008-07-31 Alan Mackenzie <acm@muc.de>
7405
7406 * progmodes/cc-mode.el (c-before-hack-hook): New function
7407 (Top Level): Install c-before-hack-hook on
7408 before-hack-local-variables-hook, rather than
7409 c-postprocess-file-styles on hack-local-variables-hook.
7410
7411 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * files.el (normal-mode): Move call to hack-project-variables into
7414 hack-local-variables.
7415 (file-local-variables-alist, before-hack-local-variables-hook):
7416 New vars.
7417 (ignored-local-variables): Add file-local-variables-alist.
7418 (hack-local-variables-filter): Renamed from
7419 hack-local-variables-apply. Add the result to
7420 file-local-variables-alist, without applying them.
7421 (hack-local-variables): Set file-local-variables-alist to nil.
7422 Call hack-project-variables and before-hack-local-variables-hook.
7423 Apply variables here, instead of hack-local-variables-apply.
7424 Based on a patch by Alan Mackenzie.
7425
7426 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7427
7428 * info-look.el (autoconf-mode :doc-spec): For
7429 "(autoconf)M4 Macro Index", if the item already
7430 begins with "AS_", don't prefix that string again.
7431
7432 2008-07-30 Juri Linkov <juri@jurta.org>
7433
7434 * info.el (info, Info-mode): Doc fix.
7435
7436 * isearch.el (isearch-mode-map): Bind `M-s r' to
7437 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7438 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7439 in the global map `search-map'.
7440 (isearch-forward): Doc fix.
7441 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7442
7443 * simple.el (quoted-insert): Comment out code that treats
7444 0240-0377 specially.
7445
7446 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * cus-start.el: Add customization info for
7449 read-buffer-completion-ignore-case.
7450
7451 2008-07-30 Sam Steingold <sds@gnu.org>
7452
7453 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7454
7455 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7458 (vc-dir-mode): Improve docstring.
7459
7460 2008-07-30 Juri Linkov <juri@jurta.org>
7461
7462 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7463 for the sake of isearch-mode-hook in dired-mode in dired.el.
7464
7465 2008-07-19 Markus Triska <markus.triska@gmx.at>
7466
7467 * image-mode.el (image-mode): Set image-mode-text-map when image
7468 cannot be displayed.
7469
7470 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7471
7472 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7473 ada-xref-set-default-prj-values.
7474 (ada-prj-display-page): Ditto.
7475
7476 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7477 (ada-make-filename-from-adaname): Fix free variable.
7478
7479 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7480
7481 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7482
7483 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7484
7485 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7486 for declarations inside a parenthetical list. The code is ill-advised,
7487 and doesn't work given user defined types.
7488 (verilog-set-auto-endcomments): Enhance function automatic
7489 endcomment to support functions that return user defined types.
7490 (verilog-mode): Add code to tell which-function-mode minor mode
7491 that Verilog supports this feature.
7492 (verilog-beg-block-re-ordered, verilog-indent-re)
7493 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7494 (verilog-leap-to-head): Support the new virtual and/or protected
7495 tasks, as well as extern declarations of tasks for indenting and
7496 for forward/backward expression.
7497
7498 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7499
7500 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7501 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7502 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7503 (verilog-string-replace-matches): Avoid recursion with small
7504 replacements.
7505 (verilog-auto-inst-param-value, verilog-mode-version)
7506 (verilog-mode-version-date, verilog-read-inst-param-value)
7507 (verilog-auto-inst, verilog-auto-inst-param)
7508 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7509 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7510 David Rogoff. This allows parameters to be replaced with their
7511 values, on the expansion of an AUTOINST with Verilog 2001 style
7512 parameter settings.
7513
7514 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7515
7516 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7517 to `cddr'.
7518
7519 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * Makefile.in (ELCFILES): Add mairix.elc.
7522
7523 2008-07-29 David Engster <deng@randomsample.de>
7524
7525 * net/mairix.el: New file.
7526
7527 2008-07-29 Juri Linkov <juri@jurta.org>
7528
7529 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7530 instead of variable-pitch with bold and 1.2 height.
7531
7532 * dired-aux.el (dired-do-async-shell-command): New command.
7533
7534 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7535 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7536
7537 2008-07-29 Juri Linkov <juri@jurta.org>
7538
7539 * international/mule-cmds.el (ucs-names): New internal variable.
7540 (ucs-names): New function.
7541 (ucs-completions): New lazy completion variable.
7542 (read-char-by-name): New function.
7543 (ucs-insert): Replace interactive spec letter "s" with the call to
7544 `read-char-by-name'.
7545
7546 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7547
7548 * replace.el (occur-read-primary-args):
7549 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7550 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7551 second arg of `read-regexp'.
7552
7553 * dired-aux.el (dired-isearch-filenames): New user option.
7554 (dired-isearch-orig-success-function): New internal variable.
7555 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7556 (dired-isearch-success-function): New functions.
7557 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7558 New commands.
7559
7560 * dired.el (dired-insert-set-properties): Add new text property
7561 `dired-filename' to put on file names.
7562 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7563 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7564 Add menu items.
7565 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7566 buffer-local `isearch-mode-hook'.
7567
7568 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7569
7570 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7571 (ada-create-case-exception): Fix typo in docstring.
7572 (ada-no-auto-case): Return nil, not the docstring.
7573 (ada-indent-current): Reflow docstring.
7574
7575 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7576 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7577 (ada-prj-load-from-file): Reflow docstring.
7578 (ada-prj-display-page): Fix typo in widget.
7579
7580 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7581 Fix typos in docstrings.
7582
7583 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7584 (ada-compile-current, ada-check-current, ada-run-application)
7585 (ada-get-ali-file-name): Fix typos in docstrings.
7586 (ada-xref-confirm-compile, ada-find-references)
7587 (ada-find-local-references, ada-find-any-references): Doc fixes.
7588 (ada-get-all-references): Fix typo in error message.
7589 (ada-xref-current-project): Use `let', not `let*'.
7590 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7591
7592 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7593
7594 * whitespace.el (whitespace-newline): Change initialization to have a
7595 low contrast relative to the background color. Suggested by David
7596 Reitter <david.reitter@gmail.com>.
7597
7598 2008-07-28 Juri Linkov <juri@jurta.org>
7599
7600 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7601 New functions.
7602
7603 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7604 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7605
7606 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7607
7608 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7609 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7610
7611 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7612
7613 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7614 Add support for add-log.
7615 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7616
7617 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7618 (ada-prj-save): Prompt for file name if not given.
7619 (ada-prj-display-page): Display casing exceptions.
7620
7621 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7622 Ada mode project files. Delete 'main_unit' project variable;
7623 only need 'main'. Simplify handling of default project values.
7624 Use cross-prefix consistently.
7625 (ada-find-executable): Throw error if not found.
7626 (ada-initialize-runtime-library): Improve error handling when
7627 gnatls not found.
7628 (ada-gnat-parse-gpr): New.
7629 (ada-treat-cmd-string): Allow process environment variables.
7630 (ada-xref-set-default-prj-values): Delete; replace with
7631 ada-default-prj-properties.
7632 (ada-parse-prj-file): Handle GNAT project files.
7633 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7634 (ada-select-prj-file): New.
7635 (ada-get-absolute-dir-list): Allow project and environment variables.
7636
7637 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7638
7639 Sync with Tramp 2.1.14.
7640
7641 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7642 (tramp-get-device): Make device number a cons cell.
7643 (tramp-convert-file-attributes): Make inode a cons cell.
7644
7645 * net/trampver.el: Update release number.
7646
7647 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7648
7649 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7650 window systems.
7651
7652 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7653
7654 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7655
7656 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7657
7658 Remove support for Mac Carbon.
7659 * term/mac-win.el: Remove file
7660 * international/mule-cmds.el:
7661 * version.el:
7662 * startup.el:
7663 * simple.el:
7664 * mwheel.el:
7665 * mouse.el:
7666 * loadup.el:
7667 * isearch.el:
7668 * info.el:
7669 * frame.el:
7670 * faces.el:
7671 * disp-table.el:
7672 * cus-start.el:
7673 * cus-face.el:
7674 * cus-edit.el:
7675 * Makefile.in: Remove code for Carbon.
7676
7677 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7678
7679 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7680 bindings for functions deleted by Dan N. 2008-07-21. Set
7681 where-is-preferred-modifier. Add show-manual option to Help menu.
7682
7683 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7684
7685 * net/tramp.el (tramp-handle-start-file-process):
7686 Set query-on-exit flag. Kill temporary buffer.
7687 (tramp-process-sentinel): Remove defun.
7688 (tramp-do-copy-or-rename-file-out-of-band)
7689 (tramp-maybe-open-connection): Don't call it.
7690
7691 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7692 `tramp-process-sentinel'.
7693
7694 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7695 `tramp-process-sentinel'.
7696
7697 * net/xesam.el (xesam-from): Remove defvar.
7698 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7699 and `mode-line-position'.
7700 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7701 information to the widgets. Don't set `mode-line-position'.
7702 (xesam-refresh-search-buffer): Correct hit number computing.
7703 Don't set `mode-line-position'.
7704 (xesam-new-search): Add debug information to the mode line.
7705
7706 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7707
7708 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7709 diff-show-trailing-whitespaces.
7710
7711 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7714 invalid filename strings when parsing tex errors (bug#376).
7715
7716 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7717
7718 * menu-bar.el (menu-bar-file-menu): Fix typo.
7719
7720 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7721
7722 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7723 (solitaire-mode): Define with `define-derived-mode'.
7724 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7725 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7726 (solitaire-undo, solitaire-check): Use `when'.
7727 (solitaire-solve): Err out if the solitaire is already in progress.
7728 Use `when'.
7729
7730 * descr-text.el (describe-char): Don't overwrite local variable char
7731 when describing characters with display-table entries. Display font
7732 backend when describing composed characters. Simplify: use `let'
7733 instead of `let*', and `or x y' instead of `if x x y'.
7734
7735 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7736
7737 * image-mode.el (image-minor-mode): Set up winprops.
7738
7739 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7740
7741 * diff-mode.el (diff-show-trailing-blanks): New fun.
7742 Show trailing blanks in modified lines for diff-mode.
7743
7744 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7745
7746 * Makefile.in (ELCFILES): Add net/xesam.el.
7747
7748 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7749 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7750
7751 * net/xesam.el: New file.
7752
7753 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7754
7755 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7756 set-file-modes when creating target directories.
7757
7758 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7761 Set `show-trailing-whitespace' to nil.
7762 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7763 Fix typos in docstrings.
7764
7765 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7768 key remapping, not directly.
7769
7770 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7771
7772 * whitespace.el: New version 11.2.
7773 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7774 minor mode visualization.
7775
7776 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7777
7778 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7779
7780 * Makefile.in (ELCFILES): Add term/common-win.elc.
7781
7782 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7783 (vc-dir-isearch-regexp): New functions.
7784 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7785
7786 2008-07-23 Juri Linkov <juri@jurta.org>
7787
7788 * isearch-multi.el: Remove file to avoid dos file name clashes
7789 with isearch-x.el. Move most content to misearch.el.
7790
7791 * misearch.el: New file with most content from isearch-multi.el.
7792 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7793 Remove `isearch-buffers-minor-mode'. Add new function
7794 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7795 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7796 `multi-isearch-files', `multi-isearch-files-regexp'.
7797
7798 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7799
7800 * isearch.el (isearch-message-prefix): Display "Multi" when
7801 `multi-isearch-next-buffer-current-function' is non-nil.
7802 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7803 with `multi-isearch-next-buffer-current-function', and
7804 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7805
7806 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7807 `multi-isearch-next-buffer-function' instead of
7808 `isearch-buffers-next-buffer-function'. Remove call to
7809 `isearch-buffers-minor-mode'.
7810
7811 * buff-menu.el (Buffer-menu-marked-buffers)
7812 (Buffer-menu-isearch-buffers)
7813 (Buffer-menu-isearch-buffers-regexp): New functions.
7814 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7815 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7816 `Buffer-menu-isearch-buffers-regexp'.
7817 (Buffer-menu-mode): Document new commands in docstring.
7818 (list-buffers-noselect): Add one space after Info file name
7819 according to the Info address convention.
7820
7821 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7822 New functions.
7823
7824 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7825 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7826 (ibuffer-mode): Document new commands in docstring.
7827
7828 * filesets.el (filesets-commands): Add commands for "Isearch" and
7829 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7830 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7831 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7832 or `multi-isearch-files-regexp'.
7833 (filesets-cmd-query-replace-getargs): Call standard function
7834 `query-replace-read-args' to read `query-replace' arguments.
7835 Add `multi-query-replace-map'.
7836 (filesets-cmd-query-replace-regexp-getargs)
7837 (filesets-cmd-isearch-getargs): New functions.
7838
7839 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7840
7841 * international/mule.el (recode-region): Deactivate mark at the end.
7842
7843 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7844
7845 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7846 Use more suitable colors on dark displays.
7847
7848 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7849
7850 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7851 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7852 (tramp-temp-buffer-name): New defconst.
7853 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7854 command. No trailing prompt.
7855 (tramp-process-sentinel): Remove temporary buffer, if existing.
7856 Don't handle trailing prompt.
7857 (tramp-open-connection-setup-interactive-shell):
7858 Use `tramp-temp-buffer-name'.
7859
7860 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * shell.el (shell-dynamic-complete-functions):
7863 Use comint-dynamic-complete-filename as well (bug#361).
7864
7865 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7866
7867 * term/ns-win.el:
7868 * version.el (emacs-version):
7869 * loadup.el:
7870 * frame.el (make-frame-on-display): Check for ns instead of
7871 ns-windowing.
7872
7873 * dired.el (dired-mode-map): Show the key binding for wdired.
7874
7875 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7876 exiting Emacs.
7877
7878 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7879
7880 * term/ns-win.el (x-list-fonts): Drop alias.
7881
7882 2008-07-23 Juri Linkov <juri@jurta.org>
7883
7884 * replace.el (multi-query-replace-map): New variable.
7885 (perform-replace): Add processing of new multi-buffer keys bound
7886 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7887 if last input char was `automatic-all'. Set new local variable
7888 `multi-buffer' to t when one of new two keys were typed. Return
7889 non-nil value of `multi-buffer' that tells to calling functions
7890 to continue replacement on the next file.
7891
7892 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7893 `perform-replace' to `multi-query-replace-map'.
7894
7895 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7898 otherwise displayed in every buffer.
7899
7900 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7901 (vc-arch-trim-one-revlib): Delete temp directories as well.
7902
7903 2008-07-22 Stephen Eglen <stephen@gnu.org>
7904
7905 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7906
7907 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7908
7909 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7910
7911 2008-07-22 Miles Bader <miles@gnu.org>
7912
7913 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7914 (sh-mode-map): Remove remapping of newline-and-indent.
7915
7916 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7917
7918 * vc.el (Todo): Update.
7919
7920 * vc-hooks.el: Remove obsolete comment.
7921
7922 * vc-git.el (vc-git-status-printer): Update the directory display
7923 to match the default.
7924
7925 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7926
7927 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7928
7929 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7930 for "word wrap" command.
7931
7932 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7933
7934 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7935
7936 * term/ns-win.el: Rename ns- functions/variables to the
7937 corresponding x- versions.
7938 (x-select-text, x-cut-buffer-or-selection-value)
7939 (x-disown-selection-internal, x-get-selection-internal)
7940 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7941 (x-display-mm-width, x-display-mm-height)
7942 (x-display-backing-store, x-display-save-under)
7943 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7944 defaliases.
7945
7946 * frame.el (ns-display-name): Remove declaration.
7947 (make-frame-on-display): Use x-display-name instead
7948 ns-display-name. Use unless.
7949
7950 * startup.el (command-line-1): Fix indentation.
7951
7952 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7953 checked in inadvertently.
7954
7955 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * term/ns-win.el: Standardize references to "Nextstep" in
7958 comments, messages, and docstrings.
7959 (ns-handle-args, x-parse-geometry)
7960 (ns-extended-platform-support-mode, x-setup-function-keys)
7961 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7962 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7963 (ns-initialized, ns-initialize-window-system): Doc fixes.
7964
7965 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7966
7967 * diff-mode.el (diff-auto-refine): Delete defcustom.
7968 (diff-auto-refine-mode): New func/var via define-minor-mode.
7969 Update var ref to use diff-auto-refine-mode.
7970 * smerge-mode.el (diff-mode): Require when compiling.
7971 (smerge-auto-refine): Delete defcustom.
7972 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7973
7974 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7975
7976 * simple.el (visual-line): New custom group.
7977 (visual-line-fringe-indicators): New var.
7978 (visual-line-mode): Set fringe-indicator-alist based on
7979 visual-line-fringe-indicators. Add lighter.
7980
7981 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7982
7983 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7984 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7985 (x-handle-geometry, x-handle-name-switch, x-display-name)
7986 (x-handle-display, x-handle-args, x-colors): Move ...
7987 * term/common-win.el: ... here. New file.
7988 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7989 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7990 (x-handle-geometry, x-handle-name-switch, x-display-name)
7991 (x-handle-display, x-handle-args, x-colors): Remove.
7992 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7993
7994 2008-07-19 Juri Linkov <juri@jurta.org>
7995
7996 * startup.el (fancy-startup-text): Move the line "To quit
7997 a partially entered command, type Control-g" a few lines below
7998 to be after the line "To start". Add text "at gnu.org" to
7999 "Overview of Emacs features".
8000
8001 * dired.el (dired-mode-map): Fix menu text of
8002 image-dired-display-thumbs.
8003
8004 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8005 (image-dired-cmd-create-temp-image-options)
8006 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8007 ImageMagick command line to change the dimensions of the image
8008 only if its width or height exceeds the geometry specification.
8009
8010 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8011
8012 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8013 to docstrings.
8014
8015 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8016
8017 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8018 Vinicius Jose Latorre.
8019
8020 2008-07-19 Glenn Morris <rgm@gnu.org>
8021
8022 * term/ns-win.el (ns-make-command-string): Use mapconcat.
8023 (ns-save-preferences): Fix typo in previous change. (Bug#573)
8024
8025 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
8026
8027 * net/dbus.el (dbus-interface-properties): New defconst.
8028 (dbus-introspect): Update docstring.
8029 (dbus-introspect-xml, dbus-introspect-get-attribute)
8030 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8031 (dbus-introspect-get-interface-names)
8032 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8033 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8034 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8035 (dbus-introspect-get-property)
8036 (dbus-introspect-get-annotation-names)
8037 (dbus-introspect-get-annotation)
8038 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8039 (dbus-introspect-get-signature, dbus-get-property)
8040 (dbus-set-property, dbus-get-all-properties): New defuns.
8041
8042 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8045 ns-grabenv.elc.
8046
8047 * ns-carbon-compat.el: File removed.
8048
8049 * ns-grabenv.el: File removed.
8050
8051 * term/ns-win.el: Contents of ns-carbon-compat.el and
8052 ns-grabenv.el moved here.
8053 (ns-grabenv, ns-open-file-select-line): Doc fixes.
8054 (ns-submit-bug-report): Function removed. Reports go to the main
8055 Emacs bug list.
8056 (ns-handle-args, ns-spi-service-call): Doc fixes.
8057 (info-ns-emacs): Function removed. Nextstep port manual will be
8058 merged into the Emacs manual, so no separate link needed.
8059
8060 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
8061
8062 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8063
8064 2008-07-18 Glenn Morris <rgm@gnu.org>
8065
8066 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8067 to XEmacs, since it does nothing for Emacs.
8068
8069 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8072 BUFFER that is a string but does not exist as a buffer object, as
8073 mentioned in the doc-string.
8074
8075 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
8076
8077 * simple.el (line-move-visual): Make it a defcustom.
8078 (line-move-1): Convert temporary-goal-column back to an integer if
8079 it was set as a float by a previous call to line-move-visual.
8080 (end-of-visual-line, beginning-of-visual-line)
8081 (next-logical-line, previous-logical-line): New functions.
8082
8083 2008-07-17 David Reitter <david.reitter@gmail.com>
8084
8085 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8086 functions.
8087 (visual-line-mode, global-visual-line-mode): New minor mode.
8088 (visual-line-mode-map): New variable.
8089
8090 2008-07-17 Glenn Morris <rgm@gnu.org>
8091
8092 * term/ns-win.el (parameters): Declare for compiler.
8093
8094 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
8095
8096 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8097 for Windows.
8098
8099 2008-07-17 Daiki Ueno <ueno@unixuser.org>
8100
8101 * epa.el (epa-key-list-mode): Use run-mode-hooks.
8102 (epa-key-mode): Ditto.
8103 (epa-info-mode): Ditto.
8104
8105 2008-07-17 Glenn Morris <rgm@gnu.org>
8106
8107 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
8108 (ns-handle-numeric-switch): Just call ns-handle-switch.
8109 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8110 (ns-handle-args): Simplify using `pop'.
8111 (ns-display-name): Define (used in frame.el).
8112 (menu-bar-select-frame): Add (ignored) arg to more closely match the
8113 original definition.
8114 (ns-perform-service): Declare.
8115 (ns-save-preferences): Use fewer `let's.
8116
8117 * frame.el (ns-display-name): Declare for compiler.
8118
8119 2008-07-17 Kenichi Handa <handa@m17n.org>
8120
8121 * descr-text.el (describe-char-unidata-list): Initialize to the
8122 list of name, general-category, decomposition, and old-name.
8123
8124 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8125
8126 * startup.el (command-line-1): Update processing of NS long options to
8127 mimic recent changes to processing of X long options.
8128
8129 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
8130
8131 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8132 list of #defines for remote files.
8133 (gdb-source-info): Only show main if it has been found.
8134
8135 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * term/ns-win.el: Require CL; fix up comment style; reindent.
8138 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
8139 (ns-save-preferences): Use `case'.
8140 (ns-initialize-window-system): Use `dolist'.
8141
8142 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8143
8144 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8145 windowing is used.
8146 * term/ns-win.el (ns-extended-platform-support-mode):
8147 Correct/improve documentation.
8148
8149 2008-07-16 Glenn Morris <rgm@gnu.org>
8150
8151 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8152 Simply require 'cl (see comment in cl-compat.el).
8153 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8154 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8155 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8156 directly rather by subterfuge. Provide cl before loading cl-macs.
8157
8158 * paths.el (rmail-spool-directory): Remove settings for systems that are
8159 no longer supported.
8160
8161 * frame.el (ns-initialize-window-system): Declare for compiler.
8162
8163 * term/ns-win.el: Add numerous declarations for compiler.
8164 (ns-pop-up-frames): Move definition before use. Doc fix.
8165
8166 * emacs-lisp/check-declare.el (check-declare-locate)
8167 (check-declare-verify): Handle .m files.
8168
8169 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8170
8171 * ns-carbon-compat.el: New file: user-visible compatibility of
8172 NeXTstep port with Carbon port.
8173 * ns-grabenv.el: New file: functionality useful on OS X platform to
8174 expose environment variables inside Emacs started from icon.
8175 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8176 * cus-edit.el:
8177 * cus-face.el:
8178 * disp-table.el:
8179 * faces.el:
8180 * info.el:
8181 * mouse.el:
8182 * mwheel.el:
8183 * simple.el: Add ns to window systems treated as GUIs.
8184 * facemenu.el (facemenu-read-color): Don't require a name match under
8185 NS, to allow numeric color entry.
8186 * frame.el (make-frame-on-display): Follow code for 'x in initializing
8187 'ns window system if need be.
8188 (various): Add 'ns as described above.
8189 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8190 ns-windowing is active.
8191 * startup.el (command-line-ns-option-alist): New constant to handle NS
8192 windowing system specific command line args analogous to how they are
8193 handled for X windows.
8194 (command-line-1): Use the above where appropriate.
8195 * version.el: Add NS port version.
8196 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8197 Darwin (usually OS X) systems.
8198 (woman-use-own-frame): Include 'ns in list of GUI window systems.
8199 * emulation/viper-util.el (ns-display-color-p)
8200 (ns-color-defined-p): Remove these (caustically-commented) outdated
8201 compensations for a port that was never itself integrated until now.
8202 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8203 for NS window system.
8204 * international/mule-cmds.el: Add 'ns to list of special-cased window
8205 systems (probably most of these, x/w32/mac/ns could be changed to
8206 window-system non-nil).
8207 * term/ns-win.el: New file: lisp-side support for NS windowing system.
8208
8209 2008-07-14 Jason Rumney <jasonr@gnu.org>
8210
8211 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8212 (x-handle-numeric-switch, x-handle-initial-switch)
8213 (x-handle-xrm-switch, x-handle-args, x-handle-display)
8214 (xw-defined-colors, w32-initialize-window-system):
8215 Avoid use of cl pop and push macros.
8216
8217 2008-07-14 Martin Rudalics <rudalics@gmx.at>
8218
8219 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8220 error when change-log-search-file-name returns nil.
8221
8222 2008-07-13 Martin Rudalics <rudalics@gmx.at>
8223
8224 * add-log.el (change-log-search-file-name):
8225 Use match-string-no-properties.
8226 (change-log-search-tag-name-1, change-log-search-tag-name)
8227 (change-log-goto-source-1, change-log-goto-source): New functions.
8228 (change-log-tag-re, change-log-find-head, change-log-find-tail):
8229 New variables.
8230 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8231
8232 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
8233
8234 * calc/calc-help.el (calc-describe-key): Add angles to special key
8235 descriptions.
8236
8237 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
8238
8239 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8240 search for regexp.
8241
8242 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8243
8244 * simple.el (line-move-visual): Handle null pixel position gracefully.
8245
8246 2008-07-11 Jason Rumney <jasonr@gnu.org>
8247
8248 * files.el (file-truename): Get truename of ancestors if file does
8249 not exist on Windows.
8250
8251 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * simple.el (line-move-visual): Obey goal-column and no-error arg.
8254 (track-eol, temporary-goal-column, previous-line, next-line):
8255 Update docstring.
8256 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8257 to nil.
8258
8259 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * simple.el (line-move-visual): New var.
8262 (line-move-visual): New function.
8263 (line-move): Call line-move-visual.
8264
8265 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8266
8267 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8268 pattern and add patterns for C++ header files.
8269
8270 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8271
8272 * window.el (truncated-partial-width-window-p): New function.
8273
8274 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
8275
8276 * faces.el (x-create-frame-with-faces): Don't pass parameters that
8277 are set later to x-create-frame.
8278 (face-set-after-frame-default): Apply X resources for non-default
8279 faces.
8280
8281 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8282
8283 * faces.el (face-set-after-frame-default): Simplify. Don't apply
8284 frame-specific X resource settings. Set faces using a list of
8285 frame parameters explicitly passed to the calling
8286 function (e.g. make-frame).
8287 (x-create-frame-with-faces, tty-create-frame-with-faces):
8288 Supply explicit frame parameter list to face-set-after-frame-default.
8289
8290 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
8291
8292 * net/browse-url.el (browse-url-default-browser):
8293 Fix argument list in lambda.
8294
8295 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
8296
8297 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8298 from url-retrieve.
8299 (newsticker--sentinel-work): Fix xerror typo.
8300
8301 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * vc-dir.el (vc-dir-refresh): Only update files.
8304
8305 * vc-git.el (vc-git--ls-files-state): Remove unused function.
8306
8307 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8308
8309 2008-07-06 John Paul Wallington <jpw@pobox.com>
8310
8311 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8312
8313 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8314
8315 * vc-git.el (vc-git-registered): Return true for removed files.
8316 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8317 all the files instead of one per file.
8318 (vc-git-previous-revision): Add support for project-wide previous
8319 revision when specified file is nil.
8320
8321 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8322
8323 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8324
8325 * vc-dir.el (vc-dir-find-child-files): New function.
8326 (vc-dir-resync-directory-files): New function.
8327 (vc-dir-recompute-file-state): New function, broken out of ...
8328 (vc-dir-resynch-file): ... here. Also deal with directories.
8329 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8330 (vc-resynch-buffer): Use it.
8331
8332 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8333
8334 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8335
8336 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8337
8338 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8339 if it's not part of gdb-ui, e.g, at start.
8340
8341 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8342 filenames in stack trace (text command mode).
8343
8344 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8347
8348 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8349 Use syntax-ppss on a position *before* the char we want to change.
8350
8351 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8352
8353 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8354 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8355 (vc-dir-mode-map): Likewise.
8356
8357 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8358
8359 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8360 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8361 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8362 Remove spurious * in defcustom docstrings.
8363
8364 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8365 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8366 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8367 (default-justification): Remove spurious * in defcustom docstrings.
8368
8369 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8370 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8371 (rst-compare-decorations, rst-default-indent, rst-update-section)
8372 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8373 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8374 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8375 Fix typos in docstrings.
8376 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8377 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8378 (rst-get-decorations-around, rst-section-tree-point)
8379 (rst-font-lock-adornment-point): Reflow docstrings.
8380 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8381 Doc fixes.
8382 (rst-re-enumerations): Comment out.
8383
8384 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8385 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8386 (nxml-unicode-block-char-name-set):
8387 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8388 * nxml/rng-nxml.el (rng-set-state-after):
8389 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8390
8391 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8392 (rng-c-parse-annotation-body):
8393 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8394
8395 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8396 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8397 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8398 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8399 Fix typos in docstrings.
8400 (nxml-attribute-indent): Reflow docstring.
8401 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8402 (nxml-default-buffer-file-coding-system): Doc fixes.
8403
8404 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8405 (nxml-ns-set-prefix): Fix typos in docstrings.
8406 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8407 Reflow docstring.
8408 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8409
8410 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8411 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8412 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8413 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8414 (nxml-outline-display-rest, nxml-outline-set-overlay)
8415 (nxml-section-tag-forward, nxml-section-tag-backward)
8416 (nxml-back-to-section-start): Fix typos in docstrings.
8417
8418 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8419 Doc fixes.
8420
8421 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8422 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8423 (nxml-scan-after-change): Fix typo in docstring.
8424
8425 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8426 (rng-name-class-possible-names): Doc fixes.
8427 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8428 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8429 Fix typos in docstrings.
8430 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8431 Reflow docstrings.
8432
8433 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8434 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8435
8436 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8437 (rng-xsd-convert-date-time): Reflow docstrings.
8438 (rng-xsd-compile): Fix typo in docstring.
8439
8440 * nxml/rng-loc.el (rng-current-schema-file-name)
8441 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8442 Doc fixes.
8443 (rng-set-schema-file): Fix typo in docstring.
8444
8445 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8446 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8447 Fix typos in docstrings.
8448 (rng-message-overlay, rng-conditional-up-to-date-start)
8449 (rng-conditional-up-to-date-end): Doc fixes.
8450 (rng-next-error, rng-previous-error): Reflow docstrings.
8451
8452 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8453 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8454 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8455 (xmltok-merge-attributes): Fix typos in docstrings.
8456 (xmltok-make-attribute, xmltok-forward-special)
8457 (xmltok-get-declared-encoding-position): Reflow docstrings.
8458
8459 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8460 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8461 Fix typos in docstrings.
8462
8463 2008-07-02 John Paul Wallington <jpw@pobox.com>
8464
8465 * ibuffer.el (ibuffer-buffer-file-name):
8466 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8467 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8468
8469 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8470
8471 * files.el (backup-extract-version): Handle versioned directories.
8472 (trash-directory): New variable.
8473 (move-file-to-trash): New function.
8474
8475 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8476
8477 2008-07-02 Magnus Henoch <mange@freemail.hu>
8478
8479 * vc-git.el (vc-git-annotate-command): Use proper option for
8480 specifying revision.
8481
8482 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8483
8484 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8485 if available.
8486
8487 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8490
8491 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8492 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8493
8494 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8495
8496 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8497
8498 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8499 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8500 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8501 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8502 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8503 (gdb-stack-list-locals-regexp): Future proof regexps better.
8504
8505 2008-06-30 Juri Linkov <juri@jurta.org>
8506
8507 * faces.el (face-name-history): New variable.
8508 (make-face, make-empty-face): Replace interactive spec "S"
8509 with `read-from-minibuffer' where `read' arg is t and
8510 `hist' arg is `face-name-history'.
8511 (read-face-name): Set `hist' arg of `completing-read-multiple'
8512 to `face-name-history'.
8513 (list-faces-display): Use `read-regexp' instead of `read-string'
8514 to read regexp.
8515
8516 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8517 to `regexp-history'.
8518 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8519 make it an obsolete alias to it.
8520 (hi-lock-face-defaults): New variable renamed from
8521 `hi-lock-face-history'.
8522 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8523 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8524 `read-from-minibuffer'. Doc fix.
8525 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8526 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8527 Set `hist' arg of `completing-read' to `face-name-history'.
8528 Put a list of default faces to `default' arg instead of `hist' arg.
8529
8530 * bindings.el (abbrev-map, narrow-map): New variables.
8531 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8532 Rebind related commands to these new maps.
8533 (ctl-x-r-map): New variable for rectangle, register and bookmark
8534 keys. Move rectangle keybindings to rect.el and register
8535 keybindings to register.el.
8536 (next-buffer, previous-buffer): Remove C-x prefix and move
8537 keybindings to ctl-x-map.
8538
8539 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8540 to the new map `ctl-x-r-map' in autoload cookies.
8541
8542 * expand.el: Rebind two global `C-x a' keys "n", "p"
8543 to the new map `abbrev-map' in autoload cookies.
8544
8545 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8546
8547 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8548
8549 2008-06-30 Miles Bader <miles@gnu.org>
8550
8551 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8552 after processing an escape sequence.
8553
8554 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8555
8556 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8557 from 2008-06-28. It does not work on W32.
8558
8559 2008-06-29 Juri Linkov <juri@jurta.org>
8560
8561 * replace.el (read-regexp): New function.
8562 (keep-lines-read-args, occur-read-primary-args):
8563 Call `read-regexp' instead of code moved to new function.
8564 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8565 from the end of prompt.
8566 (replace-re-search-function): Doc fix.
8567
8568 2008-06-29 Kenichi Handa <handa@m17n.org>
8569
8570 * descr-text.el (describe-char-display): Always return a string.
8571 (describe-char-padded-string): New function.
8572 (describe-char): Adjusted for the change of
8573 describe-char-display. Use describe-char-padded-string.
8574
8575 2008-06-29 Andreas Schwab <schwab@suse.de>
8576
8577 * vc-dir.el (vc-dir): Make backend argument optional and use
8578 vc-responsible-backend when nil. Interactively pass nil for
8579 backend instead of using the backend of what happens to be
8580 default-directory at the time of the call.
8581
8582 * find-dired.el (find-dired-filter): Preserve point.
8583
8584 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8587 (sasl-find-mechanism, sasl-next-step):
8588 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8589 (sasl-ntlm-response): Fix typos in docstrings.
8590
8591 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8592
8593 * international/mule-cmds.el (view-hello-file): Doc fix.
8594
8595 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8596
8597 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8598 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8599
8600 2008-06-28 John Paul Wallington <jpw@pobox.com>
8601
8602 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8603
8604 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8605
8606 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8607 (tramp-convert-file-attributes): Convert symlinks only when
8608 returned from `tramp-handle-file-attributes-with-stat'.
8609
8610 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8611 `substitute-in-file-name' when unloading.
8612 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8613
8614 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8615
8616 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8617 (vc-string-prefix-p): Move function ...
8618 * vc.el (vc-string-prefix-p): ... here.
8619
8620 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8621
8622 * vc-dir.el (vc-dir): Complete only directory names.
8623
8624 2008-06-27 Jason Rumney <jasonr@gnu.org>
8625
8626 * w32-fns.el (top-level): Unconditionally define all charsets.
8627
8628 2008-06-27 Alan Mackenzie <acm@muc.de>
8629
8630 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8631 the CC Mode specific functions; this is no longer needed, since
8632 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8633
8634 * progmodes/cc-defs.el (c-emacs-features): New feature
8635 'argumentative-bod-function.
8636
8637 2008-06-27 John Paul Wallington <jpw@pobox.com>
8638
8639 * chistory.el (list-command-history): Use `bound-and-true-p'.
8640 (command-history-map): Define within defvar. Add docstring.
8641
8642 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8645 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8646 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8647 (image-type-from-buffer): Use `looking-at-p'.
8648
8649 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * ibuf-ext.el (diff-sentinel): Declare.
8652
8653 2008-06-27 Glenn Morris <rgm@gnu.org>
8654
8655 * calendar/lunar.el (calendar-lunar-phases): Rename from
8656 calendar-phases-of-moon. Keep old name as alias, update callers.
8657 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8658 (diary-lunar-phases): Rename from diary-phases-of-moon.
8659 Keep old name as alias.
8660 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8661 (cal-menu-global-mouse-menu): Update for lunar name changes.
8662 * calendar/calendar.el (calendar-mode-map): Update for name change.
8663 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8664
8665 2008-06-26 Glenn Morris <rgm@gnu.org>
8666
8667 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8668 argument `nolocation'.
8669 (calendar-sunrise-sunset-month): New function.
8670 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8671 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8672 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8673 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8674 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8675 (calendar-buffer-list): Add solar-sunrises-buffer.
8676
8677 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8678
8679 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * cus-start.el: Add customization types for word-wrap and
8682 shift-select-mode.
8683
8684 2008-06-26 John Paul Wallington <jpw@pobox.com>
8685
8686 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8687 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8688 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8689 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8690
8691 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8692
8693 * vc-dir.el (tool-bar): Require.
8694
8695 * vc.el (ewoc, tool-bar): Do not require.
8696
8697 2008-06-26 Kenichi Handa <handa@m17n.org>
8698
8699 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8700 characters.
8701
8702 * composite.el (terminal-composition-base-character-p): New function.
8703 (terminal-composition-function):
8704 Use terminal-composition-base-character-p. Include the base character
8705 in the composition.
8706 (auto-compose-chars): Don't check font-object for terminal display.
8707
8708 2008-06-26 Glenn Morris <rgm@gnu.org>
8709
8710 * doc-view.el (bookmark-make-record-default):
8711 * image-mode.el (bookmark-make-record-default): Fix declaration.
8712
8713 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8714 Add default :value for sexp type.
8715 (calendar-month-edges): New variable.
8716 (calendar-month-edges): New function.
8717 (calendar-recompute-layout-variables): Set calendar-month-edges.
8718 (calendar-intermonth-header, calendar-intermonth-text): New options.
8719 (calendar-insert-at-column): New function.
8720 (calendar-generate-month): Use calendar-insert-at-column.
8721 Handle intermonth text. Add 'date property.
8722 (calendar-column-to-month): Remove function.
8723 (calendar-column-to-segment): New function.
8724 (calendar-cursor-to-date): Use calendar-column-to-segment.
8725 Check 'date property.
8726
8727 * calendar/calendar.el (calendar-print-other-dates):
8728 Handle mouse events.
8729 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8730 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8731
8732 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8733 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8734 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8735
8736 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8737 Use calendar-column-to-segment, calendar-month-edges, and
8738 the 'date property to handle intermonth text.
8739
8740 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8741
8742 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8743 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8744 Add doc strings.
8745 (cal-menu-context-mouse-menu): Add some :keys.
8746 (calendar-check-holidays): Declare rather than autoloading.
8747 (diary-show-holidays-flag): Remove unneeded declaration.
8748
8749 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8750 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8751 event-start is nil.
8752
8753 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * minibuffer.el (completion-basic-try-completion): Use the text after
8756 point to constrain the completion candidates.
8757 (completion-basic-all-completions): Adjust accordingly.
8758
8759 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8760
8761 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8762 courier.
8763
8764 * faces.el (set-face-attribute): Doc fix.
8765
8766 2008-06-25 Juri Linkov <juri@jurta.org>
8767
8768 * bindings.el (goto-map): New variable. Rebind goto-related
8769 commands to this `M-g' prefix keymap.
8770 (search-map): New variable for `M-s' prefix keymap.
8771 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8772 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8773 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8774 `M-shw' to `hi-lock-write-interactive-patterns'.
8775
8776 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8777 `isearch-highlight-regexp'.
8778 (isearch-highlight-regexp): New function.
8779
8780 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * info.el (Info-bookmark-make-record):
8783 Use bookmark-make-record-default.
8784 (Info-bookmark-jump): Use bookmark-default-handler.
8785
8786 * image-mode.el (image-bookmark-make-record):
8787 Use bookmark-make-record-default.
8788 (image-bookmark-jump): Use bookmark-default-handler.
8789
8790 * doc-view.el (doc-view-bookmark-make-record):
8791 Use bookmark-make-record-default.
8792 (doc-view-bookmark-jump): Use bookmark-default-handler.
8793
8794 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8795 used until now in bookmark.el's code.
8796 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8797 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8798 used until now in bookmark.el's code.
8799 (bookmark-set-filename): Remove special code, moved to its only caller.
8800 (bookmark-store): Use the newer format.
8801 (bookmark-make-record-default): Add arg `point-only'.
8802 Rename from bookmark-make-record-for-text-file.
8803 (bookmark--jump-via): New function.
8804 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8805 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8806 Use it.
8807 (bookmark-jump-noselect, bookmark-default-handler):
8808 Don't return an alist, instead return the data implicitly by changing
8809 current buffer and point. Signal an error if the file doesn't exist.
8810
8811 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8812 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8813
8814 * bs.el: Use with-current-buffer. Simplify.
8815 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8816
8817 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8818 is bound before using it.
8819
8820 2008-06-25 Kenichi Handa <handa@m17n.org>
8821
8822 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8823
8824 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 * vc-hg.el:
8827 * vc-git.el: Require vc-dir when compiling.
8828
8829 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8830 vc-dir-marked-only-files. Change the return value.
8831 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8832 Change the return value.
8833 (vc-dir-deduce-fileset): New function broken out from ...
8834 * vc.el (vc-deduce-fileset): ... here and ...
8835 (vc-deduce-fileset): ... here.
8836
8837 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8838 (vc-svn-parse-status): Do not set the vc-backend property.
8839
8840 2008-06-25 Andreas Schwab <schwab@suse.de>
8841
8842 * faces.el (face-font-family-alternatives, variable-pitch):
8843 Use "Sans Serif", not "Sans-Serif".
8844
8845 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * faces.el (face-font-family-alternatives, variable-pitch):
8848 Change "Sans" to the canonical name "Sans-Serif".
8849
8850 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8851
8852 * calc/calc.el (calc-mode-map): Add extra keybindings to
8853 `calc-missing-key'.
8854 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8855 `kill-ring-save'.
8856
8857 2008-06-24 Miles Bader <miles@gnu.org>
8858
8859 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8860 pops up the menu but doesn't select anything.
8861
8862 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8863
8864 * add-log.el (add-change-log-entry): Add new arg to force each new
8865 entry to be on a new line.
8866 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8867
8868 * vc-dir.el (vc-client-object): Remove.
8869 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8870 use it when looking for a buffer.
8871 (vc-dir): Add a backend argument. Set revert-buffer-function.
8872 Don't create a client object. Move bindings ...
8873 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8874 (vc-dir-revert-buffer-function): New function.
8875 (vc-generic-status-printer): Rename to ...
8876 (vc-dir-status-printer): ... this.
8877 (vc-generic-state, vc-generic-status-fileinfo-extra)
8878 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8879 (vc-default-status-printer): Use a different face for
8880 directories. Don't display any text for directories in the state
8881 column. Add tooltips.
8882
8883 * vc.el (Todo): Update.
8884
8885 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8886 * vc-rcs.el (vc-annotate-convert-time):
8887 * vc-mtn.el (vc-annotate-convert-time):
8888 * vc-git.el (vc-annotate-convert-time):
8889 * vc-cvs.el (vc-annotate-convert-time):
8890 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8891
8892 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8893
8894 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8895 instead of using view-mode.
8896
8897 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8900
8901 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8902
8903 * vc.el:
8904 * vc-hooks.el:
8905 * vc-dispatcher.el: Move vc-dir variables and functions ...
8906 * vc-dir.el: ... here. New file.
8907 * Makefile.in (ELCFILES): Add vc-dir.elc.
8908
8909 * vc.el: Move vc-annotate variables and functions ...
8910 * vc-annotate.el: ... here. New file.
8911 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8912
8913 * vc-dav.el: Move here from url/vc-dav.el.
8914 (Todo): Note work needed to make this backend functional.
8915
8916 * Makefile.in (ELCFILES): Update vc-dav.el location.
8917
8918 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8921
8922 2008-06-21 John Paul Wallington <jpw@pobox.com>
8923
8924 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8925
8926 * textmodes/rst.el (rst-mode): Put docstring in right place.
8927
8928 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8931 size for legibility.
8932
8933 * faces.el (fixed-pitch): Use "Monospace" family.
8934 (variable-pitch): Use "Sans" family.
8935 (face-font-family-alternatives): Define alternatives for "Sans"
8936 and "Monospace".
8937
8938 2008-06-21 Glenn Morris <rgm@gnu.org>
8939
8940 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8941 Require 'cl when compiling.
8942
8943 * emacs-lisp/debug.el (help-xref-interned): Declare.
8944
8945 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8946 Evaluate definition when compiling.
8947
8948 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8949 rather than mouse-1.
8950 (bug-reference-url-format): Autoload safe if string.
8951 (bug-reference-bug-regexp): Make space after "bug" optional.
8952
8953 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8954 for some non-GNU makes.
8955
8956 * cus-dep.el (custom-dependencies-no-scan-regexp):
8957 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8958
8959 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8960 increments.
8961
8962 * calendar/calendar.el: Factor out the magic numbers controlling the
8963 calendar layout.
8964 (calendar-month-digit-width, calendar-month-width)
8965 (calendar-right-margin): New variables.
8966 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8967 New functions.
8968 (calendar-left-margin, calendar-intermonth-spacing)
8969 (calendar-column-width, calendar-day-header-width)
8970 (calendar-day-digit-width): New options.
8971 (calendar-first-date-row): New constant.
8972 (calendar-move-to-column, calendar-ensure-newline): New functions,
8973 replacing calendar-insert-indented.
8974 (calendar-insert-indented): Remove function.
8975 (calendar-generate-month): Use calendar-move-to-column and
8976 calendar-ensure-newline. Use layout variables.
8977 (calendar-generate, calendar-update-mode-line)
8978 (calendar-font-lock-keywords): Use layout variables.
8979 (calendar-column-to-month): New function.
8980 (calendar-cursor-to-date): Use calendar-column-to-month.
8981 Use layout variables.
8982 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8983 Use layout variables. Use calendar-column-to-month.
8984 (calendar-cursor-to-visible-date): Use layout variables.
8985
8986 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8989 (all): Run compile-last.
8990 (compile-onefile): New target.
8991 (compile-first): Simplify.
8992 (compile-last): Don't treat COMPILE_FIRST specially.
8993 (COMPILE_FIRST): List the elc files rather than the el files.
8994 (ELCFILES): Update.
8995
8996 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8997
8998 * net/newst-treeview.el: Remove dead code.
8999 (newsticker--window-config): Remove.
9000 (newsticker-treeview-quit): Do not save window config.
9001 (newsticker-treeview): Do not try to restore window config.
9002 (newsticker-groups, newsticker--treeview-list-sort-by-column)
9003 (newsticker--treeview-list-new-items)
9004 (newsticker--treeview-list-immortal-items)
9005 (newsticker--treeview-list-obsolete-items)
9006 (newsticker--treeview-list-all-items)
9007 (newsticker--treeview-list-feed-items): Fix documentation.
9008
9009 2008-06-21 Miles Bader <miles@gnu.org>
9010
9011 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9012
9013 2008-06-21 Alan Mackenzie <acm@muc.de>
9014
9015 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9016 infinite loop on invalid syntax.
9017
9018 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * textmodes/rst.el: Run rst-define-level-faces when loading.
9021 (rst-mode): Don't set the font-lock-multiline var.
9022 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9023 Set the font-lock-multiline property by hand.
9024
9025 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9026
9027 * Makefile.in (emacs-deps): Remove.
9028 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9029 (all): Use them.
9030 (autogen-clean): Remove.
9031
9032 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * Makefile.in (all): New target.
9035 (bootstrap-prepare): Remove.
9036
9037 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9038 the .elc file to batch-byte-compile.
9039
9040 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9041 set-keymap-parents if set-keymap-parent doesn't exist.
9042
9043 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9044 Allow more than one space before the |.
9045
9046 * textmodes/rst.el: Fix up docstring conventions.
9047 Move vars to before their first use.
9048 (rst-mode): Don't mess with font-lock-support-mode.
9049 (rst-suggest-new-decoration, rst-adjust-decoration):
9050 Avoid CL's copy-list.
9051 (rst-delete-entire-line): Use line-beginning-position.
9052 (rst-position): New fun.
9053 (rst-straighten-decorations): Use it instead of CL's position.
9054 (rst-straighten-bullets-region): Avoid CL's mapcar*.
9055 (rst-toc-mode): Use define-derived-mode.
9056 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9057 Remove unused var `in-par'. Use `point' rather than `point-marker'.
9058 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
9059 (rst-replace-lines): Simplify.
9060 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9061
9062 * simple.el (special-mode-map): New var.
9063 (special-mode): New major mode.
9064
9065 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9066
9067 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9068 log-view-file-re.
9069
9070 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9071 (vc-switch-backend): Simplify.
9072 (Todo): Remove solved items.
9073
9074 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9075 the vc-backend property.
9076
9077 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9080 Bind inhibit-read-only since the buffer is always read-only.
9081
9082 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
9083
9084 * net/newst-treeview.el (newsticker-treeview-own-frame):
9085 Change default value to nil.
9086 (newsticker--treeview-list-add-item)
9087 (newsticker--treeview-propertize-tag): Show item title in tooltip.
9088
9089 2008-06-20 Martin Blais <blais@furius.ca>
9090 Stefan Merten <smerten@oekonux.de>
9091 David Goodger <goodger@python.org>
9092
9093 * textmodes/rst.el: New file.
9094
9095 2008-06-20 Sam Steingold <sds@gnu.org>
9096
9097 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9098 remove DIRECTORY entries.
9099
9100 2008-06-20 Eli Zaretskii <eliz@gnu.org>
9101
9102 * makefile.w32-in (distclean): Depend on `clean'.
9103 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9104 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9105 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
9106 empty cus-load.el with `echo', and include "Local Variables"
9107 section to prevent the empty file from being compiled.
9108 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9109 that generate an empty cus-load.el.
9110
9111 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
9112
9113 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9114 Don't copy ldefs-boot.el over loaddefs.el.
9115 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9116 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9117 to loaddefs.el; they are not needed now. Add coding cookie.
9118
9119 2008-06-20 Miles Bader <miles@gnu.org>
9120
9121 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9122 Strip unnecessary list levels from SPECS.
9123 (buffer-face-set, buffer-face-toggle):
9124 Change argument from FACE to &rest SPECS, and strip unnecessary
9125 list levels from SPECS.
9126 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9127
9128 2008-06-20 Jason Rumney <jasonr@gnu.org>
9129
9130 * international/fontset.el (setup-default-fontset): Specify script
9131 for latin use of iso10646-1. Fix use of lang tags.
9132
9133 2008-06-19 Miles Bader <miles@gnu.org>
9134
9135 * face-remap.el (text-scale-increase): Start from zero if
9136 text-scale-mode isn't enabled.
9137
9138 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9141 frame parameters after setting up the `default' face.
9142
9143 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * faces.el (face-set-after-frame-default): Don't exclude `default'.
9146
9147 2008-06-18 Glenn Morris <rgm@gnu.org>
9148
9149 * mouse.el (buffer-face-mode-invoke): Declare.
9150
9151 * Makefile.in (ELCFILES): Add org/org-id.elc.
9152
9153 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9154 * calendar/cal-menu.el (cal-menu-holidays-menu):
9155 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9156 (cal-menu-today-holidays): Remove function.
9157
9158 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9159 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9160 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9161 Remove unused functions.
9162 (calendar-mouse-view-diary-entries): Use format rather than concat.
9163
9164 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9165 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9166 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9167
9168 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9169 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9170 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9171 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9172 cal-menu-event-to-date.
9173
9174 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9175 Handle mouse events.
9176 * calendar/cal-tex.el (cal-tex-cursor-year)
9177 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9178 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9179 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9180 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9181 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9182 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
9183 (cal-tex-cursor-month): Mark N as optional.
9184 * calendar/cal-menu.el (calendar-mouse-tex-day)
9185 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9186 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9187 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9188 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9189 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9190 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9191 Remove functions.
9192 (cal-menu-context-mouse-menu): Replace the above functions with the
9193 cal-tex versions. Add HTML submenu.
9194
9195 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
9196
9197 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9198 text command mode.
9199 (gdb): Explain that gud-gdb is needed for text command mode.
9200
9201 2008-06-17 Martin Rudalics <rudalics@gmx.at>
9202
9203 * window.el (split-height-threshold): Remove spurious extra line.
9204
9205 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9208 (calendar-set-mark):
9209 * calendar/diary-lib.el (diary-insert-entry):
9210 * calendar/solar.el (calendar-sunrise-sunset): Use it.
9211 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9212 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9213 (cal-menu-context-mouse-menu): Use calendar-set-mark,
9214 diary-insert-entry, and calendar-sunrise-sunset instead.
9215
9216 * vc.el (vc-deduce-fileset): Add arg `only-files'.
9217 (vc-next-action): Pass the new arg.
9218 (vc-register): Don't use `only-files'.
9219 Don't set `backup-inhibited' in the current buffer.
9220
9221 2008-06-17 Miles Bader <miles@gnu.org>
9222
9223 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9224
9225 * face-remap.el (buffer-face-mode-face)
9226 (buffer-face-mode-remapping): New variables.
9227 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9228 (buffer-face-mode-invoke): New functions.
9229 (variable-pitch-mode-remapping): Variable removed.
9230 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9231
9232 * face-remap.el (internal-lisp-face-attributes): New variable.
9233 (face-attrs-more-relative-p, face-remap-order): New functions.
9234 (face-remap-add-relative): Use `face-remap-order'.
9235
9236 2008-06-17 Glenn Morris <rgm@gnu.org>
9237
9238 * mouse.el (x-select-font): Declare.
9239
9240 * calendar/calendar.el (calendar-move-hook):
9241 Add calendar-update-mode-line as an option.
9242 (calendar-date-echo-text): New user option.
9243 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
9244 (calendar-insert-indented): Simplify newline insertion.
9245 (calendar-describe-mode): Remove unused function.
9246 (calendar-mode-line-entry): New function.
9247 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
9248 Mark as risky.
9249 (calendar-mouse-other-month): Remove function.
9250 (calendar-other-month): Handle mouse events.
9251 (calendar-goto-info-node): Call fit-window-to-buffer.
9252 (calendar-mode): Use define-derived-mode. Doc fix.
9253 (calendar-update-mode-line): Tweak whitespace.
9254
9255 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9258 (vc-dir-marked-only-files): vc-string-prefix-p.
9259
9260 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * progmodes/gdb-ui.el (gdb-memory-set-address)
9263 (gdb-memory-set-repeat-count): Allow keyboard bindings.
9264 (gdb-memory-mode-map): Bind above functions respectively
9265 to 'S' and 'N'.
9266
9267 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
9268
9269 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9270
9271 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * log-view.el (vc-diff-internal): Declare for compiler.
9274
9275 * vc-bzr.el (log-view-per-file-logs):
9276 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9277
9278 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9279
9280 * mouse.el (mouse-appearance-menu-map): New var.
9281 (mouse-appearance-menu): New function.
9282 Bind it to S-down-mouse-1.
9283
9284 2008-06-15 Juri Linkov <juri@jurta.org>
9285
9286 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9287 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9288 as the second element.
9289 (Info-build-toc): Add PARENT element extracted from the Up pointer.
9290 Don't print progress messages.
9291 (Info-toc-nodes): New variable and function.
9292 (Info-index-nodes): Optimize non-string file name case.
9293 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9294 (Info-insert-breadcrumbs): Use the cached document structure instead
9295 of visiting all ancestor nodes. Remove the initial `>'.
9296
9297 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * log-view.el (log-view-diff-changeset): New function.
9300 (log-view-mode-map, log-view-mode-menu): Bind it.
9301 (log-view-per-file-logs, log-view-vc-fileset)
9302 (log-view-vc-backend): New variables.
9303 (log-view-find-revision, log-view-modify-change-comment)
9304 (log-view-annotate-version): Throw an error if the log is for more
9305 than one file and we can't find the current file. Get the current
9306 file from log-view-vc-fileset if necessary.
9307 (log-view-diff): Get the current file from log-view-vc-fileset if
9308 necessary.
9309
9310 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9311
9312 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9313 (vc-hg-log-view-mode): Declare for compiler.
9314 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9315 log-view-file-re.
9316 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9317
9318 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9319
9320 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9321
9322 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9323
9324 * net/tramp.el (tramp-handle-start-file-process):
9325 Clear modification time of the connection buffer.
9326 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9327 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9328 restart `tramp-maybe-open-connection' when the remote system has
9329 been changed. Throw 'uname-changed event.
9330 (tramp-maybe-open-connection): Catch it.
9331
9332 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9333 Reset `tramp-locked'.
9334
9335 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9336
9337 * net/newst-treeview.el (newsticker--treeview-list-update)
9338 (newsticker--treeview-item-update)
9339 (newsticker--treeview-tree-update)
9340 (newsticker-treeview-jump, newsticker-group-add-group)
9341 (newsticker-group-move-feed, newsticker-group-delete-group):
9342 Remove window dedication.
9343 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9344 newsticker-groups.
9345 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9346
9347 2008-06-15 Andreas Schwab <schwab@suse.de>
9348
9349 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9350 when parsing CVS/Repository.
9351
9352 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9353
9354 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9355
9356 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9357 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9358 net/newst-reader.el.
9359
9360 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9361 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9362 net/newst-reader.el.
9363
9364 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9367 Catch and recover from case when the bytes we thought we were reading
9368 turn out to be something else entirely, such as latin-1 chars from
9369 quail. See bug#396.
9370
9371 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9372
9373 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9374 (vc-register): Call the backend function only once, instead of
9375 once for each file.
9376 (vc-next-action): Update call to vc-register.
9377 (vc-dir-register): Remove function.
9378 (vc-dir): Bind vc-register instead of vc-dir-register.
9379
9380 2008-06-14 Glenn Morris <rgm@gnu.org>
9381
9382 * Makefile.in (ELCFILES): Add net/newst-*.el.
9383
9384 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * wdired.el (wdired-do-renames): New function.
9387 (wdired-finish-edit): Use it to.
9388 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9389
9390 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9393
9394 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9395
9396 * window.el (window--even-window-heights): Even window heights
9397 only if the selected window is higher than WINDOW.
9398 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9399
9400 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9403
9404 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * term/linux.el (terminal-init-linux): Load t-mouse.
9407
9408 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9409 Drew Adams <drew.adams@oracle.com>
9410
9411 * info.el (Info-breadcrumbs-depth): New var.
9412 (Info-insert-breadcrumbs): New function.
9413 (Info-fontify-node): Use it.
9414 (Info-mode-map): Move initialization into declaration.
9415
9416 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9417
9418 Rename net/newsticker-*.el to net/newst-*.el.
9419 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9420 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9421 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9422 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9423 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9424 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9425 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9426 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9427 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9428 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9429
9430 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * progmodes/compile.el (compilation-start): Don't disable undo in
9433 comint buffer. Don't override the comint-filter with our own.
9434 (compilation-filter): Change point's insertion-type.
9435
9436 * comint.el (comint-output-filter): Use copy-marker.
9437
9438 2008-06-13 David Reitter <david.reitter@gmail.com>
9439
9440 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9441 Check message-signature-separator exists before using it.
9442
9443 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9444
9445 * vc.el (vc-delete-file): Bind default-directory before calling
9446 the backend.
9447 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9448 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9449 New function.
9450 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9451 (vc-annotate-mode-menu): Bind it.
9452
9453 2008-06-13 Jason Rumney <jasonr@gnu.org>
9454
9455 * term/w32-win.el (mouse-set-font): Remove overridden function.
9456 (w32-select-font): Declare as obsolete alias for x-select-font.
9457
9458 2008-06-13 Daniel Engeler <engeler@gmail.com>
9459
9460 These changes add serial port access.
9461 * term.el (term-update-mode-line): Modify.
9462 (serial-port-is-file-p, serial-nice-speed-history)
9463 (serial-no-speed, serial-mode-line-speed-menu)
9464 (serial-mode-line-config-menu): New variables and constants.
9465 (serial-name-history, serial-speed-history)
9466 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9467 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9468 (serial-mode-line-speed-menu, serial-update-speed-menu)
9469 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9470 (serial-update-config-menu): New functions.
9471
9472 2008-06-13 Glenn Morris <rgm@gnu.org>
9473
9474 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9475
9476 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9477
9478 2008-06-13 Kenichi Handa <handa@m17n.org>
9479
9480 * cus-face.el (custom-face-attributes): Add :foundry.
9481
9482 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9483 (face-x-resources): Add :foundry.
9484 (face-valid-attribute-values): Likewise.
9485 (face-attribute-name-alist): Likewise.
9486 (describe-face): Likewise.
9487
9488 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9491
9492 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * longlines.el (longlines-search-forward, longlines-search-backward)
9495 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9496
9497 2008-06-12 Sam Steingold <sds@gnu.org>
9498
9499 * vc.el (vc-rename-file): DTRT when the destination is a directory
9500 name and the source is a file.
9501
9502 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9503
9504 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9505
9506 2008-06-12 Glenn Morris <rgm@gnu.org>
9507
9508 * progmodes/f90.el (f90-beginning-of-subprogram)
9509 (f90-end-of-subprogram): Only give a message when interactive.
9510
9511 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9512
9513 * progmodes/cperl-mode.el (cperl-info-on-command):
9514 Use display-pixel-height rather than x-display-pixel-height.
9515
9516 * mail/rmailedit.el (rmail-cease-edit):
9517 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9518
9519 * emulation/edt.el (edt-xserver):
9520 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9521
9522 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9523
9524 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9525 Evaluate definitions when compiling. Reverse tests.
9526
9527 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9528 use unless.
9529
9530 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9531
9532 * textmodes/artist.el (x-pointer-shape):
9533 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9534 (x-open-connection, x-server-max-request-size, x-get-resource):
9535 * term/w32console.el (x-setup-function-keys):
9536 * term/w32-win.el (x-parse-geometry, x-resource-name)
9537 (generate-fontset-menu, image-library-alist, x-open-connection)
9538 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9539 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9540 (x-get-resource):
9541 * term/mac-win.el (x-parse-geometry, x-resource-name)
9542 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9543 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9544 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9545 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9546 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9547 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9548 (tooltip-identifier-from-point, define-fringe-bitmap):
9549 * play/gamegrid.el (image-size):
9550 * play/bubbles.el (image-size):
9551 * mail/emacsbug.el (x-server-vendor, x-server-version):
9552 * international/mule-util.el (internal-char-font):
9553 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9554 (fontset-alias-alist, fontset-list, fontset-plain-name):
9555 * international/mule-cmds.el (x-server-vendor, x-server-version):
9556 * international/fontset.el (font-encoding-charset-alist)
9557 (otf-script-alist, new-fontset, set-fontset-font)
9558 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9559 (fontset-list, query-fontset, x-get-resource):
9560 * emulation/edt.el (x-server-vendor):
9561 * emulation/edt-mapper.el (x-server-vendor):
9562 * emacs-lisp/map-ynp.el (x-popup-dialog):
9563 * emacs-lisp/lmenu.el (x-popup-dialog):
9564 * x-dnd.el (x-window-property, x-change-window-property)
9565 (x-get-selection-internal):
9566 * woman.el (x-list-fonts):
9567 * w32-fns.el (x-server-version):
9568 * tooltip.el (x-show-tip, x-hide-tip):
9569 * tool-bar.el (image-mask-p):
9570 * thumbs.el (image-size):
9571 * term.el (overflow-newline-into-fringe):
9572 * subr.el (scroll-bar-scale):
9573 * startup.el (x-get-resource, tool-bar-mode, image-size):
9574 * select.el (x-get-selection-internal, x-own-selection-internal)
9575 (x-disown-selection-internal):
9576 * mouse.el (generate-fontset-menu):
9577 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9578 * image.el (image-library-alist):
9579 * image-mode.el (image-size, image-refresh):
9580 * image-dired.el (clear-image-cache):
9581 * gs.el (x-display-mm-width, x-display-pixel-width)
9582 (x-display-mm-height, x-display-pixel-height)
9583 (x-change-window-property, x-display-grayscale-p, x-window-property):
9584 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9585 (x-focus-frame, x-list-fonts, x-display-screens)
9586 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9587 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9588 (x-display-planes, x-display-color-cells, x-display-visual-class):
9589 * faces.el (internal-face-x-get-resource)
9590 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9591 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9592 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9593 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9594 (tool-bar-setup):
9595 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9596 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9597 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9598 * descr-text.el (internal-char-font):
9599 Define for compiler, for builds without X.
9600
9601 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9604
9605 2008-06-11 Glenn Morris <rgm@gnu.org>
9606
9607 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9608 before trying to move there.
9609 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9610 is non-nil, indent most terminating statements like loop body.
9611
9612 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9613 Gregorian date, and add it, not the local date, to diary-entries-list.
9614 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9615
9616 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * progmodes/compile.el (compilation-filter): Fix up last change.
9619
9620 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9621
9622 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9623 (gpm-mouse-mode): Make it into a proper global minor mode.
9624
9625 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9626 if the user enabled recursive-minibuffers.
9627
9628 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9629 Add support for scroll-other-window.
9630
9631 2008-06-11 Jason Rumney <jasonr@gnu.org>
9632
9633 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9634 Use tmm-menubar if menu is disabled in this frame.
9635
9636 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9637 from frame type, per documentation. Add w32 case.
9638
9639 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * minibuffer.el (completion--merge-suffix): New function.
9642 (completion-basic-try-completion): Use it.
9643 (completion-pcm--find-all-completions): Add argument `filter'.
9644 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9645 New functions.
9646 (completion-pcm-try-completion): Use them.
9647
9648 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9649 (turn-off-xterm-mouse-tracking): Use terminal-list.
9650
9651 * cus-start.el (underline-minimum-offset): Rename from
9652 x-underline-minimum-display-offset.
9653
9654 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9655
9656 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9657
9658 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9659
9660 * mouse.el (mouse-select-font): New function.
9661
9662 * faces.el (face-spec-recalc): When the face is set using
9663 Customize, avoid recalculating it twice.
9664
9665 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9666 Font" menu item to it. Apply selected font to all frames, and
9667 make it savable.
9668 (menu-bar-options-save): Save `default' font if changed.
9669
9670 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * ffap.el (ffap-string-at-point-mode-alist):
9673 Use alpha rather than lower.
9674
9675 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9676
9677 * subr.el (momentary-string-display): Use an overlay.
9678
9679 * progmodes/compile.el (compilation-mode):
9680 Set window-point-insertion-type.
9681 (compilation-filter): Don't use insert-before-markers any more.
9682 * emacs-lisp/trace.el (trace-make-advice):
9683 Set window-point-insertion-type in the trace buffer.
9684 * startup.el (normal-top-level): Set window-point-insertion-type in
9685 *Messages*.
9686 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9687 (telnet-filter): Don't use insert-before-markers any more.
9688 * comint.el (comint-mode): Set window-point-insertion-type.
9689 (comint-output-filter): Don't use insert-before-markers any more.
9690 * button.el (make-text-button): Allow `start' to be a string.
9691
9692 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9693
9694 * emacs-lisp/autoload.el (autoload-rubric):
9695 Fix coding cookie not to force Unix EOL.
9696
9697 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9698
9699 * window.el (window--splittable-p, window--try-to-split-window):
9700 Don't use with-selected-window to avoid messing up get-lru-window.
9701 Reported by David Hansen <david.hansen@gmx.net>.
9702
9703 2008-06-10 Glenn Morris <rgm@gnu.org>
9704
9705 * subr.el (locate-library): Doc fix.
9706
9707 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9708 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9709 Check tool-bar-map is bound, for non-X builds.
9710
9711 * net/newsticker-reader.el (newsticker--next-item-image)
9712 (newsticker--previous-item-image, newsticker--previous-feed-image)
9713 (newsticker--next-feed-image, newsticker--mark-read-image)
9714 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9715 (newsticker--get-all-image, newsticker--update-image)
9716 (newsticker--browse-image): Check xpm images are available.
9717 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9718 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9719
9720 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9721 (newsticker--plainview-tool-bar-map, newsticker-mode):
9722 Check tool-bar-map is bound, for non-X builds.
9723 (w3m-toggle-inline-image): Declare.
9724
9725 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9726
9727 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9728
9729 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9730 (finder-compile-keywords): Move let to where needed.
9731 (finder-mouse-face-on-line): Go back one more line if needed.
9732 (finder-list-matches): Use cadr.
9733 (finder-goto-xref): New function.
9734 (finder-commentary): Add buttons to jump to foo.el libraries.
9735
9736 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * apropos.el (apropos-function, apropos-macro, apropos-command)
9739 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9740 (apropos-plist): Add apropos-short-label property.
9741 (apropos-multi-type): New variables.
9742 (apropos-command, apropos-value): Set it.
9743 (apropos-compact-layout): New custom.
9744 (apropos-print, apropos-print-doc): Use it.
9745 (apropos-print): Truncate lines.
9746
9747 2008-06-09 Kenichi Handa <handa@m17n.org>
9748
9749 * international/fontset.el (font-encoding-alist):
9750 Add an entry for "ascii-0".
9751
9752 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9753
9754 * language/hanja-util.el (hanja-init-load): Show the message only
9755 when loading a table.
9756
9757 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9758
9759 * net/newsticker-treeview.el (newsticker-treeview):
9760 * net/newsticker-plainview.el (newsticker-plainview):
9761 Add autoload cookie.
9762
9763 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9764
9765 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9766 -reader, -plainview, and -treeview.
9767 (newsticker-version): Change to 1.99.
9768
9769 * net/newsticker-backend.el: New. Move backend functionality from
9770 newsticker.el to newsticker-backend.el.
9771 (newsticker--download-logos): New.
9772 (newsticker--sentinel-callback): New.
9773 (newsticker--set-customvar): Remove. Split up into specific
9774 functions related to retrieval, ticker, buffer, and display.
9775 (newsticker--set-customvar-retrieval): New. Extracted from
9776 `newsticker--set-customvar'.
9777 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9778 (newsticker-url-list-defaults):
9779 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9780 (newsticker-url-list): Doc changed. URL can be a function.
9781 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9782 (newsticker-retrieval-method): New.
9783 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9784 (newsticker-retrieval-interval):
9785 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9786 (newsticker-desc-comp-max): Change :group.
9787 (newsticker--cache): Doc changed.
9788 (newsticker--guid-to-string): New.
9789 (newsticker--guid): Use `newsticker--guid-to-string'.
9790 (newsticker--real-feed-name): New.
9791 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9792 (newsticker-start): Use `insert-file-contents' for reading cache.
9793 Use `newsticker--start-feed'.
9794 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9795 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9796 Use `newsticker--stop-feed'.
9797 (newsticker-save-item): New.
9798 (newsticker--get-news-by-funcall): New.
9799 (newsticker-get-news): Handle new retrieval methods.
9800 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9801 (newsticker--sentinel-work): New. Extracted from
9802 `newsticker--sentinel'. Use `newsticker--download-logos',
9803 `newsticker--sentinel-callback'.
9804 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9805 (newsticker--parse-atom-1.0): Fix link determination.
9806 (newsticker--parse-rss-0.91): Fix time determination.
9807 (newsticker--parse-rss-0.92): Fix time determination.
9808 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9809 (newsticker--parse-generic-feed): New arg order in
9810 `newsticker--cache-add'.
9811 (newsticker--parse-generic-items): Fix for multiple items.
9812 New arg order in `newsticker--cache-add'.
9813 (newsticker--forget-preformatted): Check whether
9814 `newsticker--buffer-set-uptodate' is fbound.
9815 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9816 (newsticker--decode-rfc822-date): Partial timezone handling.
9817 (newsticker--cache-contains): Fix guid problem.
9818 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9819 (newsticker--cache-save): New.
9820 (newsticker--cache-update): Use temp buffer.
9821 (newsticker--stat-num-items): Allow multiple AGE args.
9822 (newsticker--stat-num-items-total): New.
9823 (newsticker--opml-import-outlines): New.
9824 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9825 (newsticker--do-run-auto-mark-filter): Doc changed.
9826 (newsticker-retrieve-random-message): New.
9827
9828 * net/newsticker-ticker.el: New. Move ticker functionality from
9829 net/newsticker.el to net/newsticker-ticker.el.
9830 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9831 `newsticker--ticker-timer'.
9832 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9833 to `newsticker--ticker-timer'.
9834 (newsticker--set-customvar-ticker): New. Extracted from
9835 `newsticker--set-customvar'.
9836 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9837 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9838 for :set. Change :group.
9839 (newsticker-scroll-smoothly): Doc changed. Change :group.
9840 (newsticker-hide-immortal-items-in-echo-area)
9841 (newsticker-hide-old-items-in-echo-area)
9842 (newsticker-hide-obsolete-items-in-echo-area):
9843 Use `newsticker--set-customvar-ticker for :set. Change :group.
9844 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9845 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9846 to `newsticker-ticker-interval'.
9847 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9848 `newsticker--ticker-timer'.
9849
9850 * net/newsticker-reader.el: New. Move reader functionality from
9851 net/newsticker.el to net/newsticker-reader.el.
9852 (newsticker--set-customvar-formatting): New. Extracted from
9853 `newsticker--set-customvar'.
9854 (newsticker-reader, newsticker-frontend): New.
9855 (newsticker-enable-logo-manipulations): Change :group.
9856 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9857 for :set. Change :group.
9858 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9859 for :set. Change :group.
9860 (newsticker-html-renderer): Doc changed.
9861 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9862 (newsticker-date-format):
9863 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9864 (newsticker--insert-enclosure):
9865 Rename `newsticker--buffer-insert-enclosure' to
9866 `newsticker--insert-enclosure'. Add keymap arg.
9867 (newsticker--print-extra-elements):
9868 Rename `newsticker--buffer-print-extra-elements' to
9869 `newsticker--print-extra-elements'. Add keymap arg.
9870 (newsticker--do-print-extra-element):
9871 Rename `newsticker--buffer-do-print-extra-element' to
9872 `newsticker--do-print-extra-element'. Add keymap arg.
9873 (newsticker-show-news): Use `newsticker-frontend'.
9874
9875 * net/newsticker-plainview.el: New. Move plainview functionality
9876 from net/newsticker.el to net/newsticker-reader.el.
9877 (newsticker-plainview): New.
9878 (newsticker--set-customvar-sorting): New. Extracted from
9879 `newsticker--set-customvar'.
9880 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9881 for :set. Changed :group.
9882 (newsticker-heading-format, newsticker-item-format)
9883 (newsticker-desc-format, newsticker-statistics-format):
9884 Use `newsticker--set-customvar-formatting for :set. Change :group.
9885 (newsticker-faces): Change :group.
9886 (newsticker-default-face): Enable again.
9887 (newsticker-hide-old-items-in-newsticker-buffer)
9888 (newsticker-show-descriptions-of-new-items):
9889 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9890 (newsticker-show-all-news-elements): Change :group.
9891 (newsticker-plainview-hooks): New.
9892 (newsticker-select-item-hook, newsticker-select-feed-hook)
9893 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9894 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9895 to `newsticker--plainview-tool-bar-map'.
9896 (newsticker--url-keymap): Add mouse-1 binding.
9897 (newsticker-plainview): New.
9898 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9899 (newsticker--buffer-do-insert-text): Use renamed
9900 newsticker--[buffer-]insert-enclosure and
9901 newsticker--[buffer-]print-extra-elements.
9902 (newsticker--buffer-set-faces): Use newsticker-default-face.
9903
9904 * net/newsticker-treeview.el: New.
9905
9906 2008-06-08 Andreas Schwab <schwab@suse.de>
9907
9908 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9909
9910 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9911
9912 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9913 empty line.
9914
9915 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9916
9917 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9918
9919 * window.el (split-height-threshold, split-width-threshold):
9920 Add choice nil.
9921 (split-window-preferred-function): Allow either nil or a function.
9922 (window--splittable-p, window--try-to-split-window):
9923 Handle changed option values.
9924
9925 (window--frame-usable-p): Handle nil argument.
9926
9927 (display-buffer): Call get-lru-window when pop-up-windows is nil
9928 and window can't be split.
9929
9930 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9931
9932 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9933
9934 * net/tramp.el (top): Quote feature names. Remove
9935 `tramp-rfn-eshadow-setup-minibuffer' from
9936 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9937 (tramp-read-passwd): There is only one call to
9938 `auth-source-user-or-password' needed. Pacify byte compiler.
9939
9940 2008-06-08 Andreas Schwab <schwab@suse.de>
9941
9942 * window.el (display-buffer): Use lru window if current window
9943 cannot be split.
9944
9945 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * apropos.el (apropos-library): New command and new button.
9948 (apropos-library-button): New function.
9949
9950 * apropos.el: Remove spurious * in docstrings.
9951 (apropos-label-face): Use variable pitch.
9952 (apropos-print): Use dolist and with-current-buffer.
9953 (apropos-print-doc): Use when.
9954
9955 * window.el (special-display-p, display-buffer):
9956 Fix up C->Elisp transcription error.
9957
9958 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9961 (byte-compile-file): Initialize it.
9962 (byte-compile-nogroup-warn): Keep track of the current group.
9963
9964 2008-06-08 Glenn Morris <rgm@gnu.org>
9965
9966 * Makefile.in (compile, compile-always, bootstrap-prepare):
9967 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9968
9969 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9970
9971 * language/hanja-util.el (hanja-init-load): Use a char-table for
9972 hanja-table.
9973 (hangul-to-hanja-char): Adjust for the above change.
9974
9975 2008-06-07 Glenn Morris <rgm@gnu.org>
9976
9977 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9978 lm-keywords.
9979
9980 * mail/sendmail.el (mail-interactive): Add :version.
9981
9982 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9983 obsolete alias.
9984
9985 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9986 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9987 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9988 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9989 * eshell/esh-util.el, international/mule-cmds.el:
9990 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9991 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9992 Remove unnecessary eval-when-compiles and eval-and-compiles.
9993
9994 * Makefile.in (bootstrap-clean): Run autogen-clean.
9995 (maintainer-clean): No need to run autogen-clean now it is included in
9996 bootstrap-clean.
9997
9998 2008-06-06 Miles Bader <miles@gnu.org>
9999
10000 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10001
10002 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10005 longlines mode.
10006
10007 * replace.el (replace-search-function)
10008 (replace-re-search-function): New vars.
10009 (perform-replace): Use them.
10010
10011 * longlines.el (longlines-re-search-forward): New function.
10012 (longlines-mode): Bind replace-search-function and
10013 replace-re-search-function, to ensure that replacement commands
10014 treat newlines as spaces.
10015 (longlines-show-effect): Default to a pilcrow sign.
10016
10017 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * help.el (function-called-at-point):
10020 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10021 even when calling find-tag-default.
10022
10023 2008-06-06 Daniel Colascione <danc@merrillpress.com>
10024
10025 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10026 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10027 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10028 (nxml-fontify-buffer, nxml-do-fontify):
10029 Remove obsolete variables and functions.
10030 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10031 (nxml-degrade, nxml-after-change, nxml-after-change1)
10032 (nxml-extend-region, nxml-extend-after-change-region)
10033 (nxml-extend-after-change-region1, nxml-fontify-matcher)
10034 (nxml-toggle-char-ref-extra-display): Use font-lock, and
10035 font-lock-extend-region-functions in particular, to fontify
10036 nxml-mode buffers.
10037 (nxml-debug-region): New debugging helper function.
10038
10039 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10040 (nxml-scan-after-change, nxml-move-tag-backwards):
10041 Adapt for font-lock changes.
10042
10043 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10044 (nxml-debug-set-inside, nxml-debug-clear-inside):
10045 New debugging functions.
10046 (nxml-with-degradation-on-error): New helper macro.
10047
10048 2008-06-06 Martin Rudalics <rudalics@gmx.at>
10049
10050 * window.el (display-buffer): Remove dead call to get-lru-window.
10051
10052 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * mail/sendmail.el (mail-interactive): Change default.
10055
10056 2008-06-05 John Paul Wallington <jpw@pobox.com>
10057
10058 * bindings.el (completion-ignored-extensions):
10059 Add .p64fsl, .d64fsl, and .dx64fsl.
10060
10061 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * ffap.el (ffap-prompter): Don't use the region.
10064
10065 2008-06-05 Sam Steingold <sds@gnu.org>
10066
10067 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10068 subdirectory to be registered.
10069
10070 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10071
10072 * window.el (display-buffer-function, special-display-p)
10073 (special-display-buffer-names, special-display-regexps)
10074 (special-display-function, same-window-p, same-window-buffer-names)
10075 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10076 (pop-up-frame-function, pop-up-windows, even-window-heights)
10077 (split-window-preferred-function, split-height-threshold)
10078 (window--display-buffer-1, display-buffer, pop-to-buffer):
10079 Move from window.c and buffer.c.
10080 (window--splittable-p, window--try-to-split-window)
10081 (window--frame-usable-p, window--display-buffer-2)
10082 (window--even-window-heights): New functions.
10083 (split-width-threshold): New option.
10084 (split-window-preferred-horizontally): Remove.
10085
10086 * cus-start.el: Remove corresponding declarations.
10087
10088 2008-06-05 Sam Steingold <sds@gnu.org>
10089
10090 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10091 an error on modified buffers.
10092
10093 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * progmodes/etags.el (tags-verify-table): Be careful to use and update
10096 tags-file-name and tags-table-list from the right buffer.
10097 (tags-table-check-computed-list, tags-table-extend-computed-list)
10098 (find-tag-noselect): Use with-current-buffer.
10099
10100 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10101 Use print-circle.
10102
10103 * minibuffer.el (minibuffer-local-must-match-filename-map):
10104 Declare obsolete alias for the old name.
10105
10106 * abbrev.el (unexpand-abbrev): Better preserve markers.
10107
10108 2008-06-05 Glenn Morris <rgm@gnu.org>
10109
10110 * emacs-lisp/autoload.el (autoload-rubric): New function,
10111 extracted from autoload-ensure-default-file.
10112 (autoload-ensure-default-file): Use autoload-rubric.
10113
10114 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10115 (custom-dependencies-no-scan-regexp): New variable.
10116 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10117 Don't scan files matching custom-dependencies-no-scan-regexp.
10118 Disable undo in the output buffer. Remove kept-new-versions wackiness.
10119
10120 * finder.el (finder-headmark): Initialize and add doc string.
10121 (generated-finder-keywords-file): Doc fix.
10122 (finder-no-scan-regexp): New variable.
10123 (finder-compile-keywords): Use a single let binding.
10124 Disable undo in the output buffer. Use autoload-rubric.
10125 Use mapc rather than mapcar. Don't scan files matching
10126 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
10127 rather than concat. Use directory-files to do regexp matching.
10128 No need to require jka-compr.
10129 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
10130 (finder-list-matches): Disable undo.
10131 (finder-commentary): Use let rather than let*. Disable undo.
10132 (finder-current-item): Use zerop.
10133 (finder-mode): Use define-derived-mode.
10134 (finder-exit): Doc fix. Use dolist.
10135
10136 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10137 (custom-deps): Don't require $(lisp)/cus-load.el.
10138 (custom-deps, finder-data): Don't depend on autoloads.
10139 Should not be needed now, and doing so was causing make install to
10140 re-dump emacs post-bootstrap.
10141 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10142 mid-build forces some things to be rebuilt.
10143
10144 2008-06-05 Miles Bader <miles@gnu.org>
10145
10146 * face-remap.el
10147 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10148 (face-remap-remove-relative): Renamed from
10149 `remove-relative-face-remapping'.
10150 (face-remap-reset-base): Renamed from
10151 `set-default-base-face-remapping'.
10152 (face-remap-set-base): Renamed from `set-base-face-remapping'.
10153 (text-scale-increase): Renamed from `increase-buffer-face-height'.
10154 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10155 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10156
10157 * face-remap.el (variable-pitch-mode): Autoload.
10158
10159 2008-06-04 Sam Steingold <sds@gnu.org>
10160
10161 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10162 Generate extra status headers for a Mercurial tree.
10163
10164 2008-06-04 John Paul Wallington <jpw@pobox.com>
10165
10166 * echistory.el (electric-history-map): Define within defvar.
10167 Add docstring.
10168
10169 * font-lock.el (font-lock-turn-off-thing-lock)
10170 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10171 Use `bound-and-true-p'.
10172 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10173 Doc fixes.
10174
10175 * international/ccl.el (define-ccl-program): Add `doc-string'
10176 declaration.
10177
10178 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * face-remap.el (variable-pitch-mode): Reflow docstrings.
10181 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10182
10183 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
10184
10185 * emacs-lisp/rx.el (rx): Doc fix.
10186
10187 2008-06-04 Markus Triska <markus.triska@gmx.at>
10188
10189 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10190
10191 2008-06-04 Miles Bader <miles@gnu.org>
10192
10193 * face-remap.el (adjust-buffer-face-height): New function.
10194 Add autoloaded keybindings in ctl-x-map.
10195 (increase-buffer-face-height, decrease-buffer-face-height):
10196 Simplify interactive spec to just "p". Remove autoloaded keybindings.
10197
10198 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
10199
10200 * simple.el (line-move-1): If we did not move as far as desired,
10201 ensure that point-left and point-entered hooks are called.
10202
10203 2008-06-03 Sam Steingold <sds@gnu.org>
10204
10205 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10206
10207 2008-06-03 John Paul Wallington <jpw@pobox.com>
10208
10209 * progmodes/make-mode.el (makefile-cleanup-continuations)
10210 (makefile-warn-suspicious-lines, makefile-warn-continuations):
10211 Use `derived-mode-p'.
10212
10213 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10216 (ELCFILES): Update.
10217
10218 2008-06-03 Miles Bader <miles@gnu.org>
10219
10220 * face-remap.el: New file.
10221 * Makefile.in (ELCFILES): Add face-remap.elc.
10222
10223 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * progmodes/flymake.el (flymake-process-filter): Make sure the source
10226 buffer isn't dead.
10227
10228 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10229 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10230 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10231 * obsolete/auto-show.el, obsolete/hscroll.el:
10232 Remove packages that were obsolete in Emacs-20, or that were obsolete
10233 in Emacs-21 and do not contain any more code.
10234
10235 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10236 vc-client-mode is not set.
10237
10238 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10239 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10240
10241 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10242 yet a bit more clever at distinguishing / from /.
10243
10244 2008-06-03 Kenichi Handa <handa@m17n.org>
10245
10246 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10247
10248 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
10249
10250 * language/hanja-util.el: New file.
10251
10252 2008-06-03 Glenn Morris <rgm@gnu.org>
10253
10254 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10255 Check that end-of-word follows "type".
10256
10257 2008-06-02 Daiki Ueno <ueno@unixuser.org>
10258
10259 * epa-file.el (epa-file-write-region): Write the entire buffer
10260 content if START is nil.
10261
10262 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
10263
10264 * select.el (x-get-selection): Fix typo.
10265
10266 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
10269 (describe-char): Use `looking-at-p', `string-match-p' when possible.
10270
10271 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * tar-mode.el (tar-header-block-summarize): Ensure one space around
10274 user&group.
10275
10276 2008-05-31 John Paul Wallington <jpw@pobox.com>
10277
10278 * help-fns.el (describe-variable-custom-version-info):
10279 Handle dotted `package-version' info.
10280
10281 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
10282
10283 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
10284
10285 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10286
10287 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10288 names and improve support for unregistered files.
10289
10290 2008-05-31 Glenn Morris <rgm@gnu.org>
10291
10292 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10293 Remove shell variable `elc'. Split tests to hopefully be more portable.
10294 Fix `sel' assignment.
10295
10296 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
10297
10298 * minibuffer.el (completion-table-dynamic): Doc fix.
10299
10300 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10303 Try and return `unregistered' when applicable.
10304
10305 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10306 Don't encourage naming variables with "-flag".
10307
10308 2008-05-30 Glenn Morris <rgm@gnu.org>
10309
10310 * Makefile.in (update-elclist): Hide the warning when it does not apply,
10311 make it milder when it does.
10312 (autogen-clean): New target.
10313 (maintainer-clean): Use autogen-clean.
10314
10315 * calendar/diary-lib.el (diary-display-function): New name for
10316 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10317 Change custom type and version.
10318 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10319 (diary-fancy-display): Doc fixes.
10320 (diary-list-entries, diary-include-other-diary-files)
10321 (diary-mail-entries):
10322 Use diary-display-function rather than diary-display-hook.
10323
10324 * calendar/appt.el (appt-check): Use diary-display-function rather than
10325 diary-display-hook.
10326 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10327 diary-display-function replacing diary-display-hook.
10328 * org/org-agenda.el (org-get-entries-from-diary): Also set
10329 diary-display-function.
10330
10331 * calendar/cal-html.el (cal-html-list-diary-entries):
10332 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10333 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10334 argument of diary-list-entries rather than setting diary-display-hook.
10335
10336 2008-05-30 Kenichi Handa <handa@m17n.org>
10337
10338 * international/mule-conf.el (utf-8-with-signature): Renamed from
10339 utf-8-sig.
10340 (utf-8-auto): Adjusted for the above change.
10341
10342 * international/mule-diag.el (describe-font): Don't check fontset
10343 here, and just call font-info. Get the default font by from the
10344 default face.
10345
10346 2008-05-29 Kenichi Handa <handa@m17n.org>
10347
10348 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10349 New coding systems.
10350
10351 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10352
10353 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10354
10355 * international/utf-7.el (utf-7-encode): Use the right escape char
10356 depending on imap/nonimap encoding.
10357
10358 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10361
10362 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * icomplete.el (icomplete-prospects-height): Add :group.
10365
10366 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * icomplete.el (icomplete-prospects-length): Make obsolete.
10369 (icomplete-prospects-height): New var.
10370 (icomplete-completions): Use it.
10371
10372 2008-05-29 David Kastrup <dak@gnu.org>
10373
10374 * autoinsert.el (auto-insert): Add :link.
10375
10376 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * tar-mode.el (tar-header): New field `header-start'.
10379 (tar-header-block-tokenize): Set it when useful.
10380 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10381 (tar-header-data-end): New function.
10382 (tar-summarize-buffer): Use it.
10383 (tar-next-line): Fix goal column for long usernames.
10384 (tar-expunge-internal): Use header-start.
10385 (tar-rename-entry): Handle ustar-style long names.
10386 (tar-alter-one-field): Add optional `descriptor' argument.
10387 (tar-subfile-save-buffer): Use it.
10388
10389 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * tar-mode.el (tar-header): New field `header-start'.
10392 (tar-header-block-tokenize): Set header-start for longlink entries.
10393 (tar-expunge-internal): Use header-start to expunge longlink entries.
10394
10395 * files.el (hack-local-variables): Don't signal an error if the local
10396 variable section is not properly terminated.
10397
10398 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10399 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10400 the caching so it also works for identical entries.
10401
10402 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10403 (tar-mode): Use write-region-annotate-functions rather than
10404 write-contents-functions.
10405 (tar-extract): Remove unused var `pos'.
10406 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10407 (tar-mode-write-file): Remove.
10408 (tar-write-region-annotate): New function.
10409
10410 * progmodes/flymake.el (flymake-save-buffer-in-file):
10411 * shadowfile.el (shadow-copy-file):
10412 * arc-mode.el (archive-*-write-file-member):
10413 * files.el (diff-buffer-with-file):
10414 * subr.el (with-temp-file): Pass nil to write-region.
10415 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10416
10417 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10418 the custom.
10419
10420 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10421 to write-region.
10422
10423 2008-05-28 Glenn Morris <rgm@gnu.org>
10424
10425 * Makefile.in (update-elclist): Work around non-portability of "\"
10426 in various implementations of echo.
10427
10428 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * international/mule-diag.el (describe-current-coding-system):
10431 Don't assume selection-coding-system is always defined.
10432
10433 * tar-mode.el: Use defstruct and markers.
10434 (tar-setf): Remove.
10435 (tar-header): Use defstruct. Add `data-start' field.
10436 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10437 (tar-desc-data-start): Remove (now called tar-header-data-start).
10438 (tar-roundup-512): New fun.
10439 (tar-header-block-tokenize): Receive a buffer position rather than
10440 a string. Handle @longLink here, be more careful about it.
10441 Create a marker for data-start.
10442 (tar-summarize-buffer): Don't handle @LongLink here any more.
10443 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10444 data-start on the following entries any more.
10445 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10446
10447 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10448 (tar-header-offset): Remove.
10449 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10450 Not permanent any more.
10451 (tar-data-buffer): New var.
10452 (tar-data-swapped-p, tar-change-major-mode-hook)
10453 (tar-mode-kill-buffer-hook): New funs.
10454 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10455 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10456 (tar-clear-modification-flags, tar-alter-one-field)
10457 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10458 Change accordingly.
10459
10460 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10461
10462 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10463 (vc-dir-resynch-file): ... this. Update callers.
10464 Use vc-string-prefix-p. Ignore directory args.
10465 (vc-string-prefix-p): CSE.
10466 (vc-resynch-buffer): Restore conditional.
10467
10468 * vc-hooks.el (vc-after-save): Improve test.
10469 (vc-mode-line): Fix indentation.
10470
10471 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * calendar/parse-time.el (parse-time-months)
10474 (parse-time-weekdays): Add long-form month and day names.
10475
10476 2008-05-27 Glenn Morris <rgm@gnu.org>
10477
10478 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10479
10480 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * vc-dispatcher.el (vc-string-prefix-p): New function.
10483 (vc-dir-parent-marked-p): Use it.
10484
10485 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10486
10487 * vc.el (Problems): Remove fixed issues.
10488 (vc-expand-dirs): Avoid returning directories.
10489 (vc-dir): Fix C-x v v binding.
10490 (vc-make-backend-object): Fix name.
10491 (vc-dir-show-fileentry): Fix docstring.
10492 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10493 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10494 Reset the state for directories.
10495 (vc-dir-headers): Align labels.
10496 (vc-default-status-printer): Do no call prettify-state-info.
10497 (vc-deduce-fileset): Replace implementation with one based on a
10498 working older version.
10499 (vc-next-action): Use the new form of vc-deduce-fileset.
10500 Fix dealing with unregistered files.
10501
10502 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10503 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10504 (vc-dir-child-files): New function.
10505 (vc-dir-node-directory): New function.
10506 (vc-dir-update, vc-dir-parent-marked-p)
10507 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10508 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10509
10510 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10511
10512 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10515 (diff-font-lock-keywords, diff-context->unified)
10516 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10517 (diff-hunk-text, diff-find-source-location): Use it.
10518 (diff-post-command-hook): Let the user edit the hunk headers.
10519
10520 2008-05-26 Andreas Schwab <schwab@suse.de>
10521
10522 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10523 unknown state.
10524
10525 * tar-mode.el (tar-summarize-buffer): Comment fix.
10526
10527 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10530
10531 2008-05-26 Glenn Morris <rgm@gnu.org>
10532
10533 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10534
10535 2008-05-25 John Paul Wallington <jpw@pobox.com>
10536
10537 * proced.el (proced-next-line, proced-previous-line):
10538 Avoid calling `next-line' and `previous-line' from Lisp code.
10539
10540 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10541
10542 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10543 Use diary-ordinal-suffix.
10544
10545 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10546
10547 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10548 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10549 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10550 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10551 (edebug-print-length, edebug-print-level, edebug-print-circle)
10552 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10553 (edebug-global-break-condition, edebug-sit-for-seconds):
10554 Remove spurious * from defcustom docstrings.
10555 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10556 Improve argument/docstring consistency.
10557 (edebug-test-coverage, edebug-gensym, edebug-read)
10558 (edebug-top-level-nonstop, edebug-eval-result-list)
10559 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10560 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10561 (edebug-display-freq-count): Reflow docstrings.
10562 (edebug-restore-status): Doc fix.
10563
10564 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10565
10566 * proced.el (proced-header-line): Use the :align-to 0 feature
10567 rather than computing the corresponding position manually.
10568 (proced-update): Don't hardcode point-min==1.
10569
10570 2008-05-24 Alan Mackenzie <acm@muc.de>
10571
10572 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10573 if c-file-style is set to a non-string.
10574
10575 (c-neutralize-CPP-line): Surround by `save-excursion'.
10576 (c-neutralize-syntax-in-CPP): Optimize for speed.
10577
10578 2008-05-24 Glenn Morris <rgm@gnu.org>
10579
10580 * Makefile.in (update-elclist): New target, to update ELCFILES.
10581 (bootstrap-after): Run update-elclist.
10582
10583 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10584
10585 * icalendar.el (icalendar-version): Increase to "0.19".
10586 (icalendar--date-style): New function.
10587 (icalendar--datetime-to-diary-date): Doc fix.
10588 Use icalendar--date-style.
10589 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10590 (icalendar--convert-yearly-to-ical)
10591 (icalendar--convert-recurring-to-diary): Handle iso date style,
10592 use icalendar-date-style.
10593
10594 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10595
10596 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10597 vc-dir buffers are updated.
10598
10599 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10602
10603 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10604
10605 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10606 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10607 (reftex-extra-bindings): Use it.
10608
10609 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10610 away from the user-reserved keys.
10611
10612 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10613 New vars.
10614 (ada-create-keymap): Use them.
10615
10616 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10619 a properly-grouped regexp.
10620
10621 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10622
10623 * progmodes/cap-words.el (capitalized-words-mode):
10624 Fix typos in docstring.
10625
10626 2008-05-23 Kenichi Handa <handa@m17n.org>
10627
10628 * international/mule-conf.el: Don't define the charset `emacs'
10629 here, just put :docstring, :short-name, and :long-name.
10630
10631 2008-05-22 Kenichi Handa <handa@m17n.org>
10632
10633 * international/mule-diag.el (font-show-log): Limit each listing
10634 to 20 items.
10635
10636 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10637
10638 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10639 (gdb-annotation-rules): New entry for "thread-changed".
10640 (gdb-thread-changed): New function.
10641
10642 2008-05-23 Glenn Morris <rgm@gnu.org>
10643
10644 * Makefile.in (SOURCES): Remove, unused.
10645 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10646 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10647 Exclude more '*loaddefs' files.
10648 (compile-always): Simplify '.elc' deletion.
10649
10650 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10653 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10654
10655 * minibuffer.el (completion-boundaries): Change calling
10656 convention, so `string' has the same semantics as in
10657 try-completion and all-completions.
10658 (completion-table-with-context, completion--embedded-envvar-table)
10659 (completion--file-name-table)
10660 (completion-pcm--find-all-completions): Adjust code accordingly.
10661
10662 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10665 prune image-mode-winprops-alist, preventing it from growing
10666 indefinitely.
10667 (image-mode-reapply-winprops): Use it.
10668
10669 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10670
10671 * net/netrc.el (netrc-machine): Always match if the port is not given.
10672
10673 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * minibuffer.el (completion-pcm--find-all-completions):
10676 Don't add pseudo-completions.
10677
10678 * icomplete.el (icomplete-eoinput): Remove.
10679 (icomplete-overlay): New var to replace it.
10680 (icomplete-tidy): Rewrite.
10681 (icomplete-exhibit): Use an overlay.
10682 (icomplete-completions): Use completion-all-sorted-completions.
10683 Obey completion-ignore-case.
10684
10685 * files.el (locate-dominating-file): Accept non-existing argument.
10686 (project-find-settings-file): Rewrite, using locate-dominating-file.
10687
10688 2008-05-22 Kenichi Handa <handa@m17n.org>
10689
10690 * faces.el (font-weight-table, font-slant-table, font-width-table):
10691 Delete them. Don't call internal-set-font-style-table.
10692
10693 * international/mule-diag.el (font-show-log): New function.
10694
10695 * international/fontset.el (script-representative-chars): Add more
10696 chars for latin. Add data for symbol.
10697 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10698
10699 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * minibuffer.el (completion-all-sorted-completions): New var.
10702 (completion--flush-all-sorted-completions)
10703 (completion-all-sorted-completions): New functions.
10704 (minibuffer-force-complete): New command.
10705
10706 2008-05-21 Glenn Morris <rgm@gnu.org>
10707
10708 * files.el (c-postprocess-file-styles): Declare for compiler.
10709
10710 * Makefile.in: Allow for parallel byte-compiling.
10711 (ELCFILES): New variable.
10712 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10713 (compile-first, compile-main, compile-last): New targets.
10714 (compile-always): Simplify - delete .elc files, then `make compile'.
10715
10716 * Makefile.in (compile-calc): Use glob rather than find.
10717 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10718
10719 * eshell/esh-module.el: No need for cl when compiling.
10720
10721 * eshell/eshell.el (eshell-defgroup): New alias.
10722 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10723 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10724 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10725 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10726 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10727 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10728 Autoload the custom group. Set generated-autoload-file.
10729 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10730 for eshell-defgroup.
10731 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10732 Require esh-groups rather than loading it.
10733
10734 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10735
10736 * proced.el (proced-header-line): New variable and new function.
10737 (proced-mode): Set header-line-format.
10738 (proced-update): Set proced-header-line.
10739 (proced-send-signal): Use proced-header-line.
10740
10741 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * macros.el (insert-kbd-macro): Use prin1-char.
10744
10745 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * minibuffer.el (completion-boundaries): New function.
10748 (completion--some): Delay errors.
10749 (complete-with-action, completion-table-with-context):
10750 Handle `boundaries' case.
10751 (completion--try-word-completion): Avoid partial-completion
10752 when the user hasn't entered anything yet.
10753 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10754 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10755 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10756 Setup default keybindings.
10757 (completion--embedded-envvar-re): New var.
10758 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10759 (completion--file-name-table): Handle `boundaries' case.
10760 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10761 (completion-pcm--all-completions): Add a `prefix' arg.
10762 (completion-pcm--find-all-completions): New function.
10763 (completion-pcm-all-completions, completion-pcm-try-completion):
10764 Use it.
10765
10766 * icomplete.el (icomplete-completions): Don't use `predicate' with
10767 a table of a different type than `candidates'.
10768
10769 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10770
10771 * proced.el (proced-goal-column): Rename from proced-procname-column.
10772 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10773 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10774 (proced-header-face, proced-header-regexp): Remove.
10775 (proced-font-lock-keywords): Remove proced-header-face.
10776 (proced-header-alist, proced-sorting-schemes-re): New variables.
10777 (proced): Rename Proced buffer to *Proced*.
10778 (proced-next-line, proced-previous-line): New commands.
10779 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10780 (proced-hide-processes): Do not treat first line as special.
10781 (proced-header-space): New function.
10782 (proced-update): Use header-line-format.
10783 Initialize proced-header-alist and proced-sorting-schemes-re.
10784 Set proced-goal-column. Include proced-command in mode-name.
10785 (proced-send-signal): Use header-line-format for *Marked
10786 Processes* buffer.
10787 (proced-sort): Restrict minibuffer completion to applicable
10788 sorting schemes.
10789 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10790
10791 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * icomplete.el (icomplete-simple-completing-p):
10794 Allow icomplete-with-completion-tables to say "use it everywhere".
10795 (icomplete-completions): Obey completion-styles. Try to accommodate
10796 partial-completion style.
10797
10798 2008-05-20 Michael Olson <mwolson@gnu.org>
10799
10800 * files.el (project-find-settings-file): Change concat to
10801 expand-file-name.
10802
10803 2008-05-19 Tom Tromey <tromey@redhat.com>
10804
10805 * files.el (normal-mode): Call hack-project-variables.
10806 (hack-local-variables-confirm): Add 'project' argument.
10807 (hack-local-variables-apply): New function.
10808 (hack-local-variables): Use it.
10809 (project-class-alist, project-directory-alist): New variables.
10810 (project-get-alist): New function.
10811 (project-collect-bindings-from-alist)
10812 (project-collect-binding-list, set-directory-project)
10813 (project-find-settings-file, project-define-from-project-file)
10814 (hack-project-variables): New functions.
10815
10816 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10819
10820 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10821
10822 * faces.el (font-weight-table): Fix typo in docstring.
10823
10824 2008-05-18 David Hull <david@snap.com> (tiny change)
10825
10826 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10827 (vc-hg-annotate-command): Allow white space before version number.
10828
10829 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10830
10831 * calc/calc-yank.el (calc-register-alist): New variable.
10832 (calc-set-register, calc-get-register, calc-copy-to-register)
10833 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10834 (calc-prepend-to-register): New functions.
10835
10836 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10837 `calc-copy-to-register' and `calc-insert-register'.
10838 Autoload new register functions.
10839
10840 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10841 functions.
10842
10843 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * vc.el (Todo): Add known problems.
10846 (vc-dir-backend): New variable.
10847 (vc-dir): Set it.
10848 (vc-make-backend-object, vc-generic-status-printer)
10849 (vc-generic-state, vc-generic-status-fileinfo-extra)
10850 (vc-dir-extra-menu): Use it.
10851 (vc-generic-dir-headers): Remove, unused.
10852
10853 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10854 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10855 (vc-dir-mode-map): Fix bindings.
10856
10857 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10858
10859 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10860
10861 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10862 operated on.
10863 (calc-kill-region): Kill entire lines.
10864
10865 2008-05-17 Glenn Morris <rgm@gnu.org>
10866
10867 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10868 simplify initial value.
10869 (defezimage): Drop support for Emacs without defimage, use a featurep
10870 test rather than fboundp when defining, drop with-no-warnings.
10871 (ezimage-insert-over-text): Move featurep test inside
10872 add-text-properties.
10873
10874 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10875
10876 * net/tramp.el (top-level): Load auth-source when compiling.
10877
10878 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10879
10880 2008-05-17 Andreas Schwab <schwab@suse.de>
10881
10882 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10883
10884 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10885
10886 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10887 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10888
10889 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10890
10891 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10892
10893 2008-05-17 Jim Meyering <meyering@redhat.com>
10894
10895 * ido.el (ido-save-history): Do not emit a trailing newline at the
10896 end of the ido history file.
10897
10898 2008-05-16 John Paul Wallington <jpw@pobox.com>
10899
10900 * vc-dispatcher.el (top-level): Revert previous change: require cl
10901 when compiling.
10902
10903 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10904
10905 * vc.el (vc-default-status-printer)
10906 (vc-default-prettify-state-info): Enhance the state prettyprinter
10907 to deal better with unknown states and indirect through it when
10908 painting vc-dir buffers.
10909
10910 2008-05-16 John Paul Wallington <jpw@pobox.com>
10911
10912 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10913 (vc-dir-mode-map): Fix backquote.
10914 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10915
10916 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10917
10918 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10919 Reported by Glenn Morris <rgm@gnu.org>.
10920
10921 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10922
10923 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10924 the end of the file, it was good work at one time but has been
10925 stale since 1995 and may now be actively misleading.
10926 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10927 CVS repository and module (assumptions for the latter a bit iffy).
10928 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10929 SVN repository.
10930
10931 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10932
10933 * vc-rcs.el (vc-rcs-create-tag):
10934 * vc-sccs.el (vc-sccs-create-tag):
10935 Fix typo in error message and pass backend arg.
10936
10937 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10938
10939 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10940
10941 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10942
10943 * net/tramp.el: Load auth-source library.
10944 (tramp-read-passwd): Use it for password, not login.
10945
10946 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10947
10948 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10949 (ses-print-cell): Use string-width, truncate-string-to-width,
10950 delete-region rather than length, substring, delete-char.
10951 (ses-setup): Set inhibit-point-motion-hooks to t.
10952 Calculate position by actually moving point rather than just using
10953 unibyte character length.
10954 (ses-mode): Set indent-tabs-mode to nil.
10955 (ses-center): Use string-width rather than length.
10956
10957 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10958
10959 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10960 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10961 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10962 vc-*-create-tag and vc-*-retrieve-tag respectively.
10963
10964 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10965 unneeded defalias.
10966
10967 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10968
10969 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10970 about buffer names.
10971
10972 2008-05-15 Glenn Morris <rgm@gnu.org>
10973
10974 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10975
10976 * org/org-exp.el (org-infojs-options-inbuffer-template):
10977 Fix declaration.
10978
10979 * progmodes/cc-mode.el (declare-function): Add compat definition.
10980 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10981
10982 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10983
10984 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10985 list to a cons so the caller can get back both expanded and
10986 unexpanded filesets.
10987 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10988 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10989 Change handling of selection-set returns as required.
10990
10991 2008-05-15 John Paul Wallington <jpw@pobox.com>
10992
10993 * add-log.el (top-level): Don't require cl when compiling.
10994
10995 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10996 (archive-*-extract): Use `zerop'.
10997 (archive-*-write-file-member): Use `or', use `zerop'.
10998
10999 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11000
11001 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11002 (ibuffer-mark-interactive, ibuffer-set-mark)
11003 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11004 (ibuffer-map-lines, ibuffer-switch-format)
11005 (ibuffer-update-title-and-summary)
11006 (ibuffer-redisplay-engine): Use it.
11007
11008 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11009 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11010 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11011 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11012 (ibuffer-mark-read-only-buffers)
11013 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11014
11015 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11016 (define-ibuffer-column, define-ibuffer-sorter)
11017 (define-ibuffer-op, define-ibuffer-filter): Add declarations
11018 containing indentation specs, replacing equivalent top-level
11019 forms that set `lisp-indent-function' properties.
11020 (define-ibuffer-op): Use `derived-mode-p'.
11021 (define-ibuffer-filter): Remove redundant `concat' call.
11022
11023 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
11024
11025 * net/tramp.el (tramp-echo-mark): Update docstring.
11026 (tramp-echo-mark-marker): New defconst.
11027 (tramp-check-for-regexp): Use it.
11028
11029 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11030
11031 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11032 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11033 as parent.
11034
11035 2008-05-14 John Paul Wallington <jpw@pobox.com>
11036
11037 * international/mule.el (convert-define-charset-argument):
11038 Remove period from end of error message.
11039 (coding-system-mnemonic): Doc fix.
11040 (ctext-pre-write-conversion): Doc fix.
11041
11042 2008-05-14 Simon Marshall <simon@gnu.org>
11043
11044 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11045 from its default value and give it the risky-local-variable
11046 property (CVE-2008-2142).
11047
11048 2008-05-14 Kenichi Handa <handa@m17n.org>
11049
11050 * language/korean.el ("Korean"): Set `iso639-language'
11051 property to `ko'.
11052
11053 * language/japanese.el ("Japanese"): Set `iso639-language'
11054 property to `ja'.
11055
11056 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11057 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11058 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11059
11060 * international/mule-cmds.el (set-language-environment):
11061 Set current-iso639-language.
11062
11063 * international/fontset.el (setup-default-fontset): For kana, han,
11064 hangul, and cjk-misc, move an entry with font-spec at the end.
11065 (generate-fontset-menu): Exclude fontset-auto* from the list.
11066
11067 * composite.el (compose-chars-after): Assume that WINDOW is always
11068 non-nil.
11069
11070 * faces.el (font-weight-table, font-slant-table)
11071 (font-swidth-table): Declare them by defconst. Change the format
11072 of elements. Call internal-set-font-style-table after their
11073 declaration.
11074 (face-valid-attribute-values): Call font-family-list. Get values
11075 for width, weight, and slant from font-xxx-table.
11076
11077 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11078
11079 2008-05-13 John Paul Wallington <jpw@pobox.com>
11080
11081 * ibuffer.el (ibuffer-buffer-file-name): New function.
11082 (define-ibuffer-column filename): Use it.
11083
11084 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11085
11086 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11087
11088 * talk.el (talk): Simplify. Pass display arg to talk-add-display
11089 as a string.
11090 (talk-add-display): Simplify. Accept only string args.
11091
11092 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
11093
11094 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11095
11096 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * Makefile.in (bootstrap-prepare): Don't chmod files.
11099 (autoloads): Do it here instead, where it's actually needed.
11100
11101 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11102
11103 * tool-bar.el (tool-bar-make-keymap): Account for the optional
11104 KEY-BINDING-DATA field in menu-item list.
11105
11106 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11107
11108 * dired.el (dired-read-dir-and-switches): Move things about to use less
11109 recursion during macroexpansion.
11110
11111 * dired.el (dired-read-dir-and-switches): Use read-file-name.
11112
11113 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11114 completion-ignored-extension directories if there's something else.
11115 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11116 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11117 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11118 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11119 buffer-read-only -> inhibit-read-only.
11120
11121 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
11122
11123 * vc.el (vc-expand-dirs): Stop this function from tossing out
11124 explicitly specified files.
11125
11126 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11129 to `insert'.
11130
11131 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11132
11133 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11134 cons. Use vc-annotate-backend.
11135 (with-vc-file, edit-vc-file): Remove unused macros.
11136
11137 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
11138
11139 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11140 (smtpmail-try-auth-methods): Use it.
11141
11142 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11145 (setf (nthcdr ..) ..) doesn't require CL at runtime.
11146
11147 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
11148
11149 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11150
11151 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11154 (vc-bzr-revision-completion-table): Use process-file.
11155 (vc-bzr-working-revision): Pass relative file names.
11156
11157 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11158
11159 2008-05-11 Juri Linkov <juri@jurta.org>
11160
11161 * wid-edit.el (widget-image-directory): Change default image data
11162 subdirectory from "custom" to "images/custom".
11163
11164 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11165 before recursive call to `Info-next-preorder' to not add
11166 intermediate nodes to the history.
11167
11168 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11169
11170 * emulation/cua-base.el: Put isearch-scroll property
11171 on cua-scroll-up and cua-scroll-down.
11172
11173 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
11174
11175 * vc-hooks.el (vc-recompute-state): Remove (dead code).
11176
11177 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11178
11179 * vc-dispatcher.el (ewoc): Require.
11180 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11181
11182 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11183
11184 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
11185
11186 * term/w32-win.el (x-colors):
11187 * term/mac-win.el (x-colors):
11188 * term/x-win.el (x-colors): Re-order colors.
11189
11190 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
11191
11192 * smerge-mode.el (smerge-command-prefix): Fix custom type.
11193
11194 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
11195
11196 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11197 New functions implementing motion to next and previous directory.
11198
11199 * vc-arch.el (vc-arch-command):
11200 * vc-bzr.el (vc-bzr-command):
11201 * vc-cvs.el (vc-cvs-command):
11202 * vc-dispatcher.el (vc-do-command):
11203 * vc-git.el (vc-git-command):
11204 * vc-hg.el (vc-hg-command):
11205 * vc-mcvs.el (vc-mvcs-command):
11206 * vc-mtn.el (vc-mtn-command):
11207 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11208 (vc-sccs-workfile-unchanged-p):
11209 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11210 * vc-rcs.el (all methods): Remove assumption about what a nil
11211 argument to vc-do-command means. This means no buffer name needs
11212 to be hardcoded into the dispatcher layer, and it's better to be
11213 explicit anyway.
11214
11215 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11216
11217 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11218
11219 * vc.el: Update todo.
11220
11221 * vc-sccs.el (vc-sccs-dir-status):
11222 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11223 backends and returning up to date files.
11224
11225 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11226
11227 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11228
11229 * vc.el (vc-dir):
11230 * vc-hooks.el: Tweak the VC directory bindings. These are now
11231 documented in the manual.
11232
11233 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11234 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11235 (vc-dispatcher-selection-set): Allow callers to pass in an
11236 observer flag that says no buffer sync is required.
11237 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11238 Use the observer flag.
11239
11240 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
11241
11242 * simple.el (start-file-process): Clarify docstring.
11243
11244 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11245
11246 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11247 Remove stub implementations of, and references to, wash-log.
11248 * vc-rcs.el (vc-rcs-comment-history):
11249 * vc-cvs.el (vc-cvs-comment-history):
11250 Inline the code that used to be wash-log.
11251
11252 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11253 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11254 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11255 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11256 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11257 (vc-rcs-print-log): Grok directories.
11258
11259 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * vc.el (vc-mark-resolved): Add `backend' argument.
11262 (vc-next-action): Pass it the backend.
11263 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11264 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11265 (vc-default-comment-history, vc-default-create-snapshot)
11266 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11267 (vc-annotate-revision-previous-to-line)
11268 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11269 * vc-svn.el (vc-svn-checkout):
11270 * vc-mcvs.el (vc-mcvs-checkout):
11271 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11272 (vc-working-revision, vc-before-save, vc-mode-line):
11273 Prefer vc-call-backend to vc-call so as not to recompute the backend.
11274
11275 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11276 state to be consistent since it's often an unwarranted restriction.
11277 Don't return the state either.
11278 (vc-next-action): Check that the state is consistent.
11279 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11280 (vc-rollback, vc-update): Adapt to new return value of
11281 vc-deduce-fileset.
11282
11283 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11284 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11285 (vc-dispatcher-in-fileset-p): New fun.
11286 (vc-dispatcher-selection-set): Use it to properly handle directories.
11287
11288 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
11289
11290 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11291 (vc-update): Remove unused let bindings.
11292
11293 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11294
11295 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11296 (vc-diff, vc-revert, vc-rollback, vc-update):
11297 * vc-dispatcher.el (vc-dispatcher-selection-set):
11298 Get rid of 4 special cases in fileset selection. This involved
11299 changing the return value of (vc-deduce-fileset) so that it passes
11300 back a deduced state as well as a deduced back end.
11301
11302 2008-05-08 Sam Steingold <sds@gnu.org>
11303
11304 * progmodes/compile.el (compilation-minor-mode-map)
11305 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11306 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11307 it to `compilation-minor-mode-map' (instead of an explicit `cons').
11308
11309 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11310
11311 * org/org.el (org-modules, org-format-latex-options):
11312 * org/org-archive.el (org-archive-stamp-time)
11313 (org-archive-save-context-info):
11314 * org/org-faces.el (org-hide):
11315 * org/org-irc.el (org-irc-parse-link):
11316 * org/org-macs.el (org-call-with-arg, org-autoload):
11317 * org/org-mew.el (org-mew-store-link):
11318 * org/org-remember.el (org-remember-store-without-prompt)
11319 (org-remember-templates): Fix typos in docstrings.
11320
11321 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11322
11323 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11324 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11325 (org-bbdb-anniv-split): Fix typos in docstrings.
11326
11327 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11328 (org-publish-use-timestamps-flag): Reflow docstring.
11329 (org-publish-files-alist): Fix typos in docstring.
11330
11331 2008-05-07 Sam Steingold <sds@gnu.org>
11332
11333 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11334 appears to be too aggressive with window removal.
11335
11336 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11337
11338 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11339 Add leda and 0in as pragma keywords.
11340 (verilog-pretty-expr): Support lining up assignments which include
11341 part selects.
11342 (verilog-mode): More portable check for the availability of
11343 hideshow support.
11344 (verilog-do-indent): Remove special indent for declarations inside
11345 a parenthetical list. The code is ill-advised, and doesn't work
11346 given the new user defined types.
11347 (verilog-set-auto-endcomments): Enhance function automatic
11348 endcomment to support functions that return user defined types.
11349 (verilog-mode): Add code to tell which-function-mode minor mode
11350 that Verilog supports this feature.
11351
11352 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11353
11354 * epa-file.el: Require epa-hook.
11355
11356 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11357
11358 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11359 file-names clashes on 8+3 filesystems. Provide epa-hook.
11360
11361 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11362 file-names clashes on 8+3 filesystems.
11363
11364 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11365
11366 * org/org.el (org-read-date-get-relative): Interpret lone
11367 weekday abbreviation as relative to today.
11368
11369 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * abbrev.el (define-abbrev-table):
11372 * composite.el (toggle-auto-composition):
11373 * json.el (json-alist-p, json-plist-p):
11374 * minibuffer.el (completion-table-with-predicate):
11375 * ps-mule.el (ps-mule-external-libraries):
11376 * emacs-lisp/advice.el (ad-special-form-p):
11377 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11378 * eshell/em-smart.el (eshell-review-quick-commands):
11379 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11380 (python-skip-out, python-check-comint-prompt):
11381 Don't use `iff' in docstrings.
11382
11383 * international/robin.el (robin-package-alist): Fix typo in docstring.
11384 (robin-current-package-name): Doc fix.
11385 (robin-activate): Don't use `iff' in docstring.
11386
11387 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11388
11389 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11390 The code uses a ewoc-based implementation now.
11391 * vc-hooks.el: Support for Meta-CVS has been removed.
11392
11393 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * tool-bar.el: Choose images dynamically.
11396 (tool-bar-make-keymap, tool-bar-find-image): New function.
11397 (tool-bar-find-image-cache): New var.
11398 (tool-bar-local-item, tool-bar-local-item-from-menu):
11399 Don't select the image yet, do it later in tool-bar-make-keymap.
11400
11401 2008-05-07 Andreas Schwab <schwab@suse.de>
11402
11403 * window.el: Require 'cl when compiling.
11404
11405 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11406
11407 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11408
11409 2008-05-07 Glenn Morris <rgm@gnu.org>
11410
11411 * subr.el (ignore-errors): Move here from cl-macs.el.
11412 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11413
11414 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11415 oddness.
11416
11417 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11418
11419 * vc-hooks.el (vc-find-file-hook):
11420 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11421 further from vc.el.
11422 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11423
11424 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11425
11426 * progmodes/verilog-mode.el (verilog-getopt-file):
11427 Cleanup warning message format.
11428 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11429 (verilog-auto-inout, verilog-auto-inout-module)
11430 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11431 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11432 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11433 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11434 (verilog-auto-unused, verilog-auto-wire)
11435 (verilog-decls-get-assigns, verilog-decls-get-consts)
11436 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11437 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11438 (verilog-decls-get-ports, verilog-decls-get-regs)
11439 (verilog-decls-get-signals, verilog-decls-get-wires)
11440 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11441 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11442 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11443 (verilog-inject-sense, verilog-library-filenames)
11444 (verilog-mode-release-date, verilog-mode-version)
11445 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11446 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11447 (verilog-modi-get-assigns, verilog-modi-get-consts)
11448 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11449 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11450 (verilog-modi-get-ports, verilog-modi-get-regs)
11451 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11452 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11453 (verilog-modi-get-wires, verilog-preserve-cache)
11454 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11455 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11456 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11457 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11458 Add caching of additional state, and rework signal extraction
11459 routines to improve AUTO expansion performance by 300%++.
11460
11461 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11464 Tweak Open Watcom regexp to distinguish between errors and warnings.
11465
11466 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * dired.el (dired-read-dir-and-switches): Fix up last change.
11469
11470 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11471
11472 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11473 out of this function, move it to vc-dispatcher-selection-set.
11474
11475 2008-05-05 Sam Steingold <sds@gnu.org>
11476
11477 * window.el (delete-other-windows-vertically): New function.
11478
11479 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * dired.el (dired-read-dir-and-switches):
11482 Obey read-file-name-completion-ignore-case.
11483
11484 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11485
11486 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11487 Add regexp for Open Watcom compiler output.
11488
11489 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11490
11491 * progmodes/python.el (python-block-pairs): Align finally with except.
11492
11493 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11496
11497 2008-05-05 Tom Tromey <tromey@redhat.com>
11498
11499 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11500 looking at conflict marker.
11501
11502 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11505 client-mode -> vc-client-object, and guess `funcall' was meant.
11506 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11507
11508 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11509
11510 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11511 (dbus-debug): Move declarations outside eval-when-compile.
11512
11513 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11514
11515 * proced.el (proced-command-alist): Fix system-type values.
11516 Fix defcustom.
11517 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11518 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11519 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11520 (proced-update): Use proced-sorting-scheme. Update modeline.
11521 (proced-send-signal): Use nreverse.
11522 (proced-sorting-scheme-p): New function.
11523
11524 2008-05-04 Andreas Schwab <schwab@suse.de>
11525
11526 * vc.el: Require dired when compiling.
11527
11528 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11529
11530 2008-05-03 Glenn Morris <rgm@gnu.org>
11531
11532 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11533 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11534 Simplify compilation requirements.
11535 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11536 declarations.
11537
11538 2008-05-03 Dave Love <fx@gnu.org>
11539
11540 * progmodes/python.el (python-beginning-of-statement):
11541 Loop at least once (fixes 2008-02-21 change).
11542
11543 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11544
11545 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11546 instead of `length' for comparing length of user and group names.
11547
11548 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11549
11550 * vc-dispatcher.el: New file, separates out the UI and command
11551 execution machinery from VCS-specific logic left in vc.el.
11552 The separation is not yet completely clean, but it's a good start.
11553 * vc.el: This file is about 1700 lines shorter now.
11554 Remove obsolete logentry-check from the backend API.
11555 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11556 implementation of the logentry-check method, and it guarded against
11557 a log length limit that has probably been obsolete for 15 years (!).
11558
11559 2008-05-02 Sam Steingold <sds@gnu.org>
11560
11561 * progmodes/compile.el (compilation-start): Move setting of
11562 compilation-directory after (funcall mode) as that resets local
11563 variables, this fixes recompile in grep buffers.
11564 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11565 in dired &c).
11566
11567 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11568
11569 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11570 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11571 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11572 has one of these and that all are called in compatible ways.
11573 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11574 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11575 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11576 backend has one of these.
11577
11578 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11581 initialization into define-abbrev-table. Use :regexp.
11582 (octave-mode-syntax-table): Don't set word syntax for `.
11583
11584 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11585 than only value.
11586
11587 * dired.el (dired-read-dir-and-switches):
11588 Set minibuffer-completing-file-name and call substitute-in-file-name.
11589 (dired-format-columns-of-files): Use completion--insert-strings.
11590
11591 * minibuffer.el (completion-hilit-commonality): Revert last change:
11592 the leftover code was actually useful.
11593 (completion--insert-strings): Use string-width rather than length.
11594
11595 2008-05-02 Sam Steingold <sds@gnu.org>
11596
11597 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11598 (vc-at-event): New macro: run the body at the even location.
11599 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11600 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11601 * subr.el (mouse-event-p): Check if the event is mouse-related.
11602
11603 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11604
11605 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11606 Don't throw error if no file is found.
11607
11608 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11611 (vc-default-state-heuristic): Doc fix.
11612
11613 2008-05-02 Richard Sharman <rsharman@pobox.com>
11614
11615 * hilit-chg.el (highlight-changes-mode): Remove references to
11616 hooks that no longer exist. Because define-minor-mode is used the
11617 hook highlight-changes-mode-hook exists and can do what both the
11618 old hooks used to do. The documentation at the top of the file
11619 was updated to demonstrate this.
11620 (highlight-changes-mode): Remove commented out call to a hook
11621 function that is no longer there.
11622 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11623
11624 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11625
11626 * vc.el (vc-default-dired-state-info): Change name of primitive
11627 to prettify-state-info, in preparation for ripping out dired mode.
11628 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11629 to prettify-state-info, in preparation for ripping out dired mode.
11630 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11631 tries this on a version-controlled buffer. It will do useless or
11632 actively bad things on any version control system newer than RCS.
11633 * vc-hooks.el (vc-dired-resynch-file):
11634 * vc.el (vc-dired-resynch-file): Change name of primitive to
11635 vc-directory-resynch-file, preparing to remove dired.
11636
11637 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11638
11639 * vc-rcs.el (vc-rcs-state): Fix typos.
11640
11641 * vc.el (vc-register): Change argument order so that the prefix
11642 argument is assigned correctly.
11643 (vc-next-action, vc-dir-register): Update for the above change.
11644
11645 2008-05-01 Juri Linkov <juri@jurta.org>
11646
11647 * replace.el (occur-read-primary-args): Set default to the car of
11648 regexp-history and display it in the prompt, but don't add to the
11649 list of minibuffer defaults. Bind history-add-new-input to nil to
11650 not add automatically `default'. For empty input return `default'.
11651 Otherwise, add `input' to regexp-history and return it.
11652 (occur-1): Signal an error for the empty regexp.
11653
11654 * progmodes/compile.el (compilation-auto-jump):
11655 Set window point to `pos' explicitly.
11656
11657 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11658
11659 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11660 when appropriate.
11661 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11662 we report the 'unregistered state reliably.
11663 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11664 we report the 'unregistered state reliably.
11665 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11666 we report the 'unregistered state reliably.
11667 * vc-hooks.el (vc-state): Document that vc-unregistered is
11668 now expected to be returned reliably.
11669 * vc.el (vc-default-dired-state): Change needs-patch state to
11670 needs-update, since the name now shows up in dir-status listings
11671 and was somewhat misleading.
11672 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11673 immediately after removing the file.
11674 * vc.el (vc-next-action): More informative messages when a fileset
11675 is in a mixed state or files are missing.
11676
11677 2008-05-01 Sam Steingold <sds@gnu.org>
11678
11679 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11680
11681 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11682
11683 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11684
11685 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11686
11687 * epa-file-hook.el: New file split from epa-file.el.
11688 * epa-file.el: Require 'epa-file-hook.
11689 (epa-file-handler): Add autoload cookie.
11690 * loadup.el: Load epa-file-hook.
11691 * startup.el (command-line): Eval the body of auto-encryption-mode.
11692
11693 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11694
11695 * vc.el (vc-dir-mode-map): Don't bind "r".
11696
11697 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11698 (vc-hg-status-printer): New function.
11699 (vc-hg-after-dir-status): Deal with copied and renamed files.
11700 (vc-hg-dir-status): Add flag to show copied files.
11701
11702 2008-05-01 John Paul Wallington <jpw@pobox.com>
11703
11704 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11705 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11706 sorting mode was recency.
11707
11708 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11709 reverse sorting order if last sorting mode was the sorter's.
11710
11711 2008-05-01 Jason Rumney <jasonr@gnu.org>
11712
11713 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11714
11715 2008-04-30 John Paul Wallington <jpw@pobox.com>
11716
11717 * ibuffer.el (define-ibuffer-column filename): When the major mode
11718 is `vc-dir-mode' show the buffer's default directory.
11719
11720 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11721 major mode is `vc-dir-mode' use the buffer's default directory.
11722
11723 2008-04-30 Sam Steingold <sds@gnu.org>
11724
11725 * vc.el (vc-dir-delete-file): Add.
11726 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11727 (vc-delete-file): Do not barf when the file has been already deleted.
11728
11729 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11730
11731 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11732
11733 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * progmodes/octave-mod.el (octave-help): New function.
11736 * progmodes/octave-hlp.el: Delete.
11737 * info-look.el (octave-mode): Add operator index.
11738
11739 * vc.el (vc-checkout): Typo.
11740
11741 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11742
11743 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11744 Add "..." in the appropriate places.
11745
11746 * epa.el (epa-key-list-mode-map): Add more menu entries.
11747 Add "..." in the appropriate places.
11748
11749 * dired.el (dired-mode-map): Add :help.
11750
11751 * vc.el (vc-deduce-fileset): Add new parameter.
11752 (vc-dir-marked-only-files): New function.
11753 (vc-next-action): Don't ignore directories, look at the files
11754 inside them.
11755 (vc-dir-mode): Document how the mark/unmark commands work.
11756
11757 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11760 Rule out trailing spaces in file and directory names as well.
11761
11762 * minibuffer.el (completion--do-completion): Move point even if the
11763 completion makes no change.
11764 (completion-pcm-try-completion): Fix computation of new point.
11765
11766 2008-04-30 David Hansen <david.hansen@gmx.net>
11767
11768 * dired.el: Require 'cl.
11769
11770 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11771
11772 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11773 hollow if not in innermost frame.
11774
11775 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 Make `checkout-model' apply to filesets.
11778 * vc-hooks.el (vc-checkout-model): Rewrite.
11779 (vc-before-save, vc-after-save): Adjust callers accordingly.
11780 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11781 (vc-transfer-file): Adjust callers accordingly.
11782 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11783 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11784 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11785 instead of vc-checkout-model.
11786 * vc-mcvs.el (vc-mcvs-revert):
11787 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11788 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11789 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11790 * vc-svn.el (vc-svn-checkout-model):
11791 * vc-hg.el (vc-hg-checkout-model):
11792 * vc-git.el (vc-git-checkout-model):
11793 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11794
11795 * dired.el (dired-read-dir-and-switches): Replace last change with
11796 a new approach that mixes read-file-name and read-directory-name.
11797
11798 * files.el (read-buffer-to-switch):
11799 Avoid making assumptions about `other-buffer'.
11800
11801 2008-04-29 Sam Steingold <sds@gnu.org>
11802
11803 * vc.el (vc-dir-mode-hook): Add normal hook.
11804 (vc-dir-mode): Run it.
11805
11806 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11807
11808 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11809 Always split windows.
11810 (gdb-speedbar-timer-fn): Only raise frame after user input.
11811 (gdb-same-frame): Reverse initial value.
11812 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11813
11814 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11815 gdb-speedbar-timer-fn.
11816
11817 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11820
11821 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11822
11823 * epa.el (epa-key-list-mode-map): Add menu.
11824 (epa-delete-keys, epa-import-keys): Fix typo.
11825
11826 2008-04-29 Glenn Morris <rgm@gnu.org>
11827
11828 * find-cmd.el (top-level): Does not need cl when compiling.
11829
11830 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11831
11832 * find-cmd.el: New file.
11833
11834 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11837 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11838 (completion-pcm--hilit-commonality): New function.
11839 (completion-pcm-all-completions): Use it.
11840
11841 * minibuffer.el (completion-common-substring): Mark obsolete.
11842 (completions-first-difference, completions-common-part):
11843 Move from simple.el.
11844 (completion-hilit-commonality): New fun.
11845 (display-completion-list, completion-emacs21-all-completions)
11846 (completion-emacs22-all-completions): Use it.
11847 * simple.el (completions-first-difference, completions-common-part):
11848 Move to minibuffer.el.
11849 (choose-completion-string): Use field functions and minibufferp.
11850 (completion-setup-function): Don't set completions faces.
11851
11852 2008-04-29 Glenn Morris <rgm@gnu.org>
11853
11854 * calendar/calendar.el (calendar-nth-named-absday)
11855 (calendar-nth-named-day):
11856 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11857 * calendar/holidays.el (holiday-float): Doc fixes.
11858
11859 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11860 the `full' case.
11861
11862 * org/org-agenda.el (calendar-iso-from-absolute):
11863 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11864 Fix declarations.
11865
11866 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11867
11868 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11869 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11870 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11871 (gdb-assembler-custom): Be careful not to match other addresses.
11872
11873 2008-04-29 Jason Rumney <jasonr@gnu.org>
11874
11875 * battery.el (battery-status-function): Use w32-battery-status
11876 on Windows.
11877 (battery-echo-area-format): Make apm format the general case.
11878 (battery-mode-line-format): Merge apm and pmset formats as the
11879 general case.
11880
11881 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11882
11883 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11884 Use gud-tool-bar-item-visible-no-fringe.
11885 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11886 is already visible in frame. Remove optional size parameter
11887 and add optional frame parameter.
11888
11889 * progmodes/gud.el (gud-display-line): Only consider visible
11890 frames when looking for source buffer.
11891
11892 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11893
11894 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11895 argument to get-char-property, in case the current buffer hasn't
11896 been assigned to that window yet.
11897 (doc-view-display): Default to selected window if the current
11898 buffer hasn't been assigned to a window yet.
11899
11900 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11901
11902 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11903
11904 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11905
11906 * net/tramp.el (tramp-mode): New defcustom.
11907 (tramp-file-name-handler, tramp-completion-file-name-handler):
11908 Use it.
11909 (tramp-replace-environment-variables): Handle "$$".
11910
11911 2008-04-28 Sam Steingold <sds@gnu.org>
11912
11913 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11914
11915 2008-04-28 Bastien Guerry <bzg@altern.org>
11916
11917 * whitespace.el (whitespace-trailing): Fix typo.
11918
11919 2008-04-28 Sam Steingold <sds@gnu.org>
11920
11921 * textmodes/remember.el (diary-make-entry): Update the autoload.
11922
11923 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11926 all-completions.
11927
11928 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11931
11932 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11935 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11936 (vc-dir-mark-file): Add an optional argument.
11937 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11938
11939 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11940
11941 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11942 rather than obsolete alias find-file-hooks.
11943 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11944 Use find-file-hook rather than obsolete alias find-file-hooks.
11945 Add to find-file-not-found-functions.
11946 (epa-file-handler): Put 'safe-magic and 'operations properties.
11947
11948 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11949 (epa-menu-items): Remove.
11950
11951 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11952 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11953 (epa-dired-mode, epa-global-dired-mode): Remove.
11954
11955 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11956
11957 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11958
11959 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11960
11961 2008-04-27 Glenn Morris <rgm@gnu.org>
11962
11963 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11964 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11965
11966 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11967
11968 * org/org.el (org-html-level-start): Always have id's in HTML.
11969 (org-export-as-html): Use `org-link-protocols' to
11970 retrieve the export form of the link.
11971 (org-add-link-type): Final parameter renamed from PUBLISH.
11972 Better documentation of how it is to be used. Avoid double entries for
11973 the same link type.
11974 (org-add-link-props): New function.
11975 (org-modules-loaded): New variable.
11976 (org-load-modules-maybe, org-set-modules): New function.
11977 (org-modules): New option.
11978 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11979 (orgtbl-mode, org-store-link, org-insert-link-global)
11980 (org-open-at-point): Call `org-load-modules-maybe'.
11981 (org-search-view): Add more text properties.
11982 (org-agenda-schedule, org-agenda-deadline): Allow also in
11983 search-type agendas.
11984 (org-search-view): Order of arguments has been changed.
11985 Interpret prefix-arg as TODO-ONLY.
11986 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11987 Take new argument order of `org-search-view' into account.
11988 (org-todo-only): New variable.
11989 (org-search-syntax-table): New variable and function.
11990 (org-search-view): Do the search with the special syntax table.
11991 (define-obsolete-function-alias): Make work with XEmacs.
11992 (org-add-planning-info): Use old date as default when modifying an
11993 existing deadline or scheduled item.
11994 (org-agenda-compute-time-span): Make argument N optional.
11995 (org-agenda-format-date-aligned): Require `cal-iso'.
11996 (org-agenda-list): Include week into agenda heading, don't
11997 list it at each date (only on Mondays).
11998 (org-read-date-analyze): Define local variable `iso-date'.
11999 (org-agenda-format-date-aligned): Remove dependency on
12000 `calendar-time-from-absolute'.
12001 (org-remember-apply-template, org-go-to-remember-target):
12002 Interpret filenames relative to `org-directory'.
12003 (org-complete): Silently fail when trying to complete
12004 keywords that don't have a default value.
12005 (org-get-current-options): Add a #+DATE: option.
12006 (org-additional-option-like-keywords): Remove "DATE:" from the
12007 list of additional keywords.
12008 (org-export-as-html): Remove (current-time) as unnecessary second
12009 argument of `format-time-string'.
12010 (org-clock-find-position): Handle special case at end of buffer.
12011 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12012 `org-agenda-change-time-span'.
12013 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12014 `org-agenda-change-time-span'.
12015 (org-agenda-month-view): New argument MONTH, pass it on to
12016 `org-agenda-change-time-span'.
12017 (org-agenda-year-view): New argument YEAR, pass it on to
12018 `org-agenda-change-time-span'.
12019 (org-agenda-change-time-span): New optional argument N, pass it on
12020 to `org-agenda-compute-time-span'.
12021 (org-agenda-compute-time-span): New argument N, interpret it by
12022 changing the starting day.
12023 (org-small-year-to-year): New function.
12024 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12025 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12026 into the future, and that the shift is at least one interval, never 0.
12027 (org-update-checkbox-count): Fix bug with checkbox counting.
12028 (org-add-note): New command.
12029 (org-add-log-setup): Rename from `org-add-log-maybe'.
12030 (org-log-note-headings): New entry for plain notes (i.e. notes not
12031 related to state changes or clocking).
12032 (org-get-org-file): Check for availability of `remember-data-file'.
12033 (org-cached-entry-get): Allow a regexp value for
12034 `org-use-property-inheritance'.
12035 (org-use-property-inheritance): Allow regexp value. Fix bug in
12036 customization type.
12037 (org-use-tag-inheritance): Allow a list and a regexp value for
12038 this variable.
12039 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12040 (org-entry-get): Respect value `selective' for the INHERIT argument.
12041 (org-tag-inherit-p, org-property-inherit-p): New functions.
12042 (org-agenda-format-date-aligned): Allow 10 characters for
12043 weekday, to accommodate German locale.
12044 (org-add-archive-files): New function.
12045 (org-agenda-files): New argument `ext', to get archive files as well.
12046 (org-tbl-menu): Protect the use of variables that
12047 are only available when org-table.el gets loaded.
12048 (org-read-agenda-file-list): Error if `org-agenda-files' is a
12049 single directory.
12050 (org-open-file): Allow a batch process to trigger
12051 waiting after executing a system command.
12052 (org-store-link): Link to headline when there is not
12053 target and no region in an org-mode buffer when creating a link.
12054 (org-link-types-re): New variable.
12055 (org-make-link-regexps): Compute `org-link-types-re'.
12056 (org-make-link-description-function): New option.
12057 (org-agenda-date, org-agenda-date-weekend): New faces.
12058 (org-archive-sibling-heading): New option.
12059 (org-archive-to-archive-sibling): New function.
12060 (org-iswitchb): New command.
12061 (org-buffer-list): New function.
12062 (org-agenda-columns): Also try the #+COLUMNS line in
12063 the buffer associated with the entry at point (or with the first
12064 entry in the agenda view).
12065 (org-modules): Add entry for org-bibtex.el.
12066 (org-completion-fallback-command): Move into `org-completion' group.
12067 (org-clock-heading-function): Move to `org-progress' group.
12068 (org-auto-repeat-maybe): Make sure that a note can
12069 be enforces if `org-log-repeat' is `note'.
12070 (org-modules): Allow additional symbols for external packages.
12071 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12072 (org-clock-goto): Hide drawers after showing an
12073 entry with `org-clock-goto'.
12074 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12075 Try also a clocktable block shift.
12076 (org-clocktable-try-shift): New function.
12077 (org-columns-hscoll-title): New function.
12078 (org-columns-previous-hscroll): New variable.
12079 (org-columns-full-header-line-format): New variable.
12080 (org-columns-display-here-title, org-columns-remove-overlays):
12081 Install `org-columns-hscoll-title' in post-command-hook.
12082
12083 * org/org.el: Split into many small files.
12084
12085 * org/org-agenda.el: New file, split off from org.el.
12086
12087 * org/org-archive.el: New file, split off from org.el.
12088
12089 * org/org-bbdb.el: New file.
12090
12091 * org/org-bibtex.el: New file, split off from org.el.
12092
12093 * org/org-clock.el: New file, split off from org.el.
12094
12095 * org/org-colview.el: New file, split off from org.el.
12096
12097 * org/org-compat.el: New file, split off from org.el.
12098
12099 * org/org-exp.el: New file, split off from org.el.
12100
12101 * org/org-faces.el: New file, split off from org.el.
12102
12103 * org/org-gnus.el: New file, split off from org.el.
12104
12105 * org/org-info.el: New file, split off from org.el.
12106
12107 * org/org-infojs.el: New file.
12108
12109 * org/org-irc.el: New file.
12110
12111 * org/org-macs.el: New file, split off from org.el.
12112
12113 * org/org-mew.el: New file.
12114
12115 * org/org-mhe.el: New file, split off from org.el.
12116
12117 * org/org-publish.el: New file, split off from org.el.
12118
12119 * org/org-remember.el: New file, split off from org.el.
12120
12121 * org/org-rmail.el: New file, split off from org.el.
12122
12123 * org/org-table.el: New file, split off from org.el.
12124
12125 * org/org-vm.el: New file, split off from org.el.
12126
12127 * org/org-wl.el: New file, split off from org.el.
12128
12129 2008-04-27 Jason Riedy <jason@acm.org>
12130
12131 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12132 parameter that suppresses lines that evaluate to NIL.
12133 (orgtbl-get-fmt): New inline function for
12134 picking apart formats that may be lists.
12135 (orgtbl-apply-fmt): New inline function for applying formats that
12136 may be functions.
12137 (orgtbl-eval-str): New inline function for strings that may be
12138 functions.
12139 (orgtbl-format-line, orgtbl-to-generic): Use and document.
12140 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12141 (*orgtbl-llfmt*, *orgtbl-llstart*)
12142 (*orgtbl-llend*): Dynamic variables for last-line formatting.
12143 (orgtbl-format-section): Shift formatting to support detecting the
12144 last line and formatting it specially.
12145 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
12146 formats unless overridden.
12147 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12148 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12149 bound variables to hold the input collection of lines and output
12150 formatted text.
12151 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12152 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12153 format parameters.
12154 (orgtbl-format-line): New function encapsulating formatting for a
12155 single line.
12156 (orgtbl-format-section): Similar for each section. Rebinding the
12157 dynamic vars customizes the formatting for each section.
12158 (orgtbl-to-generic): Use orgtbl-format-line and
12159 orgtbl-format-section.
12160 (org-get-param): Now unused, so delete.
12161 (orgtbl-gather-send-defs): New function to
12162 gather all the SEND definitions before a table.
12163 (orgtbl-send-replace-tbl): New function to find the RECEIVE
12164 corresponding to the current name.
12165 (orgtbl-send-table): Use the previous two functions and implement
12166 multiple destinations for each table.
12167
12168 * doc/org.texi (A LaTeX example): Note that fmt may be a
12169 one-argument function, and efmt may be a two-argument function.
12170 (Radio tables): Document multiple destinations.
12171
12172 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12173
12174 * org/org-agenda.el (org-add-to-diary-list): New function.
12175 (org-prefix-has-effort): New variable.
12176 (org-sort-agenda-noeffort-is-high): New option.
12177 (org-agenda-columns-show-summaries)
12178 (org-agenda-columns-compute-summary-properties): New options.
12179 (org-format-agenda-item): Compute the duration of the item.
12180 (org-agenda-weekend-days): New variable.
12181 (org-agenda-list, org-timeline): Use the proper faces for dates in
12182 the agenda and timeline buffers.
12183 (org-agenda-archive-to-archive-sibling): New command.
12184 (org-agenda-start-with-clockreport-mode): New option.
12185 (org-agenda-clockreport-parameter-plist): New option.
12186 (org-agenda-clocktable-mode): New variable.
12187 (org-agenda-deadline-leaders): Allow a function value for the
12188 deadline leader.
12189 (org-agenda-get-deadlines): Deal with new function value.
12190
12191 * org/org-clock.el (org-clock): New customization group.
12192 (org-clock-into-drawer, org-clock-out-when-done)
12193 (org-clock-in-switch-to-state, org-clock-heading-function):
12194 Move into the new group.
12195 (org-clock-out-remove-zero-time-clocks): New option.
12196 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12197 (org-dblock-write:clocktable): Allow a Lisp form for the scope
12198 parameter.
12199 (org-dblock-write:clocktable): Fix bug with total time calculation.
12200 (org-dblock-write:clocktable): Request the unrestricted list of files.
12201 (org-get-clocktable): New function.
12202 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12203 be strings but also integers (an absolute day number) and lists (m d y).
12204
12205 * org/org-colview.el (org-columns-next-allowed-value)
12206 (org-columns-edit-value): Limit the effort for updating in the
12207 agenda to recomputing a single file.
12208 (org-columns-compute): Only write property value if it has changed.
12209 This avoids raising the buffer-change-flag unnecessarily.
12210 (org-agenda-colview-summarize)
12211 (org-agenda-colview-compute): New functions.
12212 (org-agenda-columns): Call `org-agenda-colview-summarize'.
12213
12214 * org/org-exp.el (org-export-run-in-background): New option.
12215 (org-export-icalendar): Allow a batch process to trigger waiting
12216 after executing a system command.
12217 (org-export-preprocess-string): Rename from
12218 `org-cleaned-string-for-export'.
12219 (org-export-html-style): Made target class look like normal text.
12220 (org-export-as-html): Make use of the better preprocessing in
12221 `org-cleaned-string-for-export'.
12222 (org-cleaned-string-for-export): Better treatment of heuristic
12223 targets, many more internal links will now work in HTML export.
12224 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12225 (org-export-inbuffer-options-extra): New variable.
12226 (org-export-options-filters): New hook.
12227 (org-infile-export-plist): Find also the settings keywords in
12228 `org-export-inbuffer-options-extra'.
12229 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12230 multiple #+INFOJS_OPT lines.
12231 (org-export-html-handle-js-options): New function.
12232 (org-export-html-infojs-setup): New option.
12233 (org-export-as-html): Call `org-export-html-handle-js-options'.
12234 Add autoload to all entry points.
12235 (org-skip-comments): Function removed.
12236
12237 * org/org-table.el (org-table-make-reference): Extra parenthesis
12238 around single fields, to make sure that algebraic formulas get
12239 correctly interpreted by calc.
12240 (org-table-current-column): No longer interactive.
12241
12242 * org/org-export-latex.el (org-export-latex-preprocess):
12243 Rename from `org-export-latex-cleaned-string'.
12244
12245 2008-04-27 Bastien Guerry <bzg@altern.org>
12246
12247 * org/org-publish.el (org-publish-get-base-files-1): New function.
12248 (org-publish-get-base-files): Use it.
12249 (org-publish-temp-files): New variable.
12250 Don't require 'dired-aux anymore.
12251 (org-publish-initial-buffer): New variable.
12252 (org-publish-org-to, org-publish): Use it.
12253 (org-publish-get-base-files-1): Bug fix: get
12254 the proper list of files when recursing thru a directory.
12255 (org-publish-get-base-files): Use the :exclude property to skip
12256 both files and directories.
12257
12258 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12259
12260 * net/tramp.el (tramp-handle-make-symbolic-link)
12261 (tramp-handle-file-name-directory)
12262 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12263 (tramp-do-copy-or-rename-file-directly)
12264 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12265 (tramp-handle-substitute-in-file-name)
12266 (tramp-handle-insert-file-contents, tramp-handle-write-region)
12267 * net/tramp-cache.el (tramp-get-file-property)
12268 (tramp-set-file-property, tramp-flush-file-property)
12269 (tramp-flush-directory-property)
12270 * net/tramp-compat.el (tramp-compat-make-temp-file)
12271 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12272 Disable `file-name-handler-alist' when handling localname.
12273 It could have a remote file syntax, like a VMS file name.
12274
12275 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12276
12277 * whitespace.el: New version 11.1.
12278 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12279 enclosed by \\( and \\)$. Docstring fix.
12280 (whitespace-trailing-regexp): Fun removed.
12281 (whitespace-report-list): Const initialization fix.
12282 (whitespace-color-on): Code fix.
12283
12284 2008-04-27 Andreas Schwab <schwab@suse.de>
12285
12286 * Makefile.el: Unbreak bootstrap.
12287
12288 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12289
12290 * net/tramp.el (tramp-replace-environment-variables): New defun.
12291 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12292 Use it.
12293
12294 2008-04-27 Glenn Morris <rgm@gnu.org>
12295
12296 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12297
12298 * calculator.el (calculator-expt): Replace cl function `oddp'.
12299
12300 2008-04-27 Johan Bockgård <bojohan@gnu.org>
12301
12302 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12303 Simplify. Collect `defun' and `autoload' entries.
12304 Avoid modifying load-history.
12305
12306 2008-04-26 Glenn Morris <rgm@gnu.org>
12307
12308 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12309
12310 * simple.el (quoted-insert, zap-to-char): Revert previous change.
12311
12312 2008-04-26 John Paul Wallington <jpw@pobox.com>
12313
12314 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12315 `hexl-mode-old-eldoc-documentation-function'.
12316 (hexl-mode-exit): Restore it.
12317 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12318
12319 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12320
12321 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12322
12323 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12324 (completion-pcm--all-completions): Doc fix.
12325 (completion-styles-alist, completion-all-completions):
12326 Fix typos in docstrings.
12327
12328 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12329
12330 * whitespace.el: There is now only one variable (whitespace-style) to
12331 specify which kind of blank is visualized. Doc and docstring fix.
12332 New version 11.0.
12333 (whitespace-style): New option, replace whitespace-style-mark and
12334 whitespace-style-color.
12335 (whitespace-style-mark, whitespace-style-color): Options removed.
12336 (whitespace-hspace, whitespace-tab, whitespace-newline)
12337 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12338 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12339 (whitespace-hspace-regexp, whitespace-space-regexp)
12340 (whitespace-tab-regexp, whitespace-trailing-regexp)
12341 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12342 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12343 (whitespace-space-after-tab-regexp, whitespace-line-column)
12344 (whitespace-display-mappings, whitespace-report): Docstring fix.
12345 (whitespace-color-value-list, whitespace-mark-value-list)
12346 (whitespace-active-color, whitespace-active-mark)
12347 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12348 (whitespace-style-value-list, whitespace-active-style)
12349 (whitespace-toggle-style): New vars.
12350 (whitespace-toggle-option-alist, whitespace-help-text):
12351 Var initialization and docstring fix.
12352 (whitespace-toggle-options, global-whitespace-toggle-options)
12353 (whitespace-cleanup, whitespace-cleanup-region)
12354 (whitespace-report-region, whitespace-interactive-char)
12355 (whitespace-toggle-list): Docstring and code fix.
12356 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12357 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12358 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12359 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12360
12361 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12364 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12365 (diff-sanity-check-hunk): Adjust code accordingly.
12366
12367 2008-04-26 Glenn Morris <rgm@gnu.org>
12368
12369 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12370
12371 * forms-d2.dat: Move to ../etc.
12372 * forms-d2.el (forms-file): Adapt for above change.
12373
12374 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12375 `translation-table-for-input'.
12376
12377 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12378 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12379
12380 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12381 to punctuation now it's not needed for abbrevs.
12382 (fortran-mode-abbrev-table): Remove defvar, make use of new
12383 define-abbrev-table :regexp feature.
12384
12385 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12386 insert, now that translation-table-for-input is not needed.
12387
12388 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12389
12390 * emacs-lisp/pp.el (pp-display-expression): New function,
12391 extracted from pp-eval-expression.
12392 (pp-eval-expression): Use pp-display-expression.
12393 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12394 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12395 (pp-eval-last-sexp): Use pp-last-sexp.
12396
12397 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * abbrev.el (define-abbrev-table): Apply props even if the table
12400 exists already.
12401
12402 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12403 various kinds of completion tables.
12404 (completion-emacs22-try-completion): Place cursor after the /, as was
12405 done in Emacs-22's minibuffer-complete-word.
12406 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12407 (completion-emacs22-try-completion): Merge all mergeable text rather
12408 than just /.
12409 (completion-pcm--delim-wild-regex): New var.
12410 (completion-pcm-word-delimiters): New custom.
12411 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12412 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12413 (completion-pcm--all-completions, completion-pcm-all-completions)
12414 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12415 (completion-pcm-try-completion): New functions.
12416 (completion-styles-alist): Add them.
12417 (completion-styles): Add it to the default.
12418
12419 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12420
12421 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12422 (gdb-var-create-handler): ...until here when there are values.
12423 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12424 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12425
12426 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12427
12428 * ls-lisp.el (ls-lisp-format): Fix last change.
12429 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12430 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12431 (ls-lisp-filesize-f-fmt): New defvars.
12432 (ls-lisp-insert-directory): Dynamically compute format specifiers
12433 for displaying UID, GID, and file size, and store them in the
12434 above variables.
12435 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12436 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12437 instead of constant format strings.
12438 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12439 ls-lisp-filesize-d-fmt instead of constant format strings.
12440
12441 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12442
12443 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12444 value of addresses rather than (partial) string value.
12445 (gdb-frame-handler): Change regexp according to above change.
12446 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12447 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12448 (gdb-assembler-mode): Disable undo in these buffers.
12449
12450 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12451
12452 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12453 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12454
12455 2008-04-24 Sam Steingold <sds@gnu.org>
12456
12457 * textmodes/remember.el (remember-diary-extract-entries): Use
12458 diary-make-entry instead of the obsolete make-diary-entry.
12459
12460 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * subr.el (translation-table-for-input): Mark as obsolete.
12463
12464 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12465
12466 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12467
12468 * textmodes/ispell.el (ispell-dictionary-alist-1)
12469 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12470 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12471 (ispell-dictionary-alist-6): Remove.
12472 (ispell-dictionary-base-alist): New var, merges the above.
12473 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12474 Use it.
12475 (ispell-dictionary-alist): Default to nil. Remove autoload.
12476 (ispell-local-dictionary-alist): Remove autoload.
12477
12478 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12479 (f90-mode-abbrev-table): Use the new :regexp feature.
12480 Merge defvar and mapc into define-abbrev-table.
12481 (f90-imenu-type-matcher): Remove unused `l'.
12482 (f90-imenu-generic-expression): Remove unused `not-ib'.
12483 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12484 (f90-change-keywords): Use restore-buffer-modified-p.
12485
12486 2008-04-24 Glenn Morris <rgm@gnu.org>
12487
12488 * net/goto-addr.el (goto-address-prog-mode):
12489 * progmodes/bug-reference.el (bug-reference-prog-mode):
12490 Define for compiler.
12491
12492 * minibuffer.el (x-file-dialog): Declare as function.
12493
12494 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12495 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12496
12497 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12498 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12499 work with easymenu. Add :keys where needed.
12500
12501 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12502 event-start is nil.
12503
12504 * calendar/calendar.el (calendar-mode-map): Fix typo.
12505
12506 2008-04-24 Tom Tromey <tromey@redhat.com>
12507
12508 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12509 Document keywords. Add :suppress.
12510 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12511
12512 * net/goto-addr.el (goto-address-unfontify): New function.
12513 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12514 (goto-address-fontify-region, goto-address-mode)
12515 (goto-address-prog-mode): New functions.
12516
12517 * progmodes/bug-reference.el: New file.
12518
12519 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12520
12521 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12522
12523 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12526 macros within lambdas.
12527
12528 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12529
12530 * minibuffer.el (completion-try-completion): Add `point' argument.
12531 Change return value.
12532 (completion-all-completions): Add `point' argument.
12533 (minibuffer-completion-help): Pass the new `point' argument.
12534 (completion--do-completion): Pass the whole field to try-completion.
12535 (completion--try-word-completion): Rewrite, making fewer assumptions.
12536 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12537 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12538 (completion-basic-try-completion, completion-basic-all-completions):
12539 New functions.
12540 (completion-styles-alist): Use them.
12541
12542 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12543
12544 * textmodes/ispell.el (ispell-set-spellchecker-params):
12545 New function to make sure right params and dictionary alists are used
12546 after spellchecker changes.
12547 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12548 (ispell-initialize-spellchecker-hook): New variables and hook.
12549 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12550 (ispell-maybe-find-aspell-dictionaries): Remove.
12551 Calls replaced by (ispell-set-spellchecker-params) calls.
12552 (ispell-have-aspell-dictionaries): Remove.
12553
12554 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12555 by ispell-set-spellchecker-params.
12556
12557 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 * complete.el (PC-do-completion): Be more robust in the presence of
12560 unexpected values in minibuffer-completion-predicate.
12561
12562 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12563 Only abbreviate default-filename if it's a file.
12564
12565 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12566 (read-file-name-completion-ignore-case, insert-default-directory):
12567 New vars, moved from fileio.c.
12568 (read-file-name): New fun, moved from fileio.c.
12569 * cus-start.el: Remove insert-default-directory and
12570 read-file-name-completion-ignore-case.
12571
12572 2008-04-23 Magnus Henoch <mange@freemail.hu>
12573
12574 * tar-mode.el (tar-untar-buffer): If the entry has directory
12575 link type, extract it as a directory even if its file name doesn't
12576 end with a slash. Fixes extraction of NetBSD tar archives.
12577
12578 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * server.el (server-start): Also don't get confused by CRs since we
12581 don't quote them.
12582
12583 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12584
12585 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12586 (gdb-set-gud-minor-mode-existing-buffers)
12587 (gdb-info-breakpoints-custom, gdb-get-location)
12588 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12589 Previously gdb-create-define-alist wasn't always run and added to
12590 after-save-hook.
12591
12592 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12593
12594 2008-04-23 Kevin Ryde <user42@zip.com.au>
12595
12596 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12597 comments like unindented ones.
12598
12599 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12600
12601 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12602 parameter origins.
12603
12604 2008-04-23 Kevin Ryde <user42@zip.com.au>
12605
12606 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12607 Bind print-level to ensure output forms aren't truncated if
12608 print-level is set to eval-expression-print-level when going via
12609 eval-defun and friends, or has been otherwise fiddled with.
12610
12611 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12614 font-lock-extend-after-change-region-function globally.
12615
12616 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * speedbar.el (speedbar-use-tool-tips-flag)
12619 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12620 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12621 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12622 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12623 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12624 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12625 (speedbar-separator-face): Fix typos in docstrings.
12626 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12627 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12628 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12629 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12630 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12631 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12632 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12633 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12634 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12635 (speedbar-recenter): Doc fixes.
12636 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12637 declaration and remove redundant info in docstring.
12638
12639 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12640
12641 * vc-git.el (vc-git-status-printer): Deal with directories.
12642
12643 * vc.el (vc-next-action): Look at more than the first file to
12644 determine the state.
12645
12646 2008-04-23 Glenn Morris <rgm@gnu.org>
12647
12648 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12649 timers. Doc fix.
12650 (dframe-update-speed): Drop support for XEmacs < 20.
12651 (dframe-frame-mode): Drop support for Emacs < 20.
12652 (dframe-set-timer-internal): Drop support for Emacs without timers.
12653 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12654
12655 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12656 versions. Add doc-string. Mark as obsolete.
12657
12658 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12659
12660 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12661 rather than using an Emacs version test.
12662
12663 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12664 rather than an Emacs version test.
12665
12666 * calendar/cal-china.el (holiday-chinese-qingming)
12667 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12668 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12669 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12670
12671 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12672
12673 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12674 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12675 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12676
12677 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12678
12679 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12680 (gdb-previous-frame-pc-address): ...to this.
12681 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12682 of "info frame" with Gdb 6.4+.
12683 (gdb-stack-list-frames-regexp): New regexp.
12684 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12685
12686 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12687
12688 * tar-mode.el (tar-prefix-offset): New constant.
12689 (tar-header-block-tokenize): Support paths with long names
12690 which use the "ustar" standard.
12691
12692 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12693
12694 * image-dired.el (image-dired-track-original-file)
12695 (image-dired-modify-mark-on-thumb-original-file):
12696 Use `dired-goto-file' instead of `search-forward'. This solves
12697 a bug with finding files where the file name is a subset of other
12698 file names. Doc fix.
12699
12700 2008-04-22 Juri Linkov <juri@jurta.org>
12701
12702 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12703 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12704 (yank-menu-length): Change group name `mouse' to `menu'.
12705 (buffers-menu-buffer-name-length): New user option.
12706 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12707 instead of the hard-coded number 27.
12708
12709 2008-04-22 Juri Linkov <juri@jurta.org>
12710
12711 * isearch.el (eval-when-compile): Require `help-macro'.
12712 (isearch-help-for-help-internal): Isearch specific Help screen
12713 created by `make-help-screen'.
12714 (isearch-help-map): New variable that binds "b", "k", "m" to
12715 isearch-specific commands, and binds other keys to
12716 isearch-other-control-char, thus allowing other Help keys to
12717 exit isearch mode and execute their global definitions.
12718 (isearch-help-for-help, isearch-describe-bindings)
12719 (isearch-describe-key, isearch-describe-mode): New commands.
12720 (isearch-mode-help): Define alias to isearch-describe-mode
12721 and remove its old function definition.
12722 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12723 Remove old comments because this issue is settled now.
12724 (isearch-forward): Describe three new Help commands in the docstring.
12725 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12726 leave the single sentence at the first line of the docstring,
12727 and prepend the word "function" before `isearch-forward'
12728 to make the Help link to the function instead of variable.
12729
12730 2008-04-22 Juri Linkov <juri@jurta.org>
12731
12732 * isearch.el (isearch-success-function): New variable with default
12733 to `isearch-success-function-default'.
12734 (isearch-search): Call a function from `isearch-success-function'
12735 instead of calling the hard-coded `isearch-range-invisible'.
12736 (isearch-success-function-default): New function that calls
12737 `isearch-range-invisible' and inverts its return value.
12738
12739 * info.el (Info-search): In two similar places that skip
12740 undesired search matches move code to Info-search-success-function,
12741 and call `isearch-success-function' instead.
12742 (Info-search-success-function): New function copied from code
12743 in Info-search. Replace isearch-range-invisible with
12744 text-property-not-all that checks for 'invisible and 'display
12745 properties to skip partially invisible matches (whose display
12746 properties were set by Info-fontify-node).
12747 (Info-mode): Set buffer-local isearch-success-function
12748 to Info-search-success-function.
12749
12750 2008-04-22 Juri Linkov <juri@jurta.org>
12751
12752 * minibuffer.el (internal-complete-buffer-except): New function.
12753
12754 * files.el (read-buffer-to-switch): New function.
12755 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12756 Change interactive spec to call read-buffer-to-switch instead of
12757 using the letter "B".
12758
12759 * simple.el (minibuffer-default-add-shell-commands): New function.
12760 Use declare-function for mailcap-file-default-commands from "mailcap".
12761 (shell-command): Set local minibuffer-default-add-function to
12762 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12763 before calling read-shell-command. Set 4th arg default-value of
12764 read-shell-command to relative buffer-file-name in file buffers.
12765
12766 * dired-aux.el (dired-read-shell-command-default): Move it to
12767 gnus/mailcap.el and change its name to more general name
12768 mailcap-file-default-commands.
12769 (minibuffer-default-add-dired-shell-commands): New function.
12770 Use declare-function for mailcap-file-default-commands from "mailcap".
12771 (dired-read-shell-command): Set local minibuffer-default-add-function
12772 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12773 before calling read-shell-command. Remove dired-read-shell-command-default
12774 from the default value arg because default values are not set in
12775 minibuffer-default-add-dired-shell-commands. Doc fix.
12776
12777 * dired-x.el (dired-smart-shell-command): Sync arguments and
12778 interactive spec with changes in `shell-command'.
12779 Use dired-get-filename to get the dired file name at point
12780 as the default value in dired mode.
12781
12782 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * info.el (Info-complete-menu-item): Add missing parenthesis.
12785
12786 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * info.el (Info-complete-menu-item): Save point.
12789
12790 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12791
12792 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12793
12794 2008-04-22 Andreas Schwab <schwab@suse.de>
12795
12796 * Makefile.in (emacs-deps): Define.
12797 Use it instead of $(lisp)/subdirs.el.
12798
12799 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12800
12801 * vc.el (vc-next-action): Do not consider directories when
12802 checking for state compatibility.
12803 (vc-transfer-file): Use when not if.
12804 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12805 (vc-dir-mark-file): Use them.
12806 (vc-deduce-fileset): Also return the backend.
12807 (vc-diff-internal): Take as argument the value returned by
12808 vc-deduce-fileset instead of just the fileset.
12809 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12810 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12811 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12812
12813 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12814
12815 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12816 set-window-vscroll but image-scroll-down. Fixes a bug where a
12817 command following SPC scrolled up again.
12818
12819 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12820
12821 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12822 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12823 (gud-watch): Add "$" prefix when in registers buffer.
12824
12825 2008-04-22 Glenn Morris <rgm@gnu.org>
12826
12827 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12828
12829 * whitespace.el (whitespace-display-table)
12830 (whitespace-display-table-was-local): Move definitions before use.
12831
12832 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12833 (copyright-limit): Respect copyright-at-end-flag.
12834 (copyright-re-search, copyright-start-point)
12835 (copyright-offset-too-large-p): New functions.
12836 (copyright-update-year): Use copyright-re-search.
12837 (copyright-update, copyright-fix-years): Use copyright-start-point,
12838 and copyright-re-search.
12839 (copyright): Use copyright-offset-too-large-p.
12840 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12841
12842 * add-log.el (top-level): Require 'cl when compiling.
12843
12844 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12847 Treat minibuffer-completion-predicate as a predicate.
12848
12849 * minibuffer.el (completion--file-name-table): Accept both the old
12850 `dir' arg or the new `pred' arg.
12851
12852 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12853 `predicate' argument to pass non-predicate data.
12854 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12855 Use second arg as proper predicate.
12856
12857 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12858 (vc-bzr-revision-completion-table): Use completion-table-with-context
12859 instead.
12860
12861 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12862
12863 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12864
12865 * term.el (term-emulate-terminal): Perform redisplay after the
12866 process filter has finished running.
12867
12868 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12871
12872 * minibuffer.el (completion-try-completion): Change magic symbol
12873 property name. Rename from minibuffer-try-completion.
12874 (completion-all-completions): Rename from minibuffer-all-completions.
12875 Remove hide-spaces argument.
12876 (completion--do-completion): Rename from minibuffer--do-completion.
12877 (minibuffer-complete-and-exit): Call just try-completion rather than
12878 completion-try-completion to fix up the case.
12879 (completion--try-word-completion): Try to add space or hyphen before
12880 making `string' a prefix of `completion'.
12881 (completion--insert-strings): Rename from minibuffer--insert-strings.
12882
12883 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12884
12885 * net/tls.el (tls-program): Add -ign_eof argument to call the
12886 openssl commands.
12887 (tls-checktrust): Ditto.
12888
12889 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12890
12891 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12892
12893 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12894 (vc-check-master-templates, vc-file-not-found-hook)
12895 (vc-kill-buffer-hook):
12896 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12897 (vc-find-position-by-context, vc-buffer-context)
12898 (vc-restore-buffer-context, vc-responsible-backend)
12899 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12900 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12901 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12902 (vc-version-diff, vc-diff, vc-insert-headers)
12903 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12904 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12905 (vc-revert, vc-rollback, vc-version-backup-file)
12906 (vc-rename-master, vc-delete-file, vc-rename-file)
12907 (vc-branch-part, vc-default-retrieve-snapshot)
12908 (vc-annotate-display-autoscale, vc-annotate-display-select)
12909 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12910 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12911 (vc-dir-update): Handle directories.
12912 (vc-default-status-printer): Simplify.
12913
12914 * progmodes/asm-mode.el (asm-mode-map):
12915 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12916
12917 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12918
12919 2008-04-21 Kenichi Handa <handa@m17n.org>
12920
12921 * select.el (xselect-convert-to-string): Send a C_STRING only if
12922 the polymorphic target TEXT is requested.
12923
12924 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12925
12926 * minibuffer.el (completion-setup-hook, display-completion-list)
12927 (completion--file-name-table): Fix typos in docstrings.
12928 (completion-table-dynamic): Fix typo, and reflow docstring.
12929
12930 2008-04-20 Andreas Schwab <schwab@suse.de>
12931
12932 * server.el (server-switch-buffer): Also consider clients in the
12933 selected frame.
12934
12935 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12936
12937 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12938 Select window clicked on first.
12939 (gdb): Display thread number in mode-line.
12940 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12941 (gdb-breakpoints-header): New variable.
12942 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12943
12944 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12947 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12948 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12949 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12950 (vc-sccs-print-log): Use it.
12951
12952 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12953
12954 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12955 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12956
12957 * tooltip.el (tooltip-previous-message): New var.
12958 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12959 the C code (avoid overwriting a minibuffer, restore previous echo
12960 message, ...).
12961 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12962 Simplify.
12963
12964 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12965
12966 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12967 (gdb-init-1): Initialise it.
12968 (gdb-annotation-rules): New entry for "new-thread".
12969 (gdb-thread-identification): New function to customize
12970 mode-line-buffer-identification.
12971 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12972 (gdb-assembler-mode): Use it.
12973 (gdb-threads-mode): Force "info threads" onto queue.
12974
12975 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * files.el (locate-file-completion-table): Rename from
12978 locate-file-completion and make it use `pred' in the normal way.
12979 (locate-file-completion): New compatibility wrapper.
12980 (load-library): Use locate-file-completion-table.
12981 * finder.el (finder-commentary):
12982 * subr.el (locate-library):
12983 * emacs-lisp/find-func.el (find-library): Likewise.
12984 * info.el: Use with-current-buffer and inhibit-read-only.
12985 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12986 (Info-read-node-name-1): Adjust uses accordingly.
12987
12988 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12989 (completion-table-with-terminator): Don't use complete-with-action
12990 since we have to distinguish all three cases anyway.
12991 (completion-table-with-predicate): New function.
12992 (dynamic-completion-table): Add obsolete alias.
12993
12994 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12995
12996 2008-04-18 Sam Steingold <sds@gnu.org>
12997
12998 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12999 Use quit-window instead of bury-buffer.
13000
13001 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * minibuffer.el (completion-table-with-terminator): Fix last fix.
13004
13005 2008-04-18 Andreas Schwab <schwab@suse.de>
13006
13007 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13008 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13009 Depend on $(lisp)/subdirs.el.
13010
13011 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
13012
13013 * descr-text.el (describe-char-after):
13014 Use `define-obsolete-function-alias'.
13015
13016 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13017
13018 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13019
13020 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13021 Remove redundant obsolescence info in docstring.
13022
13023 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13024 (vc-header-alist): Add WHEN to obsolescence declaration.
13025 (vc-state): Fix typo in docstring.
13026
13027 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13028 Use `define-obsolete-variable-alias'.
13029
13030 * emulation/tpu-edt.el (tpu-have-ispell):
13031 * international/codepage.el (codepage-setup):
13032 Fix typo in obsolescence declaration.
13033
13034 * international/mule.el (char-coding-system-table):
13035 Remove redundant obsolescence info in docstring.
13036 (charset-list, generic-char-p, set-char-table-default):
13037 Fix typos in obsolescence declarations.
13038
13039 * international/mule-diag.el (non-iso-charset-alist):
13040 Fix typo in obsolescence declaration.
13041 (decode-codepage-char): Remove redundant obsolescence info in docstring.
13042
13043 * font-core.el (font-lock-defaults-alist):
13044 * font-lock.el (font-lock-reference-face):
13045 * frame.el (screen-height, screen-width, set-screen-width)
13046 (set-screen-height):
13047 * hilit-chg.el (highlight-changes-initial-state):
13048 * isearch.el (isearch-return-char):
13049 * log-edit.el (cvs-commit-buffer-require-final-newline)
13050 (cvs-changelog-full-paragraphs):
13051 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13052 (mouse-popup-menubar-stuff):
13053 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13054 (mouse-wheel-click-button):
13055 * outline.el (outline-visible):
13056 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13057 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13058 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13059 * progmodes/compile.el (compile-internal):
13060 Add WHEN to obsolescence declarations.
13061
13062 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13065 is not better anyway.
13066
13067 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13068
13069 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13070 properly.
13071
13072 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13075 (python-use-skeletons): Remove, unused.
13076 (python-skeletons): Remove. Use the abbrev table instead.
13077 (python-mode-abbrev-table): Fix regexp;
13078 add enable-function and case-fixed.
13079 (def-python-skeleton): Simplify.
13080 (python-expand-template): Use the abbrev-table and abbrev-insert.
13081 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13082 Remove.
13083 (python-mode): Don't set pre-abbrev-expand-hook.
13084
13085 * skeleton.el: Set coding-tag.
13086
13087 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13088 (expand-abbrev): Use it.
13089 (abbrev-table-menu): New function.
13090
13091 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13092
13093 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13094
13095 2008-04-17 Sam Steingold <sds@gnu.org>
13096
13097 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13098 idiosyncratic bury-buffer/delete-window logic.
13099
13100 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13103 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13104
13105 2008-04-17 Kenichi Handa <handa@m17n.org>
13106
13107 * international/characters.el: Don't make the width of U+00AD to 0.
13108
13109 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
13110
13111 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13112 (gdb, gdb-starting, gdb-frames-mode): Use it.
13113 (gdb-invalidate-frames): Advise to call "info stack" only if
13114 execution has occurred.
13115 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13116 selected frame if no execution has occurred.
13117 (gdb-frames-force-update): New interactive function.
13118 (gdb-frames-mode-map): Bind it to "F".
13119
13120 2008-04-17 Michael Olson <mwolson@gnu.org>
13121
13122 * textmodes/remember.el (remember-version): Release Remember 2.0.
13123
13124 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
13125
13126 * textmodes/artist.el:
13127 * progmodes/vhdl-mode.el:
13128 * progmodes/verilog-mode.el:
13129 * progmodes/vera-mode.el:
13130 * progmodes/simula.el:
13131 * progmodes/ps-mode.el:
13132 * progmodes/cmacexp.el:
13133 * obsolete/hilit19.el:
13134 * emulation/viper.el:
13135 * ediff.el: Cleanup the bug-report email addresses and make sure the
13136 maintainer is still willing to handle bug reports.
13137
13138 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13139
13140 * vc.el (vc-dir-kill-query): Fix thinko.
13141
13142 2008-04-16 Glenn Morris <rgm@gnu.org>
13143
13144 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13145 by diary-sexp-entry.
13146
13147 2008-04-16 Markus Triska <markus.triska@gmx.at>
13148
13149 * proced.el (proced-command-alist): Add support for darwin.
13150
13151 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * proced.el (proced-mode): Redefine as just the major-mode.
13154 (proced): Separate it from proced-mode.
13155
13156 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13157
13158 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13159
13160 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13161 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
13162 `tab-width' setting from user. New version 10.0. Doc and docstring
13163 fix.
13164 (whitespace-style, whitespace-chars): Remove options.
13165 (whitespace-style-mark): New option, replace whitespace-style deleted
13166 option. Fix docstring.
13167 (whitespace-style-color): New option, replace whitespace-chars deleted
13168 option. Fix docstring.
13169 (whitespace-space, whitespace-hspace, whitespace-tab)
13170 (whitespace-newline, whitespace-trailing, whitespace-line)
13171 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13172 (whitespace-space-after-tab, whitespace-hspace-regexp)
13173 (whitespace-space-regexp, whitespace-tab-regexp)
13174 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13175 (whitespace-empty-at-eob-regexp, whitespace-line-column)
13176 (whitespace-toggle-option-alist): Fix docstring.
13177 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13178 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13179 docstring and initialization.
13180 (global-whitespace-mode): Autoloaded global minor mode.
13181 (whitespace-chars-value-list, whitespace-style-value-list)
13182 (whitespace-active-chars, whitespace-active-style)
13183 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13184 (whitespace-color-value-list): New var, replace
13185 whitespace-chars-value-list removed var.
13186 (whitespace-mark-value-list): New var, replace
13187 whitespace-style-value-list removed var.
13188 (whitespace-active-color): New var, replace whitespace-active-chars
13189 removed var.
13190 (whitespace-active-mark): New var, replace whitespace-active-style
13191 removed var.
13192 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13193 removed var.
13194 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13195 removed var.
13196 (whitespace-toggle-option-alist, whitespace-report-list)
13197 (whitespace-report-text, whitespace-help-text): Fix initialization.
13198 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13199 (whitespace-toggle-options, global-whitespace-toggle-options)
13200 (whitespace-cleanup-region, whitespace-report-region)
13201 (whitespace-interactive-char): Fix docstring and code.
13202 (whitespace-cleanup, whitespace-report): Fix docstring.
13203 (whitespace-replace-spaces-by-tabs): Remove fun.
13204 (whitespace-replace-action): New fun, replace
13205 whitespace-replace-spaces-by-tabs removed fun.
13206 (whitespace-regexp, whitespace-indentation-regexp)
13207 (whitespace-space-after-tab-regexp, whitespace-insert-value)
13208 (whitespace-kill-buffer): New funs.
13209 (whitespace-insert-option-mark, whitespace-help-on)
13210 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13211 (whitespace-color-on, whitespace-color-off)
13212 (whitespace-display-char-on): Fix code.
13213
13214 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13217 (mouse-throw-magnifier-with-mouse-movement): Remove.
13218 (mouse-throw-magnifier-base): New const.
13219 (mouse-drag-scroll-delta): New fun.
13220 (mouse-drag-throw): Use it.
13221
13222 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * international/uni-bidi.el, international/uni-category.el:
13225 * international/uni-combining.el, international/uni-comment.el:
13226 * international/uni-decimal.el, international/uni-decomposition.el:
13227 * international/uni-digit.el, international/uni-lowercase.el:
13228 * international/uni-mirrored.el, international/uni-name.el:
13229 * international/uni-numeric.el, international/uni-old-name.el:
13230 * international/uni-titlecase.el, international/uni-uppercase.el:
13231 * international/charprop.el: Regenerate.
13232
13233 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13234
13235 * vc.el (vc-status-fileinfo): Add new member directoryp.
13236 (vc-default-status-printer): Print directories.
13237 (vc-status-update): Sort files before subdirectories.
13238
13239 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13240 Add alternative implementation based on "cvs update".
13241
13242 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
13243
13244 * doc-view.el: Changed requirements section to tell that only one
13245 of dvipdf or dvipdfm is needed.
13246 (doc-view-already-converted-p): Fix bug that forced reconversion
13247 if doc was already converted.
13248
13249 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * minibuffer.el (minibuffer-message):
13252 Make sure we can put-text-property.
13253
13254 * emacs-lisp/crm.el: Complete rewrite.
13255
13256 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13257 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13258 case of an error in display-completion-list.
13259
13260 * filecache.el (file-cache-completions-keymap): Move init from
13261 file-cache-completion-setup-function into declaration.
13262 (file-cache-minibuffer-complete): Simplify.
13263 (file-cache-completion-setup-function): Use standard-output,
13264 preserve current-buffer.
13265
13266 * vc.el (vc-status-update): Fix typo.
13267 (vc-status-update): Set needs-update.
13268 (vc-status-refresh): η-reduce.
13269
13270 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13271
13272 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13273 to image-eol.
13274
13275 2008-04-14 Alexandre Julliard <julliard@winehq.org>
13276
13277 * vc.el (vc-status-update): Undo the previous revert.
13278
13279 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * minibuffer.el (completion-table-with-terminator): Those completions
13282 are never valid w.r.t test-completion.
13283 (completion--file-name-table):
13284 Check completion-all-completions-with-base-size.
13285
13286 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13287
13288 * doc-view.el (doc-view-dvipdf-program): New variable.
13289 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13290 (doc-view-mode-p): Check for doc-view-dvipdf-program as
13291 alternative for doc-view-dvipdfm-program.
13292 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13293
13294 * doc-view.el (doc-view-start-process): Don't set
13295 default-directory to "~/" if the current value is valid.
13296 This broke PS files that run other files in the same directory.
13297
13298 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
13299
13300 * vc.el (vc-status-kill-query): New function.
13301 (vc-status-mode): Add it to kill-buffer-query-functions.
13302 (vc-status-show-fileentry): New function.
13303 (vc-status-menu-map): Bind it. Bind vc-next-action.
13304
13305 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * minibuffer.el (minibuffer-message): Put cursor at the right place.
13308
13309 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13310
13311 * proced.el (proced-send-signal): Fix error recognition.
13312
13313 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13314
13315 * proced.el (proced-command-alist): Remove sort column.
13316 (proced-command, proced-procname-column):
13317 Use make-variable-buffer-local.
13318 (proced-signal-function): Rename from proced-kill-program.
13319 Allow for elisp symbols and string values representing system calls.
13320 (proced-marker-regexp, proced-success-message): New functions.
13321 (proced): Use defalias. Add autoload cookie.
13322 (proced-unmark-backward, proced-toggle-marks)
13323 (proced-hide-processes): New commands.
13324 (proced-do-mark): Simplify code.
13325 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13326 (proced-update): Remove sorting.
13327 (proced-send-signal): Display number of processes to operate on.
13328 Allow for system calls or elisp functions to send signals.
13329 Check if signal was sent successfully.
13330
13331 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * minibuffer.el (completion-all-completion-with-base-size): New var.
13334 (completion--some): New function.
13335 (completion-table-with-context, completion--file-name-table):
13336 Return the base-size if requested.
13337 (completion-table-in-turn): Generalize to multiple arguments.
13338 (complete-in-turn): Compatibility alias.
13339 (completion-styles-alist): New var.
13340 (completion-styles): New customization.
13341 (minibuffer-try-completion, minibuffer-all-completions):
13342 New functions.
13343 (minibuffer--do-completion, minibuffer-complete-and-exit)
13344 (minibuffer-try-word-completion): Use them.
13345 (display-completion-list, minibuffer-completion-help): Use them.
13346 Handle all-completions's new base-size info to set completion-base-size.
13347 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13348 completion-table-with-terminator and complete-with-action.
13349 Remove the now obsolete completion-base-size-function property.
13350 * simple.el (completion-list-mode-map): Move init into declaration.
13351 (completion-list-mode): Use define-derived-mode.
13352 (completion-setup-function): Use any completion-base-size that may
13353 have been set before. Remove handling of completion-base-size-function.
13354 * loadup.el: Move abbrev.el up earlier.
13355
13356 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13357
13358 * vc-git.el (vc-git-after-dir-status-stage)
13359 (vc-git-dir-status-goto-stage): New functions.
13360 (vc-git-after-dir-status-stage1)
13361 (vc-git-after-dir-status-stage1-empty-db)
13362 (vc-git-after-dir-status-stage2): Remove, functionality moved
13363 into the new generic stage functions.
13364 (vc-git-dir-status-files): New function.
13365
13366 * vc.el (vc-status-update): Revert an incorrect rewrite.
13367 Add some comments.
13368 (vc-status-refresh-files): New function.
13369 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13370 state of up-to-date files.
13371 (vc-default-dir-status-files): New function.
13372
13373 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13374
13375 * minibuffer.el (completion--embedded-envvar-table)
13376 (read-file-name-internal): Fix typos in 2008-04-11 change.
13377
13378 * faces.el (read-face-name): Use `completion-table-in-turn',
13379 not `complete-in-turn'.
13380
13381 2008-04-13 Andreas Schwab <schwab@suse.de>
13382
13383 * progmodes/etags.el: Require 'cl when compiling.
13384
13385 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13386
13387 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13388
13389 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13390 (menu): Add/expand menu tooltips.
13391
13392 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13395 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13396
13397 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13398 considered registered.
13399
13400 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13401
13402 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13403
13404 * ediff-wind.el (ediff-split-window-function)
13405 (ediff-merge-split-window-function): Improve custom type.
13406
13407 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13408
13409 * loadup.el ("minibuffer"): Move after "faces".
13410
13411 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * progmodes/hideif.el (hif-factor): Handle unary minus.
13414
13415 2008-04-12 Glenn Morris <rgm@gnu.org>
13416
13417 * calendar/cal-china.el (chinese-calendar-time-zone):
13418 Mark obsolete name as risky too.
13419
13420 * calendar/calendar.el (calendar-faces): New custom group.
13421 (calendar-today, diary, holiday): Doc fix.
13422 Move to calendar-faces group.
13423 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13424 (diary-button): Doc fix. Move to calendar-faces group.
13425
13426 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13427 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13428 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13429 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13430 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13431 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13432 not in dumped files before the associated defcustom.
13433
13434 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13435
13436 * minibuffer.el (lazy-completion-table): Fix debug spec.
13437
13438 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13439
13440 * minibuffer.el (complete-with-action, lazy-completion-table):
13441 Move from subr.el.
13442 (apply-partially, completion-table-dynamic)
13443 (completion-table-with-context, completion-table-with-terminator)
13444 (completion-table-in-turn): New funs.
13445 (completion--make-envvar-table, completion--embedded-envvar-table):
13446 New funs.
13447 (read-file-name-internal): Use them.
13448 (completion-setup-hook): Move from simple.el.
13449 * subr.el (complete-with-action, lazy-completion-table):
13450 * simple.el (completion-setup-hook): Move to minibuffer.el.
13451
13452 2008-04-11 Glenn Morris <rgm@gnu.org>
13453
13454 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13455
13456 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13459
13460 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13461
13462 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13463 (fill-forward-paragraph): New fun.
13464 (fill-paragraph, fill-region): Use it.
13465
13466 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13467 (vc-status-create-fileinfo): Make `extra' optional.
13468 (vc-status-busy): New fun.
13469 (vc-status-menu-map): Use it.
13470 (vc-status-crt-marked): Remove.
13471 (vc-status-update): Rename from vc-status-add-entries.
13472 Add argument so as to prevent addition of entries. Rewrite.
13473 (vc-update-vc-status-buffer): Remove.
13474 (vc-status-refresh): Don't remove old entries, set them to
13475 up-to-date instead. Also do it after the update is complete.
13476 (vc-status-marked-files): η-reduce.
13477
13478 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13479 for non-dialogs.
13480
13481 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13482
13483 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13484
13485 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13486
13487 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13488 to t and don't truncate msg.
13489
13490 2008-04-11 Glenn Morris <rgm@gnu.org>
13491
13492 * calendar/calendar.el (diary, holidays):
13493 Move custom groups to other files.
13494 (holiday-general-holidays, holiday-oriental-holidays)
13495 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13496 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13497 (holiday-hebrew-holidays, holiday-christian-holidays)
13498 (holiday-islamic-holidays, holiday-bahai-holidays)
13499 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13500 * calendar/diary-lib.el: Move custom group here from calendar.el.
13501 * calendar/holidays.el: Move custom group and variables here
13502 from calendar.el.
13503
13504 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13505
13506 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13507 Fix custom group.
13508 (calendar-current-time-zone-cache): Autoload riskiness.
13509
13510 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13511
13512 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * woman.el (woman2-TH): Use string-equal instead of string-match.
13515
13516 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13517
13518 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13519 (smerge-resolve): Merge the "2-way refinement" case with one half of
13520 the "mere whitespace" resolution.
13521
13522 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13523
13524 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13525
13526 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13527
13528 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13529 Add WHEN to obsolescence declaration.
13530
13531 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13532
13533 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13534
13535 * vc-hooks.el (vc-state): Add new state `conflict'.
13536 (vc-after-save): Use when not if.
13537 (vc-default-mode-line-string): Deal with the conflict state.
13538 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13539
13540 * vc.el (vc-editable-p, vc-default-status-printer)
13541 (vc-next-action): Deal with the conflict state.
13542 (vc-mark-resolved): New function.
13543 (vc-status-mode): Fix mode name.
13544 (vc-default-comment-history): Use when not if.
13545 (Todo): Add new entries, remove old ones.
13546
13547 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13548 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13549 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13550 Detect the conflict state.
13551
13552 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13553
13554 2008-04-10 Glenn Morris <rgm@gnu.org>
13555
13556 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13557 Respect truncate-partial-width-windows in non-full windows,
13558 with regards to :toggle and :enable state.
13559
13560 * simple.el (toggle-truncate-lines): Doc fix.
13561
13562 * Makefile.in (MH_E_DIR): New variable.
13563 (MH_E_SRC): Restore variable removed 2008-03-13.
13564 (mh-loaddefs.el): Depend on $MH_E_SRC.
13565 (CAL_DIR, CAL_SRC): New variables.
13566 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13567 Depend on CAL_SRC.
13568
13569 * calendar/calendar.el (calendar, diary): Add :prefix.
13570 (holidays): Change :prefix.
13571 (calendar-today, holiday, calendar-holiday-marker)
13572 (european-calendar-style): Change custom groups.
13573
13574 * calendar/calendar.el (diary-hook, diary-display-hook):
13575 Move to diary-lib.el.
13576 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13577 Move here from calendar.el.
13578 * calendar/appt.el: Require diary-lib rather than calendar.
13579 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13580
13581 * calendar/appt.el (appt): Add :prefix.
13582
13583 * calendar/diary-lib.el (diary-hook): Doc fix.
13584 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13585
13586 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13589 New functions.
13590
13591 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13592 the arg to recursive calls.
13593
13594 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * minibuffer.el (completion-auto-help): Fix typo.
13597
13598 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13601
13602 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13603
13604 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13605 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13606
13607 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13610
13611 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13612 (completion-auto-help): Move from C code.
13613 (minibuffer--maybe-completion-help): Remove.
13614 (minibuffer--bitset): New function.
13615 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13616 Renumber a bit. Really complete on string *before* point.
13617 Add argument used for word-completion.
13618 Join trailing / in completion with following text, as done in
13619 minibuffer-complete-word.
13620 Handle new value `lazy' for completion-auto-help.
13621 (minibuffer-try-word-completion): New function extracted from
13622 minibuffer-complete-word.
13623 (minibuffer-complete-word): Use minibuffer--do-completion.
13624 (minibuffer--insert-strings): Rename from
13625 minibuffer-complete-insert-strings.
13626 (exit-minibuffer): Fix typo.
13627 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13628 * cus-start.el: Remove completion-auto-help.
13629
13630 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13631
13632 * vc.el (vc-status-add-entries): New function.
13633 (vc-status-add-entry): Remove.
13634 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13635 Use vc-status-add-entries.
13636
13637 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13638 order.
13639
13640 2008-04-09 Jason Rumney <jasonr@gnu.org>
13641
13642 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13643 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13644 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13645 (AUTOGENEL): New variable.
13646 (distclean, maintainer-clean): New targets.
13647
13648 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13649
13650 * emacs-lisp/regexp-opt.el (regexp-opt):
13651 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13652
13653 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13654
13655 * nxml/nxml-mode.el (nxml-cleanup): New function.
13656 (nxml-mode): Add it to change-major-mode-hook.
13657
13658 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13659
13660 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13661
13662 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * calc/.cvsignore: New file.
13665
13666 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13667
13668 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13669
13670 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13671 show-help-function when turning tooltip off.
13672 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13673 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13674
13675 2008-04-09 Alan Mackenzie <acm@muc.de>
13676
13677 * font-lock.el (font-lock-extend-after-change-region-function):
13678 Make it buffer local.
13679
13680 2008-04-09 Glenn Morris <rgm@gnu.org>
13681
13682 * calendar/calendar.el (diary-file, european-calendar-style):
13683 Remove autoload cookies.
13684
13685 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13686
13687 * outline.el (outline-mode-menu-bar-map):
13688 * log-view.el (log-view-mode-menu):
13689 * log-edit.el (log-edit-menu): Add :help.
13690
13691 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13692
13693 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13694 Use substring-no-properties for correct handling of unibyte strings.
13695
13696 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * add-log.el (change-log-next-buffer): Handle the case where version<
13699 signals an error.
13700
13701 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13702 mouse-major-mode-menu.
13703 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13704 (mouse-major-mode-menu, mouse-popup-menubar)
13705 (mouse-popup-menubar-stuff): Use them.
13706 (C-down-mouse-3): Bind to a dynamic map rather than to
13707 mouse-popup-menubar-stuff.
13708
13709 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13710 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13711
13712 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13713
13714 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13715 file:// access method.
13716
13717 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * minibuffer.el: New file.
13720 * loadup.el: Load it.
13721
13722 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13725 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13726
13727 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13728 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13729 Move initialization into declaration.
13730 * calc/calc-yank.el:
13731 * calc/calc-misc.el:
13732 * calc/calc-embed.el:
13733 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13734
13735 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13736
13737 * ps-samp.el (ps-add-printer, ps-remove-printer)
13738 (ps-make-dynamic-printer-menu): New functions.
13739
13740 * net/zeroconf.el: New file.
13741
13742 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13745
13746 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13747
13748 * vc-rcs.el (vc-rcs-modify-change-comment):
13749 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13750
13751 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13752
13753 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13754
13755 * international/mule-cmds.el (set-locale-environment): Don't warn if
13756 coding system doesn't agree with system locale (this reverts changes
13757 by Dave Love, dated 2002-10-27 and 2002-10-09).
13758
13759 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13760 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13761
13762 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13763
13764 2008-04-08 Glenn Morris <rgm@gnu.org>
13765
13766 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13767 * textmodes/remember.el (remember-diary-convert-entry):
13768 Require calendar.
13769
13770 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13771 diary-file, since it is the default for make-diary-entry anyway.
13772
13773 * calendar/cal-menu.el (cal-menu-event-to-date):
13774 Rename calendar-event-to-date. Update callers.
13775 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13776 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13777 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13778 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13779 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13780 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13781 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13782 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13783 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13784 (calendar-mouse-tex-month-landscape):
13785 Rename cal-tex-mouse-month-landscape.
13786 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13787 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13788 (calendar-mouse-tex-year-landscape):
13789 Rename cal-tex-mouse-year-landscape.
13790 (cal-menu-context-mouse-menu): Update for above name changes.
13791
13792 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13793 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13794 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13795 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13796 * calendar/holidays.el: Replace int-to-string with number-to-string.
13797
13798 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13799
13800 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13801 region if point moves.
13802
13803 2008-04-08 Kenichi Handa <handa@m17n.org>
13804
13805 * faces.el (font-slant-table): Change numeric values for `r',
13806 `roman', and `normal'.
13807
13808 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13809
13810 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13811
13812 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13813
13814 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13815 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13816
13817 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13818
13819 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13820 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13821
13822 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13825
13826 2008-04-07 Sam Steingold <sds@gnu.org>
13827
13828 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13829 Add helper functions.
13830 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13831 lisp-compile-defun; DEFVAR forms reset the variables to the init
13832 values, just like in emacs-lisp mode eval-defun.
13833 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13834 (lisp-compile-region): Use lisp-compile-string.
13835
13836 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * subr.el (combine-and-quote-strings): Also quote strings that contain
13839 the separator.
13840
13841 * pcvs-util.el (cvs-map): Avoid recursion :-(
13842
13843 2008-04-07 Glenn Morris <rgm@gnu.org>
13844
13845 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13846
13847 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13848 view-diary-entries-initially. Keep old name as alias, update users.
13849 (calendar-mark-diary-entries-flag): Rename
13850 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13851 (calendar-view-holidays-initially-flag): Rename
13852 view-calendar-holidays-initially. Keep old name as alias, update users.
13853 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13854 Keep old name as alias, update users.
13855 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13856 Keep old name as alias, update users.
13857 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13858 Keep old name as alias, update users.
13859 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13860 Keep old name as alias, update users.
13861 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13862 (diary-american-date-forms): Rename american-date-diary-pattern.
13863 Keep old name as alias, update users.
13864 (diary-european-date-forms): Rename european-date-diary-pattern.
13865 Keep old name as alias, update users.
13866 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13867 Keep old name as alias, update users.
13868 (calendar-european-date-display-form): Rename
13869 european-calendar-display-form. Keep old name as alias, update users.
13870 (calendar-american-date-display-form): Rename
13871 european-calendar-display-form. Keep old name as alias, update users.
13872 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13873 Keep old name as alias, update users.
13874 (holiday-general-holidays): Rename general-holidays.
13875 Keep old name as alias, update users.
13876 (holiday-oriental-holidays): Rename oriental-holidays.
13877 Keep old name as alias, update users.
13878 (holiday-local-holidays): Rename local-holidays.
13879 Keep old name as alias, update users.
13880 (holiday-other-holidays): Rename other-holidays.
13881 Keep old name as alias, update users.
13882 (holiday-hebrew-holidays): Rename hebrew-holidays.
13883 Keep old name as alias, update users.
13884 (holiday-christian-holidays): Rename christian-holidays.
13885 Keep old name as alias, update users.
13886 (holiday-islamic-holidays): Rename islamic-holidays.
13887 Keep old name as alias, update users.
13888 (holiday-bahai-holidays): Rename bahai-holidays.
13889 Keep old name as alias, update users.
13890 (holiday-solar-holidays): Rename solar-holidays.
13891 Keep old name as alias, update users.
13892 (diary-fancy-buffer): Rename fancy-diary-buffer.
13893 Keep old name as alias, update users.
13894 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13895 Update users.
13896 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13897 Update users.
13898 (calendar-increment-month): Rename increment-calendar-month.
13899 Keep old name as alias, update callers.
13900 (calendar-increment-month-cons): Rename old calendar-increment-month.
13901 Update callers.
13902 (calendar-extract-month): Rename extract-calendar-month.
13903 Keep old name as alias, update callers.
13904 (calendar-extract-day): Rename extract-calendar-day.
13905 Keep old name as alias, update callers.
13906 (calendar-extract-year): Rename extract-calendar-year.
13907 Keep old name as alias, update callers.
13908 (calendar-generate-window): Rename generate-calendar-window.
13909 Update callers.
13910 (calendar-generate): Rename generate-calendar. Update callers.
13911 (calendar-generate-month): Rename generate-calendar-month.
13912 Update callers.
13913 (calendar-redraw): Rename redraw-calendar. Update callers.
13914 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13915 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13916 Update callers.
13917 (calendar-update-mode-line): Rename update-calendar-mode-line.
13918 Update callers.
13919 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13920 update callers.
13921 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13922 Keep old name as alias, update callers.
13923 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13924 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13925 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13926 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13927 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13928 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13929 * calendar/solar.el: Update for calendar.el name changes.
13930 * org/org.el (org-agenda-format-date-aligned)
13931 (org-agenda-execute-calendar-command): Access date elements directly
13932 rather than using calendar functions.
13933 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13934 Also set calendar-view-diary-initially-flag,
13935 calendar-view-holidays-initially-flag.
13936 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13937 (org-agenda-execute-calendar-command): No need to set displayed-day.
13938
13939 2008-04-06 Alan Mackenzie <acm@muc.de>
13940
13941 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13942 typo in the doc string.
13943
13944 * progmodes/cc-mode.el (c-basic-common-init):
13945 Set font-lock-extend-after-change-region-function.
13946 (c-extend-after-change-region): New function, used in
13947 font-lock-extend-after-change-region-function, thus superseding
13948 advice on the Font Lock after change functions.
13949 (c-advise-fl-for-region): Remove this macro.
13950
13951 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13952
13953 * textmodes/flyspell.el (flyspell-duplicate-distance):
13954 Improve custom type.
13955
13956 2008-04-06 Glenn Morris <rgm@gnu.org>
13957
13958 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13959 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13960 (diary-list-entries-hook): Rename list-diary-entries-hook.
13961 Keep old name as alias, update users.
13962 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13963 Keep old name as alias, update users.
13964 (diary-nongregorian-listing-hook): Rename
13965 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13966 (diary-nongregorian-marking-hook): Rename
13967 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13968 (diary-print-entries-hook): Rename print-diary-entries-hook.
13969 Keep old name as alias, update users.
13970 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13971 Keep old name as alias, update users.
13972 (diary-number-of-entries): Rename number-of-diary-entries.
13973 Keep old name as alias, update users.
13974 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13975 Give version of obsolescence.
13976 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13977 Keep old name as alias, update callers.
13978 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13979 update callers.
13980 (diary-include-other-diary-files): Rename include-other-diary-files.
13981 Keep old name as alias, update callers.
13982 (diary-simple-display): Rename simple-diary-display.
13983 Keep old name as alias, update callers.
13984 (diary-fancy-display): Rename fancy-diary-display.
13985 Keep old name as alias, update callers.
13986 (diary-print-entries): Rename print-diary-entries.
13987 Keep old name as alias, update callers.
13988 (diary-marking-entries-flag): Rename marking-diary-entries.
13989 Update users.
13990 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13991 (diary-mark-entries): Rename mark-diary-entries.
13992 Keep old name as alias, update callers.
13993 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13994 Keep old name as alias, update callers.
13995 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13996 Keep old name as alias, update callers.
13997 (calendar-mark-days-named): Rename mark-calendar-days-named.
13998 Keep old name as alias, update callers.
13999 (calendar-mark-month): Rename mark-calendar-month.
14000 Keep old name as alias, update callers.
14001 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14002 Keep old name as alias, update callers.
14003 (diary-sort-entries): Rename sort-diary-entries.
14004 Keep old name as alias, update callers.
14005 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14006 Keep old name as alias, update callers.
14007 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
14008 update callers.
14009 (diary-insert-entry): Rename insert-diary-entry.
14010 Keep old name as alias.
14011 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14012 Keep old name as alias.
14013 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14014 Keep old name as alias.
14015 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14016 Keep old name as alias.
14017 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14018 Keep old name as alias.
14019 (diary-insert-block-entry): Rename insert-block-diary-entry.
14020 Keep old name as alias.
14021 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14022 Keep old name as alias.
14023 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14024 Keep old name as alias, update users.
14025 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14026 Keep old name as alias, update callers.
14027 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14028 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14029 * calendar/icalendar.el: Update for diary-lib name changes.
14030
14031 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
14032
14033 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14034
14035 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14036 for copy, move, and link operations.
14037
14038 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
14039
14040 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14041 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14042
14043 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14044 'require' statements with 1-argument ones (wrapped in if's).
14045 For compatibility with the current stable version of XEmacs.
14046
14047 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14048
14049 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14050
14051 2008-04-06 Jason Rumney <jasonr@gnu.org>
14052
14053 * language/burmese.el ("Burmese"): Make sample text consistent with
14054 language name.
14055
14056 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
14057
14058 * progmodes/gdb-ui.el (gdb): New group.
14059 (gdb-debug-log-max, gdb-enable-debug)
14060 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14061 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14062 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14063 (gdb-show-changed-values, gdb-max-children)
14064 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14065 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14066 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14067 (gdb-memory-unit): Move to new group from GUD group.
14068 (menu): Allow customization from GDB-UI menu-item.
14069
14070 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14071
14072 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14073
14074 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14077 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14078 Revision numbers can include ".".
14079
14080 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14081 "+" lines not accounted for by counting "-" and context lines.
14082
14083 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14084
14085 * term/mac-win.el (mac-service-open-file): Use file URL instead of
14086 file name string.
14087
14088 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14091 (vc-bzr-annotate-time): Accept space used to preserve alignment.
14092
14093 2008-04-05 Richard Stallman <rms@gnu.org>
14094
14095 * emacs-lisp/advice.el (defadvice): Add usage pattern.
14096
14097 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
14098
14099 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14100 thread in [h-e-w]).
14101
14102 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
14103
14104 * files.el (abort-if-file-too-large): Fix typo in docstring.
14105
14106 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * subr.el (functionp): Return nil for special forms.
14109
14110 2008-04-05 Glenn Morris <rgm@gnu.org>
14111
14112 * emacs-lisp/autoload.el (autoload-ensure-default-file):
14113 Provide a feature.
14114 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14115 Require loaddefs file rather than loading it.
14116 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14117 autoload-ensure-default-file provides a feature.
14118
14119 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14120 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14121 (compile, compile-always, recompile): Use $LOADDEFS.
14122 (cal-autoloads): Remove.
14123
14124 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14125 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
14126
14127 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14128 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14129
14130 * calendar/calendar.el (diary-hebrew-entry-symbol):
14131 Rename hebrew-diary-entry-symbol. Keep old name as alias.
14132 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14133 Keep old name as alias.
14134 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14135 Keep old name as alias.
14136 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14137 to diary-bahai-entry-symbol.
14138 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14139 to diary-hebrew-entry-symbol.
14140 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14141 to diary-islamic-entry-symbol.
14142 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14143
14144 * calendar/solar.el (diary-sabbath-candles-minutes)
14145 (diary-sabbath-candles): Move to cal-hebrew.
14146 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14147 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14148 Doc fix. Keep old name as alias.
14149 (diary-hebrew-sabbath-candles): Simplify.
14150 (solar-setup, solar-sunrise-sunset, calendar-latitude)
14151 (calendar-longitude, calendar-time-zone): Declare for compiler.
14152 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14153 rename.
14154
14155 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14156 Rename coptic-calendar-month-name-array. Update callers.
14157 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
14158 (calendar-coptic-name): Rename coptic-name. Update callers.
14159 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14160 Update callers.
14161 (calendar-coptic-last-day-of-month):
14162 Rename coptic-calendar-last-day-of-month. Update callers.
14163 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14164 Keep old name as alias, update callers.
14165 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14166 Keep old name as alias, update callers.
14167 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14168 Keep old name as alias.
14169 (calendar-ethiopic-month-name-array):
14170 Rename ethiopic-calendar-month-name-array. Update callers.
14171 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14172 Update callers.
14173 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
14174 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14175 Keep old name as alias, update callers.
14176 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14177 Keep old name as alias, update callers.
14178 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14179 Keep old name as alias.
14180
14181 * calendar/cal-french.el (calendar-french-epoch):
14182 Rename french-calendar-epoch. Update callers.
14183 (calendar-french-month-name-array): Rename variable and function
14184 french-calendar-month-name-array. Update callers.
14185 (calendar-french-multibyte-month-name-array):
14186 Rename french-calendar-multibyte-month-name-array. Update callers.
14187 (calendar-french-day-name-array): Rename variable and function
14188 french-calendar-day-name-array. Update callers.
14189 (calendar-french-special-days-array): Rename variable and function
14190 french-calendar-special-days-array. Update callers.
14191 (calendar-french-multibyte-special-days-array):
14192 Rename french-calendar-multibyte-special-days-array. Update callers.
14193 (calendar-french-accents-p): Rename french-calendar-accents.
14194 Update callers.
14195 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14196 Update callers.
14197 (calendar-french-last-day-of-month):
14198 Rename french-calendar-last-day-of-month. Update callers.
14199 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14200 Keep old name as alias, update callers.
14201 (calendar-french-print-date): Rename calendar-print-french-date.
14202 Keep old name as alias, update callers.
14203 (calendar-french-goto-date): Rename calendar-goto-french-date.
14204 Keep old name as alias.
14205
14206 * calendar/cal-menu.el, calendar/calendar.el:
14207 Update for Coptic and French name changes.
14208
14209 * calendar/cal-china.el (calendar-chinese): Rename custom group
14210 from chinese-calendar. Update users.
14211 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14212 Keep old name as alias, update users.
14213 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14214 Keep old name as alias.
14215 (calendar-chinese-daylight-time-offset):
14216 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
14217 update users.
14218 (calendar-chinese-standard-time-zone-name):
14219 Rename chinese-calendar-standard-time-zone-name.
14220 Keep old name as alias, update users.
14221 (calendar-chinese-daylight-saving-start):
14222 Rename chinese-calendar-daylight-savings-starts.
14223 Keep old name as alias, update users.
14224 (calendar-chinese-daylight-saving-end):
14225 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
14226 update users.
14227 (calendar-chinese-daylight-saving-start-time):
14228 Rename chinese-calendar-daylight-savings-starts-time.
14229 Keep old name as alias, update users.
14230 (calendar-chinese-daylight-saving-end-time):
14231 Rename chinese-calendar-daylight-savings-ends-time.
14232 Keep old name as alias, update users.
14233 (calendar-chinese-celestial-stem): Rename
14234 calendar-chinese-celestial-stem. Keep old name as alias, update users.
14235 (calendar-chinese-terrestrial-branch):
14236 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
14237 update users.
14238 (calendar-chinese-zodiac-sign-on-or-after):
14239 Rename chinese-zodiac-sign-on-or-after. Update callers.
14240 (calendar-chinese-new-moon-on-or-after):
14241 Rename chinese-new-moon-on-or-after. Update callers.
14242 (calendar-chinese-month-list): Rename chinese-month-list.
14243 Update callers.
14244 (calendar-chinese-number-months): Rename number-chinese-months.
14245 Update callers.
14246 (calendar-chinese-compute-year): Rename compute-chinese-year.
14247 Update callers.
14248 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
14249 (calendar-chinese-year): Rename chinese-year. Update callers.
14250 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14251 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14252 Keep old name as alias, update callers.
14253 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14254 Keep old name as alias, update callers.
14255 (calendar-chinese-months-to-alist):
14256 Rename make-chinese-month-assoc-list. Update callers.
14257 (calendar-chinese-months): Rename chinese-months. Update callers.
14258 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14259 Keep old name as alias, update callers.
14260
14261 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14262 Rename hebrew-calendar-leap-year-p. Update callers.
14263 (calendar-hebrew-last-month-of-year):
14264 Rename hebrew-calendar-last-month-of-year. Update callers.
14265 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14266 Update callers.
14267 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14268 Update callers.
14269 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14270 Update callers.
14271 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14272 Update callers.
14273 (calendar-hebrew-last-day-of-month):
14274 Rename hebrew-calendar-last-day-of-month. Update callers.
14275 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14276 Keep old name as alias, update callers.
14277 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14278 Keep old name as alias, update callers.
14279 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14280 Keep old name as alias, update callers.
14281 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14282 Keep old name as alias.
14283 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14284 Keep old name as alias.
14285 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14286 Keep old name as alias.
14287 (holiday-hebrew-passover): Rename holiday-passover-etc.
14288 Keep old name as alias.
14289 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14290 Keep old name as alias, update callers.
14291 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14292 Keep old name as alias.
14293 (calendar-hebrew-mark-date-pattern):
14294 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
14295 update callers.
14296 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14297 Keep old name as alias.
14298 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14299 Keep old name as alias.
14300 (diary-hebrew-insert-monthly-entry):
14301 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
14302 (diary-hebrew-insert-yearly-entry):
14303 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
14304 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14305 Keep old name as alias.
14306 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
14307 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
14308 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14309 Keep old name as alias.
14310 (calendar-hebrew-parashiot-names):
14311 Rename hebrew-calendar-parashiot-names. Update callers.
14312 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14313 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14314 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14315 (calendar-hebrew-year-Saturday-complete-Tuesday):
14316 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14317 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14318 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14319 (calendar-hebrew-year-Monday-complete-Thursday):
14320 Rename hebrew-calendar-year-Monday-complete-Thursday.
14321 (calendar-hebrew-year-Tuesday-regular-Thursday):
14322 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14323 (calendar-hebrew-year-Thursday-regular-Saturday):
14324 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14325 (calendar-hebrew-year-Thursday-complete-Sunday):
14326 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14327 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14328 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14329 (calendar-hebrew-year-Saturday-complete-Thursday):
14330 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14331 (calendar-hebrew-year-Monday-incomplete-Thursday):
14332 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14333 (calendar-hebrew-year-Monday-complete-Saturday):
14334 Rename hebrew-calendar-year-Monday-complete-Saturday.
14335 (calendar-hebrew-year-Tuesday-regular-Saturday):
14336 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14337 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14338 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14339 (calendar-hebrew-year-Thursday-complete-Tuesday):
14340 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14341 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14342 Update for above name changes of constants.
14343
14344 * calendar/cal-menu.el, calendar/calendar.el:
14345 Update for chinese and hebrew name changes.
14346 * calendar/diary-lib.el: Update for hebrew name changes.
14347
14348 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 * subr.el (keymap-canonicalize): Correct thinko.
14351
14352 * server.el: Undo part of the multi-tty change, which is only
14353 needed if server.el is preloaded, and broke server-running-p.
14354 (server-socket-dir): Initialize in the defvar, as before.
14355 (server-start): Remove initialization of server-socket-dir.
14356
14357 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14358
14359 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14360 3-member cons cells.
14361
14362 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14363
14364 * cus-face.el (custom-face-attributes): Handle roman slant.
14365
14366 * faces.el (default): Ensure the face-defface-spec property is set.
14367
14368 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14369
14370 * files.el (abort-if-file-too-large): New function.
14371 (find-file-noselect, insert-file-1): Use it.
14372
14373 2008-04-05 Reto Zimmermann <reto@gnu.org>
14374
14375 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14376 Replace C-c[a-zA-Z] key bindings.
14377
14378 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * progmodes/hideif.el (hif-token-alist): New var.
14381 (hif-token-regexp, hif-tokenize): Use it.
14382 (hif-mathify-binop): New macro.
14383 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14384 (hif-greater-equal, hif-less-equal): Use it.
14385 (hif-logior, hif-logand): New functions.
14386 (hif-math): Accept | and & as well.
14387
14388 * progmodes/etags.el: Fix problem with completion for buffer-local
14389 tables. Reported by Radey Shouman <shouman@comcast.net>.
14390 (tags-complete-tag): Remove.
14391 (tags-lazy-completion-table): New function to replace it.
14392 (find-tag-tag, complete-tag): Update users.
14393
14394 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14395
14396 * vc-rcs.el (vc-rcs-dir-status):
14397 * vc-sccs.el (vc-sccs-dir-status): New function.
14398
14399 * outline.el (outline-mode-menu-bar-map):
14400 * term.el (terminal-signal-menu): Add :help.
14401
14402 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14403 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14404
14405 * emacs-lisp/re-builder.el (reb-mode-map):
14406 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14407
14408 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14409 new files, deleted files and for changing permissions.
14410 (diff-mode): Set beginning-of-defun-function and
14411 end-of-defun-function.
14412
14413 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14414
14415 * vc.el (vc-default-status-fileinfo-extra): New function.
14416 (vc-status-mark-buffer-changed): Use it.
14417 (vc-update-vc-status-buffer): Allow for partial updates.
14418
14419 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14420
14421 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14422 tramp-register-completion-file-name-handler.
14423
14424 * subr.el (keymap-canonicalize): New function.
14425 * mouse.el (mouse-menu-non-singleton): Use it.
14426 (mouse-major-mode-menu): Remove hack made unnecessary.
14427
14428 * simple.el (set-fill-column): Prompt rather than error by default.
14429
14430 2008-04-04 Andreas Schwab <schwab@suse.de>
14431
14432 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14433 Reset new-rules after each round.
14434
14435 * Makefile.in (cal-autoloads): New target.
14436 (compile, compile-always, recompile): Depend on it.
14437 ($(lisp)/calendar/cal-loaddefs.el)
14438 ($(lisp)/calendar/diary-loaddefs.el)
14439 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14440
14441 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14442
14443 * ediff*.el: Replace load with require in eval-when-compile.
14444
14445 * ediff-hook.el: Delete all invocations of (autoload ...).
14446
14447 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14448 in ediff control window, and set its min height to 2.
14449 (ediff-setup-control-buffer): Dedicate the control window.
14450 (ediff-toggle-multiframe): Undedicate control window.
14451 Work directly with ediff-setup-windows-multiframe and
14452 ediff-setup-windows-plain.
14453
14454 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14455 New function.
14456 (ediff-window-setup-function): Change initialization.
14457 (ediff-setup-windows-automatic): Delete.
14458 (ediff-setup-windows-plain-merge): Make control window dedicated.
14459 (ediff-destroy-control-frame): Do not skip frames if working in a
14460 single frame.
14461
14462 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14463 eval-when-compile.
14464
14465 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14466 eval-when-compile.
14467
14468 2008-04-04 Glenn Morris <rgm@gnu.org>
14469
14470 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14471 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14472
14473 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14474 Rename islamic-calendar-leap-year-p. Update callers.
14475 (calendar-islamic-last-day-of-month):
14476 Rename islamic-calendar-last-day-of-month. Update callers.
14477 (calendar-islamic-day-number):
14478 Rename islamic-calendar-day-number. Update callers.
14479 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14480 Update callers, keep old name as alias.
14481 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14482 Update callers, keep old name as alias.
14483 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14484 Keep old name as alias.
14485 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14486 Update callers, keep old name as alias.
14487 (calendar-islamic-mark-date-pattern):
14488 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14489 name as alias.
14490 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14491 Keep old name as alias.
14492 (diary-islamic-insert-monthly-entry):
14493 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14494 (diary-islamic-insert-yearly-entry):
14495 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14496
14497 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14498 calendar-absolute-from-iso. Update callers, keep old name as alias.
14499 (calendar-iso-print-date): Rename calendar-print-iso-date.
14500 Update callers, keep old name as alias.
14501 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14502 Keep old name as alias.
14503 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14504 Keep old name as alias.
14505
14506 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14507 calendar-absolute-from-julian. Update callers, keep old name as alias.
14508 (calendar-julian-print-date): Rename calendar-print-julian-date.
14509 Update callers, keep old name as alias.
14510 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14511 Update callers, keep old name as alias.
14512 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14513 Update callers, keep old name as alias.
14514 (calendar-astro-print-day-number):
14515 Rename calendar-print-astro-day-number. Update callers, keep old
14516 name as alias.
14517 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14518 Update callers, keep old name as alias.
14519
14520 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14521 Rename calendar-string-to-mayan-long-count. Update callers.
14522 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14523 Update callers, keep old name as alias.
14524 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14525 Update callers.
14526 (calendar-mayan-read-tzolkin-date):
14527 Rename calendar-read-mayan-tzolkin-date. Update callers.
14528 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14529 Keep old name as alias.
14530 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14531 Keep old name as alias.
14532 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14533 Keep old name as alias.
14534 (calendar-mayan-previous-tzolkin-date):
14535 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14536 (calendar-mayan-next-round-date):
14537 Rename calendar-next-calendar-round-date. Keep old name as alias.
14538 (calendar-mayan-previous-round-date):
14539 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14540 (calendar-mayan-long-count-to-absolute): Rename
14541 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14542 (calendar-mayan-goto-long-count-date):
14543 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14544
14545 * calendar/cal-persia.el (calendar-persian-month-name-array):
14546 Rename persian-calendar-month-name-array. Update callers.
14547 (calendar-persian-epoch): Rename persian-calendar-epoch.
14548 Update callers.
14549 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14550 Update callers.
14551 (calendar-persian-last-day-of-month):
14552 Rename persian-calendar-last-day-of-month. Update callers.
14553 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14554 Update callers, keep old name as alias.
14555 (calendar-persian-print-date): Rename calendar-print-persian-date.
14556 Update callers, keep old name as alias.
14557 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14558 Keep old name as alias.
14559
14560 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14561 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14562 * calendar/solar.el: Update for cal-julian name changes.
14563
14564 * calendar/cal-dst.el: Update for persian name changes.
14565
14566 * calendar/cal-menu.el, calendar/calendar.el:
14567 Update for islamic, iso, julian, mayan, persian name changes.
14568
14569 * calendar/diary-lib.el: Update for islamic name changes.
14570
14571 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14572 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14573 as alias.
14574 (calendar-christian-all-holidays-flag):
14575 Rename all-christian-calendar-holidays. Update callers, keep old
14576 name as alias.
14577 (calendar-islamic-all-holidays-flag):
14578 Rename all-islamic-calendar-holidays. Update callers, keep old
14579 name as alias.
14580 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14581 Update callers, keep old name as alias.
14582 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14583 Update for the above name changes.
14584
14585 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * hilit-chg.el (global-highlight-changes-mode)
14588 (highlight-changes-passive-string, highlight-changes-active-string):
14589 Mark as obsolete since 23.1, not 22.1.
14590
14591 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14592
14593 * hilit-chg.el (highlight-changes-visibility-initial-state)
14594 (hilit-chg-update, highlight-changes-mode-turn-on):
14595 Fix typos in docstrings.
14596
14597 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14598
14599 * newcomment.el (comment-enter-backward): Be careful to restore
14600 position changed during narrowing.
14601
14602 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14603
14604 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14605 Recognize `sub ($$)'.
14606
14607 2008-04-03 Richard Sharman <rsharman@pobox.com>
14608
14609 * hilit-chg.el (highlight-changes-mode): Rename from
14610 highlight-changes; no longer uses sub-modes active and passive;
14611 implemented by define-minor-mode.
14612 (highlight-changes-toggle-visibility): New function, to replace
14613 the old passive/active submodes of global-highlight-changes-mode;
14614 implemented by define-minor-mode.
14615 (global-highlight-changes-mode): Rename from global-highlight-changes;
14616 rewrite using define-globalized-minor-mode.
14617 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14618 (hilit-chg-post-command-hook, hilit-chg-check-global)
14619 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14620 to use of define-globalized-minor-mode.
14621 (highlight-changes-global-initial-state): Change to be boolean.
14622 (highlight-changes-visible-string, highlight-changes-invisible-string):
14623 Rename from highlight-changes-active-string and
14624 highlight-changes-passive-string.
14625 (hilit-chg-update, hilit-chg-set): Use them.
14626 (global-highlight-changes-mode): Rename from global-highlight-changes.
14627 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14628 docstring.
14629 (hilit-chg-hide-changes): Rewrite to use dolist.
14630 (hilit-chg-set-face-on-change, hilit-chg-update)
14631 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14632 variable instead of testing highlight-changes-mode.
14633 (highlight-markup-buffers): Add require ediff-util; argument on calls
14634 to highlight-changes-mode changed.
14635 (highlight-compare-with-file): Fix problems with interactive
14636 call giving invalid default file.
14637
14638 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14639
14640 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14641 Fix in disassembly buffer (regression in 22.2).
14642
14643 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14644
14645 * emulation/viper-macs.el (viper-read-fast-keysequence):
14646 Use viper-read-event instead of viper-read-key.
14647
14648 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14649
14650 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14651 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14652 let-statements.
14653
14654 * emulation/viper-ex.el, emulation/viper-macs.el:
14655 * emulation/viper-mous.el:
14656 Replace load with require in eval-when-compile.
14657
14658 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14661
14662 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14663 (archive-try-jka-compr): New function.
14664 (archive-set-buffer-as-visiting-file): Use it.
14665
14666 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14667
14668 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14669
14670 * simple.el (handle-shift-selection): New arg.
14671
14672 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14675
14676 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14677
14678 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14679
14680 * shell.el (shell-dynamic-complete-filename): New fun.
14681 (shell-dynamic-complete-functions): Use it.
14682
14683 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14684
14685 2008-04-03 Kenichi Handa <handa@m17n.org>
14686
14687 * international/fontset.el (create-fontset-from-x-resource):
14688 Handle the error of X resource more gracefully.
14689
14690 * international/latin1-disp.el (latin1-display): Don't use make-char.
14691 Fix the argument to set-char-table-range.
14692 (latin1-display-identities): Don't use make-char.
14693 (latin1-display-reset): Use map-charset-chars instead of directly
14694 calling standard-display-default.
14695 (latin1-display-check-font): Don't use make-char.
14696 (latin1-display-setup): Likewise.
14697 (latin1-display-ucs-per-lynx): Likewise.
14698
14699 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14700
14701 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14702 name the fields, to make the code clearer.
14703 Rewrite all `aset' and `aref' using the defined accessors.
14704 (timer--time): New pseudo-field.
14705 (timer-set-time, timer-set-idle-time, timer-inc-time)
14706 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14707 (timer--time-less-p): New function.
14708 (timer--activate): New function, extracted from timer-activate.
14709 (timer-activate-when-idle, timer-activate): Use it.
14710 (cancel-function-timers): Use dolist.
14711
14712 2008-04-03 Glenn Morris <rgm@gnu.org>
14713
14714 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14715 Remove declarations; no longer used.
14716 (c-cpp-define-name, c-defun-name): Declare as functions.
14717
14718 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14719 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14720
14721 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14722 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14723 Add optional argument. Simplify.
14724 (holiday-tisha-b-av-etc): Use memq rather than unless.
14725 (holiday-julian): Autoload it.
14726 (holiday-hebrew-misc): New function.
14727
14728 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14729
14730 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14731 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14732 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14733 all-hebrew-calendar-holidays.
14734 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14735 Simplify using new functions.
14736 (calendar-holidays): Doc fix.
14737 (generate-calendar-window): Use bound-and-true-p.
14738
14739 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14740
14741 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14742 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14743 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14744 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14745
14746 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14747
14748 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14751
14752 * vc-bzr.el (vc-bzr-checkout): Simplify.
14753
14754 * image-mode.el (image-mode-fit-frame): New command.
14755
14756 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14757 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14758 (keyboard-escape-quit): Check region-active-p i.s.o
14759 transient-mark-mode.
14760
14761 2008-04-02 Simon Josefsson <simon@josefsson.org>
14762
14763 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14764 (imap-message-copyuid-1): Use it.
14765 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14766 J. Williams in
14767 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14768
14769 2008-04-02 Alan Mackenzie <acm@muc.de>
14770
14771 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14772 New optimised functions to get the name of the current defun/macro.
14773
14774 * add-log.el (add-log-current-defun): Move the functionality which
14775 gets the current function name for C like modes to cc-cmds.el,
14776 thus optimising for speed.
14777
14778 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14779
14780 * simple.el (deactivate-mark): When the mark is temporarily
14781 active, restore the original value of transient-mark-mode.
14782 (set-mark-command): First deactivate the mark if was temporarily active.
14783 (exchange-point-and-mark): Reactivate the mark if it was
14784 temporarily active.
14785 (handle-shift-selection): New fun.
14786 (transient-mark-mode): Move var documentation here from buffer.c.
14787 (next-line, previous-line, backward-word, move-end-of-line)
14788 (move-beginning-of-line, forward-to-indentation)
14789 (backward-to-indentation, back-to-indentation)
14790 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14791
14792 * mouse.el (mouse-set-region-1): Save the old value of
14793 transient-mark-mode.
14794 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14795 transient-mark-mode.
14796
14797 * textmodes/paragraphs.el (forward-paragraph)
14798 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14799 interactive spec.
14800
14801 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14802
14803 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14804
14805 * net/tramp.el (tramp-make-tramp-temp-file):
14806 Use `tramp-drop-volume-letter' for the local file name part.
14807
14808 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14809
14810 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14811 Add menu entries corresponding to all the key bindings.
14812
14813 * emacs-lisp/debug.el (debugger-mode-map):
14814 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14815 (conf-align-assignments): Only work on the region if it is active.
14816 (conf-quote-normal): Use when instead of if. Remove redundant test.
14817
14818 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14819 for tracing and re-builder.
14820
14821 2008-04-02 Glenn Morris <rgm@gnu.org>
14822
14823 * calendar/appt.el (appt-disp-window-function): Doc fix.
14824 (appt-display-message): Move beep before display.
14825 (appt-check): Make interactive. Reduce the number of lets.
14826 Use string-equal to compare mode-line strings.
14827 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14828 read-only.
14829 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14830 (appt-delete): Simplify.
14831
14832 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14833
14834 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14835
14836 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14837 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14838 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14839
14840 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14841 (calendar-holiday-marker, mark-visible-calendar-date):
14842 * calendar/diary-lib.el (fancy-diary-display):
14843 Check for font-lock-mode before using faces.
14844
14845 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14846 (calendar-gregorian-from-absolute): Reduce the number of lets.
14847 (hebrew-holidays-4, generate-calendar-window): Simplify.
14848 (calendar-for-loop): Make obsolete.
14849 (calendar-nth-named-day): Doc fix.
14850
14851 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14852 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14853 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14854 Reduce the number of lets.
14855 (mark-sexp-diary-entries, calendar-mark-complex):
14856 Expand calendar-for-loops.
14857
14858 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14859
14860 * find-dired.el (find-dired-filter): Fix last patch to handle
14861 multi-line process input. Pad link numbers too.
14862
14863 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14864
14865 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14866
14867 2008-04-01 Jason Rumney <jasonr@gnu.org>
14868
14869 * international/characters.el (script-list): Add phonetic script,
14870 covering IPA (previously Latin), Phonetic Extensions and
14871 Phonetic Extensions Supplement (both previously unassigned).
14872
14873 * international/fontset.el (setup-default-fontset): Use unicode fonts
14874 that cover bopomofo script for bopomofo.
14875 Likewise for braille and mathematical.
14876 Use unicode scripts that cover the phonetic script for IPA.
14877
14878 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14879
14880 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14881 return the assigned value.
14882
14883 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 * abbrev.el (abbrev-mode): Use define-minor-mode.
14886
14887 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14888 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14889 Use map-keymap.
14890 (minor-mode-menu-from-indicator): Use it. Simplify.
14891
14892 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14893 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14894 Bind the key directly to the menu.
14895 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14896
14897 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14898
14899 * epa.el (epa-decrypt-region): Explain the reason why this
14900 function should not be used in Lisp programs.
14901 (epa-decrypt-armor-in-region): Ditto.
14902 (epa-verify-region): Ditto.
14903 (epa-verify-cleartext-in-region): Ditto.
14904 (epa-sign-region): Ditto.
14905 (epa-encrypt-region): Ditto.
14906
14907 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14908
14909 * epa.el (epa-select-keys): Show menu even if there is no key in
14910 GnuPG's keyring.
14911
14912 2008-04-01 Glenn Morris <rgm@gnu.org>
14913
14914 * calendar/calendar.el (calendar-make-temp-face): New function.
14915 (mark-visible-calendar-date):
14916 * calendar/diary-lib.el (fancy-diary-display): Use it.
14917
14918 * vc-hooks.el (vc-responsible-backend): Declare as function.
14919
14920 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14921 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14922 * calendar/cal-julian.el (holiday-julian): Use it.
14923
14924 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14925 (calendar-hebrew-date-is-visible-p): Extract some common code into
14926 separate function.
14927 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14928
14929 * calendar/cal-menu.el (cal-menu-holidays-menu):
14930 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14931 rather than obsolete alias.
14932
14933 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14934 for mark characters.
14935 (calendar-unmark): Unmark by removing all overlays, rather than
14936 redrawing.
14937 (calendar-starred-day): Remove.
14938 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14939 (calendar-cursor-to-date): No need for special star handling now
14940 using overlays.
14941 (calendar-star-date): Use overlays.
14942
14943 * calendar/cal-french.el (calendar-goto-french-date):
14944 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14945 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14946 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14947 * calendar/cal-persia.el (calendar-persian-date-string):
14948 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14949 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14950 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14951 * calendar/solar.el (solar-equinoxes-solstices):
14952 Reduce nesting of some lets.
14953
14954 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14955 (calendar-goto-mayan-long-count-date): Simplify.
14956
14957 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14958 Simplify by using mapcar.
14959 (calendar-list-holidays): Return holiday-list.
14960 (list-holidays): Use let rather than let*. Remove un-needed locals
14961 `d', `never'.
14962 (calendar-check-holidays): Return result from dolist.
14963 (holiday-float): Use a single let*. Simplify if-and to and.
14964 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14965 single let*.
14966
14967 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14968
14969 * calc/calc.el: Autoload `calc-yank'.
14970 (calc-mode-map): Add keybindings for `calc-yank'.
14971 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14972 assignments for `calc-yank'.
14973
14974 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14975
14976 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14977 (vc-status-mark-buffer-changed): Handle the extra field.
14978
14979 * vc-bzr.el (vc-bzr-after-dir-status):
14980 * vc-cvs.el (vc-cvs-after-dir-status):
14981 * vc-hg.el (vc-hg-after-dir-status):
14982 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14983
14984 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14985
14986 * doc-view.el: Compute displayed pages first (in PDF).
14987 (doc-view-current-converter-processes): Rename from
14988 doc-view-current-converter-process. Update users.
14989 (doc-view-sentinel): Test buffer's liveness.
14990 (doc-view-pdf/ps->png-sentinel): Remove.
14991 (doc-view-start-process): New function.
14992 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14993 (doc-view-ps->pdf): Use it.
14994 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14995 New functions.
14996 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14997 (doc-view-mode): Kill the processes when leaving the mode.
14998
14999 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15002 Use `byte-compile-warning-types'. Add docstring.
15003
15004 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15007 (smerge-resolve): Add various resolution heuristics.
15008
15009 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15010 in 3-way conflicts.
15011
15012 2008-03-31 Glenn Morris <rgm@gnu.org>
15013
15014 * calendar/cal-bahai.el (diary-bahai-mark-entries):
15015 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15016 * calendar/cal-islam.el (mark-islamic-diary-entries):
15017 Fix argument order in call to diary-mark-entries-1.
15018
15019 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15020 pre-Bahai dates.
15021 (holiday-bahai): Use an algorithm actually relevant to this calendar
15022 system.
15023
15024 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15025
15026 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15027 Use and.
15028
15029 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15030 in the last fortnight in Julian October.
15031
15032 * calendar/calendar.el (increment-calendar-month): Optionally handle
15033 systems without 12 months per year.
15034 (calendar-date-is-visible-p): Doc fix. Simplify.
15035
15036 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15037 from dolist.
15038
15039 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
15040
15041 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15042 (hi-lock-unload-function): New function.
15043
15044 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15045
15046 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15047 overwriting when NEWNAME is a local file.
15048
15049 * net/trampver.el: Update release number.
15050
15051 2008-03-30 Alexandre Julliard <julliard@winehq.org>
15052
15053 * vc-git.el: Make vc-status display information about copies,
15054 renames and permission changes.
15055 (vc-git-extra-fileinfo): New defstruct.
15056 (vc-git-escape-file-name, vc-git-file-type-as-string)
15057 (vc-git-rename-as-string, vc-git-permissions-as-string)
15058 (vc-git-status-printer): New functions.
15059 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15060 (vc-git-after-dir-status-stage1): Look for copies, renames and
15061 permission changes.
15062 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15063 (vc-git-dir-status): Ask for staged files and renames.
15064
15065 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
15066
15067 * vc.el: Allow backends to display backend specific information in
15068 the vc-status listing.
15069 (vc-status-fileinfo): Add a field for backend specific information.
15070 (vc-status-printer): Rename to ...
15071 (vc-default-status-printer): ... this.
15072 (vc-status-printer): New function.
15073 (vc-update-vc-status-buffer): Set the backend specific file info
15074 if provided.
15075
15076 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * textmodes/remember.el (remember-diary-convert-entry): Revert last
15079 change (ill-conceived).
15080
15081 2008-03-29 Glenn Morris <rgm@gnu.org>
15082
15083 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15084 * calendar/cal-julian.el (holiday-julian): Simplify.
15085
15086 * calendar/holidays.el (list-holidays): Use or.
15087
15088 2008-03-29 Juri Linkov <juri@jurta.org>
15089
15090 * window.el (split-window-preferred-horizontally): New function.
15091
15092 * cus-start.el (split-window-preferred-function):
15093 Set choice for "vertically" to nil instead of split-window.
15094 Set choice for "horizontally" to split-window-preferred-horizontally
15095 instead of lambda.
15096
15097 2008-03-29 Juri Linkov <juri@jurta.org>
15098
15099 * simple.el (minibuffer-default-add-function): New variable with
15100 the default to minibuffer-default-add-completions.
15101 (minibuffer-default-add-done): New variable. Make it buffer-local.
15102 (minibuffer-default-add-completions): New function.
15103 (goto-history-element): Set minibuffer-default-add-done to t and
15104 call a function in minibuffer-default-add-function when the
15105 specified absolute history position is greater than the length of
15106 the minibuffer-default list and minibuffer-default-add-done is nil.
15107 Change "^End of history; no next item$" to "^End of defaults;
15108 no next item$".
15109
15110 * bindings.el (debug-ignored-errors): Change "^End of history;
15111 no next item$" to "^End of defaults; no next item$".
15112
15113 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15114
15115 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15116
15117 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15118 to with-no-warnings.
15119
15120 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
15121
15122 Sync with Tramp 2.1.13.
15123
15124 * net/tramp-ftp.el: Require 'cl when byte-compiling.
15125
15126 * net/trampver.el: Update release number.
15127
15128 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15129
15130 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15131 the current backend.
15132
15133 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15134 (vc-status-refresh): Create a temporary buffer and call the
15135 `dir-status' backend function from that buffer.
15136
15137 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15138 (vc-bzr-after-dir-status): Don't kill the buffer.
15139
15140 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15141 (vc-cvs-after-dir-status): Don't kill the buffer.
15142
15143 * vc-git.el (vc-git-dir-status): Don't create a buffer.
15144 (vc-git-after-dir-status-stage2): Don't kill the buffer.
15145
15146 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15147 (vc-hg-after-dir-status): Don't kill the buffer.
15148
15149 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15150 (vc-svn-after-dir-status): Don't kill the buffer.
15151
15152 2008-03-29 Glenn Morris <rgm@gnu.org>
15153
15154 * calendar/calendar.el (diary-file, american-date-diary-pattern)
15155 (european-date-diary-pattern, european-calendar-display-form)
15156 (american-calendar-display-form, diary-display-hook): Doc fixes.
15157 (european-calendar-style): Doc fix. Use calendar-set-date-style for
15158 custom :set. Mark as obsolete.
15159 (calendar-date-style, iso-date-diary-pattern)
15160 (iso-calendar-display-form): New user variables.
15161 (diary-date-forms, calendar-date-display-form): Set using
15162 calendar-date-style. Doc fix.
15163 (calendar-set-date-style): New command.
15164 (european-calendar, american-calendar): Use calendar-set-date-style.
15165 Mark as obsolete.
15166
15167 * calendar/diary-lib.el (number): Move declaration where needed.
15168 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15169 (diary-make-date): New function.
15170 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15171 Use diary-make-date.
15172 (diary-date-display-form, diary-insert-entry-1): New functions.
15173 (insert-monthly-diary-entry, insert-yearly-diary-entry):
15174 Use diary-insert-entry-1.
15175 (insert-anniversary-diary-entry, insert-block-diary-entry)
15176 (insert-cyclic-diary-entry): Use diary-date-display-form.
15177
15178 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15179 Autoload diary-insert-entry-1.
15180 * calendar/cal-bahai.el (diary-bahai-insert-entry)
15181 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15182 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15183 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15184 * calendar/cal-islam.el (insert-islamic-diary-entry)
15185 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15186 Use diary-insert-entry-1.
15187
15188 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15189 (diary-yahrzeit): Doc fix. Use diary-make-date.
15190
15191 * calendar/icalendar.el (icalendar--datetime-to-american-date):
15192 New name for icalendar--datetime-to-noneuropean-date. Make old name
15193 obsolete alias.
15194 (icalendar--datetime-to-iso-date): New function.
15195 (icalendar--datetime-to-diary-date): Doc fix. Respect
15196 calendar-date-style if bound.
15197
15198 * textmodes/remember.el (remember-diary-convert-entry):
15199 Respect calendar-date-style if bound.
15200
15201 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15204 (xterm-mouse-handle-delete-frame): Delete.
15205
15206 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15207 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15208 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15209 in xterm-modify-other-keys-terminal-list.
15210
15211 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15212 are conflicts.
15213
15214 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15215
15216 * vc.el (vc-update): Check if the buffer is unsaved only if it
15217 actually exists.
15218 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15219 vc-print-log.
15220
15221 2008-03-28 Magnus Henoch <mange@freemail.hu>
15222
15223 * net/dns.el (dns-write): Use set-buffer-multibyte.
15224
15225 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15226
15227 * vc-bzr.el (vc-bzr-sha1): New fun.
15228 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15229 (vc-bzr-registered): Use it.
15230
15231 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15232
15233 * vc.el (vc-status-kill-dir-status-process): Simplify.
15234 (vc-status-refresh): Make sure the buffer is live.
15235 (ring): Don't require it, not used.
15236
15237 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
15238
15239 * progmodes/verilog-mode.el (verilog-auto-inout-module):
15240 Add optional regular expression to AUTOINOUTMODULE.
15241 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15242 (verilog-auto-inst-param, verilog-auto-reg)
15243 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15244 (verilog-auto-output-every, verilog-auto-input)
15245 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15246 (verilog-auto-unused, verilog-auto): Update documentation to use
15247 more obvious instance module names versus cell names.
15248
15249 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
15250
15251 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15252 kill if a process is running.
15253
15254 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15255
15256 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15257
15258 * vc.el: Add new backend function 'status-extra-headers.
15259 (vc-default-status-extra-headers): New function.
15260 (vc-status-headers): Call 'status-extra-headers. Add colors.
15261
15262 * vc-git.el (vc-git-status-extra-headers): New function.
15263
15264 2008-03-28 Glenn Morris <rgm@gnu.org>
15265
15266 * calendar/cal-menu.el (cal-menu-holidays-menu)
15267 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15268 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15269 holiday-list is optional.
15270 (calendar-mouse-holidays): Remove un-needed local `l'.
15271
15272 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15273 Remove un-needed local `date'.
15274 (calendar-cursor-to-visible-date): Use let rather than let*.
15275 Remove un-needed local `first-of-month-weekday'.
15276
15277 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15278
15279 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15280 Doc fixes.
15281 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
15282 (diary-header-line-flag, diary-header-line-format): Declare.
15283 (diary-pull-attrs): Check for multiple matches.
15284 (diary-list-entries-2): Simplify finding start of date.
15285 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15286 pop-up-frames.
15287 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15288 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15289
15290 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15293
15294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15295
15296 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15299
15300 * image-mode.el (image-mode-reapply-winprops): Fix last change.
15301
15302 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15303
15304 * international/mule-conf.el (define-iso-single-byte-charset):
15305 Don't make latin-iso8859-* supplementary.
15306 (#'set-charset-priority): Don't change the priority of charsets
15307 `unicode' and `emacs'.
15308
15309 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15312 temp buffer.
15313
15314 2008-03-27 Glenn Morris <rgm@gnu.org>
15315
15316 * calendar/cal-bahai.el (diary-bahai-list-entries):
15317 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15318 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15319
15320 * calendar/calendar.el (diary-file): Doc fix.
15321
15322 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15323 (list-diary-entries-hook, mark-diary-entries-hook)
15324 (include-other-diary-files, diary-mail-entries)
15325 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15326 (diary-set-header): New function.
15327 (diary-header-line-flag, diary-header-line-format):
15328 Use diary-set-header for custom :set function.
15329 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15330 (diary-attrtype-convert): Use intern-soft rather than read.
15331 (diary-display-no-entries): New function.
15332 (simple-diary-display, fancy-diary-display): Use it.
15333 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15334 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15335
15336 * calendar/holidays.el (list-holidays): Doc fix.
15337
15338 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15339
15340 * calc/calc-store.el (calc-read-var-name-history): New variable.
15341 (calc-read-var-name): Use `calc-read-var-name-history'.
15342
15343 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15346 window-configuration-change-hook works buffer-locally.
15347
15348 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15349
15350 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15351 for Emacs Lisp, not Lisp.
15352
15353 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15354
15355 * help-fns.el (describe-function-1, describe-variable):
15356 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15357
15358 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15359 replacement is provided, don't print "use nil instead".
15360
15361 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15362
15363 * complete.el (PC-do-completion): Use regexp-quote.
15364
15365 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15366
15367 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15368 Detect missing files.
15369
15370 * vc-git.el (vc-git-extra-menu-map): New key map.
15371 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15372 New functions.
15373
15374 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15375 and 'missing files.
15376
15377 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * calendar/holidays.el (list-holidays): Make Y2 optional.
15380
15381 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15382 buffers shown to the user.
15383 (appt-disp-window): Disable undo explicitly now that the leading space
15384 is gone.
15385
15386 * simple.el (activate-mark): New function.
15387 (set-mark-command): Use it with region-active-p to clean up the code.
15388 (exchange-point-and-mark): Invert the meaning of C-u when
15389 transient-mark-mode is active.
15390
15391 * dired-aux.el (dired-create-files): Use dolist.
15392
15393 * bindings.el (mode-line-change-eol): Use with-selected-window.
15394
15395 * apropos.el (apropos-command): Include macros.
15396
15397 2008-03-26 Glenn Morris <rgm@gnu.org>
15398
15399 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15400 (calendar-bahai-epoch): Doc fix.
15401
15402 * calendar/cal-china.el: Explicitly require calendar.
15403
15404 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15405 Require calendar rather than cal-julian.
15406 Autoload calendar-absolute-from-julian.
15407 * calendar/cal-coptic.el (coptic-calendar-epoch):
15408 * calendar/cal-islam.el (calendar-islamic-epoch):
15409 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15410
15411 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15412
15413 * calendar/cal-dst.el: Don't require cal-persia.
15414 (calendar-absolute-from-persian): Autoload it.
15415 (dst-adjust-time): Doc fix.
15416
15417 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15418 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15419 calendar.
15420
15421 * calendar/cal-menu.el: Require calendar rather than declaring
15422 functions.
15423 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15424
15425 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15426 calendar-after-frame-setup-hooks. Update callers, make old name an
15427 obsolete alias. Doc fix.
15428 (calendar-frame-1): Doc fix.
15429
15430 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15431
15432 * calendar/calendar.el (oriental-holidays, solar-holidays):
15433 * calendar/holidays.el (list-holidays): Assume atan always bound.
15434
15435 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15436 Explicitly require calendar, not cal-julian.
15437 * calendar/lunar.el: Explicitly require cal-dst.
15438
15439 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15442
15443 * help-fns.el (describe-function-1, describe-variable): If no
15444 replacement is provided, don't print "use nil instead".
15445
15446 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15447
15448 * proced.el: New file.
15449
15450 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15451
15452 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15453
15454 2008-03-25 Juri Linkov <juri@jurta.org>
15455
15456 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15457 in battery-mode-line-format.
15458
15459 * bindings.el (minibuffer-local-map): For the command
15460 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15461 with map which is already locally bound to minibuffer-local-map.
15462
15463 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15466 Remove `sort-first' argument.
15467
15468 * subr.el (redisplay-end-trigger-functions)
15469 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15470 (process-filter-multibyte-p, set-process-filter-multibyte):
15471 Mark as obsolete.
15472
15473 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15474
15475 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15476 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15477 use the LOCAL arg of `add-hook'.
15478 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15479 Remove spurious * from defcustom docstrings.
15480 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15481 Fix typos in messages.
15482 (reb-mode-buffer-p): New function.
15483 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15484 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15485 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15486 Use `unless', `when'.
15487 (re-builder-unload-function): New function.
15488
15489 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15490
15491 * vc-hooks.el (vc-state): Add documentation for 'missing.
15492
15493 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15494
15495 * progmodes/verilog-mode.el (verilog-auto-output)
15496 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15497 (verilog-delete-auto): Add optional regular expression to
15498 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15499 (verilog-signals-matching-regexp): New internal function for
15500 signal matching.
15501
15502 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15503
15504 * info.el (Info-isearch-search): Always return point.
15505
15506 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * diff-mode.el (diff-remembered-defdir): New var.
15509 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15510
15511 2008-03-25 Glenn Morris <rgm@gnu.org>
15512
15513 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15514 calendar-bahai-prompt-for-date. Update callers, make old name an
15515 obsolete alias. Doc fix.
15516 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15517 coptic-prompt-for-date. Update callers, make old name an
15518 obsolete alias. Doc fix.
15519 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15520 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15521 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15522 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15523 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15524 calendar-iso-read-args. Update callers, make old name an obsolete
15525 alias.
15526 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15527 persian-prompt-for-date. Update callers, make old name an
15528 obsolete alias. Doc fix. Move definition before use.
15529
15530 * calendar/cal-x.el (diary-frame-parameters)
15531 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15532 (calendar-frame-1): Doc fixes.
15533 (make-fancy-diary-buffer): Remove declaration.
15534 (calendar-dedicate-diary): Replace call to deleted function
15535 make-fancy-diary-buffer.
15536 (calendar-frame-setup): New function.
15537 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15538 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15539 work, and mark as obsolete.
15540 (special-display-buffer-names): Don't mess with this; it's not our
15541 business.
15542 (cal-x-load-hook): Defvar it, and mark as obsolete.
15543
15544 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15545 Default to t. Add to 'calendar group.
15546 (calendar): Doc fix. Use calendar-frame-setup.
15547 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15548 (generate-calendar-window): Doc fix.
15549
15550 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15553
15554 2008-03-24 Drew Adams <drew.adams@oracle.com>
15555
15556 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15557 New variables.
15558 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15559 (finder-exit): Ignore errors rather than avoiding them.
15560 Kill *Finder-package* buffer also.
15561
15562 2008-03-24 Andreas Schwab <schwab@suse.de>
15563
15564 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15565
15566 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15567
15568 * vc-hg.el (vc-hg-after-dir-status):
15569 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15570
15571 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15572 Detect removed files.
15573
15574 * vc.el (vc-status-printer): Use a different face for missing files.
15575 (vc-status-hide-up-to-date): Rename from
15576 vc-status-remove-up-to-date. Update all callers.
15577 (vc-status-mode-map): Bind C-m.
15578
15579 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15580
15581 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15582 code ...
15583 (vc-git--state-code): ... to this new function.
15584 (vc-git-state): Use it.
15585
15586 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15587
15588 * textmodes/remember.el (remember-mail-date)
15589 (remember-store-in-mailbox): Write date and From line in such a
15590 way that Mutt can read it.
15591
15592 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15593
15594 * simple.el (transient-mark-mode): Turn on by default.
15595
15596 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15597
15598 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15599 'unregistered for unregistered files.
15600
15601 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15602
15603 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15604
15605 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15606 subdirectories.
15607
15608 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15609 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15610 Add :enable for vc-status-refresh.
15611 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15612 (vc-status-tool-bar-map): Add binding for
15613 vc-status-kill-dir-status-process.
15614 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15615 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15616 Reset vc-status-process-buffer.
15617 (vc-status-refresh): Don't run two refreshes at a time.
15618 (vc-status): If the buffer is already in vc-status-mode only refresh.
15619 (vc-status-mark-buffer-changed): Add an optional file parameter.
15620 (vc-resynch-buffer): Use it.
15621 (vc-delete-file): Expand the file name before using it.
15622 Be careful to not create a new buffer with the old file contents.
15623 Update the VC state after performing the operation.
15624
15625 2008-03-23 Andreas Schwab <schwab@suse.de>
15626
15627 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15628 Fix radio button condition.
15629 [box]: Likewise.
15630 [customize]: Add radio button.
15631
15632 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15633
15634 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15635 (calc-user-parse-tables, calc-gnuplot-default-device)
15636 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15637 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15638 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15639 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15640 (calc-undo-list, calc-redo-list, calc-main-buffer)
15641 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15642 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15643 (calc-said-hello, calc-executing-macro, calc-any-selections)
15644 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15645 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15646 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15647 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15648 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15649 (calc-create-buffer, calc-quit): Add docstrings.
15650
15651 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15652
15653 * makefile.w32-in (WINS_ALMOST): Add org.
15654
15655 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15656
15657 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15658 New functions to implement vc-status support.
15659
15660 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15661
15662 * vc.el (vc-status-prepare-status-buffer): New function.
15663 (vc-status): Use it.
15664
15665 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15666 appropriate.
15667
15668 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15669
15670 * vc-git.el (vc-git--empty-db-p)
15671 (vc-git-after-dir-status-stage1-empty-db): New functions.
15672 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15673 Add support for empty repositories.
15674
15675 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15676
15677 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15678 Allow "^" in a version name.
15679
15680 * vc-mtn.el (vc-mtn-state): Support the added state.
15681
15682 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15683
15684 * org: New directory for Org-mode.
15685
15686 * org/org-export-latex.el: Moved from lisp/textmodes.
15687
15688 * org/org-irc.el: Moved from lisp/textmodes.
15689
15690 * org/org-mac-message.el: Moved from lisp/textmodes.
15691
15692 * org/org-mouse.el: Moved from lisp/textmodes.
15693
15694 * org/org-publish.el: Moved from lisp/textmodes.
15695
15696 2008-03-21 Juri Linkov <juri@jurta.org>
15697
15698 * comint.el (comint-dynamic-simple-complete):
15699 Use variable `stub' for the second arg `common-substring'
15700 of `comint-dynamic-list-completions'.
15701 (comint-dynamic-list-filename-completions):
15702 Use variable `filenondir' for the second arg `common-substring'
15703 of `comint-dynamic-list-completions'.
15704 (comint-dynamic-list-completions): Add new optional arg
15705 `common-substring'. Add `common-substring' as the second arg of
15706 the call to `display-completion-list'. Doc fix.
15707
15708 * comint.el (comint-dynamic-complete-as-filename)
15709 (comint-dynamic-list-filename-completions)
15710 (comint-dynamic-simple-complete): Use `minibuffer-message'
15711 to display message "No completions of %s" when a command
15712 is called in the minibuffer.
15713 (comint-dynamic-simple-complete): Don't display other
15714 completion messages when a command is called in the minibuffer.
15715 (comint-dynamic-list-completions): Use `minibuffer-message'
15716 to display message " [Type space to flush ...]" when a command
15717 is called in the minibuffer.
15718
15719 * shell.el (shell-dynamic-complete-command)
15720 (shell-dynamic-complete-environment-variable): Don't display
15721 completion messages when command is called in the minibuffer.
15722
15723 * emacs-lisp/lisp.el (lisp-complete-symbol):
15724 Use `minibuffer-message' to display message "No completions of %s"
15725 when this command is called in the minibuffer.
15726
15727 * bindings.el (standard-mode-line-modes): Put special help-echo
15728 tooltip on recursive edit %[ %] mode-line constructs.
15729
15730 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15731 "^No dynamic expansion for .* found$" to allow error messages like
15732 "No dynamic expansion for \"%s\" found in this-buffer".
15733
15734 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15735
15736 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15737 "psftp".
15738
15739 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15742 * vc.el (vc-default-dired-state-info): Use just "modified".
15743 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15744 (vc-cvs-mode-line-string): Make use of the better default.
15745 (vc-cvs-parse-entry): Use the new `added'.
15746 (vc-cvs-dired-state-info): Remove.
15747 * vc-svn.el (vc-svn-dired-state-info): Remove.
15748 * vc-hg.el (vc-hg-dired-state-info): Remove.
15749 * vc-git.el (vc-git-dired-state-info): Remove.
15750
15751 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15752
15753 * vc-git.el (vc-git-status-result): New variable.
15754 (vc-git-dir-status): Split out ...
15755 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15756 ... these new functions and work asynchronously.
15757
15758 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15759
15760 * vc-git.el (vc-git-after-dir-status): Remove.
15761 (vc-git-dired-state-info): Reimplement.
15762
15763 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15764
15765 * replace.el (occur-mode-map): Add :help.
15766
15767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15768 for disassemble.
15769
15770 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15771 the 'added state.
15772 (vc-status-remove-up-to-date): New function.
15773 (vc-status-mode-map, vc-status-menu-map): Bind it.
15774 (vc-status-printer): Use a different face up-to-date files.
15775 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15776 (Todo): Remove solved entries.
15777
15778 * vc-hg.el (vc-hg-state):
15779 * vc-git.el (vc-git-state):
15780 * vc-cvs.el (vc-cvs-parse-status):
15781 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15782 state.
15783
15784 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * progmodes/compile.el (compile):
15787 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15788
15789 * simple.el (minibuffer-local-shell-command-map): New var.
15790 (minibuffer-complete-shell-command, read-shell-command): New funs.
15791 (shell-command, shell-command-on-region): Use them.
15792
15793 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15794
15795 * vc.el (vc-status-mark-buffer-changed): New function to implement
15796 updating of the *vc-status* buffer when a buffer is saved.
15797 (vc-status-mode): Use it for after-change-hook.
15798 (vc-add-to-vc-status-buffer): Rename to ...
15799 (vc-status-add-entry): ... this.
15800 (Todo): Add new entry.
15801
15802 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15803
15804 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15805
15806 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15807
15808 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15809 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15810 Remove spurious * from defcustom docstrings.
15811 (icomplete-compute-delay): Fix docstring and remove spurious *.
15812 (icomplete-delay-completions-threshold): Fix typo in docstring and
15813 remove spurious *.
15814 (icomplete-completions): While collecting the list of prospective
15815 candidates, don't overshoot `icomplete-prospects-length'.
15816
15817 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15818
15819 * textmodes/refbib.el:
15820 * textmodes/reftex.el:
15821 * textmodes/reftex-global.el:
15822 * textmodes/reftex-vars.el:
15823 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15824 compiler pacifying defvars.
15825 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15826 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15827 not needed.
15828
15829 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15830
15831 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15832 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15833 (verilog-customize, verilog-font-customize)
15834 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15835 (verilog-mode): Update documentation strings to match tool tips.
15836 (verilog-auto-search-do, verilog-auto-re-search-do)
15837 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15838 expansion when a .* appears inside a string.
15839 (verilog-re-search-forward, verilog-re-search-backward):
15840 Add comment to recall how this works.
15841 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15842
15843 2008-03-20 Glenn Morris <rgm@gnu.org>
15844
15845 * calendar/calendar.el (calendar-other-dates): New function.
15846 (calendar-print-other-dates): Use calendar-other-dates.
15847 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15848 the declarations it replaces.
15849 (calendar-mouse-print-dates): Use calendar-other-dates.
15850
15851 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15852 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15853 (calendar-absolute-from-bahai): Fix the leap-year case.
15854 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15855 (calendar-bahai-date-string, calendar-bahai-print-date):
15856 Handle pre-Bahai dates.
15857
15858 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15859 (chinese-calendar-terrestrial-branch): Make defcustoms.
15860
15861 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15862 (calendar-mouse-view-diary-entries): Use or.
15863 (calendar-mouse-chinese-date): Remove unused command.
15864 (cal-menu-load-hook): Mark as obsolete.
15865
15866 * calendar/solar.el (calendar-location-name, calendar-latitude)
15867 (calendar-longitude, solar-arctan, sunrise-sunset)
15868 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15869
15870 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15871
15872 * calc/calc.el: Remove outdated comments.
15873 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15874 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15875 Add docstrings.
15876
15877 2008-03-19 Jason Rumney <jasonr@gnu.org>
15878
15879 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15880
15881 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15882
15883 * net/tls.el (open-tls-stream): Reindent.
15884
15885 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15886
15887 * net/tramp.el (tramp-let-maybe): Removed.
15888 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15889 It does not exist under XEmacs.
15890 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15891 (tramp-completion-file-name-handler): Let-bind
15892 `directory-sep-char'.
15893
15894 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15895 `directory-sep-char'.
15896
15897 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15900 for autoloaded keymaps.
15901
15902 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15903 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15904 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15905 (verilog-in-comment-p, verilog-in-star-comment-p)
15906 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15907 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15908 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15909 (verilog-skip-forward-comment-p): Use it.
15910
15911 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15912
15913 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15914 (org-remember-templates, org-time-stamp-rounding-minutes)
15915 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15916 (org-columns-new): Fix typos in docstrings.
15917
15918 2008-03-19 Glenn Morris <rgm@gnu.org>
15919
15920 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15921 (tramp-handle-shell-command): Use condition-case rather than
15922 ignore-errors.
15923
15924 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15925
15926 * diff-mode.el (diff-header): Make the color louder.
15927 (diff-refine-change): Tone the color down.
15928
15929 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15930
15931 * descr-text.el (describe-char): When `describe-char-unidata-list'
15932 is set to show all properties, list them in the right order.
15933
15934 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * international/mule.el (load-with-code-conversion): Avoid setting
15937 default-enable-multibyte-characters.
15938
15939 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
15940
15941 * vc.el (vc-annotate-background): Fix custom type.
15942
15943 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * descr-text.el (describe-char-unidata-list): Allow specifying
15946 just all properties.
15947 (describe-char): Handle that new value.
15948
15949 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15950
15951 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15952
15953 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15954 instead of file name extension to make docs with uncommon
15955 extensions work.
15956
15957 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15958
15959 * doc-view.el (require): Require cl at compile time because
15960 `assert' needs it.
15961
15962 2008-03-18 Glenn Morris <rgm@gnu.org>
15963
15964 * calendar/calendar.el (initial-calendar-window-hook)
15965 (today-visible-calendar-hook): Doc fixes.
15966
15967 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15968
15969 * net/tramp.el (tramp-root-regexp): Simplify.
15970 (tramp-completion-file-name-regexp-separate): Don't insist on
15971 leading "[". This prevents method or user or host completion.
15972 (tramp-let-maybe): Autoload it.
15973 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15974 is an alias for `identity'.
15975 (tramp-handle-write-region): Protect `last-coding-system-used'
15976 over the trailing statements.
15977 (tramp-completion-file-name-handler-post-function): Remove.
15978 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15979 instead of calling `tramp-drop-volume-letter'.
15980
15981 * net/tramp.el:
15982 * net/tramp-uu.el:
15983 * net/trampver.el: Move coding cookie at the end.
15984
15985 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15988 elements which may be something else than characters.
15989
15990 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15991
15992 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15993 New functions to implement vc-status support.
15994
15995 * vc.el (vc-default-extra-status-menu)
15996 (vc-add-to-vc-status-buffer): New functions.
15997
15998 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15999 for eldoc and ielm.
16000
16001 2008-03-17 Glenn Morris <rgm@gnu.org>
16002
16003 * calendar/cal-x.el (diary-frame-parameters)
16004 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16005 Fix custom type; add options.
16006 (calendar-frame, diary-frame): Doc fixes.
16007 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16008 new functions.
16009 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16010 Use calendar-frame-1 and calendar-dedicate-diary.
16011 (calendar-one-frame-setup): Also handle only-one-frame case.
16012 (calendar-only-one-frame-setup): Doc fix. Just call
16013 calendar-one-frame-setup.
16014
16015 * calendar/diary-lib.el: Re-order some definitions before their use.
16016 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16017 (diary-list-entries): Doc fixes.
16018 (make-fancy-diary-display): Remove function.
16019
16020 * calendar/calendar.el (calendar-today-marker)
16021 (initial-calendar-window-hook, today-visible-calendar-hook)
16022 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16023 (calendar-star-date, calendar-mark-today): Doc fixes.
16024 (today-visible-calendar-hook): Add options.
16025 (calendar-in-read-only-buffer): New macro.
16026 (calendar-basic-setup): Adapt for change in calendar-read-date.
16027 Place holiday let inside if.
16028 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16029 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16030 (calendar-print-other-dates): Use one let rather than many.
16031
16032 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16033 (calendar-print-other-dates):
16034 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16035 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16036 * calendar/holidays.el (calendar-list-holidays, list-holidays)
16037 (calendar-cursor-holidays):
16038 * calendar/lunar.el (calendar-phases-of-moon): Use
16039 calendar-in-read-only-buffer to replace previous code and disable undo.
16040
16041 2008-03-16 Juri Linkov <juri@jurta.org>
16042
16043 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16044 and regexp-search-ring-yank-pointer for the HISTPOS argument of
16045 read-from-minibuffer to provide the correct initial minibuffer
16046 history position in isearch-edit-string when it is called from
16047 isearch-ring-adjust.
16048
16049 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16050 to check if the current buffer is the minibuffer, and in this case
16051 call abort-recursive-edit to kill the minibuffer. Doc fix.
16052 (kill-this-buffer-enabled-p): Allow this function to return non-nil
16053 when the current buffer is the minibuffer.
16054
16055 * simple.el (goto-line): Leave mark at previous position. Doc fix.
16056
16057 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
16058
16059 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16060 Use non-nil PARENTS attribute of make-directory instead of
16061 explicitly checking existence the current cache directory.
16062
16063 2008-03-16 Daiki Ueno <ueno@unixuser.org>
16064
16065 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16066 M-x epa-file-select-keys.
16067
16068 2008-03-16 Kenichi Handa <handa@m17n.org>
16069
16070 * international/mule.el (auto-coding-alist):
16071 Use no-conversion-multibyte for archive files.
16072
16073 2008-03-16 Glenn Morris <rgm@gnu.org>
16074
16075 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16076 New functions.
16077 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16078 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16079 Use calendar-mark-1.
16080 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16081 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16082 Use calendar-mark-complex.
16083 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16084 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16085 Use calendar-mark-1.
16086
16087 * calendar/calendar.el (calendar-mod): Remove.
16088 * calendar/cal-china.el (calendar-chinese-from-absolute)
16089 (calendar-chinese-date-string): Expand calendar-mod calls.
16090 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16091 Expand calendar-mod calls.
16092
16093 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16094 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16095 (diary-bahai-insert-yearly-entry): Use let rather than let*.
16096 Move obsolete aliases after the functions that replaced them.
16097
16098 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16099 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16100 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16101 Use let rather than let*.
16102 (calendar-hebrew-prompt-for-date): New function.
16103 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16104 (holiday-tisha-b-av-etc): Use unless, let.
16105
16106 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16107 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16108
16109 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16110
16111 * calendar/calendar.el (calendar-for-loop): Add indent spec.
16112
16113 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16114 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16115 than concat.
16116 (diary): Remove un-needed let.
16117 (view-other-diary-entries): Rename argument.
16118 (diary-list-entries-2): New function.
16119 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16120 (print-diary-entries): Use unless.
16121 (diary-mark-entries-1): Change argument order, make all but
16122 markfunc optional. Handle the standard (Gregorian) case.
16123 Use match-string-no-properties. Handle marks.
16124 (mark-diary-entries): Use diary-mark-entries-1.
16125 (diary-font-lock-keywords-1): New macro.
16126 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16127
16128 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
16129
16130 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16131 (icalendar-export-hidden-diary-entries): New variable.
16132 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16133 In case of error, insert full error-val.
16134 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
16135 Use calendar-day-of-week. Return the day number.
16136 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16137
16138 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
16139
16140 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16141 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16142 (icalendar-export-region): Ignore hidden diary entries.
16143 (icalendar--convert-ordinary-to-ical): Fix case where event
16144 spans across midnight boundary.
16145 (icalendar-first-weekday-of-year): New function.
16146 (icalendar--convert-weekly-to-ical): Allow user-selectable start
16147 year for recurring events (Mozilla calendars do not propagate
16148 recurring events forever, so year 2000 start date was not working).
16149 (icalendar--convert-yearly-to-ical): Remove extra spaces in
16150 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16151
16152 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
16153
16154 * net/tramp.el (tramp-root-regexp): New defconst.
16155 (tramp-completion-file-name-regexp-unified)
16156 (tramp-completion-file-name-regexp-separate)
16157 (tramp-completion-file-name-regexp-url): Use it.
16158 (tramp-do-copy-or-rename-file-via-buffer):
16159 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
16160 t for `insert-file-contents-literally'.
16161 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16162 Autoload it.
16163 (tramp-completion-file-name-handler-post-function): New defconst.
16164 (tramp-completion-file-name-handler): Use it.
16165 (tramp-maybe-open-connection): Update calls to
16166 `tramp-flush-connection-property' for removed 2nd argument.
16167
16168 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16171 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16172 New functions.
16173
16174 2008-03-15 Glenn Morris <rgm@gnu.org>
16175
16176 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16177 New functions.
16178 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16179 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16180 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16181 (diary-bahai-list-entries): Use diary-list-entries-1.
16182 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
16183 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16184 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16185 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16186 (list-hebrew-diary-entries): Use diary-list-entries-1.
16187 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
16188 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16189 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16190 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16191 (list-islamic-diary-entries): Use diary-list-entries-1.
16192 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
16193
16194 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16195
16196 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16197
16198 * calendar/cal-china.el (number-chinese-months)
16199 (calendar-chinese-from-absolute): Use nth, caar.
16200
16201 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16202
16203 * calendar/cal-french.el (french-calendar-accents): Doc fix.
16204
16205 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16206 (calendar-hebrew-month-name-array-leap-year)
16207 (hebrew-calendar-parashiot-names): Make constants.
16208 (diary-parasha): Move definition after constants it uses.
16209
16210 * calendar/cal-html.el (cal-html-insert-link-yearpage)
16211 (cal-html-htmlify-list): Doc fix.
16212 (cal-html-htmlify-entry): Use nth.
16213
16214 * calendar/cal-islam.el (calendar-islamic-month-name-array)
16215 (calendar-islamic-epoch): Make constants.
16216 (calendar-islamic-epoch): Doc fix.
16217
16218 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16219
16220 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16221 (cal-tex-month-name): Doc fix.
16222 (cal-tex-last-blank-p): Use zerop.
16223
16224 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16225 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16226 (calendar-cursor-to-date): Doc fix.
16227 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16228 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16229 (calendar-day-number): Use when.
16230 (generate-calendar-month): Use dotimes.
16231 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16232 (calendar-set-mark): Reverse conditional.
16233 (calendar-make-alist): Move definition before use.
16234
16235 * calendar/diary-lib.el (diary-face-attrs)
16236 (diary-glob-file-regexp-prefix, diary-selective-display)
16237 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16238 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16239 (diary-anniversary, diary-cyclic)
16240 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16241 (diary-header-line-format): Change wording.
16242 (diary-list-entries): Set `date-start' in let.
16243 (include-other-diary-files, mark-included-diary-files): Use format.
16244 (simple-diary-display, fancy-diary-display): Use cadr, unless.
16245 (mark-diary-entries): Use 1+.
16246 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16247 (mark-calendar-month): Use dotimes.
16248
16249 * calendar/holidays.el (displayed-month, displayed-year):
16250 Move declarations where needed.
16251 (calendar-list-holidays): Doc fix.
16252
16253 * calendar/parse-time.el (parse-time-string): Simplify.
16254
16255 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16256 Make constants.
16257 (solar-sunrise-sunset): Rename some local variables for clarity.
16258 (sunrise-sunset): Use zerop.
16259 (solar-mean-equinoxes/solstices): Doc fix.
16260
16261 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16262 Use nth.
16263 (timeclock-completing-read, timeclock-generate-report): Use zerop.
16264 (timeclock-mean, timeclock-generate-report): Use dolist.
16265
16266 * calendar/todo-mode.el (todo-add-category): Simplify.
16267 (todo-more-important-p, todo-delete-item, todo-file-item):
16268 Use unless, when.
16269 (todo-top-priorities): Use zerop.
16270
16271 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
16272
16273 * buff-menu.el (list-buffers-noselect): Display buffer name in
16274 tooltip instead of mouse binding when it doesn't fit in the list.
16275
16276 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16277
16278 * faces.el (xw-defined-colors):
16279 * simple.el (widget-convert, shell-mode): Declare as functions
16280 instead of autoloading.
16281
16282 * abbrev.el:
16283 * button.el:
16284 * cus-face.el:
16285 * ediff-hook.el:
16286 * emacs-lisp/backquote.el:
16287 * emacs-lisp/timer.el:
16288 * facemenu.el:
16289 * faces.el:
16290 * menu-bar.el:
16291 * simple.el:
16292 * subr.el:
16293 * textmodes/fill.el:
16294 * textmodes/paragraphs.el: Remove autoloads, redundant when the
16295 files are preloaded.
16296
16297 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * desktop.el (desktop-create-buffer): Don't catch errors if
16300 debug-on-error is set.
16301
16302 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16303
16304 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16305 ($(lisp)/calendar/diary-loaddefs.el)
16306 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16307 (LOADDEFS): New macro.
16308 (autoloads): Depend on $(LOADDEFS).
16309
16310 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16311
16312 * font-lock.el (featurep): Remove test, not useful anymore.
16313 (facemenu-keymap): Move key binding ...
16314 * facemenu.el (facemenu-keymap): ... here.
16315
16316 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16317 for each file in the list.
16318 (vc-bzr-log-view-mode): Recognize the file marker.
16319
16320 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16321 for checkdoc and profiling.
16322
16323 2008-03-14 Bastien Guerry <bzg@altern.org>
16324
16325 * textmodes/flyspell.el (nxml-mode): Add the right
16326 `flyspell-mode-predicate'.
16327
16328 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16329
16330 2008-03-14 Glenn Morris <rgm@gnu.org>
16331
16332 * calendar/solar.el: Reorder so that functions are defined before use.
16333 (displayed-month, displayed-year): Move declarations where needed.
16334 (solar-get-number): Move definition before use. Use unless.
16335 (solar-equatorial-coordinates): Simplify.
16336 (solar-sunrise-and-sunset): Use let rather than let*.
16337 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16338
16339 * startup.el (command-line-1): Rename -internal-script back to
16340 -scriptload (reverts previous change).
16341
16342 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16343 (calendar-bahai-leap-base): Add doc strings.
16344 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16345 Move definition before use.
16346 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16347 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16348 variables outside the loop. Use dolist.
16349 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16350
16351 * calendar/cal-china.el: Re-order so that functions are defined before
16352 use.
16353 (displayed-month, displayed-year): Move declarations where needed.
16354 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16355 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16356 Add doc strings.
16357 (chinese-year-cache): Recenter on 2010. Doc fix.
16358 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16359 Doc fix. Simplify.
16360 (chinese-year-cache-init): New function.
16361 (compute-chinese-year, holiday-chinese-new-year)
16362 (calendar-chinese-date-string, calendar-goto-chinese-date)
16363 (make-chinese-month-assoc-list): Use cadr, nth.
16364 (chinese-months): Remove un-needed let.
16365
16366 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16367 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16368 (coptic-prompt-for-date): Move definition before use.
16369
16370 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16371 (calendar-dst-find-data, calendar-daylight-time-offset)
16372 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16373 (calendar-daylight-savings-starts-time)
16374 (calendar-daylight-savings-ends-time): Use cadr, nth.
16375
16376 * calendar/cal-french.el (french-calendar-epoch)
16377 (calendar-goto-french-date): Doc fix.
16378 (french-calendar-month-name-array)
16379 (french-calendar-multibyte-month-name-array)
16380 (french-calendar-day-name-array, french-calendar-special-days-array):
16381 Add doc strings.
16382
16383 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16384 (original-date): Move declarations where needed.
16385 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16386 Doc fix.
16387 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16388 constant variables outside the loop. Use dolist.
16389
16390 * calendar/cal-islam.el (displayed-month, displayed-year)
16391 (original-date): Move declarations where needed.
16392 (islamic-calendar-day-number): Remove unused local variable `day'.
16393 (calendar-goto-islamic-date): Doc fix.
16394 (holiday-islamic): Use unless.
16395 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16396 constant variables outside the loop. Use dolist.
16397 (mark-islamic-calendar-date-pattern): Move definition before use.
16398 Use unless.
16399 (mark-islamic-diary-entries): Doc fix.
16400 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16401 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16402
16403 * calendar/cal-julian.el (calendar-absolute-from-julian):
16404 Move definition before use. Remove un-needed local `day'.
16405 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16406
16407 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16408 (calendar-mayan-tzolkin-names-array): Add doc strings.
16409 (calendar-mayan-long-count-from-absolute): Use a single let.
16410 (calendar-string-to-mayan-long-count): Simplify.
16411 (calendar-next-haab-date, calendar-previous-haab-date)
16412 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16413 (calendar-previous-calendar-round-date)
16414 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16415 Doc fix.
16416 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16417 (calendar-mayan-date-string, calendar-print-mayan-date)
16418 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16419 (calendar-mayan-long-count-common-era): Move definitions before use.
16420
16421 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16422 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16423 Doc fix.
16424 (calendar-mouse-goto-date): Move definition before use.
16425
16426 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16427 Move definition before use.
16428 (calendar-cursor-to-visible-date): Move definition before use.
16429 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16430 and place inside the conditional.
16431 (calendar-forward-day): Simplify.
16432 (calendar-end-of-month): Use unless.
16433 (calendar-goto-day-of-year): Doc fix.
16434 Relocate obsolete aliases after their replacements.
16435
16436 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16437
16438 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16439 variables outside the diary-date-forms loop.
16440
16441 * calendar/calendar.el (diary-file): Doc fix.
16442 (calendar-buffer-list): Return buffers rather than strings (fixes
16443 previous change).
16444 (hebrew-holidays-4): Fix typo.
16445
16446 * calendar/holidays.el (displayed-month, displayed-year):
16447 Move declarations where needed.
16448 (calendar-holiday-list, calendar-list-holidays)
16449 (holiday-filter-visible-calendar): Move definitions before use.
16450 (list-holidays): Use cadr.
16451 Relocate obsolete aliases after their replacements.
16452
16453 * calendar/lunar.el (date, displayed-month, displayed-year):
16454 Move declarations where needed.
16455 (lunar-phase-list): Move definition after functions it uses.
16456 (calendar-phases-of-moon, diary-phases-of-moon)
16457 (lunar-new-moon-on-or-after): Use cadr, nth.
16458 (lunar-new-moon-on-or-after): Doc fix.
16459
16460 * textmodes/org-irc.el (top-level): CL not required when compiling.
16461 (org-irc-visit-erc): Replace runtime CL functions.
16462
16463 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16464 (org-publish-delete-dups): Declare as function.
16465
16466 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16467
16468 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16469 (vc-bzr-show-log-entry): Make regexp match more cases.
16470 (vc-diff-switches-list): Remove autoload, not needed.
16471
16472 2008-03-14 Juri Linkov <juri@jurta.org>
16473
16474 * isearch.el (isearch-edit-string): Remove one call to
16475 `isearch-push-state' not to push an inconsistent state,
16476 but keep another correct call to `isearch-push-state'.
16477 (isearch-ring-adjust): Call `isearch-push-state' only when
16478 `search-ring-update' is non-nil since `isearch-edit-string'
16479 already pushes its state.
16480 (isearch-message): Improve matching the failed part by checking
16481 if the original message starts with the last successful message.
16482
16483 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16484 (dired-perm-write): Rename from `dired-warn-writable'.
16485 Change parent face from `font-lock-warning-face' to
16486 `font-lock-comment-delimiter-face'.
16487 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16488 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16489 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16490 with `dired-perm-write-face'.
16491
16492 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16493
16494 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16495 Create cache dir only if it doesn't already exist.
16496
16497 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16500 of \ and '.
16501
16502 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16503
16504 * net/browse-url.el (browse-url-text-xterm):
16505 Unquote browse-url-text-browser.
16506
16507 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16508
16509 * textmodes/org-mouse.el: Version number change.
16510
16511 * textmodes/org-publish.el (org-publish-expand-components):
16512 Remove null projects from the list of components.
16513 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16514 Remove unused retrieval of the :publishing-directory property.
16515 (org-publish-file): Bugfix: when using a relative directory as the
16516 publishing directory, convert it to a directory filename.
16517 (org-publish-project): New alias.
16518 (org-publish-get-files): Protect against empty p.
16519 (org-publish-file): Send an error when file is not part of any project.
16520 (org-publish-file): Offer to refresh the list of files in known
16521 project when the current file is not part of any project.
16522 (org-publish-before-export-hook)
16523 (org-publish-after-export-hook): New hooks.
16524 (org-publish-org-to): Use new hooks and kill buffers.
16525 (org-publish-file): Remove the code for killing buffers.
16526 (org-publish-initialize-files-alist): Use interactive.
16527 (org-publish-file): If the publishing function creates a new
16528 buffer, kill it after publishing.
16529 (org-publish-timestamp-filename): Protect ":" in file name path
16530 under windows.
16531
16532 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16533 change that killed the LaTeX buffer.
16534
16535 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16536 in the decision tree.
16537 (org-select-remember-template): Clean the code.
16538 (org-prepare-dblock): Add the extra :content parameter.
16539 (org-write-agenda): New output type ".ics" files.
16540 (org-write-agenda): Call `org-icalendar-verify-function', both for
16541 time stamps and for TODO entries.
16542 (org-agenda-collect-markers, org-create-marker-find-array)
16543 (org-check-agenda-marker-table): New functions.
16544 (org-agenda-marker-table): New variable.
16545 (org-export-as-html): Revert the change that killed the html
16546 buffer. Side effects first need to be studied carefully.
16547 (org-get-tags-at): Fix the structure of the condition-case statement.
16548 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16549 (org-timestamp-change): Fix regular expressions to swallow the
16550 extra character for repeat-shift control.
16551 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16552 (org-get-legal-level): Alias to `org-get-valid-level'.
16553 (org-dblock-write:clocktable): Add a :link parameter, linking
16554 headlines to their location in the Org agenda files.
16555 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16556 throwing an error when getting tags before headlines.
16557 (org-timestamp-change, org-modify-ts-extra)
16558 (org-ts-regexp1): Fix timestamp editing.
16559 (org-agenda-custom-commands-local-options): New constant.
16560 (org-agenda-custom-commands):
16561 Use `org-agenda-custom-commands-local-options' to improve customize
16562 type. "htmlize": Removed hack to fix face problem with htmlize,
16563 it no longer seem necessary.
16564 (org-follow-link-hook): New hook.
16565 (org-agenda-custom-commands): Add "Component" as a tag for each
16566 item in a command series.
16567 (org-open-at-point): Run `org-follow-link-hook'.
16568 (org-agenda-schedule): Bugfix: don't display marker type when it
16569 is nil.
16570 (org-store-link): org-irc required.
16571 (org-set-regexps-and-options): Parse the new logging options.
16572 (org-extract-log-state-settings): New function.
16573 (org-todo): Handle the new ways of recording state change stuff.
16574 (org-local-logging): New function.
16575 (org-columns-open-link): Fix bug with opening link in column view.
16576 (org-local-logging): New function.
16577 (org-todo): Make sure that LOGGING properties are honoured.
16578 (org-todo-keywords): Improve docstring.
16579 (org-startup-options): Cleanup startup options.
16580 (org-set-regexps-and-options): Process the "!" markers.
16581 (org-todo): Respect the new logging stuff.
16582 (org-log-note-how): New variable.
16583 (org-add-log-maybe): New parameter HOW that defines how logging
16584 should be done and also overrides PURPOSE. Add a docstring.
16585 (org-add-log-note): Check if we really need to ask for a note.
16586 (org-get-current-options): Digest the new keyword.
16587 (org-agenda-reset-markers): Rename from
16588 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16589 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16590 function, without force argument.
16591 (org-buffer-property-keys): Bind local variables s and p.
16592 (org-make-tags-matcher): Allow "" to match an empty or
16593 non-existent property value.
16594 (org-export-as-html): Join unsorted lists when they directly
16595 follow each other. Such lists may be created by headlines that
16596 are converted to lists.
16597 (org-nofm-to-completion): New function.
16598 (org-export-as-html): Use :html-extension instead of
16599 org-export-html-extension.
16600 (org-store-link): Support for links from `rmail-summary-mode'.
16601 (org-columns-new, org-complete, org-set-property): Set the
16602 `include-columns' argument in the call to
16603 `org-buffer-property-keys'.
16604 (org-buffer-property-keys): New argument `include-columns', to
16605 include properties expected by any of the COLUMNS formats in the
16606 current buffer.
16607 (org-cleaned-string-for-export): Get rid of drawers first, so that
16608 they will be removed also in the text before the first headline.
16609 (org-clock-report): Show the clocktable when found.
16610 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16611 (org-version): With prefix argument, insert `org-version' at point.
16612 (org-agenda-goto): Recenter the window after finding the target
16613 location, to make sure the correct position will be displayed.
16614 (org-agenda-get-deadlines): Don't scale priority with the warning
16615 period.
16616 (org-insert-heading): Don't break line in the middle of the line.
16617 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16618 be 0.
16619 (org-update-checkbox-count): Revamp to deal with hierarchical
16620 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16621 (org-remove-timestamp-with-keyword): New function.
16622 (org-schedule, org-deadline):
16623 Use `org-remove-timestamp-with-keyword' to make sure all such time
16624 stamps are removed.
16625 (org-mode): Support for `align'.
16626 (org-agenda-get-deadlines): Make sure priorities increase as the
16627 due date approaches and is passed.
16628 (org-remember-apply-template): Fix problem with tags that
16629 contain "_" or "@".
16630 (org-make-link-regexps): Improve the regular expression for plain links.
16631 (org-agenda-get-closed): List each clocking entry.
16632 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16633 (org-special-ctrl-k): New option.
16634 (org-kill-line): New function.
16635 (org-archive-all-done): Fix incorrect number of stars in regexp.
16636 (org-refile-get-location): New function.
16637 (org-refile-goto-last-stored): New function.
16638 (org-global-tags-completion-table): Add the value of org-tag-alist
16639 in each buffer, to make sure that also unused tags will be
16640 available for completion.
16641 (org-columns-edit-value)
16642 (org-columns-next-allowed-value): Only update if not in agenda.
16643 (org-clocktable-steps): New function.
16644 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16645 (org-archive-subtree): Add the outline tree context as a property.
16646 (org-closest-date): New optional argument `prefer'.
16647 (org-goto-auto-isearch): New option.
16648 (org-goto-map, org-get-location): Implement auto-isearch.
16649 (org-goto-local-auto-isearch-map): New variable.
16650 (org-goto-local-search-forward-headings)
16651 (org-goto-local-auto-isearch): New functions.
16652
16653 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16654
16655 * textmodes/org-irc.el: New file.
16656
16657 2008-03-13 John Wiegley <johnw@gnu.org>
16658
16659 * textmodes/org-mac-message.el: New file.
16660
16661 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16662
16663 * font-lock.el (font-lock-comment-face): Set the foreground for
16664 the light background 8 colors case.
16665
16666 2008-03-13 Glenn Morris <rgm@gnu.org>
16667
16668 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16669 generate-autoload-cookie patterns.
16670
16671 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16672
16673 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16674 (MH_E_SRC): Remove variable.
16675 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16676 Simplify file header. Use $@ for generated-autoload-file.
16677
16678 * Makefile.in (LOADDEFS): New variable.
16679 (AUTOGENEL): Use $LOADDEFS.
16680 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16681 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16682 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16683 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16684 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16685 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16686 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16687 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16688 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16689 Add calendar-specific autoload cookies, and remove any setting of
16690 generated-autoload-file.
16691 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16692 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16693 diary-loaddefs.
16694 * calendar/holidays.el: Replace explicit autoloads with reading of
16695 hol-loaddefs.
16696
16697 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16698 (calendar-buffer-list): Simplify.
16699 (generate-calendar-window): Use calendar-mark-holidays rather than
16700 obsolete alias.
16701
16702 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16703 Use cal-hebrew-yahrzeit-buffer.
16704
16705 * calendar/cal-x.el (calendar-only-one-frame-setup)
16706 (calendar-two-frame-setup): Doc fixes.
16707 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16708
16709 * calendar/appt.el (appt-mode-string): Mark as risky.
16710 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16711
16712 * calendar/cal-html.el (diary-list-entries):
16713 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16714 (calendar-iso-from-absolute): Fix autoloads.
16715
16716 * calendar/cal-iso.el (calendar-absolute-from-iso)
16717 (calendar-iso-read-args): Simplify.
16718 (calendar-iso-date-string, calendar-iso-read-args)
16719 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16720
16721 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16722 (displayed-month, displayed-year): Move declarations where needed.
16723 (calendar-print-astro-day-number): Doc fix.
16724
16725 * calendar/cal-persia.el (persian-calendar-month-name-array)
16726 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16727 (persian-prompt-for-date): Remove local variable `today'.
16728
16729 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16730
16731 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16732 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16733 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16734 (diary-sabbath-candles, solar-equinoxes/solstices)
16735 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16736 (solar-time-equation, solar-date-to-et): Simplify.
16737
16738 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16739 Replace `(car (cdr' with cadr'.
16740
16741 * progmodes/f90.el (f90-font-lock-n): New function.
16742 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16743 Use f90-font-lock-n.
16744 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16745
16746 * progmodes/f90.el (f90-mode-abbrev-table):
16747 * progmodes/fortran.el (fortran-mode-abbrev-table):
16748 Use newer form of define-abbrev, where supported. No need to bind
16749 abbrevs-changed for system abbrevs.
16750
16751 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16752
16753 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16754 delete-frame-functions.
16755
16756 * bookmark.el (Info-current-node): Remove.
16757
16758 2008-03-12 Juri Linkov <juri@jurta.org>
16759
16760 * help.el (describe-project): Remove defaliases for view-todo and
16761 describe-project that are now unnecessary after the merge from
16762 emacs--rel--22 that added define-obsolete-function-alias.
16763
16764 * startup.el (inhibit-startup-screen): Revert incomplete
16765 2008-03-10 merge from emacs--rel--22 that partly reverted
16766 2008-02-28 change that added initial message to *scratch* buffer
16767 regardless of the value of `inhibit-startup-screen'.
16768 Now keep this change in the trunk, but not in the 22 branch.
16769
16770 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16771
16772 * international/quail.el (quail-setup-completion-buf, quail-help):
16773 * mail/binhex.el (binhex-decode-region-internal):
16774 * mail/uudecode.el (uudecode-decode-region-internal):
16775 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16776 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16777 setting default-enable-multibyte-characters.
16778
16779 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16780
16781 * comint.el: Fix up indentation and comment style. Remove `function'.
16782
16783 * international/mule-cmds.el (reset-language-environment)
16784 (set-language-environment-nonascii-translation):
16785 Don't set-unibyte-charset.
16786
16787 * doc-view.el: Remove all cb-args, use closures instead.
16788 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16789 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16790 doing an incorrect check). Update all callers to use the new name.
16791 (doc-view-doc->txt): Add missing `txt' argument.
16792
16793 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16794
16795 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16796 md5 sum calculation to single-byte.
16797
16798 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * doc-view.el (doc-view-new-window-function): Add assertion.
16801 (doc-view-doc-type): New var.
16802 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16803 (doc-view-intersection): New fun.
16804 (doc-view-mode): Use it to set the new var.
16805
16806 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16807
16808 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16809 (doc-view-already-converted-p): New functions.
16810 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16811 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16812 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16813 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16814 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16815 (doc-view-convert-current-doc): Don't hardwire the functions the
16816 sentinels call. Now they're provided by two args CALLBACK and
16817 CB-ARGS to the functions.
16818 (doc-view-search): Use doc-view-doc->txt.
16819 (doc-view-initiate-display): Use doc-view-already-converted-p.
16820 Mention new binding C-c C-t if doc-view-mode doesn't work.
16821
16822 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16823
16824 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16825
16826 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16829 Mark " outside of tags as punctuation.
16830
16831 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * menu-bar.el (minibuffer-local-map): Use the same command for the
16834 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16835 Prefer RET over C-j for exit-minibuffer.
16836
16837 * files.el (display-buffer-other-frame): Eliminate problematic code.
16838
16839 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16840 (menu-bar-select-buffer): Remove.
16841 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16842 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16843
16844 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16845
16846 * icomplete.el (icomplete-completions): Remove obsolete code.
16847
16848 * net/net-utils.el (iwconfig-program-options): Doc fix.
16849 (net-utils-run-program, run-network-program): Define as functions.
16850
16851 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16852
16853 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16854
16855 2008-03-11 Glenn Morris <rgm@gnu.org>
16856
16857 * faces.el (mode-line-emphasis): New face.
16858 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16859
16860 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16861
16862 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * simple.el (set-mark-command): Doc fix.
16865
16866 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16867
16868 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16869
16870 * emacs-lisp/autoload.el (autoload-find-destination):
16871 Don't force raw-text.
16872
16873 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16874 * calendar/cal-loaddefs.el: Don't version control.
16875
16876 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16877
16878 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16879 entries and add :help to the existing ones.
16880
16881 2008-03-10 Glenn Morris <rgm@gnu.org>
16882
16883 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16884 to where they are needed.
16885
16886 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16887 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16888 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16889 (calendar-version): Doc fixes.
16890 (calendar-absolute-from-gregorian): Use zerop.
16891 (calendar-mode-line-format): Make it a defcustom.
16892
16893 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16894 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16895 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16896 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16897 (mark-included-diary-files, mark-calendar-days-named)
16898 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16899 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16900 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16901 (insert-anniversary-diary-entry, insert-block-diary-entry)
16902 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16903 (diary-font-lock-sexps): Doc fixes.
16904 (diary-remind-message, mark-calendar-month): Use zerop.
16905 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16906 (diary-list-entries): Revert let to let* (previous change).
16907
16908 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16909
16910 2008-03-10 Kim F. Storm <storm@cua.dk>
16911
16912 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16913 function aliases for the old names.
16914
16915 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16916
16917 * iswitchb.el (iswitchb-use-faces): Doc fix.
16918 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16919 Fix typos in docstrings.
16920
16921 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16922
16923 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16924 Fix typo.
16925 (verilog-type-font-keywords): Reindent.
16926
16927 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16928
16929 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16930 Fix bug in the grouping-keyword regular expression.
16931 (verilog-font-lock-keywords): Allow users to toggle special
16932 highlight of grouping-keywords.
16933 (verilog-highlight-grouping-keywords): The toggle for special
16934 highlighting of grouping keywords.
16935
16936 2008-03-10 Juri Linkov <juri@jurta.org>
16937
16938 * startup.el: Revert 2008-02-28 change that adds initial message
16939 to *scratch* buffer regardless of the value of
16940 `inhibit-startup-screen'.
16941
16942 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16943
16944 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16945 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16946 * progmodes/verilog-mode.el (verilog-mode):
16947 * net/socks.el (socks):
16948 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16949
16950 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16951
16952 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16953 (doc-view-bookmark-make-record): Use them.
16954 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16955 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16956
16957 * bookmark.el (bookmark-make-record-function): Change expected return
16958 value to include a suggested bookmark name.
16959 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16960 Fix reversed `overwrite' semantics.
16961 (bookmark-set): Call bookmark-make-record before prompting the user.
16962 Then pass the result to bookmark-store later on.
16963 (bookmark-make-name-function): Remove.
16964 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16965 * info.el (bookmark-make-name-function): Remove.
16966 (Info-mode): Don't set it.
16967 (Info-bookmark-make-name): Remove.
16968 (Info-bookmark-make-record): Use Info-current-node as suggested default
16969 bookmark name.
16970
16971 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16972 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16973 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16974 (bookmark-annotation-buffer, bookmark-annotation-file)
16975 (bookmark-annotation-point, bookmark-send-annotation)
16976 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16977 (bookmark-edit-annotation-text-func): Rename from
16978 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16979 (bookmark-edit-annotation-mode-map): Move initialization into
16980 declaration.
16981
16982 * bookmark.el: Remove spurious * in docstrings.
16983 (bookmark-minibuffer-read-name-map): New var.
16984 (bookmark-set): Use it. Also pass the default value as it should.
16985 (bookmark-send-edited-annotation): Take no chances with text properties.
16986 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16987 (bookmark-insert-buffer-name): Remove.
16988 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16989
16990 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16991
16992 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16993
16994 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16995
16996 * diff-mode.el (diff-mode-menu): Add :help.
16997
16998 2008-03-09 Glenn Morris <rgm@gnu.org>
16999
17000 * calendar/calendar.el (general-holidays, oriental-holidays)
17001 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17002 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17003 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17004 (calendar-holidays): Restore autoload cookies, because people are
17005 used to using these variables without loading calendar.el.
17006
17007 * calendar/cal-islam.el (diary-islamic-date): Move to end.
17008 (date, number): Declare where needed.
17009
17010 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17011 (list-sexp-diary-entries): Doc fixes.
17012 (diary-list-entries): Doc fix. Remove free variable `entry'.
17013 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
17014 Simplify setting of `date-holiday-list'.
17015 (mark-diary-entries): Remove free variable `entry'.
17016 (diary-list-entries, include-other-diary-files, fancy-diary-display):
17017 Use let where let* is not needed.
17018
17019 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17022 make-record function, instead paste it in afterwards.
17023 (bookmark-make-record-for-text-file):
17024 * doc-view.el (doc-view-bookmark-make-record):
17025 * info.el (Info-bookmark-make-record): Don't mess with annotations.
17026
17027 2008-03-08 Glenn Morris <rgm@gnu.org>
17028
17029 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17030
17031 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
17032
17033 * calendar/diary-lib.el (diary-list-entries)
17034 (include-other-diary-files, mark-diary-entries)
17035 (mark-sexp-diary-entries, mark-included-diary-files)
17036 (diary-entry-time, list-sexp-diary-entries): Remove the special
17037 handling of ^M that dates back to the use of selective-display.
17038 (simple-diary-display): Obey setting of pop-up-frames.
17039 (body, entry): Remove unnecessary declarations.
17040
17041 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17042 (bookmark-get-annotation, bookmark-set-annotation)
17043 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17044 (bookmark-set-position, bookmark-get-front-context-string)
17045 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17046 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17047 * info.el (Info-bookmark-make-record): Don't bother recording point.
17048 (bookmark-get-filename, bookmark-get-front-context-string)
17049 (bookmark-get-rear-context-string, bookmark-get-position):
17050 Don't declare any more.
17051 (bookmark-get-info-node): Remove.
17052 (bookmark-prop-get): Declare.
17053 (Info-bookmark-jump): Use it.
17054
17055 2008-03-08 Johan Bockgård <bojohan@gnu.org>
17056
17057 * subr.el (while-no-input): Don't splice BODY directly into the
17058 `or' form.
17059
17060 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
17061
17062 * diff-mode.el (diff-ignore-whitespace-hunk):
17063 Bind inhibit-read-only before trying to change the buffer.
17064
17065 2008-03-08 Glenn Morris <rgm@gnu.org>
17066
17067 * calendar/appt.el (appt): Move custom group here from calendar.el.
17068 (appt-disp-window, appt-convert-time): Doc fixes.
17069
17070 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17071 (calendar-bahai-mark-date-pattern):
17072 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17073 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17074 * calendar/cal-julian.el (calendar-absolute-from-julian):
17075 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17076
17077 * calendar/cal-china.el (chinese-calendar): Move custom group here from
17078 calendar.el.
17079 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17080 Make constants.
17081 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17082 (chinese-calendar-daylight-savings-starts)
17083 (chinese-calendar-daylight-savings-ends)
17084 (chinese-calendar-daylight-savings-starts-time)
17085 (chinese-calendar-daylight-savings-ends-time)
17086 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17087 Doc fixes.
17088
17089 * calendar/cal-coptic.el (coptic-name): Add doc string.
17090
17091 * calendar/cal-french.el (french-calendar-month-name-array)
17092 (french-calendar-day-name-array, french-calendar-special-days-array):
17093 Add doc strings.
17094
17095 * calendar/cal-bahai.el (diary-bahai-mark-entries)
17096 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17097 (diary-bahai-insert-yearly-entry):
17098 * calendar/cal-dst.el (calendar-next-time-zone-transition)
17099 (calendar-time-zone):
17100 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17101 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17102 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17103 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17104 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17105 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17106 (list-islamic-diary-entries, mark-islamic-diary-entries)
17107 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17108 (insert-yearly-islamic-diary-entry):
17109 * calendar/cal-iso.el (calendar-iso-read-args):
17110 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17111 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17112 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17113 (calendar-next-calendar-round-date)
17114 (calendar-mayan-long-count-common-era):
17115 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17116 (cal-menu-x-popup-menu, calendar-mouse-holidays)
17117 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17118 (calendar-mouse-goto-date):
17119 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17120 * calendar/holidays.el (holidays):
17121 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17122 * calendar/time-date.el (date-to-time, time-subtract, time-add)
17123 (safe-date-to-time): Doc fixes.
17124
17125 * calendar/cal-persia.el (persian-calendar-month-name-array)
17126 (persian-calendar-epoch): Make constants.
17127
17128 * calendar/cal-tex.el (calendar-tex): Move custom group here from
17129 calendar.el.
17130
17131 * calendar/cal-x.el (diary-frame-parameters)
17132 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17133 (calendar-after-frame-setup-hooks): Make defcustoms.
17134 (calendar-one-frame-setup, calendar-only-one-frame-setup)
17135 (calendar-two-frame-setup): Doc fix.
17136
17137 * calendar/cal-loaddefs.el: New file.
17138
17139 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17140 * calendar/cal-french.el, calendar/cal-html.el:
17141 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17142 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17143 * calendar/cal-tex.el, calendar/cal-x.el:
17144 Unquote lambda functions. Add autoload cookies to functions formerly
17145 autoloaded in calendar.el. Set `generated-autoload-file' to
17146 "cal-loaddefs.el".
17147
17148 * calendar/calendar.el: Move many autoloads to separate file,
17149 cal-loaddefs.el. Move defcustoms to start and re-order.
17150 (calendar-month-name-array, calendar-starred-day): No need to
17151 declare for compiler.
17152 (cal-loaddefs): Require it.
17153 (appt, chinese-calendar, calendar-tex): Move custom groups to the
17154 appropriate file.
17155 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17156 Reverse logic.
17157 (diary-face, diary-file-name-prefix-function, diary-include-string)
17158 (diary-glob-file-regexp-prefix, diary-face-attrs)
17159 (diary-file-name-prefix, sexp-diary-entry-symbol)
17160 (print-diary-entries-hook, list-diary-entries-hook)
17161 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17162 (nongregorian-diary-marking-hook, diary-list-include-blanks):
17163 Move to diary-lib.
17164 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17165 (all-bahai-calendar-holidays): Doc fix.
17166 (calendar-insert-indented): Doc fix. Use when rather than if.
17167 (exit-calendar): Use mapc rather than mapcar.
17168 (calendar-cursor-to-date): Use zerop.
17169 (calendar-mark-ring): Add doc-string.
17170 (calendar-starred-day): Defvar it.
17171 (calendar-mode): Make calendar-starred-day local.
17172 (calendar-star-date): No need to make calendar-starred-day local.
17173
17174 * calendar/diary-lib.el: Move defcustoms to start.
17175 (diary-include-string, diary-list-include-blanks)
17176 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17177 (diary-file-name-prefix, diary-file-name-prefix-function)
17178 (sexp-diary-entry-symbol, list-diary-entries-hook)
17179 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17180 (nongregorian-diary-marking-hook, print-diary-entries-hook):
17181 Move here from calendar.el.
17182 (diary-file-name-prefix-function): Use 'identity.
17183 (diary-face): Make it a defcustom, and mark as obsolete.
17184 (top-level): No need to require cal-hebrew, cal-islam when compiling.
17185 (calendar-hebrew-month-name-array-leap-year)
17186 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17187 Define for compiler.
17188 (diary-font-lock-keywords): Use format rather than concat.
17189 Add bahai-diary-entry-symbol.
17190
17191 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17192 * calendar/solar.el: Unquote lambda functions.
17193
17194 * calendar/solar.el (calendar-location-name, calendar-latitude)
17195 (calendar-longitude, solar-setup, solar-sin-degrees)
17196 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17197 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17198 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17199 (solar-exact-local-noon, solar-julian-ut-centuries)
17200 (solar-ephemeris-time, solar-date-next-longitude)
17201 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17202 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17203 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17204 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17205 Doc fixes.
17206 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17207 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17208 (solar-ecliptic-coordinates): Use unless.
17209 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17210 Use or.
17211
17212 * calendar/timeclock.el: Add doc-strings to all functions.
17213 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17214 (timeclock-entry-list-length, timeclock-entry-list-projects)
17215 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17216
17217 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17218
17219 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17220 (org-get-entries-from-diary): Require diary-lib.
17221
17222 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
17223
17224 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17225 Pacify byte-compiler.
17226
17227 2008-03-07 Alan Mackenzie <acm@muc.de>
17228
17229 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17230 paren/bracket pairs parsed, to solve performance problem.
17231
17232 2008-03-07 Bastien Guerry <bzg@altern.org>
17233
17234 * bookmark.el (bookmark-set): Don't check for
17235 `bookmark-make-name-function' since `bookmark-buffer-file-name'
17236 already takes care of this.
17237 (bookmark-buffer-name, bookmark-buffer-file-name):
17238 Remove Info-mode specific code.
17239
17240 * info.el (bookmark-get-info-node): Define this function in
17241 info.el, not in bookmark.el.
17242 (Info-mode): Set `bookmark-make-name-function' to
17243 `Info-bookmark-make-name' locally.
17244 (Info-bookmark-make-name): New function.
17245
17246 * bookmark.el (bookmark-make-name-function): New variable.
17247
17248 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17249
17250 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17251 buffer-local, not `bookmark-make-cell-function' (the old name).
17252
17253 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
17254
17255 * doc-view.el (doc-view-bookmark-make-record):
17256 * image-mode.el (image-bookmark-make-record):
17257 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17258
17259 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
17260
17261 * vc.el (vc-status-menu-map-filter): Return orig-binding if
17262 boundp 'vc-ignore-menu-filter.
17263 (vc-status-tool-bar-map): Make it defvar.
17264 (vc-status-mode): vc-status-tool-bar-map now variable.
17265 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17266
17267 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17268
17269 Give a better name to part of the bookmark interface.
17270
17271 This was originally a much larger change, but halfway through I
17272 updated and discovered that Stefan Monnier had done the rest.
17273 It looks like he anticipated the new name too, because he used
17274 `the-record' instead of `the-cell' for some internal variable names.
17275
17276 * bookmark.el (bookmark-make-record-function): Was
17277 `bookmark-make-cell-function'.
17278 (bookmark-make, bookmark-send-annotation): Update for above.
17279 (bookmark-make-record-for-text-file):
17280 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17281
17282 * info.el: Adjust accordingly.
17283 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17284
17285 * image-mode.el: Adjust accordingly.
17286 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17287
17288 * doc-view.el: Adjust accordingly.
17289 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17290
17291 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17294 Move initialization into declaration.
17295 (bookmark-get-info-node, bookmark-set-info-node): Remove.
17296 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17297 (bookmark-info-current-node): Remove.
17298 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17299 Add relocation fallback. Set bookmark-current-bookmark.
17300 (bookmark-default-handler): Rename from bookmark-jump-noselect.
17301 Remove relocation fallback. Don't set bookmark-current-bookmark.
17302 (bookmark-set): Let it be used even if there's no buffer-file-name
17303 as long as there is a bookmark-make-cell-function.
17304 * info.el (Info-bookmark-jump): Remove relocation fallback.
17305 Don't set bookmark-current-bookmark.
17306
17307 2008-03-07 Glenn Morris <rgm@gnu.org>
17308
17309 * calendar/appt.el (appt-issue-message)
17310 (appt-message-warning-time, appt-audible, appt-visible)
17311 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17312 (appt-display-diary): Remove autoload cookies.
17313
17314 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17315 Remove leading `*' from defcustom doc-strings.
17316
17317 * calendar/cal-dst.el (calendar-dst): New custom group.
17318 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17319 (calendar-time-zone, calendar-daylight-time-offset)
17320 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17321 (calendar-daylight-savings-starts-time)
17322 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17323 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17324 Move to start.
17325
17326 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17327
17328 * calendar/calendar.el (calendar-version): Use emacs-version and
17329 make it obsolete. Move to end.
17330 (calendar-offset, view-diary-entries-initially)
17331 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17332 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17333 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17334 (all-bahai-calendar-holidays, calendar-load-hook)
17335 (initial-calendar-window-hook, today-visible-calendar-hook)
17336 (today-invisible-calendar-hook, calendar-move-hook)
17337 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17338 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17339 (diary-include-string, sexp-diary-entry-symbol)
17340 (abbreviated-calendar-year, american-date-diary-pattern)
17341 (european-date-diary-pattern, european-calendar-display-form)
17342 (american-calendar-display-form, print-diary-entries-hook)
17343 (list-diary-entries-hook, diary-hook, diary-display-hook)
17344 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17345 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17346 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17347 (local-holidays, other-holidays, hebrew-holidays-1)
17348 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17349 (hebrew-holidays, christian-holidays, islamic-holidays)
17350 (bahai-holidays, solar-holidays, calendar-setup)
17351 (calendar-week-start-day): Remove autoload cookies.
17352 (diary-glob-file-regexp-prefix): Doc fix.
17353 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17354 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17355 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17356
17357 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17358 (calendar-time-display-form, calendar-latitude)
17359 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17360 cookies.
17361 (calendar-latitude, calendar-longitude): Move functions after
17362 variables.
17363 (diary-sabbath-candles-minutes): Move to start.
17364 (solar-setup): Use or rather than if.
17365 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17366 Remove condition-case.
17367 (solar-atn2): Use zerop.
17368 (solar-equinoxes-solstices): Doc fix.
17369
17370 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17371 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17372
17373 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17374 (calendar-longitude, calendar-latitude, calendar-location-name):
17375 Declare for compiler.
17376
17377 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * arc-mode.el (archive-ar-file-header-re): New const.
17380 (archive-ar-summarize, archive-ar-extract): New funs.
17381 (archive-find-type): Recognize ar archives.
17382
17383 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17384 New functions.
17385
17386 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17387
17388 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17389
17390 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17391 Replace :enable (mark-active) with :enable mark-active.
17392
17393 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17394
17395 * vms-patch.el (make-legal-file-name): New obsolete alias.
17396 (make-valid-file-name): Rename from `make-legal-file-name'.
17397 (make-auto-save-file-name): Use it.
17398
17399 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17400 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17401 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17402
17403 * textmodes/org.el (org-export-html-style): Doc fix.
17404 (org-get-legal-level): New obsolete alias.
17405 (org-get-valid-level): Rename from `org-get-legal-level'.
17406 (org-promote, org-demote, org-archive-subtree)
17407 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17408
17409 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17410
17411 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17412
17413 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17414 (vc-status-toggle-mark): New functions.
17415 (vc-status-mode): Set tool bar map.
17416
17417 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17420 Reported by Drew Adams <drew.adams@oracle.com>.
17421
17422 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17423
17424 * subr.el (read-quoted-char): Resolve modifiers of the character
17425 event.
17426
17427 * comint.el (comint-exec-1): Don't change the coding-system for
17428 decoding to dos-like EOL.
17429 (comint-carriage-motion): Fully rewrite.
17430
17431 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17432
17433 * epg.el (epg-context-include-certs): Reflow docstring.
17434 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17435 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17436 (epg-context-set-signers, epg-context-set-sig-notations)
17437 (epg-make-import-status, epg-make-import-result)
17438 (epg-start-delete-keys): Fix typos in docstrings.
17439 (epg-start-sign-keys, epg-sign-keys):
17440 Fix typos in obsolescence declarations.
17441
17442 * iswitchb.el: Don't check for `cadr' and `last'.
17443 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17444 Add obsolescence declaration and remove redundant info from docstring.
17445 (iswitchb-set-common-completion, iswitchb-set-matches)
17446 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17447 (recentf-list, most-len, most-is-exact):
17448 Don't wrap defvars within `eval-when-compile'.
17449
17450 2008-03-05 Glenn Morris <rgm@gnu.org>
17451
17452 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17453 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17454 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17455 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17456 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17457
17458 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17459 declaration for compiler.
17460 (ediff-xemacs-init-menus): Use when rather than if.
17461
17462 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17463 if+and to just and.
17464 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17465 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17466
17467 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17468
17469 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17470 test inside XEmacs test.
17471 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17472 since it was doing nothing on Emacs.
17473 (ediff-make-bullet-proof-overlay): Use when rather than if.
17474
17475 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17476 (ediff-setup-control-frame): Remove
17477 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17478 a (featurep 'xemacs) test.
17479
17480 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17481
17482 * calc/calc-ext.el (calc-extended-command-history): New variable.
17483 (calc-execute-extended-command): Use `calc-extended-command-history'.
17484
17485 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17486
17487 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17488 (standard-mode-line-position): Add mouse-face.
17489
17490 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17491 * progmodes/grep.el (grep-mode-map): Add :help.
17492
17493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17494 initialize in one step. Add :help. Use :enable to activate menu
17495 items. Show the key binding for edebug-defun.
17496 (lisp-interaction-mode-map): Add a menu.
17497
17498 * term.el (term-mode-map): Define and initialize in one step.
17499
17500 * ediff-init.el (ediff-color-display-p): Simplify.
17501 (Xor): Remove unused function.
17502 (ediff-with-syntax-table): Simplify for Emacs.
17503
17504 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17505 menu-bar being loaded, it always is.
17506
17507 2008-03-05 Glenn Morris <rgm@gnu.org>
17508
17509 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17510 multiple definitions when compiling.
17511
17512 2008-03-04 Alan Mackenzie <acm@muc.de>
17513
17514 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17515
17516 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17517 doc-string, "c-old-LEN" -> "c-old-END".
17518
17519 2008-03-04 Jason Rumney <jasonr@gnu.org>
17520
17521 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17522 namespaces.
17523
17524 2008-03-04 Glenn Morris <rgm@gnu.org>
17525
17526 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17527
17528 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17529 than mapcar.
17530
17531 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17534 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17535
17536 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17537 so that M-q can fill comments.
17538 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17539 commands implemented in elisp.
17540 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17541 (tex-format-cmd): New function.
17542 (tex-compile): Use it to let the user specify default arguments.
17543 (tex-cmd-bibtex-args): New var.
17544 (tex-cmd-doc-view): New function.
17545
17546 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17547
17548 * faces.el (face-spec-set): Fix typos in docstring.
17549
17550 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17551
17552 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17553 (standard-mode-line-position): Use it to add a menu for toggling
17554 column number and line number display.
17555
17556 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17557
17558 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17559 Remove optimization that was working around the form-code-walker bug.
17560
17561 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17562 Walk into the body of lambdas after byte-compile-unfold-lambda.
17563
17564 2008-03-03 Glenn Morris <rgm@gnu.org>
17565
17566 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17567 value, if set, over frame value.
17568
17569 * simple.el (transient-mark-mode): Don't turn on by default.
17570
17571 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17572 accidentally removed by the 2007-12-05 merge from Gnus.
17573
17574 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17575
17576 * progmodes/compile.el (compilation-menu-map): Add menu entries
17577 for useful options.
17578
17579 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17580 Glenn Morris <rgm@gnu.org>
17581
17582 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17583 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17584 Give a `bytecomp-' prefix to local variables with common names.
17585
17586 2008-03-01 Glenn Morris <rgm@gnu.org>
17587
17588 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17589 Restore code commented out 2007-11-10.
17590
17591 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17592
17593 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17594 Delete macro.
17595 * emulation/viper-cmd.el, emulation/viper-ex.el:
17596 * emulation/viper-init.el, emulation/viper-keym.el:
17597 * emulation/viper-mous.el, emulation/viper-util.el:
17598 * emulation/viper.el:
17599 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17600 featurep test.
17601
17602 Replace obsolete frame-local variables with frame-parameters.
17603 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17604 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17605 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17606 on XEmacs.
17607 * emulation/viper-util.el (viper-frame-value): New macro.
17608 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17609 (viper-R-state-post-command-sentinel)
17610 (viper-replace-state-post-command-sentinel)
17611 (viper-change-state-to-insert, viper-change-state-to-emacs):
17612 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17613 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17614 (viper-get-saved-cursor-color-in-insert-mode)
17615 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17616 Use viper-frame-value for viper-replace-overlay-cursor-color,
17617 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17618 viper-vi-state-cursor-color values.
17619
17620 * emulation/viper-cmd.el (zmacs-region-stays):
17621 * emulation/viper-util.el (zmacs-region-stays): No need to define
17622 for compiler.
17623
17624 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17625 mapcar on Emacs.
17626
17627 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17628 on XEmacs.
17629
17630 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17631 rather than if.
17632
17633 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17634
17635 * whitespace.el: New version 9.3. As the glyph code generation was
17636 fixed, it is possible now to use character code above ?\x1FFFF in the
17637 display table. Fix `whitespace-indentation-regexp' to not include an
17638 extra ending character. Reported by Michael Welsh Duggan
17639 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17640 the original whitespace package had. Suggested by Eric Cooper
17641 <ecc@cmu.edu>. Doc fix.
17642 (whitespace-action): New option.
17643 (whitespace-display-mappings): Changed default newline visualization to
17644 display downwards arrow, as the glyph code generation was fixed.
17645 (whitespace-unload-function): Assure that all local whitespace mode is
17646 turned off.
17647 (whitespace-global-modes): Fix type customization.
17648 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17649 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17650 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17651 Fix code.
17652 (whitespace-buffer): Command removed.
17653 (whitespace-trailing-regexp, whitespace-mark-x)
17654 (whitespace-display-window, whitespace-action-when-on)
17655 (whitespace-add-local-hook, whitespace-remove-local-hook)
17656 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17657 (whitespace-action): New funs.
17658 (whitespace-report-list, whitespace-report-text)
17659 (whitespace-report-buffer-name): New consts.
17660 (whitespace-report, whitespace-report-region): New commands.
17661
17662 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17663
17664 * disp-table.el (make-glyph-code): Don't test the result of
17665 `face-id', which already signals an error for invalid faces.
17666 (glyph-face): Simplify.
17667
17668 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17669 running `desktop-not-loaded-hook' to allow modifying it.
17670 Don't show warning message if `desktop-dirname' was modified.
17671
17672 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17675 we still expect more lines.
17676
17677 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17678 comment-paragraph filling if the commark doesn't match
17679 comment-start-skip.
17680
17681 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17682
17683 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17684 the `imap' variant.
17685
17686 2008-03-01 Jason Rumney <jasonr@gnu.org>
17687
17688 * files.el (make-auto-save-file-name): Encode more characters in
17689 non-file buffer names. Use url-encoding.
17690
17691 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17692
17693 * net/net-utils.el (ftp-program): Fix typo in docstring.
17694 (ifconfig-program-options, netstat-program-options)
17695 (arp-program-options, route-program-options, nslookup-program-options)
17696 (ftp-program-options, smbclient-program-options)
17697 (dns-lookup-program-options, arp, route): Doc fixes.
17698
17699 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17700 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17701 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17702 Fix typos in docstrings.
17703 (gdb-pending-triggers): Reflow docstring.
17704 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17705
17706 2008-03-01 Alan Mackenzie <acm@muc.de>
17707
17708 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17709 typing "#" at EOB.
17710
17711 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17712
17713 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17714
17715 2008-02-29 Kim F. Storm <storm@cua.dk>
17716
17717 * emulation/cua-base.el (cua-remap-control-v)
17718 (cua-remap-control-z): New defcustoms.
17719 (cua-mode): Add them to set-after property.
17720 (cua--init-keymaps): Use them.
17721 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17722
17723 * help.el (view-emacs-todo): Rename from view-todo.
17724 (describe-gnu-project): Rename from describe-project. Users changed.
17725 (view-help-file): New helper function.
17726 (describe-distribution, describe-copying, describe-gnu-project)
17727 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17728 (view-emacs-debugging, view-external-packages): New commands.
17729 (help-map): Move describe-distribution to C-h C-o (ordering).
17730 Move view-emacs-problems to C-h C-p (problems).
17731 Bind view-emacs-debugging to C-h C-d (debugging).
17732 Bind view-external-packages to C-h C-e (extras).
17733 (help-for-help-internal): Cleanup and align descriptions.
17734 Remove command names to reduce clutter.
17735
17736 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17737
17738 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17739 and quieter face (not a warning).
17740
17741 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17742
17743 * vc.el (vc-status-crt-marked): New variable.
17744 (vc-status-mode): Make it local.
17745 (vc-status-refresh): Use it to save the marked files.
17746 (vc-update-vc-status-buffer): Use it to restore the marked files.
17747
17748 * vc-svn.el (vc-svn-after-dir-status):
17749 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17750
17751 2008-02-29 Glenn Morris <rgm@gnu.org>
17752
17753 * allout.el (allout-topic-encryption-bullet)
17754 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17755 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17756 from 22.0 to 22.1.
17757
17758 * net/imap.el (imap-ping-server):
17759 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17760 Change defcustom :version from 23.0 to 23.1.
17761
17762 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17763
17764 * desktop.el (desktop-save): Save the buffer name if the
17765 uniquified base name is empty.
17766
17767 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17768
17769 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17770 correctly when user has "set print address off".
17771
17772 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17773
17774 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17775 version number of the next major Emacs release, not 23.0.
17776
17777 * longlines.el (longlines-unload-function): New function.
17778
17779 2008-02-28 Juri Linkov <juri@jurta.org>
17780
17781 * startup.el (normal-splash-screen): Add argument `concise'.
17782 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17783 to the created buffer. If `concise' is non-nil, call
17784 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17785 (display-startup-screen): Add argument `concise' to the call to
17786 `normal-splash-screen'.
17787
17788 2008-02-28 Kim F. Storm <storm@cua.dk>
17789
17790 * startup.el (startup-echo-area-message): Check for about-emacs.
17791
17792 2008-02-28 Juri Linkov <juri@jurta.org>
17793
17794 * startup.el: Always add initial message to *scratch* buffer if
17795 `initial-scratch-message' is non-nil regardless of the value of
17796 `inhibit-startup-screen'.
17797 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17798 (command-line-1): Move code that inserts `initial-scratch-message'
17799 up before the if-form that checks for `inhibit-startup-screen'.
17800 Suggested by Jonathan Rockway <jon@jrock.us>.
17801
17802 2008-02-28 Juri Linkov <juri@jurta.org>
17803
17804 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17805 Rename `custom-mode' to `Custom-mode' in docstrings.
17806 (custom-buffer-create-internal, customize-browse):
17807 Rename `custom-mode' to `Custom-mode'.
17808 (custom-mode-hook): Rename to `Custom-mode-hook'.
17809 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17810 (custom-mode): Rename to `Custom-mode'.
17811 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17812 (custom-mode): Add backward-compatible non-interactive variant of
17813 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17814 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17815
17816 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17817
17818 * emulation/viper.el (viper-emacs-state-mode-list):
17819 Rename `custom-mode' to `Custom-mode'.
17820
17821 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17822 Capitalize "Tagged Files".
17823 (minibuffer-local-map): Add menu items for next/previous
17824 history elements and isearch history forward/backward.
17825
17826 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17827 `hs-isearch-open' with t instead of `comment' in :selected
17828 for "Code and Comment blocks" menu item.
17829
17830 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17831
17832 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17833 Should be done in desktop.el instead.
17834
17835 2008-02-28 Glenn Morris <rgm@gnu.org>
17836
17837 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17838
17839 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17840
17841 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17842 (Info-menu, Info-goto-node): Remove declarations.
17843 (report-emacs-bug-info): Use info rather than Info-goto-node.
17844
17845 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17846 (idlwave-convert-xml-system-routine-info): Don't require xml.
17847 (idlwave-show-commentary, idlwave-shell-show-commentary):
17848 Don't require finder.
17849 (idlwave-info): Don't require info. Use info rather than
17850 Info-goto-node.
17851
17852 * textmodes/org.el (Info-goto-node): Remove declaration.
17853 (org-info): Use info rather than Info-goto-node.
17854
17855 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17856 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17857
17858 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17859
17860 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17861 the menu.
17862
17863 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17864 (vc-finish-logentry): Check for vc-status-mode, not only for
17865 vc-dired-mode.
17866
17867 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17868
17869 * isearch.el (isearch-printing-char): Don't check
17870 keyboard-coding-system.
17871 Call isearch-process-search-multibyte-characters only when
17872 current-input-method is non-nil.
17873
17874 2008-02-27 Kim F. Storm <storm@cua.dk>
17875
17876 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17877 (glyph-char, glyph-face): Handle cons encoding.
17878
17879 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17880
17881 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17882 empty string, return nil to allow the caller to default to the
17883 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17884
17885 * tool-bar.el (tool-bar-setup): Doc fix.
17886
17887 * mail/supercite.el (sc-describe):
17888 Fix typos in obsolescence declaration.
17889
17890 2008-02-27 Glenn Morris <rgm@gnu.org>
17891
17892 * autoinsert.el (auto-insert-alist): Change permission text to
17893 match FSF's GPLv3 form.
17894
17895 * mail/supercite.el (sc-cite-original): Doc fix.
17896 (sc-version): Make obsolete.
17897 (sc-describe): Show the SC info page. Make obsolete.
17898
17899 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17900
17901 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17902 when using transient-mark-mode.
17903 (default-indicate-unused-lines): Remove unused var.
17904
17905 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17906
17907 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17908 and previous.
17909
17910 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17911
17912 2008-02-26 Glenn Morris <rgm@gnu.org>
17913
17914 * net/net-utils.el (top-level): Don't require comint when compiling.
17915 (nslookup-font-lock-keywords): Don't require font-lock.
17916 Use font-lock faces rather than variables.
17917 (nslookup, ftp, smbclient, network-service-connection):
17918 Don't require comint.
17919 (comint-prompt-regexp, comint-input-autoexpand)
17920 (comint-input-ring): Declare for compiler.
17921 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17922 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17923
17924 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17925 doc-string.
17926
17927 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * doc-view.el (doc-view-current-page): Add a `win' argument.
17930
17931 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17934 Demote it to plain defvar.
17935 (doc-view-conversion-refresh-interval): Reduce interval.
17936 (doc-view-goto-page): Allow moving to pages not yet rendered.
17937 (doc-view-goto-page): Construct a file name rather than extracting it
17938 from doc-view-current-files.
17939 (doc-view-kill-proc): Ignore errors from kill-process.
17940 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17941 (doc-view-insert-image): Use appropriate text if the page hasn't been
17942 rendered yet. Adjust scrolling so the text is displayed.
17943 (doc-view-display): Detect not just that a page is available, but also
17944 that it wasn't available before, so as to avoid refreshing all pages
17945 repeatedly.
17946 (doc-view-mode): Make doc-view-cache-directory if needed.
17947
17948 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17949
17950 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17951 toggle-read-only.
17952
17953 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17954 refering to a missing required field with the OPT prefix.
17955 Make unwindform more robust.
17956
17957 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17958 it duplicates the bibtex support in progmodes/hideshow.el.
17959 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17960 entries that do not start at the beginning of a line.
17961
17962 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17963
17964 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17965
17966 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17967
17968 * help-fns.el (describe-variable): Add phrases about
17969 initialization file with and without customization;
17970 use new button type help-info-variable.
17971
17972 * help-mode.el (help-info-variable):
17973 New button able to read Info files for help-fns.el.
17974
17975 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17976
17977 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17978 (grep-mode): Use grep-mode-tool-bar-map.
17979
17980 * progmodes/compile.el (tool-bar): Require tool-bar.
17981 (compilation-mode-tool-bar-map): New variable.
17982 (compilation-mode): Use compilation-mode-tool-bar-map.
17983
17984 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17985
17986 2008-02-25 Glenn Morris <rgm@gnu.org>
17987
17988 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17989
17990 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * diff-mode.el (diff-file-junk-re): New const.
17993 (diff-beginning-of-file-and-junk): Use it.
17994 (diff-file-kill): Make sure we were really inside a file diff.
17995
17996 * diff-mode.el: Make it more robust in the presence of empty context
17997 lines in unified hunks.
17998 (diff-valid-unified-empty-line): New var.
17999 (diff-unified->context, diff-sanity-check-hunk): Obey it.
18000 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
18001 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18002 (diff-hunk-header-re-unified): New const.
18003 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18004 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18005 (diff-sanity-check-hunk): Use it.
18006
18007 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18008 Index: line, don't search backward for the previous one.
18009
18010 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18011
18012 * international/fontset.el (setup-default-fontset): Add non-OTF
18013 lao font for lao script.
18014
18015 * language/tibetan.el: Register tibetan-composition-function in
18016 composition-function-table.
18017
18018 * language/tibet-util.el (tibetan-composition-function):
18019 Adjust for the new calling way (argument changed). Try font-shape-text
18020 if possible.
18021
18022 * language/lao.el: Register lao-composition-function in
18023 composition-function-table.
18024
18025 * language/lao-util.el (lao-composition-function): Adjust for the new
18026 calling way (argument changed). Try font-shape-text if possible.
18027
18028 2008-02-25 Jason Rumney <jasonr@gnu.org>
18029
18030 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18031
18032 2008-02-25 Juri Linkov <juri@jurta.org>
18033
18034 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18035 background, "red4" for a dark background, "red" for 16 and
18036 8 colors, "grey" for grayscale, and inverse video otherwise.
18037 Add :version tag.
18038 (isearch-message): Keep the original isearch-message intact, and
18039 add text properties to it where necessary. Add `isearch-error' to
18040 the condition that checks if isearch is unsuccessful.
18041
18042 2008-02-24 Juri Linkov <juri@jurta.org>
18043
18044 * progmodes/compile.el (compilation-handle-exit):
18045 Use compilation-error face instead of font-lock-warning-face.
18046 Display the same message in the minibuffer as is inserted
18047 at the end of the compilation buffer.
18048
18049 2008-02-24 Glenn Morris <rgm@gnu.org>
18050
18051 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18052 multiple file case.
18053
18054 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18055
18056 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18057 multiple file case. Use a single `let' rather than two.
18058
18059 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18060
18061 * progmodes/compile.el (compilation-start): Specify a face for
18062 mode-line-process.
18063 (compilation-handle-exit): Specify a face and a tooltip for
18064 mode-line-process.
18065
18066 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * hilit-chg.el: Remove spurious * in defcustom docstrings.
18069 (hilit-chg-make-ov): Simplify.
18070 (hilit-chg-fixup): Use remove-overlays.
18071 (hilit-chg-set-face-on-change): Remove redundant call to
18072 `remove-text-properties'.
18073
18074 * dired.el (dired-mark-prompt): Don't count/display the t element.
18075 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18076
18077 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18078
18079 * progmodes/verilog-mode.el (eval-when-compile): Don't define
18080 add-submenu.
18081 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18082 Remove. Move contents to the only use ...
18083 (verilog-menu): ... here.
18084 (verilog-statement-menu): Remove. Move contents to the only use ...
18085 (verilog-stmt-menu): ... here.
18086 (verilog-mark-defun): Simply call mark-defun for emacs.
18087 (occur-pos-list): Declare for byte compiler.
18088 (mode-popup-menu): Don't defvar.
18089 (verilog-add-statement-menu): Remove.
18090 (verilog-mode-hook): Don't add verilog-add-statement-menu.
18091 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18092
18093 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18094
18095 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18096 conditional.
18097 (verilog-font-grouping-keywords-face): Make the begin..end
18098 keywords standout more than other verilog keywords.
18099 (verilog-type-font-keywords): Move the begin..end out of this list
18100 to facilitate making them to (potentially) stand out more.
18101 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18102 function & task blocks.
18103 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18104 initial, function & task blocks.
18105 (verilog-forward-sexp): Handle the new "disable fork" statement of
18106 IEEE-1800 Verilog.
18107 (verilog-beg-block-re-ordered): Handle the new "disable fork"
18108 statement of IEEE-1800 Verilog.
18109 (verilog-calc-1): Handle the new "disable fork" statement of
18110 IEEE-1800 Verilog.
18111 (verilog-disable-fork-re): Add const to help handle the new
18112 "disable fork" statement of IEEE-1800 Verilog.
18113 (verilog-declaration-core-re): Add port directions by themselves,
18114 with no qualification, as base item of a declaration.
18115 (verilog-pretty-declarations): Add new flag to ask it to refrain
18116 from printing to the message buffer.
18117 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18118 printing to the message buffer. Improve handling of the many
18119 types of expression line up.
18120 (verilog-just-one-space): Remove printing of an empty message.
18121 (verilog-get-lineup-indent): Rework to support the better handling
18122 of expression lineup for verilog-pretty-expr.
18123 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18124
18125 2008-02-24 Alan Mackenzie <acm@muc.de>
18126
18127 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18128 yesterday's commit.
18129
18130 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18131
18132 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18133 to mouse-set-point in buffers that aren't associated with files.
18134
18135 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18136
18137 2008-02-24 Alan Mackenzie <acm@muc.de>
18138
18139 Set of changes so that "obtrusive" syntactic elements in a
18140 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18141 unmatched paren) don't interact syntactically with stuff outside
18142 the CPP line.
18143
18144 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18145 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18146 off-by-one bug.
18147 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18148 a bit of refactoring.
18149 (c-awk-extend-and-syntax-tablify-region): Takes some of the
18150 functionality of c-awk-advise-fl-for-awk-region, which has been
18151 refactored away.
18152
18153 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18154 (c-clear-char-property-with-value): New function and macro which
18155 remove text-properties `equal' to a supplied value.
18156
18157 * progmodes/cc-engine.el: Comment about text properties amended.
18158
18159 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18160 parens around "error\\|warning".
18161
18162 * progmodes/cc-langs.el (c-get-state-before-change-function)
18163 (c-before-font-lock-function, c-anchored-cpp-prefix):
18164 New language variables.
18165 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18166
18167 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18168 syntax-table text properties.
18169 (c-common-init): Call language specific before/after-change
18170 functions at mode initialisation.
18171 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18172 (c-extend-region-for-CPP, c-neutralize-CPP-line)
18173 (c-neutralize-syntax-in-CPP): New functions.
18174 (c-before-change, c-after-change): Call the new language specific
18175 change functions defined in cc-langs.el.
18176 (c-advise-fl-for-region): New macro.
18177 (awk-mode): Remove AWK specific stuff which has been refactored
18178 into language independent stuff.
18179
18180 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18181
18182 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18183 (gdb): (Re)set gdb-flush-pending-output to nil here...
18184 (gdb-init-1): ...instead of here (before gdb-prompt).
18185
18186 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18189 Recognize ''' just like any other char-constant.
18190
18191 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18194 careful enough. Detect the uid-change all within the main loop.
18195
18196 2008-02-24 Stefan Monnier <monnier@pastel.home>
18197
18198 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18199
18200 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * hilit-chg.el (highlight-save-buffer-state): New macro.
18203 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18204 (hilit-chg-clear): Use it to preserve the modified-p flag.
18205 (highlight-changes-rotate-faces): Don't mess with the undo-list.
18206
18207 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * font-lock.el (font-lock-set-defaults): Unset previously set variables
18210 when needed.
18211
18212 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
18213
18214 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18215 from gnus-button-url-regexp.
18216
18217 2008-02-24 Eli Zaretskii <eliz@gnu.org>
18218
18219 * progmodes/compile.el (compilation-next-error): Doc fix.
18220 (compilation-find-file): Doc fix.
18221
18222 2008-02-24 Glenn Morris <rgm@gnu.org>
18223
18224 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18225 Add obsolete aliases to the old names.
18226
18227 2008-02-24 Richard Stallman <rms@gnu.org>
18228
18229 * net/net-utils.el (ifconfig): Rename from ipconfig.
18230 (ipconfig): Alias to ifconfig.
18231 (ifconfig-program): Rename from ipconfig-program.
18232 (ifconfig-program-options): Rename from ipconfig-program-options.
18233
18234 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18235
18236 * progmodes/verilog-mode.el (verilog-declaration-core-re):
18237 Add port directions by themselves, with no qualification, as base
18238 item of a declaration.
18239 (verilog-pretty-declarations): Add new flag that inhibits printing
18240 to the message buffer.
18241 (verilog-pretty-expr): Add new flag that inhibits printing to the
18242 message buffer. Improve handling of the many types of expression
18243 line up.
18244 (verilog-just-one-space): Don't print an empty message.
18245 (verilog-get-lineup-indent): Rework to support the better handling
18246 of expression lineup for verilog-pretty-expr.
18247 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18248 (verilog-mode-version, verilog-mode-release-date): Update.
18249
18250 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * subr.el (cancel-change-group): Don't move point.
18253
18254 2008-02-23 Markus Triska <markus.triska@gmx.at>
18255
18256 * linum.el (linum-after-config): Update all visible windows.
18257
18258 2008-02-23 Glenn Morris <rgm@gnu.org>
18259
18260 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18261 Add :help for Solitaire and Tetris.
18262
18263 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18264
18265 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18266 (smtpmail-code-conv-from): Doc fix. Fix custom type.
18267 (smtpmail-queue-index-file): Make it a defcustom.
18268 (smtpmail-queue-index): Delete.
18269 (smtpmail-send-it, smtpmail-send-queued-mail):
18270 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18271 smtpmail-queue-index.
18272
18273 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18274 Add :version.
18275
18276 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
18277
18278 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18279 New variables.
18280 (iwconfig): New function.
18281
18282 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
18283
18284 * vc.el (vc-find-revision): Make vc-parent-buffer local before
18285 setting it.
18286 (vc-status-menu-map): Do not define using easy-menu.
18287 (vc-status-menu-map): New defalias.
18288 (vc-status-mode-map): Hook up the menu.
18289 (top-level): Update TODO.
18290
18291 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18292
18293 * vc-bzr.el (vc-bzr-init-version): Rename to ...
18294 (vc-bzr-init-revision): ... this.
18295
18296 2008-02-23 Jason Rumney <jasonr@gnu.org>
18297
18298 * makefile.w32-in (WINS_ALMOST): Remove term.
18299 (WINS): Add term here.
18300 (custom-deps, finder-data): Use WINS_ALMOST.
18301
18302 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
18303
18304 * faces.el (font-weight-table): Fix value of `semi-light'.
18305
18306 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18307
18308 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18309 Make those tables bijective.
18310
18311 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18312
18313 Finish pdbtrack integration cleanup, settling missing-functions
18314 byte compiler warnings appropriately.
18315
18316 * progmodes/python.el (python-point): Remove this - beginning-of-line
18317 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18318 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18319 (python-goto-initial-line): Drop these - they were only needed for
18320 python-point.
18321 (python-comint-output-filter-function): Use condition-case and
18322 beginning-of-line directly, instead of python-mode.el functions
18323 which require all sorts of baggage.
18324 (point-safe): Unnecessary - we're using condition-case directly,
18325 instead.
18326 (python-execute-file): Include for python-shell, which I'm leaving
18327 in keeping despite it being unnecessary for pdb tracking.
18328
18329 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18330
18331 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18332 Add SRFI 11 support.
18333 (let-values, let*-values): Specify scheme-indent-function.
18334
18335 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18336
18337 * vc.el (vc-exec-after): Move setting mode-line-process in the
18338 busy case ...
18339 (vc-set-mode-line-busy-indicator): ... in this new function.
18340 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18341 (vc-update-vc-status-buffer): Reset mode-line-process.
18342 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18343 mark/unmark all the files with the same state as the current one.
18344 With a prefix argument mark/unmark all files.
18345 (vc-status-mode-menu): Adjust strings.
18346 (vc-update-vc-status-buffer): Only do something when the argument
18347 is not nil.
18348 (vc-status-kill-dir-status-process): New function.
18349 (vc-status-mode-map): Bind it.
18350 (vc-status-process-buffer): New variable.
18351 (vc-status-mode): Make it local.
18352 (vc-status-refresh): Set it.
18353
18354 * vc-hg.el (vc-hg-dir-status):
18355 * vc-git.el (vc-git-dir-status):
18356 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18357 command is run.
18358
18359 2008-02-22 Glenn Morris <rgm@gnu.org>
18360
18361 * json.el (top-level): No need to require thingatpt.
18362 (json-read-keyword): Use thing-at-point rather than word-at-point.
18363
18364 * time.el (top-level): No need to require time-date when compiling.
18365
18366 * emacs-lisp/copyright.el (copyright-update-year):
18367 Fix subexpression numbering for the case when years are split over
18368 lines, and for the replace case.
18369
18370 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18371 (tpu-caar, tpu-cadr): Delete functions.
18372 (zmacs-regions): No need to declare for compiler.
18373 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18374 (tpu-spell-check): Rewrite, and handle mark after point.
18375 (tpu-special-insert): Use or rather than if.
18376
18377 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18378 rather than spell-region.
18379
18380 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18381 warnings about spell-region.
18382
18383 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18384
18385 * ldefs-boot.el: Regenerated.
18386
18387 * loadup.el: Don't load language/devanagari, language/kannada,
18388 language/malayalam, and language/tamil. Load language/sinhala.
18389
18390 * language/indian.el (indian-font-foundry)
18391 (indian-script-language-alist, indian-font-char-index-table)
18392 (indian-font-char, indian-font-char-range, indian-script-table)
18393 (indian-default-script, indian-composable-pattern): Delete them.
18394 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18395 language environments moved to here.
18396 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18397 New language environments.
18398
18399 * language/devanagari.el, language/devan-util.el,
18400 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18401 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18402 Delete them.
18403
18404 * language/sinhala.el: New file.
18405
18406 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18407
18408 Update Nick Robert's port of pdb tracking from python-mode.el.
18409
18410 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18411 Clarify docstring.
18412 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18413 tracking is happening.
18414 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18415 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18416 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18417 Tracking is plugged in to all comint buffers once python.el is loaded.
18418 (python-pdbtrack-overlay-arrow): Toggle activation of
18419 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18420 (python-pdbtrack-track-stack-file): Use new
18421 `python-pdbtrack-get-source-buffer' for more flexible access to
18422 debugging source files.
18423 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18424 according to pdb stack trace, optionally using new
18425 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18426 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18427 named buffer, or having function with indicated name.
18428 (python-shell): Remove comint-output-filter-functions hook
18429 addition, it's being done elsewhere. Wrap long line.
18430
18431 2008-02-21 Michael Olson <mwolson@gnu.org>
18432
18433 * json.el: Replace XEmacs compatibility code to get rid of
18434 compiler warnings.
18435
18436 * time.el: Fix compiler warning.
18437
18438 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18439
18440 * json.el: New file (JavaScript Object Notation parser / generator).
18441
18442 2008-02-21 Dave Love <fx@gnu.org>
18443
18444 * progmodes/sym-comp.el: New file.
18445
18446 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18447 Require sym-comp. Add Python buffer to same-window-buffer-names.
18448 Fixup whitespaces.
18449 (python-font-lock-keywords): Add highlighting for Python builtins.
18450 (python-font-lock-syntactic-keywords): Rewrite.
18451 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18452 ppss directly.
18453 (python-mode-map): Add binding for python-find-function.
18454 (python-calculate-indentation): Clean up the logic.
18455 (python-beginning-of-defun): Explicitly set return value.
18456 (python-beginning-of-statement): Stop looping if we get stuck
18457 going backwards.
18458 (python-next-statement): Stop looping if we somehow end up inside
18459 a string while advancing.
18460 (python-preoutput-continuation, python-version-checked): New vars.
18461 (python-check-version): New function.
18462 (run-python): Set default command to python-command instead of
18463 python-python-command.
18464 (run-python): Use python-check-version. Give PYTHONPATH
18465 precedence over data-directory in the process environment.
18466 Load function definitions in python process after.
18467 (python-check-comint-prompt): New function.
18468 (python-send-command, python-send-receive): Use it.
18469 (python-complete-symbol, python-try-complete): Functions deleted.
18470 Use symbol-complete instead of python-complete-symbol throughout.
18471 (python-fill-paragraph): Further refine the fenced-string regexp.
18472 (def-python-skeleton): Expand to the original abbrev instead if in
18473 a comment or string. Tweak skeletons for `if', `while', `for',
18474 `try/except', `try/finally', `name'.
18475 (python-pea-hook, python-abbrev-pc-hook): New functions.
18476 (python-abbrev-syntax-table): New var.
18477 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18478 Use symbol-completion-try-complete for hippie expansion.
18479 Turn on font lock unconditionally.
18480 (python-mode-hook): Defcustom it. No need to use make-local
18481 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18482 option, since it's buffer-local.
18483
18484 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18485
18486 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18487
18488 2008-02-21 Drew Adams <drew.adams@oracle.com>
18489
18490 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18491 "Turn off" and a "Help" entry when the minor mode has no menu.
18492
18493 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18494
18495 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18496 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18497 vc-status-mark-file and vc-status-unmark-file.
18498 (vc-status-mark-unmark): New function.
18499 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18500
18501 2008-02-21 Glenn Morris <rgm@gnu.org>
18502
18503 * composite.el (encode-composition-rule): Fix typo in error message.
18504 (composition-function-table, auto-composition-mode): Doc fixes.
18505
18506 * subr.el (sit-for): Fix obsolete form for nil second argument.
18507
18508 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18509 (spell-string): Make obsolete, in favor of ispell.
18510
18511 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18512
18513 * language/devanagari.el: Don't setup composition-function-table
18514 here.
18515 ("Devanagari"): Change charset, coding-system, coding-priority to
18516 Unicode-based ones. Don't require the feature devan-util.
18517
18518 * composite.el (compose-chars-after): Fix arguments for a function
18519 in composition-function-table.
18520 (auto-compose-region): Likewise.
18521
18522 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18523 for Ethiopic.
18524 (ps-mule-plot-string): Ignore glyph-string based compositions.
18525
18526 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18527
18528 * doc-view.el: Allow different windows to show different pages.
18529 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18530 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18531 add them back as macros instead, using image-mode-winprops instead.
18532 Update all users of those variables.
18533 (doc-view-new-window-function): New function to create a new overlay
18534 for each new window.
18535 (doc-view-mode): Use it and image-mode-setup-winprops.
18536 (doc-view-clone-buffer-hook): Rewrite accordingly.
18537
18538 * image-mode.el: Extend [hv]scroll support to per-window properties.
18539 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18540 (image-mode-winprops-alist): New var to replace them.
18541 (image-mode-new-window-functions): New hook.
18542 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18543 New funs.
18544 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18545 Remove the `window' argument, update callers.
18546 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18547 Use the new functions.
18548 (image-mode-reapply-winprops): New fun.
18549 (image-mode): Use it.
18550
18551 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18552
18553 * calc/calc-math.el (math-sin-raw): Add optional argument
18554 to keep track of original argument.
18555 (math-cos-raw): Use optional argument when calling math-sin-raw.
18556 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18557 with close to original precision.
18558
18559 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18560
18561 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18562 args in calls of sit-for.
18563
18564 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18565
18566 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18567 (vc-svn-checkin): Fix typo in error message.
18568
18569 * help-mode.el: Require easymenu when compiling.
18570
18571 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18572
18573 * help-mode.el (help-mode-menu): New menu.
18574
18575 2008-02-20 Glenn Morris <rgm@gnu.org>
18576
18577 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18578 on Windows.
18579
18580 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18581
18582 * ps-mule.el (ps-mule-encode-region): Return a single string.
18583 (ps-mule-plot-string): Adjust for the above change.
18584 (ps-mule-encode-header-string): Likewise.
18585
18586 * international/latin1-disp.el (latin1-display): Don't use
18587 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18588 standard-display-table.
18589 (latin1-display-identities): Adjust for the change of what is
18590 returned by (get-language-info charset 'charset).
18591
18592 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18593 characters and terminal case.
18594
18595 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18596
18597 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18598
18599 * progmodes/python.el: Also require comint when loading.
18600 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18601 Replace python-shell with run-python on menu bar.
18602 (python-shell-map): New map.
18603 (python-default-interpreter, python-python-command-args)
18604 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18605 New options.
18606 (python-which-shell, python-which-args, python-which-bufname):
18607 New buffer local variables.
18608 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18609
18610 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18611 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18612 New constants.
18613
18614 Pdbtrack features:
18615
18616 (python-point, python-end-of-def-or-class)
18617 (python-beginning-of-def-or-class, python-goto-initial-line)
18618 (python-comint-output-filter-function)
18619 (python-pdbtrack-overlay-arrow)
18620 (python-pdbtrack-track-stack-file, python-toggle-shells)
18621 (python-shell, python-pdbtrack-toggle-stack-tracking)
18622 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18623 New functions.
18624
18625 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18626
18627 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18628 when the argument is nil.
18629
18630 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18631
18632 * vc.el (dir-status): Add a brief description.
18633
18634 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18635
18636 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18637 If non-nil, reverse the sense of the check.
18638
18639 * vc-rcs.el (vc-rcs-root): New func.
18640 * vc-cvs.el (vc-cvs-root): New func.
18641 * vc-svn.el (vc-svn-root): New func.
18642 * vc-sccs.el (vc-sccs-root): New func.
18643
18644 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18645
18646 * language/japan-util.el (setup-japanese-environment-internal):
18647 Call use-cjk-char-width-table.
18648
18649 * language/japanese.el ("Japanese"): Set exit-function to
18650 use-default-char-width-table.
18651
18652 * international/characters.el: Delete occurrences of non-Unicode
18653 tibetan and ethiopic characters.
18654 (cjk-char-width-table): New variable.
18655 (use-cjk-char-width-table, use-default-char-width-table):
18656 New functions.
18657
18658 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18659
18660 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18661 (vc-status-mode-menu): Add a :filter.
18662 (vc-status-printer): Add faces.
18663
18664 * vc-hg.el (vc-hg-extra-status-menu): New function.
18665 (vc-hg-dir-status): Clean up the buffer before using it.
18666
18667 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18670 (gdb): Initialize it here instead.
18671
18672 * files.el (locate-dominating-file): Fix thinko in last change.
18673 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18674
18675 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18676
18677 * vc.el (vc-status-mode-menu): New menu for vc-status.
18678
18679 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18680
18681 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18682 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18683 (verilog-mode-auto, verilog-indent-level-module)
18684 (verilog-minimum-comment-distance, verilog-library-flags)
18685 (verilog-library-directories, verilog-library-files)
18686 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18687 (verilog-xemacs-menu, verilog-set-compile-command)
18688 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18689 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18690 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18691 (verilog-batch-inject-auto, verilog-batch-indent)
18692 (verilog-continued-line, verilog-type-keywords)
18693 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18694 (verilog-read-inst-pins, verilog-read-arg-pins)
18695 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18696 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18697 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18698 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18699 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18700 (verilog-mode-version, verilog-mode-release-date)
18701 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18702 (verilog-simulator, verilog-compiler)
18703 (verilog-auto-sense-defines-constant, verilog-company)
18704 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18705 Fix typos in docstrings.
18706 (verilog-set-auto-endcomments, verilog-calculate-indent)
18707 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18708 Reflow docstrings.
18709 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18710 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18711 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18712 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18713 (verilog-leap-to-head, verilog-current-indent-level)
18714 (verilog-case-indent-level, verilog-cpp-keywords)
18715 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18716 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18717 (verilog-signals-not-in, verilog-symbol-detick-text)
18718 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18719 (verilog-forward-close-paren, verilog-backward-open-paren)
18720 (verilog-backward-open-bracket): Doc fixes.
18721
18722 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18723 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18724 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18725 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18726 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18727 Fix typos in docstrings.
18728
18729 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18730
18731 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18732
18733 * info.el (Info-read-node-name): Removed unused `default' arg.
18734
18735 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18736
18737 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18738
18739 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18740
18741 * image-mode.el (image-get-display-property): New fun.
18742 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18743 (image-mode, image-minor-mode, image-toggle-display-text)
18744 (image-toggle-display): Use it.
18745
18746 2008-02-18 Jason Rumney <jasonr@gnu.org>
18747
18748 * international/mule.el (xml-find-file-coding-system): Don't warn
18749 about utf-16 with BOM.
18750
18751 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18752
18753 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18754 warn if file encoding is not utf-8 and encoding not specified.
18755 (xml-find-file-coding-system): New function.
18756 * international/mule-conf.el (file-coding-system-alist): Use it.
18757
18758 2008-02-17 Glenn Morris <rgm@gnu.org>
18759
18760 * international/mule-cmds.el (set-locale-environment):
18761 Pass `frame' to getenv for LC_MESSAGES.
18762
18763 2008-02-17 Juri Linkov <juri@jurta.org>
18764
18765 * time.el (emacs-init-time): Use format instead of format-seconds.
18766
18767 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18768
18769 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18770 bibtex-find-entry. Add autoload cookie.
18771 (bibtex-find-entry): Alias for bibtex-search-entry.
18772 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18773 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18774 (bibtex-clean-entry): atomic-change-group removed.
18775 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18776 to locate buffer location where error occurred.
18777 Make error messages more specific.
18778 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18779
18780 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18781
18782 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18783 top level.
18784
18785 * simple.el (transient-mark-mode): Add an :init-value.
18786
18787 * startup.el (command-line): Use custom-reevaluate-setting for
18788 transient-mark-mode.
18789
18790 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18791
18792 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18793
18794 2008-02-16 Juri Linkov <juri@jurta.org>
18795
18796 * startup.el (after-init-time): New variable.
18797 (command-line): Set `after-init-time' to the current time.
18798
18799 * time.el (emacs-init-time): New function.
18800
18801 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * files.el (locate-dominating-file): Remove initial loop because it's
18804 not careful enough. Detect the uid-change all within the main loop.
18805
18806 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18807
18808 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18809
18810 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18811
18812 * vc.el (vc-annotate): Add new argument.
18813 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18814
18815 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18816 Move make-variable-buffer-local code after the corresponding defvar.
18817 (hs-minor-mode-map): Define and initialize in one step.
18818 (hs-minor-mode): Change from defun to define-minor-mode.
18819
18820 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18821
18822 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18823 (gdb-ready): Move declaration...
18824
18825 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18826 (gdb-early-user-input): New variable.
18827 (gdb): Reset gdb-flush-pending-output to nil and set
18828 comint-input-sender here (before gdb-prompt), instead of...
18829 (gdb-init-1): ...here.
18830 (gdb-send): If Emacs is not ready, defer user input to...
18831 (gdb-prompt): ...here.
18832
18833 2008-02-16 Glenn Morris <rgm@gnu.org>
18834
18835 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18836
18837 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18838 (before-init-time): New name for `emacs-startup-time'.
18839 (command-line): Use before-init-time rather than emacs-startup-time.
18840 * time.el (emacs-uptime): Use before-init-time rather than
18841 emacs-startup-time.
18842
18843 * composite.el (composition-function-table): Doc fix.
18844
18845 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18846 in favor of `%z' specifier.
18847 (emacs-uptime): Move to time.el.
18848 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18849 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18850 argument of format-seconds.
18851
18852 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18853
18854 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18855
18856 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18857
18858 * ielm.el (ielm-is-whitespace): Remove.
18859 (ielm-is-whitespace-or-comment): New function.
18860 (ielm-eval-input): Use it.
18861
18862 2008-02-15 Jason Rumney <jasonr@gnu.org>
18863
18864 * term/mac-win.el: Fix coding tag.
18865
18866 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18867
18868 * vc-hooks.el (vc-menu-map):
18869 * bindings.el (mode-line-mode-menu): Add tooltips.
18870
18871 * bindings.el (help-echo): Add more tooltips. Use a less
18872 telegraphic style for existing tooltips.
18873
18874 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18877 from the auto-generated one.
18878
18879 2008-02-14 Glenn Morris <rgm@gnu.org>
18880
18881 * mail/rmail-spam-filter.el (rmail-spam-filter):
18882 Let-bind message-spam-status.
18883
18884 * mail/smtpmail.el (password-cache-add): Declare as function.
18885
18886 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18887
18888 * mail/smtpmail.el: Use password-cache.
18889
18890 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18891
18892 * uniquify.el (uniquify-buffer-base-name): New function.
18893 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18894
18895 * desktop.el (uniquify-managed): Don't defvar.
18896 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18897 `uniquify-managed'. Return also the buffer's base name.
18898 (desktop-save): When saving the buffer info, filter out the base name,
18899 and save it as buffer name if the buffer is managed by uniquify.
18900 (uniquify-item-base): Don't declare; not called anymore.
18901
18902 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18903
18904 * vc.el (vc-annotate-find-revision-at-line): New function.
18905 (vc-annotate-mode-map): Bind it.
18906 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18907 some entries.
18908
18909 2008-02-14 Glenn Morris <rgm@gnu.org>
18910
18911 * calendar/time-date.el (format-seconds): New function.
18912 (emacs-uptime): Use format-seconds.
18913
18914 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18915 Remove `LC_ALL=C', since it's included in $(emacs) now.
18916
18917 2008-02-14 Zhang Wei <id.brep@gmail.com>
18918
18919 * textmodes/org-publish.el (org-publish-timestamp-filename):
18920 Replace colon characters in filename too.
18921
18922 2008-02-13 Bastien Guerry <bzg@altern.org>
18923
18924 * mail/rmail.el (rmail-header-name): New face.
18925 (rmail-font-lock-keywords): Use rmail-header-name.
18926
18927 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18928 against X-Spam-Status header field.
18929 (rmail-spam-filter): Also check X-Spam-Status header field.
18930
18931 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18932
18933 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18934 Add support for .pm files and .php files.
18935 (flymake-err-line-patterns): Add pattern for PHP errors.
18936 (flymake-php-init): New function. PHP support for flymake.
18937
18938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18939 Add regular expression for PHP errors.
18940
18941 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18942
18943 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18944 This DTRT even on w32 machines.
18945 (ange-ftp-cf1): Quote FILENAME.
18946
18947 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18948
18949 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18950 (smerge-auto-combine): New fun.
18951
18952 2008-02-12 Juri Linkov <juri@jurta.org>
18953
18954 * startup.el (fancy-startup-screen, normal-splash-screen):
18955 Set default-directory to command-line-default-directory.
18956
18957 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18958 after reading the desktop.
18959
18960 * progmodes/compile.el (compilation-auto-jump):
18961 Call compile-goto-error only when compilation-auto-jump-to-first-error
18962 is non-nil.
18963 (compilation-scroll-output): Replace :type 'boolean with a choice
18964 that has three options including a third option `first-error'.
18965 Doc fix.
18966 (compilation-start, compilation-forget-errors): Add an alternate
18967 condition comparing compilation-scroll-output with `first-error'
18968 in addition to compilation-auto-jump-to-first-error (to call
18969 compilation-auto-jump in the proper place).
18970
18971 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * international/mule.el (sgml-html-meta-auto-coding-function):
18974 Make sure the search limit is ahead.
18975
18976 * tar-mode.el: Fix broken indentation.
18977 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18978 Use with-current-buffer.
18979
18980 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18981
18982 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18983 it is already automatically buffer-local.
18984
18985 2008-02-12 Drew Adams <drew.adams@oracle.com>
18986
18987 * help.el (describe-key): Join some split lines to facilitate filling.
18988 * help-fns.el (describe-function-1): Fill text of overlong lines.
18989
18990 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18991
18992 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18993 Use unibyte-string instead of string-make-unibyte.
18994
18995 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18996
18997 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19000 works also for buffers w/o buffer-file-name. Update callers.
19001 (doc-view-clone-buffer-hook): New fun.
19002 (doc-view-mode): Use it for indirect clones. Mark the overlays with
19003 the `doc-view' property so they can be recognized.
19004
19005 * simple.el (clone-indirect-buffer-hook): New hook.
19006 (clone-indirect-buffer): Run it.
19007
19008 2008-02-11 Michael Olson <mwolson@gnu.org>
19009
19010 * epa-setup.el:
19011 * epg-package-info.el: Files removed.
19012
19013 2008-02-11 Daiki Ueno <ueno@unixuser.org>
19014
19015 * epa.el (epa-menu-mode): Merge into epa-mode.
19016 (epa-menu-items): Rename the label "EasyPG Assistant" to
19017 "Encryption/Decryption".
19018
19019 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19020 (epa-dired-mode-map): Rename from epa-dired-map.
19021 (epa-global-dired-mode): Rename the global minor mode.
19022
19023 2008-02-11 Drew Adams <drew.adams@oracle.com>
19024
19025 * isearch.el (isearch-fail): New face.
19026 (isearch-message): Highlight failure part of input.
19027
19028 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19029
19030 * ibuffer.el (ibuffer-header-line-format): New var.
19031 (ibuffer-mode): Set it instead of header-line-format.
19032 (ibuffer-update): Use it to set header-line-format.
19033
19034 * international/mule-cmds.el (ucs-insert): Inherit surrounding
19035 properties like self-insert-command.
19036
19037 2008-02-11 Drew Adams <drew.adams@oracle.com>
19038
19039 * progmodes/etags.el: Add many doc strings.
19040
19041 2008-02-11 Jason Rumney <jasonr@gnu.org>
19042
19043 * ldefs-boot.el: Regenerated.
19044
19045 2008-02-11 Glenn Morris <rgm@gnu.org>
19046
19047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19048 Shorten some names.
19049
19050 * ffap.el (ffap-rfc-directories): Add :version.
19051
19052 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
19053
19054 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19055 files, and backup files of same.
19056
19057 2008-02-11 Kevin Ryde <user42@zip.com.au>
19058
19059 * ffap.el (ffap-rfc-directories): New variable.
19060 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19061
19062 * info.el (Info-next-reference, Info-prev-reference)
19063 (Info-try-follow-nearest-node): Move to and follow https:// links too.
19064
19065 * simple.el (completion-list-mode): Show full completion-list-mode-map
19066 in the docstring.
19067
19068 2008-02-11 Sam Steingold <sds@gnu.org>
19069
19070 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19071
19072 2008-02-11 Glenn Morris <rgm@gnu.org>
19073
19074 * startup.el (emacs-startup-time): New variable.
19075 (command-line): Set emacs-startup-time.
19076
19077 * calendar/time-date.el (emacs-uptime): New function.
19078
19079 2008-02-10 Bastien Guerry <bzg@altern.org>
19080
19081 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19082 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19083 it is nil.
19084
19085 2008-02-10 Daiki Ueno <ueno@unixuser.org>
19086
19087 * epg-config.el: Expand the contents of epg-package-info.el.
19088 (epg-package-name): New constant.
19089 (epg-version-number): New constant.
19090 (epg-bug-report-address): New constant.
19091
19092 * epa-mail.el (epa-mail-mode): Add autoload cookie.
19093 (epa-global-mail-mode): New global minor mode.
19094
19095 * epa-file.el (epa-file-mode): New global minor mode.
19096
19097 * epa-dired.el (epa-dired-mode): New global minor mode.
19098
19099 * epa.el (epa-menu): New variable.
19100 (epa-menu-items): New variable.
19101 (epa-menu-mode): New global minor mode.
19102 (epa-global-minor-modes): New user option.
19103 (epa-mode): New global minor mode.
19104
19105 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
19106
19107 * net/dbus.el: Remove `no-byte-compile' cookie.
19108 (dbus-call-method, dbus-register-signal, dbus-debug)
19109 (dbus-registered-functions-table): Declare them with
19110 `declare-function' or `defvar', respectively.
19111 (top): Don't assert any longer. Require 'cl when compiling.
19112 Apply `ignore-errors' but `dbus-ignore-errors'.
19113
19114 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19115
19116 * diff-mode.el (diff-add-change-log-entries-other-window):
19117 Use add-change-log-entry.
19118
19119 2008-02-09 Jason Rumney <jasonr@gnu.org>
19120
19121 * button.el (button-map):
19122 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19123 * ldefs-boot.el: Regenerate.
19124
19125 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19126
19127 * epa.el (epa-faces, epa):
19128 * epa-file.el (epa-file):
19129 * epg-config.el (epg): Add :version.
19130
19131 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
19132
19133 * vc.el (vc-exec-after): Append CODE to previous fragments.
19134 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19135 take MESSAGES instead of VERBOSE; use it when non-nil.
19136 (vc-diff-internal): Compute messages once; use them;
19137 update call to vc-diff-finish.
19138
19139 2008-02-09 Michael Olson <mwolson@gnu.org>
19140
19141 * net/tramp.el (tramp-process-sentinel): Avoid error when process
19142 buffer has been killed, such as by
19143 `tramp-cleanup-all-connections'.
19144
19145 2008-02-09 Miles Bader <miles@gnu.org>
19146
19147 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19148
19149 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19152 splitter in context hunks.
19153
19154 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
19155
19156 * international/fontset.el (setup-default-fontset): Fix arabic otf
19157 font specification.
19158
19159 2008-02-08 Daiki Ueno <ueno@unixuser.org>
19160
19161 * epa-dired.el:
19162 * epa-file.el:
19163 * epa-mail.el:
19164 * epa-setup.el:
19165 * epa.el:
19166 * epg-config.el:
19167 * epg-package-info.el:
19168 * epg.el: Initial check-in of EasyPG.
19169
19170 2008-02-08 Glenn Morris <rgm@gnu.org>
19171
19172 * woman.el (woman-locale): New defcustom.
19173 (woman-expand-locale, woman-manpath-add-locales): New functions.
19174 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
19175
19176 * international/mule-cmds.el (locale-translate): New function,
19177 with old code extracted from set-locale-environment.
19178 (set-locale-environment): Use locale-translate. Set woman-locale.
19179
19180 * cus-start.el (selection-coding-system): Remove, since it's now
19181 defined in select.el rather than in xselect.c.
19182 * select.el (selection-coding-system): Make it a defcustom, and
19183 add the properties from cus-start.el. Bump :version.
19184
19185 * custom.el (custom-theme-set-variables): Sort symbols that are
19186 dependencies before symbols that depend on them.
19187 (custom-enabled-themes): Set after custom-theme-directory.
19188
19189 * pcmpl-unix.el (top-level): Move provide statement to end.
19190 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19191 `*' from doc-string. Allow to be nil.
19192 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19193 Allow to be nil. Add :version.
19194 (pcmpl-ssh-hosts): Move definition before use. Handle lines
19195 without hostnames, and multiple hostnames per line.
19196
19197 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19198
19199 2008-02-08 Phil Hagelberg <phil@evri.com>
19200
19201 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19202 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19203
19204 2008-02-07 Timo Savola <timo.savola@iki.fi>
19205
19206 * startup.el (command-line-x-option-alist): Add --parent-id.
19207
19208 * term/x-win.el (x-handle-parent-id): New function.
19209
19210 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
19211
19212 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19213 "Font Menu".
19214
19215 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
19216
19217 * net/dbus.el (dbus-interface-peer): New defconst.
19218 (dbus-ping): New defun.
19219
19220 2008-02-06 Sam Steingold <sds@gnu.org>
19221
19222 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19223
19224 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19227 Just return nil and let the C code provide a fallback.
19228
19229 2008-02-05 Glenn Morris <rgm@gnu.org>
19230
19231 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19232 tramp-flush-connection-property for removed 2nd argument.
19233
19234 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * diff-mode.el (diff-add-change-log-entries-other-window):
19237 Rename from diff-create-changelog. Change users.
19238 Minor change to hopefully work with plain diffs.
19239 (diff-mode-map): Add binding for it.
19240
19241 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
19242
19243 * diff-mode.el: Add new TODO entry.
19244 (diff-create-changelog): New function.
19245 (diff-mode-menu): Bind it.
19246
19247 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19248
19249 * international/mule-diag.el (print-fontset-element): Handle the
19250 case of inhibiting the fallback fonts.
19251
19252 2008-02-04 Kim F. Storm <storm@cua.dk>
19253
19254 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19255 (ido-magic-delete-char): Use prefix arg.
19256
19257 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
19258
19259 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19260 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19261 of today, the most recent libpng is 1.2.24).
19262
19263 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
19264
19265 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19266
19267 * net/dbus.el (top): Check (featurep 'dbusbind).
19268
19269 * net/tramp.el (tramp-process-sentinel): New defun.
19270 (tramp-do-copy-or-rename-file-out-of-band)
19271 (tramp-maybe-open-connection): Use it as process sentinel.
19272 (tramp-handle-delete-directory): Don't use the "-f" option; it
19273 isn't portable.
19274 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19275 after the command.
19276 (tramp-handle-shell-command): Set `mode-line-process' in the
19277 asynchronous case.
19278
19279 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19280
19281 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19282 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19283 Use `tramp-process-sentinel' as process sentinel.
19284
19285 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
19286
19287 * whitespace.el (global-whitespace-mode): Revert last change.
19288 (whitespace-unload-function): Force `global-whitespace-mode'
19289 to deactivate local modes in a slightly less intrusive way.
19290
19291 2008-02-02 Eli Zaretskii <eliz@gnu.org>
19292
19293 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19294
19295 2008-02-02 Glenn Morris <rgm@gnu.org>
19296
19297 * international/latin1-disp.el (latin1-display):
19298 * progmodes/fortran.el (fortran-comment-indent-char):
19299 * progmodes/idlw-shell.el (top-level):
19300 * term/mac-win.el (mac-keyboard-translate-char):
19301 * whitespace.el (whitespace-char-valid-p):
19302 * wid-edit.el (widget-key-sequence-read-event):
19303 Use characterp rather than char-valid-p.
19304
19305 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19306 to capitalized-find-word-boundary. Doc fix. Update callers.
19307 (capitalized-next-word-boundary-function-table): Rename to
19308 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19309
19310 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19311 string-to-int.
19312
19313 * ps-def.el (declare-function): Add compatibility definition.
19314 (ps-plot-with-face, ps-plot-string): Declare as functions.
19315 (ps-bold-faces, ps-italic-faces): Declare variables.
19316
19317 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19318 (ps-mule-end-job): Declare as functions.
19319
19320 * wid-edit.el (widget-string-complete): Use assoc-string rather
19321 than assoc-ignore-case.
19322
19323 See ChangeLog.13 for earlier changes.
19324
19325 ;; Local Variables:
19326 ;; coding: utf-8
19327 ;; End:
19328
19329 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19330
19331 This file is part of GNU Emacs.
19332
19333 GNU Emacs is free software: you can redistribute it and/or modify
19334 it under the terms of the GNU General Public License as published by
19335 the Free Software Foundation, either version 3 of the License, or
19336 (at your option) any later version.
19337
19338 GNU Emacs is distributed in the hope that it will be useful,
19339 but WITHOUT ANY WARRANTY; without even the implied warranty of
19340 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19341 GNU General Public License for more details.
19342
19343 You should have received a copy of the GNU General Public License
19344 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19345
19346 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc