Use defstruct and markers.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tar-mode.el: Use defstruct and markers.
4 (tar-setf): Remove.
5 (tar-header): Use defstruct. Add `data-start' field.
6 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7 (tar-desc-data-start): Remove (now called tar-header-data-start).
8 (tar-roundup-512): New fun.
9 (tar-header-block-tokenize): Receive a buffer position rather than
10 a string. Handle @longLink here, be more careful about it.
11 Create a marker for data-start.
12 (tar-summarize-buffer): Don't handle @LongLink here any more.
13 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
14 data-start on the following entries any more.
15 (tar-chown-entry, tar-chgrp-entry): Use read-number.
16
17 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
18 (tar-header-offset): Remove.
19 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
20 Not permanent any more.
21 (tar-data-buffer): New var.
22 (tar-data-swapped-p, tar-change-major-mode-hook)
23 (tar-mode-kill-buffer-hook): New funs.
24 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
25 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
26 (tar-clear-modification-flags, tar-alter-one-field)
27 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
28 Change accordingly.
29
30 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
31
32 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
33 (vc-dir-resynch-file): ... this. Update callers.
34 Use vc-string-prefix-p. Ignore directory args.
35 (vc-string-prefix-p): CSE.
36 (vc-resynch-buffer): Restore conditional.
37
38 * vc-hooks.el (vc-after-save): Improve test.
39 (vc-mode-line): Fix indentation.
40
41 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
42
43 * calendar/parse-time.el (parse-time-months)
44 (parse-time-weekdays): Add long-form month and day names.
45
46 2008-05-27 Glenn Morris <rgm@gnu.org>
47
48 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
49
50 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * vc-dispatcher.el (vc-string-prefix-p): New function.
53 (vc-dir-parent-marked-p): Use it.
54
55 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
56
57 * vc.el (Problems): Remove fixed issues.
58 (vc-expand-dirs): Avoid returning directories.
59 (vc-dir): Fix C-x v v binding.
60 (vc-make-backend-object): Fix name.
61 (vc-dir-show-fileentry): Fix docstring.
62 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
63 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
64 Reset the state for directories.
65 (vc-dir-headers): Align labels.
66 (vc-default-status-printer): Do no call prettify-state-info.
67 (vc-deduce-fileset): Replace implementation with one based on a
68 working older version.
69 (vc-next-action): Use the new form of vc-deduce-fileset.
70 Fix dealing with unregistered files.
71
72 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
73 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
74 (vc-dir-child-files): New function.
75 (vc-dir-node-directory): New function.
76 (vc-dir-update, vc-dir-parent-marked-p)
77 (vc-dir-children-marked-p, vc-dir-mark-all-files)
78 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
79
80 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
81
82 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
85 (diff-font-lock-keywords, diff-context->unified)
86 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
87 (diff-hunk-text, diff-find-source-location): Use it.
88 (diff-post-command-hook): Let the user edit the hunk headers.
89
90 2008-05-26 Andreas Schwab <schwab@suse.de>
91
92 * vc.el (vc-default-prettify-state-info): Fix formatting of an
93 unknown state.
94
95 * tar-mode.el (tar-summarize-buffer): Comment fix.
96
97 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
100
101 2008-05-26 Glenn Morris <rgm@gnu.org>
102
103 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
104
105 2008-05-25 John Paul Wallington <jpw@pobox.com>
106
107 * proced.el (proced-next-line, proced-previous-line):
108 Avoid calling `next-line' and `previous-line' from Lisp code.
109
110 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
111
112 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
113 Use diary-ordinal-suffix.
114
115 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
116
117 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
118 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
119 (edebug-save-displayed-buffer-points, edebug-initial-mode)
120 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
121 (edebug-print-length, edebug-print-level, edebug-print-circle)
122 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
123 (edebug-global-break-condition, edebug-sit-for-seconds):
124 Remove spurious * from defcustom docstrings.
125 (edebug-unwrap*, edebug-signal, edebug-eval-display):
126 Improve argument/docstring consistency.
127 (edebug-test-coverage, edebug-gensym, edebug-read)
128 (edebug-top-level-nonstop, edebug-eval-result-list)
129 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
130 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
131 (edebug-display-freq-count): Reflow docstrings.
132 (edebug-restore-status): Doc fix.
133
134 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * proced.el (proced-header-line): Use the :align-to 0 feature
137 rather than computing the corresponding position manually.
138 (proced-update): Don't hardcode point-min==1.
139
140 2008-05-24 Alan Mackenzie <acm@muc.de>
141
142 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
143 if c-file-style is set to a non-string.
144
145 (c-neutralize-CPP-line): Surround by `save-excursion'.
146 (c-neutralize-syntax-in-CPP): Optimize for speed.
147
148 2008-05-24 Glenn Morris <rgm@gnu.org>
149
150 * Makefile.in (update-elclist): New target, to update ELCFILES.
151 (bootstrap-after): Run update-elclist.
152
153 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
154
155 * icalendar.el (icalendar-version): Increase to "0.19".
156 (icalendar--date-style): New function.
157 (icalendar--datetime-to-diary-date): Doc fix.
158 Use icalendar--date-style.
159 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
160 (icalendar--convert-yearly-to-ical)
161 (icalendar--convert-recurring-to-diary): Handle iso date style,
162 use icalendar-date-style.
163
164 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
165
166 * vc.el (vc-delete-file): Make sure the buffer is deleted and
167 vc-dir buffers are updated.
168
169 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * vc.el (vc-delete-file): Don't try to resynch the buffer.
172
173 2008-05-23 Paul R <paul.r.ml@gmail.com>
174
175 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
176 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
177 (reftex-extra-bindings): Use it.
178
179 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
180 away from the user-reserved keys.
181
182 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
183 New vars.
184 (ada-create-keymap): Use them.
185
186 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
189 a properly-grouped regexp.
190
191 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
192
193 * progmodes/cap-words.el (capitalized-words-mode):
194 Fix typos in docstring.
195
196 2008-05-23 Kenichi Handa <handa@m17n.org>
197
198 * international/mule-conf.el: Don't define the charset `emacs'
199 here, just put :docstring, :short-name, and :long-name.
200
201 2008-05-22 Kenichi Handa <handa@m17n.org>
202
203 * international/mule-diag.el (font-show-log): Limit each listing
204 to 20 items.
205
206 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
207
208 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
209 (gdb-annotation-rules): New entry for "thread-changed".
210 (gdb-thread-changed): New function.
211
212 2008-05-23 Glenn Morris <rgm@gnu.org>
213
214 * Makefile.in (SOURCES): Remove, unused.
215 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
216 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
217 Exclude more '*loaddefs' files.
218 (compile-always): Simplify '.elc' deletion.
219
220 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
223 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
224
225 * minibuffer.el (completion-boundaries): Change calling
226 convention, so `string' has the same semantics as in
227 try-completion and all-completions.
228 (completion-table-with-context, completion--embedded-envvar-table)
229 (completion--file-name-table)
230 (completion-pcm--find-all-completions): Adjust code accordingly.
231
232 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
233
234 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
235 prune image-mode-winprops-alist, preventing it from growing
236 indefinitely.
237 (image-mode-reapply-winprops): Use it.
238
239 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
240
241 * net/netrc.el (netrc-machine): Always match if the port is not given.
242
243 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * minibuffer.el (completion-pcm--find-all-completions):
246 Don't add pseudo-completions.
247
248 * icomplete.el (icomplete-eoinput): Remove.
249 (icomplete-overlay): New var to replace it.
250 (icomplete-tidy): Rewrite.
251 (icomplete-exhibit): Use an overlay.
252 (icomplete-completions): Use completion-all-sorted-completions.
253 Obey completion-ignore-case.
254
255 * files.el (locate-dominating-file): Accept non-existing argument.
256 (project-find-settings-file): Rewrite, using locate-dominating-file.
257
258 2008-05-22 Kenichi Handa <handa@m17n.org>
259
260 * faces.el (font-weight-table, font-slant-table, font-width-table):
261 Delete them. Don't call internal-set-font-style-table.
262
263 * international/mule-diag.el (font-show-log): New function.
264
265 * international/fontset.el (script-representative-chars): Add more
266 chars for latin. Add data for symbol.
267 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
268
269 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * minibuffer.el (completion-all-sorted-completions): New var.
272 (completion--flush-all-sorted-completions)
273 (completion-all-sorted-completions): New functions.
274 (minibuffer-force-complete): New command.
275
276 2008-05-21 Glenn Morris <rgm@gnu.org>
277
278 * files.el (c-postprocess-file-styles): Declare for compiler.
279
280 * Makefile.in: Allow for parallel byte-compiling.
281 (ELCFILES): New variable.
282 (.el.elc): Remove prerequisites from suffix rule. Print a message.
283 (compile-first, compile-main, compile-last): New targets.
284 (compile-always): Simplify - delete .elc files, then `make compile'.
285
286 * Makefile.in (compile-calc): Use glob rather than find.
287 ($(lisp)/progmodes/cc-mode.elc): Use $@.
288
289 * eshell/esh-module.el: No need for cl when compiling.
290
291 * eshell/eshell.el (eshell-defgroup): New alias.
292 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
293 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
294 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
295 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
296 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
297 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
298 Autoload the custom group. Set generated-autoload-file.
299 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
300 for eshell-defgroup.
301 * eshell/esh-module.el (eshell-load-defgroups): Remove.
302 Require esh-groups rather than loading it.
303
304 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
305
306 * proced.el (proced-header-line): New variable and new function.
307 (proced-mode): Set header-line-format.
308 (proced-update): Set proced-header-line.
309 (proced-send-signal): Use proced-header-line.
310
311 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * macros.el (insert-kbd-macro): Use prin1-char.
314
315 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * minibuffer.el (completion-boundaries): New function.
318 (completion--some): Delay errors.
319 (complete-with-action, completion-table-with-context):
320 Handle `boundaries' case.
321 (completion--try-word-completion): Avoid partial-completion
322 when the user hasn't entered anything yet.
323 (minibuffer-local-map, minibuffer-local-filename-completion-map)
324 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
325 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
326 Setup default keybindings.
327 (completion--embedded-envvar-re): New var.
328 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
329 (completion--file-name-table): Handle `boundaries' case.
330 (completion-pcm--pattern->regex): Avoid pathological backtracking.
331 (completion-pcm--all-completions): Add a `prefix' arg.
332 (completion-pcm--find-all-completions): New function.
333 (completion-pcm-all-completions, completion-pcm-try-completion):
334 Use it.
335
336 * icomplete.el (icomplete-completions): Don't use `predicate' with
337 a table of a different type than `candidates'.
338
339 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
340
341 * proced.el (proced-goal-column): Rename from proced-procname-column.
342 (proced-goal-header-re): Rename from proced-procname-column-regexp.
343 (proced-move-to-goal-column): Rename from proced-move-to-procname.
344 (proced-header-face, proced-header-regexp): Remove.
345 (proced-font-lock-keywords): Remove proced-header-face.
346 (proced-header-alist, proced-sorting-schemes-re): New variables.
347 (proced): Rename Proced buffer to *Proced*.
348 (proced-next-line, proced-previous-line): New commands.
349 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
350 (proced-hide-processes): Do not treat first line as special.
351 (proced-header-space): New function.
352 (proced-update): Use header-line-format.
353 Initialize proced-header-alist and proced-sorting-schemes-re.
354 Set proced-goal-column. Include proced-command in mode-name.
355 (proced-send-signal): Use header-line-format for *Marked
356 Processes* buffer.
357 (proced-sort): Restrict minibuffer completion to applicable
358 sorting schemes.
359 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
360
361 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
362
363 * icomplete.el (icomplete-simple-completing-p):
364 Allow icomplete-with-completion-tables to say "use it everywhere".
365 (icomplete-completions): Obey completion-styles. Try to accommodate
366 partial-completion style.
367
368 2008-05-20 Michael Olson <mwolson@gnu.org>
369
370 * files.el (project-find-settings-file): Change concat to
371 expand-file-name.
372
373 2008-05-19 Tom Tromey <tromey@redhat.com>
374
375 * files.el (normal-mode): Call hack-project-variables.
376 (hack-local-variables-confirm): Add 'project' argument.
377 (hack-local-variables-apply): New function.
378 (hack-local-variables): Use it.
379 (project-class-alist, project-directory-alist): New variables.
380 (project-get-alist): New function.
381 (project-collect-bindings-from-alist)
382 (project-collect-binding-list, set-directory-project)
383 (project-find-settings-file, project-define-from-project-file)
384 (hack-project-variables): New functions.
385
386 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
389
390 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
391
392 * faces.el (font-weight-table): Fix typo in docstring.
393
394 2008-05-18 David Hull <david@snap.com> (tiny change)
395
396 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
397 (vc-hg-annotate-command): Allow white space before version number.
398
399 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
400
401 * calc/calc-yank.el (calc-register-alist): New variable.
402 (calc-set-register,calc-get-register,calc-copy-to-register)
403 (calc-insert-register,calc-add-to-register,calc-append-to-register)
404 (calc-prepend-to-register): New functions.
405
406 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
407 `calc-copy-to-register' and `calc-insert-register'.
408 Autoload new register functions.
409
410 * calc/calc-help.el (calc-r-prefix-help): Add help for register
411 functions.
412
413 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * vc.el (Todo): Add known problems.
416 (vc-dir-backend): New variable.
417 (vc-dir): Set it.
418 (vc-make-backend-object, vc-generic-status-printer)
419 (vc-generic-state, vc-generic-status-fileinfo-extra)
420 (vc-dir-extra-menu): Use it.
421 (vc-generic-dir-headers): Remove, unused.
422
423 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
424 vc-dir-prev-directory for consistency with vc-dir-previous-line.
425 (vc-dir-mode-map): Fix bindings.
426
427 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
428
429 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
430
431 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
432 operated on.
433 (calc-kill-region): Kill entire lines.
434
435 2008-05-17 Glenn Morris <rgm@gnu.org>
436
437 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
438 simplify initial value.
439 (defezimage): Drop support for Emacs without defimage, use a featurep
440 test rather than fboundp when defining, drop with-no-warnings.
441 (ezimage-insert-over-text): Move featurep test inside
442 add-text-properties.
443
444 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
445
446 * net/tramp.el (top-level): Load auth-source when compiling.
447
448 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
449
450 2008-05-17 Andreas Schwab <schwab@suse.de>
451
452 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
453
454 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * vc.el (vc-annotate-show-diff-revision-at-line): Change
457 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
458
459 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
460
461 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
462
463 2008-05-17 Jim Meyering <meyering@redhat.com>
464
465 * ido.el (ido-save-history): Do not emit a trailing newline at the
466 end of the ido history file.
467
468 2008-05-16 John Paul Wallington <jpw@pobox.com>
469
470 * vc-dispatcher.el (top-level): Revert previous change: require cl
471 when compiling.
472
473 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
474
475 * vc.el (vc-default-status-printer)
476 (vc-default-prettify-state-info): Enhance the state prettyprinter
477 to deal better with unknown states and indirect through it when
478 painting vc-dir buffers.
479
480 2008-05-16 John Paul Wallington <jpw@pobox.com>
481
482 * vc-dispatcher.el (top-level): Don't require cl when compiling.
483 (vc-dir-mode-map): Fix backquote.
484 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
485
486 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
487
488 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
489 Reported by Glenn Morris <rgm@gnu.org>.
490
491 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
492
493 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
494 the end of the file, it was good work at one time but has been
495 stale since 1995 and may now be actively misleading.
496 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
497 CVS repository and module (assumptions for the latter a bit iffy).
498 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
499 SVN repository.
500
501 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
502
503 * vc-rcs.el (vc-rcs-create-tag):
504 * vc-sccs.el (vc-sccs-create-tag):
505 Fix typo in error message and pass backend arg.
506
507 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
510
511 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
512
513 * net/tramp.el: Load auth-source library.
514 (tramp-read-passwd): Use it for password, not login.
515
516 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
517
518 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
519 (ses-print-cell): Use string-width, truncate-string-to-width,
520 delete-region rather than length, substring, delete-char.
521 (ses-setup): Set inhibit-point-motion-hooks to t.
522 Calculate position by actually moving point rather than just using
523 unibyte character length.
524 (ses-mode): Set indent-tabs-mode to nil.
525 (ses-center): Use string-width rather than length.
526
527 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
528
529 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
530 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
531 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
532 vc-*-create-tag and vc-*-retrieve-tag respectively.
533
534 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
535 unneeded defalias.
536
537 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
538
539 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
540 about buffer names.
541
542 2008-05-15 Glenn Morris <rgm@gnu.org>
543
544 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
545
546 * org/org-exp.el (org-infojs-options-inbuffer-template):
547 Fix declaration.
548
549 * progmodes/cc-mode.el (declare-function): Add compat definition.
550 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
551
552 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
553
554 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
555 list to a cons so the caller can get back both expanded and
556 unexpanded filesets.
557 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
558 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
559 Change handling of selection-set returns as required.
560
561 2008-05-15 John Paul Wallington <jpw@pobox.com>
562
563 * add-log.el (top-level): Don't require cl when compiling.
564
565 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
566 (archive-*-extract): Use `zerop'
567 (archive-*-write-file-member): Use `or', use `zerop'.
568
569 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
570
571 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
572 (ibuffer-mark-interactive, ibuffer-set-mark)
573 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
574 (ibuffer-map-lines, ibuffer-switch-format)
575 (ibuffer-update-title-and-summary)
576 (ibuffer-redisplay-engine): Use it.
577
578 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
579 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
580 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
581 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
582 (ibuffer-mark-read-only-buffers)
583 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
584
585 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
586 (define-ibuffer-column, define-ibuffer-sorter)
587 (define-ibuffer-op, define-ibuffer-filter): Add declarations
588 containing indentation specs, replacing equivalent top-level
589 forms that set `lisp-indent-function' properties.
590 (define-ibuffer-op): Use `derived-mode-p'.
591 (define-ibuffer-filter): Remove redundant `concat' call.
592
593 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
594
595 * net/tramp.el (tramp-echo-mark): Update docstring.
596 (tramp-echo-mark-marker): New defconst.
597 (tramp-check-for-regexp): Use it.
598
599 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
600
601 * vc.el (vc-deduce-fileset): Do the right thing when visting a
602 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
603 as parent.
604
605 2008-05-14 John Paul Wallington <jpw@pobox.com>
606
607 * international/mule.el (convert-define-charset-argument):
608 Remove period from end of error message.
609 (coding-system-mnemonic): Doc fix.
610 (ctext-pre-write-conversion): Doc fix.
611
612 2008-05-14 Simon Marshall <simon@gnu.org>
613
614 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
615 from its default value and give it the risky-local-variable
616 property (CVE-2008-2142).
617
618 2008-05-14 Kenichi Handa <handa@m17n.org>
619
620 * language/korean.el ("Korean"): Set `iso639-language'
621 property to `ko'.
622
623 * language/japanese.el ("Japanese"): Set `iso639-language'
624 property to `ja'.
625
626 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
627 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
628 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
629
630 * international/mule-cmds.el (set-language-environment):
631 Set current-iso639-language.
632
633 * international/fontset.el (setup-default-fontset): For kana, han,
634 hangul, and cjk-misc, move an entry with font-spec at the end.
635 (generate-fontset-menu): Exclue fontset-auto* from the list.
636
637 * composite.el (compose-chars-after): Assume that WINDOW is always
638 non-nil.
639
640 * faces.el (font-weight-table, font-slant-table)
641 (font-swidth-table): Declare them by defconst. Change the format
642 of elements. Call internal-set-font-style-table after their
643 declaration.
644 (face-valid-attribute-values): Call font-family-list. Get values
645 for width, weight, and slant from font-xxx-table.
646
647 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
648
649 2008-05-13 John Paul Wallington <jpw@pobox.com>
650
651 * ibuffer.el (ibuffer-buffer-file-name): New function.
652 (define-ibuffer-column filename): Use it.
653
654 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
655
656 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
657
658 * talk.el (talk): Simplify. Pass display arg to talk-add-display
659 as a string.
660 (talk-add-display): Simplify. Accept only string args.
661
662 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
663
664 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
665
666 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * Makefile.in (bootstrap-prepare): Don't chmod files.
669 (autoloads): Do it here instead, where it's actually needed.
670
671 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
672
673 * tool-bar.el (tool-bar-make-keymap): Account for the optional
674 KEY-BINDING-DATA field in menu-item list.
675
676 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * dired.el (dired-read-dir-and-switches): Move things about to use less
679 recursion during macroexpansion.
680
681 * dired.el (dired-read-dir-and-switches): Use read-file-name.
682
683 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
684 completion-ignored-extension directories if there's something else.
685 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
686 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
687 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
688 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
689 buffer-read-only -> inhibit-read-only.
690
691 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
692
693 * vc.el (vc-expand-dirs): Stop this function from tossing out
694 explicitly specified files.
695
696 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
699 to `insert'.
700
701 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
702
703 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
704 cons. Use vc-annotate-backend.
705 (with-vc-file, edit-vc-file): Remove unused macros.
706
707 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
708
709 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
710 (smtpmail-try-auth-methods): Use it.
711
712 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
715 (setf (nthcdr ..) ..) doesn't require CL at runtime.
716
717 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
718
719 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
720
721 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
722
723 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
724 (vc-bzr-revision-completion-table): Use process-file.
725 (vc-bzr-working-revision): Pass relative file names.
726
727 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
728
729 2008-05-11 Juri Linkov <juri@jurta.org>
730
731 * wid-edit.el (widget-image-directory): Change default image data
732 subdirectory from "custom" to "images/custom".
733
734 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
735 before recursive call to `Info-next-preorder' to not add
736 intermediate nodes to the history.
737
738 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
739
740 * emulation/cua-base.el: Put isearch-scroll property
741 on cua-scroll-up and cua-scroll-down.
742
743 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
744
745 * vc-hooks.el (vc-recompute-state): Remove (dead code).
746
747 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
748
749 * vc-dispatcher.el (ewoc): Require.
750 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
751
752 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
753
754 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
755
756 * term/w32-win.el (x-colors):
757 * term/mac-win.el (x-colors):
758 * term/x-win.el (x-colors): Re-order colors.
759
760 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
761
762 * smerge-mode.el (smerge-command-prefix): Fix custom type.
763
764 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
765
766 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
767 New functions implementing motion to next and previous directory.
768
769 * vc-arch.el (vc-arch-command):
770 * vc-bzr.el (vc-bzr-command):
771 * vc-cvs.el (vc-cvs-command):
772 * vc-dispatcher.el (vc-do-command):
773 * vc-git.el (vc-git-command):
774 * vc-hg.el (vc-hg-command):
775 * vc-mcvs.el (vc-mvcs-command):
776 * vc-mtn.el (vc-mtn-command):
777 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
778 (vc-sccs-workfile-unchanged-p):
779 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
780 * vc-rcs.el (all methods): Remove assumption about what a nil
781 argument to vc-do-command means. This means no buffer name needs
782 to be hardcoded into the dispatcher layer, and it's better to be
783 explicit anyway.
784
785 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
786
787 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * vc.el: Update todo.
790
791 * vc-sccs.el (vc-sccs-dir-status):
792 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
793 backends and returning up to date files.
794
795 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
796
797 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
798
799 * vc.el (vc-dir):
800 * vc-hooks.el: Tweak the VC directory bindings. These are now
801 documented in the manual.
802
803 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
804 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
805 (vc-dispatcher-selection-set): Allow callers to pass in an
806 observer flag that says no buffer sync is required.
807 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
808 Use the observer flag.
809
810 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
811
812 * simple.el (start-file-process): Clarify docstring.
813
814 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
815
816 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
817 Remove stub implementations of, and references to, wash-log.
818 * vc-rcs.el (vc-rcs-comment-history):
819 * vc-cvs.el (vc-cvs-comment-history):
820 Inline the code that used to be wash-log.
821
822 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
823 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
824 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
825 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
826 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
827 (vc-rcs-print-log): Grok directories.
828
829 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * vc.el (vc-mark-resolved): Add `backend' argument.
832 (vc-next-action): Pass it the backend.
833 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
834 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
835 (vc-default-comment-history, vc-default-create-snapshot)
836 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
837 (vc-annotate-revision-previous-to-line)
838 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
839 * vc-svn.el (vc-svn-checkout):
840 * vc-mcvs.el (vc-mcvs-checkout):
841 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
842 (vc-working-revision, vc-before-save, vc-mode-line):
843 Prefer vc-call-backend to vc-call so as not to recompute the backend.
844
845 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
846 state to be consistent since it's often an unwarranted restriction.
847 Don't return the state either.
848 (vc-next-action): Check that the state is consistent.
849 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
850 (vc-rollback, vc-update): Adapt to new return value of
851 vc-deduce-fileset.
852
853 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
854 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
855 (vc-dispatcher-in-fileset-p): New fun.
856 (vc-dispatcher-selection-set): Use it to properly handle directories.
857
858 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
859
860 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
861 (vc-update): Remove unused let bindings.
862
863 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
864
865 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
866 (vc-diff, vc-revert, vc-rollback, vc-update):
867 * vc-dispatcher.el (vc-dispatcher-selection-set):
868 Get rid of 4 special cases in fileset selection. This involved
869 changing the return value of (vc-deduce-fileset) so that it passes
870 back a deduced state as well as a deduced back end.
871
872 2008-05-08 Sam Steingold <sds@gnu.org>
873
874 * progmodes/compile.el (compilation-minor-mode-map)
875 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
876 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
877 to `compilation-minor-mode-map' (instead of an explicit `cons').
878
879 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
880
881 * org/org.el (org-modules, org-format-latex-options):
882 * org/org-archive.el (org-archive-stamp-time)
883 (org-archive-save-context-info):
884 * org/org-faces.el (org-hide):
885 * org/org-irc.el (org-irc-parse-link):
886 * org/org-macs.el (org-call-with-arg, org-autoload):
887 * org/org-mew.el (org-mew-store-link):
888 * org/org-remember.el (org-remember-store-without-prompt)
889 (org-remember-templates): Fix typos in docstrings.
890
891 * org/org-info.el (org-info-store-link): Remove leftover docstring.
892
893 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
894 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
895 (org-bbdb-anniv-split): Fix typos in docstrings.
896
897 * org/org-publish.el (org-publish-project-alist): Doc fixes.
898 (org-publish-use-timestamps-flag): Reflow docstring.
899 (org-publish-files-alist): Fix typos in docstring.
900
901 2008-05-07 Sam Steingold <sds@gnu.org>
902
903 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
904 appears to be too aggressive with window removal.
905
906 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
907
908 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
909 as pragma keywords.
910 (verilog-pretty-expr): Support lining up assignments which include
911 part selects.
912 (verilog-mode): More portable check for the availability of
913 hideshow support.
914 (verilog-do-indent): Remove special indent for declarations inside
915 a parenthetical list. The code is ill-advised, and doesn't work
916 given the new user defined types.
917 (verilog-set-auto-endcomments): Enhance function automatic
918 endcomment to support functions that return user defined types.
919 (verilog-mode): Add code to tell which-function-mode minor mode
920 that Verilog supports this feature.
921
922 2008-05-08 Eli Zaretskii <eliz@gnu.org>
923
924 * epa-file.el: Require epa-hook.
925
926 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
927
928 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
929 file-names clashes on 8+3 filesystems. Provide epa-hook.
930
931 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
932 file-names clashes on 8+3 filesystems.
933
934 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
935
936 * org/org.el (org-read-date-get-relative): Interpret lone
937 weekday abbreviation as relative to today.
938
939 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
940
941 * abbrev.el (define-abbrev-table):
942 * composite.el (toggle-auto-composition):
943 * json.el (json-alist-p, json-plist-p):
944 * minibuffer.el (completion-table-with-predicate):
945 * ps-mule.el (ps-mule-external-libraries):
946 * emacs-lisp/advice.el (ad-special-form-p):
947 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
948 * eshell/em-smart.el (eshell-review-quick-commands):
949 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
950 (python-skip-out, python-check-comint-prompt):
951 Don't use `iff' in docstrings.
952
953 * international/robin.el (robin-package-alist): Fix typo in docstring.
954 (robin-current-package-name): Doc fix.
955 (robin-activate): Don't use `iff' in docstring.
956
957 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
958
959 * vc.el, vc-dispatcher.el: VC-Dired support removed.
960 The code uses a ewoc-based implementation now.
961 * vc-hooks.el: Support for Meta-CVS has been removed.
962
963 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * tool-bar.el: Choose images dynamically.
966 (tool-bar-make-keymap, tool-bar-find-image): New function.
967 (tool-bar-find-image-cache): New var.
968 (tool-bar-local-item, tool-bar-local-item-from-menu):
969 Don't select the image yet, do it later in tool-bar-make-keymap.
970
971 2008-05-07 Andreas Schwab <schwab@suse.de>
972
973 * window.el: Require 'cl when compiling.
974
975 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
976
977 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
978
979 2008-05-07 Glenn Morris <rgm@gnu.org>
980
981 * subr.el (ignore-errors): Move here from cl-macs.el.
982 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
983
984 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
985 oddness.
986
987 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
988
989 * vc-hooks.el (vc-find-file-hook):
990 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
991 further from vc.el.
992 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
993
994 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
995
996 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
997 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
998 (verilog-auto-inout, verilog-auto-inout-module)
999 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1000 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1001 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1002 (verilog-auto-sense-sigs, verilog-auto-tieoff)
1003 (verilog-auto-unused, verilog-auto-wire)
1004 (verilog-decls-get-assigns, verilog-decls-get-consts)
1005 (verilog-decls-get-gparams, verilog-decls-get-inouts)
1006 (verilog-decls-get-inputs, verilog-decls-get-outputs)
1007 (verilog-decls-get-ports, verilog-decls-get-regs)
1008 (verilog-decls-get-signals, verilog-decls-get-wires)
1009 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1010 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1011 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1012 (verilog-inject-sense, verilog-library-filenames)
1013 (verilog-mode-release-date, verilog-mode-version)
1014 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1015 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1016 (verilog-modi-get-assigns, verilog-modi-get-consts)
1017 (verilog-modi-get-gparams, verilog-modi-get-inouts)
1018 (verilog-modi-get-inputs, verilog-modi-get-outputs)
1019 (verilog-modi-get-ports, verilog-modi-get-regs)
1020 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1021 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1022 (verilog-modi-get-wires, verilog-preserve-cache)
1023 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1024 (verilog-read-sub-decls, verilog-read-sub-decls-line)
1025 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1026 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1027 Add caching of additional state, and rework signal extraction
1028 routines to improve AUTO expansion performance by 300%++.
1029
1030 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1033 Tweak Open Watcom regexp to distinguish between errors and warnings.
1034
1035 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * dired.el (dired-read-dir-and-switches): Fix up last change.
1038
1039 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
1040
1041 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1042 out of this function, move it to vc-dispatcher-selection-set.
1043
1044 2008-05-05 Sam Steingold <sds@gnu.org>
1045
1046 * window.el (delete-other-windows-vertically): New function.
1047
1048 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * dired.el (dired-read-dir-and-switches):
1051 Obey read-file-name-completion-ignore-case.
1052
1053 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
1054
1055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1056 Add regexp for Open Watcom compiler output.
1057
1058 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
1059
1060 * progmodes/python.el (python-block-pairs): Align finally with except.
1061
1062 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1065
1066 2008-05-05 Tom Tromey <tromey@redhat.com>
1067
1068 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1069 looking at conflict marker.
1070
1071 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1074 client-mode -> vc-client-object, and guess `funcall' was meant.
1075 (vc-dir-mode): Rename client-mode -> vc-client-mode.
1076
1077 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1078
1079 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1080 (dbus-debug): Move declarations outside eval-when-compile.
1081
1082 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1083
1084 * proced.el (proced-command-alist): Fix system-type values.
1085 Fix defcustom.
1086 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
1087 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1088 (proced-sort-start, proced-sort, proced-sort-time): New commands.
1089 (proced-update): Use proced-sorting-scheme. Update modeline.
1090 (proced-send-signal): Use nreverse.
1091 (proced-sorting-scheme-p): New function.
1092
1093 2008-05-04 Andreas Schwab <schwab@suse.de>
1094
1095 * vc.el: Require dired when compiling.
1096
1097 * minibuffer.el (completion--insert-strings): Don't delete past bol.
1098
1099 2008-05-03 Glenn Morris <rgm@gnu.org>
1100
1101 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1102 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1103 Simplify compilation requirements.
1104 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1105 declarations.
1106
1107 2008-05-03 Dave Love <fx@gnu.org>
1108
1109 * progmodes/python.el (python-beginning-of-statement):
1110 Loop at least once (fixes 2008-02-21 change).
1111
1112 2008-05-03 Eli Zaretskii <eliz@gnu.org>
1113
1114 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1115 instead of `length' for comparing length of user and group names.
1116
1117 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
1118
1119 * vc-dispatcher.el: New file, separates out the UI and command
1120 execution machinery from VCS-specific logic left in vc.el.
1121 The separation is not yet completely clean, but it's a good start.
1122 * vc.el: This file is about 1700 lines shorter now.
1123 Remove obsolete logentry-check from the backend API.
1124 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
1125 implementation of the logentry-check method, and it guarded against
1126 a log length limit that has probably been obsolete for 15 years (!).
1127
1128 2008-05-02 Sam Steingold <sds@gnu.org>
1129
1130 * progmodes/compile.el (compilation-start): Move setting of
1131 compilation-directory after (funcall mode) as that resets local
1132 variables, this fixes recompile in grep buffers.
1133 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1134
1135 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1136
1137 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1138 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1139 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
1140 has one of these and that all are called in compatible ways.
1141 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
1142 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1143 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
1144 backend has one of these.
1145
1146 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1149 initialization into define-abbrev-table. Use :regexp.
1150 (octave-mode-syntax-table): Don't set word syntax for `.
1151
1152 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1153 than only value.
1154
1155 * dired.el (dired-read-dir-and-switches):
1156 Set minibuffer-completing-file-name and call substitute-in-file-name.
1157 (dired-format-columns-of-files): Use completion--insert-strings.
1158
1159 * minibuffer.el (completion-hilit-commonality): Revert last change:
1160 the leftover code was actually useful.
1161 (completion--insert-strings): Use string-width rather than length.
1162
1163 2008-05-02 Sam Steingold <sds@gnu.org>
1164
1165 * vc.el (vc-dir-mode-map): Enable mouse bindings.
1166 (vc-at-event): New macro: run the body at the even location.
1167 (vc-dir-menu, vc-dir-toggle-mark): Use it.
1168 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1169 * subr.el (mouse-event-p): Check if the even is mouse-related.
1170
1171 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
1172
1173 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1174 Don't throw error if no file is found.
1175
1176 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1179 (vc-default-state-heuristic): Doc fix.
1180
1181 2008-05-02 Richard Sharman <rsharman@pobox.com>
1182
1183 * hilit-chg.el (highlight-changes-mode): Remove references to
1184 hooks that no longer exist. Because define-minor-mode is used the
1185 hook highlight-changes-mode-hook exists and can do what both the
1186 old hooks used to do. The documentation at the top of the file
1187 was updated to demonstrate this.
1188 (highlight-changes-mode): Remove commented out call to a hook
1189 function that is no longer there.
1190 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1191
1192 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1193
1194 * vc.el (vc-default-dired-state-info): Change name of primitive
1195 to prettify-state-info, in preparation for ripping out dired mode.
1196 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1197 to prettify-state-info, in preparation for ripping out dired mode.
1198 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1199 tries this on a version-controlled buffer. It will do useless or
1200 actively bad things on any version control system newer than RCS.
1201 * vc-hooks.el (vc-dired-resynch-file):
1202 * vc.el (vc-dired-resynch-file): Change name of primitive to
1203 vc-directory-resynch-file, preparing to remove dired.
1204
1205 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1206
1207 * vc-rcs.el (vc-rcs-state): Fix typos.
1208
1209 * vc.el (vc-register): Change argument order so that the prefix
1210 argument is assigned correctly.
1211 (vc-next-action, vc-dir-register): Update for the above change.
1212
1213 2008-05-01 Juri Linkov <juri@jurta.org>
1214
1215 * replace.el (occur-read-primary-args): Set default to the car of
1216 regexp-history and display it in the prompt, but don't add to the
1217 list of minibuffer defaults. Bind history-add-new-input to nil to
1218 not add automatically `default'. For empty input return `default'.
1219 Otherwise, add `input' to regexp-history and return it.
1220 (occur-1): Signal an error for the empty regexp.
1221
1222 * progmodes/compile.el (compilation-auto-jump):
1223 Set window point to `pos' explicitly.
1224
1225 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
1226
1227 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1228 when appropriate.
1229 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1230 we report the 'unregistered state reliably.
1231 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1232 we report the 'unregistered state reliably.
1233 * vc-git.el (vc-git-state): Call vc-git-unregistered so
1234 we report the 'unregistered state reliably.
1235 * vc-hooks (vc-state): Document that vc-unregistered is
1236 now expected to be returned reliably.
1237 * vc.el (vc-default-dired-state): Change needs-patch state to
1238 needs-update, since the name now shows up in dir-status listings
1239 and was somewhat misleading.
1240 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1241 immediately after removing the file.
1242 * vc.el (vc-next-action): More informative messages when a fileset
1243 is in a mixed state or files are missing.
1244
1245 2008-05-01 Sam Steingold <sds@gnu.org>
1246
1247 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1248
1249 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1252
1253 2008-05-01 Daiki Ueno <ueno@unixuser.org>
1254
1255 * epa-file-hook.el: New file split from epa-file.el.
1256 * epa-file.el: Require 'epa-file-hook.
1257 (epa-file-handler): Add autoload cookie.
1258 * loadup.el: Load epa-file-hook.
1259 * startup.el (command-line): Eval the body of auto-encryption-mode.
1260
1261 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * vc.el (vc-dir-mode-map): Don't bind "r".
1264
1265 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1266 (vc-hg-status-printer): New function.
1267 (vc-hg-after-dir-status): Deal with copied and renamed files.
1268 (vc-hg-dir-status): Add flag to show copied files.
1269
1270 2008-05-01 John Paul Wallington <jpw@pobox.com>
1271
1272 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1273 (ibuffer-do-sort-by-recency): Reverse sorting order if last
1274 sorting mode was recency.
1275
1276 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1277 reverse sorting order if last sorting mode was the sorter's.
1278
1279 2008-05-01 Jason Rumney <jasonr@gnu.org>
1280
1281 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1282
1283 2008-04-30 John Paul Wallington <jpw@pobox.com>
1284
1285 * ibuffer.el (define-ibuffer-column filename): When the major mode
1286 is `vc-dir-mode' show the buffer's default directory.
1287
1288 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1289 major mode is `vc-dir-mode' use the buffer's default directory.
1290
1291 2008-04-30 Sam Steingold <sds@gnu.org>
1292
1293 * vc.el (vc-dir-delete-file): Add.
1294 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1295 (vc-delete-file): Do not barf when the file has been already deleted.
1296
1297 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1300
1301 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * progmodes/octave-mod.el (octave-help): New function.
1304 * progmodes/octave-hlp.el: Delete.
1305 * info-look.el (octave-mode): Add operator index.
1306
1307 * vc.el (vc-checkout): Typo.
1308
1309 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1312 Add "..." in the appropriate places.
1313
1314 * epa.el (epa-key-list-mode-map): Add more menu entries.
1315 Add "..." in the appropriate places.
1316
1317 * dired.el (dired-mode-map): Add :help.
1318
1319 * vc.el (vc-deduce-fileset): Add new parameter.
1320 (vc-dir-marked-only-files): New function.
1321 (vc-next-action): Don't ignore directories, look at the files
1322 inside them.
1323 (vc-dir-mode): Document how the mark/unmark commands work.
1324
1325 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1328 Rule out trailing spaces in file and directory names as well.
1329
1330 * minibuffer.el (completion--do-completion): Move point even if the
1331 completion makes no change.
1332 (completion-pcm-try-completion): Fix computation of new point.
1333
1334 2008-04-30 David Hansen <david.hansen@gmx.net>
1335
1336 * dired.el: Require 'cl.
1337
1338 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
1339
1340 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1341 hollow if not in innermost frame.
1342
1343 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 Make `checkout-model' apply to filesets.
1346 * vc-hooks.el (vc-checkout-model): Rewrite.
1347 (vc-before-save, vc-after-save): Adjust callers accordingly.
1348 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1349 (vc-transfer-file): Adjust callers accordingly.
1350 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1351 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1352 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1353 instead of vc-checkout-model.
1354 * vc-mcvs.el (vc-mcvs-revert):
1355 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1356 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1357 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1358 * vc-svn.el (vc-svn-checkout-model):
1359 * vc-hg.el (vc-hg-checkout-model):
1360 * vc-git.el (vc-git-checkout-model):
1361 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1362
1363 * dired.el (dired-read-dir-and-switches): Replace last change with
1364 a new approach that mixes read-file-name and read-directory-name.
1365
1366 * files.el (read-buffer-to-switch):
1367 Avoid making assumptions about `other-buffer'.
1368
1369 2008-04-29 Sam Steingold <sds@gnu.org>
1370
1371 * vc.el (vc-dir-mode-hook): Add normal hook.
1372 (vc-dir-mode): Run it.
1373
1374 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1377 Always split windows.
1378 (gdb-speedbar-timer-fn): Only raise frame after user input.
1379 (gdb-same-frame): Reverse initial value.
1380 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1381
1382 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1383 gdb-speedbar-timer-fn.
1384
1385 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1388
1389 2008-04-29 Daiki Ueno <ueno@unixuser.org>
1390
1391 * epa.el (epa-key-list-mode-map): Add menu.
1392 (epa-delete-keys, epa-import-keys): Fix typo.
1393
1394 2008-04-29 Glenn Morris <rgm@gnu.org>
1395
1396 * find-cmd.el (top-level): Does not need cl when compiling.
1397
1398 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
1399
1400 * find-cmd.el: New file.
1401
1402 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1405 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1406 (completion-pcm--hilit-commonality): New function.
1407 (completion-pcm-all-completions): Use it.
1408
1409 * minibuffer.el (completion-common-substring): Mark obsolete.
1410 (completions-first-difference, completions-common-part):
1411 Move from simple.el.
1412 (completion-hilit-commonality): New fun.
1413 (display-completion-list, completion-emacs21-all-completions)
1414 (completion-emacs22-all-completions): Use it.
1415 * simple.el (completions-first-difference, completions-common-part):
1416 Move to minibuffer.el.
1417 (choose-completion-string): Use field functions and minibufferp.
1418 (completion-setup-function): Don't set completions faces.
1419
1420 2008-04-29 Glenn Morris <rgm@gnu.org>
1421
1422 * calendar/calendar.el (calendar-nth-named-absday)
1423 (calendar-nth-named-day):
1424 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1425 * calendar/holidays.el (holiday-float): Doc fixes.
1426
1427 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1428 the `full' case.
1429
1430 * org/org-agenda.el (calendar-iso-from-absolute):
1431 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1432 Fix declarations.
1433
1434 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
1435
1436 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1437 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1438 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1439 (gdb-assembler-custom): Be careful not to match other addresses.
1440
1441 2008-04-29 Jason Rumney <jasonr@gnu.org>
1442
1443 * battery.el (battery-status-function): Use w32-battery-status
1444 on Windows.
1445 (battery-echo-area-format): Make apm format the general case.
1446 (battery-mode-line-format): Merge apm and pmset formats as the
1447 general case.
1448
1449 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gdb-ui.el (gdb-info-stack-custom):
1452 Use gud-tool-bar-item-visible-no-fringe.
1453 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1454 is already visible in frame. Remove optional size parameter
1455 and add optional frame parameter.
1456
1457 * progmodes/gud.el (gud-display-line): Only consider visible
1458 frames when looking for source buffer.
1459
1460 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1463 argument to get-char-property, in case the current buffer hasn't
1464 been assigned to that window yet.
1465 (doc-view-display): Default to selected window if the current
1466 buffer hasn't been assigned to a window yet.
1467
1468 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
1469
1470 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1471
1472 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/tramp.el (tramp-mode): New defcustom.
1475 (tramp-file-name-handler, tramp-completion-file-name-handler):
1476 Use it.
1477 (tramp-replace-environment-variables): Handle "$$".
1478
1479 2008-04-28 Sam Steingold <sds@gnu.org>
1480
1481 * vc-hg.el (vc-hg-rename-file): Fix argument order.
1482
1483 2008-04-28 Bastien Guerry <bzg@altern.org>
1484
1485 * whitespace.el (whitespace-trailing): Fix typo.
1486
1487 2008-04-28 Sam Steingold <sds@gnu.org>
1488
1489 * textmodes/remember.el (diary-make-entry): Update the autoload.
1490
1491 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1494 all-completions.
1495
1496 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1499
1500 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1503 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1504 (vc-dir-mark-file): Add an optional argument.
1505 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1506
1507 2008-04-27 Daiki Ueno <ueno@unixuser.org>
1508
1509 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1510 rather than obsolete alias find-file-hooks.
1511 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
1512 Use find-file-hook rather than obsolete alias find-file-hooks.
1513 Add to find-file-not-found-functions.
1514 (epa-file-handler): Put 'safe-magic and 'operations properties.
1515
1516 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1517 (epa-menu-items): Remove.
1518
1519 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1520 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1521 (epa-dired-mode, epa-global-dired-mode): Remove.
1522
1523 * dired.el (dired-mode-map): Bind encryption/decryption commands.
1524
1525 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1526
1527 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1528
1529 2008-04-27 Glenn Morris <rgm@gnu.org>
1530
1531 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1532 Remove un-needed local `orig-list'. Replace cl `copy-list'.
1533
1534 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
1535
1536 * org/org.el (org-html-level-start): Always have id's in HTML.
1537 (org-export-as-html): Use `org-link-protocols' to
1538 retrieve the export form of the link.
1539 (org-add-link-type): Final parameter renamed from PUBLISH.
1540 Better documentation of how it is to be used. Avoid double entries for
1541 the same link type.
1542 (org-add-link-props): New function.
1543 (org-modules-loaded): New variable.
1544 (org-load-modules-maybe, org-set-modules): New function.
1545 (org-modules): New option.
1546 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1547 (orgtbl-mode, org-store-link, org-insert-link-global)
1548 (org-open-at-point): Call `org-load-modules-maybe'.
1549 (org-search-view): Add more text properties.
1550 (org-agenda-schedule, org-agenda-deadline): Allow also in
1551 search-type agendas.
1552 (org-search-view): Order of arguments has been changed.
1553 Interpret prefix-arg as TODO-ONLY.
1554 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1555 Take new argument order of `org-search-view' into account.
1556 (org-todo-only): New variable.
1557 (org-search-syntax-table): New variable and function.
1558 (org-search-view): Do the search with the special syntax table.
1559 (define-obsolete-function-alias): Make work with XEmacs.
1560 (org-add-planning-info): Use old date as default when modifying an
1561 existing deadline or scheduled item.
1562 (org-agenda-compute-time-span): Make argument N optional.
1563 (org-agenda-format-date-aligned): Require `cal-iso'.
1564 (org-agenda-list): Include week into agenda heading, don't
1565 list it at each date (only on Mondays).
1566 (org-read-date-analyze): Define local variable `iso-date'.
1567 (org-agenda-format-date-aligned): Remove dependency on
1568 `calendar-time-from-absolute'.
1569 (org-remember-apply-template, org-go-to-remember-target):
1570 Interpret filenames relative to `org-directory'.
1571 (org-complete): Silently fail when trying to complete
1572 keywords that don't have a default value.
1573 (org-get-current-options): Add a #+DATE: option.
1574 (org-additional-option-like-keywords): Remove "DATE:" from the
1575 list of additional keywords.
1576 (org-export-as-html): Remove (current-time) as unnecessary second
1577 argument of `format-time-string'.
1578 (org-clock-find-position): Handle special case at end of buffer.
1579 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1580 `org-agenda-change-time-span'.
1581 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1582 `org-agenda-change-time-span'.
1583 (org-agenda-month-view): New argument MONTH, pass it on to
1584 `org-agenda-change-time-span'.
1585 (org-agenda-year-view): New argument YEAR, pass it on to
1586 `org-agenda-change-time-span'.
1587 (org-agenda-change-time-span): New optional argument N, pass it on
1588 to `org-agenda-compute-time-span'.
1589 (org-agenda-compute-time-span): New argument N, interpret it by
1590 changing the starting day.
1591 (org-small-year-to-year): New function.
1592 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1593 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1594 into the future, and that the shift is at least one interval, never 0.
1595 (org-update-checkbox-count): Fix bug with checkbox counting.
1596 (org-add-note): New command.
1597 (org-add-log-setup): Rename from `org-add-log-maybe'.
1598 (org-log-note-headings): New entry for plain notes (i.e. notes not
1599 related to state changes or clocking).
1600 (org-get-org-file): Check for availability of `remember-data-file'.
1601 (org-cached-entry-get): Allow a regexp value for
1602 `org-use-property-inheritance'.
1603 (org-use-property-inheritance): Allow regexp value. Fix bug in
1604 customization type.
1605 (org-use-tag-inheritance): Allow a list and a regexp value for
1606 this variable.
1607 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1608 (org-entry-get): Respect value `selective' for the INHERIT argument.
1609 (org-tag-inherit-p, org-property-inherit-p): New functions.
1610 (org-agenda-format-date-aligned): Allow 10 characters for
1611 weekday, to acomodate German locale.
1612 (org-add-archive-files): New function.
1613 (org-agenda-files): New argument `ext', to get archive files as well.
1614 (org-tbl-menu): Protect the use of variables that
1615 are only available when org-table.el gets loaded.
1616 (org-read-agenda-file-list): Error if `org-agenda-files' is a
1617 single directory.
1618 (org-open-file): Allow a batch process to trigger
1619 waiting after executing a system command.
1620 (org-store-link): Link to headline when there is not
1621 target and no region in an org-mode buffer when creating a link.
1622 (org-link-types-re): New variable.
1623 (org-make-link-regexps): Compute `org-link-types-re'.
1624 (org-make-link-description-function): New option.
1625 (org-agenda-date, org-agenda-date-weekend): New faces.
1626 (org-archive-sibling-heading): New option.
1627 (org-archive-to-archive-sibling): New function.
1628 (org-iswitchb): New command.
1629 (org-buffer-list): New function.
1630 (org-agenda-columns): Also try the #+COLUMNS line in
1631 the buffer associated with the entry at point (or with the first
1632 entry in the agenda view).
1633 (org-modules): Add entry for org-bibtex.el.
1634 (org-completion-fallback-command): Move into `org-completion' group.
1635 (org-clock-heading-function): Move to `org-progress' group.
1636 (org-auto-repeat-maybe): Make sure that a note can
1637 be enforces if `org-log-repeat' is `note'.
1638 (org-modules): Allow additional symbols for external packages.
1639 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1640 (org-clock-goto): Hide drawers after showing an
1641 entry with `org-clock-goto.'
1642 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1643 Try also a clocktable block shift.
1644 (org-clocktable-try-shift): New function.
1645 (org-columns-hscoll-title): New function.
1646 (org-columns-previous-hscroll): New variable.
1647 (org-columns-full-header-line-format): New variable.
1648 (org-columns-display-here-title, org-columns-remove-overlays):
1649 Install `org-columns-hscoll-title' in post-command-hook.
1650
1651 * org/org.el: Split into many small files.
1652
1653 * org/org-agenda.el: New file, split off from org.el.
1654
1655 * org/org-archive.el: New file, split off from org.el.
1656
1657 * org/org-bbdb.el: New file.
1658
1659 * org/org-bibtex.el: New file, split off from org.el.
1660
1661 * org/org-clock.el: New file, split off from org.el.
1662
1663 * org/org-colview.el: New file, split off from org.el.
1664
1665 * org/org-compat.el: New file, split off from org.el.
1666
1667 * org/org-exp.el: New file, split off from org.el.
1668
1669 * org/org-faces.el: New file, split off from org.el.
1670
1671 * org/org-gnus.el: New file, split off from org.el.
1672
1673 * org/org-info.el: New file, split off from org.el.
1674
1675 * org/org-infojs.el: New file.
1676
1677 * org/org-irc.el: New file.
1678
1679 * org/org-macs.el: New file, split off from org.el.
1680
1681 * org/org-mew.el: New file.
1682
1683 * org/org-mhe.el: New file, split off from org.el.
1684
1685 * org/org-publish.el: New file, split off from org.el.
1686
1687 * org/org-remember.el: New file, split off from org.el.
1688
1689 * org/org-rmail.el: New file, split off from org.el.
1690
1691 * org/org-table.el: New file, split off from org.el.
1692
1693 * org/org-vm.el: New file, split off from org.el.
1694
1695 * org/org-wl.el: New file, split off from org.el.
1696
1697 2008-04-27 Jason Riedy <jason@acm.org>
1698
1699 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1700 parameter that supresses lines that evaluate to NIL.
1701 (orgtbl-get-fmt): New inline function for
1702 picking apart formats that may be lists.
1703 (orgtbl-apply-fmt): New inline function for applying formats that
1704 may be functions.
1705 (orgtbl-eval-str): New inline function for strings that may be
1706 functions.
1707 (orgtbl-format-line, orgtbl-to-generic): Use and document.
1708 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1709 (*orgtbl-llfmt*, *orgtbl-llstart*)
1710 (*orgtbl-llend*): Dynamic variables for last-line formatting.
1711 (orgtbl-format-section): Shift formatting to support detecting the
1712 last line and formatting it specially.
1713 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
1714 formats unless overridden.
1715 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1716 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1717 bound variables to hold the input collection of lines and output
1718 formatted text.
1719 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1720 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1721 format parameters.
1722 (orgtbl-format-line): New function encapsulating formatting for a
1723 single line.
1724 (orgtbl-format-section): Similar for each section. Rebinding the
1725 dynamic vars customizes the formatting for each section.
1726 (orgtbl-to-generic): Use orgtbl-format-line and
1727 orgtbl-format-section.
1728 (org-get-param): Now unused, so delete.
1729 (orgtbl-gather-send-defs): New function to
1730 gather all the SEND definitions before a table.
1731 (orgtbl-send-replace-tbl): New function to find the RECEIVE
1732 corresponding to the current name.
1733 (orgtbl-send-table): Use the previous two functions and implement
1734 multiple destinations for each table.
1735
1736 * doc/org.texi (A LaTeX example): Note that fmt may be a
1737 one-argument function, and efmt may be a two-argument function.
1738 (Radio tables): Document multiple destinations.
1739
1740 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
1741
1742 * org/org-agenda.el (org-add-to-diary-list): New function.
1743 (org-prefix-has-effort): New variable.
1744 (org-sort-agenda-noeffort-is-high): New option.
1745 (org-agenda-columns-show-summaries)
1746 (org-agenda-columns-compute-summary-properties): New options.
1747 (org-format-agenda-item): Compute the duration of the item.
1748 (org-agenda-weekend-days): New variable.
1749 (org-agenda-list, org-timeline): Use the proper faces for dates in
1750 the agenda and timeline buffers.
1751 (org-agenda-archive-to-archive-sibling): New command.
1752 (org-agenda-start-with-clockreport-mode): New option.
1753 (org-agenda-clockreport-parameter-plist): New option.
1754 (org-agenda-clocktable-mode): New variable.
1755 (org-agenda-deadline-leaders): Allow a function value for the
1756 deadline leader.
1757 (org-agenda-get-deadlines): Deal with new function value.
1758
1759 * lisp/org-clock.el (org-clock): New customization group.
1760 (org-clock-into-drawer, org-clock-out-when-done)
1761 (org-clock-in-switch-to-state, org-clock-heading-function):
1762 Move into the new group.
1763 (org-clock-out-remove-zero-time-clocks): New option.
1764 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
1765 (org-dblock-write:clocktable): Allow a Lisp form for the scope
1766 parameter.
1767 (org-dblock-write:clocktable): Fix bug with total time calculation.
1768 (org-dblock-write:clocktable): Request the unrestricted list of files.
1769 (org-get-clocktable): New function.
1770 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
1771 be strings but also integers (an absolute day number) and lists (m d y).
1772
1773 * org/org-colview.el (org-columns-next-allowed-value)
1774 (org-columns-edit-value): Limit the effort for updating in the
1775 agenda to recomputing a single file.
1776 (org-columns-compute): Only write property value if it has changed.
1777 This avoids raising the buffer-change-flag unnecessarily.
1778 (org-agenda-colview-summarize)
1779 (org-agenda-colview-compute): New functions.
1780 (org-agenda-columns): Call `org-agenda-colview-summarize'.
1781
1782 * org/org-exp.el (org-export-run-in-background): New option.
1783 (org-export-icalendar): Allow a batch process to trigger waiting
1784 after executing a system command.
1785 (org-export-preprocess-string): Rename from
1786 `org-cleaned-string-for-export'.
1787 (org-export-html-style): Made target class look like normal text.
1788 (org-export-as-html): Make use of the better proprocessing in
1789 `org-cleaned-string-for-export'.
1790 (org-cleaned-string-for-export): Better treatment of heuristic
1791 targets, many more internal links will now work in HTML export.
1792 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
1793 (org-export-inbuffer-options-extra): New variable.
1794 (org-export-options-filters): New hook.
1795 (org-infile-export-plist): Find also the settings keywords in
1796 `org-export-inbuffer-options-extra'.
1797 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
1798 multiple #+INFOJS_OPT lines.
1799 (org-export-html-handle-js-options): New function.
1800 (org-export-html-infojs-setup): New option.
1801 (org-export-as-html): Call `org-export-html-handle-js-options'.
1802 Add autoload to all entry points.
1803 (org-skip-comments): Function removed.
1804
1805 * org/org-table.el (org-table-make-reference): Extra parenthesis
1806 around single fields, to make sure that algebraic formulas get
1807 correctly interpreted by calc.
1808 (org-table-current-column): No longer interactive.
1809
1810 * org/org-export-latex.el (org-export-latex-preprocess):
1811 Rename from `org-export-latex-cleaned-string'.
1812
1813 2008-04-27 Bastien Guerry <bzg@altern.org>
1814
1815 * org/org-publish.el (org-publish-get-base-files-1): New function.
1816 (org-publish-get-base-files): Use it.
1817 (org-publish-temp-files): New variable.
1818 Don't require 'dired-aux anymore.
1819 (org-publish-initial-buffer): New variable.
1820 (org-publish-org-to, org-publish): Use it.
1821 (org-publish-get-base-files-1): Bug fix: get
1822 the proper list of files when recursing thru a directory.
1823 (org-publish-get-base-files): Use the :exclude property to skip
1824 both files and directories.
1825
1826 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * net/tramp.el (tramp-handle-make-symbolic-link)
1829 (tramp-handle-file-name-directory)
1830 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1831 (tramp-do-copy-or-rename-file-directly)
1832 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
1833 (tramp-handle-substitute-in-file-name)
1834 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1835 * net/tramp-cache.el (tramp-get-file-property)
1836 (tramp-set-file-property, tramp-flush-file-property)
1837 (tramp-flush-directory-property)
1838 * net/tramp-compat.el (tramp-compat-make-temp-file)
1839 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1840 Disable `file-name-handler-alist' when handling localname.
1841 It could have a remote file syntax, like a VMS file name.
1842
1843 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1844
1845 * whitespace.el: New version 11.1.
1846 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
1847 enclosed by \\( and \\)$. Docstring fix.
1848 (whitespace-trailing-regexp): Fun removed.
1849 (whitespace-report-list): Const initialization fix.
1850 (whitespace-color-on): Code fix.
1851
1852 2008-04-27 Andreas Schwab <schwab@suse.de>
1853
1854 * Makefile.el: Unbreak bootstrap.
1855
1856 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * net/tramp.el (tramp-replace-environment-variables): New defun.
1859 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
1860 Use it.
1861
1862 2008-04-27 Glenn Morris <rgm@gnu.org>
1863
1864 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
1865
1866 * calculator.el (calculator-expt): Replace cl function `oddp'.
1867
1868 2008-04-27 Johan Bockgård <bojohan@gnu.org>
1869
1870 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1871 Simplify. Collect `defun' and `autoload' entries.
1872 Avoid modifying load-history.
1873
1874 2008-04-26 Glenn Morris <rgm@gnu.org>
1875
1876 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
1877
1878 * simple.el (quoted-insert, zap-to-char): Revert previous change.
1879
1880 2008-04-26 John Paul Wallington <jpw@pobox.com>
1881
1882 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
1883 `hexl-mode-old-eldoc-documentation-function'.
1884 (hexl-mode-exit): Restore it.
1885 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
1886
1887 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
1888
1889 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
1892 (completion-pcm--all-completions): Doc fix.
1893 (completion-styles-alist, completion-all-completions):
1894 Fix typos in docstrings.
1895
1896 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1897
1898 * whitespace.el: There is now only one variable (whitespace-style) to
1899 specify which kind of blank is visualized. Doc and docstring fix.
1900 New version 11.0.
1901 (whitespace-style): New option, replace whitespace-style-mark and
1902 whitespace-style-color.
1903 (whitespace-style-mark, whitespace-style-color): Options removed.
1904 (whitespace-hspace, whitespace-tab, whitespace-newline)
1905 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
1906 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
1907 (whitespace-hspace-regexp, whitespace-space-regexp)
1908 (whitespace-tab-regexp, whitespace-trailing-regexp)
1909 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1910 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1911 (whitespace-space-after-tab-regexp, whitespace-line-column)
1912 (whitespace-display-mappings, whitespace-report): Docstring fix.
1913 (whitespace-color-value-list, whitespace-mark-value-list)
1914 (whitespace-active-color, whitespace-active-mark)
1915 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
1916 (whitespace-style-value-list, whitespace-active-style)
1917 (whitespace-toggle-style): New vars.
1918 (whitespace-toggle-option-alist, whitespace-help-text):
1919 Var initialization and docstring fix.
1920 (whitespace-toggle-options, global-whitespace-toggle-options)
1921 (whitespace-cleanup, whitespace-cleanup-region)
1922 (whitespace-report-region, whitespace-interactive-char)
1923 (whitespace-toggle-list): Docstring and code fix.
1924 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1925 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
1926 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
1927 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
1928
1929 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
1932 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
1933 (diff-sanity-check-hunk): Adjust code accordingly.
1934
1935 2008-04-26 Glenn Morris <rgm@gnu.org>
1936
1937 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
1938
1939 * forms-d2.dat: Move to ../etc.
1940 * forms-d2.el (forms-file): Adapt for above change.
1941
1942 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
1943 `translation-table-for-input'.
1944
1945 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
1946 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
1947
1948 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
1949 to punctuation now it's not needed for abbrevs.
1950 (fortran-mode-abbrev-table): Remove defvar, make use of new
1951 define-abbrev-table :regexp feature.
1952
1953 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
1954 insert, now that translation-table-for-input is not needed.
1955
1956 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
1957
1958 * emacs-lisp/pp.el (pp-display-expression): New function,
1959 extracted from pp-eval-expression.
1960 (pp-eval-expression): Use pp-display-expression.
1961 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
1962 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
1963 (pp-eval-last-sexp): Use pp-last-sexp.
1964
1965 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * abbrev.el (define-abbrev-table): Apply props even if the table
1968 exists already.
1969
1970 * minibuffer.el (completion-table-with-context): Fix `pred' for the
1971 various kinds of completion tables.
1972 (completion-emacs22-try-completion): Place cursor after the /, as was
1973 done in Emacs-22's minibuffer-complete-word.
1974 Fix bug reported by David Hansen <david.hansen@gmx.net>.
1975 (completion-emacs22-try-completion): Merge all mergable text rather
1976 than just /.
1977 (completion-pcm--delim-wild-regex): New var.
1978 (completion-pcm-word-delimiters): New custom.
1979 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
1980 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
1981 (completion-pcm--all-completions, completion-pcm-all-completions)
1982 (completion-pcm--merge-completions, completion-pcm--pattern->string)
1983 (completion-pcm-try-completion): New functions.
1984 (completion-styles-alist): Add them.
1985 (completion-styles): Add it to the default.
1986
1987 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
1990 (gdb-var-create-handler): ...until here when there are values.
1991 (gdb-post-prompt): Don't do -var-update with no watch expressions.
1992 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
1993
1994 2008-04-25 Eli Zaretskii <eliz@gnu.org>
1995
1996 * ls-lisp.el (ls-lisp-format): Fix last change.
1997 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
1998 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
1999 (ls-lisp-filesize-f-fmt): New defvars.
2000 (ls-lisp-insert-directory): Dynamically compute format specifiers
2001 for displaying UID, GID, and file size, and store them in the
2002 above variables.
2003 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2004 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2005 instead of constant format strings.
2006 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2007 ls-lisp-filesize-d-fmt instead of constant format strings.
2008
2009 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
2010
2011 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2012 value of addresses rather than (partial) string value.
2013 (gdb-frame-handler): Change regexp according to above change.
2014 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2015 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2016 (gdb-assembler-mode): Disable undo in these buffers.
2017
2018 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
2019
2020 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2021 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
2022
2023 2008-04-24 Sam Steingold <sds@gnu.org>
2024
2025 * textmodes/remember.el (remember-diary-extract-entries): Use
2026 diary-make-entry instead of the obsolete make-diary-entry.
2027
2028 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * subr.el (translation-table-for-input): Mark as obsolete.
2031
2032 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2033
2034 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2035
2036 * textmodes/ispell.el (ispell-dictionary-alist-1)
2037 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2038 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
2039 (ispell-dictionary-alist-6): Remove.
2040 (ispell-dictionary-base-alist): New var, merges the above.
2041 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2042 Use it.
2043 (ispell-dictionary-alist): Default to nil. Remove autoload.
2044 (ispell-local-dictionary-alist): Remove autoload.
2045
2046 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2047 (f90-mode-abbrev-table): Use the new :regexp feature.
2048 Merge defvar and mapc into define-abbrev-table.
2049 (f90-imenu-type-matcher): Remove unused `l'.
2050 (f90-imenu-generic-expression): Remove unused `not-ib'.
2051 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2052 (f90-change-keywords): Use restore-buffer-modified-p.
2053
2054 2008-04-24 Glenn Morris <rgm@gnu.org>
2055
2056 * net/goto-addr.el (goto-address-prog-mode):
2057 * progmodes/bug-reference.el (bug-reference-prog-mode):
2058 Define for compiler.
2059
2060 * minibuffer.el (x-file-dialog): Declare as function.
2061
2062 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2063 dframe-update-speed rather than obsolete alias speedbar-update-speed.
2064
2065 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2066 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2067 work with easymenu. Add :keys where needed.
2068
2069 * calendar/cal-move.el (calendar-scroll-left): Handle case when
2070 event-start is nil.
2071
2072 * calendar/calendar.el (calendar-mode-map): Fix typo.
2073
2074 2008-04-24 Tom Tromey <tromey@redhat.com>
2075
2076 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2077 Document keywords. Add :suppress.
2078 * pcvs-defs.el (cvs-mode-map): Use :suppress.
2079
2080 * net/goto-addr.el (goto-address-unfontify): New function.
2081 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
2082 (goto-address-fontify-region, goto-address-mode)
2083 (goto-address-prog-mode): New functions.
2084
2085 * progmodes/bug-reference.el: New file.
2086
2087 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2088
2089 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2090
2091 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2094 macros within lambdas.
2095
2096 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * minibuffer.el (completion-try-completion): Add `point' argument.
2099 Change return value.
2100 (completion-all-completions): Add `point' argument.
2101 (minibuffer-completion-help): Pass the new `point' argument.
2102 (completion--do-completion): Pass the whole field to try-completion.
2103 (completion--try-word-completion): Rewrite, making fewer assumptions.
2104 (completion-emacs21-try-completion, completion-emacs21-all-completions)
2105 (completion-emacs22-try-completion, completion-emacs22-all-completions)
2106 (completion-basic-try-completion, completion-basic-all-completions):
2107 New functions.
2108 (completion-styles-alist): Use them.
2109
2110 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
2111
2112 * ispell.el (ispell-set-spellchecker-params): New function to make sure
2113 right params and dictionary alists are used after spellchecker changes.
2114 (ispell-aspell-dictionary-alist, ispell-last-program-name)
2115 (ispell-initialize-spellchecker-hook): New variables and hook.
2116 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2117 (ispell-maybe-find-aspell-dictionaries): Remove.
2118 Calls replaced by (ispell-set-spellchecker-params) calls.
2119 (ispell-have-aspell-dictionaries): Remove.
2120 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2121 ispell-set-spellchecker-params.
2122
2123 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * complete.el (PC-do-completion): Be more robust in the presence of
2126 unexpected values in minibuffer-completion-predicate.
2127
2128 * minibuffer.el (read-file-name): Don't let-bind default-directory.
2129 Only abbreviate default-filename if it's a file.
2130
2131 * minibuffer.el (read-file-name-function, read-file-name-predicate)
2132 (read-file-name-completion-ignore-case, insert-default-directory):
2133 New vars, moved from fileio.c.
2134 (read-file-name): New fun, moved from fileio.c.
2135 * cus-start.el: Remove insert-default-directory and
2136 read-file-name-completion-ignore-case.
2137
2138 2008-04-23 Magnus Henoch <mange@freemail.hu>
2139
2140 * tar-mode.el (tar-untar-buffer): If the entry has directory
2141 link type, extract it as a directory even if its file name doesn't
2142 end with a slash. Fixes extraction of NetBSD tar archives.
2143
2144 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * server.el (server-start): Also don't get confused by CRs since we
2147 don't quote them.
2148
2149 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2150
2151 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2152 (gdb-set-gud-minor-mode-existing-buffers)
2153 (gdb-info-breakpoints-custom, gdb-get-location)
2154 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2155 Previously gdb-create-define-alist wasn't always run and added to
2156 after-save-hook.
2157
2158 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2159
2160 2008-04-23 Kevin Ryde <user42@zip.com.au>
2161
2162 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2163 comments like unindented ones.
2164
2165 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2166
2167 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2168 parameter origins.
2169
2170 2008-04-23 Kevin Ryde <user42@zip.com.au>
2171
2172 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2173 Bind print-level to ensure output forms aren't truncated if
2174 print-level is set to eval-expression-print-level when going via
2175 eval-defun and friends, or has been otherwise fiddled with.
2176
2177 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2180 font-lock-extend-after-change-region-function globally.
2181
2182 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * speedbar.el (speedbar-use-tool-tips-flag)
2185 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2186 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2187 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2188 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2189 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2190 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2191 (speedbar-separator-face): Fix typos in docstrings.
2192 (speedbar-stealthy-function-list, speedbar-verbosity-level)
2193 (speedbar-supported-extension-expressions, speedbar-update-current-file)
2194 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2195 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2196 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2197 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2198 (speedbar-check-vc-this-line, speedbar-files-line-directory)
2199 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2200 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2201 (speedbar-recenter): Doc fixes.
2202 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2203 declaration and remove redundant info in docstring.
2204
2205 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2206
2207 * vc-git.el (vc-git-status-printer): Deal with directories.
2208
2209 * vc.el (vc-next-action): Look at more than the first file to
2210 determine the state.
2211
2212 2008-04-23 Glenn Morris <rgm@gnu.org>
2213
2214 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2215 timers. Doc fix.
2216 (dframe-update-speed): Drop support for XEmacs < 20.
2217 (dframe-frame-mode): Drop support for Emacs < 20.
2218 (dframe-set-timer-internal): Drop support for Emacs without timers.
2219 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2220
2221 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2222 versions. Add doc-string. Mark as obsolete.
2223
2224 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2225
2226 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2227 rather than using an Emacs version test.
2228
2229 * tree-widget.el (tree-widget-image-enable): Use display-images-p
2230 rather than an Emacs version test.
2231
2232 * calendar/cal-china.el (holiday-chinese-qingming)
2233 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2234 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2235 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2236
2237 * calendar/cal-islam.el (holiday-islamic): Doc fix.
2238
2239 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2240 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2241 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2242
2243 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2244
2245 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2246 (gdb-previous-frame-pc-address): ...to this.
2247 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2248 of "info frame" with Gdb 6.4+.
2249 (gdb-stack-list-frames-regexp): New regexp.
2250 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2251
2252 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2253
2254 * tar-mode.el (tar-prefix-offset): New constant.
2255 (tar-header-block-tokenize): Support paths with long names
2256 which use the "ustar" standard.
2257
2258 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
2259
2260 * image-dired.el (image-dired-track-original-file)
2261 (image-dired-modify-mark-on-thumb-original-file):
2262 Use `dired-goto-file' instead of `search-forward'. This solves
2263 a bug with finding files where the file name is a subset of other
2264 file names. Doc fix.
2265
2266 2008-04-22 Juri Linkov <juri@jurta.org>
2267
2268 * menu-bar.el (buffers-menu-max-size): Move its definition down to
2269 the "Buffers Menu" section. Change group name `mouse' to `menu'.
2270 (yank-menu-length): Change group name `mouse' to `menu'.
2271 (buffers-menu-buffer-name-length): New user option.
2272 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2273 instead of the hard-coded number 27.
2274
2275 2008-04-22 Juri Linkov <juri@jurta.org>
2276
2277 * isearch.el (eval-when-compile): Require `help-macro'.
2278 (isearch-help-for-help-internal): Isearch specific Help screen
2279 created by `make-help-screen'.
2280 (isearch-help-map): New variable that binds "b", "k", "m" to
2281 isearch-specific commands, and binds other keys to
2282 isearch-other-control-char, thus allowing other Help keys to
2283 exit isearch mode and execute their global definitions.
2284 (isearch-help-for-help, isearch-describe-bindings)
2285 (isearch-describe-key, isearch-describe-mode): New commands.
2286 (isearch-mode-help): Define alias to isearch-describe-mode
2287 and remove its old function definition.
2288 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2289 Remove old comments because this issue is settled now.
2290 (isearch-forward): Describe three new Help commands in the docstring.
2291 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2292 leave the single sentence at the first line of the docstring,
2293 and prepend the word "function" before `isearch-forward'
2294 to make the Help link to the function instead of variable.
2295
2296 2008-04-22 Juri Linkov <juri@jurta.org>
2297
2298 * isearch.el (isearch-success-function): New variable with default
2299 to `isearch-success-function-default'.
2300 (isearch-search): Call a function from `isearch-success-function'
2301 instead of calling the hard-coded `isearch-range-invisible'.
2302 (isearch-success-function-default): New function that calls
2303 `isearch-range-invisible' and inverts its return value.
2304
2305 * info.el (Info-search): In two similar places that skip
2306 undesired search matches move code to Info-search-success-function,
2307 and call `isearch-success-function' instead.
2308 (Info-search-success-function): New function copied from code
2309 in Info-search. Replace isearch-range-invisible with
2310 text-property-not-all that checks for 'invisible and 'display
2311 properties to skip partially invisible matches (whose display
2312 properties were set by Info-fontify-node).
2313 (Info-mode): Set buffer-local isearch-success-function
2314 to Info-search-success-function.
2315
2316 2008-04-22 Juri Linkov <juri@jurta.org>
2317
2318 * minibuffer.el (internal-complete-buffer-except): New function.
2319
2320 * files.el (read-buffer-to-switch): New function.
2321 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2322 Change interactive spec to call read-buffer-to-switch instead of
2323 using the letter "B".
2324
2325 * simple.el (minibuffer-default-add-shell-commands): New function.
2326 Use declare-function for mailcap-file-default-commands from "mailcap".
2327 (shell-command): Set local minibuffer-default-add-function to
2328 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2329 before calling read-shell-command. Set 4th arg default-value of
2330 read-shell-command to relative buffer-file-name in file buffers.
2331
2332 * dired-aux.el (dired-read-shell-command-default): Move it to
2333 gnus/mailcap.el and change its name to more general name
2334 mailcap-file-default-commands.
2335 (minibuffer-default-add-dired-shell-commands): New function.
2336 Use declare-function for mailcap-file-default-commands from "mailcap".
2337 (dired-read-shell-command): Set local minibuffer-default-add-function
2338 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2339 before calling read-shell-command. Remove dired-read-shell-command-default
2340 from the default value arg because default values are not set in
2341 minibuffer-default-add-dired-shell-commands. Doc fix.
2342
2343 * dired-x.el (dired-smart-shell-command): Sync arguments and
2344 interactive spec with changes in `shell-command'.
2345 Use dired-get-filename to get the dired file name at point
2346 as the default value in dired mode.
2347
2348 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * info.el (Info-complete-menu-item): Add missing parenthesis.
2351
2352 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * info.el (Info-complete-menu-item): Save point.
2355
2356 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2359
2360 2008-04-22 Andreas Schwab <schwab@suse.de>
2361
2362 * Makefile.in (emacs-deps): Define.
2363 Use it instead of $(lisp)/subdirs.el.
2364
2365 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2366
2367 * vc.el (vc-next-action): Do not consider directories when
2368 checking for state compatibility.
2369 (vc-transfer-file): Use when not if.
2370 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2371 (vc-dir-mark-file): Use them.
2372 (vc-deduce-fileset): Also return the backend.
2373 (vc-diff-internal): Take as argument the value returned by
2374 vc-deduce-fileset instead of just the fileset.
2375 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2376 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2377 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2378
2379 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
2380
2381 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2382 set-window-vscroll but image-scroll-down. Fixes a bug where a
2383 command following SPC scrolled up again.
2384
2385 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
2386
2387 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2388 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2389 (gud-watch): Add "$" prefix when in registers buffer.
2390
2391 2008-04-22 Glenn Morris <rgm@gnu.org>
2392
2393 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2394
2395 * whitespace.el (whitespace-display-table)
2396 (whitespace-display-table-was-local): Move definitions before use.
2397
2398 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2399 (copyright-limit): Respect copyright-at-end-flag.
2400 (copyright-re-search, copyright-start-point)
2401 (copyright-offset-too-large-p): New functions.
2402 (copyright-update-year): Use copyright-re-search.
2403 (copyright-update, copyright-fix-years): Use copyright-start-point,
2404 and copyright-re-search.
2405 (copyright): Use copyright-offset-too-large-p.
2406 * add-log.el (change-log-mode): Set copyright-at-end-flag.
2407
2408 * add-log.el (top-level): Require 'cl when compiling.
2409
2410 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2413 Treat minibuffer-completion-predicate as a predicate.
2414
2415 * minibuffer.el (completion--file-name-table): Accept both the old
2416 `dir' arg or the new `pred' arg.
2417
2418 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2419 `predicate' argument to pass non-predicate data.
2420 (ffap-read-url-internal, ffap-read-file-or-url-internal):
2421 Use second arg as proper predicate.
2422
2423 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2424 (vc-bzr-revision-completion-table): Use completion-table-with-context
2425 instead.
2426
2427 * simple.el (choose-completion-string): Use minibuffer-completion-table.
2428
2429 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * term.el (term-emulate-terminal): Perform redisplay after the
2432 process filter has finished running.
2433
2434 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2437
2438 * minibuffer.el (completion-try-completion): Change magic symbol
2439 property name. Rename from minibuffer-try-completion.
2440 (completion-all-completions): Rename from minibuffer-all-completions.
2441 Remove hide-spaces argument.
2442 (completion--do-completion): Rename from minibuffer--do-completion.
2443 (minibuffer-complete-and-exit): Call just try-completion rather than
2444 completion-try-completion to fix up the case.
2445 (completion--try-word-completion): Try to add space or hyphen before
2446 making `string' a prefix of `completion'.
2447 (completion--insert-strings): Rename from minibuffer--insert-strings.
2448
2449 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2450
2451 * net/tls.el (tls-program): Add -ign_eof argument to call the
2452 openssl commands.
2453 (tls-checktrust): Ditto.
2454
2455 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2456
2457 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2458
2459 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2460 (vc-check-master-templates, vc-file-not-found-hook)
2461 (vc-kill-buffer-hook):
2462 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2463 (vc-find-position-by-context, vc-buffer-context)
2464 (vc-restore-buffer-context, vc-responsible-backend)
2465 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2466 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2467 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2468 (vc-version-diff, vc-diff, vc-insert-headers)
2469 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2470 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2471 (vc-revert, vc-rollback, vc-version-backup-file)
2472 (vc-rename-master, vc-delete-file, vc-rename-file)
2473 (vc-branch-part, vc-default-retrieve-snapshot)
2474 (vc-annotate-display-autoscale, vc-annotate-display-select)
2475 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2476 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2477 (vc-dir-update): Handle directories.
2478 (vc-default-status-printer): Simplify.
2479
2480 * progmodes/asm-mode.el (asm-mode-map):
2481 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2482
2483 * progmodes/m4-mode.el (m4-mode-map): Add menu.
2484
2485 2008-04-21 Kenichi Handa <handa@m17n.org>
2486
2487 * select.el (xselect-convert-to-string): Send a C_STRING only if
2488 the polymorphic target TEXT is requested.
2489
2490 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * minibuffer.el (completion-setup-hook, display-completion-list)
2493 (completion--file-name-table): Fix typos in docstrings.
2494 (completion-table-dynamic): Fix typo, and reflow docstring.
2495
2496 2008-04-20 Andreas Schwab <schwab@suse.de>
2497
2498 * server.el (server-switch-buffer): Also consider clients in the
2499 selected frame.
2500
2501 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
2502
2503 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2504 Select window clicked on first.
2505 (gdb): Display thread number in mode-line.
2506 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2507 (gdb-breakpoints-header): New variable.
2508 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2509
2510 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2511
2512 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
2513 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2514 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2515 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2516 (vc-sccs-print-log): Use it.
2517
2518 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2519
2520 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2521 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2522
2523 * tooltip.el (tooltip-previous-message): New var.
2524 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2525 the C code (avoid overwriting a minibuffer, restore previous echo
2526 message, ...).
2527 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2528 Simplify.
2529
2530 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
2531
2532 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2533 (gdb-init-1): Initialise it.
2534 (gdb-annotation-rules): New entry for "new-thread".
2535 (gdb-thread-identification): New function to customize
2536 mode-line-buffer-identification.
2537 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2538 (gdb-assembler-mode): Use it.
2539 (gdb-threads-mode): Force "info threads" onto queue.
2540
2541 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * files.el (locate-file-completion-table): Rename from
2544 locate-file-completion and make it use `pred' in the normal way.
2545 (locate-file-completion): New compatibility wrapper.
2546 (load-library): Use locate-file-completion-table.
2547 * finder.el (finder-commentary):
2548 * subr.el (locate-library):
2549 * emacs-lisp/find-func.el (find-library): Likewise.
2550 * info.el: Use with-current-buffer and inhibit-read-only.
2551 (Info-read-node-name-2): Change to use `predicate' in the normal way.
2552 (Info-read-node-name-1): Adjust uses accordingly.
2553
2554 * minibuffer.el (completion-table-with-context): Add support for `pred'.
2555 (completion-table-with-terminator): Don't use complete-with-action
2556 since we have to distinguish all three cases anyway.
2557 (completion-table-with-predicate): New function.
2558 (dynamic-completion-table): Add obsolete alias.
2559
2560 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2561
2562 2008-04-18 Sam Steingold <sds@gnu.org>
2563
2564 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2565 Use quit-window instead of bury-buffer.
2566
2567 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * minibuffer.el (completion-table-with-terminator): Fix last fix.
2570
2571 2008-04-18 Andreas Schwab <schwab@suse.de>
2572
2573 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2574 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2575 Depend on $(lisp)/subdirs.el.
2576
2577 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * descr-text.el (describe-char-after):
2580 Use `define-obsolete-function-alias'.
2581
2582 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2583
2584 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2585
2586 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2587 Remove redundant obsolescence info in docstring.
2588
2589 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2590 (vc-header-alist): Add WHEN to obsolescence declaration.
2591 (vc-state): Fix typo in docstring.
2592
2593 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2594 Use `define-obsolete-variable-alias'.
2595
2596 * emulation/tpu-edt.el (tpu-have-ispell):
2597 * international/codepage.el (codepage-setup):
2598 Fix typo in obsolescence declaration.
2599
2600 * international/mule.el (char-coding-system-table):
2601 Remove redundant obsolescence info in docstring.
2602 (charset-list, generic-char-p, set-char-table-default):
2603 Fix typos in obsolescence decarations.
2604
2605 * international/mule-diag.el (non-iso-charset-alist):
2606 Fix typo in obsolescence declaration.
2607 (decode-codepage-char): Remove redundant obsolescence info in docstring.
2608
2609 * font-core.el (font-lock-defaults-alist):
2610 * font-lock.el (font-lock-reference-face):
2611 * frame.el (screen-height, screen-width, set-screen-width)
2612 (set-screen-height):
2613 * hilit-chg.el (highlight-changes-initial-state):
2614 * isearch.el (isearch-return-char):
2615 * log-edit.el (cvs-commit-buffer-require-final-newline)
2616 (cvs-changelog-full-paragraphs):
2617 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2618 (mouse-popup-menubar-stuff):
2619 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2620 (mouse-wheel-click-button):
2621 * outline.el (outline-visible):
2622 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2623 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2624 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2625 * progmodes/compile.el (compile-internal):
2626 Add WHEN to obsolescence declarations.
2627
2628 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2631 is not better anyway.
2632
2633 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2634
2635 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2636 properly.
2637
2638 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2641 (python-use-skeletons): Remove, unused.
2642 (python-skeletons): Remove. Use the abbrev table instead.
2643 (python-mode-abbrev-table): Fix regexp;
2644 add enable-function and case-fixed.
2645 (def-python-skeleton): Simplify.
2646 (python-expand-template): Use the abbrev-table and abbrev-insert.
2647 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2648 Remove.
2649 (python-mode): Don't set pre-abbrev-expand-hook.
2650
2651 * skeleton.el: Set coding-tag.
2652
2653 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2654 (expand-abbrev): Use it.
2655 (abbrev-table-menu): New function.
2656
2657 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2658
2659 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2660
2661 2008-04-17 Sam Steingold <sds@gnu.org>
2662
2663 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2664 idiosyncratic bury-buffer/delete-window logic.
2665
2666 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2669 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2670
2671 2008-04-17 Kenichi Handa <handa@m17n.org>
2672
2673 * international/characters.el: Don't make the width of U+00AD to 0.
2674
2675 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
2676
2677 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2678 (gdb, gdb-starting, gdb-frames-mode): Use it.
2679 (gdb-invalidate-frames): Advise to call "info stack" only if
2680 execution has occurred.
2681 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2682 selected frame if no execution has occurred.
2683 (gdb-frames-force-update): New interactive function.
2684 (gdb-frames-mode-map): Bind it to "F".
2685
2686 2008-04-17 Michael Olson <mwolson@gnu.org>
2687
2688 * textmodes/remember.el (remember-version): Release Remember 2.0.
2689
2690 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
2691
2692 * textmodes/artist.el:
2693 * progmodes/vhdl-mode.el:
2694 * progmodes/verilog-mode.el:
2695 * progmodes/vera-mode.el:
2696 * progmodes/simula.el:
2697 * progmodes/ps-mode.el:
2698 * progmodes/cmacexp.el:
2699 * obsolete/hilit19.el:
2700 * emulation/viper.el:
2701 * ediff.el: Cleanup the bug-report email addresses and make sure the
2702 maintainer is still willing to handle bug reports.
2703
2704 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2705
2706 * vc.el (vc-dir-kill-query): Fix thinko.
2707
2708 2008-04-16 Glenn Morris <rgm@gnu.org>
2709
2710 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2711 by diary-sexp-entry.
2712
2713 2008-04-16 Markus Triska <markus.triska@gmx.at>
2714
2715 * proced.el (proced-command-alist): Add support for darwin.
2716
2717 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * proced.el (proced-mode): Redefine as just the major-mode.
2720 (proced): Separate it from proced-mode.
2721
2722 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2723
2724 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2725
2726 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2727 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
2728 `tab-width' setting from user. New version 10.0. Doc and docstring
2729 fix.
2730 (whitespace-style, whitespace-chars): Remove options.
2731 (whitespace-style-mark): New option, replace whitespace-style deleted
2732 option. Fix docstring.
2733 (whitespace-style-color): New option, replace whitespace-chars deleted
2734 option. Fix docstring.
2735 (whitespace-space, whitespace-hspace, whitespace-tab)
2736 (whitespace-newline, whitespace-trailing, whitespace-line)
2737 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2738 (whitespace-space-after-tab, whitespace-hspace-regexp)
2739 (whitespace-space-regexp, whitespace-tab-regexp)
2740 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2741 (whitespace-empty-at-eob-regexp, whitespace-line-column)
2742 (whitespace-toggle-option-alist): Fix docstring.
2743 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2744 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
2745 docstring and initialization.
2746 (global-whitespace-mode): Autoloaded global minor mode.
2747 (whitespace-chars-value-list, whitespace-style-value-list)
2748 (whitespace-active-chars, whitespace-active-style)
2749 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
2750 (whitespace-color-value-list): New var, replace
2751 whitespace-chars-value-list removed var.
2752 (whitespace-mark-value-list): New var, replace
2753 whitespace-style-value-list removed var.
2754 (whitespace-active-color): New var, replace whitespace-active-chars
2755 removed var.
2756 (whitespace-active-mark): New var, replace whitespace-active-style
2757 removed var.
2758 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
2759 removed var.
2760 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
2761 removed var.
2762 (whitespace-toggle-option-alist, whitespace-report-list)
2763 (whitespace-report-text, whitespace-help-text): Fix initialization.
2764 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
2765 (whitespace-toggle-options, global-whitespace-toggle-options)
2766 (whitespace-cleanup-region, whitespace-report-region)
2767 (whitespace-interactive-char): Fix docstring and code.
2768 (whitespace-cleanup, whitespace-report): Fix docstring.
2769 (whitespace-replace-spaces-by-tabs): Remove fun.
2770 (whitespace-replace-action): New fun, replace
2771 whitespace-replace-spaces-by-tabs removed fun.
2772 (whitespace-regexp, whitespace-indentation-regexp)
2773 (whitespace-space-after-tab-regexp, whitespace-insert-value)
2774 (whitespace-kill-buffer): New funs.
2775 (whitespace-insert-option-mark, whitespace-help-on)
2776 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
2777 (whitespace-color-on, whitespace-color-off)
2778 (whitespace-display-char-on): Fix code.
2779
2780 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
2783 (mouse-throw-magnifier-with-mouse-movement): Remove.
2784 (mouse-throw-magnifier-base): New const.
2785 (mouse-drag-scroll-delta): New fun.
2786 (mouse-drag-throw): Use it.
2787
2788 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
2789
2790 * international/uni-bidi.el, international/uni-category.el:
2791 * international/uni-combining.el, international/uni-comment.el:
2792 * international/uni-decimal.el, international/uni-decomposition.el:
2793 * international/uni-digit.el, international/uni-lowercase.el:
2794 * international/uni-mirrored.el, international/uni-name.el:
2795 * international/uni-numeric.el, international/uni-old-name.el:
2796 * international/uni-titlecase.el, international/uni-uppercase.el:
2797 * international/charprop.el: Regenerate.
2798
2799 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * vc.el (vc-status-fileinfo): Add new member directoryp.
2802 (vc-default-status-printer): Print directories.
2803 (vc-status-update): Sort files before subdirectories.
2804
2805 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2806 Add alternative implementation based on "cvs update".
2807
2808 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
2809
2810 * doc-view.el: Changed requirements section to tell that only one
2811 of dvipdf or dvipdfm is needed.
2812 (doc-view-already-converted-p): Fix bug that forced reconversion
2813 if doc was already converted.
2814
2815 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * minibuffer.el (minibuffer-message):
2818 Make sure we can put-text-property.
2819
2820 * emacs-lisp/crm.el: Complete rewrite.
2821
2822 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
2823 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
2824 case of an error in display-completion-list.
2825
2826 * filecache.el (file-cache-completions-keymap): Move init from
2827 file-cache-completion-setup-function into declaration.
2828 (file-cache-minibuffer-complete): Simplify.
2829 (file-cache-completion-setup-function): Use standard-output,
2830 preserve current-buffer.
2831
2832 * vc.el (vc-status-update): Fix typo.
2833 (vc-status-update): Set needs-update.
2834 (vc-status-refresh): η-reduce.
2835
2836 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2837
2838 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
2839 to image-eol.
2840
2841 2008-04-14 Alexandre Julliard <julliard@winehq.org>
2842
2843 * vc.el (vc-status-update): Undo the previous revert.
2844
2845 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * minibuffer.el (completion-table-with-terminator): Those completions
2848 are never valid w.r.t test-completion.
2849 (completion--file-name-table):
2850 Check completion-all-completions-with-base-size.
2851
2852 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2853
2854 * doc-view.el (doc-view-dvipdf-program): New variable.
2855 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
2856 (doc-view-mode-p): Check for doc-view-dvipdf-program as
2857 alternative for doc-view-dvipdfm-program.
2858 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
2859
2860 * doc-view.el (doc-view-start-process): Don't set
2861 default-directory to "~/" if the current value is valid.
2862 This broke PS files that run other files in the same directory.
2863
2864 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2865
2866 * vc.el (vc-status-kill-query): New function.
2867 (vc-status-mode): Add it to kill-buffer-query-functions.
2868 (vc-status-show-fileentry): New function.
2869 (vc-status-menu-map): Bind it. Bind vc-next-action.
2870
2871 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * minibuffer.el (minibuffer-message): Put cursor at the right place.
2874
2875 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2876
2877 * proced.el (proced-send-signal): Fix error recognition.
2878
2879 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2880
2881 * proced.el (proced-command-alist): Remove sort column.
2882 (proced-command, proced-procname-column):
2883 Use make-variable-buffer-local.
2884 (proced-signal-function): Rename from proced-kill-program.
2885 Allow for elisp symbols and string values representing system calls.
2886 (proced-marker-regexp, proced-success-message): New functions.
2887 (proced): Use defalias. Add autoload cookie.
2888 (proced-unmark-backward, proced-toggle-marks)
2889 (proced-hide-processes): New commands.
2890 (proced-do-mark): Simplify code.
2891 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
2892 (proced-update): Remove sorting.
2893 (proced-send-signal): Display number of processes to operate on.
2894 Allow for system calls or elisp functions to send signals.
2895 Check if signal was sent successfully.
2896
2897 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * minibuffer.el (completion-all-completion-with-base-size): New var.
2900 (completion--some): New function.
2901 (completion-table-with-context, completion--file-name-table):
2902 Return the base-size if requested.
2903 (completion-table-in-turn): Generalize to multiple arguments.
2904 (complete-in-turn): Compatibility alias.
2905 (completion-styles-alist): New var.
2906 (completion-styles): New customization.
2907 (minibuffer-try-completion, minibuffer-all-completions):
2908 New functions.
2909 (minibuffer--do-completion, minibuffer-complete-and-exit)
2910 (minibuffer-try-word-completion): Use them.
2911 (display-completion-list, minibuffer-completion-help): Use them.
2912 Handle all-completions's new base-size info to set completion-base-size.
2913 * info.el (Info-read-node-name-1): Use completion-table-with-context,
2914 completion-table-with-terminator and complete-with-action.
2915 Remove the now obsolete completion-base-size-function property.
2916 * simple.el (completion-list-mode-map): Move init into declaration.
2917 (completion-list-mode): Use define-derived-mode.
2918 (completion-setup-function): Use any completion-base-size that may
2919 have been set before. Remove handling of completion-base-size-function.
2920 * loadup.el: Move abbrev.el up earlier.
2921
2922 2008-04-13 Alexandre Julliard <julliard@winehq.org>
2923
2924 * vc-git.el (vc-git-after-dir-status-stage)
2925 (vc-git-dir-status-goto-stage): New functions.
2926 (vc-git-after-dir-status-stage1)
2927 (vc-git-after-dir-status-stage1-empty-db)
2928 (vc-git-after-dir-status-stage2): Remove, functionality moved
2929 into the new generic stage functions.
2930 (vc-git-dir-status-files): New function.
2931
2932 * vc.el (vc-status-update): Revert an incorrect rewrite.
2933 Add some comments.
2934 (vc-status-refresh-files): New function.
2935 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
2936 state of up-to-date files.
2937 (vc-default-dir-status-files): New function.
2938
2939 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * minibuffer.el (completion--embedded-envvar-table)
2942 (read-file-name-internal): Fix typos in 2008-04-11 change.
2943
2944 * faces.el (read-face-name): Use `completion-table-in-turn',
2945 not `complete-in-turn'.
2946
2947 2008-04-13 Andreas Schwab <schwab@suse.de>
2948
2949 * progmodes/etags.el: Require 'cl when compiling.
2950
2951 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
2952
2953 * progmodes/gud.el (gud-menu-map): Expand tooltip.
2954
2955 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
2956 (menu): Add/expand menu tooltips.
2957
2958 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2959
2960 * progmodes/sh-script.el (sh-show-indent): Fix typo.
2961 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
2962
2963 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
2964 considered registered.
2965
2966 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
2967
2968 * emacs-lisp/copyright.el (copyright-update-directory): New command.
2969
2970 * ediff-wind.el (ediff-split-window-function)
2971 (ediff-merge-split-window-function): Improve custom type.
2972
2973 2008-04-12 Eli Zaretskii <eliz@gnu.org>
2974
2975 * loadup.el ("minibuffer"): Move after "faces".
2976
2977 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * progmodes/hideif.el (hif-factor): Handle unary minus.
2980
2981 2008-04-12 Glenn Morris <rgm@gnu.org>
2982
2983 * calendar/cal-china.el (chinese-calendar-time-zone):
2984 Mark obsolete name as risky too.
2985
2986 * calendar/calendar.el (calendar-faces): New custom group.
2987 (calendar-today, diary, holiday): Doc fix.
2988 Move to calendar-faces group.
2989 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
2990 (diary-button): Doc fix. Move to calendar-faces group.
2991
2992 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2993 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
2994 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
2995 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
2996 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
2997 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
2998 not in dumped files before the associated defcustom.
2999
3000 2008-04-11 Johan Bockgård <bojohan@gnu.org>
3001
3002 * minibuffer.el (lazy-completion-table): Fix debug spec.
3003
3004 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * minibuffer.el (complete-with-action, lazy-completion-table):
3007 Move from subr.el.
3008 (apply-partially, completion-table-dynamic)
3009 (completion-table-with-context, completion-table-with-terminator)
3010 (completion-table-in-turn): New funs.
3011 (completion--make-envvar-table, completion--embedded-envvar-table):
3012 New funs.
3013 (read-file-name-internal): Use them.
3014 (completion-setup-hook): Move from simple.el.
3015 * subr.el (complete-with-action, lazy-completion-table):
3016 * simple.el (completion-setup-hook): Move to minibuffer.el.
3017
3018 2008-04-11 Glenn Morris <rgm@gnu.org>
3019
3020 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3021
3022 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3025
3026 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3027
3028 * textmodes/fill.el (fill-forward-paragraph-function): New var.
3029 (fill-forward-paragraph): New fun.
3030 (fill-paragraph, fill-region): Use it.
3031
3032 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3033 (vc-status-create-fileinfo): Make `extra' optional.
3034 (vc-status-busy): New fun.
3035 (vc-status-menu-map): Use it.
3036 (vc-status-crt-marked): Remove.
3037 (vc-status-update): Rename from vc-status-add-entries.
3038 Add argument so as to prevent addition of entries. Rewrite.
3039 (vc-update-vc-status-buffer): Remove.
3040 (vc-status-refresh): Don't remove old entries, set them to
3041 up-to-date instead. Also do it after the update is complete.
3042 (vc-status-marked-files): η-reduce.
3043
3044 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3045 for non-dialogs.
3046
3047 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
3048
3049 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3050
3051 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
3052
3053 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3054 to t and don't truncate msg.
3055
3056 2008-04-11 Glenn Morris <rgm@gnu.org>
3057
3058 * calendar/calendar.el (diary, holidays):
3059 Move custom groups to other files.
3060 (holiday-general-holidays, holiday-oriental-holidays)
3061 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3062 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3063 (holiday-hebrew-holidays, holiday-christian-holidays)
3064 (holiday-islamic-holidays, holiday-bahai-holidays)
3065 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3066 * calendar/diary-lib.el: Move custom group here from calendar.el.
3067 * calendar/holidays-lib.el: Move custom group and variables here
3068 from calendar.el.
3069
3070 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3071
3072 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3073 Fix custom group.
3074 (calendar-current-time-zone-cache): Autoload riskiness.
3075
3076 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3077
3078 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * woman.el (woman2-TH): Use string-equal instead of string-match.
3081
3082 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3085 (smerge-resolve): Merge the "2-way refinement" case with one half of
3086 the "mere whitespace" resolution.
3087
3088 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3089
3090 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3091
3092 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3095 Add WHEN to obsolescence declaration.
3096
3097 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3098
3099 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3100
3101 * vc-hooks.el (vc-state): Add new state `conflict'.
3102 (vc-after-save): Use when not if.
3103 (vc-default-mode-line-string): Deal with the conflict state.
3104 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
3105
3106 * vc.el (vc-editable-p, vc-default-status-printer)
3107 (vc-next-action): Deal with the conflict state.
3108 (vc-mark-resolved): New function.
3109 (vc-status-mode): Fix mode name.
3110 (vc-default-comment-history): Use when not if.
3111 (Todo): Add new entries, remove old ones.
3112
3113 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
3114 (vc-cvs-parse-status, vc-cvs-after-dir-status):
3115 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3116 Detect the conflict state.
3117
3118 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3119
3120 2008-04-10 Glenn Morris <rgm@gnu.org>
3121
3122 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3123 Respect truncate-partial-width-windows in non-full windows,
3124 with regards to :toggle and :enable state.
3125
3126 * simple.el (toggle-truncate-lines): Doc fix.
3127
3128 * Makefile.in (MH_E_DIR): New variable.
3129 (MH_E_SRC): Restore variable removed 2008-03-13.
3130 (mh-loaddefs.el): Depend on $MH_E_SRC.
3131 (CAL_DIR, CAL_SRC): New variables.
3132 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3133 Depend on CAL_SRC.
3134
3135 * calendar/calendar.el (calendar, diary): Add :prefix.
3136 (holidays): Change :prefix.
3137 (calendar-today, holiday, calendar-holiday-marker)
3138 (european-calendar-style): Change custom groups.
3139
3140 * calendar/calendar.el (diary-hook, diary-display-hook):
3141 Move to diary-lib.el.
3142 * calendar/diary-lib.el (diary-hook, diary-display-hook):
3143 Move here from calendar.el.
3144 * calendar/appt.el: Require diary-lib rather than calendar.
3145 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3146
3147 * calendar/appt.el (appt): Add :prefix.
3148
3149 * calendar/diary-lib.el (diary-hook): Doc fix.
3150 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
3151
3152 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3155 New functions.
3156
3157 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3158 the arg to recursive calls.
3159
3160 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3161
3162 * minibuffer.el (completion-auto-help): Fix typo.
3163
3164 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3167
3168 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
3169
3170 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3171 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3172
3173 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3176
3177 * minibuffer.el (minibuffer): Move group from cus-edit.el.
3178 (completion-auto-help): Move from C code.
3179 (minibuffer--maybe-completion-help): Remove.
3180 (minibuffer--bitset): New function.
3181 (minibuffer--do-completion): Rename from minibuffer-do-completion.
3182 Renumber a bit. Really complete on string *before* point.
3183 Add argument used for word-completion.
3184 Join trailing / in completion with following text, as done in
3185 minibuffer-complete-word.
3186 Handle new value `lazy' for completion-auto-help.
3187 (minibuffer-try-word-completion): New function extracted from
3188 minibuffer-complete-word.
3189 (minibuffer-complete-word): Use minibuffer--do-completion.
3190 (minibuffer--insert-strings): Rename from
3191 minibuffer-complete-insert-strings.
3192 (exit-minibuffer): Fix typo.
3193 * cus-edit.el (minibuffer): Move group to minibuffer.el.
3194 * cus-start.el: Remove completion-auto-help.
3195
3196 2008-04-09 Alexandre Julliard <julliard@winehq.org>
3197
3198 * vc.el (vc-status-add-entries): New function.
3199 (vc-status-add-entry): Remove.
3200 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3201 Use vc-status-add-entries.
3202
3203 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3204 order.
3205
3206 2008-04-09 Jason Rumney <jasonr@gnu.org>
3207
3208 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3209 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3210 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3211 (AUTOGENEL): New variable.
3212 (distclean, maintainer-clean): New targets.
3213
3214 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * emacs-lisp/regexp-opt.el (regexp-opt):
3217 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3218
3219 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3220
3221 * nxml/nxml-mode.el (nxml-cleanup): New function.
3222 (nxml-mode): Add it to change-major-mode-hook.
3223
3224 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3225
3226 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3227
3228 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * calc/.cvsignore: New file.
3231
3232 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
3233
3234 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3235
3236 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3237 show-help-function when turning tooltip off.
3238 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3239 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3240
3241 2008-04-09 Alan Mackenzie <acm@muc.de>
3242
3243 * font-lock.el (font-lock-extend-after-change-region-function):
3244 Make it buffer local.
3245
3246 2008-04-09 Glenn Morris <rgm@gnu.org>
3247
3248 * calendar/calendar.el (diary-file, european-calendar-style):
3249 Remove autoload cookies.
3250
3251 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3252
3253 * outline.el (outline-mode-menu-bar-map):
3254 * log-view.el (log-view-mode-menu):
3255 * log-edit.el (log-edit-menu): Add :help.
3256
3257 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3260 Use substring-no-properties for correct handling of unibyte strings.
3261
3262 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * add-log.el (change-log-next-buffer): Handle the case where version<
3265 signals an error.
3266
3267 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3268 mouse-major-mode-menu.
3269 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3270 (mouse-major-mode-menu, mouse-popup-menubar)
3271 (mouse-popup-menubar-stuff): Use them.
3272 (C-down-mouse-3): Bind to a dynamic map rather than to
3273 mouse-popup-menubar-stuff.
3274
3275 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3276 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3277
3278 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3279
3280 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3281 file:// access method.
3282
3283 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * minibuffer.el: New file.
3286 * loadup.el: Load it.
3287
3288 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3291 rather than subdirs.el. It introduces an ugly circular dependency, tho.
3292
3293 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3294 (calc-mode-map, calc-digit-map, calc-dispatch-map):
3295 Move initialization into declaration.
3296 * calc/calc-yank.el:
3297 * calc/calc-misc.el:
3298 * calc/calc-embed.el:
3299 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
3300
3301 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
3302
3303 * ps-samp.el (ps-add-printer, ps-remove-printer)
3304 (ps-make-dynamic-printer-menu): New functions.
3305
3306 * net/zeroconf.el: New file.
3307
3308 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3311
3312 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * vc-rcs.el (vc-rcs-modify-change-comment):
3315 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3316
3317 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3318
3319 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * international/mule-cmds.el (set-locale-environment): Don't warn if
3322 coding system doesn't agree with system locale (this reverts changes
3323 by Dave Love, dated 2002-10-27 and 2002-10-09).
3324
3325 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3326 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3327
3328 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3329
3330 2008-04-08 Glenn Morris <rgm@gnu.org>
3331
3332 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3333 * textmodes/remember.el (remember-diary-convert-entry):
3334 Require calendar.
3335
3336 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3337 diary-file, since it is the default for make-diary-entry anyway.
3338
3339 * calendar/cal-menu.el (cal-menu-event-to-date):
3340 Rename calendar-event-to-date. Update callers.
3341 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3342 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3343 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3344 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3345 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3346 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3347 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3348 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3349 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3350 (calendar-mouse-tex-month-landscape):
3351 Rename cal-tex-mouse-month-landscape.
3352 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3353 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3354 (calendar-mouse-tex-year-landscape):
3355 Rename cal-tex-mouse-year-landscape.
3356 (cal-menu-context-mouse-menu): Update for above name changes.
3357
3358 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3359 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3360 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3361 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3362 * calendar/holidays.el: Replace int-to-string with number-to-string.
3363
3364 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3367 region if point moves.
3368
3369 2008-04-08 Kenichi Handa <handa@m17n.org>
3370
3371 * faces.el (font-slant-table): Change numeric values for `r',
3372 `roman', and `normal'.
3373
3374 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
3375
3376 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3377
3378 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
3379
3380 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3381 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
3382
3383 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3386 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
3387
3388 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3391
3392 2008-04-07 Sam Steingold <sds@gnu.org>
3393
3394 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3395 Add helper functions.
3396 (lisp-do-defun): Extract the common part of lisp-eval-defun and
3397 lisp-compile-defun; DEFVAR forms reset the variables to the init
3398 values, just like in emacs-lisp mode eval-defun.
3399 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3400 (lisp-compile-region): Use lisp-compile-string.
3401
3402 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * subr.el (combine-and-quote-strings): Also quote strings that contain
3405 the separator.
3406
3407 * pcvs-util.el (cvs-map): Avoid recursion :-(
3408
3409 2008-04-07 Glenn Morris <rgm@gnu.org>
3410
3411 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3412
3413 * calendar.el (diary-view-entries-initially-flag): Rename
3414 view-diary-entries-initially. Keep old name as alias, update users.
3415 (calendar-mark-diary-entries-flag): Rename
3416 mark-diary-entries-in-calendar. Keep old name as alias, update users.
3417 (calendar-view-holidays-initially-flag): Rename
3418 view-calendar-holidays-initially. Keep old name as alias, update users.
3419 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3420 Keep old name as alias, update users.
3421 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3422 Keep old name as alias, update users.
3423 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3424 Keep old name as alias, update users.
3425 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3426 Keep old name as alias, update users.
3427 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
3428 (diary-american-date-forms): Rename american-date-diary-pattern.
3429 Keep old name as alias, update users.
3430 (diary-european-date-forms): Rename european-date-diary-pattern.
3431 Keep old name as alias, update users.
3432 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3433 Keep old name as alias, update users.
3434 (calendar-european-date-display-form): Rename
3435 european-calendar-display-form. Keep old name as alias, update users.
3436 (calendar-american-date-display-form): Rename
3437 european-calendar-display-form. Keep old name as alias, update users.
3438 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3439 Keep old name as alias, update users.
3440 (holiday-general-holidays): Rename general-holidays.
3441 Keep old name as alias, update users.
3442 (holiday-oriental-holidays): Rename oriental-holidays.
3443 Keep old name as alias, update users.
3444 (holiday-local-holidays): Rename local-holidays.
3445 Keep old name as alias, update users.
3446 (holiday-other-holidays): Rename other-holidays.
3447 Keep old name as alias, update users.
3448 (holiday-hebrew-holidays): Rename hebrew-holidays.
3449 Keep old name as alias, update users.
3450 (holiday-christian-holidays): Rename christian-holidays.
3451 Keep old name as alias, update users.
3452 (holiday-islamic-holidays): Rename islamic-holidays.
3453 Keep old name as alias, update users.
3454 (holiday-bahai-holidays): Rename bahai-holidays.
3455 Keep old name as alias, update users.
3456 (holiday-solar-holidays): Rename solar-holidays.
3457 Keep old name as alias, update users.
3458 (diary-fancy-buffer): Rename fancy-diary-buffer.
3459 Keep old name as alias, update users.
3460 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3461 Update users.
3462 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3463 Update users.
3464 (calendar-increment-month): Rename increment-calendar-month.
3465 Keep old name as alias, update callers.
3466 (calendar-increment-month-cons): Rename old calendar-increment-month.
3467 Update callers.
3468 (calendar-extract-month): Rename extract-calendar-month.
3469 Keep old name as alias, update callers
3470 (calendar-extract-day): Rename extract-calendar-day.
3471 Keep old name as alias, update callers.
3472 (calendar-extract-year): Rename extract-calendar-year.
3473 Keep old name as alias, update callers.
3474 (calendar-generate-window): Rename generate-calendar-window.
3475 Update callers.
3476 (calendar-generate): Rename generate-calendar. Update callers.
3477 (calendar-generate-month): Rename generate-calendar-month.
3478 Update callers.
3479 (calendar-redraw): Rename redraw-calendar. Update callers.
3480 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
3481 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3482 Update callers.
3483 (calendar-update-mode-line): Rename update-calendar-mode-line.
3484 Update callers.
3485 (calendar-exit): Rename exit-calendar. Keep old name as alias,
3486 update callers.
3487 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3488 Keep old name as alias, update callers.
3489 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3490 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3491 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3492 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3493 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3494 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3495 * calendar/solar.el: Update for calendar.el name changes.
3496 * org/org.el (org-agenda-format-date-aligned)
3497 (org-agenda-execute-calendar-command): Access date elements directly
3498 rather than using calendar functions.
3499 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3500 Also set calendar-view-diary-initially-flag,
3501 calendar-view-holidays-initially-flag
3502 (org-get-entries-from-diary): Also set diary-fancy-buffer.
3503 (org-agenda-execute-calendar-command): No need to set displayed-day.
3504
3505 2008-04-06 Alan Mackenzie <acm@muc.de>
3506
3507 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3508 typo in the doc string.
3509
3510 * progmodes/cc-mode.el (c-basic-common-init):
3511 Set font-lock-extend-after-change-region-function.
3512 (c-extend-after-change-region): New function, used in
3513 font-lock-extend-after-change-region-function, thus superseding
3514 advice on the Font Lock after change functions.
3515 (c-advise-fl-for-region): Remove this macro.
3516
3517 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3518
3519 * textmodes/flyspell.el (flyspell-duplicate-distance):
3520 Improve custom type.
3521
3522 2008-04-06 Glenn Morris <rgm@gnu.org>
3523
3524 * calendar/diary-lib.el (diary-sexp-entry-symbol):
3525 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
3526 (diary-list-entries-hook): Rename list-diary-entries-hook.
3527 Keep old name as alias, update users.
3528 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3529 Keep old name as alias, update users.
3530 (diary-nongregorian-listing-hook): Rename
3531 nongregorian-diary-listing-hook. Keep old name as alias, update users.
3532 (diary-nongregorian-marking-hook): Rename
3533 nongregorian-diary-marking-hook. Keep old name as alias, update users.
3534 (diary-print-entries-hook): Rename print-diary-entries-hook.
3535 Keep old name as alias, update users.
3536 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3537 Keep old name as alias, update users.
3538 (diary-number-of-entries): Rename number-of-diary-entries.
3539 Keep old name as alias, update users.
3540 (view-diary-entries, list-diary-entries, show-all-diary-entries):
3541 Give version of obsolescence.
3542 (diary-view-other-diary-entries): Rename view-other-diary-entries.
3543 Keep old name as alias, update callers.
3544 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
3545 update callers.
3546 (diary-include-other-diary-files): Rename include-other-diary-files.
3547 Keep old name as alias, update callers.
3548 (diary-simple-display): Rename simple-diary-display.
3549 Keep old name as alias, update callers.
3550 (diary-fancy-display): Rename fancy-diary-display.
3551 Keep old name as alias, update callers.
3552 (diary-print-entries): Rename print-diary-entries.
3553 Keep old name as alias, update callers.
3554 (diary-marking-entries-flag): Rename marking-diary-entries.
3555 Update users.
3556 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
3557 (diary-mark-entries): Rename mark-diary-entries.
3558 Keep old name as alias, update callers.
3559 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3560 Keep old name as alias, update callers.
3561 (diary-mark-included-diary-files): Rename mark-included-diary-files.
3562 Keep old name as alias, update callers.
3563 (calendar-mark-days-named): Rename mark-calendar-days-named.
3564 Keep old name as alias, update callers.
3565 (calendar-mark-month): Rename mark-calendar-month.
3566 Keep old name as alias, update callers.
3567 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3568 Keep old name as alias, update callers.
3569 (diary-sort-entries): Rename sort-diary-entries.
3570 Keep old name as alias, update callers.
3571 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3572 Keep old name as alias, update callers.
3573 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
3574 update callers.
3575 (diary-insert-entry): Rename insert-diary-entry.
3576 Keep old name as alias.
3577 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3578 Keep old name as alias.
3579 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3580 Keep old name as alias.
3581 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3582 Keep old name as alias.
3583 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3584 Keep old name as alias.
3585 (diary-insert-block-entry): Rename insert-block-diary-entry.
3586 Keep old name as alias.
3587 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3588 Keep old name as alias.
3589 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3590 Keep old name as alias, update users.
3591 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3592 Keep old name as alias, update callers.
3593 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3594 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3595 * calendar/icalendar.el: Update for diary-lib name changes.
3596
3597 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3600
3601 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3602 for copy, move, and link operations.
3603
3604 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
3605
3606 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3607 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3608
3609 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3610 'require' statements with 1-argument ones (wrapped in if's).
3611 For compatibility with the current stable version of XEmacs.
3612
3613 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3616
3617 2008-04-06 Jason Rumney <jasonr@gnu.org>
3618
3619 * language/burmese.el ("Burmese"): Make sample text consistent with
3620 language name.
3621
3622 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
3623
3624 * progmodes/gdb-ui.el (gdb): New group.
3625 (gdb-debug-log-max, gdb-enable-debug)
3626 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3627 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3628 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3629 (gdb-show-changed-values, gdb-max-children)
3630 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3631 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3632 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3633 (gdb-memory-unit): Move to new group from GUD group.
3634 (menu): Allow customization from GDB-UI menu-item.
3635
3636 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3639
3640 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3643 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3644 Revision numbers can include ".".
3645
3646 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3647 "+" lines not accounted for by counting "-" and context lines.
3648
3649 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3650
3651 * term/mac-win.el (mac-service-open-file): Use file URL instead of
3652 file name string.
3653
3654 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3657 (vc-bzr-annotate-time): Accept space used to preserve alignment.
3658
3659 2008-04-05 Richard Stallman <rms@gnu.org>
3660
3661 * emacs-lisp/advice.el (defadvice): Add usage pattern.
3662
3663 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
3664
3665 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3666 thread in [h-e-w]).
3667
3668 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
3669
3670 * files.el (abort-if-file-too-large): Fix typo in docstring.
3671
3672 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * subr.el (functionp): Return nil for special forms.
3675
3676 2008-04-05 Glenn Morris <rgm@gnu.org>
3677
3678 * emacs-lisp/autoload.el (autoload-ensure-default-file):
3679 Provide a feature.
3680 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3681 Require loaddef file rather than loading it.
3682 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3683 autoload-ensure-default-file provides a feature.
3684
3685 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3686 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3687 (compile, compile-always, recompile): Use $LOADDEFS.
3688 (cal-autoloads): Remove.
3689
3690 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3691 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
3692
3693 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3694 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3695
3696 * calendar/calendar.el (diary-hebrew-entry-symbol):
3697 Rename hebrew-diary-entry-symbol. Keep old name as alias.
3698 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3699 Keep old name as alias.
3700 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3701 Keep old name as alias.
3702 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3703 to diary-bahai-entry-symbol.
3704 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3705 to diary-hebrew-entry-symbol.
3706 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3707 to diary-islamic-entry-symbol.
3708 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3709
3710 * calendar/solar.el (diary-sabbath-candles-minutes)
3711 (diary-sabbath-candles): Move to cal-hebrew.
3712 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3713 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3714 Doc fix. Keep old name as alias.
3715 (diary-hebrew-sabbath-candles): Simplify.
3716 (solar-setup, solar-sunrise-sunset, calendar-latitude)
3717 (calendar-longitude, calendar-time-zone): Declare for compiler.
3718 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3719 rename.
3720
3721 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3722 Rename coptic-calendar-month-name-array. Update callers.
3723 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
3724 (calendar-coptic-name): Rename coptic-name. Update callers.
3725 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3726 Update callers.
3727 (calendar-coptic-last-day-of-month):
3728 Rename coptic-calendar-last-day-of-month. Update callers.
3729 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3730 Keep old name as alias, update callers.
3731 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3732 Keep old name as alias, update callers.
3733 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
3734 Keep old name as alias.
3735 (calendar-ethiopic-month-name-array):
3736 Rename ethiopic-calendar-month-name-array. Update callers.
3737 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
3738 Update callers.
3739 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
3740 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
3741 Keep old name as alias, update callers.
3742 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
3743 Keep old name as alias, update callers.
3744 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
3745 Keep old name as alias.
3746
3747 * calendar/cal-french.el (calendar-french-epoch):
3748 Rename french-calendar-epoch. Update callers.
3749 (calendar-french-month-name-array): Rename variable and function
3750 french-calendar-month-name-array. Update callers.
3751 (calendar-french-multibyte-month-name-array):
3752 Rename french-calendar-multibyte-month-name-array. Update callers.
3753 (calendar-french-day-name-array): Rename variable and function
3754 french-calendar-day-name-array. Update callers.
3755 (calendar-french-special-days-array): Rename variable and function
3756 french-calendar-special-days-array. Update callers.
3757 (calendar-french-multibyte-special-days-array):
3758 Rename french-calendar-multibyte-special-days-array. Update callers.
3759 (calendar-french-accents-p): Rename french-calendar-accents.
3760 Update callers.
3761 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
3762 Update callers.
3763 (calendar-french-last-day-of-month):
3764 Rename french-calendar-last-day-of-month. Update callers.
3765 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
3766 Keep old name as alias, update callers.
3767 (calendar-french-print-date): Rename calendar-print-french-date.
3768 Keep old name as alias, update callers.
3769 (calendar-french-goto-date): Rename calendar-goto-french-date.
3770 Keep old name as alias.
3771
3772 * calendar/cal-menu.el, calendar/calendar.el:
3773 Update for Coptic and French name changes.
3774
3775 * calendar/cal-china.el (calendar-chinese): Rename custom group
3776 from chinese-calendar. Update users.
3777 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
3778 Keep old name as alias, update users.
3779 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
3780 Keep old name as alias.
3781 (calendar-chinese-daylight-time-offset):
3782 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
3783 update users.
3784 (calendar-chinese-standard-time-zone-name):
3785 Rename chinese-calendar-standard-time-zone-name.
3786 Keep old name as alias, update users.
3787 (calendar-chinese-daylight-saving-start):
3788 Rename chinese-calendar-daylight-savings-starts.
3789 Keep old name as alias, update users.
3790 (calendar-chinese-daylight-saving-end):
3791 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
3792 update users.
3793 (calendar-chinese-daylight-saving-start-time):
3794 Rename chinese-calendar-daylight-savings-starts-time.
3795 Keep old name as alias, update users.
3796 (calendar-chinese-daylight-saving-end-time):
3797 Rename chinese-calendar-daylight-savings-ends-time.
3798 Keep old name as alias, update users.
3799 (calendar-chinese-celestial-stem): Rename
3800 calendar-chinese-celestial-stem. Keep old name as alias, update users.
3801 (calendar-chinese-terrestrial-branch):
3802 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
3803 update users.
3804 (calendar-chinese-zodiac-sign-on-or-after):
3805 Rename chinese-zodiac-sign-on-or-after. Update callers.
3806 (calendar-chinese-new-moon-on-or-after):
3807 Rename chinese-new-moon-on-or-after. Update callers.
3808 (calendar-chinese-month-list): Rename chinese-month-list.
3809 Update callers.
3810 (calendar-chinese-number-months): Rename number-chinese-months.
3811 Update callers.
3812 (calendar-chinese-compute-year): Rename compute-chinese-year.
3813 Update callers.
3814 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
3815 (calendar-chinese-year): Rename chinese-year. Update callers.
3816 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
3817 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
3818 Keep old name as alias, update callers.
3819 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
3820 Keep old name as alias, update callers.
3821 (calendar-chinese-months-to-alist):
3822 Rename make-chinese-month-assoc-list. Update callers.
3823 (calendar-chinese-months): Rename chinese-months. Update callers.
3824 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
3825 Keep old name as alias, update callers.
3826
3827 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
3828 Rename hebrew-calendar-leap-year-p. Update callers.
3829 (calendar-hebrew-last-month-of-year):
3830 Rename hebrew-calendar-last-month-of-year. Update callers.
3831 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
3832 Update callers.
3833 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
3834 Update callers.
3835 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
3836 Update callers.
3837 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
3838 Update callers.
3839 (calendar-hebrew-last-day-of-month):
3840 Rename hebrew-calendar-last-day-of-month. Update callers.
3841 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
3842 Keep old name as alias, update callers.
3843 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
3844 Keep old name as alias, update callers.
3845 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
3846 Keep old name as alias, update callers.
3847 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
3848 Keep old name as alias.
3849 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
3850 Keep old name as alias.
3851 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
3852 Keep old name as alias.
3853 (holiday-hebrew-passover): Rename holiday-passover-etc.
3854 Keep old name as alias.
3855 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
3856 Keep old name as alias, update callers.
3857 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
3858 Keep old name as alias.
3859 (calendar-hebrew-mark-date-pattern):
3860 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
3861 update callers.
3862 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
3863 Keep old name as alias.
3864 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
3865 Keep old name as alias.
3866 (diary-hebrew-insert-monthly-entry):
3867 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
3868 (diary-hebrew-insert-yearly-entry):
3869 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
3870 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
3871 Keep old name as alias.
3872 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
3873 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
3874 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
3875 Keep old name as alias.
3876 (calendar-hebrew-parashiot-names):
3877 Rename hebrew-calendar-parashiot-names. Update callers.
3878 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
3879 (calendar-hebrew-year-Saturday-incomplete-Sunday):
3880 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
3881 (calendar-hebrew-year-Saturday-complete-Tuesday):
3882 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
3883 (calendar-hebrew-year-Monday-incomplete-Tuesday):
3884 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
3885 (calendar-hebrew-year-Monday-complete-Thursday):
3886 Rename hebrew-calendar-year-Monday-complete-Thursday.
3887 (calendar-hebrew-year-Tuesday-regular-Thursday):
3888 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
3889 (calendar-hebrew-year-Thursday-regular-Saturday):
3890 Rename hebrew-calendar-year-Thursday-regular-Saturday.
3891 (calendar-hebrew-year-Thursday-complete-Sunday):
3892 Rename hebrew-calendar-year-Thursday-complete-Sunday.
3893 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
3894 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
3895 (calendar-hebrew-year-Saturday-complete-Thursday):
3896 Rename hebrew-calendar-year-Saturday-complete-Thursday.
3897 (calendar-hebrew-year-Monday-incomplete-Thursday):
3898 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
3899 (calendar-hebrew-year-Monday-complete-Saturday):
3900 Rename hebrew-calendar-year-Monday-complete-Saturday.
3901 (calendar-hebrew-year-Tuesday-regular-Saturday):
3902 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
3903 (calendar-hebrew-year-Thursday-incomplete-Sunday):
3904 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
3905 (calendar-hebrew-year-Thursday-complete-Tuesday):
3906 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
3907 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
3908 Update for above name changes of constants.
3909
3910 * calendar/cal-menu.el, calendar/calendar.el:
3911 Update for chinese and hebrew name changes.
3912 * calendar/diary-lib.el: Update for hebrew name changes.
3913
3914 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * subr.el (keymap-canonicalize): Correct thinko.
3917
3918 * server.el: Undo part of the multi-tty change, which is only
3919 needed if server.el is preloaded, and broke server-running-p.
3920 (server-socket-dir): Initialize in the defvar, as before.
3921 (server-start): Remove initialization of server-socket-dir.
3922
3923 2008-04-05 Eli Zaretskii <eliz@gnu.org>
3924
3925 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3926 3-member cons cells.
3927
3928 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * cus-face.el (custom-face-attributes): Handle roman slant.
3931
3932 * faces.el (default): Ensure the face-defface-spec property is set.
3933
3934 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
3935
3936 * files.el (abort-if-file-too-large): New function.
3937 (find-file-noselect, insert-file-1): Use it.
3938
3939 2008-04-05 Reto Zimmermann <reto@gnu.org>
3940
3941 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
3942 Replace C-c[a-zA-Z] key bindings.
3943
3944 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * progmodes/hideif.el (hif-token-alist): New var.
3947 (hif-token-regexp, hif-tokenize): Use it.
3948 (hif-mathify-binop): New macro.
3949 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
3950 (hif-greater-equal, hif-less-equal): Use it.
3951 (hif-logior, hif-logand): New functions.
3952 (hif-math): Accept | and & as well.
3953
3954 * progmodes/etags.el: Fix problem with completion for buffer-local
3955 tables. Reported by Radey Shouman <shouman@comcast.net>.
3956 (tags-complete-tag): Remove.
3957 (tags-lazy-completion-table): New function to replace it.
3958 (find-tag-tag, complete-tag): Update users.
3959
3960 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 * vc-rcs.el (vc-rcs-dir-status):
3963 * vc-sccs.el (vc-sccs-dir-status): New function.
3964
3965 * outline.el (outline-mode-menu-bar-map):
3966 * term.el (terminal-signal-menu): Add :help.
3967
3968 * net/eudc.el (eudc-mode-map): Declare and define in one step.
3969 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
3970
3971 * emacs-lisp/re-builder.el (reb-mode-map):
3972 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
3973
3974 * diff-mode.el (diff-file-junk-re): Recognize the git format for
3975 new files, deleted files and for changing permissions.
3976 (diff-mode): Set beginning-of-defun-function and
3977 end-of-defun-function.
3978
3979 * vc-bzr.el (vc-bzr-state): Use when instead of if.
3980
3981 * vc.el (vc-default-status-fileinfo-extra): New function.
3982 (vc-status-mark-buffer-changed): Use it.
3983 (vc-update-vc-status-buffer): Allow for partial updates.
3984
3985 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * net/tramp.el (after-init-hook): Don't wrap a lambda around
3988 tramp-register-completion-file-name-handler.
3989
3990 * subr.el (keymap-canonicalize): New function.
3991 * mouse.el (mouse-menu-non-singleton): Use it.
3992 (mouse-major-mode-menu): Remove hack made unnecessary.
3993
3994 * simple.el (set-fill-column): Prompt rather than error by default.
3995
3996 2008-04-04 Andreas Schwab <schwab@suse.de>
3997
3998 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3999 Reset new-rules after each round.
4000
4001 * Makefile.in (cal-autoloads): New target.
4002 (compile, compile-always, recompile): Depend on it.
4003 ($(lisp)/calendar/cal-loaddefs.el)
4004 ($(lisp)/calendar/diary-loaddefs.el)
4005 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4006
4007 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
4008
4009 * ediff*.el: Replace load with require in eval-when-compile.
4010
4011 * ediff-hook: Delete all invocations of (autoload ...).
4012
4013 * ediff-util.el (ediff-setup): Make window-min-height a local variable
4014 in ediff control window, and set its min height to 2.
4015 (ediff-setup-control-buffer): Dedicate the control window.
4016 (ediff-toggle-multiframe): Undedicate control window.
4017 Work directly with ediff-setup-windows-multiframe and
4018 ediff-setup-windows-plain.
4019
4020 * ediff-wind (ediff-choose-window-setup-function-automatically):
4021 New function.
4022 (ediff-window-setup-function): Change initialization.
4023 (ediff-setup-windows-automatic): Delete.
4024 (ediff-setup-windows-plain-merge): Make control window dedicated.
4025 (ediff-destroy-control-frame): Do not skip frames if working in a
4026 single frame.
4027
4028 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
4029 eval-when-compile.
4030
4031 * emulation/viper-util.el: Move provide's forward, prevent recursion in
4032 eval-when-compile.
4033
4034 2008-04-04 Glenn Morris <rgm@gnu.org>
4035
4036 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4037 calendar-absolute-from-bahai. Update callers, keep old name as alias.
4038
4039 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4040 Rename islamic-calendar-leap-year-p. Update callers.
4041 (calendar-islamic-last-day-of-month):
4042 Rename islamic-calendar-last-day-of-month. Update callers.
4043 (calendar-islamic-day-number):
4044 Rename islamic-calendar-day-number. Update callers.
4045 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4046 Update callers, keep old name as alias.
4047 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4048 Update callers, keep old name as alias.
4049 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4050 Keep old name as alias.
4051 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4052 Update callers, keep old name as alias.
4053 (calendar-islamic-mark-date-pattern):
4054 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
4055 name as alias.
4056 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4057 Keep old name as alias.
4058 (diary-islamic-insert-monthly-entry):
4059 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
4060 (diary-islamic-insert-yearly-entry):
4061 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
4062
4063 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4064 calendar-absolute-from-iso. Update callers, keep old name as alias.
4065 (calendar-iso-print-date): Rename calendar-print-iso-date.
4066 Update callers, keep old name as alias.
4067 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4068 Keep old name as alias.
4069 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4070 Keep old name as alias.
4071
4072 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4073 calendar-absolute-from-julian. Update callers, keep old name as alias.
4074 (calendar-julian-print-date): Rename calendar-print-julian-date.
4075 Update callers, keep old name as alias.
4076 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4077 Update callers, keep old name as alias.
4078 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4079 Update callers, keep old name as alias.
4080 (calendar-astro-print-day-number):
4081 Rename calendar-print-astro-day-number. Update callers, keep old
4082 name as alias.
4083 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4084 Update callers, keep old name as alias.
4085
4086 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4087 Rename calendar-string-to-mayan-long-count. Update callers.
4088 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4089 Update callers, keep old name as alias.
4090 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4091 Update callers.
4092 (calendar-mayan-read-tzolkin-date):
4093 Rename calendar-read-mayan-tzolkin-date. Update callers.
4094 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4095 Keep old name as alias.
4096 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4097 Keep old name as alias.
4098 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4099 Keep old name as alias.
4100 (calendar-mayan-previous-tzolkin-date):
4101 Rename calendar-previous-tzolkin-date. Keep old name as alias.
4102 (calendar-mayan-next-round-date):
4103 Rename calendar-next-calendar-round-date. Keep old name as alias.
4104 (calendar-mayan-previous-round-date):
4105 Rename calendar-previous-calendar-round-date. Keep old name as alias.
4106 (calendar-mayan-long-count-to-absolute): Rename
4107 calendar-absolute-from-mayan-long-count. Keep old name as alias.
4108 (calendar-mayan-goto-long-count-date):
4109 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
4110
4111 * calendar/cal-persia.el (calendar-persian-month-name-array):
4112 Rename persian-calendar-month-name-array. Update callers.
4113 (calendar-persian-epoch): Rename persian-calendar-epoch.
4114 Update callers.
4115 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4116 Update callers.
4117 (calendar-persian-last-day-of-month):
4118 Rename persian-calendar-last-day-of-month. Update callers.
4119 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4120 Update callers, keep old name as alias.
4121 (calendar-persian-print-date): Rename calendar-print-persian-date.
4122 Update callers, keep old name as alias.
4123 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4124 Keep old name as alias.
4125
4126 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4127 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4128 * calendar/solar.el: Update for cal-julian name changes.
4129
4130 * calendar/cal-dst.el: Update for persian name changes.
4131
4132 * calendar/cal-menu.el, calendar/calendar.el:
4133 Update for islamic, iso, julian, mayan, persian name changes.
4134
4135 * calendar/diary-lib.el: Update for islamic name changes.
4136
4137 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4138 Rename all-hebrew-calendar-holidays. Update callers, keep old name
4139 as alias.
4140 (calendar-christian-all-holidays-flag):
4141 Rename all-christian-calendar-holidays. Update callers, keep old
4142 name as alias.
4143 (calendar-islamic-all-holidays-flag):
4144 Rename all-islamic-calendar-holidays. Update callers, keep old
4145 name as alias.
4146 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4147 Update callers, keep old name as alias.
4148 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4149 Update for the above name changes.
4150
4151 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
4152
4153 * hilit-chg.el (global-highlight-changes-mode)
4154 (highlight-changes-passive-string, highlight-changes-active-string):
4155 Mark as obsolete since 23.1, not 22.1.
4156
4157 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * hilit-chg.el (highlight-changes-visibility-initial-state)
4160 (hilit-chg-update, highlight-changes-mode-turn-on):
4161 Fix typos in docstrings.
4162
4163 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
4164
4165 * newcomment.el (comment-enter-backward): Be careful to restore
4166 position changed during narrowing.
4167
4168 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
4169
4170 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4171 Recognize `sub ($$)'.
4172
4173 2008-04-03 Richard Sharman <rsharman@pobox.com>
4174
4175 * hilit-chg.el (highlight-changes-mode): Rename from
4176 highlight-changes; no longer uses sub-modes active and passive;
4177 implemented by define-minor-mode.
4178 (highlight-changes-toggle-visibility): New function, to replace
4179 the old passive/active submodes of global-highlight-changes-mode;
4180 implemented by define-minor-mode.
4181 (global-highlight-changes-mode): Rename from global-highlight-changes;
4182 rewrite using define-globalized-minor-mode.
4183 (hilit-chg-major-mode-hook, hilit-chg-check-global)
4184 (hilit-chg-post-command-hook, hilit-chg-check-global)
4185 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4186 to use of define-globalized-minor-mode.
4187 (highlight-changes-global-initial-state): Change to be boolean.
4188 (highlight-changes-visible-string, highlight-changes-invisible-string):
4189 Rename from highlight-changes-active-string and
4190 highlight-changes-passive-string.
4191 (hilit-chg-update, hilit-chg-set): Use them.
4192 (global-highlight-changes-mode): Rename from global-highlight-changes.
4193 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4194 docstring.
4195 (hilit-chg-hide-changes): Rewrite to use dolist.
4196 (hilit-chg-set-face-on-change, hilit-chg-update)
4197 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4198 variable instead of testing highlight-changes-mode.
4199 (highlight-markup-buffers): Add require ediff-util; argument on calls
4200 to highlight-changes-mode changed.
4201 (highlight-compare-with-file): Fix problems with interactive
4202 call giving invalid default file.
4203
4204 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
4205
4206 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4207 Fix in disassembly buffer (regression in 22.2).
4208
4209 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
4210
4211 * emulation/viper-macs.el (viper-read-fast-keysequence):
4212 Use viper-read-event instead of viper-read-key.
4213
4214 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4215
4216 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4217 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4218 let-statements.
4219
4220 * emulation/viper-ex.el, emulation/viper-macs.el:
4221 * emulation/viper-mous.el:
4222 Replace load with require in eval-when-compile.
4223
4224 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4227
4228 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4229 (archive-try-jka-compr): New function.
4230 (archive-set-buffer-as-visiting-file): Use it.
4231
4232 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4233
4234 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * simple.el (handle-shift-selection): New arg.
4237
4238 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4241
4242 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4243
4244 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * shell.el (shell-dynamic-complete-filename): New fun.
4247 (shell-dynamic-complete-functions): Use it.
4248
4249 * help-fns.el (describe-variable): Undo 2008-02-25 change.
4250
4251 2008-04-03 Kenichi Handa <handa@m17n.org>
4252
4253 * international/fontset.el (create-fontset-from-x-resource):
4254 Handle the error of X resource more gracefully.
4255
4256 * international/latin1-disp.el (latin1-display): Don't use make-char.
4257 Fix the argument to set-char-table-range.
4258 (latin1-display-identities): Don't use make-char.
4259 (latin1-display-reset): Use map-charset-chars instead of directly
4260 calling standard-display-default.
4261 (latin1-display-check-font): Don't use make-char.
4262 (latin1-display-setup): Likewise.
4263 (latin1-display-ucs-per-lynx): Likewise.
4264
4265 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4268 name the fields, to make the code clearer.
4269 Rewrite all `aset' and `aref' using the defined accessors.
4270 (timer--time): New pseudo-field.
4271 (timer-set-time, timer-set-idle-time, timer-inc-time)
4272 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4273 (timer--time-less-p): New function.
4274 (timer--activate): New function, extracted from timer-activate.
4275 (timer-activate-when-idle, timer-activate): Use it.
4276 (cancel-function-timers): Use dolist.
4277
4278 2008-04-03 Glenn Morris <rgm@gnu.org>
4279
4280 * add-log.el (c-beginning-of-defun, c-end-of-defun):
4281 Remove declarations; no longer used.
4282 (c-cpp-define-name, c-defun-name): Declare as functions.
4283
4284 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4285 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4286
4287 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4288 (holiday-passover-etc, holiday-hanukkah): Doc fix.
4289 Add optional argument. Simplify.
4290 (holiday-tisha-b-av-etc): Use memq rather than unless.
4291 (holiday-julian): Autoload it.
4292 (holiday-hebrew-misc): New function.
4293
4294 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4295
4296 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4297 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4298 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4299 all-hebrew-calendar-holidays.
4300 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4301 Simplify using new functions.
4302 (calendar-holidays): Doc fix.
4303 (generate-calendar-window): Use bound-and-true-p.
4304
4305 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4306
4307 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4308 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
4309 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
4310 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4311
4312 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4313
4314 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4317
4318 * vc-bzr.el (vc-bzr-checkout): Simplify.
4319
4320 * image-mode.el (image-mode-fit-frame): New command.
4321
4322 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4323 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4324 (keyboard-escape-quit): Check region-active-p i.s.o
4325 transient-mark-mode.
4326
4327 2008-04-02 Simon Josefsson <simon@josefsson.org>
4328
4329 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4330 (imap-message-copyuid-1): Use it.
4331 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
4332 J. Williams in
4333 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4334
4335 2008-04-02 Alan Mackenzie <acm@muc.de>
4336
4337 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4338 New optimised functions to get the name of the current defun/macro.
4339
4340 * add-log.el (add-log-current-defun): Move the functionality which
4341 gets the current function name for C like modes to cc-cmds.el,
4342 thus optimising for speed.
4343
4344 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * simple.el (deactivate-mark): When the mark is temporarily
4347 active, restore the original value of transient-mark-mode.
4348 (set-mark-command): First deactivate the mark if was temporarily active.
4349 (exchange-point-and-mark): Reactivate the mark if it was
4350 temporarily active.
4351 (handle-shift-selection): New fun.
4352 (transient-mark-mode): Move var documentation here from buffer.c.
4353 (next-line, previous-line, backward-word, move-end-of-line)
4354 (move-beginning-of-line, forward-to-indentation)
4355 (backward-to-indentation, back-to-indentation)
4356 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4357
4358 * mouse.el (mouse-set-region-1): Save the old value of
4359 transient-mark-mode.
4360 (mouse-drag-track): Ignore the now-obsolete value `identity' for
4361 transient-mark-mode.
4362
4363 * textmodes/paragraphs.el (forward-paragraph)
4364 (backward-paragraph, forward-sentence, backward-sentence): Add ^
4365 interactive spec.
4366
4367 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4368
4369 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * net/tramp.el (tramp-make-tramp-temp-file):
4372 Use `tramp-drop-volume-letter' for the local file name part.
4373
4374 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4375
4376 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
4377 Add menu entries corresponding to all the key bindings.
4378
4379 * emacs-lisp/debug.el (debugger-mode-map):
4380 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4381 (conf-align-assignments): Only work on the region if it is active.
4382 (conf-quote-normal): Use when instead of if. Remove redundant test.
4383
4384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4385 for tracing and re-builder.
4386
4387 2008-04-02 Glenn Morris <rgm@gnu.org>
4388
4389 * calendar/appt.el (appt-disp-window-function): Doc fix.
4390 (appt-display-message): Move beep before display.
4391 (appt-check): Make interactive. Reduce the number of lets.
4392 Use string-equal to compare mode-line strings.
4393 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
4394 read-only.
4395 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4396 (appt-delete): Simplify.
4397
4398 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4399
4400 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4401
4402 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4403 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4404 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4405
4406 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4407 (calendar-holiday-marker, mark-visible-calendar-date):
4408 * calendar/diary-lib.el (fancy-diary-display):
4409 Check for font-lock-mode before using faces.
4410
4411 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4412 (calendar-gregorian-from-absolute): Reduce the number of lets.
4413 (hebrew-holidays-4, generate-calendar-window): Simplify.
4414 (calendar-for-loop): Make obsolete.
4415 (calendar-nth-named-day): Doc fix.
4416
4417 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4418 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4419 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4420 Reduce the number of lets.
4421 (mark-sexp-diary-entries, calendar-mark-complex):
4422 Expand calendar-for-loops.
4423
4424 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * find-dired.el (find-dired-filter): Fix last patch to handle
4427 multi-line process input. Pad link numbers too.
4428
4429 2008-04-01 Jari Aalto <jari.aalto@cante.net>
4430
4431 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4432
4433 2008-04-01 Jason Rumney <jasonr@gnu.org>
4434
4435 * international/characters.el (script-list): Add phonetic script,
4436 covering IPA (previously Latin), Phonetic Extensions and
4437 Phonetic Extensions Supplement (both previously unassigned).
4438
4439 * international/fontset.el (setup-default-fontset): Use unicode fonts
4440 that cover bopomofo script for bopomofo.
4441 Likewise for braille and mathematical.
4442 Use unicode scripts that cover the phonetic script for IPA.
4443
4444 2008-04-01 Johan Bockgård <bojohan@gnu.org>
4445
4446 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4447 return the assigned value.
4448
4449 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * abbrev.el (abbrev-mode): Use define-minor-mode.
4452
4453 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
4454 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4455 Use map-keymap.
4456 (minor-mode-menu-from-indicator): Use it. Simplify.
4457
4458 * bindings.el (mode-line-mode-menu): Move before (new) first use.
4459 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4460 Bind the key directly to the menu.
4461 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4462
4463 2008-04-01 Daiki Ueno <ueno@unixuser.org>
4464
4465 * epa.el (epa-decrypt-region): Explain the reason why this
4466 function should not be used in Lisp programs.
4467 (epa-decrypt-armor-in-region): Ditto.
4468 (epa-verify-region): Ditto.
4469 (epa-verify-cleartext-in-region): Ditto.
4470 (epa-sign-region): Ditto.
4471 (epa-encrypt-region): Ditto.
4472
4473 * epg.el (epg-start-receive-keys): Fix typo in docstring.
4474
4475 * epa.el (epa-select-keys): Show menu even if there is no key in
4476 GnuPG's keyring.
4477
4478 2008-04-01 Glenn Morris <rgm@gnu.org>
4479
4480 * calendar/calendar.el (calendar-make-temp-face): New function.
4481 (mark-visible-calendar-date):
4482 * calendar/diary-lib.el (fancy-diary-display): Use it.
4483
4484 * vc-hooks.el (vc-responsible-backend): Declare as function.
4485
4486 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4487 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4488 * calendar/cal-julian.el (holiday-julian): Use it.
4489
4490 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4491 (calendar-hebrew-date-is-visible-p): Extract some common code into
4492 separate function.
4493 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4494
4495 * calendar/cal-menu.el (cal-menu-holidays-menu):
4496 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4497 rather than obsolete alias.
4498
4499 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4500 for mark characters.
4501 (calendar-unmark): Unmark by removing all overlays, rather than
4502 redrawing.
4503 (calendar-starred-day): Remove.
4504 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
4505 (calendar-cursor-to-date): No need for special star handling now
4506 using overlays.
4507 (calendar-star-date): Use overlays.
4508
4509 * calendar/cal-french.el (calendar-goto-french-date):
4510 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4511 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4512 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4513 * calendar/cal-persia.el (calendar-persian-date-string):
4514 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4515 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4516 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4517 * calendar/solar.el (solar-equinoxes-solstices):
4518 Reduce nesting of some lets.
4519
4520 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4521 (calendar-goto-mayan-long-count-date): Simplify.
4522
4523 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4524 Simplify by using mapcar.
4525 (calendar-list-holidays): Return holiday-list.
4526 (list-holidays): Use let rather than let*. Remove un-needed locals
4527 `d', `never'.
4528 (calendar-check-holidays): Return result from dolist.
4529 (holiday-float): Use a single let*. Simplify if-and to and.
4530 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4531 single let*.
4532
4533 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
4534
4535 * calc/calc.el: Autoload `calc-yank'.
4536 (calc-mode-map): Add keybindings for `calc-yank'.
4537 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4538 assignments for `calc-yank'.
4539
4540 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4543 (vc-status-mark-buffer-changed): Handle the extra field.
4544
4545 * vc-bzr.el (vc-bzr-after-dir-status):
4546 * vc-cvs.el (vc-cvs-after-dir-status):
4547 * vc-hg.el (vc-hg-after-dir-status):
4548 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4549
4550 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * doc-view.el: Compute displayed pages first (in PDF).
4553 (doc-view-current-converter-processes): Rename from
4554 doc-view-current-converter-process. Update users.
4555 (doc-view-sentinel): Test buffer's liveness.
4556 (doc-view-pdf/ps->png-sentinel): Remove.
4557 (doc-view-start-process): New function.
4558 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4559 (doc-view-ps->pdf): Use it.
4560 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4561 New functions.
4562 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4563 (doc-view-mode): Kill the processes when leaving the mode.
4564
4565 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
4566
4567 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4568 Use `byte-compile-warning-types'. Add docstring.
4569
4570 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4573 (smerge-resolve): Add various resolution heuristics.
4574
4575 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4576 in 3-way conflicts.
4577
4578 2008-03-31 Glenn Morris <rgm@gnu.org>
4579
4580 * calendar/cal-bahai.el (diary-bahai-mark-entries):
4581 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4582 * calendar/cal-islam.el (mark-islamic-diary-entries):
4583 Fix argument order in call to diary-mark-entries-1.
4584
4585 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4586 pre-Bahai dates.
4587 (holiday-bahai): Use an algorithm actually relevant to this calendar
4588 system.
4589
4590 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4591
4592 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4593 Use and.
4594
4595 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4596 in the last fortnight in Julian October.
4597
4598 * calendar/calendar.el (increment-calendar-month): Optionally handle
4599 systems without 12 months per year.
4600
4601 (calendar-date-is-visible-p): Doc fix. Simplify.
4602
4603 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4604 from dolist.
4605
4606 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4609 (hi-lock-unload-function): New function.
4610
4611 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4614 overwriting when NEWNAME is a local file.
4615
4616 * net/trampver.el: Update release number.
4617
4618 2008-03-30 Alexandre Julliard <julliard@winehq.org>
4619
4620 * vc-git.el: Make vc-status display information about copies,
4621 renames and permission changes.
4622 (vc-git-extra-fileinfo): New defstruct.
4623 (vc-git-escape-file-name, vc-git-file-type-as-string)
4624 (vc-git-rename-as-string, vc-git-permissions-as-string)
4625 (vc-git-status-printer): New functions.
4626 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4627 (vc-git-after-dir-status-stage1): Look for copies, renames and
4628 permission changes.
4629 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4630 (vc-git-dir-status): Ask for staged files and renames.
4631
4632 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4633
4634 * vc.el: Allow backends to display backend specific information in
4635 the vc-status listing.
4636 (vc-status-fileinfo): Add a field for backend specific information.
4637 (vc-status-printer): Rename to ...
4638 (vc-default-status-printer): ... this.
4639 (vc-status-printer): New function.
4640 (vc-update-vc-status-buffer): Set the backend specific file info
4641 if provided.
4642
4643 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * textmodes/remember.el (remember-diary-convert-entry): Revert last
4646 change (ill-conceived).
4647
4648 2008-03-29 Glenn Morris <rgm@gnu.org>
4649
4650 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4651 * calendar/cal-julian.el (holiday-julian): Simplify.
4652
4653 * calendar/holidays.el (list-holidays): Use or.
4654
4655 2008-03-29 Juri Linkov <juri@jurta.org>
4656
4657 * window.el (split-window-preferred-horizontally): New function.
4658
4659 * cus-start.el (split-window-preferred-function):
4660 Set choice for "vertically" to nil instead of split-window.
4661 Set choice for "horizontally" to split-window-preferred-horizontally
4662 instead of lambda.
4663
4664 2008-03-29 Juri Linkov <juri@jurta.org>
4665
4666 * simple.el (minibuffer-default-add-function): New variable with
4667 the default to minibuffer-default-add-completions.
4668 (minibuffer-default-add-done): New variable. Make it buffer-local.
4669 (minibuffer-default-add-completions): New function.
4670 (goto-history-element): Set minibuffer-default-add-done to t and
4671 call a function in minibuffer-default-add-function when the
4672 specified absolute history position is greater than the length of
4673 the minibuffer-default list and minibuffer-default-add-done is nil.
4674 Change "^End of history; no next item$" to "^End of defaults;
4675 no next item$".
4676
4677 * bindings.el (debug-ignored-errors): Change "^End of history;
4678 no next item$" to "^End of defaults; no next item$".
4679
4680 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4683
4684 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4685 to with-no-warnings.
4686
4687 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
4688
4689 Sync with Tramp 2.1.13.
4690
4691 * net/tramp-ftp.el: Require 'cl when byte-compiling.
4692
4693 * net/trampver.el: Update release number.
4694
4695 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4696
4697 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4698 the current backend.
4699
4700 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4701 (vc-status-refresh): Create a temporary buffer and call the
4702 `dir-status' backend function from that buffer.
4703
4704 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4705 (vc-bzr-after-dir-status): Don't kill the buffer.
4706
4707 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4708 (vc-cvs-after-dir-status): Don't kill the buffer.
4709
4710 * vc-git.el (vc-git-dir-status): Don't create a buffer.
4711 (vc-git-after-dir-status-stage2): Don't kill the buffer.
4712
4713 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4714 (vc-hg-after-dir-status): Don't kill the buffer.
4715
4716 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4717 (vc-svn-after-dir-status): Don't kill the buffer.
4718
4719 2008-03-29 Glenn Morris <rgm@gnu.org>
4720
4721 * calendar/calendar.el (diary-file, american-date-diary-pattern)
4722 (european-date-diary-pattern, european-calendar-display-form)
4723 (american-calendar-display-form, diary-display-hook): Doc fixes.
4724 (european-calendar-style): Doc fix. Use calendar-set-date-style for
4725 custom :set. Mark as obsolete.
4726 (calendar-date-style, iso-date-diary-pattern)
4727 (iso-calendar-display-form): New user variables.
4728 (diary-date-forms, calendar-date-display-form): Set using
4729 calendar-date-style. Doc fix.
4730 (calendar-set-date-style): New command.
4731 (european-calendar, american-calendar): Use calendar-set-date-style.
4732 Mark as obsolete.
4733
4734 * calendar/diary-lib.el (number): Move declaration where needed.
4735 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
4736 (diary-make-date): New function.
4737 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
4738 Use diary-make-date.
4739 (diary-date-display-form, diary-insert-entry-1): New functions.
4740 (insert-monthly-diary-entry, insert-yearly-diary-entry):
4741 Use diary-insert-entry-1.
4742 (insert-anniversary-diary-entry, insert-block-diary-entry)
4743 (insert-cyclic-diary-entry): Use diary-date-display-form.
4744
4745 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4746 Autoload diary-insert-entry-1.
4747 * calendar/cal-bahai.el (diary-bahai-insert-entry)
4748 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4749 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
4750 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
4751 * calendar/cal-islam.el (insert-islamic-diary-entry)
4752 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
4753 Use diary-insert-entry-1.
4754
4755 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
4756 (diary-yahrzeit): Doc fix. Use diary-make-date.
4757
4758 * calendar/icalendar.el (icalendar--datetime-to-american-date):
4759 New name for icalendar--datetime-to-noneuropean-date. Make old name
4760 obsolete alias.
4761 (icalendar--datetime-to-iso-date): New function.
4762 (icalendar--datetime-to-diary-date): Doc fix. Respect
4763 calendar-date-style if bound.
4764
4765 * textmodes/remember.el (remember-diary-convert-entry):
4766 Respect calendar-date-style if bound.
4767
4768 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
4771 (xterm-mouse-handle-delete-frame): Delete.
4772
4773 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
4774 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
4775 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
4776 in xterm-modify-other-keys-terminal-list.
4777
4778 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
4779 are conflicts.
4780
4781 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4782
4783 * vc.el (vc-update): Check if the buffer is unsaved only if it
4784 actually exists.
4785 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
4786 vc-print-log.
4787
4788 2008-03-28 Magnus Henoch <mange@freemail.hu>
4789
4790 * net/dns.el (dns-write): Use set-buffer-multibyte.
4791
4792 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * vc-bzr.el (vc-bzr-sha1): New fun.
4795 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
4796 (vc-bzr-registered): Use it.
4797
4798 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4799
4800 * vc.el (vc-status-kill-dir-status-process): Simplify.
4801 (vc-status-refresh): Make sure the buffer is live.
4802 (ring): Don't require it, not used.
4803
4804 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
4805
4806 * progmodes/verilog-mode.el (verilog-auto-inout-module):
4807 Add optional regular expression to AUTOINOUTMODULE.
4808 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
4809 (verilog-auto-inst-param, verilog-auto-reg)
4810 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
4811 (verilog-auto-output-every, verilog-auto-input)
4812 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
4813 (verilog-auto-unused, verilog-auto): Update documentation to use
4814 more obvious instance module names versus cell names.
4815
4816 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
4817
4818 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
4819 kill if a process is running.
4820
4821 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
4822
4823 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4824
4825 * vc.el: Add new backend function 'status-extra-headers.
4826 (vc-default-status-extra-headers): New function.
4827 (vc-status-headers): Call 'status-extra-headers. Add colors.
4828
4829 * vc-git.el (vc-git-status-extra-headers): New function.
4830
4831 2008-03-28 Glenn Morris <rgm@gnu.org>
4832
4833 * calendar/cal-menu.el (cal-menu-holidays-menu)
4834 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
4835 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
4836 holiday-list is optional.
4837 (calendar-mouse-holidays): Remove un-needed local `l'.
4838
4839 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4840 Remove un-needed local `date'.
4841 (calendar-cursor-to-visible-date): Use let rather than let*.
4842 Remove un-needed local `first-of-month-weekday'.
4843
4844 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
4845
4846 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
4847 Doc fixes.
4848 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
4849 (diary-header-line-flag, diary-header-line-format): Declare.
4850 (diary-pull-attrs): Check for multiple matches.
4851 (diary-list-entries-2): Simplify finding start of date.
4852 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
4853 pop-up-frames.
4854 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
4855 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
4856
4857 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
4860
4861 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
4862
4863 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
4866
4867 * image-mode.el (image-mode-reapply-winprops): Fix last change.
4868
4869 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4870
4871 * international/mule-conf.el (define-iso-single-byte-charset):
4872 Don't make latin-iso8859-* supplementary.
4873 (#'set-charset-priority): Don't change the priority of charsets
4874 `unicode' and `emacs'.
4875
4876 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
4879 temp buffer.
4880
4881 2008-03-27 Glenn Morris <rgm@gnu.org>
4882
4883 * calendar/cal-bahai.el (diary-bahai-list-entries):
4884 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
4885 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
4886
4887 * calendar/calendar.el (diary-file): Doc fix.
4888
4889 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
4890 (list-diary-entries-hook, mark-diary-entries-hook)
4891 (include-other-diary-files, diary-mail-entries)
4892 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
4893 (diary-set-header): New function.
4894 (diary-header-line-flag, diary-header-line-format):
4895 Use diary-set-header for custom :set function.
4896 (diary-set-maybe-redraw): Use symbol-value rather than eval.
4897 (diary-attrtype-convert): Use intern-soft rather than read.
4898 (diary-display-no-entries): New function.
4899 (simple-diary-display, fancy-diary-display): Use it.
4900 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
4901 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
4902
4903 * calendar/holidays.el (list-holidays): Doc fix.
4904
4905 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
4906
4907 * calc/calc-store.el (calc-read-var-name-history): New variable.
4908 (calc-read-var-name): Use `calc-read-var-name-history'.
4909
4910 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * image-mode.el (image-mode-reapply-winprops): Simplify now that
4913 window-configuration-change-hook works buffer-locally.
4914
4915 2008-03-26 Johan Bockgård <bojohan@gnu.org>
4916
4917 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
4918 for Emacs Lisp, not Lisp.
4919
4920 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * help-fns.el (describe-function-1, describe-variable):
4923 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
4924
4925 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
4926 replacement is provided, don't print "use nil instead".
4927
4928 2008-03-26 Johan Bockgård <bojohan@gnu.org>
4929
4930 * complete.el (PC-do-completion): Use regexp-quote.
4931
4932 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4933
4934 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
4935 Detect missing files.
4936
4937 * vc-git.el (vc-git-extra-menu-map): New key map.
4938 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
4939 New functions.
4940
4941 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
4942 and 'missing files.
4943
4944 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * calendar/holidays.el (list-holidays): Make Y2 optional.
4947
4948 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
4949 buffers shown to the user.
4950 (appt-disp-window): Disable undo explicitly now that the leading space
4951 is gone.
4952
4953 * simple.el (activate-mark): New function.
4954 (set-mark-command): Use it with region-active-p to clean up the code.
4955 (exchange-point-and-mark): Invert the meaning of C-u when
4956 transient-mark-mode is active.
4957
4958 * dired-aux.el (dired-create-files): Use dolist.
4959
4960 * bindings.el (mode-line-change-eol): Use with-selected-window.
4961
4962 * apropos.el (apropos-command): Include macros.
4963
4964 2008-03-26 Glenn Morris <rgm@gnu.org>
4965
4966 * calendar/cal-bahai.el: Require calendar, not cal-julian.
4967 (calendar-bahai-epoch): Doc fix.
4968
4969 * calendar/cal-china.el: Explicitly require calendar.
4970
4971 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
4972 Require calendar rather than cal-julian.
4973 Autoload calendar-absolute-from-julian.
4974 * calendar/cal-coptic.el (coptic-calendar-epoch):
4975 * calendar/cal-islam.el (calendar-islamic-epoch):
4976 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
4977
4978 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
4979
4980 * calendar/cal-dst.el: Don't require cal-persia.
4981 (calendar-absolute-from-persian): Autoload it.
4982 (dst-adjust-time): Doc fix.
4983
4984 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
4985 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
4986 calendar.
4987
4988 * calendar/cal-menu.el: Require calendar rather than declaring
4989 functions.
4990 * calendar/calendar.el: Provide calendar before requiring cal-menu.
4991
4992 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
4993 calendar-after-frame-setup-hooks. Update callers, make old name an
4994 obsolete alias. Doc fix.
4995 (calendar-frame-1): Doc fix.
4996
4997 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
4998
4999 * calendar/calendar.el (oriental-holidays, solar-holidays):
5000 * calendar/holidays.el (list-holidays): Assume atan always bound.
5001
5002 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5003 Explicitly require calendar, not cal-julian.
5004 * calendar/lunar.el: Explicitly require cal-dst.
5005
5006 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5009
5010 * help-fns.el (describe-function-1, describe-variable): If no
5011 replacement is provided, don't print "use nil instead".
5012
5013 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5014
5015 * proced.el: New file.
5016
5017 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5018
5019 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5020
5021 2008-03-25 Juri Linkov <juri@jurta.org>
5022
5023 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5024 in battery-mode-line-format.
5025
5026 * bindings.el (minibuffer-local-map): For the command
5027 file-cache-minibuffer-complete replace keymap minibuffer-local-map
5028 with map which is already locally bound to minibuffer-local-map.
5029
5030 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5033 Remove `sort-first' argument.
5034
5035 * subr.el (redisplay-end-trigger-functions)
5036 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5037 (process-filter-multibyte-p, set-process-filter-multibyte):
5038 Mark as obsolete.
5039
5040 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5043 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5044 use the LOCAL arg of `add-hook'.
5045 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5046 Remove spurious * from defcustom docstrings.
5047 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5048 Fix typos in messages.
5049 (reb-mode-buffer-p): New function.
5050 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5051 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5052 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5053 (reb-update-overlays): Use `unless', `when'.
5054 (re-builder-unload-function): New function.
5055
5056 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5057
5058 * vc-hooks.el (vc-state): Add documentation for 'missing.
5059
5060 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
5061
5062 * progmodes/verilog-mode.el (verilog-auto-output)
5063 (verilog-auto-input, verilog-auto-inout, verilog-auto)
5064 (verilog-delete-auto): Add optional regular expression to
5065 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5066 (verilog-signals-matching-regexp): New internal function for
5067 signal matching.
5068
5069 2008-03-25 Johan Bockgård <bojohan@gnu.org>
5070
5071 * info.el (Info-isearch-search): Always return point.
5072
5073 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * diff-mode.el (diff-remembered-defdir): New var.
5076 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5077
5078 2008-03-25 Glenn Morris <rgm@gnu.org>
5079
5080 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5081 calendar-bahai-prompt-for-date. Update callers, make old name an
5082 obsolete alias. Doc fix.
5083 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5084 coptic-prompt-for-date. Update callers, make old name an
5085 obsolete alias. Doc fix.
5086 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5087 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
5088 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5089 calendar-islamic-prompt-for-date. Update callers. Doc fix.
5090 * calendar/cal-iso.el (calendar-iso-read-date): New name for
5091 calendar-iso-read-args. Update callers, make old name an obsolete
5092 alias.
5093 * calendar/cal-persia.el (calendar-persian-read-date): New name for
5094 persian-prompt-for-date. Update callers, make old name an
5095 obsolete alias. Doc fix. Move definition before use.
5096
5097 * calendar/cal-x.el (diary-frame-parameters)
5098 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5099 (calendar-frame-1): Doc fixes.
5100 (make-fancy-diary-buffer): Remove declaration.
5101 (calendar-dedicate-diary): Replace call to deleted function
5102 make-fancy-diary-buffer.
5103 (calendar-frame-setup): New function.
5104 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5105 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5106 work, and mark as obsolete.
5107 (special-display-buffer-names): Don't mess with this; it's not our
5108 business.
5109 (cal-x-load-hook): Defvar it, and mark as obsolete.
5110
5111 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5112 Default to t. Add to 'calendar group.
5113 (calendar): Doc fix. Use calendar-frame-setup.
5114 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
5115 (generate-calendar-window): Doc fix.
5116
5117 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5120
5121 2008-03-24 Drew Adams <drew.adams@oracle.com>
5122
5123 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5124 New variables.
5125 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
5126 (finder-exit): Ignore errors rather than avoiding them.
5127 Kill *Finder-package* buffer also.
5128
5129 2008-03-24 Andreas Schwab <schwab@suse.de>
5130
5131 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5132
5133 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
5134
5135 * vc-hg.el (vc-hg-after-dir-status):
5136 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5137
5138 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5139 Detect removed files.
5140
5141 * vc.el (vc-status-printer): Use a different face for missing files.
5142 (vc-status-hide-up-to-date): Rename from
5143 vc-status-remove-up-to-date. Update all callers.
5144 (vc-status-mode-map): Bind C-m.
5145
5146 2008-03-24 Alexandre Julliard <julliard@winehq.org>
5147
5148 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5149 code ...
5150 (vc-git--state-code): ... to this new function.
5151 (vc-git-state): Use it.
5152
5153 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
5154
5155 * textmodes/remember.el (remember-mail-date)
5156 (remember-store-in-mailbox): Write date and From line in such a
5157 way that Mutt can read it.
5158
5159 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * simple.el (transient-mark-mode): Turn on by default.
5162
5163 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5164
5165 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5166 'unregistered for unregistered files.
5167
5168 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5169
5170 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5171
5172 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5173 subdirectories.
5174
5175 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5176 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5177 Add :enable for vc-status-refresh.
5178 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5179 (vc-status-tool-bar-map): Add binding for
5180 vc-status-kill-dir-status-process.
5181 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5182 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5183 Reset vc-status-process-buffer.
5184 (vc-status-refresh): Don't run two refreshes at a time.
5185 (vc-status): If the buffer is already in vc-status-mode only refresh.
5186 (vc-status-mark-buffer-changed): Add an optional file parameter.
5187 (vc-resynch-buffer): Use it.
5188 (vc-delete-file): Expand the file name before using it.
5189 Be careful to not create a new buffer with the old file contents.
5190 Update the VC state after performing the operation.
5191
5192 2008-03-23 Andreas Schwab <schwab@suse.de>
5193
5194 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5195 Fix radio button condition.
5196 [box]: Likewise.
5197 [customize]: Add radio button.
5198
5199 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
5200
5201 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5202 (calc-user-parse-tables, calc-gnuplot-default-device)
5203 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5204 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5205 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5206 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5207 (calc-undo-list, calc-redo-list, calc-main-buffer)
5208 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5209 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5210 (calc-said-hello, calc-executing-macro, calc-any-selections)
5211 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5212 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5213 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5214 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5215 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5216 (calc-create-buffer, calc-quit): Add docstrings.
5217
5218 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
5219
5220 * makefile.w32-in (WINS_ALMOST): Add org.
5221
5222 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5225 New functions to implement vc-status support.
5226
5227 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5228
5229 * vc.el (vc-status-prepare-status-buffer): New function.
5230 (vc-status): Use it.
5231
5232 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5233 appropriate.
5234
5235 2008-03-22 Alexandre Julliard <julliard@winehq.org>
5236
5237 * vc-git.el (vc-git--empty-db-p)
5238 (vc-git-after-dir-status-stage1-empty-db): New functions.
5239 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5240 Add support for empty repositories.
5241
5242 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5243
5244 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5245 Allow "^" in a version name.
5246
5247 * vc-mtn.el (vc-mtn-state): Support the added state.
5248
5249 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
5250
5251 * org: New directory for Org-mode.
5252
5253 * org/org-export-latex.el: Moved from lisp/texmodes.
5254
5255 * org/org-irc.el: Moved from lisp/texmodes.
5256
5257 * org/org-mac-message.el: Moved from lisp/texmodes.
5258
5259 * org/org-mouse.el: Moved from lisp/texmodes.
5260
5261 * org/org-publish.el: Moved from lisp/texmodes.
5262
5263 2008-03-21 Juri Linkov <juri@jurta.org>
5264
5265 * comint.el (comint-dynamic-simple-complete):
5266 Use variable `stub' for the second arg `common-substring'
5267 of `comint-dynamic-list-completions'.
5268 (comint-dynamic-list-filename-completions):
5269 Use variable `filenondir' for the second arg `common-substring'
5270 of `comint-dynamic-list-completions'.
5271 (comint-dynamic-list-completions): Add new optional arg
5272 `common-substring'. Add `common-substring' as the second arg of
5273 the call to `display-completion-list'. Doc fix.
5274
5275 * comint.el (comint-dynamic-complete-as-filename)
5276 (comint-dynamic-list-filename-completions)
5277 (comint-dynamic-simple-complete): Use `minibuffer-message'
5278 to display message "No completions of %s" when a command
5279 is called in the minibuffer.
5280 (comint-dynamic-simple-complete): Don't display other
5281 completion messages when a command is called in the minibuffer.
5282 (comint-dynamic-list-completions): Use `minibuffer-message'
5283 to display message " [Type space to flush ...]" when a command
5284 is called in the minibuffer.
5285
5286 * shell.el (shell-dynamic-complete-command)
5287 (shell-dynamic-complete-environment-variable): Don't display
5288 completion messages when command is called in the minibuffer.
5289
5290 * emacs-lisp/lisp.el (lisp-complete-symbol):
5291 Use `minibuffer-message' to display message "No completions of %s"
5292 when this command is called in the minibuffer.
5293
5294 * bindings.el (standard-mode-line-modes): Put special help-echo
5295 tooltip on recursive edit %[ %] mode-line constructs.
5296
5297 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5298 "^No dynamic expansion for .* found$" to allow error messages like
5299 "No dynamic expansion for \"%s\" found in this-buffer".
5300
5301 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5304 "psftp".
5305
5306 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5309 * vc.el (vc-default-dired-state-info): Use just "modified".
5310 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5311 (vc-cvs-mode-line-string): Make use of the better default.
5312 (vc-cvs-parse-entry): Use the new `added'.
5313 (vc-cvs-dired-state-info): Remove.
5314 * vc-svn.el (vc-svn-dired-state-info): Remove.
5315 * vc-hg.el (vc-hg-dired-state-info): Remove.
5316 * vc-git.el (vc-git-dired-state-info): Remove.
5317
5318 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5319
5320 * vc-git.el (vc-git-status-result): New variable.
5321 (vc-git-dir-status): Split out ...
5322 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5323 ... these new functions and work asynchronously.
5324
5325 2008-03-21 Alexandre Julliard <julliard@winehq.org>
5326
5327 * vc-git.el (vc-git-after-dir-status): Remove.
5328 (vc-git-dired-state-info): Reimplement.
5329
5330 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5331
5332 * replace.el (occur-mode-map): Add :help.
5333
5334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5335 for disassemble.
5336
5337 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5338 the 'added state.
5339 (vc-status-remove-up-to-date): New function.
5340 (vc-status-mode-map, vc-status-menu-map): Bind it.
5341 (vc-status-printer): Use a different face up-to-date files.
5342 (vc-resynch-buffer): Update the vc-status buffer if it exists.
5343 (Todo): Remove solved entries.
5344
5345 * vc-hg.el (vc-hg-state):
5346 * vc-git.el (vc-git-state):
5347 * vc-cvs.el (vc-cvs-parse-status):
5348 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5349 state.
5350
5351 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * progmodes/compile.el (compile):
5354 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5355
5356 * simple.el (minibuffer-local-shell-command-map): New var.
5357 (minibuffer-complete-shell-command, read-shell-command): New funs.
5358 (shell-command, shell-command-on-region): Use them.
5359
5360 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5361
5362 * vc.el (vc-status-mark-buffer-changed): New function to implement
5363 updating of the *vc-status* buffer when a buffer is saved.
5364 (vc-status-mode): Use it for after-change-hook.
5365 (vc-add-to-vc-status-buffer): Rename to ...
5366 (vc-status-add-entry): ... this.
5367 (Todo): Add new entry.
5368
5369 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5372
5373 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5376 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5377 Remove spurious * from defcustom docstrings.
5378 (icomplete-compute-delay): Fix docstring and remove spurious *.
5379 (icomplete-delay-completions-threshold): Fix typo in docstring and
5380 remove spurious *.
5381 (icomplete-completions): While collecting the list of prospective
5382 candidates, don't overshoot `icomplete-prospects-length'.
5383
5384 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5385
5386 * textmodes/refbib.el:
5387 * textmodes/reftex.el:
5388 * textmodes/reftex-global.el:
5389 * textmodes/reftex-vars.el:
5390 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5391 compiler pacifying defvars.
5392 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5393 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5394 not needed.
5395
5396 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
5397
5398 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5399 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5400 (verilog-customize, verilog-font-customize)
5401 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5402 (verilog-mode): Update documentation strings to match tool tips.
5403 (verilog-auto-search-do, verilog-auto-re-search-do)
5404 (verilog-skip-forward-comment-or-string): Fix verilog-auto
5405 expansion when a .* appears inside a string.
5406 (verilog-re-search-forward, verilog-re-search-backward):
5407 Add comment to recall how this works.
5408 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5409
5410 2008-03-20 Glenn Morris <rgm@gnu.org>
5411
5412 * calendar/calendar.el (calendar-other-dates): New function.
5413 (calendar-print-other-dates): Use calendar-other-dates.
5414 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5415 the declarations it replaces.
5416 (calendar-mouse-print-dates): Use calendar-other-dates.
5417
5418 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5419 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5420 (calendar-absolute-from-bahai): Fix the leap-year case.
5421 (calendar-bahai-from-absolute): Re-use the Gregorian month.
5422 (calendar-bahai-date-string, calendar-bahai-print-date):
5423 Handle pre-Bahai dates.
5424
5425 * calendar/cal-china.el (chinese-calendar-celestial-stem)
5426 (chinese-calendar-terrestrial-branch): Make defcustoms.
5427
5428 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5429 (calendar-mouse-view-diary-entries): Use or.
5430 (calendar-mouse-chinese-date): Remove unused command.
5431 (cal-menu-load-hook): Mark as obsolete.
5432
5433 * calendar/solar.el (calendar-location-name, calendar-latitude)
5434 (calendar-longitude, solar-arctan, sunrise-sunset)
5435 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5436
5437 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5438
5439 * calc/calc.el: Remove outdated comments.
5440 (defcalcmodevar, calc-mode-var-list-restore-default-values)
5441 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5442 Add docstrings.
5443
5444 2008-03-19 Jason Rumney <jasonr@gnu.org>
5445
5446 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5447
5448 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5449
5450 * net/tls.el (open-tls-stream): Reindent.
5451
5452 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
5453
5454 * net/tramp.el (tramp-let-maybe): Removed.
5455 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5456 It does not exist under XEmacs.
5457 (tramp-handle-file-truename, tramp-handle-expand-file-name)
5458 (tramp-completion-file-name-handler): Let-bind
5459 `directory-sep-char'.
5460
5461 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5462 `directory-sep-char'.
5463
5464 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * help-fns.el (describe-function-1): Don't signal "missing arglist"
5467 for autoloaded keymaps.
5468
5469 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5470 (electric-verilog-terminate-line, verilog-in-struct-region-p)
5471 (verilog-backward-ws&directives, verilog-forward-ws&directives)
5472 (verilog-in-comment-p, verilog-in-star-comment-p)
5473 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5474 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5475 (verilog-skip-forward-comment-or-string, verilog-in-paren)
5476 (verilog-skip-forward-comment-p): Use it.
5477
5478 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
5479
5480 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5481 (org-remember-templates, org-time-stamp-rounding-minutes)
5482 (org-back-over-empty-lines, org-find-base-buffer-visiting)
5483 (org-columns-new): Fix typos in docstrings.
5484
5485 2008-03-19 Glenn Morris <rgm@gnu.org>
5486
5487 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5488 (tramp-handle-shell-command): Use condition-case rather than
5489 ignore-errors.
5490
5491 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5492
5493 * diff-mode.el (diff-header): Make the color louder.
5494 (diff-refine-change): Tone the color down.
5495
5496 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
5497
5498 * descr-text.el (describe-char): When `describe-char-unidata-list'
5499 is set to show all properties, list them in the right order.
5500
5501 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * international/mule.el (load-with-code-conversion): Avoid setting
5504 default-enable-multibyte-characters.
5505
5506 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
5507
5508 * vc.el (vc-annotate-background): Fix custom type.
5509
5510 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * descr-text.el (describe-char-unidata-list): Allow specifying
5513 just all properties.
5514 (describe-char): Handle that new value.
5515
5516 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5517
5518 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5519
5520 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5521 instead of file name extension to make docs with uncommon
5522 extensions work.
5523
5524 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5525
5526 * doc-view.el (require): Require cl at compile time because
5527 `assert' needs it.
5528
5529 2008-03-18 Glenn Morris <rgm@gnu.org>
5530
5531 * calendar/calendar.el (initial-calendar-window-hook)
5532 (today-visible-calendar-hook): Doc fixes.
5533
5534 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
5535
5536 * net/tramp.el (tramp-root-regexp): Simplify.
5537 (tramp-completion-file-name-regexp-separate): Don't insist on
5538 leading "[". This prevents method or user or host completion.
5539 (tramp-let-maybe): Autoload it.
5540 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
5541 is an alias for `identity'.
5542 (tramp-handle-write-region): Protect `last-coding-system-used'
5543 over the trailing statements.
5544 (tramp-completion-file-name-handler-post-function): Remove.
5545 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5546 instead of calling `tramp-drop-volume-letter'.
5547
5548 * net/tramp.el:
5549 * net/tramp-uu.el:
5550 * net/trampver.el: Move coding cookie at the end.
5551
5552 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5555 elements which may be something else than characters.
5556
5557 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
5558
5559 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5560 New functions to implement vc-status support.
5561
5562 * vc.el (vc-default-extra-status-menu)
5563 (vc-add-to-vc-status-buffer): New functions.
5564
5565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5566 for eldoc and ielm.
5567
5568 2008-03-17 Glenn Morris <rgm@gnu.org>
5569
5570 * calendar/cal-x.el (diary-frame-parameters)
5571 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5572 Fix custom type; add options.
5573 (calendar-frame, diary-frame): Doc fixes.
5574 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5575 new functions.
5576 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5577 Use calendar-frame-1 and calendar-dedicate-diary.
5578 (calendar-one-frame-setup): Also handle only-one-frame case.
5579 (calendar-only-one-frame-setup): Doc fix. Just call
5580 calendar-one-frame-setup.
5581
5582 * calendar/diary-lib.el: Re-order some definitions before their use.
5583 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5584 (diary-list-entries): Doc fixes.
5585 (make-fancy-diary-display): Remove function.
5586
5587 * calendar/calendar.el (calendar-today-marker)
5588 (initial-calendar-window-hook, today-visible-calendar-hook)
5589 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5590 (calendar-star-date, calendar-mark-today): Doc fixes.
5591 (today-visible-calendar-hook): Add options.
5592 (calendar-in-read-only-buffer): New macro.
5593 (calendar-basic-setup): Adapt for change in calendar-read-date.
5594 Place holiday let inside if.
5595 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5596 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5597 (calendar-print-other-dates): Use one let rather than many.
5598
5599 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5600 (calendar-print-other-dates):
5601 * calendar/cal-hebrew.el (list-yahrzeit-dates):
5602 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5603 * calendar/holidays.el (calendar-list-holidays, list-holidays)
5604 (calendar-cursor-holidays):
5605 * calendar/lunar.el (calendar-phases-of-moon): Use
5606 calendar-in-read-only-buffer to replace previous code and disable undo.
5607
5608 2008-03-16 Juri Linkov <juri@jurta.org>
5609
5610 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5611 and regexp-search-ring-yank-pointer for the HISTPOS argument of
5612 read-from-minibuffer to provide the correct initial minibuffer
5613 history position in isearch-edit-string when it is called from
5614 isearch-ring-adjust.
5615
5616 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5617 to check if the current buffer is the minibuffer, and in this case
5618 call abort-recursive-edit to kill the minibuffer. Doc fix.
5619 (kill-this-buffer-enabled-p): Allow this function to return non-nil
5620 when the current buffer is the minibuffer.
5621
5622 * simple.el (goto-line): Leave mark at previous position. Doc fix.
5623
5624 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
5625
5626 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5627 Use non-nil PARENTS attribute of make-directory instead of
5628 explicitly checking existence the current cache directory.
5629
5630 2008-03-16 Daiki Ueno <ueno@unixuser.org>
5631
5632 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5633 M-x epa-file-select-keys.
5634
5635 2008-03-16 Kenichi Handa <handa@m17n.org>
5636
5637 * international/mule.el (auto-coding-alist):
5638 Use no-conversion-multibyte for archive files.
5639
5640 2008-03-16 Glenn Morris <rgm@gnu.org>
5641
5642 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5643 New functions.
5644 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5645 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5646 Use calendar-mark-1.
5647 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5648 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5649 Use calendar-mark-complex.
5650 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5651 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5652 Use calendar-mark-1.
5653
5654 * calendar/calendar.el (calendar-mod): Remove.
5655 * calendar/cal-china.el (calendar-chinese-from-absolute)
5656 (calendar-chinese-date-string): Expand calendar-mod calls.
5657 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5658 Expand calendar-mod calls.
5659
5660 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5661 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5662 (diary-bahai-insert-yearly-entry): Use let rather than let*.
5663 Move obsolete aliases after the functions that replaced them.
5664
5665 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5666 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5667 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5668 Use let rather than let*.
5669 (calendar-hebrew-prompt-for-date): New function.
5670 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5671 (holiday-tisha-b-av-etc): Use unless, let.
5672
5673 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5674 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5675
5676 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5677
5678 * calendar/calendar.el (calendar-for-loop): Add indent spec.
5679
5680 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5681 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5682 than concat.
5683 (diary): Remove un-needed let.
5684 (view-other-diary-entries): Rename argument.
5685 (diary-list-entries-2): New function.
5686 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5687 (print-diary-entries): Use unless.
5688 (diary-mark-entries-1): Change argument order, make all but
5689 markfunc optional. Handle the standard (Gregorian) case.
5690 Use match-string-no-properties. Handle marks.
5691 (mark-diary-entries): Use diary-mark-entries-1.
5692 (diary-font-lock-keywords-1): New macro.
5693 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5694
5695 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
5696
5697 * icalendar.el (icalendar-version): Increase to 0.18.
5698 (icalendar-export-hidden-diary-entries): New variable.
5699 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5700 In case of error, insert full error-val.
5701 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
5702 Use calendar-day-of-week. Return the day number.
5703 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5704
5705 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
5706
5707 * icalendar.el (icalendar-recurring-start-year): New variable.
5708 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5709 (icalendar-export-region): Ignore hidden diary entries.
5710 (icalendar--convert-ordinary-to-ical): Fix case where event
5711 spans across midnight boundary.
5712 (icalendar-first-weekday-of-year): New function.
5713 (icalendar--convert-weekly-to-ical): Allow user-selectable start
5714 year for recurring events (Mozilla calendars do not propagate
5715 recurring events forever, so year 2000 start date was not working).
5716 (icalendar--convert-yearly-to-ical): Remove extra spaces in
5717 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5718
5719 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
5720
5721 * net/tramp.el (tramp-root-regexp): New defconst.
5722 (tramp-completion-file-name-regexp-unified)
5723 (tramp-completion-file-name-regexp-separate)
5724 (tramp-completion-file-name-regexp-url): Use it.
5725 (tramp-do-copy-or-rename-file-via-buffer):
5726 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
5727 t for `insert-file-contents-literally'.
5728 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5729 Autoload it.
5730 (tramp-completion-file-name-handler-post-function): New defconst.
5731 (tramp-completion-file-name-handler): Use it.
5732 (tramp-maybe-open-connection): Update calls to
5733 `tramp-flush-connection-property' for removed 2nd argument.
5734
5735 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
5738 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
5739 New functions.
5740
5741 2008-03-15 Glenn Morris <rgm@gnu.org>
5742
5743 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
5744 New functions.
5745 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
5746 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5747 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5748 (diary-bahai-list-entries): Use diary-list-entries-1.
5749 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
5750 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
5751 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5752 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5753 (list-hebrew-diary-entries): Use diary-list-entries-1.
5754 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
5755 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
5756 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5757 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5758 (list-islamic-diary-entries): Use diary-list-entries-1.
5759 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
5760
5761 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
5762
5763 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
5764
5765 * calendar/cal-china.el (number-chinese-months)
5766 (calendar-chinese-from-absolute): Use nth, caar.
5767
5768 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
5769
5770 * calendar/cal-french.el (french-calendar-accents): Doc fix.
5771
5772 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
5773 (calendar-hebrew-month-name-array-leap-year)
5774 (hebrew-calendar-parashiot-names): Make constants.
5775 (diary-parasha): Move definition after constants it uses.
5776
5777 * calendar/cal-html.el (cal-html-insert-link-yearpage)
5778 (cal-html-htmlify-list): Doc fix.
5779 (cal-html-htmlify-entry): Use nth.
5780
5781 * calendar/cal-islam.el (calendar-islamic-month-name-array)
5782 (calendar-islamic-epoch): Make constants.
5783 (calendar-islamic-epoch): Doc fix.
5784
5785 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
5786
5787 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
5788 (cal-tex-month-name): Doc fix.
5789 (cal-tex-last-blank-p): Use zerop.
5790
5791 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
5792 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
5793 (calendar-cursor-to-date): Doc fix.
5794 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
5795 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
5796 (calendar-day-number): Use when.
5797 (generate-calendar-month): Use dotimes.
5798 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
5799 (calendar-set-mark): Reverse conditional.
5800 (calendar-make-alist): Move definition before use.
5801
5802 * calendar/diary-lib.el (diary-face-attrs)
5803 (diary-glob-file-regexp-prefix, diary-selective-display)
5804 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
5805 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
5806 (diary-anniversary, diary-cyclic)
5807 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
5808 (diary-header-line-format): Change wording.
5809 (diary-list-entries): Set `date-start' in let.
5810 (include-other-diary-files, mark-included-diary-files): Use format.
5811 (simple-diary-display, fancy-diary-display): Use cadr, unless.
5812 (mark-diary-entries): Use 1+.
5813 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
5814 (mark-calendar-month): Use dotimes.
5815
5816 * calendar/holidays.el (displayed-month, displayed-year):
5817 Move declarations where needed.
5818 (calendar-list-holidays): Doc fix.
5819
5820 * calendar/parse-time.el (parse-time-string): Simplify.
5821
5822 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
5823 Make constants.
5824 (solar-sunrise-sunset): Rename some local variables for clarity.
5825 (sunrise-sunset): Use zerop.
5826 (solar-mean-equinoxes/solstices): Doc fix.
5827
5828 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
5829 Use nth.
5830 (timeclock-completing-read, timeclock-generate-report): Use zerop.
5831 (timeclock-mean, timeclock-generate-report): Use dolist.
5832
5833 * calendar/todo-mode.el (todo-add-category): Simplify.
5834 (todo-more-important-p, todo-delete-item, todo-file-item):
5835 Use unless, when.
5836 (todo-top-priorities): Use zerop.
5837
5838 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * buff-menu.el (list-buffers-noselect): Display buffer name in
5841 tooltip instead of mouse binding when it doesn't fit in the list.
5842
5843 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5844
5845 * faces.el (xw-defined-colors):
5846 * simple.el (widget-convert, shell-mode): Declare as functions
5847 instead of autoloading.
5848
5849 * abbrev.el:
5850 * button.el:
5851 * cus-face.el:
5852 * ediff-hook.el:
5853 * emacs-lisp/backquote.el:
5854 * emacs-lisp/timer.el:
5855 * facemenu.el:
5856 * faces.el:
5857 * menu-bar.el:
5858 * simple.el:
5859 * subr.el:
5860 * textmodes/fill.el:
5861 * textmodes/paragraphs.el: Remove autoloads, redundant when the
5862 files are preloaded.
5863
5864 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * desktop.el (desktop-create-buffer): Don't catch errors if
5867 debug-on-error is set.
5868
5869 2008-03-14 Eli Zaretskii <eliz@gnu.org>
5870
5871 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5872 ($(lisp)/calendar/diary-loaddefs.el)
5873 ($(lisp)/calendar/hol-loaddefs.el): New targets.
5874 (LOADDEFS): New macro.
5875 (autoloads): Depend on $(LOADDEFS).
5876
5877 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5878
5879 * font-lock.el (featurep): Remove test, not useful anymore.
5880 (facemenu-keymap): Move key binding ...
5881 * facemenu.el (facemenu-keymap): ... here.
5882
5883 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
5884 for each file in the list.
5885 (vc-bzr-log-view-mode): Recognize the file marker.
5886
5887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5888 for checkdoc and profiling.
5889
5890 2008-03-14 Bastien Guerry <bzg@altern.org>
5891
5892 * textmodes/flyspell.el (nxml-mode): Add the right
5893 `flyspell-mode-predicate'.
5894
5895 * wid-edit.el (link): Use 'mouse-face for :follow-link.
5896
5897 2008-03-14 Glenn Morris <rgm@gnu.org>
5898
5899 * calendar/solar.el: Reorder so that functions are defined before use.
5900 (displayed-month, displayed-year): Move declarations where needed.
5901 (solar-get-number): Move definition before use. Use unless.
5902 (solar-equatorial-coordinates): Simplify.
5903 (solar-sunrise-and-sunset): Use let rather than let*.
5904 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
5905
5906 * startup.el (command-line-1): Rename -internal-script back to
5907 -scriptload (reverts previous change).
5908
5909 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5910 (calendar-bahai-leap-base): Add doc strings.
5911 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
5912 Move definition before use.
5913 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
5914 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
5915 variables outside the loop. Use dolist.
5916 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
5917
5918 * calendar/cal-china.el: Re-order so that functions are defined before
5919 use.
5920 (displayed-month, displayed-year): Move declarations where needed.
5921 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
5922 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5923 Add doc strings.
5924 (chinese-year-cache): Recenter on 2010. Doc fix.
5925 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
5926 Doc fix. Simplify.
5927 (chinese-year-cache-init): New function.
5928 (compute-chinese-year, holiday-chinese-new-year)
5929 (calendar-chinese-date-string, calendar-goto-chinese-date)
5930 (make-chinese-month-assoc-list): Use cadr, nth.
5931 (chinese-months): Remove un-needed let.
5932
5933 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
5934 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
5935 (coptic-prompt-for-date): Move definition before use.
5936
5937 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
5938 (calendar-dst-find-data, calendar-daylight-time-offset)
5939 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5940 (calendar-daylight-savings-starts-time)
5941 (calendar-daylight-savings-ends-time): Use cadr, nth.
5942
5943 * calendar/cal-french.el (french-calendar-epoch)
5944 (calendar-goto-french-date): Doc fix.
5945 (french-calendar-month-name-array)
5946 (french-calendar-multibyte-month-name-array)
5947 (french-calendar-day-name-array, french-calendar-special-days-array):
5948 Add doc strings.
5949
5950 * calendar/cal-hebrew.el (displayed-month, displayed-year)
5951 (original-date): Move declarations where needed.
5952 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
5953 Doc fix.
5954 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
5955 constant variables outside the loop. Use dolist.
5956
5957 * calendar/cal-islam.el (displayed-month, displayed-year)
5958 (original-date): Move declarations where needed.
5959 (islamic-calendar-day-number): Remove unused local variable `day'.
5960 (calendar-goto-islamic-date): Doc fix.
5961 (holiday-islamic): Use unless.
5962 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
5963 constant variables outside the loop. Use dolist.
5964 (mark-islamic-calendar-date-pattern): Move definition before use.
5965 Use unless.
5966 (mark-islamic-diary-entries): Doc fix.
5967 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5968 (insert-yearly-islamic-diary-entry): Use let rather than let*.
5969
5970 * calendar/cal-julian.el (calendar-absolute-from-julian):
5971 Move definition before use. Remove un-needed local `day'.
5972 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
5973
5974 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
5975 (calendar-mayan-tzolkin-names-array): Add doc strings.
5976 (calendar-mayan-long-count-from-absolute): Use a single let.
5977 (calendar-string-to-mayan-long-count): Simplify.
5978 (calendar-next-haab-date, calendar-previous-haab-date)
5979 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
5980 (calendar-previous-calendar-round-date)
5981 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
5982 Doc fix.
5983 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
5984 (calendar-mayan-date-string, calendar-print-mayan-date)
5985 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5986 (calendar-mayan-long-count-common-era): Move definitions before use.
5987
5988 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
5989 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
5990 Doc fix.
5991 (calendar-mouse-goto-date): Move definition before use.
5992
5993 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
5994 Move definition before use.
5995 (calendar-cursor-to-visible-date): Move definition before use.
5996 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
5997 and place inside the conditional.
5998 (calendar-forward-day): Simplify.
5999 (calendar-end-of-month): Use unless.
6000 (calendar-goto-day-of-year): Doc fix.
6001 Relocate obsolete aliases after their replacements.
6002
6003 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6004
6005 * calendar/diary-lib.el (mark-diary-entries): Move some constant
6006 variables outside the diary-date-forms loop.
6007
6008 * calendar/calendar.el (diary-file): Doc fix.
6009 (calendar-buffer-list): Return buffers rather than strings (fixes
6010 previous change).
6011 (hebrew-holidays-4): Fix typo.
6012
6013 * calendar/holidays.el (displayed-month, displayed-year):
6014 Move declarations where needed.
6015 (calendar-holiday-list, calendar-list-holidays)
6016 (holiday-filter-visible-calendar): Move definitions before use.
6017 (list-holidays): Use cadr.
6018 Relocate obsolete aliases after their replacements.
6019
6020 * calendar/lunar.el (date, displayed-month, displayed-year):
6021 Move declarations where needed.
6022 (lunar-phase-list): Move definition after functions it uses.
6023 (calendar-phases-of-moon, diary-phases-of-moon)
6024 (lunar-new-moon-on-or-after): Use cadr, nth.
6025 (lunar-new-moon-on-or-after): Doc fix.
6026
6027 * textmodes/org-irc.el (top-level): CL not required when compiling.
6028 (org-irc-visit-erc): Replace runtime CL functions.
6029
6030 * textmodes/org-publish.el (declare-function): Add compatibility stub.
6031 (org-publish-delete-dups): Declare as function.
6032
6033 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6034
6035 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6036 (vc-bzr-show-log-entry): Make regexp match more cases.
6037 (vc-diff-switches-list): Remove autoload, not needed.
6038
6039 2008-03-14 Juri Linkov <juri@jurta.org>
6040
6041 * isearch.el (isearch-edit-string): Remove one call to
6042 `isearch-push-state' not to push an inconsistent state,
6043 but keep another correct call to `isearch-push-state'.
6044 (isearch-ring-adjust): Call `isearch-push-state' only when
6045 `search-ring-update' is non-nil since `isearch-edit-string'
6046 already pushes its state.
6047 (isearch-message): Improve matching the failed part by checking
6048 if the original message starts with the last successful message.
6049
6050 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
6051 (dired-perm-write): Rename from `dired-warn-writable'.
6052 Change parent face from `font-lock-warning-face' to
6053 `font-lock-comment-delimiter-face'.
6054 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
6055 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
6056 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6057 with `dired-perm-write-face'.
6058
6059 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
6060
6061 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6062 Create cache dir only if it doesn't already exist.
6063
6064 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6067 of \ and '.
6068
6069 2008-03-13 Johan Bockgård <bojohan@gnu.org>
6070
6071 * net/browse-url.el (browse-url-text-xterm):
6072 Unquote browse-url-text-browser.
6073
6074 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
6075
6076 * textmodes/org-mouse.el: Version number change.
6077
6078 * textmodes/org-publish.el (org-publish-expand-components):
6079 Remove null projects from the list of components.
6080 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6081 Remove unused retrieval of the :publishing-directory property.
6082 (org-publish-file): Bugfix: when using a relative directory as the
6083 publishing directory, convert it to a directory filename.
6084 (org-publish-project): New alias.
6085 (org-publish-get-files): Protect against empty p.
6086 (org-publish-file): Send an error when file is not part of any project.
6087 (org-publish-file): Offer to refresh the list of files in known
6088 project when the current file is not part of any project.
6089 (org-publish-before-export-hook)
6090 (org-publish-after-export-hook): New hooks.
6091 (org-publish-org-to): Use new hooks and kill buffers.
6092 (org-publish-file): Remove the code for killing buffers.
6093 (org-publish-initialize-files-alist): Use interactive.
6094 (org-publish-file): If the publishing function creates a new
6095 buffer, kill it after publishing.
6096 (org-publish-timestamp-filename): Protect ":" in file name path
6097 under windows.
6098
6099 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6100 change that killed the LaTeX buffer.
6101
6102 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6103 in the decision tree.
6104 (org-select-remember-template): Clean the code.
6105 (org-prepare-dblock): Add the extra :content parameter.
6106 (org-write-agenda): New output type ".ics" files.
6107 (org-write-agenda): Call `org-icalendar-verify-function', both for
6108 time stamps and for TODO entries.
6109 (org-agenda-collect-markers, org-create-marker-find-array)
6110 (org-check-agenda-marker-table): New functions.
6111 (org-agenda-marker-table): New variable.
6112 (org-export-as-html): Revert the change that killed the html
6113 buffer. Side effects first need to be studied carefully.
6114 (org-get-tags-at): Fix the structure of the condition-case statement.
6115 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6116 (org-timestamp-change): Fix regulear expressions to swallow the
6117 extra character for repeat-shift control.
6118 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
6119 (org-get-legal-level): Alias to `org-get-valid-level'.
6120 (org-dblock-write:clocktable): Add a :link parameter, linking
6121 headlines to their location in the Org agenda files.
6122 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6123 throwing an error when getting tags before headlines.
6124 (org-timestamp-change, org-modify-ts-extra)
6125 (org-ts-regexp1): Fix timestamp editing.
6126 (org-agenda-custom-commands-local-options): New constant.
6127 (org-agenda-custom-commands):
6128 Use `org-agenda-custom-commands-local-options' to improve customize
6129 type. "htmlize": Removed hack to fix face problem with htmlize,
6130 it no longer seem necessary.
6131 (org-follow-link-hook): New hook.
6132 (org-agenda-custom-commands): Add "Component" as a tag for each
6133 item in a command serie.
6134 (org-open-at-point): Run `org-follow-link-hook'.
6135 (org-agenda-schedule): Bugfix: don't display marker type when it
6136 is nil.
6137 (org-store-link): org-irc required.
6138 (org-set-regexps-and-options): Parse the new logging options.
6139 (org-extract-log-state-settings): New function.
6140 (org-todo): Handle the new ways of recording state change stuff.
6141 (org-local-logging): New function.
6142 (org-columns-open-link): Fix bug with opening link in column view.
6143 (org-local-logging): New function
6144 (org-todo): Make sure that LOGGING properties are honoured.
6145 (org-todo-keywords): Improve docstring.
6146 (org-startup-options): Cleanup startup options.
6147 (org-set-regexps-and-options): Process the "!" markers.
6148 (org-todo): Respect the new logging stuff.
6149 (org-log-note-how): New variable.
6150 (org-add-log-maybe): New parameter HOW that defines how logging
6151 should be done and also overrides PURPOSE. Add a docstring.
6152 (org-add-log-note): Check if we really need to ask for a note.
6153 (org-get-current-options): Digest the new keyword.
6154 (org-agenda-reset-markers): Rename from
6155 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
6156 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6157 function, without force argument.
6158 (org-buffer-property-keys): Bind local variables s and p.
6159 (org-make-tags-matcher): Allow "" to match an empty or
6160 non-existent property value.
6161 (org-export-as-html): Join unsorted lists when they directly
6162 follow each other. Such lists may be created by headlines that
6163 are converted to lists.
6164 (org-nofm-to-completion): New function.
6165 (org-export-as-html): Use :html-extension instead of
6166 org-export-html-extension.
6167 (org-store-link): Support for links from `rmail-summary-mode'.
6168 (org-columns-new, org-complete, org-set-property): Set the
6169 `include-columns' argument in the call to
6170 `org-buffer-property-keys'.
6171 (org-buffer-property-keys): New argument `include-columns', to
6172 include properties expected by any of the COLUMS formats in the
6173 current buffer.
6174 (org-cleaned-string-for-export): Get rid of drawers first, so that
6175 they will be removed also in the text before the first headline.
6176 (org-clock-report): Show the clocktable when found.
6177 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6178 (org-version): With prefix argument, insert `org-version' at point.
6179 (org-agenda-goto): Recenter the window after finding the target
6180 location, to make sure the correct position will be displayed.
6181 (org-agenda-get-deadlines): Don't scale priority with the warning
6182 period.
6183 (org-insert-heading): Don't break line in the middle of the line.
6184 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6185 be 0.
6186 (org-update-checkbox-count): Revamp to deal with hierarchical
6187 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
6188 (org-remove-timestamp-with-keyword): New function.
6189 (org-schedule, org-deadline):
6190 Use `org-remove-timestamp-with-keyword' to make sure all such time
6191 stamps are removed.
6192 (org-mode): Support for `align'.
6193 (org-agenda-get-deadlines): Make sure priorities increase as the
6194 due date approaches and is passed.
6195 (org-remember-apply-template): Fix problem with tags that
6196 contain "_" or "@".
6197 (org-make-link-regexps): Improve the regular expression for plain links.
6198 (org-agenda-get-closed): List each clocking entry.
6199 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6200 (org-special-ctrl-k): New option.
6201 (org-kill-line): New function.
6202 (org-archive-all-done): Fix incorrect number of stars in regexp.
6203 (org-refile-get-location): New function.
6204 (org-refile-goto-last-stored): New function.
6205 (org-global-tags-completion-table): Add the value of org-tag-alist
6206 in each buffer, to make sure that also unused tags will be
6207 available for completion.
6208 (org-columns-edit-value)
6209 (org-columns-next-allowed-value): Only update if not in agenda.
6210 (org-clocktable-steps): New function.
6211 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6212 (org-archive-subtree): Add the outline tree context as a property.
6213 (org-closest-date): New optional argument `prefer'.
6214 (org-goto-auto-isearch): New option.
6215 (org-goto-map, org-get-location): Implement auto-isearch.
6216 (org-goto-local-auto-isearch-map): New variable.
6217 (org-goto-local-search-forward-headings)
6218 (org-goto-local-auto-isearch): New functions.
6219
6220 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
6221
6222 * textmodes/org-irc.el: New file.
6223
6224 2008-03-13 John Wiegley <johnw@gnu.org>
6225
6226 * textmodes/org-mac-message.el: New file.
6227
6228 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
6229
6230 * font-lock.el (font-lock-comment-face): Set the foreground for
6231 the light background 8 colors case.
6232
6233 2008-03-13 Glenn Morris <rgm@gnu.org>
6234
6235 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6236 generate-autoload-cookie patterns.
6237
6238 * startup.el (command-line-1): Rename -scriptload to -internal-script.
6239
6240 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6241 (MH_E_SRC): Remove variable.
6242 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6243 Simplify file header. Use $@ for generated-autoload-file.
6244
6245 * Makefile.in (LOADDEFS): New variable.
6246 (AUTOGENEL): Use $LOADDEFS.
6247 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6248 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6249 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6250 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6251 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6252 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6253 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6254 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6255 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6256 Add calendar-specific autoload cookies, and remove any setting of
6257 generated-autoload-file.
6258 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6259 * calendar/diary-lib.el: Replace explicit autoloads with reading of
6260 diary-loaddefs.
6261 * calendar/holidays.el: Replace explicit autoloads with reading of
6262 hol-loaddefs.
6263
6264 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6265 (calendar-buffer-list): Simplify.
6266 (generate-calendar-window): Use calendar-mark-holidays rather than
6267 obsolete alias.
6268
6269 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6270 Use cal-hebrew-yahrzeit-buffer.
6271
6272 * calendar/cal-x.el (calendar-only-one-frame-setup)
6273 (calendar-two-frame-setup): Doc fixes.
6274 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6275
6276 * calendar/appt.el (appt-mode-string): Mark as risky.
6277 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6278
6279 * calendar/cal-html.el (diary-list-entries):
6280 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6281 (calendar-iso-from-absolute): Fix autoloads.
6282
6283 * calendar/cal-iso.el (calendar-absolute-from-iso)
6284 (calendar-iso-read-args): Simplify.
6285 (calendar-iso-date-string, calendar-iso-read-args)
6286 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6287
6288 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6289 (displayed-month, displayed-year): Move declarations where needed.
6290 (calendar-print-astro-day-number): Doc fix.
6291
6292 * calendar/cal-persia.el (persian-calendar-month-name-array)
6293 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6294 (persian-prompt-for-date): Remove local variable `today'.
6295
6296 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6297
6298 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6299 (solar-sunrise-sunset, solar-sunrise-sunset-string)
6300 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6301 (diary-sabbath-candles, solar-equinoxes/solstices)
6302 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6303 (solar-time-equation, solar-date-to-et): Simplify.
6304
6305 * mail/supercite.el: Remove the `function' in `(function (lambda'.
6306 Replace `(car (cdr' with cadr'.
6307
6308 * progmodes/f90.el (f90-font-lock-n): New function.
6309 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6310 Use f90-font-lock-n.
6311 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6312
6313 * progmodes/f90.el (f90-mode-abbrev-table):
6314 * progmodes/fortran.el (fortran-mode-abbrev-table):
6315 Use newer form of define-abbrev, where supported. No need to bind
6316 abbrevs-changed for system abbrevs.
6317
6318 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6321 delete-frame-functions.
6322
6323 * bookmark.el (Info-current-node): Remove.
6324
6325 2008-03-12 Juri Linkov <juri@jurta.org>
6326
6327 * help.el (describe-project): Remove defaliases for view-todo and
6328 describe-project that are now unnecessary after the merge from
6329 emacs--rel--22 that added define-obsolete-function-alias.
6330
6331 * startup.el (inhibit-startup-screen): Revert incomplete
6332 2008-03-10 merge from emacs--rel--22 that partly reverted
6333 2008-02-28 change that added initial message to *scratch* buffer
6334 regardless of the value of `inhibit-startup-screen'.
6335 Now keep this change in the trunk, but not in the 22 branch.
6336
6337 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * international/quail.el (quail-setup-completion-buf, quail-help):
6340 * mail/binhex.el (binhex-decode-region-internal):
6341 * mail/uudecode.el (uudecode-decode-region-internal):
6342 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6343 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6344 setting default-enable-multibyte-characters.
6345
6346 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6347
6348 * comint.el: Fix up indentation and comment style. Remove `function'.
6349
6350 * international/mule-cmds.el (reset-language-environment)
6351 (set-language-environment-nonascii-translation):
6352 Don't set-unibyte-charset.
6353
6354 * doc-view.el: Remove all cb-args, use closures instead.
6355 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6356 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6357 doing an incorrect check). Update all callers to use the new name.
6358 (doc-view-doc->txt): Add missing `txt' argument.
6359
6360 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6361
6362 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6363 md5 sum calculation to single-byte.
6364
6365 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * doc-view.el (doc-view-new-window-function): Add assertion.
6368 (doc-view-doc-type): New var.
6369 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6370 (doc-view-intersection): New fun.
6371 (doc-view-mode): Use it to set the new var.
6372
6373 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6374
6375 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6376 (doc-view-already-converted-p): New functions.
6377 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6378 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6379 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6380 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6381 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6382 (doc-view-convert-current-doc): Don't hardwire the functions the
6383 sentinels call. Now they're provided by two args CALLBACK and
6384 CB-ARGS to the functions.
6385 (doc-view-search): Use doc-view-doc->txt.
6386 (doc-view-initiate-display): Use doc-view-already-converted-p.
6387 Mention new binding C-c C-t if doc-view-mode doesn't work.
6388
6389 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6390
6391 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6392
6393 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6396 Mark " outside of tags as punctuation.
6397
6398 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * menu-bar.el (minibuffer-local-map): Use the same command for the
6401 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6402 Prefer RET over C-j for exit-minibuffer.
6403
6404 * files.el (display-buffer-other-frame): Eliminate problematic code.
6405
6406 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6407 (menu-bar-select-buffer): Remove.
6408 (menu-bar-select-frame): Make non-interactive and take a frame arg.
6409 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6410
6411 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
6412
6413 * icomplete.el (icomplete-completions): Remove obsolete code.
6414
6415 * net/net-utils.el (iwconfig-program-options): Doc fix.
6416 (net-utils-run-program, run-network-program): Define as functions.
6417
6418 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6419
6420 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6421
6422 2008-03-11 Glenn Morris <rgm@gnu.org>
6423
6424 * faces.el (mode-line-emphasis): New face.
6425 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6426
6427 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6428
6429 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * simple.el (set-mark-command): Doc fix.
6432
6433 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6436
6437 * emacs-lisp/autoload.el (autoload-find-destination):
6438 Don't force raw-text.
6439
6440 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6441 * calendar/cal-loaddefs.el: Don't version control.
6442
6443 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6446 entries and add :help to the existing ones.
6447
6448 2008-03-10 Glenn Morris <rgm@gnu.org>
6449
6450 * calendar/cal-hebrew.el (date, entry, number): Move declarations
6451 to where they are needed.
6452
6453 * calendar/calendar.el (diary-file, hebrew-holidays-1)
6454 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6455 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6456 (calendar-version): Doc fixes.
6457 (calendar-absolute-from-gregorian): Use zerop.
6458 (calendar-mode-line-format): Make it a defcustom.
6459
6460 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6461 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6462 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6463 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6464 (mark-included-diary-files, mark-calendar-days-named)
6465 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6466 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6467 (insert-monthly-diary-entry, insert-yearly-diary-entry)
6468 (insert-anniversary-diary-entry, insert-block-diary-entry)
6469 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6470 (diary-font-lock-sexps): Doc fixes.
6471 (diary-remind-message, mark-calendar-month): Use zerop.
6472 (diary-attrtype-convert, diary-pull-attrs): Simplify.
6473 (diary-list-entries): Revert let to let* (previous change).
6474
6475 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6476
6477 2008-03-10 Kim F. Storm <storm@cua.dk>
6478
6479 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6480 function aliases for the old names.
6481
6482 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
6483
6484 * iswitchb.el (iswitchb-use-faces): Doc fix.
6485 (iswitchb-buffer-ignore, iswitchb-read-buffer):
6486 Fix typos in docstrings.
6487
6488 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6491 Fix typo.
6492 (verilog-type-font-keywords): Reindent.
6493
6494 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
6495
6496 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6497 grouping-keyword regular expression.
6498 (verilog-font-lock-keywords): Allow users to toggle special
6499 highlight of grouping-keywords.
6500 (verilog-highlight-grouping-keywords): The toggle for special
6501 highlighting of grouping keywords.
6502
6503 2008-03-10 Juri Linkov <juri@jurta.org>
6504
6505 * startup.el: Revert 2008-02-28 change that adds initial message
6506 to *scratch* buffer regardless of the value of
6507 `inhibit-startup-screen'.
6508
6509 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6510
6511 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6512 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6513 * progmodes/verilog-mode.el (verilog-mode):
6514 * net/socks.el (socks):
6515 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6516
6517 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6520 (doc-view-bookmark-make-record): Use them.
6521 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
6522 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6523
6524 * bookmark.el (bookmark-make-record-function): Change expected return
6525 value to include a suggested bookmark name.
6526 (bookmark-make): Split into bookmark-make-record and bookmark-store.
6527 Fix reversed `overwrite' semantics.
6528 (bookmark-set): Call bookmark-make-record before prompting the user.
6529 Then pass the result to bookmark-store later on.
6530 (bookmark-make-name-function): Remove.
6531 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6532 * info.el (bookmark-make-name-function): Remove.
6533 (Info-mode): Don't set it.
6534 (Info-bookmark-make-name): Remove.
6535 (Info-bookmark-make-record): Use Info-current-node as suggested default
6536 bookmark name.
6537
6538 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6539 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6540 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6541 (bookmark-annotation-buffer, bookmark-annotation-file)
6542 (bookmark-annotation-point, bookmark-send-annotation)
6543 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6544 (bookmark-edit-annotation-text-func): Rename from
6545 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
6546 (bookmark-edit-annotation-mode-map): Move initialization into
6547 declaration.
6548
6549 * bookmark.el: Remove spurious * in docstrings.
6550 (bookmark-minibuffer-read-name-map): New var.
6551 (bookmark-set): Use it. Also pass the default value as it should.
6552 (bookmark-send-edited-annotation): Take no chances with text properties.
6553 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6554 (bookmark-insert-buffer-name): Remove.
6555 (bookmark-buffer-file-name): Signal an error rather than returning nil.
6556
6557 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
6558
6559 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6560
6561 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
6562
6563 * diff-mode.el (diff-mode-menu): Add :help.
6564
6565 2008-03-09 Glenn Morris <rgm@gnu.org>
6566
6567 * calendar/calendar.el (general-holidays, oriental-holidays)
6568 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6569 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6570 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6571 (calendar-holidays): Restore autoload cookies, because people are
6572 used to using these variables without loading calendar.el.
6573
6574 * calendar/cal-islam.el (diary-islamic-date): Move to end.
6575 (date, number): Declare where needed.
6576
6577 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6578 (list-sexp-diary-entries): Doc fixes.
6579 (diary-list-entries): Doc fix. Remove free variable `entry'.
6580 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
6581 Simplify setting of `date-holiday-list'.
6582 (mark-diary-entries): Remove free variable `entry'.
6583 (diary-list-entries, include-other-diary-files, fancy-diary-display):
6584 Use let where let* is not needed.
6585
6586 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6589 make-record function, instead paste it in afterwards.
6590 (bookmark-make-record-for-text-file):
6591 * doc-view.el (doc-view-bookmark-make-record):
6592 * info.el (Info-bookmark-make-record): Don't mess with annotations.
6593
6594 2008-03-08 Glenn Morris <rgm@gnu.org>
6595
6596 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6597
6598 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * calendar/diary-lib.el (diary-list-entries)
6601 (include-other-diary-files, mark-diary-entries)
6602 (mark-sexp-diary-entries, mark-included-diary-files)
6603 (diary-entry-time, list-sexp-diary-entries): Remove the special
6604 handling of ^M that dates back to the use of selective-display.
6605 (simple-diary-display): Obey setting of pop-up-frames.
6606 (body, entry): Remove unnecessary declarations.
6607
6608 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6609 (bookmark-get-annotation, bookmark-set-annotation)
6610 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6611 (bookmark-set-position, bookmark-get-front-context-string)
6612 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6613 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6614 * info.el (Info-bookmark-make-record): Don't bother recording point.
6615 (bookmark-get-filename, bookmark-get-front-context-string)
6616 (bookmark-get-rear-context-string, bookmark-get-position):
6617 Don't declare any more.
6618 (bookmark-get-info-node): Remove.
6619 (bookmark-prop-get): Declare.
6620 (Info-bookmark-jump): Use it.
6621
6622 2008-03-08 Johan Bockgård <bojohan@gnu.org>
6623
6624 * subr.el (while-no-input): Don't splice BODY directly into the
6625 `or' form.
6626
6627 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
6628
6629 * diff-mode.el (diff-ignore-whitespace-hunk):
6630 Bind inhibit-read-only before trying to change the buffer.
6631
6632 2008-03-08 Glenn Morris <rgm@gnu.org>
6633
6634 * calendar/appt.el (appt): Move custom group here from calendar.el.
6635 (appt-disp-window, appt-convert-time): Doc fixes.
6636
6637 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6638 (calendar-bahai-mark-date-pattern):
6639 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6640 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6641 * calendar/cal-julian.el (calendar-absolute-from-julian):
6642 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6643
6644 * calendar/cal-china.el (chinese-calendar): Move custom group here from
6645 calendar.el.
6646 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6647 Make constants.
6648 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6649 (chinese-calendar-daylight-savings-starts)
6650 (chinese-calendar-daylight-savings-ends)
6651 (chinese-calendar-daylight-savings-starts-time)
6652 (chinese-calendar-daylight-savings-ends-time)
6653 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6654 Doc fixes.
6655
6656 * calendar/cal-coptic.el (coptic-name): Add doc string.
6657
6658 * calendar/cal-french.el (french-calendar-month-name-array)
6659 (french-calendar-day-name-array, french-calendar-special-days-array):
6660 Add doc strings.
6661
6662 * calendar/cal-bahai.el (diary-bahai-mark-entries)
6663 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6664 (diary-bahai-insert-yearly-entry):
6665 * calendar/cal-dst.el (calendar-next-time-zone-transition)
6666 (calendar-time-zone):
6667 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6668 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6669 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6670 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6671 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6672 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6673 (list-islamic-diary-entries, mark-islamic-diary-entries)
6674 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6675 (insert-yearly-islamic-diary-entry):
6676 * calendar/cal-iso.el (calendar-iso-read-args):
6677 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6678 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6679 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6680 (calendar-next-calendar-round-date)
6681 (calendar-mayan-long-count-common-era):
6682 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6683 (cal-menu-x-popup-menu, calendar-mouse-holidays)
6684 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6685 (calendar-mouse-goto-date):
6686 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6687 * calendar/holidays.el (holidays):
6688 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6689 * calendar/time-date.el (date-to-time, time-subtract, time-add)
6690 (safe-date-to-time): Doc fixes.
6691
6692 * calendar/cal-persia.el (persian-calendar-month-name-array)
6693 (persian-calendar-epoch): Make constants.
6694
6695 * calendar/cal-tex.el (calendar-tex): Move custom group here from
6696 calendar.el.
6697
6698 * calendar/cal-x.el (diary-frame-parameters)
6699 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6700 (calendar-after-frame-setup-hooks): Make defcustoms.
6701 (calendar-one-frame-setup, calendar-only-one-frame-setup)
6702 (calendar-two-frame-setup): Doc fix.
6703
6704 * calendar/cal-loaddefs.el: New file.
6705
6706 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6707 * calendar/cal-french.el, calendar/cal-html.el:
6708 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6709 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6710 * calendar/cal-tex.el, calendar/cal-x.el:
6711 Unquote lambda functions. Add autoload cookies to functions formerly
6712 autoloaded in calendar.el. Set `generated-autoload-file' to
6713 "cal-loaddefs.el".
6714
6715 * calendar/calendar.el: Move many autoloads to separate file,
6716 cal-loaddefs.el. Move defcustoms to start and re-order.
6717 (calendar-month-name-array, calendar-starred-day): No need to
6718 declare for compiler.
6719 (cal-loaddefs): Require it.
6720 (appt, chinese-calendar, calendar-tex): Move custom groups to the
6721 appropriate file.
6722 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6723 Reverse logic.
6724 (diary-face, diary-file-name-prefix-function, diary-include-string)
6725 (diary-glob-file-regexp-prefix, diary-face-attrs)
6726 (diary-file-name-prefix, sexp-diary-entry-symbol)
6727 (print-diary-entries-hook, list-diary-entries-hook)
6728 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6729 (nongregorian-diary-marking-hook, diary-list-include-blanks):
6730 Move to diary-lib.
6731 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6732 (all-bahai-calendar-holidays): Doc fix.
6733 (calendar-insert-indented): Doc fix. Use when rather than if.
6734 (exit-calendar): Use mapc rather than mapcar.
6735 (calendar-cursor-to-date): Use zerop.
6736 (calendar-mark-ring): Add doc-string.
6737 (calendar-starred-day): Defvar it.
6738 (calendar-mode): Make calendar-starred-day local.
6739 (calendar-star-date): No need to make calendar-starred-day local.
6740
6741 * calendar/diary-lib.el: Move defcustoms to start.
6742 (diary-include-string, diary-list-include-blanks)
6743 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
6744 (diary-file-name-prefix, diary-file-name-prefix-function)
6745 (sexp-diary-entry-symbol, list-diary-entries-hook)
6746 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6747 (nongregorian-diary-marking-hook, print-diary-entries-hook):
6748 Move here from calendar.el.
6749 (diary-file-name-prefix-function): Use 'identity.
6750 (diary-face): Make it a defcustom, and mark as obsolete.
6751 (top-level): No need to require cal-hebrew, cal-islam when compiling.
6752 (calendar-hebrew-month-name-array-leap-year)
6753 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
6754 Define for compiler.
6755 (diary-font-lock-keywords): Use format rather than concat.
6756 Add bahai-diary-entry-symbol.
6757
6758 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
6759 * calendar/solar.el: Unquote lambda functions.
6760
6761 * calendar/solar.el (calendar-location-name, calendar-latitude)
6762 (calendar-longitude, solar-setup, solar-sin-degrees)
6763 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
6764 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
6765 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
6766 (solar-exact-local-noon, solar-julian-ut-centuries)
6767 (solar-ephemeris-time, solar-date-next-longitude)
6768 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6769 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
6770 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
6771 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
6772 Doc fixes.
6773 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6774 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
6775 (solar-ecliptic-coordinates): Use unless.
6776 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
6777 Use or.
6778
6779 * calendar/timeclock.el: Add doc-strings to all functions.
6780 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
6781 (timeclock-entry-list-length, timeclock-entry-list-projects)
6782 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
6783
6784 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
6785
6786 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
6787 (org-get-entries-from-diary): Require diary-lib.
6788
6789 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
6790
6791 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
6792 Pacify byte-compiler.
6793
6794 2008-03-07 Alan Mackenzie <acm@muc.de>
6795
6796 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
6797 paren/bracket pairs parsed, to solve performance problem.
6798
6799 2008-03-07 Bastien Guerry <bzg@altern.org>
6800
6801 * bookmark.el (bookmark-set): Don't check for
6802 `bookmark-make-name-function' since `bookmark-buffer-file-name'
6803 already takes care of this.
6804 (bookmark-buffer-name, bookmark-buffer-file-name):
6805 Remove Info-mode specific code.
6806
6807 * info.el (bookmark-get-info-node): Define this function in
6808 info.el, not in bookmark.el.
6809 (Info-mode): Set `bookmark-make-name-function' to
6810 `Info-bookmark-make-name' locally.
6811 (Info-bookmark-make-name): New function.
6812
6813 * bookmark.el (bookmark-make-name-function): New variable.
6814
6815 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6816
6817 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
6818 buffer-local, not `bookmark-make-cell-function' (the old name).
6819
6820 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
6821
6822 * doc-view.el (doc-view-bookmark-make-record):
6823 * image-mode.el (image-bookmark-make-record):
6824 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
6825
6826 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
6827
6828 * vc.el (vc-status-menu-map-filter): Return orig-binding if
6829 boundp 'vc-ignore-menu-filter.
6830 (vc-status-tool-bar-map): Make it defvar.
6831 (vc-status-mode): vc-status-tool-bar-map now variable.
6832 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
6833
6834 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6835
6836 Give a better name to part of the bookmark interface.
6837
6838 This was originally a much larger change, but halfway through I
6839 updated and discovered that Stefan Monnier had done the rest.
6840 It looks like he anticipated the new name too, because he used
6841 `the-record' instead of `the-cell' for some internal variable names.
6842
6843 * bookmark.el (bookmark-make-record-function): Was
6844 `bookmark-make-cell-function'.
6845 (bookmark-make, bookmark-send-annotation): Update for above.
6846 (bookmark-make-record-for-text-file):
6847 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
6848
6849 * info.el: Adjust accordingly.
6850 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
6851
6852 * image-mode.el: Adjust accordingly.
6853 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
6854
6855 * doc-view.el: Adjust accordingly.
6856 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
6857
6858 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
6861 Move initialization into declaration.
6862 (bookmark-get-info-node, bookmark-set-info-node): Remove.
6863 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
6864 (bookmark-info-current-node): Remove.
6865 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
6866 Add relocation fallback. Set bookmark-current-bookmark.
6867 (bookmark-default-handler): Rename from bookmark-jump-noselect.
6868 Remove relocation fallback. Don't set bookmark-current-bookmark.
6869 (bookmark-set): Let it be used even if there's no buffer-file-name
6870 as long as there is a bookmark-make-cell-function.
6871 * info.el (Info-bookmark-jump): Remove relocation fallback.
6872 Don't set bookmark-current-bookmark.
6873
6874 2008-03-07 Glenn Morris <rgm@gnu.org>
6875
6876 * calendar/appt.el (appt-issue-message)
6877 (appt-message-warning-time, appt-audible, appt-visible)
6878 (appt-msg-window, appt-display-mode-line, appt-display-duration)
6879 (appt-display-diary): Remove autoload cookies.
6880
6881 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
6882 Remove leading `*' from defcustom doc-strings.
6883
6884 * calendar/cal-dst.el (calendar-dst): New custom group.
6885 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
6886 (calendar-time-zone, calendar-daylight-time-offset)
6887 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6888 (calendar-daylight-savings-starts-time)
6889 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
6890 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
6891 Move to start.
6892
6893 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
6894
6895 * calendar/calendar.el (calendar-version): Use emacs-version and
6896 make it obsolete. Move to end.
6897 (calendar-offset, view-diary-entries-initially)
6898 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
6899 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
6900 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6901 (all-bahai-calendar-holidays, calendar-load-hook)
6902 (initial-calendar-window-hook, today-visible-calendar-hook)
6903 (today-invisible-calendar-hook, calendar-move-hook)
6904 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
6905 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
6906 (diary-include-string, sexp-diary-entry-symbol)
6907 (abbreviated-calendar-year, american-date-diary-pattern)
6908 (european-date-diary-pattern, european-calendar-display-form)
6909 (american-calendar-display-form, print-diary-entries-hook)
6910 (list-diary-entries-hook, diary-hook, diary-display-hook)
6911 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6912 (nongregorian-diary-marking-hook, diary-list-include-blanks)
6913 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
6914 (local-holidays, other-holidays, hebrew-holidays-1)
6915 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6916 (hebrew-holidays, christian-holidays, islamic-holidays)
6917 (bahai-holidays, solar-holidays, calendar-setup)
6918 (calendar-week-start-day): Remove autoload cookies.
6919 (diary-glob-file-regexp-prefix): Doc fix.
6920 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
6921 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
6922 (calendar-week-start-day, calendar-debug-sexp): Move to start.
6923
6924 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
6925 (calendar-time-display-form, calendar-latitude)
6926 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
6927 cookies.
6928 (calendar-latitude, calendar-longitude): Move functions after
6929 variables.
6930 (diary-sabbath-candles-minutes): Move to start.
6931 (solar-setup): Use or rather than if.
6932 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
6933 Remove condition-case.
6934 (solar-atn2): Use zerop.
6935 (solar-equinoxes-solstices): Doc fix.
6936
6937 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
6938 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
6939
6940 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
6941 (calendar-longitude, calendar-latitude, calendar-location-name):
6942 Declare for compiler.
6943
6944 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * arc-mode.el (archive-ar-file-header-re): New const.
6947 (archive-ar-summarize, archive-ar-extract): New funs.
6948 (archive-find-type): Recognize ar archives.
6949
6950 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
6951 New functions.
6952
6953 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
6954
6955 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
6956
6957 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6958 Replace :enable (mark-active) with :enable mark-active.
6959
6960 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * vms-patch.el (make-legal-file-name): New obsolete alias.
6963 (make-valid-file-name): Rename from `make-legal-file-name'.
6964 (make-auto-save-file-name): Use it.
6965
6966 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
6967 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
6968 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
6969
6970 * textmodes/org.el (org-export-html-style): Doc fix.
6971 (org-get-legal-level): New obsolete alias.
6972 (org-get-valid-level): Rename from `org-get-legal-level'.
6973 (org-promote, org-demote, org-archive-subtree)
6974 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
6975
6976 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
6977
6978 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
6979
6980 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
6981 (vc-status-toggle-mark): New functions.
6982 (vc-status-mode): Set tool bar map.
6983
6984 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
6987 Reported by Drew Adams <drew.adams@oracle.com>.
6988
6989 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
6990
6991 * subr.el (read-quoted-char): Resolve modifers of the character
6992 event.
6993
6994 * comint.el (comint-exec-1): Don't change the coding-system for
6995 decoding to dos-like EOL.
6996 (comint-carriage-motion): Fully rewrite.
6997
6998 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * epg.el (epg-context-include-certs): Reflow docstring.
7001 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7002 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7003 (epg-context-set-signers, epg-context-set-sig-notations)
7004 (epg-make-import-status, epg-make-import-result)
7005 (epg-start-delete-keys): Fix typos in docstrings.
7006 (epg-start-sign-keys, epg-sign-keys):
7007 Fix typos in obsolescence declarations.
7008
7009 * iswitchb.el: Don't check for `cadr' and `last'.
7010 (iswitchb-define-mode-map, iswitchb-default-keybindings):
7011 Add obsolescence declaration and remove redundant info from docstring.
7012 (iswitchb-set-common-completion, iswitchb-set-matches)
7013 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7014 (recentf-list, most-len, most-is-exact):
7015 Don't wrap defvars within `eval-when-compile'.
7016
7017 2008-03-05 Glenn Morris <rgm@gnu.org>
7018
7019 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7020 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7021 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7022 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7023 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7024
7025 * ediff-hook.el (ediff-window-setup-function): Don't autoload
7026 declaration for compiler.
7027 (ediff-xemacs-init-menus): Use when rather than if.
7028
7029 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7030 if+and to just and.
7031 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7032 (ediff-delete-overlay): Move the XEmacs test inside the definition.
7033
7034 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7035
7036 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7037 test inside XEmacs test.
7038 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7039 since it was doing nothing on Emacs.
7040 (ediff-make-bullet-proof-overlay): Use when rather than if.
7041
7042 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7043 (ediff-setup-control-frame): Remove
7044 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7045 a (featurep 'xemacs) test.
7046
7047 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
7048
7049 * calc/calc-ext.el (calc-extended-command-history): New variable.
7050 (calc-exectute-extended-command): Use `calc-extended-command-history'.
7051
7052 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
7053
7054 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
7055 (standard-mode-line-position): Add mouse-face.
7056
7057 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
7058 * progmodes/grep.el (grep-mode-map): Add :help.
7059
7060 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7061 initialize in one step. Add :help. Use :enable to activate menu
7062 items. Show the key binding for edebug-defun.
7063 (lisp-interaction-mode-map): Add a menu.
7064
7065 * term.el (term-mode-map): Define and initialize in one step.
7066
7067 * ediff-init.el (ediff-color-display-p): Simplify.
7068 (Xor): Remove unused function.
7069 (ediff-with-syntax-table): Simplify for Emacs.
7070
7071 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7072 menu-bar being loaded, it always is.
7073
7074 2008-03-05 Glenn Morris <rgm@gnu.org>
7075
7076 * textmodes/tex-mode.el (tex-mode): Suppress warning about
7077 multiple definitions when compiling.
7078
7079 2008-03-04 Alan Mackenzie <acm@muc.de>
7080
7081 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
7082
7083 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7084 doc-string, "c-old-LEN" -> "c-old-END".
7085
7086 2008-03-04 Jason Rumney <jasonr@gnu.org>
7087
7088 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7089 namespaces.
7090
7091 2008-03-04 Glenn Morris <rgm@gnu.org>
7092
7093 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7094
7095 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7096 than mapcar.
7097
7098 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7101 (byte-compile-nilconstp): Can't use recursion in a defsubst.
7102
7103 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7104 so that M-q can fill comments.
7105 (tex-executable-exists-p, tex-compile): Extend with special syntax for
7106 commands implemented in elisp.
7107 (tex-compile-commands): Add an entry to use doc-view for pdf files.
7108 (tex-format-cmd): New function.
7109 (tex-compile): Use it to let the user specify default arguments.
7110 (tex-cmd-bibtex-args): New var.
7111 (tex-cmd-doc-view): New function.
7112
7113 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
7114
7115 * faces.el (face-spec-set): Fix typos in docstring.
7116
7117 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7118
7119 * bindings.el (mode-line-column-line-number-mode-map): New variable.
7120 (standard-mode-line-position): Use it to add a menu for toggling
7121 column number and line number display.
7122
7123 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7126 Remove optimization that was working around the form-code-walker bug.
7127
7128 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7129 Walk into the body of lambdas after byte-compile-unfold-lambda.
7130
7131 2008-03-03 Glenn Morris <rgm@gnu.org>
7132
7133 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7134 value, if set, over frame value.
7135
7136 * simple.el (transient-mark-mode): Don't turn on by default.
7137
7138 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7139 accidentally removed by the 2007-12-05 merge from Gnus.
7140
7141 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
7142
7143 * progmodes/compile.el (compilation-menu-map): Add menu entries
7144 for useful options.
7145
7146 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
7147 Glenn Morris <rgm@gnu.org>
7148
7149 * emacs-lisp/bytecomp.el (byte-recompile-directory)
7150 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7151 Give a `bytecomp-' prefix to local variables with common names.
7152
7153 2008-03-01 Glenn Morris <rgm@gnu.org>
7154
7155 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7156 code commented out 2007-11-10.
7157
7158 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7159
7160 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7161 Delete macro.
7162 * emulation/viper-cmd.el, emulation/viper-ex.el:
7163 * emulation/viper-init.el, emulation/viper-keym.el:
7164 * emulation/viper-mous.el, emulation/viper-util.el:
7165 * emulation/viper.el:
7166 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7167 featurep test.
7168
7169 Replace obselete frame-local variables with frame-parameters.
7170 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7171 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7172 (viper-vi-state-cursor-color): Only call make-variable-frame-local
7173 on XEmacs.
7174 * emulation/viper-util.el (viper-frame-value): New macro.
7175 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7176 (viper-R-state-post-command-sentinel)
7177 (viper-replace-state-post-command-sentinel)
7178 (viper-change-state-to-insert, viper-change-state-to-emacs):
7179 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7180 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7181 (viper-get-saved-cursor-color-in-insert-mode)
7182 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7183 Use viper-frame-value for viper-replace-overlay-cursor-color,
7184 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7185 viper-vi-state-cursor-color values.
7186
7187 * emulation/viper-cmd.el (zmacs-region-stays):
7188 * emulation/viper-util.el (zmacs-region-stays): No need to define
7189 for compiler.
7190
7191 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7192 mapcar on Emacs.
7193
7194 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7195 on XEmacs.
7196
7197 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7198 rather than if.
7199
7200 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7201
7202 * whitespace.el: New version 9.3. As the glyph code generation was
7203 fixed, it is possible now to use character code above ?\x1FFFF in the
7204 display table. Fix `whitespace-indentation-regexp' to not include an
7205 extra ending character. Reported by Michael Welsh Duggan
7206 <mwd@cert.org>. Added hook actions when buffer is written or killed as
7207 the original whitespace package had. Suggested by Eric Cooper
7208 <ecc@cmu.edu>. Doc fix.
7209 (whitespace-action): New option.
7210 (whitespace-display-mappings): Changed default newline visualization to
7211 display downwards arrow, as the glyph code generation was fixed.
7212 (whitespace-unload-function): Assure that all local whitespace mode is
7213 turned off.
7214 (whitespace-global-modes): Fix type customization.
7215 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7216 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7217 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7218 Fix code.
7219 (whitespace-buffer): Command removed.
7220 (whitespace-trailing-regexp, whitespace-mark-x)
7221 (whitespace-display-window, whitespace-action-when-on)
7222 (whitespace-add-local-hook, whitespace-remove-local-hook)
7223 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7224 (whitespace-action): New funs.
7225 (whitespace-report-list, whitespace-report-text)
7226 (whitespace-report-buffer-name): New consts.
7227 (whitespace-report, whitespace-report-region): New commands.
7228
7229 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7230
7231 * disp-table.el (make-glyph-code): Don't test the result of
7232 `face-id', which already signals an error for invalid faces.
7233 (glyph-face): Simplify.
7234
7235 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7236 running `desktop-not-loaded-hook' to allow modifying it.
7237 Don't show warning message if `desktop-dirname' was modified.
7238
7239 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7242 we still expect more lines.
7243
7244 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7245 comment-paragraph filling if the commark doesn't match
7246 comment-start-skip.
7247
7248 2008-03-01 Daiki Ueno <ueno@unixuser.org>
7249
7250 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7251 the `imap' variant.
7252
7253 2008-03-01 Jason Rumney <jasonr@gnu.org>
7254
7255 * files.el (make-auto-save-file-name): Encode more characters in
7256 non-file buffer names. Use url-encoding.
7257
7258 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * net/net-utils.el (ftp-program): Fix typo in docstring.
7261 (ifconfig-program-options, netstat-program-options)
7262 (arp-program-options, route-program-options, nslookup-program-options)
7263 (ftp-program-options, smbclient-program-options)
7264 (dns-lookup-program-options, arp, route): Doc fixes.
7265
7266 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7267 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7268 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7269 Fix typos in docstrings.
7270 (gdb-pending-triggers): Reflow docstring.
7271 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7272
7273 2008-03-01 Alan Mackenzie <acm@muc.de>
7274
7275 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7276 typing "#" at EOB.
7277
7278 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
7279
7280 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7281
7282 2008-02-29 Kim F. Storm <storm@cua.dk>
7283
7284 * emulation/cua-base.el (cua-remap-control-v)
7285 (cua-remap-control-z): New defcustoms.
7286 (cua-mode): Add them to set-after property.
7287 (cua--init-keymaps): Use them.
7288 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7289
7290 * help.el (view-emacs-todo): Rename from view-todo.
7291 (describe-gnu-project): Rename from describe-project. Users changed.
7292 (view-help-file): New helper function.
7293 (describe-distribution, describe-copying, describe-gnu-project)
7294 (view-todo, view-order-manuals, view-emacs-problems): Use it.
7295 (view-emacs-debugging, view-external-packages): New commands.
7296 (help-map): Move describe-distribution to C-h C-o (ordering).
7297 Move view-emacs-problems to C-h C-p (problems).
7298 Bind view-emacs-debugging to C-h C-d (debugging).
7299 Bind view-external-packages to C-h C-e (extras).
7300 (help-for-help-internal): Cleanup and align descriptions.
7301 Remove command names to reduce clutter.
7302
7303 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7304
7305 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7306 and quieter face (not a warning).
7307
7308 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
7309
7310 * vc.el (vc-status-crt-marked): New variable.
7311 (vc-status-mode): Make it local.
7312 (vc-status-refresh): Use it to save the marked files.
7313 (vc-update-vc-status-buffer): Use it to restore the marked files.
7314
7315 * vc-svn.el (vc-svn-after-dir-status):
7316 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7317
7318 2008-02-29 Glenn Morris <rgm@gnu.org>
7319
7320 * allout.el (allout-topic-encryption-bullet)
7321 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7322 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7323 from 22.0 to 22.1.
7324
7325 * net/imap.el (imap-ping-server):
7326 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7327 Change defcustom :version from 23.0 to 23.1.
7328
7329 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
7330
7331 * desktop.el (desktop-save): Save the buffer name if the
7332 uniquified base name is empty.
7333
7334 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
7335
7336 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7337 correctly when user has "set print address off".
7338
7339 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7342 version number of the next major Emacs release, not 23.0.
7343
7344 * longlines.el (longlines-unload-function): New function.
7345
7346 2008-02-28 Juri Linkov <juri@jurta.org>
7347
7348 * startup.el (normal-splash-screen): Add argument `concise'.
7349 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
7350 to the created buffer. If `concise' is non-nil, call
7351 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7352 (display-startup-screen): Add argument `concise' to the call to
7353 `normal-splash-screen'.
7354
7355 2008-02-28 Kim F. Storm <storm@cua.dk>
7356
7357 * startup.el (startup-echo-area-message): Check for about-emacs.
7358
7359 2008-02-28 Juri Linkov <juri@jurta.org>
7360
7361 * startup.el: Always add initial message to *scratch* buffer if
7362 `initial-scratch-message' is non-nil regardless of the value of
7363 `inhibit-startup-screen'.
7364 (inhibit-startup-screen, initial-scratch-message): Doc fix.
7365 (command-line-1): Move code that inserts `initial-scratch-message'
7366 up before the if-form that checks for `inhibit-startup-screen'.
7367 Suggested by Jonathan Rockway <jon@jrock.us>.
7368
7369 2008-02-28 Juri Linkov <juri@jurta.org>
7370
7371 * cus-edit.el (custom-mode-map, custom-mode-link-map):
7372 Rename `custom-mode' to `Custom-mode' in docstrings.
7373 (custom-buffer-create-internal, customize-browse):
7374 Rename `custom-mode' to `Custom-mode'.
7375 (custom-mode-hook): Rename to `Custom-mode-hook'.
7376 (Custom-mode-hook): Renamed from `custom-mode-hook'.
7377 (custom-mode): Rename to `Custom-mode'.
7378 (Custom-mode): Renamed from `custom-mode'. Doc fix.
7379 (custom-mode): Add backward-compatible non-interactive variant of
7380 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
7381 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7382
7383 * info-look.el: Rename `custom-mode' to `Custom-mode'.
7384
7385 * emulation/viper.el (viper-emacs-state-mode-list):
7386 Rename `custom-mode' to `Custom-mode'.
7387
7388 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7389 Capitalize "Tagged Files".
7390 (minibuffer-local-map): Add menu items for next/previous
7391 history elements and isearch history forward/backward.
7392
7393 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7394 `hs-isearch-open' with t instead of `comment' in :selected
7395 for "Code and Comment blocks" menu item.
7396
7397 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * uniquify.el (uniquify-buffer-base-name): Undo last change.
7400 Should be done in desktop.el instead.
7401
7402 2008-02-28 Glenn Morris <rgm@gnu.org>
7403
7404 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7405
7406 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7407
7408 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7409 (Info-menu, Info-goto-node): Remove declarations.
7410 (report-emacs-bug-info): Use info rather than Info-goto-node.
7411
7412 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7413 (idlwave-convert-xml-system-routine-info): Don't require xml.
7414 (idlwave-show-commentary, idlwave-shell-show-commentary):
7415 Don't require finder.
7416 (idlwave-info): Don't require info. Use info rather than
7417 Info-goto-node.
7418
7419 * textmodes/org.el (Info-goto-node): Remove declaration.
7420 (org-info): Use info rather than Info-goto-node.
7421
7422 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7423 (reftex-info): Don't require info. Use info rather than Info-goto-node.
7424
7425 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
7426
7427 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7428 the menu.
7429
7430 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7431 (vc-finish-logentry): Check for vc-status-mode, not only for
7432 vc-dired-mode.
7433
7434 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7435
7436 * isearch.el (isearch-printing-char): Don't check
7437 keyboard-coding-system.
7438 Call isearch-process-search-multibyte-characters only when
7439 current-input-method is non-nil.
7440
7441 2008-02-27 Kim F. Storm <storm@cua.dk>
7442
7443 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7444 (glyph-char, glyph-face): Handle cons encoding.
7445
7446 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
7447
7448 * uniquify.el (uniquify-buffer-base-name): If the base name is an
7449 empty string, return nil to allow the caller to default to the
7450 buffer name. Reported by Martin Fischer <parozusa@web.de>.
7451
7452 * tool-bar.el (tool-bar-setup): Doc fix.
7453
7454 * mail/supercite.el (sc-describe):
7455 Fix typos in obsolescence declaration.
7456
7457 2008-02-27 Glenn Morris <rgm@gnu.org>
7458
7459 * autoinsert.el (auto-insert-alist): Change permission text to
7460 match FSF's GPLv3 form.
7461
7462 * mail/supercite.el (sc-cite-original): Doc fix.
7463 (sc-version): Make obsolete.
7464 (sc-describe): Show the SC info page. Make obsolete.
7465
7466 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7469 when using transient-mark-mode.
7470 (default-indicate-unused-lines): Remove unused var.
7471
7472 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
7473
7474 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7475 and previous.
7476
7477 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7478
7479 2008-02-26 Glenn Morris <rgm@gnu.org>
7480
7481 * net/net-utils.el (top-level): Don't require comint when compiling.
7482 (nslookup-font-lock-keywords): Don't require font-lock.
7483 Use font-lock faces rather than variables.
7484 (nslookup, ftp, smbclient, network-service-connection):
7485 Don't require comint.
7486 (comint-prompt-regexp, comint-input-autoexpand)
7487 (comint-input-ring): Declare for compiler.
7488 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7489 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
7490
7491 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7492 doc-string.
7493
7494 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * doc-view.el (doc-view-current-page): Add a `win' argument.
7497
7498 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7501 Demote it to plain defvar.
7502 (doc-view-conversion-refresh-interval): Reduce interval.
7503 (doc-view-goto-page): Allow moving to pages not yet rendered.
7504 (doc-view-goto-page): Construct a file name rather than extracting it
7505 from doc-view-current-files.
7506 (doc-view-kill-proc): Ignore errors from kill-process.
7507 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7508 (doc-view-insert-image): Use appropriate text if the page hasn't been
7509 rendered yet. Adjust scrolling so the text is displayed.
7510 (doc-view-display): Detect not just that a page is available, but also
7511 that it wasn't available before, so as to avoid refreshing all pages
7512 repeatedly.
7513 (doc-view-mode): Make doc-view-cache-directory if needed.
7514
7515 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7516
7517 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7518 toggle-read-only.
7519
7520 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7521 refering to a missing required field with the OPT prefix.
7522 Make unwindform more robust.
7523
7524 * textmodes/bibtex.el: Remove support for hideshow minor mode as
7525 it duplicates the bibtex support in progmodes/hideshow.el.
7526 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7527 entries that do not start at the beginning of a line.
7528
7529 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
7530
7531 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7532
7533 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
7534
7535 * help-fns.el (describe-variable): Add phrases about
7536 initialization file with and without customization;
7537 use new button type help-info-variable.
7538
7539 * help-mode.el (help-info-variable):
7540 New button able to read Info files for help-fns.el.
7541
7542 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
7543
7544 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7545 (grep-mode): Use grep-mode-tool-bar-map.
7546
7547 * progmodes/compile.el (tool-bar): Require tool-bar.
7548 (compilation-mode-tool-bar-map): New variable.
7549 (compilation-mode): Use compilation-mode-tool-bar-map.
7550
7551 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
7552
7553 2008-02-25 Glenn Morris <rgm@gnu.org>
7554
7555 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7556
7557 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * diff-mode.el (diff-file-junk-re): New const.
7560 (diff-beginning-of-file-and-junk): Use it.
7561 (diff-file-kill): Make sure we were really inside a file diff.
7562
7563 * diff-mode.el: Make it more robust in the presence of empty context
7564 lines in unified hunks.
7565 (diff-valid-unified-empty-line): New var.
7566 (diff-unified->context, diff-sanity-check-hunk): Obey it.
7567 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
7568 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7569 (diff-hunk-header-re-unified): New const.
7570 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7571 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7572 (diff-sanity-check-hunk): Use it.
7573
7574 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7575 Index: line, don't search backward for the previous one.
7576
7577 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7578
7579 * international/fontset.el (setup-default-fontset): Add non-OTF
7580 lao font for lao script.
7581
7582 * language/tibetan.el: Register tibetan-composition-function in
7583 composition-function-table.
7584
7585 * language/tibet-util.el (tibetan-composition-function):
7586 Adjust for the new calling way (argument changed). Try font-shape-text
7587 if possible.
7588
7589 * language/lao.el: Register lao-composition-function in
7590 composition-function-table.
7591
7592 * language/lao-util.el (lao-composition-function): Adjust for the new
7593 calling way (argument changed). Try font-shape-text if possible.
7594
7595 2008-02-25 Jason Rumney <jasonr@gnu.org>
7596
7597 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7598
7599 2008-02-25 Juri Linkov <juri@jurta.org>
7600
7601 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7602 background, "red4" for a dark background, "red" for 16 and
7603 8 colors, "grey" for grayscale, and inverse video otherwise.
7604 Add :version tag.
7605 (isearch-message): Keep the original isearch-message intact, and
7606 add text properties to it where necessary. Add `isearch-error' to
7607 the condition that checks if isearch is unsuccessful.
7608
7609 2008-02-24 Juri Linkov <juri@jurta.org>
7610
7611 * progmodes/compile.el (compilation-handle-exit):
7612 Use compilation-error face instead of font-lock-warning-face.
7613 Display the same message in the minibuffer as is inserted
7614 at the end of the compilation buffer.
7615
7616 2008-02-24 Glenn Morris <rgm@gnu.org>
7617
7618 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7619 multiple file case.
7620
7621 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7622
7623 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7624 multiple file case. Use a single `let' rather than two.
7625
7626 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7627
7628 * progmodes/compile.el (compilation-start): Specify a face for
7629 mode-line-process.
7630 (compilation-handle-exit): Specify a face and a tooltip for
7631 mode-line-process.
7632
7633 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * hilit-chg.el: Remove spurious * in defcustom docstrings.
7636 (hilit-chg-make-ov): Simplify.
7637 (hilit-chg-fixup): Use remove-overlays.
7638 (hilit-chg-set-face-on-change): Remove redundant call to
7639 `remove-text-properties'.
7640
7641 * dired.el (dired-mark-prompt): Don't count/display the t element.
7642 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7643
7644 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7645
7646 * progmodes/verilog-mode.el (eval-when-compile): Don't define
7647 add-submenu.
7648 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7649 Remove. Move contents to the only use ...
7650 (verilog-menu): ... here.
7651 (verilog-statement-menu): Remove. Move contents to the only use ...
7652 (verilog-stmt-menu): ... here.
7653 (verilog-mark-defun): Simply call mark-defun for emacs.
7654 (occur-pos-list): Declare for byte compiler.
7655 (mode-popup-menu): Don't defvar.
7656 (verilog-add-statement-menu): Remove.
7657 (verilog-mode-hook): Don't add verilog-add-statement-menu.
7658 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7659
7660 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
7661
7662 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7663 conditional.
7664 (verilog-font-grouping-keywords-face): Make the begin..end
7665 keywords standout more than other verilog keywords.
7666 (verilog-type-font-keywords): Move the begin..end out of this list
7667 to facilitate making them to (potentially) stand out more.
7668 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7669 function & task blocks.
7670 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7671 initial, function & task blocks.
7672 (verilog-forward-sexp): Handle the new "disable fork" statement of
7673 IEEE-1800 Verilog.
7674 (verilog-beg-block-re-ordered): Handle the new "disable fork"
7675 statement of IEEE-1800 Verilog.
7676 (verilog-calc-1): Handle the new "disable fork" statement of
7677 IEEE-1800 Verilog.
7678 (verilog-disable-fork-re): Add const to help handle the new
7679 "disable fork" statement of IEEE-1800 Verilog.
7680 (verilog-declaration-core-re): Add port directions by themselves,
7681 with no qualification, as base item of a declaration.
7682 (verilog-pretty-declarations): Add new flag to ask it to refrain
7683 from printing to the message buffer.
7684 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7685 printing to the message buffer. Improve handling of the many
7686 types of expression line up.
7687 (verilog-just-one-space): Remove printing of an empty message.
7688 (verilog-get-lineup-indent): Rework to support the better handling
7689 of expression lineup for verilog-pretty-expr.
7690 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7691
7692 2008-02-24 Alan Mackenzie <acm@muc.de>
7693
7694 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7695 yesterday's commit.
7696
7697 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
7698
7699 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7700 to mouse-set-point in buffers that aren't associated with files.
7701
7702 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7703
7704 2008-02-24 Alan Mackenzie <acm@muc.de>
7705
7706 Set of changes so that "obtrusive" syntactic elements in a
7707 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7708 unmatched paren) don't interact syntactically with stuff outside
7709 the CPP line.
7710
7711 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7712 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7713 off-by-one bug.
7714 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7715 a bit of refactoring.
7716 (c-awk-extend-and-syntax-tablify-region): Takes some of the
7717 functionality of c-awk-advise-fl-for-awk-region, which has been
7718 refactored away.
7719
7720 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7721 (c-clear-char-property-with-value): New function and macro which
7722 remove text-properties `equal' to a supplied value.
7723
7724 * progmodes/cc-engine.el: Comment about text properties amended.
7725
7726 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7727 parens around "error\\|warning".
7728
7729 * progmodes/cc-langs.el (c-get-state-before-change-function)
7730 (c-before-font-lock-function, c-anchored-cpp-prefix):
7731 New language variables.
7732 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
7733
7734 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
7735 syntax-table text properties.
7736 (c-common-init): Call language specific before/after-change
7737 functions at mode initialisation.
7738 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
7739 (c-extend-region-for-CPP, c-neutralize-CPP-line)
7740 (c-neutralize-syntax-in-CPP): New functions.
7741 (c-before-change, c-after-change): Call the new language specific
7742 change functions defined in cc-langs.el.
7743 (c-advise-fl-for-region): New macro.
7744 (awk-mode): Remove AWK specific stuff which has been refactored
7745 into language independent stuff.
7746
7747 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
7750 (gdb): (Re)set gdb-flush-pending-output to nil here...
7751 (gdb-init-1): ...instead of here (before gdb-prompt).
7752
7753 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
7756 Recognize ''' just like any other char-constant.
7757
7758 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
7761 careful enough. Detect the uid-change all within the main loop.
7762
7763 2008-02-24 Stefan Monnier <monnier@pastel.home>
7764
7765 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
7766
7767 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * hilit-chg.el (highlight-save-buffer-state): New macro.
7770 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
7771 (hilit-chg-clear): Use it to preserve the modified-p flag.
7772 (highlight-changes-rotate-faces): Don't mess with the undo-list.
7773
7774 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * font-lock.el (font-lock-set-defaults): Unset previously set variables
7777 when needed.
7778
7779 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
7780
7781 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
7782 from gnus-button-url-regexp.
7783
7784 2008-02-24 Eli Zaretskii <eliz@gnu.org>
7785
7786 * progmodes/compile.el (compilation-next-error): Doc fix.
7787 (compilation-find-file): Doc fix.
7788
7789 2008-02-24 Glenn Morris <rgm@gnu.org>
7790
7791 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
7792 Add obsolete aliases to the old names.
7793
7794 2008-02-24 Richard Stallman <rms@gnu.org>
7795
7796 * net/net-utils.el (ifconfig): Rename from ipconfig.
7797 (ipconfig): Alias to ifconfig.
7798 (ifconfig-program): Rename from ipconfig-program.
7799 (ifconfig-program-options): Rename from ipconfig-program-options.
7800
7801 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
7802
7803 * progmodes/verilog-mode.el (verilog-declaration-core-re):
7804 Add port directions by themselves, with no qualification, as base
7805 item of a declaration.
7806 (verilog-pretty-declarations): Add new flag that inhibits printing
7807 to the message buffer.
7808 (verilog-pretty-expr): Add new flag that inhibits printing to the
7809 message buffer. Improve handling of the many types of expression
7810 line up.
7811 (verilog-just-one-space): Don't print an empty message.
7812 (verilog-get-lineup-indent): Rework to support the better handling
7813 of expression lineup for verilog-pretty-expr.
7814 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7815 (verilog-mode-version, verilog-mode-release-date): Update.
7816
7817 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * subr.el (cancel-change-group): Don't move point.
7820
7821 2008-02-23 Markus Triska <markus.triska@gmx.at>
7822
7823 * linum.el (linum-after-config): Update all visible windows.
7824
7825 2008-02-23 Glenn Morris <rgm@gnu.org>
7826
7827 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
7828 Add :help for Solitaire and Tetris.
7829
7830 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
7831
7832 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
7833 (smtpmail-code-conv-from): Doc fix. Fix custom type.
7834 (smtpmail-queue-index-file): Make it a defcustom.
7835 (smtpmail-queue-index): Delete.
7836 (smtpmail-send-it, smtpmail-send-queued-mail):
7837 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
7838 smtpmail-queue-index.
7839
7840 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7841 Add :version.
7842
7843 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
7844
7845 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7846 New variables.
7847 (iwconfig): New function.
7848
7849 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
7850
7851 * vc.el (vc-find-revision): Make vc-parent-buffer local before
7852 setting it.
7853 (vc-status-menu-map): Do not define using easy-menu.
7854 (vc-status-menu-map): New defalias.
7855 (vc-status-mode-map): Hook up the menu.
7856 (top-level): Update TODO.
7857
7858 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
7859
7860 * vc-bzr.el (vc-bzr-init-version): Rename to ...
7861 (vc-bzr-init-revision): ... this.
7862
7863 2008-02-23 Jason Rumney <jasonr@gnu.org>
7864
7865 * makefile.w32-in (WINS_ALMOST): Remove term.
7866 (WINS): Add term here.
7867 (custom-deps, finder-data): Use WINS_ALMOST.
7868
7869 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
7870
7871 * faces.el (font-weight-table): Fix value of `semi-light'.
7872
7873 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
7876 Make those tables bijective.
7877
7878 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
7879
7880 Finish pdbtrack integration cleanup, settling missing-functions
7881 byte compiler warnings appropriately.
7882
7883 * progmodes/python.el (python-point): Remove this - beginning-of-line
7884 was all that was necessary for `python-pdbtrack-overlay-arrow'.
7885 (python-end-of-def-or-class, python-beginning-of-def-or-class)
7886 (python-goto-initial-line): Drop these - they were only needed for
7887 python-point.
7888 (python-comint-output-filter-function): Use condition-case and
7889 beginning-of-line directly, instead of python-mode.el functions
7890 which require all sorts of baggage.
7891 (point-safe): Unnecessary - we're using condition-case directly,
7892 instead.
7893 (python-execute-file): Include for python-shell, which I'm leaving
7894 in keeping despite it being unnecessary for pdb tracking.
7895
7896 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
7897
7898 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7899 Add SRFI 11 support.
7900 (let-values, let*-values): Specify scheme-indent-function.
7901
7902 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7903
7904 * vc.el (vc-exec-after): Move setting mode-line-process in the
7905 busy case ...
7906 (vc-set-mode-line-busy-indicator): ... in this new function.
7907 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
7908 (vc-update-vc-status-buffer): Reset mode-line-process.
7909 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
7910 mark/unmark all the files with the same state as the current one.
7911 With a prefix argument mark/unmark all files.
7912 (vc-status-mode-menu): Adjust strings.
7913 (vc-update-vc-status-buffer): Only do something when the argument
7914 is not nil.
7915 (vc-status-kill-dir-status-process): New function.
7916 (vc-status-mode-map): Bind it.
7917 (vc-status-process-buffer): New variable.
7918 (vc-status-mode): Make it local.
7919 (vc-status-refresh): Set it.
7920
7921 * vc-hg.el (vc-hg-dir-status):
7922 * vc-git.el (vc-git-dir-status):
7923 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
7924 command is run.
7925
7926 2008-02-22 Glenn Morris <rgm@gnu.org>
7927
7928 * json.el (top-level): No need to require thingatpt.
7929 (json-read-keyword): Use thing-at-point rather than word-at-point.
7930
7931 * time.el (top-level): No need to require time-date when compiling.
7932
7933 * emacs-lisp/copyright.el (copyright-update-year):
7934 Fix subexpression numbering for the case when years are split over
7935 lines, and for the replace case.
7936
7937 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
7938 (tpu-caar, tpu-cadr): Delete functions.
7939 (zmacs-regions): No need to declare for compiler.
7940 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
7941 (tpu-spell-check): Rewrite, and handle mark after point.
7942 (tpu-special-insert): Use or rather than if.
7943
7944 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
7945 rather than spell-region.
7946
7947 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
7948 warnings about spell-region.
7949
7950 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
7951
7952 * ldefs-boot.el: Regenerated.
7953
7954 * loadup.el: Don't load language/devanagari, language/kannanda,
7955 language/malayalam, and language/tamil. Load language/sinhala.
7956
7957 * language/indian.el (indian-font-foundry)
7958 (indian-script-language-alist, indian-font-char-index-table)
7959 (indian-font-char, indian-font-char-range, indian-script-table)
7960 (indian-default-script, indian-composable-pattern): Delete them.
7961 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
7962 language environments moved to here.
7963 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
7964 New language environments.
7965
7966 * language/devanagari.el, language/devan-util.el,
7967 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
7968 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
7969 Delete them.
7970
7971 * language/sinhala.el: New file.
7972
7973 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
7974
7975 Update Nick Robert's port of pdb tracking from python-mode.el.
7976
7977 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
7978 Clarify docstring.
7979 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
7980 tracking is happening.
7981 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
7982 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
7983 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
7984 Tracking is plugged in to all comint buffers once python.el is loaded.
7985 (python-pdbtrack-overlay-arrow): Toggle activation of
7986 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
7987 (python-pdbtrack-track-stack-file): Use new
7988 `python-pdbtrack-get-source-buffer' for more flexible access to
7989 debugging source files.
7990 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
7991 according to pdb stack trace, optionally using new
7992 `python-pdbtrack-grub-for-buffer' if file is not locally available.
7993 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
7994 named buffer, or having function with indicated name.
7995 (python-shell): Remove comint-output-filter-functions hook
7996 addition, it's being done elsewhere. Wrap long line.
7997
7998 2008-02-21 Michael Olson <mwolson@gnu.org>
7999
8000 * json.el: Replace XEmacs compatibility code to get rid of
8001 compiler warnings.
8002
8003 * time.el: Fix compiler warning.
8004
8005 2008-02-21 Edward O'Connor <ted@oconnor.cx>
8006
8007 * json.el: New file (JavaScript Object Notation parser / generator).
8008
8009 2008-02-21 Dave Love <fx@gnu.org>
8010
8011 * progmodes/sym-comp.el: New file.
8012
8013 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8014 Require sym-comp. Add Python buffer to same-window-buffer-names.
8015 Fixup whitespaces.
8016 (python-font-lock-keywords): Add highlighting for Python builtins.
8017 (python-font-lock-syntactic-keywords): Rewrite.
8018 (python-quote-syntax): Use syntax-ppss-context instead of parsing
8019 ppss directly.
8020 (python-mode-map): Add binding for python-find-function.
8021 (python-calculate-indentation): Clean up the logic.
8022 (python-beginning-of-defun): Explicitly set return value.
8023 (python-beginning-of-statement): Stop looping if we get stuck
8024 going backwards.
8025 (python-next-statement): Stop looping if we somehow end up inside
8026 a string while advancing.
8027 (python-preoutput-continuation, python-version-checked): New vars.
8028 (python-check-version): New function.
8029 (run-python): Set default command to python-command instead of
8030 python-python-command.
8031 (run-python): Use python-check-version. Give PYTHONPATH
8032 precedence over data-directory in the process environment.
8033 Load function definitions in python process after.
8034 (python-check-comint-prompt): New function.
8035 (python-send-command, python-send-receive): Use it.
8036 (python-complete-symbol, python-try-complete): Functions deleted.
8037 Use symbol-complete instead of python-complete-symbol throughout.
8038 (python-fill-paragraph): Further refine the fenced-string regexp.
8039 (def-python-skeleton): Expand to the original abbrev instead if in
8040 a comment or string. Tweak skeletons for `if', `while', `for',
8041 `try/except', `try/finally', `name'.
8042 (python-pea-hook, python-abbrev-pc-hook): New functions.
8043 (python-abbrev-syntax-table): New var.
8044 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8045 Use symbol-completion-try-complete for hippie expansion.
8046 Turn on font lock unconditionally.
8047 (python-mode-hook): Defcustom it. No need to use make-local
8048 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8049 option, since it's buffer-local.
8050
8051 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
8052
8053 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8054
8055 2008-02-21 Drew Adams <drew.adams@oracle.com>
8056
8057 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8058 "Turn off" and a "Help" entry when the minor mode has no menu.
8059
8060 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
8061
8062 * vc.el (vc-status-mark, vc-status-unmark): New functions.
8063 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8064 vc-status-mark-file and vc-status-unmark-file.
8065 (vc-status-mark-unmark): New function.
8066 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8067
8068 2008-02-21 Glenn Morris <rgm@gnu.org>
8069
8070 * composite.el (encode-composition-rule): Fix typo in error message.
8071 (composition-function-table, auto-composition-mode): Doc fixes.
8072
8073 * subr.el (sit-for): Fix obsolete form for nil second argument.
8074
8075 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8076 (spell-string): Make obsolete, in favor of ispell.
8077
8078 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8079
8080 * language/devanagari.el: Don't setup composition-function-table
8081 here.
8082 ("Devanagari"): Change charset, coding-system, coding-priority to
8083 Unicode-based ones. Don't require the feature devan-util.
8084
8085 * composite.el (compose-chars-after): Fix arguments for a function
8086 in composition-function-table.
8087 (auto-compose-region): Likewise.
8088
8089 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8090 for Ethiopic.
8091 (ps-mule-plot-string): Ignore glyph-string based compositions.
8092
8093 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * doc-view.el: Allow different windows to show different pages.
8096 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8097 (doc-view-current-image, doc-view-current-overlay): Remove variables,
8098 add them back as macros instead, using image-mode-winprops instead.
8099 Update all users of those variables.
8100 (doc-view-new-window-function): New function to create a new overlay
8101 for each new window.
8102 (doc-view-mode): Use it and image-mode-setup-winprops.
8103 (doc-view-clone-buffer-hook): Rewrite accordingly.
8104
8105 * image-mode.el: Extend [hv]scroll support to per-window properties.
8106 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8107 (image-mode-winprops-alist): New var to replace them.
8108 (image-mode-new-window-functions): New hook.
8109 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8110 New funs.
8111 (image-set-window-vscroll, image-set-window-hscroll): Use them.
8112 Remove the `window' argument, update callers.
8113 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8114 Use the new functions.
8115 (image-mode-reapply-winprops): New fun.
8116 (image-mode): Use it.
8117
8118 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
8119
8120 * calc/calc-math.el (math-sin-raw): Add optional argument
8121 to keep track of original argument.
8122 (math-cos-raw): Use optional argument when calling math-sin-raw.
8123 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8124 with close to original precision.
8125
8126 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8127
8128 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8129 args in calls of sit-for.
8130
8131 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
8132
8133 * vc-svn.el (vc-svn-program): Fix typo in docstring.
8134 (vc-svn-checkin): Fix typo in error message.
8135
8136 * help-mode.el: Require easymenu when compiling.
8137
8138 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
8139
8140 * help-mode.el (help-mode-menu): New menu.
8141
8142 2008-02-20 Glenn Morris <rgm@gnu.org>
8143
8144 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8145 on Windows.
8146
8147 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
8148
8149 * ps-mule.el (ps-mule-encode-region): Return a single string.
8150 (ps-mule-plot-string): Adjust for the above change.
8151 (ps-mule-encode-header-string): Likewise.
8152
8153 * international/latin1-disp.el (latin1-display): Don't use
8154 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
8155 standard-display-table.
8156 (latin1-display-identities): Adjust for the change of what is
8157 returned by (get-language-info charset 'charset).
8158
8159 * international/mule-util.el (char-displayable-p): Fix for Latin-1
8160 characters and terminal case.
8161
8162 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
8163
8164 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8165
8166 * progmodes/python.el: Also require comint when loading.
8167 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8168 Replace python-shell with run-python on menu bar.
8169 (python-shell-map): New map.
8170 (python-default-interpreter, python-python-command-args)
8171 (python-jython-command-args, python-pdbtrack-do-tracking-p):
8172 New options.
8173 (python-which-shell, python-which-args, python-which-bufname):
8174 New buffer local variables.
8175 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8176
8177 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8178 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8179 New constants.
8180
8181 Pdbtrack features:
8182
8183 (python-point, python-end-of-def-or-class)
8184 (python-beginning-of-def-or-class, python-goto-initial-line)
8185 (python-comint-output-filter-function)
8186 (python-pdbtrack-overlay-arrow)
8187 (python-pdbtrack-track-stack-file, python-toggle-shells)
8188 (python-shell, python-pdbtrack-toggle-stack-tracking)
8189 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8190 New functions.
8191
8192 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8193
8194 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8195 when the argument is nil.
8196
8197 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8198
8199 * vc.el (dir-status): Add a brief description.
8200
8201 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
8202
8203 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8204 If non-nil, reverse the sense of the check.
8205
8206 * vc-rcs.el (vc-rcs-root): New func.
8207 * vc-cvs.el (vc-cvs-root): New func.
8208 * vc-svn.el (vc-svn-root): New func.
8209 * vc-sccs.el (vc-sccs-root): New func.
8210
8211 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
8212
8213 * language/japan-util.el (setup-japanese-environment-internal):
8214 Call use-cjk-char-width-table.
8215
8216 * language/japanese.el ("Japanese"): Set exit-function to
8217 use-default-char-width-table.
8218
8219 * international/characters.el: Delete occurrences of non-Unicode
8220 tibetan and ethiopic characters.
8221 (cjk-char-width-table): New variable.
8222 (use-cjk-char-width-table, use-default-char-width-table):
8223 New functions.
8224
8225 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8226
8227 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8228 (vc-status-mode-menu): Add a :filter.
8229 (vc-status-printer): Add faces.
8230
8231 * vc-hg.el (vc-hg-extra-status-menu): New function.
8232 (vc-hg-dir-status): Clean up the buffer before using it.
8233
8234 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8237 (gdb): Initialize it here instead.
8238
8239 * files.el (locate-dominating-file): Fix thinko in last change.
8240 Reported by Bruce Stephens <bruce.stephens@isode.com>.
8241
8242 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8243
8244 * vc.el (vc-status-mode-menu): New menu for vc-status.
8245
8246 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
8247
8248 * progmodes/verilog-mode.el (customize): Fix typo in error message.
8249 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8250 (verilog-mode-auto, verilog-indent-level-module)
8251 (verilog-minimum-comment-distance, verilog-library-flags)
8252 (verilog-library-directories, verilog-library-files)
8253 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8254 (verilog-xemacs-menu, verilog-set-compile-command)
8255 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8256 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8257 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8258 (verilog-batch-inject-auto, verilog-batch-indent)
8259 (verilog-continued-line, verilog-type-keywords)
8260 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8261 (verilog-read-inst-pins, verilog-read-arg-pins)
8262 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8263 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8264 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8265 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8266 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8267 (verilog-mode-version, verilog-mode-release-date)
8268 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8269 (verilog-simulator, verilog-compiler)
8270 (verilog-auto-sense-defines-constant, verilog-company)
8271 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8272 Fix typos in docstrings.
8273 (verilog-set-auto-endcomments, verilog-calculate-indent)
8274 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8275 Reflow docstrings.
8276 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8277 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8278 (electric-verilog-forward-sexp, verilog-in-case-region-p)
8279 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8280 (verilog-leap-to-head, verilog-current-indent-level)
8281 (verilog-case-indent-level, verilog-cpp-keywords)
8282 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8283 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8284 (verilog-signals-not-in, verilog-symbol-detick-text)
8285 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8286 (verilog-forward-close-paren, verilog-backward-open-paren)
8287 (verilog-backward-open-bracket): Doc fixes.
8288
8289 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8290 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8291 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8292 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8293 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8294 Fix typos in docstrings.
8295
8296 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8297
8298 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8299
8300 * info.el (Info-read-node-name): Removed unused `default' arg.
8301
8302 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8303
8304 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8305
8306 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * image-mode.el (image-get-display-property): New fun.
8309 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8310 (image-mode, image-minor-mode, image-toggle-display-text)
8311 (image-toggle-display): Use it.
8312
8313 2008-02-18 Jason Rumney <jasonr@gnu.org>
8314
8315 * international/mule.el (xml-find-file-coding-system): Don't warn
8316 about utf-16 with BOM.
8317
8318 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8319
8320 * international/mule.el (sgml-xml-auto-coding-function): Detect and
8321 warn if file encoding is not utf-8 and encoding not specified.
8322 (xml-find-file-coding-system): New function.
8323 * international/mule-conf.el (file-coding-system-alist): Use it.
8324
8325 2008-02-17 Glenn Morris <rgm@gnu.org>
8326
8327 * international/mule-cmds.el (set-locale-environment):
8328 Pass `frame' to getenv for LC_MESSAGES.
8329
8330 2008-02-17 Juri Linkov <juri@jurta.org>
8331
8332 * time.el (emacs-init-time): Use format instead of format-seconds.
8333
8334 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8335
8336 * textmodes/bibtex.el (bibtex-search-entry): Rename from
8337 bibtex-find-entry. Add autoload cookie.
8338 (bibtex-find-entry): Alias for bibtex-search-entry.
8339 (bibtex-search-crossref): Rename from bibtex-find-crossref.
8340 (bibtex-find-crossref): Alias for bibtex-search-crossref.
8341 (bibtex-clean-entry): atomic-change-group removed.
8342 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
8343 to locate buffer location where error occurred.
8344 Make error messages more specific.
8345 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8346
8347 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8350 top level.
8351
8352 * simple.el (transient-mark-mode): Add an :init-value.
8353
8354 * startup.el (command-line): Use custom-reevaluate-setting for
8355 transient-mark-mode.
8356
8357 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
8358
8359 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8360
8361 2008-02-16 Juri Linkov <juri@jurta.org>
8362
8363 * startup.el (after-init-time): New variable.
8364 (command-line): Set `after-init-time' to the current time.
8365
8366 * time.el (emacs-init-time): New function.
8367
8368 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * files.el (locate-dominating-file): Remove initial loop because it's
8371 not careful enough. Detect the uid-change all within the main loop.
8372
8373 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
8374
8375 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8376
8377 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8378
8379 * vc.el (vc-annotate): Add new argument.
8380 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8381
8382 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8383 Move make-variable-buffer-local code after the corresponding defvar.
8384 (hs-minor-mode-map): Define and initialize in one step.
8385 (hs-minor-mode): Change from defun to define-minor-mode.
8386
8387 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
8388
8389 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8390 (gdb-ready): Move declaration...
8391
8392 * progmodes/gdb-ui.el (gdb-ready): ...to here.
8393 (gdb-early-user-input): New variable.
8394 (gdb): Reset gdb-flush-pending-output to nil and set
8395 comint-input-sender here (before gdb-prompt), instead of...
8396 (gdb-init-1): ...here.
8397 (gdb-send): If Emacs is not ready, defer user input to...
8398 (gdb-prompt): ...here.
8399
8400 2008-02-16 Glenn Morris <rgm@gnu.org>
8401
8402 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8403
8404 * startup.el (emacs-startup-time): Rename to `before-init-time'.
8405 (before-init-time): New name for `emacs-startup-time'.
8406 (command-line): Use before-init-time rather than emacs-startup-time.
8407 * time.el (emacs-uptime): Use before-init-time rather than
8408 emacs-startup-time.
8409
8410 * composite.el (composition-function-table): Doc fix.
8411
8412 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8413 in favor of `%z' specifier.
8414 (emacs-uptime): Move to time.el.
8415 * time.el (emacs-uptime): Move here from time-date.el. Add optional
8416 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
8417 argument of format-seconds.
8418
8419 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8420
8421 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8422
8423 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
8424
8425 * ielm.el (ielm-is-whitespace): Remove.
8426 (ielm-is-whitespace-or-comment): New function.
8427 (ielm-eval-input): Use it.
8428
8429 2008-02-15 Jason Rumney <jasonr@gnu.org>
8430
8431 * term/mac-win.el: Fix coding tag.
8432
8433 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
8434
8435 * vc-hooks.el (vc-menu-map):
8436 * bindings.el (mode-line-mode-menu): Add tooltips.
8437
8438 * bindings.el (help-echo): Add more tooltips. Use a less
8439 telegraphic style for existing tooltips.
8440
8441 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8444 from the auto-generated one.
8445
8446 2008-02-14 Glenn Morris <rgm@gnu.org>
8447
8448 * mail/rmail-spam-filter.el (rmail-spam-filter):
8449 Let-bind message-spam-status.
8450
8451 * mail/smtpmail.el (password-cache-add): Declare as function.
8452
8453 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
8454
8455 * mail/smtpmail.el: Use password-cache.
8456
8457 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * uniquify.el (uniquify-buffer-base-name): New function.
8460 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8461
8462 * desktop.el (uniquify-managed): Don't defvar.
8463 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8464 `uniquify-managed'. Return also the buffer's base name.
8465 (desktop-save): When saving the buffer info, filter out the base name,
8466 and save it as buffer name if the buffer is managed by uniquify.
8467 (uniquify-item-base): Don't declare; not called anymore.
8468
8469 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
8470
8471 * vc.el (vc-annotate-find-revision-at-line): New function.
8472 (vc-annotate-mode-map): Bind it.
8473 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
8474 some entries.
8475
8476 2008-02-14 Glenn Morris <rgm@gnu.org>
8477
8478 * calendar/time-date.el (format-seconds): New function.
8479 (emacs-uptime): Use format-seconds.
8480
8481 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8482 Remove `LC_ALL=C', since it's included in $(emacs) now.
8483
8484 2008-02-14 Zhang Wei <id.brep@gmail.com>
8485
8486 * textmodes/org-publish.el (org-publish-timestamp-filename):
8487 Replace colon characters in filename too.
8488
8489 2008-02-13 Bastien Guerry <bzg@altern.org>
8490
8491 * mail/rmail.el (rmail-header-name): New face.
8492 (rmail-font-lock-keywords): Use rmail-header-name.
8493
8494 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8495 against X-Spam-Status header field.
8496 (rmail-spam-filter): Also check X-Spam-Status header field.
8497
8498 2008-02-14 Mark A. Hershberger <mah@everybody.org>
8499
8500 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8501 Add support for .pm files and .php files.
8502 (flymake-err-line-patterns): Add pattern for PHP errors.
8503 (flymake-php-init): New function. PHP support for flymake.
8504
8505 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8506 Add regular expression for PHP errors.
8507
8508 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8511 This DTRT even on w32 machines.
8512 (ange-ftp-cf1): Quote FILENAME.
8513
8514 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8517 (smerge-auto-combine): New fun.
8518
8519 2008-02-12 Juri Linkov <juri@jurta.org>
8520
8521 * startup.el (fancy-startup-screen, normal-splash-screen):
8522 Set default-directory to command-line-default-directory.
8523
8524 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8525 after reading the desktop.
8526
8527 * progmodes/compile.el (compilation-auto-jump):
8528 Call compile-goto-error only when compilation-auto-jump-to-first-error
8529 is non-nil.
8530 (compilation-scroll-output): Replace :type 'boolean with a choice
8531 that has three options including a third option `first-error'.
8532 Doc fix.
8533 (compilation-start, compilation-forget-errors): Add an alternate
8534 condition comparing compilation-scroll-output with `first-error'
8535 in addition to compilation-auto-jump-to-first-error (to call
8536 compilation-auto-jump in the proper place).
8537
8538 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * international/mule.el (sgml-html-meta-auto-coding-function):
8541 Make sure the search limit is ahead.
8542
8543 * tar-mode.el: Fix broken indentation.
8544 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8545 Use with-current-buffer.
8546
8547 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
8548
8549 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8550 it is already automatically buffer-local.
8551
8552 2008-02-11 Drew Adams <drew.adams@oracle.com>
8553
8554 * help.el (describe-key): Join some split lines to facilitate filling.
8555 * help-fns.el (describe-function-1): Fill text of overlong lines.
8556
8557 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
8558
8559 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8560 Use unibyte-string instead of string-make-unibyte.
8561
8562 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8563
8564 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8567 works also for buffers w/o buffer-file-name. Update callers.
8568 (doc-view-clone-buffer-hook): New fun.
8569 (doc-view-mode): Use it for indirect clones. Mark the overlays with
8570 the `doc-view' property so they can be recognized.
8571
8572 * simple.el (clone-indirect-buffer-hook): New hook.
8573 (clone-indirect-buffer): Run it.
8574
8575 2008-02-11 Daiki Ueno <ueno@unixuser.org>
8576
8577 * epa.el (epa-menu-mode): Merge into epa-mode.
8578 (epa-menu-items): Rename the label "EasyPG Assistant" to
8579 "Encryption/Decryption".
8580
8581 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8582 (epa-dired-mode-map): Rename from epa-dired-map.
8583 (epa-global-dired-mode): Rename the global minor mode.
8584
8585 2008-02-11 Drew Adams <drew.adams@oracle.com>
8586
8587 * isearch.el (isearch-fail): New face.
8588 (isearch-message): Highlight failure part of input.
8589
8590 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * ibuffer.el (ibuffer-header-line-format): New var.
8593 (ibuffer-mode): Set it instead of header-line-format.
8594 (ibuffer-update): Use it to set header-line-format.
8595
8596 * international/mule-cmds.el (ucs-insert): Inherit surrounding
8597 properties like self-insert-command.
8598
8599 2008-02-11 Drew Adams <drew.adams@oracle.com>
8600
8601 * progmodes/etags.el: Add many doc strings.
8602
8603 2008-02-11 Jason Rumney <jasonr@gnu.org>
8604
8605 * ldefs-boot.el: Regenerated.
8606
8607 2008-02-11 Glenn Morris <rgm@gnu.org>
8608
8609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8610 Shorten some names.
8611
8612 * ffap.el (ffap-rfc-directories): Add :version.
8613
8614 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
8615
8616 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8617 files, and backup files of same.
8618
8619 2008-02-11 Kevin Ryde <user42@zip.com.au>
8620
8621 * ffap.el (ffap-rfc-directories): New variable.
8622 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8623
8624 * info.el (Info-next-reference, Info-prev-reference)
8625 (Info-try-follow-nearest-node): Move to and follow https:// links too.
8626
8627 * simple.el (completion-list-mode): Show full completion-list-mode-map
8628 in the docstring.
8629
8630 2008-02-11 Sam Steingold <sds@gnu.org>
8631
8632 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8633
8634 2008-02-11 Glenn Morris <rgm@gnu.org>
8635
8636 * startup.el (emacs-startup-time): New variable.
8637 (command-line): Set emacs-startup-time.
8638
8639 * calendar/time-date.el (emacs-uptime): New function.
8640
8641 2008-02-10 Bastien Guerry <bzg@altern.org>
8642
8643 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8644 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8645 it is nil.
8646
8647 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8648
8649 * epg-config.el: Expand the contents of epg-package-info.el.
8650 (epg-package-name): New constant.
8651 (epg-version-number): New constant.
8652 (epg-bug-report-address): New constant.
8653
8654 * epa-mail.el (epa-mail-mode): Add autoload cookie.
8655 (epa-global-mail-mode): New global minor mode.
8656
8657 * epa-file.el (epa-file-mode): New global minor mode.
8658
8659 * epa-dired.el (epa-dired-mode): New global minor mode.
8660
8661 * epa.el (epa-menu): New variable.
8662 (epa-menu-items): New variable.
8663 (epa-menu-mode): New global minor mode.
8664 (epa-global-minor-modes): New user option.
8665 (epa-mode): New global minor mode.
8666
8667 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
8668
8669 * net/dbus.el: Remove `no-byte-compile' cookie.
8670 (dbus-call-method, dbus-register-signal, dbus-debug)
8671 (dbus-registered-functions-table): Declare them with
8672 `declare-function' or `defvar', respectively.
8673 (top): Don't assert any longer. Require 'cl when compiling.
8674 Apply `ignore-errors' but `dbus-ignore-errors'.
8675
8676 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8677
8678 * diff-mode.el (diff-add-change-log-entries-other-window):
8679 Use add-change-log-entry.
8680
8681 2008-02-09 Jason Rumney <jasonr@gnu.org>
8682
8683 * button.el (button-map):
8684 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8685 * ldefs-boot.el: Regenerate.
8686
8687 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
8688
8689 * epa.el (epa-faces, epa):
8690 * epa-file.el (epa-file):
8691 * epg-config.el (epg): Add :version.
8692
8693 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
8694
8695 * vc.el (vc-exec-after): Append CODE to previous fragments.
8696 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8697 take MESSAGES instead of VERBOSE; use it when non-nil.
8698 (vc-diff-internal): Compute messages once; use them;
8699 update call to vc-diff-finish.
8700
8701 2008-02-09 Michael Olson <mwolson@gnu.org>
8702
8703 * net/tramp.el (tramp-process-sentinel): Avoid error when process
8704 buffer has been killed, such as by
8705 `tramp-cleanup-all-connections'.
8706
8707 2008-02-09 Miles Bader <miles@gnu.org>
8708
8709 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8710
8711 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8714 splitter in context hunks.
8715
8716 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
8717
8718 * international/fontset.el (setup-default-fontset): Fix arabic otf
8719 font specification.
8720
8721 2008-02-08 Daiki Ueno <ueno@unixuser.org>
8722
8723 * epa-dired.el:
8724 * epa-file.el:
8725 * epa-mail.el:
8726 * epa-setup.el:
8727 * epa.el:
8728 * epg-config.el:
8729 * epg-package-info.el:
8730 * epg.el: Initial check-in of EasyPG.
8731
8732 2008-02-08 Glenn Morris <rgm@gnu.org>
8733
8734 * woman.el (woman-locale): New defcustom.
8735 (woman-expand-locale, woman-manpath-add-locales): New functions.
8736 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
8737
8738 * international/mule-cmds.el (locale-translate): New function,
8739 with old code extracted from set-locale-environment.
8740 (set-locale-environment): Use locale-translate. Set woman-locale.
8741
8742 * cus-start.el (selection-coding-system): Remove, since it's now
8743 defined in select.el rather than in xselect.c.
8744 * select.el (selection-coding-system): Make it a defcustom, and
8745 add the properties from cus-start.el. Bump :version.
8746
8747 * custom.el (custom-theme-set-variables): Sort symbols that are
8748 dependencies before symbols that depend on them.
8749 (custom-enabled-themes): Set after custom-theme-directory.
8750
8751 * pcmpl-unix.el (top-level): Move provide statement to end.
8752 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
8753 `*' from doc-string. Allow to be nil.
8754 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
8755 Allow to be nil. Add :version.
8756 (pcmpl-ssh-hosts): Move definition before use. Handle lines
8757 without hostnames, and multiple hostnames per line.
8758
8759 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
8760
8761 2008-02-08 Phil Hagelberg <phil@evri.com>
8762
8763 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
8764 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
8765
8766 2008-02-07 Timo Savola <timo.savola@iki.fi>
8767
8768 * startup.el (command-line-x-option-alist): Add --parent-id.
8769
8770 * term/x-win.el (x-handle-parent-id): New function.
8771
8772 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
8773
8774 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
8775 "Font Menu".
8776
8777 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
8778
8779 * net/dbus.el (dbus-interface-peer): New defconst.
8780 (dbus-ping): New defun.
8781
8782 2008-02-06 Sam Steingold <sds@gnu.org>
8783
8784 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
8785
8786 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
8789 Just return nil and let the C code provide a fallback.
8790
8791 2008-02-05 Glenn Morris <rgm@gnu.org>
8792
8793 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
8794 tramp-flush-connection-property for removed 2nd argument.
8795
8796 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * diff-mode.el (diff-add-change-log-entries-other-window):
8799 Rename from diff-create-changelog. Change users.
8800 Minor change to hopefully work with plain diffs.
8801 (diff-mode-map): Add binding for it.
8802
8803 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
8804
8805 * diff-mode.el: Add new TODO entry.
8806 (diff-create-changelog): New function.
8807 (diff-mode-menu): Bind it.
8808
8809 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
8810
8811 * international/mule-diag.el (print-fontset-element): Handle the
8812 case of inhibiting the fallback fonts.
8813
8814 2008-02-04 Kim F. Storm <storm@cua.dk>
8815
8816 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8817 (ido-magic-delete-char): Use prefix arg.
8818
8819 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
8820
8821 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
8822 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
8823 of today, the most recent libpng is 1.2.24).
8824
8825 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
8828
8829 * net/dbus.el (top): Check (featurep 'dbusbind).
8830
8831 * net/tramp.el (tramp-process-sentinel): New defun.
8832 (tramp-do-copy-or-rename-file-out-of-band)
8833 (tramp-maybe-open-connection): Use it as process sentinel.
8834 (tramp-handle-delete-directory): Don't use the "-f" option; it
8835 isn't portable.
8836 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
8837 after the command.
8838 (tramp-handle-shell-command): Set `mode-line-process' in the
8839 asynchronous case.
8840
8841 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
8842
8843 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
8844 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8845 Use `tramp-process-sentinel' as process sentinel.
8846
8847 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * whitespace.el (global-whitespace-mode): Revert last change.
8850 (whitespace-unload-function): Force `global-whitespace-mode'
8851 to deactivate local modes in a slightly less intrusive way.
8852
8853 2008-02-02 Eli Zaretskii <eliz@gnu.org>
8854
8855 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
8856
8857 2008-02-02 Glenn Morris <rgm@gnu.org>
8858
8859 * international/latin1-disp.el (latin1-display):
8860 * progmodes/fortran.el (fortran-comment-indent-char):
8861 * progmodes/idlw-shell.el (top-level):
8862 * term/mac-win.el (mac-keyboard-translate-char):
8863 * whitespace.el (whitespace-char-valid-p):
8864 * wid-edit.el (widget-key-sequence-read-event):
8865 Use characterp rather than char-valid-p.
8866
8867 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
8868 to capitalized-find-word-boundary. Doc fix. Update callers.
8869 (capitalized-next-word-boundary-function-table): Rename to
8870 capitalized-find-word-boundary-function-table. Doc fix. Update users.
8871
8872 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
8873 string-to-int.
8874
8875 * ps-def.el (declare-function): Add compatibility definition.
8876 (ps-plot-with-face, ps-plot-string): Declare as functions.
8877 (ps-bold-faces, ps-italic-faces): Declare variables.
8878
8879 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
8880 (ps-mule-end-job): Declare as functions.
8881
8882 * wid-edit.el (widget-string-complete): Use assoc-string rather
8883 than assoc-ignore-case.
8884
8885 See ChangeLog.13 for earlier changes.
8886
8887 ;; Local Variables:
8888 ;; coding: utf-8
8889 ;; add-log-time-zone-rule: t
8890 ;; End:
8891
8892 Copyright (C) 2008 Free Software Foundation, Inc.
8893
8894 This file is part of GNU Emacs.
8895
8896 GNU Emacs is free software: you can redistribute it and/or modify
8897 it under the terms of the GNU General Public License as published by
8898 the Free Software Foundation, either version 3 of the License, or
8899 (at your option) any later version.
8900
8901 GNU Emacs is distributed in the hope that it will be useful,
8902 but WITHOUT ANY WARRANTY; without even the implied warranty of
8903 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8904 GNU General Public License for more details.
8905
8906 You should have received a copy of the GNU General Public License
8907 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8908
8909 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc