]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(whitespace-style, whitespace-trailing-regexp): Silence compiler.
[gnu-emacs] / lisp / ChangeLog
1 2009-01-11 Glenn Morris <rgm@gnu.org>
2
3 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
4 Silence compiler.
5
6 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
7 some entries.
8 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
9 (authors-renamed-files-alist): Add entries.
10 (authors-fixed-entries): Update for renamed and removed files.
11 (authors-canonical-file-name): Add entries to
12 authors-checked-files-alist based on their full names, expanded relative
13 to each log-file directory.
14 (authors-scan-el, authors-add-to-author-list, authors):
15 Handle multiple authors in a file, via a new :cowrote category.
16
17 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
18
19 2009-01-10 Richard M Stallman <rms@gnu.org>
20
21 * mail/mail-utils.el (mail-quote-printable-region): New function.
22
23 2009-01-10 Glenn Morris <rgm@gnu.org>
24
25 * calendar/cal-move.el (calendar-scroll-left-three-months)
26 (calendar-scroll-right-three-months):
27 * calendar/holidays.el (calendar-list-holidays)
28 (calendar-mark-holidays):
29 * calendar/lunar.el (calendar-lunar-phases):
30 Add event handling, for when called from menus with the calendar buffer
31 not current.
32
33 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
34
35 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
36 Move setting up whitepace-mode ...
37 (diff-mode): ... here.
38 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
39
40 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
41
42 * faces.el (x-font-family-list): Remove entirely.
43
44 2009-01-10 Eli Zaretskii <eliz@gnu.org>
45
46 Fix Bug #876:
47
48 * info.el (info-insert-file-contents, Info-insert-dir): Bind
49 inhibit-null-byte-detection to non-nil.
50
51 2009-01-10 Martin Rudalics <rudalics@gmx.at>
52
53 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
54 toggling tool bars on. (Bug#1754)
55
56 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
57
58 * faces.el (face-valid-attribute-values): Use string as value for
59 :family attribute. Now, font-family-list returns a list of
60 strings.
61 (x-font-family-list): Obsolete compatibility version of function
62 from xfaces.c.
63
64 2009-01-09 Martin Rudalics <rudalics@gmx.at>
65
66 * window.el (special-display-buffer-names)
67 (special-display-regexps, special-display-function): In
68 doc-strings say "same-window" instead of "same-buffer".
69
70 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/tramp.el: Revert previous patch. `last-command-char' is
73 used in code intended only for XEmacs, where it is different from
74 `last-command-event'.
75
76 2009-01-09 Glenn Morris <rgm@gnu.org>
77
78 * subr.el (last-input-char, last-command-char):
79 Move here from src/keyboard.c.
80
81 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
82 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
83 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
84 * wdired.el:
85 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
86 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
87 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
88 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
89 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
90 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
91 * eshell/em-smart.el, eshell/esh-mode.el:
92 * international/mule-cmds.el:
93 * mail/mailabbrev.el:
94 * net/tramp.el:
95 * play/mpuz.el:
96 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
97 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
98 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
99 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
100 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
101 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
102 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
103 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
104 Replace last-command-char with last-command-event.
105
106 * double.el, electric.el, replace.el, term.el, terminal.el:
107 * calc/calc.el:
108 * emulation/viper-cmd.el:
109 * international/mule-cmds.el:
110 * obsolete/iso-acc.el:
111 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
112
113 * emacs-lisp/edebug.el: Remove references to last-command-char and
114 last-input-char, since these have been identical to last-command-event
115 and last-input-event since at least Emacs 19.
116 (edebug-outside-last-command-char, edebug-outside-last-input-char):
117 Remove.
118
119 2009-01-09 Dave Love <fx@gnu.org>
120
121 * calendar/time-date.el: Require cl for `declare'.
122
123 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
124
125 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
126 Suggested by Dave Love.
127
128 2009-01-09 Dave Love <fx@gnu.org>
129
130 * net/imap.el (imap-string-to-integer): Fix typo.
131 (imap-fetch-safe): New function.
132 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
133
134 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
135 (imap-parse-greeting): Fix doc strings.
136 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
137 (imap-parse-flag-list): Make messages unique.
138 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
139
140 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
141 call.
142
143 * net/imap.el: Fix author email. Doc fixes.
144 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
145 reply.
146
147 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
148
149 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
150
151 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
152
153 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
154 Call nslookup if resolv.conf isn't available.
155 (dns-query): Rename from query-dns.
156 (dns-query-cached): Rename from query-dns-cached.
157
158 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
159
160 * net/imap.el (imap-enable-exchange-bug-workaround): Explain
161 auto-detection in the doc string.
162
163 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
164
165 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
166 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
167 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
168 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
169 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
170 Fix typos in docstrings.
171 (ispell-command-loop): Reflow docstring.
172
173 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
174
175 * textmodes/ispell.el (ispell-encoding8-command): New variable.
176 (ispell-aspell-supports-utf8): Mark as obsoleted by
177 ispell-encoding8-command.
178 (ispell-check-version): Set ispell-encoding8-command.
179 (ispell-check-spellchecker-params, ispell-start-process):
180 Use ispell-encoding8-command.
181
182 * textmodes/flyspell.el (flyspell-large-region):
183 Use ispell-encoding8-command.
184
185 2009-01-08 Glenn Morris <rgm@gnu.org>
186
187 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
188 scroll the calendar.
189
190 * international/mule-cmds.el (universal-coding-system-argument):
191 last-input-char need not be a char.
192
193 * textmodes/ispell.el (ispell-check-minver): Declare.
194 Use string-to-number rather than string-to-int.
195
196 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
197
198 * add-log.el (change-log-search-tag-name): Reflow docstring.
199 (change-log-mode): Fix typo in docstring.
200
201 * international/mule.el (define-coding-system): Doc fix.
202
203 2009-01-07 Kenichi Handa <handa@m17n.org>
204
205 * international/mule.el (define-coding-system): Fix docstring
206 about :bom usage.
207
208 2009-01-07 Martin Rudalics <rudalics@gmx.at>
209
210 * dired.el (dired-pop-to-buffer): Don't split windows
211 horizontally. (Bug#1806)
212
213 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * tar-mode.el (tar-mode, tar-mode-write-contents)
216 (tar-write-region-annotate): Undo Andreas's last change.
217
218 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
219
220 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
221 (tramp-handle-file-local-copy, tramp-handle-write-region)
222 * net/tramp-smb.el (tramp-smb-handle-copy-file)
223 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
224
225 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * minibuffer.el (completion-hilit-commonality): Don't presume
228 all-completions always include the input as prefix.
229 (completion-pcm--pattern-trivial-p): Accept a few more patterns
230 as trivial.
231 (completion-pcm--hilit-commonality): Remove leftover code that used to
232 deal with the now removed cdr-in-last-cons.
233
234 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
235
236 * international/mule.el (define-coding-system): Fix typos in docstring.
237
238 2009-01-05 Alan Mackenzie <acm@muc.de>
239
240 * progmodes/cc-styles.el (c-setup-paragraph-variables):
241 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
242
243 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
244
245 * net/tramp.el (tramp-handle-load)
246 (tramp-do-copy-or-rename-file-directly)
247 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
248 (tramp-handle-write-region)
249 * net/tramp-smb.el (tramp-smb-handle-copy-file)
250 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
251 Delete temporary file in case of error.
252
253 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
254
255 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
256
257 2009-01-05 Richard M Stallman <rms@gnu.org>
258
259 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
260
261 2009-01-05 Martin Rudalics <rudalics@gmx.at>
262
263 * window.el (display-buffer): Fix last fix.
264
265 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
266
267 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
268 to shorten the desktop file directory shown in message.
269
270 2009-01-05 Glenn Morris <rgm@gnu.org>
271
272 * version.el (emacs-copyright):
273 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
274 Update copyrights for 2009.
275
276 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
277
278 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
279 (ada-get-indent-paramlist): Use ada-broken-indent instead of
280 hard-coded 0.
281 (ada-get-indent-loop): Fix list access bug.
282
283 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
284
285 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
286 (lisp-interaction-mode): Add a blank line in the docstring
287 before the keymap listing.
288
289 2009-01-04 Martin Rudalics <rudalics@gmx.at>
290
291 * window.el (display-buffer): When a buffer is displayed in the
292 selected and some other window, and not-this-window is non-nil,
293 try to return that other window instead of popping up a new
294 frame. (Bug#30)
295
296 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
297
298 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
299
300 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
301
302 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
303
304 2009-01-03 Michael Olson <mwolson@gnu.org>
305
306 * net/imap.el (imap-parse-fetch): Courier can insert spurious
307 blank characters which will confuse `read', so skip past them.
308
309 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
310
311 * emacs-lisp/authors.el (authors-aliases): Addition.
312 (authors): Allow to use it for other projects.
313
314 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
315 Clarify MATCH argument. Print filenames.
316
317 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
318
319 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
320
321 * net/tramp.el (tramp-local-host-regexp)
322 (tramp-prefix-domain-format)
323 (tramp-prefix-domain-regexp, tramp-domain-regexp)
324 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
325 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
326 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
327 (tramp-file-name-structure, tramp-file-name-regexp-unified)
328 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
329 (tramp-dissect-file-name, tramp-make-tramp-file-name)
330 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
331 (tramp-handle-insert-file-contents): Fix setting of
332 `buffer-read-only'.
333 (tramp-compute-multi-hops, tramp-local-host-p):
334 Use `tramp-local-host-regexp'.
335 (tramp-file-name-real-user, tramp-file-name-domain):
336 Use `tramp-user-with-domain-regexp'.
337
338 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
339 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
340
341 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
342
343 * proced.el (proced-grammar-alist): Refiner can be a
344 list (function help-echo) instead of a cons pair.
345 (proced-post-display-hook): New variable.
346 (proced-tree-depth): Rename from proced-tree-indent.
347 (proced-mode): Derive mode from special-mode.
348 (proced-mode-map): Change accordingly.
349 (proced, proced-update): Run proced-post-display-hook.
350 (proced-do-mark-all): Count processes for which mark has been updated.
351 (proced-format): Check for ppid attribute.
352 (proced-process-attributes): Take time and ctime attribute from
353 system-process-attributes.
354 (proced-send-signal): Doc fix. Collect properly the info on
355 marked processes. Use fit-window-to-buffer instead of
356 dired-pop-to-buffer.
357
358 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
361 point-min==1.
362
363 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
364
365 * bindings.el (mode-line-eol-desc): Fix typo in help message.
366 (mode-line-client): Fix typo in help message and docstring.
367
368 2009-01-02 Jason Rumney <jasonr@gnu.org>
369
370 * term/w32-win.el (image-library-alist): Add gobject library.
371
372 2009-01-02 Martin Rudalics <rudalics@gmx.at>
373
374 * frame.el (window-system-default-frame-alist)
375 (initial-frame-alist, minibuffer-frame-alist)
376 (pop-up-frame-alist, pop-up-frame-function)
377 (special-display-frame-alist): Rewrite and reformat doc-strings.
378
379 2009-01-01 Martin Rudalics <rudalics@gmx.at>
380
381 * simple.el (minibuffer-default-add-shell-commands):
382 Fix doc-string typo.
383
384 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
385
386 * language/cham.el: Fix setting of composition-function-table.
387
388 * language/khmer.el: Fix setting of composition-function-table.
389
390 * language/tibet-util.el (tibetan-composition-function):
391 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
392
393 * simple.el (minibuffer-default): Add defvar.
394
395 * hippie-exp.el: Require comint.
396
397 2008-12-31 Martin Rudalics <rudalics@gmx.at>
398
399 * simple.el (last-buffer): Don't set major mode of *scratch* if
400 that buffer exists already. Rewrite doc-string.
401
402 2008-12-31 Andreas Schwab <schwab@suse.de>
403
404 * tar-mode.el (tar-mode): Set write-contents-functions instead of
405 write-region-annotate-functions.
406 (tar-mode-write-contents): New function.
407 (tar-write-region-annotate): Remove.
408
409 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
410
411 * files.el (basic-save-buffer): Revert 2008-12-22 change.
412 (buffer-swapped-with): Var removed.
413
414 2008-12-30 Kenichi Handa <handa@m17n.org>
415
416 * language/japanese.el (compose-gstring-for-variation-glyph):
417 New function. Register it in composition-function-table.
418
419 * composite.el (lglyph-set-code): New function.
420
421 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * tar-mode.el (tar-data-swapped): New var.
424 (tar-data-swapped-p, tar-swap-data):
425 Use it instead of buffer-swapped-with.
426 (tar-write-region-annotate): Re-add (partial undo of last change).
427 (tar-mode): Use it again (partial undo as well).
428
429 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
430
431 * textmodes/table.el (table-capture): Fix symbol quoting typo.
432
433 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
434
435 * follow.el (follow-select-if-visible): Improve the check for the
436 last line of the window.
437 (follow-post-command-hook): Perform redisplay in more
438 circumstances, to avoid getting point stuck on partially visible lines.
439
440 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
441
442 * follow.el (follow-calc-win-end): Use with-selected-window.
443 (follow-windows-start-end, follow-pos-visible)
444 (follow-windows-aligned-p): Code cleanup.
445 (follow-select-if-visible): Try to avoid partially-visible lines.
446 (follow-select-if-visible-from-first): Call follow-redisplay and
447 move point to destination.
448 (follow-redisplay): New arg, to keep selected window unchanged.
449 (follow-post-command-hook): In final check for destination
450 visibility, use window-start and window-end instead of the less
451 accurate follow-pos-visible. If the selected window is redrawn,
452 tell follow-redisplay to preserve it.
453 (follow-calculate-first-window-start-from-below): Avoid looping
454 forever if vertical-motion returns an unexpected value.
455
456 2008-12-30 Andreas Schwab <schwab@suse.de>
457
458 * server.el (server-running-p): Remove interactive spec.
459 Fix regexp.
460
461 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
462
463 * follow.el (follow-calc-win-start): Don't use `inline'.
464 (follow-update-window-start, follow-select-if-visible)
465 (follow-calculate-first-window-start-from-below)
466 (follow-post-command-hook): Code cleanup.
467 (follow-downward, follow-calculate-first-window-start): Function
468 deleted and merged into follow-redisplay.
469 (follow-redisplay): Merge code from follow-downward and
470 follow-calculate-first-window-start.
471
472 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
473
474 * proced.el (proced-tree-flag): Fix typo in docstring.
475
476 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
477
478 * proced.el (proced-temp-alist): Renamed from variable
479 proced-children-alist.
480 (proced-process-tree, proced-toggle-tree): Fix docstring.
481 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
482 (proced-temp-internal): Use proced-temp-alist.
483
484 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
485
486 * subr.el (mkdir): New defalias.
487
488 2008-12-29 Juri Linkov <juri@jurta.org>
489
490 * proced.el (proced-mode-map): Bind " " to next-line instead of the
491 command `proced-next-line' removed on 2008-09-06.
492
493 2008-12-28 Juri Linkov <juri@jurta.org>
494
495 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
496 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
497
498 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
499 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
500 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
501 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
502 set 4 obsolete variables for backward-compatibility with Emacs 22.
503
504 2008-12-28 Juri Linkov <juri@jurta.org>
505
506 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
507
508 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
509
510 * misc.el (butterfly): New command.
511
512 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
513
514 * proced.el (proced-grammar-alist): Allow predicate nil. New
515 attribute tree.
516 (proced-format-alist): Use attribute tree.
517 (proced-tree-flag, proced-tree-indent): New variables.
518 (proced-children-alist): Renamed from proced-process-tree. PPID
519 must refer to a process in process-alist. Ignore PPIDs that equal
520 PID (Bug#1718). Children alist inherits sorting order from
521 process-alist.
522 (proced-process-tree): New variable. New function.
523 (proced-process-tree-internal, proced-toggle-tree)
524 (proced-tree, proced-tree-insert, proced-format-tree): New
525 functions.
526 (proced-mark-process-alist): Add docstring.
527 (proced-filter-parents): PPID must refer to a process in
528 process-alist. Ignore PPIDs that equal PID (Bug#1718).
529 (proced-sort): Throw error if attribute is not sortable.
530 (proced-sort-interactive): Restrict completion to sortable
531 attributes.
532 (proced-format): Include tree in standard attributes if
533 proced-tree-flag is non-nil. Make header clickable only if
534 corresponding predicate is non-nil.
535 (proced-update): Use proced-tree.
536
537 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
538
539 * diff.el (diff): Doc fix.
540
541 * emacs-lisp/rx.el (rx): Doc fix.
542
543 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
544 before uniquifying backup trash file name.
545
546 2008-12-27 Andreas Schwab <schwab@suse.de>
547
548 * vc-git.el (vc-git-dir-printer): Fix filename column.
549
550 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
551
552 * term.el (term-emulate-terminal): Decode substring just prior to
553 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
554
555 2008-12-27 Eli Zaretskii <eliz@gnu.org>
556
557 * makefile.w32-in (MH_E_DIR): New variable.
558 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
559 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
560 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
561 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
562 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
563 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
564 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
565 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
566 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
567 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
568 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
569
570 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
571 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
572 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
573 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
574 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
575 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
576 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
577 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
578 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
579 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
580 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
581
582 2008-12-26 Eli Zaretskii <eliz@gnu.org>
583
584 * files.el (dosified-file-name): Declare.
585
586 2008-12-26 Andreas Schwab <schwab@suse.de>
587
588 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
589
590 * tar-mode.el (tar-swap-data): New function.
591 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
592 (tar-mode-revert): Likewise.
593 (tar-mode): Likewise. Don't set write-region-annotate-functions.
594 (tar-data-swapped-p): Test buffer-swapped-with.
595 (tar-write-region-annotate): Remove.
596 (tar-header-block-tokenize): Add argument `coding' and use it
597 instead of tar-file-name-coding-system.
598 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
599
600 2008-12-26 Eli Zaretskii <eliz@gnu.org>
601
602 * dos-fns.el (dosified-file-name): New function.
603
604 * files.el (dir-locals-find-file): Run dir-locals-file through
605 dosified-file-name. Compare files case-insensitively on systems
606 whose filesystems are case-insensitive.
607
608 2008-12-25 Martin Rudalics <rudalics@gmx.at>
609
610 * help.el (help-for-help-internal): Fix entry for "l".
611
612 2008-12-25 Richard M Stallman <rms@gnu.org>
613
614 * shadowfile.el (shadow-copy-file): Revert previous change.
615 This code as it was should work properly with buffer-swapped-with.
616
617 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
618
619 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
620
621 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
622
623 * subr.el (chmod): New defalias for set-file-modes.
624
625 2008-12-23 Juri Linkov <juri@jurta.org>
626
627 * isearch.el (isearch-filter-predicate, isearch-search):
628 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
629 (isearch-filter-visible): Rename from
630 `isearch-filter-invisible'. Doc fix.
631
632 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
633 value from `dired-isearch-filter-predicate-orig' instead of the
634 symbol `isearch-filter-invisible'. Doc fix.
635 (dired-isearch-filter-filenames): Doc fix.
636 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
637
638 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
639 for Info-point-loc since it is more correct in all cases.
640 (Info-isearch-filter): Rename from
641 `Info-isearch-filter-predicate'. Doc fix.
642 (Info-mode): Replace `Info-isearch-filter-predicate' with
643 `Info-isearch-filter'.
644
645 2008-12-23 Daiki Ueno <ueno@unixuser.org>
646
647 * pgg.el: Add obsolescence info.
648
649 2008-12-22 Richard M Stallman <rms@gnu.org>
650
651 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
652
653 * files.el (buffer-swapped-with): New variable.
654 (basic-save-buffer-0): Most of basic-save-buffer moved here.
655 (basic-save-buffer): Unswap the buffer temporarily if nec.
656
657 * dired.el (dired-readin): Inhibit modification hooks.
658
659 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
660
661 * net/newst-backend.el (newst-backend):
662 Remove wrong duplicate provide statement.
663
664 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
665
666 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
667 end, before updating.
668 (tramp-convert-file-attributes): Add "l" indicator to file modes.
669 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
670
671 2008-12-21 Martin Rudalics <rudalics@gmx.at>
672
673 * window.el (set-window-text-height): Fix doc-string.
674
675 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * minibuffer.el (completion-all-completions-with-base-size): Remove.
678 (completion-all-completions): Don't set it.
679 (completion-table-with-context, completion--file-name-table):
680 Don't add base-size in last cdr.
681 (completion-hilit-commonality): Add argument `base-size'.
682 (display-completion-list, completion-emacs21-all-completions)
683 (completion-emacs22-all-completions, completion-basic-all-completions):
684 Provide it.
685 (completion-pcm--all-completions): Don't need to remove the base-size
686 in last-cdr any more.
687
688 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
689
690 * textmodes/ispell.el (ispell-check-minver): New function.
691 (ispell-check-version): Rewrite spellchecker and version checking.
692 Use (ispell-check-minver). Handle hunspell versions.
693
694 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
695
696 * ido.el (ido-read-internal): Handle `confirm' and
697 `confirm-after-completion' values for the require-match argument.
698
699 2008-12-20 Jason Rumney <jasonr@gnu.org>
700
701 * international/mule.el (auto-coding-regexp-alist):
702 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
703
704 2008-12-20 Ami Fischman <ami@fischman.org>
705
706 * bindings.el (mode-line-eol-desc): Use assoc to query
707 mode-line-eol-desc-cache.
708
709 2008-12-20 Glenn Morris <rgm@gnu.org>
710
711 * comint.el (comint-save-input-ring-index): Add missing initial value.
712
713 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
714
715 * proced.el (proced-grammar-alist): Doc fix.
716 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
717 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
718 (proced-undo): Fix typos in docstrings.
719
720 2008-12-19 Glenn Morris <rgm@gnu.org>
721
722 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
723 (authors-fixed-case): New constant.
724 (authors-public-domain-files, authors-ignored-files):
725 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
726 (authors-renamed-files-regexps): Add some new entries.
727 (authors-canonical-file-name): Don't complain about ignored files.
728 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
729 (authors): Ensure error buffer is writable.
730
731 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
732
733 (ispell-really-hunspell): New variable to signal hunspell.
734 (ispell-check-version):
735 Check if hunspell and set ispell-really-hunspell if needed.
736 (ispell-send-string, ispell-start-process, flyspell-large-region):
737 Pass right options for hunspell if needed.
738
739 2008-12-18 Kenichi Handa <handa@m17n.org>
740
741 * international/fontset.el (script-representative-chars)
742 (setup-default-fontset): Add more scripts.
743
744 * international/characters.el: Add more scripts.
745
746 2008-12-19 Juri Linkov <juri@jurta.org>
747
748 * info.el (Info-isearch-search): Implement lax version of
749 incremental word search in Info.
750 (Info-isearch-start): Set Info-isearch-initial-node to the
751 current node when search is nonincremental to not stop at the
752 initial node in this case.
753 (Info-mode-map): Unbind "\M-s" from `Info-search'.
754
755 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
756
757 * textmodes/rst.el (rst-promote-region): Reflow docstring.
758 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
759 (rst-repeat-last-character): Fix typos in docstrings.
760 (rst-mode, rst-backward-section): Doc fixes.
761
762 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
763
764 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
765 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
766 (newsticker--treeview-load): Check whether groups file exists.
767
768 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
769 (newsticker-dir): Use `locate-user-emacs-file'.
770
771 2008-12-18 Martin Rudalics <rudalics@gmx.at>
772
773 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
774 end-of-visual-line to CUA's recognized commands. (Bug#1549)
775
776 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
777
778 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
779
780 * startup.el (command-line): Do not mention the server name in
781 case the user has not mentioned it, print a more explicit message.
782
783 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change
784 all callers.
785
786 2008-12-18 Sam Steingold <sds@gnu.org>
787
788 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
789
790 2008-12-18 Juri Linkov <juri@jurta.org>
791
792 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
793 `isearch-edit-string-set-word'.
794 (isearch-edit-string-set-word): Remove.
795 (isearch-occur): Imitate the C function `wordify' by replacing
796 non-word character with the \\W+ regexp.
797 (isearch-search-fun): Add `isearch-nonincremental' to the
798 condition of using a non-lax version of `word-search-forward'.
799
800 2008-12-17 Daiki Ueno <ueno@unixuser.org>
801
802 * epa-file.el (epa-file-insert-file-contents): Set
803 buffer-file-name before decrypting a file.
804
805 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
806
807 * server.el (server-start): If unable to start the server,
808 display a warning instead of raising an error.
809
810 * startup.el (server-process): Add defvar.
811 (command-line): If the daemon is unable to start the server,
812 display a message and exit Emacs.
813
814 2008-12-15 Sam Steingold <sds@gnu.org>
815
816 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
817 mostly for CLISP modules, but could also be useful elsewhere.
818
819 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
820
821 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
822 * icomplete.el (icomplete-prospects-height):
823 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
824
825 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
826
827 * international/mule.el (find-auto-coding): Fix typo in docstring.
828
829 * international/mule-cmds.el (select-safe-coding-system):
830 * mail/rmail.el (rmail-require-mime-maybe):
831 Fix arguments of `display-warning'.
832
833 * simple.el (bad-package-check): Fix arguments of `display-warning',
834 using the package name as TYPE. Use `string-match-p'.
835
836 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
837
838 * proced.el (proced-sort-interactive, proced-sort-pcpu)
839 (proced-sort-pmem, proced-sort-start, proced-sort-time)
840 (proced-sort-user, proced-sort-header): Prefix arg determines
841 sorting order. Suggested by Dan Nicolaescu.
842 (proced-revert): Doc fix.
843
844 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
845
846 * proced.el (proced-grammar-alist): Allow refiner elements that
847 are cons pairs (function . help-echo) or nil.
848 (proced-refine): Use them.
849 (proced-format-alist): Allow alternatives.
850 (proced-descend): New variable.
851 (proced-sort): New arg descend.
852 (proced-sort-interactive): Repeated calls toggle sort order.
853 (proced-format): Accomodate changes of proced-format-alist.
854 Undefined attributes are displayed as "?".
855 (proced-process-attributes): New optional arg pid-list.
856 Ignore processes with empty attribute list.
857
858 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
859
860 * proced.el (proced-auto-update-interval): Renamed from
861 proced-timer-interval.
862 (proced-auto-update-flag): Renamed from proced-timer-flag.
863 (proced-auto-update-timer): Renamed from proced-timer.
864 (proced-toggle-auto-update): Renamed from
865 proced-toggle-timer-flag.
866 (proced-available): Initialize appropriately.
867
868 2008-12-13 Glenn Morris <rgm@gnu.org>
869
870 * subr.el (declare-function): Doc fix.
871
872 * font-core.el (font-lock-defaults): Doc fix: mention levels;
873 refer to elisp manual.
874
875 2008-12-12 Martin Rudalics <rudalics@gmx.at>
876
877 * window.el (fit-window-to-buffer): Return non-nil when height
878 was orderly adjusted, nil otherwise.
879
880 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
881 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * server.el (server-sentinel): Uncomment code to delete connection file.
884 (server-start): Save the connection file in the server property list.
885 Delete it only when we are reasonably convinced that it is not owned by
886 a running server.
887 (server-force-delete): New command to force-delete the connection file,
888 and stop the server if it is running.
889 (server-running-p): Return t also for local TCP servers when we find a
890 process with a matching PID, and :other for undecided cases.
891
892 2008-12-11 Martin Rudalics <rudalics@gmx.at>
893
894 * window.el (fit-window-to-buffer): Use with-selected-window and
895 condition-case. Do not delete more windows than necessary in
896 the shrinking (delta < 0) case. Do not raise an error when the
897 containing frame is too small to show all of buffer. (Bug#1488)
898 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
899 min-height arg 1 to make sure that small buffers are shown.
900
901 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
902
903 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
904 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
905 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
906 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
907 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
908 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
909 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
910 (ruby-backward-sexp, ruby-add-log-current-method)
911 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
912 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
913 (ruby-deep-indent-paren): Doc fix.
914 (ruby-insert-encoding-magic-comment): Remove * from docstring.
915 (ruby-here-doc-find-end): Reflow docstring.
916
917 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
918
919 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
920 dired-shrink-to-fit is non-nil. (Bug#1488)
921
922 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
923
924 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
925 decoding of long locale info is now done in `w32-get-locale-info'.
926
927 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
928
929 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
930
931 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
932
933 * Makefile.in (ELCFILES): Add ruby-mode.elc.
934
935 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
936 terminal variable assignment.
937
938 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
939 Nobuyoshi Nakada <nobu@ruby-lang.org>
940
941 * progmodes/ruby-mode.el: New file.
942
943 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
944
945 * net/tramp.el (top): Don't fail if there is no current message.
946 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
947
948 2008-12-10 Kenichi Handa <handa@m17n.org>
949
950 * international/fontset.el (setup-default-fontset): Add an entry
951 for characters in the Unicode SIP area.
952
953 2008-12-10 Glenn Morris <rgm@gnu.org>
954
955 * vc-mcvs.el: Move to obsolete/, with warning comment.
956 * Makefile.in (ELCFILES): Update.
957
958 2008-12-10 Daiki Ueno <ueno@unixuser.org>
959
960 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
961 buffer unmodified. (Bug#1509)
962 * epa-file.el (epa-file-insert-file-contents): Set buffer's
963 modification time if visiting a file and the content is
964 successfully decrypted.
965
966 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
967
968 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
969 check whether the buffer is still alive.
970
971 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
974
975 2008-12-09 Glenn Morris <rgm@gnu.org>
976
977 * Makefile.in (ELCFILES): Update.
978
979 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
982 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
983
984 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
985
986 * term/xterm.el (terminal-init-xterm): Discard pending input
987 before reading a reply to the terminal attributes query.
988
989 2008-12-05 Andreas Schwab <schwab@suse.de>
990
991 * dired.el (dired-font-lock-keywords): Fix last change.
992
993 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
994
995 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
996 into (defcustom ... "..." :type ... :group...).
997
998 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
999
1000 * international/mule-diag.el (mule-diag): Display the window
1001 system version in a less laconic way.
1002
1003 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
1006 if the sorting functions are not loaded. (Bug#1432)
1007
1008 2008-12-04 Sam Steingold <sds@gnu.org>
1009
1010 * progmodes/compile.el (compilation-read-command): Extract from
1011 compile.
1012 (compile): Use it.
1013 (recompile): Accept an optional argument to enable editing the
1014 command line.
1015
1016 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * net/tramp.el (top): Write a message, when loading Tramp.
1019
1020 * net/tramp-cache.el (tramp-dump-connection-properties):
1021 Polish the check, whether to dump the data.
1022
1023 2008-12-04 Lute Kamstra <lute@gnu.org>
1024
1025 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
1026 check if the file "CVS/Entries" exists.
1027
1028 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * international/mule-diag.el (list-character-sets): Doc fix.
1031 (list-character-sets-2): Fix info in header. Simplify.
1032 (print-coding-system): Simplify.
1033 (list-input-methods-1): Simplify.
1034 (mule-diag): Display current font/fontset for all window systems,
1035 not just X. Simplify.
1036
1037 2008-12-04 Glenn Morris <rgm@gnu.org>
1038
1039 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
1040 (vc-cvs-register): Doc fix.
1041 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
1042 (vc-mcvs-register): Doc fix.
1043 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
1044 (vc-rcs-register): Doc fix.
1045 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
1046 (vc-sccs-register): Doc fix.
1047 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
1048 (vc-svn-register): Doc fix.
1049
1050 * files.el (toggle-read-only): Doc fix.
1051
1052 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
1055 be used in compact layout and vice-versa.
1056
1057 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
1060 like most list-* commands.
1061
1062 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
1063 They already exist in descr-text.el as `describe-char-unicodedata-file'
1064 and `describe-char-unicode-data'.
1065 (print-list): Simplify.
1066 (read-charset): Reflow docstring.
1067 (list-coding-systems): Doc fix.
1068
1069 2008-12-03 Glenn Morris <rgm@gnu.org>
1070
1071 * vc.el (vc-diff-switches): Doc fix.
1072 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
1073 (vc-bzr-log-switches): Doc fix.
1074 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
1075 * vc-git.el (vc-git-diff-switches): Doc fix.
1076 * vc-hg.el (vc-hg-diff-switches): Doc fix.
1077 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
1078 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
1079 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
1080 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
1081
1082 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
1083 other backends.
1084 (vc-arch-diff): Apply switches.
1085
1086 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
1087 than appending.
1088
1089 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
1090
1091 2008-12-03 Daiki Ueno <ueno@unixuser.org>
1092
1093 * epa.el (epa--show-key): Use past tense of "expire" if the key
1094 has already been expired. Thanks to Peter BARABAS.
1095
1096 2008-12-03 Lute Kamstra <lute@gnu.org>
1097
1098 * align.el:
1099 * allout.el:
1100 * apropos.el:
1101 * arc-mode.el:
1102 * autoinsert.el:
1103 * avoid.el:
1104 * battery.el:
1105 * bookmark.el:
1106 * buff-menu.el:
1107 * calculator.el:
1108 * chistory.el:
1109 * cmuscheme.el:
1110 * comint.el:
1111 * compare-w.el:
1112 * dabbrev.el:
1113 * delim-col.el:
1114 * desktop.el:
1115 * diff-mode.el:
1116 * diff.el:
1117 * dired-aux.el:
1118 * dired-x.el:
1119 * dired.el:
1120 * dos-vars.el:
1121 * ediff-diff.el:
1122 * ediff-help.el:
1123 * ediff-init.el:
1124 * ediff-merg.el:
1125 * ediff-mult.el:
1126 * ediff-ptch.el:
1127 * ediff-vers.el:
1128 * ediff-wind.el:
1129 * ediff.el:
1130 * emerge.el:
1131 * facemenu.el:
1132 * faces.el:
1133 * ffap.el:
1134 * filecache.el:
1135 * find-dired.el:
1136 * font-core.el:
1137 * font-lock.el:
1138 * forms.el:
1139 * fringe.el:
1140 * help-at-pt.el:
1141 * hippie-exp.el:
1142 * ido.el:
1143 * image-file.el:
1144 * imenu.el:
1145 * indent.el:
1146 * info.el:
1147 * isearchb.el:
1148 * iswitchb.el:
1149 * jit-lock.el:
1150 * jka-compr.el:
1151 * log-edit.el:
1152 * lpr.el:
1153 * ls-lisp.el:
1154 * man.el:
1155 * menu-bar.el:
1156 * midnight.el:
1157 * mouse-sel.el:
1158 * mouse.el:
1159 * msb.el:
1160 * outline.el:
1161 * paren.el:
1162 * pcmpl-cvs.el:
1163 * pcmpl-gnu.el:
1164 * pcomplete.el:
1165 * pcvs-info.el:
1166 * pcvs-parse.el:
1167 * printing.el:
1168 * ps-mule.el:
1169 * ps-print.el:
1170 * replace.el:
1171 * ruler-mode.el:
1172 * saveplace.el:
1173 * sb-image.el:
1174 * scroll-bar.el:
1175 * sha1.el:
1176 * shadowfile.el:
1177 * shell.el:
1178 * sort.el:
1179 * speedbar.el:
1180 * strokes.el:
1181 * tempo.el:
1182 * term.el:
1183 * terminal.el:
1184 * time-stamp.el:
1185 * time.el:
1186 * tree-widget.el:
1187 * type-break.el:
1188 * vc-cvs.el:
1189 * vc-hg.el:
1190 * vc-mcvs.el:
1191 * vc-rcs.el:
1192 * vc-sccs.el:
1193 * vc.el:
1194 * view.el:
1195 * w32-vars.el:
1196 * whitespace.el:
1197 * wid-edit.el: Remove leading * from docstrings of defcustoms,
1198 deffaces, defconsts and defuns.
1199
1200 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
1203 the prompt was added to the minibuffer.
1204
1205 2008-12-02 Glenn Morris <rgm@gnu.org>
1206
1207 * format.el (format-write-file): Rewrite doc yet again.
1208
1209 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
1210 Doc fix. (Bug#1368)
1211
1212 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
1213
1214 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
1215
1216 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
1217 case where point is at the beginning of the buffer. (Bug#1239)
1218
1219 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
1220
1221 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
1222 already have the correct indentation. (Bug#859)
1223
1224 2008-12-02 Kenichi Handa <handa@m17n.org>
1225
1226 * international/uni-decomposition.el: Re-generated.
1227
1228 2008-12-01 Andreas Schwab <schwab@suse.de>
1229
1230 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
1231 ending in a colon as directory header.
1232
1233 2008-12-01 Kenichi Handa <handa@m17n.org>
1234
1235 * international/uni-numeric.el: Re-generated.
1236
1237 * international/charprop.el: Re-generated.
1238
1239 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * international/mule-cmds.el (locale-preferred-coding-systems):
1242 Fix alist item.
1243
1244 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
1245
1246 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
1247 (tramp-set-connection-property, tramp-flush-connection-property)
1248 (tramp-dump-connection-properties): Use it.
1249
1250 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * wdired.el (wdired-finish-edit): If displaying a single file,
1253 change dired-directory if that file was renamed.
1254
1255 * emacs-lisp/byte-run.el (macro-declaration-function):
1256 Disallow declare specs with lengths of 3 or more.
1257
1258 * dirtrack.el (dirtrack): Fix error message.
1259
1260 2008-11-30 Glenn Morris <rgm@gnu.org>
1261
1262 * vc-svn.el (vc-svn-diff-switches): Doc fix.
1263 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
1264
1265 * vc-git.el (vc-git-diff):
1266 * vc-hg.el (vc-hg-diff):
1267 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
1268
1269 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
1270 (eshell-needs-pipe-p): New function.
1271 (eshell-gather-process-output): Set process-connection-type according to
1272 eshell-needs-pipe-p. (Bug#1388)
1273
1274 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
1275
1276 * calendar/diary-lib.el (diary-cyclic): Doc fix.
1277 (diary-remind-message, diary-number-of-entries)
1278 (diary-include-other-diary-files, diary-mark-included-diary-files)
1279 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
1280 (diary-font-lock-keywords-1): Reflow docstrings.
1281 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
1282 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
1283
1284 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
1285 (timer-duration): Use `string-match-p'.
1286
1287 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * complete.el (PC-do-complete-and-exit):
1290 Use minibuffer-confirm-exit-commands.
1291
1292 * minibuffer.el (minibuffer-confirm-exit-commands):
1293 Add PC-complete and PC-complete-word to the list.
1294
1295 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * files.el (break-hardlink-on-save): Fix typo in docstring.
1298 Add :version tag.
1299
1300 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
1301 (reb-mode): Define with `define-derived-mode'.
1302
1303 2008-11-29 Karl Fogel <kfogel@red-bean.com>
1304
1305 * files.el (break-hardlink-on-save): New variable.
1306 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
1307 (file-precious-flag): Mention it in doc string.
1308
1309 2008-11-29 Miles Bader <miles@gnu.org>
1310
1311 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
1312 (minibuffer-complete-and-exit): Use it.
1313
1314 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * term/x-win.el (x-gtk-stock-cache): New hash table.
1317 (x-gtk-map-stock): Perform caching to prevent excess consing
1318 during redisplay.
1319
1320 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * minibuffer.el (completion--try-word-completion): Don't ignore
1323 partial-completion if it's the only style.
1324
1325 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
1328 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
1329 (reb-initialize-buffer): Update matches, in case we're reentering
1330 RE Builder mode.
1331
1332 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
1335 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
1336 values for minibuffer-completion-confirm.
1337
1338 2008-11-28 Martin Rudalics <rudalics@gmx.at>
1339
1340 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
1341 any but the first "*" in a doc-string.
1342
1343 2008-11-28 Glenn Morris <rgm@gnu.org>
1344
1345 * format.el (format-write-file): Improve previous doc fix.
1346
1347 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * simple.el (use-empty-active-region, use-region-p)
1350 (region-active-p): Doc fix.
1351
1352 2008-11-27 Martin Rudalics <rudalics@gmx.at>
1353
1354 * window.el (display-buffer): Fix handling of not-this-window
1355 argument. (Bug#1415)
1356
1357 2008-11-27 Kenichi Handa <handa@m17n.org>
1358
1359 * international/characters.el: Set category 'C' to characters
1360 #x20000..#x2AFFF, #x2F800..#x2FFFF.
1361
1362 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
1363
1364 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
1367 (tool-bar-find-image): Function deleted.
1368 (tool-bar-local-item, tool-bar-local-item-from-menu):
1369 Use find-image instead of tool-bar-find-image.
1370 (tool-bar-keymap-cache): New hash table.
1371 (tool-bar-make-keymap): Use it.
1372 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
1373
1374 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/dbus.el (dbus-handle-event): The result of a message call
1377 handler can also be an object, which is not a consp.
1378
1379 2008-11-25 Alan Mackenzie <acm@muc.de>
1380
1381 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
1382 (forward-list, backward-list, down-list, backward-up-list)
1383 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
1384 (insert-pair, insert-parentheses): State that the command assumes
1385 that point is not in a string or comment.
1386
1387 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
1388
1389 * net/dbus.el (dbus-string-to-byte-array)
1390 (dbus-byte-array-to-string, dbus-escape-as-identifier)
1391 (dbus-unescape-from-identifier): New defuns.
1392 (dbus-handle-event): The result of a message call is a list of
1393 arguments, which must be expanded when passing to
1394 `dbus-method-return-internal'.
1395
1396 * net/tramp.el (tramp-handle-write-region): Improve the check for
1397 calling direct copy.
1398 (tramp-find-inline-encoding): Don't raise an error but a warning,
1399 when no inline encoding is found.
1400 (tramp-get-remote-coding): Check for a symbol. The negative check
1401 for a string fails, when there is an empty string.
1402
1403 2008-11-26 Glenn Morris <rgm@gnu.org>
1404
1405 * vc-git.el (vc-git-diff-switches): New option.
1406 (vc-git-diff): Apply diff switches. (Bug#1386)
1407 Give it a basic doc string.
1408
1409 * term/pc-win.el (x-font-family-list): Replace redefinition with
1410 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
1411
1412 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
1413
1414 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
1415 of the polynomial rather than the whole polynomial.
1416
1417 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * mail/mailabbrev.el (define-mail-abbrev): When reading from
1420 mailrc, recognize string quoting. When reading from Lisp, accept
1421 rfc822-like addresses.
1422
1423 * mail/mailalias.el (define-mail-alias): Sync code with
1424 define-mail-abbrev.
1425
1426 2008-11-25 Glenn Morris <rgm@gnu.org>
1427
1428 * eshell/esh-proc.el (eshell-gather-process-output):
1429 Revert previous change. (re-opens Bug#1388)
1430
1431 * select.el (x-set-cut-buffer): Fix signal arguments.
1432
1433 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
1434
1435 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
1438 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
1439 (bubbles--empty-char): Use "\s".
1440
1441 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
1442
1443 * calc/calc.el (calc-settings-file, calc-language-alist)
1444 (calc-embedded-announce-formula)
1445 (calc-embedded-announce-formula-alist)
1446 (calc-embedded-open-formula, calc-embedded-close-formula)
1447 (calc-embedded-open-close-formula-alist)
1448 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
1449 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
1450 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1451 (calc-embedded-open-close-new-formula-alist)
1452 (calc-embedded-open-mode, calc-embedded-close-mode)
1453 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
1454 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
1455 (calc-multiplication-has-precedence): Remove unnecessary asterisks
1456 from docstrings.
1457
1458 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * calculator.el (calculator-op-or-exp): Reflow docstring.
1461 (calculator-remove-zeros, calculator-repR, calculator-repL):
1462 Fix typos in docstrings.
1463
1464 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * log-view.el (log-view-annotate-version): Let vc-annotate manage
1467 windows instead of calling switch-to-buffer.
1468
1469 * diff.el (diff-sentinel): Take note of diff error return value.
1470
1471 2008-11-24 Martin Rudalics <rudalics@gmx.at>
1472
1473 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
1474 frame can't be split.
1475
1476 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
1477
1478 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
1479 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
1480 (newsticker--treeview-tree-update-tag): Remove dead code.
1481 (newsticker-treeview-update): Don't update cache.
1482 (newsticker-treeview-quit): Don't save cache.
1483 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
1484 (newsticker-treeview-save): Use `newsticker-dir'.
1485 (newsticker--treeview-load): Use `newsticker-dir'.
1486 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
1487 Update tags.
1488 (newsticker-treeview-tree-do-click): Slightly simplified.
1489
1490 * net/newst-backend.el (newsticker-dir): New.
1491 (newsticker-start): Use `newsticker--cache-read'.
1492 (newsticker-stop): Use `newsticker--cache-save'.
1493 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
1494 (newsticker--images-dir): New.
1495 (newsticker--image-get, newsticker--image-sentinel):
1496 Use `newsticker--images-dir'.
1497 (newsticker--cache-save-version1): Backup version of
1498 `newsticker--cache-save'.
1499 (newsticker--cache-update): Create newsticker-dir if necessary.
1500 (newsticker--cache-dir): New.
1501 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
1502 (newsticker--cache-save-feed): New.
1503 (newsticker--cache-read-version1): New. Backuped version for reading
1504 cache data..
1505 (newsticker--cache-read, newsticker--cache-do-read): New.
1506
1507 * net/newst-reader.el (newsticker--image-read):
1508 Use `newsticker--images-dir'.
1509
1510 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * files.el (confirm-nonexistent-file-or-buffer):
1513 Allow `after-completion' value to request confirm only after TAB.
1514 (confirm-nonexistent-file-or-buffer): New function.
1515 (read-buffer-to-switch, find-file, find-file-other-window)
1516 (find-file-other-frame, find-file-read-only)
1517 (find-file-read-only-other-window)
1518 (find-file-read-only-other-frame): Use it.
1519 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
1520 Thanks to Alan Mackenzie for suggesting the new behavior.
1521
1522 * minibuffer.el (minibuffer-complete-and-exit):
1523 Change `confirm-only' value of minibuffer-completion-confirm to
1524 `confirm', and handle a `confirm-after-completion' value.
1525
1526 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
1529
1530 2008-11-24 Andreas Schwab <schwab@suse.de>
1531
1532 * image.el (image-type-header-regexps): Recognize more xbm format
1533 variants.
1534
1535 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * textmodes/artist.el (artist-charlist-to-string): Simplify.
1538 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
1539 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
1540 (artist-replace-string, artist-draw-rect, artist-draw-line)
1541 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
1542 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
1543 (artist-pen, artist-pen-line, artist-text-insert-common)
1544 (artist-text-overwrite, artist-spray-get-interval)
1545 (artist-spray-clear-circle, artist-erase-char)
1546 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
1547 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
1548 (artist-key-draw-1point, artist-key-draw-2points)
1549 (artist-mouse-draw-continously): Fix typos in docstrings.
1550 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
1551 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
1552 (artist-backward-char, artist-forward-char): Doc fixes.
1553 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
1554 Reflow docstrings.
1555
1556 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * international/quail.el (quail-vunion): New function.
1559 (quail-defrule-internal): Use it to prevent accumulating redundant
1560 alternatives when `append' is set.
1561 (quail-insert-decode-map): Simplify computation of the max-key-width.
1562 Compute it right for multiple-list.
1563
1564 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1565
1566 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
1567 explicitly. Doc fix.
1568
1569 2008-11-24 Martin Rudalics <rudalics@gmx.at>
1570
1571 * calendar/appt.el (appt-disp-window): Move minibuffer check
1572 after binding this-window and do not set-buffer to make sure we
1573 won't deselect the minibuffer. (Bug#1413)
1574
1575 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
1576
1577 * vc-hg.el (vc-hg-program): Remove.
1578 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1579 Undo previous change.
1580
1581 2008-11-23 Martin Rudalics <rudalics@gmx.at>
1582
1583 * info-look.el (info-lookup): When Info buffer is visible on
1584 another frame, raise that frame.
1585
1586 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
1587
1588 * allout.el (allout-mode): Fix typo in docstring.
1589
1590 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
1591 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
1592
1593 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * vc-hooks.el (vc-follow-link): Complete last change.
1596
1597 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * textmodes/remember.el (remember-region): Doc fix.
1600 (remember-filter-functions, remember-handler-functions)
1601 (remember-save-after-remembering, remember-mailbox)
1602 (remember-default-priority, remember-data-file, remember-leader-text)
1603 (remember-diary-file): Remove * from defcustom docstrings.
1604 (remember-run-all-annotation-functions-flag)
1605 (remember-all-handler-functions): Reflow docstrings.
1606 (remember-store-in-mailbox): Fix typo in docstring.
1607 (remember-mode): Define with `define-derived-mode'. Doc fix.
1608
1609 2008-11-23 Glenn Morris <rgm@gnu.org>
1610
1611 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
1612 (eshell-do-pipelines): Add optional argument to distinguish recursive
1613 calls. Use to set eshell-in-pipeline-p to 'first for the first command
1614 in a pipeline.
1615
1616 * eshell/esh-proc.el (eshell-gather-process-output):
1617 Set process-connection-type nil for all but the first element of a
1618 pipeline. (Bug#1388)
1619
1620 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1621
1622 * ediff-hook.el: Add tooltips to Emacs menus.
1623
1624 * ediff.el: Change date of last update.
1625
1626 2008-11-22 Juri Linkov <juri@jurta.org>
1627
1628 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
1629 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
1630 Doc fix.
1631 (dired-isearch-filenames-setup): Run filename Isearch only when
1632 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
1633 and the text property `dired-filename' at point is non-nil.
1634 In this case also set isearch-message-prefix-add to "filename ".
1635 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
1636 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1637 Don't let-bind isearch-message-prefix-add since this is done now
1638 in dired-isearch-filenames-setup.
1639
1640 * isearch.el (isearch-mode): Change the order of calling
1641 `isearch-update' and running the `isearch-mode-hook' to call
1642 `isearch-update' with Isearch parameters set in this hook.
1643
1644 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1645 Fix docstring - change "during `compile'" to "during compilation".
1646
1647 * descr-text.el (describe-char-unidata-list): Move `old-name' to
1648 be immediately after `name'.
1649
1650 * startup.el (initial-buffer-choice): Change an abstract file name
1651 "file.txt" to more reasonable default file name value "~/.emacs".
1652
1653 2008-11-22 Juri Linkov <juri@jurta.org>
1654
1655 * files.el (hack-local-variables-confirm): Rename arg `project' to
1656 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
1657 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1658 (hack-local-variables): Rename call of `hack-project-variables' to
1659 `hack-dir-local-variables'. Change error text to "Directory-local
1660 variables error".
1661 (dir-locals-class-alist): Rename from `project-class-alist'.
1662 (dir-locals-directory-alist): Rename from `project-directory-alist'.
1663 (dir-locals-get-class-variables): Rename from `project-get-alist'.
1664 (dir-locals-collect-mode-variables): Rename from
1665 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
1666 `mode-variables', and arg `settings' to `variables'.
1667 (dir-locals-collect-variables): Rename from
1668 `project-collect-binding-list'. Rename arg `binding-list' to
1669 `class-variables', and arg `settings' to `variables'.
1670 (dir-locals-set-directory-class): Rename from `set-directory-project'.
1671 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1672 Rename arg `settings' to `variables'.
1673 (dir-locals-file): New defconst.
1674 (dir-locals-find-file): Rename from `project-find-settings-file'.
1675 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
1676 and `pda' to `dir-elt'.
1677 (dir-locals-read-from-file): Rename from
1678 `project-define-from-project-file'. Rename arg `settings-file'
1679 to `file'. Rename let-bound `list' to `variables'.
1680 (hack-dir-local-variables): Rename from `hack-project-variables'.
1681 Rename let-bound `settings' to `variables-file', `root-dir'
1682 to `dir-name', and `bindings' to `variables'.
1683
1684 2008-11-22 Lute Kamstra <lute@gnu.org>
1685
1686 * simple.el (goto-line): Rename argument.
1687
1688 2008-11-22 Eli Zaretskii <eliz@gnu.org>
1689
1690 * makefile.w32-in (compile-first): New target.
1691 (recompile): Depend on compile-first.
1692
1693 * Makefile.in (recompile): Depend on compile-first.
1694
1695 2008-11-22 Martin Rudalics <rudalics@gmx.at>
1696
1697 * files.el (switch-to-buffer-other-window)
1698 (switch-to-buffer-other-frame): Rename buffer argument to
1699 buffer-or-name. Reword and mention new option
1700 confirm-nonexistent-file-or-buffer in doc-string.
1701
1702 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1703
1704 * emulation/viper.el: Date change.
1705
1706 * emulation/viper-cmd.el (viper-envelop-ESC-key):
1707 viper-translate-all-ESC-keysequences is now a function.
1708
1709 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1710 Make this variable.
1711
1712 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1715 Use buffer-file-truename to handle symlinks in any part of the filename.
1716
1717 2008-11-22 Glenn Morris <rgm@gnu.org>
1718
1719 * vc-mtn.el (vc-mtn-diff-switches): New option.
1720 (vc-mtn-program): Rename from vc-mtn-command, for
1721 consistency with other backends. Keep old name as alias.
1722 Update callers. Make it a defcustom.
1723 (vc-mtn-diff): Give it a doc string. Apply diff switches.
1724
1725 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1726 consistency with other backends. Keep old name as alias.
1727 Make it a defcustom.
1728 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1729
1730 * vc-hg.el (vc-hg-program): New option.
1731 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1732 Use vc-hg-program rather than hard-coded "hg".
1733
1734 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1735 (vc-svn-program): Move defcustom to start.
1736 (vc-svn-create-repo, vc-svn-modify-change-comment):
1737 Use vc-svn-program rather than hard-coded "svn".
1738
1739 * menu-bar.el: Stylistic consistency fixes for various menu and
1740 help texts.
1741
1742 * kmacro.el (kmacro-insert-counter): Doc fix.
1743
1744 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
1745
1746 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1747
1748 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * international/quail.el (quail-indent-to): New function.
1751 (quail-completion-1, quail-completion-list-translations)
1752 (quail-insert-decode-map): Use it to improve alignment.
1753 (quail-build-decode-map): Don't ignore latin-1 chars.
1754 (quail-help): Increase the max decode-map size so that even the TeX map
1755 gets printed.
1756
1757 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1758 Signal error for invalid bookmark.
1759 (bookmark-get-bookmark-record): Undo last change.
1760 (bookmark-store, bookmark-delete): Use new arg `noerror'.
1761
1762 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1763 Suggested by Toru TSUNEYOSHI.
1764
1765 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1766
1767 * byte-opt.el (byte-compile-butlast): Move up in file.
1768 (byte-optimize-plus): Don't call
1769 byte-optimize-delay-constants-math (bug#1334).
1770 Use byte-optimize-predicate to optimize constants.
1771 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1772 Remove zero arguments first
1773 if possible. Call byte-optimize-predicate to optimize constants.
1774 (byte-optimize-multiply): Remove optimizations for arguments of 0
1775 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
1776 Call byte-optimize-predicate.
1777 (byte-optimize-divide): Leave runtime errors unchanged.
1778 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
1779 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
1780
1781 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * bookmark.el (bookmark-jump-noselect): Add obsolescence
1784 declaration and remove redundant info from docstring.
1785
1786 * isearch.el (isearch-search-string): Doc fix.
1787 (search-exit-option, search-slow-window-lines, search-slow-speed)
1788 (search-upper-case, search-nonincremental-instead)
1789 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1790 (search-ring-update, search-highlight, isearch-lazy-highlight)
1791 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1792 (lazy-highlight-interval): Remove * from defcustom docstrings.
1793 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1794 Remove * from defcustom docstrings; fix typos.
1795 (isearch-push-state-function, isearch-help-for-help-internal)
1796 (isearch-help-for-help, isearch-describe-bindings)
1797 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1798 (isearch-pop-fun-state, isearch-search-fun-function)
1799 (isearch-lazy-highlight-search): Fix typos in docstrings.
1800 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1801 (isearch-forward): Fix typo and reflow docstring.
1802 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
1803 (isearch-mode-map): Don't use `let*'.
1804
1805 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1808
1809 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * isearch.el (isearch-search-string): Simplify and convert docstring.
1812
1813 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1814
1815 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
1818 (lookup-nested-alist): Doc fix.
1819 (with-coding-priority): Reflow docstring.
1820 (detect-coding-with-priority): Fix typos in obsolescence declaration.
1821 (char-displayable-p): Reflow docstring. Use `when'.
1822
1823 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1826 week forward/backward.
1827
1828 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1829
1830 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1831 (with-electric-help): Fix typo and reflow docstring.
1832
1833 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1836 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1837 (list-buffers-noselect): Don't need to pad.
1838
1839 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1840
1841 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1842 Pay attention to char widths when computing string sizes.
1843
1844 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1847 (byte-compile-output-docform): Reflow docstrings.
1848 (no-byte-compile): Fix typo in docstring.
1849 (byte-recompile-directory, compile-defun): Doc fixes.
1850 (emacs-lisp-file-regexp, byte-compile-verbose)
1851 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1852 (byte-compile-dynamic-docstrings, byte-optimize-log)
1853 (byte-compile-error-on-warn, byte-compile-warnings)
1854 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1855 Remove * from defcustom docstrings.
1856
1857 2008-11-20 Glenn Morris <rgm@gnu.org>
1858
1859 * format.el (format-alist, format-write-file): Doc fix.
1860
1861 * proced.el (proced-available): New variable.
1862 (proced-process-attributes): Move availability check from previous
1863 change from here...
1864 (proced): ... to here.
1865
1866 * vc-hg.el (vc-hg-diff-switches): New option.
1867 (vc-hg-diff): Apply diff switches. (Bug#1017)
1868
1869 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1870
1871 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1872
1873 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
1874
1875 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1876
1877 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
1878
1879 * calc/calc-units.el (math-units-table): Doc fix.
1880 (math-standard-units): Fix typo in constant's description.
1881 (math-additional-units): Fix typo in docstring.
1882
1883 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
1884
1885 * calc/calc-units.el (math-standard-units): Add eps0,
1886 permittivity of vacuum.
1887
1888 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1889
1890 * files.el (project-settings-file): Remove.
1891 (project-find-settings-file): Undo previous change that added the
1892 use of project-settings-file.
1893
1894 2008-11-19 Glenn Morris <rgm@gnu.org>
1895
1896 * proced.el (proced, proced-format-time): Doc fixes.
1897 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
1898
1899 2008-11-19 Karl Fogel <kfogel@red-bean.com>
1900
1901 * bookmark.el (bookmark-jump-noselect): Move the deprecation
1902 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1903
1904 2008-11-19 Lute Kamstra <lute@gnu.org>
1905
1906 * autoinsert.el (auto-insert-alist): Don't use match data.
1907
1908 2008-11-19 Glenn Morris <rgm@gnu.org>
1909
1910 * progmodes/f90.el (f90-mode-map): Add some menu :help.
1911
1912 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1913
1914 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1915 * term/w32-win.el (x-select-font): Declare.
1916
1917 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1918 Use the imperative for all help strings.
1919
1920 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1923 case where the default dictionary is French, Spanish, younameit.
1924
1925 * window.el (window--frame-usable-p): Consider dedicated windows
1926 as usable.
1927
1928 * files.el (confirm-nonexistent-file-or-buffer):
1929 Rename from find-file-confirm-nonexistent-file.
1930 (read-buffer-to-switch): Use it.
1931
1932 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1933
1934 * server.el (server-temp-file-p): Use `string-match-p'.
1935 (server-socket-dir): Set to nil if local sockets are unsupported.
1936 (server-start): Don't try to delete local socket if unsupported.
1937 (server-kill-new-buffers): Reflow docstring.
1938 (server-delete-client, server-handle-delete-frame)
1939 (server-save-buffers-kill-terminal): Doc fixes.
1940 (server-send-string): Fix typo in docstring.
1941
1942 2008-11-18 Sam Steingold <sds@gnu.org>
1943
1944 * progmodes/compile.el (compilation-start-hook): New hook.
1945 (compilation-start): Run it on the compilation process.
1946
1947 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * international/mule-cmds.el (update-leim-list-file): Simplify.
1950 (prefer-coding-system, find-coding-systems-for-charsets):
1951 Fix docstring typos.
1952 (select-safe-coding-system, input-method-exit-on-first-char)
1953 (language-info-alist, language-info-custom-alist): Reflow docstrings.
1954 (toggle-input-method, read-multilingual-string): Doc fixes.
1955 Reflow docstrings.
1956 (locale-name-match, sort-coding-systems, find-multibyte-characters)
1957 (read-char-by-name): Use `string-match-p'.
1958 (get-char-code-property, put-char-code-property)
1959 (char-code-property-description): Be silent while loading uni-* files.
1960 (ucs-names): Use `dotimes-with-progress-reporter', because loading
1961 the Unicode character names is *slow*.
1962
1963 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1966
1967 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1968
1969 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * international/mule-cmds.el (ucs-completions): Mark as risky.
1972
1973 2008-11-17 Martin Rudalics <rudalics@gmx.at>
1974
1975 * help-macro.el (three-step-help): Remove * from defcustom.
1976 (make-help-screen): Don't iconify selected frame. (Bug#1322)
1977 Use when instead of if and cond within condition-case.
1978
1979 * window.el (quit-window): Bind window to selected window when
1980 trying to delete it.
1981
1982 2008-11-17 Glenn Morris <rgm@gnu.org>
1983
1984 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1985 definition of 'ignore, rather than nil. (Bug#1353)
1986
1987 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * window.el (window--frame-usable-p): Allow use for soft-dedication.
1990
1991 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1992
1993 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1994
1995 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1996 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1997 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1998 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1999 (shell-command, repeat-complex-command): Reflow docstrings.
2000 (pop-to-mark-command): Fix typos in docstring.
2001
2002 2008-11-17 Juri Linkov <juri@jurta.org>
2003
2004 * isearch.el (isearch-filter-predicate): Rename from
2005 `isearch-success-function'. Rename default value from
2006 `isearch-success-function-default' to
2007 `isearch-filter-invisible'. Doc fix.
2008 (isearch-filter-invisible): Rename from
2009 `isearch-success-function-default'. Doc fix.
2010 (isearch-search, isearch-lazy-highlight-search):
2011 Rename `isearch-success-function' to `isearch-filter-predicate'.
2012
2013 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
2014 `dired-isearch-orig-success-function'.
2015 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
2016 (dired-isearch-filenames-end): Rename `isearch-success-function' to
2017 `isearch-filter-predicate'. Doc fix.
2018 (dired-isearch-filter-filenames): Rename from
2019 `dired-isearch-success-function'.
2020
2021 * info.el (Info-search, Info-mode):
2022 Rename `isearch-success-function' to `isearch-filter-predicate'.
2023 (Info-isearch-filter-predicate): Rename from
2024 `Info-search-success-function'.
2025
2026 * simple.el (minibuffer-default-add-function): Fix docstring to
2027 use clear text "default values" instead of obscure references to
2028 the dynamic variable `minibuffer-default'.
2029
2030 2008-11-16 Glenn Morris <rgm@gnu.org>
2031
2032 * term/ns-win.el (ns-extended-platform-support-mode):
2033 Tweak menu entry from previous change.
2034
2035 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
2036
2037 * cus-edit.el (custom-buffer-create-internal): Always insert the
2038 in-buffer buttons, regardless of tool-bar. (Bug#1326)
2039
2040 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
2043
2044 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * ielm.el (ielm-eval-input): Fix thinko in last change.
2047
2048 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * subr.el (read-passwd): Yank current kill if the user enters C-y.
2051
2052 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
2055 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
2056
2057 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
2058 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2059 Handle `file-name-as-directory'.
2060
2061 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
2062
2063 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
2064 usual variable-pitch face.
2065
2066 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
2069 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
2070 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
2071 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
2072 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
2073 (ange-ftp-quote-string, ange-ftp-process-handle-line)
2074 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
2075 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
2076 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
2077 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
2078 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
2079 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
2080 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
2081 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
2082 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
2083 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
2084 (ange-ftp-default-user, ange-ftp-default-password)
2085 (ange-ftp-default-account, ange-ftp-netrc-default-password)
2086 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
2087 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
2088 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
2089 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
2090 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
2091 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
2092 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
2093 (ange-ftp-make-backup-files, ange-ftp-retry-time)
2094 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
2095 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
2096 (ange-ftp-gateway-tmp-name-template)
2097 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
2098 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
2099 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
2100 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
2101 (ange-ftp-gateway-program): Remove * from docstring and reflow.
2102 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
2103 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
2104 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
2105 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
2106 (ange-ftp-rename-local-to-remote): Doc fixes.
2107 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
2108 Use `when', `unless'.
2109 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
2110 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
2111 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
2112 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
2113 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
2114 (ange-ftp-process-sentinel): Use `when'. Fix typo.
2115 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
2116 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
2117 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
2118 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
2119 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
2120 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
2121 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
2122 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
2123 `(save-match-data (string-match ...))'.
2124 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
2125 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
2126 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
2127 Doc fixes.
2128
2129 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
2130
2131 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
2132 function instead of a variable.
2133
2134 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
2135 viper-ESC-keyseq-timeout as a function.
2136 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
2137 defsubst.
2138
2139 * emulation/viper-cmd.el: Let line-move-visual to nil when using
2140 next-line or previous-line.
2141 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
2142
2143 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
2144
2145 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
2146 live.
2147 (ediff-save-buffer): Let window-min-height to 2.
2148
2149 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
2150 the minibuffer.
2151
2152 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
2155 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
2156 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
2157 (ielm-map): Define within defvar. Add docstring.
2158 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
2159 (ielm-complete-filename): Use `when', `unless'.
2160 (ielm-is-whitespace-or-comment): Use `string-match-p'.
2161 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
2162 (ielm-change-working-buffer): Check that the buffer is live.
2163 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
2164 Simplify. Reflow docstring.
2165 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
2166 New aliases, to satisfy `define-derived-mode' expectations.
2167
2168 2008-11-15 Glenn Morris <rgm@gnu.org>
2169 Martin Rudalics <rudalics@gmx.at>
2170
2171 * emacs-lisp/find-func.el (find-function-advised-original): New.
2172 (find-function-C-source, find-function-noselect):
2173 Use find-function-advised-original to handle advised funcs. (Bug#789)
2174
2175 2008-11-15 Glenn Morris <rgm@gnu.org>
2176
2177 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
2178 alias message.
2179
2180 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
2181 Remove uniquify-after-kill-buffer-p dependency.
2182 (uniquify-kill-buffer-function): New function.
2183 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
2184
2185 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
2186 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
2187 main Emacs manual.
2188
2189 2008-11-15 Martin Rudalics <rudalics@gmx.at>
2190
2191 * window.el (quit-window): Restore delete window with second
2192 arg non-nil behavior as of before 2008-10-30 change.
2193
2194 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * help-fns.el (describe-function-1): Do char-range check for
2197 self-insert-command.
2198
2199 2008-11-14 Karl Fogel <kfogel@red-bean.com>
2200
2201 * files.el (file-precious-flag): Document that this flag is advisory.
2202
2203 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2204
2205 * emacs-lisp/bytecomp.el (byte-compile-associative)
2206 (byte-compile-minus, byte-compile-quo): If there are more than two
2207 operands, don't use binary operation code (bug#1334).
2208
2209 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * w32-fns.el (w32-shell-dos-semantics):
2212 * calendar/diary-lib.el (diary-face-attrs):
2213 * international/mule-cmds.el (set-default-coding-systems)
2214 (prefer-coding-system):
2215 * net/tramp.el (tramp-set-completion-function):
2216 * progmodes/vhdl-mode.el (vhdl-file-header):
2217 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
2218
2219 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
2220
2221 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
2222 (kill-matching-buffers, save-buffers-kill-emacs)
2223 (save-buffers-kill-terminal): Fix typos in docstrings.
2224 (switch-to-buffer-other-window): Reflow docstring.
2225 (revert-buffer): Doc fix.
2226 (define-project-bindings): Rename arg LIST to SETTINGS.
2227 (project-find-settings-file): Use `let', not `let*'.
2228 Use `when'.
2229
2230 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * files.el (project-settings-file, locate-dominating-file):
2233 Fix typos in docstrings.
2234 (find-file-visit-truename): Remove * from defcustom docstring.
2235
2236 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2237
2238 * files.el (project-settings-file): New variable.
2239 (project-find-settings-file): Use it, instead of hardcoding
2240 .dir.settings.el.
2241
2242 2008-11-13 Glenn Morris <rgm@gnu.org>
2243
2244 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
2245
2246 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
2247
2248 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
2249 in mail bodies.
2250
2251 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * international/mule.el (autoload-coding-system, with-category-table)
2254 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
2255 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
2256 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
2257 (set-file-name-coding-system, ctext-pre-write-conversion)
2258 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
2259 Reflow docstrings.
2260 (charset-list, set-coding-priority): Remove redundant obsolescence info.
2261 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
2262 (char-valid-p): Define with `define-obsolete-function-alias'.
2263
2264 * textmodes/artist.el (artist-mode): Fix typos in docstring.
2265
2266 2008-11-12 Sam Steingold <sds@gnu.org>
2267
2268 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
2269 between hostname and path.
2270
2271 2008-11-11 Juri Linkov <juri@jurta.org>
2272
2273 * dired-aux.el (dired-isearch-filenames)
2274 (dired-isearch-filenames-regexp):
2275 Let-bind isearch-message-prefix-add to "filename ".
2276
2277 * isearch.el (isearch-message-prefix-add)
2278 (isearch-message-suffix-add): New variables.
2279 (isearch-message-prefix): Show additional text from
2280 `isearch-message-prefix-add' before "I-search".
2281 (isearch-message-suffix): Show additional text from
2282 `isearch-message-suffix-add' at the end.
2283
2284 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
2285 `isearch-search'. Call isearch-success-function to skip matches
2286 outside the current isearch scope. Let-bind search-invisible to
2287 nil to not match invisible text.
2288
2289 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
2290 Let-bind `isearch-recursive-edit' to nil to prevent calling
2291 `exit-recursive-edit' in `isearch-done' that terminates the
2292 execution of these commands when it is non-nil. Call
2293 `exit-recursive-edit' explicitly at the end.
2294 (isearch-occur): For word search construct the correct regexp
2295 with word boundaries to proceed with occur.
2296
2297 * isearch.el (isearch-search-fun): Compare the length of the
2298 current search string with the length of the string from the
2299 previous search state to detect the situation when the user
2300 adds or removes characters in the search string.
2301 Use word-search-forward-lax and word-search-backward-lax in this
2302 case, and otherwise word-search-forward and word-search-backward.
2303
2304 2008-11-11 Sam Steingold <sds@gnu.org>
2305
2306 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
2307 the "Version Control" group (for C-x v g).
2308
2309 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
2310
2311 * server.el (server-process-filter): Fix typos and reflow docstring.
2312
2313 2008-11-11 Martin Rudalics <rudalics@gmx.at>
2314
2315 * mail/footnote.el (footnote-mode): Improve doc-string.
2316 Suggested by <jidanni@jidanni.org>. (Bug#1318)
2317
2318 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
2321
2322 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2323
2324 * mail/smtpmail.el (smtpmail-open-stream): Use
2325 `starttls-any-program-available'. Auto-load starttls.el for it.
2326
2327 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
2330 version (bug@1285).
2331
2332 2008-11-08 Eli Zaretskii <eliz@gnu.org>
2333
2334 * startup.el (command-line): Ignore init-file-user when checking
2335 user's home directory on MS-DOS as well.
2336
2337 2008-11-07 Sam Steingold <sds@gnu.org>
2338
2339 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
2340
2341 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * frame.el (make-frame-on-display): Use `string-match-p'.
2344
2345 2008-11-07 Glenn Morris <rgm@gnu.org>
2346
2347 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2348
2349 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
2352 to initialize font-lock keyword case sensitivity.
2353 (lisp-mode): Use it.
2354
2355 2008-11-06 Glenn Morris <rgm@gnu.org>
2356
2357 * eshell/esh-maint.el: Remove unused file.
2358
2359 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
2360
2361 * cus-edit.el (custom-comment-tag): Doc fix.
2362 (custom-comment, custom-variable-value-create, custom-face):
2363 Use face names sans -face suffix rather than aliases.
2364
2365 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
2366
2367 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
2368 window width.
2369
2370 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
2371
2372 * server.el (server-process-filter): Only default to emacsclient's
2373 terminal in daemon mode.
2374
2375 2008-11-05 Martin Rudalics <rudalics@gmx.at>
2376
2377 * window.el (quit-window): Restore prefix argument behavior
2378 removed in 2008-10-30 change. (Bug#1308)
2379
2380 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
2381
2382 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
2383 function to kill-buffer-hook, not to kill-buffer.
2384 Reported by Markus Triska <markus.triska@gmx.at>
2385
2386 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
2387
2388 * calc/calc.el (calc-quit): Make sure that the keypad buffer
2389 exists before deleting its windows.
2390
2391 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * server.el (server-process-filter): Don't call
2394 server-create-tty-frame when no tty name is specified.
2395
2396 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2397
2398 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
2399
2400 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2403 (define-char-code-property):
2404 * textmodes/reftex.el (reftex-index):
2405 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
2406
2407 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * vc-bzr.el (vc-bzr-dir-printer): Rename from
2410 vc-bzr-status-printer.
2411
2412 * startup.el (startup-echo-area-message): Display a different
2413 message in daemon mode. Suggested by Stephen Turnbull.
2414
2415 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
2416 Windows.
2417
2418 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * dframe.el (dframe-mouse-position-function)
2421 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
2422 (dframe-mouse-set-point): Fix typos in docstrings.
2423
2424 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * vc-dir.el (vc-dir-headers): Undo previous change.
2427
2428 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
2429
2430 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
2431 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
2432
2433 2008-11-04 Martin Rudalics <rudalics@gmx.at>
2434
2435 * subr.el (looking-back): Fix doc-string typo.
2436
2437 * electric.el (Electric-pop-up-window): Call window-end with
2438 UPDATE set to t.
2439
2440 * window.el (save-selected-window): Make it behave like
2441 save-selected-window-norecord.
2442 (save-selected-window-norecord): Remove, since functionality
2443 fully taken over by save-selected-window.
2444 (walk-windows, set-window-text-height, fit-window-to-buffer):
2445 Use save-selected-window instead of save-selected-window-norecord.
2446 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
2447 save-selected-window-norecord.
2448 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
2449 indent-function for save-selected-window-norecord.
2450
2451 2008-11-03 Alan Mackenzie <acm@muc.de>
2452
2453 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
2454
2455 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * subr.el (looking-back): Doc fix.
2458
2459 * term/x-win.el (x-initialize-window-system):
2460 Call x-wm-set-size-hint after initialization.
2461
2462 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
2463 to t.
2464
2465 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2466 2000-12-08 (bug#1297).
2467
2468 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
2469
2470 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
2471
2472 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
2473 when appropriate.
2474
2475 2008-11-02 Martin Rudalics <rudalics@gmx.at>
2476
2477 * window.el (save-selected-window-norecord): New macro.
2478 (walk-windows): Use save-selected-window-norecord and call
2479 select-window with NORECORD set. (Bug#1237)
2480 (set-window-text-height, fit-window-to-buffer):
2481 Use save-selected-window-norecord and call select-window with
2482 NORECORD set.
2483 * subr.el (with-selected-window): Call set-frame-selected-window
2484 with new argument NORECORD set. Update doc-string.
2485 (with-selected-frame): Call select-frame with new argument
2486 NORECORD set. Update doc-string.
2487 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
2488 Put indent-function for save-selected-window-norecord.
2489 * font-lock.el (lisp-font-lock-keywords-2):
2490 Add save-selected-window-norecord.
2491
2492 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * cus-edit.el (customize-apropos-options, custom-comment)
2495 (custom-comment-tag, custom-face-edit-attribute-tag):
2496 Fix typos in docstrings.
2497 (custom-buffer-done-kill): Remove * from defcustom docstring.
2498 (custom-file): Fix typo in doc of defcustom choice.
2499
2500 * frame.el (display-visual-class): Fix typo in docstring.
2501 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
2502 (special-display-frame-alist, show-trailing-whitespace)
2503 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
2504 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
2505 Remove * from defcustom docstrings.
2506
2507 * md4.el (md4-buffer): Fix typo in docstring.
2508 (md4, md4-64): Doc fixes.
2509 (md4-pack-int32): Reflow docstring.
2510
2511 * paths.el (rmail-file-name): Remove * from defcustom docstring.
2512 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
2513
2514 * rect.el (open-rectangle): Reflow docstring.
2515 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
2516
2517 * select.el (x-get-cut-buffer): Fix typo in docstring.
2518
2519 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
2520 (timezone-time-zone-from-absolute, timezone-leap-year-p):
2521 Fix typos in docstrings.
2522
2523 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
2524 Fix typos in docstrings.
2525
2526 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2527
2528 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
2529
2530 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
2531 (newsticker--treeview-list-update, newsticker--treeview-item-show)
2532 (newsticker--treeview-tree-update)
2533 (newsticker--treeview-tree-update-highlight)
2534 (newsticker-treeview-update)
2535 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
2536 (newsticker-treeview-next-new-or-immortal-item)
2537 (newsticker-treeview-prev-new-or-immortal-item)
2538 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
2539 (newsticker-treeview-tree-click): Watch for layout changes.
2540 (newsticker--treeview-set-current-node): Cleanup.
2541 (newsticker--treeview-restore-layout): Rename from
2542 newsticker--treeview-restore-buffers.
2543 (newsticker--treeview-mark-item): Update cache file.
2544
2545 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2546
2547 * calendar/icalendar.el (icalendar--uid-count): New.
2548 (icalendar--create-uid): New. Extracted from
2549 `icalendar-export-region' and add uid counter.
2550 (icalendar-export-region): Use `icalendar--create-uid'.
2551
2552 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * tooltip.el (tooltip-frame-parameters): Doc fix.
2555
2556 2008-10-31 Martin Rudalics <rudalics@gmx.at>
2557
2558 * window.el (window-body-height, window-current-scroll-bars)
2559 (walk-windows, get-window-with-predicate, get-buffer-window-list)
2560 (minibuffer-window-active-p, count-windows)
2561 (window-safely-shrinkable-p, window--splittable-p)
2562 (window--try-to-split-window, window--frame-usable-p)
2563 (window--even-window-heights, window--display-buffer-1)
2564 (window--display-buffer-2, set-window-text-height)
2565 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2566 (truncated-partial-width-window-p): Rewrite doc-string.
2567 (window-fixed-size-p): Simplify code. Rewrite doc-string.
2568 (split-window-vertically, split-window-horizontally):
2569 Rename args, rewrite doc-string, and simplify code.
2570 (split-window-save-restore-data): Rename args and use
2571 when instead of if.
2572
2573 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * indent.el (indent-for-tab-command): Use use-region-p.
2576
2577 * vc.el (vc-revert): Limit the length of the query string.
2578
2579 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * simple.el (idle-update-delay, next-error-highlight)
2582 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
2583 (minibuffer-history-case-insensitive-variables, kill-ring-max)
2584 (kill-read-only-ok, backward-delete-char-untabify-method)
2585 (kill-whole-line, mark-ring-max, global-mark-ring-max)
2586 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
2587 (goal-column, line-move-ignore-invisible, fill-prefix)
2588 (auto-fill-inhibit-regexp, blink-matching-paren)
2589 (blink-matching-paren-on-screen, blink-matching-paren-distance)
2590 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
2591 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
2592 (minibuffer-history-isearch-wrap, transient-mark-mode)
2593 (next-logical-line, auto-fill-mode, line-number-mode)
2594 (column-number-mode, size-indication-mode, clone-indirect-buffer)
2595 (normal-erase-is-backspace-mode): Doc fixes.
2596 (current-kill, transient-mark-mode, toggle-truncate-lines)
2597 (visible-mode): Reflow docstrings.
2598 (minibuffer-local-shell-command-map, interprogram-paste-function):
2599 Fix typos in docstrings.
2600
2601 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
2602
2603 * server.el (server-process-filter): In daemon mode, default to
2604 emacsclient's tty if not opening a new frame and only the
2605 terminal-frame is available.
2606
2607 2008-10-30 Martin Rudalics <rudalics@gmx.at>
2608
2609 * window.el (quit-window): Simplify code. Say in doc-string
2610 that it operates on the selected window's buffer. (Bug#1259)
2611
2612 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
2613
2614 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
2615 nil so that log-view-diff-changeset works.
2616
2617 2008-10-30 Glenn Morris <rgm@gnu.org>
2618
2619 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
2620
2621 * resume.el: Move to obsolete/.
2622 * Makefile.in (ELCFILES): Update.
2623
2624 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * electric.el (Electric-pop-up-window): Don't shrink the window if
2627 it's already big enough.
2628
2629 * minibuffer.el (delete-minibuffer-contents): Delete all
2630 minibuffer contents instead of just the current field.
2631
2632 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
2633
2634 * bookmark.el (bookmark-handle-bookmark): Rename from
2635 bookmark-jump-noselect.
2636 (bookmark--jump-via, bookmark-insert): Callers changed.
2637 (bookmark-jump-noselect): Wrapper function for
2638 bookmark-handle-bookmark.
2639 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
2640
2641 * textmodes/ispell.el (ispell-word): Use use-region-p.
2642
2643 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2646 to follow naming conventions for abnormal hooks. Doc fix.
2647 (tooltip-mode, tooltip-timeout): Use it.
2648 (tooltip-hook): New obsolete alias.
2649 (tooltip-help-tips): Doc fix.
2650
2651 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2652
2653 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
2654
2655 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2656 of hardcoded /tmp.
2657
2658 2008-10-29 Glenn Morris <rgm@gnu.org>
2659
2660 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2661
2662 * vc-hooks.el (vc-find-root): Remove bogus alias.
2663
2664 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * international/quail.el (quail-show-guidance): Don't create
2667 a guidance-frame if current buffer is not a minibuffer, since even if
2668 selected-window is mini-p, the buffer will never be displayed in it, so
2669 it wil be usable for guidance.
2670
2671 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * smerge-mode.el: Require diff-mode at run-time as well.
2674
2675 2008-10-28 Martin Rudalics <rudalics@gmx.at>
2676
2677 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2678 * vc-hooks.el (vc-stay-local): Likewise.
2679
2680 2008-10-28 Phil Sung <psung@mit.edu>
2681
2682 * follow.el (follow-scroll-down, follow-calc-win-end)
2683 (follow-estimate-first-window-start): Reduce effective window
2684 height when header line is present. (Bug#925)
2685
2686 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * subr.el (locate-user-emacs-file): Simplify. Don't create
2689 `user-emacs-directory' when Emacs is running in batch mode.
2690
2691 * startup.el (inhibit-startup-screen): Reflow docstring.
2692 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2693
2694 2008-10-27 Kenichi Handa <handa@m17n.org>
2695
2696 * descr-text.el (describe-char): Fix terminal case (where font is nil).
2697
2698 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * face-remap.el (text-scale-increase, text-scale-decrease)
2701 (text-scale-adjust): Remove &optional keyword from the arg list;
2702 the INC argument is not really optional, if the functions happen
2703 to be called from elisp.
2704
2705 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * vc.el: Rename VC methods that were missed when vc-status was
2708 renamed to vc-dir.
2709 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2710 vc-svn-status-extra-headers.
2711 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2712 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2713 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2714 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2715 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2716 vc-dir-status-printer.
2717 (vc-dir-headers): Use `dir-extra-headers' instead of
2718 `status-extra-headers'.
2719 (vc-dir-printer): Rename from vc-dir-status-printer.
2720 (vc-default-dir-extra-headers): Rename from
2721 vc-default-status-extra-headers.
2722 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2723 vc-cvs-status-extra-headers.
2724
2725 * startup.el (server-name): Pacify byte compiler.
2726 (command-line): If --daemon=SERVER_NAME was used, set server-name
2727 before calling server-start.
2728
2729 2008-10-26 Romain Francoise <romain@orebokech.com>
2730
2731 * startup.el (command-line): Call daemon-initialized after
2732 starting the server.
2733
2734 2008-10-26 Kenichi Handa <handa@m17n.org>
2735
2736 * help-fns.el (describe-categories): Display the terse legend at
2737 the head.
2738
2739 * international/characters.el: Docstrings of categories improved.
2740
2741 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2744
2745 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2746 to the courier family.
2747 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2748 usually not serif'd and hence rather unlike verbatim's printed output.
2749
2750 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
2751
2752 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2753 when reporting the module.
2754
2755 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2756
2757 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2758
2759 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * files.el (locate-dominating-stop-dir-regexp): New var.
2762 (locate-dominating-file): Change arg from a regexp to a file name.
2763 Rewrite using the vc-find-root code to avoid directory-files which is
2764 too slow. Obey locate-dominating-stop-dir-regexp.
2765 Don't pay attention to changes in owner.
2766 (project-find-settings-file): Adjust call to locate-dominating-file.
2767
2768 * progmodes/flymake.el (flymake-find-buildfile):
2769 Adjust call to locate-dominating-file.
2770
2771 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2772 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2773
2774 2008-10-25 Martin Rudalics <rudalics@gmx.at>
2775
2776 * subr.el (with-current-buffer): Rename buffer argument to
2777 buffer-or-name.
2778 * window.el (get-buffer-window-list): Rename buffer argument to
2779 buffer-or-name and make it optional.
2780
2781 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * completion.el (add-completion-to-head, add-completion): Doc fixes.
2784 (completion-search-next, add-completions-from-file):
2785 Fix typos in docstrings.
2786
2787 * filesets.el (filesets-menu-ensure-use-cached)
2788 (filesets-ingroup-patterns, filesets-filetype-property):
2789 * tutorial.el (get-lang-string):
2790 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2791 Fix typos in docstrings.
2792
2793 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2794 (image-dired-line-up-method, image-dired-thumb-size)
2795 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2796 (image-dired-track-original-file, image-dired-track-thumbnail)
2797 (image-dired-dired-next-line, image-dired-dired-previous-line)
2798 (image-dired-write-comments): Reflow docstrings.
2799 (image-dired-show-all-from-dir-max-files)
2800 (image-dired-format-properties-string, image-dired-create-thumbs)
2801 (image-dired-mark-tagged-files, image-dired-gallery-generate):
2802 Fix typos in docstrings.
2803
2804 * savehist.el (savehist-save-minibuffer-history, savehist-file)
2805 (savehist-additional-variables, savehist-ignored-variables)
2806 (savehist-file-modes, savehist-autosave-interval):
2807 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2808 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2809 (fancy-splash-image):
2810 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2811 (thumbs-conversion-program, thumbs-margin):
2812 Remove spurious * in docstrings.
2813
2814 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
2815
2816 * thingatpt.el (end-of-sexp, beginning-of-sexp)
2817 (forward-same-syntax): Omit default arguments to char-after and
2818 char-before.
2819
2820 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * subr.el (locate-user-emacs-file): New function.
2823 (user-emacs-directory): Mention it in docstring.
2824
2825 * completion.el (save-completions-file-name):
2826 * filesets.el (filesets-menu-cache-file):
2827 * image-dired.el (image-dired-dir, image-dired-db-file)
2828 (image-dired-temp-image-file, image-dired-gallery-dir)
2829 (image-dired-temp-rotate-image-file):
2830 * savehist.el (savehist-file):
2831 * server.el (server-auth-dir):
2832 * thumbs.el (thumbs-thumbsdir):
2833 * tutorial.el (tutorial--saved-dir):
2834 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2835
2836 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2839 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2840
2841 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * filesets.el: Update author email.
2844 (filesets-data): Doc fix.
2845
2846 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
2847
2848 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2849
2850 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
2851
2852 * international/mule-cmds.el (describe-language-environment):
2853 Indent sample text.
2854
2855 2008-10-23 Glenn Morris <rgm@gnu.org>
2856
2857 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2858
2859 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2860 byte-compile a redefinition of a function with special byte-compile
2861 handling. (Bug#411)
2862
2863 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2864
2865 * ps-print.el: Deal with page sizes for label printes. Suggested by
2866 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2867 (ps-print-version): New version 7.3.3.
2868 (ps-page-dimensions-database): New page sizes for label printers.
2869 (ps-n-up-printing): Fix code.
2870
2871 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2872
2873 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2874
2875 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2876 (list-at-point): Add docstrings.
2877
2878 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2879
2880 * dired-aux.el (dired-do-create-files): Doc fix.
2881
2882 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2883
2884 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2885 with other documentation.
2886
2887 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2888
2889 * replace.el (how-many): Fix typo in docstring.
2890 Reported by Leo <sdl.web@gmail.com>.
2891
2892 2008-10-22 Glenn Morris <rgm@gnu.org>
2893
2894 * international/mule-cmds.el (universal-coding-system-argument):
2895 Check for C-g. (Bug#1205)
2896
2897 2008-10-22 Kenichi Handa <handa@m17n.org>
2898
2899 * international/characters.el: Don't setup
2900 find-word-boundary-function-table.
2901 (next-word-boundary-han, next-word-boundary-kana): Delete them.
2902 (word-combining-categories, word-separating-categories):
2903 Adjust to the change of the docstrings.
2904
2905 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * simple.el (region-active-p): Doc fix.
2908
2909 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2910
2911 * subr.el (apply-partially): Move from here...
2912
2913 * simple.el (apply-partially): ...to here.
2914
2915 2008-10-20 Andreas Schwab <schwab@suse.de>
2916
2917 * subr.el (split-string-and-unquote): Simplify regexp.
2918
2919 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2920
2921 * subr.el (top-level): Require `cl' when compiling.
2922
2923 2008-10-20 David Reitter <david.reitter@gmail.com>
2924
2925 * info.el (Info-mode): Do not remove an existing header line if
2926 `Info-use-header-line' is nil.
2927
2928 2008-10-19 Juri Linkov <juri@jurta.org>
2929
2930 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2931 Add arg `delimited' as in `query-replace' for the case when
2932 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
2933 Add more indicators to the prompt ("word" and "in region").
2934
2935 * replace.el (query-replace, query-replace-regexp)
2936 (replace-string, replace-regexp, perform-replace): Add "word"
2937 indicatiors to the prompt for word delimited replacements.
2938
2939 * replace.el (read-regexp): Rename arg `default' to `default-value'.
2940 Doc fix.
2941
2942 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2943
2944 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
2945
2946 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2947
2948 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2949
2950 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2951 Make argument names follow Elisp manual.
2952
2953 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2954
2955 * textmodes/remember.el (remember-data-file):
2956 * shadowfile.el (shadow-initialize)
2957 <shadow-info-file, shadow-todo-file>:
2958 * savehist.el (savehist-file):
2959 * recentf.el (recentf-save-file):
2960 * pcvs-defs.el (cvs-cvsrc-file):
2961 * international/kkc.el (kkc-init-file-name):
2962 * ido.el (ido-save-directory-list-file):
2963 * calendar/todo-mode.el (todo-file-do, todo-file-done)
2964 (todo-file-top): Run file names that begin with a period thru
2965 `convert-standard-filename'.
2966
2967 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
2968 before-init-hook.
2969
2970 Fix Bug #1183:
2971
2972 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2973 coding-system-for-read to ediff-coding-system-for-write.
2974
2975 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2976 coding-system-for-write to ediff-coding-system-for-write.
2977
2978 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2979 (ediff-coding-system-for-write): Set to emacs-internal.
2980
2981 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * international/mule-conf.el (emacs-internal): New coding system alias.
2984
2985 2008-10-18 Juri Linkov <juri@jurta.org>
2986
2987 * info.el (Info-file-supports-index-cookies-list): New variable.
2988 (Info-file-supports-index-cookies): New function.
2989 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2990 (Info-index-nodes): Let-bind Info-point-loc to nil for files
2991 without an index cookie to ignore it when Info-index-nodes is
2992 called during navigating from an index node with line numbers.
2993 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
2994
2995 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2996 variable definition section.
2997
2998 * info.el (Info-find-node-2): Put initial point below the header line
2999 and breadcrumbs line.
3000
3001 2008-10-18 Glenn Morris <rgm@gnu.org>
3002
3003 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
3004 the needed external programs were not found.
3005
3006 2008-10-18 Eli Zaretskii <eliz@gnu.org>
3007
3008 * files.el (trash-directory): Run thru `convert-standard-filename'.
3009 (file-modes-char-to-who, file-modes-char-to-right)
3010 (file-modes-rights-to-number, file-modes-symbolic-to-number)
3011 (read-file-modes): Doc fixes.
3012
3013 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * abbrev.el (define-abbrev): Doc fix.
3016
3017 2008-10-17 Alan Mackenzie <acm@muc.de>
3018
3019 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
3020 foo bar [] = { ...".
3021
3022 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * faces.el (face-spec-set-2): Don't pass invalid attributes to
3025 set-face-attribute.
3026
3027 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
3030 according to `locale-coding-system'. (This fixes trivial bug reported
3031 as part of bug#1179).
3032 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
3033 particular order). Use `when'.
3034
3035 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * w32-fns.el (w32-check-shell-configuration): Doc fix.
3038 (w32-add-charset-info): Fix typo in docstring.
3039
3040 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3041
3042 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
3043 after discussion.
3044
3045 2008-10-16 Magnus Henoch <mange@freemail.hu>
3046
3047 * vc-arch.el (vc-arch-dir-status): New function.
3048 (vc-arch-after-dir-status): New function.
3049
3050 2008-10-16 Glenn Morris <rgm@gnu.org>
3051
3052 * man.el (Man-getpage-in-background): Force recent `man's to output
3053 escape sequences even when stdout is not a tty. (Bug#1142)
3054
3055 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
3056
3057 * international/mule-conf.el: Add `utf8' and `UTF8' as
3058 aliases for the `utf-8' coding system.
3059
3060 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
3061
3062 * find-file.el (ff-get-file): Doc fix.
3063 (ff-get-file-name): Use `let', not `let*'.
3064 (ff-search-directories): Fix typo in docstring.
3065 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
3066 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
3067 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
3068 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
3069 (cc-other-file-alist, modula2-other-file-alist):
3070 Remove spurious * in docstrings.
3071
3072 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * faces.el (set-face-attribute): Set family and foundry before
3075 other attributes.
3076 (face-spec-set-2): Pass unmodified args to set-face-attribute.
3077
3078 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * hl-line.el (hl-line-unload-function): New function.
3081 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
3082 (hl-line-sticky-flag): Remove spurious * in docstring.
3083
3084 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
3085
3086 * vc-git.el (vc-git-show-log-entry): Include the revision in the
3087 search string.
3088
3089 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
3090
3091 * net/tramp.el (tramp-process-one-action): Embed regexp in
3092 parentheses, before adding end-of-buffer construct. Suggested by
3093 Markus Triska <markus.triska@gmx.at>.
3094
3095 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
3096
3097 * net/newst-plainview.el (w3m-toggle-inline-image):
3098 Define 'declare-function if necessary, for compatibility.
3099
3100 * net/newst-treeview.el (w3m-toggle-inline-images):
3101 Define 'declare-function if necessary, for compatibility.
3102
3103 2008-10-13 Alan Mackenzie <acm@muc.de>
3104
3105 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
3106 so that the function works on one-line macros.
3107
3108 * progmodes/cc-engine.el: Amend several doc strings and comments.
3109
3110 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3111
3112 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
3113
3114 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
3115 (vc-cvs-stay-local): Add a new choice and default to it.
3116 (vc-cvs-dir-status): Use the new vc-stay-local choice.
3117
3118 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
3119
3120 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
3121
3122 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
3123 Add support for extended return statement.
3124
3125 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
3126 and obj-dir; keep user order.
3127
3128 2008-10-12 Glenn Morris <rgm@gnu.org>
3129
3130 * Makefile.in (ELCFILES): Update.
3131
3132 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
3133 (shell-file-name-quote-list): Declare.
3134
3135 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
3136
3137 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
3138
3139 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
3140
3141 * startup.el (command-line): If toolbar is disabled but ought to
3142 be initialized, call tool-bar-setup.
3143
3144 * tool-bar.el (tool-bar-setup): Variable deleted.
3145 (tool-bar-setup): Set it up unconditionally.
3146
3147 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
3148
3149 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
3150 tool-bar-map has been initialized before setting it up.
3151
3152 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
3153 tool-bar-map has been initialized before setting it up.
3154
3155 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * emacs-lisp/warnings.el (display-warning): Issue a message if
3158 called during daemon initialization.
3159
3160 * tool-bar.el (tool-bar-local-item)
3161 (tool-bar-local-item-from-menu): Put the check for number of
3162 display colors into the image expression.
3163 (tool-bar-setup): Don't be a no-op on ttys.
3164
3165 * info.el (info-tool-bar-map):
3166 * progmodes/gud.el (gud-tool-bar-map):
3167 * progmodes/grep.el (grep-mode-tool-bar-map):
3168 * progmodes/compile.el (compilation-mode-tool-bar-map):
3169 Initialize it unconditionally.
3170
3171 2008-10-11 Romain Francoise <romain@orebokech.com>
3172
3173 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
3174 * kmacro.el (kmacro-edit-lossage): Ditto.
3175 * edmacro.el (edit-kbd-macro): Ditto.
3176
3177 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
3178
3179 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
3180 Fix variable names.
3181
3182 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3183
3184 * startup.el (command-line): Revert 2008-09-26 change, not
3185 necessary anymore.
3186
3187 2008-10-10 Andreas Schwab <schwab@suse.de>
3188
3189 * simple.el (minibuffer-complete-shell-command):
3190 Bind comint-delimiter-argument-list, comint-file-name-chars and
3191 comint-file-name-quote-list like shell-mode.
3192
3193 2008-10-10 Martin Rudalics <rudalics@gmx.at>
3194
3195 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
3196 call of select-window.
3197
3198 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
3199
3200 * calc/calc.el (calc-embedded-word-regexp)
3201 (calc-embedded-word-regexp-alist): New variables.
3202 (calc-embedded-open-word, calc-embedded-close-word)
3203 (calc-embedded-open-close-word-alist): Remove unused variables.
3204
3205 * calc/calc-embed.el (calc-embedded-make-info):
3206 Use `calc-embedded-word-regexp' to find words.
3207
3208 2008-10-10 Martin Rudalics <rudalics@gmx.at>
3209
3210 * info.el (Info-extract-menu-counting): New argument no-detail to
3211 skip detailed node listings.
3212 (Info-forward-node): New argument not-up to inhibit going up.
3213 (Info-final-node): Call Info-extract-menu-counting and
3214 Info-forward-node with the new arguments set to avoid infinite
3215 looping. (Bug#1116)
3216
3217 2008-10-10 Eli Zaretskii <eliz@gnu.org>
3218
3219 * startup.el (command-line): Don't invoke tool-bar-mode if it is
3220 not fboundp.
3221
3222 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * startup.el (command-line): Enable tool-bar-mode as long as it is
3225 not suppressed by X resources, regardless of the terminal.
3226
3227 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
3228 graphical terminals.
3229 (tool-bar-setup): No-op if called on a tty.
3230
3231 2008-10-09 Eli Zaretskii <eliz@gnu.org>
3232
3233 * frame.el (make-frame-on-tty): Use "F" inside interactive.
3234 Support `pc' ``window-system''.
3235
3236 * progmodes/compile.el (compilation-start): Resurrect the version
3237 for systems that don't support asynchronous subprocesses.
3238
3239 2008-10-09 Martin Rudalics <rudalics@gmx.at>
3240
3241 * window.el (pop-up-frames): Add choice graphic-only.
3242 (display-buffer): When pop-up-frames equals graphic-only do
3243 not pop up new frame on text-only terminals. (Bug#1061)
3244
3245 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
3246
3247 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
3248 (vc-cvs-dir-status): Use it.
3249
3250 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * json.el (json-skip-whitespace): Fix last change.
3253
3254 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * bs.el (bs-unload-function): New function.
3257
3258 2008-10-08 Sven Joachim <svenjoac@gmx.de>
3259
3260 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
3261 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
3262 For clarity, explicitly require cl.
3263
3264 2008-10-08 Michael Olson <mwolson@gnu.org>
3265
3266 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
3267 can avoid a bad interaction with programs that add functions to
3268 the window-scroll-functions hook. This fixes Bug #858.
3269
3270 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * startup.el (command-line): Use display-warning to warn about an
3273 init file error.
3274 (command-line-1): Remove init file error delay.
3275
3276 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3277
3278 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
3279 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
3280 (rx-group-if): New function.
3281 (rx-parent): New variable.
3282 (rx-and, rx-or): Put shy groups only when necessary.
3283 (rx-bracket): Remove.
3284 (rx-anything): New function.
3285 (rx-any-delete-from-range, rx-any-condense-range)
3286 (rx-check-any-string): New functions.
3287 (rx-check-any): Return result as a list. Don't convert chars to
3288 strings. Don't prepend "\\" to "^". Don't search for close bracket.
3289 Check char category string. Call rx-form instead of rx-to-string.
3290 (rx-any): Rebuid to complete the function.
3291 (rx-check-not): Fix char category regexp pattern string.
3292 Call rx-form instead of rx-to-string.
3293 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
3294 "[^^]". Call regexp-quote for one char string when not called from
3295 rx-not. Add "\\w", and toggle to upcase. Add the case of
3296 "\\[SCBW]" to toggle.
3297 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
3298 instead of rx-to-string.
3299 (rx-kleene): Call rx-form instead of rx-to-string.
3300 Call rx-group-if to adjust putting of shy groups.
3301 (rx-atomic-p): Make check more precisely.
3302 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
3303 (rx-regexp): Call rx-group-if.
3304 (rx-form): New function.
3305 (rx-to-string): Call rx-form, rx-group-if.
3306 Refine definition of NO-GROUP.
3307
3308 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
3309
3310 * json.el (json-advance): Use forward-char.
3311 (json-skip-whitespace): Use skip-syntax-forward.
3312
3313 2008-10-07 Alan Mackenzie <acm@muc.de>
3314
3315 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
3316 indenting a macro followed by blank lines doesn't backslash the
3317 following non-blank line into the macro.
3318
3319 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * startup.el (before-init-time, after-init-time): Move into emacs.c.
3322 (command-line): Set after-init-time to nil before initialization.
3323
3324 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
3325
3326 * calc/calc-units.el (math-standard-units): Update the values
3327 of the units.
3328
3329 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
3330
3331 * bookmark.el (bookmark-unload-function): New function.
3332
3333 2008-10-06 Andreas Schwab <schwab@suse.de>
3334
3335 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3336
3337 2008-10-06 Martin Rudalics <rudalics@gmx.at>
3338
3339 * mail/footnote.el: Remove * in defcustom docstrings and tell
3340 for most options that customizing them doesn't affect buffers
3341 already displaying footnotes.
3342 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
3343 Fix handling of text properties and identical start/end tags.
3344 Do not use format when renumbering.
3345 (Footnote-set-style): Make it work.
3346 (Footnote-insert-numbered-footnote): Simplify.
3347 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
3348 (Footnote-goto-footnote): Fix handling of empty section tag.
3349 (Footnote-delete-footnote): Fix handling of identical start/end
3350 tags, empty section tag, and spaced footnotes. Do not use
3351 kill-region.
3352 (footnote-mode): Make most options buffer-local to avoid that
3353 customizing messes up handling of footnotes in buffers that
3354 already display them.
3355
3356 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
3357
3358 * faces.el (x-create-frame-with-faces): Undo previous change.
3359
3360 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
3361 existent files.
3362
3363 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * international/mule-cmds.el (universal-coding-system-argument):
3366 Handle digit-argument too.
3367
3368 2008-10-05 Mario Lang <mlang@delysid.org>
3369
3370 * xml.el (xml-parse-string): Use skip-chars-forward.
3371
3372 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
3375 existent files.
3376 (vc-bzr-dir-status-files): New function.
3377
3378 2008-10-04 Glenn Morris <rgm@gnu.org>
3379
3380 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
3381
3382 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
3383 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
3384
3385 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
3386 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
3387
3388 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
3389
3390 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3391 Fix typo. (Bug#1074)
3392
3393 2008-10-04 Martin Rudalics <rudalics@gmx.at>
3394
3395 * progmodes/compile.el (compilation-start): Make sure to move to
3396 point-max only when we are in the compilation buffer. (Bug#1073)
3397
3398 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
3399
3400 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
3401 tool-bar-mode is on.
3402
3403 * vc-svn.el (vc-svn-dir-status-files):
3404 * vc-cvs.el (vc-cvs-dir-status-files): New function.
3405
3406 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * vc-hg.el (vc-hg-dir-status-files): New function.
3409
3410 2008-10-03 Martin Rudalics <rudalics@gmx.at>
3411
3412 * window.el (window--display-buffer-1): Don't care about
3413 visibility since raise-frame does.
3414
3415 2008-10-03 Mario Lang <mlang@delysid.org>
3416
3417 * nxml/xmltok.el (xmltok-forward): Simplify.
3418
3419 2008-10-03 Glenn Morris <rgm@gnu.org>
3420
3421 * Makefile.in (ELCFILES): Update.
3422
3423 * frame.el (set-default-font): Make obsolete.
3424 * mouse.el (mouse-set-font): Use set-frame-font.
3425
3426 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3427 (jka-compr-mode-alist-additions): Also match `.tbz2'.
3428
3429 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
3430 * files.el (auto-mode-alist): Add .PRO as per above autoload.
3431
3432 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3433
3434 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
3435 (vc-dir-refresh): Set it here instead. (Bug#1067)
3436
3437 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * faces.el (inhibit-frame-set-background-mode): New var.
3440 (frame-set-background-mode): Use it to avoid a loop in
3441 face-spec-recalc.
3442
3443 2008-10-02 Glenn Morris <rgm@gnu.org>
3444
3445 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
3446 vc-diff-switches.
3447
3448 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3449
3450 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
3451 that is, to take some action when a buffer is killed. Suggested by
3452 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
3453 11.2.2.
3454 (whitespace-action): Docstring and :type fix.
3455 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
3456 Code fix.
3457 (whitespace-add-local-hook, whitespace-remove-local-hook)
3458 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
3459
3460 2008-10-01 Magnus Henoch <mange@freemail.hu>
3461
3462 * net/tls.el (open-tls-stream): Show the actual command being
3463 executed, instead of the format string.
3464
3465 2008-10-01 Eli Zaretskii <eliz@gnu.org>
3466
3467 * term/internal.el (dos-locale-alist): New alist.
3468 (dos-codepage-setup): Use it to compute a value of locale with
3469 which to call set-locale-environment. Remove code to set
3470 terminal, keyboard, and file-name encoding (done by
3471 set-locale-environment).
3472
3473 * international/mule-cmds.el
3474 (set-language-environment-nonascii-translation): Fix nonascii
3475 value for `pc' ``window-system''.
3476 (set-display-table-and-terminal-coding-system)
3477 (set-default-coding-systems): Don't special-case `pc'.
3478
3479 2008-10-01 Glenn Morris <rgm@gnu.org>
3480
3481 * filesets.el (filesets-menu-name): Fix type.
3482 (filesets-menu-path, filesets-menu-before): Fix types.
3483 Change defaults to be consistent with recentf. (Bug#1056)
3484
3485 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * term/xterm.el (xterm-turn-on-modify-other-keys)
3488 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
3489 Don't forget to pass `terminal' to `send-string-to-terminal'.
3490
3491 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
3492
3493 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
3494 (vc-file-not-found-hook): Check, that `buffer-file-name' is
3495 non-nil. It is not clear, whether this is only fixing symptoms on
3496 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
3497 is embedded by that check. So it might be TRT. Suggested by Dan
3498 Nicolaescu <dann@ics.uci.edu>.
3499
3500 2008-09-30 Eli Zaretskii <eliz@gnu.org>
3501
3502 * Makefile.in (ELCFILES): Remove codepage.elc.
3503
3504 * international/codepage.el: File removed, as even ms-dos doesn't
3505 need it anymore.
3506
3507 * loadup.el [ms-dos]: Don't load ccl and codepage.
3508
3509 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
3510 (IT-character-translations, cjk-codepages-alist): Remove variables.
3511 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
3512 (IT-unicode-translations): Remove charset and base elements.
3513 Add translations for Latin-1 characters.
3514 (IT-setup-unicode-display): Accept a CODING argument. Don't use
3515 base and chset elements of IT-unicode-translations. Don't wrap
3516 translation in "{...}". Set up translations only for characters
3517 for which unencodable-char-position returns non-nil.
3518 (dos-codepage-setup): Don't use special-case codepages in
3519 cjk-codepages-alist.
3520
3521 * files.el (locate-dominating-file): Wrap directory-files with
3522 condition-case, instead of calling file-directory-p, which stats
3523 the directory one more time.
3524
3525 * mail/mail-utils.el (mail-unquote-printable-region):
3526 Use insert-byte instead of insert-char, when the UNIBYTE arg is
3527 non-nil.
3528
3529 2008-09-30 Daiki Ueno <ueno@unixuser.org>
3530
3531 * epa-file.el (epa-file-insert-file-contents): Fix typo.
3532
3533 2008-09-30 Glenn Morris <rgm@gnu.org>
3534
3535 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
3536
3537 2008-09-30 Daniel Colascione <danc@merrillpress.com>
3538
3539 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
3540 (which-function): Handle nested imenu trees.
3541
3542 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
3543 some nested menu items.
3544
3545 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
3546
3547 * calc/calc-units.el (math-standard-units): Add entries used to
3548 display the the values in the units buffer.
3549 (math-build-units-table): Add entries to the units table to be used
3550 to display the values in the units buffer.
3551 (math-build-units-table-buffer): Use the display entry of the units
3552 table when non-nil.
3553 (calc-define-unit): Add option to enter display value of unit.
3554
3555 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
3556
3557 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
3558
3559 2008-09-29 Eli Zaretskii <eliz@gnu.org>
3560
3561 * files.el (locate-dominating-file): Take file-attributes of
3562 `dir', not of `file' (which never changes).
3563
3564 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
3565
3566 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
3567 also be `localname'.
3568
3569 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
3570 IDENTIFICATION.
3571
3572 2008-09-28 Glenn Morris <rgm@gnu.org>
3573
3574 * vc.el (vc-switches): Give it a doc string.
3575
3576 2008-09-28 Romain Francoise <romain@orebokech.com>
3577
3578 * comint.el (comint-show-output): Adjust to stickiness changes of
3579 the output field.
3580
3581 * startup.el (command-line): Start the daemon server later.
3582
3583 2008-09-28 Martin Rudalics <rudalics@gmx.at>
3584
3585 * subr.el (read-quoted-char): Call char-resolve-modifiers
3586 instead of char-resolve-modifers.
3587
3588 2008-09-27 Glenn Morris <rgm@gnu.org>
3589
3590 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
3591 than [return]. (Bug#1031)
3592
3593 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
3594
3595 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
3596
3597 2008-09-27 Daiki Ueno <ueno@unixuser.org>
3598
3599 * epg.el (epg-wait-for-status): Check if there is no pending status.
3600 Reported by Ted Romer <ted@romerfamily.com>.
3601
3602 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3603
3604 * startup.el (command-line): Turn on menu-bar-mode and
3605 tool-bar-mode when running as a daemon.
3606
3607 2008-09-26 Eli Zaretskii <eliz@gnu.org>
3608
3609 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
3610 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3611 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3612 ($(lisp)/progmodes/cc-engine.elc)
3613 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3614 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3615 ($(lisp)/progmodes/cc-subword.elc)
3616 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3617
3618 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
3619 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3620 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3621 ($(lisp)/progmodes/cc-engine.elc)
3622 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3623 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3624 ($(lisp)/progmodes/cc-subword.elc)
3625 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3626
3627 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
3628
3629 * informat.el (Info-split-threshold): New variable.
3630 (Info-split): Use it.
3631
3632 * textmodes/texinfmt.el (texinfo-format-buffer):
3633 Use Info-split-threshold to decide whether to split Info files.
3634
3635 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
3638 quoting.
3639
3640 * comint.el (comint-dynamic-complete-as-filename): Quote directory
3641 name when reinserting it.
3642
3643 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
3644 word-search-backward-lax for incremental word search.
3645
3646 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * generic-x.el (generic-other-modes): Fix typo in docstring.
3649 (generic-use-find-file-hook, generic-lines-to-scan)
3650 (generic-find-file-regexp, generic-ignore-files-regexp)
3651 (generic-define-mswindows-modes, generic-define-unix-modes):
3652 Remove `*' from docstring.
3653 (generic-mode-find-file-hook): Use `string-match-p'.
3654 (apache-log-generic-mode, mailagent-rules-generic-mode)
3655 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3656 (java-manifest-generic-mode, java-properties-generic-mode)
3657 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3658 for consistency with other modes in generic-x.el.
3659
3660 2008-09-25 Martin Rudalics <rudalics@gmx.at>
3661
3662 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3663 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3664 parens specially only if latex-handle-escaped-parens is non-nil.
3665 (latex-indent-within-escaped-parens): New option.
3666 (latex-find-indent): Bind latex-handle-escaped-parens to
3667 latex-indent-within-escaped-parens. Do not treat escaped parens
3668 specially when this is nil. (Bug#954)
3669
3670 2008-09-25 Glenn Morris <rgm@gnu.org>
3671
3672 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
3673
3674 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * vc.el (vc-mark-resolved): Move message here from
3677 vc-default-mark-resolved.
3678 (vc-default-mark-resolved): Change to an alias for ignore.
3679
3680 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
3681
3682 * term.el (term-emulate-terminal): Encode input string before
3683 checking its length.
3684
3685 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3688 is loaded.
3689
3690 * server.el (server-buffer-done): Avoid changing the buffer when
3691 deleting the client's frame (bug#640).
3692
3693 * vc.el (vc-default-mark-resolved): New function.
3694
3695 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
3696
3697 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3698 from raising a wrong-type-argument error.
3699
3700 2008-09-24 Martin Rudalics <rudalics@gmx.at>
3701
3702 * help-fns.el (describe-function-1, describe-variable): Print
3703 relative file name in help buffer.
3704 * faces.el (describe-face): Print relative file name in help
3705 buffer.
3706
3707 2008-09-23 Romain Francoise <romain@orebokech.com>
3708
3709 * subr.el (with-output-to-string): Make sure that the temporary
3710 buffer gets killed.
3711
3712 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
3713
3714 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3715 indentation problem with keyword symbols when a list starts with
3716 ,@ or spaces. (Bug#1012)
3717
3718 2008-09-23 Martin Rudalics <rudalics@gmx.at>
3719
3720 * textmodes/tex-mode.el (latex-find-indent): Try to handle
3721 escaped close parens correctly. (Bug#954)
3722
3723 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
3724
3725 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3726 usage of `fortune-file' even though a FILE argument was passed to
3727 the function.
3728
3729 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3730
3731 * startup.el (command-line): Start the server when in daemon mode.
3732 Remove always true test.
3733
3734 * frame.el (frame-initialize): Remove spurious setting of
3735 special-display-function with the default value.
3736
3737 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
3738
3739 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3740
3741 2008-09-20 Glenn Morris <rgm@gnu.org>
3742
3743 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3744 Fix custom type. (Bug#1011)
3745
3746 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
3747
3748 * files.el (move-file-to-trash): Avoid recursive trashing if
3749 rename-file calls delete-file.
3750
3751 2008-09-20 Glenn Morris <rgm@gnu.org>
3752
3753 * play/fortune.el: Remove leading `*' from defcustom docs.
3754 (fortune-program-options): Doc fix. Allow to be a string again.
3755 Add :version.
3756 (fortune-in-buffer): Handle fortune-program-options as a string.
3757 Don't rely on fortune program accepting options after fortune file.
3758
3759 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
3760
3761 * play/fortune.el (fortune-program-options): Change to a list.
3762 (fortune-in-buffer): Use apply.
3763
3764 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
3765
3766 * emacs-lisp/authors.el: Change encoding of file to utf-8.
3767 (authors-coding-system): Likewise.
3768
3769 2008-09-20 Ami Fischman <ami@fischman.org>
3770
3771 * savehist.el (savehist-save): Handle errors in writing as well as
3772 reading.
3773
3774 2008-09-20 Michael Olson <mwolson@gnu.org>
3775
3776 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3777 to provide a minimal performance boost.
3778
3779 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3780
3781 * proced.el (proced-grammar-alist, proced-custom-attributes)
3782 (proced-format-alist, proced-format, proced-filter-alist)
3783 (proced-filter, proced-sort): Use defcustom.
3784 (proced-mode): Fix docstring.
3785 (proced-process-attributes): Handle return value nil of functions
3786 in proced-custom-attributes.
3787
3788 2008-09-19 Martin Rudalics <rudalics@gmx.at>
3789
3790 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3791 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
3792
3793 2008-09-19 Miles Bader <miles@gnu.org>
3794
3795 * comint.el (comint-output-filter): Make field properties for
3796 output text front-sticky.
3797
3798 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * vc-bzr.el (vc-bzr-show-log-entry):
3801 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3802 C-x v l for a directory uses that.
3803
3804 2008-09-18 Simon Josefsson <simon@josefsson.org>
3805
3806 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3807 .sieve files.
3808
3809 2008-09-18 Martin Rudalics <rudalics@gmx.at>
3810
3811 * help-macro.el (make-help-screen): Preserve key bindings
3812 established in help-mode call when exiting this macro.
3813
3814 2008-09-17 Kenichi Handa <handa@m17n.org>
3815
3816 * language/burmese.el: Fix setting of composition-function-table.
3817
3818 2008-09-17 Martin Rudalics <rudalics@gmx.at>
3819
3820 * info.el (Info-follow-nearest-node): Don't raise an error for
3821 mouse-1 clicks.
3822
3823 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
3824
3825 * calc/calc-units.el (calc-convert-temperature): Use default
3826 units when appropriate.
3827
3828 2008-09-16 Markus Triska <markus.triska@gmx.at>
3829
3830 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3831 catch errors raised in `texmathp'.
3832 (flyspell-tex-math-initialized): Remove.
3833
3834 2008-09-16 Martin Rudalics <rudalics@gmx.at>
3835
3836 * frame.el (select-frame-set-input-focus): With non-nil
3837 mouse-autoselect-window always move mouse cursor to frame's
3838 selected window. Otherwise restore pre 2008-09-13 behavior.
3839 (select-frame-by-name): Use select-frame-set-input-focus.
3840
3841 * files.el (switch-to-buffer-other-frame): Don't raise frame since
3842 pop-to-buffer already does it.
3843 (display-buffer-other-frame): Fix doc-string.
3844
3845 2008-09-16 Glenn Morris <rgm@gnu.org>
3846
3847 * add-log.el (diff-find-source-location): Update declaration.
3848
3849 * progmodes/make-mode.el (makefile-match-function-end):
3850 Move point. (Bug#983)
3851
3852 2008-09-16 Daiki Ueno <ueno@unixuser.org>
3853
3854 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3855
3856 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3859 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3860
3861 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
3862
3863 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3864
3865 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3866
3867 * files.el (file-truename): Don't raise args-out-of-range error
3868 when filename has no separator on windows-nt. (Bug#982)
3869
3870 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3873 be more honest when we don't know.
3874 (diff-tell-file-name): Don't prompt before the actual prompt.
3875 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3876 (diff-find-source-location): Add `noprompt' argument.
3877 (diff-current-defun): Don't prompt.
3878
3879 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3880
3881 * proced.el (proced-mark-face, proced-marked-face)
3882 (proced-sort-header-face): Remove.
3883 (proced-font-lock-keywords): Simplify.
3884 (proced-format): Use face proced-sort-header.
3885 (proced-format-interactive, proced-sort-interactive)
3886 (proced-filter-interactive): Only call proced-update if the scheme
3887 has changed.
3888 (proced-sort-header): Use posn-actual-col-row.
3889
3890 2008-09-14 Martin Rudalics <rudalics@gmx.at>
3891
3892 * add-log.el (change-log-find-window): New variable.
3893 (change-log-goto-source-1, change-log-goto-source):
3894 Set change-log-find-window to window displaying source.
3895 (change-log-next-error): Select window specified by
3896 change-log-find-window.
3897
3898 2008-09-13 Martin Rudalics <rudalics@gmx.at>
3899
3900 * frame.el (select-frame-set-input-focus): With focus follows
3901 mouse move mouse cursor to right window.
3902 * window.el (pop-to-buffer): Select window before calling
3903 select-frame-set-input-focus.
3904
3905 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3906
3907 * proced.el (proced-sort-header): New face.
3908 (proced-sort-header-face): New variable.
3909 (proced-format): Allow format value nil.
3910 Use proced-sort-header-face for header of sort column.
3911 (proced-format-args): New function.
3912 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3913 (proced-header-help-echo, proced-field-help-echo, proced-timer)
3914 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3915 (proced-refine): Rename from proced-filter-attribute. Doc fix.
3916 (proced-sort-header): Bind also to mouse-1.
3917 (proced-move-to-goal-column): Return position of point.
3918 (proced-filter-interactive): Always revert listing.
3919 (proced-format-ttname): Simplify.
3920 (proced-update): Do not keep undo information. Put point at
3921 beginning of buffer if we generate the first listing.
3922
3923 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
3924
3925 * doc-view.el (doc-view-scroll-up-or-next-page)
3926 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3927 vertically split windows.
3928
3929 2008-09-12 Glenn Morris <rgm@gnu.org>
3930
3931 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3932
3933 * indent.el (indent-line-function): Doc fix.
3934 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3935
3936 2008-09-11 Martin Rudalics <rudalics@gmx.at>
3937
3938 * window.el (pop-to-buffer): If the window for buffer-or-name is
3939 not on the selected frame, raise that window's frame and give it
3940 input focus. (Bug#745)
3941
3942 2008-09-11 Glenn Morris <rgm@gnu.org>
3943
3944 * ido.el (ido-mode): Initialize with custom-initialize-default,
3945 rather than a set function. (Bug#947)
3946
3947 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * replace.el (perform-replace): Don't set inhibit-read-only using
3950 query-replace-skip-read-only (bug#956).
3951
3952 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3953 of the <<foo>> form.
3954
3955 2008-09-10 Martin Rudalics <rudalics@gmx.at>
3956
3957 * window.el (display-buffer): Fix doc-string typo.
3958
3959 2008-09-10 Kenichi Handa <handa@m17n.org>
3960
3961 * composite.el (compose-gstring-for-graphic): Fix previous change.
3962
3963 2008-09-10 Glenn Morris <rgm@gnu.org>
3964
3965 * info.el (Info-try-follow-nearest-node): Fix doc typo.
3966
3967 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
3968
3969 * info.el (Info-mouse-follow-nearest-node): Follow links to different
3970 manuals. (Bug#886)
3971
3972 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * ido.el (ido-unload-function): New function.
3975
3976 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * ido.el (ido-file-internal): Fix typo in prompt.
3979 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3980 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3981 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3982 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3983 Fix typos in docstrings.
3984
3985 2008-09-08 Martin Rudalics <rudalics@gmx.at>
3986
3987 * help-fns.el (describe-function-1): Don't print extra newline
3988 after filling.
3989
3990 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * help-fns.el (find-lisp-object-file-name): Handle case where
3993 library is compressed.
3994
3995 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3996
3997 * complete.el (PC-do-completion): Don't replace buffer
3998 contents (bug#227).
3999
4000 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * loadhist.el (unload-feature-special-hooks):
4003 Add `choose-completion-string-functions'.
4004
4005 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * vc-svn.el (vc-svn-root):
4008 * vc-sccs.el (vc-sccs-root):
4009 * vc-rcs.el (vc-rcs-root):
4010 * vc-cvs.el (vc-cvs-root): Delete.
4011 * vc-hooks.el (vc-find-root): Remove `invert' argument.
4012
4013 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4014
4015 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
4016 errors occurring in different files.
4017
4018 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
4019
4020 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
4021 (vc-bzr-status-printer): New function.
4022 (vc-bzr-after-dir-status): Deal with renamed files.
4023
4024 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
4025
4026 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
4027 buffer's filename.
4028
4029 2008-09-07 Martin Rudalics <rudalics@gmx.at>
4030
4031 * subr.el (cancel-change-group): Widen buffer temporarily when
4032 undoing changes. (Bug#810)
4033
4034 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
4037 with gud-stop-subjob rather than exit debugger.
4038
4039 2008-09-07 Kenichi Handa <handa@m17n.org>
4040
4041 * composite.el: Compose combining characters only when it
4042 follows a character matching with "[[:alpha:]]".
4043
4044 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4045
4046 * proced.el: Require time-date.
4047 (proced-command-alist, proced-command, proced-goal-header-re)
4048 (proced-sorting-schemes-alist, proced-sorting-scheme)
4049 (proced-header-alist, proced-sorting-schemes-re)
4050 (proced-skip-regexp, proced-next-line, proced-previous-line)
4051 (proced-listing-type, proced-sorting-scheme-p): Remove.
4052 (proced-grammar-alist, proced-custom-attributes)
4053 (proced-format-alist, proced-format, proced-filter-alist)
4054 (proced-filter, proced-sort, proced-goal-attribute)
4055 (proced-timer-interval, proced-timer-flag, proced-timer)
4056 (proced-process-alist, proced-sort-internal, proced-process-tree)
4057 (proced-header-help-echo, proced-field-help-echo): New variables.
4058 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
4059 (proced-omit-process, proced-filter, proced-process-tree)
4060 (proced-filter-children, proced-children-pids)
4061 (proced-filter-parents, proced-<, proced-string-lessp)
4062 (proced-time-lessp, proced-xor, proced-sort-p)
4063 (proced-format-time, proced-format-start, proced-format-ttname)
4064 (proced-format, proced-process-attributes): New functions.
4065 (proced-toggle-timer-flag, proced-mark-children)
4066 (proced-mark-parents, proced-filter-interactive)
4067 (proced-filter-attribute, proced-sort-interactive)
4068 (proced-sort-header, proced-format-interactive): New commands.
4069 (proced-move-to-goal-column): Use goal-column.
4070 (proced-mode): Use proced-timer.
4071 (proced-do-mark-all): Display process count. Use use-region-p.
4072 Simplify.
4073 (proced-omit-processes): Use use-region-p.
4074 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4075 (proced-sort-start, proced-sort-time, proced-sort-user):
4076 Use proced-sort-interactive.
4077 (proced-sort): Make it a function that performs the actual sort.
4078 (proced-update): New arg revert. Use proced-process-alist,
4079 proced-filter, proced-sort, proced-format, and
4080 proced-grammar-alist. Preserve position of point based on fields.
4081 Make header line and fields clickable.
4082 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
4083 (proced-why): Use save-selected-window.
4084 (proced-log): Use buffer-read-only.
4085
4086 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
4089
4090 2008-09-06 Glenn Morris <rgm@gnu.org>
4091
4092 * add-log.el (diff-find-source-location): Declare.
4093 (find-change-log): If called from a diff buffer, try to switch to the
4094 source buffer (e.g. to respect change-log-default-name there).
4095
4096 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
4097 unallowed characters; added 2006-10-10 without comment. (Bug#753)
4098
4099 * Makefile.in (ELCFILES): Update.
4100
4101 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
4104 user enters a mouse event in another frame, or a special event.
4105
4106 * server.el (server-switch-buffer): New arg.
4107 (server-execute): If reusing an existing window, set file position
4108 if required.
4109
4110 2008-09-06 Kenichi Handa <handa@m17n.org>
4111
4112 * language/lao.el: Fix setting of composition-function-table.
4113
4114 2008-09-06 Eli Zaretskii <eliz@gnu.org>
4115
4116 * term/pc-win.el (msdos-show-help): Don't truncate lines while
4117 displaying help echo messages.
4118
4119 2008-09-06 Martin Rudalics <rudalics@gmx.at>
4120
4121 * subr.el (symbol-file): Fix doc-string.
4122
4123 2008-09-06 Glenn Morris <rgm@gnu.org>
4124
4125 * help-mode.el (help-xref-forward-stack): Doc fix.
4126
4127 * add-log.el (change-log-default-name): Autoload safety.
4128
4129 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
4130
4131 * verilog-mode.el (verilog-library-extensions): Enable .sv
4132 filename extensions to call verilog-mode.
4133 (verilog-auto, verilog-auto-inst, verilog-faq)
4134 (verilog-submit-bug-report): Update author support URLs.
4135 (verilog-delete-auto, verilog-auto-inout-module)
4136 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
4137 creating complemented testbench modules. Suggested by Yishay Belkind.
4138 (verilog-auto-inst-port, verilog-simplify-range-expression):
4139 When verilog-auto-inst-param-value is set, don't require a
4140 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
4141 Yishay Belkind.
4142 (verilog-auto-inst-param-value): Add safe variable.
4143 (verilog-re-search-forward, verilog-re-search-backward):
4144 Fix returning wrong search results on Emacs 22.1.
4145 (verilog-modi-cache-results, verilog-auto): Fix warning message
4146 about "toggling font-lock-mode."
4147 (verilog-auto): Fix losing font-lock on errors.
4148 (verilog-auto-inst-param-value, verilog-mode-version)
4149 (verilog-mode-version-date, verilog-read-inst-param-value)
4150 (verilog-auto-inst, verilog-auto-inst-param)
4151 (verilog-auto-inst-port, verilog-simplify-range-expression):
4152 Allow parameters to be replaced with their values, on the expansion of
4153 an AUTOINST with Verilog 2001 style parameter settings.
4154 Suggested by David Rogoff.
4155
4156 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
4157
4158 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
4159 Better support for the property statement. Sometimes this keyword
4160 introduces a statement which requires an endproperty keyword, and
4161 sometimes it doesn't, depending on the work before the property
4162 word. If property is prefixed with assert, assume or cover
4163 keyword, then the statement is ended with a ';'. Otherwise,
4164 property is like task or specify, and is followed by some number
4165 of statements, which are ended with an endproperty keyword.
4166 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
4167 in a highlighted region: indent each line in region according to
4168 mode. Supply this so it works in XEmacs and older Emacs.
4169
4170 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4171
4172 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
4173 Don't clean up a buffer when killing it.
4174
4175 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4176
4177 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
4178 buffers (bug#360). New version 11.2.1.
4179 (whitespace-action): New value `warn-read-only' to give a warning when
4180 buffer is read-only and whitespace action is cleanup or auto-cleanup.
4181 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
4182 (whitespace-warn-read-only): New fun.
4183
4184 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
4185
4186 * international/quail.el: Require help-mode.
4187 (quail-help-init): Function removed.
4188 (quail-keyboard-layout-button, quail-keyboard-customize-button):
4189 Define directly.
4190
4191 * dired.el (dired-get-filename): Rewrite octal escape character
4192 processor (bug#885).
4193
4194 2008-09-05 Eli Zaretskii <eliz@gnu.org>
4195
4196 * cus-edit.el (custom-button-pressed): Default to inverse-video.
4197
4198 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
4199 not just for terminal-frame.
4200
4201 2008-09-05 Martin Rudalics <rudalics@gmx.at>
4202
4203 * window.el (window--try-to-split-window): Don't split when window
4204 is not splittable in last disjunct. (Bug#888)
4205
4206 2008-09-05 Kenichi Handa <handa@m17n.org>
4207
4208 * language/tibetan.el: Fix setting of composition-function-table.
4209
4210 * composite.el (find-composition): Mention about the automatic
4211 composition in the docstring.
4212 (compose-gstring-for-graphic): Fix handling "above" marks.
4213
4214 * descr-text.el (describe-char): Fix handling of automatic composition.
4215
4216 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
4219 (tramp-parse-connection-properties): Reflow docstring.
4220
4221 2008-09-04 Kim F. Storm <storm@cua.dk>
4222
4223 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
4224 and other-frame methods when switching between file and buffer modes.
4225
4226 2008-09-04 Martin Rudalics <rudalics@gmx.at>
4227
4228 * info.el (Info-dir-remove-duplicates): Narrow buffer when
4229 removing duplicate entries under same heading. Don't skip char
4230 matching anything but a space or tab at bol. (Bug#864)
4231
4232 2008-09-03 Alan Mackenzie <acm@muc.de>
4233
4234 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
4235
4236 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
4239 (completion-pcm--all-completions): Move the case-fold-search binding to
4240 it also applies to completion-regexp-list (used in all-completions).
4241 (completion-pcm--hilit-commonality): Add missing case-fold-search.
4242
4243 2008-09-03 Martin Rudalics <rudalics@gmx.at>
4244
4245 * window.el (pop-up-frame-function): Move ...
4246 * frame.el (pop-up-frame-function): ... here, to avoid
4247 "CHANGED outside Customize;".
4248
4249 2008-09-03 Glenn Morris <rgm@gnu.org>
4250
4251 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
4252
4253 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
4256 non-alphabetical characters properly.
4257
4258 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4259
4260 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
4261
4262 2008-09-02 Martin Rudalics <rudalics@gmx.at>
4263
4264 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
4265 control-prefixed keys. (Bug#835)
4266
4267 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
4268
4269 * image-mode.el (image-mode): Fix 2008-07-19 change.
4270
4271 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
4274
4275 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
4276
4277 2008-09-02 Glenn Morris <rgm@gnu.org>
4278
4279 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
4280
4281 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
4282
4283 2008-09-01 Glenn Morris <rgm@gnu.org>
4284
4285 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
4286 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
4287 and fix name typos. (Bug#856)
4288
4289 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * minibuffer.el (completion-pcm--pattern->regex):
4292 When completion-ignore-case is non-nil, generate a regexp that
4293 ignores case.
4294
4295 * window.el (recenter-top-bottom): Doc fix.
4296
4297 2008-09-01 Simon South <ssouth@member.fsf.org>
4298
4299 * progmodes/delphi.el: New maintainer.
4300 (delphi-interface-types): New var.
4301 (delphi-composite-types): Use it.
4302 (delphi-enclosing-indent-of): Distinguish between "interface"
4303 keyword as a unit separator and used like a class declaration.
4304
4305 2008-09-01 Martin Rudalics <rudalics@gmx.at>
4306
4307 * help-fns.el (describe-simplify-lib-file-name)
4308 (find-source-lisp-file): Remove.
4309 (find-lisp-object-file-name): New function giving preference to
4310 files found via load-path instead of loaddefs.el.
4311 (describe-function-1): Use new function instead of the removed
4312 ones. (Bugs #587, #669, #690)
4313 * faces.el (describe-face): Use find-lisp-object-file-name instead
4314 of describe-simplify-lib-file-name.
4315
4316 2008-09-01 Kenichi Handa <handa@m17n.org>
4317
4318 * international/mule-diag.el (font-show-log): Fix previous change.
4319
4320 * international/mule-cmds.el (set-language-environment):
4321 Don't overwrite current-iso639-language if the current language
4322 environment doesn't provide that data.
4323 (set-locale-environment): Set current-iso639-language from the
4324 locale name.
4325
4326 * international/fontset.el (script-representative-chars): Re-add
4327 the entry for symbol, but with vector of characters.
4328 (setup-default-fontset): Cancel previous change.
4329
4330 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
4331
4332 * ido.el: Move provide statement to the end of the file.
4333
4334 2008-08-30 Markus Triska <markus.triska@gmx.at>
4335
4336 * linum.el (linum-mode): `window-size-change-functions' can now be
4337 buffer-local.
4338 (linum-update-window): Use result of `move-overlay'.
4339
4340 2008-08-30 Glenn Morris <rgm@gnu.org>
4341
4342 * subr.el (make-variable-frame-local): Tweak obsolescence message.
4343
4344 * info.el (Info-hide-note-references, Info-refill-paragraphs):
4345 Doc fixes.
4346
4347 * apropos.el (apropos-command): Report documentation errors.
4348 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
4349
4350 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
4353 string.
4354
4355 2008-08-29 Eli Zaretskii <eliz@gnu.org>
4356
4357 * bindings.el (mode-line-frame-identification): Fix last change.
4358
4359 2008-08-29 Kenichi Handa <handa@m17n.org>
4360
4361 These changes are to adjust the automatic composition for the new
4362 implementation (avoid using text property).
4363
4364 * composite.el (composition-function-table): Move declaration to
4365 composite.c.
4366 (terminal-composition-base-character-p): Delete it.
4367 (terminal-composition-function): Delete it.
4368 (terminal-composition-function-table): Delete it.
4369 (lgstring-header, lgstring-set-header, lgstring-font)
4370 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
4371 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
4372 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
4373 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
4374 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
4375 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
4376 (compose-glyph-string, compose-glyph-string-relative)
4377 (compose-gstring-for-graphic, compose-gstring-for-terminal):
4378 New functions.
4379 (auto-compose-chars): Argument changed.
4380
4381 * language/european.el: Don't setup composition-function-table.
4382 (diacritic-composition-pattern, diacritic-compose-region)
4383 (diacritic-compose-string, diacritic-compose-buffer)
4384 (diacritic-composition-function): Delete them.
4385
4386 * language/lao-util.el (lao-composition-function): Argument changed.
4387
4388 * language/sinhala.el: Fix setting up of composition-function-table.
4389
4390 * language/thai.el: Fix setting up of composition-function-table.
4391
4392 * language/thai-util.el: Encoding changed to utf-8.
4393 (thai-composition-function): Argument changed.
4394
4395 * language/indian.el: Fix setting up of composition-function-table.
4396 (devanagari-composable-pattern)
4397 (tamil-composable-pattern, kannada-composable-pattern)
4398 (malayalam-composable-pattern): New variables.
4399
4400 * international/characters.el (unicode-category-table):
4401 Setup unicode-category-table.
4402
4403 * international/fontset.el (setup-default-fontset): Prepend
4404 iso10646-1 fonts to the fallback font groups instead of appending.
4405
4406 2008-08-29 Glenn Morris <rgm@gnu.org>
4407
4408 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
4409
4410 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * term/x-win.el (x-win-suspend-error): Don't signal error if there
4413 are no X frames active.
4414
4415 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
4416
4417 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
4418 `ignore-errors' (the function must succeed always).
4419
4420 2008-08-28 Edward O'Connor <hober0@gmail.com>
4421
4422 * json.el (json-read-number): New arg. Handle explicitly signed
4423 numbers.
4424 (json-readtable): Add `+' and `.'.
4425
4426 2008-08-28 Eli Zaretskii <eliz@gnu.org>
4427
4428 * term/pc-win.el (msdos-previous-message): New variable.
4429 (msdos-show-help): New function.
4430 (msdos-initialize-window-system): Set show-help-function to
4431 msdos-show-help.
4432
4433 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
4434
4435 * emacs-lisp/debug.el (debug): When killing a noninteractive
4436 Emacs, give an exit status of -1.
4437
4438 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
4441
4442 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4443
4444 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
4445 not the same as the last modification time, fall back on the
4446 backend-specific check.
4447
4448 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
4449
4450 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
4451 to go to the position of interest.
4452
4453 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
4454
4455 * textmodes/artist.el (artist-mode-init): Add comment on the
4456 setting up of the `artist-replacement-table' array.
4457 (artist-get-replacement-char): New defsubst.
4458 (artist-get-char-at-xy-conv, artist-replace-char)
4459 (artist-replace-chars, artist-replace-string): Use it instead of
4460 accessing `artist-replacement-table' directly.
4461 Reported by Rubén Berenguel <ruben@maia.ub.es>.
4462
4463 (artist-mt): Fix structures for cut and copy operations.
4464
4465 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * shell.el (shell-file-name-quote-list): Quote `$'.
4468
4469 * comint.el (comint-dynamic-complete-as-filename): Generalize last
4470 change to allow quoting of characters before point.
4471 (comint-dynamic-list-filename-completions): Quote common substring.
4472
4473 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * comint.el (comint-dynamic-complete-as-filename): If case is
4476 ignored while matching, replace the entire filename with completion.
4477
4478 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
4479 flyspell-pre-point is valid to avoid signalling an error in
4480 post-command-hook.
4481
4482 2008-08-26 Johan Bockgård <bojohan@gnu.org>
4483
4484 * linum.el (linum): Inherit remaining face attributes from default
4485 face.
4486
4487 2008-08-26 Markus Triska <markus.triska@gmx.at>
4488
4489 * linum.el (linum-delay): Disable - it should no longer be
4490 necessary, and can lead to longer delays.
4491 (linum-update-window): Renumber if margin width has changed.
4492
4493 2008-08-26 Daiki Ueno <ueno@unixuser.org>
4494
4495 * epa.el (epa--key-widget-action): Save the selected window to
4496 make `widget-button-click-moves-point' work. (Bug#733).
4497
4498 2008-08-26 Glenn Morris <rgm@gnu.org>
4499
4500 * calendar/holidays.el (calendar-holidays): Doc fix.
4501
4502 * progmodes/gud.el (tramp-file-name-localname)
4503 (tramp-dissect-file-name): Declare.
4504
4505 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
4506
4507 2008-08-25 Eli Zaretskii <eliz@gnu.org>
4508
4509 * bindings.el (mode-line-frame-control): New function, caters to
4510 `pc' ``window system''.
4511 (mode-line-frame-identification): Use it instead of accessing
4512 window-system directly.
4513
4514 2008-08-25 Juri Linkov <juri@jurta.org>
4515
4516 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
4517 `center-line' and "\eS" from `center-paragraph'.
4518 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
4519 `center-paragraph'.
4520
4521 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
4522
4523 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
4524 (newsticker-treeview-treewindow-width): New.
4525 (newsticker-treeview-listwindow-height): New.
4526 (newsticker-treeview-browse-url-item): New.
4527 (newsticker-treeview-mode-map):
4528 Add newsticker-treeview-browse-url-item.
4529 (newsticker--treeview-window-init):
4530 Use newsticker-treeview-treewindow-width and
4531 newsticker-treeview-listwindow-height.
4532
4533 * net/newst-reader.el (newsticker-browse-url-item): New.
4534
4535 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4536
4537 * vc-dir.el (vc-dir-marked-only-files-and-states):
4538 (vc-dir-child-files-and-states): Reverse the list before returning it.
4539
4540 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
4541
4542 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
4543
4544 2008-08-24 Romain Francoise <romain@orebokech.com>
4545
4546 * progmodes/python.el (run-python): Remove '' from sys.path.
4547
4548 2008-08-23 Glenn Morris <rgm@gnu.org>
4549
4550 * progmodes/fortran.el (fortran-tab-mode-string)
4551 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
4552
4553 2008-08-23 Eli Zaretskii <eliz@gnu.org>
4554
4555 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
4556 Add declare-function.
4557
4558 * startup.el (command-line): Don't call tty-register-default-colors
4559 if initial-window-system is `pc'.
4560
4561 * term/internal.el (local-function-key-map): Fix unbalanced parens.
4562 (msdos-key-remapping-map): New variable. Move here all the special
4563 keys we will be remapping via local-function-key-map.
4564 (msdos-setup-keyboard): New function.
4565
4566 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
4567 make-msdos-frame.
4568 (terminal-init-internal): New function, errors out if called.
4569 (msdos-initialize-window-system): New function.
4570 (msdos-create-frame-with-faces): Set the terminal's
4571 `terminal-initted' (sic!) parameter.
4572 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
4573 (window-system-initialization-alist):
4574 Add msdos-initialize-window-system.
4575 (handle-args-function-alist): Use tty-handle-args for `pc'
4576 ``window system'' as well.
4577 (pc-win): Provide.
4578
4579 * term/tty-colors.el (tty-register-default-colors): Remove bogus
4580 code for using msdos-color-values.
4581
4582 * loadup.el [ms-dos]: Load term/pc-win.
4583
4584 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
4585
4586 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
4587 directory name.
4588
4589 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * progmodes/gud.el (gud-common-init): Use absolute file so that
4592 perldb works with tramp (sudo).
4593
4594 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
4595 match data in process filters.
4596
4597 2008-08-23 Martin Rudalics <rudalics@gmx.at>
4598
4599 * dired.el (dired-buffer-stale-p): Do not revert buffer that
4600 can be written.
4601
4602 2008-08-23 Glenn Morris <rgm@gnu.org>
4603
4604 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
4605 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
4606
4607 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * subr.el (temp-buffer-show-hook): Doc fix.
4610
4611 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
4614 and "INSIDE_EMACS=...". Reported by Tassilo Horn
4615 <tassilo@member.fsf.org>.
4616
4617 * net/trampver.el: Update release number.
4618
4619 * net/xesam.el (xesam-minor-mode): New minor mode.
4620 (xesam-highlight-buffer): Remove. Code moved to
4621 `xesam-minor-mode'.
4622 (xesam-refresh-entry): Use `xesam-minor-mode'.
4623
4624 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * minibuffer.el (completion--try-word-completion):
4627 Disable partial-completion when considering the addition of a space
4628 or hyphen.
4629
4630 2008-08-21 John Paul Wallington <jpw@pobox.com>
4631
4632 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
4633 filename of `tofile' doesn't contain any colons on Windows,
4634 Cygwin, and MS-DOS systems.
4635
4636 2008-08-21 Daiki Ueno <ueno@unixuser.org>
4637
4638 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
4639 (epg-context-set-progress-callback): Make sure the callback is a
4640 cons of a function and a handback. Update all callers.
4641
4642 2008-08-20 David Reitter <david.reitter@gmail.com>
4643
4644 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4645 Patch applied by Adrian Robert.
4646
4647 2008-08-20 Kevin Ryde <user42@zip.com.au>
4648
4649 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4650 directive lines.
4651
4652 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/xesam.el (xesam-highlight-string): Precise doc string.
4655 (xesam-highlight-buffer): New defun.
4656 (xesam-refresh-entry): Use it. Better check for sourceModified.
4657
4658 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4661 their names.
4662
4663 2008-08-19 Kenichi Handa <handa@m17n.org>
4664
4665 * language/european.el ("Esperanto"): Change the preferred
4666 charsets to iso-8859-3.
4667
4668 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4669
4670 * international/fontset.el (script-representative-chars):
4671 Delete the entry for symbol.
4672 (setup-default-fontset): For symbol characters, don't specify
4673 :script property.
4674
4675 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * minibuffer.el (completion-table-dynamic): Doc fix.
4678
4679 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4680 saved.
4681
4682 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * emulation/edt.el (edt-default-emulation-setup):
4685 Share global-buffers-menu-map with the emulated global map.
4686
4687 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4688
4689 * term/ns-win.el (global): Uncomment "put backspace
4690 ascii-character..." and friends, they are needed for tramp. (Bug#725)
4691
4692 2008-08-18 Kenichi Handa <handa@m17n.org>
4693
4694 * international/mule-diag.el (font-show-log): Add optional arg N
4695 to control the limit of font listing.
4696
4697 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
4698
4699 * window.el (recenter-top-bottom): Determine top and bottom
4700 positions using scroll-margin instead of scroll-conservatively.
4701
4702 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4703
4704 * proced.el (proced-send-signal): Use beginning-of-line.
4705
4706 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4707
4708 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4709 (proced-mode-map): Add tooltips for menus. Use radio buttons for
4710 listing types.
4711 (proced-log-buffer): New variable.
4712 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4713 region if transient-mark-mode is turned on and the region is active.
4714 (proced-omit-processes): Rename from proced-hide-processes to
4715 avoid key clash with describe-mode (bound to h). Search for
4716 marked processes starting from point-min.
4717 (proced-header-space): Remove.
4718 (proced-send-signal): Handle errors. Operate on current process
4719 if no process is marked.
4720 (proced-why): New command.
4721 (proced-log, proced-log-summary): New functions.
4722 (proced-help): Use proced-why.
4723 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4724 (bibtex-autokey-year-title-separator): Fix docstring.
4725
4726 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
4727
4728 * net/xesam.el (xesam-vendor, xesam-notify-function):
4729 New local variables.
4730 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
4731 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
4732 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4733 (xesam-new-search): Initialize `xesam-vendor'.
4734
4735 2008-08-15 Glenn Morris <rgm@gnu.org>
4736
4737 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4738 a pipeline.
4739 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4740 unless at the end of the pipeline. (Bug#699).
4741
4742 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
4743
4744 * minibuffer.el (completion-boundaries): Doc fix.
4745 (display-completion-list): Only default base-size to zero if
4746 completing in the minibuffer.
4747
4748 * simple.el (completion-base-size): Doc fix.
4749 (choose-completion): Try reselecting completion-reference-buffer.
4750
4751 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4754 also for remote directories.
4755
4756 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4759 since those precomputed values aren't used any more.
4760 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4761
4762 2008-08-14 Martin Rudalics <rudalics@gmx.at>
4763
4764 * help.el (with-help-window): Return last value in BODY.
4765
4766 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
4767
4768 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4769 notify function of the URL.
4770 (xesam-new-search): Encode special characters in the query string.
4771
4772 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4775
4776 2008-08-13 Andreas Schwab <schwab@suse.de>
4777
4778 * net/tramp.el (tramp-handle-shell-command): Handle output going
4779 to current buffer like shell-command. Don't disable undo.
4780
4781 2008-08-13 Glenn Morris <rgm@gnu.org>
4782
4783 * eshell/esh-cmd.el (eshell/which): Handle the case where no
4784 description is found.
4785
4786 2008-08-12 Alan Mackenzie <acm@muc.de>
4787
4788 * progmodes/cc-defs.el (c-emacs-features):
4789 argumentative-bod-function: bind mark-ring to avoid accumulating a
4790 spurious mark.
4791
4792 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * simple.el (visual-line--saved-state): New var.
4795 (visual-line-mode): Save local values of variables, and restore
4796 them when visual-line-mode is disabled.
4797
4798 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
4799
4800 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4801
4802 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
4803
4804 * progmodes/cc-defs.el (c-emacs-features):
4805 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4806 moving point during the test.
4807
4808 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4809
4810 2008-08-11 Glenn Morris <rgm@gnu.org>
4811
4812 * term/ns-win.el (x-parse-geometry): Doc fix.
4813
4814 * dired.el (x-popup-menu):
4815 * hi-lock.el (x-popup-menu):
4816 * mouse.el (font-face-attributes):
4817 * calendar/cal-menu.el (x-popup-menu):
4818 * calendar/calendar.el (x-popup-menu):
4819 * calendar/holidays.el (x-popup-menu):
4820 * progmodes/cperl-mode.el (x-popup-menu):
4821 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4822 (x-open-connection):
4823 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4824 (x-command-line-resources):
4825 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4826 (x-display-name, x-command-line-resources):
4827 Add declarations for builds without X.
4828
4829 2008-08-10 Glenn Morris <rgm@gnu.org>
4830
4831 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4832
4833 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4834
4835 * vc-bzr.el (vc-bzr-find-revision): Rename from
4836 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4837
4838 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
4839
4840 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4841 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
4842 "DONE", when all hits are retrieved.
4843 (xesam-search): Autoload it.
4844
4845 2008-08-11 John Paul Wallington <jpw@pobox.com>
4846
4847 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4848 empty string when no filename.
4849 (define-ibuffer-column filename): Accommodate that change.
4850
4851 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4852 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4853
4854 2008-08-10 Glenn Morris <rgm@gnu.org>
4855
4856 * Makefile.in (ELCFILES): Update.
4857
4858 2008-08-10 John Paul Wallington <jpw@pobox.com>
4859
4860 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4861
4862 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4863
4864 * battery.el (battery-echo-area-format, battery-status-function):
4865 Handle new Linux sysfs format for battery reporting.
4866 (battery-linux-sysfs): New function.
4867
4868 2008-08-07 Martin Rudalics <rudalics@gmx.at>
4869
4870 * add-log.el (change-log-search-tag-name)
4871 (change-log-goto-source): Fix behavior when point is not on tag.
4872
4873 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4874
4875 * startup.el (command-line-ns-option-alist): Use ignore instead of
4876 ns-ignore-0-arg.
4877
4878 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4879 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4880 (ns-alternatives-map): New variable.
4881 (x-set-up-function-keys): Use it.
4882 (global): Comment out "put backspace ascii-character..." and friends.
4883 Move function-key-map into ns-alternatives-map. Don't call
4884 precompute-menubar-bindings. Don't set anything connected with
4885 browse-url.
4886 (after-make-frame-functions): Clarify comment why a hook is added.
4887
4888 2008-08-06 Joakim Verona <joakim@verona.se>
4889
4890 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4891 in url:s.
4892
4893 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4896 Fix 2008-01-01 change: use a shy group to not affect subsequent
4897 match calls.
4898
4899 2008-08-06 Reto Zimmermann <reto@gnu.org>
4900
4901 * progmodes/vera-mode.el (vera-electric-tab):
4902 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4903 region when active.
4904
4905 2008-08-06 Kenichi Handa <handa@m17n.org>
4906
4907 * faces.el (face-valid-attribute-values): Fix handling the value
4908 of (font-family-list) and font-XXX-table.
4909
4910 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4911
4912 * proced.el (proced-menu): Bind the correct function to for toggling.
4913
4914 * vc-dir.el (vc-dir-mode): Fix typo.
4915
4916 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4917
4918 * whitespace.el (whitespace-newline-mode)
4919 (global-whitespace-newline-mode, whitespace-mode)
4920 (global-whitespace-mode): Improve docstring.
4921
4922 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * kmacro.el (kmacro-exec-ring-item): Add autoload.
4925
4926 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4927
4928 * cus-start.el (all): Handle auto-save-visited-file-name.
4929
4930 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
4931
4932 * files.el (hack-one-local-variable-eval-safep): Handle
4933 lisp-indent-function and scheme-indent-function in addition to the
4934 deprecated lisp-indent-hook.
4935
4936 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/xesam.el (top): Require `wid-edit' always.
4939 (xesam-mode-line, xesam-highlight): New deffaces.
4940 (xesam-objects): New local variable.
4941 (xesam-search-engines): Fix error in field list.
4942 (xesam-mode): Use `xesam-mode-line' instead of
4943 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
4944 proper initialization (why?).
4945 (xesam-highlight-string, xesam-get-hits)
4946 (xesam-kill-buffer-function): New defuns.
4947 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
4948 result of "hit.fields", it isn't a string only. Wrap an error of
4949 the strigi search engine ("xesam:size" is returned as string).
4950 Highlight search items.
4951 (xesam-refresh-search-buffer): Make logic of counters more simple.
4952 Prefetch next hits.
4953 (xesam-signal-handler): Use `xesam-mode-line' instead of
4954 `font-lock-type-face'.
4955 (xesam-new-search): Add `xesam-kill-buffer-function' to
4956 `kill-buffer-hook'.
4957
4958 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4959
4960 * add-log.el (change-log-next-error, change-log-mode): Add support
4961 for `next-error' to call `change-log-goto-source' on named files
4962 in a ChangeLog.
4963
4964 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4965
4966 * calc/calc.el (math-read-number): Handle all C-like languages
4967 properly.
4968
4969 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
4970
4971 * calc/calc.el (math-read-number): Handle C numbers beginning with
4972 0 correctly.
4973
4974 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4975
4976 * term/ns-win.el ([ns-new-frame]): New global key.
4977
4978 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4979
4980 * international/mule-cmds.el (read-char-by-name):
4981 Check UCS names with `assoc-string' and case folding.
4982
4983 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * net/dbus.el (dbus-call-method-asynchronously)
4986 (dbus-method-return-internal, dbus-method-error-internal):
4987 Declare them with `declare-function'.
4988
4989 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4990
4991 * descr-text.el (describe-char-display): Fix last change:
4992 don't pass CHARSET to `encoded-string-description'.
4993
4994 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4995
4996 * vc.el (vc-next-action): Update list var correctly after delete.
4997
4998 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4999
5000 * ido.el (ido-mode): Add toggle notification.
5001
5002 * cus-edit.el (custom-save-all): Avoid destroying symlink if
5003 already visiting the custom file.
5004
5005 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5006 pending output coming after the status change.
5007
5008 2008-08-02 Jason Rumney <jasonr@gnu.org>
5009
5010 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
5011
5012 2008-08-01 Kenichi Handa <handa@m17n.org>
5013
5014 * international/mule-cmds.el (encode-coding-char):
5015 New optional arg CHARSET.
5016
5017 * descr-text.el (describe-char-display): Call encode-coding-char
5018 with the arg CHARSET.
5019 (describe-char): Pay attention to the text-property `charset'.
5020
5021 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
5022
5023 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
5024 error messages.
5025 (dbus-set-property): Call `dbus-introspect-get-property' instead
5026 of `dbus-get-property'.
5027
5028 * net/xesam.el (xesam-all-fields): Remove source and content
5029 identifiers.
5030 (xesam-dbus-unique-names): New defvar.
5031 (xesam-dbus-call-method): New defun. Replace all calls of
5032 `dbus-call-method' by `xesam-dbus-call-method'.
5033 (xesam-get-cached-property, xesam-set-cached-property):
5034 New defuns.
5035 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
5036 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
5037 (xesam-search-engines): Make it an association list. Take changed
5038 layout into account in the corresponding function.
5039 (xesam-delete-search-engine): Remove check for consistency of
5040 `xesam-search-engines', not needed anymore.
5041 (xesam-mode): Show XML query string only in the debug case.
5042
5043 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * files.el (read-file-modes): Fix typo in docstring.
5046
5047 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * Makefile.in: Avoid maintainer warning for autogenerated unicode
5050 files.
5051
5052 * apropos.el (apropos-symbol): Don't set button skip by default.
5053 (apropos-print): Set button skip iff searching for multiple types.
5054 (apropos-print-doc): Insert blank label button when searching for
5055 a single type.
5056
5057 * button.el (forward-button): Avoid infloop.
5058
5059 * minibuffer.el (read-file-name-completion-ignore-case):
5060 Add cygwin to the list.
5061
5062 2008-07-31 Sven Joachim <svenjoac@gmx.de>
5063
5064 * files.el (abbreviate-file-name): When replacing $HOME with ~,
5065 turn off case-fold-search.
5066
5067 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
5068
5069 * net/dbus.el (top): Don't register for "NameOwnerChanged".
5070 (dbus-message-type-invalid, dbus-message-type-method-call)
5071 (dbus-message-type-method-return, dbus-message-type-error)
5072 (dbus-message-type-signal): New defconst.
5073 (dbus-ignore-errors): Fix `edebug-form-spec' property.
5074 (dbus-return-values-table): New defvar.
5075 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
5076 New defun.
5077 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
5078 Extend docstring. Adapt implementation according to new
5079 `dbus-event' layout.
5080 (dbus-event-service-name, dbus-event-path-name)
5081 (dbus-event-interface-name, dbus-event-member-name):
5082 Adapt implementation according to new `dbus-event' layout.
5083 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
5084
5085 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
5086 (xesam-mode): Rework implementation.
5087 (xesam-new-search): Additional parameter TYPE.
5088 (xesam-search): Adapt call of `xesam-new-search'.
5089
5090 2008-07-31 Juri Linkov <juri@jurta.org>
5091
5092 * dired-aux.el (dired-do-chmod): Set default value to the original
5093 mode string using absolute notation like u=rwx,g=rx,o=rx.
5094 Use it as a new arg `default' of `dired-mark-read-string'.
5095 (dired-mark-read-string): Add new optional arg `default'.
5096
5097 * files.el (read-file-modes): Set default value to the original
5098 mode string using absolute notation like u=rwx,g=rx,o=rx.
5099 Use it as the `default' arg of `read-string'.
5100
5101 * filesets.el (filesets-cmd-isearch-getargs): Check if the
5102 variable `files' is bound to avoid warnings.
5103
5104 * isearch.el (isearch-forward-regexp, isearch-forward-word)
5105 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
5106 to the command `isearch-forward' instead of displaying "See C-s".
5107 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
5108 with their interactive specifications. Move reading the face name to
5109 the main body after calls to isearch-done and isearch-clean-overlays.
5110
5111 * mb-depth.el: Unify all names under one common name prefix
5112 `minibuffer-depth-'.
5113 (minibuffer-depth-indicator-function): Rename from
5114 `minibuf-depth-indicator-function'.
5115 (minibuffer-depth-overlay): Rename from
5116 `minibuf-depth-overlay'.
5117 (minibuffer-depth-setup): Rename from
5118 `minibuf-depth-setup-minibuffer'.
5119 (minibuffer-depth-indicate-mode): Rename from
5120 `minibuffer-indicate-depth-mode'.
5121
5122 2008-07-31 Juri Linkov <juri@jurta.org>
5123
5124 * dired-aux.el (dired-isearch-filenames-toggle): New command.
5125 (dired-isearch-filenames-setup): Bind "\M-sf" to
5126 dired-isearch-filenames-toggle in isearch-mode-map.
5127 (dired-isearch-filenames-end): Bind "\M-sf" to nil
5128 in isearch-mode-map.
5129
5130 * isearch.el (isearch-edit-string-set-word): New command.
5131 (minibuffer-local-isearch-map): Bind "\C-w" to
5132 isearch-edit-string-set-word.
5133 (isearch-new-word): Temporary internal variable.
5134 (isearch-edit-string): Remove special case of reading the
5135 first character and checking it for C-w.
5136
5137 * simple.el (read-shell-command, shell-command):
5138 Move code that uses minibuffer-with-setup-hook to set
5139 minibuffer-default-add-function to minibuffer-default-add-shell-commands
5140 from the interactive spec of `shell-command' to `read-shell-command'.
5141
5142 * international/mule-cmds.el (read-char-by-name):
5143 Accept hash notation. Doc fix.
5144 (ucs-insert): Doc fix. Convert to number only when `arg' is
5145 a string. Use separate error message when `arg' is not an integer.
5146 Bind `ucs-insert' to `C-x 8 RET'.
5147
5148 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
5149
5150 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
5151 move the (arglist-cont-nonempty) from c-offsets-alist to
5152 c-hanging-braces-alist like other styles already have.
5153
5154 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5155
5156 * textmodes/texinfmt.el:
5157 * nxml/nxml-enc.el:
5158 * mail/feedmail.el:
5159 * international/mule.el:
5160 * international/latexenc.el:
5161 * emulation/viper-util.el:
5162 * emulation/viper-init.el:
5163 * emulation/viper-ex.el:
5164 * emacs-lisp/bytecomp.el:
5165 * version.el:
5166 * subr.el:
5167 * startup.el:
5168 * sort.el:
5169 * shadowfile.el:
5170 * recentf.el:
5171 * printing.el:
5172 * paths.el:
5173 * minibuffer.el:
5174 * ls-lisp.el:
5175 * loadup.el:
5176 * hippie-exp.el:
5177 * finder.el:
5178 * files.el:
5179 * ediff-util.el:
5180 * ediff-ptch.el:
5181 * ediff-init.el:
5182 * ediff-diff.el:
5183 * dired.el:
5184 * dired-aux.el:
5185 * cus-edit.el:
5186 * bindings.el:
5187 * arc-mode.el:
5188 * add-log.el: Remove VMS support.
5189 * obsolete/vmsproc.el:
5190 * obsolete/vms-pmail.el:
5191 * obsolete/vms-patch.el: Remove file.
5192
5193 2008-07-31 Alan Mackenzie <acm@muc.de>
5194
5195 * progmodes/cc-mode.el (c-before-hack-hook): New function
5196 (Top Level): Install c-before-hack-hook on
5197 before-hack-local-variables-hook, rather than
5198 c-postprocess-file-styles on hack-local-variables-hook.
5199
5200 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * files.el (normal-mode): Move call to hack-project-variables into
5203 hack-local-variables.
5204 (file-local-variables-alist, before-hack-local-variables-hook):
5205 New vars.
5206 (ignored-local-variables): Add file-local-variables-alist.
5207 (hack-local-variables-filter): Renamed from
5208 hack-local-variables-apply. Add the result to
5209 file-local-variables-alist, without applying them.
5210 (hack-local-variables): Set file-local-variables-alist to nil.
5211 Call hack-project-variables and before-hack-local-variables-hook.
5212 Apply variables here, instead of hack-local-variables-apply.
5213 Based on a patch by Alan Mackenzie.
5214
5215 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
5216
5217 * info-look.el (autoconf-mode :doc-spec): For
5218 "(autoconf)M4 Macro Index", if the item already
5219 begins with "AS_", don't prefix that string again.
5220
5221 2008-07-30 Juri Linkov <juri@jurta.org>
5222
5223 * info.el (info, Info-mode): Doc fix.
5224
5225 * isearch.el (isearch-mode-map): Bind `M-s r' to
5226 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
5227 (search-map): Bind `M-s w' to `isearch-forward-word' globally
5228 in the global map `search-map'.
5229 (isearch-forward): Doc fix.
5230 (isearch-forward-word, isearch-toggle-case-fold): New commands.
5231
5232 * simple.el (quoted-insert): Comment out code that treats
5233 0240-0377 specially.
5234
5235 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
5236
5237 * cus-start.el: Add customization info for
5238 read-buffer-completion-ignore-case.
5239
5240 2008-07-30 Sam Steingold <sds@gnu.org>
5241
5242 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
5243
5244 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5245
5246 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
5247 (vc-dir-mode): Improve docstring.
5248
5249 2008-07-30 Juri Linkov <juri@jurta.org>
5250
5251 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
5252 for the sake of isearch-mode-hook in dired-mode in dired.el.
5253
5254 2008-07-19 Markus Triska <markus.triska@gmx.at>
5255
5256 * image-mode.el (image-mode): Set image-mode-text-map when image
5257 cannot be displayed.
5258
5259 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
5260
5261 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
5262 ada-xref-set-default-prj-values.
5263 (ada-prj-display-page): Ditto.
5264
5265 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
5266 (ada-make-filename-from-adaname): Fix free variable.
5267
5268 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * vc-git.el (vc-git-status-printer): Synchronize with the default.
5271
5272 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
5273
5274 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
5275 for declarations inside a parenthetical list. The code is ill-advised,
5276 and doesn't work given user defined types.
5277 (verilog-set-auto-endcomments): Enhance function automatic
5278 endcomment to support functions that return user defined types.
5279 (verilog-mode): Add code to tell which-function-mode minor mode
5280 that Verilog supports this feature.
5281 (verilog-beg-block-re-ordered, verilog-indent-re)
5282 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
5283 (verilog-leap-to-head): Support the new virtual and/or protected
5284 tasks, as well as extern declarations of tasks for indenting and
5285 for forward/backward expression.
5286
5287 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
5288
5289 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
5290 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
5291 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
5292 (verilog-string-replace-matches): Avoid recursion with small
5293 replacements.
5294 (verilog-auto-inst-param-value, verilog-mode-version)
5295 (verilog-mode-version-date, verilog-read-inst-param-value)
5296 (verilog-auto-inst, verilog-auto-inst-param)
5297 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
5298 verilog-auto-inst-param-value option for AUTOINST. Suggested by
5299 David Rogoff. This allows parameters to be replaced with their
5300 values, on the expansion of an AUTOINST with Verilog 2001 style
5301 parameter settings.
5302
5303 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
5304
5305 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
5306 to `cddr'.
5307
5308 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * Makefile.in (ELCFILES): Add mairix.elc.
5311
5312 2008-07-29 David Engster <deng@randomsample.de>
5313
5314 * net/mairix.el: New file.
5315
5316 2008-07-29 Juri Linkov <juri@jurta.org>
5317
5318 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
5319 instead of variable-pitch with bold and 1.2 height.
5320
5321 * dired-aux.el (dired-do-async-shell-command): New command.
5322
5323 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
5324 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
5325
5326 2008-07-29 Juri Linkov <juri@jurta.org>
5327
5328 * international/mule-cmds.el (ucs-names): New internal variable.
5329 (ucs-names): New function.
5330 (ucs-completions): New lazy completion variable.
5331 (read-char-by-name): New function.
5332 (ucs-insert): Replace interactive spec letter "s" with the call to
5333 `read-char-by-name'.
5334
5335 * replace.el (read-regexp): Add second arg `default'. Doc fix.
5336
5337 * replace.el (occur-read-primary-args):
5338 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5339 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
5340 second arg of `read-regexp'.
5341
5342 * dired-aux.el (dired-isearch-filenames): New user option.
5343 (dired-isearch-orig-success-function): New internal variable.
5344 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
5345 (dired-isearch-success-function): New functions.
5346 (dired-isearch-filenames, dired-isearch-filenames-regexp):
5347 New commands.
5348
5349 * dired.el (dired-insert-set-properties): Add new text property
5350 `dired-filename' to put on file names.
5351 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
5352 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
5353 Add menu items.
5354 (dired-mode): Add hook `dired-isearch-filenames-setup' to
5355 buffer-local `isearch-mode-hook'.
5356
5357 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
5358
5359 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
5360 (ada-create-case-exception): Fix typo in docstring.
5361 (ada-no-auto-case): Return nil, not the docstring.
5362 (ada-indent-current): Reflow docstring.
5363
5364 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
5365 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
5366 (ada-prj-load-from-file): Reflow docstring.
5367 (ada-prj-display-page): Fix typo in widget.
5368
5369 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
5370 Fix typos in docstrings.
5371
5372 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
5373 (ada-compile-current, ada-check-current, ada-run-application)
5374 (ada-get-ali-file-name): Fix typos in docstrings.
5375 (ada-xref-confirm-compile, ada-find-references)
5376 (ada-find-local-references, ada-find-any-references): Doc fixes.
5377 (ada-get-all-references): Fix typo in error message.
5378 (ada-xref-current-project): Use `let', not `let*'.
5379 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
5380
5381 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5382
5383 * whitespace.el (whitespace-newline): Change initialization to have a
5384 low contrast relative to the background color. Suggested by David
5385 Reitter <david.reitter@gmail.com>.
5386
5387 2008-07-28 Juri Linkov <juri@jurta.org>
5388
5389 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
5390 New functions.
5391
5392 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
5393 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
5394
5395 2008-07-28 Seiji Zenitani <zenitani@mac.com>
5396
5397 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
5398 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5399
5400 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
5401
5402 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
5403 Add support for add-log.
5404 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
5405
5406 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
5407 (ada-prj-save): Prompt for file name if not given.
5408 (ada-prj-display-page): Display casing exceptions.
5409
5410 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
5411 Ada mode project files. Delete 'main_unit' project variable;
5412 only need 'main'. Simplify handling of default project values.
5413 Use cross-prefix consistently.
5414 (ada-find-executable): Throw error if not found.
5415 (ada-initialize-runtime-library): Improve error handling when
5416 gnatls not found.
5417 (ada-gnat-parse-gpr): New.
5418 (ada-treat-cmd-string): Allow process environment variables.
5419 (ada-xref-set-default-prj-values): Delete; replace with
5420 ada-default-prj-properties.
5421 (ada-parse-prj-file): Handle GNAT project files.
5422 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
5423 (ada-select-prj-file): New.
5424 (ada-get-absolute-dir-list): Allow project and environment variables.
5425
5426 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
5427
5428 Sync with Tramp 2.1.14.
5429
5430 * net/tramp.el (tramp-perl-directory-files-and-attributes)
5431 (tramp-get-device): Make device number a cons cell.
5432 (tramp-convert-file-attributes): Make inode a cons cell.
5433
5434 * net/trampver.el: Update release number.
5435
5436 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5437
5438 * faces.el (face-set-after-frame-default): Treat 'ns as all other
5439 window systems.
5440
5441 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5442
5443 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
5444
5445 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5446
5447 Remove support for Mac Carbon.
5448 * term/mac-win.el: Remove file
5449 * international/mule-cmds.el:
5450 * version.el:
5451 * startup.el:
5452 * simple.el:
5453 * mwheel.el:
5454 * mouse.el:
5455 * loadup.el:
5456 * isearch.el:
5457 * info.el:
5458 * frame.el:
5459 * faces.el:
5460 * disp-table.el:
5461 * cus-start.el:
5462 * cus-face.el:
5463 * cus-edit.el:
5464 * Makefile.in: Remove code for Carbon.
5465
5466 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5467
5468 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
5469 bindings for functions deleted by Dan N. 2008-07-21. Set
5470 where-is-preferred-modifier. Add show-manual option to Help menu.
5471
5472 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
5473
5474 * net/tramp.el (tramp-handle-start-file-process):
5475 Set query-on-exit flag. Kill temporary buffer.
5476 (tramp-process-sentinel): Remove defun.
5477 (tramp-do-copy-or-rename-file-out-of-band)
5478 (tramp-maybe-open-connection): Don't call it.
5479
5480 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
5481 `tramp-process-sentinel'.
5482
5483 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
5484 `tramp-process-sentinel'.
5485
5486 * net/xesam.el (xesam-from): Remove defvar.
5487 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
5488 and `mode-line-position'.
5489 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
5490 information to the widgets. Don't set `mode-line-position'.
5491 (xesam-refresh-search-buffer): Correct hit number computing.
5492 Don't set `mode-line-position'.
5493 (xesam-new-search): Add debug information to the mode line.
5494
5495 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5496
5497 * diff-mode.el (diff-show-trailing-blanks): Renamed to
5498 diff-show-trailing-whitespaces.
5499
5500 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
5503 invalid filename strings when parsing tex errors (bug#376).
5504
5505 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * menu-bar.el (menu-bar-file-menu): Fix typo.
5508
5509 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * play/solitaire.el (solitaire-mode-map): Define within defvar.
5512 (solitaire-mode): Define with `define-derived-mode'.
5513 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
5514 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
5515 (solitaire-undo, solitaire-check): Use `when'.
5516 (solitaire-solve): Err out if the solitaire is already in progress.
5517 Use `when'.
5518
5519 * descr-text.el (describe-char): Don't overwrite local variable char
5520 when describing characters with display-table entries. Display font
5521 backend when describing composed characters. Simplify: use `let'
5522 instead of `let*', and `or x y' instead of `if x x y'.
5523
5524 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * image-mode.el (image-minor-mode): Set up winprops.
5527
5528 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5529
5530 * diff-mode.el (diff-show-trailing-blanks): New fun.
5531 Show trailing blanks in modified lines for diff-mode.
5532
5533 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
5534
5535 * Makefile.in (ELCFILES): Add net/xesam.el.
5536
5537 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
5538 process name. Reported by Markus Triska <markus.triska@gmx.at>.
5539
5540 * net/xesam.el: New file.
5541
5542 2008-07-24 Sven Joachim <svenjoac@gmx.de>
5543
5544 * dired-aux.el (dired-copy-file-recursive): Avoid calling
5545 set-file-modes when creating target directories.
5546
5547 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
5550 Set `show-trailing-whitespace' to nil.
5551 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
5552 Fix typos in docstrings.
5553
5554 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
5557 key remapping, not directly.
5558
5559 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5560
5561 * whitespace.el: New version 11.2.
5562 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
5563 minor mode visualization.
5564
5565 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5566
5567 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
5568
5569 * Makefile.in (ELCFILES): Add term/common-win.elc.
5570
5571 * vc-dir.el (vc-dir-search, vc-dir-isearch)
5572 (vc-dir-isearch-regexp): New functions.
5573 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
5574
5575 2008-07-23 Juri Linkov <juri@jurta.org>
5576
5577 * isearch-multi.el: Remove file to avoid dos file name clashes
5578 with isearch-x.el. Move most content to misearch.el.
5579
5580 * misearch.el: New file with most content from isearch-multi.el.
5581 Rename `isearch-buffers' name prefixes to `multi-isearch'.
5582 Remove `isearch-buffers-minor-mode'. Add new function
5583 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
5584 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
5585 `multi-isearch-files', `multi-isearch-files-regexp'.
5586
5587 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
5588
5589 * isearch.el (isearch-message-prefix): Display "Multi" when
5590 `multi-isearch-next-buffer-current-function' is non-nil.
5591 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
5592 with `multi-isearch-next-buffer-current-function', and
5593 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
5594
5595 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
5596 `multi-isearch-next-buffer-function' instead of
5597 `isearch-buffers-next-buffer-function'. Remove call to
5598 `isearch-buffers-minor-mode'.
5599
5600 * buff-menu.el (Buffer-menu-marked-buffers)
5601 (Buffer-menu-isearch-buffers)
5602 (Buffer-menu-isearch-buffers-regexp): New functions.
5603 (Buffer-menu-mode-map): Bind "M-s a C-s" to
5604 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
5605 `Buffer-menu-isearch-buffers-regexp'.
5606 (Buffer-menu-mode): Document new commands in docstring.
5607 (list-buffers-noselect): Add one space after Info file name
5608 according to the Info address convention.
5609
5610 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
5611 New functions.
5612
5613 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
5614 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
5615 (ibuffer-mode): Document new commands in docstring.
5616
5617 * filesets.el (filesets-commands): Add commands for "Isearch" and
5618 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
5619 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
5620 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
5621 or `multi-isearch-files-regexp'.
5622 (filesets-cmd-query-replace-getargs): Call standard function
5623 `query-replace-read-args' to read `query-replace' arguments.
5624 Add `multi-query-replace-map'.
5625 (filesets-cmd-query-replace-regexp-getargs)
5626 (filesets-cmd-isearch-getargs): New functions.
5627
5628 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * international/mule.el (recode-region): Deactivate mark at the end.
5631
5632 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5633
5634 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5635 Use more suitable colors on dark displays.
5636
5637 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
5638
5639 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
5640 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
5641 (tramp-temp-buffer-name): New defconst.
5642 (tramp-handle-start-file-process): Use it. Apply "exec", for the
5643 command. No trailing prompt.
5644 (tramp-process-sentinel): Remove temporary buffer, if existing.
5645 Don't handle trailing prompt.
5646 (tramp-open-connection-setup-interactive-shell):
5647 Use `tramp-temp-buffer-name'.
5648
5649 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * shell.el (shell-dynamic-complete-functions):
5652 Use comint-dynamic-complete-filename as well (bug#361).
5653
5654 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 * term/ns-win.el:
5657 * version.el (emacs-version):
5658 * loadup.el:
5659 * frame.el (make-frame-on-display): Check for ns instead of
5660 ns-windowing.
5661
5662 * dired.el (dired-mode-map): Show the key binding for wdired.
5663
5664 * menu-bar.el (menu-bar-file-menu): Show the key binding for
5665 exiting Emacs.
5666
5667 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5668
5669 * term/ns-win.el (x-list-fonts): Drop alias.
5670
5671 2008-07-23 Juri Linkov <juri@jurta.org>
5672
5673 * replace.el (multi-query-replace-map): New variable.
5674 (perform-replace): Add processing of new multi-buffer keys bound
5675 to `automatic-all' and `exit-current'. Set `query-flag' to nil
5676 if last input char was `automatic-all'. Set new local variable
5677 `multi-buffer' to t when one of new two keys were typed. Return
5678 non-nil value of `multi-buffer' that tells to calling functions
5679 to continue replacement on the next file.
5680
5681 * progmodes/etags.el (tags-query-replace): Set arg `map' of
5682 `perform-replace' to `multi-query-replace-map'.
5683
5684 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5687 otherwise displayed in every buffer.
5688
5689 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5690 (vc-arch-trim-one-revlib): Delete temp directories as well.
5691
5692 2008-07-22 Stephen Eglen <stephen@gnu.org>
5693
5694 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
5695
5696 2008-07-22 Sven Joachim <svenjoac@gmx.de>
5697
5698 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5699
5700 2008-07-22 Miles Bader <miles@gnu.org>
5701
5702 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5703 (sh-mode-map): Remove remapping of newline-and-indent.
5704
5705 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5706
5707 * vc.el (Todo): Update.
5708
5709 * vc-hooks.el: Remove obsolete comment.
5710
5711 * vc-git.el (vc-git-status-printer): Update the directory display
5712 to match the default.
5713
5714 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5715
5716 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5719 for "word wrap" command.
5720
5721 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5722
5723 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * term/ns-win.el: Rename ns- functions/variables to the
5726 corresponding x- versions.
5727 (x-select-text, x-cut-buffer-or-selection-value)
5728 (x-disown-selection-internal, x-get-selection-internal)
5729 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5730 (x-display-mm-width, x-display-mm-height)
5731 (x-display-backing-store, x-display-save-under)
5732 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5733 defaliases.
5734
5735 * frame.el (ns-display-name): Remove declaration.
5736 (make-frame-on-display): Use x-display-name instead
5737 ns-display-name. Use unless.
5738
5739 * startup.el (command-line-1): Fix indentation.
5740
5741 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5742 checked in inadvertently.
5743
5744 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * term/ns-win.el: Standardize references to "Nextstep" in
5747 comments, messages, and docstrings.
5748 (ns-handle-args, x-parse-geometry)
5749 (ns-extended-platform-support-mode, x-setup-function-keys)
5750 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5751 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5752 (ns-initialized, ns-initialize-window-system): Doc fixes.
5753
5754 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
5755
5756 * diff-mode.el (diff-auto-refine): Delete defcustom.
5757 (diff-auto-refine-mode): New func/var via define-minor-mode.
5758 Update var ref to use diff-auto-refine-mode.
5759 * smerge-mode.el (diff-mode): Require when compiling.
5760 (smerge-auto-refine): Delete defcustom.
5761 Update smerge-auto-refine ref to use diff-auto-refine-mode.
5762
5763 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
5764
5765 * simple.el (visual-line): New custom group.
5766 (visual-line-fringe-indicators): New var.
5767 (visual-line-mode): Set fringe-indicator-alist based on
5768 visual-line-fringe-indicators. Add lighter.
5769
5770 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5773 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5774 (x-handle-geometry, x-handle-name-switch, x-display-name)
5775 (x-handle-display, x-handle-args, x-colors): Move ...
5776 * term/common-win.el: ... here. New file.
5777 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5778 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5779 (x-handle-geometry, x-handle-name-switch, x-display-name)
5780 (x-handle-display, x-handle-args, x-colors): Remove.
5781 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5782
5783 2008-07-19 Juri Linkov <juri@jurta.org>
5784
5785 * startup.el (fancy-startup-text): Move the line "To quit
5786 a partially entered command, type Control-g" a few lines below
5787 to be after the line "To start". Add text "at gnu.org" to
5788 "Overview of Emacs features".
5789
5790 * dired.el (dired-mode-map): Fix menu text of
5791 image-dired-display-thumbs.
5792
5793 * image-dired.el (image-dired-cmd-create-thumbnail-options)
5794 (image-dired-cmd-create-temp-image-options)
5795 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5796 ImageMagick command line to change the dimensions of the image
5797 only if its width or height exceeds the geometry specification.
5798
5799 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5800
5801 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5802 to docstrings.
5803
5804 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
5805
5806 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5807 Vinicius Jose Latorre.
5808
5809 2008-07-19 Glenn Morris <rgm@gnu.org>
5810
5811 * term/ns-win.el (ns-make-command-string): Use mapconcat.
5812 (ns-save-preferences): Fix typo in previous change. (Bug#573)
5813
5814 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
5815
5816 * net/dbus.el (dbus-interface-properties): New defconst.
5817 (dbus-introspect): Update docstring.
5818 (dbus-introspect-xml, dbus-introspect-get-attribute)
5819 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5820 (dbus-introspect-get-interface-names)
5821 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5822 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5823 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5824 (dbus-introspect-get-property)
5825 (dbus-introspect-get-annotation-names)
5826 (dbus-introspect-get-annotation)
5827 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5828 (dbus-introspect-get-signature, dbus-get-property)
5829 (dbus-set-property, dbus-get-all-properties): New defuns.
5830
5831 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5834 ns-grabenv.elc.
5835
5836 * ns-carbon-compat.el: File removed.
5837
5838 * ns-grabenv.el: File removed.
5839
5840 * term/ns-win.el: Contents of ns-carbon-compat.el and
5841 ns-grabenv.el moved here.
5842 (ns-grabenv, ns-open-file-select-line): Doc fixes.
5843 (ns-submit-bug-report): Function removed. Reports go to the main
5844 Emacs bug list.
5845 (ns-handle-args, ns-spi-service-call): Doc fixes.
5846 (info-ns-emacs): Function removed. Nextstep port manual will be
5847 merged into the Emacs manual, so no separate link needed.
5848
5849 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
5850
5851 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5852
5853 2008-07-18 Glenn Morris <rgm@gnu.org>
5854
5855 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5856 to XEmacs, since it does nothing for Emacs.
5857
5858 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5859
5860 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5861 BUFFER that is a string but does not exist as a buffer object, as
5862 mentioned in the doc-string.
5863
5864 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * simple.el (line-move-visual): Make it a defcustom.
5867 (line-move-1): Convert temporary-goal-column back to an integer if
5868 it was set as a float by a previous call to line-move-visual.
5869 (end-of-visual-line, beginning-of-visual-line)
5870 (next-logical-line, previous-logical-line): New functions.
5871
5872 2008-07-17 David Reitter <david.reitter@gmail.com>
5873
5874 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5875 functions.
5876 (visual-line-mode, global-visual-line-mode): New minor mode.
5877 (visual-line-mode-map): New variable.
5878
5879 2008-07-17 Glenn Morris <rgm@gnu.org>
5880
5881 * term/ns-win.el (parameters): Declare for compiler.
5882
5883 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
5884
5885 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5886 for Windows.
5887
5888 2008-07-17 Daiki Ueno <ueno@unixuser.org>
5889
5890 * epa.el (epa-key-list-mode): Use run-mode-hooks.
5891 (epa-key-mode): Ditto.
5892 (epa-info-mode): Ditto.
5893
5894 2008-07-17 Glenn Morris <rgm@gnu.org>
5895
5896 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
5897 (ns-handle-numeric-switch): Just call ns-handle-switch.
5898 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5899 (ns-handle-args): Simplify using `pop'.
5900 (ns-display-name): Define (used in frame.el).
5901 (menu-bar-select-frame): Add (ignored) arg to more closely match the
5902 original definition.
5903 (ns-perform-service): Declare.
5904 (ns-save-preferences): Use fewer `let's.
5905
5906 * frame.el (ns-display-name): Declare for compiler.
5907
5908 2008-07-17 Kenichi Handa <handa@m17n.org>
5909
5910 * descr-text.el (describe-char-unidata-list): Initialize to the
5911 list of name, general-category, decomposition, and old-name.
5912
5913 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5914
5915 * startup.el (command-line-1): Update processing of NS long options to
5916 mimic recent changes to processing of X long options.
5917
5918 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
5919
5920 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5921 list of #defines for remote files.
5922 (gdb-source-info): Only show main if it has been found.
5923
5924 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * term/ns-win.el: Require CL; fix up comment style; reindent.
5927 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
5928 (ns-save-preferences): Use `case'.
5929 (ns-initialize-window-system): Use `dolist'.
5930
5931 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5932
5933 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5934 windowing is used.
5935 * term/ns-win.el (ns-extended-platform-support-mode):
5936 Correct/improve documentation.
5937
5938 2008-07-16 Glenn Morris <rgm@gnu.org>
5939
5940 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5941 Simply require 'cl (see comment in cl-compat.el).
5942 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5943 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5944 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5945 directly rather by subterfuge. Provide cl before loading cl-macs.
5946
5947 * paths.el (rmail-spool-directory): Remove settings for systems that are
5948 no longer supported.
5949
5950 * frame.el (ns-initialize-window-system): Declare for compiler.
5951
5952 * term/ns-win.el: Add numerous declarations for compiler.
5953 (ns-pop-up-frames): Move definition before use. Doc fix.
5954
5955 * emacs-lisp/check-declare.el (check-declare-locate)
5956 (check-declare-verify): Handle .m files.
5957
5958 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5959
5960 * ns-carbon-compat.el: New file: user-visible compatibility of
5961 NeXTstep port with Carbon port.
5962 * ns-grabenv.el: New file: functionality useful on OS X platform to
5963 expose environment variables inside Emacs started from icon.
5964 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5965 * cus-edit.el:
5966 * cus-face.el:
5967 * disp-table.el:
5968 * faces.el:
5969 * info.el:
5970 * mouse.el:
5971 * mwheel.el:
5972 * simple.el: Add ns to window systems treated as GUIs.
5973 * facemenu.el (facemenu-read-color): Don't require a name match under
5974 NS, to allow numeric color entry.
5975 * frame.el (make-frame-on-display): Follow code for 'x in initializing
5976 'ns window system if need be.
5977 (various): Add 'ns as described above.
5978 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5979 ns-windowing is active.
5980 * startup.el (command-line-ns-option-alist): New constant to handle NS
5981 windowing system specific command line args analogous to how they are
5982 handled for X windows.
5983 (command-line-1): Use the above where appropriate.
5984 * version.el: Add NS port version.
5985 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5986 Darwin (usually OS X) systems.
5987 (woman-use-own-frame): Include 'ns in list of GUI window systems.
5988 * emulation/viper-util.el (ns-display-color-p)
5989 (ns-color-defined-p): Remove these (caustically-commented) outdated
5990 compensations for a port that was never itself integrated until now.
5991 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5992 for NS window system.
5993 * international/mule-cmds.el: Add 'ns to list of special-cased window
5994 systems (probably most of these, x/w32/mac/ns could be changed to
5995 window-system non-nil).
5996 * term/ns-win.el: New file: lisp-side support for NS windowing system.
5997
5998 2008-07-14 Jason Rumney <jasonr@gnu.org>
5999
6000 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
6001 (x-handle-numeric-switch, x-handle-initial-switch)
6002 (x-handle-xrm-switch, x-handle-args, x-handle-display)
6003 (xw-defined-colors, w32-initialize-window-system):
6004 Avoid use of cl pop and push macros.
6005
6006 2008-07-14 Martin Rudalics <rudalics@gmx.at>
6007
6008 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
6009 error when change-log-search-file-name returns nil.
6010
6011 2008-07-13 Martin Rudalics <rudalics@gmx.at>
6012
6013 * add-log.el (change-log-search-file-name):
6014 Use match-string-no-properties.
6015 (change-log-search-tag-name-1, change-log-search-tag-name)
6016 (change-log-goto-source-1, change-log-goto-source): New functions.
6017 (change-log-tag-re, change-log-find-head, change-log-find-tail):
6018 New variables.
6019 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
6020
6021 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
6022
6023 * calc/calc-help.el (calc-describe-key): Add angles to special key
6024 descriptions.
6025
6026 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
6027
6028 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
6029 search for regexp.
6030
6031 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * simple.el (line-move-visual): Handle null pixel position gracefully.
6034
6035 2008-07-11 Jason Rumney <jasonr@gnu.org>
6036
6037 * files.el (file-truename): Get truename of ancestors if file does
6038 not exist on Windows.
6039
6040 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * simple.el (line-move-visual): Obey goal-column and no-error arg.
6043 (track-eol, temporary-goal-column, previous-line, next-line):
6044 Update docstring.
6045 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
6046 to nil.
6047
6048 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * simple.el (line-move-visual): New var.
6051 (line-move-visual): New function.
6052 (line-move): Call line-move-visual.
6053
6054 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6055
6056 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
6057 pattern and add patterns for C++ header files.
6058
6059 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * window.el (truncated-partial-width-window-p): New function.
6062
6063 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
6064
6065 * faces.el (x-create-frame-with-faces): Don't pass parameters that
6066 are set later to x-create-frame.
6067 (face-set-after-frame-default): Apply X resources for non-default
6068 faces.
6069
6070 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * faces.el (face-set-after-frame-default): Simplify. Don't apply
6073 frame-specific X resource settings. Set faces using a list of
6074 frame parameters explicitly passed to the calling
6075 function (e.g. make-frame).
6076 (x-create-frame-with-faces, tty-create-frame-with-faces):
6077 Supply explicit frame parameter list to face-set-after-frame-default.
6078
6079 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
6080
6081 * net/browse-url.el (browse-url-default-browser):
6082 Fix argument list in lambda.
6083
6084 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
6085
6086 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
6087 from url-retrieve.
6088 (newsticker--sentinel-work): Fix xerror typo.
6089
6090 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * vc-dir.el (vc-dir-refresh): Only update files.
6093
6094 * vc-git.el (vc-git--ls-files-state): Remove unused function.
6095
6096 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
6097
6098 2008-07-06 John Paul Wallington <jpw@pobox.com>
6099
6100 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
6101
6102 2008-07-05 Alexandre Julliard <julliard@winehq.org>
6103
6104 * vc-git.el (vc-git-registered): Return true for removed files.
6105 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
6106 all the files instead of one per file.
6107 (vc-git-previous-revision): Add support for project-wide previous
6108 revision when specified file is nil.
6109
6110 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
6113
6114 * vc-dir.el (vc-dir-find-child-files): New function.
6115 (vc-dir-resync-directory-files): New function.
6116 (vc-dir-recompute-file-state): New function, broken out of ...
6117 (vc-dir-resynch-file): ... here. Also deal with directories.
6118 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
6119 (vc-resynch-buffer): Use it.
6120
6121 * vc-hg.el (vc-hg-registered): Do not set vc-state.
6122
6123 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
6124
6125 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
6128 if it's not part of gdb-ui, e.g, at start.
6129
6130 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
6131 filenames in stack trace (text command mode).
6132
6133 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
6136
6137 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6138 Use syntax-ppss on a position *before* the char we want to change.
6139
6140 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * vc-dir.el (vc-dir-query-replace-regexp): New function.
6143 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
6144 (vc-dir-mode-map): Likewise.
6145
6146 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
6149 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
6150 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
6151 Remove spurious * in defcustom docstrings.
6152
6153 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
6154 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
6155 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
6156 (default-justification): Remove spurious * in defcustom docstrings.
6157
6158 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
6159 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
6160 (rst-compare-decorations, rst-default-indent, rst-update-section)
6161 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
6162 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
6163 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
6164 Fix typos in docstrings.
6165 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
6166 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
6167 (rst-get-decorations-around, rst-section-tree-point)
6168 (rst-font-lock-adornment-point): Reflow docstrings.
6169 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
6170 Doc fixes.
6171 (rst-re-enumerations): Comment out.
6172
6173 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
6174 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
6175 (nxml-unicode-block-char-name-set):
6176 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
6177 * nxml/rng-nxml.el (rng-set-state-after):
6178 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
6179
6180 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
6181 (rng-c-parse-annotation-body):
6182 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
6183
6184 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
6185 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
6186 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
6187 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
6188 Fix typos in docstrings.
6189 (nxml-attribute-indent): Reflow docstring.
6190 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
6191 (nxml-default-buffer-file-coding-system): Doc fixes.
6192
6193 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
6194 (nxml-ns-set-prefix): Fix typos in docstrings.
6195 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
6196 Reflow docstring.
6197 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
6198
6199 * nxml/nxml-outln.el (nxml-hide-all-text-content)
6200 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
6201 (nxml-hide-direct-text-content, nxml-hide-subheadings)
6202 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
6203 (nxml-outline-display-rest, nxml-outline-set-overlay)
6204 (nxml-section-tag-forward, nxml-section-tag-backward)
6205 (nxml-back-to-section-start): Fix typos in docstrings.
6206
6207 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
6208 Doc fixes.
6209
6210 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
6211 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
6212 (nxml-scan-after-change): Fix typo in docstring.
6213
6214 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
6215 (rng-name-class-possible-names): Doc fixes.
6216 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
6217 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
6218 Fix typos in docstrings.
6219 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
6220 Reflow docstrings.
6221
6222 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
6223 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
6224
6225 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
6226 (rng-xsd-convert-date-time): Reflow docstrings.
6227 (rng-xsd-compile): Fix typo in docstring.
6228
6229 * nxml/rng-loc.el (rng-current-schema-file-name)
6230 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
6231 Doc fixes.
6232 (rng-set-schema-file): Fix typo in docstring.
6233
6234 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
6235 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
6236 Fix typos in docstrings.
6237 (rng-message-overlay, rng-conditional-up-to-date-start)
6238 (rng-conditional-up-to-date-end): Doc fixes.
6239 (rng-next-error, rng-previous-error): Reflow docstrings.
6240
6241 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
6242 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
6243 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
6244 (xmltok-merge-attributes): Fix typos in docstrings.
6245 (xmltok-make-attribute, xmltok-forward-special)
6246 (xmltok-get-declared-encoding-position): Reflow docstrings.
6247
6248 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
6249 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
6250 Fix typos in docstrings.
6251
6252 2008-07-02 John Paul Wallington <jpw@pobox.com>
6253
6254 * ibuffer.el (ibuffer-buffer-file-name):
6255 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
6256 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
6257
6258 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
6259
6260 * files.el (backup-extract-version): Handle versioned directories.
6261 (trash-directory): New variable.
6262 (move-file-to-trash): New function.
6263
6264 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
6265
6266 2008-07-02 Magnus Henoch <mange@freemail.hu>
6267
6268 * vc-git.el (vc-git-annotate-command): Use proper option for
6269 specifying revision.
6270
6271 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6272
6273 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
6274 if available.
6275
6276 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
6277
6278 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
6279
6280 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
6281 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
6282
6283 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
6284
6285 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
6286
6287 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
6288 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
6289 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6290 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
6291 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6292 (gdb-stack-list-locals-regexp): Future proof regexps better.
6293
6294 2008-06-30 Juri Linkov <juri@jurta.org>
6295
6296 * faces.el (face-name-history): New variable.
6297 (make-face, make-empty-face): Replace interactive spec "S"
6298 with `read-from-minibuffer' where `read' arg is t and
6299 `hist' arg is `face-name-history'.
6300 (read-face-name): Set `hist' arg of `completing-read-multiple'
6301 to `face-name-history'.
6302 (list-faces-display): Use `read-regexp' instead of `read-string'
6303 to read regexp.
6304
6305 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
6306 to `regexp-history'.
6307 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
6308 make it an obsolete alias to it.
6309 (hi-lock-face-defaults): New variable renamed from
6310 `hi-lock-face-history'.
6311 (hi-lock-line-face-buffer, hi-lock-face-buffer)
6312 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
6313 `read-from-minibuffer'. Doc fix.
6314 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
6315 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
6316 Set `hist' arg of `completing-read' to `face-name-history'.
6317 Put a list of default faces to `default' arg instead of `hist' arg.
6318
6319 * bindings.el (abbrev-map, narrow-map): New variables.
6320 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
6321 Rebind related commands to these new maps.
6322 (ctl-x-r-map): New variable for rectangle, register and bookmark
6323 keys. Move rectangle keybindings to rect.el and register
6324 keybindings to register.el.
6325 (next-buffer, previous-buffer): Remove C-x prefix and move
6326 keybindings to ctl-x-map.
6327
6328 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
6329 to the new map `ctl-x-r-map' in autoload cookies.
6330
6331 * expand.el: Rebind two global `C-x a' keys "n", "p"
6332 to the new map `abbrev-map' in autoload cookies.
6333
6334 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
6335
6336 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
6337
6338 2008-06-30 Miles Bader <miles@gnu.org>
6339
6340 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
6341 after processing an escape sequence.
6342
6343 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
6344
6345 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
6346 from 2008-06-28. It does not work on W32.
6347
6348 2008-06-29 Juri Linkov <juri@jurta.org>
6349
6350 * replace.el (read-regexp): New function.
6351 (keep-lines-read-args, occur-read-primary-args):
6352 Call `read-regexp' instead of code moved to new function.
6353 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
6354 from the end of prompt.
6355 (replace-re-search-function): Doc fix.
6356
6357 2008-06-29 Kenichi Handa <handa@m17n.org>
6358
6359 * descr-text.el (describe-char-display): Always return a string.
6360 (describe-char-padded-string): New function.
6361 (describe-char): Adjusted for the change of
6362 describe-char-display. Use describe-char-padded-string.
6363
6364 2008-06-29 Andreas Schwab <schwab@suse.de>
6365
6366 * vc-dir.el (vc-dir): Make backend argument optional and use
6367 vc-responsible-backend when nil. Interactively pass nil for
6368 backend instead of using the backend of what happens to be
6369 default-directory at the time of the call.
6370
6371 * find-dired.el (find-dired-filter): Preserve point.
6372
6373 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
6374
6375 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
6376 (sasl-find-mechanism, sasl-next-step):
6377 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
6378 (sasl-ntlm-response): Fix typos in docstrings.
6379
6380 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
6381
6382 * international/mule-cmds.el (view-hello-file): Doc fix.
6383
6384 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
6387 (set-face-attribute, face-set-after-frame-default)): Don't use it.
6388
6389 2008-06-28 John Paul Wallington <jpw@pobox.com>
6390
6391 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
6392
6393 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
6394
6395 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
6396 (tramp-convert-file-attributes): Convert symlinks only when
6397 returned from `tramp-handle-file-attributes-with-stat'.
6398
6399 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
6400 `substitute-in-file-name' when unloading.
6401 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
6402
6403 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
6404
6405 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
6406 (vc-string-prefix-p): Move function ...
6407 * vc.el (vc-string-prefix-p): ... here.
6408
6409 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * vc-dir.el (vc-dir): Complete only directory names.
6412
6413 2008-06-27 Jason Rumney <jasonr@gnu.org>
6414
6415 * w32-fns.el (top-level): Unconditionally define all charsets.
6416
6417 2008-06-27 Alan Mackenzie <acm@muc.de>
6418
6419 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
6420 the CC Mode specific functions; this is no longer needed, since
6421 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
6422
6423 * progmodes/cc-defs.el (c-emacs-features): New feature
6424 'argumentative-bod-function.
6425
6426 2008-06-27 John Paul Wallington <jpw@pobox.com>
6427
6428 * chistory.el (list-command-history): Use `bound-and-true-p'.
6429 (command-history-map): Define within defvar. Add docstring.
6430
6431 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6432
6433 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
6434 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
6435 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
6436 (image-type-from-buffer): Use `looking-at-p'.
6437
6438 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * ibuf-ext.el (diff-sentinel): Declare.
6441
6442 2008-06-27 Glenn Morris <rgm@gnu.org>
6443
6444 * calendar/lunar.el (calendar-lunar-phases): Rename from
6445 calendar-phases-of-moon. Keep old name as alias, update callers.
6446 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
6447 (diary-lunar-phases): Rename from diary-phases-of-moon.
6448 Keep old name as alias.
6449 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
6450 (cal-menu-global-mouse-menu): Update for lunar name changes.
6451 * calendar/calendar.el (calendar-mode-map): Update for name change.
6452 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
6453
6454 2008-06-26 Glenn Morris <rgm@gnu.org>
6455
6456 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
6457 argument `nolocation'.
6458 (calendar-sunrise-sunset-month): New function.
6459 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
6460 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
6461 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
6462 * calendar/calendar.el (solar-sunrises-buffer): New constant.
6463 (calendar-mode-map): Use cal-menu-sunmoon-menu.
6464 (calendar-buffer-list): Add solar-sunrises-buffer.
6465
6466 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
6467
6468 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * cus-start.el: Add customization types for word-wrap and
6471 shift-select-mode.
6472
6473 2008-06-26 John Paul Wallington <jpw@pobox.com>
6474
6475 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
6476 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
6477 (ibuffer-mark-on-buffer): Don't display message when removing marks.
6478 (ibuffer-mark-by-mode): Use `buffer-local-value'.
6479
6480 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6481
6482 * vc-dir.el (tool-bar): Require.
6483
6484 * vc.el (ewoc, tool-bar): Do not require.
6485
6486 2008-06-26 Kenichi Handa <handa@m17n.org>
6487
6488 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
6489 characters.
6490
6491 * composite.el (terminal-composition-base-character-p): New function.
6492 (terminal-composition-function):
6493 Use terminal-composition-base-character-p. Include the base character
6494 in the composition.
6495 (auto-compose-chars): Don't check font-object for terminal display.
6496
6497 2008-06-26 Glenn Morris <rgm@gnu.org>
6498
6499 * doc-view.el (bookmark-make-record-default):
6500 * image-mode.el (bookmark-make-record-default): Fix declaration.
6501
6502 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
6503 Add default :value for sexp type.
6504 (calendar-month-edges): New variable.
6505 (calendar-month-edges): New function.
6506 (calendar-recompute-layout-variables): Set calendar-month-edges.
6507 (calendar-intermonth-header, calendar-intermonth-text): New options.
6508 (calendar-insert-at-column): New function.
6509 (calendar-generate-month): Use calendar-insert-at-column.
6510 Handle intermonth text. Add 'date property.
6511 (calendar-column-to-month): Remove function.
6512 (calendar-column-to-segment): New function.
6513 (calendar-cursor-to-date): Use calendar-column-to-segment.
6514 Check 'date property.
6515
6516 * calendar/calendar.el (calendar-print-other-dates):
6517 Handle mouse events.
6518 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
6519 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
6520
6521 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
6522 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
6523 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
6524
6525 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6526 Use calendar-column-to-segment, calendar-month-edges, and
6527 the 'date property to handle intermonth text.
6528
6529 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
6530
6531 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
6532 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
6533 Add doc strings.
6534 (cal-menu-context-mouse-menu): Add some :keys.
6535 (calendar-check-holidays): Declare rather than autoloading.
6536 (diary-show-holidays-flag): Remove unneeded declaration.
6537
6538 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
6539 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
6540 event-start is nil.
6541
6542 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * minibuffer.el (completion-basic-try-completion): Use the text after
6545 point to constrain the completion candidates.
6546 (completion-basic-all-completions): Adjust accordingly.
6547
6548 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
6551 courier.
6552
6553 * faces.el (set-face-attribute): Doc fix.
6554
6555 2008-06-25 Juri Linkov <juri@jurta.org>
6556
6557 * bindings.el (goto-map): New variable. Rebind goto-related
6558 commands to this `M-g' prefix keymap.
6559 (search-map): New variable for `M-s' prefix keymap.
6560 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
6561 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
6562 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
6563 `M-shw' to `hi-lock-write-interactive-patterns'.
6564
6565 * isearch.el (isearch-mode-map): Bind `M-s h r' to
6566 `isearch-highlight-regexp'.
6567 (isearch-highlight-regexp): New function.
6568
6569 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * info.el (Info-bookmark-make-record):
6572 Use bookmark-make-record-default.
6573 (Info-bookmark-jump): Use bookmark-default-handler.
6574
6575 * image-mode.el (image-bookmark-make-record):
6576 Use bookmark-make-record-default.
6577 (image-bookmark-jump): Use bookmark-default-handler.
6578
6579 * doc-view.el (doc-view-bookmark-make-record):
6580 Use bookmark-make-record-default.
6581 (doc-view-bookmark-jump): Use bookmark-default-handler.
6582
6583 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
6584 used until now in bookmark.el's code.
6585 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
6586 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
6587 used until now in bookmark.el's code.
6588 (bookmark-set-filename): Remove special code, moved to its only caller.
6589 (bookmark-store): Use the newer format.
6590 (bookmark-make-record-default): Add arg `point-only'.
6591 Rename from bookmark-make-record-for-text-file.
6592 (bookmark--jump-via): New function.
6593 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
6594 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
6595 Use it.
6596 (bookmark-jump-noselect, bookmark-default-handler):
6597 Don't return an alist, instead return the data implicitly by changing
6598 current buffer and point. Signal an error if the file doesn't exist.
6599
6600 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
6601 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
6602
6603 * bs.el: Use with-current-buffer. Simplify.
6604 (bs-toggle-readonly): Avoid vc-toggle-read-only.
6605
6606 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
6607 is bound before using it.
6608
6609 2008-06-25 Kenichi Handa <handa@m17n.org>
6610
6611 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
6612
6613 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
6614
6615 * vc-hg.el:
6616 * vc-git.el: Require vc-dir when compiling.
6617
6618 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
6619 vc-dir-marked-only-files. Change the return value.
6620 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
6621 Change the return value.
6622 (vc-dir-deduce-fileset): New function broken out from ...
6623 * vc.el (vc-deduce-fileset): ... here and ...
6624 (vc-deduce-fileset): ... here.
6625
6626 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
6627 (vc-svn-parse-status): Do not set the vc-backend property.
6628
6629 2008-06-25 Andreas Schwab <schwab@suse.de>
6630
6631 * faces.el (face-font-family-alternatives, variable-pitch):
6632 Use "Sans Serif", not "Sans-Serif".
6633
6634 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * faces.el (face-font-family-alternatives, variable-pitch):
6637 Change "Sans" to the canonical name "Sans-Serif".
6638
6639 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6640
6641 * calc/calc.el (calc-mode-map): Add extra keybindings to
6642 `calc-missing-key'.
6643 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6644 `kill-ring-save'.
6645
6646 2008-06-24 Miles Bader <miles@gnu.org>
6647
6648 * mouse.el (mouse-appearance-menu): Don't do anything if the user
6649 pops up the menu but doesn't select anything.
6650
6651 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
6652
6653 * add-log.el (add-change-log-entry): Add new arg to force each new
6654 entry to be on a new line.
6655 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6656
6657 * vc-dir.el (vc-client-object): Remove.
6658 (vc-dir-prepare-status-buffer): Take a backend as an argument and
6659 use it when looking for a buffer.
6660 (vc-dir): Add a backend argument. Set revert-buffer-function.
6661 Don't create a client object. Move bindings ...
6662 (vc-dir-menu-map, vc-dir-mode-map): ... here.
6663 (vc-dir-revert-buffer-function): New function.
6664 (vc-generic-status-printer): Rename to ...
6665 (vc-dir-status-printer): ... this.
6666 (vc-generic-state, vc-generic-status-fileinfo-extra)
6667 (vc-dir-extra-menu, vc-make-backend-object): Remove.
6668 (vc-default-status-printer): Use a different face for
6669 directories. Don't display any text for directories in the state
6670 column. Add tooltips.
6671
6672 * vc.el (Todo): Update.
6673
6674 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6675 * vc-rcs.el (vc-annotate-convert-time):
6676 * vc-mtn.el (vc-annotate-convert-time):
6677 * vc-git.el (vc-annotate-convert-time):
6678 * vc-cvs.el (vc-annotate-convert-time):
6679 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6680
6681 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6682
6683 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6684 instead of using view-mode.
6685
6686 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * Makefile.in (distclean): Don't delete *.elc and autogen files.
6689
6690 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6691
6692 * vc.el:
6693 * vc-hooks.el:
6694 * vc-dispatcher.el: Move vc-dir variables and functions ...
6695 * vc-dir.el: ... here. New file.
6696 * Makefile.in (ELCFILES): Add vc-dir.elc.
6697
6698 * vc.el: Move vc-annotate variables and functions ...
6699 * vc-annotate.el: ... here. New file.
6700 * Makefile.in (ELCFILES): Add vc-annotate.elc.
6701
6702 * vc-dav.el: Move here from url/vc-dav.el.
6703 (Todo): Note work needed to make this backend functional.
6704
6705 * Makefile.in (ELCFILES): Update vc-dav.el location.
6706
6707 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6710
6711 2008-06-21 John Paul Wallington <jpw@pobox.com>
6712
6713 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6714
6715 * textmodes/rst.el (rst-mode): Put docstring in right place.
6716
6717 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6720 size for legibility.
6721
6722 * faces.el (fixed-pitch): Use "Monospace" family.
6723 (variable-pitch): Use "Sans" family.
6724 (face-font-family-alternatives): Define alternatives for "Sans"
6725 and "Monospace".
6726
6727 2008-06-21 Glenn Morris <rgm@gnu.org>
6728
6729 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6730 Require 'cl when compiling.
6731
6732 * emacs-lisp/debug.el (help-xref-interned): Declare.
6733
6734 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6735 Evaluate definition when compiling.
6736
6737 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6738 rather than mouse-1.
6739 (bug-reference-url-format): Autoload safe if string.
6740 (bug-reference-bug-regexp): Make space after "bug" optional.
6741
6742 * Makefile.in (all): Explicitly pass EMACS to sub-make,
6743 for some non-GNU makes.
6744
6745 * cus-dep.el (custom-dependencies-no-scan-regexp):
6746 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6747
6748 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6749 increments.
6750
6751 * calendar/calendar.el: Factor out the magic numbers controlling the
6752 calendar layout.
6753 (calendar-month-digit-width, calendar-month-width)
6754 (calendar-right-margin): New variables.
6755 (calendar-recompute-layout-variables, calendar-set-layout-variable):
6756 New functions.
6757 (calendar-left-margin, calendar-intermonth-spacing)
6758 (calendar-column-width, calendar-day-header-width)
6759 (calendar-day-digit-width): New options.
6760 (calendar-first-date-row): New constant.
6761 (calendar-move-to-column, calendar-ensure-newline): New functions,
6762 replacing calendar-insert-indented.
6763 (calendar-insert-indented): Remove function.
6764 (calendar-generate-month): Use calendar-move-to-column and
6765 calendar-ensure-newline. Use layout variables.
6766 (calendar-generate, calendar-update-mode-line)
6767 (calendar-font-lock-keywords): Use layout variables.
6768 (calendar-column-to-month): New function.
6769 (calendar-cursor-to-date): Use calendar-column-to-month.
6770 Use layout variables.
6771 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6772 Use layout variables. Use calendar-column-to-month.
6773 (calendar-cursor-to-visible-date): Use layout variables.
6774
6775 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6778 (all): Run compile-last.
6779 (compile-onefile): New target.
6780 (compile-first): Simplify.
6781 (compile-last): Don't treat COMPILE_FIRST specially.
6782 (COMPILE_FIRST): List the elc files rather than the el files.
6783 (ELCFILES): Update.
6784
6785 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
6786
6787 * net/newst-treeview.el: Remove dead code.
6788 (newsticker--window-config): Remove.
6789 (newsticker-treeview-quit): Do not save window config.
6790 (newsticker-treeview): Do not try to restore window config.
6791 (newsticker-groups, newsticker--treeview-list-sort-by-column)
6792 (newsticker--treeview-list-new-items)
6793 (newsticker--treeview-list-immortal-items)
6794 (newsticker--treeview-list-obsolete-items)
6795 (newsticker--treeview-list-all-items)
6796 (newsticker--treeview-list-feed-items): Fix documentation.
6797
6798 2008-06-21 Miles Bader <miles@gnu.org>
6799
6800 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6801
6802 2008-06-21 Alan Mackenzie <acm@muc.de>
6803
6804 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6805 infinite loop on invalid syntax.
6806
6807 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * textmodes/rst.el: Run rst-define-level-faces when loading.
6810 (rst-mode): Don't set the font-lock-multiline var.
6811 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6812 Set the font-lock-multiline property by hand.
6813
6814 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6815
6816 * Makefile.in (emacs-deps): Remove.
6817 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6818 (all): Use them.
6819 (autogen-clean): Remove.
6820
6821 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * Makefile.in (all): New target.
6824 (bootstrap-prepare): Remove.
6825
6826 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6827 the .elc file to batch-byte-compile.
6828
6829 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6830 set-keymap-parents if set-keymap-parent doesn't exist.
6831
6832 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6833 Allow more than one space before the |.
6834
6835 * textmodes/rst.el: Fix up docstring conventions.
6836 Move vars to before their first use.
6837 (rst-mode): Don't mess with font-lock-support-mode.
6838 (rst-suggest-new-decoration, rst-adjust-decoration):
6839 Avoid CL's copy-list.
6840 (rst-delete-entire-line): Use line-beginning-position.
6841 (rst-position): New fun.
6842 (rst-straighten-decorations): Use it instead of CL's position.
6843 (rst-straighten-bullets-region): Avoid CL's mapcar*.
6844 (rst-toc-mode): Use define-derived-mode.
6845 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6846 Remove unused var `in-par'. Use `point' rather than `point-marker'.
6847 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
6848 (rst-replace-lines): Simplify.
6849 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6850
6851 * simple.el (special-mode-map): New var.
6852 (special-mode): New major mode.
6853
6854 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6855
6856 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6857 log-view-file-re.
6858
6859 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6860 (vc-switch-backend): Simplify.
6861 (Todo): Remove solved items.
6862
6863 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6864 the vc-backend property.
6865
6866 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6869 Bind inhibit-read-only since the buffer is always read-only.
6870
6871 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
6872
6873 * net/newst-treeview.el (newsticker-treeview-own-frame):
6874 Change default value to nil.
6875 (newsticker--treeview-list-add-item)
6876 (newsticker--treeview-propertize-tag): Show item title in tooltip.
6877
6878 2008-06-20 Martin Blais <blais@furius.ca>
6879 Stefan Merten <smerten@oekonux.de>
6880 David Goodger <goodger@python.org>
6881
6882 * textmodes/rst.el: New file.
6883
6884 2008-06-20 Sam Steingold <sds@gnu.org>
6885
6886 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6887 remove DIRECTORY entries.
6888
6889 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6890
6891 * makefile.w32-in (distclean): Depend on `clean'.
6892 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6893 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6894 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
6895 empty cus-load.el with `echo', and include "Local Variables"
6896 section to prevent the empty file from being compiled.
6897 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6898 that generate an empty cus-load.el.
6899
6900 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
6901
6902 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6903 Don't copy ldefs-boot.el over loaddefs.el.
6904 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6905 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6906 to loaddefs.el; they are not needed now. Add coding cookie.
6907
6908 2008-06-20 Miles Bader <miles@gnu.org>
6909
6910 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6911 Strip unnecessary list levels from SPECS.
6912 (buffer-face-set, buffer-face-toggle):
6913 Change argument from FACE to &rest SPECS, and strip unnecessary
6914 list levels from SPECS.
6915 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6916
6917 2008-06-20 Jason Rumney <jasonr@gnu.org>
6918
6919 * international/fontset.el (setup-default-fontset): Specify script
6920 for latin use of iso10646-1. Fix use of lang tags.
6921
6922 2008-06-19 Miles Bader <miles@gnu.org>
6923
6924 * face-remap.el (text-scale-increase): Start from zero if
6925 text-scale-mode isn't enabled.
6926
6927 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6930 frame parameters after setting up the `default' face.
6931
6932 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6933
6934 * faces.el (face-set-after-frame-default): Don't exclude `default'.
6935
6936 2008-06-18 Glenn Morris <rgm@gnu.org>
6937
6938 * mouse.el (buffer-face-mode-invoke): Declare.
6939
6940 * Makefile.in (ELCFILES): Add org/org-id.elc.
6941
6942 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6943 * calendar/cal-menu.el (cal-menu-holidays-menu):
6944 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6945 (cal-menu-today-holidays): Remove function.
6946
6947 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6948 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6949 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6950 Remove unused functions.
6951 (calendar-mouse-view-diary-entries): Use format rather than concat.
6952
6953 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6954 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6955 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6956
6957 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6958 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6959 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6960 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6961 cal-menu-event-to-date.
6962
6963 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6964 Handle mouse events.
6965 * calendar/cal-tex.el (cal-tex-cursor-year)
6966 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6967 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6968 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6969 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6970 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6971 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
6972 (cal-tex-cursor-month): Mark N as optional.
6973 * calendar/cal-menu.el (calendar-mouse-tex-day)
6974 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6975 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6976 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6977 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6978 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6979 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6980 Remove functions.
6981 (cal-menu-context-mouse-menu): Replace the above functions with the
6982 cal-tex versions. Add HTML submenu.
6983
6984 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
6985
6986 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6987 text command mode.
6988 (gdb): Explain that gud-gdb is needed for text command mode.
6989
6990 2008-06-17 Martin Rudalics <rudalics@gmx.at>
6991
6992 * window.el (split-height-threshold): Remove spurious extra line.
6993
6994 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6997 (calendar-set-mark):
6998 * calendar/diary-lib.el (diary-insert-entry):
6999 * calendar/solar.el (calendar-sunrise-sunset): Use it.
7000 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
7001 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
7002 (cal-menu-context-mouse-menu): Use calendar-set-mark,
7003 diary-insert-entry, and calendar-sunrise-sunset instead.
7004
7005 * vc.el (vc-deduce-fileset): Add arg `only-files'.
7006 (vc-next-action): Pass the new arg.
7007 (vc-register): Don't use `only-files'.
7008 Don't set `backup-inhibited' in the current buffer.
7009
7010 2008-06-17 Miles Bader <miles@gnu.org>
7011
7012 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
7013
7014 * face-remap.el (buffer-face-mode-face)
7015 (buffer-face-mode-remapping): New variables.
7016 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
7017 (buffer-face-mode-invoke): New functions.
7018 (variable-pitch-mode-remapping): Variable removed.
7019 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
7020
7021 * face-remap.el (internal-lisp-face-attributes): New variable.
7022 (face-attrs-more-relative-p, face-remap-order): New functions.
7023 (face-remap-add-relative): Use `face-remap-order'.
7024
7025 2008-06-17 Glenn Morris <rgm@gnu.org>
7026
7027 * mouse.el (x-select-font): Declare.
7028
7029 * calendar/calendar.el (calendar-move-hook):
7030 Add calendar-update-mode-line as an option.
7031 (calendar-date-echo-text): New user option.
7032 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
7033 (calendar-insert-indented): Simplify newline insertion.
7034 (calendar-describe-mode): Remove unused function.
7035 (calendar-mode-line-entry): New function.
7036 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
7037 Mark as risky.
7038 (calendar-mouse-other-month): Remove function.
7039 (calendar-other-month): Handle mouse events.
7040 (calendar-goto-info-node): Call fit-window-to-buffer.
7041 (calendar-mode): Use define-derived-mode. Doc fix.
7042 (calendar-update-mode-line): Tweak whitespace.
7043
7044 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
7047 (vc-dir-marked-only-files): vc-string-prefix-p.
7048
7049 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
7050
7051 * progmodes/gdb-ui.el (gdb-memory-set-address)
7052 (gdb-memory-set-repeat-count): Allow keyboard bindings.
7053 (gdb-memory-mode-map): Bind above functions respectively
7054 to 'S' and 'N'.
7055
7056 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
7057
7058 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
7059
7060 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
7061
7062 * log-view.el (vc-diff-internal): Declare for compiler.
7063
7064 * vc-bzr.el (log-view-per-file-logs):
7065 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
7066
7067 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * mouse.el (mouse-appearance-menu-map): New var.
7070 (mouse-appearance-menu): New function.
7071 Bind it to S-down-mouse-1.
7072
7073 2008-06-15 Juri Linkov <juri@jurta.org>
7074
7075 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
7076 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
7077 as the second element.
7078 (Info-build-toc): Add PARENT element extracted from the Up pointer.
7079 Don't print progress messages.
7080 (Info-toc-nodes): New variable and function.
7081 (Info-index-nodes): Optimize non-string file name case.
7082 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
7083 (Info-insert-breadcrumbs): Use the cached document structure instead
7084 of visiting all ancestor nodes. Remove the initial `>'.
7085
7086 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7087
7088 * log-view.el (log-view-diff-changeset): New function.
7089 (log-view-mode-map, log-view-mode-menu): Bind it.
7090 (log-view-per-file-logs, log-view-vc-fileset)
7091 (log-view-vc-backend): New variables.
7092 (log-view-find-revision, log-view-modify-change-comment)
7093 (log-view-annotate-version): Throw an error if the log is for more
7094 than one file and we can't find the current file. Get the current
7095 file from log-view-vc-fileset if necessary.
7096 (log-view-diff): Get the current file from log-view-vc-fileset if
7097 necessary.
7098
7099 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
7100
7101 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
7102 (vc-hg-log-view-mode): Declare for compiler.
7103 (vc-hg-log-view-mode): Set log-view-per-file-logs and
7104 log-view-file-re.
7105 (vc-hg-diff): If no file is passed, use default-directory for cwd.
7106
7107 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
7108
7109 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
7110
7111 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
7112
7113 * net/tramp.el (tramp-handle-start-file-process):
7114 Clear modification time of the connection buffer.
7115 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
7116 (tramp-open-connection-setup-interactive-shell): Flush cache, and
7117 restart `tramp-maybe-open-connection' when the remote system has
7118 been changed. Throw 'uname-changed event.
7119 (tramp-maybe-open-connection): Catch it.
7120
7121 * net/tramp-cmds.el (tramp-cleanup-all-connections):
7122 Reset `tramp-locked'.
7123
7124 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
7125
7126 * net/newst-treeview.el (newsticker--treeview-list-update)
7127 (newsticker--treeview-item-update)
7128 (newsticker--treeview-tree-update)
7129 (newsticker-treeview-jump, newsticker-group-add-group)
7130 (newsticker-group-move-feed, newsticker-group-delete-group):
7131 Remove window dedication.
7132 (newsticker--group-manage-orphan-feeds): Handle ill-valued
7133 newsticker-groups.
7134 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
7135
7136 2008-06-15 Andreas Schwab <schwab@suse.de>
7137
7138 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
7139 when parsing CVS/Repository.
7140
7141 * wdired.el (wdired-search-and-rename): Fix undocumented change.
7142
7143 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
7144
7145 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
7146 (newsticker-extra-face, newsticker-enclosure-face): Moved to
7147 net/newst-reader.el.
7148
7149 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
7150 (newsticker-extra-face, newsticker-enclosure-face): Moved from
7151 net/newst-reader.el.
7152
7153 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
7156 Catch and recover from case when the bytes we thought we were reading
7157 turn out to be something else entirely, such as latin-1 chars from
7158 quail. See bug#396.
7159
7160 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7161
7162 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
7163 (vc-register): Call the backend function only once, instead of
7164 once for each file.
7165 (vc-next-action): Update call to vc-register.
7166 (vc-dir-register): Remove function.
7167 (vc-dir): Bind vc-register instead of vc-dir-register.
7168
7169 2008-06-14 Glenn Morris <rgm@gnu.org>
7170
7171 * Makefile.in (ELCFILES): Add net/newst-*.el.
7172
7173 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * wdired.el (wdired-do-renames): New function.
7176 (wdired-finish-edit): Use it to.
7177 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
7178
7179 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
7182
7183 2008-06-14 Martin Rudalics <rudalics@gmx.at>
7184
7185 * window.el (window--even-window-heights): Even window heights
7186 only if the selected window is higher than WINDOW.
7187 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7188
7189 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
7192
7193 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * term/linux.el (terminal-init-linux): Load t-mouse.
7196
7197 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7198 Drew Adams <drew.adams@oracle.com>
7199
7200 * info.el (Info-breadcrumbs-depth): New var.
7201 (Info-insert-breadcrumbs): New function.
7202 (Info-fontify-node): Use it.
7203 (Info-mode-map): Move initialization into declaration.
7204
7205 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
7206
7207 Rename net/newsticker-*.el to net/newst-*.el.
7208 * net/newst-backend.el: Rename from net/newsticker-backend.el.
7209 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
7210 * net/newst-reader.el: Rename from net/newsticker-reader.el.
7211 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
7212 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
7213 * net/newsticker-backend.el: Rename to net/newst-backend.el.
7214 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
7215 * net/newsticker-reader.el: Rename to net/newst-reader.el.
7216 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
7217 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
7218
7219 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * progmodes/compile.el (compilation-start): Don't disable undo in
7222 comint buffer. Don't override the comint-filter with our own.
7223 (compilation-filter): Change point's insertion-type.
7224
7225 * comint.el (comint-output-filter): Use copy-marker.
7226
7227 2008-06-13 David Reitter <david.reitter@gmail.com>
7228
7229 * textmodes/flyspell.el (mail-mode-flyspell-verify):
7230 Check message-signature-separator exists before using it.
7231
7232 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
7233
7234 * vc.el (vc-delete-file): Bind default-directory before calling
7235 the backend.
7236 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
7237 (vc-annotate-show-diff-revision-at-line-internal): ... here.
7238 New function.
7239 (vc-annotate-show-changeset-diff-revision-at-line): New function.
7240 (vc-annotate-mode-menu): Bind it.
7241
7242 2008-06-13 Jason Rumney <jasonr@gnu.org>
7243
7244 * term/w32-win.el (mouse-set-font): Remove overridden function.
7245 (w32-select-font): Declare as obsolete alias for x-select-font.
7246
7247 2008-06-13 Daniel Engeler <engeler@gmail.com>
7248
7249 These changes add serial port access.
7250 * term.el (term-update-mode-line): Modify.
7251 (serial-port-is-file-p, serial-nice-speed-history)
7252 (serial-no-speed, serial-mode-line-speed-menu)
7253 (serial-mode-line-config-menu): New variables and constants.
7254 (serial-name-history, serial-speed-history)
7255 (serial-supported-or-barf, serial-read-name, serial-read-speed)
7256 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
7257 (serial-mode-line-speed-menu, serial-update-speed-menu)
7258 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
7259 (serial-update-config-menu): New functions.
7260
7261 2008-06-13 Glenn Morris <rgm@gnu.org>
7262
7263 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
7264
7265 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
7266
7267 2008-06-13 Kenichi Handa <handa@m17n.org>
7268
7269 * cus-face.el (custom-face-attributes): Add :foundry.
7270
7271 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
7272 (face-x-resources): Add :foundry.
7273 (face-valid-attribute-values): Likewise.
7274 (face-attribute-name-alist): Likewise.
7275 (describe-face): Likewise.
7276
7277 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
7280
7281 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
7282
7283 * longlines.el (longlines-search-forward, longlines-search-backward)
7284 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
7285
7286 2008-06-12 Sam Steingold <sds@gnu.org>
7287
7288 * vc.el (vc-rename-file): DTRT when the destination is a directory
7289 name and the source is a file.
7290
7291 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
7294
7295 2008-06-12 Glenn Morris <rgm@gnu.org>
7296
7297 * progmodes/f90.el (f90-beginning-of-subprogram)
7298 (f90-end-of-subprogram): Only give a message when interactive.
7299
7300 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
7301
7302 * progmodes/cperl-mode.el (cperl-info-on-command):
7303 Use display-pixel-height rather than x-display-pixel-height.
7304
7305 * mail/rmailedit.el (rmail-cease-edit):
7306 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
7307
7308 * emulation/edt.el (edt-xserver):
7309 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
7310
7311 * emulation/edt-mapper.el: Drop test for Emacs < 19.
7312
7313 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
7314 Evaluate definitions when compiling. Reverse tests.
7315
7316 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
7317 use unless.
7318
7319 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
7320
7321 * textmodes/artist.el (x-pointer-shape):
7322 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
7323 (x-open-connection, x-server-max-request-size, x-get-resource):
7324 * term/w32console.el (x-setup-function-keys):
7325 * term/w32-win.el (x-parse-geometry, x-resource-name)
7326 (generate-fontset-menu, image-library-alist, x-open-connection)
7327 (setup-default-fontset, set-fontset-font, setup-default-fontset)
7328 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
7329 (x-get-resource):
7330 * term/mac-win.el (x-parse-geometry, x-resource-name)
7331 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
7332 (new-fontset, x-display-list, x-open-connection, x-get-resource):
7333 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
7334 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
7335 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
7336 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
7337 (tooltip-identifier-from-point, define-fringe-bitmap):
7338 * play/gamegrid.el (image-size):
7339 * play/bubbles.el (image-size):
7340 * mail/emacsbug.el (x-server-vendor, x-server-version):
7341 * international/mule-util.el (internal-char-font):
7342 * international/mule-diag.el (font-info, query-fontset, fontset-info)
7343 (fontset-alias-alist, fontset-list, fontset-plain-name):
7344 * international/mule-cmds.el (x-server-vendor, x-server-version):
7345 * international/fontset.el (font-encoding-charset-alist)
7346 (otf-script-alist, new-fontset, set-fontset-font)
7347 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7348 (fontset-list, query-fontset, x-get-resource):
7349 * emulation/edt.el (x-server-vendor):
7350 * emulation/edt-mapper.el (x-server-vendor):
7351 * emacs-lisp/map-ynp.el (x-popup-dialog):
7352 * emacs-lisp/lmenu.el (x-popup-dialog):
7353 * x-dnd.el (x-window-property, x-change-window-property)
7354 (x-get-selection-internal):
7355 * woman.el (x-list-fonts):
7356 * w32-fns.el (x-server-version):
7357 * tooltip.el (x-show-tip, x-hide-tip):
7358 * tool-bar.el (image-mask-p):
7359 * thumbs.el (image-size):
7360 * term.el (overflow-newline-into-fringe):
7361 * subr.el (scroll-bar-scale):
7362 * startup.el (x-get-resource, tool-bar-mode, image-size):
7363 * select.el (x-get-selection-internal, x-own-selection-internal)
7364 (x-disown-selection-internal):
7365 * mouse.el (generate-fontset-menu):
7366 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
7367 * image.el (image-library-alist):
7368 * image-mode.el (image-size, image-refresh):
7369 * image-dired.el (clear-image-cache):
7370 * gs.el (x-display-mm-width, x-display-pixel-width)
7371 (x-display-mm-height, x-display-pixel-height)
7372 (x-change-window-property, x-display-grayscale-p, x-window-property):
7373 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
7374 (x-focus-frame, x-list-fonts, x-display-screens)
7375 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
7376 (x-display-mm-width, x-display-backing-store, x-display-save-under)
7377 (x-display-planes, x-display-color-cells, x-display-visual-class):
7378 * faces.el (internal-face-x-get-resource)
7379 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
7380 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
7381 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
7382 (x-parse-geometry, x-create-frame, x-setup-function-keys)
7383 (tool-bar-setup):
7384 * doc-view.el (clear-image-cache, image-size, tooltip-show):
7385 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
7386 * dframe.el (x-display-pixel-width, x-display-pixel-height):
7387 * descr-text.el (internal-char-font):
7388 Define for compiler, for builds without X.
7389
7390 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
7393
7394 2008-06-11 Glenn Morris <rgm@gnu.org>
7395
7396 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
7397 before trying to move there.
7398 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
7399 is non-nil, indent most terminating statements like loop body.
7400
7401 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
7402 Gregorian date, and add it, not the local date, to diary-entries-list.
7403 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
7404
7405 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * progmodes/compile.el (compilation-filter): Fix up last change.
7408
7409 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
7410
7411 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
7412 (gpm-mouse-mode): Make it into a proper global minor mode.
7413
7414 * files.el (save-some-buffers-action-alist): Only use recursive-edit
7415 if the user enabled recursive-minibuffers.
7416
7417 * emacs-lisp/map-ynp.el (map-y-or-n-p):
7418 Add support for scroll-other-window.
7419
7420 2008-06-11 Jason Rumney <jasonr@gnu.org>
7421
7422 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
7423 Use tmm-menubar if menu is disabled in this frame.
7424
7425 * menu-bar.el (menu-bar-open): Determine how to open menu bar
7426 from frame type, per documentation. Add w32 case.
7427
7428 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * minibuffer.el (completion--merge-suffix): New function.
7431 (completion-basic-try-completion): Use it.
7432 (completion-pcm--find-all-completions): Add argument `filter'.
7433 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
7434 New functions.
7435 (completion-pcm-try-completion): Use them.
7436
7437 * xt-mouse.el (turn-on-xterm-mouse-tracking)
7438 (turn-off-xterm-mouse-tracking): Use terminal-list.
7439
7440 * cus-start.el (underline-minimum-offset): Rename from
7441 x-underline-minimum-display-offset.
7442
7443 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
7444
7445 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
7446
7447 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * mouse.el (mouse-select-font): New function.
7450
7451 * faces.el (face-spec-recalc): When the face is set using
7452 Customize, avoid recalculating it twice.
7453
7454 * menu-bar.el (menu-set-font): New function. Bind "Set Default
7455 Font" menu item to it. Apply selected font to all frames, and
7456 make it savable.
7457 (menu-bar-options-save): Save `default' font if changed.
7458
7459 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * ffap.el (ffap-string-at-point-mode-alist):
7462 Use alpha rather than lower.
7463
7464 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
7465
7466 * subr.el (momentary-string-display): Use an overlay.
7467
7468 * progmodes/compile.el (compilation-mode):
7469 Set window-point-insertion-type.
7470 (compilation-filter): Don't use insert-before-markers any more.
7471 * emacs-lisp/trace.el (trace-make-advice):
7472 Set window-point-insertion-type in the trace buffer.
7473 * startup.el (normal-top-level): Set window-point-insertion-type in
7474 *Messages*.
7475 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
7476 (telnet-filter): Don't use insert-before-markers any more.
7477 * comint.el (comint-mode): Set window-point-insertion-type.
7478 (comint-output-filter): Don't use insert-before-markers any more.
7479 * button.el (make-text-button): Allow `start' to be a string.
7480
7481 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
7482
7483 * emacs-lisp/autoload.el (autoload-rubric):
7484 Fix coding cookie not to force Unix EOL.
7485
7486 2008-06-10 Martin Rudalics <rudalics@gmx.at>
7487
7488 * window.el (window--splittable-p, window--try-to-split-window):
7489 Don't use with-selected-window to avoid messing up get-lru-window.
7490 Reported by David Hansen <david.hansen@gmx.net>.
7491
7492 2008-06-10 Glenn Morris <rgm@gnu.org>
7493
7494 * subr.el (locate-library): Doc fix.
7495
7496 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
7497 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
7498 Check tool-bar-map is bound, for non-X builds.
7499
7500 * net/newsticker-reader.el (newsticker--next-item-image)
7501 (newsticker--previous-item-image, newsticker--previous-feed-image)
7502 (newsticker--next-feed-image, newsticker--mark-read-image)
7503 (ewsticker--mark-immortal-image, newsticker--narrow-image)
7504 (newsticker--get-all-image, newsticker--update-image)
7505 (newsticker--browse-image): Check xpm images are available.
7506 (newsticker--mark-read-image, newsticker--mark-immortal-image)
7507 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
7508
7509 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
7510 (newsticker--plainview-tool-bar-map, newsticker-mode):
7511 Check tool-bar-map is bound, for non-X builds.
7512 (w3m-toggle-inline-image): Declare.
7513
7514 * net/newsticker-backend.el (tool-bar-map): Don't declare.
7515
7516 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
7517
7518 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
7519 (finder-compile-keywords): Move let to where needed.
7520 (finder-mouse-face-on-line): Go back one more line if needed.
7521 (finder-list-matches): Use cadr.
7522 (finder-goto-xref): New function.
7523 (finder-commentary): Add buttons to jump to foo.el libraries.
7524
7525 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * apropos.el (apropos-function, apropos-macro, apropos-command)
7528 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7529 (apropos-plist): Add apropos-short-label property.
7530 (apropos-multi-type): New variables.
7531 (apropos-command, apropos-value): Set it.
7532 (apropos-compact-layout): New custom.
7533 (apropos-print, apropos-print-doc): Use it.
7534 (apropos-print): Truncate lines.
7535
7536 2008-06-09 Kenichi Handa <handa@m17n.org>
7537
7538 * international/fontset.el (font-encoding-alist):
7539 Add an entry for "ascii-0".
7540
7541 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
7542
7543 * language/hanja-util.el (hanja-init-load): Show the message only
7544 when loading a table.
7545
7546 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
7547
7548 * net/newsticker-treeview.el (newsticker-treeview):
7549 * net/newsticker-plainview.el (newsticker-plainview):
7550 Add autoload cookie.
7551
7552 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
7553
7554 * net/newsticker.el: Split up into newsticker-backend, -ticker,
7555 -reader, -plainview, and -treeview.
7556 (newsticker-version): Change to 1.99.
7557
7558 * net/newsticker-backend.el: New. Move backend functionality from
7559 newsticker.el to newsticker-backend.el.
7560 (newsticker--download-logos): New.
7561 (newsticker--sentinel-callback): New.
7562 (newsticker--set-customvar): Remove. Split up into specific
7563 functions related to retrieval, ticker, buffer, and display.
7564 (newsticker--set-customvar-retrieval): New. Extracted from
7565 `newsticker--set-customvar'.
7566 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
7567 (newsticker-url-list-defaults):
7568 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7569 (newsticker-url-list): Doc changed. URL can be a function.
7570 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7571 (newsticker-retrieval-method): New.
7572 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
7573 (newsticker-retrieval-interval):
7574 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
7575 (newsticker-desc-comp-max): Change :group.
7576 (newsticker--cache): Doc changed.
7577 (newsticker--guid-to-string): New.
7578 (newsticker--guid): Use `newsticker--guid-to-string'.
7579 (newsticker--real-feed-name): New.
7580 (newsticker--start-feed): New. Extracted from `newsticker-start'.
7581 (newsticker-start): Use `insert-file-contents' for reading cache.
7582 Use `newsticker--start-feed'.
7583 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
7584 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
7585 Use `newsticker--stop-feed'.
7586 (newsticker-save-item): New.
7587 (newsticker--get-news-by-funcall): New.
7588 (newsticker-get-news): Handle new retrieval methods.
7589 (newsticker--sentinel): Use `newsticker--sentinel-work'.
7590 (newsticker--sentinel-work): New. Extracted from
7591 `newsticker--sentinel'. Use `newsticker--download-logos',
7592 `newsticker--sentinel-callback'.
7593 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
7594 (newsticker--parse-atom-1.0): Fix link determination.
7595 (newsticker--parse-rss-0.91): Fix time determination.
7596 (newsticker--parse-rss-0.92): Fix time determination.
7597 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
7598 (newsticker--parse-generic-feed): New arg order in
7599 `newsticker--cache-add'.
7600 (newsticker--parse-generic-items): Fix for multiple items.
7601 New arg order in `newsticker--cache-add'.
7602 (newsticker--forget-preformatted): Check whether
7603 `newsticker--buffer-set-uptodate' is fbound.
7604 (newsticker--decode-iso8601-date): Handle fractions of seconds.
7605 (newsticker--decode-rfc822-date): Partial timezone handling.
7606 (newsticker--cache-contains): Fix guid problem.
7607 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
7608 (newsticker--cache-save): New.
7609 (newsticker--cache-update): Use temp buffer.
7610 (newsticker--stat-num-items): Allow multiple AGE args.
7611 (newsticker--stat-num-items-total): New.
7612 (newsticker--opml-import-outlines): New.
7613 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
7614 (newsticker--do-run-auto-mark-filter): Doc changed.
7615 (newsticker-retrieve-random-message): New.
7616
7617 * net/newsticker-ticker.el: New. Move ticker functionality from
7618 net/newsticker.el to net/newsticker-ticker.el.
7619 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
7620 `newsticker--ticker-timer'.
7621 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
7622 to `newsticker--ticker-timer'.
7623 (newsticker--set-customvar-ticker): New. Extracted from
7624 `newsticker--set-customvar'.
7625 (newsticker-ticker-interval): Rename `newsticker-display-interval'
7626 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
7627 for :set. Change :group.
7628 (newsticker-scroll-smoothly): Doc changed. Change :group.
7629 (newsticker-hide-immortal-items-in-echo-area)
7630 (newsticker-hide-old-items-in-echo-area)
7631 (newsticker-hide-obsolete-items-in-echo-area):
7632 Use `newsticker--set-customvar-ticker for :set. Change :group.
7633 (newsticker-start-ticker): Rename `newsticker--display-timer' to
7634 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
7635 to `newsticker-ticker-interval'.
7636 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
7637 `newsticker--ticker-timer'.
7638
7639 * net/newsticker-reader.el: New. Move reader functionality from
7640 net/newsticker.el to net/newsticker-reader.el.
7641 (newsticker--set-customvar-formatting): New. Extracted from
7642 `newsticker--set-customvar'.
7643 (newsticker-reader, newsticker-frontend): New.
7644 (newsticker-enable-logo-manipulations): Change :group.
7645 (newsticker-justification): Use `newsticker--set-customvar-formatting'
7646 for :set. Change :group.
7647 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7648 for :set. Change :group.
7649 (newsticker-html-renderer): Doc changed.
7650 Use `newsticker--set-customvar-formatting' for :set. Change :group.
7651 (newsticker-date-format):
7652 Use `newsticker--set-customvar-formatting' for :set. Change :group.
7653 (newsticker--insert-enclosure):
7654 Rename `newsticker--buffer-insert-enclosure' to
7655 `newsticker--insert-enclosure'. Add keymap arg.
7656 (newsticker--print-extra-elements):
7657 Rename `newsticker--buffer-print-extra-elements' to
7658 `newsticker--print-extra-elements'. Add keymap arg.
7659 (newsticker--do-print-extra-element):
7660 Rename `newsticker--buffer-do-print-extra-element' to
7661 `newsticker--do-print-extra-element'. Add keymap arg.
7662 (newsticker-show-news): Use `newsticker-frontend'.
7663
7664 * net/newsticker-plainview.el: New. Move plainview functionality
7665 from net/newsticker.el to net/newsticker-reader.el.
7666 (newsticker-plainview): New.
7667 (newsticker--set-customvar-sorting): New. Extracted from
7668 `newsticker--set-customvar'.
7669 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7670 for :set. Changed :group.
7671 (newsticker-heading-format, newsticker-item-format)
7672 (newsticker-desc-format, newsticker-statistics-format):
7673 Use `newsticker--set-customvar-formatting for :set. Change :group.
7674 (newsticker-faces): Change :group.
7675 (newsticker-default-face): Enable again.
7676 (newsticker-hide-old-items-in-newsticker-buffer)
7677 (newsticker-show-descriptions-of-new-items):
7678 Use `newsticker--set-customvar-buffer' for :set. Change :group.
7679 (newsticker-show-all-news-elements): Change :group.
7680 (newsticker-plainview-hooks): New.
7681 (newsticker-select-item-hook, newsticker-select-feed-hook)
7682 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7683 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7684 to `newsticker--plainview-tool-bar-map'.
7685 (newsticker--url-keymap): Add mouse-1 binding.
7686 (newsticker-plainview): New.
7687 (newsticker-mark-all-items-of-feed-as-read): Change doc.
7688 (newsticker--buffer-do-insert-text): Use renamed
7689 newsticker--[buffer-]insert-enclosure and
7690 newsticker--[buffer-]print-extra-elements.
7691 (newsticker--buffer-set-faces): Use newsticker-default-face.
7692
7693 * net/newsticker-treeview.el: New.
7694
7695 2008-06-08 Andreas Schwab <schwab@suse.de>
7696
7697 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7698
7699 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7700
7701 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7702 empty line.
7703
7704 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7705
7706 2008-06-08 Martin Rudalics <rudalics@gmx.at>
7707
7708 * window.el (split-height-threshold, split-width-threshold):
7709 Add choice nil.
7710 (split-window-preferred-function): Allow either nil or a function.
7711 (window--splittable-p, window--try-to-split-window):
7712 Handle changed option values.
7713
7714 (window--frame-usable-p): Handle nil argument.
7715
7716 (display-buffer): Call get-lru-window when pop-up-windows is nil
7717 and window can't be split.
7718
7719 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7720
7721 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7722
7723 * net/tramp.el (top): Quote feature names. Remove
7724 `tramp-rfn-eshadow-setup-minibuffer' from
7725 `rfn-eshadow-setup-minibuffer-hook' when unloading.
7726 (tramp-read-passwd): There is only one call to
7727 `auth-source-user-or-password' needed. Pacify byte compiler.
7728
7729 2008-06-08 Andreas Schwab <schwab@suse.de>
7730
7731 * window.el (display-buffer): Use lru window if current window
7732 cannot be split.
7733
7734 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * apropos.el (apropos-library): New command and new button.
7737 (apropos-library-button): New function.
7738
7739 * apropos.el: Remove spurious * in docstrings.
7740 (apropos-label-face): Use variable pitch.
7741 (apropos-print): Use dolist and with-current-buffer.
7742 (apropos-print-doc): Use when.
7743
7744 * window.el (special-display-p, display-buffer):
7745 Fix up C->Elisp transcription error.
7746
7747 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7750 (byte-compile-file): Initialize it.
7751 (byte-compile-nogroup-warn): Keep track of the current group.
7752
7753 2008-06-08 Glenn Morris <rgm@gnu.org>
7754
7755 * Makefile.in (compile, compile-always, bootstrap-prepare):
7756 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7757
7758 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
7759
7760 * language/hanja-util.el (hanja-init-load): Use a char-table for
7761 hanja-table.
7762 (hangul-to-hanja-char): Adjust for the above change.
7763
7764 2008-06-07 Glenn Morris <rgm@gnu.org>
7765
7766 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7767 lm-keywords.
7768
7769 * mail/sendmail.el (mail-interactive): Add :version.
7770
7771 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7772 obsolete alias.
7773
7774 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7775 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7776 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7777 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7778 * eshell/esh-util.el, international/mule-cmds.el:
7779 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7780 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7781 Remove unnecessary eval-when-compiles and eval-and-compiles.
7782
7783 * Makefile.in (bootstrap-clean): Run autogen-clean.
7784 (maintainer-clean): No need to run autogen-clean now it is included in
7785 bootstrap-clean.
7786
7787 2008-06-06 Miles Bader <miles@gnu.org>
7788
7789 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7790
7791 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
7792
7793 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7794 longlines mode.
7795
7796 * replace.el (replace-search-function)
7797 (replace-re-search-function): New vars.
7798 (perform-replace): Use them.
7799
7800 * longlines.el (longlines-re-search-forward): New function.
7801 (longlines-mode): Bind replace-search-function and
7802 replace-re-search-function, to ensure that replacement commands
7803 treat newlines as spaces.
7804 (longlines-show-effect): Default to a pilcrow sign.
7805
7806 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * help.el (function-called-at-point):
7809 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7810 even when calling find-tag-default.
7811
7812 2008-06-06 Daniel Colascione <danc@merrillpress.com>
7813
7814 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7815 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7816 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7817 (nxml-fontify-buffer, nxml-do-fontify):
7818 Remove obsolete variables and functions.
7819 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7820 (nxml-degrade, nxml-after-change, nxml-after-change1)
7821 (nxml-extend-region, nxml-extend-after-change-region)
7822 (nxml-extend-after-change-region1, nxml-fontify-matcher)
7823 (nxml-toggle-char-ref-extra-display): Use font-lock, and
7824 font-lock-extend-region-functions in particular, to fontify
7825 nxml-mode buffers.
7826 (nxml-debug-region): New debugging helper function.
7827
7828 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7829 (nxml-scan-after-change, nxml-move-tag-backwards):
7830 Adapt for font-lock changes.
7831
7832 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7833 (nxml-debug-set-inside, nxml-debug-clear-inside):
7834 New debugging functions.
7835 (nxml-with-degradation-on-error): New helper macro.
7836
7837 2008-06-06 Martin Rudalics <rudalics@gmx.at>
7838
7839 * window.el (display-buffer): Remove dead call to get-lru-window.
7840
7841 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * mail/sendmail.el (mail-interactive): Change default.
7844
7845 2008-06-05 John Paul Wallington <jpw@pobox.com>
7846
7847 * bindings.el (completion-ignored-extensions):
7848 Add .p64fsl, .d64fsl, and .dx64fsl.
7849
7850 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * ffap.el (ffap-prompter): Don't use the region.
7853
7854 2008-06-05 Sam Steingold <sds@gnu.org>
7855
7856 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7857 subdirectory to be registered.
7858
7859 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7860
7861 * window.el (display-buffer-function, special-display-p)
7862 (special-display-buffer-names, special-display-regexps)
7863 (special-display-function, same-window-p, same-window-buffer-names)
7864 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7865 (pop-up-frame-function, pop-up-windows, even-window-heights)
7866 (split-window-preferred-function, split-height-threshold)
7867 (window--display-buffer-1, display-buffer, pop-to-buffer):
7868 Move from window.c and buffer.c.
7869 (window--splittable-p, window--try-to-split-window)
7870 (window--frame-usable-p, window--display-buffer-2)
7871 (window--even-window-heights): New functions.
7872 (split-width-threshold): New option.
7873 (split-window-preferred-horizontally): Remove.
7874
7875 * cus-start.el: Remove corresponding declarations.
7876
7877 2008-06-05 Sam Steingold <sds@gnu.org>
7878
7879 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7880 an error on modified buffers.
7881
7882 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * progmodes/etags.el (tags-verify-table): Be careful to use and update
7885 tags-file-name and tags-table-list from the right buffer.
7886 (tags-table-check-computed-list, tags-table-extend-computed-list)
7887 (find-tag-noselect): Use with-current-buffer.
7888
7889 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7890 Use print-circle.
7891
7892 * minibuffer.el (minibuffer-local-must-match-filename-map):
7893 Declare obsolete alias for the old name.
7894
7895 * abbrev.el (unexpand-abbrev): Better preserve markers.
7896
7897 2008-06-05 Glenn Morris <rgm@gnu.org>
7898
7899 * emacs-lisp/autoload.el (autoload-rubric): New function,
7900 extracted from autoload-ensure-default-file.
7901 (autoload-ensure-default-file): Use autoload-rubric.
7902
7903 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7904 (custom-dependencies-no-scan-regexp): New variable.
7905 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7906 Don't scan files matching custom-dependencies-no-scan-regexp.
7907 Disable undo in the output buffer. Remove kept-new-versions wackiness.
7908
7909 * finder.el (finder-headmark): Initialize and add doc string.
7910 (generated-finder-keywords-file): Doc fix.
7911 (finder-no-scan-regexp): New variable.
7912 (finder-compile-keywords): Use a single let binding.
7913 Disable undo in the output buffer. Use autoload-rubric.
7914 Use mapc rather than mapcar. Don't scan files matching
7915 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
7916 rather than concat. Use directory-files to do regexp matching.
7917 No need to require jka-compr.
7918 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
7919 (finder-list-matches): Disable undo.
7920 (finder-commentary): Use let rather than let*. Disable undo.
7921 (finder-current-item): Use zerop.
7922 (finder-mode): Use define-derived-mode.
7923 (finder-exit): Doc fix. Use dolist.
7924
7925 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7926 (custom-deps): Don't require $(lisp)/cus-load.el.
7927 (custom-deps, finder-data): Don't depend on autoloads.
7928 Should not be needed now, and doing so was causing make install to
7929 re-dump emacs post-bootstrap.
7930 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7931 mid-build forces some things to be rebuilt.
7932
7933 2008-06-05 Miles Bader <miles@gnu.org>
7934
7935 * face-remap.el
7936 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7937 (face-remap-remove-relative): Renamed from
7938 `remove-relative-face-remapping'.
7939 (face-remap-reset-base): Renamed from
7940 `set-default-base-face-remapping'.
7941 (face-remap-set-base): Renamed from `set-base-face-remapping'.
7942 (text-scale-increase): Renamed from `increase-buffer-face-height'.
7943 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7944 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7945
7946 * face-remap.el (variable-pitch-mode): Autoload.
7947
7948 2008-06-04 Sam Steingold <sds@gnu.org>
7949
7950 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7951 Generate extra status headers for a Mercurial tree.
7952
7953 2008-06-04 John Paul Wallington <jpw@pobox.com>
7954
7955 * echistory.el (electric-history-map): Define within defvar.
7956 Add docstring.
7957
7958 * font-lock.el (font-lock-turn-off-thing-lock)
7959 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7960 Use `bound-and-true-p'.
7961 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7962 Doc fixes.
7963
7964 * international/ccl.el (define-ccl-program): Add `doc-string'
7965 declaration.
7966
7967 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7968
7969 * face-remap.el (variable-pitch-mode): Reflow docstrings.
7970 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7971
7972 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
7973
7974 * emacs-lisp/rx.el (rx): Doc fix.
7975
7976 2008-06-04 Markus Triska <markus.triska@gmx.at>
7977
7978 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7979
7980 2008-06-04 Miles Bader <miles@gnu.org>
7981
7982 * face-remap.el (adjust-buffer-face-height): New function.
7983 Add autoloaded keybindings in ctl-x-map.
7984 (increase-buffer-face-height, decrease-buffer-face-height):
7985 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7986
7987 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
7988
7989 * simple.el (line-move-1): If we did not move as far as desired,
7990 ensure that point-left and point-entered hooks are called.
7991
7992 2008-06-03 Sam Steingold <sds@gnu.org>
7993
7994 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7995
7996 2008-06-03 John Paul Wallington <jpw@pobox.com>
7997
7998 * progmodes/make-mode.el (makefile-cleanup-continuations)
7999 (makefile-warn-suspicious-lines, makefile-warn-continuations):
8000 Use `derived-mode-p'.
8001
8002 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
8005 (ELCFILES): Update.
8006
8007 2008-06-03 Miles Bader <miles@gnu.org>
8008
8009 * face-remap.el: New file.
8010 * Makefile.in (ELCFILES): Add face-remap.elc.
8011
8012 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * progmodes/flymake.el (flymake-process-filter): Make sure the source
8015 buffer isn't dead.
8016
8017 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
8018 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
8019 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
8020 * obsolete/auto-show.el, obsolete/hscroll.el:
8021 Remove packages that were obsolete in Emacs-20, or that were obsolete
8022 in Emacs-21 and do not contain any more code.
8023
8024 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
8025 vc-client-mode is not set.
8026
8027 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
8028 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
8029
8030 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
8031 yet a bit more clever at distinguishing / from /.
8032
8033 2008-06-03 Kenichi Handa <handa@m17n.org>
8034
8035 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
8036
8037 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
8038
8039 * language/hanja-util.el: New file.
8040
8041 2008-06-03 Glenn Morris <rgm@gnu.org>
8042
8043 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
8044 Check that end-of-word follows "type".
8045
8046 2008-06-02 Daiki Ueno <ueno@unixuser.org>
8047
8048 * epa-file.el (epa-file-write-region): Write the entire buffer
8049 content if START is nil.
8050
8051 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
8052
8053 * select.el (x-get-selection): Fix typo.
8054
8055 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
8056
8057 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
8058 (describe-char): Use `looking-at-p', `string-match-p' when possible.
8059
8060 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * tar-mode.el (tar-header-block-summarize): Ensure one space around
8063 user&group.
8064
8065 2008-05-31 John Paul Wallington <jpw@pobox.com>
8066
8067 * help-fns.el (describe-variable-custom-version-info):
8068 Handle dotted `package-version' info.
8069
8070 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
8073
8074 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
8075
8076 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
8077 names and improve support for unregistered files.
8078
8079 2008-05-31 Glenn Morris <rgm@gnu.org>
8080
8081 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
8082 Remove shell variable `elc'. Split tests to hopefully be more portable.
8083 Fix `sel' assignment.
8084
8085 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * minibuffer.el (completion-table-dynamic): Doc fix.
8088
8089 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
8092 Try and return `unregistered' when applicable.
8093
8094 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8095 Don't encourage naming variables with "-flag".
8096
8097 2008-05-30 Glenn Morris <rgm@gnu.org>
8098
8099 * Makefile.in (update-elclist): Hide the warning when it does not apply,
8100 make it milder when it does.
8101 (autogen-clean): New target.
8102 (maintainer-clean): Use autogen-clean.
8103
8104 * calendar/diary-lib.el (diary-display-function): New name for
8105 diary-display-hook. Keep old name as obsolete alias. Doc fix.
8106 Change custom type and version.
8107 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
8108 (diary-fancy-display): Doc fixes.
8109 (diary-list-entries, diary-include-other-diary-files)
8110 (diary-mail-entries):
8111 Use diary-display-function rather than diary-display-hook.
8112
8113 * calendar/appt.el (appt-check): Use diary-display-function rather than
8114 diary-display-hook.
8115 * calendar/cal-x.el (calendar-dedicate-diary): Update for
8116 diary-display-function replacing diary-display-hook.
8117 * org/org-agenda.el (org-get-entries-from-diary): Also set
8118 diary-display-function.
8119
8120 * calendar/cal-html.el (cal-html-list-diary-entries):
8121 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8122 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
8123 argument of diary-list-entries rather than setting diary-display-hook.
8124
8125 2008-05-30 Kenichi Handa <handa@m17n.org>
8126
8127 * international/mule-conf.el (utf-8-with-signature): Renamed from
8128 utf-8-sig.
8129 (utf-8-auto): Adjusted for the above change.
8130
8131 * international/mule-diag.el (describe-font): Don't check fontset
8132 here, and just call font-info. Get the default font by from the
8133 default face.
8134
8135 2008-05-29 Kenichi Handa <handa@m17n.org>
8136
8137 * international/mule-conf.el (utf-8-sig, utf-8-auto):
8138 New coding systems.
8139
8140 * international/mule.el (define-coding-system): Accept :bom for utf-8.
8141
8142 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
8143
8144 * international/utf-7.el (utf-7-encode): Use the right escape char
8145 depending on imap/nonimap encoding.
8146
8147 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
8150
8151 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * icomplete.el (icomplete-prospects-height): Add :group.
8154
8155 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * icomplete.el (icomplete-prospects-length): Make obsolete.
8158 (icomplete-prospects-height): New var.
8159 (icomplete-completions): Use it.
8160
8161 2008-05-29 David Kastrup <dak@gnu.org>
8162
8163 * autoinsert.el (auto-insert): Add :link.
8164
8165 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * tar-mode.el (tar-header): New field `header-start'.
8168 (tar-header-block-tokenize): Set it when useful.
8169 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
8170 (tar-header-data-end): New function.
8171 (tar-summarize-buffer): Use it.
8172 (tar-next-line): Fix goal column for long usernames.
8173 (tar-expunge-internal): Use header-start.
8174 (tar-rename-entry): Handle ustar-style long names.
8175 (tar-alter-one-field): Add optional `descriptor' argument.
8176 (tar-subfile-save-buffer): Use it.
8177
8178 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * tar-mode.el (tar-header): New field `header-start'.
8181 (tar-header-block-tokenize): Set header-start for longlink entries.
8182 (tar-expunge-internal): Use header-start to expunge longlink entries.
8183
8184 * files.el (hack-local-variables): Don't signal an error if the local
8185 variable section is not properly terminated.
8186
8187 * emacs-lisp/easymenu.el (easy-menu-convert-item)
8188 (easy-menu-convert-item-1): Move the duplicate-generation outside of
8189 the caching so it also works for identical entries.
8190
8191 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
8192 (tar-mode): Use write-region-annotate-functions rather than
8193 write-contents-functions.
8194 (tar-extract): Remove unused var `pos'.
8195 (tar-subfile-save-buffer): Remove unused var `following-descs'.
8196 (tar-mode-write-file): Remove.
8197 (tar-write-region-annotate): New function.
8198
8199 * progmodes/flymake.el (flymake-save-buffer-in-file):
8200 * shadowfile.el (shadow-copy-file):
8201 * arc-mode.el (archive-*-write-file-member):
8202 * files.el (diff-buffer-with-file):
8203 * subr.el (with-temp-file): Pass nil to write-region.
8204 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
8205
8206 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
8207 the custom.
8208
8209 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
8210 to write-region.
8211
8212 2008-05-28 Glenn Morris <rgm@gnu.org>
8213
8214 * Makefile.in (update-elclist): Work around non-portability of "\"
8215 in various implementations of echo.
8216
8217 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * international/mule-diag.el (describe-current-coding-system):
8220 Don't assume selection-coding-system is always defined.
8221
8222 * tar-mode.el: Use defstruct and markers.
8223 (tar-setf): Remove.
8224 (tar-header): Use defstruct. Add `data-start' field.
8225 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
8226 (tar-desc-data-start): Remove (now called tar-header-data-start).
8227 (tar-roundup-512): New fun.
8228 (tar-header-block-tokenize): Receive a buffer position rather than
8229 a string. Handle @longLink here, be more careful about it.
8230 Create a marker for data-start.
8231 (tar-summarize-buffer): Don't handle @LongLink here any more.
8232 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
8233 data-start on the following entries any more.
8234 (tar-chown-entry, tar-chgrp-entry): Use read-number.
8235
8236 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
8237 (tar-header-offset): Remove.
8238 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
8239 Not permanent any more.
8240 (tar-data-buffer): New var.
8241 (tar-data-swapped-p, tar-change-major-mode-hook)
8242 (tar-mode-kill-buffer-hook): New funs.
8243 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
8244 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
8245 (tar-clear-modification-flags, tar-alter-one-field)
8246 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
8247 Change accordingly.
8248
8249 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8250
8251 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
8252 (vc-dir-resynch-file): ... this. Update callers.
8253 Use vc-string-prefix-p. Ignore directory args.
8254 (vc-string-prefix-p): CSE.
8255 (vc-resynch-buffer): Restore conditional.
8256
8257 * vc-hooks.el (vc-after-save): Improve test.
8258 (vc-mode-line): Fix indentation.
8259
8260 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
8261
8262 * calendar/parse-time.el (parse-time-months)
8263 (parse-time-weekdays): Add long-form month and day names.
8264
8265 2008-05-27 Glenn Morris <rgm@gnu.org>
8266
8267 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
8268
8269 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8270
8271 * vc-dispatcher.el (vc-string-prefix-p): New function.
8272 (vc-dir-parent-marked-p): Use it.
8273
8274 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
8275
8276 * vc.el (Problems): Remove fixed issues.
8277 (vc-expand-dirs): Avoid returning directories.
8278 (vc-dir): Fix C-x v v binding.
8279 (vc-make-backend-object): Fix name.
8280 (vc-dir-show-fileentry): Fix docstring.
8281 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
8282 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
8283 Reset the state for directories.
8284 (vc-dir-headers): Align labels.
8285 (vc-default-status-printer): Do no call prettify-state-info.
8286 (vc-deduce-fileset): Replace implementation with one based on a
8287 working older version.
8288 (vc-next-action): Use the new form of vc-deduce-fileset.
8289 Fix dealing with unregistered files.
8290
8291 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
8292 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
8293 (vc-dir-child-files): New function.
8294 (vc-dir-node-directory): New function.
8295 (vc-dir-update, vc-dir-parent-marked-p)
8296 (vc-dir-children-marked-p, vc-dir-mark-all-files)
8297 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
8298
8299 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
8300
8301 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
8304 (diff-font-lock-keywords, diff-context->unified)
8305 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
8306 (diff-hunk-text, diff-find-source-location): Use it.
8307 (diff-post-command-hook): Let the user edit the hunk headers.
8308
8309 2008-05-26 Andreas Schwab <schwab@suse.de>
8310
8311 * vc.el (vc-default-prettify-state-info): Fix formatting of an
8312 unknown state.
8313
8314 * tar-mode.el (tar-summarize-buffer): Comment fix.
8315
8316 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
8319
8320 2008-05-26 Glenn Morris <rgm@gnu.org>
8321
8322 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
8323
8324 2008-05-25 John Paul Wallington <jpw@pobox.com>
8325
8326 * proced.el (proced-next-line, proced-previous-line):
8327 Avoid calling `next-line' and `previous-line' from Lisp code.
8328
8329 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
8330
8331 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
8332 Use diary-ordinal-suffix.
8333
8334 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
8335
8336 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
8337 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
8338 (edebug-save-displayed-buffer-points, edebug-initial-mode)
8339 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
8340 (edebug-print-length, edebug-print-level, edebug-print-circle)
8341 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
8342 (edebug-global-break-condition, edebug-sit-for-seconds):
8343 Remove spurious * from defcustom docstrings.
8344 (edebug-unwrap*, edebug-signal, edebug-eval-display):
8345 Improve argument/docstring consistency.
8346 (edebug-test-coverage, edebug-gensym, edebug-read)
8347 (edebug-top-level-nonstop, edebug-eval-result-list)
8348 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
8349 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
8350 (edebug-display-freq-count): Reflow docstrings.
8351 (edebug-restore-status): Doc fix.
8352
8353 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * proced.el (proced-header-line): Use the :align-to 0 feature
8356 rather than computing the corresponding position manually.
8357 (proced-update): Don't hardcode point-min==1.
8358
8359 2008-05-24 Alan Mackenzie <acm@muc.de>
8360
8361 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
8362 if c-file-style is set to a non-string.
8363
8364 (c-neutralize-CPP-line): Surround by `save-excursion'.
8365 (c-neutralize-syntax-in-CPP): Optimize for speed.
8366
8367 2008-05-24 Glenn Morris <rgm@gnu.org>
8368
8369 * Makefile.in (update-elclist): New target, to update ELCFILES.
8370 (bootstrap-after): Run update-elclist.
8371
8372 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
8373
8374 * icalendar.el (icalendar-version): Increase to "0.19".
8375 (icalendar--date-style): New function.
8376 (icalendar--datetime-to-diary-date): Doc fix.
8377 Use icalendar--date-style.
8378 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
8379 (icalendar--convert-yearly-to-ical)
8380 (icalendar--convert-recurring-to-diary): Handle iso date style,
8381 use icalendar-date-style.
8382
8383 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
8384
8385 * vc.el (vc-delete-file): Make sure the buffer is deleted and
8386 vc-dir buffers are updated.
8387
8388 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * vc.el (vc-delete-file): Don't try to resynch the buffer.
8391
8392 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
8393
8394 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
8395 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
8396 (reftex-extra-bindings): Use it.
8397
8398 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
8399 away from the user-reserved keys.
8400
8401 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
8402 New vars.
8403 (ada-create-keymap): Use them.
8404
8405 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
8408 a properly-grouped regexp.
8409
8410 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * progmodes/cap-words.el (capitalized-words-mode):
8413 Fix typos in docstring.
8414
8415 2008-05-23 Kenichi Handa <handa@m17n.org>
8416
8417 * international/mule-conf.el: Don't define the charset `emacs'
8418 here, just put :docstring, :short-name, and :long-name.
8419
8420 2008-05-22 Kenichi Handa <handa@m17n.org>
8421
8422 * international/mule-diag.el (font-show-log): Limit each listing
8423 to 20 items.
8424
8425 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
8426
8427 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
8428 (gdb-annotation-rules): New entry for "thread-changed".
8429 (gdb-thread-changed): New function.
8430
8431 2008-05-23 Glenn Morris <rgm@gnu.org>
8432
8433 * Makefile.in (SOURCES): Remove, unused.
8434 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
8435 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
8436 Exclude more '*loaddefs' files.
8437 (compile-always): Simplify '.elc' deletion.
8438
8439 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
8442 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
8443
8444 * minibuffer.el (completion-boundaries): Change calling
8445 convention, so `string' has the same semantics as in
8446 try-completion and all-completions.
8447 (completion-table-with-context, completion--embedded-envvar-table)
8448 (completion--file-name-table)
8449 (completion-pcm--find-all-completions): Adjust code accordingly.
8450
8451 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
8454 prune image-mode-winprops-alist, preventing it from growing
8455 indefinitely.
8456 (image-mode-reapply-winprops): Use it.
8457
8458 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
8459
8460 * net/netrc.el (netrc-machine): Always match if the port is not given.
8461
8462 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * minibuffer.el (completion-pcm--find-all-completions):
8465 Don't add pseudo-completions.
8466
8467 * icomplete.el (icomplete-eoinput): Remove.
8468 (icomplete-overlay): New var to replace it.
8469 (icomplete-tidy): Rewrite.
8470 (icomplete-exhibit): Use an overlay.
8471 (icomplete-completions): Use completion-all-sorted-completions.
8472 Obey completion-ignore-case.
8473
8474 * files.el (locate-dominating-file): Accept non-existing argument.
8475 (project-find-settings-file): Rewrite, using locate-dominating-file.
8476
8477 2008-05-22 Kenichi Handa <handa@m17n.org>
8478
8479 * faces.el (font-weight-table, font-slant-table, font-width-table):
8480 Delete them. Don't call internal-set-font-style-table.
8481
8482 * international/mule-diag.el (font-show-log): New function.
8483
8484 * international/fontset.el (script-representative-chars): Add more
8485 chars for latin. Add data for symbol.
8486 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
8487
8488 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * minibuffer.el (completion-all-sorted-completions): New var.
8491 (completion--flush-all-sorted-completions)
8492 (completion-all-sorted-completions): New functions.
8493 (minibuffer-force-complete): New command.
8494
8495 2008-05-21 Glenn Morris <rgm@gnu.org>
8496
8497 * files.el (c-postprocess-file-styles): Declare for compiler.
8498
8499 * Makefile.in: Allow for parallel byte-compiling.
8500 (ELCFILES): New variable.
8501 (.el.elc): Remove prerequisites from suffix rule. Print a message.
8502 (compile-first, compile-main, compile-last): New targets.
8503 (compile-always): Simplify - delete .elc files, then `make compile'.
8504
8505 * Makefile.in (compile-calc): Use glob rather than find.
8506 ($(lisp)/progmodes/cc-mode.elc): Use $@.
8507
8508 * eshell/esh-module.el: No need for cl when compiling.
8509
8510 * eshell/eshell.el (eshell-defgroup): New alias.
8511 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8512 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8513 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8514 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8515 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8516 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
8517 Autoload the custom group. Set generated-autoload-file.
8518 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
8519 for eshell-defgroup.
8520 * eshell/esh-module.el (eshell-load-defgroups): Remove.
8521 Require esh-groups rather than loading it.
8522
8523 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8524
8525 * proced.el (proced-header-line): New variable and new function.
8526 (proced-mode): Set header-line-format.
8527 (proced-update): Set proced-header-line.
8528 (proced-send-signal): Use proced-header-line.
8529
8530 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * macros.el (insert-kbd-macro): Use prin1-char.
8533
8534 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * minibuffer.el (completion-boundaries): New function.
8537 (completion--some): Delay errors.
8538 (complete-with-action, completion-table-with-context):
8539 Handle `boundaries' case.
8540 (completion--try-word-completion): Avoid partial-completion
8541 when the user hasn't entered anything yet.
8542 (minibuffer-local-map, minibuffer-local-filename-completion-map)
8543 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
8544 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
8545 Setup default keybindings.
8546 (completion--embedded-envvar-re): New var.
8547 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
8548 (completion--file-name-table): Handle `boundaries' case.
8549 (completion-pcm--pattern->regex): Avoid pathological backtracking.
8550 (completion-pcm--all-completions): Add a `prefix' arg.
8551 (completion-pcm--find-all-completions): New function.
8552 (completion-pcm-all-completions, completion-pcm-try-completion):
8553 Use it.
8554
8555 * icomplete.el (icomplete-completions): Don't use `predicate' with
8556 a table of a different type than `candidates'.
8557
8558 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8559
8560 * proced.el (proced-goal-column): Rename from proced-procname-column.
8561 (proced-goal-header-re): Rename from proced-procname-column-regexp.
8562 (proced-move-to-goal-column): Rename from proced-move-to-procname.
8563 (proced-header-face, proced-header-regexp): Remove.
8564 (proced-font-lock-keywords): Remove proced-header-face.
8565 (proced-header-alist, proced-sorting-schemes-re): New variables.
8566 (proced): Rename Proced buffer to *Proced*.
8567 (proced-next-line, proced-previous-line): New commands.
8568 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
8569 (proced-hide-processes): Do not treat first line as special.
8570 (proced-header-space): New function.
8571 (proced-update): Use header-line-format.
8572 Initialize proced-header-alist and proced-sorting-schemes-re.
8573 Set proced-goal-column. Include proced-command in mode-name.
8574 (proced-send-signal): Use header-line-format for *Marked
8575 Processes* buffer.
8576 (proced-sort): Restrict minibuffer completion to applicable
8577 sorting schemes.
8578 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
8579
8580 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * icomplete.el (icomplete-simple-completing-p):
8583 Allow icomplete-with-completion-tables to say "use it everywhere".
8584 (icomplete-completions): Obey completion-styles. Try to accommodate
8585 partial-completion style.
8586
8587 2008-05-20 Michael Olson <mwolson@gnu.org>
8588
8589 * files.el (project-find-settings-file): Change concat to
8590 expand-file-name.
8591
8592 2008-05-19 Tom Tromey <tromey@redhat.com>
8593
8594 * files.el (normal-mode): Call hack-project-variables.
8595 (hack-local-variables-confirm): Add 'project' argument.
8596 (hack-local-variables-apply): New function.
8597 (hack-local-variables): Use it.
8598 (project-class-alist, project-directory-alist): New variables.
8599 (project-get-alist): New function.
8600 (project-collect-bindings-from-alist)
8601 (project-collect-binding-list, set-directory-project)
8602 (project-find-settings-file, project-define-from-project-file)
8603 (hack-project-variables): New functions.
8604
8605 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
8608
8609 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
8610
8611 * faces.el (font-weight-table): Fix typo in docstring.
8612
8613 2008-05-18 David Hull <david@snap.com> (tiny change)
8614
8615 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
8616 (vc-hg-annotate-command): Allow white space before version number.
8617
8618 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8619
8620 * calc/calc-yank.el (calc-register-alist): New variable.
8621 (calc-set-register, calc-get-register, calc-copy-to-register)
8622 (calc-insert-register, calc-add-to-register, calc-append-to-register)
8623 (calc-prepend-to-register): New functions.
8624
8625 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
8626 `calc-copy-to-register' and `calc-insert-register'.
8627 Autoload new register functions.
8628
8629 * calc/calc-help.el (calc-r-prefix-help): Add help for register
8630 functions.
8631
8632 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
8633
8634 * vc.el (Todo): Add known problems.
8635 (vc-dir-backend): New variable.
8636 (vc-dir): Set it.
8637 (vc-make-backend-object, vc-generic-status-printer)
8638 (vc-generic-state, vc-generic-status-fileinfo-extra)
8639 (vc-dir-extra-menu): Use it.
8640 (vc-generic-dir-headers): Remove, unused.
8641
8642 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
8643 vc-dir-prev-directory for consistency with vc-dir-previous-line.
8644 (vc-dir-mode-map): Fix bindings.
8645
8646 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8647
8648 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
8649
8650 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8651 operated on.
8652 (calc-kill-region): Kill entire lines.
8653
8654 2008-05-17 Glenn Morris <rgm@gnu.org>
8655
8656 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8657 simplify initial value.
8658 (defezimage): Drop support for Emacs without defimage, use a featurep
8659 test rather than fboundp when defining, drop with-no-warnings.
8660 (ezimage-insert-over-text): Move featurep test inside
8661 add-text-properties.
8662
8663 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8664
8665 * net/tramp.el (top-level): Load auth-source when compiling.
8666
8667 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8668
8669 2008-05-17 Andreas Schwab <schwab@suse.de>
8670
8671 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8672
8673 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
8674
8675 * vc.el (vc-annotate-show-diff-revision-at-line): Change
8676 vc-diff-internal arg to match what vc-deduce-fileset returns now.
8677
8678 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8679
8680 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8681
8682 2008-05-17 Jim Meyering <meyering@redhat.com>
8683
8684 * ido.el (ido-save-history): Do not emit a trailing newline at the
8685 end of the ido history file.
8686
8687 2008-05-16 John Paul Wallington <jpw@pobox.com>
8688
8689 * vc-dispatcher.el (top-level): Revert previous change: require cl
8690 when compiling.
8691
8692 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
8693
8694 * vc.el (vc-default-status-printer)
8695 (vc-default-prettify-state-info): Enhance the state prettyprinter
8696 to deal better with unknown states and indirect through it when
8697 painting vc-dir buffers.
8698
8699 2008-05-16 John Paul Wallington <jpw@pobox.com>
8700
8701 * vc-dispatcher.el (top-level): Don't require cl when compiling.
8702 (vc-dir-mode-map): Fix backquote.
8703 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
8704
8705 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
8706
8707 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8708 Reported by Glenn Morris <rgm@gnu.org>.
8709
8710 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
8711
8712 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8713 the end of the file, it was good work at one time but has been
8714 stale since 1995 and may now be actively misleading.
8715 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8716 CVS repository and module (assumptions for the latter a bit iffy).
8717 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8718 SVN repository.
8719
8720 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * vc-rcs.el (vc-rcs-create-tag):
8723 * vc-sccs.el (vc-sccs-create-tag):
8724 Fix typo in error message and pass backend arg.
8725
8726 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8729
8730 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
8731
8732 * net/tramp.el: Load auth-source library.
8733 (tramp-read-passwd): Use it for password, not login.
8734
8735 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
8736
8737 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8738 (ses-print-cell): Use string-width, truncate-string-to-width,
8739 delete-region rather than length, substring, delete-char.
8740 (ses-setup): Set inhibit-point-motion-hooks to t.
8741 Calculate position by actually moving point rather than just using
8742 unibyte character length.
8743 (ses-mode): Set indent-tabs-mode to nil.
8744 (ses-center): Use string-width rather than length.
8745
8746 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
8747
8748 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8749 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8750 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8751 vc-*-create-tag and vc-*-retrieve-tag respectively.
8752
8753 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8754 unneeded defalias.
8755
8756 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8757
8758 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8759 about buffer names.
8760
8761 2008-05-15 Glenn Morris <rgm@gnu.org>
8762
8763 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8764
8765 * org/org-exp.el (org-infojs-options-inbuffer-template):
8766 Fix declaration.
8767
8768 * progmodes/cc-mode.el (declare-function): Add compat definition.
8769 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8770
8771 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8772
8773 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8774 list to a cons so the caller can get back both expanded and
8775 unexpanded filesets.
8776 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8777 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8778 Change handling of selection-set returns as required.
8779
8780 2008-05-15 John Paul Wallington <jpw@pobox.com>
8781
8782 * add-log.el (top-level): Don't require cl when compiling.
8783
8784 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8785 (archive-*-extract): Use `zerop'.
8786 (archive-*-write-file-member): Use `or', use `zerop'.
8787
8788 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8789
8790 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8791 (ibuffer-mark-interactive, ibuffer-set-mark)
8792 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8793 (ibuffer-map-lines, ibuffer-switch-format)
8794 (ibuffer-update-title-and-summary)
8795 (ibuffer-redisplay-engine): Use it.
8796
8797 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8798 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8799 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8800 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8801 (ibuffer-mark-read-only-buffers)
8802 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8803
8804 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8805 (define-ibuffer-column, define-ibuffer-sorter)
8806 (define-ibuffer-op, define-ibuffer-filter): Add declarations
8807 containing indentation specs, replacing equivalent top-level
8808 forms that set `lisp-indent-function' properties.
8809 (define-ibuffer-op): Use `derived-mode-p'.
8810 (define-ibuffer-filter): Remove redundant `concat' call.
8811
8812 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
8813
8814 * net/tramp.el (tramp-echo-mark): Update docstring.
8815 (tramp-echo-mark-marker): New defconst.
8816 (tramp-check-for-regexp): Use it.
8817
8818 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
8819
8820 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8821 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8822 as parent.
8823
8824 2008-05-14 John Paul Wallington <jpw@pobox.com>
8825
8826 * international/mule.el (convert-define-charset-argument):
8827 Remove period from end of error message.
8828 (coding-system-mnemonic): Doc fix.
8829 (ctext-pre-write-conversion): Doc fix.
8830
8831 2008-05-14 Simon Marshall <simon@gnu.org>
8832
8833 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8834 from its default value and give it the risky-local-variable
8835 property (CVE-2008-2142).
8836
8837 2008-05-14 Kenichi Handa <handa@m17n.org>
8838
8839 * language/korean.el ("Korean"): Set `iso639-language'
8840 property to `ko'.
8841
8842 * language/japanese.el ("Japanese"): Set `iso639-language'
8843 property to `ja'.
8844
8845 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8846 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8847 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8848
8849 * international/mule-cmds.el (set-language-environment):
8850 Set current-iso639-language.
8851
8852 * international/fontset.el (setup-default-fontset): For kana, han,
8853 hangul, and cjk-misc, move an entry with font-spec at the end.
8854 (generate-fontset-menu): Exclude fontset-auto* from the list.
8855
8856 * composite.el (compose-chars-after): Assume that WINDOW is always
8857 non-nil.
8858
8859 * faces.el (font-weight-table, font-slant-table)
8860 (font-swidth-table): Declare them by defconst. Change the format
8861 of elements. Call internal-set-font-style-table after their
8862 declaration.
8863 (face-valid-attribute-values): Call font-family-list. Get values
8864 for width, weight, and slant from font-xxx-table.
8865
8866 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8867
8868 2008-05-13 John Paul Wallington <jpw@pobox.com>
8869
8870 * ibuffer.el (ibuffer-buffer-file-name): New function.
8871 (define-ibuffer-column filename): Use it.
8872
8873 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8874
8875 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * talk.el (talk): Simplify. Pass display arg to talk-add-display
8878 as a string.
8879 (talk-add-display): Simplify. Accept only string args.
8880
8881 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
8882
8883 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8884
8885 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * Makefile.in (bootstrap-prepare): Don't chmod files.
8888 (autoloads): Do it here instead, where it's actually needed.
8889
8890 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8891
8892 * tool-bar.el (tool-bar-make-keymap): Account for the optional
8893 KEY-BINDING-DATA field in menu-item list.
8894
8895 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * dired.el (dired-read-dir-and-switches): Move things about to use less
8898 recursion during macroexpansion.
8899
8900 * dired.el (dired-read-dir-and-switches): Use read-file-name.
8901
8902 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8903 completion-ignored-extension directories if there's something else.
8904 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8905 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8906 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8907 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8908 buffer-read-only -> inhibit-read-only.
8909
8910 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
8911
8912 * vc.el (vc-expand-dirs): Stop this function from tossing out
8913 explicitly specified files.
8914
8915 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8918 to `insert'.
8919
8920 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8921
8922 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8923 cons. Use vc-annotate-backend.
8924 (with-vc-file, edit-vc-file): Remove unused macros.
8925
8926 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
8927
8928 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8929 (smtpmail-try-auth-methods): Use it.
8930
8931 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8934 (setf (nthcdr ..) ..) doesn't require CL at runtime.
8935
8936 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
8937
8938 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8939
8940 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8943 (vc-bzr-revision-completion-table): Use process-file.
8944 (vc-bzr-working-revision): Pass relative file names.
8945
8946 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8947
8948 2008-05-11 Juri Linkov <juri@jurta.org>
8949
8950 * wid-edit.el (widget-image-directory): Change default image data
8951 subdirectory from "custom" to "images/custom".
8952
8953 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8954 before recursive call to `Info-next-preorder' to not add
8955 intermediate nodes to the history.
8956
8957 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8958
8959 * emulation/cua-base.el: Put isearch-scroll property
8960 on cua-scroll-up and cua-scroll-down.
8961
8962 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
8963
8964 * vc-hooks.el (vc-recompute-state): Remove (dead code).
8965
8966 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8967
8968 * vc-dispatcher.el (ewoc): Require.
8969 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8970
8971 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8972
8973 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
8974
8975 * term/w32-win.el (x-colors):
8976 * term/mac-win.el (x-colors):
8977 * term/x-win.el (x-colors): Re-order colors.
8978
8979 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
8980
8981 * smerge-mode.el (smerge-command-prefix): Fix custom type.
8982
8983 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
8984
8985 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8986 New functions implementing motion to next and previous directory.
8987
8988 * vc-arch.el (vc-arch-command):
8989 * vc-bzr.el (vc-bzr-command):
8990 * vc-cvs.el (vc-cvs-command):
8991 * vc-dispatcher.el (vc-do-command):
8992 * vc-git.el (vc-git-command):
8993 * vc-hg.el (vc-hg-command):
8994 * vc-mcvs.el (vc-mvcs-command):
8995 * vc-mtn.el (vc-mtn-command):
8996 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8997 (vc-sccs-workfile-unchanged-p):
8998 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8999 * vc-rcs.el (all methods): Remove assumption about what a nil
9000 argument to vc-do-command means. This means no buffer name needs
9001 to be hardcoded into the dispatcher layer, and it's better to be
9002 explicit anyway.
9003
9004 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
9005
9006 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
9007
9008 * vc.el: Update todo.
9009
9010 * vc-sccs.el (vc-sccs-dir-status):
9011 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
9012 backends and returning up to date files.
9013
9014 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
9015
9016 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9017
9018 * vc.el (vc-dir):
9019 * vc-hooks.el: Tweak the VC directory bindings. These are now
9020 documented in the manual.
9021
9022 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
9023 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
9024 (vc-dispatcher-selection-set): Allow callers to pass in an
9025 observer flag that says no buffer sync is required.
9026 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
9027 Use the observer flag.
9028
9029 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
9030
9031 * simple.el (start-file-process): Clarify docstring.
9032
9033 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9034
9035 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
9036 Remove stub implementations of, and references to, wash-log.
9037 * vc-rcs.el (vc-rcs-comment-history):
9038 * vc-cvs.el (vc-cvs-comment-history):
9039 Inline the code that used to be wash-log.
9040
9041 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
9042 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9043 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
9044 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
9045 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
9046 (vc-rcs-print-log): Grok directories.
9047
9048 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * vc.el (vc-mark-resolved): Add `backend' argument.
9051 (vc-next-action): Pass it the backend.
9052 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
9053 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
9054 (vc-default-comment-history, vc-default-create-snapshot)
9055 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
9056 (vc-annotate-revision-previous-to-line)
9057 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
9058 * vc-svn.el (vc-svn-checkout):
9059 * vc-mcvs.el (vc-mcvs-checkout):
9060 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
9061 (vc-working-revision, vc-before-save, vc-mode-line):
9062 Prefer vc-call-backend to vc-call so as not to recompute the backend.
9063
9064 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
9065 state to be consistent since it's often an unwarranted restriction.
9066 Don't return the state either.
9067 (vc-next-action): Check that the state is consistent.
9068 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
9069 (vc-rollback, vc-update): Adapt to new return value of
9070 vc-deduce-fileset.
9071
9072 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
9073 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
9074 (vc-dispatcher-in-fileset-p): New fun.
9075 (vc-dispatcher-selection-set): Use it to properly handle directories.
9076
9077 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
9078
9079 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
9080 (vc-update): Remove unused let bindings.
9081
9082 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
9083
9084 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
9085 (vc-diff, vc-revert, vc-rollback, vc-update):
9086 * vc-dispatcher.el (vc-dispatcher-selection-set):
9087 Get rid of 4 special cases in fileset selection. This involved
9088 changing the return value of (vc-deduce-fileset) so that it passes
9089 back a deduced state as well as a deduced back end.
9090
9091 2008-05-08 Sam Steingold <sds@gnu.org>
9092
9093 * progmodes/compile.el (compilation-minor-mode-map)
9094 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
9095 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
9096 it to `compilation-minor-mode-map' (instead of an explicit `cons').
9097
9098 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9099
9100 * org/org.el (org-modules, org-format-latex-options):
9101 * org/org-archive.el (org-archive-stamp-time)
9102 (org-archive-save-context-info):
9103 * org/org-faces.el (org-hide):
9104 * org/org-irc.el (org-irc-parse-link):
9105 * org/org-macs.el (org-call-with-arg, org-autoload):
9106 * org/org-mew.el (org-mew-store-link):
9107 * org/org-remember.el (org-remember-store-without-prompt)
9108 (org-remember-templates): Fix typos in docstrings.
9109
9110 * org/org-info.el (org-info-store-link): Remove leftover docstring.
9111
9112 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
9113 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
9114 (org-bbdb-anniv-split): Fix typos in docstrings.
9115
9116 * org/org-publish.el (org-publish-project-alist): Doc fixes.
9117 (org-publish-use-timestamps-flag): Reflow docstring.
9118 (org-publish-files-alist): Fix typos in docstring.
9119
9120 2008-05-07 Sam Steingold <sds@gnu.org>
9121
9122 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
9123 appears to be too aggressive with window removal.
9124
9125 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
9126
9127 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9128 Add leda and 0in as pragma keywords.
9129 (verilog-pretty-expr): Support lining up assignments which include
9130 part selects.
9131 (verilog-mode): More portable check for the availability of
9132 hideshow support.
9133 (verilog-do-indent): Remove special indent for declarations inside
9134 a parenthetical list. The code is ill-advised, and doesn't work
9135 given the new user defined types.
9136 (verilog-set-auto-endcomments): Enhance function automatic
9137 endcomment to support functions that return user defined types.
9138 (verilog-mode): Add code to tell which-function-mode minor mode
9139 that Verilog supports this feature.
9140
9141 2008-05-08 Eli Zaretskii <eliz@gnu.org>
9142
9143 * epa-file.el: Require epa-hook.
9144
9145 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
9146
9147 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
9148 file-names clashes on 8+3 filesystems. Provide epa-hook.
9149
9150 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
9151 file-names clashes on 8+3 filesystems.
9152
9153 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
9154
9155 * org/org.el (org-read-date-get-relative): Interpret lone
9156 weekday abbreviation as relative to today.
9157
9158 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9159
9160 * abbrev.el (define-abbrev-table):
9161 * composite.el (toggle-auto-composition):
9162 * json.el (json-alist-p, json-plist-p):
9163 * minibuffer.el (completion-table-with-predicate):
9164 * ps-mule.el (ps-mule-external-libraries):
9165 * emacs-lisp/advice.el (ad-special-form-p):
9166 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9167 * eshell/em-smart.el (eshell-review-quick-commands):
9168 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
9169 (python-skip-out, python-check-comint-prompt):
9170 Don't use `iff' in docstrings.
9171
9172 * international/robin.el (robin-package-alist): Fix typo in docstring.
9173 (robin-current-package-name): Doc fix.
9174 (robin-activate): Don't use `iff' in docstring.
9175
9176 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
9177
9178 * vc.el, vc-dispatcher.el: VC-Dired support removed.
9179 The code uses a ewoc-based implementation now.
9180 * vc-hooks.el: Support for Meta-CVS has been removed.
9181
9182 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * tool-bar.el: Choose images dynamically.
9185 (tool-bar-make-keymap, tool-bar-find-image): New function.
9186 (tool-bar-find-image-cache): New var.
9187 (tool-bar-local-item, tool-bar-local-item-from-menu):
9188 Don't select the image yet, do it later in tool-bar-make-keymap.
9189
9190 2008-05-07 Andreas Schwab <schwab@suse.de>
9191
9192 * window.el: Require 'cl when compiling.
9193
9194 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
9195
9196 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
9197
9198 2008-05-07 Glenn Morris <rgm@gnu.org>
9199
9200 * subr.el (ignore-errors): Move here from cl-macs.el.
9201 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
9202
9203 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
9204 oddness.
9205
9206 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
9207
9208 * vc-hooks.el (vc-find-file-hook):
9209 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
9210 further from vc.el.
9211 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
9212
9213 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
9214
9215 * progmodes/verilog-mode.el (verilog-getopt-file):
9216 Cleanup warning message format.
9217 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
9218 (verilog-auto-inout, verilog-auto-inout-module)
9219 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
9220 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9221 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
9222 (verilog-auto-sense-sigs, verilog-auto-tieoff)
9223 (verilog-auto-unused, verilog-auto-wire)
9224 (verilog-decls-get-assigns, verilog-decls-get-consts)
9225 (verilog-decls-get-gparams, verilog-decls-get-inouts)
9226 (verilog-decls-get-inputs, verilog-decls-get-outputs)
9227 (verilog-decls-get-ports, verilog-decls-get-regs)
9228 (verilog-decls-get-signals, verilog-decls-get-wires)
9229 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
9230 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
9231 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
9232 (verilog-inject-sense, verilog-library-filenames)
9233 (verilog-mode-release-date, verilog-mode-version)
9234 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
9235 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
9236 (verilog-modi-get-assigns, verilog-modi-get-consts)
9237 (verilog-modi-get-gparams, verilog-modi-get-inouts)
9238 (verilog-modi-get-inputs, verilog-modi-get-outputs)
9239 (verilog-modi-get-ports, verilog-modi-get-regs)
9240 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
9241 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
9242 (verilog-modi-get-wires, verilog-preserve-cache)
9243 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
9244 (verilog-read-sub-decls, verilog-read-sub-decls-line)
9245 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
9246 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
9247 Add caching of additional state, and rework signal extraction
9248 routines to improve AUTO expansion performance by 300%++.
9249
9250 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9253 Tweak Open Watcom regexp to distinguish between errors and warnings.
9254
9255 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * dired.el (dired-read-dir-and-switches): Fix up last change.
9258
9259 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
9260
9261 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
9262 out of this function, move it to vc-dispatcher-selection-set.
9263
9264 2008-05-05 Sam Steingold <sds@gnu.org>
9265
9266 * window.el (delete-other-windows-vertically): New function.
9267
9268 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * dired.el (dired-read-dir-and-switches):
9271 Obey read-file-name-completion-ignore-case.
9272
9273 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9276 Add regexp for Open Watcom compiler output.
9277
9278 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
9279
9280 * progmodes/python.el (python-block-pairs): Align finally with except.
9281
9282 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
9285
9286 2008-05-05 Tom Tromey <tromey@redhat.com>
9287
9288 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
9289 looking at conflict marker.
9290
9291 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9292
9293 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
9294 client-mode -> vc-client-object, and guess `funcall' was meant.
9295 (vc-dir-mode): Rename client-mode -> vc-client-mode.
9296
9297 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
9300 (dbus-debug): Move declarations outside eval-when-compile.
9301
9302 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9303
9304 * proced.el (proced-command-alist): Fix system-type values.
9305 Fix defcustom.
9306 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
9307 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
9308 (proced-sort-start, proced-sort, proced-sort-time): New commands.
9309 (proced-update): Use proced-sorting-scheme. Update modeline.
9310 (proced-send-signal): Use nreverse.
9311 (proced-sorting-scheme-p): New function.
9312
9313 2008-05-04 Andreas Schwab <schwab@suse.de>
9314
9315 * vc.el: Require dired when compiling.
9316
9317 * minibuffer.el (completion--insert-strings): Don't delete past bol.
9318
9319 2008-05-03 Glenn Morris <rgm@gnu.org>
9320
9321 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
9322 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
9323 Simplify compilation requirements.
9324 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
9325 declarations.
9326
9327 2008-05-03 Dave Love <fx@gnu.org>
9328
9329 * progmodes/python.el (python-beginning-of-statement):
9330 Loop at least once (fixes 2008-02-21 change).
9331
9332 2008-05-03 Eli Zaretskii <eliz@gnu.org>
9333
9334 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
9335 instead of `length' for comparing length of user and group names.
9336
9337 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
9338
9339 * vc-dispatcher.el: New file, separates out the UI and command
9340 execution machinery from VCS-specific logic left in vc.el.
9341 The separation is not yet completely clean, but it's a good start.
9342 * vc.el: This file is about 1700 lines shorter now.
9343 Remove obsolete logentry-check from the backend API.
9344 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
9345 implementation of the logentry-check method, and it guarded against
9346 a log length limit that has probably been obsolete for 15 years (!).
9347
9348 2008-05-02 Sam Steingold <sds@gnu.org>
9349
9350 * progmodes/compile.el (compilation-start): Move setting of
9351 compilation-directory after (funcall mode) as that resets local
9352 variables, this fixes recompile in grep buffers.
9353 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
9354 in dired &c).
9355
9356 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9357
9358 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9359 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9360 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
9361 has one of these and that all are called in compatible ways.
9362 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
9363 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
9364 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
9365 backend has one of these.
9366
9367 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
9370 initialization into define-abbrev-table. Use :regexp.
9371 (octave-mode-syntax-table): Don't set word syntax for `.
9372
9373 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
9374 than only value.
9375
9376 * dired.el (dired-read-dir-and-switches):
9377 Set minibuffer-completing-file-name and call substitute-in-file-name.
9378 (dired-format-columns-of-files): Use completion--insert-strings.
9379
9380 * minibuffer.el (completion-hilit-commonality): Revert last change:
9381 the leftover code was actually useful.
9382 (completion--insert-strings): Use string-width rather than length.
9383
9384 2008-05-02 Sam Steingold <sds@gnu.org>
9385
9386 * vc.el (vc-dir-mode-map): Enable mouse bindings.
9387 (vc-at-event): New macro: run the body at the even location.
9388 (vc-dir-menu, vc-dir-toggle-mark): Use it.
9389 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
9390 * subr.el (mouse-event-p): Check if the event is mouse-related.
9391
9392 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
9393
9394 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9395 Don't throw error if no file is found.
9396
9397 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9398
9399 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
9400 (vc-default-state-heuristic): Doc fix.
9401
9402 2008-05-02 Richard Sharman <rsharman@pobox.com>
9403
9404 * hilit-chg.el (highlight-changes-mode): Remove references to
9405 hooks that no longer exist. Because define-minor-mode is used the
9406 hook highlight-changes-mode-hook exists and can do what both the
9407 old hooks used to do. The documentation at the top of the file
9408 was updated to demonstrate this.
9409 (highlight-changes-mode): Remove commented out call to a hook
9410 function that is no longer there.
9411 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
9412
9413 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
9414
9415 * vc.el (vc-default-dired-state-info): Change name of primitive
9416 to prettify-state-info, in preparation for ripping out dired mode.
9417 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
9418 to prettify-state-info, in preparation for ripping out dired mode.
9419 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
9420 tries this on a version-controlled buffer. It will do useless or
9421 actively bad things on any version control system newer than RCS.
9422 * vc-hooks.el (vc-dired-resynch-file):
9423 * vc.el (vc-dired-resynch-file): Change name of primitive to
9424 vc-directory-resynch-file, preparing to remove dired.
9425
9426 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9427
9428 * vc-rcs.el (vc-rcs-state): Fix typos.
9429
9430 * vc.el (vc-register): Change argument order so that the prefix
9431 argument is assigned correctly.
9432 (vc-next-action, vc-dir-register): Update for the above change.
9433
9434 2008-05-01 Juri Linkov <juri@jurta.org>
9435
9436 * replace.el (occur-read-primary-args): Set default to the car of
9437 regexp-history and display it in the prompt, but don't add to the
9438 list of minibuffer defaults. Bind history-add-new-input to nil to
9439 not add automatically `default'. For empty input return `default'.
9440 Otherwise, add `input' to regexp-history and return it.
9441 (occur-1): Signal an error for the empty regexp.
9442
9443 * progmodes/compile.el (compilation-auto-jump):
9444 Set window point to `pos' explicitly.
9445
9446 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
9447
9448 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
9449 when appropriate.
9450 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
9451 we report the 'unregistered state reliably.
9452 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
9453 we report the 'unregistered state reliably.
9454 * vc-git.el (vc-git-state): Call vc-git-unregistered so
9455 we report the 'unregistered state reliably.
9456 * vc-hooks.el (vc-state): Document that vc-unregistered is
9457 now expected to be returned reliably.
9458 * vc.el (vc-default-dired-state): Change needs-patch state to
9459 needs-update, since the name now shows up in dir-status listings
9460 and was somewhat misleading.
9461 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
9462 immediately after removing the file.
9463 * vc.el (vc-next-action): More informative messages when a fileset
9464 is in a mixed state or files are missing.
9465
9466 2008-05-01 Sam Steingold <sds@gnu.org>
9467
9468 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
9469
9470 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
9473
9474 2008-05-01 Daiki Ueno <ueno@unixuser.org>
9475
9476 * epa-file-hook.el: New file split from epa-file.el.
9477 * epa-file.el: Require 'epa-file-hook.
9478 (epa-file-handler): Add autoload cookie.
9479 * loadup.el: Load epa-file-hook.
9480 * startup.el (command-line): Eval the body of auto-encryption-mode.
9481
9482 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9483
9484 * vc.el (vc-dir-mode-map): Don't bind "r".
9485
9486 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
9487 (vc-hg-status-printer): New function.
9488 (vc-hg-after-dir-status): Deal with copied and renamed files.
9489 (vc-hg-dir-status): Add flag to show copied files.
9490
9491 2008-05-01 John Paul Wallington <jpw@pobox.com>
9492
9493 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
9494 (ibuffer-do-sort-by-recency): Reverse sorting order if last
9495 sorting mode was recency.
9496
9497 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
9498 reverse sorting order if last sorting mode was the sorter's.
9499
9500 2008-05-01 Jason Rumney <jasonr@gnu.org>
9501
9502 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
9503
9504 2008-04-30 John Paul Wallington <jpw@pobox.com>
9505
9506 * ibuffer.el (define-ibuffer-column filename): When the major mode
9507 is `vc-dir-mode' show the buffer's default directory.
9508
9509 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
9510 major mode is `vc-dir-mode' use the buffer's default directory.
9511
9512 2008-04-30 Sam Steingold <sds@gnu.org>
9513
9514 * vc.el (vc-dir-delete-file): Add.
9515 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
9516 (vc-delete-file): Do not barf when the file has been already deleted.
9517
9518 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9519
9520 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
9521
9522 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * progmodes/octave-mod.el (octave-help): New function.
9525 * progmodes/octave-hlp.el: Delete.
9526 * info-look.el (octave-mode): Add operator index.
9527
9528 * vc.el (vc-checkout): Typo.
9529
9530 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
9531
9532 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
9533 Add "..." in the appropriate places.
9534
9535 * epa.el (epa-key-list-mode-map): Add more menu entries.
9536 Add "..." in the appropriate places.
9537
9538 * dired.el (dired-mode-map): Add :help.
9539
9540 * vc.el (vc-deduce-fileset): Add new parameter.
9541 (vc-dir-marked-only-files): New function.
9542 (vc-next-action): Don't ignore directories, look at the files
9543 inside them.
9544 (vc-dir-mode): Document how the mark/unmark commands work.
9545
9546 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9549 Rule out trailing spaces in file and directory names as well.
9550
9551 * minibuffer.el (completion--do-completion): Move point even if the
9552 completion makes no change.
9553 (completion-pcm-try-completion): Fix computation of new point.
9554
9555 2008-04-30 David Hansen <david.hansen@gmx.net>
9556
9557 * dired.el: Require 'cl.
9558
9559 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
9560
9561 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
9562 hollow if not in innermost frame.
9563
9564 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9565 Make `checkout-model' apply to filesets.
9566 * vc-hooks.el (vc-checkout-model): Rewrite.
9567 (vc-before-save, vc-after-save): Adjust callers accordingly.
9568 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
9569 (vc-transfer-file): Adjust callers accordingly.
9570 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
9571 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
9572 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
9573 instead of vc-checkout-model.
9574 * vc-mcvs.el (vc-mcvs-revert):
9575 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
9576 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
9577 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
9578 * vc-svn.el (vc-svn-checkout-model):
9579 * vc-hg.el (vc-hg-checkout-model):
9580 * vc-git.el (vc-git-checkout-model):
9581 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
9582
9583 * dired.el (dired-read-dir-and-switches): Replace last change with
9584 a new approach that mixes read-file-name and read-directory-name.
9585
9586 * files.el (read-buffer-to-switch):
9587 Avoid making assumptions about `other-buffer'.
9588
9589 2008-04-29 Sam Steingold <sds@gnu.org>
9590
9591 * vc.el (vc-dir-mode-hook): Add normal hook.
9592 (vc-dir-mode): Run it.
9593
9594 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
9595
9596 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
9597 Always split windows.
9598 (gdb-speedbar-timer-fn): Only raise frame after user input.
9599 (gdb-same-frame): Reverse initial value.
9600 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
9601
9602 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
9603 gdb-speedbar-timer-fn.
9604
9605 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
9608
9609 2008-04-29 Daiki Ueno <ueno@unixuser.org>
9610
9611 * epa.el (epa-key-list-mode-map): Add menu.
9612 (epa-delete-keys, epa-import-keys): Fix typo.
9613
9614 2008-04-29 Glenn Morris <rgm@gnu.org>
9615
9616 * find-cmd.el (top-level): Does not need cl when compiling.
9617
9618 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
9619
9620 * find-cmd.el: New file.
9621
9622 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
9625 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
9626 (completion-pcm--hilit-commonality): New function.
9627 (completion-pcm-all-completions): Use it.
9628
9629 * minibuffer.el (completion-common-substring): Mark obsolete.
9630 (completions-first-difference, completions-common-part):
9631 Move from simple.el.
9632 (completion-hilit-commonality): New fun.
9633 (display-completion-list, completion-emacs21-all-completions)
9634 (completion-emacs22-all-completions): Use it.
9635 * simple.el (completions-first-difference, completions-common-part):
9636 Move to minibuffer.el.
9637 (choose-completion-string): Use field functions and minibufferp.
9638 (completion-setup-function): Don't set completions faces.
9639
9640 2008-04-29 Glenn Morris <rgm@gnu.org>
9641
9642 * calendar/calendar.el (calendar-nth-named-absday)
9643 (calendar-nth-named-day):
9644 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9645 * calendar/holidays.el (holiday-float): Doc fixes.
9646
9647 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9648 the `full' case.
9649
9650 * org/org-agenda.el (calendar-iso-from-absolute):
9651 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9652 Fix declarations.
9653
9654 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9657 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9658 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9659 (gdb-assembler-custom): Be careful not to match other addresses.
9660
9661 2008-04-29 Jason Rumney <jasonr@gnu.org>
9662
9663 * battery.el (battery-status-function): Use w32-battery-status
9664 on Windows.
9665 (battery-echo-area-format): Make apm format the general case.
9666 (battery-mode-line-format): Merge apm and pmset formats as the
9667 general case.
9668
9669 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
9670
9671 * progmodes/gdb-ui.el (gdb-info-stack-custom):
9672 Use gud-tool-bar-item-visible-no-fringe.
9673 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9674 is already visible in frame. Remove optional size parameter
9675 and add optional frame parameter.
9676
9677 * progmodes/gud.el (gud-display-line): Only consider visible
9678 frames when looking for source buffer.
9679
9680 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
9681
9682 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9683 argument to get-char-property, in case the current buffer hasn't
9684 been assigned to that window yet.
9685 (doc-view-display): Default to selected window if the current
9686 buffer hasn't been assigned to a window yet.
9687
9688 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
9689
9690 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9691
9692 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
9693
9694 * net/tramp.el (tramp-mode): New defcustom.
9695 (tramp-file-name-handler, tramp-completion-file-name-handler):
9696 Use it.
9697 (tramp-replace-environment-variables): Handle "$$".
9698
9699 2008-04-28 Sam Steingold <sds@gnu.org>
9700
9701 * vc-hg.el (vc-hg-rename-file): Fix argument order.
9702
9703 2008-04-28 Bastien Guerry <bzg@altern.org>
9704
9705 * whitespace.el (whitespace-trailing): Fix typo.
9706
9707 2008-04-28 Sam Steingold <sds@gnu.org>
9708
9709 * textmodes/remember.el (diary-make-entry): Update the autoload.
9710
9711 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9714 all-completions.
9715
9716 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
9717
9718 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9719
9720 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
9721
9722 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9723 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9724 (vc-dir-mark-file): Add an optional argument.
9725 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9726
9727 2008-04-27 Daiki Ueno <ueno@unixuser.org>
9728
9729 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9730 rather than obsolete alias find-file-hooks.
9731 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
9732 Use find-file-hook rather than obsolete alias find-file-hooks.
9733 Add to find-file-not-found-functions.
9734 (epa-file-handler): Put 'safe-magic and 'operations properties.
9735
9736 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9737 (epa-menu-items): Remove.
9738
9739 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9740 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9741 (epa-dired-mode, epa-global-dired-mode): Remove.
9742
9743 * dired.el (dired-mode-map): Bind encryption/decryption commands.
9744
9745 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9746
9747 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9748
9749 2008-04-27 Glenn Morris <rgm@gnu.org>
9750
9751 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9752 Remove un-needed local `orig-list'. Replace cl `copy-list'.
9753
9754 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9755
9756 * org/org.el (org-html-level-start): Always have id's in HTML.
9757 (org-export-as-html): Use `org-link-protocols' to
9758 retrieve the export form of the link.
9759 (org-add-link-type): Final parameter renamed from PUBLISH.
9760 Better documentation of how it is to be used. Avoid double entries for
9761 the same link type.
9762 (org-add-link-props): New function.
9763 (org-modules-loaded): New variable.
9764 (org-load-modules-maybe, org-set-modules): New function.
9765 (org-modules): New option.
9766 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9767 (orgtbl-mode, org-store-link, org-insert-link-global)
9768 (org-open-at-point): Call `org-load-modules-maybe'.
9769 (org-search-view): Add more text properties.
9770 (org-agenda-schedule, org-agenda-deadline): Allow also in
9771 search-type agendas.
9772 (org-search-view): Order of arguments has been changed.
9773 Interpret prefix-arg as TODO-ONLY.
9774 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9775 Take new argument order of `org-search-view' into account.
9776 (org-todo-only): New variable.
9777 (org-search-syntax-table): New variable and function.
9778 (org-search-view): Do the search with the special syntax table.
9779 (define-obsolete-function-alias): Make work with XEmacs.
9780 (org-add-planning-info): Use old date as default when modifying an
9781 existing deadline or scheduled item.
9782 (org-agenda-compute-time-span): Make argument N optional.
9783 (org-agenda-format-date-aligned): Require `cal-iso'.
9784 (org-agenda-list): Include week into agenda heading, don't
9785 list it at each date (only on Mondays).
9786 (org-read-date-analyze): Define local variable `iso-date'.
9787 (org-agenda-format-date-aligned): Remove dependency on
9788 `calendar-time-from-absolute'.
9789 (org-remember-apply-template, org-go-to-remember-target):
9790 Interpret filenames relative to `org-directory'.
9791 (org-complete): Silently fail when trying to complete
9792 keywords that don't have a default value.
9793 (org-get-current-options): Add a #+DATE: option.
9794 (org-additional-option-like-keywords): Remove "DATE:" from the
9795 list of additional keywords.
9796 (org-export-as-html): Remove (current-time) as unnecessary second
9797 argument of `format-time-string'.
9798 (org-clock-find-position): Handle special case at end of buffer.
9799 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9800 `org-agenda-change-time-span'.
9801 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9802 `org-agenda-change-time-span'.
9803 (org-agenda-month-view): New argument MONTH, pass it on to
9804 `org-agenda-change-time-span'.
9805 (org-agenda-year-view): New argument YEAR, pass it on to
9806 `org-agenda-change-time-span'.
9807 (org-agenda-change-time-span): New optional argument N, pass it on
9808 to `org-agenda-compute-time-span'.
9809 (org-agenda-compute-time-span): New argument N, interpret it by
9810 changing the starting day.
9811 (org-small-year-to-year): New function.
9812 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9813 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9814 into the future, and that the shift is at least one interval, never 0.
9815 (org-update-checkbox-count): Fix bug with checkbox counting.
9816 (org-add-note): New command.
9817 (org-add-log-setup): Rename from `org-add-log-maybe'.
9818 (org-log-note-headings): New entry for plain notes (i.e. notes not
9819 related to state changes or clocking).
9820 (org-get-org-file): Check for availability of `remember-data-file'.
9821 (org-cached-entry-get): Allow a regexp value for
9822 `org-use-property-inheritance'.
9823 (org-use-property-inheritance): Allow regexp value. Fix bug in
9824 customization type.
9825 (org-use-tag-inheritance): Allow a list and a regexp value for
9826 this variable.
9827 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9828 (org-entry-get): Respect value `selective' for the INHERIT argument.
9829 (org-tag-inherit-p, org-property-inherit-p): New functions.
9830 (org-agenda-format-date-aligned): Allow 10 characters for
9831 weekday, to accommodate German locale.
9832 (org-add-archive-files): New function.
9833 (org-agenda-files): New argument `ext', to get archive files as well.
9834 (org-tbl-menu): Protect the use of variables that
9835 are only available when org-table.el gets loaded.
9836 (org-read-agenda-file-list): Error if `org-agenda-files' is a
9837 single directory.
9838 (org-open-file): Allow a batch process to trigger
9839 waiting after executing a system command.
9840 (org-store-link): Link to headline when there is not
9841 target and no region in an org-mode buffer when creating a link.
9842 (org-link-types-re): New variable.
9843 (org-make-link-regexps): Compute `org-link-types-re'.
9844 (org-make-link-description-function): New option.
9845 (org-agenda-date, org-agenda-date-weekend): New faces.
9846 (org-archive-sibling-heading): New option.
9847 (org-archive-to-archive-sibling): New function.
9848 (org-iswitchb): New command.
9849 (org-buffer-list): New function.
9850 (org-agenda-columns): Also try the #+COLUMNS line in
9851 the buffer associated with the entry at point (or with the first
9852 entry in the agenda view).
9853 (org-modules): Add entry for org-bibtex.el.
9854 (org-completion-fallback-command): Move into `org-completion' group.
9855 (org-clock-heading-function): Move to `org-progress' group.
9856 (org-auto-repeat-maybe): Make sure that a note can
9857 be enforces if `org-log-repeat' is `note'.
9858 (org-modules): Allow additional symbols for external packages.
9859 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9860 (org-clock-goto): Hide drawers after showing an
9861 entry with `org-clock-goto'.
9862 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9863 Try also a clocktable block shift.
9864 (org-clocktable-try-shift): New function.
9865 (org-columns-hscoll-title): New function.
9866 (org-columns-previous-hscroll): New variable.
9867 (org-columns-full-header-line-format): New variable.
9868 (org-columns-display-here-title, org-columns-remove-overlays):
9869 Install `org-columns-hscoll-title' in post-command-hook.
9870
9871 * org/org.el: Split into many small files.
9872
9873 * org/org-agenda.el: New file, split off from org.el.
9874
9875 * org/org-archive.el: New file, split off from org.el.
9876
9877 * org/org-bbdb.el: New file.
9878
9879 * org/org-bibtex.el: New file, split off from org.el.
9880
9881 * org/org-clock.el: New file, split off from org.el.
9882
9883 * org/org-colview.el: New file, split off from org.el.
9884
9885 * org/org-compat.el: New file, split off from org.el.
9886
9887 * org/org-exp.el: New file, split off from org.el.
9888
9889 * org/org-faces.el: New file, split off from org.el.
9890
9891 * org/org-gnus.el: New file, split off from org.el.
9892
9893 * org/org-info.el: New file, split off from org.el.
9894
9895 * org/org-infojs.el: New file.
9896
9897 * org/org-irc.el: New file.
9898
9899 * org/org-macs.el: New file, split off from org.el.
9900
9901 * org/org-mew.el: New file.
9902
9903 * org/org-mhe.el: New file, split off from org.el.
9904
9905 * org/org-publish.el: New file, split off from org.el.
9906
9907 * org/org-remember.el: New file, split off from org.el.
9908
9909 * org/org-rmail.el: New file, split off from org.el.
9910
9911 * org/org-table.el: New file, split off from org.el.
9912
9913 * org/org-vm.el: New file, split off from org.el.
9914
9915 * org/org-wl.el: New file, split off from org.el.
9916
9917 2008-04-27 Jason Riedy <jason@acm.org>
9918
9919 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9920 parameter that suppresses lines that evaluate to NIL.
9921 (orgtbl-get-fmt): New inline function for
9922 picking apart formats that may be lists.
9923 (orgtbl-apply-fmt): New inline function for applying formats that
9924 may be functions.
9925 (orgtbl-eval-str): New inline function for strings that may be
9926 functions.
9927 (orgtbl-format-line, orgtbl-to-generic): Use and document.
9928 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9929 (*orgtbl-llfmt*, *orgtbl-llstart*)
9930 (*orgtbl-llend*): Dynamic variables for last-line formatting.
9931 (orgtbl-format-section): Shift formatting to support detecting the
9932 last line and formatting it specially.
9933 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
9934 formats unless overridden.
9935 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9936 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9937 bound variables to hold the input collection of lines and output
9938 formatted text.
9939 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9940 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9941 format parameters.
9942 (orgtbl-format-line): New function encapsulating formatting for a
9943 single line.
9944 (orgtbl-format-section): Similar for each section. Rebinding the
9945 dynamic vars customizes the formatting for each section.
9946 (orgtbl-to-generic): Use orgtbl-format-line and
9947 orgtbl-format-section.
9948 (org-get-param): Now unused, so delete.
9949 (orgtbl-gather-send-defs): New function to
9950 gather all the SEND definitions before a table.
9951 (orgtbl-send-replace-tbl): New function to find the RECEIVE
9952 corresponding to the current name.
9953 (orgtbl-send-table): Use the previous two functions and implement
9954 multiple destinations for each table.
9955
9956 * doc/org.texi (A LaTeX example): Note that fmt may be a
9957 one-argument function, and efmt may be a two-argument function.
9958 (Radio tables): Document multiple destinations.
9959
9960 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9961
9962 * org/org-agenda.el (org-add-to-diary-list): New function.
9963 (org-prefix-has-effort): New variable.
9964 (org-sort-agenda-noeffort-is-high): New option.
9965 (org-agenda-columns-show-summaries)
9966 (org-agenda-columns-compute-summary-properties): New options.
9967 (org-format-agenda-item): Compute the duration of the item.
9968 (org-agenda-weekend-days): New variable.
9969 (org-agenda-list, org-timeline): Use the proper faces for dates in
9970 the agenda and timeline buffers.
9971 (org-agenda-archive-to-archive-sibling): New command.
9972 (org-agenda-start-with-clockreport-mode): New option.
9973 (org-agenda-clockreport-parameter-plist): New option.
9974 (org-agenda-clocktable-mode): New variable.
9975 (org-agenda-deadline-leaders): Allow a function value for the
9976 deadline leader.
9977 (org-agenda-get-deadlines): Deal with new function value.
9978
9979 * org/org-clock.el (org-clock): New customization group.
9980 (org-clock-into-drawer, org-clock-out-when-done)
9981 (org-clock-in-switch-to-state, org-clock-heading-function):
9982 Move into the new group.
9983 (org-clock-out-remove-zero-time-clocks): New option.
9984 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9985 (org-dblock-write:clocktable): Allow a Lisp form for the scope
9986 parameter.
9987 (org-dblock-write:clocktable): Fix bug with total time calculation.
9988 (org-dblock-write:clocktable): Request the unrestricted list of files.
9989 (org-get-clocktable): New function.
9990 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9991 be strings but also integers (an absolute day number) and lists (m d y).
9992
9993 * org/org-colview.el (org-columns-next-allowed-value)
9994 (org-columns-edit-value): Limit the effort for updating in the
9995 agenda to recomputing a single file.
9996 (org-columns-compute): Only write property value if it has changed.
9997 This avoids raising the buffer-change-flag unnecessarily.
9998 (org-agenda-colview-summarize)
9999 (org-agenda-colview-compute): New functions.
10000 (org-agenda-columns): Call `org-agenda-colview-summarize'.
10001
10002 * org/org-exp.el (org-export-run-in-background): New option.
10003 (org-export-icalendar): Allow a batch process to trigger waiting
10004 after executing a system command.
10005 (org-export-preprocess-string): Rename from
10006 `org-cleaned-string-for-export'.
10007 (org-export-html-style): Made target class look like normal text.
10008 (org-export-as-html): Make use of the better preprocessing in
10009 `org-cleaned-string-for-export'.
10010 (org-cleaned-string-for-export): Better treatment of heuristic
10011 targets, many more internal links will now work in HTML export.
10012 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
10013 (org-export-inbuffer-options-extra): New variable.
10014 (org-export-options-filters): New hook.
10015 (org-infile-export-plist): Find also the settings keywords in
10016 `org-export-inbuffer-options-extra'.
10017 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
10018 multiple #+INFOJS_OPT lines.
10019 (org-export-html-handle-js-options): New function.
10020 (org-export-html-infojs-setup): New option.
10021 (org-export-as-html): Call `org-export-html-handle-js-options'.
10022 Add autoload to all entry points.
10023 (org-skip-comments): Function removed.
10024
10025 * org/org-table.el (org-table-make-reference): Extra parenthesis
10026 around single fields, to make sure that algebraic formulas get
10027 correctly interpreted by calc.
10028 (org-table-current-column): No longer interactive.
10029
10030 * org/org-export-latex.el (org-export-latex-preprocess):
10031 Rename from `org-export-latex-cleaned-string'.
10032
10033 2008-04-27 Bastien Guerry <bzg@altern.org>
10034
10035 * org/org-publish.el (org-publish-get-base-files-1): New function.
10036 (org-publish-get-base-files): Use it.
10037 (org-publish-temp-files): New variable.
10038 Don't require 'dired-aux anymore.
10039 (org-publish-initial-buffer): New variable.
10040 (org-publish-org-to, org-publish): Use it.
10041 (org-publish-get-base-files-1): Bug fix: get
10042 the proper list of files when recursing thru a directory.
10043 (org-publish-get-base-files): Use the :exclude property to skip
10044 both files and directories.
10045
10046 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/tramp.el (tramp-handle-make-symbolic-link)
10049 (tramp-handle-file-name-directory)
10050 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10051 (tramp-do-copy-or-rename-file-directly)
10052 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
10053 (tramp-handle-substitute-in-file-name)
10054 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10055 * net/tramp-cache.el (tramp-get-file-property)
10056 (tramp-set-file-property, tramp-flush-file-property)
10057 (tramp-flush-directory-property)
10058 * net/tramp-compat.el (tramp-compat-make-temp-file)
10059 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
10060 Disable `file-name-handler-alist' when handling localname.
10061 It could have a remote file syntax, like a VMS file name.
10062
10063 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10064
10065 * whitespace.el: New version 11.1.
10066 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
10067 enclosed by \\( and \\)$. Docstring fix.
10068 (whitespace-trailing-regexp): Fun removed.
10069 (whitespace-report-list): Const initialization fix.
10070 (whitespace-color-on): Code fix.
10071
10072 2008-04-27 Andreas Schwab <schwab@suse.de>
10073
10074 * Makefile.el: Unbreak bootstrap.
10075
10076 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
10077
10078 * net/tramp.el (tramp-replace-environment-variables): New defun.
10079 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
10080 Use it.
10081
10082 2008-04-27 Glenn Morris <rgm@gnu.org>
10083
10084 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
10085
10086 * calculator.el (calculator-expt): Replace cl function `oddp'.
10087
10088 2008-04-27 Johan Bockgård <bojohan@gnu.org>
10089
10090 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10091 Simplify. Collect `defun' and `autoload' entries.
10092 Avoid modifying load-history.
10093
10094 2008-04-26 Glenn Morris <rgm@gnu.org>
10095
10096 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
10097
10098 * simple.el (quoted-insert, zap-to-char): Revert previous change.
10099
10100 2008-04-26 John Paul Wallington <jpw@pobox.com>
10101
10102 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
10103 `hexl-mode-old-eldoc-documentation-function'.
10104 (hexl-mode-exit): Restore it.
10105 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
10106
10107 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
10108
10109 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
10110
10111 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
10112 (completion-pcm--all-completions): Doc fix.
10113 (completion-styles-alist, completion-all-completions):
10114 Fix typos in docstrings.
10115
10116 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10117
10118 * whitespace.el: There is now only one variable (whitespace-style) to
10119 specify which kind of blank is visualized. Doc and docstring fix.
10120 New version 11.0.
10121 (whitespace-style): New option, replace whitespace-style-mark and
10122 whitespace-style-color.
10123 (whitespace-style-mark, whitespace-style-color): Options removed.
10124 (whitespace-hspace, whitespace-tab, whitespace-newline)
10125 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10126 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10127 (whitespace-hspace-regexp, whitespace-space-regexp)
10128 (whitespace-tab-regexp, whitespace-trailing-regexp)
10129 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10130 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10131 (whitespace-space-after-tab-regexp, whitespace-line-column)
10132 (whitespace-display-mappings, whitespace-report): Docstring fix.
10133 (whitespace-color-value-list, whitespace-mark-value-list)
10134 (whitespace-active-color, whitespace-active-mark)
10135 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
10136 (whitespace-style-value-list, whitespace-active-style)
10137 (whitespace-toggle-style): New vars.
10138 (whitespace-toggle-option-alist, whitespace-help-text):
10139 Var initialization and docstring fix.
10140 (whitespace-toggle-options, global-whitespace-toggle-options)
10141 (whitespace-cleanup, whitespace-cleanup-region)
10142 (whitespace-report-region, whitespace-interactive-char)
10143 (whitespace-toggle-list): Docstring and code fix.
10144 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10145 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
10146 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
10147 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
10148
10149 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
10152 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
10153 (diff-sanity-check-hunk): Adjust code accordingly.
10154
10155 2008-04-26 Glenn Morris <rgm@gnu.org>
10156
10157 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
10158
10159 * forms-d2.dat: Move to ../etc.
10160 * forms-d2.el (forms-file): Adapt for above change.
10161
10162 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
10163 `translation-table-for-input'.
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
10166 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
10167
10168 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
10169 to punctuation now it's not needed for abbrevs.
10170 (fortran-mode-abbrev-table): Remove defvar, make use of new
10171 define-abbrev-table :regexp feature.
10172
10173 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
10174 insert, now that translation-table-for-input is not needed.
10175
10176 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
10177
10178 * emacs-lisp/pp.el (pp-display-expression): New function,
10179 extracted from pp-eval-expression.
10180 (pp-eval-expression): Use pp-display-expression.
10181 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
10182 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
10183 (pp-eval-last-sexp): Use pp-last-sexp.
10184
10185 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * abbrev.el (define-abbrev-table): Apply props even if the table
10188 exists already.
10189
10190 * minibuffer.el (completion-table-with-context): Fix `pred' for the
10191 various kinds of completion tables.
10192 (completion-emacs22-try-completion): Place cursor after the /, as was
10193 done in Emacs-22's minibuffer-complete-word.
10194 Fix bug reported by David Hansen <david.hansen@gmx.net>.
10195 (completion-emacs22-try-completion): Merge all mergeable text rather
10196 than just /.
10197 (completion-pcm--delim-wild-regex): New var.
10198 (completion-pcm-word-delimiters): New custom.
10199 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
10200 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
10201 (completion-pcm--all-completions, completion-pcm-all-completions)
10202 (completion-pcm--merge-completions, completion-pcm--pattern->string)
10203 (completion-pcm-try-completion): New functions.
10204 (completion-styles-alist): Add them.
10205 (completion-styles): Add it to the default.
10206
10207 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
10208
10209 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
10210 (gdb-var-create-handler): ...until here when there are values.
10211 (gdb-post-prompt): Don't do -var-update with no watch expressions.
10212 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
10213
10214 2008-04-25 Eli Zaretskii <eliz@gnu.org>
10215
10216 * ls-lisp.el (ls-lisp-format): Fix last change.
10217 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
10218 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
10219 (ls-lisp-filesize-f-fmt): New defvars.
10220 (ls-lisp-insert-directory): Dynamically compute format specifiers
10221 for displaying UID, GID, and file size, and store them in the
10222 above variables.
10223 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
10224 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
10225 instead of constant format strings.
10226 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
10227 ls-lisp-filesize-d-fmt instead of constant format strings.
10228
10229 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
10230
10231 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
10232 value of addresses rather than (partial) string value.
10233 (gdb-frame-handler): Change regexp according to above change.
10234 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10235 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
10236 (gdb-assembler-mode): Disable undo in these buffers.
10237
10238 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
10239
10240 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
10241 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
10242
10243 2008-04-24 Sam Steingold <sds@gnu.org>
10244
10245 * textmodes/remember.el (remember-diary-extract-entries): Use
10246 diary-make-entry instead of the obsolete make-diary-entry.
10247
10248 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * subr.el (translation-table-for-input): Mark as obsolete.
10251
10252 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
10253
10254 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
10255
10256 * textmodes/ispell.el (ispell-dictionary-alist-1)
10257 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
10258 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
10259 (ispell-dictionary-alist-6): Remove.
10260 (ispell-dictionary-base-alist): New var, merges the above.
10261 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
10262 Use it.
10263 (ispell-dictionary-alist): Default to nil. Remove autoload.
10264 (ispell-local-dictionary-alist): Remove autoload.
10265
10266 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
10267 (f90-mode-abbrev-table): Use the new :regexp feature.
10268 Merge defvar and mapc into define-abbrev-table.
10269 (f90-imenu-type-matcher): Remove unused `l'.
10270 (f90-imenu-generic-expression): Remove unused `not-ib'.
10271 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
10272 (f90-change-keywords): Use restore-buffer-modified-p.
10273
10274 2008-04-24 Glenn Morris <rgm@gnu.org>
10275
10276 * net/goto-addr.el (goto-address-prog-mode):
10277 * progmodes/bug-reference.el (bug-reference-prog-mode):
10278 Define for compiler.
10279
10280 * minibuffer.el (x-file-dialog): Declare as function.
10281
10282 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
10283 dframe-update-speed rather than obsolete alias speedbar-update-speed.
10284
10285 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
10286 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
10287 work with easymenu. Add :keys where needed.
10288
10289 * calendar/cal-move.el (calendar-scroll-left): Handle case when
10290 event-start is nil.
10291
10292 * calendar/calendar.el (calendar-mode-map): Fix typo.
10293
10294 2008-04-24 Tom Tromey <tromey@redhat.com>
10295
10296 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10297 Document keywords. Add :suppress.
10298 * pcvs-defs.el (cvs-mode-map): Use :suppress.
10299
10300 * net/goto-addr.el (goto-address-unfontify): New function.
10301 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
10302 (goto-address-fontify-region, goto-address-mode)
10303 (goto-address-prog-mode): New functions.
10304
10305 * progmodes/bug-reference.el: New file.
10306
10307 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10308
10309 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
10310
10311 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
10314 macros within lambdas.
10315
10316 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * minibuffer.el (completion-try-completion): Add `point' argument.
10319 Change return value.
10320 (completion-all-completions): Add `point' argument.
10321 (minibuffer-completion-help): Pass the new `point' argument.
10322 (completion--do-completion): Pass the whole field to try-completion.
10323 (completion--try-word-completion): Rewrite, making fewer assumptions.
10324 (completion-emacs21-try-completion, completion-emacs21-all-completions)
10325 (completion-emacs22-try-completion, completion-emacs22-all-completions)
10326 (completion-basic-try-completion, completion-basic-all-completions):
10327 New functions.
10328 (completion-styles-alist): Use them.
10329
10330 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
10331
10332 * textmodes/ispell.el (ispell-set-spellchecker-params):
10333 New function to make sure right params and dictionary alists are used
10334 after spellchecker changes.
10335 (ispell-aspell-dictionary-alist, ispell-last-program-name)
10336 (ispell-initialize-spellchecker-hook): New variables and hook.
10337 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
10338 (ispell-maybe-find-aspell-dictionaries): Remove.
10339 Calls replaced by (ispell-set-spellchecker-params) calls.
10340 (ispell-have-aspell-dictionaries): Remove.
10341
10342 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
10343 by ispell-set-spellchecker-params.
10344
10345 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10346
10347 * complete.el (PC-do-completion): Be more robust in the presence of
10348 unexpected values in minibuffer-completion-predicate.
10349
10350 * minibuffer.el (read-file-name): Don't let-bind default-directory.
10351 Only abbreviate default-filename if it's a file.
10352
10353 * minibuffer.el (read-file-name-function, read-file-name-predicate)
10354 (read-file-name-completion-ignore-case, insert-default-directory):
10355 New vars, moved from fileio.c.
10356 (read-file-name): New fun, moved from fileio.c.
10357 * cus-start.el: Remove insert-default-directory and
10358 read-file-name-completion-ignore-case.
10359
10360 2008-04-23 Magnus Henoch <mange@freemail.hu>
10361
10362 * tar-mode.el (tar-untar-buffer): If the entry has directory
10363 link type, extract it as a directory even if its file name doesn't
10364 end with a slash. Fixes extraction of NetBSD tar archives.
10365
10366 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * server.el (server-start): Also don't get confused by CRs since we
10369 don't quote them.
10370
10371 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
10372
10373 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
10374 (gdb-set-gud-minor-mode-existing-buffers)
10375 (gdb-info-breakpoints-custom, gdb-get-location)
10376 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10377 Previously gdb-create-define-alist wasn't always run and added to
10378 after-save-hook.
10379
10380 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
10381
10382 2008-04-23 Kevin Ryde <user42@zip.com.au>
10383
10384 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
10385 comments like unindented ones.
10386
10387 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10388
10389 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
10390 parameter origins.
10391
10392 2008-04-23 Kevin Ryde <user42@zip.com.au>
10393
10394 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10395 Bind print-level to ensure output forms aren't truncated if
10396 print-level is set to eval-expression-print-level when going via
10397 eval-defun and friends, or has been otherwise fiddled with.
10398
10399 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * progmodes/cc-mode.el (c-basic-common-init): Don't set
10402 font-lock-extend-after-change-region-function globally.
10403
10404 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
10405
10406 * speedbar.el (speedbar-use-tool-tips-flag)
10407 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
10408 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
10409 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
10410 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
10411 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
10412 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
10413 (speedbar-separator-face): Fix typos in docstrings.
10414 (speedbar-stealthy-function-list, speedbar-verbosity-level)
10415 (speedbar-supported-extension-expressions, speedbar-update-current-file)
10416 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
10417 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
10418 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
10419 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
10420 (speedbar-check-vc-this-line, speedbar-files-line-directory)
10421 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10422 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
10423 (speedbar-recenter): Doc fixes.
10424 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
10425 declaration and remove redundant info in docstring.
10426
10427 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * vc-git.el (vc-git-status-printer): Deal with directories.
10430
10431 * vc.el (vc-next-action): Look at more than the first file to
10432 determine the state.
10433
10434 2008-04-23 Glenn Morris <rgm@gnu.org>
10435
10436 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
10437 timers. Doc fix.
10438 (dframe-update-speed): Drop support for XEmacs < 20.
10439 (dframe-frame-mode): Drop support for Emacs < 20.
10440 (dframe-set-timer-internal): Drop support for Emacs without timers.
10441 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
10442
10443 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
10444 versions. Add doc-string. Mark as obsolete.
10445
10446 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
10447
10448 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
10449 rather than using an Emacs version test.
10450
10451 * tree-widget.el (tree-widget-image-enable): Use display-images-p
10452 rather than an Emacs version test.
10453
10454 * calendar/cal-china.el (holiday-chinese-qingming)
10455 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
10456 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
10457 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
10458
10459 * calendar/cal-islam.el (holiday-islamic): Doc fix.
10460
10461 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
10462 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
10463 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10464
10465 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
10466
10467 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
10468 (gdb-previous-frame-pc-address): ...to this.
10469 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
10470 of "info frame" with Gdb 6.4+.
10471 (gdb-stack-list-frames-regexp): New regexp.
10472 (gdb-frame-handler-1): Parse output of -stack-info-frame.
10473
10474 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
10475
10476 * tar-mode.el (tar-prefix-offset): New constant.
10477 (tar-header-block-tokenize): Support paths with long names
10478 which use the "ustar" standard.
10479
10480 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
10481
10482 * image-dired.el (image-dired-track-original-file)
10483 (image-dired-modify-mark-on-thumb-original-file):
10484 Use `dired-goto-file' instead of `search-forward'. This solves
10485 a bug with finding files where the file name is a subset of other
10486 file names. Doc fix.
10487
10488 2008-04-22 Juri Linkov <juri@jurta.org>
10489
10490 * menu-bar.el (buffers-menu-max-size): Move its definition down to
10491 the "Buffers Menu" section. Change group name `mouse' to `menu'.
10492 (yank-menu-length): Change group name `mouse' to `menu'.
10493 (buffers-menu-buffer-name-length): New user option.
10494 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
10495 instead of the hard-coded number 27.
10496
10497 2008-04-22 Juri Linkov <juri@jurta.org>
10498
10499 * isearch.el (eval-when-compile): Require `help-macro'.
10500 (isearch-help-for-help-internal): Isearch specific Help screen
10501 created by `make-help-screen'.
10502 (isearch-help-map): New variable that binds "b", "k", "m" to
10503 isearch-specific commands, and binds other keys to
10504 isearch-other-control-char, thus allowing other Help keys to
10505 exit isearch mode and execute their global definitions.
10506 (isearch-help-for-help, isearch-describe-bindings)
10507 (isearch-describe-key, isearch-describe-mode): New commands.
10508 (isearch-mode-help): Define alias to isearch-describe-mode
10509 and remove its old function definition.
10510 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
10511 Remove old comments because this issue is settled now.
10512 (isearch-forward): Describe three new Help commands in the docstring.
10513 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
10514 leave the single sentence at the first line of the docstring,
10515 and prepend the word "function" before `isearch-forward'
10516 to make the Help link to the function instead of variable.
10517
10518 2008-04-22 Juri Linkov <juri@jurta.org>
10519
10520 * isearch.el (isearch-success-function): New variable with default
10521 to `isearch-success-function-default'.
10522 (isearch-search): Call a function from `isearch-success-function'
10523 instead of calling the hard-coded `isearch-range-invisible'.
10524 (isearch-success-function-default): New function that calls
10525 `isearch-range-invisible' and inverts its return value.
10526
10527 * info.el (Info-search): In two similar places that skip
10528 undesired search matches move code to Info-search-success-function,
10529 and call `isearch-success-function' instead.
10530 (Info-search-success-function): New function copied from code
10531 in Info-search. Replace isearch-range-invisible with
10532 text-property-not-all that checks for 'invisible and 'display
10533 properties to skip partially invisible matches (whose display
10534 properties were set by Info-fontify-node).
10535 (Info-mode): Set buffer-local isearch-success-function
10536 to Info-search-success-function.
10537
10538 2008-04-22 Juri Linkov <juri@jurta.org>
10539
10540 * minibuffer.el (internal-complete-buffer-except): New function.
10541
10542 * files.el (read-buffer-to-switch): New function.
10543 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10544 Change interactive spec to call read-buffer-to-switch instead of
10545 using the letter "B".
10546
10547 * simple.el (minibuffer-default-add-shell-commands): New function.
10548 Use declare-function for mailcap-file-default-commands from "mailcap".
10549 (shell-command): Set local minibuffer-default-add-function to
10550 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
10551 before calling read-shell-command. Set 4th arg default-value of
10552 read-shell-command to relative buffer-file-name in file buffers.
10553
10554 * dired-aux.el (dired-read-shell-command-default): Move it to
10555 gnus/mailcap.el and change its name to more general name
10556 mailcap-file-default-commands.
10557 (minibuffer-default-add-dired-shell-commands): New function.
10558 Use declare-function for mailcap-file-default-commands from "mailcap".
10559 (dired-read-shell-command): Set local minibuffer-default-add-function
10560 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
10561 before calling read-shell-command. Remove dired-read-shell-command-default
10562 from the default value arg because default values are not set in
10563 minibuffer-default-add-dired-shell-commands. Doc fix.
10564
10565 * dired-x.el (dired-smart-shell-command): Sync arguments and
10566 interactive spec with changes in `shell-command'.
10567 Use dired-get-filename to get the dired file name at point
10568 as the default value in dired mode.
10569
10570 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
10571
10572 * info.el (Info-complete-menu-item): Add missing parenthesis.
10573
10574 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * info.el (Info-complete-menu-item): Save point.
10577
10578 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
10581
10582 2008-04-22 Andreas Schwab <schwab@suse.de>
10583
10584 * Makefile.in (emacs-deps): Define.
10585 Use it instead of $(lisp)/subdirs.el.
10586
10587 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
10588
10589 * vc.el (vc-next-action): Do not consider directories when
10590 checking for state compatibility.
10591 (vc-transfer-file): Use when not if.
10592 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
10593 (vc-dir-mark-file): Use them.
10594 (vc-deduce-fileset): Also return the backend.
10595 (vc-diff-internal): Take as argument the value returned by
10596 vc-deduce-fileset instead of just the fileset.
10597 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
10598 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
10599 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
10600
10601 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
10602
10603 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
10604 set-window-vscroll but image-scroll-down. Fixes a bug where a
10605 command following SPC scrolled up again.
10606
10607 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
10608
10609 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
10610 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
10611 (gud-watch): Add "$" prefix when in registers buffer.
10612
10613 2008-04-22 Glenn Morris <rgm@gnu.org>
10614
10615 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
10616
10617 * whitespace.el (whitespace-display-table)
10618 (whitespace-display-table-was-local): Move definitions before use.
10619
10620 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
10621 (copyright-limit): Respect copyright-at-end-flag.
10622 (copyright-re-search, copyright-start-point)
10623 (copyright-offset-too-large-p): New functions.
10624 (copyright-update-year): Use copyright-re-search.
10625 (copyright-update, copyright-fix-years): Use copyright-start-point,
10626 and copyright-re-search.
10627 (copyright): Use copyright-offset-too-large-p.
10628 * add-log.el (change-log-mode): Set copyright-at-end-flag.
10629
10630 * add-log.el (top-level): Require 'cl when compiling.
10631
10632 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
10635 Treat minibuffer-completion-predicate as a predicate.
10636
10637 * minibuffer.el (completion--file-name-table): Accept both the old
10638 `dir' arg or the new `pred' arg.
10639
10640 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
10641 `predicate' argument to pass non-predicate data.
10642 (ffap-read-url-internal, ffap-read-file-or-url-internal):
10643 Use second arg as proper predicate.
10644
10645 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10646 (vc-bzr-revision-completion-table): Use completion-table-with-context
10647 instead.
10648
10649 * simple.el (choose-completion-string): Use minibuffer-completion-table.
10650
10651 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
10652
10653 * term.el (term-emulate-terminal): Perform redisplay after the
10654 process filter has finished running.
10655
10656 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10659
10660 * minibuffer.el (completion-try-completion): Change magic symbol
10661 property name. Rename from minibuffer-try-completion.
10662 (completion-all-completions): Rename from minibuffer-all-completions.
10663 Remove hide-spaces argument.
10664 (completion--do-completion): Rename from minibuffer--do-completion.
10665 (minibuffer-complete-and-exit): Call just try-completion rather than
10666 completion-try-completion to fix up the case.
10667 (completion--try-word-completion): Try to add space or hyphen before
10668 making `string' a prefix of `completion'.
10669 (completion--insert-strings): Rename from minibuffer--insert-strings.
10670
10671 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
10672
10673 * net/tls.el (tls-program): Add -ign_eof argument to call the
10674 openssl commands.
10675 (tls-checktrust): Ditto.
10676
10677 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
10678
10679 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10680
10681 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10682 (vc-check-master-templates, vc-file-not-found-hook)
10683 (vc-kill-buffer-hook):
10684 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10685 (vc-find-position-by-context, vc-buffer-context)
10686 (vc-restore-buffer-context, vc-responsible-backend)
10687 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10688 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10689 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10690 (vc-version-diff, vc-diff, vc-insert-headers)
10691 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10692 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10693 (vc-revert, vc-rollback, vc-version-backup-file)
10694 (vc-rename-master, vc-delete-file, vc-rename-file)
10695 (vc-branch-part, vc-default-retrieve-snapshot)
10696 (vc-annotate-display-autoscale, vc-annotate-display-select)
10697 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10698 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10699 (vc-dir-update): Handle directories.
10700 (vc-default-status-printer): Simplify.
10701
10702 * progmodes/asm-mode.el (asm-mode-map):
10703 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10704
10705 * progmodes/m4-mode.el (m4-mode-map): Add menu.
10706
10707 2008-04-21 Kenichi Handa <handa@m17n.org>
10708
10709 * select.el (xselect-convert-to-string): Send a C_STRING only if
10710 the polymorphic target TEXT is requested.
10711
10712 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
10713
10714 * minibuffer.el (completion-setup-hook, display-completion-list)
10715 (completion--file-name-table): Fix typos in docstrings.
10716 (completion-table-dynamic): Fix typo, and reflow docstring.
10717
10718 2008-04-20 Andreas Schwab <schwab@suse.de>
10719
10720 * server.el (server-switch-buffer): Also consider clients in the
10721 selected frame.
10722
10723 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10724
10725 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10726 Select window clicked on first.
10727 (gdb): Display thread number in mode-line.
10728 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10729 (gdb-breakpoints-header): New variable.
10730 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10731
10732 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
10735 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10736 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10737 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10738 (vc-sccs-print-log): Use it.
10739
10740 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10741
10742 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10743 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10744
10745 * tooltip.el (tooltip-previous-message): New var.
10746 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10747 the C code (avoid overwriting a minibuffer, restore previous echo
10748 message, ...).
10749 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10750 Simplify.
10751
10752 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
10753
10754 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10755 (gdb-init-1): Initialise it.
10756 (gdb-annotation-rules): New entry for "new-thread".
10757 (gdb-thread-identification): New function to customize
10758 mode-line-buffer-identification.
10759 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10760 (gdb-assembler-mode): Use it.
10761 (gdb-threads-mode): Force "info threads" onto queue.
10762
10763 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * files.el (locate-file-completion-table): Rename from
10766 locate-file-completion and make it use `pred' in the normal way.
10767 (locate-file-completion): New compatibility wrapper.
10768 (load-library): Use locate-file-completion-table.
10769 * finder.el (finder-commentary):
10770 * subr.el (locate-library):
10771 * emacs-lisp/find-func.el (find-library): Likewise.
10772 * info.el: Use with-current-buffer and inhibit-read-only.
10773 (Info-read-node-name-2): Change to use `predicate' in the normal way.
10774 (Info-read-node-name-1): Adjust uses accordingly.
10775
10776 * minibuffer.el (completion-table-with-context): Add support for `pred'.
10777 (completion-table-with-terminator): Don't use complete-with-action
10778 since we have to distinguish all three cases anyway.
10779 (completion-table-with-predicate): New function.
10780 (dynamic-completion-table): Add obsolete alias.
10781
10782 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10783
10784 2008-04-18 Sam Steingold <sds@gnu.org>
10785
10786 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10787 Use quit-window instead of bury-buffer.
10788
10789 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * minibuffer.el (completion-table-with-terminator): Fix last fix.
10792
10793 2008-04-18 Andreas Schwab <schwab@suse.de>
10794
10795 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10796 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10797 Depend on $(lisp)/subdirs.el.
10798
10799 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * descr-text.el (describe-char-after):
10802 Use `define-obsolete-function-alias'.
10803
10804 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10805
10806 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10807
10808 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10809 Remove redundant obsolescence info in docstring.
10810
10811 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10812 (vc-header-alist): Add WHEN to obsolescence declaration.
10813 (vc-state): Fix typo in docstring.
10814
10815 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10816 Use `define-obsolete-variable-alias'.
10817
10818 * emulation/tpu-edt.el (tpu-have-ispell):
10819 * international/codepage.el (codepage-setup):
10820 Fix typo in obsolescence declaration.
10821
10822 * international/mule.el (char-coding-system-table):
10823 Remove redundant obsolescence info in docstring.
10824 (charset-list, generic-char-p, set-char-table-default):
10825 Fix typos in obsolescence declarations.
10826
10827 * international/mule-diag.el (non-iso-charset-alist):
10828 Fix typo in obsolescence declaration.
10829 (decode-codepage-char): Remove redundant obsolescence info in docstring.
10830
10831 * font-core.el (font-lock-defaults-alist):
10832 * font-lock.el (font-lock-reference-face):
10833 * frame.el (screen-height, screen-width, set-screen-width)
10834 (set-screen-height):
10835 * hilit-chg.el (highlight-changes-initial-state):
10836 * isearch.el (isearch-return-char):
10837 * log-edit.el (cvs-commit-buffer-require-final-newline)
10838 (cvs-changelog-full-paragraphs):
10839 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10840 (mouse-popup-menubar-stuff):
10841 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10842 (mouse-wheel-click-button):
10843 * outline.el (outline-visible):
10844 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10845 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10846 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10847 * progmodes/compile.el (compile-internal):
10848 Add WHEN to obsolescence declarations.
10849
10850 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10853 is not better anyway.
10854
10855 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10856
10857 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10858 properly.
10859
10860 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10863 (python-use-skeletons): Remove, unused.
10864 (python-skeletons): Remove. Use the abbrev table instead.
10865 (python-mode-abbrev-table): Fix regexp;
10866 add enable-function and case-fixed.
10867 (def-python-skeleton): Simplify.
10868 (python-expand-template): Use the abbrev-table and abbrev-insert.
10869 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10870 Remove.
10871 (python-mode): Don't set pre-abbrev-expand-hook.
10872
10873 * skeleton.el: Set coding-tag.
10874
10875 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10876 (expand-abbrev): Use it.
10877 (abbrev-table-menu): New function.
10878
10879 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10880
10881 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10882
10883 2008-04-17 Sam Steingold <sds@gnu.org>
10884
10885 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10886 idiosyncratic bury-buffer/delete-window logic.
10887
10888 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
10889
10890 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10891 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10892
10893 2008-04-17 Kenichi Handa <handa@m17n.org>
10894
10895 * international/characters.el: Don't make the width of U+00AD to 0.
10896
10897 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10900 (gdb, gdb-starting, gdb-frames-mode): Use it.
10901 (gdb-invalidate-frames): Advise to call "info stack" only if
10902 execution has occurred.
10903 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10904 selected frame if no execution has occurred.
10905 (gdb-frames-force-update): New interactive function.
10906 (gdb-frames-mode-map): Bind it to "F".
10907
10908 2008-04-17 Michael Olson <mwolson@gnu.org>
10909
10910 * textmodes/remember.el (remember-version): Release Remember 2.0.
10911
10912 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
10913
10914 * textmodes/artist.el:
10915 * progmodes/vhdl-mode.el:
10916 * progmodes/verilog-mode.el:
10917 * progmodes/vera-mode.el:
10918 * progmodes/simula.el:
10919 * progmodes/ps-mode.el:
10920 * progmodes/cmacexp.el:
10921 * obsolete/hilit19.el:
10922 * emulation/viper.el:
10923 * ediff.el: Cleanup the bug-report email addresses and make sure the
10924 maintainer is still willing to handle bug reports.
10925
10926 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10927
10928 * vc.el (vc-dir-kill-query): Fix thinko.
10929
10930 2008-04-16 Glenn Morris <rgm@gnu.org>
10931
10932 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10933 by diary-sexp-entry.
10934
10935 2008-04-16 Markus Triska <markus.triska@gmx.at>
10936
10937 * proced.el (proced-command-alist): Add support for darwin.
10938
10939 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * proced.el (proced-mode): Redefine as just the major-mode.
10942 (proced): Separate it from proced-mode.
10943
10944 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10945
10946 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10947
10948 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10949 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
10950 `tab-width' setting from user. New version 10.0. Doc and docstring
10951 fix.
10952 (whitespace-style, whitespace-chars): Remove options.
10953 (whitespace-style-mark): New option, replace whitespace-style deleted
10954 option. Fix docstring.
10955 (whitespace-style-color): New option, replace whitespace-chars deleted
10956 option. Fix docstring.
10957 (whitespace-space, whitespace-hspace, whitespace-tab)
10958 (whitespace-newline, whitespace-trailing, whitespace-line)
10959 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10960 (whitespace-space-after-tab, whitespace-hspace-regexp)
10961 (whitespace-space-regexp, whitespace-tab-regexp)
10962 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10963 (whitespace-empty-at-eob-regexp, whitespace-line-column)
10964 (whitespace-toggle-option-alist): Fix docstring.
10965 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10966 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10967 docstring and initialization.
10968 (global-whitespace-mode): Autoloaded global minor mode.
10969 (whitespace-chars-value-list, whitespace-style-value-list)
10970 (whitespace-active-chars, whitespace-active-style)
10971 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10972 (whitespace-color-value-list): New var, replace
10973 whitespace-chars-value-list removed var.
10974 (whitespace-mark-value-list): New var, replace
10975 whitespace-style-value-list removed var.
10976 (whitespace-active-color): New var, replace whitespace-active-chars
10977 removed var.
10978 (whitespace-active-mark): New var, replace whitespace-active-style
10979 removed var.
10980 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10981 removed var.
10982 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10983 removed var.
10984 (whitespace-toggle-option-alist, whitespace-report-list)
10985 (whitespace-report-text, whitespace-help-text): Fix initialization.
10986 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10987 (whitespace-toggle-options, global-whitespace-toggle-options)
10988 (whitespace-cleanup-region, whitespace-report-region)
10989 (whitespace-interactive-char): Fix docstring and code.
10990 (whitespace-cleanup, whitespace-report): Fix docstring.
10991 (whitespace-replace-spaces-by-tabs): Remove fun.
10992 (whitespace-replace-action): New fun, replace
10993 whitespace-replace-spaces-by-tabs removed fun.
10994 (whitespace-regexp, whitespace-indentation-regexp)
10995 (whitespace-space-after-tab-regexp, whitespace-insert-value)
10996 (whitespace-kill-buffer): New funs.
10997 (whitespace-insert-option-mark, whitespace-help-on)
10998 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10999 (whitespace-color-on, whitespace-color-off)
11000 (whitespace-display-char-on): Fix code.
11001
11002 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
11005 (mouse-throw-magnifier-with-mouse-movement): Remove.
11006 (mouse-throw-magnifier-base): New const.
11007 (mouse-drag-scroll-delta): New fun.
11008 (mouse-drag-throw): Use it.
11009
11010 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
11011
11012 * international/uni-bidi.el, international/uni-category.el:
11013 * international/uni-combining.el, international/uni-comment.el:
11014 * international/uni-decimal.el, international/uni-decomposition.el:
11015 * international/uni-digit.el, international/uni-lowercase.el:
11016 * international/uni-mirrored.el, international/uni-name.el:
11017 * international/uni-numeric.el, international/uni-old-name.el:
11018 * international/uni-titlecase.el, international/uni-uppercase.el:
11019 * international/charprop.el: Regenerate.
11020
11021 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
11022
11023 * vc.el (vc-status-fileinfo): Add new member directoryp.
11024 (vc-default-status-printer): Print directories.
11025 (vc-status-update): Sort files before subdirectories.
11026
11027 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
11028 Add alternative implementation based on "cvs update".
11029
11030 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
11031
11032 * doc-view.el: Changed requirements section to tell that only one
11033 of dvipdf or dvipdfm is needed.
11034 (doc-view-already-converted-p): Fix bug that forced reconversion
11035 if doc was already converted.
11036
11037 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * minibuffer.el (minibuffer-message):
11040 Make sure we can put-text-property.
11041
11042 * emacs-lisp/crm.el: Complete rewrite.
11043
11044 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
11045 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
11046 case of an error in display-completion-list.
11047
11048 * filecache.el (file-cache-completions-keymap): Move init from
11049 file-cache-completion-setup-function into declaration.
11050 (file-cache-minibuffer-complete): Simplify.
11051 (file-cache-completion-setup-function): Use standard-output,
11052 preserve current-buffer.
11053
11054 * vc.el (vc-status-update): Fix typo.
11055 (vc-status-update): Set needs-update.
11056 (vc-status-refresh): η-reduce.
11057
11058 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11059
11060 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
11061 to image-eol.
11062
11063 2008-04-14 Alexandre Julliard <julliard@winehq.org>
11064
11065 * vc.el (vc-status-update): Undo the previous revert.
11066
11067 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * minibuffer.el (completion-table-with-terminator): Those completions
11070 are never valid w.r.t test-completion.
11071 (completion--file-name-table):
11072 Check completion-all-completions-with-base-size.
11073
11074 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
11075
11076 * doc-view.el (doc-view-dvipdf-program): New variable.
11077 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
11078 (doc-view-mode-p): Check for doc-view-dvipdf-program as
11079 alternative for doc-view-dvipdfm-program.
11080 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
11081
11082 * doc-view.el (doc-view-start-process): Don't set
11083 default-directory to "~/" if the current value is valid.
11084 This broke PS files that run other files in the same directory.
11085
11086 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
11087
11088 * vc.el (vc-status-kill-query): New function.
11089 (vc-status-mode): Add it to kill-buffer-query-functions.
11090 (vc-status-show-fileentry): New function.
11091 (vc-status-menu-map): Bind it. Bind vc-next-action.
11092
11093 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * minibuffer.el (minibuffer-message): Put cursor at the right place.
11096
11097 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11098
11099 * proced.el (proced-send-signal): Fix error recognition.
11100
11101 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11102
11103 * proced.el (proced-command-alist): Remove sort column.
11104 (proced-command, proced-procname-column):
11105 Use make-variable-buffer-local.
11106 (proced-signal-function): Rename from proced-kill-program.
11107 Allow for elisp symbols and string values representing system calls.
11108 (proced-marker-regexp, proced-success-message): New functions.
11109 (proced): Use defalias. Add autoload cookie.
11110 (proced-unmark-backward, proced-toggle-marks)
11111 (proced-hide-processes): New commands.
11112 (proced-do-mark): Simplify code.
11113 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
11114 (proced-update): Remove sorting.
11115 (proced-send-signal): Display number of processes to operate on.
11116 Allow for system calls or elisp functions to send signals.
11117 Check if signal was sent successfully.
11118
11119 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * minibuffer.el (completion-all-completion-with-base-size): New var.
11122 (completion--some): New function.
11123 (completion-table-with-context, completion--file-name-table):
11124 Return the base-size if requested.
11125 (completion-table-in-turn): Generalize to multiple arguments.
11126 (complete-in-turn): Compatibility alias.
11127 (completion-styles-alist): New var.
11128 (completion-styles): New customization.
11129 (minibuffer-try-completion, minibuffer-all-completions):
11130 New functions.
11131 (minibuffer--do-completion, minibuffer-complete-and-exit)
11132 (minibuffer-try-word-completion): Use them.
11133 (display-completion-list, minibuffer-completion-help): Use them.
11134 Handle all-completions's new base-size info to set completion-base-size.
11135 * info.el (Info-read-node-name-1): Use completion-table-with-context,
11136 completion-table-with-terminator and complete-with-action.
11137 Remove the now obsolete completion-base-size-function property.
11138 * simple.el (completion-list-mode-map): Move init into declaration.
11139 (completion-list-mode): Use define-derived-mode.
11140 (completion-setup-function): Use any completion-base-size that may
11141 have been set before. Remove handling of completion-base-size-function.
11142 * loadup.el: Move abbrev.el up earlier.
11143
11144 2008-04-13 Alexandre Julliard <julliard@winehq.org>
11145
11146 * vc-git.el (vc-git-after-dir-status-stage)
11147 (vc-git-dir-status-goto-stage): New functions.
11148 (vc-git-after-dir-status-stage1)
11149 (vc-git-after-dir-status-stage1-empty-db)
11150 (vc-git-after-dir-status-stage2): Remove, functionality moved
11151 into the new generic stage functions.
11152 (vc-git-dir-status-files): New function.
11153
11154 * vc.el (vc-status-update): Revert an incorrect rewrite.
11155 Add some comments.
11156 (vc-status-refresh-files): New function.
11157 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
11158 state of up-to-date files.
11159 (vc-default-dir-status-files): New function.
11160
11161 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
11162
11163 * minibuffer.el (completion--embedded-envvar-table)
11164 (read-file-name-internal): Fix typos in 2008-04-11 change.
11165
11166 * faces.el (read-face-name): Use `completion-table-in-turn',
11167 not `complete-in-turn'.
11168
11169 2008-04-13 Andreas Schwab <schwab@suse.de>
11170
11171 * progmodes/etags.el: Require 'cl when compiling.
11172
11173 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
11174
11175 * progmodes/gud.el (gud-menu-map): Expand tooltip.
11176
11177 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
11178 (menu): Add/expand menu tooltips.
11179
11180 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11181
11182 * progmodes/sh-script.el (sh-show-indent): Fix typo.
11183 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
11184
11185 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
11186 considered registered.
11187
11188 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11189
11190 * emacs-lisp/copyright.el (copyright-update-directory): New command.
11191
11192 * ediff-wind.el (ediff-split-window-function)
11193 (ediff-merge-split-window-function): Improve custom type.
11194
11195 2008-04-12 Eli Zaretskii <eliz@gnu.org>
11196
11197 * loadup.el ("minibuffer"): Move after "faces".
11198
11199 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * progmodes/hideif.el (hif-factor): Handle unary minus.
11202
11203 2008-04-12 Glenn Morris <rgm@gnu.org>
11204
11205 * calendar/cal-china.el (chinese-calendar-time-zone):
11206 Mark obsolete name as risky too.
11207
11208 * calendar/calendar.el (calendar-faces): New custom group.
11209 (calendar-today, diary, holiday): Doc fix.
11210 Move to calendar-faces group.
11211 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
11212 (diary-button): Doc fix. Move to calendar-faces group.
11213
11214 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
11215 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
11216 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
11217 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
11218 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
11219 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
11220 not in dumped files before the associated defcustom.
11221
11222 2008-04-11 Johan Bockgård <bojohan@gnu.org>
11223
11224 * minibuffer.el (lazy-completion-table): Fix debug spec.
11225
11226 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * minibuffer.el (complete-with-action, lazy-completion-table):
11229 Move from subr.el.
11230 (apply-partially, completion-table-dynamic)
11231 (completion-table-with-context, completion-table-with-terminator)
11232 (completion-table-in-turn): New funs.
11233 (completion--make-envvar-table, completion--embedded-envvar-table):
11234 New funs.
11235 (read-file-name-internal): Use them.
11236 (completion-setup-hook): Move from simple.el.
11237 * subr.el (complete-with-action, lazy-completion-table):
11238 * simple.el (completion-setup-hook): Move to minibuffer.el.
11239
11240 2008-04-11 Glenn Morris <rgm@gnu.org>
11241
11242 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
11243
11244 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
11247
11248 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
11249
11250 * textmodes/fill.el (fill-forward-paragraph-function): New var.
11251 (fill-forward-paragraph): New fun.
11252 (fill-paragraph, fill-region): Use it.
11253
11254 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
11255 (vc-status-create-fileinfo): Make `extra' optional.
11256 (vc-status-busy): New fun.
11257 (vc-status-menu-map): Use it.
11258 (vc-status-crt-marked): Remove.
11259 (vc-status-update): Rename from vc-status-add-entries.
11260 Add argument so as to prevent addition of entries. Rewrite.
11261 (vc-update-vc-status-buffer): Remove.
11262 (vc-status-refresh): Don't remove old entries, set them to
11263 up-to-date instead. Also do it after the update is complete.
11264 (vc-status-marked-files): η-reduce.
11265
11266 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
11267 for non-dialogs.
11268
11269 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
11270
11271 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
11272
11273 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
11274
11275 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
11276 to t and don't truncate msg.
11277
11278 2008-04-11 Glenn Morris <rgm@gnu.org>
11279
11280 * calendar/calendar.el (diary, holidays):
11281 Move custom groups to other files.
11282 (holiday-general-holidays, holiday-oriental-holidays)
11283 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
11284 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11285 (holiday-hebrew-holidays, holiday-christian-holidays)
11286 (holiday-islamic-holidays, holiday-bahai-holidays)
11287 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
11288 * calendar/diary-lib.el: Move custom group here from calendar.el.
11289 * calendar/holidays.el: Move custom group and variables here
11290 from calendar.el.
11291
11292 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
11293
11294 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
11295 Fix custom group.
11296 (calendar-current-time-zone-cache): Autoload riskiness.
11297
11298 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
11299
11300 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
11301
11302 * woman.el (woman2-TH): Use string-equal instead of string-match.
11303
11304 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
11307 (smerge-resolve): Merge the "2-way refinement" case with one half of
11308 the "mere whitespace" resolution.
11309
11310 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11311
11312 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
11313
11314 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11317 Add WHEN to obsolescence declaration.
11318
11319 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
11320
11321 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
11322
11323 * vc-hooks.el (vc-state): Add new state `conflict'.
11324 (vc-after-save): Use when not if.
11325 (vc-default-mode-line-string): Deal with the conflict state.
11326 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
11327
11328 * vc.el (vc-editable-p, vc-default-status-printer)
11329 (vc-next-action): Deal with the conflict state.
11330 (vc-mark-resolved): New function.
11331 (vc-status-mode): Fix mode name.
11332 (vc-default-comment-history): Use when not if.
11333 (Todo): Add new entries, remove old ones.
11334
11335 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
11336 (vc-cvs-parse-status, vc-cvs-after-dir-status):
11337 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
11338 Detect the conflict state.
11339
11340 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
11341
11342 2008-04-10 Glenn Morris <rgm@gnu.org>
11343
11344 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
11345 Respect truncate-partial-width-windows in non-full windows,
11346 with regards to :toggle and :enable state.
11347
11348 * simple.el (toggle-truncate-lines): Doc fix.
11349
11350 * Makefile.in (MH_E_DIR): New variable.
11351 (MH_E_SRC): Restore variable removed 2008-03-13.
11352 (mh-loaddefs.el): Depend on $MH_E_SRC.
11353 (CAL_DIR, CAL_SRC): New variables.
11354 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
11355 Depend on CAL_SRC.
11356
11357 * calendar/calendar.el (calendar, diary): Add :prefix.
11358 (holidays): Change :prefix.
11359 (calendar-today, holiday, calendar-holiday-marker)
11360 (european-calendar-style): Change custom groups.
11361
11362 * calendar/calendar.el (diary-hook, diary-display-hook):
11363 Move to diary-lib.el.
11364 * calendar/diary-lib.el (diary-hook, diary-display-hook):
11365 Move here from calendar.el.
11366 * calendar/appt.el: Require diary-lib rather than calendar.
11367 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
11368
11369 * calendar/appt.el (appt): Add :prefix.
11370
11371 * calendar/diary-lib.el (diary-hook): Doc fix.
11372 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
11373
11374 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
11377 New functions.
11378
11379 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
11380 the arg to recursive calls.
11381
11382 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11383
11384 * minibuffer.el (completion-auto-help): Fix typo.
11385
11386 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
11389
11390 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
11391
11392 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
11393 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
11394
11395 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
11398
11399 * minibuffer.el (minibuffer): Move group from cus-edit.el.
11400 (completion-auto-help): Move from C code.
11401 (minibuffer--maybe-completion-help): Remove.
11402 (minibuffer--bitset): New function.
11403 (minibuffer--do-completion): Rename from minibuffer-do-completion.
11404 Renumber a bit. Really complete on string *before* point.
11405 Add argument used for word-completion.
11406 Join trailing / in completion with following text, as done in
11407 minibuffer-complete-word.
11408 Handle new value `lazy' for completion-auto-help.
11409 (minibuffer-try-word-completion): New function extracted from
11410 minibuffer-complete-word.
11411 (minibuffer-complete-word): Use minibuffer--do-completion.
11412 (minibuffer--insert-strings): Rename from
11413 minibuffer-complete-insert-strings.
11414 (exit-minibuffer): Fix typo.
11415 * cus-edit.el (minibuffer): Move group to minibuffer.el.
11416 * cus-start.el: Remove completion-auto-help.
11417
11418 2008-04-09 Alexandre Julliard <julliard@winehq.org>
11419
11420 * vc.el (vc-status-add-entries): New function.
11421 (vc-status-add-entry): Remove.
11422 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
11423 Use vc-status-add-entries.
11424
11425 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
11426 order.
11427
11428 2008-04-09 Jason Rumney <jasonr@gnu.org>
11429
11430 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
11431 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
11432 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
11433 (AUTOGENEL): New variable.
11434 (distclean, maintainer-clean): New targets.
11435
11436 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11437
11438 * emacs-lisp/regexp-opt.el (regexp-opt):
11439 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
11440
11441 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
11442
11443 * nxml/nxml-mode.el (nxml-cleanup): New function.
11444 (nxml-mode): Add it to change-major-mode-hook.
11445
11446 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11447
11448 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
11449
11450 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
11451
11452 * calc/.cvsignore: New file.
11453
11454 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
11455
11456 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
11457
11458 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
11459 show-help-function when turning tooltip off.
11460 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
11461 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
11462
11463 2008-04-09 Alan Mackenzie <acm@muc.de>
11464
11465 * font-lock.el (font-lock-extend-after-change-region-function):
11466 Make it buffer local.
11467
11468 2008-04-09 Glenn Morris <rgm@gnu.org>
11469
11470 * calendar/calendar.el (diary-file, european-calendar-style):
11471 Remove autoload cookies.
11472
11473 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11474
11475 * outline.el (outline-mode-menu-bar-map):
11476 * log-view.el (log-view-mode-menu):
11477 * log-edit.el (log-edit-menu): Add :help.
11478
11479 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
11480
11481 * emacs-lisp/regexp-opt.el (regexp-opt-group):
11482 Use substring-no-properties for correct handling of unibyte strings.
11483
11484 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * add-log.el (change-log-next-buffer): Handle the case where version<
11487 signals an error.
11488
11489 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
11490 mouse-major-mode-menu.
11491 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
11492 (mouse-major-mode-menu, mouse-popup-menubar)
11493 (mouse-popup-menubar-stuff): Use them.
11494 (C-down-mouse-3): Bind to a dynamic map rather than to
11495 mouse-popup-menubar-stuff.
11496
11497 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
11498 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
11499
11500 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
11503 file:// access method.
11504
11505 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * minibuffer.el: New file.
11508 * loadup.el: Load it.
11509
11510 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
11513 rather than subdirs.el. It introduces an ugly circular dependency, tho.
11514
11515 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
11516 (calc-mode-map, calc-digit-map, calc-dispatch-map):
11517 Move initialization into declaration.
11518 * calc/calc-yank.el:
11519 * calc/calc-misc.el:
11520 * calc/calc-embed.el:
11521 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
11522
11523 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
11524
11525 * ps-samp.el (ps-add-printer, ps-remove-printer)
11526 (ps-make-dynamic-printer-menu): New functions.
11527
11528 * net/zeroconf.el: New file.
11529
11530 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
11533
11534 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
11535
11536 * vc-rcs.el (vc-rcs-modify-change-comment):
11537 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
11538
11539 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
11540
11541 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
11542
11543 * international/mule-cmds.el (set-locale-environment): Don't warn if
11544 coding system doesn't agree with system locale (this reverts changes
11545 by Dave Love, dated 2002-10-27 and 2002-10-09).
11546
11547 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11548 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
11549
11550 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
11551
11552 2008-04-08 Glenn Morris <rgm@gnu.org>
11553
11554 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
11555 * textmodes/remember.el (remember-diary-convert-entry):
11556 Require calendar.
11557
11558 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
11559 diary-file, since it is the default for make-diary-entry anyway.
11560
11561 * calendar/cal-menu.el (cal-menu-event-to-date):
11562 Rename calendar-event-to-date. Update callers.
11563 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
11564 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
11565 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
11566 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
11567 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
11568 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
11569 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
11570 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
11571 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
11572 (calendar-mouse-tex-month-landscape):
11573 Rename cal-tex-mouse-month-landscape.
11574 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
11575 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
11576 (calendar-mouse-tex-year-landscape):
11577 Rename cal-tex-mouse-year-landscape.
11578 (cal-menu-context-mouse-menu): Update for above name changes.
11579
11580 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11581 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11582 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
11583 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
11584 * calendar/holidays.el: Replace int-to-string with number-to-string.
11585
11586 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
11587
11588 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
11589 region if point moves.
11590
11591 2008-04-08 Kenichi Handa <handa@m17n.org>
11592
11593 * faces.el (font-slant-table): Change numeric values for `r',
11594 `roman', and `normal'.
11595
11596 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
11597
11598 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
11599
11600 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
11601
11602 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
11603 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
11604
11605 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
11606
11607 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
11608 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
11609
11610 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
11613
11614 2008-04-07 Sam Steingold <sds@gnu.org>
11615
11616 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
11617 Add helper functions.
11618 (lisp-do-defun): Extract the common part of lisp-eval-defun and
11619 lisp-compile-defun; DEFVAR forms reset the variables to the init
11620 values, just like in emacs-lisp mode eval-defun.
11621 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
11622 (lisp-compile-region): Use lisp-compile-string.
11623
11624 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * subr.el (combine-and-quote-strings): Also quote strings that contain
11627 the separator.
11628
11629 * pcvs-util.el (cvs-map): Avoid recursion :-(
11630
11631 2008-04-07 Glenn Morris <rgm@gnu.org>
11632
11633 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
11634
11635 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
11636 view-diary-entries-initially. Keep old name as alias, update users.
11637 (calendar-mark-diary-entries-flag): Rename
11638 mark-diary-entries-in-calendar. Keep old name as alias, update users.
11639 (calendar-view-holidays-initially-flag): Rename
11640 view-calendar-holidays-initially. Keep old name as alias, update users.
11641 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
11642 Keep old name as alias, update users.
11643 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
11644 Keep old name as alias, update users.
11645 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11646 Keep old name as alias, update users.
11647 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11648 Keep old name as alias, update users.
11649 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
11650 (diary-american-date-forms): Rename american-date-diary-pattern.
11651 Keep old name as alias, update users.
11652 (diary-european-date-forms): Rename european-date-diary-pattern.
11653 Keep old name as alias, update users.
11654 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11655 Keep old name as alias, update users.
11656 (calendar-european-date-display-form): Rename
11657 european-calendar-display-form. Keep old name as alias, update users.
11658 (calendar-american-date-display-form): Rename
11659 european-calendar-display-form. Keep old name as alias, update users.
11660 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11661 Keep old name as alias, update users.
11662 (holiday-general-holidays): Rename general-holidays.
11663 Keep old name as alias, update users.
11664 (holiday-oriental-holidays): Rename oriental-holidays.
11665 Keep old name as alias, update users.
11666 (holiday-local-holidays): Rename local-holidays.
11667 Keep old name as alias, update users.
11668 (holiday-other-holidays): Rename other-holidays.
11669 Keep old name as alias, update users.
11670 (holiday-hebrew-holidays): Rename hebrew-holidays.
11671 Keep old name as alias, update users.
11672 (holiday-christian-holidays): Rename christian-holidays.
11673 Keep old name as alias, update users.
11674 (holiday-islamic-holidays): Rename islamic-holidays.
11675 Keep old name as alias, update users.
11676 (holiday-bahai-holidays): Rename bahai-holidays.
11677 Keep old name as alias, update users.
11678 (holiday-solar-holidays): Rename solar-holidays.
11679 Keep old name as alias, update users.
11680 (diary-fancy-buffer): Rename fancy-diary-buffer.
11681 Keep old name as alias, update users.
11682 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11683 Update users.
11684 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11685 Update users.
11686 (calendar-increment-month): Rename increment-calendar-month.
11687 Keep old name as alias, update callers.
11688 (calendar-increment-month-cons): Rename old calendar-increment-month.
11689 Update callers.
11690 (calendar-extract-month): Rename extract-calendar-month.
11691 Keep old name as alias, update callers.
11692 (calendar-extract-day): Rename extract-calendar-day.
11693 Keep old name as alias, update callers.
11694 (calendar-extract-year): Rename extract-calendar-year.
11695 Keep old name as alias, update callers.
11696 (calendar-generate-window): Rename generate-calendar-window.
11697 Update callers.
11698 (calendar-generate): Rename generate-calendar. Update callers.
11699 (calendar-generate-month): Rename generate-calendar-month.
11700 Update callers.
11701 (calendar-redraw): Rename redraw-calendar. Update callers.
11702 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
11703 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11704 Update callers.
11705 (calendar-update-mode-line): Rename update-calendar-mode-line.
11706 Update callers.
11707 (calendar-exit): Rename exit-calendar. Keep old name as alias,
11708 update callers.
11709 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11710 Keep old name as alias, update callers.
11711 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11712 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11713 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11714 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11715 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11716 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11717 * calendar/solar.el: Update for calendar.el name changes.
11718 * org/org.el (org-agenda-format-date-aligned)
11719 (org-agenda-execute-calendar-command): Access date elements directly
11720 rather than using calendar functions.
11721 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11722 Also set calendar-view-diary-initially-flag,
11723 calendar-view-holidays-initially-flag.
11724 (org-get-entries-from-diary): Also set diary-fancy-buffer.
11725 (org-agenda-execute-calendar-command): No need to set displayed-day.
11726
11727 2008-04-06 Alan Mackenzie <acm@muc.de>
11728
11729 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11730 typo in the doc string.
11731
11732 * progmodes/cc-mode.el (c-basic-common-init):
11733 Set font-lock-extend-after-change-region-function.
11734 (c-extend-after-change-region): New function, used in
11735 font-lock-extend-after-change-region-function, thus superseding
11736 advice on the Font Lock after change functions.
11737 (c-advise-fl-for-region): Remove this macro.
11738
11739 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * textmodes/flyspell.el (flyspell-duplicate-distance):
11742 Improve custom type.
11743
11744 2008-04-06 Glenn Morris <rgm@gnu.org>
11745
11746 * calendar/diary-lib.el (diary-sexp-entry-symbol):
11747 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
11748 (diary-list-entries-hook): Rename list-diary-entries-hook.
11749 Keep old name as alias, update users.
11750 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11751 Keep old name as alias, update users.
11752 (diary-nongregorian-listing-hook): Rename
11753 nongregorian-diary-listing-hook. Keep old name as alias, update users.
11754 (diary-nongregorian-marking-hook): Rename
11755 nongregorian-diary-marking-hook. Keep old name as alias, update users.
11756 (diary-print-entries-hook): Rename print-diary-entries-hook.
11757 Keep old name as alias, update users.
11758 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11759 Keep old name as alias, update users.
11760 (diary-number-of-entries): Rename number-of-diary-entries.
11761 Keep old name as alias, update users.
11762 (view-diary-entries, list-diary-entries, show-all-diary-entries):
11763 Give version of obsolescence.
11764 (diary-view-other-diary-entries): Rename view-other-diary-entries.
11765 Keep old name as alias, update callers.
11766 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
11767 update callers.
11768 (diary-include-other-diary-files): Rename include-other-diary-files.
11769 Keep old name as alias, update callers.
11770 (diary-simple-display): Rename simple-diary-display.
11771 Keep old name as alias, update callers.
11772 (diary-fancy-display): Rename fancy-diary-display.
11773 Keep old name as alias, update callers.
11774 (diary-print-entries): Rename print-diary-entries.
11775 Keep old name as alias, update callers.
11776 (diary-marking-entries-flag): Rename marking-diary-entries.
11777 Update users.
11778 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
11779 (diary-mark-entries): Rename mark-diary-entries.
11780 Keep old name as alias, update callers.
11781 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11782 Keep old name as alias, update callers.
11783 (diary-mark-included-diary-files): Rename mark-included-diary-files.
11784 Keep old name as alias, update callers.
11785 (calendar-mark-days-named): Rename mark-calendar-days-named.
11786 Keep old name as alias, update callers.
11787 (calendar-mark-month): Rename mark-calendar-month.
11788 Keep old name as alias, update callers.
11789 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11790 Keep old name as alias, update callers.
11791 (diary-sort-entries): Rename sort-diary-entries.
11792 Keep old name as alias, update callers.
11793 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11794 Keep old name as alias, update callers.
11795 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
11796 update callers.
11797 (diary-insert-entry): Rename insert-diary-entry.
11798 Keep old name as alias.
11799 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11800 Keep old name as alias.
11801 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11802 Keep old name as alias.
11803 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11804 Keep old name as alias.
11805 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11806 Keep old name as alias.
11807 (diary-insert-block-entry): Rename insert-block-diary-entry.
11808 Keep old name as alias.
11809 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11810 Keep old name as alias.
11811 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11812 Keep old name as alias, update users.
11813 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11814 Keep old name as alias, update callers.
11815 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11816 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11817 * calendar/icalendar.el: Update for diary-lib name changes.
11818
11819 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
11820
11821 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11822
11823 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11824 for copy, move, and link operations.
11825
11826 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
11827
11828 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11829 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11830
11831 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11832 'require' statements with 1-argument ones (wrapped in if's).
11833 For compatibility with the current stable version of XEmacs.
11834
11835 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11836
11837 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11838
11839 2008-04-06 Jason Rumney <jasonr@gnu.org>
11840
11841 * language/burmese.el ("Burmese"): Make sample text consistent with
11842 language name.
11843
11844 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
11845
11846 * progmodes/gdb-ui.el (gdb): New group.
11847 (gdb-debug-log-max, gdb-enable-debug)
11848 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11849 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11850 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11851 (gdb-show-changed-values, gdb-max-children)
11852 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11853 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11854 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11855 (gdb-memory-unit): Move to new group from GUD group.
11856 (menu): Allow customization from GDB-UI menu-item.
11857
11858 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11861
11862 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11865 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11866 Revision numbers can include ".".
11867
11868 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11869 "+" lines not accounted for by counting "-" and context lines.
11870
11871 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11872
11873 * term/mac-win.el (mac-service-open-file): Use file URL instead of
11874 file name string.
11875
11876 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11879 (vc-bzr-annotate-time): Accept space used to preserve alignment.
11880
11881 2008-04-05 Richard Stallman <rms@gnu.org>
11882
11883 * emacs-lisp/advice.el (defadvice): Add usage pattern.
11884
11885 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
11886
11887 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11888 thread in [h-e-w]).
11889
11890 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
11891
11892 * files.el (abort-if-file-too-large): Fix typo in docstring.
11893
11894 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * subr.el (functionp): Return nil for special forms.
11897
11898 2008-04-05 Glenn Morris <rgm@gnu.org>
11899
11900 * emacs-lisp/autoload.el (autoload-ensure-default-file):
11901 Provide a feature.
11902 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11903 Require loaddefs file rather than loading it.
11904 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11905 autoload-ensure-default-file provides a feature.
11906
11907 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11908 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11909 (compile, compile-always, recompile): Use $LOADDEFS.
11910 (cal-autoloads): Remove.
11911
11912 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11913 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
11914
11915 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11916 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11917
11918 * calendar/calendar.el (diary-hebrew-entry-symbol):
11919 Rename hebrew-diary-entry-symbol. Keep old name as alias.
11920 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11921 Keep old name as alias.
11922 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11923 Keep old name as alias.
11924 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11925 to diary-bahai-entry-symbol.
11926 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11927 to diary-hebrew-entry-symbol.
11928 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11929 to diary-islamic-entry-symbol.
11930 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11931
11932 * calendar/solar.el (diary-sabbath-candles-minutes)
11933 (diary-sabbath-candles): Move to cal-hebrew.
11934 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11935 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11936 Doc fix. Keep old name as alias.
11937 (diary-hebrew-sabbath-candles): Simplify.
11938 (solar-setup, solar-sunrise-sunset, calendar-latitude)
11939 (calendar-longitude, calendar-time-zone): Declare for compiler.
11940 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11941 rename.
11942
11943 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11944 Rename coptic-calendar-month-name-array. Update callers.
11945 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
11946 (calendar-coptic-name): Rename coptic-name. Update callers.
11947 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11948 Update callers.
11949 (calendar-coptic-last-day-of-month):
11950 Rename coptic-calendar-last-day-of-month. Update callers.
11951 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11952 Keep old name as alias, update callers.
11953 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11954 Keep old name as alias, update callers.
11955 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11956 Keep old name as alias.
11957 (calendar-ethiopic-month-name-array):
11958 Rename ethiopic-calendar-month-name-array. Update callers.
11959 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11960 Update callers.
11961 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
11962 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11963 Keep old name as alias, update callers.
11964 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11965 Keep old name as alias, update callers.
11966 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11967 Keep old name as alias.
11968
11969 * calendar/cal-french.el (calendar-french-epoch):
11970 Rename french-calendar-epoch. Update callers.
11971 (calendar-french-month-name-array): Rename variable and function
11972 french-calendar-month-name-array. Update callers.
11973 (calendar-french-multibyte-month-name-array):
11974 Rename french-calendar-multibyte-month-name-array. Update callers.
11975 (calendar-french-day-name-array): Rename variable and function
11976 french-calendar-day-name-array. Update callers.
11977 (calendar-french-special-days-array): Rename variable and function
11978 french-calendar-special-days-array. Update callers.
11979 (calendar-french-multibyte-special-days-array):
11980 Rename french-calendar-multibyte-special-days-array. Update callers.
11981 (calendar-french-accents-p): Rename french-calendar-accents.
11982 Update callers.
11983 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11984 Update callers.
11985 (calendar-french-last-day-of-month):
11986 Rename french-calendar-last-day-of-month. Update callers.
11987 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11988 Keep old name as alias, update callers.
11989 (calendar-french-print-date): Rename calendar-print-french-date.
11990 Keep old name as alias, update callers.
11991 (calendar-french-goto-date): Rename calendar-goto-french-date.
11992 Keep old name as alias.
11993
11994 * calendar/cal-menu.el, calendar/calendar.el:
11995 Update for Coptic and French name changes.
11996
11997 * calendar/cal-china.el (calendar-chinese): Rename custom group
11998 from chinese-calendar. Update users.
11999 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
12000 Keep old name as alias, update users.
12001 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
12002 Keep old name as alias.
12003 (calendar-chinese-daylight-time-offset):
12004 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
12005 update users.
12006 (calendar-chinese-standard-time-zone-name):
12007 Rename chinese-calendar-standard-time-zone-name.
12008 Keep old name as alias, update users.
12009 (calendar-chinese-daylight-saving-start):
12010 Rename chinese-calendar-daylight-savings-starts.
12011 Keep old name as alias, update users.
12012 (calendar-chinese-daylight-saving-end):
12013 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
12014 update users.
12015 (calendar-chinese-daylight-saving-start-time):
12016 Rename chinese-calendar-daylight-savings-starts-time.
12017 Keep old name as alias, update users.
12018 (calendar-chinese-daylight-saving-end-time):
12019 Rename chinese-calendar-daylight-savings-ends-time.
12020 Keep old name as alias, update users.
12021 (calendar-chinese-celestial-stem): Rename
12022 calendar-chinese-celestial-stem. Keep old name as alias, update users.
12023 (calendar-chinese-terrestrial-branch):
12024 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
12025 update users.
12026 (calendar-chinese-zodiac-sign-on-or-after):
12027 Rename chinese-zodiac-sign-on-or-after. Update callers.
12028 (calendar-chinese-new-moon-on-or-after):
12029 Rename chinese-new-moon-on-or-after. Update callers.
12030 (calendar-chinese-month-list): Rename chinese-month-list.
12031 Update callers.
12032 (calendar-chinese-number-months): Rename number-chinese-months.
12033 Update callers.
12034 (calendar-chinese-compute-year): Rename compute-chinese-year.
12035 Update callers.
12036 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
12037 (calendar-chinese-year): Rename chinese-year. Update callers.
12038 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
12039 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
12040 Keep old name as alias, update callers.
12041 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
12042 Keep old name as alias, update callers.
12043 (calendar-chinese-months-to-alist):
12044 Rename make-chinese-month-assoc-list. Update callers.
12045 (calendar-chinese-months): Rename chinese-months. Update callers.
12046 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
12047 Keep old name as alias, update callers.
12048
12049 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
12050 Rename hebrew-calendar-leap-year-p. Update callers.
12051 (calendar-hebrew-last-month-of-year):
12052 Rename hebrew-calendar-last-month-of-year. Update callers.
12053 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
12054 Update callers.
12055 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
12056 Update callers.
12057 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
12058 Update callers.
12059 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
12060 Update callers.
12061 (calendar-hebrew-last-day-of-month):
12062 Rename hebrew-calendar-last-day-of-month. Update callers.
12063 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
12064 Keep old name as alias, update callers.
12065 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
12066 Keep old name as alias, update callers.
12067 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
12068 Keep old name as alias, update callers.
12069 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
12070 Keep old name as alias.
12071 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
12072 Keep old name as alias.
12073 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
12074 Keep old name as alias.
12075 (holiday-hebrew-passover): Rename holiday-passover-etc.
12076 Keep old name as alias.
12077 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
12078 Keep old name as alias, update callers.
12079 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
12080 Keep old name as alias.
12081 (calendar-hebrew-mark-date-pattern):
12082 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
12083 update callers.
12084 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
12085 Keep old name as alias.
12086 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
12087 Keep old name as alias.
12088 (diary-hebrew-insert-monthly-entry):
12089 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
12090 (diary-hebrew-insert-yearly-entry):
12091 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
12092 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
12093 Keep old name as alias.
12094 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
12095 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
12096 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
12097 Keep old name as alias.
12098 (calendar-hebrew-parashiot-names):
12099 Rename hebrew-calendar-parashiot-names. Update callers.
12100 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
12101 (calendar-hebrew-year-Saturday-incomplete-Sunday):
12102 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
12103 (calendar-hebrew-year-Saturday-complete-Tuesday):
12104 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
12105 (calendar-hebrew-year-Monday-incomplete-Tuesday):
12106 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
12107 (calendar-hebrew-year-Monday-complete-Thursday):
12108 Rename hebrew-calendar-year-Monday-complete-Thursday.
12109 (calendar-hebrew-year-Tuesday-regular-Thursday):
12110 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
12111 (calendar-hebrew-year-Thursday-regular-Saturday):
12112 Rename hebrew-calendar-year-Thursday-regular-Saturday.
12113 (calendar-hebrew-year-Thursday-complete-Sunday):
12114 Rename hebrew-calendar-year-Thursday-complete-Sunday.
12115 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
12116 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
12117 (calendar-hebrew-year-Saturday-complete-Thursday):
12118 Rename hebrew-calendar-year-Saturday-complete-Thursday.
12119 (calendar-hebrew-year-Monday-incomplete-Thursday):
12120 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
12121 (calendar-hebrew-year-Monday-complete-Saturday):
12122 Rename hebrew-calendar-year-Monday-complete-Saturday.
12123 (calendar-hebrew-year-Tuesday-regular-Saturday):
12124 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
12125 (calendar-hebrew-year-Thursday-incomplete-Sunday):
12126 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
12127 (calendar-hebrew-year-Thursday-complete-Tuesday):
12128 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
12129 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
12130 Update for above name changes of constants.
12131
12132 * calendar/cal-menu.el, calendar/calendar.el:
12133 Update for chinese and hebrew name changes.
12134 * calendar/diary-lib.el: Update for hebrew name changes.
12135
12136 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * subr.el (keymap-canonicalize): Correct thinko.
12139
12140 * server.el: Undo part of the multi-tty change, which is only
12141 needed if server.el is preloaded, and broke server-running-p.
12142 (server-socket-dir): Initialize in the defvar, as before.
12143 (server-start): Remove initialization of server-socket-dir.
12144
12145 2008-04-05 Eli Zaretskii <eliz@gnu.org>
12146
12147 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
12148 3-member cons cells.
12149
12150 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
12151
12152 * cus-face.el (custom-face-attributes): Handle roman slant.
12153
12154 * faces.el (default): Ensure the face-defface-spec property is set.
12155
12156 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
12157
12158 * files.el (abort-if-file-too-large): New function.
12159 (find-file-noselect, insert-file-1): Use it.
12160
12161 2008-04-05 Reto Zimmermann <reto@gnu.org>
12162
12163 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12164 Replace C-c[a-zA-Z] key bindings.
12165
12166 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * progmodes/hideif.el (hif-token-alist): New var.
12169 (hif-token-regexp, hif-tokenize): Use it.
12170 (hif-mathify-binop): New macro.
12171 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
12172 (hif-greater-equal, hif-less-equal): Use it.
12173 (hif-logior, hif-logand): New functions.
12174 (hif-math): Accept | and & as well.
12175
12176 * progmodes/etags.el: Fix problem with completion for buffer-local
12177 tables. Reported by Radey Shouman <shouman@comcast.net>.
12178 (tags-complete-tag): Remove.
12179 (tags-lazy-completion-table): New function to replace it.
12180 (find-tag-tag, complete-tag): Update users.
12181
12182 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12183
12184 * vc-rcs.el (vc-rcs-dir-status):
12185 * vc-sccs.el (vc-sccs-dir-status): New function.
12186
12187 * outline.el (outline-mode-menu-bar-map):
12188 * term.el (terminal-signal-menu): Add :help.
12189
12190 * net/eudc.el (eudc-mode-map): Declare and define in one step.
12191 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
12192
12193 * emacs-lisp/re-builder.el (reb-mode-map):
12194 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
12195
12196 * diff-mode.el (diff-file-junk-re): Recognize the git format for
12197 new files, deleted files and for changing permissions.
12198 (diff-mode): Set beginning-of-defun-function and
12199 end-of-defun-function.
12200
12201 * vc-bzr.el (vc-bzr-state): Use when instead of if.
12202
12203 * vc.el (vc-default-status-fileinfo-extra): New function.
12204 (vc-status-mark-buffer-changed): Use it.
12205 (vc-update-vc-status-buffer): Allow for partial updates.
12206
12207 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * net/tramp.el (after-init-hook): Don't wrap a lambda around
12210 tramp-register-completion-file-name-handler.
12211
12212 * subr.el (keymap-canonicalize): New function.
12213 * mouse.el (mouse-menu-non-singleton): Use it.
12214 (mouse-major-mode-menu): Remove hack made unnecessary.
12215
12216 * simple.el (set-fill-column): Prompt rather than error by default.
12217
12218 2008-04-04 Andreas Schwab <schwab@suse.de>
12219
12220 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
12221 Reset new-rules after each round.
12222
12223 * Makefile.in (cal-autoloads): New target.
12224 (compile, compile-always, recompile): Depend on it.
12225 ($(lisp)/calendar/cal-loaddefs.el)
12226 ($(lisp)/calendar/diary-loaddefs.el)
12227 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
12228
12229 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
12230
12231 * ediff*.el: Replace load with require in eval-when-compile.
12232
12233 * ediff-hook.el: Delete all invocations of (autoload ...).
12234
12235 * ediff-util.el (ediff-setup): Make window-min-height a local variable
12236 in ediff control window, and set its min height to 2.
12237 (ediff-setup-control-buffer): Dedicate the control window.
12238 (ediff-toggle-multiframe): Undedicate control window.
12239 Work directly with ediff-setup-windows-multiframe and
12240 ediff-setup-windows-plain.
12241
12242 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
12243 New function.
12244 (ediff-window-setup-function): Change initialization.
12245 (ediff-setup-windows-automatic): Delete.
12246 (ediff-setup-windows-plain-merge): Make control window dedicated.
12247 (ediff-destroy-control-frame): Do not skip frames if working in a
12248 single frame.
12249
12250 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
12251 eval-when-compile.
12252
12253 * emulation/viper-util.el: Move provide's forward, prevent recursion in
12254 eval-when-compile.
12255
12256 2008-04-04 Glenn Morris <rgm@gnu.org>
12257
12258 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
12259 calendar-absolute-from-bahai. Update callers, keep old name as alias.
12260
12261 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
12262 Rename islamic-calendar-leap-year-p. Update callers.
12263 (calendar-islamic-last-day-of-month):
12264 Rename islamic-calendar-last-day-of-month. Update callers.
12265 (calendar-islamic-day-number):
12266 Rename islamic-calendar-day-number. Update callers.
12267 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
12268 Update callers, keep old name as alias.
12269 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
12270 Update callers, keep old name as alias.
12271 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
12272 Keep old name as alias.
12273 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
12274 Update callers, keep old name as alias.
12275 (calendar-islamic-mark-date-pattern):
12276 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
12277 name as alias.
12278 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
12279 Keep old name as alias.
12280 (diary-islamic-insert-monthly-entry):
12281 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
12282 (diary-islamic-insert-yearly-entry):
12283 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
12284
12285 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
12286 calendar-absolute-from-iso. Update callers, keep old name as alias.
12287 (calendar-iso-print-date): Rename calendar-print-iso-date.
12288 Update callers, keep old name as alias.
12289 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
12290 Keep old name as alias.
12291 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
12292 Keep old name as alias.
12293
12294 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
12295 calendar-absolute-from-julian. Update callers, keep old name as alias.
12296 (calendar-julian-print-date): Rename calendar-print-julian-date.
12297 Update callers, keep old name as alias.
12298 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
12299 Update callers, keep old name as alias.
12300 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
12301 Update callers, keep old name as alias.
12302 (calendar-astro-print-day-number):
12303 Rename calendar-print-astro-day-number. Update callers, keep old
12304 name as alias.
12305 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
12306 Update callers, keep old name as alias.
12307
12308 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
12309 Rename calendar-string-to-mayan-long-count. Update callers.
12310 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
12311 Update callers, keep old name as alias.
12312 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
12313 Update callers.
12314 (calendar-mayan-read-tzolkin-date):
12315 Rename calendar-read-mayan-tzolkin-date. Update callers.
12316 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
12317 Keep old name as alias.
12318 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
12319 Keep old name as alias.
12320 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
12321 Keep old name as alias.
12322 (calendar-mayan-previous-tzolkin-date):
12323 Rename calendar-previous-tzolkin-date. Keep old name as alias.
12324 (calendar-mayan-next-round-date):
12325 Rename calendar-next-calendar-round-date. Keep old name as alias.
12326 (calendar-mayan-previous-round-date):
12327 Rename calendar-previous-calendar-round-date. Keep old name as alias.
12328 (calendar-mayan-long-count-to-absolute): Rename
12329 calendar-absolute-from-mayan-long-count. Keep old name as alias.
12330 (calendar-mayan-goto-long-count-date):
12331 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
12332
12333 * calendar/cal-persia.el (calendar-persian-month-name-array):
12334 Rename persian-calendar-month-name-array. Update callers.
12335 (calendar-persian-epoch): Rename persian-calendar-epoch.
12336 Update callers.
12337 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
12338 Update callers.
12339 (calendar-persian-last-day-of-month):
12340 Rename persian-calendar-last-day-of-month. Update callers.
12341 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
12342 Update callers, keep old name as alias.
12343 (calendar-persian-print-date): Rename calendar-print-persian-date.
12344 Update callers, keep old name as alias.
12345 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
12346 Keep old name as alias.
12347
12348 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
12349 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
12350 * calendar/solar.el: Update for cal-julian name changes.
12351
12352 * calendar/cal-dst.el: Update for persian name changes.
12353
12354 * calendar/cal-menu.el, calendar/calendar.el:
12355 Update for islamic, iso, julian, mayan, persian name changes.
12356
12357 * calendar/diary-lib.el: Update for islamic name changes.
12358
12359 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
12360 Rename all-hebrew-calendar-holidays. Update callers, keep old name
12361 as alias.
12362 (calendar-christian-all-holidays-flag):
12363 Rename all-christian-calendar-holidays. Update callers, keep old
12364 name as alias.
12365 (calendar-islamic-all-holidays-flag):
12366 Rename all-islamic-calendar-holidays. Update callers, keep old
12367 name as alias.
12368 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
12369 Update callers, keep old name as alias.
12370 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
12371 Update for the above name changes.
12372
12373 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
12374
12375 * hilit-chg.el (global-highlight-changes-mode)
12376 (highlight-changes-passive-string, highlight-changes-active-string):
12377 Mark as obsolete since 23.1, not 22.1.
12378
12379 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
12380
12381 * hilit-chg.el (highlight-changes-visibility-initial-state)
12382 (hilit-chg-update, highlight-changes-mode-turn-on):
12383 Fix typos in docstrings.
12384
12385 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
12386
12387 * newcomment.el (comment-enter-backward): Be careful to restore
12388 position changed during narrowing.
12389
12390 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
12391
12392 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12393 Recognize `sub ($$)'.
12394
12395 2008-04-03 Richard Sharman <rsharman@pobox.com>
12396
12397 * hilit-chg.el (highlight-changes-mode): Rename from
12398 highlight-changes; no longer uses sub-modes active and passive;
12399 implemented by define-minor-mode.
12400 (highlight-changes-toggle-visibility): New function, to replace
12401 the old passive/active submodes of global-highlight-changes-mode;
12402 implemented by define-minor-mode.
12403 (global-highlight-changes-mode): Rename from global-highlight-changes;
12404 rewrite using define-globalized-minor-mode.
12405 (hilit-chg-major-mode-hook, hilit-chg-check-global)
12406 (hilit-chg-post-command-hook, hilit-chg-check-global)
12407 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
12408 to use of define-globalized-minor-mode.
12409 (highlight-changes-global-initial-state): Change to be boolean.
12410 (highlight-changes-visible-string, highlight-changes-invisible-string):
12411 Rename from highlight-changes-active-string and
12412 highlight-changes-passive-string.
12413 (hilit-chg-update, hilit-chg-set): Use them.
12414 (global-highlight-changes-mode): Rename from global-highlight-changes.
12415 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
12416 docstring.
12417 (hilit-chg-hide-changes): Rewrite to use dolist.
12418 (hilit-chg-set-face-on-change, hilit-chg-update)
12419 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
12420 variable instead of testing highlight-changes-mode.
12421 (highlight-markup-buffers): Add require ediff-util; argument on calls
12422 to highlight-changes-mode changed.
12423 (highlight-compare-with-file): Fix problems with interactive
12424 call giving invalid default file.
12425
12426 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
12427
12428 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12429 Fix in disassembly buffer (regression in 22.2).
12430
12431 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
12432
12433 * emulation/viper-macs.el (viper-read-fast-keysequence):
12434 Use viper-read-event instead of viper-read-key.
12435
12436 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
12437
12438 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
12439 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
12440 let-statements.
12441
12442 * emulation/viper-ex.el, emulation/viper-macs.el:
12443 * emulation/viper-mous.el:
12444 Replace load with require in eval-when-compile.
12445
12446 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
12449
12450 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
12451 (archive-try-jka-compr): New function.
12452 (archive-set-buffer-as-visiting-file): Use it.
12453
12454 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
12455
12456 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12457
12458 * simple.el (handle-shift-selection): New arg.
12459
12460 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
12463
12464 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
12465
12466 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
12467
12468 * shell.el (shell-dynamic-complete-filename): New fun.
12469 (shell-dynamic-complete-functions): Use it.
12470
12471 * help-fns.el (describe-variable): Undo 2008-02-25 change.
12472
12473 2008-04-03 Kenichi Handa <handa@m17n.org>
12474
12475 * international/fontset.el (create-fontset-from-x-resource):
12476 Handle the error of X resource more gracefully.
12477
12478 * international/latin1-disp.el (latin1-display): Don't use make-char.
12479 Fix the argument to set-char-table-range.
12480 (latin1-display-identities): Don't use make-char.
12481 (latin1-display-reset): Use map-charset-chars instead of directly
12482 calling standard-display-default.
12483 (latin1-display-check-font): Don't use make-char.
12484 (latin1-display-setup): Likewise.
12485 (latin1-display-ucs-per-lynx): Likewise.
12486
12487 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
12490 name the fields, to make the code clearer.
12491 Rewrite all `aset' and `aref' using the defined accessors.
12492 (timer--time): New pseudo-field.
12493 (timer-set-time, timer-set-idle-time, timer-inc-time)
12494 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
12495 (timer--time-less-p): New function.
12496 (timer--activate): New function, extracted from timer-activate.
12497 (timer-activate-when-idle, timer-activate): Use it.
12498 (cancel-function-timers): Use dolist.
12499
12500 2008-04-03 Glenn Morris <rgm@gnu.org>
12501
12502 * add-log.el (c-beginning-of-defun, c-end-of-defun):
12503 Remove declarations; no longer used.
12504 (c-cpp-define-name, c-defun-name): Declare as functions.
12505
12506 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
12507 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
12508
12509 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
12510 (holiday-passover-etc, holiday-hanukkah): Doc fix.
12511 Add optional argument. Simplify.
12512 (holiday-tisha-b-av-etc): Use memq rather than unless.
12513 (holiday-julian): Autoload it.
12514 (holiday-hebrew-misc): New function.
12515
12516 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
12517
12518 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
12519 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
12520 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
12521 all-hebrew-calendar-holidays.
12522 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
12523 Simplify using new functions.
12524 (calendar-holidays): Doc fix.
12525 (generate-calendar-window): Use bound-and-true-p.
12526
12527 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
12528
12529 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
12530 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
12531 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
12532 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
12533
12534 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
12535
12536 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
12539
12540 * vc-bzr.el (vc-bzr-checkout): Simplify.
12541
12542 * image-mode.el (image-mode-fit-frame): New command.
12543
12544 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
12545 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
12546 (keyboard-escape-quit): Check region-active-p i.s.o
12547 transient-mark-mode.
12548
12549 2008-04-02 Simon Josefsson <simon@josefsson.org>
12550
12551 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
12552 (imap-message-copyuid-1): Use it.
12553 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
12554 J. Williams in
12555 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12556
12557 2008-04-02 Alan Mackenzie <acm@muc.de>
12558
12559 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
12560 New optimised functions to get the name of the current defun/macro.
12561
12562 * add-log.el (add-log-current-defun): Move the functionality which
12563 gets the current function name for C like modes to cc-cmds.el,
12564 thus optimising for speed.
12565
12566 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
12567
12568 * simple.el (deactivate-mark): When the mark is temporarily
12569 active, restore the original value of transient-mark-mode.
12570 (set-mark-command): First deactivate the mark if was temporarily active.
12571 (exchange-point-and-mark): Reactivate the mark if it was
12572 temporarily active.
12573 (handle-shift-selection): New fun.
12574 (transient-mark-mode): Move var documentation here from buffer.c.
12575 (next-line, previous-line, backward-word, move-end-of-line)
12576 (move-beginning-of-line, forward-to-indentation)
12577 (backward-to-indentation, back-to-indentation)
12578 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
12579
12580 * mouse.el (mouse-set-region-1): Save the old value of
12581 transient-mark-mode.
12582 (mouse-drag-track): Ignore the now-obsolete value `identity' for
12583 transient-mark-mode.
12584
12585 * textmodes/paragraphs.el (forward-paragraph)
12586 (backward-paragraph, forward-sentence, backward-sentence): Add ^
12587 interactive spec.
12588
12589 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
12590
12591 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
12592
12593 * net/tramp.el (tramp-make-tramp-temp-file):
12594 Use `tramp-drop-volume-letter' for the local file name part.
12595
12596 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12597
12598 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
12599 Add menu entries corresponding to all the key bindings.
12600
12601 * emacs-lisp/debug.el (debugger-mode-map):
12602 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
12603 (conf-align-assignments): Only work on the region if it is active.
12604 (conf-quote-normal): Use when instead of if. Remove redundant test.
12605
12606 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12607 for tracing and re-builder.
12608
12609 2008-04-02 Glenn Morris <rgm@gnu.org>
12610
12611 * calendar/appt.el (appt-disp-window-function): Doc fix.
12612 (appt-display-message): Move beep before display.
12613 (appt-check): Make interactive. Reduce the number of lets.
12614 Use string-equal to compare mode-line strings.
12615 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
12616 read-only.
12617 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
12618 (appt-delete): Simplify.
12619
12620 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
12621
12622 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12623
12624 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12625 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
12626 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
12627
12628 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
12629 (calendar-holiday-marker, mark-visible-calendar-date):
12630 * calendar/diary-lib.el (fancy-diary-display):
12631 Check for font-lock-mode before using faces.
12632
12633 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
12634 (calendar-gregorian-from-absolute): Reduce the number of lets.
12635 (hebrew-holidays-4, generate-calendar-window): Simplify.
12636 (calendar-for-loop): Make obsolete.
12637 (calendar-nth-named-day): Doc fix.
12638
12639 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
12640 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
12641 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
12642 Reduce the number of lets.
12643 (mark-sexp-diary-entries, calendar-mark-complex):
12644 Expand calendar-for-loops.
12645
12646 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
12647
12648 * find-dired.el (find-dired-filter): Fix last patch to handle
12649 multi-line process input. Pad link numbers too.
12650
12651 2008-04-01 Jari Aalto <jari.aalto@cante.net>
12652
12653 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12654
12655 2008-04-01 Jason Rumney <jasonr@gnu.org>
12656
12657 * international/characters.el (script-list): Add phonetic script,
12658 covering IPA (previously Latin), Phonetic Extensions and
12659 Phonetic Extensions Supplement (both previously unassigned).
12660
12661 * international/fontset.el (setup-default-fontset): Use unicode fonts
12662 that cover bopomofo script for bopomofo.
12663 Likewise for braille and mathematical.
12664 Use unicode scripts that cover the phonetic script for IPA.
12665
12666 2008-04-01 Johan Bockgård <bojohan@gnu.org>
12667
12668 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12669 return the assigned value.
12670
12671 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 * abbrev.el (abbrev-mode): Use define-minor-mode.
12674
12675 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
12676 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12677 Use map-keymap.
12678 (minor-mode-menu-from-indicator): Use it. Simplify.
12679
12680 * bindings.el (mode-line-mode-menu): Move before (new) first use.
12681 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12682 Bind the key directly to the menu.
12683 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12684
12685 2008-04-01 Daiki Ueno <ueno@unixuser.org>
12686
12687 * epa.el (epa-decrypt-region): Explain the reason why this
12688 function should not be used in Lisp programs.
12689 (epa-decrypt-armor-in-region): Ditto.
12690 (epa-verify-region): Ditto.
12691 (epa-verify-cleartext-in-region): Ditto.
12692 (epa-sign-region): Ditto.
12693 (epa-encrypt-region): Ditto.
12694
12695 * epg.el (epg-start-receive-keys): Fix typo in docstring.
12696
12697 * epa.el (epa-select-keys): Show menu even if there is no key in
12698 GnuPG's keyring.
12699
12700 2008-04-01 Glenn Morris <rgm@gnu.org>
12701
12702 * calendar/calendar.el (calendar-make-temp-face): New function.
12703 (mark-visible-calendar-date):
12704 * calendar/diary-lib.el (fancy-diary-display): Use it.
12705
12706 * vc-hooks.el (vc-responsible-backend): Declare as function.
12707
12708 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12709 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12710 * calendar/cal-julian.el (holiday-julian): Use it.
12711
12712 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12713 (calendar-hebrew-date-is-visible-p): Extract some common code into
12714 separate function.
12715 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12716
12717 * calendar/cal-menu.el (cal-menu-holidays-menu):
12718 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12719 rather than obsolete alias.
12720
12721 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12722 for mark characters.
12723 (calendar-unmark): Unmark by removing all overlays, rather than
12724 redrawing.
12725 (calendar-starred-day): Remove.
12726 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
12727 (calendar-cursor-to-date): No need for special star handling now
12728 using overlays.
12729 (calendar-star-date): Use overlays.
12730
12731 * calendar/cal-french.el (calendar-goto-french-date):
12732 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12733 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12734 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12735 * calendar/cal-persia.el (calendar-persian-date-string):
12736 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12737 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12738 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12739 * calendar/solar.el (solar-equinoxes-solstices):
12740 Reduce nesting of some lets.
12741
12742 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12743 (calendar-goto-mayan-long-count-date): Simplify.
12744
12745 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12746 Simplify by using mapcar.
12747 (calendar-list-holidays): Return holiday-list.
12748 (list-holidays): Use let rather than let*. Remove un-needed locals
12749 `d', `never'.
12750 (calendar-check-holidays): Return result from dolist.
12751 (holiday-float): Use a single let*. Simplify if-and to and.
12752 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12753 single let*.
12754
12755 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
12756
12757 * calc/calc.el: Autoload `calc-yank'.
12758 (calc-mode-map): Add keybindings for `calc-yank'.
12759 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12760 assignments for `calc-yank'.
12761
12762 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
12763
12764 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12765 (vc-status-mark-buffer-changed): Handle the extra field.
12766
12767 * vc-bzr.el (vc-bzr-after-dir-status):
12768 * vc-cvs.el (vc-cvs-after-dir-status):
12769 * vc-hg.el (vc-hg-after-dir-status):
12770 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12771
12772 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * doc-view.el: Compute displayed pages first (in PDF).
12775 (doc-view-current-converter-processes): Rename from
12776 doc-view-current-converter-process. Update users.
12777 (doc-view-sentinel): Test buffer's liveness.
12778 (doc-view-pdf/ps->png-sentinel): Remove.
12779 (doc-view-start-process): New function.
12780 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12781 (doc-view-ps->pdf): Use it.
12782 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12783 New functions.
12784 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12785 (doc-view-mode): Kill the processes when leaving the mode.
12786
12787 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12790 Use `byte-compile-warning-types'. Add docstring.
12791
12792 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12795 (smerge-resolve): Add various resolution heuristics.
12796
12797 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12798 in 3-way conflicts.
12799
12800 2008-03-31 Glenn Morris <rgm@gnu.org>
12801
12802 * calendar/cal-bahai.el (diary-bahai-mark-entries):
12803 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12804 * calendar/cal-islam.el (mark-islamic-diary-entries):
12805 Fix argument order in call to diary-mark-entries-1.
12806
12807 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12808 pre-Bahai dates.
12809 (holiday-bahai): Use an algorithm actually relevant to this calendar
12810 system.
12811
12812 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12813
12814 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12815 Use and.
12816
12817 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12818 in the last fortnight in Julian October.
12819
12820 * calendar/calendar.el (increment-calendar-month): Optionally handle
12821 systems without 12 months per year.
12822 (calendar-date-is-visible-p): Doc fix. Simplify.
12823
12824 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12825 from dolist.
12826
12827 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
12828
12829 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12830 (hi-lock-unload-function): New function.
12831
12832 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12833
12834 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12835 overwriting when NEWNAME is a local file.
12836
12837 * net/trampver.el: Update release number.
12838
12839 2008-03-30 Alexandre Julliard <julliard@winehq.org>
12840
12841 * vc-git.el: Make vc-status display information about copies,
12842 renames and permission changes.
12843 (vc-git-extra-fileinfo): New defstruct.
12844 (vc-git-escape-file-name, vc-git-file-type-as-string)
12845 (vc-git-rename-as-string, vc-git-permissions-as-string)
12846 (vc-git-status-printer): New functions.
12847 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12848 (vc-git-after-dir-status-stage1): Look for copies, renames and
12849 permission changes.
12850 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12851 (vc-git-dir-status): Ask for staged files and renames.
12852
12853 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
12854
12855 * vc.el: Allow backends to display backend specific information in
12856 the vc-status listing.
12857 (vc-status-fileinfo): Add a field for backend specific information.
12858 (vc-status-printer): Rename to ...
12859 (vc-default-status-printer): ... this.
12860 (vc-status-printer): New function.
12861 (vc-update-vc-status-buffer): Set the backend specific file info
12862 if provided.
12863
12864 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * textmodes/remember.el (remember-diary-convert-entry): Revert last
12867 change (ill-conceived).
12868
12869 2008-03-29 Glenn Morris <rgm@gnu.org>
12870
12871 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12872 * calendar/cal-julian.el (holiday-julian): Simplify.
12873
12874 * calendar/holidays.el (list-holidays): Use or.
12875
12876 2008-03-29 Juri Linkov <juri@jurta.org>
12877
12878 * window.el (split-window-preferred-horizontally): New function.
12879
12880 * cus-start.el (split-window-preferred-function):
12881 Set choice for "vertically" to nil instead of split-window.
12882 Set choice for "horizontally" to split-window-preferred-horizontally
12883 instead of lambda.
12884
12885 2008-03-29 Juri Linkov <juri@jurta.org>
12886
12887 * simple.el (minibuffer-default-add-function): New variable with
12888 the default to minibuffer-default-add-completions.
12889 (minibuffer-default-add-done): New variable. Make it buffer-local.
12890 (minibuffer-default-add-completions): New function.
12891 (goto-history-element): Set minibuffer-default-add-done to t and
12892 call a function in minibuffer-default-add-function when the
12893 specified absolute history position is greater than the length of
12894 the minibuffer-default list and minibuffer-default-add-done is nil.
12895 Change "^End of history; no next item$" to "^End of defaults;
12896 no next item$".
12897
12898 * bindings.el (debug-ignored-errors): Change "^End of history;
12899 no next item$" to "^End of defaults; no next item$".
12900
12901 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12904
12905 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12906 to with-no-warnings.
12907
12908 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
12909
12910 Sync with Tramp 2.1.13.
12911
12912 * net/tramp-ftp.el: Require 'cl when byte-compiling.
12913
12914 * net/trampver.el: Update release number.
12915
12916 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12917
12918 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12919 the current backend.
12920
12921 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12922 (vc-status-refresh): Create a temporary buffer and call the
12923 `dir-status' backend function from that buffer.
12924
12925 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12926 (vc-bzr-after-dir-status): Don't kill the buffer.
12927
12928 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12929 (vc-cvs-after-dir-status): Don't kill the buffer.
12930
12931 * vc-git.el (vc-git-dir-status): Don't create a buffer.
12932 (vc-git-after-dir-status-stage2): Don't kill the buffer.
12933
12934 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12935 (vc-hg-after-dir-status): Don't kill the buffer.
12936
12937 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12938 (vc-svn-after-dir-status): Don't kill the buffer.
12939
12940 2008-03-29 Glenn Morris <rgm@gnu.org>
12941
12942 * calendar/calendar.el (diary-file, american-date-diary-pattern)
12943 (european-date-diary-pattern, european-calendar-display-form)
12944 (american-calendar-display-form, diary-display-hook): Doc fixes.
12945 (european-calendar-style): Doc fix. Use calendar-set-date-style for
12946 custom :set. Mark as obsolete.
12947 (calendar-date-style, iso-date-diary-pattern)
12948 (iso-calendar-display-form): New user variables.
12949 (diary-date-forms, calendar-date-display-form): Set using
12950 calendar-date-style. Doc fix.
12951 (calendar-set-date-style): New command.
12952 (european-calendar, american-calendar): Use calendar-set-date-style.
12953 Mark as obsolete.
12954
12955 * calendar/diary-lib.el (number): Move declaration where needed.
12956 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12957 (diary-make-date): New function.
12958 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12959 Use diary-make-date.
12960 (diary-date-display-form, diary-insert-entry-1): New functions.
12961 (insert-monthly-diary-entry, insert-yearly-diary-entry):
12962 Use diary-insert-entry-1.
12963 (insert-anniversary-diary-entry, insert-block-diary-entry)
12964 (insert-cyclic-diary-entry): Use diary-date-display-form.
12965
12966 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12967 Autoload diary-insert-entry-1.
12968 * calendar/cal-bahai.el (diary-bahai-insert-entry)
12969 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12970 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12971 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12972 * calendar/cal-islam.el (insert-islamic-diary-entry)
12973 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12974 Use diary-insert-entry-1.
12975
12976 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12977 (diary-yahrzeit): Doc fix. Use diary-make-date.
12978
12979 * calendar/icalendar.el (icalendar--datetime-to-american-date):
12980 New name for icalendar--datetime-to-noneuropean-date. Make old name
12981 obsolete alias.
12982 (icalendar--datetime-to-iso-date): New function.
12983 (icalendar--datetime-to-diary-date): Doc fix. Respect
12984 calendar-date-style if bound.
12985
12986 * textmodes/remember.el (remember-diary-convert-entry):
12987 Respect calendar-date-style if bound.
12988
12989 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12992 (xterm-mouse-handle-delete-frame): Delete.
12993
12994 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12995 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12996 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12997 in xterm-modify-other-keys-terminal-list.
12998
12999 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
13000 are conflicts.
13001
13002 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
13003
13004 * vc.el (vc-update): Check if the buffer is unsaved only if it
13005 actually exists.
13006 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
13007 vc-print-log.
13008
13009 2008-03-28 Magnus Henoch <mange@freemail.hu>
13010
13011 * net/dns.el (dns-write): Use set-buffer-multibyte.
13012
13013 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * vc-bzr.el (vc-bzr-sha1): New fun.
13016 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
13017 (vc-bzr-registered): Use it.
13018
13019 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13020
13021 * vc.el (vc-status-kill-dir-status-process): Simplify.
13022 (vc-status-refresh): Make sure the buffer is live.
13023 (ring): Don't require it, not used.
13024
13025 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
13026
13027 * progmodes/verilog-mode.el (verilog-auto-inout-module):
13028 Add optional regular expression to AUTOINOUTMODULE.
13029 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
13030 (verilog-auto-inst-param, verilog-auto-reg)
13031 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
13032 (verilog-auto-output-every, verilog-auto-input)
13033 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
13034 (verilog-auto-unused, verilog-auto): Update documentation to use
13035 more obvious instance module names versus cell names.
13036
13037 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
13038
13039 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
13040 kill if a process is running.
13041
13042 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
13043
13044 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
13045
13046 * vc.el: Add new backend function 'status-extra-headers.
13047 (vc-default-status-extra-headers): New function.
13048 (vc-status-headers): Call 'status-extra-headers. Add colors.
13049
13050 * vc-git.el (vc-git-status-extra-headers): New function.
13051
13052 2008-03-28 Glenn Morris <rgm@gnu.org>
13053
13054 * calendar/cal-menu.el (cal-menu-holidays-menu)
13055 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
13056 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
13057 holiday-list is optional.
13058 (calendar-mouse-holidays): Remove un-needed local `l'.
13059
13060 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
13061 Remove un-needed local `date'.
13062 (calendar-cursor-to-visible-date): Use let rather than let*.
13063 Remove un-needed local `first-of-month-weekday'.
13064
13065 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
13066
13067 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
13068 Doc fixes.
13069 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
13070 (diary-header-line-flag, diary-header-line-format): Declare.
13071 (diary-pull-attrs): Check for multiple matches.
13072 (diary-list-entries-2): Simplify finding start of date.
13073 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
13074 pop-up-frames.
13075 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
13076 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
13077
13078 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
13079
13080 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
13081
13082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
13083
13084 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13085
13086 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
13087
13088 * image-mode.el (image-mode-reapply-winprops): Fix last change.
13089
13090 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
13091
13092 * international/mule-conf.el (define-iso-single-byte-charset):
13093 Don't make latin-iso8859-* supplementary.
13094 (#'set-charset-priority): Don't change the priority of charsets
13095 `unicode' and `emacs'.
13096
13097 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
13100 temp buffer.
13101
13102 2008-03-27 Glenn Morris <rgm@gnu.org>
13103
13104 * calendar/cal-bahai.el (diary-bahai-list-entries):
13105 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
13106 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
13107
13108 * calendar/calendar.el (diary-file): Doc fix.
13109
13110 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
13111 (list-diary-entries-hook, mark-diary-entries-hook)
13112 (include-other-diary-files, diary-mail-entries)
13113 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
13114 (diary-set-header): New function.
13115 (diary-header-line-flag, diary-header-line-format):
13116 Use diary-set-header for custom :set function.
13117 (diary-set-maybe-redraw): Use symbol-value rather than eval.
13118 (diary-attrtype-convert): Use intern-soft rather than read.
13119 (diary-display-no-entries): New function.
13120 (simple-diary-display, fancy-diary-display): Use it.
13121 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
13122 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
13123
13124 * calendar/holidays.el (list-holidays): Doc fix.
13125
13126 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
13127
13128 * calc/calc-store.el (calc-read-var-name-history): New variable.
13129 (calc-read-var-name): Use `calc-read-var-name-history'.
13130
13131 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13132
13133 * image-mode.el (image-mode-reapply-winprops): Simplify now that
13134 window-configuration-change-hook works buffer-locally.
13135
13136 2008-03-26 Johan Bockgård <bojohan@gnu.org>
13137
13138 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
13139 for Emacs Lisp, not Lisp.
13140
13141 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
13142
13143 * help-fns.el (describe-function-1, describe-variable):
13144 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
13145
13146 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
13147 replacement is provided, don't print "use nil instead".
13148
13149 2008-03-26 Johan Bockgård <bojohan@gnu.org>
13150
13151 * complete.el (PC-do-completion): Use regexp-quote.
13152
13153 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
13156 Detect missing files.
13157
13158 * vc-git.el (vc-git-extra-menu-map): New key map.
13159 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
13160 New functions.
13161
13162 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
13163 and 'missing files.
13164
13165 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * calendar/holidays.el (list-holidays): Make Y2 optional.
13168
13169 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
13170 buffers shown to the user.
13171 (appt-disp-window): Disable undo explicitly now that the leading space
13172 is gone.
13173
13174 * simple.el (activate-mark): New function.
13175 (set-mark-command): Use it with region-active-p to clean up the code.
13176 (exchange-point-and-mark): Invert the meaning of C-u when
13177 transient-mark-mode is active.
13178
13179 * dired-aux.el (dired-create-files): Use dolist.
13180
13181 * bindings.el (mode-line-change-eol): Use with-selected-window.
13182
13183 * apropos.el (apropos-command): Include macros.
13184
13185 2008-03-26 Glenn Morris <rgm@gnu.org>
13186
13187 * calendar/cal-bahai.el: Require calendar, not cal-julian.
13188 (calendar-bahai-epoch): Doc fix.
13189
13190 * calendar/cal-china.el: Explicitly require calendar.
13191
13192 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
13193 Require calendar rather than cal-julian.
13194 Autoload calendar-absolute-from-julian.
13195 * calendar/cal-coptic.el (coptic-calendar-epoch):
13196 * calendar/cal-islam.el (calendar-islamic-epoch):
13197 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
13198
13199 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
13200
13201 * calendar/cal-dst.el: Don't require cal-persia.
13202 (calendar-absolute-from-persian): Autoload it.
13203 (dst-adjust-time): Doc fix.
13204
13205 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
13206 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
13207 calendar.
13208
13209 * calendar/cal-menu.el: Require calendar rather than declaring
13210 functions.
13211 * calendar/calendar.el: Provide calendar before requiring cal-menu.
13212
13213 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
13214 calendar-after-frame-setup-hooks. Update callers, make old name an
13215 obsolete alias. Doc fix.
13216 (calendar-frame-1): Doc fix.
13217
13218 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
13219
13220 * calendar/calendar.el (oriental-holidays, solar-holidays):
13221 * calendar/holidays.el (list-holidays): Assume atan always bound.
13222
13223 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
13224 Explicitly require calendar, not cal-julian.
13225 * calendar/lunar.el: Explicitly require cal-dst.
13226
13227 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
13230
13231 * help-fns.el (describe-function-1, describe-variable): If no
13232 replacement is provided, don't print "use nil instead".
13233
13234 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13235
13236 * proced.el: New file.
13237
13238 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
13239
13240 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
13241
13242 2008-03-25 Juri Linkov <juri@jurta.org>
13243
13244 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
13245 in battery-mode-line-format.
13246
13247 * bindings.el (minibuffer-local-map): For the command
13248 file-cache-minibuffer-complete replace keymap minibuffer-local-map
13249 with map which is already locally bound to minibuffer-local-map.
13250
13251 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
13254 Remove `sort-first' argument.
13255
13256 * subr.el (redisplay-end-trigger-functions)
13257 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
13258 (process-filter-multibyte-p, set-process-filter-multibyte):
13259 Mark as obsolete.
13260
13261 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
13262
13263 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
13264 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
13265 use the LOCAL arg of `add-hook'.
13266 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
13267 Remove spurious * from defcustom docstrings.
13268 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
13269 Fix typos in messages.
13270 (reb-mode-buffer-p): New function.
13271 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
13272 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
13273 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
13274 Use `unless', `when'.
13275 (re-builder-unload-function): New function.
13276
13277 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
13278
13279 * vc-hooks.el (vc-state): Add documentation for 'missing.
13280
13281 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
13282
13283 * progmodes/verilog-mode.el (verilog-auto-output)
13284 (verilog-auto-input, verilog-auto-inout, verilog-auto)
13285 (verilog-delete-auto): Add optional regular expression to
13286 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
13287 (verilog-signals-matching-regexp): New internal function for
13288 signal matching.
13289
13290 2008-03-25 Johan Bockgård <bojohan@gnu.org>
13291
13292 * info.el (Info-isearch-search): Always return point.
13293
13294 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * diff-mode.el (diff-remembered-defdir): New var.
13297 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
13298
13299 2008-03-25 Glenn Morris <rgm@gnu.org>
13300
13301 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
13302 calendar-bahai-prompt-for-date. Update callers, make old name an
13303 obsolete alias. Doc fix.
13304 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
13305 coptic-prompt-for-date. Update callers, make old name an
13306 obsolete alias. Doc fix.
13307 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
13308 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
13309 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
13310 calendar-islamic-prompt-for-date. Update callers. Doc fix.
13311 * calendar/cal-iso.el (calendar-iso-read-date): New name for
13312 calendar-iso-read-args. Update callers, make old name an obsolete
13313 alias.
13314 * calendar/cal-persia.el (calendar-persian-read-date): New name for
13315 persian-prompt-for-date. Update callers, make old name an
13316 obsolete alias. Doc fix. Move definition before use.
13317
13318 * calendar/cal-x.el (diary-frame-parameters)
13319 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
13320 (calendar-frame-1): Doc fixes.
13321 (make-fancy-diary-buffer): Remove declaration.
13322 (calendar-dedicate-diary): Replace call to deleted function
13323 make-fancy-diary-buffer.
13324 (calendar-frame-setup): New function.
13325 (calendar-one-frame-setup, calendar-only-one-frame-setup)
13326 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
13327 work, and mark as obsolete.
13328 (special-display-buffer-names): Don't mess with this; it's not our
13329 business.
13330 (cal-x-load-hook): Defvar it, and mark as obsolete.
13331
13332 * calendar/calendar.el (calendar-remove-frame-by-deleting):
13333 Default to t. Add to 'calendar group.
13334 (calendar): Doc fix. Use calendar-frame-setup.
13335 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
13336 (generate-calendar-window): Doc fix.
13337
13338 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13339
13340 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
13341
13342 2008-03-24 Drew Adams <drew.adams@oracle.com>
13343
13344 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
13345 New variables.
13346 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
13347 (finder-exit): Ignore errors rather than avoiding them.
13348 Kill *Finder-package* buffer also.
13349
13350 2008-03-24 Andreas Schwab <schwab@suse.de>
13351
13352 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
13353
13354 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
13355
13356 * vc-hg.el (vc-hg-after-dir-status):
13357 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
13358
13359 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
13360 Detect removed files.
13361
13362 * vc.el (vc-status-printer): Use a different face for missing files.
13363 (vc-status-hide-up-to-date): Rename from
13364 vc-status-remove-up-to-date. Update all callers.
13365 (vc-status-mode-map): Bind C-m.
13366
13367 2008-03-24 Alexandre Julliard <julliard@winehq.org>
13368
13369 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
13370 code ...
13371 (vc-git--state-code): ... to this new function.
13372 (vc-git-state): Use it.
13373
13374 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
13375
13376 * textmodes/remember.el (remember-mail-date)
13377 (remember-store-in-mailbox): Write date and From line in such a
13378 way that Mutt can read it.
13379
13380 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
13381
13382 * simple.el (transient-mark-mode): Turn on by default.
13383
13384 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
13385
13386 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
13387 'unregistered for unregistered files.
13388
13389 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
13390
13391 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
13392
13393 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
13394 subdirectories.
13395
13396 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
13397 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
13398 Add :enable for vc-status-refresh.
13399 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
13400 (vc-status-tool-bar-map): Add binding for
13401 vc-status-kill-dir-status-process.
13402 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
13403 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
13404 Reset vc-status-process-buffer.
13405 (vc-status-refresh): Don't run two refreshes at a time.
13406 (vc-status): If the buffer is already in vc-status-mode only refresh.
13407 (vc-status-mark-buffer-changed): Add an optional file parameter.
13408 (vc-resynch-buffer): Use it.
13409 (vc-delete-file): Expand the file name before using it.
13410 Be careful to not create a new buffer with the old file contents.
13411 Update the VC state after performing the operation.
13412
13413 2008-03-23 Andreas Schwab <schwab@suse.de>
13414
13415 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
13416 Fix radio button condition.
13417 [box]: Likewise.
13418 [customize]: Add radio button.
13419
13420 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
13421
13422 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
13423 (calc-user-parse-tables, calc-gnuplot-default-device)
13424 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13425 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13426 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13427 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
13428 (calc-undo-list, calc-redo-list, calc-main-buffer)
13429 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
13430 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
13431 (calc-said-hello, calc-executing-macro, calc-any-selections)
13432 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
13433 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
13434 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
13435 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
13436 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
13437 (calc-create-buffer, calc-quit): Add docstrings.
13438
13439 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
13440
13441 * makefile.w32-in (WINS_ALMOST): Add org.
13442
13443 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
13444
13445 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13446 New functions to implement vc-status support.
13447
13448 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13449
13450 * vc.el (vc-status-prepare-status-buffer): New function.
13451 (vc-status): Use it.
13452
13453 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
13454 appropriate.
13455
13456 2008-03-22 Alexandre Julliard <julliard@winehq.org>
13457
13458 * vc-git.el (vc-git--empty-db-p)
13459 (vc-git-after-dir-status-stage1-empty-db): New functions.
13460 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
13461 Add support for empty repositories.
13462
13463 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
13464
13465 * vc-git.el (vc-git-annotate-extract-revision-at-line):
13466 Allow "^" in a version name.
13467
13468 * vc-mtn.el (vc-mtn-state): Support the added state.
13469
13470 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
13471
13472 * org: New directory for Org-mode.
13473
13474 * org/org-export-latex.el: Moved from lisp/texmodes.
13475
13476 * org/org-irc.el: Moved from lisp/texmodes.
13477
13478 * org/org-mac-message.el: Moved from lisp/texmodes.
13479
13480 * org/org-mouse.el: Moved from lisp/texmodes.
13481
13482 * org/org-publish.el: Moved from lisp/texmodes.
13483
13484 2008-03-21 Juri Linkov <juri@jurta.org>
13485
13486 * comint.el (comint-dynamic-simple-complete):
13487 Use variable `stub' for the second arg `common-substring'
13488 of `comint-dynamic-list-completions'.
13489 (comint-dynamic-list-filename-completions):
13490 Use variable `filenondir' for the second arg `common-substring'
13491 of `comint-dynamic-list-completions'.
13492 (comint-dynamic-list-completions): Add new optional arg
13493 `common-substring'. Add `common-substring' as the second arg of
13494 the call to `display-completion-list'. Doc fix.
13495
13496 * comint.el (comint-dynamic-complete-as-filename)
13497 (comint-dynamic-list-filename-completions)
13498 (comint-dynamic-simple-complete): Use `minibuffer-message'
13499 to display message "No completions of %s" when a command
13500 is called in the minibuffer.
13501 (comint-dynamic-simple-complete): Don't display other
13502 completion messages when a command is called in the minibuffer.
13503 (comint-dynamic-list-completions): Use `minibuffer-message'
13504 to display message " [Type space to flush ...]" when a command
13505 is called in the minibuffer.
13506
13507 * shell.el (shell-dynamic-complete-command)
13508 (shell-dynamic-complete-environment-variable): Don't display
13509 completion messages when command is called in the minibuffer.
13510
13511 * emacs-lisp/lisp.el (lisp-complete-symbol):
13512 Use `minibuffer-message' to display message "No completions of %s"
13513 when this command is called in the minibuffer.
13514
13515 * bindings.el (standard-mode-line-modes): Put special help-echo
13516 tooltip on recursive edit %[ %] mode-line constructs.
13517
13518 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
13519 "^No dynamic expansion for .* found$" to allow error messages like
13520 "No dynamic expansion for \"%s\" found in this-buffer".
13521
13522 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
13525 "psftp".
13526
13527 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
13530 * vc.el (vc-default-dired-state-info): Use just "modified".
13531 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
13532 (vc-cvs-mode-line-string): Make use of the better default.
13533 (vc-cvs-parse-entry): Use the new `added'.
13534 (vc-cvs-dired-state-info): Remove.
13535 * vc-svn.el (vc-svn-dired-state-info): Remove.
13536 * vc-hg.el (vc-hg-dired-state-info): Remove.
13537 * vc-git.el (vc-git-dired-state-info): Remove.
13538
13539 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
13540
13541 * vc-git.el (vc-git-status-result): New variable.
13542 (vc-git-dir-status): Split out ...
13543 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
13544 ... these new functions and work asynchronously.
13545
13546 2008-03-21 Alexandre Julliard <julliard@winehq.org>
13547
13548 * vc-git.el (vc-git-after-dir-status): Remove.
13549 (vc-git-dired-state-info): Reimplement.
13550
13551 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
13552
13553 * replace.el (occur-mode-map): Add :help.
13554
13555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
13556 for disassemble.
13557
13558 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
13559 the 'added state.
13560 (vc-status-remove-up-to-date): New function.
13561 (vc-status-mode-map, vc-status-menu-map): Bind it.
13562 (vc-status-printer): Use a different face up-to-date files.
13563 (vc-resynch-buffer): Update the vc-status buffer if it exists.
13564 (Todo): Remove solved entries.
13565
13566 * vc-hg.el (vc-hg-state):
13567 * vc-git.el (vc-git-state):
13568 * vc-cvs.el (vc-cvs-parse-status):
13569 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
13570 state.
13571
13572 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * progmodes/compile.el (compile):
13575 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
13576
13577 * simple.el (minibuffer-local-shell-command-map): New var.
13578 (minibuffer-complete-shell-command, read-shell-command): New funs.
13579 (shell-command, shell-command-on-region): Use them.
13580
13581 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
13582
13583 * vc.el (vc-status-mark-buffer-changed): New function to implement
13584 updating of the *vc-status* buffer when a buffer is saved.
13585 (vc-status-mode): Use it for after-change-hook.
13586 (vc-add-to-vc-status-buffer): Rename to ...
13587 (vc-status-add-entry): ... this.
13588 (Todo): Add new entry.
13589
13590 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
13593
13594 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
13597 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
13598 Remove spurious * from defcustom docstrings.
13599 (icomplete-compute-delay): Fix docstring and remove spurious *.
13600 (icomplete-delay-completions-threshold): Fix typo in docstring and
13601 remove spurious *.
13602 (icomplete-completions): While collecting the list of prospective
13603 candidates, don't overshoot `icomplete-prospects-length'.
13604
13605 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
13606
13607 * textmodes/refbib.el:
13608 * textmodes/reftex.el:
13609 * textmodes/reftex-global.el:
13610 * textmodes/reftex-vars.el:
13611 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
13612 compiler pacifying defvars.
13613 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
13614 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
13615 not needed.
13616
13617 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
13618
13619 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
13620 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
13621 (verilog-customize, verilog-font-customize)
13622 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
13623 (verilog-mode): Update documentation strings to match tool tips.
13624 (verilog-auto-search-do, verilog-auto-re-search-do)
13625 (verilog-skip-forward-comment-or-string): Fix verilog-auto
13626 expansion when a .* appears inside a string.
13627 (verilog-re-search-forward, verilog-re-search-backward):
13628 Add comment to recall how this works.
13629 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
13630
13631 2008-03-20 Glenn Morris <rgm@gnu.org>
13632
13633 * calendar/calendar.el (calendar-other-dates): New function.
13634 (calendar-print-other-dates): Use calendar-other-dates.
13635 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
13636 the declarations it replaces.
13637 (calendar-mouse-print-dates): Use calendar-other-dates.
13638
13639 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
13640 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
13641 (calendar-absolute-from-bahai): Fix the leap-year case.
13642 (calendar-bahai-from-absolute): Re-use the Gregorian month.
13643 (calendar-bahai-date-string, calendar-bahai-print-date):
13644 Handle pre-Bahai dates.
13645
13646 * calendar/cal-china.el (chinese-calendar-celestial-stem)
13647 (chinese-calendar-terrestrial-branch): Make defcustoms.
13648
13649 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13650 (calendar-mouse-view-diary-entries): Use or.
13651 (calendar-mouse-chinese-date): Remove unused command.
13652 (cal-menu-load-hook): Mark as obsolete.
13653
13654 * calendar/solar.el (calendar-location-name, calendar-latitude)
13655 (calendar-longitude, solar-arctan, sunrise-sunset)
13656 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13657
13658 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13659
13660 * calc/calc.el: Remove outdated comments.
13661 (defcalcmodevar, calc-mode-var-list-restore-default-values)
13662 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13663 Add docstrings.
13664
13665 2008-03-19 Jason Rumney <jasonr@gnu.org>
13666
13667 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13668
13669 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13670
13671 * net/tls.el (open-tls-stream): Reindent.
13672
13673 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
13674
13675 * net/tramp.el (tramp-let-maybe): Removed.
13676 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13677 It does not exist under XEmacs.
13678 (tramp-handle-file-truename, tramp-handle-expand-file-name)
13679 (tramp-completion-file-name-handler): Let-bind
13680 `directory-sep-char'.
13681
13682 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13683 `directory-sep-char'.
13684
13685 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * help-fns.el (describe-function-1): Don't signal "missing arglist"
13688 for autoloaded keymaps.
13689
13690 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13691 (electric-verilog-terminate-line, verilog-in-struct-region-p)
13692 (verilog-backward-ws&directives, verilog-forward-ws&directives)
13693 (verilog-in-comment-p, verilog-in-star-comment-p)
13694 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13695 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13696 (verilog-skip-forward-comment-or-string, verilog-in-paren)
13697 (verilog-skip-forward-comment-p): Use it.
13698
13699 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13702 (org-remember-templates, org-time-stamp-rounding-minutes)
13703 (org-back-over-empty-lines, org-find-base-buffer-visiting)
13704 (org-columns-new): Fix typos in docstrings.
13705
13706 2008-03-19 Glenn Morris <rgm@gnu.org>
13707
13708 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13709 (tramp-handle-shell-command): Use condition-case rather than
13710 ignore-errors.
13711
13712 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
13713
13714 * diff-mode.el (diff-header): Make the color louder.
13715 (diff-refine-change): Tone the color down.
13716
13717 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
13718
13719 * descr-text.el (describe-char): When `describe-char-unidata-list'
13720 is set to show all properties, list them in the right order.
13721
13722 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * international/mule.el (load-with-code-conversion): Avoid setting
13725 default-enable-multibyte-characters.
13726
13727 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
13728
13729 * vc.el (vc-annotate-background): Fix custom type.
13730
13731 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * descr-text.el (describe-char-unidata-list): Allow specifying
13734 just all properties.
13735 (describe-char): Handle that new value.
13736
13737 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13738
13739 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13740
13741 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13742 instead of file name extension to make docs with uncommon
13743 extensions work.
13744
13745 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
13746
13747 * doc-view.el (require): Require cl at compile time because
13748 `assert' needs it.
13749
13750 2008-03-18 Glenn Morris <rgm@gnu.org>
13751
13752 * calendar/calendar.el (initial-calendar-window-hook)
13753 (today-visible-calendar-hook): Doc fixes.
13754
13755 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
13756
13757 * net/tramp.el (tramp-root-regexp): Simplify.
13758 (tramp-completion-file-name-regexp-separate): Don't insist on
13759 leading "[". This prevents method or user or host completion.
13760 (tramp-let-maybe): Autoload it.
13761 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
13762 is an alias for `identity'.
13763 (tramp-handle-write-region): Protect `last-coding-system-used'
13764 over the trailing statements.
13765 (tramp-completion-file-name-handler-post-function): Remove.
13766 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13767 instead of calling `tramp-drop-volume-letter'.
13768
13769 * net/tramp.el:
13770 * net/tramp-uu.el:
13771 * net/trampver.el: Move coding cookie at the end.
13772
13773 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13776 elements which may be something else than characters.
13777
13778 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
13779
13780 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13781 New functions to implement vc-status support.
13782
13783 * vc.el (vc-default-extra-status-menu)
13784 (vc-add-to-vc-status-buffer): New functions.
13785
13786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13787 for eldoc and ielm.
13788
13789 2008-03-17 Glenn Morris <rgm@gnu.org>
13790
13791 * calendar/cal-x.el (diary-frame-parameters)
13792 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13793 Fix custom type; add options.
13794 (calendar-frame, diary-frame): Doc fixes.
13795 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13796 new functions.
13797 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13798 Use calendar-frame-1 and calendar-dedicate-diary.
13799 (calendar-one-frame-setup): Also handle only-one-frame case.
13800 (calendar-only-one-frame-setup): Doc fix. Just call
13801 calendar-one-frame-setup.
13802
13803 * calendar/diary-lib.el: Re-order some definitions before their use.
13804 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13805 (diary-list-entries): Doc fixes.
13806 (make-fancy-diary-display): Remove function.
13807
13808 * calendar/calendar.el (calendar-today-marker)
13809 (initial-calendar-window-hook, today-visible-calendar-hook)
13810 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13811 (calendar-star-date, calendar-mark-today): Doc fixes.
13812 (today-visible-calendar-hook): Add options.
13813 (calendar-in-read-only-buffer): New macro.
13814 (calendar-basic-setup): Adapt for change in calendar-read-date.
13815 Place holiday let inside if.
13816 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13817 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13818 (calendar-print-other-dates): Use one let rather than many.
13819
13820 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13821 (calendar-print-other-dates):
13822 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13823 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13824 * calendar/holidays.el (calendar-list-holidays, list-holidays)
13825 (calendar-cursor-holidays):
13826 * calendar/lunar.el (calendar-phases-of-moon): Use
13827 calendar-in-read-only-buffer to replace previous code and disable undo.
13828
13829 2008-03-16 Juri Linkov <juri@jurta.org>
13830
13831 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13832 and regexp-search-ring-yank-pointer for the HISTPOS argument of
13833 read-from-minibuffer to provide the correct initial minibuffer
13834 history position in isearch-edit-string when it is called from
13835 isearch-ring-adjust.
13836
13837 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13838 to check if the current buffer is the minibuffer, and in this case
13839 call abort-recursive-edit to kill the minibuffer. Doc fix.
13840 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13841 when the current buffer is the minibuffer.
13842
13843 * simple.el (goto-line): Leave mark at previous position. Doc fix.
13844
13845 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
13846
13847 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13848 Use non-nil PARENTS attribute of make-directory instead of
13849 explicitly checking existence the current cache directory.
13850
13851 2008-03-16 Daiki Ueno <ueno@unixuser.org>
13852
13853 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13854 M-x epa-file-select-keys.
13855
13856 2008-03-16 Kenichi Handa <handa@m17n.org>
13857
13858 * international/mule.el (auto-coding-alist):
13859 Use no-conversion-multibyte for archive files.
13860
13861 2008-03-16 Glenn Morris <rgm@gnu.org>
13862
13863 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13864 New functions.
13865 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13866 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13867 Use calendar-mark-1.
13868 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13869 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13870 Use calendar-mark-complex.
13871 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13872 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13873 Use calendar-mark-1.
13874
13875 * calendar/calendar.el (calendar-mod): Remove.
13876 * calendar/cal-china.el (calendar-chinese-from-absolute)
13877 (calendar-chinese-date-string): Expand calendar-mod calls.
13878 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13879 Expand calendar-mod calls.
13880
13881 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13882 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13883 (diary-bahai-insert-yearly-entry): Use let rather than let*.
13884 Move obsolete aliases after the functions that replaced them.
13885
13886 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13887 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13888 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13889 Use let rather than let*.
13890 (calendar-hebrew-prompt-for-date): New function.
13891 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13892 (holiday-tisha-b-av-etc): Use unless, let.
13893
13894 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13895 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13896
13897 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13898
13899 * calendar/calendar.el (calendar-for-loop): Add indent spec.
13900
13901 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13902 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13903 than concat.
13904 (diary): Remove un-needed let.
13905 (view-other-diary-entries): Rename argument.
13906 (diary-list-entries-2): New function.
13907 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13908 (print-diary-entries): Use unless.
13909 (diary-mark-entries-1): Change argument order, make all but
13910 markfunc optional. Handle the standard (Gregorian) case.
13911 Use match-string-no-properties. Handle marks.
13912 (mark-diary-entries): Use diary-mark-entries-1.
13913 (diary-font-lock-keywords-1): New macro.
13914 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13915
13916 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
13917
13918 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13919 (icalendar-export-hidden-diary-entries): New variable.
13920 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13921 In case of error, insert full error-val.
13922 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
13923 Use calendar-day-of-week. Return the day number.
13924 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13925
13926 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
13927
13928 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13929 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13930 (icalendar-export-region): Ignore hidden diary entries.
13931 (icalendar--convert-ordinary-to-ical): Fix case where event
13932 spans across midnight boundary.
13933 (icalendar-first-weekday-of-year): New function.
13934 (icalendar--convert-weekly-to-ical): Allow user-selectable start
13935 year for recurring events (Mozilla calendars do not propagate
13936 recurring events forever, so year 2000 start date was not working).
13937 (icalendar--convert-yearly-to-ical): Remove extra spaces in
13938 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13939
13940 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
13941
13942 * net/tramp.el (tramp-root-regexp): New defconst.
13943 (tramp-completion-file-name-regexp-unified)
13944 (tramp-completion-file-name-regexp-separate)
13945 (tramp-completion-file-name-regexp-url): Use it.
13946 (tramp-do-copy-or-rename-file-via-buffer):
13947 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
13948 t for `insert-file-contents-literally'.
13949 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13950 Autoload it.
13951 (tramp-completion-file-name-handler-post-function): New defconst.
13952 (tramp-completion-file-name-handler): Use it.
13953 (tramp-maybe-open-connection): Update calls to
13954 `tramp-flush-connection-property' for removed 2nd argument.
13955
13956 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13957
13958 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13959 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13960 New functions.
13961
13962 2008-03-15 Glenn Morris <rgm@gnu.org>
13963
13964 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13965 New functions.
13966 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13967 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13968 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13969 (diary-bahai-list-entries): Use diary-list-entries-1.
13970 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
13971 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13972 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13973 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13974 (list-hebrew-diary-entries): Use diary-list-entries-1.
13975 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
13976 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13977 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13978 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13979 (list-islamic-diary-entries): Use diary-list-entries-1.
13980 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
13981
13982 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13983
13984 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13985
13986 * calendar/cal-china.el (number-chinese-months)
13987 (calendar-chinese-from-absolute): Use nth, caar.
13988
13989 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13990
13991 * calendar/cal-french.el (french-calendar-accents): Doc fix.
13992
13993 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13994 (calendar-hebrew-month-name-array-leap-year)
13995 (hebrew-calendar-parashiot-names): Make constants.
13996 (diary-parasha): Move definition after constants it uses.
13997
13998 * calendar/cal-html.el (cal-html-insert-link-yearpage)
13999 (cal-html-htmlify-list): Doc fix.
14000 (cal-html-htmlify-entry): Use nth.
14001
14002 * calendar/cal-islam.el (calendar-islamic-month-name-array)
14003 (calendar-islamic-epoch): Make constants.
14004 (calendar-islamic-epoch): Doc fix.
14005
14006 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
14007
14008 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
14009 (cal-tex-month-name): Doc fix.
14010 (cal-tex-last-blank-p): Use zerop.
14011
14012 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
14013 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
14014 (calendar-cursor-to-date): Doc fix.
14015 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
14016 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
14017 (calendar-day-number): Use when.
14018 (generate-calendar-month): Use dotimes.
14019 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
14020 (calendar-set-mark): Reverse conditional.
14021 (calendar-make-alist): Move definition before use.
14022
14023 * calendar/diary-lib.el (diary-face-attrs)
14024 (diary-glob-file-regexp-prefix, diary-selective-display)
14025 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
14026 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
14027 (diary-anniversary, diary-cyclic)
14028 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
14029 (diary-header-line-format): Change wording.
14030 (diary-list-entries): Set `date-start' in let.
14031 (include-other-diary-files, mark-included-diary-files): Use format.
14032 (simple-diary-display, fancy-diary-display): Use cadr, unless.
14033 (mark-diary-entries): Use 1+.
14034 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
14035 (mark-calendar-month): Use dotimes.
14036
14037 * calendar/holidays.el (displayed-month, displayed-year):
14038 Move declarations where needed.
14039 (calendar-list-holidays): Doc fix.
14040
14041 * calendar/parse-time.el (parse-time-string): Simplify.
14042
14043 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
14044 Make constants.
14045 (solar-sunrise-sunset): Rename some local variables for clarity.
14046 (sunrise-sunset): Use zerop.
14047 (solar-mean-equinoxes/solstices): Doc fix.
14048
14049 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
14050 Use nth.
14051 (timeclock-completing-read, timeclock-generate-report): Use zerop.
14052 (timeclock-mean, timeclock-generate-report): Use dolist.
14053
14054 * calendar/todo-mode.el (todo-add-category): Simplify.
14055 (todo-more-important-p, todo-delete-item, todo-file-item):
14056 Use unless, when.
14057 (todo-top-priorities): Use zerop.
14058
14059 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
14060
14061 * buff-menu.el (list-buffers-noselect): Display buffer name in
14062 tooltip instead of mouse binding when it doesn't fit in the list.
14063
14064 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14065
14066 * faces.el (xw-defined-colors):
14067 * simple.el (widget-convert, shell-mode): Declare as functions
14068 instead of autoloading.
14069
14070 * abbrev.el:
14071 * button.el:
14072 * cus-face.el:
14073 * ediff-hook.el:
14074 * emacs-lisp/backquote.el:
14075 * emacs-lisp/timer.el:
14076 * facemenu.el:
14077 * faces.el:
14078 * menu-bar.el:
14079 * simple.el:
14080 * subr.el:
14081 * textmodes/fill.el:
14082 * textmodes/paragraphs.el: Remove autoloads, redundant when the
14083 files are preloaded.
14084
14085 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * desktop.el (desktop-create-buffer): Don't catch errors if
14088 debug-on-error is set.
14089
14090 2008-03-14 Eli Zaretskii <eliz@gnu.org>
14091
14092 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
14093 ($(lisp)/calendar/diary-loaddefs.el)
14094 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14095 (LOADDEFS): New macro.
14096 (autoloads): Depend on $(LOADDEFS).
14097
14098 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14099
14100 * font-lock.el (featurep): Remove test, not useful anymore.
14101 (facemenu-keymap): Move key binding ...
14102 * facemenu.el (facemenu-keymap): ... here.
14103
14104 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
14105 for each file in the list.
14106 (vc-bzr-log-view-mode): Recognize the file marker.
14107
14108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14109 for checkdoc and profiling.
14110
14111 2008-03-14 Bastien Guerry <bzg@altern.org>
14112
14113 * textmodes/flyspell.el (nxml-mode): Add the right
14114 `flyspell-mode-predicate'.
14115
14116 * wid-edit.el (link): Use 'mouse-face for :follow-link.
14117
14118 2008-03-14 Glenn Morris <rgm@gnu.org>
14119
14120 * calendar/solar.el: Reorder so that functions are defined before use.
14121 (displayed-month, displayed-year): Move declarations where needed.
14122 (solar-get-number): Move definition before use. Use unless.
14123 (solar-equatorial-coordinates): Simplify.
14124 (solar-sunrise-and-sunset): Use let rather than let*.
14125 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
14126
14127 * startup.el (command-line-1): Rename -internal-script back to
14128 -scriptload (reverts previous change).
14129
14130 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
14131 (calendar-bahai-leap-base): Add doc strings.
14132 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
14133 Move definition before use.
14134 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
14135 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
14136 variables outside the loop. Use dolist.
14137 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
14138
14139 * calendar/cal-china.el: Re-order so that functions are defined before
14140 use.
14141 (displayed-month, displayed-year): Move declarations where needed.
14142 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
14143 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14144 Add doc strings.
14145 (chinese-year-cache): Recenter on 2010. Doc fix.
14146 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
14147 Doc fix. Simplify.
14148 (chinese-year-cache-init): New function.
14149 (compute-chinese-year, holiday-chinese-new-year)
14150 (calendar-chinese-date-string, calendar-goto-chinese-date)
14151 (make-chinese-month-assoc-list): Use cadr, nth.
14152 (chinese-months): Remove un-needed let.
14153
14154 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
14155 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
14156 (coptic-prompt-for-date): Move definition before use.
14157
14158 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14159 (calendar-dst-find-data, calendar-daylight-time-offset)
14160 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14161 (calendar-daylight-savings-starts-time)
14162 (calendar-daylight-savings-ends-time): Use cadr, nth.
14163
14164 * calendar/cal-french.el (french-calendar-epoch)
14165 (calendar-goto-french-date): Doc fix.
14166 (french-calendar-month-name-array)
14167 (french-calendar-multibyte-month-name-array)
14168 (french-calendar-day-name-array, french-calendar-special-days-array):
14169 Add doc strings.
14170
14171 * calendar/cal-hebrew.el (displayed-month, displayed-year)
14172 (original-date): Move declarations where needed.
14173 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
14174 Doc fix.
14175 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
14176 constant variables outside the loop. Use dolist.
14177
14178 * calendar/cal-islam.el (displayed-month, displayed-year)
14179 (original-date): Move declarations where needed.
14180 (islamic-calendar-day-number): Remove unused local variable `day'.
14181 (calendar-goto-islamic-date): Doc fix.
14182 (holiday-islamic): Use unless.
14183 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
14184 constant variables outside the loop. Use dolist.
14185 (mark-islamic-calendar-date-pattern): Move definition before use.
14186 Use unless.
14187 (mark-islamic-diary-entries): Doc fix.
14188 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14189 (insert-yearly-islamic-diary-entry): Use let rather than let*.
14190
14191 * calendar/cal-julian.el (calendar-absolute-from-julian):
14192 Move definition before use. Remove un-needed local `day'.
14193 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
14194
14195 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
14196 (calendar-mayan-tzolkin-names-array): Add doc strings.
14197 (calendar-mayan-long-count-from-absolute): Use a single let.
14198 (calendar-string-to-mayan-long-count): Simplify.
14199 (calendar-next-haab-date, calendar-previous-haab-date)
14200 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
14201 (calendar-previous-calendar-round-date)
14202 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
14203 Doc fix.
14204 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
14205 (calendar-mayan-date-string, calendar-print-mayan-date)
14206 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14207 (calendar-mayan-long-count-common-era): Move definitions before use.
14208
14209 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
14210 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
14211 Doc fix.
14212 (calendar-mouse-goto-date): Move definition before use.
14213
14214 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
14215 Move definition before use.
14216 (calendar-cursor-to-visible-date): Move definition before use.
14217 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
14218 and place inside the conditional.
14219 (calendar-forward-day): Simplify.
14220 (calendar-end-of-month): Use unless.
14221 (calendar-goto-day-of-year): Doc fix.
14222 Relocate obsolete aliases after their replacements.
14223
14224 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
14225
14226 * calendar/diary-lib.el (mark-diary-entries): Move some constant
14227 variables outside the diary-date-forms loop.
14228
14229 * calendar/calendar.el (diary-file): Doc fix.
14230 (calendar-buffer-list): Return buffers rather than strings (fixes
14231 previous change).
14232 (hebrew-holidays-4): Fix typo.
14233
14234 * calendar/holidays.el (displayed-month, displayed-year):
14235 Move declarations where needed.
14236 (calendar-holiday-list, calendar-list-holidays)
14237 (holiday-filter-visible-calendar): Move definitions before use.
14238 (list-holidays): Use cadr.
14239 Relocate obsolete aliases after their replacements.
14240
14241 * calendar/lunar.el (date, displayed-month, displayed-year):
14242 Move declarations where needed.
14243 (lunar-phase-list): Move definition after functions it uses.
14244 (calendar-phases-of-moon, diary-phases-of-moon)
14245 (lunar-new-moon-on-or-after): Use cadr, nth.
14246 (lunar-new-moon-on-or-after): Doc fix.
14247
14248 * textmodes/org-irc.el (top-level): CL not required when compiling.
14249 (org-irc-visit-erc): Replace runtime CL functions.
14250
14251 * textmodes/org-publish.el (declare-function): Add compatibility stub.
14252 (org-publish-delete-dups): Declare as function.
14253
14254 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
14255
14256 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
14257 (vc-bzr-show-log-entry): Make regexp match more cases.
14258 (vc-diff-switches-list): Remove autoload, not needed.
14259
14260 2008-03-14 Juri Linkov <juri@jurta.org>
14261
14262 * isearch.el (isearch-edit-string): Remove one call to
14263 `isearch-push-state' not to push an inconsistent state,
14264 but keep another correct call to `isearch-push-state'.
14265 (isearch-ring-adjust): Call `isearch-push-state' only when
14266 `search-ring-update' is non-nil since `isearch-edit-string'
14267 already pushes its state.
14268 (isearch-message): Improve matching the failed part by checking
14269 if the original message starts with the last successful message.
14270
14271 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
14272 (dired-perm-write): Rename from `dired-warn-writable'.
14273 Change parent face from `font-lock-warning-face' to
14274 `font-lock-comment-delimiter-face'.
14275 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
14276 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
14277 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
14278 with `dired-perm-write-face'.
14279
14280 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
14281
14282 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
14283 Create cache dir only if it doesn't already exist.
14284
14285 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
14288 of \ and '.
14289
14290 2008-03-13 Johan Bockgård <bojohan@gnu.org>
14291
14292 * net/browse-url.el (browse-url-text-xterm):
14293 Unquote browse-url-text-browser.
14294
14295 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
14296
14297 * textmodes/org-mouse.el: Version number change.
14298
14299 * textmodes/org-publish.el (org-publish-expand-components):
14300 Remove null projects from the list of components.
14301 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
14302 Remove unused retrieval of the :publishing-directory property.
14303 (org-publish-file): Bugfix: when using a relative directory as the
14304 publishing directory, convert it to a directory filename.
14305 (org-publish-project): New alias.
14306 (org-publish-get-files): Protect against empty p.
14307 (org-publish-file): Send an error when file is not part of any project.
14308 (org-publish-file): Offer to refresh the list of files in known
14309 project when the current file is not part of any project.
14310 (org-publish-before-export-hook)
14311 (org-publish-after-export-hook): New hooks.
14312 (org-publish-org-to): Use new hooks and kill buffers.
14313 (org-publish-file): Remove the code for killing buffers.
14314 (org-publish-initialize-files-alist): Use interactive.
14315 (org-publish-file): If the publishing function creates a new
14316 buffer, kill it after publishing.
14317 (org-publish-timestamp-filename): Protect ":" in file name path
14318 under windows.
14319
14320 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
14321 change that killed the LaTeX buffer.
14322
14323 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
14324 in the decision tree.
14325 (org-select-remember-template): Clean the code.
14326 (org-prepare-dblock): Add the extra :content parameter.
14327 (org-write-agenda): New output type ".ics" files.
14328 (org-write-agenda): Call `org-icalendar-verify-function', both for
14329 time stamps and for TODO entries.
14330 (org-agenda-collect-markers, org-create-marker-find-array)
14331 (org-check-agenda-marker-table): New functions.
14332 (org-agenda-marker-table): New variable.
14333 (org-export-as-html): Revert the change that killed the html
14334 buffer. Side effects first need to be studied carefully.
14335 (org-get-tags-at): Fix the structure of the condition-case statement.
14336 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
14337 (org-timestamp-change): Fix regular expressions to swallow the
14338 extra character for repeat-shift control.
14339 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
14340 (org-get-legal-level): Alias to `org-get-valid-level'.
14341 (org-dblock-write:clocktable): Add a :link parameter, linking
14342 headlines to their location in the Org agenda files.
14343 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
14344 throwing an error when getting tags before headlines.
14345 (org-timestamp-change, org-modify-ts-extra)
14346 (org-ts-regexp1): Fix timestamp editing.
14347 (org-agenda-custom-commands-local-options): New constant.
14348 (org-agenda-custom-commands):
14349 Use `org-agenda-custom-commands-local-options' to improve customize
14350 type. "htmlize": Removed hack to fix face problem with htmlize,
14351 it no longer seem necessary.
14352 (org-follow-link-hook): New hook.
14353 (org-agenda-custom-commands): Add "Component" as a tag for each
14354 item in a command series.
14355 (org-open-at-point): Run `org-follow-link-hook'.
14356 (org-agenda-schedule): Bugfix: don't display marker type when it
14357 is nil.
14358 (org-store-link): org-irc required.
14359 (org-set-regexps-and-options): Parse the new logging options.
14360 (org-extract-log-state-settings): New function.
14361 (org-todo): Handle the new ways of recording state change stuff.
14362 (org-local-logging): New function.
14363 (org-columns-open-link): Fix bug with opening link in column view.
14364 (org-local-logging): New function.
14365 (org-todo): Make sure that LOGGING properties are honoured.
14366 (org-todo-keywords): Improve docstring.
14367 (org-startup-options): Cleanup startup options.
14368 (org-set-regexps-and-options): Process the "!" markers.
14369 (org-todo): Respect the new logging stuff.
14370 (org-log-note-how): New variable.
14371 (org-add-log-maybe): New parameter HOW that defines how logging
14372 should be done and also overrides PURPOSE. Add a docstring.
14373 (org-add-log-note): Check if we really need to ask for a note.
14374 (org-get-current-options): Digest the new keyword.
14375 (org-agenda-reset-markers): Rename from
14376 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
14377 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
14378 function, without force argument.
14379 (org-buffer-property-keys): Bind local variables s and p.
14380 (org-make-tags-matcher): Allow "" to match an empty or
14381 non-existent property value.
14382 (org-export-as-html): Join unsorted lists when they directly
14383 follow each other. Such lists may be created by headlines that
14384 are converted to lists.
14385 (org-nofm-to-completion): New function.
14386 (org-export-as-html): Use :html-extension instead of
14387 org-export-html-extension.
14388 (org-store-link): Support for links from `rmail-summary-mode'.
14389 (org-columns-new, org-complete, org-set-property): Set the
14390 `include-columns' argument in the call to
14391 `org-buffer-property-keys'.
14392 (org-buffer-property-keys): New argument `include-columns', to
14393 include properties expected by any of the COLUMNS formats in the
14394 current buffer.
14395 (org-cleaned-string-for-export): Get rid of drawers first, so that
14396 they will be removed also in the text before the first headline.
14397 (org-clock-report): Show the clocktable when found.
14398 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
14399 (org-version): With prefix argument, insert `org-version' at point.
14400 (org-agenda-goto): Recenter the window after finding the target
14401 location, to make sure the correct position will be displayed.
14402 (org-agenda-get-deadlines): Don't scale priority with the warning
14403 period.
14404 (org-insert-heading): Don't break line in the middle of the line.
14405 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
14406 be 0.
14407 (org-update-checkbox-count): Revamp to deal with hierarchical
14408 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
14409 (org-remove-timestamp-with-keyword): New function.
14410 (org-schedule, org-deadline):
14411 Use `org-remove-timestamp-with-keyword' to make sure all such time
14412 stamps are removed.
14413 (org-mode): Support for `align'.
14414 (org-agenda-get-deadlines): Make sure priorities increase as the
14415 due date approaches and is passed.
14416 (org-remember-apply-template): Fix problem with tags that
14417 contain "_" or "@".
14418 (org-make-link-regexps): Improve the regular expression for plain links.
14419 (org-agenda-get-closed): List each clocking entry.
14420 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
14421 (org-special-ctrl-k): New option.
14422 (org-kill-line): New function.
14423 (org-archive-all-done): Fix incorrect number of stars in regexp.
14424 (org-refile-get-location): New function.
14425 (org-refile-goto-last-stored): New function.
14426 (org-global-tags-completion-table): Add the value of org-tag-alist
14427 in each buffer, to make sure that also unused tags will be
14428 available for completion.
14429 (org-columns-edit-value)
14430 (org-columns-next-allowed-value): Only update if not in agenda.
14431 (org-clocktable-steps): New function.
14432 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
14433 (org-archive-subtree): Add the outline tree context as a property.
14434 (org-closest-date): New optional argument `prefer'.
14435 (org-goto-auto-isearch): New option.
14436 (org-goto-map, org-get-location): Implement auto-isearch.
14437 (org-goto-local-auto-isearch-map): New variable.
14438 (org-goto-local-search-forward-headings)
14439 (org-goto-local-auto-isearch): New functions.
14440
14441 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
14442
14443 * textmodes/org-irc.el: New file.
14444
14445 2008-03-13 John Wiegley <johnw@gnu.org>
14446
14447 * textmodes/org-mac-message.el: New file.
14448
14449 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
14450
14451 * font-lock.el (font-lock-comment-face): Set the foreground for
14452 the light background 8 colors case.
14453
14454 2008-03-13 Glenn Morris <rgm@gnu.org>
14455
14456 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
14457 generate-autoload-cookie patterns.
14458
14459 * startup.el (command-line-1): Rename -scriptload to -internal-script.
14460
14461 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
14462 (MH_E_SRC): Remove variable.
14463 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
14464 Simplify file header. Use $@ for generated-autoload-file.
14465
14466 * Makefile.in (LOADDEFS): New variable.
14467 (AUTOGENEL): Use $LOADDEFS.
14468 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
14469 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
14470 ($(lisp)/calendar/hol-loaddefs.el): New targets.
14471 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14472 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
14473 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14474 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14475 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
14476 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14477 Add calendar-specific autoload cookies, and remove any setting of
14478 generated-autoload-file.
14479 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
14480 * calendar/diary-lib.el: Replace explicit autoloads with reading of
14481 diary-loaddefs.
14482 * calendar/holidays.el: Replace explicit autoloads with reading of
14483 hol-loaddefs.
14484
14485 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
14486 (calendar-buffer-list): Simplify.
14487 (generate-calendar-window): Use calendar-mark-holidays rather than
14488 obsolete alias.
14489
14490 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14491 Use cal-hebrew-yahrzeit-buffer.
14492
14493 * calendar/cal-x.el (calendar-only-one-frame-setup)
14494 (calendar-two-frame-setup): Doc fixes.
14495 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
14496
14497 * calendar/appt.el (appt-mode-string): Mark as risky.
14498 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
14499
14500 * calendar/cal-html.el (diary-list-entries):
14501 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
14502 (calendar-iso-from-absolute): Fix autoloads.
14503
14504 * calendar/cal-iso.el (calendar-absolute-from-iso)
14505 (calendar-iso-read-args): Simplify.
14506 (calendar-iso-date-string, calendar-iso-read-args)
14507 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
14508
14509 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
14510 (displayed-month, displayed-year): Move declarations where needed.
14511 (calendar-print-astro-day-number): Doc fix.
14512
14513 * calendar/cal-persia.el (persian-calendar-month-name-array)
14514 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
14515 (persian-prompt-for-date): Remove local variable `today'.
14516
14517 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
14518
14519 * calendar/solar.el (solar-moment, solar-exact-local-noon)
14520 (solar-sunrise-sunset, solar-sunrise-sunset-string)
14521 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
14522 (diary-sabbath-candles, solar-equinoxes/solstices)
14523 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
14524 (solar-time-equation, solar-date-to-et): Simplify.
14525
14526 * mail/supercite.el: Remove the `function' in `(function (lambda'.
14527 Replace `(car (cdr' with cadr'.
14528
14529 * progmodes/f90.el (f90-font-lock-n): New function.
14530 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
14531 Use f90-font-lock-n.
14532 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
14533
14534 * progmodes/f90.el (f90-mode-abbrev-table):
14535 * progmodes/fortran.el (fortran-mode-abbrev-table):
14536 Use newer form of define-abbrev, where supported. No need to bind
14537 abbrevs-changed for system abbrevs.
14538
14539 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
14542 delete-frame-functions.
14543
14544 * bookmark.el (Info-current-node): Remove.
14545
14546 2008-03-12 Juri Linkov <juri@jurta.org>
14547
14548 * help.el (describe-project): Remove defaliases for view-todo and
14549 describe-project that are now unnecessary after the merge from
14550 emacs--rel--22 that added define-obsolete-function-alias.
14551
14552 * startup.el (inhibit-startup-screen): Revert incomplete
14553 2008-03-10 merge from emacs--rel--22 that partly reverted
14554 2008-02-28 change that added initial message to *scratch* buffer
14555 regardless of the value of `inhibit-startup-screen'.
14556 Now keep this change in the trunk, but not in the 22 branch.
14557
14558 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * international/quail.el (quail-setup-completion-buf, quail-help):
14561 * mail/binhex.el (binhex-decode-region-internal):
14562 * mail/uudecode.el (uudecode-decode-region-internal):
14563 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
14564 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
14565 setting default-enable-multibyte-characters.
14566
14567 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
14568
14569 * comint.el: Fix up indentation and comment style. Remove `function'.
14570
14571 * international/mule-cmds.el (reset-language-environment)
14572 (set-language-environment-nonascii-translation):
14573 Don't set-unibyte-charset.
14574
14575 * doc-view.el: Remove all cb-args, use closures instead.
14576 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
14577 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
14578 doing an incorrect check). Update all callers to use the new name.
14579 (doc-view-doc->txt): Add missing `txt' argument.
14580
14581 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
14582
14583 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
14584 md5 sum calculation to single-byte.
14585
14586 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * doc-view.el (doc-view-new-window-function): Add assertion.
14589 (doc-view-doc-type): New var.
14590 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
14591 (doc-view-intersection): New fun.
14592 (doc-view-mode): Use it to set the new var.
14593
14594 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
14595
14596 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
14597 (doc-view-already-converted-p): New functions.
14598 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
14599 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
14600 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14601 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14602 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
14603 (doc-view-convert-current-doc): Don't hardwire the functions the
14604 sentinels call. Now they're provided by two args CALLBACK and
14605 CB-ARGS to the functions.
14606 (doc-view-search): Use doc-view-doc->txt.
14607 (doc-view-initiate-display): Use doc-view-already-converted-p.
14608 Mention new binding C-c C-t if doc-view-mode doesn't work.
14609
14610 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
14611
14612 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
14613
14614 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
14617 Mark " outside of tags as punctuation.
14618
14619 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * menu-bar.el (minibuffer-local-map): Use the same command for the
14622 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
14623 Prefer RET over C-j for exit-minibuffer.
14624
14625 * files.el (display-buffer-other-frame): Eliminate problematic code.
14626
14627 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
14628 (menu-bar-select-buffer): Remove.
14629 (menu-bar-select-frame): Make non-interactive and take a frame arg.
14630 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
14631
14632 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
14633
14634 * icomplete.el (icomplete-completions): Remove obsolete code.
14635
14636 * net/net-utils.el (iwconfig-program-options): Doc fix.
14637 (net-utils-run-program, run-network-program): Define as functions.
14638
14639 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
14640
14641 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
14642
14643 2008-03-11 Glenn Morris <rgm@gnu.org>
14644
14645 * faces.el (mode-line-emphasis): New face.
14646 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14647
14648 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14649
14650 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
14651
14652 * simple.el (set-mark-command): Doc fix.
14653
14654 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14657
14658 * emacs-lisp/autoload.el (autoload-find-destination):
14659 Don't force raw-text.
14660
14661 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14662 * calendar/cal-loaddefs.el: Don't version control.
14663
14664 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14665
14666 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14667 entries and add :help to the existing ones.
14668
14669 2008-03-10 Glenn Morris <rgm@gnu.org>
14670
14671 * calendar/cal-hebrew.el (date, entry, number): Move declarations
14672 to where they are needed.
14673
14674 * calendar/calendar.el (diary-file, hebrew-holidays-1)
14675 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14676 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14677 (calendar-version): Doc fixes.
14678 (calendar-absolute-from-gregorian): Use zerop.
14679 (calendar-mode-line-format): Make it a defcustom.
14680
14681 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14682 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14683 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14684 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14685 (mark-included-diary-files, mark-calendar-days-named)
14686 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14687 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14688 (insert-monthly-diary-entry, insert-yearly-diary-entry)
14689 (insert-anniversary-diary-entry, insert-block-diary-entry)
14690 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14691 (diary-font-lock-sexps): Doc fixes.
14692 (diary-remind-message, mark-calendar-month): Use zerop.
14693 (diary-attrtype-convert, diary-pull-attrs): Simplify.
14694 (diary-list-entries): Revert let to let* (previous change).
14695
14696 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14697
14698 2008-03-10 Kim F. Storm <storm@cua.dk>
14699
14700 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14701 function aliases for the old names.
14702
14703 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
14704
14705 * iswitchb.el (iswitchb-use-faces): Doc fix.
14706 (iswitchb-buffer-ignore, iswitchb-read-buffer):
14707 Fix typos in docstrings.
14708
14709 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14710
14711 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14712 Fix typo.
14713 (verilog-type-font-keywords): Reindent.
14714
14715 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
14716
14717 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14718 Fix bug in the grouping-keyword regular expression.
14719 (verilog-font-lock-keywords): Allow users to toggle special
14720 highlight of grouping-keywords.
14721 (verilog-highlight-grouping-keywords): The toggle for special
14722 highlighting of grouping keywords.
14723
14724 2008-03-10 Juri Linkov <juri@jurta.org>
14725
14726 * startup.el: Revert 2008-02-28 change that adds initial message
14727 to *scratch* buffer regardless of the value of
14728 `inhibit-startup-screen'.
14729
14730 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
14731
14732 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14733 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14734 * progmodes/verilog-mode.el (verilog-mode):
14735 * net/socks.el (socks):
14736 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14737
14738 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14741 (doc-view-bookmark-make-record): Use them.
14742 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
14743 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14744
14745 * bookmark.el (bookmark-make-record-function): Change expected return
14746 value to include a suggested bookmark name.
14747 (bookmark-make): Split into bookmark-make-record and bookmark-store.
14748 Fix reversed `overwrite' semantics.
14749 (bookmark-set): Call bookmark-make-record before prompting the user.
14750 Then pass the result to bookmark-store later on.
14751 (bookmark-make-name-function): Remove.
14752 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14753 * info.el (bookmark-make-name-function): Remove.
14754 (Info-mode): Don't set it.
14755 (Info-bookmark-make-name): Remove.
14756 (Info-bookmark-make-record): Use Info-current-node as suggested default
14757 bookmark name.
14758
14759 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14760 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14761 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14762 (bookmark-annotation-buffer, bookmark-annotation-file)
14763 (bookmark-annotation-point, bookmark-send-annotation)
14764 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14765 (bookmark-edit-annotation-text-func): Rename from
14766 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
14767 (bookmark-edit-annotation-mode-map): Move initialization into
14768 declaration.
14769
14770 * bookmark.el: Remove spurious * in docstrings.
14771 (bookmark-minibuffer-read-name-map): New var.
14772 (bookmark-set): Use it. Also pass the default value as it should.
14773 (bookmark-send-edited-annotation): Take no chances with text properties.
14774 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14775 (bookmark-insert-buffer-name): Remove.
14776 (bookmark-buffer-file-name): Signal an error rather than returning nil.
14777
14778 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
14779
14780 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14781
14782 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
14783
14784 * diff-mode.el (diff-mode-menu): Add :help.
14785
14786 2008-03-09 Glenn Morris <rgm@gnu.org>
14787
14788 * calendar/calendar.el (general-holidays, oriental-holidays)
14789 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14790 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14791 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14792 (calendar-holidays): Restore autoload cookies, because people are
14793 used to using these variables without loading calendar.el.
14794
14795 * calendar/cal-islam.el (diary-islamic-date): Move to end.
14796 (date, number): Declare where needed.
14797
14798 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14799 (list-sexp-diary-entries): Doc fixes.
14800 (diary-list-entries): Doc fix. Remove free variable `entry'.
14801 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
14802 Simplify setting of `date-holiday-list'.
14803 (mark-diary-entries): Remove free variable `entry'.
14804 (diary-list-entries, include-other-diary-files, fancy-diary-display):
14805 Use let where let* is not needed.
14806
14807 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14810 make-record function, instead paste it in afterwards.
14811 (bookmark-make-record-for-text-file):
14812 * doc-view.el (doc-view-bookmark-make-record):
14813 * info.el (Info-bookmark-make-record): Don't mess with annotations.
14814
14815 2008-03-08 Glenn Morris <rgm@gnu.org>
14816
14817 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14818
14819 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * calendar/diary-lib.el (diary-list-entries)
14822 (include-other-diary-files, mark-diary-entries)
14823 (mark-sexp-diary-entries, mark-included-diary-files)
14824 (diary-entry-time, list-sexp-diary-entries): Remove the special
14825 handling of ^M that dates back to the use of selective-display.
14826 (simple-diary-display): Obey setting of pop-up-frames.
14827 (body, entry): Remove unnecessary declarations.
14828
14829 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14830 (bookmark-get-annotation, bookmark-set-annotation)
14831 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14832 (bookmark-set-position, bookmark-get-front-context-string)
14833 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14834 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14835 * info.el (Info-bookmark-make-record): Don't bother recording point.
14836 (bookmark-get-filename, bookmark-get-front-context-string)
14837 (bookmark-get-rear-context-string, bookmark-get-position):
14838 Don't declare any more.
14839 (bookmark-get-info-node): Remove.
14840 (bookmark-prop-get): Declare.
14841 (Info-bookmark-jump): Use it.
14842
14843 2008-03-08 Johan Bockgård <bojohan@gnu.org>
14844
14845 * subr.el (while-no-input): Don't splice BODY directly into the
14846 `or' form.
14847
14848 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
14849
14850 * diff-mode.el (diff-ignore-whitespace-hunk):
14851 Bind inhibit-read-only before trying to change the buffer.
14852
14853 2008-03-08 Glenn Morris <rgm@gnu.org>
14854
14855 * calendar/appt.el (appt): Move custom group here from calendar.el.
14856 (appt-disp-window, appt-convert-time): Doc fixes.
14857
14858 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14859 (calendar-bahai-mark-date-pattern):
14860 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14861 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14862 * calendar/cal-julian.el (calendar-absolute-from-julian):
14863 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14864
14865 * calendar/cal-china.el (chinese-calendar): Move custom group here from
14866 calendar.el.
14867 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14868 Make constants.
14869 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14870 (chinese-calendar-daylight-savings-starts)
14871 (chinese-calendar-daylight-savings-ends)
14872 (chinese-calendar-daylight-savings-starts-time)
14873 (chinese-calendar-daylight-savings-ends-time)
14874 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14875 Doc fixes.
14876
14877 * calendar/cal-coptic.el (coptic-name): Add doc string.
14878
14879 * calendar/cal-french.el (french-calendar-month-name-array)
14880 (french-calendar-day-name-array, french-calendar-special-days-array):
14881 Add doc strings.
14882
14883 * calendar/cal-bahai.el (diary-bahai-mark-entries)
14884 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14885 (diary-bahai-insert-yearly-entry):
14886 * calendar/cal-dst.el (calendar-next-time-zone-transition)
14887 (calendar-time-zone):
14888 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14889 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14890 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14891 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14892 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14893 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14894 (list-islamic-diary-entries, mark-islamic-diary-entries)
14895 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14896 (insert-yearly-islamic-diary-entry):
14897 * calendar/cal-iso.el (calendar-iso-read-args):
14898 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14899 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14900 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14901 (calendar-next-calendar-round-date)
14902 (calendar-mayan-long-count-common-era):
14903 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14904 (cal-menu-x-popup-menu, calendar-mouse-holidays)
14905 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14906 (calendar-mouse-goto-date):
14907 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14908 * calendar/holidays.el (holidays):
14909 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14910 * calendar/time-date.el (date-to-time, time-subtract, time-add)
14911 (safe-date-to-time): Doc fixes.
14912
14913 * calendar/cal-persia.el (persian-calendar-month-name-array)
14914 (persian-calendar-epoch): Make constants.
14915
14916 * calendar/cal-tex.el (calendar-tex): Move custom group here from
14917 calendar.el.
14918
14919 * calendar/cal-x.el (diary-frame-parameters)
14920 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14921 (calendar-after-frame-setup-hooks): Make defcustoms.
14922 (calendar-one-frame-setup, calendar-only-one-frame-setup)
14923 (calendar-two-frame-setup): Doc fix.
14924
14925 * calendar/cal-loaddefs.el: New file.
14926
14927 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14928 * calendar/cal-french.el, calendar/cal-html.el:
14929 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14930 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14931 * calendar/cal-tex.el, calendar/cal-x.el:
14932 Unquote lambda functions. Add autoload cookies to functions formerly
14933 autoloaded in calendar.el. Set `generated-autoload-file' to
14934 "cal-loaddefs.el".
14935
14936 * calendar/calendar.el: Move many autoloads to separate file,
14937 cal-loaddefs.el. Move defcustoms to start and re-order.
14938 (calendar-month-name-array, calendar-starred-day): No need to
14939 declare for compiler.
14940 (cal-loaddefs): Require it.
14941 (appt, chinese-calendar, calendar-tex): Move custom groups to the
14942 appropriate file.
14943 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14944 Reverse logic.
14945 (diary-face, diary-file-name-prefix-function, diary-include-string)
14946 (diary-glob-file-regexp-prefix, diary-face-attrs)
14947 (diary-file-name-prefix, sexp-diary-entry-symbol)
14948 (print-diary-entries-hook, list-diary-entries-hook)
14949 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14950 (nongregorian-diary-marking-hook, diary-list-include-blanks):
14951 Move to diary-lib.
14952 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14953 (all-bahai-calendar-holidays): Doc fix.
14954 (calendar-insert-indented): Doc fix. Use when rather than if.
14955 (exit-calendar): Use mapc rather than mapcar.
14956 (calendar-cursor-to-date): Use zerop.
14957 (calendar-mark-ring): Add doc-string.
14958 (calendar-starred-day): Defvar it.
14959 (calendar-mode): Make calendar-starred-day local.
14960 (calendar-star-date): No need to make calendar-starred-day local.
14961
14962 * calendar/diary-lib.el: Move defcustoms to start.
14963 (diary-include-string, diary-list-include-blanks)
14964 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14965 (diary-file-name-prefix, diary-file-name-prefix-function)
14966 (sexp-diary-entry-symbol, list-diary-entries-hook)
14967 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14968 (nongregorian-diary-marking-hook, print-diary-entries-hook):
14969 Move here from calendar.el.
14970 (diary-file-name-prefix-function): Use 'identity.
14971 (diary-face): Make it a defcustom, and mark as obsolete.
14972 (top-level): No need to require cal-hebrew, cal-islam when compiling.
14973 (calendar-hebrew-month-name-array-leap-year)
14974 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14975 Define for compiler.
14976 (diary-font-lock-keywords): Use format rather than concat.
14977 Add bahai-diary-entry-symbol.
14978
14979 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14980 * calendar/solar.el: Unquote lambda functions.
14981
14982 * calendar/solar.el (calendar-location-name, calendar-latitude)
14983 (calendar-longitude, solar-setup, solar-sin-degrees)
14984 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14985 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14986 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14987 (solar-exact-local-noon, solar-julian-ut-centuries)
14988 (solar-ephemeris-time, solar-date-next-longitude)
14989 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14990 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14991 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14992 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14993 Doc fixes.
14994 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14995 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14996 (solar-ecliptic-coordinates): Use unless.
14997 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14998 Use or.
14999
15000 * calendar/timeclock.el: Add doc-strings to all functions.
15001 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
15002 (timeclock-entry-list-length, timeclock-entry-list-projects)
15003 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
15004
15005 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
15006
15007 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
15008 (org-get-entries-from-diary): Require diary-lib.
15009
15010 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
15011
15012 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
15013 Pacify byte-compiler.
15014
15015 2008-03-07 Alan Mackenzie <acm@muc.de>
15016
15017 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
15018 paren/bracket pairs parsed, to solve performance problem.
15019
15020 2008-03-07 Bastien Guerry <bzg@altern.org>
15021
15022 * bookmark.el (bookmark-set): Don't check for
15023 `bookmark-make-name-function' since `bookmark-buffer-file-name'
15024 already takes care of this.
15025 (bookmark-buffer-name, bookmark-buffer-file-name):
15026 Remove Info-mode specific code.
15027
15028 * info.el (bookmark-get-info-node): Define this function in
15029 info.el, not in bookmark.el.
15030 (Info-mode): Set `bookmark-make-name-function' to
15031 `Info-bookmark-make-name' locally.
15032 (Info-bookmark-make-name): New function.
15033
15034 * bookmark.el (bookmark-make-name-function): New variable.
15035
15036 2008-03-07 Karl Fogel <kfogel@red-bean.com>
15037
15038 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
15039 buffer-local, not `bookmark-make-cell-function' (the old name).
15040
15041 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
15042
15043 * doc-view.el (doc-view-bookmark-make-record):
15044 * image-mode.el (image-bookmark-make-record):
15045 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
15046
15047 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
15048
15049 * vc.el (vc-status-menu-map-filter): Return orig-binding if
15050 boundp 'vc-ignore-menu-filter.
15051 (vc-status-tool-bar-map): Make it defvar.
15052 (vc-status-mode): vc-status-tool-bar-map now variable.
15053 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
15054
15055 2008-03-07 Karl Fogel <kfogel@red-bean.com>
15056
15057 Give a better name to part of the bookmark interface.
15058
15059 This was originally a much larger change, but halfway through I
15060 updated and discovered that Stefan Monnier had done the rest.
15061 It looks like he anticipated the new name too, because he used
15062 `the-record' instead of `the-cell' for some internal variable names.
15063
15064 * bookmark.el (bookmark-make-record-function): Was
15065 `bookmark-make-cell-function'.
15066 (bookmark-make, bookmark-send-annotation): Update for above.
15067 (bookmark-make-record-for-text-file):
15068 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
15069
15070 * info.el: Adjust accordingly.
15071 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
15072
15073 * image-mode.el: Adjust accordingly.
15074 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
15075
15076 * doc-view.el: Adjust accordingly.
15077 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
15078
15079 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15080
15081 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
15082 Move initialization into declaration.
15083 (bookmark-get-info-node, bookmark-set-info-node): Remove.
15084 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
15085 (bookmark-info-current-node): Remove.
15086 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
15087 Add relocation fallback. Set bookmark-current-bookmark.
15088 (bookmark-default-handler): Rename from bookmark-jump-noselect.
15089 Remove relocation fallback. Don't set bookmark-current-bookmark.
15090 (bookmark-set): Let it be used even if there's no buffer-file-name
15091 as long as there is a bookmark-make-cell-function.
15092 * info.el (Info-bookmark-jump): Remove relocation fallback.
15093 Don't set bookmark-current-bookmark.
15094
15095 2008-03-07 Glenn Morris <rgm@gnu.org>
15096
15097 * calendar/appt.el (appt-issue-message)
15098 (appt-message-warning-time, appt-audible, appt-visible)
15099 (appt-msg-window, appt-display-mode-line, appt-display-duration)
15100 (appt-display-diary): Remove autoload cookies.
15101
15102 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
15103 Remove leading `*' from defcustom doc-strings.
15104
15105 * calendar/cal-dst.el (calendar-dst): New custom group.
15106 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
15107 (calendar-time-zone, calendar-daylight-time-offset)
15108 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
15109 (calendar-daylight-savings-starts-time)
15110 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
15111 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
15112 Move to start.
15113
15114 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
15115
15116 * calendar/calendar.el (calendar-version): Use emacs-version and
15117 make it obsolete. Move to end.
15118 (calendar-offset, view-diary-entries-initially)
15119 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
15120 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
15121 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
15122 (all-bahai-calendar-holidays, calendar-load-hook)
15123 (initial-calendar-window-hook, today-visible-calendar-hook)
15124 (today-invisible-calendar-hook, calendar-move-hook)
15125 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
15126 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
15127 (diary-include-string, sexp-diary-entry-symbol)
15128 (abbreviated-calendar-year, american-date-diary-pattern)
15129 (european-date-diary-pattern, european-calendar-display-form)
15130 (american-calendar-display-form, print-diary-entries-hook)
15131 (list-diary-entries-hook, diary-hook, diary-display-hook)
15132 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
15133 (nongregorian-diary-marking-hook, diary-list-include-blanks)
15134 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
15135 (local-holidays, other-holidays, hebrew-holidays-1)
15136 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
15137 (hebrew-holidays, christian-holidays, islamic-holidays)
15138 (bahai-holidays, solar-holidays, calendar-setup)
15139 (calendar-week-start-day): Remove autoload cookies.
15140 (diary-glob-file-regexp-prefix): Doc fix.
15141 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
15142 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
15143 (calendar-week-start-day, calendar-debug-sexp): Move to start.
15144
15145 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
15146 (calendar-time-display-form, calendar-latitude)
15147 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
15148 cookies.
15149 (calendar-latitude, calendar-longitude): Move functions after
15150 variables.
15151 (diary-sabbath-candles-minutes): Move to start.
15152 (solar-setup): Use or rather than if.
15153 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
15154 Remove condition-case.
15155 (solar-atn2): Use zerop.
15156 (solar-equinoxes-solstices): Doc fix.
15157
15158 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
15159 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
15160
15161 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
15162 (calendar-longitude, calendar-latitude, calendar-location-name):
15163 Declare for compiler.
15164
15165 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * arc-mode.el (archive-ar-file-header-re): New const.
15168 (archive-ar-summarize, archive-ar-extract): New funs.
15169 (archive-find-type): Recognize ar archives.
15170
15171 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
15172 New functions.
15173
15174 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
15175
15176 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
15177
15178 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15179 Replace :enable (mark-active) with :enable mark-active.
15180
15181 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
15182
15183 * vms-patch.el (make-legal-file-name): New obsolete alias.
15184 (make-valid-file-name): Rename from `make-legal-file-name'.
15185 (make-auto-save-file-name): Use it.
15186
15187 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
15188 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
15189 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
15190
15191 * textmodes/org.el (org-export-html-style): Doc fix.
15192 (org-get-legal-level): New obsolete alias.
15193 (org-get-valid-level): Rename from `org-get-legal-level'.
15194 (org-promote, org-demote, org-archive-subtree)
15195 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
15196
15197 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
15198
15199 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
15200
15201 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
15202 (vc-status-toggle-mark): New functions.
15203 (vc-status-mode): Set tool bar map.
15204
15205 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
15206
15207 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
15208 Reported by Drew Adams <drew.adams@oracle.com>.
15209
15210 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
15211
15212 * subr.el (read-quoted-char): Resolve modifiers of the character
15213 event.
15214
15215 * comint.el (comint-exec-1): Don't change the coding-system for
15216 decoding to dos-like EOL.
15217 (comint-carriage-motion): Fully rewrite.
15218
15219 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
15220
15221 * epg.el (epg-context-include-certs): Reflow docstring.
15222 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
15223 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
15224 (epg-context-set-signers, epg-context-set-sig-notations)
15225 (epg-make-import-status, epg-make-import-result)
15226 (epg-start-delete-keys): Fix typos in docstrings.
15227 (epg-start-sign-keys, epg-sign-keys):
15228 Fix typos in obsolescence declarations.
15229
15230 * iswitchb.el: Don't check for `cadr' and `last'.
15231 (iswitchb-define-mode-map, iswitchb-default-keybindings):
15232 Add obsolescence declaration and remove redundant info from docstring.
15233 (iswitchb-set-common-completion, iswitchb-set-matches)
15234 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
15235 (recentf-list, most-len, most-is-exact):
15236 Don't wrap defvars within `eval-when-compile'.
15237
15238 2008-03-05 Glenn Morris <rgm@gnu.org>
15239
15240 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15241 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
15242 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
15243 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
15244 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
15245
15246 * ediff-hook.el (ediff-window-setup-function): Don't autoload
15247 declaration for compiler.
15248 (ediff-xemacs-init-menus): Use when rather than if.
15249
15250 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
15251 if+and to just and.
15252 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
15253 (ediff-delete-overlay): Move the XEmacs test inside the definition.
15254
15255 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
15256
15257 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
15258 test inside XEmacs test.
15259 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
15260 since it was doing nothing on Emacs.
15261 (ediff-make-bullet-proof-overlay): Use when rather than if.
15262
15263 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
15264 (ediff-setup-control-frame): Remove
15265 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
15266 a (featurep 'xemacs) test.
15267
15268 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
15269
15270 * calc/calc-ext.el (calc-extended-command-history): New variable.
15271 (calc-execute-extended-command): Use `calc-extended-command-history'.
15272
15273 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
15274
15275 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
15276 (standard-mode-line-position): Add mouse-face.
15277
15278 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
15279 * progmodes/grep.el (grep-mode-map): Add :help.
15280
15281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
15282 initialize in one step. Add :help. Use :enable to activate menu
15283 items. Show the key binding for edebug-defun.
15284 (lisp-interaction-mode-map): Add a menu.
15285
15286 * term.el (term-mode-map): Define and initialize in one step.
15287
15288 * ediff-init.el (ediff-color-display-p): Simplify.
15289 (Xor): Remove unused function.
15290 (ediff-with-syntax-table): Simplify for Emacs.
15291
15292 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
15293 menu-bar being loaded, it always is.
15294
15295 2008-03-05 Glenn Morris <rgm@gnu.org>
15296
15297 * textmodes/tex-mode.el (tex-mode): Suppress warning about
15298 multiple definitions when compiling.
15299
15300 2008-03-04 Alan Mackenzie <acm@muc.de>
15301
15302 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
15303
15304 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
15305 doc-string, "c-old-LEN" -> "c-old-END".
15306
15307 2008-03-04 Jason Rumney <jasonr@gnu.org>
15308
15309 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
15310 namespaces.
15311
15312 2008-03-04 Glenn Morris <rgm@gnu.org>
15313
15314 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
15315
15316 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
15317 than mapcar.
15318
15319 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
15322 (byte-compile-nilconstp): Can't use recursion in a defsubst.
15323
15324 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
15325 so that M-q can fill comments.
15326 (tex-executable-exists-p, tex-compile): Extend with special syntax for
15327 commands implemented in elisp.
15328 (tex-compile-commands): Add an entry to use doc-view for pdf files.
15329 (tex-format-cmd): New function.
15330 (tex-compile): Use it to let the user specify default arguments.
15331 (tex-cmd-bibtex-args): New var.
15332 (tex-cmd-doc-view): New function.
15333
15334 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
15335
15336 * faces.el (face-spec-set): Fix typos in docstring.
15337
15338 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
15339
15340 * bindings.el (mode-line-column-line-number-mode-map): New variable.
15341 (standard-mode-line-position): Use it to add a menu for toggling
15342 column number and line number display.
15343
15344 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15347 Remove optimization that was working around the form-code-walker bug.
15348
15349 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15350 Walk into the body of lambdas after byte-compile-unfold-lambda.
15351
15352 2008-03-03 Glenn Morris <rgm@gnu.org>
15353
15354 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
15355 value, if set, over frame value.
15356
15357 * simple.el (transient-mark-mode): Don't turn on by default.
15358
15359 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
15360 accidentally removed by the 2007-12-05 merge from Gnus.
15361
15362 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
15363
15364 * progmodes/compile.el (compilation-menu-map): Add menu entries
15365 for useful options.
15366
15367 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
15368 Glenn Morris <rgm@gnu.org>
15369
15370 * emacs-lisp/bytecomp.el (byte-recompile-directory)
15371 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
15372 Give a `bytecomp-' prefix to local variables with common names.
15373
15374 2008-03-01 Glenn Morris <rgm@gnu.org>
15375
15376 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15377 Restore code commented out 2007-11-10.
15378
15379 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
15380
15381 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15382 Delete macro.
15383 * emulation/viper-cmd.el, emulation/viper-ex.el:
15384 * emulation/viper-init.el, emulation/viper-keym.el:
15385 * emulation/viper-mous.el, emulation/viper-util.el:
15386 * emulation/viper.el:
15387 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
15388 featurep test.
15389
15390 Replace obsolete frame-local variables with frame-parameters.
15391 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
15392 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
15393 (viper-vi-state-cursor-color): Only call make-variable-frame-local
15394 on XEmacs.
15395 * emulation/viper-util.el (viper-frame-value): New macro.
15396 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15397 (viper-R-state-post-command-sentinel)
15398 (viper-replace-state-post-command-sentinel)
15399 (viper-change-state-to-insert, viper-change-state-to-emacs):
15400 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
15401 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
15402 (viper-get-saved-cursor-color-in-insert-mode)
15403 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
15404 Use viper-frame-value for viper-replace-overlay-cursor-color,
15405 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
15406 viper-vi-state-cursor-color values.
15407
15408 * emulation/viper-cmd.el (zmacs-region-stays):
15409 * emulation/viper-util.el (zmacs-region-stays): No need to define
15410 for compiler.
15411
15412 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
15413 mapcar on Emacs.
15414
15415 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
15416 on XEmacs.
15417
15418 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
15419 rather than if.
15420
15421 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15422
15423 * whitespace.el: New version 9.3. As the glyph code generation was
15424 fixed, it is possible now to use character code above ?\x1FFFF in the
15425 display table. Fix `whitespace-indentation-regexp' to not include an
15426 extra ending character. Reported by Michael Welsh Duggan
15427 <mwd@cert.org>. Added hook actions when buffer is written or killed as
15428 the original whitespace package had. Suggested by Eric Cooper
15429 <ecc@cmu.edu>. Doc fix.
15430 (whitespace-action): New option.
15431 (whitespace-display-mappings): Changed default newline visualization to
15432 display downwards arrow, as the glyph code generation was fixed.
15433 (whitespace-unload-function): Assure that all local whitespace mode is
15434 turned off.
15435 (whitespace-global-modes): Fix type customization.
15436 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
15437 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
15438 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
15439 Fix code.
15440 (whitespace-buffer): Command removed.
15441 (whitespace-trailing-regexp, whitespace-mark-x)
15442 (whitespace-display-window, whitespace-action-when-on)
15443 (whitespace-add-local-hook, whitespace-remove-local-hook)
15444 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
15445 (whitespace-action): New funs.
15446 (whitespace-report-list, whitespace-report-text)
15447 (whitespace-report-buffer-name): New consts.
15448 (whitespace-report, whitespace-report-region): New commands.
15449
15450 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * disp-table.el (make-glyph-code): Don't test the result of
15453 `face-id', which already signals an error for invalid faces.
15454 (glyph-face): Simplify.
15455
15456 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
15457 running `desktop-not-loaded-hook' to allow modifying it.
15458 Don't show warning message if `desktop-dirname' was modified.
15459
15460 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
15463 we still expect more lines.
15464
15465 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
15466 comment-paragraph filling if the commark doesn't match
15467 comment-start-skip.
15468
15469 2008-03-01 Daiki Ueno <ueno@unixuser.org>
15470
15471 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
15472 the `imap' variant.
15473
15474 2008-03-01 Jason Rumney <jasonr@gnu.org>
15475
15476 * files.el (make-auto-save-file-name): Encode more characters in
15477 non-file buffer names. Use url-encoding.
15478
15479 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15480
15481 * net/net-utils.el (ftp-program): Fix typo in docstring.
15482 (ifconfig-program-options, netstat-program-options)
15483 (arp-program-options, route-program-options, nslookup-program-options)
15484 (ftp-program-options, smbclient-program-options)
15485 (dns-lookup-program-options, arp, route): Doc fixes.
15486
15487 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
15488 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
15489 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
15490 Fix typos in docstrings.
15491 (gdb-pending-triggers): Reflow docstring.
15492 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
15493
15494 2008-03-01 Alan Mackenzie <acm@muc.de>
15495
15496 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
15497 typing "#" at EOB.
15498
15499 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
15500
15501 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
15502
15503 2008-02-29 Kim F. Storm <storm@cua.dk>
15504
15505 * emulation/cua-base.el (cua-remap-control-v)
15506 (cua-remap-control-z): New defcustoms.
15507 (cua-mode): Add them to set-after property.
15508 (cua--init-keymaps): Use them.
15509 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
15510
15511 * help.el (view-emacs-todo): Rename from view-todo.
15512 (describe-gnu-project): Rename from describe-project. Users changed.
15513 (view-help-file): New helper function.
15514 (describe-distribution, describe-copying, describe-gnu-project)
15515 (view-todo, view-order-manuals, view-emacs-problems): Use it.
15516 (view-emacs-debugging, view-external-packages): New commands.
15517 (help-map): Move describe-distribution to C-h C-o (ordering).
15518 Move view-emacs-problems to C-h C-p (problems).
15519 Bind view-emacs-debugging to C-h C-d (debugging).
15520 Bind view-external-packages to C-h C-e (extras).
15521 (help-for-help-internal): Cleanup and align descriptions.
15522 Remove command names to reduce clutter.
15523
15524 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
15525
15526 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
15527 and quieter face (not a warning).
15528
15529 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
15530
15531 * vc.el (vc-status-crt-marked): New variable.
15532 (vc-status-mode): Make it local.
15533 (vc-status-refresh): Use it to save the marked files.
15534 (vc-update-vc-status-buffer): Use it to restore the marked files.
15535
15536 * vc-svn.el (vc-svn-after-dir-status):
15537 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
15538
15539 2008-02-29 Glenn Morris <rgm@gnu.org>
15540
15541 * allout.el (allout-topic-encryption-bullet)
15542 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
15543 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
15544 from 22.0 to 22.1.
15545
15546 * net/imap.el (imap-ping-server):
15547 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
15548 Change defcustom :version from 23.0 to 23.1.
15549
15550 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
15551
15552 * desktop.el (desktop-save): Save the buffer name if the
15553 uniquified base name is empty.
15554
15555 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
15556
15557 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
15558 correctly when user has "set print address off".
15559
15560 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
15563 version number of the next major Emacs release, not 23.0.
15564
15565 * longlines.el (longlines-unload-function): New function.
15566
15567 2008-02-28 Juri Linkov <juri@jurta.org>
15568
15569 * startup.el (normal-splash-screen): Add argument `concise'.
15570 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
15571 to the created buffer. If `concise' is non-nil, call
15572 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
15573 (display-startup-screen): Add argument `concise' to the call to
15574 `normal-splash-screen'.
15575
15576 2008-02-28 Kim F. Storm <storm@cua.dk>
15577
15578 * startup.el (startup-echo-area-message): Check for about-emacs.
15579
15580 2008-02-28 Juri Linkov <juri@jurta.org>
15581
15582 * startup.el: Always add initial message to *scratch* buffer if
15583 `initial-scratch-message' is non-nil regardless of the value of
15584 `inhibit-startup-screen'.
15585 (inhibit-startup-screen, initial-scratch-message): Doc fix.
15586 (command-line-1): Move code that inserts `initial-scratch-message'
15587 up before the if-form that checks for `inhibit-startup-screen'.
15588 Suggested by Jonathan Rockway <jon@jrock.us>.
15589
15590 2008-02-28 Juri Linkov <juri@jurta.org>
15591
15592 * cus-edit.el (custom-mode-map, custom-mode-link-map):
15593 Rename `custom-mode' to `Custom-mode' in docstrings.
15594 (custom-buffer-create-internal, customize-browse):
15595 Rename `custom-mode' to `Custom-mode'.
15596 (custom-mode-hook): Rename to `Custom-mode-hook'.
15597 (Custom-mode-hook): Renamed from `custom-mode-hook'.
15598 (custom-mode): Rename to `Custom-mode'.
15599 (Custom-mode): Renamed from `custom-mode'. Doc fix.
15600 (custom-mode): Add backward-compatible non-interactive variant of
15601 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
15602 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
15603
15604 * info-look.el: Rename `custom-mode' to `Custom-mode'.
15605
15606 * emulation/viper.el (viper-emacs-state-mode-list):
15607 Rename `custom-mode' to `Custom-mode'.
15608
15609 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
15610 Capitalize "Tagged Files".
15611 (minibuffer-local-map): Add menu items for next/previous
15612 history elements and isearch history forward/backward.
15613
15614 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
15615 `hs-isearch-open' with t instead of `comment' in :selected
15616 for "Code and Comment blocks" menu item.
15617
15618 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * uniquify.el (uniquify-buffer-base-name): Undo last change.
15621 Should be done in desktop.el instead.
15622
15623 2008-02-28 Glenn Morris <rgm@gnu.org>
15624
15625 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
15626
15627 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
15628
15629 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
15630 (Info-menu, Info-goto-node): Remove declarations.
15631 (report-emacs-bug-info): Use info rather than Info-goto-node.
15632
15633 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
15634 (idlwave-convert-xml-system-routine-info): Don't require xml.
15635 (idlwave-show-commentary, idlwave-shell-show-commentary):
15636 Don't require finder.
15637 (idlwave-info): Don't require info. Use info rather than
15638 Info-goto-node.
15639
15640 * textmodes/org.el (Info-goto-node): Remove declaration.
15641 (org-info): Use info rather than Info-goto-node.
15642
15643 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
15644 (reftex-info): Don't require info. Use info rather than Info-goto-node.
15645
15646 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
15647
15648 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15649 the menu.
15650
15651 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15652 (vc-finish-logentry): Check for vc-status-mode, not only for
15653 vc-dired-mode.
15654
15655 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
15656
15657 * isearch.el (isearch-printing-char): Don't check
15658 keyboard-coding-system.
15659 Call isearch-process-search-multibyte-characters only when
15660 current-input-method is non-nil.
15661
15662 2008-02-27 Kim F. Storm <storm@cua.dk>
15663
15664 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15665 (glyph-char, glyph-face): Handle cons encoding.
15666
15667 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * uniquify.el (uniquify-buffer-base-name): If the base name is an
15670 empty string, return nil to allow the caller to default to the
15671 buffer name. Reported by Martin Fischer <parozusa@web.de>.
15672
15673 * tool-bar.el (tool-bar-setup): Doc fix.
15674
15675 * mail/supercite.el (sc-describe):
15676 Fix typos in obsolescence declaration.
15677
15678 2008-02-27 Glenn Morris <rgm@gnu.org>
15679
15680 * autoinsert.el (auto-insert-alist): Change permission text to
15681 match FSF's GPLv3 form.
15682
15683 * mail/supercite.el (sc-cite-original): Doc fix.
15684 (sc-version): Make obsolete.
15685 (sc-describe): Show the SC info page. Make obsolete.
15686
15687 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15690 when using transient-mark-mode.
15691 (default-indicate-unused-lines): Remove unused var.
15692
15693 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
15694
15695 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15696 and previous.
15697
15698 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15699
15700 2008-02-26 Glenn Morris <rgm@gnu.org>
15701
15702 * net/net-utils.el (top-level): Don't require comint when compiling.
15703 (nslookup-font-lock-keywords): Don't require font-lock.
15704 Use font-lock faces rather than variables.
15705 (nslookup, ftp, smbclient, network-service-connection):
15706 Don't require comint.
15707 (comint-prompt-regexp, comint-input-autoexpand)
15708 (comint-input-ring): Declare for compiler.
15709 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15710 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
15711
15712 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15713 doc-string.
15714
15715 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 * doc-view.el (doc-view-current-page): Add a `win' argument.
15718
15719 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15722 Demote it to plain defvar.
15723 (doc-view-conversion-refresh-interval): Reduce interval.
15724 (doc-view-goto-page): Allow moving to pages not yet rendered.
15725 (doc-view-goto-page): Construct a file name rather than extracting it
15726 from doc-view-current-files.
15727 (doc-view-kill-proc): Ignore errors from kill-process.
15728 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15729 (doc-view-insert-image): Use appropriate text if the page hasn't been
15730 rendered yet. Adjust scrolling so the text is displayed.
15731 (doc-view-display): Detect not just that a page is available, but also
15732 that it wasn't available before, so as to avoid refreshing all pages
15733 repeatedly.
15734 (doc-view-mode): Make doc-view-cache-directory if needed.
15735
15736 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15737
15738 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15739 toggle-read-only.
15740
15741 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15742 refering to a missing required field with the OPT prefix.
15743 Make unwindform more robust.
15744
15745 * textmodes/bibtex.el: Remove support for hideshow minor mode as
15746 it duplicates the bibtex support in progmodes/hideshow.el.
15747 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15748 entries that do not start at the beginning of a line.
15749
15750 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
15751
15752 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15753
15754 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
15755
15756 * help-fns.el (describe-variable): Add phrases about
15757 initialization file with and without customization;
15758 use new button type help-info-variable.
15759
15760 * help-mode.el (help-info-variable):
15761 New button able to read Info files for help-fns.el.
15762
15763 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
15764
15765 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15766 (grep-mode): Use grep-mode-tool-bar-map.
15767
15768 * progmodes/compile.el (tool-bar): Require tool-bar.
15769 (compilation-mode-tool-bar-map): New variable.
15770 (compilation-mode): Use compilation-mode-tool-bar-map.
15771
15772 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
15773
15774 2008-02-25 Glenn Morris <rgm@gnu.org>
15775
15776 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15777
15778 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * diff-mode.el (diff-file-junk-re): New const.
15781 (diff-beginning-of-file-and-junk): Use it.
15782 (diff-file-kill): Make sure we were really inside a file diff.
15783
15784 * diff-mode.el: Make it more robust in the presence of empty context
15785 lines in unified hunks.
15786 (diff-valid-unified-empty-line): New var.
15787 (diff-unified->context, diff-sanity-check-hunk): Obey it.
15788 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
15789 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15790 (diff-hunk-header-re-unified): New const.
15791 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15792 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15793 (diff-sanity-check-hunk): Use it.
15794
15795 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15796 Index: line, don't search backward for the previous one.
15797
15798 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
15799
15800 * international/fontset.el (setup-default-fontset): Add non-OTF
15801 lao font for lao script.
15802
15803 * language/tibetan.el: Register tibetan-composition-function in
15804 composition-function-table.
15805
15806 * language/tibet-util.el (tibetan-composition-function):
15807 Adjust for the new calling way (argument changed). Try font-shape-text
15808 if possible.
15809
15810 * language/lao.el: Register lao-composition-function in
15811 composition-function-table.
15812
15813 * language/lao-util.el (lao-composition-function): Adjust for the new
15814 calling way (argument changed). Try font-shape-text if possible.
15815
15816 2008-02-25 Jason Rumney <jasonr@gnu.org>
15817
15818 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15819
15820 2008-02-25 Juri Linkov <juri@jurta.org>
15821
15822 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15823 background, "red4" for a dark background, "red" for 16 and
15824 8 colors, "grey" for grayscale, and inverse video otherwise.
15825 Add :version tag.
15826 (isearch-message): Keep the original isearch-message intact, and
15827 add text properties to it where necessary. Add `isearch-error' to
15828 the condition that checks if isearch is unsuccessful.
15829
15830 2008-02-24 Juri Linkov <juri@jurta.org>
15831
15832 * progmodes/compile.el (compilation-handle-exit):
15833 Use compilation-error face instead of font-lock-warning-face.
15834 Display the same message in the minibuffer as is inserted
15835 at the end of the compilation buffer.
15836
15837 2008-02-24 Glenn Morris <rgm@gnu.org>
15838
15839 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15840 multiple file case.
15841
15842 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15843
15844 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15845 multiple file case. Use a single `let' rather than two.
15846
15847 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15848
15849 * progmodes/compile.el (compilation-start): Specify a face for
15850 mode-line-process.
15851 (compilation-handle-exit): Specify a face and a tooltip for
15852 mode-line-process.
15853
15854 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * hilit-chg.el: Remove spurious * in defcustom docstrings.
15857 (hilit-chg-make-ov): Simplify.
15858 (hilit-chg-fixup): Use remove-overlays.
15859 (hilit-chg-set-face-on-change): Remove redundant call to
15860 `remove-text-properties'.
15861
15862 * dired.el (dired-mark-prompt): Don't count/display the t element.
15863 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15864
15865 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15866
15867 * progmodes/verilog-mode.el (eval-when-compile): Don't define
15868 add-submenu.
15869 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15870 Remove. Move contents to the only use ...
15871 (verilog-menu): ... here.
15872 (verilog-statement-menu): Remove. Move contents to the only use ...
15873 (verilog-stmt-menu): ... here.
15874 (verilog-mark-defun): Simply call mark-defun for emacs.
15875 (occur-pos-list): Declare for byte compiler.
15876 (mode-popup-menu): Don't defvar.
15877 (verilog-add-statement-menu): Remove.
15878 (verilog-mode-hook): Don't add verilog-add-statement-menu.
15879 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15880
15881 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15882
15883 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15884 conditional.
15885 (verilog-font-grouping-keywords-face): Make the begin..end
15886 keywords standout more than other verilog keywords.
15887 (verilog-type-font-keywords): Move the begin..end out of this list
15888 to facilitate making them to (potentially) stand out more.
15889 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15890 function & task blocks.
15891 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15892 initial, function & task blocks.
15893 (verilog-forward-sexp): Handle the new "disable fork" statement of
15894 IEEE-1800 Verilog.
15895 (verilog-beg-block-re-ordered): Handle the new "disable fork"
15896 statement of IEEE-1800 Verilog.
15897 (verilog-calc-1): Handle the new "disable fork" statement of
15898 IEEE-1800 Verilog.
15899 (verilog-disable-fork-re): Add const to help handle the new
15900 "disable fork" statement of IEEE-1800 Verilog.
15901 (verilog-declaration-core-re): Add port directions by themselves,
15902 with no qualification, as base item of a declaration.
15903 (verilog-pretty-declarations): Add new flag to ask it to refrain
15904 from printing to the message buffer.
15905 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15906 printing to the message buffer. Improve handling of the many
15907 types of expression line up.
15908 (verilog-just-one-space): Remove printing of an empty message.
15909 (verilog-get-lineup-indent): Rework to support the better handling
15910 of expression lineup for verilog-pretty-expr.
15911 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15912
15913 2008-02-24 Alan Mackenzie <acm@muc.de>
15914
15915 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15916 yesterday's commit.
15917
15918 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15919
15920 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15921 to mouse-set-point in buffers that aren't associated with files.
15922
15923 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15924
15925 2008-02-24 Alan Mackenzie <acm@muc.de>
15926
15927 Set of changes so that "obtrusive" syntactic elements in a
15928 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15929 unmatched paren) don't interact syntactically with stuff outside
15930 the CPP line.
15931
15932 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15933 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15934 off-by-one bug.
15935 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15936 a bit of refactoring.
15937 (c-awk-extend-and-syntax-tablify-region): Takes some of the
15938 functionality of c-awk-advise-fl-for-awk-region, which has been
15939 refactored away.
15940
15941 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15942 (c-clear-char-property-with-value): New function and macro which
15943 remove text-properties `equal' to a supplied value.
15944
15945 * progmodes/cc-engine.el: Comment about text properties amended.
15946
15947 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15948 parens around "error\\|warning".
15949
15950 * progmodes/cc-langs.el (c-get-state-before-change-function)
15951 (c-before-font-lock-function, c-anchored-cpp-prefix):
15952 New language variables.
15953 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15954
15955 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15956 syntax-table text properties.
15957 (c-common-init): Call language specific before/after-change
15958 functions at mode initialisation.
15959 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15960 (c-extend-region-for-CPP, c-neutralize-CPP-line)
15961 (c-neutralize-syntax-in-CPP): New functions.
15962 (c-before-change, c-after-change): Call the new language specific
15963 change functions defined in cc-langs.el.
15964 (c-advise-fl-for-region): New macro.
15965 (awk-mode): Remove AWK specific stuff which has been refactored
15966 into language independent stuff.
15967
15968 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15969
15970 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15971 (gdb): (Re)set gdb-flush-pending-output to nil here...
15972 (gdb-init-1): ...instead of here (before gdb-prompt).
15973
15974 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15975
15976 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15977 Recognize ''' just like any other char-constant.
15978
15979 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15980
15981 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15982 careful enough. Detect the uid-change all within the main loop.
15983
15984 2008-02-24 Stefan Monnier <monnier@pastel.home>
15985
15986 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15987
15988 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * hilit-chg.el (highlight-save-buffer-state): New macro.
15991 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15992 (hilit-chg-clear): Use it to preserve the modified-p flag.
15993 (highlight-changes-rotate-faces): Don't mess with the undo-list.
15994
15995 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * font-lock.el (font-lock-set-defaults): Unset previously set variables
15998 when needed.
15999
16000 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
16001
16002 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
16003 from gnus-button-url-regexp.
16004
16005 2008-02-24 Eli Zaretskii <eliz@gnu.org>
16006
16007 * progmodes/compile.el (compilation-next-error): Doc fix.
16008 (compilation-find-file): Doc fix.
16009
16010 2008-02-24 Glenn Morris <rgm@gnu.org>
16011
16012 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
16013 Add obsolete aliases to the old names.
16014
16015 2008-02-24 Richard Stallman <rms@gnu.org>
16016
16017 * net/net-utils.el (ifconfig): Rename from ipconfig.
16018 (ipconfig): Alias to ifconfig.
16019 (ifconfig-program): Rename from ipconfig-program.
16020 (ifconfig-program-options): Rename from ipconfig-program-options.
16021
16022 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
16023
16024 * progmodes/verilog-mode.el (verilog-declaration-core-re):
16025 Add port directions by themselves, with no qualification, as base
16026 item of a declaration.
16027 (verilog-pretty-declarations): Add new flag that inhibits printing
16028 to the message buffer.
16029 (verilog-pretty-expr): Add new flag that inhibits printing to the
16030 message buffer. Improve handling of the many types of expression
16031 line up.
16032 (verilog-just-one-space): Don't print an empty message.
16033 (verilog-get-lineup-indent): Rework to support the better handling
16034 of expression lineup for verilog-pretty-expr.
16035 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
16036 (verilog-mode-version, verilog-mode-release-date): Update.
16037
16038 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16039
16040 * subr.el (cancel-change-group): Don't move point.
16041
16042 2008-02-23 Markus Triska <markus.triska@gmx.at>
16043
16044 * linum.el (linum-after-config): Update all visible windows.
16045
16046 2008-02-23 Glenn Morris <rgm@gnu.org>
16047
16048 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
16049 Add :help for Solitaire and Tetris.
16050
16051 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
16052
16053 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
16054 (smtpmail-code-conv-from): Doc fix. Fix custom type.
16055 (smtpmail-queue-index-file): Make it a defcustom.
16056 (smtpmail-queue-index): Delete.
16057 (smtpmail-send-it, smtpmail-send-queued-mail):
16058 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
16059 smtpmail-queue-index.
16060
16061 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16062 Add :version.
16063
16064 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
16065
16066 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
16067 New variables.
16068 (iwconfig): New function.
16069
16070 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
16071
16072 * vc.el (vc-find-revision): Make vc-parent-buffer local before
16073 setting it.
16074 (vc-status-menu-map): Do not define using easy-menu.
16075 (vc-status-menu-map): New defalias.
16076 (vc-status-mode-map): Hook up the menu.
16077 (top-level): Update TODO.
16078
16079 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
16080
16081 * vc-bzr.el (vc-bzr-init-version): Rename to ...
16082 (vc-bzr-init-revision): ... this.
16083
16084 2008-02-23 Jason Rumney <jasonr@gnu.org>
16085
16086 * makefile.w32-in (WINS_ALMOST): Remove term.
16087 (WINS): Add term here.
16088 (custom-deps, finder-data): Use WINS_ALMOST.
16089
16090 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
16091
16092 * faces.el (font-weight-table): Fix value of `semi-light'.
16093
16094 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
16095
16096 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
16097 Make those tables bijective.
16098
16099 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
16100
16101 Finish pdbtrack integration cleanup, settling missing-functions
16102 byte compiler warnings appropriately.
16103
16104 * progmodes/python.el (python-point): Remove this - beginning-of-line
16105 was all that was necessary for `python-pdbtrack-overlay-arrow'.
16106 (python-end-of-def-or-class, python-beginning-of-def-or-class)
16107 (python-goto-initial-line): Drop these - they were only needed for
16108 python-point.
16109 (python-comint-output-filter-function): Use condition-case and
16110 beginning-of-line directly, instead of python-mode.el functions
16111 which require all sorts of baggage.
16112 (point-safe): Unnecessary - we're using condition-case directly,
16113 instead.
16114 (python-execute-file): Include for python-shell, which I'm leaving
16115 in keeping despite it being unnecessary for pdb tracking.
16116
16117 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
16118
16119 * progmodes/scheme.el (scheme-font-lock-keywords-2):
16120 Add SRFI 11 support.
16121 (let-values, let*-values): Specify scheme-indent-function.
16122
16123 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
16124
16125 * vc.el (vc-exec-after): Move setting mode-line-process in the
16126 busy case ...
16127 (vc-set-mode-line-busy-indicator): ... in this new function.
16128 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
16129 (vc-update-vc-status-buffer): Reset mode-line-process.
16130 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
16131 mark/unmark all the files with the same state as the current one.
16132 With a prefix argument mark/unmark all files.
16133 (vc-status-mode-menu): Adjust strings.
16134 (vc-update-vc-status-buffer): Only do something when the argument
16135 is not nil.
16136 (vc-status-kill-dir-status-process): New function.
16137 (vc-status-mode-map): Bind it.
16138 (vc-status-process-buffer): New variable.
16139 (vc-status-mode): Make it local.
16140 (vc-status-refresh): Set it.
16141
16142 * vc-hg.el (vc-hg-dir-status):
16143 * vc-git.el (vc-git-dir-status):
16144 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
16145 command is run.
16146
16147 2008-02-22 Glenn Morris <rgm@gnu.org>
16148
16149 * json.el (top-level): No need to require thingatpt.
16150 (json-read-keyword): Use thing-at-point rather than word-at-point.
16151
16152 * time.el (top-level): No need to require time-date when compiling.
16153
16154 * emacs-lisp/copyright.el (copyright-update-year):
16155 Fix subexpression numbering for the case when years are split over
16156 lines, and for the replace case.
16157
16158 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
16159 (tpu-caar, tpu-cadr): Delete functions.
16160 (zmacs-regions): No need to declare for compiler.
16161 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
16162 (tpu-spell-check): Rewrite, and handle mark after point.
16163 (tpu-special-insert): Use or rather than if.
16164
16165 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
16166 rather than spell-region.
16167
16168 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
16169 warnings about spell-region.
16170
16171 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
16172
16173 * ldefs-boot.el: Regenerated.
16174
16175 * loadup.el: Don't load language/devanagari, language/kannada,
16176 language/malayalam, and language/tamil. Load language/sinhala.
16177
16178 * language/indian.el (indian-font-foundry)
16179 (indian-script-language-alist, indian-font-char-index-table)
16180 (indian-font-char, indian-font-char-range, indian-script-table)
16181 (indian-default-script, indian-composable-pattern): Delete them.
16182 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
16183 language environments moved to here.
16184 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
16185 New language environments.
16186
16187 * language/devanagari.el, language/devan-util.el,
16188 * language/kannada.el, language/knd-util.el, language/malayalam.el,
16189 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
16190 Delete them.
16191
16192 * language/sinhala.el: New file.
16193
16194 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
16195
16196 Update Nick Robert's port of pdb tracking from python-mode.el.
16197
16198 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
16199 Clarify docstring.
16200 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
16201 tracking is happening.
16202 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
16203 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
16204 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
16205 Tracking is plugged in to all comint buffers once python.el is loaded.
16206 (python-pdbtrack-overlay-arrow): Toggle activation of
16207 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
16208 (python-pdbtrack-track-stack-file): Use new
16209 `python-pdbtrack-get-source-buffer' for more flexible access to
16210 debugging source files.
16211 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
16212 according to pdb stack trace, optionally using new
16213 `python-pdbtrack-grub-for-buffer' if file is not locally available.
16214 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
16215 named buffer, or having function with indicated name.
16216 (python-shell): Remove comint-output-filter-functions hook
16217 addition, it's being done elsewhere. Wrap long line.
16218
16219 2008-02-21 Michael Olson <mwolson@gnu.org>
16220
16221 * json.el: Replace XEmacs compatibility code to get rid of
16222 compiler warnings.
16223
16224 * time.el: Fix compiler warning.
16225
16226 2008-02-21 Edward O'Connor <ted@oconnor.cx>
16227
16228 * json.el: New file (JavaScript Object Notation parser / generator).
16229
16230 2008-02-21 Dave Love <fx@gnu.org>
16231
16232 * progmodes/sym-comp.el: New file.
16233
16234 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
16235 Require sym-comp. Add Python buffer to same-window-buffer-names.
16236 Fixup whitespaces.
16237 (python-font-lock-keywords): Add highlighting for Python builtins.
16238 (python-font-lock-syntactic-keywords): Rewrite.
16239 (python-quote-syntax): Use syntax-ppss-context instead of parsing
16240 ppss directly.
16241 (python-mode-map): Add binding for python-find-function.
16242 (python-calculate-indentation): Clean up the logic.
16243 (python-beginning-of-defun): Explicitly set return value.
16244 (python-beginning-of-statement): Stop looping if we get stuck
16245 going backwards.
16246 (python-next-statement): Stop looping if we somehow end up inside
16247 a string while advancing.
16248 (python-preoutput-continuation, python-version-checked): New vars.
16249 (python-check-version): New function.
16250 (run-python): Set default command to python-command instead of
16251 python-python-command.
16252 (run-python): Use python-check-version. Give PYTHONPATH
16253 precedence over data-directory in the process environment.
16254 Load function definitions in python process after.
16255 (python-check-comint-prompt): New function.
16256 (python-send-command, python-send-receive): Use it.
16257 (python-complete-symbol, python-try-complete): Functions deleted.
16258 Use symbol-complete instead of python-complete-symbol throughout.
16259 (python-fill-paragraph): Further refine the fenced-string regexp.
16260 (def-python-skeleton): Expand to the original abbrev instead if in
16261 a comment or string. Tweak skeletons for `if', `while', `for',
16262 `try/except', `try/finally', `name'.
16263 (python-pea-hook, python-abbrev-pc-hook): New functions.
16264 (python-abbrev-syntax-table): New var.
16265 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
16266 Use symbol-completion-try-complete for hippie expansion.
16267 Turn on font lock unconditionally.
16268 (python-mode-hook): Defcustom it. No need to use make-local
16269 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
16270 option, since it's buffer-local.
16271
16272 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
16275
16276 2008-02-21 Drew Adams <drew.adams@oracle.com>
16277
16278 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
16279 "Turn off" and a "Help" entry when the minor mode has no menu.
16280
16281 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
16282
16283 * vc.el (vc-status-mark, vc-status-unmark): New functions.
16284 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
16285 vc-status-mark-file and vc-status-unmark-file.
16286 (vc-status-mark-unmark): New function.
16287 (vc-status-previous-line, vc-status-next-line): No longer interactive.
16288
16289 2008-02-21 Glenn Morris <rgm@gnu.org>
16290
16291 * composite.el (encode-composition-rule): Fix typo in error message.
16292 (composition-function-table, auto-composition-mode): Doc fixes.
16293
16294 * subr.el (sit-for): Fix obsolete form for nil second argument.
16295
16296 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
16297 (spell-string): Make obsolete, in favor of ispell.
16298
16299 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
16300
16301 * language/devanagari.el: Don't setup composition-function-table
16302 here.
16303 ("Devanagari"): Change charset, coding-system, coding-priority to
16304 Unicode-based ones. Don't require the feature devan-util.
16305
16306 * composite.el (compose-chars-after): Fix arguments for a function
16307 in composition-function-table.
16308 (auto-compose-region): Likewise.
16309
16310 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
16311 for Ethiopic.
16312 (ps-mule-plot-string): Ignore glyph-string based compositions.
16313
16314 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * doc-view.el: Allow different windows to show different pages.
16317 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
16318 (doc-view-current-image, doc-view-current-overlay): Remove variables,
16319 add them back as macros instead, using image-mode-winprops instead.
16320 Update all users of those variables.
16321 (doc-view-new-window-function): New function to create a new overlay
16322 for each new window.
16323 (doc-view-mode): Use it and image-mode-setup-winprops.
16324 (doc-view-clone-buffer-hook): Rewrite accordingly.
16325
16326 * image-mode.el: Extend [hv]scroll support to per-window properties.
16327 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
16328 (image-mode-winprops-alist): New var to replace them.
16329 (image-mode-new-window-functions): New hook.
16330 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
16331 New funs.
16332 (image-set-window-vscroll, image-set-window-hscroll): Use them.
16333 Remove the `window' argument, update callers.
16334 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
16335 Use the new functions.
16336 (image-mode-reapply-winprops): New fun.
16337 (image-mode): Use it.
16338
16339 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
16340
16341 * calc/calc-math.el (math-sin-raw): Add optional argument
16342 to keep track of original argument.
16343 (math-cos-raw): Use optional argument when calling math-sin-raw.
16344 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
16345 with close to original precision.
16346
16347 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16348
16349 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
16350 args in calls of sit-for.
16351
16352 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * vc-svn.el (vc-svn-program): Fix typo in docstring.
16355 (vc-svn-checkin): Fix typo in error message.
16356
16357 * help-mode.el: Require easymenu when compiling.
16358
16359 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
16360
16361 * help-mode.el (help-mode-menu): New menu.
16362
16363 2008-02-20 Glenn Morris <rgm@gnu.org>
16364
16365 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
16366 on Windows.
16367
16368 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
16369
16370 * ps-mule.el (ps-mule-encode-region): Return a single string.
16371 (ps-mule-plot-string): Adjust for the above change.
16372 (ps-mule-encode-header-string): Likewise.
16373
16374 * international/latin1-disp.el (latin1-display): Don't use
16375 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
16376 standard-display-table.
16377 (latin1-display-identities): Adjust for the change of what is
16378 returned by (get-language-info charset 'charset).
16379
16380 * international/mule-util.el (char-displayable-p): Fix for Latin-1
16381 characters and terminal case.
16382
16383 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
16384
16385 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
16386
16387 * progmodes/python.el: Also require comint when loading.
16388 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
16389 Replace python-shell with run-python on menu bar.
16390 (python-shell-map): New map.
16391 (python-default-interpreter, python-python-command-args)
16392 (python-jython-command-args, python-pdbtrack-do-tracking-p):
16393 New options.
16394 (python-which-shell, python-which-args, python-which-bufname):
16395 New buffer local variables.
16396 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
16397
16398 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
16399 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
16400 New constants.
16401
16402 Pdbtrack features:
16403
16404 (python-point, python-end-of-def-or-class)
16405 (python-beginning-of-def-or-class, python-goto-initial-line)
16406 (python-comint-output-filter-function)
16407 (python-pdbtrack-overlay-arrow)
16408 (python-pdbtrack-track-stack-file, python-toggle-shells)
16409 (python-shell, python-pdbtrack-toggle-stack-tracking)
16410 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
16411 New functions.
16412
16413 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16414
16415 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
16416 when the argument is nil.
16417
16418 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16419
16420 * vc.el (dir-status): Add a brief description.
16421
16422 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
16423
16424 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
16425 If non-nil, reverse the sense of the check.
16426
16427 * vc-rcs.el (vc-rcs-root): New func.
16428 * vc-cvs.el (vc-cvs-root): New func.
16429 * vc-svn.el (vc-svn-root): New func.
16430 * vc-sccs.el (vc-sccs-root): New func.
16431
16432 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
16433
16434 * language/japan-util.el (setup-japanese-environment-internal):
16435 Call use-cjk-char-width-table.
16436
16437 * language/japanese.el ("Japanese"): Set exit-function to
16438 use-default-char-width-table.
16439
16440 * international/characters.el: Delete occurrences of non-Unicode
16441 tibetan and ethiopic characters.
16442 (cjk-char-width-table): New variable.
16443 (use-cjk-char-width-table, use-default-char-width-table):
16444 New functions.
16445
16446 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16447
16448 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
16449 (vc-status-mode-menu): Add a :filter.
16450 (vc-status-printer): Add faces.
16451
16452 * vc-hg.el (vc-hg-extra-status-menu): New function.
16453 (vc-hg-dir-status): Clean up the buffer before using it.
16454
16455 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16456
16457 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
16458 (gdb): Initialize it here instead.
16459
16460 * files.el (locate-dominating-file): Fix thinko in last change.
16461 Reported by Bruce Stephens <bruce.stephens@isode.com>.
16462
16463 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
16464
16465 * vc.el (vc-status-mode-menu): New menu for vc-status.
16466
16467 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
16468
16469 * progmodes/verilog-mode.el (customize): Fix typo in error message.
16470 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
16471 (verilog-mode-auto, verilog-indent-level-module)
16472 (verilog-minimum-comment-distance, verilog-library-flags)
16473 (verilog-library-directories, verilog-library-files)
16474 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
16475 (verilog-xemacs-menu, verilog-set-compile-command)
16476 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
16477 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
16478 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
16479 (verilog-batch-inject-auto, verilog-batch-indent)
16480 (verilog-continued-line, verilog-type-keywords)
16481 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
16482 (verilog-read-inst-pins, verilog-read-arg-pins)
16483 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
16484 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
16485 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
16486 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
16487 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
16488 (verilog-mode-version, verilog-mode-release-date)
16489 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
16490 (verilog-simulator, verilog-compiler)
16491 (verilog-auto-sense-defines-constant, verilog-company)
16492 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
16493 Fix typos in docstrings.
16494 (verilog-set-auto-endcomments, verilog-calculate-indent)
16495 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
16496 Reflow docstrings.
16497 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
16498 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
16499 (electric-verilog-forward-sexp, verilog-in-case-region-p)
16500 (verilog-in-struct-region-p, verilog-in-generate-region-p)
16501 (verilog-leap-to-head, verilog-current-indent-level)
16502 (verilog-case-indent-level, verilog-cpp-keywords)
16503 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
16504 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
16505 (verilog-signals-not-in, verilog-symbol-detick-text)
16506 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
16507 (verilog-forward-close-paren, verilog-backward-open-paren)
16508 (verilog-backward-open-bracket): Doc fixes.
16509
16510 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
16511 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
16512 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
16513 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
16514 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
16515 Fix typos in docstrings.
16516
16517 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
16518
16519 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
16520
16521 * info.el (Info-read-node-name): Removed unused `default' arg.
16522
16523 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16524
16525 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
16526
16527 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * image-mode.el (image-get-display-property): New fun.
16530 (image-forward-hscroll, image-next-line, image-eol, image-eob)
16531 (image-mode, image-minor-mode, image-toggle-display-text)
16532 (image-toggle-display): Use it.
16533
16534 2008-02-18 Jason Rumney <jasonr@gnu.org>
16535
16536 * international/mule.el (xml-find-file-coding-system): Don't warn
16537 about utf-16 with BOM.
16538
16539 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
16540
16541 * international/mule.el (sgml-xml-auto-coding-function): Detect and
16542 warn if file encoding is not utf-8 and encoding not specified.
16543 (xml-find-file-coding-system): New function.
16544 * international/mule-conf.el (file-coding-system-alist): Use it.
16545
16546 2008-02-17 Glenn Morris <rgm@gnu.org>
16547
16548 * international/mule-cmds.el (set-locale-environment):
16549 Pass `frame' to getenv for LC_MESSAGES.
16550
16551 2008-02-17 Juri Linkov <juri@jurta.org>
16552
16553 * time.el (emacs-init-time): Use format instead of format-seconds.
16554
16555 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16556
16557 * textmodes/bibtex.el (bibtex-search-entry): Rename from
16558 bibtex-find-entry. Add autoload cookie.
16559 (bibtex-find-entry): Alias for bibtex-search-entry.
16560 (bibtex-search-crossref): Rename from bibtex-find-crossref.
16561 (bibtex-find-crossref): Alias for bibtex-search-crossref.
16562 (bibtex-clean-entry): atomic-change-group removed.
16563 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
16564 to locate buffer location where error occurred.
16565 Make error messages more specific.
16566 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
16567
16568 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
16569
16570 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
16571 top level.
16572
16573 * simple.el (transient-mark-mode): Add an :init-value.
16574
16575 * startup.el (command-line): Use custom-reevaluate-setting for
16576 transient-mark-mode.
16577
16578 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
16579
16580 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
16581
16582 2008-02-16 Juri Linkov <juri@jurta.org>
16583
16584 * startup.el (after-init-time): New variable.
16585 (command-line): Set `after-init-time' to the current time.
16586
16587 * time.el (emacs-init-time): New function.
16588
16589 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
16590
16591 * files.el (locate-dominating-file): Remove initial loop because it's
16592 not careful enough. Detect the uid-change all within the main loop.
16593
16594 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
16595
16596 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
16597
16598 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
16599
16600 * vc.el (vc-annotate): Add new argument.
16601 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
16602
16603 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
16604 Move make-variable-buffer-local code after the corresponding defvar.
16605 (hs-minor-mode-map): Define and initialize in one step.
16606 (hs-minor-mode): Change from defun to define-minor-mode.
16607
16608 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
16609
16610 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
16611 (gdb-ready): Move declaration...
16612
16613 * progmodes/gdb-ui.el (gdb-ready): ...to here.
16614 (gdb-early-user-input): New variable.
16615 (gdb): Reset gdb-flush-pending-output to nil and set
16616 comint-input-sender here (before gdb-prompt), instead of...
16617 (gdb-init-1): ...here.
16618 (gdb-send): If Emacs is not ready, defer user input to...
16619 (gdb-prompt): ...here.
16620
16621 2008-02-16 Glenn Morris <rgm@gnu.org>
16622
16623 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
16624
16625 * startup.el (emacs-startup-time): Rename to `before-init-time'.
16626 (before-init-time): New name for `emacs-startup-time'.
16627 (command-line): Use before-init-time rather than emacs-startup-time.
16628 * time.el (emacs-uptime): Use before-init-time rather than
16629 emacs-startup-time.
16630
16631 * composite.el (composition-function-table): Doc fix.
16632
16633 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
16634 in favor of `%z' specifier.
16635 (emacs-uptime): Move to time.el.
16636 * time.el (emacs-uptime): Move here from time-date.el. Add optional
16637 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
16638 argument of format-seconds.
16639
16640 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
16641
16642 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
16643
16644 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
16645
16646 * ielm.el (ielm-is-whitespace): Remove.
16647 (ielm-is-whitespace-or-comment): New function.
16648 (ielm-eval-input): Use it.
16649
16650 2008-02-15 Jason Rumney <jasonr@gnu.org>
16651
16652 * term/mac-win.el: Fix coding tag.
16653
16654 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
16655
16656 * vc-hooks.el (vc-menu-map):
16657 * bindings.el (mode-line-mode-menu): Add tooltips.
16658
16659 * bindings.el (help-echo): Add more tooltips. Use a less
16660 telegraphic style for existing tooltips.
16661
16662 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16665 from the auto-generated one.
16666
16667 2008-02-14 Glenn Morris <rgm@gnu.org>
16668
16669 * mail/rmail-spam-filter.el (rmail-spam-filter):
16670 Let-bind message-spam-status.
16671
16672 * mail/smtpmail.el (password-cache-add): Declare as function.
16673
16674 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
16675
16676 * mail/smtpmail.el: Use password-cache.
16677
16678 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
16679
16680 * uniquify.el (uniquify-buffer-base-name): New function.
16681 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16682
16683 * desktop.el (uniquify-managed): Don't defvar.
16684 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16685 `uniquify-managed'. Return also the buffer's base name.
16686 (desktop-save): When saving the buffer info, filter out the base name,
16687 and save it as buffer name if the buffer is managed by uniquify.
16688 (uniquify-item-base): Don't declare; not called anymore.
16689
16690 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
16691
16692 * vc.el (vc-annotate-find-revision-at-line): New function.
16693 (vc-annotate-mode-map): Bind it.
16694 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
16695 some entries.
16696
16697 2008-02-14 Glenn Morris <rgm@gnu.org>
16698
16699 * calendar/time-date.el (format-seconds): New function.
16700 (emacs-uptime): Use format-seconds.
16701
16702 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16703 Remove `LC_ALL=C', since it's included in $(emacs) now.
16704
16705 2008-02-14 Zhang Wei <id.brep@gmail.com>
16706
16707 * textmodes/org-publish.el (org-publish-timestamp-filename):
16708 Replace colon characters in filename too.
16709
16710 2008-02-13 Bastien Guerry <bzg@altern.org>
16711
16712 * mail/rmail.el (rmail-header-name): New face.
16713 (rmail-font-lock-keywords): Use rmail-header-name.
16714
16715 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16716 against X-Spam-Status header field.
16717 (rmail-spam-filter): Also check X-Spam-Status header field.
16718
16719 2008-02-14 Mark A. Hershberger <mah@everybody.org>
16720
16721 * progmodes/flymake.el (flymake-allowed-file-name-masks):
16722 Add support for .pm files and .php files.
16723 (flymake-err-line-patterns): Add pattern for PHP errors.
16724 (flymake-php-init): New function. PHP support for flymake.
16725
16726 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16727 Add regular expression for PHP errors.
16728
16729 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
16730
16731 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16732 This DTRT even on w32 machines.
16733 (ange-ftp-cf1): Quote FILENAME.
16734
16735 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16738 (smerge-auto-combine): New fun.
16739
16740 2008-02-12 Juri Linkov <juri@jurta.org>
16741
16742 * startup.el (fancy-startup-screen, normal-splash-screen):
16743 Set default-directory to command-line-default-directory.
16744
16745 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16746 after reading the desktop.
16747
16748 * progmodes/compile.el (compilation-auto-jump):
16749 Call compile-goto-error only when compilation-auto-jump-to-first-error
16750 is non-nil.
16751 (compilation-scroll-output): Replace :type 'boolean with a choice
16752 that has three options including a third option `first-error'.
16753 Doc fix.
16754 (compilation-start, compilation-forget-errors): Add an alternate
16755 condition comparing compilation-scroll-output with `first-error'
16756 in addition to compilation-auto-jump-to-first-error (to call
16757 compilation-auto-jump in the proper place).
16758
16759 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * international/mule.el (sgml-html-meta-auto-coding-function):
16762 Make sure the search limit is ahead.
16763
16764 * tar-mode.el: Fix broken indentation.
16765 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16766 Use with-current-buffer.
16767
16768 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
16769
16770 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16771 it is already automatically buffer-local.
16772
16773 2008-02-12 Drew Adams <drew.adams@oracle.com>
16774
16775 * help.el (describe-key): Join some split lines to facilitate filling.
16776 * help-fns.el (describe-function-1): Fill text of overlong lines.
16777
16778 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
16779
16780 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16781 Use unibyte-string instead of string-make-unibyte.
16782
16783 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16784
16785 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16788 works also for buffers w/o buffer-file-name. Update callers.
16789 (doc-view-clone-buffer-hook): New fun.
16790 (doc-view-mode): Use it for indirect clones. Mark the overlays with
16791 the `doc-view' property so they can be recognized.
16792
16793 * simple.el (clone-indirect-buffer-hook): New hook.
16794 (clone-indirect-buffer): Run it.
16795
16796 2008-02-11 Michael Olson <mwolson@gnu.org>
16797
16798 * epa-setup.el:
16799 * epg-package-info.el: Files removed.
16800
16801 2008-02-11 Daiki Ueno <ueno@unixuser.org>
16802
16803 * epa.el (epa-menu-mode): Merge into epa-mode.
16804 (epa-menu-items): Rename the label "EasyPG Assistant" to
16805 "Encryption/Decryption".
16806
16807 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16808 (epa-dired-mode-map): Rename from epa-dired-map.
16809 (epa-global-dired-mode): Rename the global minor mode.
16810
16811 2008-02-11 Drew Adams <drew.adams@oracle.com>
16812
16813 * isearch.el (isearch-fail): New face.
16814 (isearch-message): Highlight failure part of input.
16815
16816 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * ibuffer.el (ibuffer-header-line-format): New var.
16819 (ibuffer-mode): Set it instead of header-line-format.
16820 (ibuffer-update): Use it to set header-line-format.
16821
16822 * international/mule-cmds.el (ucs-insert): Inherit surrounding
16823 properties like self-insert-command.
16824
16825 2008-02-11 Drew Adams <drew.adams@oracle.com>
16826
16827 * progmodes/etags.el: Add many doc strings.
16828
16829 2008-02-11 Jason Rumney <jasonr@gnu.org>
16830
16831 * ldefs-boot.el: Regenerated.
16832
16833 2008-02-11 Glenn Morris <rgm@gnu.org>
16834
16835 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16836 Shorten some names.
16837
16838 * ffap.el (ffap-rfc-directories): Add :version.
16839
16840 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
16841
16842 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16843 files, and backup files of same.
16844
16845 2008-02-11 Kevin Ryde <user42@zip.com.au>
16846
16847 * ffap.el (ffap-rfc-directories): New variable.
16848 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16849
16850 * info.el (Info-next-reference, Info-prev-reference)
16851 (Info-try-follow-nearest-node): Move to and follow https:// links too.
16852
16853 * simple.el (completion-list-mode): Show full completion-list-mode-map
16854 in the docstring.
16855
16856 2008-02-11 Sam Steingold <sds@gnu.org>
16857
16858 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16859
16860 2008-02-11 Glenn Morris <rgm@gnu.org>
16861
16862 * startup.el (emacs-startup-time): New variable.
16863 (command-line): Set emacs-startup-time.
16864
16865 * calendar/time-date.el (emacs-uptime): New function.
16866
16867 2008-02-10 Bastien Guerry <bzg@altern.org>
16868
16869 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16870 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16871 it is nil.
16872
16873 2008-02-10 Daiki Ueno <ueno@unixuser.org>
16874
16875 * epg-config.el: Expand the contents of epg-package-info.el.
16876 (epg-package-name): New constant.
16877 (epg-version-number): New constant.
16878 (epg-bug-report-address): New constant.
16879
16880 * epa-mail.el (epa-mail-mode): Add autoload cookie.
16881 (epa-global-mail-mode): New global minor mode.
16882
16883 * epa-file.el (epa-file-mode): New global minor mode.
16884
16885 * epa-dired.el (epa-dired-mode): New global minor mode.
16886
16887 * epa.el (epa-menu): New variable.
16888 (epa-menu-items): New variable.
16889 (epa-menu-mode): New global minor mode.
16890 (epa-global-minor-modes): New user option.
16891 (epa-mode): New global minor mode.
16892
16893 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
16894
16895 * net/dbus.el: Remove `no-byte-compile' cookie.
16896 (dbus-call-method, dbus-register-signal, dbus-debug)
16897 (dbus-registered-functions-table): Declare them with
16898 `declare-function' or `defvar', respectively.
16899 (top): Don't assert any longer. Require 'cl when compiling.
16900 Apply `ignore-errors' but `dbus-ignore-errors'.
16901
16902 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16903
16904 * diff-mode.el (diff-add-change-log-entries-other-window):
16905 Use add-change-log-entry.
16906
16907 2008-02-09 Jason Rumney <jasonr@gnu.org>
16908
16909 * button.el (button-map):
16910 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16911 * ldefs-boot.el: Regenerate.
16912
16913 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16914
16915 * epa.el (epa-faces, epa):
16916 * epa-file.el (epa-file):
16917 * epg-config.el (epg): Add :version.
16918
16919 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
16920
16921 * vc.el (vc-exec-after): Append CODE to previous fragments.
16922 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16923 take MESSAGES instead of VERBOSE; use it when non-nil.
16924 (vc-diff-internal): Compute messages once; use them;
16925 update call to vc-diff-finish.
16926
16927 2008-02-09 Michael Olson <mwolson@gnu.org>
16928
16929 * net/tramp.el (tramp-process-sentinel): Avoid error when process
16930 buffer has been killed, such as by
16931 `tramp-cleanup-all-connections'.
16932
16933 2008-02-09 Miles Bader <miles@gnu.org>
16934
16935 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16936
16937 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16940 splitter in context hunks.
16941
16942 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
16943
16944 * international/fontset.el (setup-default-fontset): Fix arabic otf
16945 font specification.
16946
16947 2008-02-08 Daiki Ueno <ueno@unixuser.org>
16948
16949 * epa-dired.el:
16950 * epa-file.el:
16951 * epa-mail.el:
16952 * epa-setup.el:
16953 * epa.el:
16954 * epg-config.el:
16955 * epg-package-info.el:
16956 * epg.el: Initial check-in of EasyPG.
16957
16958 2008-02-08 Glenn Morris <rgm@gnu.org>
16959
16960 * woman.el (woman-locale): New defcustom.
16961 (woman-expand-locale, woman-manpath-add-locales): New functions.
16962 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
16963
16964 * international/mule-cmds.el (locale-translate): New function,
16965 with old code extracted from set-locale-environment.
16966 (set-locale-environment): Use locale-translate. Set woman-locale.
16967
16968 * cus-start.el (selection-coding-system): Remove, since it's now
16969 defined in select.el rather than in xselect.c.
16970 * select.el (selection-coding-system): Make it a defcustom, and
16971 add the properties from cus-start.el. Bump :version.
16972
16973 * custom.el (custom-theme-set-variables): Sort symbols that are
16974 dependencies before symbols that depend on them.
16975 (custom-enabled-themes): Set after custom-theme-directory.
16976
16977 * pcmpl-unix.el (top-level): Move provide statement to end.
16978 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16979 `*' from doc-string. Allow to be nil.
16980 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16981 Allow to be nil. Add :version.
16982 (pcmpl-ssh-hosts): Move definition before use. Handle lines
16983 without hostnames, and multiple hostnames per line.
16984
16985 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16986
16987 2008-02-08 Phil Hagelberg <phil@evri.com>
16988
16989 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16990 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16991
16992 2008-02-07 Timo Savola <timo.savola@iki.fi>
16993
16994 * startup.el (command-line-x-option-alist): Add --parent-id.
16995
16996 * term/x-win.el (x-handle-parent-id): New function.
16997
16998 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16999
17000 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
17001 "Font Menu".
17002
17003 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
17004
17005 * net/dbus.el (dbus-interface-peer): New defconst.
17006 (dbus-ping): New defun.
17007
17008 2008-02-06 Sam Steingold <sds@gnu.org>
17009
17010 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
17011
17012 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17013
17014 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
17015 Just return nil and let the C code provide a fallback.
17016
17017 2008-02-05 Glenn Morris <rgm@gnu.org>
17018
17019 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
17020 tramp-flush-connection-property for removed 2nd argument.
17021
17022 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * diff-mode.el (diff-add-change-log-entries-other-window):
17025 Rename from diff-create-changelog. Change users.
17026 Minor change to hopefully work with plain diffs.
17027 (diff-mode-map): Add binding for it.
17028
17029 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
17030
17031 * diff-mode.el: Add new TODO entry.
17032 (diff-create-changelog): New function.
17033 (diff-mode-menu): Bind it.
17034
17035 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17036
17037 * international/mule-diag.el (print-fontset-element): Handle the
17038 case of inhibiting the fallback fonts.
17039
17040 2008-02-04 Kim F. Storm <storm@cua.dk>
17041
17042 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17043 (ido-magic-delete-char): Use prefix arg.
17044
17045 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
17048 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
17049 of today, the most recent libpng is 1.2.24).
17050
17051 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
17052
17053 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
17054
17055 * net/dbus.el (top): Check (featurep 'dbusbind).
17056
17057 * net/tramp.el (tramp-process-sentinel): New defun.
17058 (tramp-do-copy-or-rename-file-out-of-band)
17059 (tramp-maybe-open-connection): Use it as process sentinel.
17060 (tramp-handle-delete-directory): Don't use the "-f" option; it
17061 isn't portable.
17062 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
17063 after the command.
17064 (tramp-handle-shell-command): Set `mode-line-process' in the
17065 asynchronous case.
17066
17067 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
17068
17069 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
17070 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
17071 Use `tramp-process-sentinel' as process sentinel.
17072
17073 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
17074
17075 * whitespace.el (global-whitespace-mode): Revert last change.
17076 (whitespace-unload-function): Force `global-whitespace-mode'
17077 to deactivate local modes in a slightly less intrusive way.
17078
17079 2008-02-02 Eli Zaretskii <eliz@gnu.org>
17080
17081 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
17082
17083 2008-02-02 Glenn Morris <rgm@gnu.org>
17084
17085 * international/latin1-disp.el (latin1-display):
17086 * progmodes/fortran.el (fortran-comment-indent-char):
17087 * progmodes/idlw-shell.el (top-level):
17088 * term/mac-win.el (mac-keyboard-translate-char):
17089 * whitespace.el (whitespace-char-valid-p):
17090 * wid-edit.el (widget-key-sequence-read-event):
17091 Use characterp rather than char-valid-p.
17092
17093 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
17094 to capitalized-find-word-boundary. Doc fix. Update callers.
17095 (capitalized-next-word-boundary-function-table): Rename to
17096 capitalized-find-word-boundary-function-table. Doc fix. Update users.
17097
17098 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
17099 string-to-int.
17100
17101 * ps-def.el (declare-function): Add compatibility definition.
17102 (ps-plot-with-face, ps-plot-string): Declare as functions.
17103 (ps-bold-faces, ps-italic-faces): Declare variables.
17104
17105 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
17106 (ps-mule-end-job): Declare as functions.
17107
17108 * wid-edit.el (widget-string-complete): Use assoc-string rather
17109 than assoc-ignore-case.
17110
17111 See ChangeLog.13 for earlier changes.
17112
17113 ;; Local Variables:
17114 ;; coding: utf-8
17115 ;; add-log-time-zone-rule: t
17116 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
17117 ;; End:
17118
17119 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
17120
17121 This file is part of GNU Emacs.
17122
17123 GNU Emacs is free software: you can redistribute it and/or modify
17124 it under the terms of the GNU General Public License as published by
17125 the Free Software Foundation, either version 3 of the License, or
17126 (at your option) any later version.
17127
17128 GNU Emacs is distributed in the hope that it will be useful,
17129 but WITHOUT ANY WARRANTY; without even the implied warranty of
17130 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17131 GNU General Public License for more details.
17132
17133 You should have received a copy of the GNU General Public License
17134 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17135
17136 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc