]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(auto-insert): Add :link.
[gnu-emacs] / lisp / ChangeLog
1 2008-05-29 David Kastrup <dak@gnu.org>
2
3 * autoinsert.el (auto-insert): Add :link.
4
5 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * tar-mode.el (tar-header): New field `header-start'.
8 (tar-header-block-tokenize): Set it when useful.
9 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10 (tar-header-data-end): New function.
11 (tar-summarize-buffer): Use it.
12 (tar-next-line): Fix goal column for long usernames.
13 (tar-expunge-internal): Use header-start.
14 (tar-rename-entry): Handle ustar-style long names.
15 (tar-alter-one-field): Add optional `descriptor' argument.
16 (tar-subfile-save-buffer): Use it.
17
18 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * tar-mode.el (tar-header): New field `header-start'.
21 (tar-header-block-tokenize): Set header-start for longlink entries.
22 (tar-expunge-internal): Use header-start to expunge longlink entries.
23
24 * files.el (hack-local-variables): Don't signal an error if the local
25 variable section is not properly terminated.
26
27 * emacs-lisp/easymenu.el (easy-menu-convert-item)
28 (easy-menu-convert-item-1): Move the duplicate-generation outside of
29 the caching so it also works for identical entries.
30
31 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
32 (tar-mode): Use write-region-annotate-functions rather than
33 write-contents-functions.
34 (tar-extract): Remove unused var `pos'.
35 (tar-subfile-save-buffer): Remove unused var `following-descs'.
36 (tar-mode-write-file): Remove.
37 (tar-write-region-annotate): New function.
38
39 * progmodes/flymake.el (flymake-save-buffer-in-file):
40 * shadowfile.el (shadow-copy-file):
41 * arc-mode.el (archive-*-write-file-member):
42 * files.el (diff-buffer-with-file):
43 * subr.el (with-temp-file): Pass nil to write-region.
44 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
45
46 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
47 the custom.
48
49 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
50 to write-region.
51
52 2008-05-28 Glenn Morris <rgm@gnu.org>
53
54 * Makefile.in (update-elclist): Work around non-portability of "\"
55 in various implementations of echo.
56
57 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * international/mule-diag.el (describe-current-coding-system):
60 Don't assume selection-coding-system is always defined.
61
62 * tar-mode.el: Use defstruct and markers.
63 (tar-setf): Remove.
64 (tar-header): Use defstruct. Add `data-start' field.
65 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
66 (tar-desc-data-start): Remove (now called tar-header-data-start).
67 (tar-roundup-512): New fun.
68 (tar-header-block-tokenize): Receive a buffer position rather than
69 a string. Handle @longLink here, be more careful about it.
70 Create a marker for data-start.
71 (tar-summarize-buffer): Don't handle @LongLink here any more.
72 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
73 data-start on the following entries any more.
74 (tar-chown-entry, tar-chgrp-entry): Use read-number.
75
76 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
77 (tar-header-offset): Remove.
78 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
79 Not permanent any more.
80 (tar-data-buffer): New var.
81 (tar-data-swapped-p, tar-change-major-mode-hook)
82 (tar-mode-kill-buffer-hook): New funs.
83 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
84 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
85 (tar-clear-modification-flags, tar-alter-one-field)
86 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
87 Change accordingly.
88
89 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
90
91 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
92 (vc-dir-resynch-file): ... this. Update callers.
93 Use vc-string-prefix-p. Ignore directory args.
94 (vc-string-prefix-p): CSE.
95 (vc-resynch-buffer): Restore conditional.
96
97 * vc-hooks.el (vc-after-save): Improve test.
98 (vc-mode-line): Fix indentation.
99
100 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
101
102 * calendar/parse-time.el (parse-time-months)
103 (parse-time-weekdays): Add long-form month and day names.
104
105 2008-05-27 Glenn Morris <rgm@gnu.org>
106
107 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
108
109 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * vc-dispatcher.el (vc-string-prefix-p): New function.
112 (vc-dir-parent-marked-p): Use it.
113
114 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
115
116 * vc.el (Problems): Remove fixed issues.
117 (vc-expand-dirs): Avoid returning directories.
118 (vc-dir): Fix C-x v v binding.
119 (vc-make-backend-object): Fix name.
120 (vc-dir-show-fileentry): Fix docstring.
121 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
122 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
123 Reset the state for directories.
124 (vc-dir-headers): Align labels.
125 (vc-default-status-printer): Do no call prettify-state-info.
126 (vc-deduce-fileset): Replace implementation with one based on a
127 working older version.
128 (vc-next-action): Use the new form of vc-deduce-fileset.
129 Fix dealing with unregistered files.
130
131 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
132 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
133 (vc-dir-child-files): New function.
134 (vc-dir-node-directory): New function.
135 (vc-dir-update, vc-dir-parent-marked-p)
136 (vc-dir-children-marked-p, vc-dir-mark-all-files)
137 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
138
139 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
140
141 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
144 (diff-font-lock-keywords, diff-context->unified)
145 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
146 (diff-hunk-text, diff-find-source-location): Use it.
147 (diff-post-command-hook): Let the user edit the hunk headers.
148
149 2008-05-26 Andreas Schwab <schwab@suse.de>
150
151 * vc.el (vc-default-prettify-state-info): Fix formatting of an
152 unknown state.
153
154 * tar-mode.el (tar-summarize-buffer): Comment fix.
155
156 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
159
160 2008-05-26 Glenn Morris <rgm@gnu.org>
161
162 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
163
164 2008-05-25 John Paul Wallington <jpw@pobox.com>
165
166 * proced.el (proced-next-line, proced-previous-line):
167 Avoid calling `next-line' and `previous-line' from Lisp code.
168
169 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
170
171 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
172 Use diary-ordinal-suffix.
173
174 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
175
176 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
177 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
178 (edebug-save-displayed-buffer-points, edebug-initial-mode)
179 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
180 (edebug-print-length, edebug-print-level, edebug-print-circle)
181 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
182 (edebug-global-break-condition, edebug-sit-for-seconds):
183 Remove spurious * from defcustom docstrings.
184 (edebug-unwrap*, edebug-signal, edebug-eval-display):
185 Improve argument/docstring consistency.
186 (edebug-test-coverage, edebug-gensym, edebug-read)
187 (edebug-top-level-nonstop, edebug-eval-result-list)
188 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
189 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
190 (edebug-display-freq-count): Reflow docstrings.
191 (edebug-restore-status): Doc fix.
192
193 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * proced.el (proced-header-line): Use the :align-to 0 feature
196 rather than computing the corresponding position manually.
197 (proced-update): Don't hardcode point-min==1.
198
199 2008-05-24 Alan Mackenzie <acm@muc.de>
200
201 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
202 if c-file-style is set to a non-string.
203
204 (c-neutralize-CPP-line): Surround by `save-excursion'.
205 (c-neutralize-syntax-in-CPP): Optimize for speed.
206
207 2008-05-24 Glenn Morris <rgm@gnu.org>
208
209 * Makefile.in (update-elclist): New target, to update ELCFILES.
210 (bootstrap-after): Run update-elclist.
211
212 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
213
214 * icalendar.el (icalendar-version): Increase to "0.19".
215 (icalendar--date-style): New function.
216 (icalendar--datetime-to-diary-date): Doc fix.
217 Use icalendar--date-style.
218 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
219 (icalendar--convert-yearly-to-ical)
220 (icalendar--convert-recurring-to-diary): Handle iso date style,
221 use icalendar-date-style.
222
223 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * vc.el (vc-delete-file): Make sure the buffer is deleted and
226 vc-dir buffers are updated.
227
228 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * vc.el (vc-delete-file): Don't try to resynch the buffer.
231
232 2008-05-23 Paul R <paul.r.ml@gmail.com>
233
234 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
235 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
236 (reftex-extra-bindings): Use it.
237
238 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
239 away from the user-reserved keys.
240
241 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
242 New vars.
243 (ada-create-keymap): Use them.
244
245 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
248 a properly-grouped regexp.
249
250 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
251
252 * progmodes/cap-words.el (capitalized-words-mode):
253 Fix typos in docstring.
254
255 2008-05-23 Kenichi Handa <handa@m17n.org>
256
257 * international/mule-conf.el: Don't define the charset `emacs'
258 here, just put :docstring, :short-name, and :long-name.
259
260 2008-05-22 Kenichi Handa <handa@m17n.org>
261
262 * international/mule-diag.el (font-show-log): Limit each listing
263 to 20 items.
264
265 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
266
267 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
268 (gdb-annotation-rules): New entry for "thread-changed".
269 (gdb-thread-changed): New function.
270
271 2008-05-23 Glenn Morris <rgm@gnu.org>
272
273 * Makefile.in (SOURCES): Remove, unused.
274 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
275 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
276 Exclude more '*loaddefs' files.
277 (compile-always): Simplify '.elc' deletion.
278
279 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
280
281 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
282 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
283
284 * minibuffer.el (completion-boundaries): Change calling
285 convention, so `string' has the same semantics as in
286 try-completion and all-completions.
287 (completion-table-with-context, completion--embedded-envvar-table)
288 (completion--file-name-table)
289 (completion-pcm--find-all-completions): Adjust code accordingly.
290
291 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
292
293 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
294 prune image-mode-winprops-alist, preventing it from growing
295 indefinitely.
296 (image-mode-reapply-winprops): Use it.
297
298 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
299
300 * net/netrc.el (netrc-machine): Always match if the port is not given.
301
302 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * minibuffer.el (completion-pcm--find-all-completions):
305 Don't add pseudo-completions.
306
307 * icomplete.el (icomplete-eoinput): Remove.
308 (icomplete-overlay): New var to replace it.
309 (icomplete-tidy): Rewrite.
310 (icomplete-exhibit): Use an overlay.
311 (icomplete-completions): Use completion-all-sorted-completions.
312 Obey completion-ignore-case.
313
314 * files.el (locate-dominating-file): Accept non-existing argument.
315 (project-find-settings-file): Rewrite, using locate-dominating-file.
316
317 2008-05-22 Kenichi Handa <handa@m17n.org>
318
319 * faces.el (font-weight-table, font-slant-table, font-width-table):
320 Delete them. Don't call internal-set-font-style-table.
321
322 * international/mule-diag.el (font-show-log): New function.
323
324 * international/fontset.el (script-representative-chars): Add more
325 chars for latin. Add data for symbol.
326 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
327
328 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * minibuffer.el (completion-all-sorted-completions): New var.
331 (completion--flush-all-sorted-completions)
332 (completion-all-sorted-completions): New functions.
333 (minibuffer-force-complete): New command.
334
335 2008-05-21 Glenn Morris <rgm@gnu.org>
336
337 * files.el (c-postprocess-file-styles): Declare for compiler.
338
339 * Makefile.in: Allow for parallel byte-compiling.
340 (ELCFILES): New variable.
341 (.el.elc): Remove prerequisites from suffix rule. Print a message.
342 (compile-first, compile-main, compile-last): New targets.
343 (compile-always): Simplify - delete .elc files, then `make compile'.
344
345 * Makefile.in (compile-calc): Use glob rather than find.
346 ($(lisp)/progmodes/cc-mode.elc): Use $@.
347
348 * eshell/esh-module.el: No need for cl when compiling.
349
350 * eshell/eshell.el (eshell-defgroup): New alias.
351 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
352 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
353 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
354 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
355 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
356 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
357 Autoload the custom group. Set generated-autoload-file.
358 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
359 for eshell-defgroup.
360 * eshell/esh-module.el (eshell-load-defgroups): Remove.
361 Require esh-groups rather than loading it.
362
363 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
364
365 * proced.el (proced-header-line): New variable and new function.
366 (proced-mode): Set header-line-format.
367 (proced-update): Set proced-header-line.
368 (proced-send-signal): Use proced-header-line.
369
370 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * macros.el (insert-kbd-macro): Use prin1-char.
373
374 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * minibuffer.el (completion-boundaries): New function.
377 (completion--some): Delay errors.
378 (complete-with-action, completion-table-with-context):
379 Handle `boundaries' case.
380 (completion--try-word-completion): Avoid partial-completion
381 when the user hasn't entered anything yet.
382 (minibuffer-local-map, minibuffer-local-filename-completion-map)
383 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
384 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
385 Setup default keybindings.
386 (completion--embedded-envvar-re): New var.
387 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
388 (completion--file-name-table): Handle `boundaries' case.
389 (completion-pcm--pattern->regex): Avoid pathological backtracking.
390 (completion-pcm--all-completions): Add a `prefix' arg.
391 (completion-pcm--find-all-completions): New function.
392 (completion-pcm-all-completions, completion-pcm-try-completion):
393 Use it.
394
395 * icomplete.el (icomplete-completions): Don't use `predicate' with
396 a table of a different type than `candidates'.
397
398 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
399
400 * proced.el (proced-goal-column): Rename from proced-procname-column.
401 (proced-goal-header-re): Rename from proced-procname-column-regexp.
402 (proced-move-to-goal-column): Rename from proced-move-to-procname.
403 (proced-header-face, proced-header-regexp): Remove.
404 (proced-font-lock-keywords): Remove proced-header-face.
405 (proced-header-alist, proced-sorting-schemes-re): New variables.
406 (proced): Rename Proced buffer to *Proced*.
407 (proced-next-line, proced-previous-line): New commands.
408 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
409 (proced-hide-processes): Do not treat first line as special.
410 (proced-header-space): New function.
411 (proced-update): Use header-line-format.
412 Initialize proced-header-alist and proced-sorting-schemes-re.
413 Set proced-goal-column. Include proced-command in mode-name.
414 (proced-send-signal): Use header-line-format for *Marked
415 Processes* buffer.
416 (proced-sort): Restrict minibuffer completion to applicable
417 sorting schemes.
418 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
419
420 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * icomplete.el (icomplete-simple-completing-p):
423 Allow icomplete-with-completion-tables to say "use it everywhere".
424 (icomplete-completions): Obey completion-styles. Try to accommodate
425 partial-completion style.
426
427 2008-05-20 Michael Olson <mwolson@gnu.org>
428
429 * files.el (project-find-settings-file): Change concat to
430 expand-file-name.
431
432 2008-05-19 Tom Tromey <tromey@redhat.com>
433
434 * files.el (normal-mode): Call hack-project-variables.
435 (hack-local-variables-confirm): Add 'project' argument.
436 (hack-local-variables-apply): New function.
437 (hack-local-variables): Use it.
438 (project-class-alist, project-directory-alist): New variables.
439 (project-get-alist): New function.
440 (project-collect-bindings-from-alist)
441 (project-collect-binding-list, set-directory-project)
442 (project-find-settings-file, project-define-from-project-file)
443 (hack-project-variables): New functions.
444
445 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
448
449 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
450
451 * faces.el (font-weight-table): Fix typo in docstring.
452
453 2008-05-18 David Hull <david@snap.com> (tiny change)
454
455 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
456 (vc-hg-annotate-command): Allow white space before version number.
457
458 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
459
460 * calc/calc-yank.el (calc-register-alist): New variable.
461 (calc-set-register,calc-get-register,calc-copy-to-register)
462 (calc-insert-register,calc-add-to-register,calc-append-to-register)
463 (calc-prepend-to-register): New functions.
464
465 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
466 `calc-copy-to-register' and `calc-insert-register'.
467 Autoload new register functions.
468
469 * calc/calc-help.el (calc-r-prefix-help): Add help for register
470 functions.
471
472 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
473
474 * vc.el (Todo): Add known problems.
475 (vc-dir-backend): New variable.
476 (vc-dir): Set it.
477 (vc-make-backend-object, vc-generic-status-printer)
478 (vc-generic-state, vc-generic-status-fileinfo-extra)
479 (vc-dir-extra-menu): Use it.
480 (vc-generic-dir-headers): Remove, unused.
481
482 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
483 vc-dir-prev-directory for consistency with vc-dir-previous-line.
484 (vc-dir-mode-map): Fix bindings.
485
486 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
487
488 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
489
490 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
491 operated on.
492 (calc-kill-region): Kill entire lines.
493
494 2008-05-17 Glenn Morris <rgm@gnu.org>
495
496 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
497 simplify initial value.
498 (defezimage): Drop support for Emacs without defimage, use a featurep
499 test rather than fboundp when defining, drop with-no-warnings.
500 (ezimage-insert-over-text): Move featurep test inside
501 add-text-properties.
502
503 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
504
505 * net/tramp.el (top-level): Load auth-source when compiling.
506
507 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
508
509 2008-05-17 Andreas Schwab <schwab@suse.de>
510
511 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
512
513 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * vc.el (vc-annotate-show-diff-revision-at-line): Change
516 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
517
518 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
519
520 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
521
522 2008-05-17 Jim Meyering <meyering@redhat.com>
523
524 * ido.el (ido-save-history): Do not emit a trailing newline at the
525 end of the ido history file.
526
527 2008-05-16 John Paul Wallington <jpw@pobox.com>
528
529 * vc-dispatcher.el (top-level): Revert previous change: require cl
530 when compiling.
531
532 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
533
534 * vc.el (vc-default-status-printer)
535 (vc-default-prettify-state-info): Enhance the state prettyprinter
536 to deal better with unknown states and indirect through it when
537 painting vc-dir buffers.
538
539 2008-05-16 John Paul Wallington <jpw@pobox.com>
540
541 * vc-dispatcher.el (top-level): Don't require cl when compiling.
542 (vc-dir-mode-map): Fix backquote.
543 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
544
545 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
546
547 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
548 Reported by Glenn Morris <rgm@gnu.org>.
549
550 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
551
552 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
553 the end of the file, it was good work at one time but has been
554 stale since 1995 and may now be actively misleading.
555 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
556 CVS repository and module (assumptions for the latter a bit iffy).
557 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
558 SVN repository.
559
560 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
561
562 * vc-rcs.el (vc-rcs-create-tag):
563 * vc-sccs.el (vc-sccs-create-tag):
564 Fix typo in error message and pass backend arg.
565
566 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
567
568 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
569
570 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
571
572 * net/tramp.el: Load auth-source library.
573 (tramp-read-passwd): Use it for password, not login.
574
575 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
576
577 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
578 (ses-print-cell): Use string-width, truncate-string-to-width,
579 delete-region rather than length, substring, delete-char.
580 (ses-setup): Set inhibit-point-motion-hooks to t.
581 Calculate position by actually moving point rather than just using
582 unibyte character length.
583 (ses-mode): Set indent-tabs-mode to nil.
584 (ses-center): Use string-width rather than length.
585
586 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
587
588 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
589 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
590 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
591 vc-*-create-tag and vc-*-retrieve-tag respectively.
592
593 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
594 unneeded defalias.
595
596 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
597
598 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
599 about buffer names.
600
601 2008-05-15 Glenn Morris <rgm@gnu.org>
602
603 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
604
605 * org/org-exp.el (org-infojs-options-inbuffer-template):
606 Fix declaration.
607
608 * progmodes/cc-mode.el (declare-function): Add compat definition.
609 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
610
611 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
612
613 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
614 list to a cons so the caller can get back both expanded and
615 unexpanded filesets.
616 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
617 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
618 Change handling of selection-set returns as required.
619
620 2008-05-15 John Paul Wallington <jpw@pobox.com>
621
622 * add-log.el (top-level): Don't require cl when compiling.
623
624 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
625 (archive-*-extract): Use `zerop'
626 (archive-*-write-file-member): Use `or', use `zerop'.
627
628 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
629
630 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
631 (ibuffer-mark-interactive, ibuffer-set-mark)
632 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
633 (ibuffer-map-lines, ibuffer-switch-format)
634 (ibuffer-update-title-and-summary)
635 (ibuffer-redisplay-engine): Use it.
636
637 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
638 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
639 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
640 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
641 (ibuffer-mark-read-only-buffers)
642 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
643
644 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
645 (define-ibuffer-column, define-ibuffer-sorter)
646 (define-ibuffer-op, define-ibuffer-filter): Add declarations
647 containing indentation specs, replacing equivalent top-level
648 forms that set `lisp-indent-function' properties.
649 (define-ibuffer-op): Use `derived-mode-p'.
650 (define-ibuffer-filter): Remove redundant `concat' call.
651
652 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/tramp.el (tramp-echo-mark): Update docstring.
655 (tramp-echo-mark-marker): New defconst.
656 (tramp-check-for-regexp): Use it.
657
658 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
659
660 * vc.el (vc-deduce-fileset): Do the right thing when visting a
661 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
662 as parent.
663
664 2008-05-14 John Paul Wallington <jpw@pobox.com>
665
666 * international/mule.el (convert-define-charset-argument):
667 Remove period from end of error message.
668 (coding-system-mnemonic): Doc fix.
669 (ctext-pre-write-conversion): Doc fix.
670
671 2008-05-14 Simon Marshall <simon@gnu.org>
672
673 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
674 from its default value and give it the risky-local-variable
675 property (CVE-2008-2142).
676
677 2008-05-14 Kenichi Handa <handa@m17n.org>
678
679 * language/korean.el ("Korean"): Set `iso639-language'
680 property to `ko'.
681
682 * language/japanese.el ("Japanese"): Set `iso639-language'
683 property to `ja'.
684
685 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
686 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
687 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
688
689 * international/mule-cmds.el (set-language-environment):
690 Set current-iso639-language.
691
692 * international/fontset.el (setup-default-fontset): For kana, han,
693 hangul, and cjk-misc, move an entry with font-spec at the end.
694 (generate-fontset-menu): Exclue fontset-auto* from the list.
695
696 * composite.el (compose-chars-after): Assume that WINDOW is always
697 non-nil.
698
699 * faces.el (font-weight-table, font-slant-table)
700 (font-swidth-table): Declare them by defconst. Change the format
701 of elements. Call internal-set-font-style-table after their
702 declaration.
703 (face-valid-attribute-values): Call font-family-list. Get values
704 for width, weight, and slant from font-xxx-table.
705
706 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
707
708 2008-05-13 John Paul Wallington <jpw@pobox.com>
709
710 * ibuffer.el (ibuffer-buffer-file-name): New function.
711 (define-ibuffer-column filename): Use it.
712
713 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
714
715 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
716
717 * talk.el (talk): Simplify. Pass display arg to talk-add-display
718 as a string.
719 (talk-add-display): Simplify. Accept only string args.
720
721 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
722
723 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
724
725 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * Makefile.in (bootstrap-prepare): Don't chmod files.
728 (autoloads): Do it here instead, where it's actually needed.
729
730 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
731
732 * tool-bar.el (tool-bar-make-keymap): Account for the optional
733 KEY-BINDING-DATA field in menu-item list.
734
735 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * dired.el (dired-read-dir-and-switches): Move things about to use less
738 recursion during macroexpansion.
739
740 * dired.el (dired-read-dir-and-switches): Use read-file-name.
741
742 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
743 completion-ignored-extension directories if there's something else.
744 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
745 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
746 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
747 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
748 buffer-read-only -> inhibit-read-only.
749
750 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
751
752 * vc.el (vc-expand-dirs): Stop this function from tossing out
753 explicitly specified files.
754
755 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
758 to `insert'.
759
760 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
761
762 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
763 cons. Use vc-annotate-backend.
764 (with-vc-file, edit-vc-file): Remove unused macros.
765
766 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
767
768 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
769 (smtpmail-try-auth-methods): Use it.
770
771 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
774 (setf (nthcdr ..) ..) doesn't require CL at runtime.
775
776 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
777
778 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
779
780 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
783 (vc-bzr-revision-completion-table): Use process-file.
784 (vc-bzr-working-revision): Pass relative file names.
785
786 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
787
788 2008-05-11 Juri Linkov <juri@jurta.org>
789
790 * wid-edit.el (widget-image-directory): Change default image data
791 subdirectory from "custom" to "images/custom".
792
793 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
794 before recursive call to `Info-next-preorder' to not add
795 intermediate nodes to the history.
796
797 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
798
799 * emulation/cua-base.el: Put isearch-scroll property
800 on cua-scroll-up and cua-scroll-down.
801
802 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
803
804 * vc-hooks.el (vc-recompute-state): Remove (dead code).
805
806 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
807
808 * vc-dispatcher.el (ewoc): Require.
809 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
810
811 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
812
813 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
814
815 * term/w32-win.el (x-colors):
816 * term/mac-win.el (x-colors):
817 * term/x-win.el (x-colors): Re-order colors.
818
819 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
820
821 * smerge-mode.el (smerge-command-prefix): Fix custom type.
822
823 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
824
825 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
826 New functions implementing motion to next and previous directory.
827
828 * vc-arch.el (vc-arch-command):
829 * vc-bzr.el (vc-bzr-command):
830 * vc-cvs.el (vc-cvs-command):
831 * vc-dispatcher.el (vc-do-command):
832 * vc-git.el (vc-git-command):
833 * vc-hg.el (vc-hg-command):
834 * vc-mcvs.el (vc-mvcs-command):
835 * vc-mtn.el (vc-mtn-command):
836 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
837 (vc-sccs-workfile-unchanged-p):
838 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
839 * vc-rcs.el (all methods): Remove assumption about what a nil
840 argument to vc-do-command means. This means no buffer name needs
841 to be hardcoded into the dispatcher layer, and it's better to be
842 explicit anyway.
843
844 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
845
846 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
847
848 * vc.el: Update todo.
849
850 * vc-sccs.el (vc-sccs-dir-status):
851 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
852 backends and returning up to date files.
853
854 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
855
856 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
857
858 * vc.el (vc-dir):
859 * vc-hooks.el: Tweak the VC directory bindings. These are now
860 documented in the manual.
861
862 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
863 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
864 (vc-dispatcher-selection-set): Allow callers to pass in an
865 observer flag that says no buffer sync is required.
866 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
867 Use the observer flag.
868
869 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
870
871 * simple.el (start-file-process): Clarify docstring.
872
873 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
874
875 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
876 Remove stub implementations of, and references to, wash-log.
877 * vc-rcs.el (vc-rcs-comment-history):
878 * vc-cvs.el (vc-cvs-comment-history):
879 Inline the code that used to be wash-log.
880
881 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
882 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
883 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
884 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
885 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
886 (vc-rcs-print-log): Grok directories.
887
888 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * vc.el (vc-mark-resolved): Add `backend' argument.
891 (vc-next-action): Pass it the backend.
892 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
893 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
894 (vc-default-comment-history, vc-default-create-snapshot)
895 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
896 (vc-annotate-revision-previous-to-line)
897 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
898 * vc-svn.el (vc-svn-checkout):
899 * vc-mcvs.el (vc-mcvs-checkout):
900 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
901 (vc-working-revision, vc-before-save, vc-mode-line):
902 Prefer vc-call-backend to vc-call so as not to recompute the backend.
903
904 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
905 state to be consistent since it's often an unwarranted restriction.
906 Don't return the state either.
907 (vc-next-action): Check that the state is consistent.
908 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
909 (vc-rollback, vc-update): Adapt to new return value of
910 vc-deduce-fileset.
911
912 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
913 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
914 (vc-dispatcher-in-fileset-p): New fun.
915 (vc-dispatcher-selection-set): Use it to properly handle directories.
916
917 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
920 (vc-update): Remove unused let bindings.
921
922 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
923
924 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
925 (vc-diff, vc-revert, vc-rollback, vc-update):
926 * vc-dispatcher.el (vc-dispatcher-selection-set):
927 Get rid of 4 special cases in fileset selection. This involved
928 changing the return value of (vc-deduce-fileset) so that it passes
929 back a deduced state as well as a deduced back end.
930
931 2008-05-08 Sam Steingold <sds@gnu.org>
932
933 * progmodes/compile.el (compilation-minor-mode-map)
934 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
935 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
936 to `compilation-minor-mode-map' (instead of an explicit `cons').
937
938 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
939
940 * org/org.el (org-modules, org-format-latex-options):
941 * org/org-archive.el (org-archive-stamp-time)
942 (org-archive-save-context-info):
943 * org/org-faces.el (org-hide):
944 * org/org-irc.el (org-irc-parse-link):
945 * org/org-macs.el (org-call-with-arg, org-autoload):
946 * org/org-mew.el (org-mew-store-link):
947 * org/org-remember.el (org-remember-store-without-prompt)
948 (org-remember-templates): Fix typos in docstrings.
949
950 * org/org-info.el (org-info-store-link): Remove leftover docstring.
951
952 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
953 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
954 (org-bbdb-anniv-split): Fix typos in docstrings.
955
956 * org/org-publish.el (org-publish-project-alist): Doc fixes.
957 (org-publish-use-timestamps-flag): Reflow docstring.
958 (org-publish-files-alist): Fix typos in docstring.
959
960 2008-05-07 Sam Steingold <sds@gnu.org>
961
962 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
963 appears to be too aggressive with window removal.
964
965 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
966
967 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
968 as pragma keywords.
969 (verilog-pretty-expr): Support lining up assignments which include
970 part selects.
971 (verilog-mode): More portable check for the availability of
972 hideshow support.
973 (verilog-do-indent): Remove special indent for declarations inside
974 a parenthetical list. The code is ill-advised, and doesn't work
975 given the new user defined types.
976 (verilog-set-auto-endcomments): Enhance function automatic
977 endcomment to support functions that return user defined types.
978 (verilog-mode): Add code to tell which-function-mode minor mode
979 that Verilog supports this feature.
980
981 2008-05-08 Eli Zaretskii <eliz@gnu.org>
982
983 * epa-file.el: Require epa-hook.
984
985 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
986
987 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
988 file-names clashes on 8+3 filesystems. Provide epa-hook.
989
990 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
991 file-names clashes on 8+3 filesystems.
992
993 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
994
995 * org/org.el (org-read-date-get-relative): Interpret lone
996 weekday abbreviation as relative to today.
997
998 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
999
1000 * abbrev.el (define-abbrev-table):
1001 * composite.el (toggle-auto-composition):
1002 * json.el (json-alist-p, json-plist-p):
1003 * minibuffer.el (completion-table-with-predicate):
1004 * ps-mule.el (ps-mule-external-libraries):
1005 * emacs-lisp/advice.el (ad-special-form-p):
1006 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1007 * eshell/em-smart.el (eshell-review-quick-commands):
1008 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1009 (python-skip-out, python-check-comint-prompt):
1010 Don't use `iff' in docstrings.
1011
1012 * international/robin.el (robin-package-alist): Fix typo in docstring.
1013 (robin-current-package-name): Doc fix.
1014 (robin-activate): Don't use `iff' in docstring.
1015
1016 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1017
1018 * vc.el, vc-dispatcher.el: VC-Dired support removed.
1019 The code uses a ewoc-based implementation now.
1020 * vc-hooks.el: Support for Meta-CVS has been removed.
1021
1022 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * tool-bar.el: Choose images dynamically.
1025 (tool-bar-make-keymap, tool-bar-find-image): New function.
1026 (tool-bar-find-image-cache): New var.
1027 (tool-bar-local-item, tool-bar-local-item-from-menu):
1028 Don't select the image yet, do it later in tool-bar-make-keymap.
1029
1030 2008-05-07 Andreas Schwab <schwab@suse.de>
1031
1032 * window.el: Require 'cl when compiling.
1033
1034 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1035
1036 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1037
1038 2008-05-07 Glenn Morris <rgm@gnu.org>
1039
1040 * subr.el (ignore-errors): Move here from cl-macs.el.
1041 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1042
1043 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1044 oddness.
1045
1046 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
1047
1048 * vc-hooks.el (vc-find-file-hook):
1049 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
1050 further from vc.el.
1051 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
1052
1053 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
1054
1055 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1056 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1057 (verilog-auto-inout, verilog-auto-inout-module)
1058 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1059 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1060 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1061 (verilog-auto-sense-sigs, verilog-auto-tieoff)
1062 (verilog-auto-unused, verilog-auto-wire)
1063 (verilog-decls-get-assigns, verilog-decls-get-consts)
1064 (verilog-decls-get-gparams, verilog-decls-get-inouts)
1065 (verilog-decls-get-inputs, verilog-decls-get-outputs)
1066 (verilog-decls-get-ports, verilog-decls-get-regs)
1067 (verilog-decls-get-signals, verilog-decls-get-wires)
1068 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1069 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1070 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1071 (verilog-inject-sense, verilog-library-filenames)
1072 (verilog-mode-release-date, verilog-mode-version)
1073 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1074 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1075 (verilog-modi-get-assigns, verilog-modi-get-consts)
1076 (verilog-modi-get-gparams, verilog-modi-get-inouts)
1077 (verilog-modi-get-inputs, verilog-modi-get-outputs)
1078 (verilog-modi-get-ports, verilog-modi-get-regs)
1079 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1080 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1081 (verilog-modi-get-wires, verilog-preserve-cache)
1082 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1083 (verilog-read-sub-decls, verilog-read-sub-decls-line)
1084 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1085 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1086 Add caching of additional state, and rework signal extraction
1087 routines to improve AUTO expansion performance by 300%++.
1088
1089 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1092 Tweak Open Watcom regexp to distinguish between errors and warnings.
1093
1094 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * dired.el (dired-read-dir-and-switches): Fix up last change.
1097
1098 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
1099
1100 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1101 out of this function, move it to vc-dispatcher-selection-set.
1102
1103 2008-05-05 Sam Steingold <sds@gnu.org>
1104
1105 * window.el (delete-other-windows-vertically): New function.
1106
1107 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * dired.el (dired-read-dir-and-switches):
1110 Obey read-file-name-completion-ignore-case.
1111
1112 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1115 Add regexp for Open Watcom compiler output.
1116
1117 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
1118
1119 * progmodes/python.el (python-block-pairs): Align finally with except.
1120
1121 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1124
1125 2008-05-05 Tom Tromey <tromey@redhat.com>
1126
1127 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1128 looking at conflict marker.
1129
1130 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1133 client-mode -> vc-client-object, and guess `funcall' was meant.
1134 (vc-dir-mode): Rename client-mode -> vc-client-mode.
1135
1136 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1137
1138 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1139 (dbus-debug): Move declarations outside eval-when-compile.
1140
1141 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1142
1143 * proced.el (proced-command-alist): Fix system-type values.
1144 Fix defcustom.
1145 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1146 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1147 (proced-sort-start, proced-sort, proced-sort-time): New commands.
1148 (proced-update): Use proced-sorting-scheme. Update modeline.
1149 (proced-send-signal): Use nreverse.
1150 (proced-sorting-scheme-p): New function.
1151
1152 2008-05-04 Andreas Schwab <schwab@suse.de>
1153
1154 * vc.el: Require dired when compiling.
1155
1156 * minibuffer.el (completion--insert-strings): Don't delete past bol.
1157
1158 2008-05-03 Glenn Morris <rgm@gnu.org>
1159
1160 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1161 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1162 Simplify compilation requirements.
1163 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1164 declarations.
1165
1166 2008-05-03 Dave Love <fx@gnu.org>
1167
1168 * progmodes/python.el (python-beginning-of-statement):
1169 Loop at least once (fixes 2008-02-21 change).
1170
1171 2008-05-03 Eli Zaretskii <eliz@gnu.org>
1172
1173 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1174 instead of `length' for comparing length of user and group names.
1175
1176 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
1177
1178 * vc-dispatcher.el: New file, separates out the UI and command
1179 execution machinery from VCS-specific logic left in vc.el.
1180 The separation is not yet completely clean, but it's a good start.
1181 * vc.el: This file is about 1700 lines shorter now.
1182 Remove obsolete logentry-check from the backend API.
1183 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
1184 implementation of the logentry-check method, and it guarded against
1185 a log length limit that has probably been obsolete for 15 years (!).
1186
1187 2008-05-02 Sam Steingold <sds@gnu.org>
1188
1189 * progmodes/compile.el (compilation-start): Move setting of
1190 compilation-directory after (funcall mode) as that resets local
1191 variables, this fixes recompile in grep buffers.
1192 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1193
1194 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1195
1196 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1197 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1198 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1199 has one of these and that all are called in compatible ways.
1200 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1201 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1202 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1203 backend has one of these.
1204
1205 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1208 initialization into define-abbrev-table. Use :regexp.
1209 (octave-mode-syntax-table): Don't set word syntax for `.
1210
1211 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1212 than only value.
1213
1214 * dired.el (dired-read-dir-and-switches):
1215 Set minibuffer-completing-file-name and call substitute-in-file-name.
1216 (dired-format-columns-of-files): Use completion--insert-strings.
1217
1218 * minibuffer.el (completion-hilit-commonality): Revert last change:
1219 the leftover code was actually useful.
1220 (completion--insert-strings): Use string-width rather than length.
1221
1222 2008-05-02 Sam Steingold <sds@gnu.org>
1223
1224 * vc.el (vc-dir-mode-map): Enable mouse bindings.
1225 (vc-at-event): New macro: run the body at the even location.
1226 (vc-dir-menu, vc-dir-toggle-mark): Use it.
1227 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1228 * subr.el (mouse-event-p): Check if the even is mouse-related.
1229
1230 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1233 Don't throw error if no file is found.
1234
1235 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1236
1237 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1238 (vc-default-state-heuristic): Doc fix.
1239
1240 2008-05-02 Richard Sharman <rsharman@pobox.com>
1241
1242 * hilit-chg.el (highlight-changes-mode): Remove references to
1243 hooks that no longer exist. Because define-minor-mode is used the
1244 hook highlight-changes-mode-hook exists and can do what both the
1245 old hooks used to do. The documentation at the top of the file
1246 was updated to demonstrate this.
1247 (highlight-changes-mode): Remove commented out call to a hook
1248 function that is no longer there.
1249 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1250
1251 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1252
1253 * vc.el (vc-default-dired-state-info): Change name of primitive
1254 to prettify-state-info, in preparation for ripping out dired mode.
1255 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1256 to prettify-state-info, in preparation for ripping out dired mode.
1257 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1258 tries this on a version-controlled buffer. It will do useless or
1259 actively bad things on any version control system newer than RCS.
1260 * vc-hooks.el (vc-dired-resynch-file):
1261 * vc.el (vc-dired-resynch-file): Change name of primitive to
1262 vc-directory-resynch-file, preparing to remove dired.
1263
1264 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1265
1266 * vc-rcs.el (vc-rcs-state): Fix typos.
1267
1268 * vc.el (vc-register): Change argument order so that the prefix
1269 argument is assigned correctly.
1270 (vc-next-action, vc-dir-register): Update for the above change.
1271
1272 2008-05-01 Juri Linkov <juri@jurta.org>
1273
1274 * replace.el (occur-read-primary-args): Set default to the car of
1275 regexp-history and display it in the prompt, but don't add to the
1276 list of minibuffer defaults. Bind history-add-new-input to nil to
1277 not add automatically `default'. For empty input return `default'.
1278 Otherwise, add `input' to regexp-history and return it.
1279 (occur-1): Signal an error for the empty regexp.
1280
1281 * progmodes/compile.el (compilation-auto-jump):
1282 Set window point to `pos' explicitly.
1283
1284 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
1285
1286 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1287 when appropriate.
1288 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1289 we report the 'unregistered state reliably.
1290 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1291 we report the 'unregistered state reliably.
1292 * vc-git.el (vc-git-state): Call vc-git-unregistered so
1293 we report the 'unregistered state reliably.
1294 * vc-hooks (vc-state): Document that vc-unregistered is
1295 now expected to be returned reliably.
1296 * vc.el (vc-default-dired-state): Change needs-patch state to
1297 needs-update, since the name now shows up in dir-status listings
1298 and was somewhat misleading.
1299 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1300 immediately after removing the file.
1301 * vc.el (vc-next-action): More informative messages when a fileset
1302 is in a mixed state or files are missing.
1303
1304 2008-05-01 Sam Steingold <sds@gnu.org>
1305
1306 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1307
1308 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1311
1312 2008-05-01 Daiki Ueno <ueno@unixuser.org>
1313
1314 * epa-file-hook.el: New file split from epa-file.el.
1315 * epa-file.el: Require 'epa-file-hook.
1316 (epa-file-handler): Add autoload cookie.
1317 * loadup.el: Load epa-file-hook.
1318 * startup.el (command-line): Eval the body of auto-encryption-mode.
1319
1320 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1321
1322 * vc.el (vc-dir-mode-map): Don't bind "r".
1323
1324 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1325 (vc-hg-status-printer): New function.
1326 (vc-hg-after-dir-status): Deal with copied and renamed files.
1327 (vc-hg-dir-status): Add flag to show copied files.
1328
1329 2008-05-01 John Paul Wallington <jpw@pobox.com>
1330
1331 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1332 (ibuffer-do-sort-by-recency): Reverse sorting order if last
1333 sorting mode was recency.
1334
1335 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1336 reverse sorting order if last sorting mode was the sorter's.
1337
1338 2008-05-01 Jason Rumney <jasonr@gnu.org>
1339
1340 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1341
1342 2008-04-30 John Paul Wallington <jpw@pobox.com>
1343
1344 * ibuffer.el (define-ibuffer-column filename): When the major mode
1345 is `vc-dir-mode' show the buffer's default directory.
1346
1347 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1348 major mode is `vc-dir-mode' use the buffer's default directory.
1349
1350 2008-04-30 Sam Steingold <sds@gnu.org>
1351
1352 * vc.el (vc-dir-delete-file): Add.
1353 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1354 (vc-delete-file): Do not barf when the file has been already deleted.
1355
1356 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1357
1358 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1359
1360 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * progmodes/octave-mod.el (octave-help): New function.
1363 * progmodes/octave-hlp.el: Delete.
1364 * info-look.el (octave-mode): Add operator index.
1365
1366 * vc.el (vc-checkout): Typo.
1367
1368 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1369
1370 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1371 Add "..." in the appropriate places.
1372
1373 * epa.el (epa-key-list-mode-map): Add more menu entries.
1374 Add "..." in the appropriate places.
1375
1376 * dired.el (dired-mode-map): Add :help.
1377
1378 * vc.el (vc-deduce-fileset): Add new parameter.
1379 (vc-dir-marked-only-files): New function.
1380 (vc-next-action): Don't ignore directories, look at the files
1381 inside them.
1382 (vc-dir-mode): Document how the mark/unmark commands work.
1383
1384 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1387 Rule out trailing spaces in file and directory names as well.
1388
1389 * minibuffer.el (completion--do-completion): Move point even if the
1390 completion makes no change.
1391 (completion-pcm-try-completion): Fix computation of new point.
1392
1393 2008-04-30 David Hansen <david.hansen@gmx.net>
1394
1395 * dired.el: Require 'cl.
1396
1397 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
1398
1399 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1400 hollow if not in innermost frame.
1401
1402 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 Make `checkout-model' apply to filesets.
1405 * vc-hooks.el (vc-checkout-model): Rewrite.
1406 (vc-before-save, vc-after-save): Adjust callers accordingly.
1407 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1408 (vc-transfer-file): Adjust callers accordingly.
1409 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1410 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1411 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1412 instead of vc-checkout-model.
1413 * vc-mcvs.el (vc-mcvs-revert):
1414 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1415 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1416 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1417 * vc-svn.el (vc-svn-checkout-model):
1418 * vc-hg.el (vc-hg-checkout-model):
1419 * vc-git.el (vc-git-checkout-model):
1420 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1421
1422 * dired.el (dired-read-dir-and-switches): Replace last change with
1423 a new approach that mixes read-file-name and read-directory-name.
1424
1425 * files.el (read-buffer-to-switch):
1426 Avoid making assumptions about `other-buffer'.
1427
1428 2008-04-29 Sam Steingold <sds@gnu.org>
1429
1430 * vc.el (vc-dir-mode-hook): Add normal hook.
1431 (vc-dir-mode): Run it.
1432
1433 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1436 Always split windows.
1437 (gdb-speedbar-timer-fn): Only raise frame after user input.
1438 (gdb-same-frame): Reverse initial value.
1439 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1440
1441 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1442 gdb-speedbar-timer-fn.
1443
1444 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1447
1448 2008-04-29 Daiki Ueno <ueno@unixuser.org>
1449
1450 * epa.el (epa-key-list-mode-map): Add menu.
1451 (epa-delete-keys, epa-import-keys): Fix typo.
1452
1453 2008-04-29 Glenn Morris <rgm@gnu.org>
1454
1455 * find-cmd.el (top-level): Does not need cl when compiling.
1456
1457 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
1458
1459 * find-cmd.el: New file.
1460
1461 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1464 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1465 (completion-pcm--hilit-commonality): New function.
1466 (completion-pcm-all-completions): Use it.
1467
1468 * minibuffer.el (completion-common-substring): Mark obsolete.
1469 (completions-first-difference, completions-common-part):
1470 Move from simple.el.
1471 (completion-hilit-commonality): New fun.
1472 (display-completion-list, completion-emacs21-all-completions)
1473 (completion-emacs22-all-completions): Use it.
1474 * simple.el (completions-first-difference, completions-common-part):
1475 Move to minibuffer.el.
1476 (choose-completion-string): Use field functions and minibufferp.
1477 (completion-setup-function): Don't set completions faces.
1478
1479 2008-04-29 Glenn Morris <rgm@gnu.org>
1480
1481 * calendar/calendar.el (calendar-nth-named-absday)
1482 (calendar-nth-named-day):
1483 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1484 * calendar/holidays.el (holiday-float): Doc fixes.
1485
1486 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1487 the `full' case.
1488
1489 * org/org-agenda.el (calendar-iso-from-absolute):
1490 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1491 Fix declarations.
1492
1493 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
1494
1495 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1496 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1497 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1498 (gdb-assembler-custom): Be careful not to match other addresses.
1499
1500 2008-04-29 Jason Rumney <jasonr@gnu.org>
1501
1502 * battery.el (battery-status-function): Use w32-battery-status
1503 on Windows.
1504 (battery-echo-area-format): Make apm format the general case.
1505 (battery-mode-line-format): Merge apm and pmset formats as the
1506 general case.
1507
1508 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1509
1510 * progmodes/gdb-ui.el (gdb-info-stack-custom):
1511 Use gud-tool-bar-item-visible-no-fringe.
1512 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1513 is already visible in frame. Remove optional size parameter
1514 and add optional frame parameter.
1515
1516 * progmodes/gud.el (gud-display-line): Only consider visible
1517 frames when looking for source buffer.
1518
1519 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1522 argument to get-char-property, in case the current buffer hasn't
1523 been assigned to that window yet.
1524 (doc-view-display): Default to selected window if the current
1525 buffer hasn't been assigned to a window yet.
1526
1527 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
1528
1529 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1530
1531 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
1532
1533 * net/tramp.el (tramp-mode): New defcustom.
1534 (tramp-file-name-handler, tramp-completion-file-name-handler):
1535 Use it.
1536 (tramp-replace-environment-variables): Handle "$$".
1537
1538 2008-04-28 Sam Steingold <sds@gnu.org>
1539
1540 * vc-hg.el (vc-hg-rename-file): Fix argument order.
1541
1542 2008-04-28 Bastien Guerry <bzg@altern.org>
1543
1544 * whitespace.el (whitespace-trailing): Fix typo.
1545
1546 2008-04-28 Sam Steingold <sds@gnu.org>
1547
1548 * textmodes/remember.el (diary-make-entry): Update the autoload.
1549
1550 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1553 all-completions.
1554
1555 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1558
1559 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1562 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1563 (vc-dir-mark-file): Add an optional argument.
1564 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1565
1566 2008-04-27 Daiki Ueno <ueno@unixuser.org>
1567
1568 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1569 rather than obsolete alias find-file-hooks.
1570 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
1571 Use find-file-hook rather than obsolete alias find-file-hooks.
1572 Add to find-file-not-found-functions.
1573 (epa-file-handler): Put 'safe-magic and 'operations properties.
1574
1575 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1576 (epa-menu-items): Remove.
1577
1578 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1579 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1580 (epa-dired-mode, epa-global-dired-mode): Remove.
1581
1582 * dired.el (dired-mode-map): Bind encryption/decryption commands.
1583
1584 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1585
1586 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1587
1588 2008-04-27 Glenn Morris <rgm@gnu.org>
1589
1590 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1591 Remove un-needed local `orig-list'. Replace cl `copy-list'.
1592
1593 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
1594
1595 * org/org.el (org-html-level-start): Always have id's in HTML.
1596 (org-export-as-html): Use `org-link-protocols' to
1597 retrieve the export form of the link.
1598 (org-add-link-type): Final parameter renamed from PUBLISH.
1599 Better documentation of how it is to be used. Avoid double entries for
1600 the same link type.
1601 (org-add-link-props): New function.
1602 (org-modules-loaded): New variable.
1603 (org-load-modules-maybe, org-set-modules): New function.
1604 (org-modules): New option.
1605 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1606 (orgtbl-mode, org-store-link, org-insert-link-global)
1607 (org-open-at-point): Call `org-load-modules-maybe'.
1608 (org-search-view): Add more text properties.
1609 (org-agenda-schedule, org-agenda-deadline): Allow also in
1610 search-type agendas.
1611 (org-search-view): Order of arguments has been changed.
1612 Interpret prefix-arg as TODO-ONLY.
1613 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1614 Take new argument order of `org-search-view' into account.
1615 (org-todo-only): New variable.
1616 (org-search-syntax-table): New variable and function.
1617 (org-search-view): Do the search with the special syntax table.
1618 (define-obsolete-function-alias): Make work with XEmacs.
1619 (org-add-planning-info): Use old date as default when modifying an
1620 existing deadline or scheduled item.
1621 (org-agenda-compute-time-span): Make argument N optional.
1622 (org-agenda-format-date-aligned): Require `cal-iso'.
1623 (org-agenda-list): Include week into agenda heading, don't
1624 list it at each date (only on Mondays).
1625 (org-read-date-analyze): Define local variable `iso-date'.
1626 (org-agenda-format-date-aligned): Remove dependency on
1627 `calendar-time-from-absolute'.
1628 (org-remember-apply-template, org-go-to-remember-target):
1629 Interpret filenames relative to `org-directory'.
1630 (org-complete): Silently fail when trying to complete
1631 keywords that don't have a default value.
1632 (org-get-current-options): Add a #+DATE: option.
1633 (org-additional-option-like-keywords): Remove "DATE:" from the
1634 list of additional keywords.
1635 (org-export-as-html): Remove (current-time) as unnecessary second
1636 argument of `format-time-string'.
1637 (org-clock-find-position): Handle special case at end of buffer.
1638 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1639 `org-agenda-change-time-span'.
1640 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1641 `org-agenda-change-time-span'.
1642 (org-agenda-month-view): New argument MONTH, pass it on to
1643 `org-agenda-change-time-span'.
1644 (org-agenda-year-view): New argument YEAR, pass it on to
1645 `org-agenda-change-time-span'.
1646 (org-agenda-change-time-span): New optional argument N, pass it on
1647 to `org-agenda-compute-time-span'.
1648 (org-agenda-compute-time-span): New argument N, interpret it by
1649 changing the starting day.
1650 (org-small-year-to-year): New function.
1651 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1652 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1653 into the future, and that the shift is at least one interval, never 0.
1654 (org-update-checkbox-count): Fix bug with checkbox counting.
1655 (org-add-note): New command.
1656 (org-add-log-setup): Rename from `org-add-log-maybe'.
1657 (org-log-note-headings): New entry for plain notes (i.e. notes not
1658 related to state changes or clocking).
1659 (org-get-org-file): Check for availability of `remember-data-file'.
1660 (org-cached-entry-get): Allow a regexp value for
1661 `org-use-property-inheritance'.
1662 (org-use-property-inheritance): Allow regexp value. Fix bug in
1663 customization type.
1664 (org-use-tag-inheritance): Allow a list and a regexp value for
1665 this variable.
1666 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1667 (org-entry-get): Respect value `selective' for the INHERIT argument.
1668 (org-tag-inherit-p, org-property-inherit-p): New functions.
1669 (org-agenda-format-date-aligned): Allow 10 characters for
1670 weekday, to acomodate German locale.
1671 (org-add-archive-files): New function.
1672 (org-agenda-files): New argument `ext', to get archive files as well.
1673 (org-tbl-menu): Protect the use of variables that
1674 are only available when org-table.el gets loaded.
1675 (org-read-agenda-file-list): Error if `org-agenda-files' is a
1676 single directory.
1677 (org-open-file): Allow a batch process to trigger
1678 waiting after executing a system command.
1679 (org-store-link): Link to headline when there is not
1680 target and no region in an org-mode buffer when creating a link.
1681 (org-link-types-re): New variable.
1682 (org-make-link-regexps): Compute `org-link-types-re'.
1683 (org-make-link-description-function): New option.
1684 (org-agenda-date, org-agenda-date-weekend): New faces.
1685 (org-archive-sibling-heading): New option.
1686 (org-archive-to-archive-sibling): New function.
1687 (org-iswitchb): New command.
1688 (org-buffer-list): New function.
1689 (org-agenda-columns): Also try the #+COLUMNS line in
1690 the buffer associated with the entry at point (or with the first
1691 entry in the agenda view).
1692 (org-modules): Add entry for org-bibtex.el.
1693 (org-completion-fallback-command): Move into `org-completion' group.
1694 (org-clock-heading-function): Move to `org-progress' group.
1695 (org-auto-repeat-maybe): Make sure that a note can
1696 be enforces if `org-log-repeat' is `note'.
1697 (org-modules): Allow additional symbols for external packages.
1698 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1699 (org-clock-goto): Hide drawers after showing an
1700 entry with `org-clock-goto.'
1701 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1702 Try also a clocktable block shift.
1703 (org-clocktable-try-shift): New function.
1704 (org-columns-hscoll-title): New function.
1705 (org-columns-previous-hscroll): New variable.
1706 (org-columns-full-header-line-format): New variable.
1707 (org-columns-display-here-title, org-columns-remove-overlays):
1708 Install `org-columns-hscoll-title' in post-command-hook.
1709
1710 * org/org.el: Split into many small files.
1711
1712 * org/org-agenda.el: New file, split off from org.el.
1713
1714 * org/org-archive.el: New file, split off from org.el.
1715
1716 * org/org-bbdb.el: New file.
1717
1718 * org/org-bibtex.el: New file, split off from org.el.
1719
1720 * org/org-clock.el: New file, split off from org.el.
1721
1722 * org/org-colview.el: New file, split off from org.el.
1723
1724 * org/org-compat.el: New file, split off from org.el.
1725
1726 * org/org-exp.el: New file, split off from org.el.
1727
1728 * org/org-faces.el: New file, split off from org.el.
1729
1730 * org/org-gnus.el: New file, split off from org.el.
1731
1732 * org/org-info.el: New file, split off from org.el.
1733
1734 * org/org-infojs.el: New file.
1735
1736 * org/org-irc.el: New file.
1737
1738 * org/org-macs.el: New file, split off from org.el.
1739
1740 * org/org-mew.el: New file.
1741
1742 * org/org-mhe.el: New file, split off from org.el.
1743
1744 * org/org-publish.el: New file, split off from org.el.
1745
1746 * org/org-remember.el: New file, split off from org.el.
1747
1748 * org/org-rmail.el: New file, split off from org.el.
1749
1750 * org/org-table.el: New file, split off from org.el.
1751
1752 * org/org-vm.el: New file, split off from org.el.
1753
1754 * org/org-wl.el: New file, split off from org.el.
1755
1756 2008-04-27 Jason Riedy <jason@acm.org>
1757
1758 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1759 parameter that supresses lines that evaluate to NIL.
1760 (orgtbl-get-fmt): New inline function for
1761 picking apart formats that may be lists.
1762 (orgtbl-apply-fmt): New inline function for applying formats that
1763 may be functions.
1764 (orgtbl-eval-str): New inline function for strings that may be
1765 functions.
1766 (orgtbl-format-line, orgtbl-to-generic): Use and document.
1767 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1768 (*orgtbl-llfmt*, *orgtbl-llstart*)
1769 (*orgtbl-llend*): Dynamic variables for last-line formatting.
1770 (orgtbl-format-section): Shift formatting to support detecting the
1771 last line and formatting it specially.
1772 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
1773 formats unless overridden.
1774 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1775 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1776 bound variables to hold the input collection of lines and output
1777 formatted text.
1778 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1779 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1780 format parameters.
1781 (orgtbl-format-line): New function encapsulating formatting for a
1782 single line.
1783 (orgtbl-format-section): Similar for each section. Rebinding the
1784 dynamic vars customizes the formatting for each section.
1785 (orgtbl-to-generic): Use orgtbl-format-line and
1786 orgtbl-format-section.
1787 (org-get-param): Now unused, so delete.
1788 (orgtbl-gather-send-defs): New function to
1789 gather all the SEND definitions before a table.
1790 (orgtbl-send-replace-tbl): New function to find the RECEIVE
1791 corresponding to the current name.
1792 (orgtbl-send-table): Use the previous two functions and implement
1793 multiple destinations for each table.
1794
1795 * doc/org.texi (A LaTeX example): Note that fmt may be a
1796 one-argument function, and efmt may be a two-argument function.
1797 (Radio tables): Document multiple destinations.
1798
1799 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
1800
1801 * org/org-agenda.el (org-add-to-diary-list): New function.
1802 (org-prefix-has-effort): New variable.
1803 (org-sort-agenda-noeffort-is-high): New option.
1804 (org-agenda-columns-show-summaries)
1805 (org-agenda-columns-compute-summary-properties): New options.
1806 (org-format-agenda-item): Compute the duration of the item.
1807 (org-agenda-weekend-days): New variable.
1808 (org-agenda-list, org-timeline): Use the proper faces for dates in
1809 the agenda and timeline buffers.
1810 (org-agenda-archive-to-archive-sibling): New command.
1811 (org-agenda-start-with-clockreport-mode): New option.
1812 (org-agenda-clockreport-parameter-plist): New option.
1813 (org-agenda-clocktable-mode): New variable.
1814 (org-agenda-deadline-leaders): Allow a function value for the
1815 deadline leader.
1816 (org-agenda-get-deadlines): Deal with new function value.
1817
1818 * lisp/org-clock.el (org-clock): New customization group.
1819 (org-clock-into-drawer, org-clock-out-when-done)
1820 (org-clock-in-switch-to-state, org-clock-heading-function):
1821 Move into the new group.
1822 (org-clock-out-remove-zero-time-clocks): New option.
1823 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
1824 (org-dblock-write:clocktable): Allow a Lisp form for the scope
1825 parameter.
1826 (org-dblock-write:clocktable): Fix bug with total time calculation.
1827 (org-dblock-write:clocktable): Request the unrestricted list of files.
1828 (org-get-clocktable): New function.
1829 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
1830 be strings but also integers (an absolute day number) and lists (m d y).
1831
1832 * org/org-colview.el (org-columns-next-allowed-value)
1833 (org-columns-edit-value): Limit the effort for updating in the
1834 agenda to recomputing a single file.
1835 (org-columns-compute): Only write property value if it has changed.
1836 This avoids raising the buffer-change-flag unnecessarily.
1837 (org-agenda-colview-summarize)
1838 (org-agenda-colview-compute): New functions.
1839 (org-agenda-columns): Call `org-agenda-colview-summarize'.
1840
1841 * org/org-exp.el (org-export-run-in-background): New option.
1842 (org-export-icalendar): Allow a batch process to trigger waiting
1843 after executing a system command.
1844 (org-export-preprocess-string): Rename from
1845 `org-cleaned-string-for-export'.
1846 (org-export-html-style): Made target class look like normal text.
1847 (org-export-as-html): Make use of the better proprocessing in
1848 `org-cleaned-string-for-export'.
1849 (org-cleaned-string-for-export): Better treatment of heuristic
1850 targets, many more internal links will now work in HTML export.
1851 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
1852 (org-export-inbuffer-options-extra): New variable.
1853 (org-export-options-filters): New hook.
1854 (org-infile-export-plist): Find also the settings keywords in
1855 `org-export-inbuffer-options-extra'.
1856 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
1857 multiple #+INFOJS_OPT lines.
1858 (org-export-html-handle-js-options): New function.
1859 (org-export-html-infojs-setup): New option.
1860 (org-export-as-html): Call `org-export-html-handle-js-options'.
1861 Add autoload to all entry points.
1862 (org-skip-comments): Function removed.
1863
1864 * org/org-table.el (org-table-make-reference): Extra parenthesis
1865 around single fields, to make sure that algebraic formulas get
1866 correctly interpreted by calc.
1867 (org-table-current-column): No longer interactive.
1868
1869 * org/org-export-latex.el (org-export-latex-preprocess):
1870 Rename from `org-export-latex-cleaned-string'.
1871
1872 2008-04-27 Bastien Guerry <bzg@altern.org>
1873
1874 * org/org-publish.el (org-publish-get-base-files-1): New function.
1875 (org-publish-get-base-files): Use it.
1876 (org-publish-temp-files): New variable.
1877 Don't require 'dired-aux anymore.
1878 (org-publish-initial-buffer): New variable.
1879 (org-publish-org-to, org-publish): Use it.
1880 (org-publish-get-base-files-1): Bug fix: get
1881 the proper list of files when recursing thru a directory.
1882 (org-publish-get-base-files): Use the :exclude property to skip
1883 both files and directories.
1884
1885 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
1886
1887 * net/tramp.el (tramp-handle-make-symbolic-link)
1888 (tramp-handle-file-name-directory)
1889 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1890 (tramp-do-copy-or-rename-file-directly)
1891 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
1892 (tramp-handle-substitute-in-file-name)
1893 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1894 * net/tramp-cache.el (tramp-get-file-property)
1895 (tramp-set-file-property, tramp-flush-file-property)
1896 (tramp-flush-directory-property)
1897 * net/tramp-compat.el (tramp-compat-make-temp-file)
1898 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1899 Disable `file-name-handler-alist' when handling localname.
1900 It could have a remote file syntax, like a VMS file name.
1901
1902 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1903
1904 * whitespace.el: New version 11.1.
1905 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
1906 enclosed by \\( and \\)$. Docstring fix.
1907 (whitespace-trailing-regexp): Fun removed.
1908 (whitespace-report-list): Const initialization fix.
1909 (whitespace-color-on): Code fix.
1910
1911 2008-04-27 Andreas Schwab <schwab@suse.de>
1912
1913 * Makefile.el: Unbreak bootstrap.
1914
1915 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp.el (tramp-replace-environment-variables): New defun.
1918 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
1919 Use it.
1920
1921 2008-04-27 Glenn Morris <rgm@gnu.org>
1922
1923 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
1924
1925 * calculator.el (calculator-expt): Replace cl function `oddp'.
1926
1927 2008-04-27 Johan Bockgård <bojohan@gnu.org>
1928
1929 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1930 Simplify. Collect `defun' and `autoload' entries.
1931 Avoid modifying load-history.
1932
1933 2008-04-26 Glenn Morris <rgm@gnu.org>
1934
1935 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
1936
1937 * simple.el (quoted-insert, zap-to-char): Revert previous change.
1938
1939 2008-04-26 John Paul Wallington <jpw@pobox.com>
1940
1941 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
1942 `hexl-mode-old-eldoc-documentation-function'.
1943 (hexl-mode-exit): Restore it.
1944 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
1945
1946 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
1947
1948 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
1951 (completion-pcm--all-completions): Doc fix.
1952 (completion-styles-alist, completion-all-completions):
1953 Fix typos in docstrings.
1954
1955 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1956
1957 * whitespace.el: There is now only one variable (whitespace-style) to
1958 specify which kind of blank is visualized. Doc and docstring fix.
1959 New version 11.0.
1960 (whitespace-style): New option, replace whitespace-style-mark and
1961 whitespace-style-color.
1962 (whitespace-style-mark, whitespace-style-color): Options removed.
1963 (whitespace-hspace, whitespace-tab, whitespace-newline)
1964 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
1965 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
1966 (whitespace-hspace-regexp, whitespace-space-regexp)
1967 (whitespace-tab-regexp, whitespace-trailing-regexp)
1968 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1969 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1970 (whitespace-space-after-tab-regexp, whitespace-line-column)
1971 (whitespace-display-mappings, whitespace-report): Docstring fix.
1972 (whitespace-color-value-list, whitespace-mark-value-list)
1973 (whitespace-active-color, whitespace-active-mark)
1974 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
1975 (whitespace-style-value-list, whitespace-active-style)
1976 (whitespace-toggle-style): New vars.
1977 (whitespace-toggle-option-alist, whitespace-help-text):
1978 Var initialization and docstring fix.
1979 (whitespace-toggle-options, global-whitespace-toggle-options)
1980 (whitespace-cleanup, whitespace-cleanup-region)
1981 (whitespace-report-region, whitespace-interactive-char)
1982 (whitespace-toggle-list): Docstring and code fix.
1983 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1984 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
1985 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
1986 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
1987
1988 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
1991 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
1992 (diff-sanity-check-hunk): Adjust code accordingly.
1993
1994 2008-04-26 Glenn Morris <rgm@gnu.org>
1995
1996 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
1997
1998 * forms-d2.dat: Move to ../etc.
1999 * forms-d2.el (forms-file): Adapt for above change.
2000
2001 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2002 `translation-table-for-input'.
2003
2004 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2005 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2006
2007 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2008 to punctuation now it's not needed for abbrevs.
2009 (fortran-mode-abbrev-table): Remove defvar, make use of new
2010 define-abbrev-table :regexp feature.
2011
2012 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2013 insert, now that translation-table-for-input is not needed.
2014
2015 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
2016
2017 * emacs-lisp/pp.el (pp-display-expression): New function,
2018 extracted from pp-eval-expression.
2019 (pp-eval-expression): Use pp-display-expression.
2020 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2021 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2022 (pp-eval-last-sexp): Use pp-last-sexp.
2023
2024 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * abbrev.el (define-abbrev-table): Apply props even if the table
2027 exists already.
2028
2029 * minibuffer.el (completion-table-with-context): Fix `pred' for the
2030 various kinds of completion tables.
2031 (completion-emacs22-try-completion): Place cursor after the /, as was
2032 done in Emacs-22's minibuffer-complete-word.
2033 Fix bug reported by David Hansen <david.hansen@gmx.net>.
2034 (completion-emacs22-try-completion): Merge all mergable text rather
2035 than just /.
2036 (completion-pcm--delim-wild-regex): New var.
2037 (completion-pcm-word-delimiters): New custom.
2038 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2039 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2040 (completion-pcm--all-completions, completion-pcm-all-completions)
2041 (completion-pcm--merge-completions, completion-pcm--pattern->string)
2042 (completion-pcm-try-completion): New functions.
2043 (completion-styles-alist): Add them.
2044 (completion-styles): Add it to the default.
2045
2046 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
2047
2048 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2049 (gdb-var-create-handler): ...until here when there are values.
2050 (gdb-post-prompt): Don't do -var-update with no watch expressions.
2051 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2052
2053 2008-04-25 Eli Zaretskii <eliz@gnu.org>
2054
2055 * ls-lisp.el (ls-lisp-format): Fix last change.
2056 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2057 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2058 (ls-lisp-filesize-f-fmt): New defvars.
2059 (ls-lisp-insert-directory): Dynamically compute format specifiers
2060 for displaying UID, GID, and file size, and store them in the
2061 above variables.
2062 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2063 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2064 instead of constant format strings.
2065 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2066 ls-lisp-filesize-d-fmt instead of constant format strings.
2067
2068 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2071 value of addresses rather than (partial) string value.
2072 (gdb-frame-handler): Change regexp according to above change.
2073 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2074 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2075 (gdb-assembler-mode): Disable undo in these buffers.
2076
2077 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
2078
2079 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2080 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2081
2082 2008-04-24 Sam Steingold <sds@gnu.org>
2083
2084 * textmodes/remember.el (remember-diary-extract-entries): Use
2085 diary-make-entry instead of the obsolete make-diary-entry.
2086
2087 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * subr.el (translation-table-for-input): Mark as obsolete.
2090
2091 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2092
2093 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2094
2095 * textmodes/ispell.el (ispell-dictionary-alist-1)
2096 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2097 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2098 (ispell-dictionary-alist-6): Remove.
2099 (ispell-dictionary-base-alist): New var, merges the above.
2100 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2101 Use it.
2102 (ispell-dictionary-alist): Default to nil. Remove autoload.
2103 (ispell-local-dictionary-alist): Remove autoload.
2104
2105 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2106 (f90-mode-abbrev-table): Use the new :regexp feature.
2107 Merge defvar and mapc into define-abbrev-table.
2108 (f90-imenu-type-matcher): Remove unused `l'.
2109 (f90-imenu-generic-expression): Remove unused `not-ib'.
2110 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2111 (f90-change-keywords): Use restore-buffer-modified-p.
2112
2113 2008-04-24 Glenn Morris <rgm@gnu.org>
2114
2115 * net/goto-addr.el (goto-address-prog-mode):
2116 * progmodes/bug-reference.el (bug-reference-prog-mode):
2117 Define for compiler.
2118
2119 * minibuffer.el (x-file-dialog): Declare as function.
2120
2121 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2122 dframe-update-speed rather than obsolete alias speedbar-update-speed.
2123
2124 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2125 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2126 work with easymenu. Add :keys where needed.
2127
2128 * calendar/cal-move.el (calendar-scroll-left): Handle case when
2129 event-start is nil.
2130
2131 * calendar/calendar.el (calendar-mode-map): Fix typo.
2132
2133 2008-04-24 Tom Tromey <tromey@redhat.com>
2134
2135 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2136 Document keywords. Add :suppress.
2137 * pcvs-defs.el (cvs-mode-map): Use :suppress.
2138
2139 * net/goto-addr.el (goto-address-unfontify): New function.
2140 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
2141 (goto-address-fontify-region, goto-address-mode)
2142 (goto-address-prog-mode): New functions.
2143
2144 * progmodes/bug-reference.el: New file.
2145
2146 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2147
2148 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2149
2150 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2153 macros within lambdas.
2154
2155 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * minibuffer.el (completion-try-completion): Add `point' argument.
2158 Change return value.
2159 (completion-all-completions): Add `point' argument.
2160 (minibuffer-completion-help): Pass the new `point' argument.
2161 (completion--do-completion): Pass the whole field to try-completion.
2162 (completion--try-word-completion): Rewrite, making fewer assumptions.
2163 (completion-emacs21-try-completion, completion-emacs21-all-completions)
2164 (completion-emacs22-try-completion, completion-emacs22-all-completions)
2165 (completion-basic-try-completion, completion-basic-all-completions):
2166 New functions.
2167 (completion-styles-alist): Use them.
2168
2169 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
2170
2171 * ispell.el (ispell-set-spellchecker-params): New function to make sure
2172 right params and dictionary alists are used after spellchecker changes.
2173 (ispell-aspell-dictionary-alist, ispell-last-program-name)
2174 (ispell-initialize-spellchecker-hook): New variables and hook.
2175 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2176 (ispell-maybe-find-aspell-dictionaries): Remove.
2177 Calls replaced by (ispell-set-spellchecker-params) calls.
2178 (ispell-have-aspell-dictionaries): Remove.
2179 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2180 ispell-set-spellchecker-params.
2181
2182 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * complete.el (PC-do-completion): Be more robust in the presence of
2185 unexpected values in minibuffer-completion-predicate.
2186
2187 * minibuffer.el (read-file-name): Don't let-bind default-directory.
2188 Only abbreviate default-filename if it's a file.
2189
2190 * minibuffer.el (read-file-name-function, read-file-name-predicate)
2191 (read-file-name-completion-ignore-case, insert-default-directory):
2192 New vars, moved from fileio.c.
2193 (read-file-name): New fun, moved from fileio.c.
2194 * cus-start.el: Remove insert-default-directory and
2195 read-file-name-completion-ignore-case.
2196
2197 2008-04-23 Magnus Henoch <mange@freemail.hu>
2198
2199 * tar-mode.el (tar-untar-buffer): If the entry has directory
2200 link type, extract it as a directory even if its file name doesn't
2201 end with a slash. Fixes extraction of NetBSD tar archives.
2202
2203 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * server.el (server-start): Also don't get confused by CRs since we
2206 don't quote them.
2207
2208 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2209
2210 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2211 (gdb-set-gud-minor-mode-existing-buffers)
2212 (gdb-info-breakpoints-custom, gdb-get-location)
2213 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2214 Previously gdb-create-define-alist wasn't always run and added to
2215 after-save-hook.
2216
2217 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2218
2219 2008-04-23 Kevin Ryde <user42@zip.com.au>
2220
2221 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2222 comments like unindented ones.
2223
2224 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2225
2226 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2227 parameter origins.
2228
2229 2008-04-23 Kevin Ryde <user42@zip.com.au>
2230
2231 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2232 Bind print-level to ensure output forms aren't truncated if
2233 print-level is set to eval-expression-print-level when going via
2234 eval-defun and friends, or has been otherwise fiddled with.
2235
2236 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2239 font-lock-extend-after-change-region-function globally.
2240
2241 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * speedbar.el (speedbar-use-tool-tips-flag)
2244 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2245 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2246 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2247 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2248 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2249 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2250 (speedbar-separator-face): Fix typos in docstrings.
2251 (speedbar-stealthy-function-list, speedbar-verbosity-level)
2252 (speedbar-supported-extension-expressions, speedbar-update-current-file)
2253 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2254 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2255 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2256 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2257 (speedbar-check-vc-this-line, speedbar-files-line-directory)
2258 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2259 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2260 (speedbar-recenter): Doc fixes.
2261 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2262 declaration and remove redundant info in docstring.
2263
2264 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 * vc-git.el (vc-git-status-printer): Deal with directories.
2267
2268 * vc.el (vc-next-action): Look at more than the first file to
2269 determine the state.
2270
2271 2008-04-23 Glenn Morris <rgm@gnu.org>
2272
2273 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2274 timers. Doc fix.
2275 (dframe-update-speed): Drop support for XEmacs < 20.
2276 (dframe-frame-mode): Drop support for Emacs < 20.
2277 (dframe-set-timer-internal): Drop support for Emacs without timers.
2278 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2279
2280 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2281 versions. Add doc-string. Mark as obsolete.
2282
2283 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2284
2285 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2286 rather than using an Emacs version test.
2287
2288 * tree-widget.el (tree-widget-image-enable): Use display-images-p
2289 rather than an Emacs version test.
2290
2291 * calendar/cal-china.el (holiday-chinese-qingming)
2292 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2293 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2294 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2295
2296 * calendar/cal-islam.el (holiday-islamic): Doc fix.
2297
2298 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2299 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2300 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2301
2302 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2303
2304 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2305 (gdb-previous-frame-pc-address): ...to this.
2306 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2307 of "info frame" with Gdb 6.4+.
2308 (gdb-stack-list-frames-regexp): New regexp.
2309 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2310
2311 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2312
2313 * tar-mode.el (tar-prefix-offset): New constant.
2314 (tar-header-block-tokenize): Support paths with long names
2315 which use the "ustar" standard.
2316
2317 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
2318
2319 * image-dired.el (image-dired-track-original-file)
2320 (image-dired-modify-mark-on-thumb-original-file):
2321 Use `dired-goto-file' instead of `search-forward'. This solves
2322 a bug with finding files where the file name is a subset of other
2323 file names. Doc fix.
2324
2325 2008-04-22 Juri Linkov <juri@jurta.org>
2326
2327 * menu-bar.el (buffers-menu-max-size): Move its definition down to
2328 the "Buffers Menu" section. Change group name `mouse' to `menu'.
2329 (yank-menu-length): Change group name `mouse' to `menu'.
2330 (buffers-menu-buffer-name-length): New user option.
2331 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2332 instead of the hard-coded number 27.
2333
2334 2008-04-22 Juri Linkov <juri@jurta.org>
2335
2336 * isearch.el (eval-when-compile): Require `help-macro'.
2337 (isearch-help-for-help-internal): Isearch specific Help screen
2338 created by `make-help-screen'.
2339 (isearch-help-map): New variable that binds "b", "k", "m" to
2340 isearch-specific commands, and binds other keys to
2341 isearch-other-control-char, thus allowing other Help keys to
2342 exit isearch mode and execute their global definitions.
2343 (isearch-help-for-help, isearch-describe-bindings)
2344 (isearch-describe-key, isearch-describe-mode): New commands.
2345 (isearch-mode-help): Define alias to isearch-describe-mode
2346 and remove its old function definition.
2347 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2348 Remove old comments because this issue is settled now.
2349 (isearch-forward): Describe three new Help commands in the docstring.
2350 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2351 leave the single sentence at the first line of the docstring,
2352 and prepend the word "function" before `isearch-forward'
2353 to make the Help link to the function instead of variable.
2354
2355 2008-04-22 Juri Linkov <juri@jurta.org>
2356
2357 * isearch.el (isearch-success-function): New variable with default
2358 to `isearch-success-function-default'.
2359 (isearch-search): Call a function from `isearch-success-function'
2360 instead of calling the hard-coded `isearch-range-invisible'.
2361 (isearch-success-function-default): New function that calls
2362 `isearch-range-invisible' and inverts its return value.
2363
2364 * info.el (Info-search): In two similar places that skip
2365 undesired search matches move code to Info-search-success-function,
2366 and call `isearch-success-function' instead.
2367 (Info-search-success-function): New function copied from code
2368 in Info-search. Replace isearch-range-invisible with
2369 text-property-not-all that checks for 'invisible and 'display
2370 properties to skip partially invisible matches (whose display
2371 properties were set by Info-fontify-node).
2372 (Info-mode): Set buffer-local isearch-success-function
2373 to Info-search-success-function.
2374
2375 2008-04-22 Juri Linkov <juri@jurta.org>
2376
2377 * minibuffer.el (internal-complete-buffer-except): New function.
2378
2379 * files.el (read-buffer-to-switch): New function.
2380 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2381 Change interactive spec to call read-buffer-to-switch instead of
2382 using the letter "B".
2383
2384 * simple.el (minibuffer-default-add-shell-commands): New function.
2385 Use declare-function for mailcap-file-default-commands from "mailcap".
2386 (shell-command): Set local minibuffer-default-add-function to
2387 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2388 before calling read-shell-command. Set 4th arg default-value of
2389 read-shell-command to relative buffer-file-name in file buffers.
2390
2391 * dired-aux.el (dired-read-shell-command-default): Move it to
2392 gnus/mailcap.el and change its name to more general name
2393 mailcap-file-default-commands.
2394 (minibuffer-default-add-dired-shell-commands): New function.
2395 Use declare-function for mailcap-file-default-commands from "mailcap".
2396 (dired-read-shell-command): Set local minibuffer-default-add-function
2397 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2398 before calling read-shell-command. Remove dired-read-shell-command-default
2399 from the default value arg because default values are not set in
2400 minibuffer-default-add-dired-shell-commands. Doc fix.
2401
2402 * dired-x.el (dired-smart-shell-command): Sync arguments and
2403 interactive spec with changes in `shell-command'.
2404 Use dired-get-filename to get the dired file name at point
2405 as the default value in dired mode.
2406
2407 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * info.el (Info-complete-menu-item): Add missing parenthesis.
2410
2411 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * info.el (Info-complete-menu-item): Save point.
2414
2415 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2418
2419 2008-04-22 Andreas Schwab <schwab@suse.de>
2420
2421 * Makefile.in (emacs-deps): Define.
2422 Use it instead of $(lisp)/subdirs.el.
2423
2424 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * vc.el (vc-next-action): Do not consider directories when
2427 checking for state compatibility.
2428 (vc-transfer-file): Use when not if.
2429 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2430 (vc-dir-mark-file): Use them.
2431 (vc-deduce-fileset): Also return the backend.
2432 (vc-diff-internal): Take as argument the value returned by
2433 vc-deduce-fileset instead of just the fileset.
2434 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2435 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2436 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2437
2438 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
2439
2440 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2441 set-window-vscroll but image-scroll-down. Fixes a bug where a
2442 command following SPC scrolled up again.
2443
2444 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
2445
2446 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2447 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2448 (gud-watch): Add "$" prefix when in registers buffer.
2449
2450 2008-04-22 Glenn Morris <rgm@gnu.org>
2451
2452 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2453
2454 * whitespace.el (whitespace-display-table)
2455 (whitespace-display-table-was-local): Move definitions before use.
2456
2457 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2458 (copyright-limit): Respect copyright-at-end-flag.
2459 (copyright-re-search, copyright-start-point)
2460 (copyright-offset-too-large-p): New functions.
2461 (copyright-update-year): Use copyright-re-search.
2462 (copyright-update, copyright-fix-years): Use copyright-start-point,
2463 and copyright-re-search.
2464 (copyright): Use copyright-offset-too-large-p.
2465 * add-log.el (change-log-mode): Set copyright-at-end-flag.
2466
2467 * add-log.el (top-level): Require 'cl when compiling.
2468
2469 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2472 Treat minibuffer-completion-predicate as a predicate.
2473
2474 * minibuffer.el (completion--file-name-table): Accept both the old
2475 `dir' arg or the new `pred' arg.
2476
2477 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2478 `predicate' argument to pass non-predicate data.
2479 (ffap-read-url-internal, ffap-read-file-or-url-internal):
2480 Use second arg as proper predicate.
2481
2482 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2483 (vc-bzr-revision-completion-table): Use completion-table-with-context
2484 instead.
2485
2486 * simple.el (choose-completion-string): Use minibuffer-completion-table.
2487
2488 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * term.el (term-emulate-terminal): Perform redisplay after the
2491 process filter has finished running.
2492
2493 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2496
2497 * minibuffer.el (completion-try-completion): Change magic symbol
2498 property name. Rename from minibuffer-try-completion.
2499 (completion-all-completions): Rename from minibuffer-all-completions.
2500 Remove hide-spaces argument.
2501 (completion--do-completion): Rename from minibuffer--do-completion.
2502 (minibuffer-complete-and-exit): Call just try-completion rather than
2503 completion-try-completion to fix up the case.
2504 (completion--try-word-completion): Try to add space or hyphen before
2505 making `string' a prefix of `completion'.
2506 (completion--insert-strings): Rename from minibuffer--insert-strings.
2507
2508 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2509
2510 * net/tls.el (tls-program): Add -ign_eof argument to call the
2511 openssl commands.
2512 (tls-checktrust): Ditto.
2513
2514 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2517
2518 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2519 (vc-check-master-templates, vc-file-not-found-hook)
2520 (vc-kill-buffer-hook):
2521 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2522 (vc-find-position-by-context, vc-buffer-context)
2523 (vc-restore-buffer-context, vc-responsible-backend)
2524 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2525 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2526 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2527 (vc-version-diff, vc-diff, vc-insert-headers)
2528 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2529 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2530 (vc-revert, vc-rollback, vc-version-backup-file)
2531 (vc-rename-master, vc-delete-file, vc-rename-file)
2532 (vc-branch-part, vc-default-retrieve-snapshot)
2533 (vc-annotate-display-autoscale, vc-annotate-display-select)
2534 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2535 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2536 (vc-dir-update): Handle directories.
2537 (vc-default-status-printer): Simplify.
2538
2539 * progmodes/asm-mode.el (asm-mode-map):
2540 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2541
2542 * progmodes/m4-mode.el (m4-mode-map): Add menu.
2543
2544 2008-04-21 Kenichi Handa <handa@m17n.org>
2545
2546 * select.el (xselect-convert-to-string): Send a C_STRING only if
2547 the polymorphic target TEXT is requested.
2548
2549 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * minibuffer.el (completion-setup-hook, display-completion-list)
2552 (completion--file-name-table): Fix typos in docstrings.
2553 (completion-table-dynamic): Fix typo, and reflow docstring.
2554
2555 2008-04-20 Andreas Schwab <schwab@suse.de>
2556
2557 * server.el (server-switch-buffer): Also consider clients in the
2558 selected frame.
2559
2560 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
2561
2562 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2563 Select window clicked on first.
2564 (gdb): Display thread number in mode-line.
2565 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2566 (gdb-breakpoints-header): New variable.
2567 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2568
2569 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
2572 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2573 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2574 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2575 (vc-sccs-print-log): Use it.
2576
2577 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2578
2579 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2580 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2581
2582 * tooltip.el (tooltip-previous-message): New var.
2583 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2584 the C code (avoid overwriting a minibuffer, restore previous echo
2585 message, ...).
2586 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2587 Simplify.
2588
2589 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
2590
2591 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2592 (gdb-init-1): Initialise it.
2593 (gdb-annotation-rules): New entry for "new-thread".
2594 (gdb-thread-identification): New function to customize
2595 mode-line-buffer-identification.
2596 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2597 (gdb-assembler-mode): Use it.
2598 (gdb-threads-mode): Force "info threads" onto queue.
2599
2600 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * files.el (locate-file-completion-table): Rename from
2603 locate-file-completion and make it use `pred' in the normal way.
2604 (locate-file-completion): New compatibility wrapper.
2605 (load-library): Use locate-file-completion-table.
2606 * finder.el (finder-commentary):
2607 * subr.el (locate-library):
2608 * emacs-lisp/find-func.el (find-library): Likewise.
2609 * info.el: Use with-current-buffer and inhibit-read-only.
2610 (Info-read-node-name-2): Change to use `predicate' in the normal way.
2611 (Info-read-node-name-1): Adjust uses accordingly.
2612
2613 * minibuffer.el (completion-table-with-context): Add support for `pred'.
2614 (completion-table-with-terminator): Don't use complete-with-action
2615 since we have to distinguish all three cases anyway.
2616 (completion-table-with-predicate): New function.
2617 (dynamic-completion-table): Add obsolete alias.
2618
2619 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2620
2621 2008-04-18 Sam Steingold <sds@gnu.org>
2622
2623 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2624 Use quit-window instead of bury-buffer.
2625
2626 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * minibuffer.el (completion-table-with-terminator): Fix last fix.
2629
2630 2008-04-18 Andreas Schwab <schwab@suse.de>
2631
2632 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2633 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2634 Depend on $(lisp)/subdirs.el.
2635
2636 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
2637
2638 * descr-text.el (describe-char-after):
2639 Use `define-obsolete-function-alias'.
2640
2641 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2642
2643 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2644
2645 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2646 Remove redundant obsolescence info in docstring.
2647
2648 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2649 (vc-header-alist): Add WHEN to obsolescence declaration.
2650 (vc-state): Fix typo in docstring.
2651
2652 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2653 Use `define-obsolete-variable-alias'.
2654
2655 * emulation/tpu-edt.el (tpu-have-ispell):
2656 * international/codepage.el (codepage-setup):
2657 Fix typo in obsolescence declaration.
2658
2659 * international/mule.el (char-coding-system-table):
2660 Remove redundant obsolescence info in docstring.
2661 (charset-list, generic-char-p, set-char-table-default):
2662 Fix typos in obsolescence decarations.
2663
2664 * international/mule-diag.el (non-iso-charset-alist):
2665 Fix typo in obsolescence declaration.
2666 (decode-codepage-char): Remove redundant obsolescence info in docstring.
2667
2668 * font-core.el (font-lock-defaults-alist):
2669 * font-lock.el (font-lock-reference-face):
2670 * frame.el (screen-height, screen-width, set-screen-width)
2671 (set-screen-height):
2672 * hilit-chg.el (highlight-changes-initial-state):
2673 * isearch.el (isearch-return-char):
2674 * log-edit.el (cvs-commit-buffer-require-final-newline)
2675 (cvs-changelog-full-paragraphs):
2676 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2677 (mouse-popup-menubar-stuff):
2678 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2679 (mouse-wheel-click-button):
2680 * outline.el (outline-visible):
2681 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2682 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2683 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2684 * progmodes/compile.el (compile-internal):
2685 Add WHEN to obsolescence declarations.
2686
2687 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2690 is not better anyway.
2691
2692 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2693
2694 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2695 properly.
2696
2697 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2700 (python-use-skeletons): Remove, unused.
2701 (python-skeletons): Remove. Use the abbrev table instead.
2702 (python-mode-abbrev-table): Fix regexp;
2703 add enable-function and case-fixed.
2704 (def-python-skeleton): Simplify.
2705 (python-expand-template): Use the abbrev-table and abbrev-insert.
2706 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2707 Remove.
2708 (python-mode): Don't set pre-abbrev-expand-hook.
2709
2710 * skeleton.el: Set coding-tag.
2711
2712 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2713 (expand-abbrev): Use it.
2714 (abbrev-table-menu): New function.
2715
2716 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2717
2718 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2719
2720 2008-04-17 Sam Steingold <sds@gnu.org>
2721
2722 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2723 idiosyncratic bury-buffer/delete-window logic.
2724
2725 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2728 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2729
2730 2008-04-17 Kenichi Handa <handa@m17n.org>
2731
2732 * international/characters.el: Don't make the width of U+00AD to 0.
2733
2734 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
2735
2736 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2737 (gdb, gdb-starting, gdb-frames-mode): Use it.
2738 (gdb-invalidate-frames): Advise to call "info stack" only if
2739 execution has occurred.
2740 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2741 selected frame if no execution has occurred.
2742 (gdb-frames-force-update): New interactive function.
2743 (gdb-frames-mode-map): Bind it to "F".
2744
2745 2008-04-17 Michael Olson <mwolson@gnu.org>
2746
2747 * textmodes/remember.el (remember-version): Release Remember 2.0.
2748
2749 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
2750
2751 * textmodes/artist.el:
2752 * progmodes/vhdl-mode.el:
2753 * progmodes/verilog-mode.el:
2754 * progmodes/vera-mode.el:
2755 * progmodes/simula.el:
2756 * progmodes/ps-mode.el:
2757 * progmodes/cmacexp.el:
2758 * obsolete/hilit19.el:
2759 * emulation/viper.el:
2760 * ediff.el: Cleanup the bug-report email addresses and make sure the
2761 maintainer is still willing to handle bug reports.
2762
2763 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2764
2765 * vc.el (vc-dir-kill-query): Fix thinko.
2766
2767 2008-04-16 Glenn Morris <rgm@gnu.org>
2768
2769 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2770 by diary-sexp-entry.
2771
2772 2008-04-16 Markus Triska <markus.triska@gmx.at>
2773
2774 * proced.el (proced-command-alist): Add support for darwin.
2775
2776 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * proced.el (proced-mode): Redefine as just the major-mode.
2779 (proced): Separate it from proced-mode.
2780
2781 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2782
2783 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2784
2785 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2786 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
2787 `tab-width' setting from user. New version 10.0. Doc and docstring
2788 fix.
2789 (whitespace-style, whitespace-chars): Remove options.
2790 (whitespace-style-mark): New option, replace whitespace-style deleted
2791 option. Fix docstring.
2792 (whitespace-style-color): New option, replace whitespace-chars deleted
2793 option. Fix docstring.
2794 (whitespace-space, whitespace-hspace, whitespace-tab)
2795 (whitespace-newline, whitespace-trailing, whitespace-line)
2796 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2797 (whitespace-space-after-tab, whitespace-hspace-regexp)
2798 (whitespace-space-regexp, whitespace-tab-regexp)
2799 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2800 (whitespace-empty-at-eob-regexp, whitespace-line-column)
2801 (whitespace-toggle-option-alist): Fix docstring.
2802 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2803 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
2804 docstring and initialization.
2805 (global-whitespace-mode): Autoloaded global minor mode.
2806 (whitespace-chars-value-list, whitespace-style-value-list)
2807 (whitespace-active-chars, whitespace-active-style)
2808 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
2809 (whitespace-color-value-list): New var, replace
2810 whitespace-chars-value-list removed var.
2811 (whitespace-mark-value-list): New var, replace
2812 whitespace-style-value-list removed var.
2813 (whitespace-active-color): New var, replace whitespace-active-chars
2814 removed var.
2815 (whitespace-active-mark): New var, replace whitespace-active-style
2816 removed var.
2817 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
2818 removed var.
2819 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
2820 removed var.
2821 (whitespace-toggle-option-alist, whitespace-report-list)
2822 (whitespace-report-text, whitespace-help-text): Fix initialization.
2823 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
2824 (whitespace-toggle-options, global-whitespace-toggle-options)
2825 (whitespace-cleanup-region, whitespace-report-region)
2826 (whitespace-interactive-char): Fix docstring and code.
2827 (whitespace-cleanup, whitespace-report): Fix docstring.
2828 (whitespace-replace-spaces-by-tabs): Remove fun.
2829 (whitespace-replace-action): New fun, replace
2830 whitespace-replace-spaces-by-tabs removed fun.
2831 (whitespace-regexp, whitespace-indentation-regexp)
2832 (whitespace-space-after-tab-regexp, whitespace-insert-value)
2833 (whitespace-kill-buffer): New funs.
2834 (whitespace-insert-option-mark, whitespace-help-on)
2835 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
2836 (whitespace-color-on, whitespace-color-off)
2837 (whitespace-display-char-on): Fix code.
2838
2839 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
2842 (mouse-throw-magnifier-with-mouse-movement): Remove.
2843 (mouse-throw-magnifier-base): New const.
2844 (mouse-drag-scroll-delta): New fun.
2845 (mouse-drag-throw): Use it.
2846
2847 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * international/uni-bidi.el, international/uni-category.el:
2850 * international/uni-combining.el, international/uni-comment.el:
2851 * international/uni-decimal.el, international/uni-decomposition.el:
2852 * international/uni-digit.el, international/uni-lowercase.el:
2853 * international/uni-mirrored.el, international/uni-name.el:
2854 * international/uni-numeric.el, international/uni-old-name.el:
2855 * international/uni-titlecase.el, international/uni-uppercase.el:
2856 * international/charprop.el: Regenerate.
2857
2858 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * vc.el (vc-status-fileinfo): Add new member directoryp.
2861 (vc-default-status-printer): Print directories.
2862 (vc-status-update): Sort files before subdirectories.
2863
2864 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2865 Add alternative implementation based on "cvs update".
2866
2867 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
2868
2869 * doc-view.el: Changed requirements section to tell that only one
2870 of dvipdf or dvipdfm is needed.
2871 (doc-view-already-converted-p): Fix bug that forced reconversion
2872 if doc was already converted.
2873
2874 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * minibuffer.el (minibuffer-message):
2877 Make sure we can put-text-property.
2878
2879 * emacs-lisp/crm.el: Complete rewrite.
2880
2881 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
2882 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
2883 case of an error in display-completion-list.
2884
2885 * filecache.el (file-cache-completions-keymap): Move init from
2886 file-cache-completion-setup-function into declaration.
2887 (file-cache-minibuffer-complete): Simplify.
2888 (file-cache-completion-setup-function): Use standard-output,
2889 preserve current-buffer.
2890
2891 * vc.el (vc-status-update): Fix typo.
2892 (vc-status-update): Set needs-update.
2893 (vc-status-refresh): η-reduce.
2894
2895 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2896
2897 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
2898 to image-eol.
2899
2900 2008-04-14 Alexandre Julliard <julliard@winehq.org>
2901
2902 * vc.el (vc-status-update): Undo the previous revert.
2903
2904 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * minibuffer.el (completion-table-with-terminator): Those completions
2907 are never valid w.r.t test-completion.
2908 (completion--file-name-table):
2909 Check completion-all-completions-with-base-size.
2910
2911 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2912
2913 * doc-view.el (doc-view-dvipdf-program): New variable.
2914 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
2915 (doc-view-mode-p): Check for doc-view-dvipdf-program as
2916 alternative for doc-view-dvipdfm-program.
2917 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
2918
2919 * doc-view.el (doc-view-start-process): Don't set
2920 default-directory to "~/" if the current value is valid.
2921 This broke PS files that run other files in the same directory.
2922
2923 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * vc.el (vc-status-kill-query): New function.
2926 (vc-status-mode): Add it to kill-buffer-query-functions.
2927 (vc-status-show-fileentry): New function.
2928 (vc-status-menu-map): Bind it. Bind vc-next-action.
2929
2930 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2931
2932 * minibuffer.el (minibuffer-message): Put cursor at the right place.
2933
2934 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2935
2936 * proced.el (proced-send-signal): Fix error recognition.
2937
2938 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2939
2940 * proced.el (proced-command-alist): Remove sort column.
2941 (proced-command, proced-procname-column):
2942 Use make-variable-buffer-local.
2943 (proced-signal-function): Rename from proced-kill-program.
2944 Allow for elisp symbols and string values representing system calls.
2945 (proced-marker-regexp, proced-success-message): New functions.
2946 (proced): Use defalias. Add autoload cookie.
2947 (proced-unmark-backward, proced-toggle-marks)
2948 (proced-hide-processes): New commands.
2949 (proced-do-mark): Simplify code.
2950 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
2951 (proced-update): Remove sorting.
2952 (proced-send-signal): Display number of processes to operate on.
2953 Allow for system calls or elisp functions to send signals.
2954 Check if signal was sent successfully.
2955
2956 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * minibuffer.el (completion-all-completion-with-base-size): New var.
2959 (completion--some): New function.
2960 (completion-table-with-context, completion--file-name-table):
2961 Return the base-size if requested.
2962 (completion-table-in-turn): Generalize to multiple arguments.
2963 (complete-in-turn): Compatibility alias.
2964 (completion-styles-alist): New var.
2965 (completion-styles): New customization.
2966 (minibuffer-try-completion, minibuffer-all-completions):
2967 New functions.
2968 (minibuffer--do-completion, minibuffer-complete-and-exit)
2969 (minibuffer-try-word-completion): Use them.
2970 (display-completion-list, minibuffer-completion-help): Use them.
2971 Handle all-completions's new base-size info to set completion-base-size.
2972 * info.el (Info-read-node-name-1): Use completion-table-with-context,
2973 completion-table-with-terminator and complete-with-action.
2974 Remove the now obsolete completion-base-size-function property.
2975 * simple.el (completion-list-mode-map): Move init into declaration.
2976 (completion-list-mode): Use define-derived-mode.
2977 (completion-setup-function): Use any completion-base-size that may
2978 have been set before. Remove handling of completion-base-size-function.
2979 * loadup.el: Move abbrev.el up earlier.
2980
2981 2008-04-13 Alexandre Julliard <julliard@winehq.org>
2982
2983 * vc-git.el (vc-git-after-dir-status-stage)
2984 (vc-git-dir-status-goto-stage): New functions.
2985 (vc-git-after-dir-status-stage1)
2986 (vc-git-after-dir-status-stage1-empty-db)
2987 (vc-git-after-dir-status-stage2): Remove, functionality moved
2988 into the new generic stage functions.
2989 (vc-git-dir-status-files): New function.
2990
2991 * vc.el (vc-status-update): Revert an incorrect rewrite.
2992 Add some comments.
2993 (vc-status-refresh-files): New function.
2994 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
2995 state of up-to-date files.
2996 (vc-default-dir-status-files): New function.
2997
2998 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * minibuffer.el (completion--embedded-envvar-table)
3001 (read-file-name-internal): Fix typos in 2008-04-11 change.
3002
3003 * faces.el (read-face-name): Use `completion-table-in-turn',
3004 not `complete-in-turn'.
3005
3006 2008-04-13 Andreas Schwab <schwab@suse.de>
3007
3008 * progmodes/etags.el: Require 'cl when compiling.
3009
3010 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * progmodes/gud.el (gud-menu-map): Expand tooltip.
3013
3014 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3015 (menu): Add/expand menu tooltips.
3016
3017 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * progmodes/sh-script.el (sh-show-indent): Fix typo.
3020 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3021
3022 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3023 considered registered.
3024
3025 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3026
3027 * emacs-lisp/copyright.el (copyright-update-directory): New command.
3028
3029 * ediff-wind.el (ediff-split-window-function)
3030 (ediff-merge-split-window-function): Improve custom type.
3031
3032 2008-04-12 Eli Zaretskii <eliz@gnu.org>
3033
3034 * loadup.el ("minibuffer"): Move after "faces".
3035
3036 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * progmodes/hideif.el (hif-factor): Handle unary minus.
3039
3040 2008-04-12 Glenn Morris <rgm@gnu.org>
3041
3042 * calendar/cal-china.el (chinese-calendar-time-zone):
3043 Mark obsolete name as risky too.
3044
3045 * calendar/calendar.el (calendar-faces): New custom group.
3046 (calendar-today, diary, holiday): Doc fix.
3047 Move to calendar-faces group.
3048 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3049 (diary-button): Doc fix. Move to calendar-faces group.
3050
3051 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3052 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3053 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3054 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3055 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3056 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3057 not in dumped files before the associated defcustom.
3058
3059 2008-04-11 Johan Bockgård <bojohan@gnu.org>
3060
3061 * minibuffer.el (lazy-completion-table): Fix debug spec.
3062
3063 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * minibuffer.el (complete-with-action, lazy-completion-table):
3066 Move from subr.el.
3067 (apply-partially, completion-table-dynamic)
3068 (completion-table-with-context, completion-table-with-terminator)
3069 (completion-table-in-turn): New funs.
3070 (completion--make-envvar-table, completion--embedded-envvar-table):
3071 New funs.
3072 (read-file-name-internal): Use them.
3073 (completion-setup-hook): Move from simple.el.
3074 * subr.el (complete-with-action, lazy-completion-table):
3075 * simple.el (completion-setup-hook): Move to minibuffer.el.
3076
3077 2008-04-11 Glenn Morris <rgm@gnu.org>
3078
3079 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3080
3081 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3084
3085 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3086
3087 * textmodes/fill.el (fill-forward-paragraph-function): New var.
3088 (fill-forward-paragraph): New fun.
3089 (fill-paragraph, fill-region): Use it.
3090
3091 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3092 (vc-status-create-fileinfo): Make `extra' optional.
3093 (vc-status-busy): New fun.
3094 (vc-status-menu-map): Use it.
3095 (vc-status-crt-marked): Remove.
3096 (vc-status-update): Rename from vc-status-add-entries.
3097 Add argument so as to prevent addition of entries. Rewrite.
3098 (vc-update-vc-status-buffer): Remove.
3099 (vc-status-refresh): Don't remove old entries, set them to
3100 up-to-date instead. Also do it after the update is complete.
3101 (vc-status-marked-files): η-reduce.
3102
3103 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3104 for non-dialogs.
3105
3106 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3107
3108 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3109
3110 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
3111
3112 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3113 to t and don't truncate msg.
3114
3115 2008-04-11 Glenn Morris <rgm@gnu.org>
3116
3117 * calendar/calendar.el (diary, holidays):
3118 Move custom groups to other files.
3119 (holiday-general-holidays, holiday-oriental-holidays)
3120 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3121 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3122 (holiday-hebrew-holidays, holiday-christian-holidays)
3123 (holiday-islamic-holidays, holiday-bahai-holidays)
3124 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3125 * calendar/diary-lib.el: Move custom group here from calendar.el.
3126 * calendar/holidays-lib.el: Move custom group and variables here
3127 from calendar.el.
3128
3129 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3130
3131 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3132 Fix custom group.
3133 (calendar-current-time-zone-cache): Autoload riskiness.
3134
3135 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3136
3137 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * woman.el (woman2-TH): Use string-equal instead of string-match.
3140
3141 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3144 (smerge-resolve): Merge the "2-way refinement" case with one half of
3145 the "mere whitespace" resolution.
3146
3147 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3150
3151 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3154 Add WHEN to obsolescence declaration.
3155
3156 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3157
3158 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3159
3160 * vc-hooks.el (vc-state): Add new state `conflict'.
3161 (vc-after-save): Use when not if.
3162 (vc-default-mode-line-string): Deal with the conflict state.
3163 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3164
3165 * vc.el (vc-editable-p, vc-default-status-printer)
3166 (vc-next-action): Deal with the conflict state.
3167 (vc-mark-resolved): New function.
3168 (vc-status-mode): Fix mode name.
3169 (vc-default-comment-history): Use when not if.
3170 (Todo): Add new entries, remove old ones.
3171
3172 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3173 (vc-cvs-parse-status, vc-cvs-after-dir-status):
3174 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3175 Detect the conflict state.
3176
3177 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3178
3179 2008-04-10 Glenn Morris <rgm@gnu.org>
3180
3181 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3182 Respect truncate-partial-width-windows in non-full windows,
3183 with regards to :toggle and :enable state.
3184
3185 * simple.el (toggle-truncate-lines): Doc fix.
3186
3187 * Makefile.in (MH_E_DIR): New variable.
3188 (MH_E_SRC): Restore variable removed 2008-03-13.
3189 (mh-loaddefs.el): Depend on $MH_E_SRC.
3190 (CAL_DIR, CAL_SRC): New variables.
3191 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3192 Depend on CAL_SRC.
3193
3194 * calendar/calendar.el (calendar, diary): Add :prefix.
3195 (holidays): Change :prefix.
3196 (calendar-today, holiday, calendar-holiday-marker)
3197 (european-calendar-style): Change custom groups.
3198
3199 * calendar/calendar.el (diary-hook, diary-display-hook):
3200 Move to diary-lib.el.
3201 * calendar/diary-lib.el (diary-hook, diary-display-hook):
3202 Move here from calendar.el.
3203 * calendar/appt.el: Require diary-lib rather than calendar.
3204 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3205
3206 * calendar/appt.el (appt): Add :prefix.
3207
3208 * calendar/diary-lib.el (diary-hook): Doc fix.
3209 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3210
3211 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3214 New functions.
3215
3216 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3217 the arg to recursive calls.
3218
3219 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * minibuffer.el (completion-auto-help): Fix typo.
3222
3223 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3226
3227 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3230 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3231
3232 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3235
3236 * minibuffer.el (minibuffer): Move group from cus-edit.el.
3237 (completion-auto-help): Move from C code.
3238 (minibuffer--maybe-completion-help): Remove.
3239 (minibuffer--bitset): New function.
3240 (minibuffer--do-completion): Rename from minibuffer-do-completion.
3241 Renumber a bit. Really complete on string *before* point.
3242 Add argument used for word-completion.
3243 Join trailing / in completion with following text, as done in
3244 minibuffer-complete-word.
3245 Handle new value `lazy' for completion-auto-help.
3246 (minibuffer-try-word-completion): New function extracted from
3247 minibuffer-complete-word.
3248 (minibuffer-complete-word): Use minibuffer--do-completion.
3249 (minibuffer--insert-strings): Rename from
3250 minibuffer-complete-insert-strings.
3251 (exit-minibuffer): Fix typo.
3252 * cus-edit.el (minibuffer): Move group to minibuffer.el.
3253 * cus-start.el: Remove completion-auto-help.
3254
3255 2008-04-09 Alexandre Julliard <julliard@winehq.org>
3256
3257 * vc.el (vc-status-add-entries): New function.
3258 (vc-status-add-entry): Remove.
3259 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3260 Use vc-status-add-entries.
3261
3262 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3263 order.
3264
3265 2008-04-09 Jason Rumney <jasonr@gnu.org>
3266
3267 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3268 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3269 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3270 (AUTOGENEL): New variable.
3271 (distclean, maintainer-clean): New targets.
3272
3273 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * emacs-lisp/regexp-opt.el (regexp-opt):
3276 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3277
3278 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3279
3280 * nxml/nxml-mode.el (nxml-cleanup): New function.
3281 (nxml-mode): Add it to change-major-mode-hook.
3282
3283 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3284
3285 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3286
3287 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * calc/.cvsignore: New file.
3290
3291 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3292
3293 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3294
3295 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3296 show-help-function when turning tooltip off.
3297 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3298 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3299
3300 2008-04-09 Alan Mackenzie <acm@muc.de>
3301
3302 * font-lock.el (font-lock-extend-after-change-region-function):
3303 Make it buffer local.
3304
3305 2008-04-09 Glenn Morris <rgm@gnu.org>
3306
3307 * calendar/calendar.el (diary-file, european-calendar-style):
3308 Remove autoload cookies.
3309
3310 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * outline.el (outline-mode-menu-bar-map):
3313 * log-view.el (log-view-mode-menu):
3314 * log-edit.el (log-edit-menu): Add :help.
3315
3316 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3319 Use substring-no-properties for correct handling of unibyte strings.
3320
3321 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * add-log.el (change-log-next-buffer): Handle the case where version<
3324 signals an error.
3325
3326 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3327 mouse-major-mode-menu.
3328 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3329 (mouse-major-mode-menu, mouse-popup-menubar)
3330 (mouse-popup-menubar-stuff): Use them.
3331 (C-down-mouse-3): Bind to a dynamic map rather than to
3332 mouse-popup-menubar-stuff.
3333
3334 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3335 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3336
3337 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3338
3339 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3340 file:// access method.
3341
3342 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * minibuffer.el: New file.
3345 * loadup.el: Load it.
3346
3347 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3350 rather than subdirs.el. It introduces an ugly circular dependency, tho.
3351
3352 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3353 (calc-mode-map, calc-digit-map, calc-dispatch-map):
3354 Move initialization into declaration.
3355 * calc/calc-yank.el:
3356 * calc/calc-misc.el:
3357 * calc/calc-embed.el:
3358 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
3359
3360 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
3361
3362 * ps-samp.el (ps-add-printer, ps-remove-printer)
3363 (ps-make-dynamic-printer-menu): New functions.
3364
3365 * net/zeroconf.el: New file.
3366
3367 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3370
3371 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3372
3373 * vc-rcs.el (vc-rcs-modify-change-comment):
3374 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3375
3376 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3377
3378 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
3379
3380 * international/mule-cmds.el (set-locale-environment): Don't warn if
3381 coding system doesn't agree with system locale (this reverts changes
3382 by Dave Love, dated 2002-10-27 and 2002-10-09).
3383
3384 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3385 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3386
3387 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3388
3389 2008-04-08 Glenn Morris <rgm@gnu.org>
3390
3391 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3392 * textmodes/remember.el (remember-diary-convert-entry):
3393 Require calendar.
3394
3395 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3396 diary-file, since it is the default for make-diary-entry anyway.
3397
3398 * calendar/cal-menu.el (cal-menu-event-to-date):
3399 Rename calendar-event-to-date. Update callers.
3400 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3401 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3402 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3403 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3404 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3405 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3406 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3407 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3408 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3409 (calendar-mouse-tex-month-landscape):
3410 Rename cal-tex-mouse-month-landscape.
3411 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3412 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3413 (calendar-mouse-tex-year-landscape):
3414 Rename cal-tex-mouse-year-landscape.
3415 (cal-menu-context-mouse-menu): Update for above name changes.
3416
3417 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3418 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3419 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3420 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3421 * calendar/holidays.el: Replace int-to-string with number-to-string.
3422
3423 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3426 region if point moves.
3427
3428 2008-04-08 Kenichi Handa <handa@m17n.org>
3429
3430 * faces.el (font-slant-table): Change numeric values for `r',
3431 `roman', and `normal'.
3432
3433 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
3434
3435 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3436
3437 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
3438
3439 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3440 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
3441
3442 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3445 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
3446
3447 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3450
3451 2008-04-07 Sam Steingold <sds@gnu.org>
3452
3453 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3454 Add helper functions.
3455 (lisp-do-defun): Extract the common part of lisp-eval-defun and
3456 lisp-compile-defun; DEFVAR forms reset the variables to the init
3457 values, just like in emacs-lisp mode eval-defun.
3458 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3459 (lisp-compile-region): Use lisp-compile-string.
3460
3461 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * subr.el (combine-and-quote-strings): Also quote strings that contain
3464 the separator.
3465
3466 * pcvs-util.el (cvs-map): Avoid recursion :-(
3467
3468 2008-04-07 Glenn Morris <rgm@gnu.org>
3469
3470 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3471
3472 * calendar.el (diary-view-entries-initially-flag): Rename
3473 view-diary-entries-initially. Keep old name as alias, update users.
3474 (calendar-mark-diary-entries-flag): Rename
3475 mark-diary-entries-in-calendar. Keep old name as alias, update users.
3476 (calendar-view-holidays-initially-flag): Rename
3477 view-calendar-holidays-initially. Keep old name as alias, update users.
3478 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3479 Keep old name as alias, update users.
3480 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3481 Keep old name as alias, update users.
3482 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3483 Keep old name as alias, update users.
3484 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3485 Keep old name as alias, update users.
3486 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
3487 (diary-american-date-forms): Rename american-date-diary-pattern.
3488 Keep old name as alias, update users.
3489 (diary-european-date-forms): Rename european-date-diary-pattern.
3490 Keep old name as alias, update users.
3491 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3492 Keep old name as alias, update users.
3493 (calendar-european-date-display-form): Rename
3494 european-calendar-display-form. Keep old name as alias, update users.
3495 (calendar-american-date-display-form): Rename
3496 european-calendar-display-form. Keep old name as alias, update users.
3497 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3498 Keep old name as alias, update users.
3499 (holiday-general-holidays): Rename general-holidays.
3500 Keep old name as alias, update users.
3501 (holiday-oriental-holidays): Rename oriental-holidays.
3502 Keep old name as alias, update users.
3503 (holiday-local-holidays): Rename local-holidays.
3504 Keep old name as alias, update users.
3505 (holiday-other-holidays): Rename other-holidays.
3506 Keep old name as alias, update users.
3507 (holiday-hebrew-holidays): Rename hebrew-holidays.
3508 Keep old name as alias, update users.
3509 (holiday-christian-holidays): Rename christian-holidays.
3510 Keep old name as alias, update users.
3511 (holiday-islamic-holidays): Rename islamic-holidays.
3512 Keep old name as alias, update users.
3513 (holiday-bahai-holidays): Rename bahai-holidays.
3514 Keep old name as alias, update users.
3515 (holiday-solar-holidays): Rename solar-holidays.
3516 Keep old name as alias, update users.
3517 (diary-fancy-buffer): Rename fancy-diary-buffer.
3518 Keep old name as alias, update users.
3519 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3520 Update users.
3521 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3522 Update users.
3523 (calendar-increment-month): Rename increment-calendar-month.
3524 Keep old name as alias, update callers.
3525 (calendar-increment-month-cons): Rename old calendar-increment-month.
3526 Update callers.
3527 (calendar-extract-month): Rename extract-calendar-month.
3528 Keep old name as alias, update callers
3529 (calendar-extract-day): Rename extract-calendar-day.
3530 Keep old name as alias, update callers.
3531 (calendar-extract-year): Rename extract-calendar-year.
3532 Keep old name as alias, update callers.
3533 (calendar-generate-window): Rename generate-calendar-window.
3534 Update callers.
3535 (calendar-generate): Rename generate-calendar. Update callers.
3536 (calendar-generate-month): Rename generate-calendar-month.
3537 Update callers.
3538 (calendar-redraw): Rename redraw-calendar. Update callers.
3539 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
3540 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3541 Update callers.
3542 (calendar-update-mode-line): Rename update-calendar-mode-line.
3543 Update callers.
3544 (calendar-exit): Rename exit-calendar. Keep old name as alias,
3545 update callers.
3546 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3547 Keep old name as alias, update callers.
3548 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3549 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3550 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3551 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3552 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3553 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3554 * calendar/solar.el: Update for calendar.el name changes.
3555 * org/org.el (org-agenda-format-date-aligned)
3556 (org-agenda-execute-calendar-command): Access date elements directly
3557 rather than using calendar functions.
3558 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3559 Also set calendar-view-diary-initially-flag,
3560 calendar-view-holidays-initially-flag
3561 (org-get-entries-from-diary): Also set diary-fancy-buffer.
3562 (org-agenda-execute-calendar-command): No need to set displayed-day.
3563
3564 2008-04-06 Alan Mackenzie <acm@muc.de>
3565
3566 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3567 typo in the doc string.
3568
3569 * progmodes/cc-mode.el (c-basic-common-init):
3570 Set font-lock-extend-after-change-region-function.
3571 (c-extend-after-change-region): New function, used in
3572 font-lock-extend-after-change-region-function, thus superseding
3573 advice on the Font Lock after change functions.
3574 (c-advise-fl-for-region): Remove this macro.
3575
3576 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3577
3578 * textmodes/flyspell.el (flyspell-duplicate-distance):
3579 Improve custom type.
3580
3581 2008-04-06 Glenn Morris <rgm@gnu.org>
3582
3583 * calendar/diary-lib.el (diary-sexp-entry-symbol):
3584 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
3585 (diary-list-entries-hook): Rename list-diary-entries-hook.
3586 Keep old name as alias, update users.
3587 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3588 Keep old name as alias, update users.
3589 (diary-nongregorian-listing-hook): Rename
3590 nongregorian-diary-listing-hook. Keep old name as alias, update users.
3591 (diary-nongregorian-marking-hook): Rename
3592 nongregorian-diary-marking-hook. Keep old name as alias, update users.
3593 (diary-print-entries-hook): Rename print-diary-entries-hook.
3594 Keep old name as alias, update users.
3595 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3596 Keep old name as alias, update users.
3597 (diary-number-of-entries): Rename number-of-diary-entries.
3598 Keep old name as alias, update users.
3599 (view-diary-entries, list-diary-entries, show-all-diary-entries):
3600 Give version of obsolescence.
3601 (diary-view-other-diary-entries): Rename view-other-diary-entries.
3602 Keep old name as alias, update callers.
3603 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
3604 update callers.
3605 (diary-include-other-diary-files): Rename include-other-diary-files.
3606 Keep old name as alias, update callers.
3607 (diary-simple-display): Rename simple-diary-display.
3608 Keep old name as alias, update callers.
3609 (diary-fancy-display): Rename fancy-diary-display.
3610 Keep old name as alias, update callers.
3611 (diary-print-entries): Rename print-diary-entries.
3612 Keep old name as alias, update callers.
3613 (diary-marking-entries-flag): Rename marking-diary-entries.
3614 Update users.
3615 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
3616 (diary-mark-entries): Rename mark-diary-entries.
3617 Keep old name as alias, update callers.
3618 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3619 Keep old name as alias, update callers.
3620 (diary-mark-included-diary-files): Rename mark-included-diary-files.
3621 Keep old name as alias, update callers.
3622 (calendar-mark-days-named): Rename mark-calendar-days-named.
3623 Keep old name as alias, update callers.
3624 (calendar-mark-month): Rename mark-calendar-month.
3625 Keep old name as alias, update callers.
3626 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3627 Keep old name as alias, update callers.
3628 (diary-sort-entries): Rename sort-diary-entries.
3629 Keep old name as alias, update callers.
3630 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3631 Keep old name as alias, update callers.
3632 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
3633 update callers.
3634 (diary-insert-entry): Rename insert-diary-entry.
3635 Keep old name as alias.
3636 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3637 Keep old name as alias.
3638 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3639 Keep old name as alias.
3640 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3641 Keep old name as alias.
3642 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3643 Keep old name as alias.
3644 (diary-insert-block-entry): Rename insert-block-diary-entry.
3645 Keep old name as alias.
3646 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3647 Keep old name as alias.
3648 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3649 Keep old name as alias, update users.
3650 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3651 Keep old name as alias, update callers.
3652 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3653 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3654 * calendar/icalendar.el: Update for diary-lib name changes.
3655
3656 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3659
3660 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3661 for copy, move, and link operations.
3662
3663 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
3664
3665 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3666 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3667
3668 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3669 'require' statements with 1-argument ones (wrapped in if's).
3670 For compatibility with the current stable version of XEmacs.
3671
3672 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3675
3676 2008-04-06 Jason Rumney <jasonr@gnu.org>
3677
3678 * language/burmese.el ("Burmese"): Make sample text consistent with
3679 language name.
3680
3681 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
3682
3683 * progmodes/gdb-ui.el (gdb): New group.
3684 (gdb-debug-log-max, gdb-enable-debug)
3685 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3686 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3687 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3688 (gdb-show-changed-values, gdb-max-children)
3689 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3690 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3691 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3692 (gdb-memory-unit): Move to new group from GUD group.
3693 (menu): Allow customization from GDB-UI menu-item.
3694
3695 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
3696
3697 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3698
3699 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3702 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3703 Revision numbers can include ".".
3704
3705 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3706 "+" lines not accounted for by counting "-" and context lines.
3707
3708 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3709
3710 * term/mac-win.el (mac-service-open-file): Use file URL instead of
3711 file name string.
3712
3713 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3716 (vc-bzr-annotate-time): Accept space used to preserve alignment.
3717
3718 2008-04-05 Richard Stallman <rms@gnu.org>
3719
3720 * emacs-lisp/advice.el (defadvice): Add usage pattern.
3721
3722 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
3723
3724 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3725 thread in [h-e-w]).
3726
3727 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * files.el (abort-if-file-too-large): Fix typo in docstring.
3730
3731 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * subr.el (functionp): Return nil for special forms.
3734
3735 2008-04-05 Glenn Morris <rgm@gnu.org>
3736
3737 * emacs-lisp/autoload.el (autoload-ensure-default-file):
3738 Provide a feature.
3739 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3740 Require loaddef file rather than loading it.
3741 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3742 autoload-ensure-default-file provides a feature.
3743
3744 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3745 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3746 (compile, compile-always, recompile): Use $LOADDEFS.
3747 (cal-autoloads): Remove.
3748
3749 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3750 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
3751
3752 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3753 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3754
3755 * calendar/calendar.el (diary-hebrew-entry-symbol):
3756 Rename hebrew-diary-entry-symbol. Keep old name as alias.
3757 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3758 Keep old name as alias.
3759 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3760 Keep old name as alias.
3761 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3762 to diary-bahai-entry-symbol.
3763 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3764 to diary-hebrew-entry-symbol.
3765 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3766 to diary-islamic-entry-symbol.
3767 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3768
3769 * calendar/solar.el (diary-sabbath-candles-minutes)
3770 (diary-sabbath-candles): Move to cal-hebrew.
3771 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3772 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3773 Doc fix. Keep old name as alias.
3774 (diary-hebrew-sabbath-candles): Simplify.
3775 (solar-setup, solar-sunrise-sunset, calendar-latitude)
3776 (calendar-longitude, calendar-time-zone): Declare for compiler.
3777 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3778 rename.
3779
3780 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3781 Rename coptic-calendar-month-name-array. Update callers.
3782 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
3783 (calendar-coptic-name): Rename coptic-name. Update callers.
3784 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3785 Update callers.
3786 (calendar-coptic-last-day-of-month):
3787 Rename coptic-calendar-last-day-of-month. Update callers.
3788 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3789 Keep old name as alias, update callers.
3790 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3791 Keep old name as alias, update callers.
3792 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
3793 Keep old name as alias.
3794 (calendar-ethiopic-month-name-array):
3795 Rename ethiopic-calendar-month-name-array. Update callers.
3796 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
3797 Update callers.
3798 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
3799 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
3800 Keep old name as alias, update callers.
3801 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
3802 Keep old name as alias, update callers.
3803 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
3804 Keep old name as alias.
3805
3806 * calendar/cal-french.el (calendar-french-epoch):
3807 Rename french-calendar-epoch. Update callers.
3808 (calendar-french-month-name-array): Rename variable and function
3809 french-calendar-month-name-array. Update callers.
3810 (calendar-french-multibyte-month-name-array):
3811 Rename french-calendar-multibyte-month-name-array. Update callers.
3812 (calendar-french-day-name-array): Rename variable and function
3813 french-calendar-day-name-array. Update callers.
3814 (calendar-french-special-days-array): Rename variable and function
3815 french-calendar-special-days-array. Update callers.
3816 (calendar-french-multibyte-special-days-array):
3817 Rename french-calendar-multibyte-special-days-array. Update callers.
3818 (calendar-french-accents-p): Rename french-calendar-accents.
3819 Update callers.
3820 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
3821 Update callers.
3822 (calendar-french-last-day-of-month):
3823 Rename french-calendar-last-day-of-month. Update callers.
3824 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
3825 Keep old name as alias, update callers.
3826 (calendar-french-print-date): Rename calendar-print-french-date.
3827 Keep old name as alias, update callers.
3828 (calendar-french-goto-date): Rename calendar-goto-french-date.
3829 Keep old name as alias.
3830
3831 * calendar/cal-menu.el, calendar/calendar.el:
3832 Update for Coptic and French name changes.
3833
3834 * calendar/cal-china.el (calendar-chinese): Rename custom group
3835 from chinese-calendar. Update users.
3836 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
3837 Keep old name as alias, update users.
3838 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
3839 Keep old name as alias.
3840 (calendar-chinese-daylight-time-offset):
3841 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
3842 update users.
3843 (calendar-chinese-standard-time-zone-name):
3844 Rename chinese-calendar-standard-time-zone-name.
3845 Keep old name as alias, update users.
3846 (calendar-chinese-daylight-saving-start):
3847 Rename chinese-calendar-daylight-savings-starts.
3848 Keep old name as alias, update users.
3849 (calendar-chinese-daylight-saving-end):
3850 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
3851 update users.
3852 (calendar-chinese-daylight-saving-start-time):
3853 Rename chinese-calendar-daylight-savings-starts-time.
3854 Keep old name as alias, update users.
3855 (calendar-chinese-daylight-saving-end-time):
3856 Rename chinese-calendar-daylight-savings-ends-time.
3857 Keep old name as alias, update users.
3858 (calendar-chinese-celestial-stem): Rename
3859 calendar-chinese-celestial-stem. Keep old name as alias, update users.
3860 (calendar-chinese-terrestrial-branch):
3861 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
3862 update users.
3863 (calendar-chinese-zodiac-sign-on-or-after):
3864 Rename chinese-zodiac-sign-on-or-after. Update callers.
3865 (calendar-chinese-new-moon-on-or-after):
3866 Rename chinese-new-moon-on-or-after. Update callers.
3867 (calendar-chinese-month-list): Rename chinese-month-list.
3868 Update callers.
3869 (calendar-chinese-number-months): Rename number-chinese-months.
3870 Update callers.
3871 (calendar-chinese-compute-year): Rename compute-chinese-year.
3872 Update callers.
3873 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
3874 (calendar-chinese-year): Rename chinese-year. Update callers.
3875 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
3876 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
3877 Keep old name as alias, update callers.
3878 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
3879 Keep old name as alias, update callers.
3880 (calendar-chinese-months-to-alist):
3881 Rename make-chinese-month-assoc-list. Update callers.
3882 (calendar-chinese-months): Rename chinese-months. Update callers.
3883 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
3884 Keep old name as alias, update callers.
3885
3886 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
3887 Rename hebrew-calendar-leap-year-p. Update callers.
3888 (calendar-hebrew-last-month-of-year):
3889 Rename hebrew-calendar-last-month-of-year. Update callers.
3890 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
3891 Update callers.
3892 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
3893 Update callers.
3894 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
3895 Update callers.
3896 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
3897 Update callers.
3898 (calendar-hebrew-last-day-of-month):
3899 Rename hebrew-calendar-last-day-of-month. Update callers.
3900 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
3901 Keep old name as alias, update callers.
3902 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
3903 Keep old name as alias, update callers.
3904 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
3905 Keep old name as alias, update callers.
3906 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
3907 Keep old name as alias.
3908 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
3909 Keep old name as alias.
3910 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
3911 Keep old name as alias.
3912 (holiday-hebrew-passover): Rename holiday-passover-etc.
3913 Keep old name as alias.
3914 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
3915 Keep old name as alias, update callers.
3916 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
3917 Keep old name as alias.
3918 (calendar-hebrew-mark-date-pattern):
3919 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
3920 update callers.
3921 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
3922 Keep old name as alias.
3923 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
3924 Keep old name as alias.
3925 (diary-hebrew-insert-monthly-entry):
3926 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
3927 (diary-hebrew-insert-yearly-entry):
3928 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
3929 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
3930 Keep old name as alias.
3931 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
3932 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
3933 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
3934 Keep old name as alias.
3935 (calendar-hebrew-parashiot-names):
3936 Rename hebrew-calendar-parashiot-names. Update callers.
3937 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
3938 (calendar-hebrew-year-Saturday-incomplete-Sunday):
3939 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
3940 (calendar-hebrew-year-Saturday-complete-Tuesday):
3941 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
3942 (calendar-hebrew-year-Monday-incomplete-Tuesday):
3943 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
3944 (calendar-hebrew-year-Monday-complete-Thursday):
3945 Rename hebrew-calendar-year-Monday-complete-Thursday.
3946 (calendar-hebrew-year-Tuesday-regular-Thursday):
3947 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
3948 (calendar-hebrew-year-Thursday-regular-Saturday):
3949 Rename hebrew-calendar-year-Thursday-regular-Saturday.
3950 (calendar-hebrew-year-Thursday-complete-Sunday):
3951 Rename hebrew-calendar-year-Thursday-complete-Sunday.
3952 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
3953 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
3954 (calendar-hebrew-year-Saturday-complete-Thursday):
3955 Rename hebrew-calendar-year-Saturday-complete-Thursday.
3956 (calendar-hebrew-year-Monday-incomplete-Thursday):
3957 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
3958 (calendar-hebrew-year-Monday-complete-Saturday):
3959 Rename hebrew-calendar-year-Monday-complete-Saturday.
3960 (calendar-hebrew-year-Tuesday-regular-Saturday):
3961 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
3962 (calendar-hebrew-year-Thursday-incomplete-Sunday):
3963 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
3964 (calendar-hebrew-year-Thursday-complete-Tuesday):
3965 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
3966 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
3967 Update for above name changes of constants.
3968
3969 * calendar/cal-menu.el, calendar/calendar.el:
3970 Update for chinese and hebrew name changes.
3971 * calendar/diary-lib.el: Update for hebrew name changes.
3972
3973 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * subr.el (keymap-canonicalize): Correct thinko.
3976
3977 * server.el: Undo part of the multi-tty change, which is only
3978 needed if server.el is preloaded, and broke server-running-p.
3979 (server-socket-dir): Initialize in the defvar, as before.
3980 (server-start): Remove initialization of server-socket-dir.
3981
3982 2008-04-05 Eli Zaretskii <eliz@gnu.org>
3983
3984 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3985 3-member cons cells.
3986
3987 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * cus-face.el (custom-face-attributes): Handle roman slant.
3990
3991 * faces.el (default): Ensure the face-defface-spec property is set.
3992
3993 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3994
3995 * files.el (abort-if-file-too-large): New function.
3996 (find-file-noselect, insert-file-1): Use it.
3997
3998 2008-04-05 Reto Zimmermann <reto@gnu.org>
3999
4000 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4001 Replace C-c[a-zA-Z] key bindings.
4002
4003 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * progmodes/hideif.el (hif-token-alist): New var.
4006 (hif-token-regexp, hif-tokenize): Use it.
4007 (hif-mathify-binop): New macro.
4008 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4009 (hif-greater-equal, hif-less-equal): Use it.
4010 (hif-logior, hif-logand): New functions.
4011 (hif-math): Accept | and & as well.
4012
4013 * progmodes/etags.el: Fix problem with completion for buffer-local
4014 tables. Reported by Radey Shouman <shouman@comcast.net>.
4015 (tags-complete-tag): Remove.
4016 (tags-lazy-completion-table): New function to replace it.
4017 (find-tag-tag, complete-tag): Update users.
4018
4019 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4020
4021 * vc-rcs.el (vc-rcs-dir-status):
4022 * vc-sccs.el (vc-sccs-dir-status): New function.
4023
4024 * outline.el (outline-mode-menu-bar-map):
4025 * term.el (terminal-signal-menu): Add :help.
4026
4027 * net/eudc.el (eudc-mode-map): Declare and define in one step.
4028 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4029
4030 * emacs-lisp/re-builder.el (reb-mode-map):
4031 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4032
4033 * diff-mode.el (diff-file-junk-re): Recognize the git format for
4034 new files, deleted files and for changing permissions.
4035 (diff-mode): Set beginning-of-defun-function and
4036 end-of-defun-function.
4037
4038 * vc-bzr.el (vc-bzr-state): Use when instead of if.
4039
4040 * vc.el (vc-default-status-fileinfo-extra): New function.
4041 (vc-status-mark-buffer-changed): Use it.
4042 (vc-update-vc-status-buffer): Allow for partial updates.
4043
4044 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * net/tramp.el (after-init-hook): Don't wrap a lambda around
4047 tramp-register-completion-file-name-handler.
4048
4049 * subr.el (keymap-canonicalize): New function.
4050 * mouse.el (mouse-menu-non-singleton): Use it.
4051 (mouse-major-mode-menu): Remove hack made unnecessary.
4052
4053 * simple.el (set-fill-column): Prompt rather than error by default.
4054
4055 2008-04-04 Andreas Schwab <schwab@suse.de>
4056
4057 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4058 Reset new-rules after each round.
4059
4060 * Makefile.in (cal-autoloads): New target.
4061 (compile, compile-always, recompile): Depend on it.
4062 ($(lisp)/calendar/cal-loaddefs.el)
4063 ($(lisp)/calendar/diary-loaddefs.el)
4064 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4065
4066 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
4067
4068 * ediff*.el: Replace load with require in eval-when-compile.
4069
4070 * ediff-hook: Delete all invocations of (autoload ...).
4071
4072 * ediff-util.el (ediff-setup): Make window-min-height a local variable
4073 in ediff control window, and set its min height to 2.
4074 (ediff-setup-control-buffer): Dedicate the control window.
4075 (ediff-toggle-multiframe): Undedicate control window.
4076 Work directly with ediff-setup-windows-multiframe and
4077 ediff-setup-windows-plain.
4078
4079 * ediff-wind (ediff-choose-window-setup-function-automatically):
4080 New function.
4081 (ediff-window-setup-function): Change initialization.
4082 (ediff-setup-windows-automatic): Delete.
4083 (ediff-setup-windows-plain-merge): Make control window dedicated.
4084 (ediff-destroy-control-frame): Do not skip frames if working in a
4085 single frame.
4086
4087 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4088 eval-when-compile.
4089
4090 * emulation/viper-util.el: Move provide's forward, prevent recursion in
4091 eval-when-compile.
4092
4093 2008-04-04 Glenn Morris <rgm@gnu.org>
4094
4095 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4096 calendar-absolute-from-bahai. Update callers, keep old name as alias.
4097
4098 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4099 Rename islamic-calendar-leap-year-p. Update callers.
4100 (calendar-islamic-last-day-of-month):
4101 Rename islamic-calendar-last-day-of-month. Update callers.
4102 (calendar-islamic-day-number):
4103 Rename islamic-calendar-day-number. Update callers.
4104 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4105 Update callers, keep old name as alias.
4106 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4107 Update callers, keep old name as alias.
4108 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4109 Keep old name as alias.
4110 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4111 Update callers, keep old name as alias.
4112 (calendar-islamic-mark-date-pattern):
4113 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
4114 name as alias.
4115 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4116 Keep old name as alias.
4117 (diary-islamic-insert-monthly-entry):
4118 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
4119 (diary-islamic-insert-yearly-entry):
4120 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
4121
4122 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4123 calendar-absolute-from-iso. Update callers, keep old name as alias.
4124 (calendar-iso-print-date): Rename calendar-print-iso-date.
4125 Update callers, keep old name as alias.
4126 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4127 Keep old name as alias.
4128 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4129 Keep old name as alias.
4130
4131 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4132 calendar-absolute-from-julian. Update callers, keep old name as alias.
4133 (calendar-julian-print-date): Rename calendar-print-julian-date.
4134 Update callers, keep old name as alias.
4135 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4136 Update callers, keep old name as alias.
4137 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4138 Update callers, keep old name as alias.
4139 (calendar-astro-print-day-number):
4140 Rename calendar-print-astro-day-number. Update callers, keep old
4141 name as alias.
4142 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4143 Update callers, keep old name as alias.
4144
4145 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4146 Rename calendar-string-to-mayan-long-count. Update callers.
4147 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4148 Update callers, keep old name as alias.
4149 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4150 Update callers.
4151 (calendar-mayan-read-tzolkin-date):
4152 Rename calendar-read-mayan-tzolkin-date. Update callers.
4153 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4154 Keep old name as alias.
4155 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4156 Keep old name as alias.
4157 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4158 Keep old name as alias.
4159 (calendar-mayan-previous-tzolkin-date):
4160 Rename calendar-previous-tzolkin-date. Keep old name as alias.
4161 (calendar-mayan-next-round-date):
4162 Rename calendar-next-calendar-round-date. Keep old name as alias.
4163 (calendar-mayan-previous-round-date):
4164 Rename calendar-previous-calendar-round-date. Keep old name as alias.
4165 (calendar-mayan-long-count-to-absolute): Rename
4166 calendar-absolute-from-mayan-long-count. Keep old name as alias.
4167 (calendar-mayan-goto-long-count-date):
4168 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
4169
4170 * calendar/cal-persia.el (calendar-persian-month-name-array):
4171 Rename persian-calendar-month-name-array. Update callers.
4172 (calendar-persian-epoch): Rename persian-calendar-epoch.
4173 Update callers.
4174 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4175 Update callers.
4176 (calendar-persian-last-day-of-month):
4177 Rename persian-calendar-last-day-of-month. Update callers.
4178 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4179 Update callers, keep old name as alias.
4180 (calendar-persian-print-date): Rename calendar-print-persian-date.
4181 Update callers, keep old name as alias.
4182 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4183 Keep old name as alias.
4184
4185 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4186 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4187 * calendar/solar.el: Update for cal-julian name changes.
4188
4189 * calendar/cal-dst.el: Update for persian name changes.
4190
4191 * calendar/cal-menu.el, calendar/calendar.el:
4192 Update for islamic, iso, julian, mayan, persian name changes.
4193
4194 * calendar/diary-lib.el: Update for islamic name changes.
4195
4196 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4197 Rename all-hebrew-calendar-holidays. Update callers, keep old name
4198 as alias.
4199 (calendar-christian-all-holidays-flag):
4200 Rename all-christian-calendar-holidays. Update callers, keep old
4201 name as alias.
4202 (calendar-islamic-all-holidays-flag):
4203 Rename all-islamic-calendar-holidays. Update callers, keep old
4204 name as alias.
4205 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4206 Update callers, keep old name as alias.
4207 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4208 Update for the above name changes.
4209
4210 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * hilit-chg.el (global-highlight-changes-mode)
4213 (highlight-changes-passive-string, highlight-changes-active-string):
4214 Mark as obsolete since 23.1, not 22.1.
4215
4216 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * hilit-chg.el (highlight-changes-visibility-initial-state)
4219 (hilit-chg-update, highlight-changes-mode-turn-on):
4220 Fix typos in docstrings.
4221
4222 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
4223
4224 * newcomment.el (comment-enter-backward): Be careful to restore
4225 position changed during narrowing.
4226
4227 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
4228
4229 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4230 Recognize `sub ($$)'.
4231
4232 2008-04-03 Richard Sharman <rsharman@pobox.com>
4233
4234 * hilit-chg.el (highlight-changes-mode): Rename from
4235 highlight-changes; no longer uses sub-modes active and passive;
4236 implemented by define-minor-mode.
4237 (highlight-changes-toggle-visibility): New function, to replace
4238 the old passive/active submodes of global-highlight-changes-mode;
4239 implemented by define-minor-mode.
4240 (global-highlight-changes-mode): Rename from global-highlight-changes;
4241 rewrite using define-globalized-minor-mode.
4242 (hilit-chg-major-mode-hook, hilit-chg-check-global)
4243 (hilit-chg-post-command-hook, hilit-chg-check-global)
4244 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4245 to use of define-globalized-minor-mode.
4246 (highlight-changes-global-initial-state): Change to be boolean.
4247 (highlight-changes-visible-string, highlight-changes-invisible-string):
4248 Rename from highlight-changes-active-string and
4249 highlight-changes-passive-string.
4250 (hilit-chg-update, hilit-chg-set): Use them.
4251 (global-highlight-changes-mode): Rename from global-highlight-changes.
4252 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4253 docstring.
4254 (hilit-chg-hide-changes): Rewrite to use dolist.
4255 (hilit-chg-set-face-on-change, hilit-chg-update)
4256 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4257 variable instead of testing highlight-changes-mode.
4258 (highlight-markup-buffers): Add require ediff-util; argument on calls
4259 to highlight-changes-mode changed.
4260 (highlight-compare-with-file): Fix problems with interactive
4261 call giving invalid default file.
4262
4263 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
4264
4265 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4266 Fix in disassembly buffer (regression in 22.2).
4267
4268 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
4269
4270 * emulation/viper-macs.el (viper-read-fast-keysequence):
4271 Use viper-read-event instead of viper-read-key.
4272
4273 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4274
4275 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4276 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4277 let-statements.
4278
4279 * emulation/viper-ex.el, emulation/viper-macs.el:
4280 * emulation/viper-mous.el:
4281 Replace load with require in eval-when-compile.
4282
4283 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4286
4287 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4288 (archive-try-jka-compr): New function.
4289 (archive-set-buffer-as-visiting-file): Use it.
4290
4291 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4292
4293 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * simple.el (handle-shift-selection): New arg.
4296
4297 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4300
4301 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4302
4303 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * shell.el (shell-dynamic-complete-filename): New fun.
4306 (shell-dynamic-complete-functions): Use it.
4307
4308 * help-fns.el (describe-variable): Undo 2008-02-25 change.
4309
4310 2008-04-03 Kenichi Handa <handa@m17n.org>
4311
4312 * international/fontset.el (create-fontset-from-x-resource):
4313 Handle the error of X resource more gracefully.
4314
4315 * international/latin1-disp.el (latin1-display): Don't use make-char.
4316 Fix the argument to set-char-table-range.
4317 (latin1-display-identities): Don't use make-char.
4318 (latin1-display-reset): Use map-charset-chars instead of directly
4319 calling standard-display-default.
4320 (latin1-display-check-font): Don't use make-char.
4321 (latin1-display-setup): Likewise.
4322 (latin1-display-ucs-per-lynx): Likewise.
4323
4324 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4327 name the fields, to make the code clearer.
4328 Rewrite all `aset' and `aref' using the defined accessors.
4329 (timer--time): New pseudo-field.
4330 (timer-set-time, timer-set-idle-time, timer-inc-time)
4331 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4332 (timer--time-less-p): New function.
4333 (timer--activate): New function, extracted from timer-activate.
4334 (timer-activate-when-idle, timer-activate): Use it.
4335 (cancel-function-timers): Use dolist.
4336
4337 2008-04-03 Glenn Morris <rgm@gnu.org>
4338
4339 * add-log.el (c-beginning-of-defun, c-end-of-defun):
4340 Remove declarations; no longer used.
4341 (c-cpp-define-name, c-defun-name): Declare as functions.
4342
4343 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4344 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4345
4346 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4347 (holiday-passover-etc, holiday-hanukkah): Doc fix.
4348 Add optional argument. Simplify.
4349 (holiday-tisha-b-av-etc): Use memq rather than unless.
4350 (holiday-julian): Autoload it.
4351 (holiday-hebrew-misc): New function.
4352
4353 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4354
4355 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4356 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4357 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4358 all-hebrew-calendar-holidays.
4359 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4360 Simplify using new functions.
4361 (calendar-holidays): Doc fix.
4362 (generate-calendar-window): Use bound-and-true-p.
4363
4364 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4365
4366 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4367 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
4368 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
4369 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4370
4371 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4372
4373 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4376
4377 * vc-bzr.el (vc-bzr-checkout): Simplify.
4378
4379 * image-mode.el (image-mode-fit-frame): New command.
4380
4381 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4382 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4383 (keyboard-escape-quit): Check region-active-p i.s.o
4384 transient-mark-mode.
4385
4386 2008-04-02 Simon Josefsson <simon@josefsson.org>
4387
4388 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4389 (imap-message-copyuid-1): Use it.
4390 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
4391 J. Williams in
4392 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4393
4394 2008-04-02 Alan Mackenzie <acm@muc.de>
4395
4396 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4397 New optimised functions to get the name of the current defun/macro.
4398
4399 * add-log.el (add-log-current-defun): Move the functionality which
4400 gets the current function name for C like modes to cc-cmds.el,
4401 thus optimising for speed.
4402
4403 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * simple.el (deactivate-mark): When the mark is temporarily
4406 active, restore the original value of transient-mark-mode.
4407 (set-mark-command): First deactivate the mark if was temporarily active.
4408 (exchange-point-and-mark): Reactivate the mark if it was
4409 temporarily active.
4410 (handle-shift-selection): New fun.
4411 (transient-mark-mode): Move var documentation here from buffer.c.
4412 (next-line, previous-line, backward-word, move-end-of-line)
4413 (move-beginning-of-line, forward-to-indentation)
4414 (backward-to-indentation, back-to-indentation)
4415 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4416
4417 * mouse.el (mouse-set-region-1): Save the old value of
4418 transient-mark-mode.
4419 (mouse-drag-track): Ignore the now-obsolete value `identity' for
4420 transient-mark-mode.
4421
4422 * textmodes/paragraphs.el (forward-paragraph)
4423 (backward-paragraph, forward-sentence, backward-sentence): Add ^
4424 interactive spec.
4425
4426 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4427
4428 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
4429
4430 * net/tramp.el (tramp-make-tramp-temp-file):
4431 Use `tramp-drop-volume-letter' for the local file name part.
4432
4433 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4434
4435 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
4436 Add menu entries corresponding to all the key bindings.
4437
4438 * emacs-lisp/debug.el (debugger-mode-map):
4439 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4440 (conf-align-assignments): Only work on the region if it is active.
4441 (conf-quote-normal): Use when instead of if. Remove redundant test.
4442
4443 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4444 for tracing and re-builder.
4445
4446 2008-04-02 Glenn Morris <rgm@gnu.org>
4447
4448 * calendar/appt.el (appt-disp-window-function): Doc fix.
4449 (appt-display-message): Move beep before display.
4450 (appt-check): Make interactive. Reduce the number of lets.
4451 Use string-equal to compare mode-line strings.
4452 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
4453 read-only.
4454 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4455 (appt-delete): Simplify.
4456
4457 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4458
4459 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4460
4461 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4462 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4463 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4464
4465 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4466 (calendar-holiday-marker, mark-visible-calendar-date):
4467 * calendar/diary-lib.el (fancy-diary-display):
4468 Check for font-lock-mode before using faces.
4469
4470 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4471 (calendar-gregorian-from-absolute): Reduce the number of lets.
4472 (hebrew-holidays-4, generate-calendar-window): Simplify.
4473 (calendar-for-loop): Make obsolete.
4474 (calendar-nth-named-day): Doc fix.
4475
4476 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4477 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4478 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4479 Reduce the number of lets.
4480 (mark-sexp-diary-entries, calendar-mark-complex):
4481 Expand calendar-for-loops.
4482
4483 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * find-dired.el (find-dired-filter): Fix last patch to handle
4486 multi-line process input. Pad link numbers too.
4487
4488 2008-04-01 Jari Aalto <jari.aalto@cante.net>
4489
4490 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4491
4492 2008-04-01 Jason Rumney <jasonr@gnu.org>
4493
4494 * international/characters.el (script-list): Add phonetic script,
4495 covering IPA (previously Latin), Phonetic Extensions and
4496 Phonetic Extensions Supplement (both previously unassigned).
4497
4498 * international/fontset.el (setup-default-fontset): Use unicode fonts
4499 that cover bopomofo script for bopomofo.
4500 Likewise for braille and mathematical.
4501 Use unicode scripts that cover the phonetic script for IPA.
4502
4503 2008-04-01 Johan Bockgård <bojohan@gnu.org>
4504
4505 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4506 return the assigned value.
4507
4508 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * abbrev.el (abbrev-mode): Use define-minor-mode.
4511
4512 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
4513 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4514 Use map-keymap.
4515 (minor-mode-menu-from-indicator): Use it. Simplify.
4516
4517 * bindings.el (mode-line-mode-menu): Move before (new) first use.
4518 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4519 Bind the key directly to the menu.
4520 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4521
4522 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4523
4524 * epa.el (epa-decrypt-region): Explain the reason why this
4525 function should not be used in Lisp programs.
4526 (epa-decrypt-armor-in-region): Ditto.
4527 (epa-verify-region): Ditto.
4528 (epa-verify-cleartext-in-region): Ditto.
4529 (epa-sign-region): Ditto.
4530 (epa-encrypt-region): Ditto.
4531
4532 * epg.el (epg-start-receive-keys): Fix typo in docstring.
4533
4534 * epa.el (epa-select-keys): Show menu even if there is no key in
4535 GnuPG's keyring.
4536
4537 2008-04-01 Glenn Morris <rgm@gnu.org>
4538
4539 * calendar/calendar.el (calendar-make-temp-face): New function.
4540 (mark-visible-calendar-date):
4541 * calendar/diary-lib.el (fancy-diary-display): Use it.
4542
4543 * vc-hooks.el (vc-responsible-backend): Declare as function.
4544
4545 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4546 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4547 * calendar/cal-julian.el (holiday-julian): Use it.
4548
4549 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4550 (calendar-hebrew-date-is-visible-p): Extract some common code into
4551 separate function.
4552 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4553
4554 * calendar/cal-menu.el (cal-menu-holidays-menu):
4555 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4556 rather than obsolete alias.
4557
4558 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4559 for mark characters.
4560 (calendar-unmark): Unmark by removing all overlays, rather than
4561 redrawing.
4562 (calendar-starred-day): Remove.
4563 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
4564 (calendar-cursor-to-date): No need for special star handling now
4565 using overlays.
4566 (calendar-star-date): Use overlays.
4567
4568 * calendar/cal-french.el (calendar-goto-french-date):
4569 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4570 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4571 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4572 * calendar/cal-persia.el (calendar-persian-date-string):
4573 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4574 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4575 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4576 * calendar/solar.el (solar-equinoxes-solstices):
4577 Reduce nesting of some lets.
4578
4579 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4580 (calendar-goto-mayan-long-count-date): Simplify.
4581
4582 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4583 Simplify by using mapcar.
4584 (calendar-list-holidays): Return holiday-list.
4585 (list-holidays): Use let rather than let*. Remove un-needed locals
4586 `d', `never'.
4587 (calendar-check-holidays): Return result from dolist.
4588 (holiday-float): Use a single let*. Simplify if-and to and.
4589 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4590 single let*.
4591
4592 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
4593
4594 * calc/calc.el: Autoload `calc-yank'.
4595 (calc-mode-map): Add keybindings for `calc-yank'.
4596 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4597 assignments for `calc-yank'.
4598
4599 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4600
4601 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4602 (vc-status-mark-buffer-changed): Handle the extra field.
4603
4604 * vc-bzr.el (vc-bzr-after-dir-status):
4605 * vc-cvs.el (vc-cvs-after-dir-status):
4606 * vc-hg.el (vc-hg-after-dir-status):
4607 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4608
4609 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * doc-view.el: Compute displayed pages first (in PDF).
4612 (doc-view-current-converter-processes): Rename from
4613 doc-view-current-converter-process. Update users.
4614 (doc-view-sentinel): Test buffer's liveness.
4615 (doc-view-pdf/ps->png-sentinel): Remove.
4616 (doc-view-start-process): New function.
4617 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4618 (doc-view-ps->pdf): Use it.
4619 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4620 New functions.
4621 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4622 (doc-view-mode): Kill the processes when leaving the mode.
4623
4624 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4627 Use `byte-compile-warning-types'. Add docstring.
4628
4629 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4632 (smerge-resolve): Add various resolution heuristics.
4633
4634 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4635 in 3-way conflicts.
4636
4637 2008-03-31 Glenn Morris <rgm@gnu.org>
4638
4639 * calendar/cal-bahai.el (diary-bahai-mark-entries):
4640 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4641 * calendar/cal-islam.el (mark-islamic-diary-entries):
4642 Fix argument order in call to diary-mark-entries-1.
4643
4644 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4645 pre-Bahai dates.
4646 (holiday-bahai): Use an algorithm actually relevant to this calendar
4647 system.
4648
4649 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4650
4651 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4652 Use and.
4653
4654 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4655 in the last fortnight in Julian October.
4656
4657 * calendar/calendar.el (increment-calendar-month): Optionally handle
4658 systems without 12 months per year.
4659
4660 (calendar-date-is-visible-p): Doc fix. Simplify.
4661
4662 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4663 from dolist.
4664
4665 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4668 (hi-lock-unload-function): New function.
4669
4670 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4671
4672 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4673 overwriting when NEWNAME is a local file.
4674
4675 * net/trampver.el: Update release number.
4676
4677 2008-03-30 Alexandre Julliard <julliard@winehq.org>
4678
4679 * vc-git.el: Make vc-status display information about copies,
4680 renames and permission changes.
4681 (vc-git-extra-fileinfo): New defstruct.
4682 (vc-git-escape-file-name, vc-git-file-type-as-string)
4683 (vc-git-rename-as-string, vc-git-permissions-as-string)
4684 (vc-git-status-printer): New functions.
4685 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4686 (vc-git-after-dir-status-stage1): Look for copies, renames and
4687 permission changes.
4688 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4689 (vc-git-dir-status): Ask for staged files and renames.
4690
4691 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4692
4693 * vc.el: Allow backends to display backend specific information in
4694 the vc-status listing.
4695 (vc-status-fileinfo): Add a field for backend specific information.
4696 (vc-status-printer): Rename to ...
4697 (vc-default-status-printer): ... this.
4698 (vc-status-printer): New function.
4699 (vc-update-vc-status-buffer): Set the backend specific file info
4700 if provided.
4701
4702 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * textmodes/remember.el (remember-diary-convert-entry): Revert last
4705 change (ill-conceived).
4706
4707 2008-03-29 Glenn Morris <rgm@gnu.org>
4708
4709 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4710 * calendar/cal-julian.el (holiday-julian): Simplify.
4711
4712 * calendar/holidays.el (list-holidays): Use or.
4713
4714 2008-03-29 Juri Linkov <juri@jurta.org>
4715
4716 * window.el (split-window-preferred-horizontally): New function.
4717
4718 * cus-start.el (split-window-preferred-function):
4719 Set choice for "vertically" to nil instead of split-window.
4720 Set choice for "horizontally" to split-window-preferred-horizontally
4721 instead of lambda.
4722
4723 2008-03-29 Juri Linkov <juri@jurta.org>
4724
4725 * simple.el (minibuffer-default-add-function): New variable with
4726 the default to minibuffer-default-add-completions.
4727 (minibuffer-default-add-done): New variable. Make it buffer-local.
4728 (minibuffer-default-add-completions): New function.
4729 (goto-history-element): Set minibuffer-default-add-done to t and
4730 call a function in minibuffer-default-add-function when the
4731 specified absolute history position is greater than the length of
4732 the minibuffer-default list and minibuffer-default-add-done is nil.
4733 Change "^End of history; no next item$" to "^End of defaults;
4734 no next item$".
4735
4736 * bindings.el (debug-ignored-errors): Change "^End of history;
4737 no next item$" to "^End of defaults; no next item$".
4738
4739 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4742
4743 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4744 to with-no-warnings.
4745
4746 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
4747
4748 Sync with Tramp 2.1.13.
4749
4750 * net/tramp-ftp.el: Require 'cl when byte-compiling.
4751
4752 * net/trampver.el: Update release number.
4753
4754 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4755
4756 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4757 the current backend.
4758
4759 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4760 (vc-status-refresh): Create a temporary buffer and call the
4761 `dir-status' backend function from that buffer.
4762
4763 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4764 (vc-bzr-after-dir-status): Don't kill the buffer.
4765
4766 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4767 (vc-cvs-after-dir-status): Don't kill the buffer.
4768
4769 * vc-git.el (vc-git-dir-status): Don't create a buffer.
4770 (vc-git-after-dir-status-stage2): Don't kill the buffer.
4771
4772 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4773 (vc-hg-after-dir-status): Don't kill the buffer.
4774
4775 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4776 (vc-svn-after-dir-status): Don't kill the buffer.
4777
4778 2008-03-29 Glenn Morris <rgm@gnu.org>
4779
4780 * calendar/calendar.el (diary-file, american-date-diary-pattern)
4781 (european-date-diary-pattern, european-calendar-display-form)
4782 (american-calendar-display-form, diary-display-hook): Doc fixes.
4783 (european-calendar-style): Doc fix. Use calendar-set-date-style for
4784 custom :set. Mark as obsolete.
4785 (calendar-date-style, iso-date-diary-pattern)
4786 (iso-calendar-display-form): New user variables.
4787 (diary-date-forms, calendar-date-display-form): Set using
4788 calendar-date-style. Doc fix.
4789 (calendar-set-date-style): New command.
4790 (european-calendar, american-calendar): Use calendar-set-date-style.
4791 Mark as obsolete.
4792
4793 * calendar/diary-lib.el (number): Move declaration where needed.
4794 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
4795 (diary-make-date): New function.
4796 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
4797 Use diary-make-date.
4798 (diary-date-display-form, diary-insert-entry-1): New functions.
4799 (insert-monthly-diary-entry, insert-yearly-diary-entry):
4800 Use diary-insert-entry-1.
4801 (insert-anniversary-diary-entry, insert-block-diary-entry)
4802 (insert-cyclic-diary-entry): Use diary-date-display-form.
4803
4804 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4805 Autoload diary-insert-entry-1.
4806 * calendar/cal-bahai.el (diary-bahai-insert-entry)
4807 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4808 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
4809 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
4810 * calendar/cal-islam.el (insert-islamic-diary-entry)
4811 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
4812 Use diary-insert-entry-1.
4813
4814 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
4815 (diary-yahrzeit): Doc fix. Use diary-make-date.
4816
4817 * calendar/icalendar.el (icalendar--datetime-to-american-date):
4818 New name for icalendar--datetime-to-noneuropean-date. Make old name
4819 obsolete alias.
4820 (icalendar--datetime-to-iso-date): New function.
4821 (icalendar--datetime-to-diary-date): Doc fix. Respect
4822 calendar-date-style if bound.
4823
4824 * textmodes/remember.el (remember-diary-convert-entry):
4825 Respect calendar-date-style if bound.
4826
4827 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
4830 (xterm-mouse-handle-delete-frame): Delete.
4831
4832 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
4833 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
4834 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
4835 in xterm-modify-other-keys-terminal-list.
4836
4837 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
4838 are conflicts.
4839
4840 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4841
4842 * vc.el (vc-update): Check if the buffer is unsaved only if it
4843 actually exists.
4844 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
4845 vc-print-log.
4846
4847 2008-03-28 Magnus Henoch <mange@freemail.hu>
4848
4849 * net/dns.el (dns-write): Use set-buffer-multibyte.
4850
4851 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * vc-bzr.el (vc-bzr-sha1): New fun.
4854 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
4855 (vc-bzr-registered): Use it.
4856
4857 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 * vc.el (vc-status-kill-dir-status-process): Simplify.
4860 (vc-status-refresh): Make sure the buffer is live.
4861 (ring): Don't require it, not used.
4862
4863 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
4864
4865 * progmodes/verilog-mode.el (verilog-auto-inout-module):
4866 Add optional regular expression to AUTOINOUTMODULE.
4867 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
4868 (verilog-auto-inst-param, verilog-auto-reg)
4869 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
4870 (verilog-auto-output-every, verilog-auto-input)
4871 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
4872 (verilog-auto-unused, verilog-auto): Update documentation to use
4873 more obvious instance module names versus cell names.
4874
4875 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
4876
4877 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
4878 kill if a process is running.
4879
4880 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
4881
4882 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4883
4884 * vc.el: Add new backend function 'status-extra-headers.
4885 (vc-default-status-extra-headers): New function.
4886 (vc-status-headers): Call 'status-extra-headers. Add colors.
4887
4888 * vc-git.el (vc-git-status-extra-headers): New function.
4889
4890 2008-03-28 Glenn Morris <rgm@gnu.org>
4891
4892 * calendar/cal-menu.el (cal-menu-holidays-menu)
4893 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
4894 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
4895 holiday-list is optional.
4896 (calendar-mouse-holidays): Remove un-needed local `l'.
4897
4898 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4899 Remove un-needed local `date'.
4900 (calendar-cursor-to-visible-date): Use let rather than let*.
4901 Remove un-needed local `first-of-month-weekday'.
4902
4903 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
4904
4905 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
4906 Doc fixes.
4907 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
4908 (diary-header-line-flag, diary-header-line-format): Declare.
4909 (diary-pull-attrs): Check for multiple matches.
4910 (diary-list-entries-2): Simplify finding start of date.
4911 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
4912 pop-up-frames.
4913 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
4914 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
4915
4916 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
4919
4920 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
4921
4922 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
4925
4926 * image-mode.el (image-mode-reapply-winprops): Fix last change.
4927
4928 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4929
4930 * international/mule-conf.el (define-iso-single-byte-charset):
4931 Don't make latin-iso8859-* supplementary.
4932 (#'set-charset-priority): Don't change the priority of charsets
4933 `unicode' and `emacs'.
4934
4935 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
4938 temp buffer.
4939
4940 2008-03-27 Glenn Morris <rgm@gnu.org>
4941
4942 * calendar/cal-bahai.el (diary-bahai-list-entries):
4943 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
4944 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
4945
4946 * calendar/calendar.el (diary-file): Doc fix.
4947
4948 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
4949 (list-diary-entries-hook, mark-diary-entries-hook)
4950 (include-other-diary-files, diary-mail-entries)
4951 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
4952 (diary-set-header): New function.
4953 (diary-header-line-flag, diary-header-line-format):
4954 Use diary-set-header for custom :set function.
4955 (diary-set-maybe-redraw): Use symbol-value rather than eval.
4956 (diary-attrtype-convert): Use intern-soft rather than read.
4957 (diary-display-no-entries): New function.
4958 (simple-diary-display, fancy-diary-display): Use it.
4959 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
4960 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
4961
4962 * calendar/holidays.el (list-holidays): Doc fix.
4963
4964 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
4965
4966 * calc/calc-store.el (calc-read-var-name-history): New variable.
4967 (calc-read-var-name): Use `calc-read-var-name-history'.
4968
4969 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * image-mode.el (image-mode-reapply-winprops): Simplify now that
4972 window-configuration-change-hook works buffer-locally.
4973
4974 2008-03-26 Johan Bockgård <bojohan@gnu.org>
4975
4976 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
4977 for Emacs Lisp, not Lisp.
4978
4979 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
4980
4981 * help-fns.el (describe-function-1, describe-variable):
4982 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
4983
4984 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
4985 replacement is provided, don't print "use nil instead".
4986
4987 2008-03-26 Johan Bockgård <bojohan@gnu.org>
4988
4989 * complete.el (PC-do-completion): Use regexp-quote.
4990
4991 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
4994 Detect missing files.
4995
4996 * vc-git.el (vc-git-extra-menu-map): New key map.
4997 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
4998 New functions.
4999
5000 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5001 and 'missing files.
5002
5003 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * calendar/holidays.el (list-holidays): Make Y2 optional.
5006
5007 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5008 buffers shown to the user.
5009 (appt-disp-window): Disable undo explicitly now that the leading space
5010 is gone.
5011
5012 * simple.el (activate-mark): New function.
5013 (set-mark-command): Use it with region-active-p to clean up the code.
5014 (exchange-point-and-mark): Invert the meaning of C-u when
5015 transient-mark-mode is active.
5016
5017 * dired-aux.el (dired-create-files): Use dolist.
5018
5019 * bindings.el (mode-line-change-eol): Use with-selected-window.
5020
5021 * apropos.el (apropos-command): Include macros.
5022
5023 2008-03-26 Glenn Morris <rgm@gnu.org>
5024
5025 * calendar/cal-bahai.el: Require calendar, not cal-julian.
5026 (calendar-bahai-epoch): Doc fix.
5027
5028 * calendar/cal-china.el: Explicitly require calendar.
5029
5030 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5031 Require calendar rather than cal-julian.
5032 Autoload calendar-absolute-from-julian.
5033 * calendar/cal-coptic.el (coptic-calendar-epoch):
5034 * calendar/cal-islam.el (calendar-islamic-epoch):
5035 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5036
5037 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5038
5039 * calendar/cal-dst.el: Don't require cal-persia.
5040 (calendar-absolute-from-persian): Autoload it.
5041 (dst-adjust-time): Doc fix.
5042
5043 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5044 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5045 calendar.
5046
5047 * calendar/cal-menu.el: Require calendar rather than declaring
5048 functions.
5049 * calendar/calendar.el: Provide calendar before requiring cal-menu.
5050
5051 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5052 calendar-after-frame-setup-hooks. Update callers, make old name an
5053 obsolete alias. Doc fix.
5054 (calendar-frame-1): Doc fix.
5055
5056 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5057
5058 * calendar/calendar.el (oriental-holidays, solar-holidays):
5059 * calendar/holidays.el (list-holidays): Assume atan always bound.
5060
5061 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5062 Explicitly require calendar, not cal-julian.
5063 * calendar/lunar.el: Explicitly require cal-dst.
5064
5065 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5068
5069 * help-fns.el (describe-function-1, describe-variable): If no
5070 replacement is provided, don't print "use nil instead".
5071
5072 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5073
5074 * proced.el: New file.
5075
5076 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5077
5078 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5079
5080 2008-03-25 Juri Linkov <juri@jurta.org>
5081
5082 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5083 in battery-mode-line-format.
5084
5085 * bindings.el (minibuffer-local-map): For the command
5086 file-cache-minibuffer-complete replace keymap minibuffer-local-map
5087 with map which is already locally bound to minibuffer-local-map.
5088
5089 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5092 Remove `sort-first' argument.
5093
5094 * subr.el (redisplay-end-trigger-functions)
5095 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5096 (process-filter-multibyte-p, set-process-filter-multibyte):
5097 Mark as obsolete.
5098
5099 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5102 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5103 use the LOCAL arg of `add-hook'.
5104 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5105 Remove spurious * from defcustom docstrings.
5106 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5107 Fix typos in messages.
5108 (reb-mode-buffer-p): New function.
5109 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5110 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5111 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5112 (reb-update-overlays): Use `unless', `when'.
5113 (re-builder-unload-function): New function.
5114
5115 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5116
5117 * vc-hooks.el (vc-state): Add documentation for 'missing.
5118
5119 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
5120
5121 * progmodes/verilog-mode.el (verilog-auto-output)
5122 (verilog-auto-input, verilog-auto-inout, verilog-auto)
5123 (verilog-delete-auto): Add optional regular expression to
5124 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5125 (verilog-signals-matching-regexp): New internal function for
5126 signal matching.
5127
5128 2008-03-25 Johan Bockgård <bojohan@gnu.org>
5129
5130 * info.el (Info-isearch-search): Always return point.
5131
5132 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * diff-mode.el (diff-remembered-defdir): New var.
5135 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5136
5137 2008-03-25 Glenn Morris <rgm@gnu.org>
5138
5139 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5140 calendar-bahai-prompt-for-date. Update callers, make old name an
5141 obsolete alias. Doc fix.
5142 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5143 coptic-prompt-for-date. Update callers, make old name an
5144 obsolete alias. Doc fix.
5145 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5146 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
5147 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5148 calendar-islamic-prompt-for-date. Update callers. Doc fix.
5149 * calendar/cal-iso.el (calendar-iso-read-date): New name for
5150 calendar-iso-read-args. Update callers, make old name an obsolete
5151 alias.
5152 * calendar/cal-persia.el (calendar-persian-read-date): New name for
5153 persian-prompt-for-date. Update callers, make old name an
5154 obsolete alias. Doc fix. Move definition before use.
5155
5156 * calendar/cal-x.el (diary-frame-parameters)
5157 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5158 (calendar-frame-1): Doc fixes.
5159 (make-fancy-diary-buffer): Remove declaration.
5160 (calendar-dedicate-diary): Replace call to deleted function
5161 make-fancy-diary-buffer.
5162 (calendar-frame-setup): New function.
5163 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5164 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5165 work, and mark as obsolete.
5166 (special-display-buffer-names): Don't mess with this; it's not our
5167 business.
5168 (cal-x-load-hook): Defvar it, and mark as obsolete.
5169
5170 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5171 Default to t. Add to 'calendar group.
5172 (calendar): Doc fix. Use calendar-frame-setup.
5173 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
5174 (generate-calendar-window): Doc fix.
5175
5176 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5177
5178 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5179
5180 2008-03-24 Drew Adams <drew.adams@oracle.com>
5181
5182 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5183 New variables.
5184 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
5185 (finder-exit): Ignore errors rather than avoiding them.
5186 Kill *Finder-package* buffer also.
5187
5188 2008-03-24 Andreas Schwab <schwab@suse.de>
5189
5190 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5191
5192 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
5193
5194 * vc-hg.el (vc-hg-after-dir-status):
5195 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5196
5197 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5198 Detect removed files.
5199
5200 * vc.el (vc-status-printer): Use a different face for missing files.
5201 (vc-status-hide-up-to-date): Rename from
5202 vc-status-remove-up-to-date. Update all callers.
5203 (vc-status-mode-map): Bind C-m.
5204
5205 2008-03-24 Alexandre Julliard <julliard@winehq.org>
5206
5207 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5208 code ...
5209 (vc-git--state-code): ... to this new function.
5210 (vc-git-state): Use it.
5211
5212 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
5213
5214 * textmodes/remember.el (remember-mail-date)
5215 (remember-store-in-mailbox): Write date and From line in such a
5216 way that Mutt can read it.
5217
5218 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
5219
5220 * simple.el (transient-mark-mode): Turn on by default.
5221
5222 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5225 'unregistered for unregistered files.
5226
5227 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5228
5229 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5230
5231 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5232 subdirectories.
5233
5234 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5235 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5236 Add :enable for vc-status-refresh.
5237 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5238 (vc-status-tool-bar-map): Add binding for
5239 vc-status-kill-dir-status-process.
5240 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5241 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5242 Reset vc-status-process-buffer.
5243 (vc-status-refresh): Don't run two refreshes at a time.
5244 (vc-status): If the buffer is already in vc-status-mode only refresh.
5245 (vc-status-mark-buffer-changed): Add an optional file parameter.
5246 (vc-resynch-buffer): Use it.
5247 (vc-delete-file): Expand the file name before using it.
5248 Be careful to not create a new buffer with the old file contents.
5249 Update the VC state after performing the operation.
5250
5251 2008-03-23 Andreas Schwab <schwab@suse.de>
5252
5253 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5254 Fix radio button condition.
5255 [box]: Likewise.
5256 [customize]: Add radio button.
5257
5258 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
5259
5260 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5261 (calc-user-parse-tables, calc-gnuplot-default-device)
5262 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5263 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5264 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5265 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5266 (calc-undo-list, calc-redo-list, calc-main-buffer)
5267 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5268 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5269 (calc-said-hello, calc-executing-macro, calc-any-selections)
5270 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5271 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5272 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5273 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5274 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5275 (calc-create-buffer, calc-quit): Add docstrings.
5276
5277 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * makefile.w32-in (WINS_ALMOST): Add org.
5280
5281 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5282
5283 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5284 New functions to implement vc-status support.
5285
5286 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * vc.el (vc-status-prepare-status-buffer): New function.
5289 (vc-status): Use it.
5290
5291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5292 appropriate.
5293
5294 2008-03-22 Alexandre Julliard <julliard@winehq.org>
5295
5296 * vc-git.el (vc-git--empty-db-p)
5297 (vc-git-after-dir-status-stage1-empty-db): New functions.
5298 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5299 Add support for empty repositories.
5300
5301 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5304 Allow "^" in a version name.
5305
5306 * vc-mtn.el (vc-mtn-state): Support the added state.
5307
5308 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
5309
5310 * org: New directory for Org-mode.
5311
5312 * org/org-export-latex.el: Moved from lisp/texmodes.
5313
5314 * org/org-irc.el: Moved from lisp/texmodes.
5315
5316 * org/org-mac-message.el: Moved from lisp/texmodes.
5317
5318 * org/org-mouse.el: Moved from lisp/texmodes.
5319
5320 * org/org-publish.el: Moved from lisp/texmodes.
5321
5322 2008-03-21 Juri Linkov <juri@jurta.org>
5323
5324 * comint.el (comint-dynamic-simple-complete):
5325 Use variable `stub' for the second arg `common-substring'
5326 of `comint-dynamic-list-completions'.
5327 (comint-dynamic-list-filename-completions):
5328 Use variable `filenondir' for the second arg `common-substring'
5329 of `comint-dynamic-list-completions'.
5330 (comint-dynamic-list-completions): Add new optional arg
5331 `common-substring'. Add `common-substring' as the second arg of
5332 the call to `display-completion-list'. Doc fix.
5333
5334 * comint.el (comint-dynamic-complete-as-filename)
5335 (comint-dynamic-list-filename-completions)
5336 (comint-dynamic-simple-complete): Use `minibuffer-message'
5337 to display message "No completions of %s" when a command
5338 is called in the minibuffer.
5339 (comint-dynamic-simple-complete): Don't display other
5340 completion messages when a command is called in the minibuffer.
5341 (comint-dynamic-list-completions): Use `minibuffer-message'
5342 to display message " [Type space to flush ...]" when a command
5343 is called in the minibuffer.
5344
5345 * shell.el (shell-dynamic-complete-command)
5346 (shell-dynamic-complete-environment-variable): Don't display
5347 completion messages when command is called in the minibuffer.
5348
5349 * emacs-lisp/lisp.el (lisp-complete-symbol):
5350 Use `minibuffer-message' to display message "No completions of %s"
5351 when this command is called in the minibuffer.
5352
5353 * bindings.el (standard-mode-line-modes): Put special help-echo
5354 tooltip on recursive edit %[ %] mode-line constructs.
5355
5356 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5357 "^No dynamic expansion for .* found$" to allow error messages like
5358 "No dynamic expansion for \"%s\" found in this-buffer".
5359
5360 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5363 "psftp".
5364
5365 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5368 * vc.el (vc-default-dired-state-info): Use just "modified".
5369 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5370 (vc-cvs-mode-line-string): Make use of the better default.
5371 (vc-cvs-parse-entry): Use the new `added'.
5372 (vc-cvs-dired-state-info): Remove.
5373 * vc-svn.el (vc-svn-dired-state-info): Remove.
5374 * vc-hg.el (vc-hg-dired-state-info): Remove.
5375 * vc-git.el (vc-git-dired-state-info): Remove.
5376
5377 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * vc-git.el (vc-git-status-result): New variable.
5380 (vc-git-dir-status): Split out ...
5381 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5382 ... these new functions and work asynchronously.
5383
5384 2008-03-21 Alexandre Julliard <julliard@winehq.org>
5385
5386 * vc-git.el (vc-git-after-dir-status): Remove.
5387 (vc-git-dired-state-info): Reimplement.
5388
5389 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5390
5391 * replace.el (occur-mode-map): Add :help.
5392
5393 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5394 for disassemble.
5395
5396 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5397 the 'added state.
5398 (vc-status-remove-up-to-date): New function.
5399 (vc-status-mode-map, vc-status-menu-map): Bind it.
5400 (vc-status-printer): Use a different face up-to-date files.
5401 (vc-resynch-buffer): Update the vc-status buffer if it exists.
5402 (Todo): Remove solved entries.
5403
5404 * vc-hg.el (vc-hg-state):
5405 * vc-git.el (vc-git-state):
5406 * vc-cvs.el (vc-cvs-parse-status):
5407 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5408 state.
5409
5410 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * progmodes/compile.el (compile):
5413 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5414
5415 * simple.el (minibuffer-local-shell-command-map): New var.
5416 (minibuffer-complete-shell-command, read-shell-command): New funs.
5417 (shell-command, shell-command-on-region): Use them.
5418
5419 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5420
5421 * vc.el (vc-status-mark-buffer-changed): New function to implement
5422 updating of the *vc-status* buffer when a buffer is saved.
5423 (vc-status-mode): Use it for after-change-hook.
5424 (vc-add-to-vc-status-buffer): Rename to ...
5425 (vc-status-add-entry): ... this.
5426 (Todo): Add new entry.
5427
5428 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5431
5432 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5435 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5436 Remove spurious * from defcustom docstrings.
5437 (icomplete-compute-delay): Fix docstring and remove spurious *.
5438 (icomplete-delay-completions-threshold): Fix typo in docstring and
5439 remove spurious *.
5440 (icomplete-completions): While collecting the list of prospective
5441 candidates, don't overshoot `icomplete-prospects-length'.
5442
5443 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5444
5445 * textmodes/refbib.el:
5446 * textmodes/reftex.el:
5447 * textmodes/reftex-global.el:
5448 * textmodes/reftex-vars.el:
5449 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5450 compiler pacifying defvars.
5451 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5452 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5453 not needed.
5454
5455 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
5456
5457 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5458 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5459 (verilog-customize, verilog-font-customize)
5460 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5461 (verilog-mode): Update documentation strings to match tool tips.
5462 (verilog-auto-search-do, verilog-auto-re-search-do)
5463 (verilog-skip-forward-comment-or-string): Fix verilog-auto
5464 expansion when a .* appears inside a string.
5465 (verilog-re-search-forward, verilog-re-search-backward):
5466 Add comment to recall how this works.
5467 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5468
5469 2008-03-20 Glenn Morris <rgm@gnu.org>
5470
5471 * calendar/calendar.el (calendar-other-dates): New function.
5472 (calendar-print-other-dates): Use calendar-other-dates.
5473 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5474 the declarations it replaces.
5475 (calendar-mouse-print-dates): Use calendar-other-dates.
5476
5477 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5478 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5479 (calendar-absolute-from-bahai): Fix the leap-year case.
5480 (calendar-bahai-from-absolute): Re-use the Gregorian month.
5481 (calendar-bahai-date-string, calendar-bahai-print-date):
5482 Handle pre-Bahai dates.
5483
5484 * calendar/cal-china.el (chinese-calendar-celestial-stem)
5485 (chinese-calendar-terrestrial-branch): Make defcustoms.
5486
5487 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5488 (calendar-mouse-view-diary-entries): Use or.
5489 (calendar-mouse-chinese-date): Remove unused command.
5490 (cal-menu-load-hook): Mark as obsolete.
5491
5492 * calendar/solar.el (calendar-location-name, calendar-latitude)
5493 (calendar-longitude, solar-arctan, sunrise-sunset)
5494 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5495
5496 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5497
5498 * calc/calc.el: Remove outdated comments.
5499 (defcalcmodevar, calc-mode-var-list-restore-default-values)
5500 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5501 Add docstrings.
5502
5503 2008-03-19 Jason Rumney <jasonr@gnu.org>
5504
5505 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5506
5507 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5508
5509 * net/tls.el (open-tls-stream): Reindent.
5510
5511 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-let-maybe): Removed.
5514 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5515 It does not exist under XEmacs.
5516 (tramp-handle-file-truename, tramp-handle-expand-file-name)
5517 (tramp-completion-file-name-handler): Let-bind
5518 `directory-sep-char'.
5519
5520 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5521 `directory-sep-char'.
5522
5523 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * help-fns.el (describe-function-1): Don't signal "missing arglist"
5526 for autoloaded keymaps.
5527
5528 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5529 (electric-verilog-terminate-line, verilog-in-struct-region-p)
5530 (verilog-backward-ws&directives, verilog-forward-ws&directives)
5531 (verilog-in-comment-p, verilog-in-star-comment-p)
5532 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5533 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5534 (verilog-skip-forward-comment-or-string, verilog-in-paren)
5535 (verilog-skip-forward-comment-p): Use it.
5536
5537 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5540 (org-remember-templates, org-time-stamp-rounding-minutes)
5541 (org-back-over-empty-lines, org-find-base-buffer-visiting)
5542 (org-columns-new): Fix typos in docstrings.
5543
5544 2008-03-19 Glenn Morris <rgm@gnu.org>
5545
5546 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5547 (tramp-handle-shell-command): Use condition-case rather than
5548 ignore-errors.
5549
5550 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5551
5552 * diff-mode.el (diff-header): Make the color louder.
5553 (diff-refine-change): Tone the color down.
5554
5555 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
5556
5557 * descr-text.el (describe-char): When `describe-char-unidata-list'
5558 is set to show all properties, list them in the right order.
5559
5560 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * international/mule.el (load-with-code-conversion): Avoid setting
5563 default-enable-multibyte-characters.
5564
5565 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
5566
5567 * vc.el (vc-annotate-background): Fix custom type.
5568
5569 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * descr-text.el (describe-char-unidata-list): Allow specifying
5572 just all properties.
5573 (describe-char): Handle that new value.
5574
5575 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5576
5577 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5578
5579 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5580 instead of file name extension to make docs with uncommon
5581 extensions work.
5582
5583 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5584
5585 * doc-view.el (require): Require cl at compile time because
5586 `assert' needs it.
5587
5588 2008-03-18 Glenn Morris <rgm@gnu.org>
5589
5590 * calendar/calendar.el (initial-calendar-window-hook)
5591 (today-visible-calendar-hook): Doc fixes.
5592
5593 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
5594
5595 * net/tramp.el (tramp-root-regexp): Simplify.
5596 (tramp-completion-file-name-regexp-separate): Don't insist on
5597 leading "[". This prevents method or user or host completion.
5598 (tramp-let-maybe): Autoload it.
5599 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
5600 is an alias for `identity'.
5601 (tramp-handle-write-region): Protect `last-coding-system-used'
5602 over the trailing statements.
5603 (tramp-completion-file-name-handler-post-function): Remove.
5604 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5605 instead of calling `tramp-drop-volume-letter'.
5606
5607 * net/tramp.el:
5608 * net/tramp-uu.el:
5609 * net/trampver.el: Move coding cookie at the end.
5610
5611 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5614 elements which may be something else than characters.
5615
5616 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
5617
5618 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5619 New functions to implement vc-status support.
5620
5621 * vc.el (vc-default-extra-status-menu)
5622 (vc-add-to-vc-status-buffer): New functions.
5623
5624 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5625 for eldoc and ielm.
5626
5627 2008-03-17 Glenn Morris <rgm@gnu.org>
5628
5629 * calendar/cal-x.el (diary-frame-parameters)
5630 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5631 Fix custom type; add options.
5632 (calendar-frame, diary-frame): Doc fixes.
5633 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5634 new functions.
5635 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5636 Use calendar-frame-1 and calendar-dedicate-diary.
5637 (calendar-one-frame-setup): Also handle only-one-frame case.
5638 (calendar-only-one-frame-setup): Doc fix. Just call
5639 calendar-one-frame-setup.
5640
5641 * calendar/diary-lib.el: Re-order some definitions before their use.
5642 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5643 (diary-list-entries): Doc fixes.
5644 (make-fancy-diary-display): Remove function.
5645
5646 * calendar/calendar.el (calendar-today-marker)
5647 (initial-calendar-window-hook, today-visible-calendar-hook)
5648 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5649 (calendar-star-date, calendar-mark-today): Doc fixes.
5650 (today-visible-calendar-hook): Add options.
5651 (calendar-in-read-only-buffer): New macro.
5652 (calendar-basic-setup): Adapt for change in calendar-read-date.
5653 Place holiday let inside if.
5654 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5655 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5656 (calendar-print-other-dates): Use one let rather than many.
5657
5658 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5659 (calendar-print-other-dates):
5660 * calendar/cal-hebrew.el (list-yahrzeit-dates):
5661 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5662 * calendar/holidays.el (calendar-list-holidays, list-holidays)
5663 (calendar-cursor-holidays):
5664 * calendar/lunar.el (calendar-phases-of-moon): Use
5665 calendar-in-read-only-buffer to replace previous code and disable undo.
5666
5667 2008-03-16 Juri Linkov <juri@jurta.org>
5668
5669 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5670 and regexp-search-ring-yank-pointer for the HISTPOS argument of
5671 read-from-minibuffer to provide the correct initial minibuffer
5672 history position in isearch-edit-string when it is called from
5673 isearch-ring-adjust.
5674
5675 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5676 to check if the current buffer is the minibuffer, and in this case
5677 call abort-recursive-edit to kill the minibuffer. Doc fix.
5678 (kill-this-buffer-enabled-p): Allow this function to return non-nil
5679 when the current buffer is the minibuffer.
5680
5681 * simple.el (goto-line): Leave mark at previous position. Doc fix.
5682
5683 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
5684
5685 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5686 Use non-nil PARENTS attribute of make-directory instead of
5687 explicitly checking existence the current cache directory.
5688
5689 2008-03-16 Daiki Ueno <ueno@unixuser.org>
5690
5691 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5692 M-x epa-file-select-keys.
5693
5694 2008-03-16 Kenichi Handa <handa@m17n.org>
5695
5696 * international/mule.el (auto-coding-alist):
5697 Use no-conversion-multibyte for archive files.
5698
5699 2008-03-16 Glenn Morris <rgm@gnu.org>
5700
5701 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5702 New functions.
5703 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5704 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5705 Use calendar-mark-1.
5706 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5707 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5708 Use calendar-mark-complex.
5709 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5710 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5711 Use calendar-mark-1.
5712
5713 * calendar/calendar.el (calendar-mod): Remove.
5714 * calendar/cal-china.el (calendar-chinese-from-absolute)
5715 (calendar-chinese-date-string): Expand calendar-mod calls.
5716 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5717 Expand calendar-mod calls.
5718
5719 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5720 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5721 (diary-bahai-insert-yearly-entry): Use let rather than let*.
5722 Move obsolete aliases after the functions that replaced them.
5723
5724 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5725 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5726 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5727 Use let rather than let*.
5728 (calendar-hebrew-prompt-for-date): New function.
5729 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5730 (holiday-tisha-b-av-etc): Use unless, let.
5731
5732 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5733 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5734
5735 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5736
5737 * calendar/calendar.el (calendar-for-loop): Add indent spec.
5738
5739 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5740 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5741 than concat.
5742 (diary): Remove un-needed let.
5743 (view-other-diary-entries): Rename argument.
5744 (diary-list-entries-2): New function.
5745 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5746 (print-diary-entries): Use unless.
5747 (diary-mark-entries-1): Change argument order, make all but
5748 markfunc optional. Handle the standard (Gregorian) case.
5749 Use match-string-no-properties. Handle marks.
5750 (mark-diary-entries): Use diary-mark-entries-1.
5751 (diary-font-lock-keywords-1): New macro.
5752 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5753
5754 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
5755
5756 * icalendar.el (icalendar-version): Increase to 0.18.
5757 (icalendar-export-hidden-diary-entries): New variable.
5758 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5759 In case of error, insert full error-val.
5760 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
5761 Use calendar-day-of-week. Return the day number.
5762 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5763
5764 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
5765
5766 * icalendar.el (icalendar-recurring-start-year): New variable.
5767 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5768 (icalendar-export-region): Ignore hidden diary entries.
5769 (icalendar--convert-ordinary-to-ical): Fix case where event
5770 spans across midnight boundary.
5771 (icalendar-first-weekday-of-year): New function.
5772 (icalendar--convert-weekly-to-ical): Allow user-selectable start
5773 year for recurring events (Mozilla calendars do not propagate
5774 recurring events forever, so year 2000 start date was not working).
5775 (icalendar--convert-yearly-to-ical): Remove extra spaces in
5776 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5777
5778 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * net/tramp.el (tramp-root-regexp): New defconst.
5781 (tramp-completion-file-name-regexp-unified)
5782 (tramp-completion-file-name-regexp-separate)
5783 (tramp-completion-file-name-regexp-url): Use it.
5784 (tramp-do-copy-or-rename-file-via-buffer):
5785 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
5786 t for `insert-file-contents-literally'.
5787 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5788 Autoload it.
5789 (tramp-completion-file-name-handler-post-function): New defconst.
5790 (tramp-completion-file-name-handler): Use it.
5791 (tramp-maybe-open-connection): Update calls to
5792 `tramp-flush-connection-property' for removed 2nd argument.
5793
5794 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
5797 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
5798 New functions.
5799
5800 2008-03-15 Glenn Morris <rgm@gnu.org>
5801
5802 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
5803 New functions.
5804 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
5805 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5806 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5807 (diary-bahai-list-entries): Use diary-list-entries-1.
5808 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
5809 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
5810 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5811 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5812 (list-hebrew-diary-entries): Use diary-list-entries-1.
5813 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
5814 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
5815 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5816 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5817 (list-islamic-diary-entries): Use diary-list-entries-1.
5818 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
5819
5820 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
5821
5822 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
5823
5824 * calendar/cal-china.el (number-chinese-months)
5825 (calendar-chinese-from-absolute): Use nth, caar.
5826
5827 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
5828
5829 * calendar/cal-french.el (french-calendar-accents): Doc fix.
5830
5831 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
5832 (calendar-hebrew-month-name-array-leap-year)
5833 (hebrew-calendar-parashiot-names): Make constants.
5834 (diary-parasha): Move definition after constants it uses.
5835
5836 * calendar/cal-html.el (cal-html-insert-link-yearpage)
5837 (cal-html-htmlify-list): Doc fix.
5838 (cal-html-htmlify-entry): Use nth.
5839
5840 * calendar/cal-islam.el (calendar-islamic-month-name-array)
5841 (calendar-islamic-epoch): Make constants.
5842 (calendar-islamic-epoch): Doc fix.
5843
5844 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
5845
5846 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
5847 (cal-tex-month-name): Doc fix.
5848 (cal-tex-last-blank-p): Use zerop.
5849
5850 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
5851 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
5852 (calendar-cursor-to-date): Doc fix.
5853 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
5854 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
5855 (calendar-day-number): Use when.
5856 (generate-calendar-month): Use dotimes.
5857 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
5858 (calendar-set-mark): Reverse conditional.
5859 (calendar-make-alist): Move definition before use.
5860
5861 * calendar/diary-lib.el (diary-face-attrs)
5862 (diary-glob-file-regexp-prefix, diary-selective-display)
5863 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
5864 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
5865 (diary-anniversary, diary-cyclic)
5866 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
5867 (diary-header-line-format): Change wording.
5868 (diary-list-entries): Set `date-start' in let.
5869 (include-other-diary-files, mark-included-diary-files): Use format.
5870 (simple-diary-display, fancy-diary-display): Use cadr, unless.
5871 (mark-diary-entries): Use 1+.
5872 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
5873 (mark-calendar-month): Use dotimes.
5874
5875 * calendar/holidays.el (displayed-month, displayed-year):
5876 Move declarations where needed.
5877 (calendar-list-holidays): Doc fix.
5878
5879 * calendar/parse-time.el (parse-time-string): Simplify.
5880
5881 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
5882 Make constants.
5883 (solar-sunrise-sunset): Rename some local variables for clarity.
5884 (sunrise-sunset): Use zerop.
5885 (solar-mean-equinoxes/solstices): Doc fix.
5886
5887 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
5888 Use nth.
5889 (timeclock-completing-read, timeclock-generate-report): Use zerop.
5890 (timeclock-mean, timeclock-generate-report): Use dolist.
5891
5892 * calendar/todo-mode.el (todo-add-category): Simplify.
5893 (todo-more-important-p, todo-delete-item, todo-file-item):
5894 Use unless, when.
5895 (todo-top-priorities): Use zerop.
5896
5897 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
5898
5899 * buff-menu.el (list-buffers-noselect): Display buffer name in
5900 tooltip instead of mouse binding when it doesn't fit in the list.
5901
5902 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5903
5904 * faces.el (xw-defined-colors):
5905 * simple.el (widget-convert, shell-mode): Declare as functions
5906 instead of autoloading.
5907
5908 * abbrev.el:
5909 * button.el:
5910 * cus-face.el:
5911 * ediff-hook.el:
5912 * emacs-lisp/backquote.el:
5913 * emacs-lisp/timer.el:
5914 * facemenu.el:
5915 * faces.el:
5916 * menu-bar.el:
5917 * simple.el:
5918 * subr.el:
5919 * textmodes/fill.el:
5920 * textmodes/paragraphs.el: Remove autoloads, redundant when the
5921 files are preloaded.
5922
5923 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5924
5925 * desktop.el (desktop-create-buffer): Don't catch errors if
5926 debug-on-error is set.
5927
5928 2008-03-14 Eli Zaretskii <eliz@gnu.org>
5929
5930 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5931 ($(lisp)/calendar/diary-loaddefs.el)
5932 ($(lisp)/calendar/hol-loaddefs.el): New targets.
5933 (LOADDEFS): New macro.
5934 (autoloads): Depend on $(LOADDEFS).
5935
5936 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5937
5938 * font-lock.el (featurep): Remove test, not useful anymore.
5939 (facemenu-keymap): Move key binding ...
5940 * facemenu.el (facemenu-keymap): ... here.
5941
5942 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
5943 for each file in the list.
5944 (vc-bzr-log-view-mode): Recognize the file marker.
5945
5946 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5947 for checkdoc and profiling.
5948
5949 2008-03-14 Bastien Guerry <bzg@altern.org>
5950
5951 * textmodes/flyspell.el (nxml-mode): Add the right
5952 `flyspell-mode-predicate'.
5953
5954 * wid-edit.el (link): Use 'mouse-face for :follow-link.
5955
5956 2008-03-14 Glenn Morris <rgm@gnu.org>
5957
5958 * calendar/solar.el: Reorder so that functions are defined before use.
5959 (displayed-month, displayed-year): Move declarations where needed.
5960 (solar-get-number): Move definition before use. Use unless.
5961 (solar-equatorial-coordinates): Simplify.
5962 (solar-sunrise-and-sunset): Use let rather than let*.
5963 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
5964
5965 * startup.el (command-line-1): Rename -internal-script back to
5966 -scriptload (reverts previous change).
5967
5968 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5969 (calendar-bahai-leap-base): Add doc strings.
5970 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
5971 Move definition before use.
5972 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
5973 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
5974 variables outside the loop. Use dolist.
5975 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
5976
5977 * calendar/cal-china.el: Re-order so that functions are defined before
5978 use.
5979 (displayed-month, displayed-year): Move declarations where needed.
5980 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
5981 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5982 Add doc strings.
5983 (chinese-year-cache): Recenter on 2010. Doc fix.
5984 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
5985 Doc fix. Simplify.
5986 (chinese-year-cache-init): New function.
5987 (compute-chinese-year, holiday-chinese-new-year)
5988 (calendar-chinese-date-string, calendar-goto-chinese-date)
5989 (make-chinese-month-assoc-list): Use cadr, nth.
5990 (chinese-months): Remove un-needed let.
5991
5992 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
5993 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
5994 (coptic-prompt-for-date): Move definition before use.
5995
5996 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
5997 (calendar-dst-find-data, calendar-daylight-time-offset)
5998 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5999 (calendar-daylight-savings-starts-time)
6000 (calendar-daylight-savings-ends-time): Use cadr, nth.
6001
6002 * calendar/cal-french.el (french-calendar-epoch)
6003 (calendar-goto-french-date): Doc fix.
6004 (french-calendar-month-name-array)
6005 (french-calendar-multibyte-month-name-array)
6006 (french-calendar-day-name-array, french-calendar-special-days-array):
6007 Add doc strings.
6008
6009 * calendar/cal-hebrew.el (displayed-month, displayed-year)
6010 (original-date): Move declarations where needed.
6011 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6012 Doc fix.
6013 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6014 constant variables outside the loop. Use dolist.
6015
6016 * calendar/cal-islam.el (displayed-month, displayed-year)
6017 (original-date): Move declarations where needed.
6018 (islamic-calendar-day-number): Remove unused local variable `day'.
6019 (calendar-goto-islamic-date): Doc fix.
6020 (holiday-islamic): Use unless.
6021 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6022 constant variables outside the loop. Use dolist.
6023 (mark-islamic-calendar-date-pattern): Move definition before use.
6024 Use unless.
6025 (mark-islamic-diary-entries): Doc fix.
6026 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6027 (insert-yearly-islamic-diary-entry): Use let rather than let*.
6028
6029 * calendar/cal-julian.el (calendar-absolute-from-julian):
6030 Move definition before use. Remove un-needed local `day'.
6031 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6032
6033 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6034 (calendar-mayan-tzolkin-names-array): Add doc strings.
6035 (calendar-mayan-long-count-from-absolute): Use a single let.
6036 (calendar-string-to-mayan-long-count): Simplify.
6037 (calendar-next-haab-date, calendar-previous-haab-date)
6038 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6039 (calendar-previous-calendar-round-date)
6040 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6041 Doc fix.
6042 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6043 (calendar-mayan-date-string, calendar-print-mayan-date)
6044 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6045 (calendar-mayan-long-count-common-era): Move definitions before use.
6046
6047 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6048 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6049 Doc fix.
6050 (calendar-mouse-goto-date): Move definition before use.
6051
6052 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6053 Move definition before use.
6054 (calendar-cursor-to-visible-date): Move definition before use.
6055 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
6056 and place inside the conditional.
6057 (calendar-forward-day): Simplify.
6058 (calendar-end-of-month): Use unless.
6059 (calendar-goto-day-of-year): Doc fix.
6060 Relocate obsolete aliases after their replacements.
6061
6062 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6063
6064 * calendar/diary-lib.el (mark-diary-entries): Move some constant
6065 variables outside the diary-date-forms loop.
6066
6067 * calendar/calendar.el (diary-file): Doc fix.
6068 (calendar-buffer-list): Return buffers rather than strings (fixes
6069 previous change).
6070 (hebrew-holidays-4): Fix typo.
6071
6072 * calendar/holidays.el (displayed-month, displayed-year):
6073 Move declarations where needed.
6074 (calendar-holiday-list, calendar-list-holidays)
6075 (holiday-filter-visible-calendar): Move definitions before use.
6076 (list-holidays): Use cadr.
6077 Relocate obsolete aliases after their replacements.
6078
6079 * calendar/lunar.el (date, displayed-month, displayed-year):
6080 Move declarations where needed.
6081 (lunar-phase-list): Move definition after functions it uses.
6082 (calendar-phases-of-moon, diary-phases-of-moon)
6083 (lunar-new-moon-on-or-after): Use cadr, nth.
6084 (lunar-new-moon-on-or-after): Doc fix.
6085
6086 * textmodes/org-irc.el (top-level): CL not required when compiling.
6087 (org-irc-visit-erc): Replace runtime CL functions.
6088
6089 * textmodes/org-publish.el (declare-function): Add compatibility stub.
6090 (org-publish-delete-dups): Declare as function.
6091
6092 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6093
6094 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6095 (vc-bzr-show-log-entry): Make regexp match more cases.
6096 (vc-diff-switches-list): Remove autoload, not needed.
6097
6098 2008-03-14 Juri Linkov <juri@jurta.org>
6099
6100 * isearch.el (isearch-edit-string): Remove one call to
6101 `isearch-push-state' not to push an inconsistent state,
6102 but keep another correct call to `isearch-push-state'.
6103 (isearch-ring-adjust): Call `isearch-push-state' only when
6104 `search-ring-update' is non-nil since `isearch-edit-string'
6105 already pushes its state.
6106 (isearch-message): Improve matching the failed part by checking
6107 if the original message starts with the last successful message.
6108
6109 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6110 (dired-perm-write): Rename from `dired-warn-writable'.
6111 Change parent face from `font-lock-warning-face' to
6112 `font-lock-comment-delimiter-face'.
6113 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6114 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6115 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6116 with `dired-perm-write-face'.
6117
6118 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
6119
6120 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6121 Create cache dir only if it doesn't already exist.
6122
6123 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6126 of \ and '.
6127
6128 2008-03-13 Johan Bockgård <bojohan@gnu.org>
6129
6130 * net/browse-url.el (browse-url-text-xterm):
6131 Unquote browse-url-text-browser.
6132
6133 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6134
6135 * textmodes/org-mouse.el: Version number change.
6136
6137 * textmodes/org-publish.el (org-publish-expand-components):
6138 Remove null projects from the list of components.
6139 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6140 Remove unused retrieval of the :publishing-directory property.
6141 (org-publish-file): Bugfix: when using a relative directory as the
6142 publishing directory, convert it to a directory filename.
6143 (org-publish-project): New alias.
6144 (org-publish-get-files): Protect against empty p.
6145 (org-publish-file): Send an error when file is not part of any project.
6146 (org-publish-file): Offer to refresh the list of files in known
6147 project when the current file is not part of any project.
6148 (org-publish-before-export-hook)
6149 (org-publish-after-export-hook): New hooks.
6150 (org-publish-org-to): Use new hooks and kill buffers.
6151 (org-publish-file): Remove the code for killing buffers.
6152 (org-publish-initialize-files-alist): Use interactive.
6153 (org-publish-file): If the publishing function creates a new
6154 buffer, kill it after publishing.
6155 (org-publish-timestamp-filename): Protect ":" in file name path
6156 under windows.
6157
6158 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6159 change that killed the LaTeX buffer.
6160
6161 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6162 in the decision tree.
6163 (org-select-remember-template): Clean the code.
6164 (org-prepare-dblock): Add the extra :content parameter.
6165 (org-write-agenda): New output type ".ics" files.
6166 (org-write-agenda): Call `org-icalendar-verify-function', both for
6167 time stamps and for TODO entries.
6168 (org-agenda-collect-markers, org-create-marker-find-array)
6169 (org-check-agenda-marker-table): New functions.
6170 (org-agenda-marker-table): New variable.
6171 (org-export-as-html): Revert the change that killed the html
6172 buffer. Side effects first need to be studied carefully.
6173 (org-get-tags-at): Fix the structure of the condition-case statement.
6174 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6175 (org-timestamp-change): Fix regulear expressions to swallow the
6176 extra character for repeat-shift control.
6177 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6178 (org-get-legal-level): Alias to `org-get-valid-level'.
6179 (org-dblock-write:clocktable): Add a :link parameter, linking
6180 headlines to their location in the Org agenda files.
6181 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6182 throwing an error when getting tags before headlines.
6183 (org-timestamp-change, org-modify-ts-extra)
6184 (org-ts-regexp1): Fix timestamp editing.
6185 (org-agenda-custom-commands-local-options): New constant.
6186 (org-agenda-custom-commands):
6187 Use `org-agenda-custom-commands-local-options' to improve customize
6188 type. "htmlize": Removed hack to fix face problem with htmlize,
6189 it no longer seem necessary.
6190 (org-follow-link-hook): New hook.
6191 (org-agenda-custom-commands): Add "Component" as a tag for each
6192 item in a command serie.
6193 (org-open-at-point): Run `org-follow-link-hook'.
6194 (org-agenda-schedule): Bugfix: don't display marker type when it
6195 is nil.
6196 (org-store-link): org-irc required.
6197 (org-set-regexps-and-options): Parse the new logging options.
6198 (org-extract-log-state-settings): New function.
6199 (org-todo): Handle the new ways of recording state change stuff.
6200 (org-local-logging): New function.
6201 (org-columns-open-link): Fix bug with opening link in column view.
6202 (org-local-logging): New function
6203 (org-todo): Make sure that LOGGING properties are honoured.
6204 (org-todo-keywords): Improve docstring.
6205 (org-startup-options): Cleanup startup options.
6206 (org-set-regexps-and-options): Process the "!" markers.
6207 (org-todo): Respect the new logging stuff.
6208 (org-log-note-how): New variable.
6209 (org-add-log-maybe): New parameter HOW that defines how logging
6210 should be done and also overrides PURPOSE. Add a docstring.
6211 (org-add-log-note): Check if we really need to ask for a note.
6212 (org-get-current-options): Digest the new keyword.
6213 (org-agenda-reset-markers): Rename from
6214 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
6215 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6216 function, without force argument.
6217 (org-buffer-property-keys): Bind local variables s and p.
6218 (org-make-tags-matcher): Allow "" to match an empty or
6219 non-existent property value.
6220 (org-export-as-html): Join unsorted lists when they directly
6221 follow each other. Such lists may be created by headlines that
6222 are converted to lists.
6223 (org-nofm-to-completion): New function.
6224 (org-export-as-html): Use :html-extension instead of
6225 org-export-html-extension.
6226 (org-store-link): Support for links from `rmail-summary-mode'.
6227 (org-columns-new, org-complete, org-set-property): Set the
6228 `include-columns' argument in the call to
6229 `org-buffer-property-keys'.
6230 (org-buffer-property-keys): New argument `include-columns', to
6231 include properties expected by any of the COLUMS formats in the
6232 current buffer.
6233 (org-cleaned-string-for-export): Get rid of drawers first, so that
6234 they will be removed also in the text before the first headline.
6235 (org-clock-report): Show the clocktable when found.
6236 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6237 (org-version): With prefix argument, insert `org-version' at point.
6238 (org-agenda-goto): Recenter the window after finding the target
6239 location, to make sure the correct position will be displayed.
6240 (org-agenda-get-deadlines): Don't scale priority with the warning
6241 period.
6242 (org-insert-heading): Don't break line in the middle of the line.
6243 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6244 be 0.
6245 (org-update-checkbox-count): Revamp to deal with hierarchical
6246 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
6247 (org-remove-timestamp-with-keyword): New function.
6248 (org-schedule, org-deadline):
6249 Use `org-remove-timestamp-with-keyword' to make sure all such time
6250 stamps are removed.
6251 (org-mode): Support for `align'.
6252 (org-agenda-get-deadlines): Make sure priorities increase as the
6253 due date approaches and is passed.
6254 (org-remember-apply-template): Fix problem with tags that
6255 contain "_" or "@".
6256 (org-make-link-regexps): Improve the regular expression for plain links.
6257 (org-agenda-get-closed): List each clocking entry.
6258 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6259 (org-special-ctrl-k): New option.
6260 (org-kill-line): New function.
6261 (org-archive-all-done): Fix incorrect number of stars in regexp.
6262 (org-refile-get-location): New function.
6263 (org-refile-goto-last-stored): New function.
6264 (org-global-tags-completion-table): Add the value of org-tag-alist
6265 in each buffer, to make sure that also unused tags will be
6266 available for completion.
6267 (org-columns-edit-value)
6268 (org-columns-next-allowed-value): Only update if not in agenda.
6269 (org-clocktable-steps): New function.
6270 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6271 (org-archive-subtree): Add the outline tree context as a property.
6272 (org-closest-date): New optional argument `prefer'.
6273 (org-goto-auto-isearch): New option.
6274 (org-goto-map, org-get-location): Implement auto-isearch.
6275 (org-goto-local-auto-isearch-map): New variable.
6276 (org-goto-local-search-forward-headings)
6277 (org-goto-local-auto-isearch): New functions.
6278
6279 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
6280
6281 * textmodes/org-irc.el: New file.
6282
6283 2008-03-13 John Wiegley <johnw@gnu.org>
6284
6285 * textmodes/org-mac-message.el: New file.
6286
6287 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
6288
6289 * font-lock.el (font-lock-comment-face): Set the foreground for
6290 the light background 8 colors case.
6291
6292 2008-03-13 Glenn Morris <rgm@gnu.org>
6293
6294 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6295 generate-autoload-cookie patterns.
6296
6297 * startup.el (command-line-1): Rename -scriptload to -internal-script.
6298
6299 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6300 (MH_E_SRC): Remove variable.
6301 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6302 Simplify file header. Use $@ for generated-autoload-file.
6303
6304 * Makefile.in (LOADDEFS): New variable.
6305 (AUTOGENEL): Use $LOADDEFS.
6306 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6307 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6308 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6309 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6310 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6311 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6312 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6313 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6314 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6315 Add calendar-specific autoload cookies, and remove any setting of
6316 generated-autoload-file.
6317 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6318 * calendar/diary-lib.el: Replace explicit autoloads with reading of
6319 diary-loaddefs.
6320 * calendar/holidays.el: Replace explicit autoloads with reading of
6321 hol-loaddefs.
6322
6323 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6324 (calendar-buffer-list): Simplify.
6325 (generate-calendar-window): Use calendar-mark-holidays rather than
6326 obsolete alias.
6327
6328 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6329 Use cal-hebrew-yahrzeit-buffer.
6330
6331 * calendar/cal-x.el (calendar-only-one-frame-setup)
6332 (calendar-two-frame-setup): Doc fixes.
6333 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6334
6335 * calendar/appt.el (appt-mode-string): Mark as risky.
6336 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6337
6338 * calendar/cal-html.el (diary-list-entries):
6339 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6340 (calendar-iso-from-absolute): Fix autoloads.
6341
6342 * calendar/cal-iso.el (calendar-absolute-from-iso)
6343 (calendar-iso-read-args): Simplify.
6344 (calendar-iso-date-string, calendar-iso-read-args)
6345 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6346
6347 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6348 (displayed-month, displayed-year): Move declarations where needed.
6349 (calendar-print-astro-day-number): Doc fix.
6350
6351 * calendar/cal-persia.el (persian-calendar-month-name-array)
6352 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6353 (persian-prompt-for-date): Remove local variable `today'.
6354
6355 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6356
6357 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6358 (solar-sunrise-sunset, solar-sunrise-sunset-string)
6359 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6360 (diary-sabbath-candles, solar-equinoxes/solstices)
6361 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6362 (solar-time-equation, solar-date-to-et): Simplify.
6363
6364 * mail/supercite.el: Remove the `function' in `(function (lambda'.
6365 Replace `(car (cdr' with cadr'.
6366
6367 * progmodes/f90.el (f90-font-lock-n): New function.
6368 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6369 Use f90-font-lock-n.
6370 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6371
6372 * progmodes/f90.el (f90-mode-abbrev-table):
6373 * progmodes/fortran.el (fortran-mode-abbrev-table):
6374 Use newer form of define-abbrev, where supported. No need to bind
6375 abbrevs-changed for system abbrevs.
6376
6377 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6380 delete-frame-functions.
6381
6382 * bookmark.el (Info-current-node): Remove.
6383
6384 2008-03-12 Juri Linkov <juri@jurta.org>
6385
6386 * help.el (describe-project): Remove defaliases for view-todo and
6387 describe-project that are now unnecessary after the merge from
6388 emacs--rel--22 that added define-obsolete-function-alias.
6389
6390 * startup.el (inhibit-startup-screen): Revert incomplete
6391 2008-03-10 merge from emacs--rel--22 that partly reverted
6392 2008-02-28 change that added initial message to *scratch* buffer
6393 regardless of the value of `inhibit-startup-screen'.
6394 Now keep this change in the trunk, but not in the 22 branch.
6395
6396 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * international/quail.el (quail-setup-completion-buf, quail-help):
6399 * mail/binhex.el (binhex-decode-region-internal):
6400 * mail/uudecode.el (uudecode-decode-region-internal):
6401 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6402 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6403 setting default-enable-multibyte-characters.
6404
6405 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6406
6407 * comint.el: Fix up indentation and comment style. Remove `function'.
6408
6409 * international/mule-cmds.el (reset-language-environment)
6410 (set-language-environment-nonascii-translation):
6411 Don't set-unibyte-charset.
6412
6413 * doc-view.el: Remove all cb-args, use closures instead.
6414 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6415 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6416 doing an incorrect check). Update all callers to use the new name.
6417 (doc-view-doc->txt): Add missing `txt' argument.
6418
6419 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6420
6421 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6422 md5 sum calculation to single-byte.
6423
6424 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * doc-view.el (doc-view-new-window-function): Add assertion.
6427 (doc-view-doc-type): New var.
6428 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6429 (doc-view-intersection): New fun.
6430 (doc-view-mode): Use it to set the new var.
6431
6432 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6433
6434 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6435 (doc-view-already-converted-p): New functions.
6436 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6437 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6438 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6439 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6440 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6441 (doc-view-convert-current-doc): Don't hardwire the functions the
6442 sentinels call. Now they're provided by two args CALLBACK and
6443 CB-ARGS to the functions.
6444 (doc-view-search): Use doc-view-doc->txt.
6445 (doc-view-initiate-display): Use doc-view-already-converted-p.
6446 Mention new binding C-c C-t if doc-view-mode doesn't work.
6447
6448 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6449
6450 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6451
6452 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6455 Mark " outside of tags as punctuation.
6456
6457 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * menu-bar.el (minibuffer-local-map): Use the same command for the
6460 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6461 Prefer RET over C-j for exit-minibuffer.
6462
6463 * files.el (display-buffer-other-frame): Eliminate problematic code.
6464
6465 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6466 (menu-bar-select-buffer): Remove.
6467 (menu-bar-select-frame): Make non-interactive and take a frame arg.
6468 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6469
6470 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * icomplete.el (icomplete-completions): Remove obsolete code.
6473
6474 * net/net-utils.el (iwconfig-program-options): Doc fix.
6475 (net-utils-run-program, run-network-program): Define as functions.
6476
6477 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6478
6479 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6480
6481 2008-03-11 Glenn Morris <rgm@gnu.org>
6482
6483 * faces.el (mode-line-emphasis): New face.
6484 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6485
6486 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6487
6488 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
6489
6490 * simple.el (set-mark-command): Doc fix.
6491
6492 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6495
6496 * emacs-lisp/autoload.el (autoload-find-destination):
6497 Don't force raw-text.
6498
6499 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6500 * calendar/cal-loaddefs.el: Don't version control.
6501
6502 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6503
6504 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6505 entries and add :help to the existing ones.
6506
6507 2008-03-10 Glenn Morris <rgm@gnu.org>
6508
6509 * calendar/cal-hebrew.el (date, entry, number): Move declarations
6510 to where they are needed.
6511
6512 * calendar/calendar.el (diary-file, hebrew-holidays-1)
6513 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6514 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6515 (calendar-version): Doc fixes.
6516 (calendar-absolute-from-gregorian): Use zerop.
6517 (calendar-mode-line-format): Make it a defcustom.
6518
6519 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6520 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6521 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6522 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6523 (mark-included-diary-files, mark-calendar-days-named)
6524 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6525 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6526 (insert-monthly-diary-entry, insert-yearly-diary-entry)
6527 (insert-anniversary-diary-entry, insert-block-diary-entry)
6528 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6529 (diary-font-lock-sexps): Doc fixes.
6530 (diary-remind-message, mark-calendar-month): Use zerop.
6531 (diary-attrtype-convert, diary-pull-attrs): Simplify.
6532 (diary-list-entries): Revert let to let* (previous change).
6533
6534 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6535
6536 2008-03-10 Kim F. Storm <storm@cua.dk>
6537
6538 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6539 function aliases for the old names.
6540
6541 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
6542
6543 * iswitchb.el (iswitchb-use-faces): Doc fix.
6544 (iswitchb-buffer-ignore, iswitchb-read-buffer):
6545 Fix typos in docstrings.
6546
6547 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6548
6549 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6550 Fix typo.
6551 (verilog-type-font-keywords): Reindent.
6552
6553 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
6554
6555 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6556 grouping-keyword regular expression.
6557 (verilog-font-lock-keywords): Allow users to toggle special
6558 highlight of grouping-keywords.
6559 (verilog-highlight-grouping-keywords): The toggle for special
6560 highlighting of grouping keywords.
6561
6562 2008-03-10 Juri Linkov <juri@jurta.org>
6563
6564 * startup.el: Revert 2008-02-28 change that adds initial message
6565 to *scratch* buffer regardless of the value of
6566 `inhibit-startup-screen'.
6567
6568 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6571 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6572 * progmodes/verilog-mode.el (verilog-mode):
6573 * net/socks.el (socks):
6574 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6575
6576 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6579 (doc-view-bookmark-make-record): Use them.
6580 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
6581 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6582
6583 * bookmark.el (bookmark-make-record-function): Change expected return
6584 value to include a suggested bookmark name.
6585 (bookmark-make): Split into bookmark-make-record and bookmark-store.
6586 Fix reversed `overwrite' semantics.
6587 (bookmark-set): Call bookmark-make-record before prompting the user.
6588 Then pass the result to bookmark-store later on.
6589 (bookmark-make-name-function): Remove.
6590 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6591 * info.el (bookmark-make-name-function): Remove.
6592 (Info-mode): Don't set it.
6593 (Info-bookmark-make-name): Remove.
6594 (Info-bookmark-make-record): Use Info-current-node as suggested default
6595 bookmark name.
6596
6597 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6598 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6599 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6600 (bookmark-annotation-buffer, bookmark-annotation-file)
6601 (bookmark-annotation-point, bookmark-send-annotation)
6602 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6603 (bookmark-edit-annotation-text-func): Rename from
6604 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
6605 (bookmark-edit-annotation-mode-map): Move initialization into
6606 declaration.
6607
6608 * bookmark.el: Remove spurious * in docstrings.
6609 (bookmark-minibuffer-read-name-map): New var.
6610 (bookmark-set): Use it. Also pass the default value as it should.
6611 (bookmark-send-edited-annotation): Take no chances with text properties.
6612 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6613 (bookmark-insert-buffer-name): Remove.
6614 (bookmark-buffer-file-name): Signal an error rather than returning nil.
6615
6616 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
6617
6618 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6619
6620 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
6621
6622 * diff-mode.el (diff-mode-menu): Add :help.
6623
6624 2008-03-09 Glenn Morris <rgm@gnu.org>
6625
6626 * calendar/calendar.el (general-holidays, oriental-holidays)
6627 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6628 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6629 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6630 (calendar-holidays): Restore autoload cookies, because people are
6631 used to using these variables without loading calendar.el.
6632
6633 * calendar/cal-islam.el (diary-islamic-date): Move to end.
6634 (date, number): Declare where needed.
6635
6636 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6637 (list-sexp-diary-entries): Doc fixes.
6638 (diary-list-entries): Doc fix. Remove free variable `entry'.
6639 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
6640 Simplify setting of `date-holiday-list'.
6641 (mark-diary-entries): Remove free variable `entry'.
6642 (diary-list-entries, include-other-diary-files, fancy-diary-display):
6643 Use let where let* is not needed.
6644
6645 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6648 make-record function, instead paste it in afterwards.
6649 (bookmark-make-record-for-text-file):
6650 * doc-view.el (doc-view-bookmark-make-record):
6651 * info.el (Info-bookmark-make-record): Don't mess with annotations.
6652
6653 2008-03-08 Glenn Morris <rgm@gnu.org>
6654
6655 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6656
6657 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * calendar/diary-lib.el (diary-list-entries)
6660 (include-other-diary-files, mark-diary-entries)
6661 (mark-sexp-diary-entries, mark-included-diary-files)
6662 (diary-entry-time, list-sexp-diary-entries): Remove the special
6663 handling of ^M that dates back to the use of selective-display.
6664 (simple-diary-display): Obey setting of pop-up-frames.
6665 (body, entry): Remove unnecessary declarations.
6666
6667 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6668 (bookmark-get-annotation, bookmark-set-annotation)
6669 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6670 (bookmark-set-position, bookmark-get-front-context-string)
6671 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6672 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6673 * info.el (Info-bookmark-make-record): Don't bother recording point.
6674 (bookmark-get-filename, bookmark-get-front-context-string)
6675 (bookmark-get-rear-context-string, bookmark-get-position):
6676 Don't declare any more.
6677 (bookmark-get-info-node): Remove.
6678 (bookmark-prop-get): Declare.
6679 (Info-bookmark-jump): Use it.
6680
6681 2008-03-08 Johan Bockgård <bojohan@gnu.org>
6682
6683 * subr.el (while-no-input): Don't splice BODY directly into the
6684 `or' form.
6685
6686 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
6687
6688 * diff-mode.el (diff-ignore-whitespace-hunk):
6689 Bind inhibit-read-only before trying to change the buffer.
6690
6691 2008-03-08 Glenn Morris <rgm@gnu.org>
6692
6693 * calendar/appt.el (appt): Move custom group here from calendar.el.
6694 (appt-disp-window, appt-convert-time): Doc fixes.
6695
6696 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6697 (calendar-bahai-mark-date-pattern):
6698 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6699 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6700 * calendar/cal-julian.el (calendar-absolute-from-julian):
6701 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6702
6703 * calendar/cal-china.el (chinese-calendar): Move custom group here from
6704 calendar.el.
6705 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6706 Make constants.
6707 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6708 (chinese-calendar-daylight-savings-starts)
6709 (chinese-calendar-daylight-savings-ends)
6710 (chinese-calendar-daylight-savings-starts-time)
6711 (chinese-calendar-daylight-savings-ends-time)
6712 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6713 Doc fixes.
6714
6715 * calendar/cal-coptic.el (coptic-name): Add doc string.
6716
6717 * calendar/cal-french.el (french-calendar-month-name-array)
6718 (french-calendar-day-name-array, french-calendar-special-days-array):
6719 Add doc strings.
6720
6721 * calendar/cal-bahai.el (diary-bahai-mark-entries)
6722 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6723 (diary-bahai-insert-yearly-entry):
6724 * calendar/cal-dst.el (calendar-next-time-zone-transition)
6725 (calendar-time-zone):
6726 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6727 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6728 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6729 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6730 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6731 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6732 (list-islamic-diary-entries, mark-islamic-diary-entries)
6733 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6734 (insert-yearly-islamic-diary-entry):
6735 * calendar/cal-iso.el (calendar-iso-read-args):
6736 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6737 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6738 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6739 (calendar-next-calendar-round-date)
6740 (calendar-mayan-long-count-common-era):
6741 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6742 (cal-menu-x-popup-menu, calendar-mouse-holidays)
6743 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6744 (calendar-mouse-goto-date):
6745 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6746 * calendar/holidays.el (holidays):
6747 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6748 * calendar/time-date.el (date-to-time, time-subtract, time-add)
6749 (safe-date-to-time): Doc fixes.
6750
6751 * calendar/cal-persia.el (persian-calendar-month-name-array)
6752 (persian-calendar-epoch): Make constants.
6753
6754 * calendar/cal-tex.el (calendar-tex): Move custom group here from
6755 calendar.el.
6756
6757 * calendar/cal-x.el (diary-frame-parameters)
6758 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6759 (calendar-after-frame-setup-hooks): Make defcustoms.
6760 (calendar-one-frame-setup, calendar-only-one-frame-setup)
6761 (calendar-two-frame-setup): Doc fix.
6762
6763 * calendar/cal-loaddefs.el: New file.
6764
6765 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6766 * calendar/cal-french.el, calendar/cal-html.el:
6767 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6768 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6769 * calendar/cal-tex.el, calendar/cal-x.el:
6770 Unquote lambda functions. Add autoload cookies to functions formerly
6771 autoloaded in calendar.el. Set `generated-autoload-file' to
6772 "cal-loaddefs.el".
6773
6774 * calendar/calendar.el: Move many autoloads to separate file,
6775 cal-loaddefs.el. Move defcustoms to start and re-order.
6776 (calendar-month-name-array, calendar-starred-day): No need to
6777 declare for compiler.
6778 (cal-loaddefs): Require it.
6779 (appt, chinese-calendar, calendar-tex): Move custom groups to the
6780 appropriate file.
6781 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6782 Reverse logic.
6783 (diary-face, diary-file-name-prefix-function, diary-include-string)
6784 (diary-glob-file-regexp-prefix, diary-face-attrs)
6785 (diary-file-name-prefix, sexp-diary-entry-symbol)
6786 (print-diary-entries-hook, list-diary-entries-hook)
6787 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6788 (nongregorian-diary-marking-hook, diary-list-include-blanks):
6789 Move to diary-lib.
6790 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6791 (all-bahai-calendar-holidays): Doc fix.
6792 (calendar-insert-indented): Doc fix. Use when rather than if.
6793 (exit-calendar): Use mapc rather than mapcar.
6794 (calendar-cursor-to-date): Use zerop.
6795 (calendar-mark-ring): Add doc-string.
6796 (calendar-starred-day): Defvar it.
6797 (calendar-mode): Make calendar-starred-day local.
6798 (calendar-star-date): No need to make calendar-starred-day local.
6799
6800 * calendar/diary-lib.el: Move defcustoms to start.
6801 (diary-include-string, diary-list-include-blanks)
6802 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
6803 (diary-file-name-prefix, diary-file-name-prefix-function)
6804 (sexp-diary-entry-symbol, list-diary-entries-hook)
6805 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6806 (nongregorian-diary-marking-hook, print-diary-entries-hook):
6807 Move here from calendar.el.
6808 (diary-file-name-prefix-function): Use 'identity.
6809 (diary-face): Make it a defcustom, and mark as obsolete.
6810 (top-level): No need to require cal-hebrew, cal-islam when compiling.
6811 (calendar-hebrew-month-name-array-leap-year)
6812 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
6813 Define for compiler.
6814 (diary-font-lock-keywords): Use format rather than concat.
6815 Add bahai-diary-entry-symbol.
6816
6817 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
6818 * calendar/solar.el: Unquote lambda functions.
6819
6820 * calendar/solar.el (calendar-location-name, calendar-latitude)
6821 (calendar-longitude, solar-setup, solar-sin-degrees)
6822 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
6823 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
6824 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
6825 (solar-exact-local-noon, solar-julian-ut-centuries)
6826 (solar-ephemeris-time, solar-date-next-longitude)
6827 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6828 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
6829 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
6830 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
6831 Doc fixes.
6832 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6833 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
6834 (solar-ecliptic-coordinates): Use unless.
6835 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
6836 Use or.
6837
6838 * calendar/timeclock.el: Add doc-strings to all functions.
6839 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
6840 (timeclock-entry-list-length, timeclock-entry-list-projects)
6841 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
6842
6843 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
6844
6845 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
6846 (org-get-entries-from-diary): Require diary-lib.
6847
6848 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
6851 Pacify byte-compiler.
6852
6853 2008-03-07 Alan Mackenzie <acm@muc.de>
6854
6855 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
6856 paren/bracket pairs parsed, to solve performance problem.
6857
6858 2008-03-07 Bastien Guerry <bzg@altern.org>
6859
6860 * bookmark.el (bookmark-set): Don't check for
6861 `bookmark-make-name-function' since `bookmark-buffer-file-name'
6862 already takes care of this.
6863 (bookmark-buffer-name, bookmark-buffer-file-name):
6864 Remove Info-mode specific code.
6865
6866 * info.el (bookmark-get-info-node): Define this function in
6867 info.el, not in bookmark.el.
6868 (Info-mode): Set `bookmark-make-name-function' to
6869 `Info-bookmark-make-name' locally.
6870 (Info-bookmark-make-name): New function.
6871
6872 * bookmark.el (bookmark-make-name-function): New variable.
6873
6874 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6875
6876 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
6877 buffer-local, not `bookmark-make-cell-function' (the old name).
6878
6879 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
6880
6881 * doc-view.el (doc-view-bookmark-make-record):
6882 * image-mode.el (image-bookmark-make-record):
6883 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
6884
6885 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
6886
6887 * vc.el (vc-status-menu-map-filter): Return orig-binding if
6888 boundp 'vc-ignore-menu-filter.
6889 (vc-status-tool-bar-map): Make it defvar.
6890 (vc-status-mode): vc-status-tool-bar-map now variable.
6891 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
6892
6893 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6894
6895 Give a better name to part of the bookmark interface.
6896
6897 This was originally a much larger change, but halfway through I
6898 updated and discovered that Stefan Monnier had done the rest.
6899 It looks like he anticipated the new name too, because he used
6900 `the-record' instead of `the-cell' for some internal variable names.
6901
6902 * bookmark.el (bookmark-make-record-function): Was
6903 `bookmark-make-cell-function'.
6904 (bookmark-make, bookmark-send-annotation): Update for above.
6905 (bookmark-make-record-for-text-file):
6906 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
6907
6908 * info.el: Adjust accordingly.
6909 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
6910
6911 * image-mode.el: Adjust accordingly.
6912 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
6913
6914 * doc-view.el: Adjust accordingly.
6915 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
6916
6917 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
6920 Move initialization into declaration.
6921 (bookmark-get-info-node, bookmark-set-info-node): Remove.
6922 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
6923 (bookmark-info-current-node): Remove.
6924 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
6925 Add relocation fallback. Set bookmark-current-bookmark.
6926 (bookmark-default-handler): Rename from bookmark-jump-noselect.
6927 Remove relocation fallback. Don't set bookmark-current-bookmark.
6928 (bookmark-set): Let it be used even if there's no buffer-file-name
6929 as long as there is a bookmark-make-cell-function.
6930 * info.el (Info-bookmark-jump): Remove relocation fallback.
6931 Don't set bookmark-current-bookmark.
6932
6933 2008-03-07 Glenn Morris <rgm@gnu.org>
6934
6935 * calendar/appt.el (appt-issue-message)
6936 (appt-message-warning-time, appt-audible, appt-visible)
6937 (appt-msg-window, appt-display-mode-line, appt-display-duration)
6938 (appt-display-diary): Remove autoload cookies.
6939
6940 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
6941 Remove leading `*' from defcustom doc-strings.
6942
6943 * calendar/cal-dst.el (calendar-dst): New custom group.
6944 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
6945 (calendar-time-zone, calendar-daylight-time-offset)
6946 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6947 (calendar-daylight-savings-starts-time)
6948 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
6949 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
6950 Move to start.
6951
6952 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
6953
6954 * calendar/calendar.el (calendar-version): Use emacs-version and
6955 make it obsolete. Move to end.
6956 (calendar-offset, view-diary-entries-initially)
6957 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
6958 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
6959 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6960 (all-bahai-calendar-holidays, calendar-load-hook)
6961 (initial-calendar-window-hook, today-visible-calendar-hook)
6962 (today-invisible-calendar-hook, calendar-move-hook)
6963 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
6964 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
6965 (diary-include-string, sexp-diary-entry-symbol)
6966 (abbreviated-calendar-year, american-date-diary-pattern)
6967 (european-date-diary-pattern, european-calendar-display-form)
6968 (american-calendar-display-form, print-diary-entries-hook)
6969 (list-diary-entries-hook, diary-hook, diary-display-hook)
6970 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6971 (nongregorian-diary-marking-hook, diary-list-include-blanks)
6972 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
6973 (local-holidays, other-holidays, hebrew-holidays-1)
6974 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6975 (hebrew-holidays, christian-holidays, islamic-holidays)
6976 (bahai-holidays, solar-holidays, calendar-setup)
6977 (calendar-week-start-day): Remove autoload cookies.
6978 (diary-glob-file-regexp-prefix): Doc fix.
6979 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
6980 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
6981 (calendar-week-start-day, calendar-debug-sexp): Move to start.
6982
6983 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
6984 (calendar-time-display-form, calendar-latitude)
6985 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
6986 cookies.
6987 (calendar-latitude, calendar-longitude): Move functions after
6988 variables.
6989 (diary-sabbath-candles-minutes): Move to start.
6990 (solar-setup): Use or rather than if.
6991 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
6992 Remove condition-case.
6993 (solar-atn2): Use zerop.
6994 (solar-equinoxes-solstices): Doc fix.
6995
6996 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
6997 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
6998
6999 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7000 (calendar-longitude, calendar-latitude, calendar-location-name):
7001 Declare for compiler.
7002
7003 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * arc-mode.el (archive-ar-file-header-re): New const.
7006 (archive-ar-summarize, archive-ar-extract): New funs.
7007 (archive-find-type): Recognize ar archives.
7008
7009 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7010 New functions.
7011
7012 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7013
7014 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
7015
7016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7017 Replace :enable (mark-active) with :enable mark-active.
7018
7019 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * vms-patch.el (make-legal-file-name): New obsolete alias.
7022 (make-valid-file-name): Rename from `make-legal-file-name'.
7023 (make-auto-save-file-name): Use it.
7024
7025 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7026 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7027 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7028
7029 * textmodes/org.el (org-export-html-style): Doc fix.
7030 (org-get-legal-level): New obsolete alias.
7031 (org-get-valid-level): Rename from `org-get-legal-level'.
7032 (org-promote, org-demote, org-archive-subtree)
7033 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7034
7035 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
7036
7037 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7038
7039 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7040 (vc-status-toggle-mark): New functions.
7041 (vc-status-mode): Set tool bar map.
7042
7043 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7046 Reported by Drew Adams <drew.adams@oracle.com>.
7047
7048 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7049
7050 * subr.el (read-quoted-char): Resolve modifers of the character
7051 event.
7052
7053 * comint.el (comint-exec-1): Don't change the coding-system for
7054 decoding to dos-like EOL.
7055 (comint-carriage-motion): Fully rewrite.
7056
7057 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * epg.el (epg-context-include-certs): Reflow docstring.
7060 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7061 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7062 (epg-context-set-signers, epg-context-set-sig-notations)
7063 (epg-make-import-status, epg-make-import-result)
7064 (epg-start-delete-keys): Fix typos in docstrings.
7065 (epg-start-sign-keys, epg-sign-keys):
7066 Fix typos in obsolescence declarations.
7067
7068 * iswitchb.el: Don't check for `cadr' and `last'.
7069 (iswitchb-define-mode-map, iswitchb-default-keybindings):
7070 Add obsolescence declaration and remove redundant info from docstring.
7071 (iswitchb-set-common-completion, iswitchb-set-matches)
7072 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7073 (recentf-list, most-len, most-is-exact):
7074 Don't wrap defvars within `eval-when-compile'.
7075
7076 2008-03-05 Glenn Morris <rgm@gnu.org>
7077
7078 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7079 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7080 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7081 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7082 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7083
7084 * ediff-hook.el (ediff-window-setup-function): Don't autoload
7085 declaration for compiler.
7086 (ediff-xemacs-init-menus): Use when rather than if.
7087
7088 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7089 if+and to just and.
7090 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7091 (ediff-delete-overlay): Move the XEmacs test inside the definition.
7092
7093 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7094
7095 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7096 test inside XEmacs test.
7097 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7098 since it was doing nothing on Emacs.
7099 (ediff-make-bullet-proof-overlay): Use when rather than if.
7100
7101 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7102 (ediff-setup-control-frame): Remove
7103 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7104 a (featurep 'xemacs) test.
7105
7106 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
7107
7108 * calc/calc-ext.el (calc-extended-command-history): New variable.
7109 (calc-exectute-extended-command): Use `calc-extended-command-history'.
7110
7111 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
7112
7113 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
7114 (standard-mode-line-position): Add mouse-face.
7115
7116 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7117 * progmodes/grep.el (grep-mode-map): Add :help.
7118
7119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7120 initialize in one step. Add :help. Use :enable to activate menu
7121 items. Show the key binding for edebug-defun.
7122 (lisp-interaction-mode-map): Add a menu.
7123
7124 * term.el (term-mode-map): Define and initialize in one step.
7125
7126 * ediff-init.el (ediff-color-display-p): Simplify.
7127 (Xor): Remove unused function.
7128 (ediff-with-syntax-table): Simplify for Emacs.
7129
7130 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7131 menu-bar being loaded, it always is.
7132
7133 2008-03-05 Glenn Morris <rgm@gnu.org>
7134
7135 * textmodes/tex-mode.el (tex-mode): Suppress warning about
7136 multiple definitions when compiling.
7137
7138 2008-03-04 Alan Mackenzie <acm@muc.de>
7139
7140 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7141
7142 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7143 doc-string, "c-old-LEN" -> "c-old-END".
7144
7145 2008-03-04 Jason Rumney <jasonr@gnu.org>
7146
7147 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7148 namespaces.
7149
7150 2008-03-04 Glenn Morris <rgm@gnu.org>
7151
7152 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7153
7154 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7155 than mapcar.
7156
7157 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7160 (byte-compile-nilconstp): Can't use recursion in a defsubst.
7161
7162 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7163 so that M-q can fill comments.
7164 (tex-executable-exists-p, tex-compile): Extend with special syntax for
7165 commands implemented in elisp.
7166 (tex-compile-commands): Add an entry to use doc-view for pdf files.
7167 (tex-format-cmd): New function.
7168 (tex-compile): Use it to let the user specify default arguments.
7169 (tex-cmd-bibtex-args): New var.
7170 (tex-cmd-doc-view): New function.
7171
7172 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
7173
7174 * faces.el (face-spec-set): Fix typos in docstring.
7175
7176 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * bindings.el (mode-line-column-line-number-mode-map): New variable.
7179 (standard-mode-line-position): Use it to add a menu for toggling
7180 column number and line number display.
7181
7182 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7185 Remove optimization that was working around the form-code-walker bug.
7186
7187 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7188 Walk into the body of lambdas after byte-compile-unfold-lambda.
7189
7190 2008-03-03 Glenn Morris <rgm@gnu.org>
7191
7192 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7193 value, if set, over frame value.
7194
7195 * simple.el (transient-mark-mode): Don't turn on by default.
7196
7197 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7198 accidentally removed by the 2007-12-05 merge from Gnus.
7199
7200 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
7201
7202 * progmodes/compile.el (compilation-menu-map): Add menu entries
7203 for useful options.
7204
7205 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
7206 Glenn Morris <rgm@gnu.org>
7207
7208 * emacs-lisp/bytecomp.el (byte-recompile-directory)
7209 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7210 Give a `bytecomp-' prefix to local variables with common names.
7211
7212 2008-03-01 Glenn Morris <rgm@gnu.org>
7213
7214 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7215 code commented out 2007-11-10.
7216
7217 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7218
7219 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7220 Delete macro.
7221 * emulation/viper-cmd.el, emulation/viper-ex.el:
7222 * emulation/viper-init.el, emulation/viper-keym.el:
7223 * emulation/viper-mous.el, emulation/viper-util.el:
7224 * emulation/viper.el:
7225 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7226 featurep test.
7227
7228 Replace obselete frame-local variables with frame-parameters.
7229 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7230 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7231 (viper-vi-state-cursor-color): Only call make-variable-frame-local
7232 on XEmacs.
7233 * emulation/viper-util.el (viper-frame-value): New macro.
7234 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7235 (viper-R-state-post-command-sentinel)
7236 (viper-replace-state-post-command-sentinel)
7237 (viper-change-state-to-insert, viper-change-state-to-emacs):
7238 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7239 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7240 (viper-get-saved-cursor-color-in-insert-mode)
7241 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7242 Use viper-frame-value for viper-replace-overlay-cursor-color,
7243 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7244 viper-vi-state-cursor-color values.
7245
7246 * emulation/viper-cmd.el (zmacs-region-stays):
7247 * emulation/viper-util.el (zmacs-region-stays): No need to define
7248 for compiler.
7249
7250 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7251 mapcar on Emacs.
7252
7253 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7254 on XEmacs.
7255
7256 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7257 rather than if.
7258
7259 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7260
7261 * whitespace.el: New version 9.3. As the glyph code generation was
7262 fixed, it is possible now to use character code above ?\x1FFFF in the
7263 display table. Fix `whitespace-indentation-regexp' to not include an
7264 extra ending character. Reported by Michael Welsh Duggan
7265 <mwd@cert.org>. Added hook actions when buffer is written or killed as
7266 the original whitespace package had. Suggested by Eric Cooper
7267 <ecc@cmu.edu>. Doc fix.
7268 (whitespace-action): New option.
7269 (whitespace-display-mappings): Changed default newline visualization to
7270 display downwards arrow, as the glyph code generation was fixed.
7271 (whitespace-unload-function): Assure that all local whitespace mode is
7272 turned off.
7273 (whitespace-global-modes): Fix type customization.
7274 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7275 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7276 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7277 Fix code.
7278 (whitespace-buffer): Command removed.
7279 (whitespace-trailing-regexp, whitespace-mark-x)
7280 (whitespace-display-window, whitespace-action-when-on)
7281 (whitespace-add-local-hook, whitespace-remove-local-hook)
7282 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7283 (whitespace-action): New funs.
7284 (whitespace-report-list, whitespace-report-text)
7285 (whitespace-report-buffer-name): New consts.
7286 (whitespace-report, whitespace-report-region): New commands.
7287
7288 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7289
7290 * disp-table.el (make-glyph-code): Don't test the result of
7291 `face-id', which already signals an error for invalid faces.
7292 (glyph-face): Simplify.
7293
7294 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7295 running `desktop-not-loaded-hook' to allow modifying it.
7296 Don't show warning message if `desktop-dirname' was modified.
7297
7298 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7301 we still expect more lines.
7302
7303 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7304 comment-paragraph filling if the commark doesn't match
7305 comment-start-skip.
7306
7307 2008-03-01 Daiki Ueno <ueno@unixuser.org>
7308
7309 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7310 the `imap' variant.
7311
7312 2008-03-01 Jason Rumney <jasonr@gnu.org>
7313
7314 * files.el (make-auto-save-file-name): Encode more characters in
7315 non-file buffer names. Use url-encoding.
7316
7317 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * net/net-utils.el (ftp-program): Fix typo in docstring.
7320 (ifconfig-program-options, netstat-program-options)
7321 (arp-program-options, route-program-options, nslookup-program-options)
7322 (ftp-program-options, smbclient-program-options)
7323 (dns-lookup-program-options, arp, route): Doc fixes.
7324
7325 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7326 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7327 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7328 Fix typos in docstrings.
7329 (gdb-pending-triggers): Reflow docstring.
7330 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7331
7332 2008-03-01 Alan Mackenzie <acm@muc.de>
7333
7334 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7335 typing "#" at EOB.
7336
7337 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7340
7341 2008-02-29 Kim F. Storm <storm@cua.dk>
7342
7343 * emulation/cua-base.el (cua-remap-control-v)
7344 (cua-remap-control-z): New defcustoms.
7345 (cua-mode): Add them to set-after property.
7346 (cua--init-keymaps): Use them.
7347 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7348
7349 * help.el (view-emacs-todo): Rename from view-todo.
7350 (describe-gnu-project): Rename from describe-project. Users changed.
7351 (view-help-file): New helper function.
7352 (describe-distribution, describe-copying, describe-gnu-project)
7353 (view-todo, view-order-manuals, view-emacs-problems): Use it.
7354 (view-emacs-debugging, view-external-packages): New commands.
7355 (help-map): Move describe-distribution to C-h C-o (ordering).
7356 Move view-emacs-problems to C-h C-p (problems).
7357 Bind view-emacs-debugging to C-h C-d (debugging).
7358 Bind view-external-packages to C-h C-e (extras).
7359 (help-for-help-internal): Cleanup and align descriptions.
7360 Remove command names to reduce clutter.
7361
7362 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7363
7364 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7365 and quieter face (not a warning).
7366
7367 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
7368
7369 * vc.el (vc-status-crt-marked): New variable.
7370 (vc-status-mode): Make it local.
7371 (vc-status-refresh): Use it to save the marked files.
7372 (vc-update-vc-status-buffer): Use it to restore the marked files.
7373
7374 * vc-svn.el (vc-svn-after-dir-status):
7375 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7376
7377 2008-02-29 Glenn Morris <rgm@gnu.org>
7378
7379 * allout.el (allout-topic-encryption-bullet)
7380 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7381 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7382 from 22.0 to 22.1.
7383
7384 * net/imap.el (imap-ping-server):
7385 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7386 Change defcustom :version from 23.0 to 23.1.
7387
7388 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
7389
7390 * desktop.el (desktop-save): Save the buffer name if the
7391 uniquified base name is empty.
7392
7393 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7394
7395 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7396 correctly when user has "set print address off".
7397
7398 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
7399
7400 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7401 version number of the next major Emacs release, not 23.0.
7402
7403 * longlines.el (longlines-unload-function): New function.
7404
7405 2008-02-28 Juri Linkov <juri@jurta.org>
7406
7407 * startup.el (normal-splash-screen): Add argument `concise'.
7408 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
7409 to the created buffer. If `concise' is non-nil, call
7410 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7411 (display-startup-screen): Add argument `concise' to the call to
7412 `normal-splash-screen'.
7413
7414 2008-02-28 Kim F. Storm <storm@cua.dk>
7415
7416 * startup.el (startup-echo-area-message): Check for about-emacs.
7417
7418 2008-02-28 Juri Linkov <juri@jurta.org>
7419
7420 * startup.el: Always add initial message to *scratch* buffer if
7421 `initial-scratch-message' is non-nil regardless of the value of
7422 `inhibit-startup-screen'.
7423 (inhibit-startup-screen, initial-scratch-message): Doc fix.
7424 (command-line-1): Move code that inserts `initial-scratch-message'
7425 up before the if-form that checks for `inhibit-startup-screen'.
7426 Suggested by Jonathan Rockway <jon@jrock.us>.
7427
7428 2008-02-28 Juri Linkov <juri@jurta.org>
7429
7430 * cus-edit.el (custom-mode-map, custom-mode-link-map):
7431 Rename `custom-mode' to `Custom-mode' in docstrings.
7432 (custom-buffer-create-internal, customize-browse):
7433 Rename `custom-mode' to `Custom-mode'.
7434 (custom-mode-hook): Rename to `Custom-mode-hook'.
7435 (Custom-mode-hook): Renamed from `custom-mode-hook'.
7436 (custom-mode): Rename to `Custom-mode'.
7437 (Custom-mode): Renamed from `custom-mode'. Doc fix.
7438 (custom-mode): Add backward-compatible non-interactive variant of
7439 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
7440 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7441
7442 * info-look.el: Rename `custom-mode' to `Custom-mode'.
7443
7444 * emulation/viper.el (viper-emacs-state-mode-list):
7445 Rename `custom-mode' to `Custom-mode'.
7446
7447 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7448 Capitalize "Tagged Files".
7449 (minibuffer-local-map): Add menu items for next/previous
7450 history elements and isearch history forward/backward.
7451
7452 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7453 `hs-isearch-open' with t instead of `comment' in :selected
7454 for "Code and Comment blocks" menu item.
7455
7456 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * uniquify.el (uniquify-buffer-base-name): Undo last change.
7459 Should be done in desktop.el instead.
7460
7461 2008-02-28 Glenn Morris <rgm@gnu.org>
7462
7463 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7464
7465 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7466
7467 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7468 (Info-menu, Info-goto-node): Remove declarations.
7469 (report-emacs-bug-info): Use info rather than Info-goto-node.
7470
7471 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7472 (idlwave-convert-xml-system-routine-info): Don't require xml.
7473 (idlwave-show-commentary, idlwave-shell-show-commentary):
7474 Don't require finder.
7475 (idlwave-info): Don't require info. Use info rather than
7476 Info-goto-node.
7477
7478 * textmodes/org.el (Info-goto-node): Remove declaration.
7479 (org-info): Use info rather than Info-goto-node.
7480
7481 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7482 (reftex-info): Don't require info. Use info rather than Info-goto-node.
7483
7484 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7487 the menu.
7488
7489 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7490 (vc-finish-logentry): Check for vc-status-mode, not only for
7491 vc-dired-mode.
7492
7493 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7494
7495 * isearch.el (isearch-printing-char): Don't check
7496 keyboard-coding-system.
7497 Call isearch-process-search-multibyte-characters only when
7498 current-input-method is non-nil.
7499
7500 2008-02-27 Kim F. Storm <storm@cua.dk>
7501
7502 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7503 (glyph-char, glyph-face): Handle cons encoding.
7504
7505 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * uniquify.el (uniquify-buffer-base-name): If the base name is an
7508 empty string, return nil to allow the caller to default to the
7509 buffer name. Reported by Martin Fischer <parozusa@web.de>.
7510
7511 * tool-bar.el (tool-bar-setup): Doc fix.
7512
7513 * mail/supercite.el (sc-describe):
7514 Fix typos in obsolescence declaration.
7515
7516 2008-02-27 Glenn Morris <rgm@gnu.org>
7517
7518 * autoinsert.el (auto-insert-alist): Change permission text to
7519 match FSF's GPLv3 form.
7520
7521 * mail/supercite.el (sc-cite-original): Doc fix.
7522 (sc-version): Make obsolete.
7523 (sc-describe): Show the SC info page. Make obsolete.
7524
7525 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7528 when using transient-mark-mode.
7529 (default-indicate-unused-lines): Remove unused var.
7530
7531 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
7532
7533 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7534 and previous.
7535
7536 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7537
7538 2008-02-26 Glenn Morris <rgm@gnu.org>
7539
7540 * net/net-utils.el (top-level): Don't require comint when compiling.
7541 (nslookup-font-lock-keywords): Don't require font-lock.
7542 Use font-lock faces rather than variables.
7543 (nslookup, ftp, smbclient, network-service-connection):
7544 Don't require comint.
7545 (comint-prompt-regexp, comint-input-autoexpand)
7546 (comint-input-ring): Declare for compiler.
7547 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7548 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
7549
7550 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7551 doc-string.
7552
7553 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * doc-view.el (doc-view-current-page): Add a `win' argument.
7556
7557 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7560 Demote it to plain defvar.
7561 (doc-view-conversion-refresh-interval): Reduce interval.
7562 (doc-view-goto-page): Allow moving to pages not yet rendered.
7563 (doc-view-goto-page): Construct a file name rather than extracting it
7564 from doc-view-current-files.
7565 (doc-view-kill-proc): Ignore errors from kill-process.
7566 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7567 (doc-view-insert-image): Use appropriate text if the page hasn't been
7568 rendered yet. Adjust scrolling so the text is displayed.
7569 (doc-view-display): Detect not just that a page is available, but also
7570 that it wasn't available before, so as to avoid refreshing all pages
7571 repeatedly.
7572 (doc-view-mode): Make doc-view-cache-directory if needed.
7573
7574 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7575
7576 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7577 toggle-read-only.
7578
7579 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7580 refering to a missing required field with the OPT prefix.
7581 Make unwindform more robust.
7582
7583 * textmodes/bibtex.el: Remove support for hideshow minor mode as
7584 it duplicates the bibtex support in progmodes/hideshow.el.
7585 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7586 entries that do not start at the beginning of a line.
7587
7588 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7591
7592 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
7593
7594 * help-fns.el (describe-variable): Add phrases about
7595 initialization file with and without customization;
7596 use new button type help-info-variable.
7597
7598 * help-mode.el (help-info-variable):
7599 New button able to read Info files for help-fns.el.
7600
7601 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
7602
7603 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7604 (grep-mode): Use grep-mode-tool-bar-map.
7605
7606 * progmodes/compile.el (tool-bar): Require tool-bar.
7607 (compilation-mode-tool-bar-map): New variable.
7608 (compilation-mode): Use compilation-mode-tool-bar-map.
7609
7610 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
7611
7612 2008-02-25 Glenn Morris <rgm@gnu.org>
7613
7614 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7615
7616 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * diff-mode.el (diff-file-junk-re): New const.
7619 (diff-beginning-of-file-and-junk): Use it.
7620 (diff-file-kill): Make sure we were really inside a file diff.
7621
7622 * diff-mode.el: Make it more robust in the presence of empty context
7623 lines in unified hunks.
7624 (diff-valid-unified-empty-line): New var.
7625 (diff-unified->context, diff-sanity-check-hunk): Obey it.
7626 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
7627 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7628 (diff-hunk-header-re-unified): New const.
7629 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7630 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7631 (diff-sanity-check-hunk): Use it.
7632
7633 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7634 Index: line, don't search backward for the previous one.
7635
7636 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7637
7638 * international/fontset.el (setup-default-fontset): Add non-OTF
7639 lao font for lao script.
7640
7641 * language/tibetan.el: Register tibetan-composition-function in
7642 composition-function-table.
7643
7644 * language/tibet-util.el (tibetan-composition-function):
7645 Adjust for the new calling way (argument changed). Try font-shape-text
7646 if possible.
7647
7648 * language/lao.el: Register lao-composition-function in
7649 composition-function-table.
7650
7651 * language/lao-util.el (lao-composition-function): Adjust for the new
7652 calling way (argument changed). Try font-shape-text if possible.
7653
7654 2008-02-25 Jason Rumney <jasonr@gnu.org>
7655
7656 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7657
7658 2008-02-25 Juri Linkov <juri@jurta.org>
7659
7660 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7661 background, "red4" for a dark background, "red" for 16 and
7662 8 colors, "grey" for grayscale, and inverse video otherwise.
7663 Add :version tag.
7664 (isearch-message): Keep the original isearch-message intact, and
7665 add text properties to it where necessary. Add `isearch-error' to
7666 the condition that checks if isearch is unsuccessful.
7667
7668 2008-02-24 Juri Linkov <juri@jurta.org>
7669
7670 * progmodes/compile.el (compilation-handle-exit):
7671 Use compilation-error face instead of font-lock-warning-face.
7672 Display the same message in the minibuffer as is inserted
7673 at the end of the compilation buffer.
7674
7675 2008-02-24 Glenn Morris <rgm@gnu.org>
7676
7677 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7678 multiple file case.
7679
7680 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7681
7682 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7683 multiple file case. Use a single `let' rather than two.
7684
7685 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7686
7687 * progmodes/compile.el (compilation-start): Specify a face for
7688 mode-line-process.
7689 (compilation-handle-exit): Specify a face and a tooltip for
7690 mode-line-process.
7691
7692 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * hilit-chg.el: Remove spurious * in defcustom docstrings.
7695 (hilit-chg-make-ov): Simplify.
7696 (hilit-chg-fixup): Use remove-overlays.
7697 (hilit-chg-set-face-on-change): Remove redundant call to
7698 `remove-text-properties'.
7699
7700 * dired.el (dired-mark-prompt): Don't count/display the t element.
7701 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7702
7703 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7704
7705 * progmodes/verilog-mode.el (eval-when-compile): Don't define
7706 add-submenu.
7707 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7708 Remove. Move contents to the only use ...
7709 (verilog-menu): ... here.
7710 (verilog-statement-menu): Remove. Move contents to the only use ...
7711 (verilog-stmt-menu): ... here.
7712 (verilog-mark-defun): Simply call mark-defun for emacs.
7713 (occur-pos-list): Declare for byte compiler.
7714 (mode-popup-menu): Don't defvar.
7715 (verilog-add-statement-menu): Remove.
7716 (verilog-mode-hook): Don't add verilog-add-statement-menu.
7717 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7718
7719 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
7720
7721 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7722 conditional.
7723 (verilog-font-grouping-keywords-face): Make the begin..end
7724 keywords standout more than other verilog keywords.
7725 (verilog-type-font-keywords): Move the begin..end out of this list
7726 to facilitate making them to (potentially) stand out more.
7727 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7728 function & task blocks.
7729 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7730 initial, function & task blocks.
7731 (verilog-forward-sexp): Handle the new "disable fork" statement of
7732 IEEE-1800 Verilog.
7733 (verilog-beg-block-re-ordered): Handle the new "disable fork"
7734 statement of IEEE-1800 Verilog.
7735 (verilog-calc-1): Handle the new "disable fork" statement of
7736 IEEE-1800 Verilog.
7737 (verilog-disable-fork-re): Add const to help handle the new
7738 "disable fork" statement of IEEE-1800 Verilog.
7739 (verilog-declaration-core-re): Add port directions by themselves,
7740 with no qualification, as base item of a declaration.
7741 (verilog-pretty-declarations): Add new flag to ask it to refrain
7742 from printing to the message buffer.
7743 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7744 printing to the message buffer. Improve handling of the many
7745 types of expression line up.
7746 (verilog-just-one-space): Remove printing of an empty message.
7747 (verilog-get-lineup-indent): Rework to support the better handling
7748 of expression lineup for verilog-pretty-expr.
7749 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7750
7751 2008-02-24 Alan Mackenzie <acm@muc.de>
7752
7753 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7754 yesterday's commit.
7755
7756 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
7757
7758 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7759 to mouse-set-point in buffers that aren't associated with files.
7760
7761 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7762
7763 2008-02-24 Alan Mackenzie <acm@muc.de>
7764
7765 Set of changes so that "obtrusive" syntactic elements in a
7766 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7767 unmatched paren) don't interact syntactically with stuff outside
7768 the CPP line.
7769
7770 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7771 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7772 off-by-one bug.
7773 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7774 a bit of refactoring.
7775 (c-awk-extend-and-syntax-tablify-region): Takes some of the
7776 functionality of c-awk-advise-fl-for-awk-region, which has been
7777 refactored away.
7778
7779 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7780 (c-clear-char-property-with-value): New function and macro which
7781 remove text-properties `equal' to a supplied value.
7782
7783 * progmodes/cc-engine.el: Comment about text properties amended.
7784
7785 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7786 parens around "error\\|warning".
7787
7788 * progmodes/cc-langs.el (c-get-state-before-change-function)
7789 (c-before-font-lock-function, c-anchored-cpp-prefix):
7790 New language variables.
7791 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
7792
7793 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
7794 syntax-table text properties.
7795 (c-common-init): Call language specific before/after-change
7796 functions at mode initialisation.
7797 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
7798 (c-extend-region-for-CPP, c-neutralize-CPP-line)
7799 (c-neutralize-syntax-in-CPP): New functions.
7800 (c-before-change, c-after-change): Call the new language specific
7801 change functions defined in cc-langs.el.
7802 (c-advise-fl-for-region): New macro.
7803 (awk-mode): Remove AWK specific stuff which has been refactored
7804 into language independent stuff.
7805
7806 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
7809 (gdb): (Re)set gdb-flush-pending-output to nil here...
7810 (gdb-init-1): ...instead of here (before gdb-prompt).
7811
7812 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
7815 Recognize ''' just like any other char-constant.
7816
7817 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
7820 careful enough. Detect the uid-change all within the main loop.
7821
7822 2008-02-24 Stefan Monnier <monnier@pastel.home>
7823
7824 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
7825
7826 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * hilit-chg.el (highlight-save-buffer-state): New macro.
7829 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
7830 (hilit-chg-clear): Use it to preserve the modified-p flag.
7831 (highlight-changes-rotate-faces): Don't mess with the undo-list.
7832
7833 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * font-lock.el (font-lock-set-defaults): Unset previously set variables
7836 when needed.
7837
7838 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
7839
7840 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
7841 from gnus-button-url-regexp.
7842
7843 2008-02-24 Eli Zaretskii <eliz@gnu.org>
7844
7845 * progmodes/compile.el (compilation-next-error): Doc fix.
7846 (compilation-find-file): Doc fix.
7847
7848 2008-02-24 Glenn Morris <rgm@gnu.org>
7849
7850 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
7851 Add obsolete aliases to the old names.
7852
7853 2008-02-24 Richard Stallman <rms@gnu.org>
7854
7855 * net/net-utils.el (ifconfig): Rename from ipconfig.
7856 (ipconfig): Alias to ifconfig.
7857 (ifconfig-program): Rename from ipconfig-program.
7858 (ifconfig-program-options): Rename from ipconfig-program-options.
7859
7860 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
7861
7862 * progmodes/verilog-mode.el (verilog-declaration-core-re):
7863 Add port directions by themselves, with no qualification, as base
7864 item of a declaration.
7865 (verilog-pretty-declarations): Add new flag that inhibits printing
7866 to the message buffer.
7867 (verilog-pretty-expr): Add new flag that inhibits printing to the
7868 message buffer. Improve handling of the many types of expression
7869 line up.
7870 (verilog-just-one-space): Don't print an empty message.
7871 (verilog-get-lineup-indent): Rework to support the better handling
7872 of expression lineup for verilog-pretty-expr.
7873 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7874 (verilog-mode-version, verilog-mode-release-date): Update.
7875
7876 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * subr.el (cancel-change-group): Don't move point.
7879
7880 2008-02-23 Markus Triska <markus.triska@gmx.at>
7881
7882 * linum.el (linum-after-config): Update all visible windows.
7883
7884 2008-02-23 Glenn Morris <rgm@gnu.org>
7885
7886 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
7887 Add :help for Solitaire and Tetris.
7888
7889 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
7890
7891 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
7892 (smtpmail-code-conv-from): Doc fix. Fix custom type.
7893 (smtpmail-queue-index-file): Make it a defcustom.
7894 (smtpmail-queue-index): Delete.
7895 (smtpmail-send-it, smtpmail-send-queued-mail):
7896 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
7897 smtpmail-queue-index.
7898
7899 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7900 Add :version.
7901
7902 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
7903
7904 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7905 New variables.
7906 (iwconfig): New function.
7907
7908 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
7909
7910 * vc.el (vc-find-revision): Make vc-parent-buffer local before
7911 setting it.
7912 (vc-status-menu-map): Do not define using easy-menu.
7913 (vc-status-menu-map): New defalias.
7914 (vc-status-mode-map): Hook up the menu.
7915 (top-level): Update TODO.
7916
7917 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
7918
7919 * vc-bzr.el (vc-bzr-init-version): Rename to ...
7920 (vc-bzr-init-revision): ... this.
7921
7922 2008-02-23 Jason Rumney <jasonr@gnu.org>
7923
7924 * makefile.w32-in (WINS_ALMOST): Remove term.
7925 (WINS): Add term here.
7926 (custom-deps, finder-data): Use WINS_ALMOST.
7927
7928 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
7929
7930 * faces.el (font-weight-table): Fix value of `semi-light'.
7931
7932 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
7935 Make those tables bijective.
7936
7937 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
7938
7939 Finish pdbtrack integration cleanup, settling missing-functions
7940 byte compiler warnings appropriately.
7941
7942 * progmodes/python.el (python-point): Remove this - beginning-of-line
7943 was all that was necessary for `python-pdbtrack-overlay-arrow'.
7944 (python-end-of-def-or-class, python-beginning-of-def-or-class)
7945 (python-goto-initial-line): Drop these - they were only needed for
7946 python-point.
7947 (python-comint-output-filter-function): Use condition-case and
7948 beginning-of-line directly, instead of python-mode.el functions
7949 which require all sorts of baggage.
7950 (point-safe): Unnecessary - we're using condition-case directly,
7951 instead.
7952 (python-execute-file): Include for python-shell, which I'm leaving
7953 in keeping despite it being unnecessary for pdb tracking.
7954
7955 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
7956
7957 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7958 Add SRFI 11 support.
7959 (let-values, let*-values): Specify scheme-indent-function.
7960
7961 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7962
7963 * vc.el (vc-exec-after): Move setting mode-line-process in the
7964 busy case ...
7965 (vc-set-mode-line-busy-indicator): ... in this new function.
7966 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
7967 (vc-update-vc-status-buffer): Reset mode-line-process.
7968 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
7969 mark/unmark all the files with the same state as the current one.
7970 With a prefix argument mark/unmark all files.
7971 (vc-status-mode-menu): Adjust strings.
7972 (vc-update-vc-status-buffer): Only do something when the argument
7973 is not nil.
7974 (vc-status-kill-dir-status-process): New function.
7975 (vc-status-mode-map): Bind it.
7976 (vc-status-process-buffer): New variable.
7977 (vc-status-mode): Make it local.
7978 (vc-status-refresh): Set it.
7979
7980 * vc-hg.el (vc-hg-dir-status):
7981 * vc-git.el (vc-git-dir-status):
7982 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
7983 command is run.
7984
7985 2008-02-22 Glenn Morris <rgm@gnu.org>
7986
7987 * json.el (top-level): No need to require thingatpt.
7988 (json-read-keyword): Use thing-at-point rather than word-at-point.
7989
7990 * time.el (top-level): No need to require time-date when compiling.
7991
7992 * emacs-lisp/copyright.el (copyright-update-year):
7993 Fix subexpression numbering for the case when years are split over
7994 lines, and for the replace case.
7995
7996 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
7997 (tpu-caar, tpu-cadr): Delete functions.
7998 (zmacs-regions): No need to declare for compiler.
7999 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8000 (tpu-spell-check): Rewrite, and handle mark after point.
8001 (tpu-special-insert): Use or rather than if.
8002
8003 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8004 rather than spell-region.
8005
8006 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8007 warnings about spell-region.
8008
8009 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8010
8011 * ldefs-boot.el: Regenerated.
8012
8013 * loadup.el: Don't load language/devanagari, language/kannanda,
8014 language/malayalam, and language/tamil. Load language/sinhala.
8015
8016 * language/indian.el (indian-font-foundry)
8017 (indian-script-language-alist, indian-font-char-index-table)
8018 (indian-font-char, indian-font-char-range, indian-script-table)
8019 (indian-default-script, indian-composable-pattern): Delete them.
8020 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8021 language environments moved to here.
8022 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8023 New language environments.
8024
8025 * language/devanagari.el, language/devan-util.el,
8026 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8027 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8028 Delete them.
8029
8030 * language/sinhala.el: New file.
8031
8032 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
8033
8034 Update Nick Robert's port of pdb tracking from python-mode.el.
8035
8036 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8037 Clarify docstring.
8038 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8039 tracking is happening.
8040 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
8041 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
8042 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8043 Tracking is plugged in to all comint buffers once python.el is loaded.
8044 (python-pdbtrack-overlay-arrow): Toggle activation of
8045 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
8046 (python-pdbtrack-track-stack-file): Use new
8047 `python-pdbtrack-get-source-buffer' for more flexible access to
8048 debugging source files.
8049 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8050 according to pdb stack trace, optionally using new
8051 `python-pdbtrack-grub-for-buffer' if file is not locally available.
8052 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8053 named buffer, or having function with indicated name.
8054 (python-shell): Remove comint-output-filter-functions hook
8055 addition, it's being done elsewhere. Wrap long line.
8056
8057 2008-02-21 Michael Olson <mwolson@gnu.org>
8058
8059 * json.el: Replace XEmacs compatibility code to get rid of
8060 compiler warnings.
8061
8062 * time.el: Fix compiler warning.
8063
8064 2008-02-21 Edward O'Connor <ted@oconnor.cx>
8065
8066 * json.el: New file (JavaScript Object Notation parser / generator).
8067
8068 2008-02-21 Dave Love <fx@gnu.org>
8069
8070 * progmodes/sym-comp.el: New file.
8071
8072 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8073 Require sym-comp. Add Python buffer to same-window-buffer-names.
8074 Fixup whitespaces.
8075 (python-font-lock-keywords): Add highlighting for Python builtins.
8076 (python-font-lock-syntactic-keywords): Rewrite.
8077 (python-quote-syntax): Use syntax-ppss-context instead of parsing
8078 ppss directly.
8079 (python-mode-map): Add binding for python-find-function.
8080 (python-calculate-indentation): Clean up the logic.
8081 (python-beginning-of-defun): Explicitly set return value.
8082 (python-beginning-of-statement): Stop looping if we get stuck
8083 going backwards.
8084 (python-next-statement): Stop looping if we somehow end up inside
8085 a string while advancing.
8086 (python-preoutput-continuation, python-version-checked): New vars.
8087 (python-check-version): New function.
8088 (run-python): Set default command to python-command instead of
8089 python-python-command.
8090 (run-python): Use python-check-version. Give PYTHONPATH
8091 precedence over data-directory in the process environment.
8092 Load function definitions in python process after.
8093 (python-check-comint-prompt): New function.
8094 (python-send-command, python-send-receive): Use it.
8095 (python-complete-symbol, python-try-complete): Functions deleted.
8096 Use symbol-complete instead of python-complete-symbol throughout.
8097 (python-fill-paragraph): Further refine the fenced-string regexp.
8098 (def-python-skeleton): Expand to the original abbrev instead if in
8099 a comment or string. Tweak skeletons for `if', `while', `for',
8100 `try/except', `try/finally', `name'.
8101 (python-pea-hook, python-abbrev-pc-hook): New functions.
8102 (python-abbrev-syntax-table): New var.
8103 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8104 Use symbol-completion-try-complete for hippie expansion.
8105 Turn on font lock unconditionally.
8106 (python-mode-hook): Defcustom it. No need to use make-local
8107 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8108 option, since it's buffer-local.
8109
8110 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
8111
8112 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8113
8114 2008-02-21 Drew Adams <drew.adams@oracle.com>
8115
8116 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8117 "Turn off" and a "Help" entry when the minor mode has no menu.
8118
8119 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
8120
8121 * vc.el (vc-status-mark, vc-status-unmark): New functions.
8122 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8123 vc-status-mark-file and vc-status-unmark-file.
8124 (vc-status-mark-unmark): New function.
8125 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8126
8127 2008-02-21 Glenn Morris <rgm@gnu.org>
8128
8129 * composite.el (encode-composition-rule): Fix typo in error message.
8130 (composition-function-table, auto-composition-mode): Doc fixes.
8131
8132 * subr.el (sit-for): Fix obsolete form for nil second argument.
8133
8134 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8135 (spell-string): Make obsolete, in favor of ispell.
8136
8137 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8138
8139 * language/devanagari.el: Don't setup composition-function-table
8140 here.
8141 ("Devanagari"): Change charset, coding-system, coding-priority to
8142 Unicode-based ones. Don't require the feature devan-util.
8143
8144 * composite.el (compose-chars-after): Fix arguments for a function
8145 in composition-function-table.
8146 (auto-compose-region): Likewise.
8147
8148 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8149 for Ethiopic.
8150 (ps-mule-plot-string): Ignore glyph-string based compositions.
8151
8152 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * doc-view.el: Allow different windows to show different pages.
8155 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8156 (doc-view-current-image, doc-view-current-overlay): Remove variables,
8157 add them back as macros instead, using image-mode-winprops instead.
8158 Update all users of those variables.
8159 (doc-view-new-window-function): New function to create a new overlay
8160 for each new window.
8161 (doc-view-mode): Use it and image-mode-setup-winprops.
8162 (doc-view-clone-buffer-hook): Rewrite accordingly.
8163
8164 * image-mode.el: Extend [hv]scroll support to per-window properties.
8165 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8166 (image-mode-winprops-alist): New var to replace them.
8167 (image-mode-new-window-functions): New hook.
8168 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8169 New funs.
8170 (image-set-window-vscroll, image-set-window-hscroll): Use them.
8171 Remove the `window' argument, update callers.
8172 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8173 Use the new functions.
8174 (image-mode-reapply-winprops): New fun.
8175 (image-mode): Use it.
8176
8177 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
8178
8179 * calc/calc-math.el (math-sin-raw): Add optional argument
8180 to keep track of original argument.
8181 (math-cos-raw): Use optional argument when calling math-sin-raw.
8182 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8183 with close to original precision.
8184
8185 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8186
8187 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8188 args in calls of sit-for.
8189
8190 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
8191
8192 * vc-svn.el (vc-svn-program): Fix typo in docstring.
8193 (vc-svn-checkin): Fix typo in error message.
8194
8195 * help-mode.el: Require easymenu when compiling.
8196
8197 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
8198
8199 * help-mode.el (help-mode-menu): New menu.
8200
8201 2008-02-20 Glenn Morris <rgm@gnu.org>
8202
8203 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8204 on Windows.
8205
8206 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
8207
8208 * ps-mule.el (ps-mule-encode-region): Return a single string.
8209 (ps-mule-plot-string): Adjust for the above change.
8210 (ps-mule-encode-header-string): Likewise.
8211
8212 * international/latin1-disp.el (latin1-display): Don't use
8213 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
8214 standard-display-table.
8215 (latin1-display-identities): Adjust for the change of what is
8216 returned by (get-language-info charset 'charset).
8217
8218 * international/mule-util.el (char-displayable-p): Fix for Latin-1
8219 characters and terminal case.
8220
8221 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
8222
8223 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8224
8225 * progmodes/python.el: Also require comint when loading.
8226 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8227 Replace python-shell with run-python on menu bar.
8228 (python-shell-map): New map.
8229 (python-default-interpreter, python-python-command-args)
8230 (python-jython-command-args, python-pdbtrack-do-tracking-p):
8231 New options.
8232 (python-which-shell, python-which-args, python-which-bufname):
8233 New buffer local variables.
8234 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8235
8236 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8237 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8238 New constants.
8239
8240 Pdbtrack features:
8241
8242 (python-point, python-end-of-def-or-class)
8243 (python-beginning-of-def-or-class, python-goto-initial-line)
8244 (python-comint-output-filter-function)
8245 (python-pdbtrack-overlay-arrow)
8246 (python-pdbtrack-track-stack-file, python-toggle-shells)
8247 (python-shell, python-pdbtrack-toggle-stack-tracking)
8248 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8249 New functions.
8250
8251 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8254 when the argument is nil.
8255
8256 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8257
8258 * vc.el (dir-status): Add a brief description.
8259
8260 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
8261
8262 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8263 If non-nil, reverse the sense of the check.
8264
8265 * vc-rcs.el (vc-rcs-root): New func.
8266 * vc-cvs.el (vc-cvs-root): New func.
8267 * vc-svn.el (vc-svn-root): New func.
8268 * vc-sccs.el (vc-sccs-root): New func.
8269
8270 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
8271
8272 * language/japan-util.el (setup-japanese-environment-internal):
8273 Call use-cjk-char-width-table.
8274
8275 * language/japanese.el ("Japanese"): Set exit-function to
8276 use-default-char-width-table.
8277
8278 * international/characters.el: Delete occurrences of non-Unicode
8279 tibetan and ethiopic characters.
8280 (cjk-char-width-table): New variable.
8281 (use-cjk-char-width-table, use-default-char-width-table):
8282 New functions.
8283
8284 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8285
8286 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8287 (vc-status-mode-menu): Add a :filter.
8288 (vc-status-printer): Add faces.
8289
8290 * vc-hg.el (vc-hg-extra-status-menu): New function.
8291 (vc-hg-dir-status): Clean up the buffer before using it.
8292
8293 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8296 (gdb): Initialize it here instead.
8297
8298 * files.el (locate-dominating-file): Fix thinko in last change.
8299 Reported by Bruce Stephens <bruce.stephens@isode.com>.
8300
8301 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * vc.el (vc-status-mode-menu): New menu for vc-status.
8304
8305 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * progmodes/verilog-mode.el (customize): Fix typo in error message.
8308 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8309 (verilog-mode-auto, verilog-indent-level-module)
8310 (verilog-minimum-comment-distance, verilog-library-flags)
8311 (verilog-library-directories, verilog-library-files)
8312 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8313 (verilog-xemacs-menu, verilog-set-compile-command)
8314 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8315 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8316 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8317 (verilog-batch-inject-auto, verilog-batch-indent)
8318 (verilog-continued-line, verilog-type-keywords)
8319 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8320 (verilog-read-inst-pins, verilog-read-arg-pins)
8321 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8322 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8323 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8324 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8325 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8326 (verilog-mode-version, verilog-mode-release-date)
8327 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8328 (verilog-simulator, verilog-compiler)
8329 (verilog-auto-sense-defines-constant, verilog-company)
8330 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8331 Fix typos in docstrings.
8332 (verilog-set-auto-endcomments, verilog-calculate-indent)
8333 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8334 Reflow docstrings.
8335 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8336 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8337 (electric-verilog-forward-sexp, verilog-in-case-region-p)
8338 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8339 (verilog-leap-to-head, verilog-current-indent-level)
8340 (verilog-case-indent-level, verilog-cpp-keywords)
8341 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8342 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8343 (verilog-signals-not-in, verilog-symbol-detick-text)
8344 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8345 (verilog-forward-close-paren, verilog-backward-open-paren)
8346 (verilog-backward-open-bracket): Doc fixes.
8347
8348 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8349 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8350 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8351 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8352 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8353 Fix typos in docstrings.
8354
8355 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8356
8357 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8358
8359 * info.el (Info-read-node-name): Removed unused `default' arg.
8360
8361 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8362
8363 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8364
8365 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * image-mode.el (image-get-display-property): New fun.
8368 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8369 (image-mode, image-minor-mode, image-toggle-display-text)
8370 (image-toggle-display): Use it.
8371
8372 2008-02-18 Jason Rumney <jasonr@gnu.org>
8373
8374 * international/mule.el (xml-find-file-coding-system): Don't warn
8375 about utf-16 with BOM.
8376
8377 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8378
8379 * international/mule.el (sgml-xml-auto-coding-function): Detect and
8380 warn if file encoding is not utf-8 and encoding not specified.
8381 (xml-find-file-coding-system): New function.
8382 * international/mule-conf.el (file-coding-system-alist): Use it.
8383
8384 2008-02-17 Glenn Morris <rgm@gnu.org>
8385
8386 * international/mule-cmds.el (set-locale-environment):
8387 Pass `frame' to getenv for LC_MESSAGES.
8388
8389 2008-02-17 Juri Linkov <juri@jurta.org>
8390
8391 * time.el (emacs-init-time): Use format instead of format-seconds.
8392
8393 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8394
8395 * textmodes/bibtex.el (bibtex-search-entry): Rename from
8396 bibtex-find-entry. Add autoload cookie.
8397 (bibtex-find-entry): Alias for bibtex-search-entry.
8398 (bibtex-search-crossref): Rename from bibtex-find-crossref.
8399 (bibtex-find-crossref): Alias for bibtex-search-crossref.
8400 (bibtex-clean-entry): atomic-change-group removed.
8401 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
8402 to locate buffer location where error occurred.
8403 Make error messages more specific.
8404 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8405
8406 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
8407
8408 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8409 top level.
8410
8411 * simple.el (transient-mark-mode): Add an :init-value.
8412
8413 * startup.el (command-line): Use custom-reevaluate-setting for
8414 transient-mark-mode.
8415
8416 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
8417
8418 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8419
8420 2008-02-16 Juri Linkov <juri@jurta.org>
8421
8422 * startup.el (after-init-time): New variable.
8423 (command-line): Set `after-init-time' to the current time.
8424
8425 * time.el (emacs-init-time): New function.
8426
8427 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * files.el (locate-dominating-file): Remove initial loop because it's
8430 not careful enough. Detect the uid-change all within the main loop.
8431
8432 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
8433
8434 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8435
8436 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8437
8438 * vc.el (vc-annotate): Add new argument.
8439 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8440
8441 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8442 Move make-variable-buffer-local code after the corresponding defvar.
8443 (hs-minor-mode-map): Define and initialize in one step.
8444 (hs-minor-mode): Change from defun to define-minor-mode.
8445
8446 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
8447
8448 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8449 (gdb-ready): Move declaration...
8450
8451 * progmodes/gdb-ui.el (gdb-ready): ...to here.
8452 (gdb-early-user-input): New variable.
8453 (gdb): Reset gdb-flush-pending-output to nil and set
8454 comint-input-sender here (before gdb-prompt), instead of...
8455 (gdb-init-1): ...here.
8456 (gdb-send): If Emacs is not ready, defer user input to...
8457 (gdb-prompt): ...here.
8458
8459 2008-02-16 Glenn Morris <rgm@gnu.org>
8460
8461 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8462
8463 * startup.el (emacs-startup-time): Rename to `before-init-time'.
8464 (before-init-time): New name for `emacs-startup-time'.
8465 (command-line): Use before-init-time rather than emacs-startup-time.
8466 * time.el (emacs-uptime): Use before-init-time rather than
8467 emacs-startup-time.
8468
8469 * composite.el (composition-function-table): Doc fix.
8470
8471 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8472 in favor of `%z' specifier.
8473 (emacs-uptime): Move to time.el.
8474 * time.el (emacs-uptime): Move here from time-date.el. Add optional
8475 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
8476 argument of format-seconds.
8477
8478 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8479
8480 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8481
8482 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
8483
8484 * ielm.el (ielm-is-whitespace): Remove.
8485 (ielm-is-whitespace-or-comment): New function.
8486 (ielm-eval-input): Use it.
8487
8488 2008-02-15 Jason Rumney <jasonr@gnu.org>
8489
8490 * term/mac-win.el: Fix coding tag.
8491
8492 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
8493
8494 * vc-hooks.el (vc-menu-map):
8495 * bindings.el (mode-line-mode-menu): Add tooltips.
8496
8497 * bindings.el (help-echo): Add more tooltips. Use a less
8498 telegraphic style for existing tooltips.
8499
8500 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8503 from the auto-generated one.
8504
8505 2008-02-14 Glenn Morris <rgm@gnu.org>
8506
8507 * mail/rmail-spam-filter.el (rmail-spam-filter):
8508 Let-bind message-spam-status.
8509
8510 * mail/smtpmail.el (password-cache-add): Declare as function.
8511
8512 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
8513
8514 * mail/smtpmail.el: Use password-cache.
8515
8516 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
8517
8518 * uniquify.el (uniquify-buffer-base-name): New function.
8519 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8520
8521 * desktop.el (uniquify-managed): Don't defvar.
8522 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8523 `uniquify-managed'. Return also the buffer's base name.
8524 (desktop-save): When saving the buffer info, filter out the base name,
8525 and save it as buffer name if the buffer is managed by uniquify.
8526 (uniquify-item-base): Don't declare; not called anymore.
8527
8528 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
8529
8530 * vc.el (vc-annotate-find-revision-at-line): New function.
8531 (vc-annotate-mode-map): Bind it.
8532 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
8533 some entries.
8534
8535 2008-02-14 Glenn Morris <rgm@gnu.org>
8536
8537 * calendar/time-date.el (format-seconds): New function.
8538 (emacs-uptime): Use format-seconds.
8539
8540 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8541 Remove `LC_ALL=C', since it's included in $(emacs) now.
8542
8543 2008-02-14 Zhang Wei <id.brep@gmail.com>
8544
8545 * textmodes/org-publish.el (org-publish-timestamp-filename):
8546 Replace colon characters in filename too.
8547
8548 2008-02-13 Bastien Guerry <bzg@altern.org>
8549
8550 * mail/rmail.el (rmail-header-name): New face.
8551 (rmail-font-lock-keywords): Use rmail-header-name.
8552
8553 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8554 against X-Spam-Status header field.
8555 (rmail-spam-filter): Also check X-Spam-Status header field.
8556
8557 2008-02-14 Mark A. Hershberger <mah@everybody.org>
8558
8559 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8560 Add support for .pm files and .php files.
8561 (flymake-err-line-patterns): Add pattern for PHP errors.
8562 (flymake-php-init): New function. PHP support for flymake.
8563
8564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8565 Add regular expression for PHP errors.
8566
8567 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
8568
8569 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8570 This DTRT even on w32 machines.
8571 (ange-ftp-cf1): Quote FILENAME.
8572
8573 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8576 (smerge-auto-combine): New fun.
8577
8578 2008-02-12 Juri Linkov <juri@jurta.org>
8579
8580 * startup.el (fancy-startup-screen, normal-splash-screen):
8581 Set default-directory to command-line-default-directory.
8582
8583 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8584 after reading the desktop.
8585
8586 * progmodes/compile.el (compilation-auto-jump):
8587 Call compile-goto-error only when compilation-auto-jump-to-first-error
8588 is non-nil.
8589 (compilation-scroll-output): Replace :type 'boolean with a choice
8590 that has three options including a third option `first-error'.
8591 Doc fix.
8592 (compilation-start, compilation-forget-errors): Add an alternate
8593 condition comparing compilation-scroll-output with `first-error'
8594 in addition to compilation-auto-jump-to-first-error (to call
8595 compilation-auto-jump in the proper place).
8596
8597 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * international/mule.el (sgml-html-meta-auto-coding-function):
8600 Make sure the search limit is ahead.
8601
8602 * tar-mode.el: Fix broken indentation.
8603 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8604 Use with-current-buffer.
8605
8606 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8609 it is already automatically buffer-local.
8610
8611 2008-02-11 Drew Adams <drew.adams@oracle.com>
8612
8613 * help.el (describe-key): Join some split lines to facilitate filling.
8614 * help-fns.el (describe-function-1): Fill text of overlong lines.
8615
8616 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
8617
8618 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8619 Use unibyte-string instead of string-make-unibyte.
8620
8621 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8622
8623 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8626 works also for buffers w/o buffer-file-name. Update callers.
8627 (doc-view-clone-buffer-hook): New fun.
8628 (doc-view-mode): Use it for indirect clones. Mark the overlays with
8629 the `doc-view' property so they can be recognized.
8630
8631 * simple.el (clone-indirect-buffer-hook): New hook.
8632 (clone-indirect-buffer): Run it.
8633
8634 2008-02-11 Daiki Ueno <ueno@unixuser.org>
8635
8636 * epa.el (epa-menu-mode): Merge into epa-mode.
8637 (epa-menu-items): Rename the label "EasyPG Assistant" to
8638 "Encryption/Decryption".
8639
8640 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8641 (epa-dired-mode-map): Rename from epa-dired-map.
8642 (epa-global-dired-mode): Rename the global minor mode.
8643
8644 2008-02-11 Drew Adams <drew.adams@oracle.com>
8645
8646 * isearch.el (isearch-fail): New face.
8647 (isearch-message): Highlight failure part of input.
8648
8649 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * ibuffer.el (ibuffer-header-line-format): New var.
8652 (ibuffer-mode): Set it instead of header-line-format.
8653 (ibuffer-update): Use it to set header-line-format.
8654
8655 * international/mule-cmds.el (ucs-insert): Inherit surrounding
8656 properties like self-insert-command.
8657
8658 2008-02-11 Drew Adams <drew.adams@oracle.com>
8659
8660 * progmodes/etags.el: Add many doc strings.
8661
8662 2008-02-11 Jason Rumney <jasonr@gnu.org>
8663
8664 * ldefs-boot.el: Regenerated.
8665
8666 2008-02-11 Glenn Morris <rgm@gnu.org>
8667
8668 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8669 Shorten some names.
8670
8671 * ffap.el (ffap-rfc-directories): Add :version.
8672
8673 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
8674
8675 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8676 files, and backup files of same.
8677
8678 2008-02-11 Kevin Ryde <user42@zip.com.au>
8679
8680 * ffap.el (ffap-rfc-directories): New variable.
8681 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8682
8683 * info.el (Info-next-reference, Info-prev-reference)
8684 (Info-try-follow-nearest-node): Move to and follow https:// links too.
8685
8686 * simple.el (completion-list-mode): Show full completion-list-mode-map
8687 in the docstring.
8688
8689 2008-02-11 Sam Steingold <sds@gnu.org>
8690
8691 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8692
8693 2008-02-11 Glenn Morris <rgm@gnu.org>
8694
8695 * startup.el (emacs-startup-time): New variable.
8696 (command-line): Set emacs-startup-time.
8697
8698 * calendar/time-date.el (emacs-uptime): New function.
8699
8700 2008-02-10 Bastien Guerry <bzg@altern.org>
8701
8702 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8703 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8704 it is nil.
8705
8706 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8707
8708 * epg-config.el: Expand the contents of epg-package-info.el.
8709 (epg-package-name): New constant.
8710 (epg-version-number): New constant.
8711 (epg-bug-report-address): New constant.
8712
8713 * epa-mail.el (epa-mail-mode): Add autoload cookie.
8714 (epa-global-mail-mode): New global minor mode.
8715
8716 * epa-file.el (epa-file-mode): New global minor mode.
8717
8718 * epa-dired.el (epa-dired-mode): New global minor mode.
8719
8720 * epa.el (epa-menu): New variable.
8721 (epa-menu-items): New variable.
8722 (epa-menu-mode): New global minor mode.
8723 (epa-global-minor-modes): New user option.
8724 (epa-mode): New global minor mode.
8725
8726 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * net/dbus.el: Remove `no-byte-compile' cookie.
8729 (dbus-call-method, dbus-register-signal, dbus-debug)
8730 (dbus-registered-functions-table): Declare them with
8731 `declare-function' or `defvar', respectively.
8732 (top): Don't assert any longer. Require 'cl when compiling.
8733 Apply `ignore-errors' but `dbus-ignore-errors'.
8734
8735 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8736
8737 * diff-mode.el (diff-add-change-log-entries-other-window):
8738 Use add-change-log-entry.
8739
8740 2008-02-09 Jason Rumney <jasonr@gnu.org>
8741
8742 * button.el (button-map):
8743 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8744 * ldefs-boot.el: Regenerate.
8745
8746 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
8747
8748 * epa.el (epa-faces, epa):
8749 * epa-file.el (epa-file):
8750 * epg-config.el (epg): Add :version.
8751
8752 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
8753
8754 * vc.el (vc-exec-after): Append CODE to previous fragments.
8755 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8756 take MESSAGES instead of VERBOSE; use it when non-nil.
8757 (vc-diff-internal): Compute messages once; use them;
8758 update call to vc-diff-finish.
8759
8760 2008-02-09 Michael Olson <mwolson@gnu.org>
8761
8762 * net/tramp.el (tramp-process-sentinel): Avoid error when process
8763 buffer has been killed, such as by
8764 `tramp-cleanup-all-connections'.
8765
8766 2008-02-09 Miles Bader <miles@gnu.org>
8767
8768 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8769
8770 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8773 splitter in context hunks.
8774
8775 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
8776
8777 * international/fontset.el (setup-default-fontset): Fix arabic otf
8778 font specification.
8779
8780 2008-02-08 Daiki Ueno <ueno@unixuser.org>
8781
8782 * epa-dired.el:
8783 * epa-file.el:
8784 * epa-mail.el:
8785 * epa-setup.el:
8786 * epa.el:
8787 * epg-config.el:
8788 * epg-package-info.el:
8789 * epg.el: Initial check-in of EasyPG.
8790
8791 2008-02-08 Glenn Morris <rgm@gnu.org>
8792
8793 * woman.el (woman-locale): New defcustom.
8794 (woman-expand-locale, woman-manpath-add-locales): New functions.
8795 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
8796
8797 * international/mule-cmds.el (locale-translate): New function,
8798 with old code extracted from set-locale-environment.
8799 (set-locale-environment): Use locale-translate. Set woman-locale.
8800
8801 * cus-start.el (selection-coding-system): Remove, since it's now
8802 defined in select.el rather than in xselect.c.
8803 * select.el (selection-coding-system): Make it a defcustom, and
8804 add the properties from cus-start.el. Bump :version.
8805
8806 * custom.el (custom-theme-set-variables): Sort symbols that are
8807 dependencies before symbols that depend on them.
8808 (custom-enabled-themes): Set after custom-theme-directory.
8809
8810 * pcmpl-unix.el (top-level): Move provide statement to end.
8811 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
8812 `*' from doc-string. Allow to be nil.
8813 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
8814 Allow to be nil. Add :version.
8815 (pcmpl-ssh-hosts): Move definition before use. Handle lines
8816 without hostnames, and multiple hostnames per line.
8817
8818 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
8819
8820 2008-02-08 Phil Hagelberg <phil@evri.com>
8821
8822 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
8823 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
8824
8825 2008-02-07 Timo Savola <timo.savola@iki.fi>
8826
8827 * startup.el (command-line-x-option-alist): Add --parent-id.
8828
8829 * term/x-win.el (x-handle-parent-id): New function.
8830
8831 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
8832
8833 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
8834 "Font Menu".
8835
8836 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/dbus.el (dbus-interface-peer): New defconst.
8839 (dbus-ping): New defun.
8840
8841 2008-02-06 Sam Steingold <sds@gnu.org>
8842
8843 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
8844
8845 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
8848 Just return nil and let the C code provide a fallback.
8849
8850 2008-02-05 Glenn Morris <rgm@gnu.org>
8851
8852 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
8853 tramp-flush-connection-property for removed 2nd argument.
8854
8855 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * diff-mode.el (diff-add-change-log-entries-other-window):
8858 Rename from diff-create-changelog. Change users.
8859 Minor change to hopefully work with plain diffs.
8860 (diff-mode-map): Add binding for it.
8861
8862 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
8863
8864 * diff-mode.el: Add new TODO entry.
8865 (diff-create-changelog): New function.
8866 (diff-mode-menu): Bind it.
8867
8868 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
8869
8870 * international/mule-diag.el (print-fontset-element): Handle the
8871 case of inhibiting the fallback fonts.
8872
8873 2008-02-04 Kim F. Storm <storm@cua.dk>
8874
8875 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8876 (ido-magic-delete-char): Use prefix arg.
8877
8878 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
8881 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
8882 of today, the most recent libpng is 1.2.24).
8883
8884 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
8885
8886 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
8887
8888 * net/dbus.el (top): Check (featurep 'dbusbind).
8889
8890 * net/tramp.el (tramp-process-sentinel): New defun.
8891 (tramp-do-copy-or-rename-file-out-of-band)
8892 (tramp-maybe-open-connection): Use it as process sentinel.
8893 (tramp-handle-delete-directory): Don't use the "-f" option; it
8894 isn't portable.
8895 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
8896 after the command.
8897 (tramp-handle-shell-command): Set `mode-line-process' in the
8898 asynchronous case.
8899
8900 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
8901
8902 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
8903 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8904 Use `tramp-process-sentinel' as process sentinel.
8905
8906 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
8907
8908 * whitespace.el (global-whitespace-mode): Revert last change.
8909 (whitespace-unload-function): Force `global-whitespace-mode'
8910 to deactivate local modes in a slightly less intrusive way.
8911
8912 2008-02-02 Eli Zaretskii <eliz@gnu.org>
8913
8914 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
8915
8916 2008-02-02 Glenn Morris <rgm@gnu.org>
8917
8918 * international/latin1-disp.el (latin1-display):
8919 * progmodes/fortran.el (fortran-comment-indent-char):
8920 * progmodes/idlw-shell.el (top-level):
8921 * term/mac-win.el (mac-keyboard-translate-char):
8922 * whitespace.el (whitespace-char-valid-p):
8923 * wid-edit.el (widget-key-sequence-read-event):
8924 Use characterp rather than char-valid-p.
8925
8926 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
8927 to capitalized-find-word-boundary. Doc fix. Update callers.
8928 (capitalized-next-word-boundary-function-table): Rename to
8929 capitalized-find-word-boundary-function-table. Doc fix. Update users.
8930
8931 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
8932 string-to-int.
8933
8934 * ps-def.el (declare-function): Add compatibility definition.
8935 (ps-plot-with-face, ps-plot-string): Declare as functions.
8936 (ps-bold-faces, ps-italic-faces): Declare variables.
8937
8938 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
8939 (ps-mule-end-job): Declare as functions.
8940
8941 * wid-edit.el (widget-string-complete): Use assoc-string rather
8942 than assoc-ignore-case.
8943
8944 See ChangeLog.13 for earlier changes.
8945
8946 ;; Local Variables:
8947 ;; coding: utf-8
8948 ;; add-log-time-zone-rule: t
8949 ;; End:
8950
8951 Copyright (C) 2008 Free Software Foundation, Inc.
8952
8953 This file is part of GNU Emacs.
8954
8955 GNU Emacs is free software: you can redistribute it and/or modify
8956 it under the terms of the GNU General Public License as published by
8957 the Free Software Foundation, either version 3 of the License, or
8958 (at your option) any later version.
8959
8960 GNU Emacs is distributed in the hope that it will be useful,
8961 but WITHOUT ANY WARRANTY; without even the implied warranty of
8962 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8963 GNU General Public License for more details.
8964
8965 You should have received a copy of the GNU General Public License
8966 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8967
8968 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc