(icomplete-prospects-height): Add :group.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dfb4dab1
JB
12008-05-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * icomplete.el (icomplete-prospects-height): Add :group.
4
c2d0b538
SM
52008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * icomplete.el (icomplete-prospects-length): Make obsolete.
8 (icomplete-prospects-height): New var.
9 (icomplete-completions): Use it.
10
b1d4664a
JB
112008-05-29 David Kastrup <dak@gnu.org>
12
13 * autoinsert.el (auto-insert): Add :link.
14
58d6a142
SM
152008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * tar-mode.el (tar-header): New field `header-start'.
18 (tar-header-block-tokenize): Set it when useful.
19 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
20 (tar-header-data-end): New function.
21 (tar-summarize-buffer): Use it.
22 (tar-next-line): Fix goal column for long usernames.
23 (tar-expunge-internal): Use header-start.
24 (tar-rename-entry): Handle ustar-style long names.
25 (tar-alter-one-field): Add optional `descriptor' argument.
26 (tar-subfile-save-buffer): Use it.
27
6b3d752c
SM
282008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
29
58d6a142
SM
30 * tar-mode.el (tar-header): New field `header-start'.
31 (tar-header-block-tokenize): Set header-start for longlink entries.
32 (tar-expunge-internal): Use header-start to expunge longlink entries.
33
5ee66afc
SM
34 * files.el (hack-local-variables): Don't signal an error if the local
35 variable section is not properly terminated.
36
d338d019
SM
37 * emacs-lisp/easymenu.el (easy-menu-convert-item)
38 (easy-menu-convert-item-1): Move the duplicate-generation outside of
39 the caching so it also works for identical entries.
40
dd798c64
SM
41 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
42 (tar-mode): Use write-region-annotate-functions rather than
43 write-contents-functions.
44 (tar-extract): Remove unused var `pos'.
45 (tar-subfile-save-buffer): Remove unused var `following-descs'.
46 (tar-mode-write-file): Remove.
47 (tar-write-region-annotate): New function.
48
ab1d3835
SM
49 * progmodes/flymake.el (flymake-save-buffer-in-file):
50 * shadowfile.el (shadow-copy-file):
51 * arc-mode.el (archive-*-write-file-member):
52 * files.el (diff-buffer-with-file):
53 * subr.el (with-temp-file): Pass nil to write-region.
54 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
55
5b813fe8
SM
56 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
57 the custom.
58
6b3d752c
SM
59 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
60 to write-region.
61
1ea1e2d4
GM
622008-05-28 Glenn Morris <rgm@gnu.org>
63
64 * Makefile.in (update-elclist): Work around non-portability of "\"
65 in various implementations of echo.
66
f598e45e
SM
672008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
68
0fe44409
SM
69 * international/mule-diag.el (describe-current-coding-system):
70 Don't assume selection-coding-system is always defined.
71
61bb55d0
SM
72 * tar-mode.el: Use defstruct and markers.
73 (tar-setf): Remove.
74 (tar-header): Use defstruct. Add `data-start' field.
75 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
76 (tar-desc-data-start): Remove (now called tar-header-data-start).
77 (tar-roundup-512): New fun.
78 (tar-header-block-tokenize): Receive a buffer position rather than
79 a string. Handle @longLink here, be more careful about it.
80 Create a marker for data-start.
81 (tar-summarize-buffer): Don't handle @LongLink here any more.
82 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
83 data-start on the following entries any more.
84 (tar-chown-entry, tar-chgrp-entry): Use read-number.
85
f598e45e
SM
86 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
87 (tar-header-offset): Remove.
88 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
89 Not permanent any more.
90 (tar-data-buffer): New var.
91 (tar-data-swapped-p, tar-change-major-mode-hook)
92 (tar-mode-kill-buffer-hook): New funs.
93 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
94 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
95 (tar-clear-modification-flags, tar-alter-one-field)
96 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
97 Change accordingly.
98
e02d8ae7
DN
992008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
100
101 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
f598e45e 102 (vc-dir-resynch-file): ... this. Update callers.
e02d8ae7
DN
103 Use vc-string-prefix-p. Ignore directory args.
104 (vc-string-prefix-p): CSE.
105 (vc-resynch-buffer): Restore conditional.
106
107 * vc-hooks.el (vc-after-save): Improve test.
108 (vc-mode-line): Fix indentation.
109
5c5f007f
CY
1102008-05-27 Chong Yidong <cyd@stupidchicken.com>
111
112 * calendar/parse-time.el (parse-time-months)
113 (parse-time-weekdays): Add long-form month and day names.
114
a8cb2f3f
GM
1152008-05-27 Glenn Morris <rgm@gnu.org>
116
117 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
118
35611703
SM
1192008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * vc-dispatcher.el (vc-string-prefix-p): New function.
122 (vc-dir-parent-marked-p): Use it.
123
476b4d35 1242008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
592da08e 125
4ff615b4 126 * vc.el (Problems): Remove fixed issues.
918e2ac4 127 (vc-expand-dirs): Avoid returning directories.
476b4d35
DN
128 (vc-dir): Fix C-x v v binding.
129 (vc-make-backend-object): Fix name.
130 (vc-dir-show-fileentry): Fix docstring.
131 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
35611703
SM
132 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
133 Reset the state for directories.
dff34e7e
DN
134 (vc-dir-headers): Align labels.
135 (vc-default-status-printer): Do no call prettify-state-info.
114515eb
DN
136 (vc-deduce-fileset): Replace implementation with one based on a
137 working older version.
35611703
SM
138 (vc-next-action): Use the new form of vc-deduce-fileset.
139 Fix dealing with unregistered files.
4ff615b4 140
592da08e 141 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4ff615b4 142 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
af71bb11
DN
143 (vc-dir-child-files): New function.
144 (vc-dir-node-directory): New function.
145 (vc-dir-update, vc-dir-parent-marked-p)
146 (vc-dir-children-marked-p, vc-dir-mark-all-files)
147 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
592da08e 148
4f922bf5
DN
149 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
150
bf6970a5
SM
1512008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
154 (diff-font-lock-keywords, diff-context->unified)
155 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
156 (diff-hunk-text, diff-find-source-location): Use it.
157 (diff-post-command-hook): Let the user edit the hunk headers.
158
995feee4
AS
1592008-05-26 Andreas Schwab <schwab@suse.de>
160
9b06a6bd
AS
161 * vc.el (vc-default-prettify-state-info): Fix formatting of an
162 unknown state.
163
995feee4
AS
164 * tar-mode.el (tar-summarize-buffer): Comment fix.
165
5a11e947 1662008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6fee106e 167
142e26a7 168 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
6fee106e 169
b4cb42a4
GM
1702008-05-26 Glenn Morris <rgm@gnu.org>
171
172 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
173
53485d40
JPW
1742008-05-25 John Paul Wallington <jpw@pobox.com>
175
bf6970a5
SM
176 * proced.el (proced-next-line, proced-previous-line):
177 Avoid calling `next-line' and `previous-line' from Lisp code.
53485d40 178
4980d28f
GM
1792008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
180
181 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
182 Use diary-ordinal-suffix.
183
87b69e9d
JB
1842008-05-24 Juanma Barranquero <lekktu@gmail.com>
185
186 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
187 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
188 (edebug-save-displayed-buffer-points, edebug-initial-mode)
189 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
190 (edebug-print-length, edebug-print-level, edebug-print-circle)
191 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
192 (edebug-global-break-condition, edebug-sit-for-seconds):
193 Remove spurious * from defcustom docstrings.
194 (edebug-unwrap*, edebug-signal, edebug-eval-display):
195 Improve argument/docstring consistency.
196 (edebug-test-coverage, edebug-gensym, edebug-read)
197 (edebug-top-level-nonstop, edebug-eval-result-list)
198 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
199 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
200 (edebug-display-freq-count): Reflow docstrings.
201 (edebug-restore-status): Doc fix.
202
82305b1a
SM
2032008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * proced.el (proced-header-line): Use the :align-to 0 feature
206 rather than computing the corresponding position manually.
207 (proced-update): Don't hardcode point-min==1.
208
dc376214
AM
2092008-05-24 Alan Mackenzie <acm@muc.de>
210
211 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
87b69e9d 212 if c-file-style is set to a non-string.
dc376214
AM
213
214 (c-neutralize-CPP-line): Surround by `save-excursion'.
215 (c-neutralize-syntax-in-CPP): Optimize for speed.
216
00609773
GM
2172008-05-24 Glenn Morris <rgm@gnu.org>
218
219 * Makefile.in (update-elclist): New target, to update ELCFILES.
220 (bootstrap-after): Run update-elclist.
221
2222008-05-24 Ulf Jasper <ulf.jasper@web.de>
223
224 * icalendar.el (icalendar-version): Increase to "0.19".
225 (icalendar--date-style): New function.
226 (icalendar--datetime-to-diary-date): Doc fix.
227 Use icalendar--date-style.
228 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
87b69e9d 229 (icalendar--convert-yearly-to-ical)
00609773
GM
230 (icalendar--convert-recurring-to-diary): Handle iso date style,
231 use icalendar-date-style.
232
64e5a32f
DN
2332008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * vc.el (vc-delete-file): Make sure the buffer is deleted and
236 vc-dir buffers are updated.
237
ee91bfdf
SM
2382008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * vc.el (vc-delete-file): Don't try to resynch the buffer.
241
a3507bd3
SM
2422008-05-23 Paul R <paul.r.ml@gmail.com>
243
244 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
245 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
246 (reftex-extra-bindings): Use it.
247
248 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
249 away from the user-reserved keys.
250
251 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
252 New vars.
253 (ada-create-keymap): Use them.
254
9cc236e0
SM
2552008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
258 a properly-grouped regexp.
259
f05cde18
JB
2602008-05-23 Juanma Barranquero <lekktu@gmail.com>
261
262 * progmodes/cap-words.el (capitalized-words-mode):
263 Fix typos in docstring.
264
67ef7528
KH
2652008-05-23 Kenichi Handa <handa@m17n.org>
266
267 * international/mule-conf.el: Don't define the charset `emacs'
268 here, just put :docstring, :short-name, and :long-name.
269
2702008-05-22 Kenichi Handa <handa@m17n.org>
271
272 * international/mule-diag.el (font-show-log): Limit each listing
273 to 20 items.
274
13bae507
NR
2752008-05-23 Nick Roberts <nickrob@snap.net.nz>
276
277 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
278 (gdb-annotation-rules): New entry for "thread-changed".
279 (gdb-thread-changed): New function.
280
05012a71
GM
2812008-05-23 Glenn Morris <rgm@gnu.org>
282
283 * Makefile.in (SOURCES): Remove, unused.
284 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
285 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
286 Exclude more '*loaddefs' files.
287 (compile-always): Simplify '.elc' deletion.
288
f8381803
SM
2892008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
292 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
293
67ef7528
KH
294 * minibuffer.el (completion-boundaries): Change calling
295 convention, so `string' has the same semantics as in
296 try-completion and all-completions.
f8381803 297 (completion-table-with-context, completion--embedded-envvar-table)
67ef7528
KH
298 (completion--file-name-table)
299 (completion-pcm--find-all-completions): Adjust code accordingly.
f8381803 300
be26add7
CY
3012008-05-22 Chong Yidong <cyd@stupidchicken.com>
302
303 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
304 prune image-mode-winprops-alist, preventing it from growing
305 indefinitely.
306 (image-mode-reapply-winprops): Use it.
307
a368801c
MB
3082008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
309
310 * net/netrc.el (netrc-machine): Always match if the port is not given.
311
a77b655d
SM
3122008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
313
c63028e1
SM
314 * minibuffer.el (completion-pcm--find-all-completions):
315 Don't add pseudo-completions.
316
31d4b748
SM
317 * icomplete.el (icomplete-eoinput): Remove.
318 (icomplete-overlay): New var to replace it.
319 (icomplete-tidy): Rewrite.
320 (icomplete-exhibit): Use an overlay.
321 (icomplete-completions): Use completion-all-sorted-completions.
322 Obey completion-ignore-case.
323
a77b655d
SM
324 * files.el (locate-dominating-file): Accept non-existing argument.
325 (project-find-settings-file): Rewrite, using locate-dominating-file.
326
fa5ee889
KH
3272008-05-22 Kenichi Handa <handa@m17n.org>
328
a77b655d
SM
329 * faces.el (font-weight-table, font-slant-table, font-width-table):
330 Delete them. Don't call internal-set-font-style-table.
4cd217dc 331
fa5ee889
KH
332 * international/mule-diag.el (font-show-log): New function.
333
334 * international/fontset.el (script-representative-chars): Add more
335 chars for latin. Add data for symbol.
a77b655d 336 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
fa5ee889 337
14c24780
SM
3382008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * minibuffer.el (completion-all-sorted-completions): New var.
341 (completion--flush-all-sorted-completions)
342 (completion-all-sorted-completions): New functions.
343 (minibuffer-force-complete): New command.
344
ef7f89b2
GM
3452008-05-21 Glenn Morris <rgm@gnu.org>
346
361edc85
GM
347 * files.el (c-postprocess-file-styles): Declare for compiler.
348
ef7f89b2
GM
349 * Makefile.in: Allow for parallel byte-compiling.
350 (ELCFILES): New variable.
351 (.el.elc): Remove prerequisites from suffix rule. Print a message.
352 (compile-first, compile-main, compile-last): New targets.
353 (compile-always): Simplify - delete .elc files, then `make compile'.
354
355 * Makefile.in (compile-calc): Use glob rather than find.
356 ($(lisp)/progmodes/cc-mode.elc): Use $@.
357
358 * eshell/esh-module.el: No need for cl when compiling.
359
360 * eshell/eshell.el (eshell-defgroup): New alias.
361 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
362 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
363 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
364 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
365 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
366 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
367 Autoload the custom group. Set generated-autoload-file.
368 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
369 for eshell-defgroup.
370 * eshell/esh-module.el (eshell-load-defgroups): Remove.
371 Require esh-groups rather than loading it.
372
e9f6a88f
RW
3732008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
374
375 * proced.el (proced-header-line): New variable and new function.
376 (proced-mode): Set header-line-format.
377 (proced-update): Set proced-header-line.
378 (proced-send-signal): Use proced-header-line.
379
59f36859
SM
3802008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * macros.el (insert-kbd-macro): Use prin1-char.
383
be91065f
SM
3842008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
385
a38313e1
SM
386 * minibuffer.el (completion-boundaries): New function.
387 (completion--some): Delay errors.
388 (complete-with-action, completion-table-with-context):
389 Handle `boundaries' case.
390 (completion--try-word-completion): Avoid partial-completion
391 when the user hasn't entered anything yet.
392 (minibuffer-local-map, minibuffer-local-filename-completion-map)
393 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
394 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
395 Setup default keybindings.
396 (completion--embedded-envvar-re): New var.
397 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
398 (completion--file-name-table): Handle `boundaries' case.
399 (completion-pcm--pattern->regex): Avoid pathological backtracking.
400 (completion-pcm--all-completions): Add a `prefix' arg.
401 (completion-pcm--find-all-completions): New function.
402 (completion-pcm-all-completions, completion-pcm-try-completion):
403 Use it.
404
be91065f
SM
405 * icomplete.el (icomplete-completions): Don't use `predicate' with
406 a table of a different type than `candidates'.
407
66add12c
RW
4082008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
409
a38313e1
SM
410 * proced.el (proced-goal-column): Rename from proced-procname-column.
411 (proced-goal-header-re): Rename from proced-procname-column-regexp.
412 (proced-move-to-goal-column): Rename from proced-move-to-procname.
413 (proced-header-face, proced-header-regexp): Remove.
66add12c
RW
414 (proced-font-lock-keywords): Remove proced-header-face.
415 (proced-header-alist, proced-sorting-schemes-re): New variables.
416 (proced): Rename Proced buffer to *Proced*.
417 (proced-next-line, proced-previous-line): New commands.
418 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
419 (proced-hide-processes): Do not treat first line as special.
420 (proced-header-space): New function.
a38313e1
SM
421 (proced-update): Use header-line-format.
422 Initialize proced-header-alist and proced-sorting-schemes-re.
423 Set proced-goal-column. Include proced-command in mode-name.
66add12c
RW
424 (proced-send-signal): Use header-line-format for *Marked
425 Processes* buffer.
426 (proced-sort): Restrict minibuffer completion to applicable
427 sorting schemes.
428 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
429
476d2aef
SM
4302008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * icomplete.el (icomplete-simple-completing-p):
433 Allow icomplete-with-completion-tables to say "use it everywhere".
116f996b 434 (icomplete-completions): Obey completion-styles. Try to accommodate
476d2aef
SM
435 partial-completion style.
436
6a221b7d
MO
4372008-05-20 Michael Olson <mwolson@gnu.org>
438
439 * files.el (project-find-settings-file): Change concat to
440 expand-file-name.
441
4b0ff59a
MO
4422008-05-19 Tom Tromey <tromey@redhat.com>
443
444 * files.el (normal-mode): Call hack-project-variables.
445 (hack-local-variables-confirm): Add 'project' argument.
446 (hack-local-variables-apply): New function.
447 (hack-local-variables): Use it.
448 (project-class-alist, project-directory-alist): New variables.
449 (project-get-alist): New function.
450 (project-collect-bindings-from-alist)
451 (project-collect-binding-list, set-directory-project)
452 (project-find-settings-file, project-define-from-project-file)
453 (hack-project-variables): New functions.
454
046f24aa
SM
4552008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
458
4e29db95
JB
4592008-05-19 Juanma Barranquero <lekktu@gmail.com>
460
461 * faces.el (font-weight-table): Fix typo in docstring.
462
4632008-05-18 David Hull <david@snap.com> (tiny change)
4064ff25
DN
464
465 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4787a496 466 (vc-hg-annotate-command): Allow white space before version number.
4064ff25 467
aa255da9
JB
4682008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
469
470 * calc/calc-yank.el (calc-register-alist): New variable.
471 (calc-set-register,calc-get-register,calc-copy-to-register)
472 (calc-insert-register,calc-add-to-register,calc-append-to-register)
473 (calc-prepend-to-register): New functions.
474
475 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
046f24aa
SM
476 `calc-copy-to-register' and `calc-insert-register'.
477 Autoload new register functions.
aa255da9
JB
478
479 * calc/calc-help.el (calc-r-prefix-help): Add help for register
480 functions.
481
3c9ee7c9
DN
4822008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
483
30cd7dc2
DN
484 * vc.el (Todo): Add known problems.
485 (vc-dir-backend): New variable.
486 (vc-dir): Set it.
487 (vc-make-backend-object, vc-generic-status-printer)
488 (vc-generic-state, vc-generic-status-fileinfo-extra)
489 (vc-dir-extra-menu): Use it.
490 (vc-generic-dir-headers): Remove, unused.
491
d002d68f
DN
492 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
493 vc-dir-prev-directory for consistency with vc-dir-previous-line.
494 (vc-dir-mode-map): Fix bindings.
495
3c9ee7c9
DN
496 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
497
87bd269a
JB
4982008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
499
500 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
501 operated on.
502 (calc-kill-region): Kill entire lines.
503
ac342f28
GM
5042008-05-17 Glenn Morris <rgm@gnu.org>
505
2b38e36f
GM
506 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
507 simplify initial value.
508 (defezimage): Drop support for Emacs without defimage, use a featurep
509 test rather than fboundp when defining, drop with-no-warnings.
510 (ezimage-insert-over-text): Move featurep test inside
511 add-text-properties.
512
10bd156e
GM
513 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
514
bcb04d98
GM
515 * net/tramp.el (top-level): Load auth-source when compiling.
516
ac342f28
GM
517 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
518
53b2b69f
AS
5192008-05-17 Andreas Schwab <schwab@suse.de>
520
521 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
522
046ca582 5232008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4f155125
DN
524
525 * vc.el (vc-annotate-show-diff-revision-at-line): Change
526 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
527
fb75de8f
VJL
5282008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
529
2b38e36f 530 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
fb75de8f 531
295673de
MO
5322008-05-17 Jim Meyering <meyering@redhat.com>
533
534 * ido.el (ido-save-history): Do not emit a trailing newline at the
535 end of the ido history file.
536
1915fb44
JPW
5372008-05-16 John Paul Wallington <jpw@pobox.com>
538
539 * vc-dispatcher.el (top-level): Revert previous change: require cl
540 when compiling.
541
7c2ec3f9
ER
5422008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
543
544 * vc.el (vc-default-status-printer)
545 (vc-default-prettify-state-info): Enhance the state prettyprinter
4e29db95 546 to deal better with unknown states and indirect through it when
7c2ec3f9
ER
547 painting vc-dir buffers.
548
c8039c6b
JPW
5492008-05-16 John Paul Wallington <jpw@pobox.com>
550
551 * vc-dispatcher.el (top-level): Don't require cl when compiling.
552 (vc-dir-mode-map): Fix backquote.
553 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
554
82f3844e
MA
5552008-05-16 Michael Albinus <michael.albinus@gmx.de>
556
4e29db95
JB
557 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
558 Reported by Glenn Morris <rgm@gnu.org>.
82f3844e 559
78016295
ER
5602008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
561
562 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
563 the end of the file, it was good work at one time but has been
564 stale since 1995 and may now be actively misleading.
4c61891a 565 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
98712492 566 CVS repository and module (assumptions for the latter a bit iffy).
2ec0d864
ER
567 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
568 SVN repository.
78016295 569
a2a413ad
JB
5702008-05-16 Juanma Barranquero <lekktu@gmail.com>
571
572 * vc-rcs.el (vc-rcs-create-tag):
573 * vc-sccs.el (vc-sccs-create-tag):
574 Fix typo in error message and pass backend arg.
575
5615d63f
MA
5762008-05-15 Michael Albinus <michael.albinus@gmx.de>
577
578 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
579
5802008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
581
582 * net/tramp.el: Load auth-source library.
583 (tramp-read-passwd): Use it for password, not login.
584
c0c30dd1
JY
5852008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
586
046f24aa 587 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
c0c30dd1
JY
588 (ses-print-cell): Use string-width, truncate-string-to-width,
589 delete-region rather than length, substring, delete-char.
046f24aa
SM
590 (ses-setup): Set inhibit-point-motion-hooks to t.
591 Calculate position by actually moving point rather than just using
592 unibyte character length.
c0c30dd1
JY
593 (ses-mode): Set indent-tabs-mode to nil.
594 (ses-center): Use string-width rather than length.
595
373b6519
ER
5962008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
597
370fded4 598 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
046f24aa
SM
599 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
600 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
601 vc-*-create-tag and vc-*-retrieve-tag respectively.
370fded4 602
373b6519
ER
603 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
604 unneeded defalias.
605
046f24aa 606 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
97275f80 607
d536a904
ER
608 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
609 about buffer names.
610
7264c6b8
GM
6112008-05-15 Glenn Morris <rgm@gnu.org>
612
613 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
614
615 * org/org-exp.el (org-infojs-options-inbuffer-template):
616 Fix declaration.
617
618 * progmodes/cc-mode.el (declare-function): Add compat definition.
619 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
620
6986e5c9
ER
6212008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
622
623 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
624 list to a cons so the caller can get back both expanded and
625 unexpanded filesets.
b34807bd
JB
626 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
627 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
6986e5c9
ER
628 Change handling of selection-set returns as required.
629
4e02f55c
JPW
6302008-05-15 John Paul Wallington <jpw@pobox.com>
631
c1d119ea
JPW
632 * add-log.el (top-level): Don't require cl when compiling.
633
337f393e
JPW
634 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
635 (archive-*-extract): Use `zerop'
636 (archive-*-write-file-member): Use `or', use `zerop'.
637
638 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
639
4e02f55c
JPW
640 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
641 (ibuffer-mark-interactive, ibuffer-set-mark)
642 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
643 (ibuffer-map-lines, ibuffer-switch-format)
644 (ibuffer-update-title-and-summary)
645 (ibuffer-redisplay-engine): Use it.
646
337f393e
JPW
647 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
648 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
649 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
650 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
651 (ibuffer-mark-read-only-buffers)
652 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
653
4e02f55c
JPW
654 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
655 (define-ibuffer-column, define-ibuffer-sorter)
656 (define-ibuffer-op, define-ibuffer-filter): Add declarations
657 containing indentation specs, replacing equivalent top-level
658 forms that set `lisp-indent-function' properties.
659 (define-ibuffer-op): Use `derived-mode-p'.
660 (define-ibuffer-filter): Remove redundant `concat' call.
661
674da028
MA
6622008-05-14 Michael Albinus <michael.albinus@gmx.de>
663
664 * net/tramp.el (tramp-echo-mark): Update docstring.
665 (tramp-echo-mark-marker): New defconst.
666 (tramp-check-for-regexp): Use it.
667
192350af
ER
6682008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
669
670 * vc.el (vc-deduce-fileset): Do the right thing when visting a
b34807bd
JB
671 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
672 as parent.
192350af 673
d660b68f
JPW
6742008-05-14 John Paul Wallington <jpw@pobox.com>
675
b34807bd
JB
676 * international/mule.el (convert-define-charset-argument):
677 Remove period from end of error message.
d660b68f
JPW
678 (coding-system-mnemonic): Doc fix.
679 (ctext-pre-write-conversion): Doc fix.
680
ecae6af9 6812008-05-14 Simon Marshall <simon@gnu.org>
6483b8c7 682
1937f3dc
RF
683 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
684 from its default value and give it the risky-local-variable
685 property (CVE-2008-2142).
6483b8c7 686
131b3b11
KH
6872008-05-14 Kenichi Handa <handa@m17n.org>
688
689 * language/korean.el ("Korean"): Set `iso639-language'
690 property to `ko'.
691
692 * language/japanese.el ("Japanese"): Set `iso639-language'
693 property to `ja'.
694
695 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
696 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
697 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
698
87b69e9d
JB
699 * international/mule-cmds.el (set-language-environment):
700 Set current-iso639-language.
131b3b11
KH
701
702 * international/fontset.el (setup-default-fontset): For kana, han,
703 hangul, and cjk-misc, move an entry with font-spec at the end.
704 (generate-fontset-menu): Exclue fontset-auto* from the list.
705
706 * composite.el (compose-chars-after): Assume that WINDOW is always
707 non-nil.
708
709 * faces.el (font-weight-table, font-slant-table)
710 (font-swidth-table): Declare them by defconst. Change the format
711 of elements. Call internal-set-font-style-table after their
712 declaration.
713 (face-valid-attribute-values): Call font-family-list. Get values
714 for width, weight, and slant from font-xxx-table.
715
716 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
717
1eb4b4b9
JPW
7182008-05-13 John Paul Wallington <jpw@pobox.com>
719
720 * ibuffer.el (ibuffer-buffer-file-name): New function.
721 (define-ibuffer-column filename): Use it.
722
723 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
724
0d5c702d
CY
7252008-05-13 Chong Yidong <cyd@stupidchicken.com>
726
727 * talk.el (talk): Simplify. Pass display arg to talk-add-display
728 as a string.
729 (talk-add-display): Simplify. Accept only string args.
730
24d2b0f5
JB
7312008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
732
b34807bd 733 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
24d2b0f5 734
a5cd8bed
SM
7352008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * Makefile.in (bootstrap-prepare): Don't chmod files.
738 (autoloads): Do it here instead, where it's actually needed.
739
bbfc0518
CY
7402008-05-13 Chong Yidong <cyd@stupidchicken.com>
741
742 * tool-bar.el (tool-bar-make-keymap): Account for the optional
743 KEY-BINDING-DATA field in menu-item list.
744
f836b98e
SM
7452008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
746
b575007b
SM
747 * dired.el (dired-read-dir-and-switches): Move things about to use less
748 recursion during macroexpansion.
749
833e7ac3
SM
750 * dired.el (dired-read-dir-and-switches): Use read-file-name.
751
f836b98e
SM
752 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
753 completion-ignored-extension directories if there's something else.
754 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
755 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
756 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
757 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
758 buffer-read-only -> inhibit-read-only.
759
77c5055c
ER
7602008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
761
0d5c7113
JB
762 * vc.el (vc-expand-dirs): Stop this function from tossing out
763 explicitly specified files.
77c5055c 764
d5c14937
SM
7652008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
768 to `insert'.
769
b257def7
DN
7702008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
773 cons. Use vc-annotate-backend.
93614fc1 774 (with-vc-file, edit-vc-file): Remove unused macros.
b257def7 775
e64a3841
TZ
7762008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
777
d5c14937 778 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
e64a3841
TZ
779 (smtpmail-try-auth-methods): Use it.
780
4ded1ddb
SM
7812008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
784 (setf (nthcdr ..) ..) doesn't require CL at runtime.
785
ba8a4d08
CD
7862008-05-11 Carsten Dominik <dominik@science.uva.nl>
787
d5c14937 788 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
ba8a4d08 789
365bdf63
SM
7902008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
791
07c4b87c
SM
792 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
793 (vc-bzr-revision-completion-table): Use process-file.
794 (vc-bzr-working-revision): Pass relative file names.
795
365bdf63
SM
796 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
797
fd3d78f2
JL
7982008-05-11 Juri Linkov <juri@jurta.org>
799
800 * wid-edit.el (widget-image-directory): Change default image data
801 subdirectory from "custom" to "images/custom".
802
803 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
804 before recursive call to `Info-next-preorder' to not add
805 intermediate nodes to the history.
806
807 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
808
809 * emulation/cua-base.el: Put isearch-scroll property
810 on cua-scroll-up and cua-scroll-down.
811
a970a27e
ER
8122008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
813
07c4b87c 814 * vc-hooks.el (vc-recompute-state): Remove (dead code).
a970a27e 815
ec4149ff
DN
8162008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
817
922320a9 818 * vc-dispatcher.el (ewoc): Require.
d9a3d80e
DN
819 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
820
ec4149ff
DN
821 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
822
f4c16414
CY
8232008-05-10 Chong Yidong <cyd@stupidchicken.com>
824
825 * term/w32-win.el (x-colors):
826 * term/mac-win.el (x-colors):
827 * term/x-win.el (x-colors): Re-order colors.
828
b3fccc27
RS
8292008-05-10 Reiner Steib <reiner.steib@gmx.de>
830
831 * smerge-mode.el (smerge-command-prefix): Fix custom type.
832
2cd5294d
ER
8332008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
834
835 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
836 New functions implementing motion to next and previous directory.
837
6ea3f62c
DN
838 * vc-arch.el (vc-arch-command):
839 * vc-bzr.el (vc-bzr-command):
840 * vc-cvs.el (vc-cvs-command):
841 * vc-dispatcher.el (vc-do-command):
842 * vc-git.el (vc-git-command):
843 * vc-hg.el (vc-hg-command):
844 * vc-mcvs.el (vc-mvcs-command):
845 * vc-mtn.el (vc-mtn-command):
846 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
847 (vc-sccs-workfile-unchanged-p):
848 * vc-svn.el (vc-svn-command, vc-svn-create-repo),
849 * vc-rcs.el (all methods): Remove assumption about what a nil
850 argument to vc-do-command means. This means no buffer name needs
851 to be hardcoded into the dispatcher layer, and it's better to be
852 explicit anyway.
853
854 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2888a97e 855
0108dbd6
DN
8562008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
857
8234f5be
DN
858 * vc.el: Update todo.
859
4b1a01b3
DN
860 * vc-sccs.el (vc-sccs-dir-status):
861 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
862 backends and returning up to date files.
863
0108dbd6
DN
864 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
865
e4ba96dc
ER
8662008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
867
0108dbd6 868 * vc.el (vc-dir):
8234f5be
DN
869 * vc-hooks.el: Tweak the VC directory bindings. These are now
870 documented in the manual.
871
872 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
d5c14937 873 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8234f5be
DN
874 (vc-dispatcher-selection-set): Allow callers to pass in an
875 observer flag that says no buffer sync is required.
876 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
877 Use the observer flag.
cb5d44b6 878
e1d92b5b
MA
8792008-05-09 Michael Albinus <michael.albinus@gmx.de>
880
881 * simple.el (start-file-process): Clarify docstring.
882
e7290559
ER
8832008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
884
d5c14937
SM
885 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
886 Remove stub implementations of, and references to, wash-log.
0108dbd6
DN
887 * vc-rcs.el (vc-rcs-comment-history):
888 * vc-cvs.el (vc-cvs-comment-history):
6aa5d910
ER
889 Inline the code that used to be wash-log.
890
c22b0a7d 891 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
d5c14937
SM
892 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
893 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
894 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
c22b0a7d
ER
895 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
896 (vc-rcs-print-log): Grok directories.
e7290559 897
8243c746
SM
8982008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
899
a749e19d
SM
900 * vc.el (vc-mark-resolved): Add `backend' argument.
901 (vc-next-action): Pass it the backend.
902 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
903 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
904 (vc-default-comment-history, vc-default-create-snapshot)
905 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
906 (vc-annotate-revision-previous-to-line)
907 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
908 * vc-svn.el (vc-svn-checkout):
909 * vc-mcvs.el (vc-mcvs-checkout):
910 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
911 (vc-working-revision, vc-before-save, vc-mode-line):
912 Prefer vc-call-backend to vc-call so as not to recompute the backend.
913
734abae3
SM
914 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
915 state to be consistent since it's often an unwarranted restriction.
916 Don't return the state either.
917 (vc-next-action): Check that the state is consistent.
918 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
919 (vc-rollback, vc-update): Adapt to new return value of
920 vc-deduce-fileset.
921
8243c746
SM
922 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
923 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
924 (vc-dispatcher-in-fileset-p): New fun.
925 (vc-dispatcher-selection-set): Use it to properly handle directories.
926
927a444e
DN
9272008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
930 (vc-update): Remove unused let bindings.
931
86048828
ER
9322008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
933
934 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
0d5c7113
JB
935 (vc-diff, vc-revert, vc-rollback, vc-update):
936 * vc-dispatcher.el (vc-dispatcher-selection-set):
86048828
ER
937 Get rid of 4 special cases in fileset selection. This involved
938 changing the return value of (vc-deduce-fileset) so that it passes
87b69e9d 939 back a deduced state as well as a deduced back end.
86048828 940
86c7460f
SS
9412008-05-08 Sam Steingold <sds@gnu.org>
942
943 * progmodes/compile.el (compilation-minor-mode-map)
87b69e9d 944 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
86c7460f
SS
945 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
946 to `compilation-minor-mode-map' (instead of an explicit `cons').
947
9c355de8
JB
9482008-05-08 Juanma Barranquero <lekktu@gmail.com>
949
950 * org/org.el (org-modules, org-format-latex-options):
951 * org/org-archive.el (org-archive-stamp-time)
952 (org-archive-save-context-info):
953 * org/org-faces.el (org-hide):
954 * org/org-irc.el (org-irc-parse-link):
955 * org/org-macs.el (org-call-with-arg, org-autoload):
956 * org/org-mew.el (org-mew-store-link):
957 * org/org-remember.el (org-remember-store-without-prompt)
958 (org-remember-templates): Fix typos in docstrings.
959
960 * org/org-info.el (org-info-store-link): Remove leftover docstring.
961
962 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
963 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
964 (org-bbdb-anniv-split): Fix typos in docstrings.
965
966 * org/org-publish.el (org-publish-project-alist): Doc fixes.
967 (org-publish-use-timestamps-flag): Reflow docstring.
968 (org-publish-files-alist): Fix typos in docstring.
969
0007689c
SS
9702008-05-07 Sam Steingold <sds@gnu.org>
971
972 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
973 appears to be too aggressive with window removal.
974
9c059794
DN
9752008-05-08 Michael McNamara <mac@mail.brushroad.com>
976
977 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
978 as pragma keywords.
979 (verilog-pretty-expr): Support lining up assignments which include
980 part selects.
981 (verilog-mode): More portable check for the availability of
982 hideshow support.
983 (verilog-do-indent): Remove special indent for declarations inside
984 a parenthetical list. The code is ill-advised, and doesn't work
985 given the new user defined types.
986 (verilog-set-auto-endcomments): Enhance function automatic
987 endcomment to support functions that return user defined types.
988 (verilog-mode): Add code to tell which-function-mode minor mode
989 that Verilog supports this feature.
990
77fa600f
EZ
9912008-05-08 Eli Zaretskii <eliz@gnu.org>
992
3fe68728
EZ
993 * epa-file.el: Require epa-hook.
994
8900c52c
EZ
995 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
996
86914123 997 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
3fe68728 998 file-names clashes on 8+3 filesystems. Provide epa-hook.
86914123 999
77fa600f
EZ
1000 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
1001 file-names clashes on 8+3 filesystems.
1002
7b1019e2 10032008-05-08 Carsten Dominik <dominik@science.uva.nl>
139c6840 1004
7b1019e2 1005 * org/org.el (org-read-date-get-relative): Interpret lone
139c6840
CD
1006 weekday abbreviation as relative to today.
1007
10c824b0
JB
10082008-05-08 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * abbrev.el (define-abbrev-table):
1011 * composite.el (toggle-auto-composition):
1012 * json.el (json-alist-p, json-plist-p):
1013 * minibuffer.el (completion-table-with-predicate):
1014 * ps-mule.el (ps-mule-external-libraries):
1015 * emacs-lisp/advice.el (ad-special-form-p):
1016 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1017 * eshell/em-smart.el (eshell-review-quick-commands):
1018 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
1019 (python-skip-out, python-check-comint-prompt):
1020 Don't use `iff' in docstrings.
1021
1022 * international/robin.el (robin-package-alist): Fix typo in docstring.
1023 (robin-current-package-name): Doc fix.
1024 (robin-activate): Don't use `iff' in docstring.
1025
4903369a
ER
10262008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
1027
10c824b0
JB
1028 * vc.el, vc-dispatcher.el: VC-Dired support removed.
1029 The code uses a ewoc-based implementation now.
db86064f 1030 * vc-hooks.el: Support for Meta-CVS has been removed.
4903369a 1031
c8fcd943
SM
10322008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * tool-bar.el: Choose images dynamically.
1035 (tool-bar-make-keymap, tool-bar-find-image): New function.
1036 (tool-bar-find-image-cache): New var.
1037 (tool-bar-local-item, tool-bar-local-item-from-menu):
1038 Don't select the image yet, do it later in tool-bar-make-keymap.
1039
51a0cb35
AS
10402008-05-07 Andreas Schwab <schwab@suse.de>
1041
1042 * window.el: Require 'cl when compiling.
1043
23532cb1
DN
10442008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1045
1046 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
1047
a4c687e0
GM
10482008-05-07 Glenn Morris <rgm@gnu.org>
1049
1050 * subr.el (ignore-errors): Move here from cl-macs.el.
1051 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
1052
1053 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
1054 oddness.
1055
c8d4f1a0
ER
10562008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
1057
23532cb1
DN
1058 * vc-hooks.el (vc-find-file-hook):
1059 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
c8d4f1a0 1060 further from vc.el.
ee5d572f 1061 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
c8d4f1a0 1062
10c824b0 10632008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5509c6ad
DN
1064
1065 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
1066 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
1067 (verilog-auto-inout, verilog-auto-inout-module)
1068 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
1069 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1070 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
1071 (verilog-auto-sense-sigs, verilog-auto-tieoff)
1072 (verilog-auto-unused, verilog-auto-wire)
1073 (verilog-decls-get-assigns, verilog-decls-get-consts)
1074 (verilog-decls-get-gparams, verilog-decls-get-inouts)
1075 (verilog-decls-get-inputs, verilog-decls-get-outputs)
1076 (verilog-decls-get-ports, verilog-decls-get-regs)
1077 (verilog-decls-get-signals, verilog-decls-get-wires)
1078 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
1079 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
1080 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
1081 (verilog-inject-sense, verilog-library-filenames)
1082 (verilog-mode-release-date, verilog-mode-version)
1083 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
1084 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
1085 (verilog-modi-get-assigns, verilog-modi-get-consts)
1086 (verilog-modi-get-gparams, verilog-modi-get-inouts)
1087 (verilog-modi-get-inputs, verilog-modi-get-outputs)
1088 (verilog-modi-get-ports, verilog-modi-get-regs)
1089 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
1090 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
1091 (verilog-modi-get-wires, verilog-preserve-cache)
1092 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
1093 (verilog-read-sub-decls, verilog-read-sub-decls-line)
1094 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
1095 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
1096 Add caching of additional state, and rework signal extraction
1097 routines to improve AUTO expansion performance by 300%++.
1098
7c28331c
CY
10992008-05-06 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
c8fcd943 1102 Tweak Open Watcom regexp to distinguish between errors and warnings.
7c28331c 1103
a8b0c38b
SM
11042008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * dired.el (dired-read-dir-and-switches): Fix up last change.
1107
b236ab0d
ER
11082008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
1109
10c824b0
JB
1110 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
1111 out of this function, move it to vc-dispatcher-selection-set.
b236ab0d 1112
4ecc0b67
SS
11132008-05-05 Sam Steingold <sds@gnu.org>
1114
1115 * window.el (delete-other-windows-vertically): New function.
1116
d0c66c5b
SM
11172008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * dired.el (dired-read-dir-and-switches):
1120 Obey read-file-name-completion-ignore-case.
1121
ba82b36e
NR
11222008-05-05 Nick Roberts <nickrob@snap.net.nz>
1123
d0c66c5b 1124 * progmodes/compile.el (compilation-error-regexp-alist-alist):
ba82b36e
NR
1125 Add regexp for Open Watcom compiler output.
1126
0c8a412c
SM
11272008-05-05 Phil Sung <psung@mit.edu> (tiny change)
1128
1129 * progmodes/python.el (python-block-pairs): Align finally with except.
1130
11a36f64
SM
11312008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1132
1133 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
1134
8653eee8
SM
11352008-05-05 Tom Tromey <tromey@redhat.com>
1136
1137 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
1138 looking at conflict marker.
1139
6494957a
SM
11402008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
1143 client-mode -> vc-client-object, and guess `funcall' was meant.
c8fcd943 1144 (vc-dir-mode): Rename client-mode -> vc-client-mode.
6494957a 1145
95eafb14
DN
11462008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
1149 (dbus-debug): Move declarations outside eval-when-compile.
1150
93855d58
RW
11512008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1152
6494957a
SM
1153 * proced.el (proced-command-alist): Fix system-type values.
1154 Fix defcustom.
1155 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
93855d58
RW
1156 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
1157 (proced-sort-start, proced-sort, proced-sort-time): New commands.
1158 (proced-update): Use proced-sorting-scheme. Update modeline.
1159 (proced-send-signal): Use nreverse.
1160 (proced-sorting-scheme-p): New function.
1161
5270bf51
AS
11622008-05-04 Andreas Schwab <schwab@suse.de>
1163
7b913185
AS
1164 * vc.el: Require dired when compiling.
1165
6494957a 1166 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5270bf51 1167
8480ec72
GM
11682008-05-03 Glenn Morris <rgm@gnu.org>
1169
1170 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
1171 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
1172 Simplify compilation requirements.
1173 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
1174 declarations.
1175
a3dd77f7
GM
11762008-05-03 Dave Love <fx@gnu.org>
1177
1178 * progmodes/python.el (python-beginning-of-statement):
1179 Loop at least once (fixes 2008-02-21 change).
1180
a43e3054
EZ
11812008-05-03 Eli Zaretskii <eliz@gnu.org>
1182
1183 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
1184 instead of `length' for comparing length of user and group names.
1185
92d1eebf
ER
11862008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
1187
a3dd77f7 1188 * vc-dispatcher.el: New file, separates out the UI and command
6494957a
SM
1189 execution machinery from VCS-specific logic left in vc.el.
1190 The separation is not yet completely clean, but it's a good start.
1191 * vc.el: This file is about 1700 lines shorter now.
1192 Remove obsolete logentry-check from the backend API.
10c824b0 1193 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
c8fcd943
SM
1194 implementation of the logentry-check method, and it guarded against
1195 a log length limit that has probably been obsolete for 15 years (!).
92d1eebf 1196
5f3ca1ba
SS
11972008-05-02 Sam Steingold <sds@gnu.org>
1198
1199 * progmodes/compile.el (compilation-start): Move setting of
1200 compilation-directory after (funcall mode) as that resets local
1201 variables, this fixes recompile in grep buffers.
1202 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
1203
5af733c0
ER
12042008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1205
1206 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10c824b0
JB
1207 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1208 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5af733c0
ER
1209 has one of these and that all are called in compatible ways.
1210 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
10c824b0
JB
1211 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
1212 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5af733c0
ER
1213 backend has one of these.
1214
457d37ba
SM
12152008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1216
7210c33f
SM
1217 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
1218 initialization into define-abbrev-table. Use :regexp.
1219 (octave-mode-syntax-table): Don't set word syntax for `.
1220
2bd49e46
SM
1221 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
1222 than only value.
1223
330b5098
SM
1224 * dired.el (dired-read-dir-and-switches):
1225 Set minibuffer-completing-file-name and call substitute-in-file-name.
991ae4e4 1226 (dired-format-columns-of-files): Use completion--insert-strings.
330b5098 1227
457d37ba
SM
1228 * minibuffer.el (completion-hilit-commonality): Revert last change:
1229 the leftover code was actually useful.
e5b5b82d 1230 (completion--insert-strings): Use string-width rather than length.
457d37ba 1231
5ad4f91c
SS
12322008-05-02 Sam Steingold <sds@gnu.org>
1233
1234 * vc.el (vc-dir-mode-map): Enable mouse bindings.
1235 (vc-at-event): New macro: run the body at the even location.
1236 (vc-dir-menu, vc-dir-toggle-mark): Use it.
1237 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8a92d311 1238 * subr.el (mouse-event-p): Check if the even is mouse-related.
5ad4f91c 1239
bfab7c6e 12402008-05-02 Nick Roberts <nickrob@snap.net.nz>
29e97c1a 1241
457d37ba
SM
1242 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1243 Don't throw error if no file is found.
29e97c1a 1244
83bd460a
JB
12452008-05-02 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1248 (vc-default-state-heuristic): Doc fix.
1249
7ebafc09
JB
12502008-05-02 Richard Sharman <rsharman@pobox.com>
1251
457d37ba 1252 * hilit-chg.el (highlight-changes-mode): Remove references to
7ebafc09
JB
1253 hooks that no longer exist. Because define-minor-mode is used the
1254 hook highlight-changes-mode-hook exists and can do what both the
1255 old hooks used to do. The documentation at the top of the file
1256 was updated to demonstrate this.
1257 (highlight-changes-mode): Remove commented out call to a hook
1258 function that is no longer there.
1259 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1260
0a299408
ER
12612008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
1262
1263 * vc.el (vc-default-dired-state-info): Change name of primitive
1264 to prettify-state-info, in preparation for ripping out dired mode.
1265 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1266 to prettify-state-info, in preparation for ripping out dired mode.
17f6a459
JB
1267 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1268 tries this on a version-controlled buffer. It will do useless or
25e94278 1269 actively bad things on any version control system newer than RCS.
17f6a459
JB
1270 * vc-hooks.el (vc-dired-resynch-file):
1271 * vc.el (vc-dired-resynch-file): Change name of primitive to
1272 vc-directory-resynch-file, preparing to remove dired.
0a299408 1273
80296236
DN
12742008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
1275
15ef1eae
DN
1276 * vc-rcs.el (vc-rcs-state): Fix typos.
1277
80296236
DN
1278 * vc.el (vc-register): Change argument order so that the prefix
1279 argument is assigned correctly.
1280 (vc-next-action, vc-dir-register): Update for the above change.
1281
93c0985f
JL
12822008-05-01 Juri Linkov <juri@jurta.org>
1283
1284 * replace.el (occur-read-primary-args): Set default to the car of
1285 regexp-history and display it in the prompt, but don't add to the
1286 list of minibuffer defaults. Bind history-add-new-input to nil to
1287 not add automatically `default'. For empty input return `default'.
1288 Otherwise, add `input' to regexp-history and return it.
1289 (occur-1): Signal an error for the empty regexp.
1290
1291 * progmodes/compile.el (compilation-auto-jump):
1292 Set window point to `pos' explicitly.
1293
3702367b
ER
12942008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
1295
1296 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1297 when appropriate.
1298 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1299 we report the 'unregistered state reliably.
1300 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1301 we report the 'unregistered state reliably.
1302 * vc-git.el (vc-git-state): Call vc-git-unregistered so
1303 we report the 'unregistered state reliably.
1304 * vc-hooks (vc-state): Document that vc-unregistered is
1305 now expected to be returned reliably.
1306 * vc.el (vc-default-dired-state): Change needs-patch state to
1307 needs-update, since the name now shows up in dir-status listings
1308 and was somewhat misleading.
0a299408 1309 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
80296236 1310 immediately after removing the file.
3c73c30e
ER
1311 * vc.el (vc-next-action): More informative messages when a fileset
1312 is in a mixed state or files are missing.
3702367b 1313
a84615c7
SS
13142008-05-01 Sam Steingold <sds@gnu.org>
1315
0a299408 1316 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
a84615c7 1317
581c438c
SM
13182008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1321
6f8a4190
DU
13222008-05-01 Daiki Ueno <ueno@unixuser.org>
1323
1324 * epa-file-hook.el: New file split from epa-file.el.
1325 * epa-file.el: Require 'epa-file-hook.
1326 (epa-file-handler): Add autoload cookie.
1327 * loadup.el: Load epa-file-hook.
1328 * startup.el (command-line): Eval the body of auto-encryption-mode.
1329
97c66ed8
DN
13302008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * vc.el (vc-dir-mode-map): Don't bind "r".
1333
7db924c0
DN
1334 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1335 (vc-hg-status-printer): New function.
1336 (vc-hg-after-dir-status): Deal with copied and renamed files.
1337 (vc-hg-dir-status): Add flag to show copied files.
1338
59f13c2a
JPW
13392008-05-01 John Paul Wallington <jpw@pobox.com>
1340
1341 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1342 (ibuffer-do-sort-by-recency): Reverse sorting order if last
1343 sorting mode was recency.
1344
1345 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1346 reverse sorting order if last sorting mode was the sorter's.
1347
7041a99a
JR
13482008-05-01 Jason Rumney <jasonr@gnu.org>
1349
1350 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1351
b4c5fc9f
JPW
13522008-04-30 John Paul Wallington <jpw@pobox.com>
1353
1354 * ibuffer.el (define-ibuffer-column filename): When the major mode
1355 is `vc-dir-mode' show the buffer's default directory.
1356
e9e19833
JPW
1357 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1358 major mode is `vc-dir-mode' use the buffer's default directory.
1359
775237d3
SS
13602008-04-30 Sam Steingold <sds@gnu.org>
1361
97e089f6
SS
1362 * vc.el (vc-dir-delete-file): Add.
1363 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
775237d3
SS
1364 (vc-delete-file): Do not barf when the file has been already deleted.
1365
458c4642
DN
13662008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1369
af36f8ed
SM
13702008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1371
5d8137ab
SM
1372 * progmodes/octave-mod.el (octave-help): New function.
1373 * progmodes/octave-hlp.el: Delete.
1374 * info-look.el (octave-mode): Add operator index.
1375
af36f8ed
SM
1376 * vc.el (vc-checkout): Typo.
1377
5bd20ee6
DN
13782008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
1379
9a3558cb
DN
1380 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1381 Add "..." in the appropriate places.
1382
703b9611 1383 * epa.el (epa-key-list-mode-map): Add more menu entries.
9a3558cb 1384 Add "..." in the appropriate places.
703b9611 1385
4b33a64a
DN
1386 * dired.el (dired-mode-map): Add :help.
1387
5bd20ee6
DN
1388 * vc.el (vc-deduce-fileset): Add new parameter.
1389 (vc-dir-marked-only-files): New function.
1390 (vc-next-action): Don't ignore directories, look at the files
1391 inside them.
1392 (vc-dir-mode): Document how the mark/unmark commands work.
1393
81ff9458
SM
13942008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1395
bb6da2f8
SM
1396 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1397 Rule out trailing spaces in file and directory names as well.
1398
81ff9458
SM
1399 * minibuffer.el (completion--do-completion): Move point even if the
1400 completion makes no change.
1401 (completion-pcm-try-completion): Fix computation of new point.
1402
2f0adb0b
SM
14032008-04-30 David Hansen <david.hansen@gmx.net>
1404
1405 * dired.el: Require 'cl.
1406
fe3769a6
NR
14072008-04-30 Nick Roberts <nickrob@snap.net.nz>
1408
1409 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1410 hollow if not in innermost frame.
1411
28bb43e1
SM
14122008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1413
e0607aaa
SM
1414 Make `checkout-model' apply to filesets.
1415 * vc-hooks.el (vc-checkout-model): Rewrite.
1416 (vc-before-save, vc-after-save): Adjust callers accordingly.
1417 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1418 (vc-transfer-file): Adjust callers accordingly.
1419 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1420 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1421 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1422 instead of vc-checkout-model.
1423 * vc-mcvs.el (vc-mcvs-revert):
1424 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1425 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1426 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1427 * vc-svn.el (vc-svn-checkout-model):
1428 * vc-hg.el (vc-hg-checkout-model):
1429 * vc-git.el (vc-git-checkout-model):
1430 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1431
b95ced6b
SM
1432 * dired.el (dired-read-dir-and-switches): Replace last change with
1433 a new approach that mixes read-file-name and read-directory-name.
1434
28bb43e1
SM
1435 * files.el (read-buffer-to-switch):
1436 Avoid making assumptions about `other-buffer'.
1437
ac2c49f4
SS
14382008-04-29 Sam Steingold <sds@gnu.org>
1439
1440 * vc.el (vc-dir-mode-hook): Add normal hook.
1441 (vc-dir-mode): Run it.
1442
0715a531
NR
14432008-04-29 Nick Roberts <nickrob@snap.net.nz>
1444
1445 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1446 Always split windows.
1447 (gdb-speedbar-timer-fn): Only raise frame after user input.
1448 (gdb-same-frame): Reverse initial value.
1449 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1450
ac2c49f4 1451 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
0715a531
NR
1452 gdb-speedbar-timer-fn.
1453
3e9db557
SM
14542008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1457
dc9b613e
GM
14582008-04-29 Daiki Ueno <ueno@unixuser.org>
1459
1460 * epa.el (epa-key-list-mode-map): Add menu.
1461 (epa-delete-keys, epa-import-keys): Fix typo.
1462
5bd8042b
GM
14632008-04-29 Glenn Morris <rgm@gnu.org>
1464
1465 * find-cmd.el (top-level): Does not need cl when compiling.
1466
6dfcbe31
SM
14672008-04-29 Phil Jackson <phil@shellarchive.co.uk>
1468
1469 * find-cmd.el: New file.
1470
6138158d
SM
14712008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1472
7372b09c
SM
1473 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1474 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1475 (completion-pcm--hilit-commonality): New function.
1476 (completion-pcm-all-completions): Use it.
1477
6138158d
SM
1478 * minibuffer.el (completion-common-substring): Mark obsolete.
1479 (completions-first-difference, completions-common-part):
1480 Move from simple.el.
1481 (completion-hilit-commonality): New fun.
1482 (display-completion-list, completion-emacs21-all-completions)
1483 (completion-emacs22-all-completions): Use it.
1484 * simple.el (completions-first-difference, completions-common-part):
1485 Move to minibuffer.el.
1486 (choose-completion-string): Use field functions and minibufferp.
1487 (completion-setup-function): Don't set completions faces.
1488
51d16e07
GM
14892008-04-29 Glenn Morris <rgm@gnu.org>
1490
1491 * calendar/calendar.el (calendar-nth-named-absday)
1492 (calendar-nth-named-day):
1493 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1494 * calendar/holidays.el (holiday-float): Doc fixes.
1495
1496 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1497 the `full' case.
1498
1499 * org/org-agenda.el (calendar-iso-from-absolute):
1500 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1501 Fix declarations.
1502
ce31e572
NR
15032008-04-28 Nick Roberts <nickrob@snap.net.nz>
1504
1505 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1506 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1507 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1508 (gdb-assembler-custom): Be careful not to match other addresses.
1509
20d4381e
JR
15102008-04-29 Jason Rumney <jasonr@gnu.org>
1511
1512 * battery.el (battery-status-function): Use w32-battery-status
1513 on Windows.
1514 (battery-echo-area-format): Make apm format the general case.
1515 (battery-mode-line-format): Merge apm and pmset formats as the
1516 general case.
1517
4b23c5eb
NR
15182008-04-29 Nick Roberts <nickrob@snap.net.nz>
1519
6138158d
SM
1520 * progmodes/gdb-ui.el (gdb-info-stack-custom):
1521 Use gud-tool-bar-item-visible-no-fringe.
4b23c5eb
NR
1522 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1523 is already visible in frame. Remove optional size parameter
1524 and add optional frame parameter.
1525
1526 * progmodes/gud.el (gud-display-line): Only consider visible
1527 frames when looking for source buffer.
1528
6593e735
CY
15292008-04-28 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1532 argument to get-char-property, in case the current buffer hasn't
1533 been assigned to that window yet.
1534 (doc-view-display): Default to selected window if the current
1535 buffer hasn't been assigned to a window yet.
1536
385da4e7
VJL
15372008-04-28 Vinicius Jose Latorre <bzg@altern.org>
1538
1539 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1540
67321a57
MA
15412008-04-28 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * net/tramp.el (tramp-mode): New defcustom.
d0c66c5b
SM
1544 (tramp-file-name-handler, tramp-completion-file-name-handler):
1545 Use it.
67321a57
MA
1546 (tramp-replace-environment-variables): Handle "$$".
1547
bfd57731
SS
15482008-04-28 Sam Steingold <sds@gnu.org>
1549
1550 * vc-hg.el (vc-hg-rename-file): Fix argument order.
1551
f5c06341
BG
15522008-04-28 Bastien Guerry <bzg@altern.org>
1553
1554 * whitespace.el (whitespace-trailing): Fix typo.
1555
c5de0a17
SS
15562008-04-28 Sam Steingold <sds@gnu.org>
1557
1558 * textmodes/remember.el (diary-make-entry): Update the autoload.
1559
602f074a
SM
15602008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1563 all-completions.
1564
fb8a6326
JB
15652008-04-28 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1568
6e61fbe1
DN
15692008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1570
1571 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1572 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1573 (vc-dir-mark-file): Add an optional argument.
1574 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1575
bfeee9d1
DN
15762008-04-27 Daiki Ueno <ueno@unixuser.org>
1577
96cfaafc
GM
1578 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1579 rather than obsolete alias find-file-hooks.
1580 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
1581 Use find-file-hook rather than obsolete alias find-file-hooks.
1582 Add to find-file-not-found-functions.
bfeee9d1
DN
1583 (epa-file-handler): Put 'safe-magic and 'operations properties.
1584
1585 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1586 (epa-menu-items): Remove.
1587
1588 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1589 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1590 (epa-dired-mode, epa-global-dired-mode): Remove.
1591
1592 * dired.el (dired-mode-map): Bind encryption/decryption commands.
1593
1594 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1595
1596 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1597
b576c580
GM
15982008-04-27 Glenn Morris <rgm@gnu.org>
1599
1600 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1601 Remove un-needed local `orig-list'. Replace cl `copy-list'.
1602
176b6c03
CD
16032008-04-27 Carsten Dominik <dominik@science.uva.nl>
1604
90fce910 1605 * org/org.el (org-html-level-start): Always have id's in HTML.
176b6c03
CD
1606 (org-export-as-html): Use `org-link-protocols' to
1607 retrieve the export form of the link.
602f074a
SM
1608 (org-add-link-type): Final parameter renamed from PUBLISH.
1609 Better documentation of how it is to be used. Avoid double entries for
176b6c03
CD
1610 the same link type.
1611 (org-add-link-props): New function.
1612 (org-modules-loaded): New variable.
1613 (org-load-modules-maybe, org-set-modules): New function.
1614 (org-modules): New option.
1615 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1616 (orgtbl-mode, org-store-link, org-insert-link-global)
1617 (org-open-at-point): Call `org-load-modules-maybe'.
1618 (org-search-view): Add more text properties.
1619 (org-agenda-schedule, org-agenda-deadline): Allow also in
1620 search-type agendas.
1621 (org-search-view): Order of arguments has been changed.
1622 Interpret prefix-arg as TODO-ONLY.
1623 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1624 Take new argument order of `org-search-view' into account.
1625 (org-todo-only): New variable.
1626 (org-search-syntax-table): New variable and function.
1627 (org-search-view): Do the search with the special syntax table.
1628 (define-obsolete-function-alias): Make work with XEmacs.
1629 (org-add-planning-info): Use old date as default when modifying an
1630 existing deadline or scheduled item.
1631 (org-agenda-compute-time-span): Make argument N optional.
1632 (org-agenda-format-date-aligned): Require `cal-iso'.
87b69e9d 1633 (org-agenda-list): Include week into agenda heading, don't
176b6c03
CD
1634 list it at each date (only on Mondays).
1635 (org-read-date-analyze): Define local variable `iso-date'.
1636 (org-agenda-format-date-aligned): Remove dependency on
1637 `calendar-time-from-absolute'.
1638 (org-remember-apply-template, org-go-to-remember-target):
1639 Interpret filenames relative to `org-directory'.
1640 (org-complete): Silently fail when trying to complete
1641 keywords that don't have a default value.
602f074a
SM
1642 (org-get-current-options): Add a #+DATE: option.
1643 (org-additional-option-like-keywords): Remove "DATE:" from the
176b6c03 1644 list of additional keywords.
602f074a 1645 (org-export-as-html): Remove (current-time) as unnecessary second
176b6c03 1646 argument of `format-time-string'.
90fce910 1647 (org-clock-find-position): Handle special case at end of buffer.
176b6c03
CD
1648 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1649 `org-agenda-change-time-span'.
1650 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1651 `org-agenda-change-time-span'.
1652 (org-agenda-month-view): New argument MONTH, pass it on to
1653 `org-agenda-change-time-span'.
90fce910 1654 (org-agenda-year-view): New argument YEAR, pass it on to
176b6c03
CD
1655 `org-agenda-change-time-span'.
1656 (org-agenda-change-time-span): New optional argument N, pass it on
1657 to `org-agenda-compute-time-span'.
1658 (org-agenda-compute-time-span): New argument N, interpret it by
1659 changing the starting day.
1660 (org-small-year-to-year): New function.
602f074a 1661 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
90fce910
JB
1662 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1663 into the future, and that the shift is at least one interval, never 0.
1664 (org-update-checkbox-count): Fix bug with checkbox counting.
176b6c03 1665 (org-add-note): New command.
602f074a 1666 (org-add-log-setup): Rename from `org-add-log-maybe'.
176b6c03
CD
1667 (org-log-note-headings): New entry for plain notes (i.e. notes not
1668 related to state changes or clocking).
90fce910 1669 (org-get-org-file): Check for availability of `remember-data-file'.
176b6c03
CD
1670 (org-cached-entry-get): Allow a regexp value for
1671 `org-use-property-inheritance'.
1672 (org-use-property-inheritance): Allow regexp value. Fix bug in
1673 customization type.
1674 (org-use-tag-inheritance): Allow a list and a regexp value for
1675 this variable.
90fce910
JB
1676 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1677 (org-entry-get): Respect value `selective' for the INHERIT argument.
176b6c03
CD
1678 (org-tag-inherit-p, org-property-inherit-p): New functions.
1679 (org-agenda-format-date-aligned): Allow 10 characters for
1680 weekday, to acomodate German locale.
1681 (org-add-archive-files): New function.
90fce910 1682 (org-agenda-files): New argument `ext', to get archive files as well.
176b6c03
CD
1683 (org-tbl-menu): Protect the use of variables that
1684 are only available when org-table.el gets loaded.
1685 (org-read-agenda-file-list): Error if `org-agenda-files' is a
1686 single directory.
1687 (org-open-file): Allow a batch process to trigger
1688 waiting after executing a system command.
1689 (org-store-link): Link to headline when there is not
1690 target and no region in an org-mode buffer when creating a link.
1691 (org-link-types-re): New variable.
1692 (org-make-link-regexps): Compute `org-link-types-re'.
1693 (org-make-link-description-function): New option.
1694 (org-agenda-date, org-agenda-date-weekend): New faces.
1695 (org-archive-sibling-heading): New option.
1696 (org-archive-to-archive-sibling): New function.
1697 (org-iswitchb): New command.
1698 (org-buffer-list): New function.
1699 (org-agenda-columns): Also try the #+COLUMNS line in
1700 the buffer associated with the entry at point (or with the first
1701 entry in the agenda view).
1702 (org-modules): Add entry for org-bibtex.el.
602f074a
SM
1703 (org-completion-fallback-command): Move into `org-completion' group.
1704 (org-clock-heading-function): Move to `org-progress' group.
176b6c03
CD
1705 (org-auto-repeat-maybe): Make sure that a note can
1706 be enforces if `org-log-repeat' is `note'.
90fce910
JB
1707 (org-modules): Allow additional symbols for external packages.
1708 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
176b6c03
CD
1709 (org-clock-goto): Hide drawers after showing an
1710 entry with `org-clock-goto.'
90fce910
JB
1711 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1712 Try also a clocktable block shift.
176b6c03
CD
1713 (org-clocktable-try-shift): New function.
1714 (org-columns-hscoll-title): New function.
1715 (org-columns-previous-hscroll): New variable.
1716 (org-columns-full-header-line-format): New variable.
1717 (org-columns-display-here-title, org-columns-remove-overlays):
1718 Install `org-columns-hscoll-title' in post-command-hook.
1719
1720 * org/org.el: Split into many small files.
1721
1722 * org/org-agenda.el: New file, split off from org.el.
1723
1724 * org/org-archive.el: New file, split off from org.el.
1725
1726 * org/org-bbdb.el: New file.
1727
1728 * org/org-bibtex.el: New file, split off from org.el.
1729
1730 * org/org-clock.el: New file, split off from org.el.
1731
1732 * org/org-colview.el: New file, split off from org.el.
1733
1734 * org/org-compat.el: New file, split off from org.el.
1735
1736 * org/org-exp.el: New file, split off from org.el.
1737
1738 * org/org-faces.el: New file, split off from org.el.
1739
1740 * org/org-gnus.el: New file, split off from org.el.
1741
1742 * org/org-info.el: New file, split off from org.el.
1743
1744 * org/org-infojs.el: New file.
1745
1746 * org/org-irc.el: New file.
1747
1748 * org/org-macs.el: New file, split off from org.el.
1749
1750 * org/org-mew.el: New file.
1751
1752 * org/org-mhe.el: New file, split off from org.el.
1753
1754 * org/org-publish.el: New file, split off from org.el.
1755
1756 * org/org-remember.el: New file, split off from org.el.
1757
1758 * org/org-rmail.el: New file, split off from org.el.
1759
1760 * org/org-table.el: New file, split off from org.el.
1761
1762 * org/org-vm.el: New file, split off from org.el.
1763
1764 * org/org-wl.el: New file, split off from org.el.
1765
17662008-04-27 Jason Riedy <jason@acm.org>
1767
1768 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1769 parameter that supresses lines that evaluate to NIL.
1770 (orgtbl-get-fmt): New inline function for
1771 picking apart formats that may be lists.
1772 (orgtbl-apply-fmt): New inline function for applying formats that
1773 may be functions.
1774 (orgtbl-eval-str): New inline function for strings that may be
1775 functions.
1776 (orgtbl-format-line, orgtbl-to-generic): Use and document.
1777 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1778 (*orgtbl-llfmt*, *orgtbl-llstart*)
1779 (*orgtbl-llend*): Dynamic variables for last-line formatting.
1780 (orgtbl-format-section): Shift formatting to support detecting the
1781 last line and formatting it specially.
1782 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
1783 formats unless overridden.
1784 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1785 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1786 bound variables to hold the input collection of lines and output
1787 formatted text.
90fce910 1788 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
176b6c03
CD
1789 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1790 format parameters.
1791 (orgtbl-format-line): New function encapsulating formatting for a
1792 single line.
1793 (orgtbl-format-section): Similar for each section. Rebinding the
1794 dynamic vars customizes the formatting for each section.
1795 (orgtbl-to-generic): Use orgtbl-format-line and
1796 orgtbl-format-section.
1797 (org-get-param): Now unused, so delete.
1798 (orgtbl-gather-send-defs): New function to
1799 gather all the SEND definitions before a table.
1800 (orgtbl-send-replace-tbl): New function to find the RECEIVE
1801 corresponding to the current name.
1802 (orgtbl-send-table): Use the previous two functions and implement
1803 multiple destinations for each table.
1804
1805 * doc/org.texi (A LaTeX example): Note that fmt may be a
1806 one-argument function, and efmt may be a two-argument function.
1807 (Radio tables): Document multiple destinations.
1808
18092008-04-27 Carsten Dominik <dominik@science.uva.nl>
1810
1811 * org/org-agenda.el (org-add-to-diary-list): New function.
1812 (org-prefix-has-effort): New variable.
1813 (org-sort-agenda-noeffort-is-high): New option.
1814 (org-agenda-columns-show-summaries)
1815 (org-agenda-columns-compute-summary-properties): New options.
1816 (org-format-agenda-item): Compute the duration of the item.
1817 (org-agenda-weekend-days): New variable.
1818 (org-agenda-list, org-timeline): Use the proper faces for dates in
1819 the agenda and timeline buffers.
1820 (org-agenda-archive-to-archive-sibling): New command.
1821 (org-agenda-start-with-clockreport-mode): New option.
1822 (org-agenda-clockreport-parameter-plist): New option.
1823 (org-agenda-clocktable-mode): New variable.
1824 (org-agenda-deadline-leaders): Allow a function value for the
1825 deadline leader.
1826 (org-agenda-get-deadlines): Deal with new function value.
1827
1828 * lisp/org-clock.el (org-clock): New customization group.
1829 (org-clock-into-drawer, org-clock-out-when-done)
90fce910 1830 (org-clock-in-switch-to-state, org-clock-heading-function):
602f074a 1831 Move into the new group.
176b6c03
CD
1832 (org-clock-out-remove-zero-time-clocks): New option.
1833 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
1834 (org-dblock-write:clocktable): Allow a Lisp form for the scope
1835 parameter.
602f074a 1836 (org-dblock-write:clocktable): Fix bug with total time calculation.
90fce910 1837 (org-dblock-write:clocktable): Request the unrestricted list of files.
176b6c03 1838 (org-get-clocktable): New function.
90fce910
JB
1839 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
1840 be strings but also integers (an absolute day number) and lists (m d y).
176b6c03
CD
1841
1842 * org/org-colview.el (org-columns-next-allowed-value)
90fce910 1843 (org-columns-edit-value): Limit the effort for updating in the
176b6c03 1844 agenda to recomputing a single file.
90fce910
JB
1845 (org-columns-compute): Only write property value if it has changed.
1846 This avoids raising the buffer-change-flag unnecessarily.
176b6c03
CD
1847 (org-agenda-colview-summarize)
1848 (org-agenda-colview-compute): New functions.
1849 (org-agenda-columns): Call `org-agenda-colview-summarize'.
1850
1851 * org/org-exp.el (org-export-run-in-background): New option.
1852 (org-export-icalendar): Allow a batch process to trigger waiting
1853 after executing a system command.
602f074a 1854 (org-export-preprocess-string): Rename from
176b6c03
CD
1855 `org-cleaned-string-for-export'.
1856 (org-export-html-style): Made target class look like normal text.
1857 (org-export-as-html): Make use of the better proprocessing in
1858 `org-cleaned-string-for-export'.
1859 (org-cleaned-string-for-export): Better treatment of heuristic
1860 targets, many more internal links will now work in HTML export.
90fce910 1861 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
176b6c03
CD
1862 (org-export-inbuffer-options-extra): New variable.
1863 (org-export-options-filters): New hook.
1864 (org-infile-export-plist): Find also the settings keywords in
1865 `org-export-inbuffer-options-extra'.
1866 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
1867 multiple #+INFOJS_OPT lines.
1868 (org-export-html-handle-js-options): New function.
1869 (org-export-html-infojs-setup): New option.
1870 (org-export-as-html): Call `org-export-html-handle-js-options'.
1871 Add autoload to all entry points.
1872 (org-skip-comments): Function removed.
1873
1874 * org/org-table.el (org-table-make-reference): Extra parenthesis
1875 around single fields, to make sure that algebraic formulas get
1876 correctly interpreted by calc.
1877 (org-table-current-column): No longer interactive.
1878
90fce910 1879 * org/org-export-latex.el (org-export-latex-preprocess):
602f074a 1880 Rename from `org-export-latex-cleaned-string'.
176b6c03
CD
1881
18822008-04-27 Bastien Guerry <bzg@altern.org>
1883
1884 * org/org-publish.el (org-publish-get-base-files-1): New function.
1885 (org-publish-get-base-files): Use it.
1886 (org-publish-temp-files): New variable.
1887 Don't require 'dired-aux anymore.
1888 (org-publish-initial-buffer): New variable.
1889 (org-publish-org-to, org-publish): Use it.
1890 (org-publish-get-base-files-1): Bug fix: get
1891 the proper list of files when recursing thru a directory.
1892 (org-publish-get-base-files): Use the :exclude property to skip
1893 both files and directories.
1894
87bdd2c7
MA
18952008-04-27 Michael Albinus <michael.albinus@gmx.de>
1896
1897 * net/tramp.el (tramp-handle-make-symbolic-link)
1898 (tramp-handle-file-name-directory)
1899 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1900 (tramp-do-copy-or-rename-file-directly)
1901 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
1902 (tramp-handle-substitute-in-file-name)
1903 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1904 * net/tramp-cache.el (tramp-get-file-property)
1905 (tramp-set-file-property, tramp-flush-file-property)
1906 (tramp-flush-directory-property)
1907 * net/tramp-compat.el (tramp-compat-make-temp-file)
602f074a
SM
1908 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1909 Disable `file-name-handler-alist' when handling localname.
1910 It could have a remote file syntax, like a VMS file name.
87bdd2c7 1911
2788143d
VJL
19122008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1913
1914 * whitespace.el: New version 11.1.
1915 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
90fce910 1916 enclosed by \\( and \\)$. Docstring fix.
2788143d
VJL
1917 (whitespace-trailing-regexp): Fun removed.
1918 (whitespace-report-list): Const initialization fix.
1919 (whitespace-color-on): Code fix.
1920
581c438c
SM
19212008-04-27 Andreas Schwab <schwab@suse.de>
1922
1923 * Makefile.el: Unbreak bootstrap.
1924
c23c3394
MA
19252008-04-27 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp.el (tramp-replace-environment-variables): New defun.
1928 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
1929 Use it.
1930
cba1a4bd
GM
19312008-04-27 Glenn Morris <rgm@gnu.org>
1932
f279aaab
GM
1933 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
1934
cba1a4bd
GM
1935 * calculator.el (calculator-expt): Replace cl function `oddp'.
1936
212df363
GM
19372008-04-27 Johan Bockgård <bojohan@gnu.org>
1938
1939 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
602f074a
SM
1940 Simplify. Collect `defun' and `autoload' entries.
1941 Avoid modifying load-history.
212df363 1942
f441b81f
GM
19432008-04-26 Glenn Morris <rgm@gnu.org>
1944
1945 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
1946
1947 * simple.el (quoted-insert, zap-to-char): Revert previous change.
1948
cfea581f
JPW
19492008-04-26 John Paul Wallington <jpw@pobox.com>
1950
1951 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
1952 `hexl-mode-old-eldoc-documentation-function'.
1953 (hexl-mode-exit): Restore it.
1954 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
1955
1956 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
1957
57895fe2
JB
19582008-04-26 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
1961 (completion-pcm--all-completions): Doc fix.
1962 (completion-styles-alist, completion-all-completions):
1963 Fix typos in docstrings.
1964
ae68f2d8
VJL
19652008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1966
1967 * whitespace.el: There is now only one variable (whitespace-style) to
90fce910
JB
1968 specify which kind of blank is visualized. Doc and docstring fix.
1969 New version 11.0.
ae68f2d8
VJL
1970 (whitespace-style): New option, replace whitespace-style-mark and
1971 whitespace-style-color.
1972 (whitespace-style-mark, whitespace-style-color): Options removed.
1973 (whitespace-hspace, whitespace-tab, whitespace-newline)
1974 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
1975 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
1976 (whitespace-hspace-regexp, whitespace-space-regexp)
1977 (whitespace-tab-regexp, whitespace-trailing-regexp)
1978 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1979 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1980 (whitespace-space-after-tab-regexp, whitespace-line-column)
1981 (whitespace-display-mappings, whitespace-report): Docstring fix.
1982 (whitespace-color-value-list, whitespace-mark-value-list)
1983 (whitespace-active-color, whitespace-active-mark)
1984 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
1985 (whitespace-style-value-list, whitespace-active-style)
1986 (whitespace-toggle-style): New vars.
57895fe2
JB
1987 (whitespace-toggle-option-alist, whitespace-help-text):
1988 Var initialization and docstring fix.
ae68f2d8
VJL
1989 (whitespace-toggle-options, global-whitespace-toggle-options)
1990 (whitespace-cleanup, whitespace-cleanup-region)
1991 (whitespace-report-region, whitespace-interactive-char)
1992 (whitespace-toggle-list): Docstring and code fix.
1993 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1994 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
1995 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
1996 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
1997
341dd15a 19982008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
43392d12
SM
1999
2000 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
2001 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
2002 (diff-sanity-check-hunk): Adjust code accordingly.
2003
1ea193a2
GM
20042008-04-26 Glenn Morris <rgm@gnu.org>
2005
2006 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
2007
2008 * forms-d2.dat: Move to ../etc.
2009 * forms-d2.el (forms-file): Adapt for above change.
2010
2011 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
2012 `translation-table-for-input'.
2013
2014 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
2015 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
2016
2017 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
2018 to punctuation now it's not needed for abbrevs.
2019 (fortran-mode-abbrev-table): Remove defvar, make use of new
2020 define-abbrev-table :regexp feature.
2021
2022 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
2023 insert, now that translation-table-for-input is not needed.
2024
20252008-04-26 Johannes Weiner <hannes@saeurebad.de>
2026
2027 * emacs-lisp/pp.el (pp-display-expression): New function,
2028 extracted from pp-eval-expression.
2029 (pp-eval-expression): Use pp-display-expression.
2030 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
2031 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
2032 (pp-eval-last-sexp): Use pp-last-sexp.
2033
34200787
SM
20342008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2035
9e2a4d4d
SM
2036 * abbrev.el (define-abbrev-table): Apply props even if the table
2037 exists already.
2038
34200787
SM
2039 * minibuffer.el (completion-table-with-context): Fix `pred' for the
2040 various kinds of completion tables.
2041 (completion-emacs22-try-completion): Place cursor after the /, as was
2042 done in Emacs-22's minibuffer-complete-word.
2043 Fix bug reported by David Hansen <david.hansen@gmx.net>.
2044 (completion-emacs22-try-completion): Merge all mergable text rather
2045 than just /.
2046 (completion-pcm--delim-wild-regex): New var.
2047 (completion-pcm-word-delimiters): New custom.
2048 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
2049 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
2050 (completion-pcm--all-completions, completion-pcm-all-completions)
2051 (completion-pcm--merge-completions, completion-pcm--pattern->string)
2052 (completion-pcm-try-completion): New functions.
2053 (completion-styles-alist): Add them.
2054 (completion-styles): Add it to the default.
2055
7b8ce2d7
NR
20562008-04-25 Nick Roberts <nickrob@snap.net.nz>
2057
2058 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
2059 (gdb-var-create-handler): ...until here when there are values.
2060 (gdb-post-prompt): Don't do -var-update with no watch expressions.
2061 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
2062
0e5016a6
EZ
20632008-04-25 Eli Zaretskii <eliz@gnu.org>
2064
2065 * ls-lisp.el (ls-lisp-format): Fix last change.
df3d23ee
EZ
2066 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
2067 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
2068 (ls-lisp-filesize-f-fmt): New defvars.
2069 (ls-lisp-insert-directory): Dynamically compute format specifiers
2070 for displaying UID, GID, and file size, and store them in the
2071 above variables.
2072 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
2073 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
2074 instead of constant format strings.
2075 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
2076 ls-lisp-filesize-d-fmt instead of constant format strings.
0e5016a6 2077
ed466c8e
NR
20782008-04-24 Nick Roberts <nickrob@snap.net.nz>
2079
2080 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
2081 value of addresses rather than (partial) string value.
2082 (gdb-frame-handler): Change regexp according to above change.
66186865
NR
2083 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2084 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
2085 (gdb-assembler-mode): Disable undo in these buffers.
ed466c8e 2086
4ad21635
MA
20872008-04-24 Michael Albinus <michael.albinus@gmx.de>
2088
fb8a6326
JB
2089 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
2090 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
4ad21635 2091
800aaa89
SS
20922008-04-24 Sam Steingold <sds@gnu.org>
2093
2094 * textmodes/remember.el (remember-diary-extract-entries): Use
2095 diary-make-entry instead of the obsolete make-diary-entry.
2096
5d16fdd7
SM
20972008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2098
ca7871a3
SM
2099 * subr.el (translation-table-for-input): Mark as obsolete.
2100
4f3b3482
SM
2101 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
2102
85261854
SM
2103 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
2104
f753f75d 2105 * textmodes/ispell.el (ispell-dictionary-alist-1)
87b69e9d
JB
2106 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
2107 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
f753f75d
SM
2108 (ispell-dictionary-alist-6): Remove.
2109 (ispell-dictionary-base-alist): New var, merges the above.
2110 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
2111 Use it.
2112 (ispell-dictionary-alist): Default to nil. Remove autoload.
2113 (ispell-local-dictionary-alist): Remove autoload.
2114
5d16fdd7
SM
2115 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
2116 (f90-mode-abbrev-table): Use the new :regexp feature.
2117 Merge defvar and mapc into define-abbrev-table.
2118 (f90-imenu-type-matcher): Remove unused `l'.
2119 (f90-imenu-generic-expression): Remove unused `not-ib'.
2120 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
2121 (f90-change-keywords): Use restore-buffer-modified-p.
2122
7a2feca1
GM
21232008-04-24 Glenn Morris <rgm@gnu.org>
2124
d4296db3
GM
2125 * net/goto-addr.el (goto-address-prog-mode):
2126 * progmodes/bug-reference.el (bug-reference-prog-mode):
2127 Define for compiler.
2128
7a2feca1
GM
2129 * minibuffer.el (x-file-dialog): Declare as function.
2130
2131 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
2132 dframe-update-speed rather than obsolete alias speedbar-update-speed.
2133
2134 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
2135 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
2136 work with easymenu. Add :keys where needed.
2137
2138 * calendar/cal-move.el (calendar-scroll-left): Handle case when
2139 event-start is nil.
2140
2141 * calendar/calendar.el (calendar-mode-map): Fix typo.
2142
21432008-04-24 Tom Tromey <tromey@redhat.com>
2144
5d16fdd7
SM
2145 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2146 Document keywords. Add :suppress.
7a2feca1
GM
2147 * pcvs-defs.el (cvs-mode-map): Use :suppress.
2148
2149 * net/goto-addr.el (goto-address-unfontify): New function.
90fce910 2150 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
7a2feca1
GM
2151 (goto-address-fontify-region, goto-address-mode)
2152 (goto-address-prog-mode): New functions.
2153
2154 * progmodes/bug-reference.el: New file.
2155
08861c5c 21562008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9f0d1d6f
YM
2157
2158 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2159
b7b49316
SM
21602008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
2163 macros within lambdas.
2164
19c04f39
SM
21652008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * minibuffer.el (completion-try-completion): Add `point' argument.
2168 Change return value.
2169 (completion-all-completions): Add `point' argument.
2170 (minibuffer-completion-help): Pass the new `point' argument.
2171 (completion--do-completion): Pass the whole field to try-completion.
2172 (completion--try-word-completion): Rewrite, making fewer assumptions.
2173 (completion-emacs21-try-completion, completion-emacs21-all-completions)
2174 (completion-emacs22-try-completion, completion-emacs22-all-completions)
2175 (completion-basic-try-completion, completion-basic-all-completions):
2176 New functions.
2177 (completion-styles-alist): Use them.
2178
caea54f8
SM
21792008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
2180
2181 * ispell.el (ispell-set-spellchecker-params): New function to make sure
2182 right params and dictionary alists are used after spellchecker changes.
2183 (ispell-aspell-dictionary-alist, ispell-last-program-name)
2184 (ispell-initialize-spellchecker-hook): New variables and hook.
2185 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
2186 (ispell-maybe-find-aspell-dictionaries): Remove.
2187 Calls replaced by (ispell-set-spellchecker-params) calls.
2188 (ispell-have-aspell-dictionaries): Remove.
2189 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
2190 ispell-set-spellchecker-params.
2191
1160644b
SM
21922008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2f65ac9e
SM
2194 * complete.el (PC-do-completion): Be more robust in the presence of
2195 unexpected values in minibuffer-completion-predicate.
2196
e8a5fe3e
SM
2197 * minibuffer.el (read-file-name): Don't let-bind default-directory.
2198 Only abbreviate default-filename if it's a file.
2199
dbd50d4b
SM
2200 * minibuffer.el (read-file-name-function, read-file-name-predicate)
2201 (read-file-name-completion-ignore-case, insert-default-directory):
2202 New vars, moved from fileio.c.
2203 (read-file-name): New fun, moved from fileio.c.
2204 * cus-start.el: Remove insert-default-directory and
2205 read-file-name-completion-ignore-case.
2206
419625f7
MH
22072008-04-23 Magnus Henoch <mange@freemail.hu>
2208
2209 * tar-mode.el (tar-untar-buffer): If the entry has directory
2210 link type, extract it as a directory even if its file name doesn't
2211 end with a slash. Fixes extraction of NetBSD tar archives.
2212
1b0a6c68
SM
22132008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * server.el (server-start): Also don't get confused by CRs since we
2216 don't quote them.
2217
7a2feca1 22182008-04-23 Nick Roberts <nickrob@snap.net.nz>
8d36ea1b
NR
2219
2220 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
2221 (gdb-set-gud-minor-mode-existing-buffers)
2222 (gdb-info-breakpoints-custom, gdb-get-location)
2223 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2224 Previously gdb-create-define-alist wasn't always run and added to
2225 after-save-hook.
2226
87b69e9d 2227 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
8d36ea1b 2228
7a2feca1 22292008-04-23 Kevin Ryde <user42@zip.com.au>
5e01f1ca
SM
2230
2231 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
2232 comments like unindented ones.
2233
7a2feca1 22342008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
108b164d
YM
2235
2236 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2237 parameter origins.
2238
7a2feca1 22392008-04-23 Kevin Ryde <user42@zip.com.au>
23643307 2240
a113b3ca
MB
2241 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2242 Bind print-level to ensure output forms aren't truncated if
2243 print-level is set to eval-expression-print-level when going via
2244 eval-defun and friends, or has been otherwise fiddled with.
9e362b84 2245
7a2feca1 22462008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e362b84 2247
a113b3ca
MB
2248 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2249 font-lock-extend-after-change-region-function globally.
ddfca4e6 2250
e96a8d6d
JB
22512008-04-23 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * speedbar.el (speedbar-use-tool-tips-flag)
2254 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2255 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2256 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2257 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2258 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2259 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2260 (speedbar-separator-face): Fix typos in docstrings.
2261 (speedbar-stealthy-function-list, speedbar-verbosity-level)
2262 (speedbar-supported-extension-expressions, speedbar-update-current-file)
2263 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2264 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2265 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2266 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2267 (speedbar-check-vc-this-line, speedbar-files-line-directory)
2268 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2269 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2270 (speedbar-recenter): Doc fixes.
2271 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2272 declaration and remove redundant info in docstring.
2273
adc3afb0
DN
22742008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2275
c8149699
DN
2276 * vc-git.el (vc-git-status-printer): Deal with directories.
2277
adc3afb0
DN
2278 * vc.el (vc-next-action): Look at more than the first file to
2279 determine the state.
2280
968560df
GM
22812008-04-23 Glenn Morris <rgm@gnu.org>
2282
2283 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2284 timers. Doc fix.
2285 (dframe-update-speed): Drop support for XEmacs < 20.
2286 (dframe-frame-mode): Drop support for Emacs < 20.
2287 (dframe-set-timer-internal): Drop support for Emacs without timers.
2288 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2289
2290 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2291 versions. Add doc-string. Mark as obsolete.
2292
2293 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2294
2295 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2296 rather than using an Emacs version test.
2297
2298 * tree-widget.el (tree-widget-image-enable): Use display-images-p
2299 rather than an Emacs version test.
2300
2301 * calendar/cal-china.el (holiday-chinese-qingming)
2302 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2303 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2304 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2305
2306 * calendar/cal-islam.el (holiday-islamic): Doc fix.
2307
968560df
GM
2308 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2309 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2310 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2311
91bd4e50
NR
23122008-04-23 Nick Roberts <nickrob@snap.net.nz>
2313
2314 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2315 (gdb-previous-frame-pc-address): ...to this.
2316 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2317 of "info frame" with Gdb 6.4+.
2318 (gdb-stack-list-frames-regexp): New regexp.
87b69e9d 2319 (gdb-frame-handler-1): Parse output of -stack-info-frame.
91bd4e50 2320
034e32b0
JL
23212008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2322
2323 * tar-mode.el (tar-prefix-offset): New constant.
2324 (tar-header-block-tokenize): Support paths with long names
2325 which use the "ustar" standard.
2326
ebdb6f22
JL
23272008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
2328
2329 * image-dired.el (image-dired-track-original-file)
2330 (image-dired-modify-mark-on-thumb-original-file):
2331 Use `dired-goto-file' instead of `search-forward'. This solves
2332 a bug with finding files where the file name is a subset of other
2333 file names. Doc fix.
2334
d3434a5b
JL
23352008-04-22 Juri Linkov <juri@jurta.org>
2336
2337 * menu-bar.el (buffers-menu-max-size): Move its definition down to
2338 the "Buffers Menu" section. Change group name `mouse' to `menu'.
2339 (yank-menu-length): Change group name `mouse' to `menu'.
2340 (buffers-menu-buffer-name-length): New user option.
2341 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2342 instead of the hard-coded number 27.
2343
b92368b4
JL
23442008-04-22 Juri Linkov <juri@jurta.org>
2345
2346 * isearch.el (eval-when-compile): Require `help-macro'.
2347 (isearch-help-for-help-internal): Isearch specific Help screen
2348 created by `make-help-screen'.
2349 (isearch-help-map): New variable that binds "b", "k", "m" to
2350 isearch-specific commands, and binds other keys to
2351 isearch-other-control-char, thus allowing other Help keys to
2352 exit isearch mode and execute their global definitions.
2353 (isearch-help-for-help, isearch-describe-bindings)
2354 (isearch-describe-key, isearch-describe-mode): New commands.
2355 (isearch-mode-help): Define alias to isearch-describe-mode
2356 and remove its old function definition.
2357 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2358 Remove old comments because this issue is settled now.
2359 (isearch-forward): Describe three new Help commands in the docstring.
2360 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2361 leave the single sentence at the first line of the docstring,
2362 and prepend the word "function" before `isearch-forward'
2363 to make the Help link to the function instead of variable.
2364
23652008-04-22 Juri Linkov <juri@jurta.org>
2366
2367 * isearch.el (isearch-success-function): New variable with default
2368 to `isearch-success-function-default'.
2369 (isearch-search): Call a function from `isearch-success-function'
2370 instead of calling the hard-coded `isearch-range-invisible'.
2371 (isearch-success-function-default): New function that calls
2372 `isearch-range-invisible' and inverts its return value.
2373
2374 * info.el (Info-search): In two similar places that skip
2375 undesired search matches move code to Info-search-success-function,
2376 and call `isearch-success-function' instead.
2377 (Info-search-success-function): New function copied from code
2378 in Info-search. Replace isearch-range-invisible with
2379 text-property-not-all that checks for 'invisible and 'display
2380 properties to skip partially invisible matches (whose display
2381 properties were set by Info-fontify-node).
2382 (Info-mode): Set buffer-local isearch-success-function
2383 to Info-search-success-function.
2384
d3a89b9e
JL
23852008-04-22 Juri Linkov <juri@jurta.org>
2386
2387 * minibuffer.el (internal-complete-buffer-except): New function.
2388
2389 * files.el (read-buffer-to-switch): New function.
2390 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2391 Change interactive spec to call read-buffer-to-switch instead of
2392 using the letter "B".
2393
2394 * simple.el (minibuffer-default-add-shell-commands): New function.
2395 Use declare-function for mailcap-file-default-commands from "mailcap".
2396 (shell-command): Set local minibuffer-default-add-function to
2397 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2398 before calling read-shell-command. Set 4th arg default-value of
2399 read-shell-command to relative buffer-file-name in file buffers.
2400
2401 * dired-aux.el (dired-read-shell-command-default): Move it to
2402 gnus/mailcap.el and change its name to more general name
2403 mailcap-file-default-commands.
2404 (minibuffer-default-add-dired-shell-commands): New function.
2405 Use declare-function for mailcap-file-default-commands from "mailcap".
2406 (dired-read-shell-command): Set local minibuffer-default-add-function
2407 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2408 before calling read-shell-command. Remove dired-read-shell-command-default
2409 from the default value arg because default values are not set in
2410 minibuffer-default-add-dired-shell-commands. Doc fix.
2411
2412 * dired-x.el (dired-smart-shell-command): Sync arguments and
2413 interactive spec with changes in `shell-command'.
2414 Use dired-get-filename to get the dired file name at point
2415 as the default value in dired mode.
2416
d5850019
JB
24172008-04-22 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * info.el (Info-complete-menu-item): Add missing parenthesis.
2420
494858be
SM
24212008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * info.el (Info-complete-menu-item): Save point.
2424
b0a5a021
JB
24252008-04-22 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2428
125891f4
AS
24292008-04-22 Andreas Schwab <schwab@suse.de>
2430
b0a5a021
JB
2431 * Makefile.in (emacs-deps): Define.
2432 Use it instead of $(lisp)/subdirs.el.
125891f4 2433
ae67f2d0
DN
24342008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 * vc.el (vc-next-action): Do not consider directories when
2437 checking for state compatibility.
2438 (vc-transfer-file): Use when not if.
2439 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2440 (vc-dir-mark-file): Use them.
2441 (vc-deduce-fileset): Also return the backend.
2442 (vc-diff-internal): Take as argument the value returned by
2443 vc-deduce-fileset instead of just the fileset.
2444 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2445 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2446 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2447
d5793be3
TH
24482008-04-22 Tassilo Horn <tassilo@member.fsf.org>
2449
2450 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2451 set-window-vscroll but image-scroll-down. Fixes a bug where a
2452 command following SPC scrolled up again.
2453
af0ca4f2
NR
24542008-04-22 Nick Roberts <nickrob@snap.net.nz>
2455
2456 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2457 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2baa22cf 2458 (gud-watch): Add "$" prefix when in registers buffer.
af0ca4f2 2459
b218f371
GM
24602008-04-22 Glenn Morris <rgm@gnu.org>
2461
2462 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2463
2464 * whitespace.el (whitespace-display-table)
2465 (whitespace-display-table-was-local): Move definitions before use.
2466
2467 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2468 (copyright-limit): Respect copyright-at-end-flag.
2469 (copyright-re-search, copyright-start-point)
2470 (copyright-offset-too-large-p): New functions.
2471 (copyright-update-year): Use copyright-re-search.
2472 (copyright-update, copyright-fix-years): Use copyright-start-point,
2473 and copyright-re-search.
2474 (copyright): Use copyright-offset-too-large-p.
2475 * add-log.el (change-log-mode): Set copyright-at-end-flag.
2476
2477 * add-log.el (top-level): Require 'cl when compiling.
2478
d23734dc
SM
24792008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2480
c023a34f
SM
2481 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2482 Treat minibuffer-completion-predicate as a predicate.
2483
f50e56f0
SM
2484 * minibuffer.el (completion--file-name-table): Accept both the old
2485 `dir' arg or the new `pred' arg.
2486
984ddcbc
SM
2487 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2488 `predicate' argument to pass non-predicate data.
2489 (ffap-read-url-internal, ffap-read-file-or-url-internal):
2490 Use second arg as proper predicate.
2491
ec50e665
SM
2492 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2493 (vc-bzr-revision-completion-table): Use completion-table-with-context
2494 instead.
2495
d23734dc
SM
2496 * simple.el (choose-completion-string): Use minibuffer-completion-table.
2497
c7a547f7
CY
24982008-04-21 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * term.el (term-emulate-terminal): Perform redisplay after the
2501 process filter has finished running.
2502
3911966b
SM
25032008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2504
39a7428b
SM
2505 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2506
3911966b
SM
2507 * minibuffer.el (completion-try-completion): Change magic symbol
2508 property name. Rename from minibuffer-try-completion.
2509 (completion-all-completions): Rename from minibuffer-all-completions.
2510 Remove hide-spaces argument.
2511 (completion--do-completion): Rename from minibuffer--do-completion.
2512 (minibuffer-complete-and-exit): Call just try-completion rather than
2513 completion-try-completion to fix up the case.
2514 (completion--try-word-completion): Try to add space or hyphen before
2515 making `string' a prefix of `completion'.
2516 (completion--insert-strings): Rename from minibuffer--insert-strings.
2517
d55fe5bb
MB
25182008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
2519
2520 * net/tls.el (tls-program): Add -ign_eof argument to call the
2521 openssl commands.
2522 (tls-checktrust): Ditto.
2523
61acee99
DN
25242008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
2525
47302633
DN
2526 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2527
b5446276
DN
2528 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2529 (vc-check-master-templates, vc-file-not-found-hook)
2530 (vc-kill-buffer-hook):
2531 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2532 (vc-find-position-by-context, vc-buffer-context)
2533 (vc-restore-buffer-context, vc-responsible-backend)
2534 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2535 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2536 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2537 (vc-version-diff, vc-diff, vc-insert-headers)
2538 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2539 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2540 (vc-revert, vc-rollback, vc-version-backup-file)
2541 (vc-rename-master, vc-delete-file, vc-rename-file)
2542 (vc-branch-part, vc-default-retrieve-snapshot)
2543 (vc-annotate-display-autoscale, vc-annotate-display-select)
2544 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2545 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2546 (vc-dir-update): Handle directories.
2547 (vc-default-status-printer): Simplify.
2548
61acee99
DN
2549 * progmodes/asm-mode.el (asm-mode-map):
2550 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2551
2552 * progmodes/m4-mode.el (m4-mode-map): Add menu.
2553
9ba76e6b
CY
25542008-04-21 Kenichi Handa <handa@m17n.org>
2555
2556 * select.el (xselect-convert-to-string): Send a C_STRING only if
2557 the polymorphic target TEXT is requested.
2558
b95c7600
JB
25592008-04-21 Juanma Barranquero <lekktu@gmail.com>
2560
2561 * minibuffer.el (completion-setup-hook, display-completion-list)
2562 (completion--file-name-table): Fix typos in docstrings.
2563 (completion-table-dynamic): Fix typo, and reflow docstring.
2564
a7ce6c7f
AS
25652008-04-20 Andreas Schwab <schwab@suse.de>
2566
2567 * server.el (server-switch-buffer): Also consider clients in the
2568 selected frame.
2569
3a43ea21
NR
25702008-04-19 Nick Roberts <nickrob@snap.net.nz>
2571
b95c7600 2572 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
ed466c8e 2573 Select window clicked on first.
3a43ea21
NR
2574 (gdb): Display thread number in mode-line.
2575 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2576 (gdb-breakpoints-header): New variable.
2577 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2578
ece5f847
SM
25792008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2580
14b11401
SM
2581 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
2582 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2583 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2584 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2585 (vc-sccs-print-log): Use it.
2586
2587 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2588
e80591ba
SM
2589 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2590 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2591
ece5f847
SM
2592 * tooltip.el (tooltip-previous-message): New var.
2593 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2594 the C code (avoid overwriting a minibuffer, restore previous echo
2595 message, ...).
2596 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2597 Simplify.
2598
72fa7ca9
NR
25992008-04-19 Nick Roberts <nickrob@snap.net.nz>
2600
2601 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2602 (gdb-init-1): Initialise it.
2603 (gdb-annotation-rules): New entry for "new-thread".
2604 (gdb-thread-identification): New function to customize
2605 mode-line-buffer-identification.
2606 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2607 (gdb-assembler-mode): Use it.
2608 (gdb-threads-mode): Force "info threads" onto queue.
a5c2e9eb 2609
72fa7ca9 26102008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6a021917 2611
e8dab975
SM
2612 * files.el (locate-file-completion-table): Rename from
2613 locate-file-completion and make it use `pred' in the normal way.
2614 (locate-file-completion): New compatibility wrapper.
2615 (load-library): Use locate-file-completion-table.
6a021917
SM
2616 * finder.el (finder-commentary):
2617 * subr.el (locate-library):
e8dab975
SM
2618 * emacs-lisp/find-func.el (find-library): Likewise.
2619 * info.el: Use with-current-buffer and inhibit-read-only.
2620 (Info-read-node-name-2): Change to use `predicate' in the normal way.
2621 (Info-read-node-name-1): Adjust uses accordingly.
2622
25c0d999
SM
2623 * minibuffer.el (completion-table-with-context): Add support for `pred'.
2624 (completion-table-with-terminator): Don't use complete-with-action
2625 since we have to distinguish all three cases anyway.
2626 (completion-table-with-predicate): New function.
2627 (dynamic-completion-table): Add obsolete alias.
2628
a5c2e9eb
SM
2629 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2630
d63aa41f
SS
26312008-04-18 Sam Steingold <sds@gnu.org>
2632
2633 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2634 Use quit-window instead of bury-buffer.
2635
d28cfdc2
SM
26362008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * minibuffer.el (completion-table-with-terminator): Fix last fix.
2639
7f48947e
AS
26402008-04-18 Andreas Schwab <schwab@suse.de>
2641
25c0d999
SM
2642 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2643 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2644 Depend on $(lisp)/subdirs.el.
7f48947e 2645
618cdc81
JB
26462008-04-18 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * descr-text.el (describe-char-after):
2649 Use `define-obsolete-function-alias'.
2650
2651 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2652
2653 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2654
2655 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2656 Remove redundant obsolescence info in docstring.
2657
2658 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2659 (vc-header-alist): Add WHEN to obsolescence declaration.
2660 (vc-state): Fix typo in docstring.
2661
2662 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2663 Use `define-obsolete-variable-alias'.
2664
2665 * emulation/tpu-edt.el (tpu-have-ispell):
2666 * international/codepage.el (codepage-setup):
2667 Fix typo in obsolescence declaration.
2668
2669 * international/mule.el (char-coding-system-table):
2670 Remove redundant obsolescence info in docstring.
2671 (charset-list, generic-char-p, set-char-table-default):
2672 Fix typos in obsolescence decarations.
2673
2674 * international/mule-diag.el (non-iso-charset-alist):
2675 Fix typo in obsolescence declaration.
2676 (decode-codepage-char): Remove redundant obsolescence info in docstring.
2677
2678 * font-core.el (font-lock-defaults-alist):
2679 * font-lock.el (font-lock-reference-face):
2680 * frame.el (screen-height, screen-width, set-screen-width)
2681 (set-screen-height):
2682 * hilit-chg.el (highlight-changes-initial-state):
2683 * isearch.el (isearch-return-char):
2684 * log-edit.el (cvs-commit-buffer-require-final-newline)
2685 (cvs-changelog-full-paragraphs):
2686 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2687 (mouse-popup-menubar-stuff):
2688 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2689 (mouse-wheel-click-button):
2690 * outline.el (outline-visible):
2691 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2692 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2693 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2694 * progmodes/compile.el (compile-internal):
2695 Add WHEN to obsolescence declarations.
2696
1cb64239
SM
26972008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2700 is not better anyway.
2701
ce203001
VJL
27022008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2703
2704 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2705 properly.
2706
b531ac78
SM
27072008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2708
88bdb6c2
SM
2709 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2710 (python-use-skeletons): Remove, unused.
2711 (python-skeletons): Remove. Use the abbrev table instead.
618cdc81
JB
2712 (python-mode-abbrev-table): Fix regexp;
2713 add enable-function and case-fixed.
88bdb6c2
SM
2714 (def-python-skeleton): Simplify.
2715 (python-expand-template): Use the abbrev-table and abbrev-insert.
2716 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2717 Remove.
2718 (python-mode): Don't set pre-abbrev-expand-hook.
2719
1a5ed76f
SM
2720 * skeleton.el: Set coding-tag.
2721
a3709a8c
SM
2722 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2723 (expand-abbrev): Use it.
2724 (abbrev-table-menu): New function.
2725
e1ca6a5b
SM
2726 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2727
b531ac78
SM
2728 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2729
e2b58a40
SS
27302008-04-17 Sam Steingold <sds@gnu.org>
2731
2732 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2733 idiosyncratic bury-buffer/delete-window logic.
2734
e499351a
JB
27352008-04-17 Juanma Barranquero <lekktu@gmail.com>
2736
2737 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2738 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2739
a2a22302
KH
27402008-04-17 Kenichi Handa <handa@m17n.org>
2741
e499351a 2742 * international/characters.el: Don't make the width of U+00AD to 0.
a2a22302 2743
f1f6afd2
NR
27442008-04-17 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2747 (gdb, gdb-starting, gdb-frames-mode): Use it.
2748 (gdb-invalidate-frames): Advise to call "info stack" only if
2749 execution has occurred.
2750 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2751 selected frame if no execution has occurred.
2752 (gdb-frames-force-update): New interactive function.
2753 (gdb-frames-mode-map): Bind it to "F".
2754
df7c744c
MO
27552008-04-17 Michael Olson <mwolson@gnu.org>
2756
2757 * textmodes/remember.el (remember-version): Release Remember 2.0.
2758
7316a2b5 27592008-04-16 Yoni Rabkin <yoni@rabkins.net>
241760a3
SM
2760
2761 * textmodes/artist.el:
2762 * progmodes/vhdl-mode.el:
2763 * progmodes/verilog-mode.el:
2764 * progmodes/vera-mode.el:
2765 * progmodes/simula.el:
2766 * progmodes/ps-mode.el:
2767 * progmodes/cmacexp.el:
2768 * obsolete/hilit19.el:
2769 * emulation/viper.el:
2770 * ediff.el: Cleanup the bug-report email addresses and make sure the
2771 maintainer is still willing to handle bug reports.
2772
eb320d93
DN
27732008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * vc.el (vc-dir-kill-query): Fix thinko.
2776
a588d349
GM
27772008-04-16 Glenn Morris <rgm@gnu.org>
2778
2779 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2780 by diary-sexp-entry.
2781
f5b00811
SM
27822008-04-16 Markus Triska <markus.triska@gmx.at>
2783
2784 * proced.el (proced-command-alist): Add support for darwin.
2785
e1aec6fb
SM
27862008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2787
079ba9b7
SM
2788 * proced.el (proced-mode): Redefine as just the major-mode.
2789 (proced): Separate it from proced-mode.
2790
e1aec6fb
SM
2791 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2792
55d1cfe8
VJL
27932008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2794
2795 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2796 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
2797 `tab-width' setting from user. New version 10.0. Doc and docstring
2798 fix.
2799 (whitespace-style, whitespace-chars): Remove options.
2800 (whitespace-style-mark): New option, replace whitespace-style deleted
2801 option. Fix docstring.
2802 (whitespace-style-color): New option, replace whitespace-chars deleted
2803 option. Fix docstring.
2804 (whitespace-space, whitespace-hspace, whitespace-tab)
2805 (whitespace-newline, whitespace-trailing, whitespace-line)
2806 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2807 (whitespace-space-after-tab, whitespace-hspace-regexp)
2808 (whitespace-space-regexp, whitespace-tab-regexp)
2809 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2810 (whitespace-empty-at-eob-regexp, whitespace-line-column)
2811 (whitespace-toggle-option-alist): Fix docstring.
2812 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2813 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
2814 docstring and initialization.
2815 (global-whitespace-mode): Autoloaded global minor mode.
2816 (whitespace-chars-value-list, whitespace-style-value-list)
2817 (whitespace-active-chars, whitespace-active-style)
2818 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
2819 (whitespace-color-value-list): New var, replace
2820 whitespace-chars-value-list removed var.
2821 (whitespace-mark-value-list): New var, replace
2822 whitespace-style-value-list removed var.
2823 (whitespace-active-color): New var, replace whitespace-active-chars
2824 removed var.
2825 (whitespace-active-mark): New var, replace whitespace-active-style
2826 removed var.
2827 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
2828 removed var.
2829 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
2830 removed var.
2831 (whitespace-toggle-option-alist, whitespace-report-list)
2832 (whitespace-report-text, whitespace-help-text): Fix initialization.
2833 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
2834 (whitespace-toggle-options, global-whitespace-toggle-options)
2835 (whitespace-cleanup-region, whitespace-report-region)
2836 (whitespace-interactive-char): Fix docstring and code.
2837 (whitespace-cleanup, whitespace-report): Fix docstring.
2838 (whitespace-replace-spaces-by-tabs): Remove fun.
2839 (whitespace-replace-action): New fun, replace
2840 whitespace-replace-spaces-by-tabs removed fun.
2841 (whitespace-regexp, whitespace-indentation-regexp)
2842 (whitespace-space-after-tab-regexp, whitespace-insert-value)
2843 (whitespace-kill-buffer): New funs.
2844 (whitespace-insert-option-mark, whitespace-help-on)
2845 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
2846 (whitespace-color-on, whitespace-color-off)
2847 (whitespace-display-char-on): Fix code.
2848
ea89d720
SM
28492008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
2852 (mouse-throw-magnifier-with-mouse-movement): Remove.
2853 (mouse-throw-magnifier-base): New const.
2854 (mouse-drag-scroll-delta): New fun.
2855 (mouse-drag-throw): Use it.
2856
56ca371a
JB
28572008-04-15 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * international/uni-bidi.el, international/uni-category.el:
2860 * international/uni-combining.el, international/uni-comment.el:
2861 * international/uni-decimal.el, international/uni-decomposition.el:
2862 * international/uni-digit.el, international/uni-lowercase.el:
2863 * international/uni-mirrored.el, international/uni-name.el:
2864 * international/uni-numeric.el, international/uni-old-name.el:
2865 * international/uni-titlecase.el, international/uni-uppercase.el:
2866 * international/charprop.el: Regenerate.
2867
769303ae
DN
28682008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
2869
e8847be3
DN
2870 * vc.el (vc-status-fileinfo): Add new member directoryp.
2871 (vc-default-status-printer): Print directories.
2872 (vc-status-update): Sort files before subdirectories.
2873
56ca371a
JB
2874 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2875 Add alternative implementation based on "cvs update".
769303ae 2876
1ecc9da7
TH
28772008-04-15 Tassilo Horn <tassilo@member.fsf.org>
2878
2879 * doc-view.el: Changed requirements section to tell that only one
2880 of dvipdf or dvipdfm is needed.
2881 (doc-view-already-converted-p): Fix bug that forced reconversion
2882 if doc was already converted.
2883
fc6dcd06
SM
28842008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2885
56ca371a
JB
2886 * minibuffer.el (minibuffer-message):
2887 Make sure we can put-text-property.
bd5c2732 2888
66787d51
SM
2889 * emacs-lisp/crm.el: Complete rewrite.
2890
9241efbe
SM
2891 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
2892 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
2893 case of an error in display-completion-list.
2894
d8e1753c
SM
2895 * filecache.el (file-cache-completions-keymap): Move init from
2896 file-cache-completion-setup-function into declaration.
2897 (file-cache-minibuffer-complete): Simplify.
2898 (file-cache-completion-setup-function): Use standard-output,
2899 preserve current-buffer.
2900
fc6dcd06 2901 * vc.el (vc-status-update): Fix typo.
010d9729
SM
2902 (vc-status-update): Set needs-update.
2903 (vc-status-refresh): η-reduce.
fc6dcd06 2904
adc95ad6
TH
29052008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2906
2907 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
2908 to image-eol.
2909
1f3e0cb5
AJ
29102008-04-14 Alexandre Julliard <julliard@winehq.org>
2911
2912 * vc.el (vc-status-update): Undo the previous revert.
2913
88893215
SM
29142008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * minibuffer.el (completion-table-with-terminator): Those completions
2917 are never valid w.r.t test-completion.
2918 (completion--file-name-table):
2919 Check completion-all-completions-with-base-size.
2920
3c03f2ce
TH
29212008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2922
53d4c024
TH
2923 * doc-view.el (doc-view-dvipdf-program): New variable.
2924 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
2925 (doc-view-mode-p): Check for doc-view-dvipdf-program as
2926 alternative for doc-view-dvipdfm-program.
2927 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
2928
3c03f2ce 2929 * doc-view.el (doc-view-start-process): Don't set
88893215
SM
2930 default-directory to "~/" if the current value is valid.
2931 This broke PS files that run other files in the same directory.
3c03f2ce 2932
9eef6650
DN
29332008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
2934
2935 * vc.el (vc-status-kill-query): New function.
2936 (vc-status-mode): Add it to kill-buffer-query-functions.
2937 (vc-status-show-fileentry): New function.
2938 (vc-status-menu-map): Bind it. Bind vc-next-action.
2939
bf87d5fc
SM
29402008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * minibuffer.el (minibuffer-message): Put cursor at the right place.
2943
52434c81
RW
29442008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2945
2946 * proced.el (proced-send-signal): Fix error recognition.
2947
e6854b3f
RW
29482008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2949
2950 * proced.el (proced-command-alist): Remove sort column.
bf87d5fc
SM
2951 (proced-command, proced-procname-column):
2952 Use make-variable-buffer-local.
2953 (proced-signal-function): Rename from proced-kill-program.
2954 Allow for elisp symbols and string values representing system calls.
e6854b3f
RW
2955 (proced-marker-regexp, proced-success-message): New functions.
2956 (proced): Use defalias. Add autoload cookie.
2957 (proced-unmark-backward, proced-toggle-marks)
2958 (proced-hide-processes): New commands.
2959 (proced-do-mark): Simplify code.
bf87d5fc 2960 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
e6854b3f
RW
2961 (proced-update): Remove sorting.
2962 (proced-send-signal): Display number of processes to operate on.
bf87d5fc
SM
2963 Allow for system calls or elisp functions to send signals.
2964 Check if signal was sent successfully.
e6854b3f 2965
e2947429
SM
29662008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * minibuffer.el (completion-all-completion-with-base-size): New var.
2969 (completion--some): New function.
2970 (completion-table-with-context, completion--file-name-table):
2971 Return the base-size if requested.
2972 (completion-table-in-turn): Generalize to multiple arguments.
2973 (complete-in-turn): Compatibility alias.
2974 (completion-styles-alist): New var.
2975 (completion-styles): New customization.
2976 (minibuffer-try-completion, minibuffer-all-completions):
2977 New functions.
2978 (minibuffer--do-completion, minibuffer-complete-and-exit)
2979 (minibuffer-try-word-completion): Use them.
2980 (display-completion-list, minibuffer-completion-help): Use them.
2981 Handle all-completions's new base-size info to set completion-base-size.
2982 * info.el (Info-read-node-name-1): Use completion-table-with-context,
2983 completion-table-with-terminator and complete-with-action.
2984 Remove the now obsolete completion-base-size-function property.
2985 * simple.el (completion-list-mode-map): Move init into declaration.
2986 (completion-list-mode): Use define-derived-mode.
2987 (completion-setup-function): Use any completion-base-size that may
2988 have been set before. Remove handling of completion-base-size-function.
2989 * loadup.el: Move abbrev.el up earlier.
2990
d41080ca
AJ
29912008-04-13 Alexandre Julliard <julliard@winehq.org>
2992
2993 * vc-git.el (vc-git-after-dir-status-stage)
2994 (vc-git-dir-status-goto-stage): New functions.
2995 (vc-git-after-dir-status-stage1)
2996 (vc-git-after-dir-status-stage1-empty-db)
e2947429 2997 (vc-git-after-dir-status-stage2): Remove, functionality moved
d41080ca
AJ
2998 into the new generic stage functions.
2999 (vc-git-dir-status-files): New function.
3000
90fce910
JB
3001 * vc.el (vc-status-update): Revert an incorrect rewrite.
3002 Add some comments.
d41080ca
AJ
3003 (vc-status-refresh-files): New function.
3004 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
3005 state of up-to-date files.
3006 (vc-default-dir-status-files): New function.
3007
017c22fe
JB
30082008-04-13 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * minibuffer.el (completion--embedded-envvar-table)
3011 (read-file-name-internal): Fix typos in 2008-04-11 change.
3012
3013 * faces.el (read-face-name): Use `completion-table-in-turn',
3014 not `complete-in-turn'.
3015
f0d732ae
AS
30162008-04-13 Andreas Schwab <schwab@suse.de>
3017
3018 * progmodes/etags.el: Require 'cl when compiling.
3019
5ca4f28e
NR
30202008-04-12 Nick Roberts <nickrob@snap.net.nz>
3021
3ee7281c
NR
3022 * progmodes/gud.el (gud-menu-map): Expand tooltip.
3023
5ca4f28e
NR
3024 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
3025 (menu): Add/expand menu tooltips.
3026
07d5b8c1
DN
30272008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3028
63616f52
DN
3029 * progmodes/sh-script.el (sh-show-indent): Fix typo.
3030 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
3031
07d5b8c1
DN
3032 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
3033 considered registered.
3034
c12b5b00
RS
30352008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
3036
017c22fe 3037 * emacs-lisp/copyright.el (copyright-update-directory): New command.
470fc354 3038
c12b5b00
RS
3039 * ediff-wind.el (ediff-split-window-function)
3040 (ediff-merge-split-window-function): Improve custom type.
3041
beec574c
EZ
30422008-04-12 Eli Zaretskii <eliz@gnu.org>
3043
3044 * loadup.el ("minibuffer"): Move after "faces".
3045
fb970f91
SM
30462008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * progmodes/hideif.el (hif-factor): Handle unary minus.
3049
cd6ef82d
GM
30502008-04-12 Glenn Morris <rgm@gnu.org>
3051
3052 * calendar/cal-china.el (chinese-calendar-time-zone):
3053 Mark obsolete name as risky too.
3054
3055 * calendar/calendar.el (calendar-faces): New custom group.
017c22fe
JB
3056 (calendar-today, diary, holiday): Doc fix.
3057 Move to calendar-faces group.
cd6ef82d
GM
3058 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
3059 (diary-button): Doc fix. Move to calendar-faces group.
3060
3061 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3062 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
3063 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
3064 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
3065 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
3066 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
3067 not in dumped files before the associated defcustom.
3068
6c763a30 30692008-04-11 Johan Bockgård <bojohan@gnu.org>
69e018a7
JB
3070
3071 * minibuffer.el (lazy-completion-table): Fix debug spec.
3072
21622c6d
SM
30732008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * minibuffer.el (complete-with-action, lazy-completion-table):
3076 Move from subr.el.
3077 (apply-partially, completion-table-dynamic)
3078 (completion-table-with-context, completion-table-with-terminator)
3079 (completion-table-in-turn): New funs.
3080 (completion--make-envvar-table, completion--embedded-envvar-table):
3081 New funs.
3082 (read-file-name-internal): Use them.
3083 (completion-setup-hook): Move from simple.el.
3084 * subr.el (complete-with-action, lazy-completion-table):
3085 * simple.el (completion-setup-hook): Move to minibuffer.el.
3086
6b6a6f9e
GM
30872008-04-11 Glenn Morris <rgm@gnu.org>
3088
3089 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
3090
23c2e0e4
SM
30912008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3092
fb970f91
SM
3093 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
3094
d4b9fe4b
SM
3095 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
3096
d87be1df
SM
3097 * textmodes/fill.el (fill-forward-paragraph-function): New var.
3098 (fill-forward-paragraph): New fun.
3099 (fill-paragraph, fill-region): Use it.
3100
c1b51374
SM
3101 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
3102 (vc-status-create-fileinfo): Make `extra' optional.
3103 (vc-status-busy): New fun.
3104 (vc-status-menu-map): Use it.
3105 (vc-status-crt-marked): Remove.
3106 (vc-status-update): Rename from vc-status-add-entries.
3107 Add argument so as to prevent addition of entries. Rewrite.
3108 (vc-update-vc-status-buffer): Remove.
3109 (vc-status-refresh): Don't remove old entries, set them to
3110 up-to-date instead. Also do it after the update is complete.
3111 (vc-status-marked-files): η-reduce.
3112
da5a7abb
SM
3113 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
3114 for non-dialogs.
3115
23c2e0e4 3116 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
d4b9fe4b 3117
23c2e0e4
SM
3118 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
3119
6c763a30 31202008-04-11 Jan Djärv <jan.h.d@swipnet.se>
5ca2bc08
JD
3121
3122 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
3123 to t and don't truncate msg.
3124
d463476b
GM
31252008-04-11 Glenn Morris <rgm@gnu.org>
3126
3127 * calendar/calendar.el (diary, holidays):
3128 Move custom groups to other files.
3129 (holiday-general-holidays, holiday-oriental-holidays)
3130 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
3131 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
3132 (holiday-hebrew-holidays, holiday-christian-holidays)
3133 (holiday-islamic-holidays, holiday-bahai-holidays)
3134 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
3135 * calendar/diary-lib.el: Move custom group here from calendar.el.
3136 * calendar/holidays-lib.el: Move custom group and variables here
3137 from calendar.el.
3138
3139 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
3140
3141 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3142 Fix custom group.
3143 (calendar-current-time-zone-cache): Autoload riskiness.
3144
3145 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
3146
0159b08c
CY
31472008-04-11 Chong Yidong <cyd@stupidchicken.com>
3148
d1f4c56c 3149 * woman.el (woman2-TH): Use string-equal instead of string-match.
0159b08c 3150
0e05d8fc
SM
31512008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
3154 (smerge-resolve): Merge the "2-way refinement" case with one half of
3155 the "mere whitespace" resolution.
3156
21f7bc38
DN
31572008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3158
3159 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
3160
f01d54ca
JB
31612008-04-10 Juanma Barranquero <lekktu@gmail.com>
3162
2b69ccfd
JB
3163 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3164 Add WHEN to obsolescence declaration.
3165
f01d54ca
JB
3166 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
3167
7fbb4797
DN
31682008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 * vc-hooks.el (vc-state): Add new state `conflict'.
3171 (vc-after-save): Use when not if.
3172 (vc-default-mode-line-string): Deal with the conflict state.
87b69e9d 3173 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7fbb4797 3174
87b69e9d 3175 * vc.el (vc-editable-p, vc-default-status-printer)
7fbb4797
DN
3176 (vc-next-action): Deal with the conflict state.
3177 (vc-mark-resolved): New function.
3178 (vc-status-mode): Fix mode name.
3179 (vc-default-comment-history): Use when not if.
3180 (Todo): Add new entries, remove old ones.
3181
3182 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
87b69e9d 3183 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7fbb4797
DN
3184 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
3185 Detect the conflict state.
3186
7d354178
DN
3187 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
3188
66d20000
GM
31892008-04-10 Glenn Morris <rgm@gnu.org>
3190
eda0be5a
GM
3191 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
3192 Respect truncate-partial-width-windows in non-full windows,
3193 with regards to :toggle and :enable state.
3194
627bb5dc
GM
3195 * simple.el (toggle-truncate-lines): Doc fix.
3196
66d20000
GM
3197 * Makefile.in (MH_E_DIR): New variable.
3198 (MH_E_SRC): Restore variable removed 2008-03-13.
3199 (mh-loaddefs.el): Depend on $MH_E_SRC.
3200 (CAL_DIR, CAL_SRC): New variables.
3201 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
3202 Depend on CAL_SRC.
3203
3204 * calendar/calendar.el (calendar, diary): Add :prefix.
3205 (holidays): Change :prefix.
3206 (calendar-today, holiday, calendar-holiday-marker)
3207 (european-calendar-style): Change custom groups.
3208
3209 * calendar/calendar.el (diary-hook, diary-display-hook):
3210 Move to diary-lib.el.
3211 * calendar/diary-lib.el (diary-hook, diary-display-hook):
3212 Move here from calendar.el.
3213 * calendar/appt.el: Require diary-lib rather than calendar.
3214 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
3215
3216 * calendar/appt.el (appt): Add :prefix.
3217
3218 * calendar/diary-lib.el (diary-hook): Doc fix.
6e81a223 3219 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
66d20000 3220
d2925a49
SM
32212008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3222
34b67b0f
SM
3223 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
3224 New functions.
3225
d2925a49
SM
3226 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
3227 the arg to recursive calls.
3228
8292bedd
JB
32292008-04-09 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * minibuffer.el (completion-auto-help): Fix typo.
3232
8f49a725
SM
32332008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3236
eb562962
MA
32372008-04-09 Michael Albinus <michael.albinus@gmx.de>
3238
5bad3140
SM
3239 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3240 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
eb562962 3241
ba5ff07b
SM
32422008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3243
5bad3140
SM
3244 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3245
ba5ff07b
SM
3246 * minibuffer.el (minibuffer): Move group from cus-edit.el.
3247 (completion-auto-help): Move from C code.
3248 (minibuffer--maybe-completion-help): Remove.
3249 (minibuffer--bitset): New function.
3250 (minibuffer--do-completion): Rename from minibuffer-do-completion.
3251 Renumber a bit. Really complete on string *before* point.
3252 Add argument used for word-completion.
3253 Join trailing / in completion with following text, as done in
3254 minibuffer-complete-word.
3255 Handle new value `lazy' for completion-auto-help.
3256 (minibuffer-try-word-completion): New function extracted from
3257 minibuffer-complete-word.
3258 (minibuffer-complete-word): Use minibuffer--do-completion.
3259 (minibuffer--insert-strings): Rename from
3260 minibuffer-complete-insert-strings.
3261 (exit-minibuffer): Fix typo.
3262 * cus-edit.el (minibuffer): Move group to minibuffer.el.
3263 * cus-start.el: Remove completion-auto-help.
3264
beac4378
AJ
32652008-04-09 Alexandre Julliard <julliard@winehq.org>
3266
3267 * vc.el (vc-status-add-entries): New function.
ba5ff07b
SM
3268 (vc-status-add-entry): Remove.
3269 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3270 Use vc-status-add-entries.
beac4378
AJ
3271
3272 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3273 order.
3274
3dc94c30
JR
32752008-04-09 Jason Rumney <jasonr@gnu.org>
3276
3277 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3278 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3279 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3280 (AUTOGENEL): New variable.
3281 (distclean, maintainer-clean): New targets.
3282
51876899
CY
32832008-04-09 Chong Yidong <cyd@stupidchicken.com>
3284
ba5ff07b
SM
3285 * emacs-lisp/regexp-opt.el (regexp-opt):
3286 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
51876899 3287
4a146f3b
JR
32882008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3289
3290 * nxml/nxml-mode.el (nxml-cleanup): New function.
3291 (nxml-mode): Add it to change-major-mode-hook.
3292
6c763a30 32932008-04-09 Jan Djärv <jan.h.d@swipnet.se>
418fddf5
JD
3294
3295 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3296
03fdd674
JB
32972008-04-09 Juanma Barranquero <lekktu@gmail.com>
3298
3299 * calc/.cvsignore: New file.
3300
6c763a30 33012008-04-09 Jan Djärv <jan.h.d@swipnet.se>
14c0a34d 3302
44a17812
JD
3303 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3304
14c0a34d
JD
3305 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3306 show-help-function when turning tooltip off.
3307 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3308 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3309
bae8ad55
AM
33102008-04-09 Alan Mackenzie <acm@muc.de>
3311
3312 * font-lock.el (font-lock-extend-after-change-region-function):
3313 Make it buffer local.
3314
0e7d8edb
GM
33152008-04-09 Glenn Morris <rgm@gnu.org>
3316
3317 * calendar/calendar.el (diary-file, european-calendar-style):
3318 Remove autoload cookies.
3319
799224fe
DN
33202008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3321
3322 * outline.el (outline-mode-menu-bar-map):
3323 * log-view.el (log-view-mode-menu):
3324 * log-edit.el (log-edit-menu): Add :help.
3325
2d9653c4
CY
33262008-04-09 Chong Yidong <cyd@stupidchicken.com>
3327
03fdd674
JB
3328 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3329 Use substring-no-properties for correct handling of unibyte strings.
2d9653c4 3330
0b2b62ff
SM
33312008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3332
bac2f6bc
SM
3333 * add-log.el (change-log-next-buffer): Handle the case where version<
3334 signals an error.
3335
0b2b62ff
SM
3336 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3337 mouse-major-mode-menu.
3338 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3339 (mouse-major-mode-menu, mouse-popup-menubar)
3340 (mouse-popup-menubar-stuff): Use them.
3341 (C-down-mouse-3): Bind to a dynamic map rather than to
3342 mouse-popup-menubar-stuff.
2d9653c4 3343
0b2b62ff
SM
3344 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3345 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3346
fd064451
DN
33472008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3348
3349 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3350 file:// access method.
3351
32bae13c
SM
33522008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * minibuffer.el: New file.
6e6c6aaf 3355 * loadup.el: Load it.
32bae13c 3356
2378f044
SM
33572008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3358
b4f9af73
SM
3359 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3360 rather than subdirs.el. It introduces an ugly circular dependency, tho.
3361
20732e0b 3362 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
2378f044
SM
3363 (calc-mode-map, calc-digit-map, calc-dispatch-map):
3364 Move initialization into declaration.
3365 * calc/calc-yank.el:
3366 * calc/calc-misc.el:
3367 * calc/calc-embed.el:
32bae13c 3368 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
2378f044 3369
2e8cf9a7
MA
33702008-04-08 Michael Albinus <michael.albinus@gmx.de>
3371
3372 * ps-samp.el (ps-add-printer, ps-remove-printer)
3373 (ps-make-dynamic-printer-menu): New functions.
3374
3375 * net/zeroconf.el: New file.
3376
4e740fd0
SM
33772008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3380
031f1766
DN
33812008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3382
3383 * vc-rcs.el (vc-rcs-modify-change-comment):
3384 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3385
3386 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3387
20e3d3f1
JB
33882008-04-08 Juanma Barranquero <lekktu@gmail.com>
3389
80e3310b
JB
3390 * international/mule-cmds.el (set-locale-environment): Don't warn if
3391 coding system doesn't agree with system locale (this reverts changes
3392 by Dave Love, dated 2002-10-27 and 2002-10-09).
3393
20e3d3f1
JB
3394 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3395 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3396
3397 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3398
d92bcf94
GM
33992008-04-08 Glenn Morris <rgm@gnu.org>
3400
3f651ee6
GM
3401 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3402 * textmodes/remember.el (remember-diary-convert-entry):
3403 Require calendar.
3404
612b0592
GM
3405 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3406 diary-file, since it is the default for make-diary-entry anyway.
3407
d92bcf94
GM
3408 * calendar/cal-menu.el (cal-menu-event-to-date):
3409 Rename calendar-event-to-date. Update callers.
3410 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3411 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3412 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3413 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3414 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3415 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3416 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3417 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3418 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3419 (calendar-mouse-tex-month-landscape):
3420 Rename cal-tex-mouse-month-landscape.
3421 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3422 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3423 (calendar-mouse-tex-year-landscape):
3424 Rename cal-tex-mouse-year-landscape.
3425 (cal-menu-context-mouse-menu): Update for above name changes.
3426
3427 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3428 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3429 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3430 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3431 * calendar/holidays.el: Replace int-to-string with number-to-string.
3432
18cba22a
CY
34332008-04-08 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3436 region if point moves.
3437
239cfbd7
KH
34382008-04-08 Kenichi Handa <handa@m17n.org>
3439
3440 * faces.el (font-slant-table): Change numeric values for `r',
3441 `roman', and `normal'.
3442
6c763a30 34432008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5dab0f46 3444
20e3d3f1 3445 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5dab0f46
JB
3446
34472008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
3448
3449 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3450 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
3451
dff6f37f
MA
34522008-04-07 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3455 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
3456
1906dec4
SM
34572008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3460
49ec8931
SS
34612008-04-07 Sam Steingold <sds@gnu.org>
3462
3463 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3464 Add helper functions.
1906dec4 3465 (lisp-do-defun): Extract the common part of lisp-eval-defun and
49ec8931
SS
3466 lisp-compile-defun; DEFVAR forms reset the variables to the init
3467 values, just like in emacs-lisp mode eval-defun.
3468 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3469 (lisp-compile-region): Use lisp-compile-string.
3470
14cfebb9
SM
34712008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3472
9f2bd2e7
SM
3473 * subr.el (combine-and-quote-strings): Also quote strings that contain
3474 the separator.
3475
14cfebb9
SM
3476 * pcvs-util.el (cvs-map): Avoid recursion :-(
3477
eee6134c
GM
34782008-04-07 Glenn Morris <rgm@gnu.org>
3479
763f360c
GM
3480 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3481
eee6134c
GM
3482 * calendar.el (diary-view-entries-initially-flag): Rename
3483 view-diary-entries-initially. Keep old name as alias, update users.
3484 (calendar-mark-diary-entries-flag): Rename
3485 mark-diary-entries-in-calendar. Keep old name as alias, update users.
3486 (calendar-view-holidays-initially-flag): Rename
3487 view-calendar-holidays-initially. Keep old name as alias, update users.
3488 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3489 Keep old name as alias, update users.
3490 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3491 Keep old name as alias, update users.
3492 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3493 Keep old name as alias, update users.
3494 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3495 Keep old name as alias, update users.
3496 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
3497 (diary-american-date-forms): Rename american-date-diary-pattern.
3498 Keep old name as alias, update users.
3499 (diary-european-date-forms): Rename european-date-diary-pattern.
3500 Keep old name as alias, update users.
3501 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3502 Keep old name as alias, update users.
3503 (calendar-european-date-display-form): Rename
3504 european-calendar-display-form. Keep old name as alias, update users.
3505 (calendar-american-date-display-form): Rename
3506 european-calendar-display-form. Keep old name as alias, update users.
3507 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3508 Keep old name as alias, update users.
3509 (holiday-general-holidays): Rename general-holidays.
3510 Keep old name as alias, update users.
3511 (holiday-oriental-holidays): Rename oriental-holidays.
3512 Keep old name as alias, update users.
3513 (holiday-local-holidays): Rename local-holidays.
3514 Keep old name as alias, update users.
3515 (holiday-other-holidays): Rename other-holidays.
3516 Keep old name as alias, update users.
3517 (holiday-hebrew-holidays): Rename hebrew-holidays.
3518 Keep old name as alias, update users.
3519 (holiday-christian-holidays): Rename christian-holidays.
3520 Keep old name as alias, update users.
3521 (holiday-islamic-holidays): Rename islamic-holidays.
3522 Keep old name as alias, update users.
3523 (holiday-bahai-holidays): Rename bahai-holidays.
3524 Keep old name as alias, update users.
3525 (holiday-solar-holidays): Rename solar-holidays.
3526 Keep old name as alias, update users.
3527 (diary-fancy-buffer): Rename fancy-diary-buffer.
3528 Keep old name as alias, update users.
3529 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3530 Update users.
3531 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3532 Update users.
3533 (calendar-increment-month): Rename increment-calendar-month.
3534 Keep old name as alias, update callers.
3535 (calendar-increment-month-cons): Rename old calendar-increment-month.
3536 Update callers.
3537 (calendar-extract-month): Rename extract-calendar-month.
3538 Keep old name as alias, update callers
3539 (calendar-extract-day): Rename extract-calendar-day.
3540 Keep old name as alias, update callers.
3541 (calendar-extract-year): Rename extract-calendar-year.
3542 Keep old name as alias, update callers.
3543 (calendar-generate-window): Rename generate-calendar-window.
3544 Update callers.
3545 (calendar-generate): Rename generate-calendar. Update callers.
3546 (calendar-generate-month): Rename generate-calendar-month.
3547 Update callers.
3548 (calendar-redraw): Rename redraw-calendar. Update callers.
3549 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
3550 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3551 Update callers.
3552 (calendar-update-mode-line): Rename update-calendar-mode-line.
3553 Update callers.
3554 (calendar-exit): Rename exit-calendar. Keep old name as alias,
3555 update callers.
3556 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3557 Keep old name as alias, update callers.
3558 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3559 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3560 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3561 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3562 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3563 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3564 * calendar/solar.el: Update for calendar.el name changes.
3565 * org/org.el (org-agenda-format-date-aligned)
3566 (org-agenda-execute-calendar-command): Access date elements directly
3567 rather than using calendar functions.
3568 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3569 Also set calendar-view-diary-initially-flag,
3570 calendar-view-holidays-initially-flag
3571 (org-get-entries-from-diary): Also set diary-fancy-buffer.
3572 (org-agenda-execute-calendar-command): No need to set displayed-day.
3573
f172d0f8
AM
35742008-04-06 Alan Mackenzie <acm@muc.de>
3575
3576 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3577 typo in the doc string.
3578
af0cbf8c
JB
3579 * progmodes/cc-mode.el (c-basic-common-init):
3580 Set font-lock-extend-after-change-region-function.
f172d0f8
AM
3581 (c-extend-after-change-region): New function, used in
3582 font-lock-extend-after-change-region-function, thus superseding
3583 advice on the Font Lock after change functions.
3584 (c-advise-fl-for-region): Remove this macro.
eee6134c 3585
e039c773
RS
35862008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3587
af0cbf8c
JB
3588 * textmodes/flyspell.el (flyspell-duplicate-distance):
3589 Improve custom type.
e039c773 3590
9ee4e581
GM
35912008-04-06 Glenn Morris <rgm@gnu.org>
3592
3593 * calendar/diary-lib.el (diary-sexp-entry-symbol):
3594 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
3595 (diary-list-entries-hook): Rename list-diary-entries-hook.
3596 Keep old name as alias, update users.
3597 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3598 Keep old name as alias, update users.
3599 (diary-nongregorian-listing-hook): Rename
3600 nongregorian-diary-listing-hook. Keep old name as alias, update users.
3601 (diary-nongregorian-marking-hook): Rename
3602 nongregorian-diary-marking-hook. Keep old name as alias, update users.
3603 (diary-print-entries-hook): Rename print-diary-entries-hook.
3604 Keep old name as alias, update users.
3605 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3606 Keep old name as alias, update users.
3607 (diary-number-of-entries): Rename number-of-diary-entries.
3608 Keep old name as alias, update users.
3609 (view-diary-entries, list-diary-entries, show-all-diary-entries):
3610 Give version of obsolescence.
3611 (diary-view-other-diary-entries): Rename view-other-diary-entries.
3612 Keep old name as alias, update callers.
3613 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
3614 update callers.
3615 (diary-include-other-diary-files): Rename include-other-diary-files.
3616 Keep old name as alias, update callers.
3617 (diary-simple-display): Rename simple-diary-display.
3618 Keep old name as alias, update callers.
3619 (diary-fancy-display): Rename fancy-diary-display.
3620 Keep old name as alias, update callers.
3621 (diary-print-entries): Rename print-diary-entries.
3622 Keep old name as alias, update callers.
3623 (diary-marking-entries-flag): Rename marking-diary-entries.
3624 Update users.
3625 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
3626 (diary-mark-entries): Rename mark-diary-entries.
3627 Keep old name as alias, update callers.
3628 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3629 Keep old name as alias, update callers.
3630 (diary-mark-included-diary-files): Rename mark-included-diary-files.
3631 Keep old name as alias, update callers.
3632 (calendar-mark-days-named): Rename mark-calendar-days-named.
3633 Keep old name as alias, update callers.
3634 (calendar-mark-month): Rename mark-calendar-month.
3635 Keep old name as alias, update callers.
3636 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3637 Keep old name as alias, update callers.
3638 (diary-sort-entries): Rename sort-diary-entries.
3639 Keep old name as alias, update callers.
3640 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3641 Keep old name as alias, update callers.
3642 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
3643 update callers.
3644 (diary-insert-entry): Rename insert-diary-entry.
3645 Keep old name as alias.
3646 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3647 Keep old name as alias.
3648 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3649 Keep old name as alias.
3650 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3651 Keep old name as alias.
3652 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3653 Keep old name as alias.
3654 (diary-insert-block-entry): Rename insert-block-diary-entry.
3655 Keep old name as alias.
3656 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3657 Keep old name as alias.
3658 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3659 Keep old name as alias, update users.
3660 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3661 Keep old name as alias, update callers.
3662 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
56ca371a 3663 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
9ee4e581
GM
3664 * calendar/icalendar.el: Update for diary-lib name changes.
3665
00f69e7e
CY
36662008-04-06 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3669
af0cbf8c
JB
3670 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3671 for copy, move, and link operations.
00f69e7e 3672
a5254f37 36732008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
00f69e7e 3674
af0cbf8c
JB
3675 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3676 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
00f69e7e 3677
af0cbf8c
JB
3678 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3679 'require' statements with 1-argument ones (wrapped in if's).
3680 For compatibility with the current stable version of XEmacs.
00f69e7e 3681
4dc22208
DN
36822008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3683
8c34d83e 3684 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
4dc22208 3685
36ef8f08
JR
36862008-04-06 Jason Rumney <jasonr@gnu.org>
3687
3688 * language/burmese.el ("Burmese"): Make sample text consistent with
3689 language name.
3690
5a97c289
NR
36912008-04-06 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * progmodes/gdb-ui.el (gdb): New group.
3694 (gdb-debug-log-max, gdb-enable-debug)
3695 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3696 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3697 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3698 (gdb-show-changed-values, gdb-max-children)
3699 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3700 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3701 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3702 (gdb-memory-unit): Move to new group from GUD group.
3703 (menu): Allow customization from GDB-UI menu-item.
3704
6bf99ef3
CY
37052008-04-05 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3708
5bc6ddff 37092008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
389ea1e5 3710
5bc6ddff
MB
3711 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3712 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3713 Revision numbers can include ".".
689840b9 3714
5bc6ddff
MB
3715 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3716 "+" lines not accounted for by counting "-" and context lines.
689840b9 3717
5bc6ddff 37182008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e6b71a8f 3719
5bc6ddff
MB
3720 * term/mac-win.el (mac-service-open-file): Use file URL instead of
3721 file name string.
e6b71a8f 3722
5bc6ddff 37232008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
a161b46d 3724
5bc6ddff
MB
3725 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3726 (vc-bzr-annotate-time): Accept space used to preserve alignment.
a161b46d 3727
5bc6ddff 37282008-04-05 Richard Stallman <rms@gnu.org>
a0fa505b 3729
5bc6ddff 3730 * emacs-lisp/advice.el (defadvice): Add usage pattern.
a0fa505b 3731
5bc6ddff 37322008-04-05 Nick Roberts <nickrob@snap.net.nz>
438dd27d 3733
5bc6ddff
MB
3734 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3735 thread in [h-e-w]).
438dd27d 3736
afe9998d
JB
37372008-04-05 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * files.el (abort-if-file-too-large): Fix typo in docstring.
3740
fc944cd4
SM
37412008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * subr.el (functionp): Return nil for special forms.
3744
94b73aef
GM
37452008-04-05 Glenn Morris <rgm@gnu.org>
3746
3747 * emacs-lisp/autoload.el (autoload-ensure-default-file):
3748 Provide a feature.
3749 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3750 Require loaddef file rather than loading it.
3751 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3752 autoload-ensure-default-file provides a feature.
3753
3754 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3755 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3756 (compile, compile-always, recompile): Use $LOADDEFS.
3757 (cal-autoloads): Remove.
3758
3759 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3760 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
3761
31487c0e
GM
3762 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3763 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3764
afe9998d
JB
3765 * calendar/calendar.el (diary-hebrew-entry-symbol):
3766 Rename hebrew-diary-entry-symbol. Keep old name as alias.
31487c0e
GM
3767 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3768 Keep old name as alias.
3769 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3770 Keep old name as alias.
3771 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3772 to diary-bahai-entry-symbol.
3773 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3774 to diary-hebrew-entry-symbol.
3775 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3776 to diary-islamic-entry-symbol.
3777 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3778
a9df811d
GM
3779 * calendar/solar.el (diary-sabbath-candles-minutes)
3780 (diary-sabbath-candles): Move to cal-hebrew.
3781 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3782 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3783 Doc fix. Keep old name as alias.
d347df4f 3784 (diary-hebrew-sabbath-candles): Simplify.
a9df811d
GM
3785 (solar-setup, solar-sunrise-sunset, calendar-latitude)
3786 (calendar-longitude, calendar-time-zone): Declare for compiler.
3787 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3788 rename.
3789
06bfc982
GM
3790 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3791 Rename coptic-calendar-month-name-array. Update callers.
3792 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
3793 (calendar-coptic-name): Rename coptic-name. Update callers.
3794 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3795 Update callers.
64981d1a
SM
3796 (calendar-coptic-last-day-of-month):
3797 Rename coptic-calendar-last-day-of-month. Update callers.
06bfc982
GM
3798 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3799 Keep old name as alias, update callers.
3800 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3801 Keep old name as alias, update callers.
3802 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
3803 Keep old name as alias.
64981d1a
SM
3804 (calendar-ethiopic-month-name-array):
3805 Rename ethiopic-calendar-month-name-array. Update callers.
06bfc982
GM
3806 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
3807 Update callers.
3808 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
3809 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
3810 Keep old name as alias, update callers.
3811 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
3812 Keep old name as alias, update callers.
3813 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
3814 Keep old name as alias.
3815
64981d1a
SM
3816 * calendar/cal-french.el (calendar-french-epoch):
3817 Rename french-calendar-epoch. Update callers.
06bfc982
GM
3818 (calendar-french-month-name-array): Rename variable and function
3819 french-calendar-month-name-array. Update callers.
64981d1a
SM
3820 (calendar-french-multibyte-month-name-array):
3821 Rename french-calendar-multibyte-month-name-array. Update callers.
06bfc982
GM
3822 (calendar-french-day-name-array): Rename variable and function
3823 french-calendar-day-name-array. Update callers.
3824 (calendar-french-special-days-array): Rename variable and function
3825 french-calendar-special-days-array. Update callers.
64981d1a
SM
3826 (calendar-french-multibyte-special-days-array):
3827 Rename french-calendar-multibyte-special-days-array. Update callers.
06bfc982
GM
3828 (calendar-french-accents-p): Rename french-calendar-accents.
3829 Update callers.
3830 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
3831 Update callers.
64981d1a
SM
3832 (calendar-french-last-day-of-month):
3833 Rename french-calendar-last-day-of-month. Update callers.
06bfc982
GM
3834 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
3835 Keep old name as alias, update callers.
3836 (calendar-french-print-date): Rename calendar-print-french-date.
3837 Keep old name as alias, update callers.
3838 (calendar-french-goto-date): Rename calendar-goto-french-date.
3839 Keep old name as alias.
3840
3841 * calendar/cal-menu.el, calendar/calendar.el:
64981d1a 3842 Update for Coptic and French name changes.
06bfc982 3843
7e254548
GM
3844 * calendar/cal-china.el (calendar-chinese): Rename custom group
3845 from chinese-calendar. Update users.
3846 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
3847 Keep old name as alias, update users.
3848 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
3849 Keep old name as alias.
3850 (calendar-chinese-daylight-time-offset):
3851 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
3852 update users.
3853 (calendar-chinese-standard-time-zone-name):
3854 Rename chinese-calendar-standard-time-zone-name.
3855 Keep old name as alias, update users.
3856 (calendar-chinese-daylight-saving-start):
3857 Rename chinese-calendar-daylight-savings-starts.
3858 Keep old name as alias, update users.
3859 (calendar-chinese-daylight-saving-end):
3860 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
3861 update users.
3862 (calendar-chinese-daylight-saving-start-time):
3863 Rename chinese-calendar-daylight-savings-starts-time.
3864 Keep old name as alias, update users.
3865 (calendar-chinese-daylight-saving-end-time):
3866 Rename chinese-calendar-daylight-savings-ends-time.
3867 Keep old name as alias, update users.
3868 (calendar-chinese-celestial-stem): Rename
3869 calendar-chinese-celestial-stem. Keep old name as alias, update users.
3870 (calendar-chinese-terrestrial-branch):
3871 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
3872 update users.
3873 (calendar-chinese-zodiac-sign-on-or-after):
3874 Rename chinese-zodiac-sign-on-or-after. Update callers.
3875 (calendar-chinese-new-moon-on-or-after):
3876 Rename chinese-new-moon-on-or-after. Update callers.
3877 (calendar-chinese-month-list): Rename chinese-month-list.
3878 Update callers.
3879 (calendar-chinese-number-months): Rename number-chinese-months.
3880 Update callers.
3881 (calendar-chinese-compute-year): Rename compute-chinese-year.
3882 Update callers.
3883 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
3884 (calendar-chinese-year): Rename chinese-year. Update callers.
3885 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
3886 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
3887 Keep old name as alias, update callers.
3888 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
3889 Keep old name as alias, update callers.
3890 (calendar-chinese-months-to-alist):
3891 Rename make-chinese-month-assoc-list. Update callers.
3892 (calendar-chinese-months): Rename chinese-months. Update callers.
3893 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
3894 Keep old name as alias, update callers.
3895
8c34d83e 3896 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
7e254548
GM
3897 Rename hebrew-calendar-leap-year-p. Update callers.
3898 (calendar-hebrew-last-month-of-year):
3899 Rename hebrew-calendar-last-month-of-year. Update callers.
3900 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
3901 Update callers.
3902 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
3903 Update callers.
3904 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
3905 Update callers.
3906 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
3907 Update callers.
3908 (calendar-hebrew-last-day-of-month):
3909 Rename hebrew-calendar-last-day-of-month. Update callers.
3910 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
3911 Keep old name as alias, update callers.
3912 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
3913 Keep old name as alias, update callers.
3914 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
3915 Keep old name as alias, update callers.
3916 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
3917 Keep old name as alias.
3918 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
3919 Keep old name as alias.
3920 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
3921 Keep old name as alias.
3922 (holiday-hebrew-passover): Rename holiday-passover-etc.
3923 Keep old name as alias.
3924 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
3925 Keep old name as alias, update callers.
3926 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
3927 Keep old name as alias.
3928 (calendar-hebrew-mark-date-pattern):
3929 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
3930 update callers.
3931 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
3932 Keep old name as alias.
3933 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
3934 Keep old name as alias.
3935 (diary-hebrew-insert-monthly-entry):
3936 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
3937 (diary-hebrew-insert-yearly-entry):
3938 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
3939 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
3940 Keep old name as alias.
3941 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
3942 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
3943 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
3944 Keep old name as alias.
3945 (calendar-hebrew-parashiot-names):
3946 Rename hebrew-calendar-parashiot-names. Update callers.
3947 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
3948 (calendar-hebrew-year-Saturday-incomplete-Sunday):
3949 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
3950 (calendar-hebrew-year-Saturday-complete-Tuesday):
3951 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
3952 (calendar-hebrew-year-Monday-incomplete-Tuesday):
3953 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
3954 (calendar-hebrew-year-Monday-complete-Thursday):
3955 Rename hebrew-calendar-year-Monday-complete-Thursday.
3956 (calendar-hebrew-year-Tuesday-regular-Thursday):
3957 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
3958 (calendar-hebrew-year-Thursday-regular-Saturday):
3959 Rename hebrew-calendar-year-Thursday-regular-Saturday.
3960 (calendar-hebrew-year-Thursday-complete-Sunday):
3961 Rename hebrew-calendar-year-Thursday-complete-Sunday.
3962 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
3963 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
3964 (calendar-hebrew-year-Saturday-complete-Thursday):
3965 Rename hebrew-calendar-year-Saturday-complete-Thursday.
3966 (calendar-hebrew-year-Monday-incomplete-Thursday):
3967 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
3968 (calendar-hebrew-year-Monday-complete-Saturday):
3969 Rename hebrew-calendar-year-Monday-complete-Saturday.
3970 (calendar-hebrew-year-Tuesday-regular-Saturday):
3971 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
3972 (calendar-hebrew-year-Thursday-incomplete-Sunday):
3973 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
3974 (calendar-hebrew-year-Thursday-complete-Tuesday):
3975 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
3976 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
3977 Update for above name changes of constants.
3978
3979 * calendar/cal-menu.el, calendar/calendar.el:
3980 Update for chinese and hebrew name changes.
8c34d83e 3981 * calendar/diary-lib.el: Update for hebrew name changes.
7e254548 3982
6afdf6e6
SM
39832008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
3984
64981d1a
SM
3985 * subr.el (keymap-canonicalize): Correct thinko.
3986
6afdf6e6
SM
3987 * server.el: Undo part of the multi-tty change, which is only
3988 needed if server.el is preloaded, and broke server-running-p.
3989 (server-socket-dir): Initialize in the defvar, as before.
3990 (server-start): Remove initialization of server-socket-dir.
3991
c902c8a7
EZ
39922008-04-05 Eli Zaretskii <eliz@gnu.org>
3993
3994 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3995 3-member cons cells.
3996
ed92f343
CY
39972008-04-05 Chong Yidong <cyd@stupidchicken.com>
3998
5e220abb
CY
3999 * cus-face.el (custom-face-attributes): Handle roman slant.
4000
6afdf6e6 4001 * faces.el (default): Ensure the face-defface-spec property is set.
ed92f343 4002
4954b81b
AR
40032008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
4004
4005 * files.el (abort-if-file-too-large): New function.
4006 (find-file-noselect, insert-file-1): Use it.
4007
83a38a5a
SM
40082008-04-05 Reto Zimmermann <reto@gnu.org>
4009
4010 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4011 Replace C-c[a-zA-Z] key bindings.
4012
d302e5cf
SM
40132008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * progmodes/hideif.el (hif-token-alist): New var.
4016 (hif-token-regexp, hif-tokenize): Use it.
4017 (hif-mathify-binop): New macro.
4018 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
4019 (hif-greater-equal, hif-less-equal): Use it.
4020 (hif-logior, hif-logand): New functions.
4021 (hif-math): Accept | and & as well.
4022
4023 * progmodes/etags.el: Fix problem with completion for buffer-local
4024 tables. Reported by Radey Shouman <shouman@comcast.net>.
4025 (tags-complete-tag): Remove.
4026 (tags-lazy-completion-table): New function to replace it.
4027 (find-tag-tag, complete-tag): Update users.
4028
5a84a937
DN
40292008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4030
90e9ca17
DN
4031 * vc-rcs.el (vc-rcs-dir-status):
4032 * vc-sccs.el (vc-sccs-dir-status): New function.
4033
7cd25617
DN
4034 * outline.el (outline-mode-menu-bar-map):
4035 * term.el (terminal-signal-menu): Add :help.
4036
4037 * net/eudc.el (eudc-mode-map): Declare and define in one step.
4038 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
4039
4040 * emacs-lisp/re-builder.el (reb-mode-map):
4041 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
4042
19446c41 4043 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8d73b84e 4044 new files, deleted files and for changing permissions.
19446c41
DN
4045 (diff-mode): Set beginning-of-defun-function and
4046 end-of-defun-function.
4047
6efbb10c
DN
4048 * vc-bzr.el (vc-bzr-state): Use when instead of if.
4049
5a84a937
DN
4050 * vc.el (vc-default-status-fileinfo-extra): New function.
4051 (vc-status-mark-buffer-changed): Use it.
4052 (vc-update-vc-status-buffer): Allow for partial updates.
4053
7c373357
SM
40542008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4055
343bb7bd
SM
4056 * net/tramp.el (after-init-hook): Don't wrap a lambda around
4057 tramp-register-completion-file-name-handler.
4058
00f7c5ed
SM
4059 * subr.el (keymap-canonicalize): New function.
4060 * mouse.el (mouse-menu-non-singleton): Use it.
4061 (mouse-major-mode-menu): Remove hack made unnecessary.
4062
7c373357
SM
4063 * simple.el (set-fill-column): Prompt rather than error by default.
4064
b92e2bd2
AS
40652008-04-04 Andreas Schwab <schwab@suse.de>
4066
7c373357
SM
4067 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4068 Reset new-rules after each round.
e6fa807c 4069
b92e2bd2
AS
4070 * Makefile.in (cal-autoloads): New target.
4071 (compile, compile-always, recompile): Depend on it.
4072 ($(lisp)/calendar/cal-loaddefs.el)
4073 ($(lisp)/calendar/diary-loaddefs.el)
4074 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
4075
2d84cc27 40762008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
b92e2bd2 4077
94b73aef 4078 * ediff*.el: Replace load with require in eval-when-compile.
b92e2bd2 4079
94b73aef 4080 * ediff-hook: Delete all invocations of (autoload ...).
b92e2bd2 4081
7c373357 4082 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2d84cc27 4083 in ediff control window, and set its min height to 2.
7c373357
SM
4084 (ediff-setup-control-buffer): Dedicate the control window.
4085 (ediff-toggle-multiframe): Undedicate control window.
2d84cc27
MK
4086 Work directly with ediff-setup-windows-multiframe and
4087 ediff-setup-windows-plain.
b92e2bd2 4088
7c373357
SM
4089 * ediff-wind (ediff-choose-window-setup-function-automatically):
4090 New function.
4091 (ediff-window-setup-function): Change initialization.
4092 (ediff-setup-windows-automatic): Delete.
4093 (ediff-setup-windows-plain-merge): Make control window dedicated.
4094 (ediff-destroy-control-frame): Do not skip frames if working in a
2d84cc27 4095 single frame.
b92e2bd2 4096
7c373357 4097 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2d84cc27 4098 eval-when-compile.
b92e2bd2 4099
7c373357 4100 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2d84cc27 4101 eval-when-compile.
b92e2bd2 4102
1c76c939
GM
41032008-04-04 Glenn Morris <rgm@gnu.org>
4104
d80c2c18
GM
4105 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
4106 calendar-absolute-from-bahai. Update callers, keep old name as alias.
4107
4108 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
4109 Rename islamic-calendar-leap-year-p. Update callers.
4110 (calendar-islamic-last-day-of-month):
4111 Rename islamic-calendar-last-day-of-month. Update callers.
4112 (calendar-islamic-day-number):
4113 Rename islamic-calendar-day-number. Update callers.
7c373357
SM
4114 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
4115 Update callers, keep old name as alias.
d80c2c18
GM
4116 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
4117 Update callers, keep old name as alias.
4118 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
4119 Keep old name as alias.
4120 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
4121 Update callers, keep old name as alias.
4122 (calendar-islamic-mark-date-pattern):
4123 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
4124 name as alias.
4125 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
4126 Keep old name as alias.
4127 (diary-islamic-insert-monthly-entry):
4128 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
4129 (diary-islamic-insert-yearly-entry):
4130 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
4131
4132 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
4133 calendar-absolute-from-iso. Update callers, keep old name as alias.
4134 (calendar-iso-print-date): Rename calendar-print-iso-date.
4135 Update callers, keep old name as alias.
4136 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
4137 Keep old name as alias.
4138 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
4139 Keep old name as alias.
4140
4141 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
4142 calendar-absolute-from-julian. Update callers, keep old name as alias.
4143 (calendar-julian-print-date): Rename calendar-print-julian-date.
4144 Update callers, keep old name as alias.
4145 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
4146 Update callers, keep old name as alias.
4147 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
4148 Update callers, keep old name as alias.
7c373357
SM
4149 (calendar-astro-print-day-number):
4150 Rename calendar-print-astro-day-number. Update callers, keep old
4151 name as alias.
d80c2c18
GM
4152 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
4153 Update callers, keep old name as alias.
4154
4155 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
4156 Rename calendar-string-to-mayan-long-count. Update callers.
4157 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
4158 Update callers, keep old name as alias.
4159 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
4160 Update callers.
7c373357
SM
4161 (calendar-mayan-read-tzolkin-date):
4162 Rename calendar-read-mayan-tzolkin-date. Update callers.
d80c2c18
GM
4163 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
4164 Keep old name as alias.
4165 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
4166 Keep old name as alias.
4167 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
4168 Keep old name as alias.
7c373357
SM
4169 (calendar-mayan-previous-tzolkin-date):
4170 Rename calendar-previous-tzolkin-date. Keep old name as alias.
4171 (calendar-mayan-next-round-date):
4172 Rename calendar-next-calendar-round-date. Keep old name as alias.
4173 (calendar-mayan-previous-round-date):
4174 Rename calendar-previous-calendar-round-date. Keep old name as alias.
d80c2c18
GM
4175 (calendar-mayan-long-count-to-absolute): Rename
4176 calendar-absolute-from-mayan-long-count. Keep old name as alias.
7c373357
SM
4177 (calendar-mayan-goto-long-count-date):
4178 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
d80c2c18
GM
4179
4180 * calendar/cal-persia.el (calendar-persian-month-name-array):
4181 Rename persian-calendar-month-name-array. Update callers.
4182 (calendar-persian-epoch): Rename persian-calendar-epoch.
4183 Update callers.
4184 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
4185 Update callers.
7c373357
SM
4186 (calendar-persian-last-day-of-month):
4187 Rename persian-calendar-last-day-of-month. Update callers.
d80c2c18
GM
4188 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
4189 Update callers, keep old name as alias.
4190 (calendar-persian-print-date): Rename calendar-print-persian-date.
4191 Update callers, keep old name as alias.
4192 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
4193 Keep old name as alias.
4194
4195 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
4196 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
4197 * calendar/solar.el: Update for cal-julian name changes.
4198
4199 * calendar/cal-dst.el: Update for persian name changes.
4200
4201 * calendar/cal-menu.el, calendar/calendar.el:
4202 Update for islamic, iso, julian, mayan, persian name changes.
4203
4204 * calendar/diary-lib.el: Update for islamic name changes.
4205
1c76c939
GM
4206 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
4207 Rename all-hebrew-calendar-holidays. Update callers, keep old name
4208 as alias.
7c373357
SM
4209 (calendar-christian-all-holidays-flag):
4210 Rename all-christian-calendar-holidays. Update callers, keep old
4211 name as alias.
4212 (calendar-islamic-all-holidays-flag):
afe9998d 4213 Rename all-islamic-calendar-holidays. Update callers, keep old
7c373357 4214 name as alias.
1c76c939
GM
4215 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
4216 Update callers, keep old name as alias.
4217 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
4218 Update for the above name changes.
4219
f5422e78
JB
42202008-04-04 Juanma Barranquero <lekktu@gmail.com>
4221
4222 * hilit-chg.el (global-highlight-changes-mode)
4223 (highlight-changes-passive-string, highlight-changes-active-string):
4224 Mark as obsolete since 23.1, not 22.1.
4225
f3b21763
JB
42262008-04-03 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * hilit-chg.el (highlight-changes-visibility-initial-state)
4229 (hilit-chg-update, highlight-changes-mode-turn-on):
4230 Fix typos in docstrings.
4231
33d71ec3
SM
42322008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
4233
4234 * newcomment.el (comment-enter-backward): Be careful to restore
4235 position changed during narrowing.
4236
957e449e
SM
42372008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
4238
4239 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4240 Recognize `sub ($$)'.
4241
7c655cf6
SM
42422008-04-03 Richard Sharman <rsharman@pobox.com>
4243
4244 * hilit-chg.el (highlight-changes-mode): Rename from
3672f2ba
JB
4245 highlight-changes; no longer uses sub-modes active and passive;
4246 implemented by define-minor-mode.
7c655cf6
SM
4247 (highlight-changes-toggle-visibility): New function, to replace
4248 the old passive/active submodes of global-highlight-changes-mode;
4249 implemented by define-minor-mode.
3672f2ba
JB
4250 (global-highlight-changes-mode): Rename from global-highlight-changes;
4251 rewrite using define-globalized-minor-mode.
7c655cf6
SM
4252 (hilit-chg-major-mode-hook, hilit-chg-check-global)
4253 (hilit-chg-post-command-hook, hilit-chg-check-global)
4254 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4255 to use of define-globalized-minor-mode.
4256 (highlight-changes-global-initial-state): Change to be boolean.
4257 (highlight-changes-visible-string, highlight-changes-invisible-string):
4258 Rename from highlight-changes-active-string and
4259 highlight-changes-passive-string.
4260 (hilit-chg-update, hilit-chg-set): Use them.
4261 (global-highlight-changes-mode): Rename from global-highlight-changes.
4262 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4263 docstring.
4264 (hilit-chg-hide-changes): Rewrite to use dolist.
4265 (hilit-chg-set-face-on-change, hilit-chg-update)
4266 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4267 variable instead of testing highlight-changes-mode.
fb8a6326 4268 (highlight-markup-buffers): Add require ediff-util; argument on calls
7c655cf6
SM
4269 to highlight-changes-mode changed.
4270 (highlight-compare-with-file): Fix problems with interactive
4271 call giving invalid default file.
4272
f185e4d2
NR
42732008-04-03 Nick Roberts <nickrob@snap.net.nz>
4274
4275 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4276 Fix in disassembly buffer (regression in 22.2).
4277
2ee00512 42782008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1ade5d24
JB
4279
4280 * emulation/viper-macs.el (viper-read-fast-keysequence):
4281 Use viper-read-event instead of viper-read-key.
4282
4283 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4284
4285 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4286 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2ee00512 4287 let-statements.
1ade5d24 4288
74b512cf
GM
4289 * emulation/viper-ex.el, emulation/viper-macs.el:
4290 * emulation/viper-mous.el:
4291 Replace load with require in eval-when-compile.
1ade5d24 4292
7fe7479d
SM
42932008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4294
ece21937
SM
4295 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4296
fb3aad66
SM
4297 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4298 (archive-try-jka-compr): New function.
4299 (archive-set-buffer-as-visiting-file): Use it.
4300
7fe7479d
SM
4301 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4302
99d0850b
CY
43032008-04-03 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * simple.el (handle-shift-selection): New arg.
4306
882e82db
SM
43072008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4308
cb7d9531
SM
4309 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4310
882e82db
SM
4311 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4312
902c9b1a
CY
43132008-04-03 Chong Yidong <cyd@stupidchicken.com>
4314
71082167
CY
4315 * shell.el (shell-dynamic-complete-filename): New fun.
4316 (shell-dynamic-complete-functions): Use it.
4317
902c9b1a
CY
4318 * help-fns.el (describe-variable): Undo 2008-02-25 change.
4319
e38bd11b
KH
43202008-04-03 Kenichi Handa <handa@m17n.org>
4321
c094b3f9
KH
4322 * international/fontset.el (create-fontset-from-x-resource):
4323 Handle the error of X resource more gracefully.
4324
3672f2ba
JB
4325 * international/latin1-disp.el (latin1-display): Don't use make-char.
4326 Fix the argument to set-char-table-range.
e38bd11b
KH
4327 (latin1-display-identities): Don't use make-char.
4328 (latin1-display-reset): Use map-charset-chars instead of directly
4329 calling standard-display-default.
4330 (latin1-display-check-font): Don't use make-char.
4331 (latin1-display-setup): Likewise.
4332 (latin1-display-ucs-per-lynx): Likewise.
4333
e0f0f3ef
SM
43342008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4337 name the fields, to make the code clearer.
4338 Rewrite all `aset' and `aref' using the defined accessors.
4339 (timer--time): New pseudo-field.
4340 (timer-set-time, timer-set-idle-time, timer-inc-time)
4341 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4342 (timer--time-less-p): New function.
4343 (timer--activate): New function, extracted from timer-activate.
4344 (timer-activate-when-idle, timer-activate): Use it.
4345 (cancel-function-timers): Use dolist.
4346
7662e6af
GM
43472008-04-03 Glenn Morris <rgm@gnu.org>
4348
e0f0f3ef
SM
4349 * add-log.el (c-beginning-of-defun, c-end-of-defun):
4350 Remove declarations; no longer used.
7662e6af
GM
4351 (c-cpp-define-name, c-defun-name): Declare as functions.
4352
1dbf6332
GM
4353 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4354 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4355
4356 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
1ade5d24
JB
4357 (holiday-passover-etc, holiday-hanukkah): Doc fix.
4358 Add optional argument. Simplify.
1dbf6332
GM
4359 (holiday-tisha-b-av-etc): Use memq rather than unless.
4360 (holiday-julian): Autoload it.
4361 (holiday-hebrew-misc): New function.
4362
4363 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4364
4365 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4366 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4367 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4368 all-hebrew-calendar-holidays.
4369 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4370 Simplify using new functions.
d613557f 4371 (calendar-holidays): Doc fix.
1dbf6332
GM
4372 (generate-calendar-window): Use bound-and-true-p.
4373
7662e6af
GM
4374 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4375
1dbf6332
GM
4376 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4377 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
4378 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
4379 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4380
7662e6af
GM
4381 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4382
d34c311a
SM
43832008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4384
ce4025c7
SM
4385 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4386
5a3b79c4
SM
4387 * vc-bzr.el (vc-bzr-checkout): Simplify.
4388
bd1d6a63
SM
4389 * image-mode.el (image-mode-fit-frame): New command.
4390
d34c311a
SM
4391 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4392 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
59429511
MB
4393 (keyboard-escape-quit): Check region-active-p i.s.o
4394 transient-mark-mode.
4395
43962008-04-02 Simon Josefsson <simon@josefsson.org>
4397
4398 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4399 (imap-message-copyuid-1): Use it.
4400 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
4401 J. Williams in
4402 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
d34c311a 4403
1464a281
AM
44042008-04-02 Alan Mackenzie <acm@muc.de>
4405
d34c311a
SM
4406 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4407 New optimised functions to get the name of the current defun/macro.
1464a281
AM
4408
4409 * add-log.el (add-log-current-defun): Move the functionality which
4410 gets the current function name for C like modes to cc-cmds.el,
4411 thus optimising for speed.
4412
5af4f92e
CY
44132008-04-02 Chong Yidong <cyd@stupidchicken.com>
4414
4415 * simple.el (deactivate-mark): When the mark is temporarily
4416 active, restore the original value of transient-mark-mode.
d34c311a 4417 (set-mark-command): First deactivate the mark if was temporarily active.
5af4f92e
CY
4418 (exchange-point-and-mark): Reactivate the mark if it was
4419 temporarily active.
4420 (handle-shift-selection): New fun.
4421 (transient-mark-mode): Move var documentation here from buffer.c.
4422 (next-line, previous-line, backward-word, move-end-of-line)
4423 (move-beginning-of-line, forward-to-indentation)
4424 (backward-to-indentation, back-to-indentation)
4425 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4426
4427 * mouse.el (mouse-set-region-1): Save the old value of
4428 transient-mark-mode.
4429 (mouse-drag-track): Ignore the now-obsolete value `identity' for
4430 transient-mark-mode.
4431
4432 * textmodes/paragraphs.el (forward-paragraph)
4433 (backward-paragraph, forward-sentence, backward-sentence): Add ^
4434 interactive spec.
4435
4436 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4437
113e2a84
MA
44382008-04-02 Michael Albinus <michael.albinus@gmx.de>
4439
d34c311a
SM
4440 * net/tramp.el (tramp-make-tramp-temp-file):
4441 Use `tramp-drop-volume-letter' for the local file name part.
113e2a84 4442
5e8bbcc4
DN
44432008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4444
af0cbf8c 4445 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
f03562ec
DN
4446 Add menu entries corresponding to all the key bindings.
4447
4448 * emacs-lisp/debug.el (debugger-mode-map):
4449 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4450 (conf-align-assignments): Only work on the region if it is active.
4451 (conf-quote-normal): Use when instead of if. Remove redundant test.
4452
5e8bbcc4
DN
4453 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4454 for tracing and re-builder.
4455
2475d1a3
GM
44562008-04-02 Glenn Morris <rgm@gnu.org>
4457
ce5b3019
GM
4458 * calendar/appt.el (appt-disp-window-function): Doc fix.
4459 (appt-display-message): Move beep before display.
4460 (appt-check): Make interactive. Reduce the number of lets.
4461 Use string-equal to compare mode-line strings.
4462 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
4463 read-only.
4464 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4465 (appt-delete): Simplify.
4466
2475d1a3
GM
4467 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4468
4469 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4470
4471 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4472 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4473 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4474
4475 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4476 (calendar-holiday-marker, mark-visible-calendar-date):
4477 * calendar/diary-lib.el (fancy-diary-display):
4478 Check for font-lock-mode before using faces.
4479
4480 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4481 (calendar-gregorian-from-absolute): Reduce the number of lets.
4482 (hebrew-holidays-4, generate-calendar-window): Simplify.
4483 (calendar-for-loop): Make obsolete.
4484 (calendar-nth-named-day): Doc fix.
4485
4486 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4487 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4488 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4489 Reduce the number of lets.
4490 (mark-sexp-diary-entries, calendar-mark-complex):
4491 Expand calendar-for-loops.
4492
96c0d8d4
CY
44932008-04-01 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * find-dired.el (find-dired-filter): Fix last patch to handle
4496 multi-line process input. Pad link numbers too.
4497
44982008-04-01 Jari Aalto <jari.aalto@cante.net>
4499
d34c311a 4500 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
96c0d8d4 4501
6c52dd78
JR
45022008-04-01 Jason Rumney <jasonr@gnu.org>
4503
4504 * international/characters.el (script-list): Add phonetic script,
4505 covering IPA (previously Latin), Phonetic Extensions and
4506 Phonetic Extensions Supplement (both previously unassigned).
4507
4508 * international/fontset.el (setup-default-fontset): Use unicode fonts
4509 that cover bopomofo script for bopomofo.
4510 Likewise for braille and mathematical.
4511 Use unicode scripts that cover the phonetic script for IPA.
4512
6c763a30 45132008-04-01 Johan Bockgård <bojohan@gnu.org>
a15b3f43
JB
4514
4515 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4516 return the assigned value.
4517
03b63ba9
SM
45182008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4519
497afe07
SM
4520 * abbrev.el (abbrev-mode): Use define-minor-mode.
4521
ad0d18af
SM
4522 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
4523 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4524 Use map-keymap.
4525 (minor-mode-menu-from-indicator): Use it. Simplify.
4526
03b63ba9
SM
4527 * bindings.el (mode-line-mode-menu): Move before (new) first use.
4528 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4529 Bind the key directly to the menu.
4530 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4531
721c6d09
MO
45322008-04-01 Daiki Ueno <ueno@unixuser.org>
4533
4534 * epa.el (epa-decrypt-region): Explain the reason why this
4535 function should not be used in Lisp programs.
4536 (epa-decrypt-armor-in-region): Ditto.
4537 (epa-verify-region): Ditto.
4538 (epa-verify-cleartext-in-region): Ditto.
4539 (epa-sign-region): Ditto.
4540 (epa-encrypt-region): Ditto.
4541
4542 * epg.el (epg-start-receive-keys): Fix typo in docstring.
4543
4544 * epa.el (epa-select-keys): Show menu even if there is no key in
4545 GnuPG's keyring.
4546
bbe3eb99
GM
45472008-04-01 Glenn Morris <rgm@gnu.org>
4548
c899d5e3
GM
4549 * calendar/calendar.el (calendar-make-temp-face): New function.
4550 (mark-visible-calendar-date):
4551 * calendar/diary-lib.el (fancy-diary-display): Use it.
4552
aafb0703
GM
4553 * vc-hooks.el (vc-responsible-backend): Declare as function.
4554
bbe3eb99
GM
4555 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4556 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4557 * calendar/cal-julian.el (holiday-julian): Use it.
4558
4559 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4560 (calendar-hebrew-date-is-visible-p): Extract some common code into
4561 separate function.
4562 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4563
4564 * calendar/cal-menu.el (cal-menu-holidays-menu):
4565 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4566 rather than obsolete alias.
4567
4568 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4569 for mark characters.
4570 (calendar-unmark): Unmark by removing all overlays, rather than
4571 redrawing.
4572 (calendar-starred-day): Remove.
4573 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
4574 (calendar-cursor-to-date): No need for special star handling now
4575 using overlays.
4576 (calendar-star-date): Use overlays.
4577
4578 * calendar/cal-french.el (calendar-goto-french-date):
4579 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4580 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4581 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4582 * calendar/cal-persia.el (calendar-persian-date-string):
4583 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4584 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4585 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4586 * calendar/solar.el (solar-equinoxes-solstices):
4587 Reduce nesting of some lets.
4588
87b69e9d 4589 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
bbe3eb99
GM
4590 (calendar-goto-mayan-long-count-date): Simplify.
4591
4592 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4593 Simplify by using mapcar.
4594 (calendar-list-holidays): Return holiday-list.
4595 (list-holidays): Use let rather than let*. Remove un-needed locals
4596 `d', `never'.
4597 (calendar-check-holidays): Return result from dolist.
4598 (holiday-float): Use a single let*. Simplify if-and to and.
4599 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4600 single let*.
4601
7e3ae09a
JB
46022008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
4603
4604 * calc/calc.el: Autoload `calc-yank'.
4605 (calc-mode-map): Add keybindings for `calc-yank'.
4606 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4607 assignments for `calc-yank'.
4608
1b3f2d4e
DN
46092008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4610
c1471ef8 4611 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
1b3f2d4e
DN
4612 (vc-status-mark-buffer-changed): Handle the extra field.
4613
4614 * vc-bzr.el (vc-bzr-after-dir-status):
4615 * vc-cvs.el (vc-cvs-after-dir-status):
4616 * vc-hg.el (vc-hg-after-dir-status):
c1471ef8 4617 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
1b3f2d4e 4618
ec4853ab
SM
46192008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * doc-view.el: Compute displayed pages first (in PDF).
4622 (doc-view-current-converter-processes): Rename from
4623 doc-view-current-converter-process. Update users.
4624 (doc-view-sentinel): Test buffer's liveness.
4625 (doc-view-pdf/ps->png-sentinel): Remove.
4626 (doc-view-start-process): New function.
4627 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4628 (doc-view-ps->pdf): Use it.
4629 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4630 New functions.
4631 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4632 (doc-view-mode): Kill the processes when leaving the mode.
4633
2bd4bdc4
JB
46342008-03-31 Juanma Barranquero <lekktu@gmail.com>
4635
4636 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4637 Use `byte-compile-warning-types'. Add docstring.
4638
2fa42bb7
SM
46392008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4640
56d707f1
SM
4641 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4642 (smerge-resolve): Add various resolution heuristics.
4643
2fa42bb7
SM
4644 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4645 in 3-way conflicts.
4646
c8a54cf1
GM
46472008-03-31 Glenn Morris <rgm@gnu.org>
4648
bf694ab9
GM
4649 * calendar/cal-bahai.el (diary-bahai-mark-entries):
4650 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4651 * calendar/cal-islam.el (mark-islamic-diary-entries):
4652 Fix argument order in call to diary-mark-entries-1.
4653
34ee3257
GM
4654 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4655 pre-Bahai dates.
cca1ce4c
GM
4656 (holiday-bahai): Use an algorithm actually relevant to this calendar
4657 system.
34ee3257 4658
c8b69b0a
GM
4659 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4660
7bead204
GM
4661 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4662 Use and.
4663
a3886890
GM
4664 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4665 in the last fortnight in Julian October.
4666
a8ee33ab
GM
4667 * calendar/calendar.el (increment-calendar-month): Optionally handle
4668 systems without 12 months per year.
4669
f6c762dd
GM
4670 (calendar-date-is-visible-p): Doc fix. Simplify.
4671
c8a54cf1
GM
4672 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4673 from dolist.
4674
869d3e17
JB
46752008-03-30 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4678 (hi-lock-unload-function): New function.
4679
da1975d7
MA
46802008-03-30 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4683 overwriting when NEWNAME is a local file.
4684
4685 * net/trampver.el: Update release number.
4686
236b5827
DN
46872008-03-30 Alexandre Julliard <julliard@winehq.org>
4688
4689 * vc-git.el: Make vc-status display information about copies,
4690 renames and permission changes.
4691 (vc-git-extra-fileinfo): New defstruct.
4692 (vc-git-escape-file-name, vc-git-file-type-as-string)
4693 (vc-git-rename-as-string, vc-git-permissions-as-string)
4694 (vc-git-status-printer): New functions.
4695 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4696 (vc-git-after-dir-status-stage1): Look for copies, renames and
4697 permission changes.
4698 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4699 (vc-git-dir-status): Ask for staged files and renames.
4700
58f10bff
DN
47012008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4702
4703 * vc.el: Allow backends to display backend specific information in
4704 the vc-status listing.
4705 (vc-status-fileinfo): Add a field for backend specific information.
4706 (vc-status-printer): Rename to ...
4707 (vc-default-status-printer): ... this.
4708 (vc-status-printer): New function.
4709 (vc-update-vc-status-buffer): Set the backend specific file info
4710 if provided.
4711
c9389edf
SM
47122008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * textmodes/remember.el (remember-diary-convert-entry): Revert last
4715 change (ill-conceived).
4716
d53e3af1
GM
47172008-03-29 Glenn Morris <rgm@gnu.org>
4718
4719 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4720 * calendar/cal-julian.el (holiday-julian): Simplify.
4721
b54eb584
GM
4722 * calendar/holidays.el (list-holidays): Use or.
4723
f1917c6f
JL
47242008-03-29 Juri Linkov <juri@jurta.org>
4725
4726 * window.el (split-window-preferred-horizontally): New function.
4727
4728 * cus-start.el (split-window-preferred-function):
4729 Set choice for "vertically" to nil instead of split-window.
4730 Set choice for "horizontally" to split-window-preferred-horizontally
4731 instead of lambda.
4732
f29775fe
JL
47332008-03-29 Juri Linkov <juri@jurta.org>
4734
4735 * simple.el (minibuffer-default-add-function): New variable with
4736 the default to minibuffer-default-add-completions.
4737 (minibuffer-default-add-done): New variable. Make it buffer-local.
4738 (minibuffer-default-add-completions): New function.
4739 (goto-history-element): Set minibuffer-default-add-done to t and
4740 call a function in minibuffer-default-add-function when the
4741 specified absolute history position is greater than the length of
4742 the minibuffer-default list and minibuffer-default-add-done is nil.
4743 Change "^End of history; no next item$" to "^End of defaults;
4744 no next item$".
4745
4746 * bindings.el (debug-ignored-errors): Change "^End of history;
4747 no next item$" to "^End of defaults; no next item$".
4748
6199aad9
SM
47492008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4a5e1832
SM
4751 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4752
6199aad9
SM
4753 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4754 to with-no-warnings.
4755
efe78a6c
MA
47562008-03-29 Michael Albinus <michael.albinus@gmx.de>
4757
4758 Sync with Tramp 2.1.13.
4759
4760 * net/tramp-ftp.el: Require 'cl when byte-compiling.
4761
4762 * net/trampver.el: Update release number.
4763
f3d57a2c
DN
47642008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4765
4766 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4767 the current backend.
4768
115c0061
DN
4769 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4770 (vc-status-refresh): Create a temporary buffer and call the
4771 `dir-status' backend function from that buffer.
4772
4773 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4774 (vc-bzr-after-dir-status): Don't kill the buffer.
4775
4776 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4777 (vc-cvs-after-dir-status): Don't kill the buffer.
4778
4779 * vc-git.el (vc-git-dir-status): Don't create a buffer.
4780 (vc-git-after-dir-status-stage2): Don't kill the buffer.
4781
4782 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4783 (vc-hg-after-dir-status): Don't kill the buffer.
4784
4785 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4786 (vc-svn-after-dir-status): Don't kill the buffer.
4787
f2b46435
GM
47882008-03-29 Glenn Morris <rgm@gnu.org>
4789
4790 * calendar/calendar.el (diary-file, american-date-diary-pattern)
02a0861d 4791 (european-date-diary-pattern, european-calendar-display-form)
f2b46435
GM
4792 (american-calendar-display-form, diary-display-hook): Doc fixes.
4793 (european-calendar-style): Doc fix. Use calendar-set-date-style for
4794 custom :set. Mark as obsolete.
4795 (calendar-date-style, iso-date-diary-pattern)
4796 (iso-calendar-display-form): New user variables.
4797 (diary-date-forms, calendar-date-display-form): Set using
4798 calendar-date-style. Doc fix.
4799 (calendar-set-date-style): New command.
4800 (european-calendar, american-calendar): Use calendar-set-date-style.
4801 Mark as obsolete.
4802
4803 * calendar/diary-lib.el (number): Move declaration where needed.
4804 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
4805 (diary-make-date): New function.
4806 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
4807 Use diary-make-date.
4808 (diary-date-display-form, diary-insert-entry-1): New functions.
4809 (insert-monthly-diary-entry, insert-yearly-diary-entry):
4810 Use diary-insert-entry-1.
4811 (insert-anniversary-diary-entry, insert-block-diary-entry)
4812 (insert-cyclic-diary-entry): Use diary-date-display-form.
4813
4814 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4815 Autoload diary-insert-entry-1.
4816 * calendar/cal-bahai.el (diary-bahai-insert-entry)
4817 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4818 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
4819 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
4820 * calendar/cal-islam.el (insert-islamic-diary-entry)
4821 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
4822 Use diary-insert-entry-1.
4823
4824 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
4825 (diary-yahrzeit): Doc fix. Use diary-make-date.
4826
4827 * calendar/icalendar.el (icalendar--datetime-to-american-date):
4828 New name for icalendar--datetime-to-noneuropean-date. Make old name
4829 obsolete alias.
4830 (icalendar--datetime-to-iso-date): New function.
4831 (icalendar--datetime-to-diary-date): Doc fix. Respect
4832 calendar-date-style if bound.
4833
4834 * textmodes/remember.el (remember-diary-convert-entry):
4835 Respect calendar-date-style if bound.
4836
769087ce
SM
48372008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4838
146df845
SM
4839 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
4840 (xterm-mouse-handle-delete-frame): Delete.
4841
b20ef5aa
SM
4842 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
4843 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
4844 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
4845 in xterm-modify-other-keys-terminal-list.
4846
769087ce
SM
4847 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
4848 are conflicts.
4849
20f95df2
DN
48502008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * vc.el (vc-update): Check if the buffer is unsaved only if it
4853 actually exists.
02a0861d
JB
4854 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
4855 vc-print-log.
20f95df2 4856
51fac78c
MH
48572008-03-28 Magnus Henoch <mange@freemail.hu>
4858
4859 * net/dns.el (dns-write): Use set-buffer-multibyte.
4860
82eb83ff
SM
48612008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * vc-bzr.el (vc-bzr-sha1): New fun.
4864 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
4865 (vc-bzr-registered): Use it.
4866
f56d71a5
DN
48672008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4868
4869 * vc.el (vc-status-kill-dir-status-process): Simplify.
4870 (vc-status-refresh): Make sure the buffer is live.
6b2d7cf2 4871 (ring): Don't require it, not used.
f56d71a5 4872
1dd4b004
DN
48732008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
4874
4875 * progmodes/verilog-mode.el (verilog-auto-inout-module):
4876 Add optional regular expression to AUTOINOUTMODULE.
4877 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
4878 (verilog-auto-inst-param, verilog-auto-reg)
4879 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
4880 (verilog-auto-output-every, verilog-auto-input)
4881 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
4882 (verilog-auto-unused, verilog-auto): Update documentation to use
4883 more obvious instance module names versus cell names.
4884
6c763a30 48852008-03-28 Jan Djärv <jan.h.d@swipnet.se>
5af370ab
JD
4886
4887 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
4888 kill if a process is running.
4889
4890 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
4891
15c5c970
DN
48922008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * vc.el: Add new backend function 'status-extra-headers.
4895 (vc-default-status-extra-headers): New function.
4896 (vc-status-headers): Call 'status-extra-headers. Add colors.
4897
4898 * vc-git.el (vc-git-status-extra-headers): New function.
4899
1baf9da4
GM
49002008-03-28 Glenn Morris <rgm@gnu.org>
4901
4902 * calendar/cal-menu.el (cal-menu-holidays-menu)
4903 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
4904 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
4905 holiday-list is optional.
4906 (calendar-mouse-holidays): Remove un-needed local `l'.
4907
4908 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4909 Remove un-needed local `date'.
4910 (calendar-cursor-to-visible-date): Use let rather than let*.
4911 Remove un-needed local `first-of-month-weekday'.
4912
4913 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
4914
4915 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
4916 Doc fixes.
4917 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
4918 (diary-header-line-flag, diary-header-line-format): Declare.
4919 (diary-pull-attrs): Check for multiple matches.
4920 (diary-list-entries-2): Simplify finding start of date.
4921 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
4922 pop-up-frames.
4923 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
4924 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
4925
0bf12140
DN
49262008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
4927
1baf9da4 4928 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
42550348 4929
0bf12140
DN
4930 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
4931
c313b5fe
SM
49322008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4933
f42af255
SM
4934 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
4935
c313b5fe
SM
4936 * image-mode.el (image-mode-reapply-winprops): Fix last change.
4937
5148e555
KH
49382008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4939
4940 * international/mule-conf.el (define-iso-single-byte-charset):
4941 Don't make latin-iso8859-* supplementary.
4942 (#'set-charset-priority): Don't change the priority of charsets
4943 `unicode' and `emacs'.
4944
f42d59a5
SM
49452008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
4948 temp buffer.
4949
f4e84544
GM
49502008-03-27 Glenn Morris <rgm@gnu.org>
4951
4952 * calendar/cal-bahai.el (diary-bahai-list-entries):
4953 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
4954 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
4955
739d627a
GM
4956 * calendar/calendar.el (diary-file): Doc fix.
4957
78d2cbe1 4958 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
f4e84544 4959 (list-diary-entries-hook, mark-diary-entries-hook)
8b00ec89
GM
4960 (include-other-diary-files, diary-mail-entries)
4961 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
f4e84544
GM
4962 (diary-set-header): New function.
4963 (diary-header-line-flag, diary-header-line-format):
4964 Use diary-set-header for custom :set function.
4965 (diary-set-maybe-redraw): Use symbol-value rather than eval.
4966 (diary-attrtype-convert): Use intern-soft rather than read.
4967 (diary-display-no-entries): New function.
4968 (simple-diary-display, fancy-diary-display): Use it.
4969 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
566f5ae6 4970 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
f4e84544 4971
f97492e5
GM
4972 * calendar/holidays.el (list-holidays): Doc fix.
4973
6a1414ce
JB
49742008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
4975
02a0861d 4976 * calc/calc-store.el (calc-read-var-name-history): New variable.
6a1414ce
JB
4977 (calc-read-var-name): Use `calc-read-var-name-history'.
4978
6d401b4e
SM
49792008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * image-mode.el (image-mode-reapply-winprops): Simplify now that
4982 window-configuration-change-hook works buffer-locally.
4983
6c763a30 49842008-03-26 Johan Bockgård <bojohan@gnu.org>
d9dd743e
JB
4985
4986 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
4987 for Emacs Lisp, not Lisp.
4988
67b17989
JB
49892008-03-26 Juanma Barranquero <lekktu@gmail.com>
4990
65b332f4
JB
4991 * help-fns.el (describe-function-1, describe-variable):
4992 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
4993
67b17989
JB
4994 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
4995 replacement is provided, don't print "use nil instead".
4996
6c763a30 49972008-03-26 Johan Bockgård <bojohan@gnu.org>
31d24a4b
JB
4998
4999 * complete.el (PC-do-completion): Use regexp-quote.
5000
a58b57e2
DN
50012008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5002
67b17989
JB
5003 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
5004 Detect missing files.
920fb2b0 5005
f0e1713e
DN
5006 * vc-git.el (vc-git-extra-menu-map): New key map.
5007 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
5008 New functions.
5009
a58b57e2
DN
5010 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
5011 and 'missing files.
5012
554fde6e
SM
50132008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5014
96ffea61
SM
5015 * calendar/holidays.el (list-holidays): Make Y2 optional.
5016
e1422141
SM
5017 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
5018 buffers shown to the user.
5019 (appt-disp-window): Disable undo explicitly now that the leading space
5020 is gone.
5021
2977fc37
SM
5022 * simple.el (activate-mark): New function.
5023 (set-mark-command): Use it with region-active-p to clean up the code.
5024 (exchange-point-and-mark): Invert the meaning of C-u when
5025 transient-mark-mode is active.
5026
04509548
SM
5027 * dired-aux.el (dired-create-files): Use dolist.
5028
0ec08b38
SM
5029 * bindings.el (mode-line-change-eol): Use with-selected-window.
5030
554fde6e
SM
5031 * apropos.el (apropos-command): Include macros.
5032
37628fd0
GM
50332008-03-26 Glenn Morris <rgm@gnu.org>
5034
5035 * calendar/cal-bahai.el: Require calendar, not cal-julian.
5036 (calendar-bahai-epoch): Doc fix.
5037
5038 * calendar/cal-china.el: Explicitly require calendar.
5039
5040 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
5041 Require calendar rather than cal-julian.
5042 Autoload calendar-absolute-from-julian.
5043 * calendar/cal-coptic.el (coptic-calendar-epoch):
5044 * calendar/cal-islam.el (calendar-islamic-epoch):
5045 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
5046
5047 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
5048
5049 * calendar/cal-dst.el: Don't require cal-persia.
5050 (calendar-absolute-from-persian): Autoload it.
5051 (dst-adjust-time): Doc fix.
5052
5053 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
5054 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
5055 calendar.
5056
5057 * calendar/cal-menu.el: Require calendar rather than declaring
5058 functions.
5059 * calendar/calendar.el: Provide calendar before requiring cal-menu.
5060
5061 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
5062 calendar-after-frame-setup-hooks. Update callers, make old name an
5063 obsolete alias. Doc fix.
5064 (calendar-frame-1): Doc fix.
5065
5066 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
5067
5068 * calendar/calendar.el (oriental-holidays, solar-holidays):
5069 * calendar/holidays.el (list-holidays): Assume atan always bound.
5070
5071 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
5072 Explicitly require calendar, not cal-julian.
5073 * calendar/lunar.el: Explicitly require cal-dst.
5074
67af6bdd
SM
50752008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5076
aa657fbf
SM
5077 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
5078
67af6bdd
SM
5079 * help-fns.el (describe-function-1, describe-variable): If no
5080 replacement is provided, don't print "use nil instead".
5081
37e4d8ed
RW
50822008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5083
5084 * proced.el: New file.
5085
9e60aa0b
JB
50862008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5087
5088 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
5089
d4919479
JL
50902008-03-25 Juri Linkov <juri@jurta.org>
5091
5092 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
5093 in battery-mode-line-format.
5094
5095 * bindings.el (minibuffer-local-map): For the command
5096 file-cache-minibuffer-complete replace keymap minibuffer-local-map
5097 with map which is already locally bound to minibuffer-local-map.
5098
379ec02c
SM
50992008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5100
a10cca6c
SM
5101 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
5102 Remove `sort-first' argument.
5103
379ec02c
SM
5104 * subr.el (redisplay-end-trigger-functions)
5105 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
5106 (process-filter-multibyte-p, set-process-filter-multibyte):
5107 Mark as obsolete.
5108
4361b6c2
JB
51092008-03-25 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
5112 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5113 use the LOCAL arg of `add-hook'.
5114 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
5115 Remove spurious * from defcustom docstrings.
5116 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5117 Fix typos in messages.
5118 (reb-mode-buffer-p): New function.
5119 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5120 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
5121 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
5122 (reb-update-overlays): Use `unless', `when'.
5123 (re-builder-unload-function): New function.
5124
dd0d723c
DN
51252008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * vc-hooks.el (vc-state): Add documentation for 'missing.
5128
e2076c2c
DN
51292008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
5130
5131 * progmodes/verilog-mode.el (verilog-auto-output)
5132 (verilog-auto-input, verilog-auto-inout, verilog-auto)
5133 (verilog-delete-auto): Add optional regular expression to
5134 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
5135 (verilog-signals-matching-regexp): New internal function for
5136 signal matching.
5137
6c763a30 51382008-03-25 Johan Bockgård <bojohan@gnu.org>
98db7a38
JB
5139
5140 * info.el (Info-isearch-search): Always return point.
5141
adf4cc7e
SM
51422008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * diff-mode.el (diff-remembered-defdir): New var.
5145 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
5146
4ec69ba5
GM
51472008-03-25 Glenn Morris <rgm@gnu.org>
5148
5149 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
5150 calendar-bahai-prompt-for-date. Update callers, make old name an
5151 obsolete alias. Doc fix.
5152 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
5153 coptic-prompt-for-date. Update callers, make old name an
5154 obsolete alias. Doc fix.
5155 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
5156 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
5157 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
5158 calendar-islamic-prompt-for-date. Update callers. Doc fix.
5159 * calendar/cal-iso.el (calendar-iso-read-date): New name for
5160 calendar-iso-read-args. Update callers, make old name an obsolete
5161 alias.
5162 * calendar/cal-persia.el (calendar-persian-read-date): New name for
5163 persian-prompt-for-date. Update callers, make old name an
5164 obsolete alias. Doc fix. Move definition before use.
5165
5166 * calendar/cal-x.el (diary-frame-parameters)
87b69e9d 5167 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
1d3c128c 5168 (calendar-frame-1): Doc fixes.
4ec69ba5
GM
5169 (make-fancy-diary-buffer): Remove declaration.
5170 (calendar-dedicate-diary): Replace call to deleted function
5171 make-fancy-diary-buffer.
5172 (calendar-frame-setup): New function.
5173 (calendar-one-frame-setup, calendar-only-one-frame-setup)
5174 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
5175 work, and mark as obsolete.
5176 (special-display-buffer-names): Don't mess with this; it's not our
5177 business.
5178 (cal-x-load-hook): Defvar it, and mark as obsolete.
5179
5180 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5181 Default to t. Add to 'calendar group.
5182 (calendar): Doc fix. Use calendar-frame-setup.
5183 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
5184 (generate-calendar-window): Doc fix.
5185
5a07b0f0
SM
51862008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
5189
4ec69ba5 51902008-03-24 Drew Adams <drew.adams@oracle.com>
89e2d476
SM
5191
5192 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
5193 New variables.
5194 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
5195 (finder-exit): Ignore errors rather than avoiding them.
5196 Kill *Finder-package* buffer also.
5197
318f2a46
AS
51982008-03-24 Andreas Schwab <schwab@suse.de>
5199
5200 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
5201
d6f47dff
DN
52022008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
5203
49546869
DN
5204 * vc-hg.el (vc-hg-after-dir-status):
5205 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
5206
89e2d476
SM
5207 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
5208 Detect removed files.
874f31a6 5209
d6f47dff
DN
5210 * vc.el (vc-status-printer): Use a different face for missing files.
5211 (vc-status-hide-up-to-date): Rename from
5212 vc-status-remove-up-to-date. Update all callers.
5213 (vc-status-mode-map): Bind C-m.
5214
75cb52be
DN
52152008-03-24 Alexandre Julliard <julliard@winehq.org>
5216
5217 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
5218 code ...
5219 (vc-git--state-code): ... to this new function.
5220 (vc-git-state): Use it.
5221
9c92e913
MO
52222008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
5223
5224 * textmodes/remember.el (remember-mail-date)
5225 (remember-store-in-mailbox): Write date and From line in such a
5226 way that Mutt can read it.
5227
4bfee361
CY
52282008-03-23 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * simple.el (transient-mark-mode): Turn on by default.
5231
d39730b8
DN
52322008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5233
54bf3704
DN
5234 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5235 'unregistered for unregistered files.
5236
5440448e 5237 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3204d064 5238
39d0516b
DN
5239 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5240
4e383781
DN
5241 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5242 subdirectories.
5243
d39730b8 5244 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
4361b6c2
JB
5245 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5246 Add :enable for vc-status-refresh.
d39730b8 5247 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
4361b6c2
JB
5248 (vc-status-tool-bar-map): Add binding for
5249 vc-status-kill-dir-status-process.
d39730b8
DN
5250 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5251 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5252 Reset vc-status-process-buffer.
5253 (vc-status-refresh): Don't run two refreshes at a time.
5254 (vc-status): If the buffer is already in vc-status-mode only refresh.
484c3092
DN
5255 (vc-status-mark-buffer-changed): Add an optional file parameter.
5256 (vc-resynch-buffer): Use it.
4361b6c2
JB
5257 (vc-delete-file): Expand the file name before using it.
5258 Be careful to not create a new buffer with the old file contents.
484c3092 5259 Update the VC state after performing the operation.
d39730b8 5260
a08404b7
AS
52612008-03-23 Andreas Schwab <schwab@suse.de>
5262
4361b6c2
JB
5263 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5264 Fix radio button condition.
3a5b5d14
AS
5265 [box]: Likewise.
5266 [customize]: Add radio button.
a08404b7 5267
7a2c03a8
JB
52682008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
5269
5270 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5271 (calc-user-parse-tables, calc-gnuplot-default-device)
5272 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5273 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5274 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5275 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5276 (calc-undo-list, calc-redo-list, calc-main-buffer)
5277 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5278 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5279 (calc-said-hello, calc-executing-macro, calc-any-selections)
5280 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5281 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5282 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5283 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5284 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5285 (calc-create-buffer, calc-quit): Add docstrings.
5286
84c420c3
JB
52872008-03-23 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * makefile.w32-in (WINS_ALMOST): Add org.
5290
798dafb4
DN
52912008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5294 New functions to implement vc-status support.
5295
935f7c5a
DN
52962008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5297
e9e065e5
DN
5298 * vc.el (vc-status-prepare-status-buffer): New function.
5299 (vc-status): Use it.
5300
935f7c5a
DN
5301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5302 appropriate.
5303
8e4e4aef
DN
53042008-03-22 Alexandre Julliard <julliard@winehq.org>
5305
5306 * vc-git.el (vc-git--empty-db-p)
5307 (vc-git-after-dir-status-stage1-empty-db): New functions.
5308 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5309 Add support for empty repositories.
5310
3281a821
DN
53112008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
5312
dd3ffb9a
DN
5313 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5314 Allow "^" in a version name.
5315
3281a821
DN
5316 * vc-mtn.el (vc-mtn-state): Support the added state.
5317
ecf18552
CD
53182008-03-22 Carsten Dominik <dominik@science.uva.nl>
5319
5320 * org: New directory for Org-mode.
5321
5322 * org/org-export-latex.el: Moved from lisp/texmodes.
5323
5324 * org/org-irc.el: Moved from lisp/texmodes.
5325
5326 * org/org-mac-message.el: Moved from lisp/texmodes.
5327
5328 * org/org-mouse.el: Moved from lisp/texmodes.
5329
5330 * org/org-publish.el: Moved from lisp/texmodes.
5331
df27f31f
JL
53322008-03-21 Juri Linkov <juri@jurta.org>
5333
5334 * comint.el (comint-dynamic-simple-complete):
5335 Use variable `stub' for the second arg `common-substring'
5336 of `comint-dynamic-list-completions'.
5337 (comint-dynamic-list-filename-completions):
5338 Use variable `filenondir' for the second arg `common-substring'
5339 of `comint-dynamic-list-completions'.
5340 (comint-dynamic-list-completions): Add new optional arg
5341 `common-substring'. Add `common-substring' as the second arg of
5342 the call to `display-completion-list'. Doc fix.
5343
5344 * comint.el (comint-dynamic-complete-as-filename)
5345 (comint-dynamic-list-filename-completions)
5346 (comint-dynamic-simple-complete): Use `minibuffer-message'
5347 to display message "No completions of %s" when a command
5348 is called in the minibuffer.
5349 (comint-dynamic-simple-complete): Don't display other
5350 completion messages when a command is called in the minibuffer.
5351 (comint-dynamic-list-completions): Use `minibuffer-message'
5352 to display message " [Type space to flush ...]" when a command
5353 is called in the minibuffer.
5354
5355 * shell.el (shell-dynamic-complete-command)
5356 (shell-dynamic-complete-environment-variable): Don't display
5357 completion messages when command is called in the minibuffer.
5358
ec800cf0
JL
5359 * emacs-lisp/lisp.el (lisp-complete-symbol):
5360 Use `minibuffer-message' to display message "No completions of %s"
5361 when this command is called in the minibuffer.
5362
df27f31f
JL
5363 * bindings.el (standard-mode-line-modes): Put special help-echo
5364 tooltip on recursive edit %[ %] mode-line constructs.
5365
5366 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5367 "^No dynamic expansion for .* found$" to allow error messages like
5368 "No dynamic expansion for \"%s\" found in this-buffer".
5369
12aeeb57
MA
53702008-03-21 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5373 "psftp".
5374
45b24b4d
SM
53752008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5378 * vc.el (vc-default-dired-state-info): Use just "modified".
5379 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5380 (vc-cvs-mode-line-string): Make use of the better default.
5381 (vc-cvs-parse-entry): Use the new `added'.
5382 (vc-cvs-dired-state-info): Remove.
5383 * vc-svn.el (vc-svn-dired-state-info): Remove.
5384 * vc-hg.el (vc-hg-dired-state-info): Remove.
5385 * vc-git.el (vc-git-dired-state-info): Remove.
5386
e345c46e
DN
53872008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5388
5389 * vc-git.el (vc-git-status-result): New variable.
5390 (vc-git-dir-status): Split out ...
5391 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5392 ... these new functions and work asynchronously.
5393
12cb746e
DN
53942008-03-21 Alexandre Julliard <julliard@winehq.org>
5395
5396 * vc-git.el (vc-git-after-dir-status): Remove.
5397 (vc-git-dired-state-info): Reimplement.
5398
6a3f9bb7
DN
53992008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
5400
a22f42ac
DN
5401 * replace.el (occur-mode-map): Add :help.
5402
175e5186
DN
5403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5404 for disassemble.
5405
21f3a277
DN
5406 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5407 the 'added state.
5408 (vc-status-remove-up-to-date): New function.
5409 (vc-status-mode-map, vc-status-menu-map): Bind it.
5410 (vc-status-printer): Use a different face up-to-date files.
5411 (vc-resynch-buffer): Update the vc-status buffer if it exists.
5412 (Todo): Remove solved entries.
5413
6a3f9bb7
DN
5414 * vc-hg.el (vc-hg-state):
5415 * vc-git.el (vc-git-state):
5416 * vc-cvs.el (vc-cvs-parse-status):
5417 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5418 state.
5419
286d4b3b
SM
54202008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * progmodes/compile.el (compile):
5423 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5424
1816387a 5425 * simple.el (minibuffer-local-shell-command-map): New var.
286d4b3b
SM
5426 (minibuffer-complete-shell-command, read-shell-command): New funs.
5427 (shell-command, shell-command-on-region): Use them.
5428
9f7ddd67
DN
54292008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5430
5431 * vc.el (vc-status-mark-buffer-changed): New function to implement
5432 updating of the *vc-status* buffer when a buffer is saved.
5433 (vc-status-mode): Use it for after-change-hook.
5434 (vc-add-to-vc-status-buffer): Rename to ...
5435 (vc-status-add-entry): ... this.
5436 (Todo): Add new entry.
5437
1fa85ea8
SM
54382008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5441
077aec27
JB
54422008-03-20 Juanma Barranquero <lekktu@gmail.com>
5443
5444 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5445 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5446 Remove spurious * from defcustom docstrings.
5447 (icomplete-compute-delay): Fix docstring and remove spurious *.
5448 (icomplete-delay-completions-threshold): Fix typo in docstring and
5449 remove spurious *.
7d94fb17
JB
5450 (icomplete-completions): While collecting the list of prospective
5451 candidates, don't overshoot `icomplete-prospects-length'.
077aec27 5452
0c86715d
DN
54532008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5454
5455 * textmodes/refbib.el:
5456 * textmodes/reftex.el:
5457 * textmodes/reftex-global.el:
5458 * textmodes/reftex-vars.el:
5459 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5460 compiler pacifying defvars.
5461 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
077aec27
JB
5462 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5463 not needed.
0c86715d 5464
495ab0d5
DN
54652008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
5466
077aec27 5467 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
495ab0d5
DN
5468 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5469 (verilog-customize, verilog-font-customize)
5470 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5471 (verilog-mode): Update documentation strings to match tool tips.
5472 (verilog-auto-search-do, verilog-auto-re-search-do)
5473 (verilog-skip-forward-comment-or-string): Fix verilog-auto
5474 expansion when a .* appears inside a string.
077aec27
JB
5475 (verilog-re-search-forward, verilog-re-search-backward):
5476 Add comment to recall how this works.
5477 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
495ab0d5 5478
7d17537f
GM
54792008-03-20 Glenn Morris <rgm@gnu.org>
5480
5481 * calendar/calendar.el (calendar-other-dates): New function.
5482 (calendar-print-other-dates): Use calendar-other-dates.
5483 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5484 the declarations it replaces.
5485 (calendar-mouse-print-dates): Use calendar-other-dates.
5486
5487 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5488 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5489 (calendar-absolute-from-bahai): Fix the leap-year case.
5490 (calendar-bahai-from-absolute): Re-use the Gregorian month.
077aec27
JB
5491 (calendar-bahai-date-string, calendar-bahai-print-date):
5492 Handle pre-Bahai dates.
7d17537f
GM
5493
5494 * calendar/cal-china.el (chinese-calendar-celestial-stem)
5495 (chinese-calendar-terrestrial-branch): Make defcustoms.
5496
5497 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5498 (calendar-mouse-view-diary-entries): Use or.
5499 (calendar-mouse-chinese-date): Remove unused command.
5500 (cal-menu-load-hook): Mark as obsolete.
5501
5502 * calendar/solar.el (calendar-location-name, calendar-latitude)
5503 (calendar-longitude, solar-arctan, sunrise-sunset)
5504 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5505
01633b01
JB
55062008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5507
5508 * calc/calc.el: Remove outdated comments.
5509 (defcalcmodevar, calc-mode-var-list-restore-default-values)
5510 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5511 Add docstrings.
5512
c56e37dd
JR
55132008-03-19 Jason Rumney <jasonr@gnu.org>
5514
5515 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5516
ea666a77
RS
55172008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5518
5519 * net/tls.el (open-tls-stream): Reindent.
5520
aff67808
MA
55212008-03-19 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * net/tramp.el (tramp-let-maybe): Removed.
5524 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5525 It does not exist under XEmacs.
5526 (tramp-handle-file-truename, tramp-handle-expand-file-name)
5527 (tramp-completion-file-name-handler): Let-bind
5528 `directory-sep-char'.
5529
5530 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5531 `directory-sep-char'.
5532
d63b01e1
SM
55332008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5534
55067594
SM
5535 * help-fns.el (describe-function-1): Don't signal "missing arglist"
5536 for autoloaded keymaps.
5537
d63b01e1
SM
5538 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5539 (electric-verilog-terminate-line, verilog-in-struct-region-p)
5540 (verilog-backward-ws&directives, verilog-forward-ws&directives)
5541 (verilog-in-comment-p, verilog-in-star-comment-p)
5542 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5543 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5544 (verilog-skip-forward-comment-or-string, verilog-in-paren)
cdf8b62f 5545 (verilog-skip-forward-comment-p): Use it.
d63b01e1 5546
d6baaf33
JB
55472008-03-19 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5550 (org-remember-templates, org-time-stamp-rounding-minutes)
5551 (org-back-over-empty-lines, org-find-base-buffer-visiting)
5552 (org-columns-new): Fix typos in docstrings.
5553
699a11fb
GM
55542008-03-19 Glenn Morris <rgm@gnu.org>
5555
5556 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5557 (tramp-handle-shell-command): Use condition-case rather than
5558 ignore-errors.
5559
9f4e4f5b
DN
55602008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5561
5562 * diff-mode.el (diff-header): Make the color louder.
5563 (diff-refine-change): Tone the color down.
5564
95eede5c
JB
55652008-03-19 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * descr-text.el (describe-char): When `describe-char-unidata-list'
5568 is set to show all properties, list them in the right order.
5569
00fc37d1
SM
55702008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * international/mule.el (load-with-code-conversion): Avoid setting
5573 default-enable-multibyte-characters.
5574
6c763a30 55752008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
14b7a0b5
SM
5576
5577 * vc.el (vc-annotate-background): Fix custom type.
5578
3afc21a9
SM
55792008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5580
3253c7c6
SM
5581 * descr-text.el (describe-char-unidata-list): Allow specifying
5582 just all properties.
5583 (describe-char): Handle that new value.
5584
3afc21a9
SM
5585 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5586
322f4559
TH
55872008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5588
5589 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5590 instead of file name extension to make docs with uncommon
5591 extensions work.
5592
23cda572
TH
55932008-03-18 Tassilo Horn <tassilo@member.fsf.org>
5594
5595 * doc-view.el (require): Require cl at compile time because
5596 `assert' needs it.
5597
acab8b97
GM
55982008-03-18 Glenn Morris <rgm@gnu.org>
5599
5600 * calendar/calendar.el (initial-calendar-window-hook)
5601 (today-visible-calendar-hook): Doc fixes.
5602
57671b72
MA
56032008-03-17 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * net/tramp.el (tramp-root-regexp): Simplify.
5606 (tramp-completion-file-name-regexp-separate): Don't insist on
5607 leading "[". This prevents method or user or host completion.
5608 (tramp-let-maybe): Autoload it.
5609 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
5610 is an alias for `identity'.
5611 (tramp-handle-write-region): Protect `last-coding-system-used'
5612 over the trailing statements.
3afc21a9
SM
5613 (tramp-completion-file-name-handler-post-function): Remove.
5614 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5615 instead of calling `tramp-drop-volume-letter'.
57671b72 5616
3afc21a9
SM
5617 * net/tramp.el:
5618 * net/tramp-uu.el:
5619 * net/trampver.el: Move coding cookie at the end.
57671b72 5620
800a97b8
SM
56212008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5624 elements which may be something else than characters.
5625
7afdc391
DN
56262008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
5627
7ee8e7eb
DN
5628 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5629 New functions to implement vc-status support.
5630
5631 * vc.el (vc-default-extra-status-menu)
5632 (vc-add-to-vc-status-buffer): New functions.
5633
7afdc391
DN
5634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5635 for eldoc and ielm.
5636
2c080040
GM
56372008-03-17 Glenn Morris <rgm@gnu.org>
5638
5639 * calendar/cal-x.el (diary-frame-parameters)
5640 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5641 Fix custom type; add options.
5642 (calendar-frame, diary-frame): Doc fixes.
5643 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5644 new functions.
5645 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5646 Use calendar-frame-1 and calendar-dedicate-diary.
5647 (calendar-one-frame-setup): Also handle only-one-frame case.
5648 (calendar-only-one-frame-setup): Doc fix. Just call
5649 calendar-one-frame-setup.
5650
5651 * calendar/diary-lib.el: Re-order some definitions before their use.
5652 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5653 (diary-list-entries): Doc fixes.
5654 (make-fancy-diary-display): Remove function.
5655
5656 * calendar/calendar.el (calendar-today-marker)
5657 (initial-calendar-window-hook, today-visible-calendar-hook)
87b69e9d 5658 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
2c080040
GM
5659 (calendar-star-date, calendar-mark-today): Doc fixes.
5660 (today-visible-calendar-hook): Add options.
5661 (calendar-in-read-only-buffer): New macro.
5662 (calendar-basic-setup): Adapt for change in calendar-read-date.
5663 Place holiday let inside if.
5664 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5665 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5666 (calendar-print-other-dates): Use one let rather than many.
5667
5668 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5669 (calendar-print-other-dates):
5670 * calendar/cal-hebrew.el (list-yahrzeit-dates):
5671 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5672 * calendar/holidays.el (calendar-list-holidays, list-holidays)
5673 (calendar-cursor-holidays):
5674 * calendar/lunar.el (calendar-phases-of-moon): Use
5675 calendar-in-read-only-buffer to replace previous code and disable undo.
5676
f564644b
JL
56772008-03-16 Juri Linkov <juri@jurta.org>
5678
5679 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5680 and regexp-search-ring-yank-pointer for the HISTPOS argument of
5681 read-from-minibuffer to provide the correct initial minibuffer
5682 history position in isearch-edit-string when it is called from
5683 isearch-ring-adjust.
5684
5685 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5686 to check if the current buffer is the minibuffer, and in this case
5687 call abort-recursive-edit to kill the minibuffer. Doc fix.
5688 (kill-this-buffer-enabled-p): Allow this function to return non-nil
5689 when the current buffer is the minibuffer.
5690
5691 * simple.el (goto-line): Leave mark at previous position. Doc fix.
5692
7edd6b92
TH
56932008-03-16 Tassilo Horn <tassilo@member.fsf.org>
5694
5695 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5696 Use non-nil PARENTS attribute of make-directory instead of
5697 explicitly checking existence the current cache directory.
5698
2ecb26c3
MO
56992008-03-16 Daiki Ueno <ueno@unixuser.org>
5700
5701 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5702 M-x epa-file-select-keys.
5703
03f244e2
KH
57042008-03-16 Kenichi Handa <handa@m17n.org>
5705
2472a6f0
JB
5706 * international/mule.el (auto-coding-alist):
5707 Use no-conversion-multibyte for archive files.
03f244e2 5708
f1700e26
GM
57092008-03-16 Glenn Morris <rgm@gnu.org>
5710
5711 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5712 New functions.
5713 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5714 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5715 Use calendar-mark-1.
5716 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5717 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5718 Use calendar-mark-complex.
5719 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5720 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5721 Use calendar-mark-1.
5722
5723 * calendar/calendar.el (calendar-mod): Remove.
5724 * calendar/cal-china.el (calendar-chinese-from-absolute)
5725 (calendar-chinese-date-string): Expand calendar-mod calls.
59492844
GM
5726 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5727 Expand calendar-mod calls.
f1700e26
GM
5728
5729 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5730 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5731 (diary-bahai-insert-yearly-entry): Use let rather than let*.
5732 Move obsolete aliases after the functions that replaced them.
5733
5734 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5735 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5736 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5737 Use let rather than let*.
5738 (calendar-hebrew-prompt-for-date): New function.
5739 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5740 (holiday-tisha-b-av-etc): Use unless, let.
5741
5742 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5743 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5744
59492844
GM
5745 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5746
f1700e26
GM
5747 * calendar/calendar.el (calendar-for-loop): Add indent spec.
5748
5749 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5750 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5751 than concat.
5752 (diary): Remove un-needed let.
5753 (view-other-diary-entries): Rename argument.
5754 (diary-list-entries-2): New function.
5755 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5756 (print-diary-entries): Use unless.
5757 (diary-mark-entries-1): Change argument order, make all but
2472a6f0
JB
5758 markfunc optional. Handle the standard (Gregorian) case.
5759 Use match-string-no-properties. Handle marks.
f1700e26
GM
5760 (mark-diary-entries): Use diary-mark-entries-1.
5761 (diary-font-lock-keywords-1): New macro.
5762 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5763
57642008-03-16 Ulf Jasper <ulf.jasper@web.de>
5765
5766 * icalendar.el (icalendar-version): Increase to 0.18.
5767 (icalendar-export-hidden-diary-entries): New variable.
5768 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5769 In case of error, insert full error-val.
5770 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
5771 Use calendar-day-of-week. Return the day number.
5772 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5773
57742008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
5775
5776 * icalendar.el (icalendar-recurring-start-year): New variable.
5777 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5778 (icalendar-export-region): Ignore hidden diary entries.
5779 (icalendar--convert-ordinary-to-ical): Fix case where event
5780 spans across midnight boundary.
5781 (icalendar-first-weekday-of-year): New function.
5782 (icalendar--convert-weekly-to-ical): Allow user-selectable start
5783 year for recurring events (Mozilla calendars do not propagate
5784 recurring events forever, so year 2000 start date was not working).
5785 (icalendar--convert-yearly-to-ical): Remove extra spaces in
5786 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5787
a8a70098
MA
57882008-03-15 Michael Albinus <michael.albinus@gmx.de>
5789
57671b72 5790 * net/tramp.el (tramp-root-regexp): New defconst.
a8a70098
MA
5791 (tramp-completion-file-name-regexp-unified)
5792 (tramp-completion-file-name-regexp-separate)
5793 (tramp-completion-file-name-regexp-url): Use it.
800a97b8
SM
5794 (tramp-do-copy-or-rename-file-via-buffer):
5795 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
a8a70098
MA
5796 t for `insert-file-contents-literally'.
5797 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5798 Autoload it.
5799 (tramp-completion-file-name-handler-post-function): New defconst.
5800 (tramp-completion-file-name-handler): Use it.
5801 (tramp-maybe-open-connection): Update calls to
5802 `tramp-flush-connection-property' for removed 2nd argument.
5803
39f44442
SM
58042008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
5807 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
5808 New functions.
5809
4e11bcc2
GM
58102008-03-15 Glenn Morris <rgm@gnu.org>
5811
5812 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
5813 New functions.
5814 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
5815 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5816 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5817 (diary-bahai-list-entries): Use diary-list-entries-1.
5818 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
5819 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
5820 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5821 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5822 (list-hebrew-diary-entries): Use diary-list-entries-1.
5823 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
5824 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
5825 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5826 (diary-list-entries-1, diary-mark-entries-1): Autoload.
5827 (list-islamic-diary-entries): Use diary-list-entries-1.
5828 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
5829
5830 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
5831
5832 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
5833
5834 * calendar/cal-china.el (number-chinese-months)
5835 (calendar-chinese-from-absolute): Use nth, caar.
5836
5837 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
5838
5839 * calendar/cal-french.el (french-calendar-accents): Doc fix.
5840
5841 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
5842 (calendar-hebrew-month-name-array-leap-year)
5843 (hebrew-calendar-parashiot-names): Make constants.
5844 (diary-parasha): Move definition after constants it uses.
5845
5846 * calendar/cal-html.el (cal-html-insert-link-yearpage)
5847 (cal-html-htmlify-list): Doc fix.
5848 (cal-html-htmlify-entry): Use nth.
5849
5850 * calendar/cal-islam.el (calendar-islamic-month-name-array)
5851 (calendar-islamic-epoch): Make constants.
5852 (calendar-islamic-epoch): Doc fix.
5853
5854 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
5855
5856 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
5857 (cal-tex-month-name): Doc fix.
5858 (cal-tex-last-blank-p): Use zerop.
5859
5860 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
5861 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
5862 (calendar-cursor-to-date): Doc fix.
5863 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
5864 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
5865 (calendar-day-number): Use when.
5866 (generate-calendar-month): Use dotimes.
5867 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
5868 (calendar-set-mark): Reverse conditional.
5869 (calendar-make-alist): Move definition before use.
5870
5871 * calendar/diary-lib.el (diary-face-attrs)
5872 (diary-glob-file-regexp-prefix, diary-selective-display)
87b69e9d 5873 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
4e11bcc2
GM
5874 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
5875 (diary-anniversary, diary-cyclic)
5876 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
5877 (diary-header-line-format): Change wording.
5878 (diary-list-entries): Set `date-start' in let.
5879 (include-other-diary-files, mark-included-diary-files): Use format.
5880 (simple-diary-display, fancy-diary-display): Use cadr, unless.
5881 (mark-diary-entries): Use 1+.
5882 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
5883 (mark-calendar-month): Use dotimes.
5884
2472a6f0
JB
5885 * calendar/holidays.el (displayed-month, displayed-year):
5886 Move declarations where needed.
4e11bcc2
GM
5887 (calendar-list-holidays): Doc fix.
5888
5889 * calendar/parse-time.el (parse-time-string): Simplify.
5890
5891 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
5892 Make constants.
5893 (solar-sunrise-sunset): Rename some local variables for clarity.
5894 (sunrise-sunset): Use zerop.
5895 (solar-mean-equinoxes/solstices): Doc fix.
5896
5897 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
5898 Use nth.
5899 (timeclock-completing-read, timeclock-generate-report): Use zerop.
5900 (timeclock-mean, timeclock-generate-report): Use dolist.
5901
5902 * calendar/todo-mode.el (todo-add-category): Simplify.
2472a6f0
JB
5903 (todo-more-important-p, todo-delete-item, todo-file-item):
5904 Use unless, when.
4e11bcc2
GM
5905 (todo-top-priorities): Use zerop.
5906
b1c69133
NR
59072008-03-14 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * buff-menu.el (list-buffers-noselect): Display buffer name in
5910 tooltip instead of mouse binding when it doesn't fit in the list.
5911
f31b1257
DN
59122008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5913
5914 * faces.el (xw-defined-colors):
5915 * simple.el (widget-convert, shell-mode): Declare as functions
5916 instead of autoloading.
5917
5918 * abbrev.el:
5919 * button.el:
5920 * cus-face.el:
5921 * ediff-hook.el:
5922 * emacs-lisp/backquote.el:
5923 * emacs-lisp/timer.el:
5924 * facemenu.el:
5925 * faces.el:
5926 * menu-bar.el:
5927 * simple.el:
5928 * subr.el:
5929 * textmodes/fill.el:
5930 * textmodes/paragraphs.el: Remove autoloads, redundant when the
5931 files are preloaded.
5932
116d5bc7
SM
59332008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * desktop.el (desktop-create-buffer): Don't catch errors if
5936 debug-on-error is set.
5937
c79a07d7
EZ
59382008-03-14 Eli Zaretskii <eliz@gnu.org>
5939
5940 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5941 ($(lisp)/calendar/diary-loaddefs.el)
5942 ($(lisp)/calendar/hol-loaddefs.el): New targets.
5943 (LOADDEFS): New macro.
5944 (autoloads): Depend on $(LOADDEFS).
5945
f9a9491f
DN
59462008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
5947
ef49d20f
DN
5948 * font-lock.el (featurep): Remove test, not useful anymore.
5949 (facemenu-keymap): Move key binding ...
5950 * facemenu.el (facemenu-keymap): ... here.
5951
ac51b151
DN
5952 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
5953 for each file in the list.
5954 (vc-bzr-log-view-mode): Recognize the file marker.
5955
f9a9491f
DN
5956 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5957 for checkdoc and profiling.
5958
23e33070
BG
59592008-03-14 Bastien Guerry <bzg@altern.org>
5960
800a97b8 5961 * textmodes/flyspell.el (nxml-mode): Add the right
23e33070
BG
5962 `flyspell-mode-predicate'.
5963
5964 * wid-edit.el (link): Use 'mouse-face for :follow-link.
5965
c1fbdbbb
GM
59662008-03-14 Glenn Morris <rgm@gnu.org>
5967
e7148377
GM
5968 * calendar/solar.el: Reorder so that functions are defined before use.
5969 (displayed-month, displayed-year): Move declarations where needed.
5970 (solar-get-number): Move definition before use. Use unless.
5971 (solar-equatorial-coordinates): Simplify.
5972 (solar-sunrise-and-sunset): Use let rather than let*.
b95c7600 5973 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
e7148377 5974
1d1100d7
GM
5975 * startup.el (command-line-1): Rename -internal-script back to
5976 -scriptload (reverts previous change).
5977
6bd7c8eb
GM
5978 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5979 (calendar-bahai-leap-base): Add doc strings.
5980 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
5981 Move definition before use.
5982 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
5983 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
5984 variables outside the loop. Use dolist.
5985 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
5986
465323b6
GM
5987 * calendar/cal-china.el: Re-order so that functions are defined before
5988 use.
5989 (displayed-month, displayed-year): Move declarations where needed.
5990 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
5991 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5992 Add doc strings.
5993 (chinese-year-cache): Recenter on 2010. Doc fix.
5994 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
5995 Doc fix. Simplify.
5996 (chinese-year-cache-init): New function.
5997 (compute-chinese-year, holiday-chinese-new-year)
5998 (calendar-chinese-date-string, calendar-goto-chinese-date)
5999 (make-chinese-month-assoc-list): Use cadr, nth.
6000 (chinese-months): Remove un-needed let.
6001
87b69e9d 6002 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
75762c68
GM
6003 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
6004 (coptic-prompt-for-date): Move definition before use.
6005
4b8683c7
GM
6006 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6007 (calendar-dst-find-data, calendar-daylight-time-offset)
6008 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6009 (calendar-daylight-savings-starts-time)
6010 (calendar-daylight-savings-ends-time): Use cadr, nth.
6011
5424a530
GM
6012 * calendar/cal-french.el (french-calendar-epoch)
6013 (calendar-goto-french-date): Doc fix.
6014 (french-calendar-month-name-array)
6015 (french-calendar-multibyte-month-name-array)
6016 (french-calendar-day-name-array, french-calendar-special-days-array):
6017 Add doc strings.
6018
8f11970d
GM
6019 * calendar/cal-hebrew.el (displayed-month, displayed-year)
6020 (original-date): Move declarations where needed.
6021 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
6022 Doc fix.
6023 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
6024 constant variables outside the loop. Use dolist.
6025
f852191f
GM
6026 * calendar/cal-islam.el (displayed-month, displayed-year)
6027 (original-date): Move declarations where needed.
6028 (islamic-calendar-day-number): Remove unused local variable `day'.
6029 (calendar-goto-islamic-date): Doc fix.
6030 (holiday-islamic): Use unless.
6031 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
6032 constant variables outside the loop. Use dolist.
6033 (mark-islamic-calendar-date-pattern): Move definition before use.
6034 Use unless.
6035 (mark-islamic-diary-entries): Doc fix.
6036 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6037 (insert-yearly-islamic-diary-entry): Use let rather than let*.
6038
800a97b8
SM
6039 * calendar/cal-julian.el (calendar-absolute-from-julian):
6040 Move definition before use. Remove un-needed local `day'.
c8ca95dd
GM
6041 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
6042
20a614c6
GM
6043 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
6044 (calendar-mayan-tzolkin-names-array): Add doc strings.
6045 (calendar-mayan-long-count-from-absolute): Use a single let.
6046 (calendar-string-to-mayan-long-count): Simplify.
6047 (calendar-next-haab-date, calendar-previous-haab-date)
6048 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6049 (calendar-previous-calendar-round-date)
6050 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
6051 Doc fix.
6052 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
6053 (calendar-mayan-date-string, calendar-print-mayan-date)
6054 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6055 (calendar-mayan-long-count-common-era): Move definitions before use.
6056
6cd61ebd
GM
6057 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
6058 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
6059 Doc fix.
6060 (calendar-mouse-goto-date): Move definition before use.
6061
cfcc468f
GM
6062 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
6063 Move definition before use.
6064 (calendar-cursor-to-visible-date): Move definition before use.
6065 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
6066 and place inside the conditional.
6067 (calendar-forward-day): Simplify.
6068 (calendar-end-of-month): Use unless.
6069 (calendar-goto-day-of-year): Doc fix.
6070 Relocate obsolete aliases after their replacements.
6071
52e0f59e
GM
6072 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
6073
75762c68
GM
6074 * calendar/diary-lib.el (mark-diary-entries): Move some constant
6075 variables outside the diary-date-forms loop.
6076
27a28b50
GM
6077 * calendar/calendar.el (diary-file): Doc fix.
6078 (calendar-buffer-list): Return buffers rather than strings (fixes
6079 previous change).
4f17e276 6080 (hebrew-holidays-4): Fix typo.
27a28b50 6081
71855cc5
GM
6082 * calendar/holidays.el (displayed-month, displayed-year):
6083 Move declarations where needed.
6084 (calendar-holiday-list, calendar-list-holidays)
6085 (holiday-filter-visible-calendar): Move definitions before use.
6086 (list-holidays): Use cadr.
6087 Relocate obsolete aliases after their replacements.
6088
9c0b9187
GM
6089 * calendar/lunar.el (date, displayed-month, displayed-year):
6090 Move declarations where needed.
6091 (lunar-phase-list): Move definition after functions it uses.
6092 (calendar-phases-of-moon, diary-phases-of-moon)
6093 (lunar-new-moon-on-or-after): Use cadr, nth.
6094 (lunar-new-moon-on-or-after): Doc fix.
6095
c1fbdbbb
GM
6096 * textmodes/org-irc.el (top-level): CL not required when compiling.
6097 (org-irc-visit-erc): Replace runtime CL functions.
6098
6099 * textmodes/org-publish.el (declare-function): Add compatibility stub.
6100 (org-publish-delete-dups): Declare as function.
6101
f392f8b4
DN
61022008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
6105 (vc-bzr-show-log-entry): Make regexp match more cases.
6106 (vc-diff-switches-list): Remove autoload, not needed.
6107
a71a98cf
JL
61082008-03-14 Juri Linkov <juri@jurta.org>
6109
6110 * isearch.el (isearch-edit-string): Remove one call to
6111 `isearch-push-state' not to push an inconsistent state,
6112 but keep another correct call to `isearch-push-state'.
6113 (isearch-ring-adjust): Call `isearch-push-state' only when
6114 `search-ring-update' is non-nil since `isearch-edit-string'
6115 already pushes its state.
6116 (isearch-message): Improve matching the failed part by checking
6117 if the original message starts with the last successful message.
6118
6119 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
800a97b8 6120 (dired-perm-write): Rename from `dired-warn-writable'.
a71a98cf
JL
6121 Change parent face from `font-lock-warning-face' to
6122 `font-lock-comment-delimiter-face'.
6123 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
800a97b8 6124 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
a71a98cf
JL
6125 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
6126 with `dired-perm-write-face'.
6127
5986c5c6
TH
61282008-03-13 Tassilo Horn <tassilo@member.fsf.org>
6129
6130 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
6131 Create cache dir only if it doesn't already exist.
6132
23ae1f25
SM
61332008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
6136 of \ and '.
6137
6c763a30 61382008-03-13 Johan Bockgård <bojohan@gnu.org>
03e49c06 6139
23ae1f25
SM
6140 * net/browse-url.el (browse-url-text-xterm):
6141 Unquote browse-url-text-browser.
03e49c06 6142
0fc0f178
CD
61432008-03-13 Carsten Dominik <dominik@science.uva.nl>
6144
699b9291
CD
6145 * textmodes/org-mouse.el: Version number change.
6146
2472a6f0 6147 * textmodes/org-publish.el (org-publish-expand-components):
4b67ea89 6148 Remove null projects from the list of components.
23ae1f25
SM
6149 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
6150 Remove unused retrieval of the :publishing-directory property.
4b67ea89
CD
6151 (org-publish-file): Bugfix: when using a relative directory as the
6152 publishing directory, convert it to a directory filename.
6153 (org-publish-project): New alias.
6154 (org-publish-get-files): Protect against empty p.
23ae1f25 6155 (org-publish-file): Send an error when file is not part of any project.
4b67ea89
CD
6156 (org-publish-file): Offer to refresh the list of files in known
6157 project when the current file is not part of any project.
6158 (org-publish-before-export-hook)
6159 (org-publish-after-export-hook): New hooks.
6160 (org-publish-org-to): Use new hooks and kill buffers.
6161 (org-publish-file): Remove the code for killing buffers.
6162 (org-publish-initialize-files-alist): Use interactive.
6163 (org-publish-file): If the publishing function creates a new
6164 buffer, kill it after publishing.
6165 (org-publish-timestamp-filename): Protect ":" in file name path
6166 under windows.
6167
2a57416f
CD
6168 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
6169 change that killed the LaTeX buffer.
6170
0fc0f178
CD
6171 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
6172 in the decision tree.
23ae1f25
SM
6173 (org-select-remember-template): Clean the code.
6174 (org-prepare-dblock): Add the extra :content parameter.
0fc0f178
CD
6175 (org-write-agenda): New output type ".ics" files.
6176 (org-write-agenda): Call `org-icalendar-verify-function', both for
6177 time stamps and for TODO entries.
6178 (org-agenda-collect-markers, org-create-marker-find-array)
6179 (org-check-agenda-marker-table): New functions.
6180 (org-agenda-marker-table): New variable.
6181 (org-export-as-html): Revert the change that killed the html
6182 buffer. Side effects first need to be studied carefully.
23ae1f25 6183 (org-get-tags-at): Fix the structure of the condition-case statement.
0fc0f178
CD
6184 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
6185 (org-timestamp-change): Fix regulear expressions to swallow the
6186 extra character for repeat-shift control.
6187 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
23ae1f25
SM
6188 (org-get-legal-level): Alias to `org-get-valid-level'.
6189 (org-dblock-write:clocktable): Add a :link parameter, linking
0fc0f178
CD
6190 headlines to their location in the Org agenda files.
6191 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
6192 throwing an error when getting tags before headlines.
6193 (org-timestamp-change, org-modify-ts-extra)
6194 (org-ts-regexp1): Fix timestamp editing.
6195 (org-agenda-custom-commands-local-options): New constant.
23ae1f25
SM
6196 (org-agenda-custom-commands):
6197 Use `org-agenda-custom-commands-local-options' to improve customize
0fc0f178
CD
6198 type. "htmlize": Removed hack to fix face problem with htmlize,
6199 it no longer seem necessary.
6200 (org-follow-link-hook): New hook.
23ae1f25 6201 (org-agenda-custom-commands): Add "Component" as a tag for each
0fc0f178
CD
6202 item in a command serie.
6203 (org-open-at-point): Run `org-follow-link-hook'.
6204 (org-agenda-schedule): Bugfix: don't display marker type when it
23ae1f25 6205 is nil.
0fc0f178
CD
6206 (org-store-link): org-irc required.
6207 (org-set-regexps-and-options): Parse the new logging options.
6208 (org-extract-log-state-settings): New function.
6209 (org-todo): Handle the new ways of recording state change stuff.
6210 (org-local-logging): New function.
23ae1f25 6211 (org-columns-open-link): Fix bug with opening link in column view.
0fc0f178
CD
6212 (org-local-logging): New function
6213 (org-todo): Make sure that LOGGING properties are honoured.
6214 (org-todo-keywords): Improve docstring.
6215 (org-startup-options): Cleanup startup options.
6216 (org-set-regexps-and-options): Process the "!" markers.
6217 (org-todo): Respect the new logging stuff.
6218 (org-log-note-how): New variable.
6219 (org-add-log-maybe): New parameter HOW that defines how logging
6220 should be done and also overrides PURPOSE. Add a docstring.
6221 (org-add-log-note): Check if we really need to ask for a note.
6222 (org-get-current-options): Digest the new keyword.
23ae1f25
SM
6223 (org-agenda-reset-markers): Rename from
6224 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
0fc0f178
CD
6225 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
6226 function, without force argument.
6227 (org-buffer-property-keys): Bind local variables s and p.
6228 (org-make-tags-matcher): Allow "" to match an empty or
6229 non-existent property value.
6230 (org-export-as-html): Join unsorted lists when they directly
6231 follow each other. Such lists may be created by headlines that
6232 are converted to lists.
6233 (org-nofm-to-completion): New function.
6234 (org-export-as-html): Use :html-extension instead of
6235 org-export-html-extension.
6236 (org-store-link): Support for links from `rmail-summary-mode'.
6237 (org-columns-new, org-complete, org-set-property): Set the
6238 `include-columns' argument in the call to
6239 `org-buffer-property-keys'.
6240 (org-buffer-property-keys): New argument `include-columns', to
6241 include properties expected by any of the COLUMS formats in the
6242 current buffer.
6243 (org-cleaned-string-for-export): Get rid of drawers first, so that
6244 they will be removed also in the text before the first headline.
6245 (org-clock-report): Show the clocktable when found.
23ae1f25
SM
6246 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6247 (org-version): With prefix argument, insert `org-version' at point.
0fc0f178
CD
6248 (org-agenda-goto): Recenter the window after finding the target
6249 location, to make sure the correct position will be displayed.
6250 (org-agenda-get-deadlines): Don't scale priority with the warning
6251 period.
6252 (org-insert-heading): Don't break line in the middle of the line.
6253 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6254 be 0.
23ae1f25 6255 (org-update-checkbox-count): Revamp to deal with hierarchical
0fc0f178
CD
6256 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
6257 (org-remove-timestamp-with-keyword): New function.
23ae1f25
SM
6258 (org-schedule, org-deadline):
6259 Use `org-remove-timestamp-with-keyword' to make sure all such time
0fc0f178
CD
6260 stamps are removed.
6261 (org-mode): Support for `align'.
6262 (org-agenda-get-deadlines): Make sure priorities increase as the
6263 due date approaches and is passed.
23ae1f25 6264 (org-remember-apply-template): Fix problem with tags that
0fc0f178 6265 contain "_" or "@".
800a97b8 6266 (org-make-link-regexps): Improve the regular expression for plain links.
0fc0f178
CD
6267 (org-agenda-get-closed): List each clocking entry.
6268 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6269 (org-special-ctrl-k): New option.
6270 (org-kill-line): New function.
23ae1f25 6271 (org-archive-all-done): Fix incorrect number of stars in regexp.
0fc0f178
CD
6272 (org-refile-get-location): New function.
6273 (org-refile-goto-last-stored): New function.
6274 (org-global-tags-completion-table): Add the value of org-tag-alist
6275 in each buffer, to make sure that also unused tags will be
6276 available for completion.
6277 (org-columns-edit-value)
6278 (org-columns-next-allowed-value): Only update if not in agenda.
6279 (org-clocktable-steps): New function.
6280 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6281 (org-archive-subtree): Add the outline tree context as a property.
6282 (org-closest-date): New optional argument `prefer'.
6283 (org-goto-auto-isearch): New option.
6284 (org-goto-map, org-get-location): Implement auto-isearch.
6285 (org-goto-local-auto-isearch-map): New variable.
6286 (org-goto-local-search-forward-headings)
b95c7600 6287 (org-goto-local-auto-isearch): New functions.
0fc0f178 6288
6622c075
GM
62892008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
6290
6291 * textmodes/org-irc.el: New file.
6292
62932008-03-13 John Wiegley <johnw@gnu.org>
6294
6295 * textmodes/org-mac-message.el: New file.
6296
6eb61c70
DN
62972008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
6298
6299 * font-lock.el (font-lock-comment-face): Set the foreground for
6300 the light background 8 colors case.
6301
a3d3fe6e
GM
63022008-03-13 Glenn Morris <rgm@gnu.org>
6303
6304 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6305 generate-autoload-cookie patterns.
6306
6307 * startup.el (command-line-1): Rename -scriptload to -internal-script.
6308
2537fa5d
GM
6309 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6310 (MH_E_SRC): Remove variable.
23ae1f25
SM
6311 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6312 Simplify file header. Use $@ for generated-autoload-file.
2537fa5d
GM
6313
6314 * Makefile.in (LOADDEFS): New variable.
6315 (AUTOGENEL): Use $LOADDEFS.
6316 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
87b69e9d 6317 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
2537fa5d 6318 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8ccd0d4d
GM
6319 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6320 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6321 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6322 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6323 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6324 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6325 Add calendar-specific autoload cookies, and remove any setting of
6326 generated-autoload-file.
6327 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6328 * calendar/diary-lib.el: Replace explicit autoloads with reading of
6329 diary-loaddefs.
6330 * calendar/holidays.el: Replace explicit autoloads with reading of
6331 hol-loaddefs.
6332
bae5a5a3
GM
6333 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6334 (calendar-buffer-list): Simplify.
8ccd0d4d
GM
6335 (generate-calendar-window): Use calendar-mark-holidays rather than
6336 obsolete alias.
bae5a5a3 6337
23ae1f25
SM
6338 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6339 Use cal-hebrew-yahrzeit-buffer.
bae5a5a3
GM
6340
6341 * calendar/cal-x.el (calendar-only-one-frame-setup)
6342 (calendar-two-frame-setup): Doc fixes.
6343 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6344
6345 * calendar/appt.el (appt-mode-string): Mark as risky.
6346 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6347
8ccd0d4d
GM
6348 * calendar/cal-html.el (diary-list-entries):
6349 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6350 (calendar-iso-from-absolute): Fix autoloads.
6351
bae5a5a3
GM
6352 * calendar/cal-iso.el (calendar-absolute-from-iso)
6353 (calendar-iso-read-args): Simplify.
6354 (calendar-iso-date-string, calendar-iso-read-args)
6355 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6356
6357 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6358 (displayed-month, displayed-year): Move declarations where needed.
6359 (calendar-print-astro-day-number): Doc fix.
6360
6361 * calendar/cal-persia.el (persian-calendar-month-name-array)
6362 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6363 (persian-prompt-for-date): Remove local variable `today'.
6364
8ccd0d4d
GM
6365 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6366
bae5a5a3
GM
6367 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6368 (solar-sunrise-sunset, solar-sunrise-sunset-string)
87b69e9d 6369 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
bae5a5a3
GM
6370 (diary-sabbath-candles, solar-equinoxes/solstices)
6371 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6372 (solar-time-equation, solar-date-to-et): Simplify.
6373
a3d3fe6e
GM
6374 * mail/supercite.el: Remove the `function' in `(function (lambda'.
6375 Replace `(car (cdr' with cadr'.
6376
6377 * progmodes/f90.el (f90-font-lock-n): New function.
6378 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6379 Use f90-font-lock-n.
6380 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6381
6382 * progmodes/f90.el (f90-mode-abbrev-table):
6383 * progmodes/fortran.el (fortran-mode-abbrev-table):
6384 Use newer form of define-abbrev, where supported. No need to bind
6385 abbrevs-changed for system abbrevs.
6386
d4432055
SM
63872008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6388
ba4f4f75
SM
6389 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6390 delete-frame-functions.
6391
d4432055
SM
6392 * bookmark.el (Info-current-node): Remove.
6393
de5ab37d
JL
63942008-03-12 Juri Linkov <juri@jurta.org>
6395
6396 * help.el (describe-project): Remove defaliases for view-todo and
6397 describe-project that are now unnecessary after the merge from
6398 emacs--rel--22 that added define-obsolete-function-alias.
6399
6400 * startup.el (inhibit-startup-screen): Revert incomplete
6401 2008-03-10 merge from emacs--rel--22 that partly reverted
6402 2008-02-28 change that added initial message to *scratch* buffer
6403 regardless of the value of `inhibit-startup-screen'.
6404 Now keep this change in the trunk, but not in the 22 branch.
6405
b4cb319f
SM
64062008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6407
c5930207 6408 * international/quail.el (quail-setup-completion-buf, quail-help):
ca874c23 6409 * mail/binhex.el (binhex-decode-region-internal):
058f4002 6410 * mail/uudecode.el (uudecode-decode-region-internal):
eb21f2ff 6411 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
d0081058
SM
6412 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6413 setting default-enable-multibyte-characters.
6414
6f87952b
SM
6415 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6416
f1303855
SM
6417 * comint.el: Fix up indentation and comment style. Remove `function'.
6418
33de15f4 6419 * international/mule-cmds.el (reset-language-environment)
d4432055
SM
6420 (set-language-environment-nonascii-translation):
6421 Don't set-unibyte-charset.
33de15f4 6422
b4cb319f
SM
6423 * doc-view.el: Remove all cb-args, use closures instead.
6424 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6425 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6426 doing an incorrect check). Update all callers to use the new name.
6427 (doc-view-doc->txt): Add missing `txt' argument.
6428
86903c81
TH
64292008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6430
6431 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6432 md5 sum calculation to single-byte.
6433
eb79098b
SM
64342008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * doc-view.el (doc-view-new-window-function): Add assertion.
6437 (doc-view-doc-type): New var.
6438 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6439 (doc-view-intersection): New fun.
6440 (doc-view-mode): Use it to set the new var.
6441
515357c2
TH
64422008-03-12 Tassilo Horn <tassilo@member.fsf.org>
6443
3c1beeeb 6444 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
515357c2
TH
6445 (doc-view-already-converted-p): New functions.
6446 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6447 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6448 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6449 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6450 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6451 (doc-view-convert-current-doc): Don't hardwire the functions the
6452 sentinels call. Now they're provided by two args CALLBACK and
6453 CB-ARGS to the functions.
6454 (doc-view-search): Use doc-view-doc->txt.
6455 (doc-view-initiate-display): Use doc-view-already-converted-p.
6456 Mention new binding C-c C-t if doc-view-mode doesn't work.
6457
5e15554d
DN
64582008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
6459
6460 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6461
ede8c7f0
SM
64622008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6465 Mark " outside of tags as punctuation.
6466
ed10603b
SM
64672008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6468
94e73757
SM
6469 * menu-bar.el (minibuffer-local-map): Use the same command for the
6470 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6471 Prefer RET over C-j for exit-minibuffer.
6472
38a79e33
SM
6473 * files.el (display-buffer-other-frame): Eliminate problematic code.
6474
ed10603b
SM
6475 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6476 (menu-bar-select-buffer): Remove.
6477 (menu-bar-select-frame): Make non-interactive and take a frame arg.
6478 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6479
20f28123
JB
64802008-03-11 Juanma Barranquero <lekktu@gmail.com>
6481
3bb1c627
JB
6482 * icomplete.el (icomplete-completions): Remove obsolete code.
6483
20f28123
JB
6484 * net/net-utils.el (iwconfig-program-options): Doc fix.
6485 (net-utils-run-program, run-network-program): Define as functions.
6486
191a057d
DN
64872008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
6488
6489 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6490
c2062c3b
GM
64912008-03-11 Glenn Morris <rgm@gnu.org>
6492
6493 * faces.el (mode-line-emphasis): New face.
6494 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6495
6496 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6497
7ea27e32
CY
64982008-03-11 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * simple.el (set-mark-command): Doc fix.
6501
eeb7c97a
SM
65022008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6503
64cb1fa9
SM
6504 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6505
20f28123
JB
6506 * emacs-lisp/autoload.el (autoload-find-destination):
6507 Don't force raw-text.
812e2bd8 6508
eeb7c97a
SM
6509 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6510 * calendar/cal-loaddefs.el: Don't version control.
6511
2f9a87f5
DN
65122008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
6513
6514 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6515 entries and add :help to the existing ones.
6516
21db982b
GM
65172008-03-10 Glenn Morris <rgm@gnu.org>
6518
c3efd659
GM
6519 * calendar/cal-hebrew.el (date, entry, number): Move declarations
6520 to where they are needed.
6521
21db982b
GM
6522 * calendar/calendar.el (diary-file, hebrew-holidays-1)
6523 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6524 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6525 (calendar-version): Doc fixes.
6526 (calendar-absolute-from-gregorian): Use zerop.
6527 (calendar-mode-line-format): Make it a defcustom.
6528
6529 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6530 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6531 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6532 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6533 (mark-included-diary-files, mark-calendar-days-named)
6534 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6535 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6536 (insert-monthly-diary-entry, insert-yearly-diary-entry)
6537 (insert-anniversary-diary-entry, insert-block-diary-entry)
6538 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6539 (diary-font-lock-sexps): Doc fixes.
6540 (diary-remind-message, mark-calendar-month): Use zerop.
6541 (diary-attrtype-convert, diary-pull-attrs): Simplify.
6542 (diary-list-entries): Revert let to let* (previous change).
6543
c9218852
GM
6544 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6545
390b81fa 65462008-03-10 Kim F. Storm <storm@cua.dk>
cc0e97a4 6547
56388398
MB
6548 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6549 function aliases for the old names.
b7329bff 6550
390b81fa 65512008-03-10 Juanma Barranquero <lekktu@gmail.com>
252ca122
JB
6552
6553 * iswitchb.el (iswitchb-use-faces): Doc fix.
20f28123
JB
6554 (iswitchb-buffer-ignore, iswitchb-read-buffer):
6555 Fix typos in docstrings.
252ca122 6556
390b81fa 65572008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
b1d0fc86
DN
6558
6559 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6560 Fix typo.
6561 (verilog-type-font-keywords): Reindent.
6562
390b81fa 65632008-03-10 Michael McNamara <mac@mail.brushroad.com>
a1ebd734
DN
6564
6565 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6566 grouping-keyword regular expression.
6567 (verilog-font-lock-keywords): Allow users to toggle special
6568 highlight of grouping-keywords.
6569 (verilog-highlight-grouping-keywords): The toggle for special
6570 highlighting of grouping keywords.
6571
390b81fa 65722008-03-10 Juri Linkov <juri@jurta.org>
1344a1f9
JL
6573
6574 * startup.el: Revert 2008-02-28 change that adds initial message
56388398
MB
6575 to *scratch* buffer regardless of the value of
6576 `inhibit-startup-screen'.
1344a1f9 6577
390b81fa 65782008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8e788369
DN
6579
6580 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6581 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6582 * progmodes/verilog-mode.el (verilog-mode):
6583 * net/socks.el (socks):
56388398 6584 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
681979fa 6585
fc22668d
SM
65862008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6587
a9f8b49b
SM
6588 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6589 (doc-view-bookmark-make-record): Use them.
21db982b 6590 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
a9f8b49b
SM
6591 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6592
21db982b
GM
6593 * bookmark.el (bookmark-make-record-function): Change expected return
6594 value to include a suggested bookmark name.
136894c8
SM
6595 (bookmark-make): Split into bookmark-make-record and bookmark-store.
6596 Fix reversed `overwrite' semantics.
6597 (bookmark-set): Call bookmark-make-record before prompting the user.
6598 Then pass the result to bookmark-store later on.
6599 (bookmark-make-name-function): Remove.
6600 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6601 * info.el (bookmark-make-name-function): Remove.
6602 (Info-mode): Don't set it.
6603 (Info-bookmark-make-name): Remove.
6604 (Info-bookmark-make-record): Use Info-current-node as suggested default
6605 bookmark name.
6606
21db982b 6607 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
a7e83b26
SM
6608 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6609 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6610 (bookmark-annotation-buffer, bookmark-annotation-file)
6611 (bookmark-annotation-point, bookmark-send-annotation)
6612 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6613 (bookmark-edit-annotation-text-func): Rename from
6614 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
21db982b
GM
6615 (bookmark-edit-annotation-mode-map): Move initialization into
6616 declaration.
a7e83b26 6617
21db982b 6618 * bookmark.el: Remove spurious * in docstrings.
fc22668d
SM
6619 (bookmark-minibuffer-read-name-map): New var.
6620 (bookmark-set): Use it. Also pass the default value as it should.
6621 (bookmark-send-edited-annotation): Take no chances with text properties.
6622 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6623 (bookmark-insert-buffer-name): Remove.
6624 (bookmark-buffer-file-name): Signal an error rather than returning nil.
6625
6c763a30 66262008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
96f22160
TTN
6627
6628 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6629
fb4dfdd2
DN
66302008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 * diff-mode.el (diff-mode-menu): Add :help.
6633
7e8a1629
GM
66342008-03-09 Glenn Morris <rgm@gnu.org>
6635
d8cc3161
GM
6636 * calendar/calendar.el (general-holidays, oriental-holidays)
6637 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6638 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6639 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6640 (calendar-holidays): Restore autoload cookies, because people are
6641 used to using these variables without loading calendar.el.
6642
6643 * calendar/cal-islam.el (diary-islamic-date): Move to end.
6644 (date, number): Declare where needed.
6645
7e8a1629
GM
6646 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6647 (list-sexp-diary-entries): Doc fixes.
6648 (diary-list-entries): Doc fix. Remove free variable `entry'.
6649 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
ffcd9e20 6650 Simplify setting of `date-holiday-list'.
7e8a1629 6651 (mark-diary-entries): Remove free variable `entry'.
ffcd9e20
GM
6652 (diary-list-entries, include-other-diary-files, fancy-diary-display):
6653 Use let where let* is not needed.
32a091dd 6654
7e8a1629 66552008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
32a091dd
SM
6656
6657 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6658 make-record function, instead paste it in afterwards.
6659 (bookmark-make-record-for-text-file):
6660 * doc-view.el (doc-view-bookmark-make-record):
6661 * info.el (Info-bookmark-make-record): Don't mess with annotations.
6662
60495716
GM
66632008-03-08 Glenn Morris <rgm@gnu.org>
6664
800a97b8 6665 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
60495716 6666
02a5ba27
SM
66672008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
6668
f0a51f2a
SM
6669 * calendar/diary-lib.el (diary-list-entries)
6670 (include-other-diary-files, mark-diary-entries)
6671 (mark-sexp-diary-entries, mark-included-diary-files)
6672 (diary-entry-time, list-sexp-diary-entries): Remove the special
6673 handling of ^M that dates back to the use of selective-display.
6674 (simple-diary-display): Obey setting of pop-up-frames.
6675 (body, entry): Remove unnecessary declarations.
6676
02a5ba27
SM
6677 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6678 (bookmark-get-annotation, bookmark-set-annotation)
6679 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6680 (bookmark-set-position, bookmark-get-front-context-string)
6681 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6682 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6683 * info.el (Info-bookmark-make-record): Don't bother recording point.
6684 (bookmark-get-filename, bookmark-get-front-context-string)
6685 (bookmark-get-rear-context-string, bookmark-get-position):
6686 Don't declare any more.
6687 (bookmark-get-info-node): Remove.
6688 (bookmark-prop-get): Declare.
6689 (Info-bookmark-jump): Use it.
6690
6c763a30 66912008-03-08 Johan Bockgård <bojohan@gnu.org>
ff7d73ac
JB
6692
6693 * subr.el (while-no-input): Don't splice BODY directly into the
6694 `or' form.
6695
14cf0430
DN
66962008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
6697
02a5ba27
SM
6698 * diff-mode.el (diff-ignore-whitespace-hunk):
6699 Bind inhibit-read-only before trying to change the buffer.
14cf0430 6700
668bd187
GM
67012008-03-08 Glenn Morris <rgm@gnu.org>
6702
6703 * calendar/appt.el (appt): Move custom group here from calendar.el.
754c5007 6704 (appt-disp-window, appt-convert-time): Doc fixes.
668bd187 6705
9b6c7da9
GM
6706 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6707 (calendar-bahai-mark-date-pattern):
6708 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6709 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6710 * calendar/cal-julian.el (calendar-absolute-from-julian):
6711 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6712
668bd187
GM
6713 * calendar/cal-china.el (chinese-calendar): Move custom group here from
6714 calendar.el.
6715 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6716 Make constants.
68707926 6717 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4785bf2c
GM
6718 (chinese-calendar-daylight-savings-starts)
6719 (chinese-calendar-daylight-savings-ends)
6720 (chinese-calendar-daylight-savings-starts-time)
6721 (chinese-calendar-daylight-savings-ends-time)
6722 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6723 Doc fixes.
668bd187 6724
9b6c7da9
GM
6725 * calendar/cal-coptic.el (coptic-name): Add doc string.
6726
a4723d1f
GM
6727 * calendar/cal-french.el (french-calendar-month-name-array)
6728 (french-calendar-day-name-array, french-calendar-special-days-array):
6729 Add doc strings.
6730
f1209c4f
GM
6731 * calendar/cal-bahai.el (diary-bahai-mark-entries)
6732 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6733 (diary-bahai-insert-yearly-entry):
311cc551
GM
6734 * calendar/cal-dst.el (calendar-next-time-zone-transition)
6735 (calendar-time-zone):
6afe7cdd
GM
6736 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6737 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6738 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6739 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
fc250015 6740 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
c723ec5e
GM
6741 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6742 (list-islamic-diary-entries, mark-islamic-diary-entries)
6743 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6744 (insert-yearly-islamic-diary-entry):
f3924c53 6745 * calendar/cal-iso.el (calendar-iso-read-args):
047ec5b7
GM
6746 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6747 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6748 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6749 (calendar-next-calendar-round-date)
f3924c53 6750 (calendar-mayan-long-count-common-era):
5bbcf603
GM
6751 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6752 (cal-menu-x-popup-menu, calendar-mouse-holidays)
6753 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6754 (calendar-mouse-goto-date):
db940e42 6755 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
68707926 6756 * calendar/holidays.el (holidays):
311cc551 6757 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
68707926
GM
6758 * calendar/time-date.el (date-to-time, time-subtract, time-add)
6759 (safe-date-to-time): Doc fixes.
db940e42 6760
9b6c7da9
GM
6761 * calendar/cal-persia.el (persian-calendar-month-name-array)
6762 (persian-calendar-epoch): Make constants.
6763
668bd187
GM
6764 * calendar/cal-tex.el (calendar-tex): Move custom group here from
6765 calendar.el.
6766
9b6c7da9
GM
6767 * calendar/cal-x.el (diary-frame-parameters)
6768 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6769 (calendar-after-frame-setup-hooks): Make defcustoms.
734254f9
GM
6770 (calendar-one-frame-setup, calendar-only-one-frame-setup)
6771 (calendar-two-frame-setup): Doc fix.
9b6c7da9 6772
668bd187
GM
6773 * calendar/cal-loaddefs.el: New file.
6774
6775 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6776 * calendar/cal-french.el, calendar/cal-html.el:
6777 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6778 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6779 * calendar/cal-tex.el, calendar/cal-x.el:
6780 Unquote lambda functions. Add autoload cookies to functions formerly
6781 autoloaded in calendar.el. Set `generated-autoload-file' to
6782 "cal-loaddefs.el".
6783
6784 * calendar/calendar.el: Move many autoloads to separate file,
6785 cal-loaddefs.el. Move defcustoms to start and re-order.
6786 (calendar-month-name-array, calendar-starred-day): No need to
6787 declare for compiler.
6788 (cal-loaddefs): Require it.
6789 (appt, chinese-calendar, calendar-tex): Move custom groups to the
6790 appropriate file.
6791 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6792 Reverse logic.
6793 (diary-face, diary-file-name-prefix-function, diary-include-string)
6794 (diary-glob-file-regexp-prefix, diary-face-attrs)
6795 (diary-file-name-prefix, sexp-diary-entry-symbol)
6796 (print-diary-entries-hook, list-diary-entries-hook)
6797 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6798 (nongregorian-diary-marking-hook, diary-list-include-blanks):
6799 Move to diary-lib.
6800 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6801 (all-bahai-calendar-holidays): Doc fix.
3d186118
GM
6802 (calendar-insert-indented): Doc fix. Use when rather than if.
6803 (exit-calendar): Use mapc rather than mapcar.
6804 (calendar-cursor-to-date): Use zerop.
668bd187
GM
6805 (calendar-mark-ring): Add doc-string.
6806 (calendar-starred-day): Defvar it.
6807 (calendar-mode): Make calendar-starred-day local.
6808 (calendar-star-date): No need to make calendar-starred-day local.
6809
6810 * calendar/diary-lib.el: Move defcustoms to start.
6811 (diary-include-string, diary-list-include-blanks)
6812 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
6813 (diary-file-name-prefix, diary-file-name-prefix-function)
6814 (sexp-diary-entry-symbol, list-diary-entries-hook)
6815 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6816 (nongregorian-diary-marking-hook, print-diary-entries-hook):
6817 Move here from calendar.el.
3d186118 6818 (diary-file-name-prefix-function): Use 'identity.
668bd187 6819 (diary-face): Make it a defcustom, and mark as obsolete.
800a97b8 6820 (top-level): No need to require cal-hebrew, cal-islam when compiling.
668bd187
GM
6821 (calendar-hebrew-month-name-array-leap-year)
6822 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
6823 Define for compiler.
800a97b8
SM
6824 (diary-font-lock-keywords): Use format rather than concat.
6825 Add bahai-diary-entry-symbol.
668bd187
GM
6826
6827 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
6828 * calendar/solar.el: Unquote lambda functions.
6829
a603b7db
GM
6830 * calendar/solar.el (calendar-location-name, calendar-latitude)
6831 (calendar-longitude, solar-setup, solar-sin-degrees)
6832 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
6833 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
6834 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
6835 (solar-exact-local-noon, solar-julian-ut-centuries)
6836 (solar-ephemeris-time, solar-date-next-longitude)
6837 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6838 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
6839 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
6840 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
6841 Doc fixes.
6842 (solar-horizontal-coordinates, solar-equatorial-coordinates)
6843 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
6844 (solar-ecliptic-coordinates): Use unless.
6845 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
6846 Use or.
6847
fc250015
GM
6848 * calendar/timeclock.el: Add doc-strings to all functions.
6849 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
6850 (timeclock-entry-list-length, timeclock-entry-list-projects)
6851 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
6852
668bd187
GM
6853 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
6854
6855 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
6856 (org-get-entries-from-diary): Require diary-lib.
6857
f9b27c85
JB
68582008-03-08 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
6861 Pacify byte-compiler.
6862
f1bb4ee1
AM
68632008-03-07 Alan Mackenzie <acm@muc.de>
6864
6865 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
6866 paren/bracket pairs parsed, to solve performance problem.
6867
f9bf6950
BG
68682008-03-07 Bastien Guerry <bzg@altern.org>
6869
6870 * bookmark.el (bookmark-set): Don't check for
6871 `bookmark-make-name-function' since `bookmark-buffer-file-name'
6872 already takes care of this.
800a97b8
SM
6873 (bookmark-buffer-name, bookmark-buffer-file-name):
6874 Remove Info-mode specific code.
f9bf6950
BG
6875
6876 * info.el (bookmark-get-info-node): Define this function in
6877 info.el, not in bookmark.el.
6878 (Info-mode): Set `bookmark-make-name-function' to
6879 `Info-bookmark-make-name' locally.
6880 (Info-bookmark-make-name): New function.
6881
6882 * bookmark.el (bookmark-make-name-function): New variable.
6883
9dfcb52e
KF
68842008-03-07 Karl Fogel <kfogel@red-bean.com>
6885
6886 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
6887 buffer-local, not `bookmark-make-cell-function' (the old name).
6888
5daa5688
TH
68892008-03-07 Tassilo Horn <tassilo@member.fsf.org>
6890
668bd187
GM
6891 * doc-view.el (doc-view-bookmark-make-record):
6892 * image-mode.el (image-bookmark-make-record):
5daa5688
TH
6893 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
6894
6c763a30 68952008-03-07 Jan Djärv <jan.h.d@swipnet.se>
934b91bf
JD
6896
6897 * vc.el (vc-status-menu-map-filter): Return orig-binding if
6898 boundp 'vc-ignore-menu-filter.
6899 (vc-status-tool-bar-map): Make it defvar.
6900 (vc-status-mode): vc-status-tool-bar-map now variable.
6901 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
6902
e0385bf4
KF
69032008-03-07 Karl Fogel <kfogel@red-bean.com>
6904
6905 Give a better name to part of the bookmark interface.
6906
6907 This was originally a much larger change, but halfway through I
6908 updated and discovered that Stefan Monnier had done the rest.
6909 It looks like he anticipated the new name too, because he used
6910 `the-record' instead of `the-cell' for some internal variable names.
6911
668bd187
GM
6912 * bookmark.el (bookmark-make-record-function): Was
6913 `bookmark-make-cell-function'.
e0385bf4 6914 (bookmark-make, bookmark-send-annotation): Update for above.
290afd83 6915 (bookmark-make-record-for-text-file):
65b332f4 6916 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
e0385bf4 6917
290afd83 6918 * info.el: Adjust accordingly.
e0385bf4
KF
6919 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
6920
290afd83 6921 * image-mode.el: Adjust accordingly.
e0385bf4
KF
6922 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
6923
290afd83 6924 * doc-view.el: Adjust accordingly.
e0385bf4
KF
6925 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
6926
79363d93
SM
69272008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
6930 Move initialization into declaration.
6931 (bookmark-get-info-node, bookmark-set-info-node): Remove.
6932 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
6933 (bookmark-info-current-node): Remove.
6934 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
6935 Add relocation fallback. Set bookmark-current-bookmark.
6936 (bookmark-default-handler): Rename from bookmark-jump-noselect.
6937 Remove relocation fallback. Don't set bookmark-current-bookmark.
6938 (bookmark-set): Let it be used even if there's no buffer-file-name
6939 as long as there is a bookmark-make-cell-function.
6940 * info.el (Info-bookmark-jump): Remove relocation fallback.
6941 Don't set bookmark-current-bookmark.
6942
613966a5
GM
69432008-03-07 Glenn Morris <rgm@gnu.org>
6944
e85393d4
GM
6945 * calendar/appt.el (appt-issue-message)
6946 (appt-message-warning-time, appt-audible, appt-visible)
6947 (appt-msg-window, appt-display-mode-line, appt-display-duration)
6948 (appt-display-diary): Remove autoload cookies.
6949
6950 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
6951 Remove leading `*' from defcustom doc-strings.
6952
6953 * calendar/cal-dst.el (calendar-dst): New custom group.
6954 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
6955 (calendar-time-zone, calendar-daylight-time-offset)
6956 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6957 (calendar-daylight-savings-starts-time)
6958 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
6959 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
6960 Move to start.
6961
6962 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
6963
6964 * calendar/calendar.el (calendar-version): Use emacs-version and
6965 make it obsolete. Move to end.
6966 (calendar-offset, view-diary-entries-initially)
6967 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
6968 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
6969 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6970 (all-bahai-calendar-holidays, calendar-load-hook)
6971 (initial-calendar-window-hook, today-visible-calendar-hook)
6972 (today-invisible-calendar-hook, calendar-move-hook)
6973 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
6974 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
6975 (diary-include-string, sexp-diary-entry-symbol)
6976 (abbreviated-calendar-year, american-date-diary-pattern)
6977 (european-date-diary-pattern, european-calendar-display-form)
6978 (american-calendar-display-form, print-diary-entries-hook)
6979 (list-diary-entries-hook, diary-hook, diary-display-hook)
6980 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6981 (nongregorian-diary-marking-hook, diary-list-include-blanks)
6982 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
6983 (local-holidays, other-holidays, hebrew-holidays-1)
6984 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6985 (hebrew-holidays, christian-holidays, islamic-holidays)
6986 (bahai-holidays, solar-holidays, calendar-setup)
6987 (calendar-week-start-day): Remove autoload cookies.
6988 (diary-glob-file-regexp-prefix): Doc fix.
6989 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
6990 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
6991 (calendar-week-start-day, calendar-debug-sexp): Move to start.
6992
6993 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
6994 (calendar-time-display-form, calendar-latitude)
6995 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
6996 cookies.
6997 (calendar-latitude, calendar-longitude): Move functions after
6998 variables.
6999 (diary-sabbath-candles-minutes): Move to start.
7000 (solar-setup): Use or rather than if.
7001 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
7002 Remove condition-case.
7003 (solar-atn2): Use zerop.
7004 (solar-equinoxes-solstices): Doc fix.
7005
613966a5
GM
7006 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
7007 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
7008
7009 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
7010 (calendar-longitude, calendar-latitude, calendar-location-name):
7011 Declare for compiler.
7012
8dd86363
SM
70132008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7014
239bf18b
SM
7015 * arc-mode.el (archive-ar-file-header-re): New const.
7016 (archive-ar-summarize, archive-ar-extract): New funs.
7017 (archive-find-type): Recognize ar archives.
7018
b0a08954
SM
7019 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
7020 New functions.
7021
8dd86363
SM
7022 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
7023
613966a5 70242008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
a218ab17 7025
239bf18b
SM
7026 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7027 Replace :enable (mark-active) with :enable mark-active.
a218ab17 7028
d193e705
JB
70292008-03-06 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * vms-patch.el (make-legal-file-name): New obsolete alias.
7032 (make-valid-file-name): Rename from `make-legal-file-name'.
7033 (make-auto-save-file-name): Use it.
7034
7035 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
7036 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
7037 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
7038
7039 * textmodes/org.el (org-export-html-style): Doc fix.
7040 (org-get-legal-level): New obsolete alias.
7041 (org-get-valid-level): Rename from `org-get-legal-level'.
7042 (org-promote, org-demote, org-archive-subtree)
7043 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
7044
6c763a30 70452008-03-06 Jan Djärv <jan.h.d@swipnet.se>
bdc398a9
JD
7046
7047 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
7048
7049 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
7050 (vc-status-toggle-mark): New functions.
7051 (vc-status-mode): Set tool bar map.
7052
c8dd5149
CY
70532008-03-05 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
7056 Reported by Drew Adams <drew.adams@oracle.com>.
7057
87b8ce92
KH
70582008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
7059
7060 * subr.el (read-quoted-char): Resolve modifers of the character
7061 event.
7062
7063 * comint.el (comint-exec-1): Don't change the coding-system for
7064 decoding to dos-like EOL.
7065 (comint-carriage-motion): Fully rewrite.
7066
d7396512
JB
70672008-03-05 Juanma Barranquero <lekktu@gmail.com>
7068
05234615
JB
7069 * epg.el (epg-context-include-certs): Reflow docstring.
7070 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
7071 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
7072 (epg-context-set-signers, epg-context-set-sig-notations)
7073 (epg-make-import-status, epg-make-import-result)
7074 (epg-start-delete-keys): Fix typos in docstrings.
7075 (epg-start-sign-keys, epg-sign-keys):
7076 Fix typos in obsolescence declarations.
7077
d7396512
JB
7078 * iswitchb.el: Don't check for `cadr' and `last'.
7079 (iswitchb-define-mode-map, iswitchb-default-keybindings):
7080 Add obsolescence declaration and remove redundant info from docstring.
7081 (iswitchb-set-common-completion, iswitchb-set-matches)
7082 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
7083 (recentf-list, most-len, most-is-exact):
7084 Don't wrap defvars within `eval-when-compile'.
7085
f6d49b2f
GM
70862008-03-05 Glenn Morris <rgm@gnu.org>
7087
7088 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7089 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
7090 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
7091 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
7092 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
7093
7094 * ediff-hook.el (ediff-window-setup-function): Don't autoload
7095 declaration for compiler.
7096 (ediff-xemacs-init-menus): Use when rather than if.
7097
7098 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
7099 if+and to just and.
7100 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
7101 (ediff-delete-overlay): Move the XEmacs test inside the definition.
7102
7103 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
7104
7105 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
7106 test inside XEmacs test.
7107 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
7108 since it was doing nothing on Emacs.
7109 (ediff-make-bullet-proof-overlay): Use when rather than if.
7110
7111 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
7112 (ediff-setup-control-frame): Remove
7113 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
7114 a (featurep 'xemacs) test.
7115
c571ad7c
JB
71162008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
7117
f6d49b2f
GM
7118 * calc/calc-ext.el (calc-extended-command-history): New variable.
7119 (calc-exectute-extended-command): Use `calc-extended-command-history'.
c571ad7c 7120
38805987
DN
71212008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
7124 (standard-mode-line-position): Add mouse-face.
7125
87b69e9d 7126 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
d7396512 7127 * progmodes/grep.el (grep-mode-map): Add :help.
38805987
DN
7128
7129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
7130 initialize in one step. Add :help. Use :enable to activate menu
02a0861d 7131 items. Show the key binding for edebug-defun.
38805987
DN
7132 (lisp-interaction-mode-map): Add a menu.
7133
7134 * term.el (term-mode-map): Define and initialize in one step.
7135
7136 * ediff-init.el (ediff-color-display-p): Simplify.
7137 (Xor): Remove unused function.
d7396512 7138 (ediff-with-syntax-table): Simplify for Emacs.
38805987
DN
7139
7140 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
7141 menu-bar being loaded, it always is.
7142
3405b0df
GM
71432008-03-05 Glenn Morris <rgm@gnu.org>
7144
7145 * textmodes/tex-mode.el (tex-mode): Suppress warning about
7146 multiple definitions when compiling.
7147
457976c2
AM
71482008-03-04 Alan Mackenzie <acm@muc.de>
7149
d7396512 7150 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
457976c2
AM
7151
7152 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
7153 doc-string, "c-old-LEN" -> "c-old-END".
7154
61fe3144
JR
71552008-03-04 Jason Rumney <jasonr@gnu.org>
7156
7157 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
7158 namespaces.
7159
c921c7ed
GM
71602008-03-04 Glenn Morris <rgm@gnu.org>
7161
7162 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
7163
7164 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
7165 than mapcar.
7166
68a2af7a
SM
71672008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7168
20ce031c
SM
7169 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7170 (byte-compile-nilconstp): Can't use recursion in a defsubst.
7171
68a2af7a
SM
7172 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
7173 so that M-q can fill comments.
7174 (tex-executable-exists-p, tex-compile): Extend with special syntax for
7175 commands implemented in elisp.
7176 (tex-compile-commands): Add an entry to use doc-view for pdf files.
7177 (tex-format-cmd): New function.
7178 (tex-compile): Use it to let the user specify default arguments.
7179 (tex-cmd-bibtex-args): New var.
7180 (tex-cmd-doc-view): New function.
7181
a1792b9b
JB
71822008-03-03 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * faces.el (face-spec-set): Fix typos in docstring.
7185
10a55ba0
DN
71862008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
7187
7188 * bindings.el (mode-line-column-line-number-mode-map): New variable.
7189 (standard-mode-line-position): Use it to add a menu for toggling
7190 column number and line number display.
7191
42521cd4
SM
71922008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7193
86408b24
SM
7194 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7195 Remove optimization that was working around the form-code-walker bug.
7196
42521cd4
SM
7197 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7198 Walk into the body of lambdas after byte-compile-unfold-lambda.
7199
0a4d4654
GM
72002008-03-03 Glenn Morris <rgm@gnu.org>
7201
aba08fe5
GM
7202 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
7203 value, if set, over frame value.
7204
43d16385
GM
7205 * simple.el (transient-mark-mode): Don't turn on by default.
7206
0a4d4654
GM
7207 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
7208 accidentally removed by the 2007-12-05 merge from Gnus.
7209
93260283
DN
72102008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
7211
7212 * progmodes/compile.el (compilation-menu-map): Add menu entries
7213 for useful options.
7214
1c3b663f
GM
72152008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
7216 Glenn Morris <rgm@gnu.org>
7217
7218 * emacs-lisp/bytecomp.el (byte-recompile-directory)
7219 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
7220 Give a `bytecomp-' prefix to local variables with common names.
7221
ce8fc80b
GM
72222008-03-01 Glenn Morris <rgm@gnu.org>
7223
7224 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
7225 code commented out 2007-11-10.
7226
7227 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
7228
7229 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
7230 Delete macro.
7231 * emulation/viper-cmd.el, emulation/viper-ex.el:
7232 * emulation/viper-init.el, emulation/viper-keym.el:
7233 * emulation/viper-mous.el, emulation/viper-util.el:
7234 * emulation/viper.el:
7235 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7236 featurep test.
7237
7238 Replace obselete frame-local variables with frame-parameters.
7239 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7240 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7241 (viper-vi-state-cursor-color): Only call make-variable-frame-local
7242 on XEmacs.
7243 * emulation/viper-util.el (viper-frame-value): New macro.
7244 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7245 (viper-R-state-post-command-sentinel)
7246 (viper-replace-state-post-command-sentinel)
7247 (viper-change-state-to-insert, viper-change-state-to-emacs):
7248 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7249 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7250 (viper-get-saved-cursor-color-in-insert-mode)
7251 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7252 Use viper-frame-value for viper-replace-overlay-cursor-color,
7253 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7254 viper-vi-state-cursor-color values.
7255
7256 * emulation/viper-cmd.el (zmacs-region-stays):
7257 * emulation/viper-util.el (zmacs-region-stays): No need to define
7258 for compiler.
7259
7260 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7261 mapcar on Emacs.
7262
7263 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7264 on XEmacs.
7265
7266 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7267 rather than if.
7268
94dc593f
VJL
72692008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7270
7271 * whitespace.el: New version 9.3. As the glyph code generation was
7272 fixed, it is possible now to use character code above ?\x1FFFF in the
7273 display table. Fix `whitespace-indentation-regexp' to not include an
7274 extra ending character. Reported by Michael Welsh Duggan
7275 <mwd@cert.org>. Added hook actions when buffer is written or killed as
7276 the original whitespace package had. Suggested by Eric Cooper
7277 <ecc@cmu.edu>. Doc fix.
7278 (whitespace-action): New option.
7279 (whitespace-display-mappings): Changed default newline visualization to
7280 display downwards arrow, as the glyph code generation was fixed.
7281 (whitespace-unload-function): Assure that all local whitespace mode is
7282 turned off.
7283 (whitespace-global-modes): Fix type customization.
7284 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7285 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7286 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7287 Fix code.
7288 (whitespace-buffer): Command removed.
7289 (whitespace-trailing-regexp, whitespace-mark-x)
7290 (whitespace-display-window, whitespace-action-when-on)
7291 (whitespace-add-local-hook, whitespace-remove-local-hook)
7292 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7293 (whitespace-action): New funs.
7294 (whitespace-report-list, whitespace-report-text)
7295 (whitespace-report-buffer-name): New consts.
7296 (whitespace-report, whitespace-report-region): New commands.
7297
c41cf130
JB
72982008-03-01 Juanma Barranquero <lekktu@gmail.com>
7299
e0c8ae10
JB
7300 * disp-table.el (make-glyph-code): Don't test the result of
7301 `face-id', which already signals an error for invalid faces.
7302 (glyph-face): Simplify.
7303
c41cf130
JB
7304 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7305 running `desktop-not-loaded-hook' to allow modifying it.
7306 Don't show warning message if `desktop-dirname' was modified.
7307
51fb064b
MB
73082008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7311 we still expect more lines.
7312
51fb064b
MB
7313 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7314 comment-paragraph filling if the commark doesn't match
7315 comment-start-skip.
7316
73172008-03-01 Daiki Ueno <ueno@unixuser.org>
7318
7319 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7320 the `imap' variant.
7321
73222008-03-01 Jason Rumney <jasonr@gnu.org>
7323
7324 * files.el (make-auto-save-file-name): Encode more characters in
7325 non-file buffer names. Use url-encoding.
7326
73272008-03-01 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * net/net-utils.el (ftp-program): Fix typo in docstring.
7330 (ifconfig-program-options, netstat-program-options)
7331 (arp-program-options, route-program-options, nslookup-program-options)
7332 (ftp-program-options, smbclient-program-options)
7333 (dns-lookup-program-options, arp, route): Doc fixes.
7334
7335 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7336 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7337 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7338 Fix typos in docstrings.
7339 (gdb-pending-triggers): Reflow docstring.
7340 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7341
73422008-03-01 Alan Mackenzie <acm@muc.de>
7343
7344 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7345 typing "#" at EOB.
7346
5831b5a6
JB
73472008-03-01 Juanma Barranquero <lekktu@gmail.com>
7348
7349 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7350
4a6c8615
KS
73512008-02-29 Kim F. Storm <storm@cua.dk>
7352
92b2e7a3
KS
7353 * emulation/cua-base.el (cua-remap-control-v)
7354 (cua-remap-control-z): New defcustoms.
7355 (cua-mode): Add them to set-after property.
7356 (cua--init-keymaps): Use them.
7357 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7358
4a6c8615
KS
7359 * help.el (view-emacs-todo): Rename from view-todo.
7360 (describe-gnu-project): Rename from describe-project. Users changed.
7361 (view-help-file): New helper function.
7362 (describe-distribution, describe-copying, describe-gnu-project)
7363 (view-todo, view-order-manuals, view-emacs-problems): Use it.
7364 (view-emacs-debugging, view-external-packages): New commands.
7365 (help-map): Move describe-distribution to C-h C-o (ordering).
7366 Move view-emacs-problems to C-h C-p (problems).
7367 Bind view-emacs-debugging to C-h C-d (debugging).
7368 Bind view-external-packages to C-h C-e (extras).
7369 (help-for-help-internal): Cleanup and align descriptions.
7370 Remove command names to reduce clutter.
7371
6867f3dd
NR
73722008-02-29 Nick Roberts <nickrob@snap.net.nz>
7373
7374 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7375 and quieter face (not a warning).
7376
9b7b3814
DN
73772008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
7378
7379 * vc.el (vc-status-crt-marked): New variable.
7380 (vc-status-mode): Make it local.
7381 (vc-status-refresh): Use it to save the marked files.
7382 (vc-update-vc-status-buffer): Use it to restore the marked files.
7383
7384 * vc-svn.el (vc-svn-after-dir-status):
7385 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7386
cbd59df4
GM
73872008-02-29 Glenn Morris <rgm@gnu.org>
7388
21e8bc99
GM
7389 * allout.el (allout-topic-encryption-bullet)
7390 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7391 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7392 from 22.0 to 22.1.
7393
cbd59df4
GM
7394 * net/imap.el (imap-ping-server):
7395 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7396 Change defcustom :version from 23.0 to 23.1.
7397
ae4370a8
JB
73982008-02-29 Juanma Barranquero <lekktu@gmail.com>
7399
7400 * desktop.el (desktop-save): Save the buffer name if the
7401 uniquified base name is empty.
7402
b25c4e28
NR
74032008-02-29 Nick Roberts <nickrob@snap.net.nz>
7404
ae4370a8
JB
7405 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7406 correctly when user has "set print address off".
b25c4e28 7407
618dd207
JB
74082008-02-28 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7411 version number of the next major Emacs release, not 23.0.
7412
7413 * longlines.el (longlines-unload-function): New function.
7414
79b1c79c
JL
74152008-02-28 Juri Linkov <juri@jurta.org>
7416
7417 * startup.el (normal-splash-screen): Add argument `concise'.
618dd207 7418 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
79b1c79c
JL
7419 to the created buffer. If `concise' is non-nil, call
7420 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
7421 (display-startup-screen): Add argument `concise' to the call to
7422 `normal-splash-screen'.
7423
bd8b0ebb
JL
74242008-02-28 Kim F. Storm <storm@cua.dk>
7425
7426 * startup.el (startup-echo-area-message): Check for about-emacs.
7427
8d86c6da
JL
74282008-02-28 Juri Linkov <juri@jurta.org>
7429
7430 * startup.el: Always add initial message to *scratch* buffer if
7431 `initial-scratch-message' is non-nil regardless of the value of
7432 `inhibit-startup-screen'.
7433 (inhibit-startup-screen, initial-scratch-message): Doc fix.
7434 (command-line-1): Move code that inserts `initial-scratch-message'
7435 up before the if-form that checks for `inhibit-startup-screen'.
7436 Suggested by Jonathan Rockway <jon@jrock.us>.
7437
56a8f9c5
JL
74382008-02-28 Juri Linkov <juri@jurta.org>
7439
7440 * cus-edit.el (custom-mode-map, custom-mode-link-map):
7441 Rename `custom-mode' to `Custom-mode' in docstrings.
7442 (custom-buffer-create-internal, customize-browse):
7443 Rename `custom-mode' to `Custom-mode'.
7444 (custom-mode-hook): Rename to `Custom-mode-hook'.
7445 (Custom-mode-hook): Renamed from `custom-mode-hook'.
7446 (custom-mode): Rename to `Custom-mode'.
7447 (Custom-mode): Renamed from `custom-mode'. Doc fix.
7448 (custom-mode): Add backward-compatible non-interactive variant of
7449 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
7450 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7451
7452 * info-look.el: Rename `custom-mode' to `Custom-mode'.
7453
7454 * emulation/viper.el (viper-emacs-state-mode-list):
7455 Rename `custom-mode' to `Custom-mode'.
7456
7457 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7458 Capitalize "Tagged Files".
7459 (minibuffer-local-map): Add menu items for next/previous
7460 history elements and isearch history forward/backward.
7461
5c842d76
JL
7462 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7463 `hs-isearch-open' with t instead of `comment' in :selected
7464 for "Code and Comment blocks" menu item.
7465
ef9f9d30
SM
74662008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7467
618dd207
JB
7468 * uniquify.el (uniquify-buffer-base-name): Undo last change.
7469 Should be done in desktop.el instead.
ef9f9d30 7470
74c52de1
GM
74712008-02-28 Glenn Morris <rgm@gnu.org>
7472
7473 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7474
7475 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7476
7477 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7478 (Info-menu, Info-goto-node): Remove declarations.
7479 (report-emacs-bug-info): Use info rather than Info-goto-node.
7480
7481 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7482 (idlwave-convert-xml-system-routine-info): Don't require xml.
7483 (idlwave-show-commentary, idlwave-shell-show-commentary):
7484 Don't require finder.
7485 (idlwave-info): Don't require info. Use info rather than
7486 Info-goto-node.
7487
7488 * textmodes/org.el (Info-goto-node): Remove declaration.
7489 (org-info): Use info rather than Info-goto-node.
7490
7491 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7492 (reftex-info): Don't require info. Use info rather than Info-goto-node.
7493
76cdeb7d
DN
74942008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
7495
7496 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7497 the menu.
7498
7499 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7500 (vc-finish-logentry): Check for vc-status-mode, not only for
7501 vc-dired-mode.
7502
758710cb
KH
75032008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
7504
7505 * isearch.el (isearch-printing-char): Don't check
ed10603b
SM
7506 keyboard-coding-system.
7507 Call isearch-process-search-multibyte-characters only when
758710cb
KH
7508 current-input-method is non-nil.
7509
a6fa701e
KS
75102008-02-27 Kim F. Storm <storm@cua.dk>
7511
7512 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7513 (glyph-char, glyph-face): Handle cons encoding.
7514
15d62563
JB
75152008-02-27 Juanma Barranquero <lekktu@gmail.com>
7516
07e4bb9a
JB
7517 * uniquify.el (uniquify-buffer-base-name): If the base name is an
7518 empty string, return nil to allow the caller to default to the
7519 buffer name. Reported by Martin Fischer <parozusa@web.de>.
7520
15d62563
JB
7521 * tool-bar.el (tool-bar-setup): Doc fix.
7522
7523 * mail/supercite.el (sc-describe):
7524 Fix typos in obsolescence declaration.
7525
34b5f6df
GM
75262008-02-27 Glenn Morris <rgm@gnu.org>
7527
88ddede6
GM
7528 * autoinsert.el (auto-insert-alist): Change permission text to
7529 match FSF's GPLv3 form.
7530
34b5f6df
GM
7531 * mail/supercite.el (sc-cite-original): Doc fix.
7532 (sc-version): Make obsolete.
7533 (sc-describe): Show the SC info page. Make obsolete.
7534
6d25a312
SM
75352008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7538 when using transient-mark-mode.
d379ff01 7539 (default-indicate-unused-lines): Remove unused var.
6d25a312 7540
6c763a30 75412008-02-26 Jan Djärv <jan.h.d@swipnet.se>
df1a5d7d
JD
7542
7543 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7544 and previous.
7545
7546 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7547
cbbe9a37
GM
75482008-02-26 Glenn Morris <rgm@gnu.org>
7549
7550 * net/net-utils.el (top-level): Don't require comint when compiling.
7551 (nslookup-font-lock-keywords): Don't require font-lock.
7552 Use font-lock faces rather than variables.
7553 (nslookup, ftp, smbclient, network-service-connection):
7554 Don't require comint.
7555 (comint-prompt-regexp, comint-input-autoexpand)
7556 (comint-input-ring): Declare for compiler.
7557 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7558 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
7559
7560 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7561 doc-string.
7562
160dfe43
SM
75632008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * doc-view.el (doc-view-current-page): Add a `win' argument.
7566
56741510
SM
75672008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7570 Demote it to plain defvar.
7571 (doc-view-conversion-refresh-interval): Reduce interval.
7572 (doc-view-goto-page): Allow moving to pages not yet rendered.
7573 (doc-view-goto-page): Construct a file name rather than extracting it
7574 from doc-view-current-files.
7575 (doc-view-kill-proc): Ignore errors from kill-process.
7576 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7577 (doc-view-insert-image): Use appropriate text if the page hasn't been
7578 rendered yet. Adjust scrolling so the text is displayed.
7579 (doc-view-display): Detect not just that a page is available, but also
7580 that it wasn't available before, so as to avoid refreshing all pages
7581 repeatedly.
7582 (doc-view-mode): Make doc-view-cache-directory if needed.
7583
c48f463b
RW
75842008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7585
fb4c5fe1
GM
7586 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7587 toggle-read-only.
7588
c48f463b 7589 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
56741510
SM
7590 refering to a missing required field with the OPT prefix.
7591 Make unwindform more robust.
c48f463b 7592
c48f463b
RW
7593 * textmodes/bibtex.el: Remove support for hideshow minor mode as
7594 it duplicates the bibtex support in progmodes/hideshow.el.
7595 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7596 entries that do not start at the beginning of a line.
56741510 7597
1a5f6298
CY
75982008-02-25 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7601
ff8b0c6d
RC
76022008-02-25 Robert J. Chassell <bob@rattlesnake.com>
7603
15d62563 7604 * help-fns.el (describe-variable): Add phrases about
ff8b0c6d
RC
7605 initialization file with and without customization;
7606 use new button type help-info-variable.
7607
7608 * help-mode.el (help-info-variable):
7609 New button able to read Info files for help-fns.el.
7610
6c763a30 76112008-02-25 Jan Djärv <jan.h.d@swipnet.se>
38cd9f17
JD
7612
7613 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7614 (grep-mode): Use grep-mode-tool-bar-map.
7615
7616 * progmodes/compile.el (tool-bar): Require tool-bar.
7617 (compilation-mode-tool-bar-map): New variable.
7618 (compilation-mode): Use compilation-mode-tool-bar-map.
7619
7620 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
7621
e46e905a
GM
76222008-02-25 Glenn Morris <rgm@gnu.org>
7623
7624 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7625
f52d2f9c
SM
76262008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * diff-mode.el (diff-file-junk-re): New const.
7629 (diff-beginning-of-file-and-junk): Use it.
7630 (diff-file-kill): Make sure we were really inside a file diff.
7631
7632 * diff-mode.el: Make it more robust in the presence of empty context
7633 lines in unified hunks.
7634 (diff-valid-unified-empty-line): New var.
7635 (diff-unified->context, diff-sanity-check-hunk): Obey it.
7636 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
7637 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7638 (diff-hunk-header-re-unified): New const.
7639 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7640 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7641 (diff-sanity-check-hunk): Use it.
7642
7643 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7644 Index: line, don't search backward for the previous one.
7645
a1fe5dfa
KH
76462008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
7647
7648 * international/fontset.el (setup-default-fontset): Add non-OTF
7649 lao font for lao script.
7650
31143cfc 7651 * language/tibetan.el: Register tibetan-composition-function in
a1fe5dfa
KH
7652 composition-function-table.
7653
f52d2f9c
SM
7654 * language/tibet-util.el (tibetan-composition-function):
7655 Adjust for the new calling way (argument changed). Try font-shape-text
a1fe5dfa
KH
7656 if possible.
7657
7658 * language/lao.el: Register lao-composition-function in
7659 composition-function-table.
7660
f52d2f9c
SM
7661 * language/lao-util.el (lao-composition-function): Adjust for the new
7662 calling way (argument changed). Try font-shape-text if possible.
a1fe5dfa 7663
ffe832ea 76642008-02-25 Jason Rumney <jasonr@gnu.org>
12f68d3f
JR
7665
7666 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7667
d8891294
JL
76682008-02-25 Juri Linkov <juri@jurta.org>
7669
7670 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7671 background, "red4" for a dark background, "red" for 16 and
7672 8 colors, "grey" for grayscale, and inverse video otherwise.
7673 Add :version tag.
7674 (isearch-message): Keep the original isearch-message intact, and
7675 add text properties to it where necessary. Add `isearch-error' to
7676 the condition that checks if isearch is unsuccessful.
7677
a46b95a8
JL
76782008-02-24 Juri Linkov <juri@jurta.org>
7679
7680 * progmodes/compile.el (compilation-handle-exit):
7681 Use compilation-error face instead of font-lock-warning-face.
7682 Display the same message in the minibuffer as is inserted
7683 at the end of the compilation buffer.
7684
59e9dbbc
GM
76852008-02-24 Glenn Morris <rgm@gnu.org>
7686
967bf297
GM
7687 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7688 multiple file case.
7689
59e9dbbc
GM
7690 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7691
09607e62
GM
7692 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7693 multiple file case. Use a single `let' rather than two.
7694
a8bdd228
DN
76952008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7696
7697 * progmodes/compile.el (compilation-start): Specify a face for
7698 mode-line-process.
7699 (compilation-handle-exit): Specify a face and a tooltip for
7700 mode-line-process.
7701
b03f96dc 77022008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
bb5527ce 7703
01dcf284
SM
7704 * hilit-chg.el: Remove spurious * in defcustom docstrings.
7705 (hilit-chg-make-ov): Simplify.
7706 (hilit-chg-fixup): Use remove-overlays.
7707 (hilit-chg-set-face-on-change): Remove redundant call to
7708 `remove-text-properties'.
7709
bb5527ce
SM
7710 * dired.el (dired-mark-prompt): Don't count/display the t element.
7711 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7712
b03f96dc 77132008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7d55bf04
DN
7714
7715 * progmodes/verilog-mode.el (eval-when-compile): Don't define
7716 add-submenu.
7717 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7718 Remove. Move contents to the only use ...
7719 (verilog-menu): ... here.
7720 (verilog-statement-menu): Remove. Move contents to the only use ...
7721 (verilog-stmt-menu): ... here.
7722 (verilog-mark-defun): Simply call mark-defun for emacs.
7723 (occur-pos-list): Declare for byte compiler.
7724 (mode-popup-menu): Don't defvar.
7725 (verilog-add-statement-menu): Remove.
7726 (verilog-mode-hook): Don't add verilog-add-statement-menu.
160dfe43 7727 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7d55bf04 7728
b03f96dc 77292008-02-24 Michael McNamara <mac@mail.brushroad.com>
2a9eb3f5
DN
7730
7731 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7732 conditional.
7733 (verilog-font-grouping-keywords-face): Make the begin..end
7734 keywords standout more than other verilog keywords.
160dfe43 7735 (verilog-type-font-keywords): Move the begin..end out of this list
2a9eb3f5
DN
7736 to facilitate making them to (potentially) stand out more.
7737 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7738 function & task blocks.
160dfe43 7739 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
2a9eb3f5
DN
7740 initial, function & task blocks.
7741 (verilog-forward-sexp): Handle the new "disable fork" statement of
7742 IEEE-1800 Verilog.
160dfe43 7743 (verilog-beg-block-re-ordered): Handle the new "disable fork"
2a9eb3f5 7744 statement of IEEE-1800 Verilog.
160dfe43 7745 (verilog-calc-1): Handle the new "disable fork" statement of
2a9eb3f5 7746 IEEE-1800 Verilog.
160dfe43 7747 (verilog-disable-fork-re): Add const to help handle the new
2a9eb3f5
DN
7748 "disable fork" statement of IEEE-1800 Verilog.
7749 (verilog-declaration-core-re): Add port directions by themselves,
7750 with no qualification, as base item of a declaration.
160dfe43 7751 (verilog-pretty-declarations): Add new flag to ask it to refrain
2a9eb3f5 7752 from printing to the message buffer.
160dfe43 7753 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
2a9eb3f5
DN
7754 printing to the message buffer. Improve handling of the many
7755 types of expression line up.
160dfe43
SM
7756 (verilog-just-one-space): Remove printing of an empty message.
7757 (verilog-get-lineup-indent): Rework to support the better handling
2a9eb3f5 7758 of expression lineup for verilog-pretty-expr.
160dfe43 7759 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
2a9eb3f5 7760
b03f96dc 77612008-02-24 Alan Mackenzie <acm@muc.de>
9af4d321
AM
7762
7763 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7764 yesterday's commit.
7765
b03f96dc 77662008-02-24 Nick Roberts <nickrob@snap.net.nz>
84a3fb5a
NR
7767
7768 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7769 to mouse-set-point in buffers that aren't associated with files.
7770
7771 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7772
b03f96dc 77732008-02-24 Alan Mackenzie <acm@muc.de>
bc99e713
AM
7774
7775 Set of changes so that "obtrusive" syntactic elements in a
7776 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7777 unmatched paren) don't interact syntactically with stuff outside
7778 the CPP line.
7779
7780 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7781 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7782 off-by-one bug.
7783 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7784 a bit of refactoring.
7785 (c-awk-extend-and-syntax-tablify-region): Takes some of the
7786 functionality of c-awk-advise-fl-for-awk-region, which has been
7787 refactored away.
7788
7789 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7790 (c-clear-char-property-with-value): New function and macro which
7791 remove text-properties `equal' to a supplied value.
7792
7793 * progmodes/cc-engine.el: Comment about text properties amended.
7794
7795 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7796 parens around "error\\|warning".
7797
7798 * progmodes/cc-langs.el (c-get-state-before-change-function)
052dca34
JB
7799 (c-before-font-lock-function, c-anchored-cpp-prefix):
7800 New language variables.
bc99e713
AM
7801 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
7802
7803 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
7804 syntax-table text properties.
7805 (c-common-init): Call language specific before/after-change
7806 functions at mode initialisation.
052dca34 7807 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
bc99e713 7808 (c-extend-region-for-CPP, c-neutralize-CPP-line)
052dca34
JB
7809 (c-neutralize-syntax-in-CPP): New functions.
7810 (c-before-change, c-after-change): Call the new language specific
bc99e713 7811 change functions defined in cc-langs.el.
052dca34 7812 (c-advise-fl-for-region): New macro.
bc99e713
AM
7813 (awk-mode): Remove AWK specific stuff which has been refactored
7814 into language independent stuff.
7815
b03f96dc 78162008-02-24 Nick Roberts <nickrob@snap.net.nz>
0287c1d9
NR
7817
7818 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
7819 (gdb): (Re)set gdb-flush-pending-output to nil here...
7820 (gdb-init-1): ...instead of here (before gdb-prompt).
7821
b03f96dc 78222008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
ed3b86bf
SM
7823
7824 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
7825 Recognize ''' just like any other char-constant.
7826
b03f96dc 78272008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5f8ea2c8
SM
7828
7829 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
7830 careful enough. Detect the uid-change all within the main loop.
7831
b03f96dc 78322008-02-24 Stefan Monnier <monnier@pastel.home>
c2734293
SM
7833
7834 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
7835
b03f96dc 78362008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2e819508
SM
7837
7838 * hilit-chg.el (highlight-save-buffer-state): New macro.
7839 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
7840 (hilit-chg-clear): Use it to preserve the modified-p flag.
7841 (highlight-changes-rotate-faces): Don't mess with the undo-list.
7842
b03f96dc 78432008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
558ca3c1
SM
7844
7845 * font-lock.el (font-lock-set-defaults): Unset previously set variables
7846 when needed.
7847
6c763a30 78482008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
73dd622f
RS
7849
7850 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
7851 from gnus-button-url-regexp.
7852
b03f96dc 78532008-02-24 Eli Zaretskii <eliz@gnu.org>
d0048c60
EZ
7854
7855 * progmodes/compile.el (compilation-next-error): Doc fix.
5099d512 7856 (compilation-find-file): Doc fix.
d0048c60 7857
b03f96dc 78582008-02-24 Glenn Morris <rgm@gnu.org>
d884d6ad
GM
7859
7860 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
7861 Add obsolete aliases to the old names.
7862
b03f96dc 78632008-02-24 Richard Stallman <rms@gnu.org>
46f6fa95 7864
d884d6ad 7865 * net/net-utils.el (ifconfig): Rename from ipconfig.
e07277ff 7866 (ipconfig): Alias to ifconfig.
714536d6 7867 (ifconfig-program): Rename from ipconfig-program.
d884d6ad 7868 (ifconfig-program-options): Rename from ipconfig-program-options.
46f6fa95 7869
b03f96dc 78702008-02-24 Michael McNamara <mac@mail.brushroad.com>
7e2a6000
DN
7871
7872 * progmodes/verilog-mode.el (verilog-declaration-core-re):
7873 Add port directions by themselves, with no qualification, as base
7874 item of a declaration.
7875 (verilog-pretty-declarations): Add new flag that inhibits printing
7876 to the message buffer.
7877 (verilog-pretty-expr): Add new flag that inhibits printing to the
7878 message buffer. Improve handling of the many types of expression
7879 line up.
7880 (verilog-just-one-space): Don't print an empty message.
7881 (verilog-get-lineup-indent): Rework to support the better handling
7882 of expression lineup for verilog-pretty-expr.
7883 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7884 (verilog-mode-version, verilog-mode-release-date): Update.
7885
b03f96dc 78862008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
d9090cc1
SM
7887
7888 * subr.el (cancel-change-group): Don't move point.
7889
a5b6e5a4
JB
78902008-02-23 Markus Triska <markus.triska@gmx.at>
7891
7892 * linum.el (linum-after-config): Update all visible windows.
7893
0329d8a3
GM
78942008-02-23 Glenn Morris <rgm@gnu.org>
7895
7896 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
7897 Add :help for Solitaire and Tetris.
7898
f3468eac
GM
7899 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
7900
0329d8a3
GM
7901 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
7902 (smtpmail-code-conv-from): Doc fix. Fix custom type.
7903 (smtpmail-queue-index-file): Make it a defcustom.
7904 (smtpmail-queue-index): Delete.
7905 (smtpmail-send-it, smtpmail-send-queued-mail):
7906 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
7907 smtpmail-queue-index.
7908
beaa23bc
GM
7909 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7910 Add :version.
7911
79122008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
7913
7914 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7915 New variables.
7916 (iwconfig): New function.
7917
25a4ea6d
DN
79182008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * vc.el (vc-find-revision): Make vc-parent-buffer local before
7921 setting it.
7922 (vc-status-menu-map): Do not define using easy-menu.
7923 (vc-status-menu-map): New defalias.
7924 (vc-status-mode-map): Hook up the menu.
7925 (top-level): Update TODO.
7926
7927 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
7928
7929 * vc-bzr.el (vc-bzr-init-version): Rename to ...
7930 (vc-bzr-init-revision): ... this.
7931
cba3dac5
JR
79322008-02-23 Jason Rumney <jasonr@gnu.org>
7933
7934 * makefile.w32-in (WINS_ALMOST): Remove term.
7935 (WINS): Add term here.
7936 (custom-deps, finder-data): Use WINS_ALMOST.
e50002c8 7937
986845af
JB
79382008-02-22 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * faces.el (font-weight-table): Fix value of `semi-light'.
7941
9c7f8459
SM
79422008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
7945 Make those tables bijective.
7946
f7aa70c7
KM
79472008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
7948
7949 Finish pdbtrack integration cleanup, settling missing-functions
7950 byte compiler warnings appropriately.
7951
986845af
JB
7952 * progmodes/python.el (python-point): Remove this - beginning-of-line
7953 was all that was necessary for `python-pdbtrack-overlay-arrow'.
f7aa70c7
KM
7954 (python-end-of-def-or-class, python-beginning-of-def-or-class)
7955 (python-goto-initial-line): Drop these - they were only needed for
7956 python-point.
7957 (python-comint-output-filter-function): Use condition-case and
7958 beginning-of-line directly, instead of python-mode.el functions
7959 which require all sorts of baggage.
7960 (point-safe): Unnecessary - we're using condition-case directly,
7961 instead.
986845af 7962 (python-execute-file): Include for python-shell, which I'm leaving
f7aa70c7
KM
7963 in keeping despite it being unnecessary for pdb tracking.
7964
12cf1a12
TTN
79652008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
7966
7967 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7968 Add SRFI 11 support.
7969 (let-values, let*-values): Specify scheme-indent-function.
7970
d3201e0b
DN
79712008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * vc.el (vc-exec-after): Move setting mode-line-process in the
7974 busy case ...
7975 (vc-set-mode-line-busy-indicator): ... in this new function.
7976 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
7977 (vc-update-vc-status-buffer): Reset mode-line-process.
7978 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
7979 mark/unmark all the files with the same state as the current one.
9c7f8459 7980 With a prefix argument mark/unmark all files.
d3201e0b 7981 (vc-status-mode-menu): Adjust strings.
751c9f00
DN
7982 (vc-update-vc-status-buffer): Only do something when the argument
7983 is not nil.
7984 (vc-status-kill-dir-status-process): New function.
7985 (vc-status-mode-map): Bind it.
7986 (vc-status-process-buffer): New variable.
7987 (vc-status-mode): Make it local.
7988 (vc-status-refresh): Set it.
7989
7990 * vc-hg.el (vc-hg-dir-status):
7991 * vc-git.el (vc-git-dir-status):
7992 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
7993 command is run.
d3201e0b 7994
1eb2d407
GM
79952008-02-22 Glenn Morris <rgm@gnu.org>
7996
7997 * json.el (top-level): No need to require thingatpt.
7998 (json-read-keyword): Use thing-at-point rather than word-at-point.
7999
8000 * time.el (top-level): No need to require time-date when compiling.
8001
9c7f8459
SM
8002 * emacs-lisp/copyright.el (copyright-update-year):
8003 Fix subexpression numbering for the case when years are split over
1eb2d407
GM
8004 lines, and for the replace case.
8005
8006 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
8007 (tpu-caar, tpu-cadr): Delete functions.
8008 (zmacs-regions): No need to declare for compiler.
8009 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
8010 (tpu-spell-check): Rewrite, and handle mark after point.
8011 (tpu-special-insert): Use or rather than if.
8012
8013 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
8014 rather than spell-region.
8015
8016 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
8017 warnings about spell-region.
8018
43d8c495
KH
80192008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8020
a1fe5dfa
KH
8021 * ldefs-boot.el: Regenerated.
8022
43d8c495
KH
8023 * loadup.el: Don't load language/devanagari, language/kannanda,
8024 language/malayalam, and language/tamil. Load language/sinhala.
8025
8026 * language/indian.el (indian-font-foundry)
8027 (indian-script-language-alist, indian-font-char-index-table)
8028 (indian-font-char, indian-font-char-range, indian-script-table)
8029 (indian-default-script, indian-composable-pattern): Delete them.
8030 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
8031 language environments moved to here.
4a4bdfc7
JB
8032 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8033 New language environments.
43d8c495
KH
8034
8035 * language/devanagari.el, language/devan-util.el,
4a4bdfc7
JB
8036 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
8037 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
43d8c495
KH
8038 Delete them.
8039
8040 * language/sinhala.el: New file.
8041
82ede389
KM
80422008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
8043
f7aa70c7
KM
8044 Update Nick Robert's port of pdb tracking from python-mode.el.
8045
8046 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
8047 Clarify docstring.
82ede389
KM
8048 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
8049 tracking is happening.
4a4bdfc7 8050 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
82ede389 8051 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
4dd7de9a
GM
8052 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
8053 Tracking is plugged in to all comint buffers once python.el is loaded.
82ede389 8054 (python-pdbtrack-overlay-arrow): Toggle activation of
4a4bdfc7 8055 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
82ede389
KM
8056 (python-pdbtrack-track-stack-file): Use new
8057 `python-pdbtrack-get-source-buffer' for more flexible access to
8058 debugging source files.
4a4bdfc7
JB
8059 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
8060 according to pdb stack trace, optionally using new
8061 `python-pdbtrack-grub-for-buffer' if file is not locally available.
82ede389
KM
8062 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
8063 named buffer, or having function with indicated name.
8064 (python-shell): Remove comint-output-filter-functions hook
8065 addition, it's being done elsewhere. Wrap long line.
8066
02761f85
MO
80672008-02-21 Michael Olson <mwolson@gnu.org>
8068
5ca1bb2d
GM
8069 * json.el: Replace XEmacs compatibility code to get rid of
8070 compiler warnings.
02761f85 8071
26e99723
MO
8072 * time.el: Fix compiler warning.
8073
5ca1bb2d
GM
80742008-02-21 Edward O'Connor <ted@oconnor.cx>
8075
8076 * json.el: New file (JavaScript Object Notation parser / generator).
8077
ff493c63
CY
80782008-02-21 Dave Love <fx@gnu.org>
8079
8080 * progmodes/sym-comp.el: New file.
8081
8082 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
8083 Require sym-comp. Add Python buffer to same-window-buffer-names.
8084 Fixup whitespaces.
8085 (python-font-lock-keywords): Add highlighting for Python builtins.
8086 (python-font-lock-syntactic-keywords): Rewrite.
8087 (python-quote-syntax): Use syntax-ppss-context instead of parsing
8088 ppss directly.
8089 (python-mode-map): Add binding for python-find-function.
8090 (python-calculate-indentation): Clean up the logic.
8091 (python-beginning-of-defun): Explicitly set return value.
8092 (python-beginning-of-statement): Stop looping if we get stuck
8093 going backwards.
8094 (python-next-statement): Stop looping if we somehow end up inside
8095 a string while advancing.
8096 (python-preoutput-continuation, python-version-checked): New vars.
8097 (python-check-version): New function.
8098 (run-python): Set default command to python-command instead of
8099 python-python-command.
8100 (run-python): Use python-check-version. Give PYTHONPATH
4a4bdfc7
JB
8101 precedence over data-directory in the process environment.
8102 Load function definitions in python process after.
ff493c63
CY
8103 (python-check-comint-prompt): New function.
8104 (python-send-command, python-send-receive): Use it.
8105 (python-complete-symbol, python-try-complete): Functions deleted.
8106 Use symbol-complete instead of python-complete-symbol throughout.
8107 (python-fill-paragraph): Further refine the fenced-string regexp.
8108 (def-python-skeleton): Expand to the original abbrev instead if in
8109 a comment or string. Tweak skeletons for `if', `while', `for',
8110 `try/except', `try/finally', `name'.
8111 (python-pea-hook, python-abbrev-pc-hook): New functions.
8112 (python-abbrev-syntax-table): New var.
4a4bdfc7
JB
8113 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
8114 Use symbol-completion-try-complete for hippie expansion.
8115 Turn on font lock unconditionally.
ff493c63
CY
8116 (python-mode-hook): Defcustom it. No need to use make-local
8117 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
8118 option, since it's buffer-local.
8119
10a806d3
JB
81202008-02-21 Juanma Barranquero <lekktu@gmail.com>
8121
8122 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
8123
fb1a03c9
DN
81242008-02-21 Drew Adams <drew.adams@oracle.com>
8125
8126 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
8127 "Turn off" and a "Help" entry when the minor mode has no menu.
8128
8bb38e87
DN
81292008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
8130
8131 * vc.el (vc-status-mark, vc-status-unmark): New functions.
3ba75732 8132 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
8bb38e87
DN
8133 vc-status-mark-file and vc-status-unmark-file.
8134 (vc-status-mark-unmark): New function.
07fa8f86 8135 (vc-status-previous-line, vc-status-next-line): No longer interactive.
8bb38e87 8136
ad1b4641
GM
81372008-02-21 Glenn Morris <rgm@gnu.org>
8138
8139 * composite.el (encode-composition-rule): Fix typo in error message.
8140 (composition-function-table, auto-composition-mode): Doc fixes.
8141
000b06df
GM
8142 * subr.el (sit-for): Fix obsolete form for nil second argument.
8143
a8a4617a
GM
8144 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
8145 (spell-string): Make obsolete, in favor of ispell.
8146
a73b5627
KH
81472008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
8148
43d8c495
KH
8149 * language/devanagari.el: Don't setup composition-function-table
8150 here.
8151 ("Devanagari"): Change charset, coding-system, coding-priority to
8152 Unicode-based ones. Don't require the feature devan-util.
8153
a73b5627
KH
8154 * composite.el (compose-chars-after): Fix arguments for a function
8155 in composition-function-table.
8156 (auto-compose-region): Likewise.
8157
10a806d3
JB
8158 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
8159 for Ethiopic.
a73b5627
KH
8160 (ps-mule-plot-string): Ignore glyph-string based compositions.
8161
44e3c7c6
SM
81622008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8163
de171465
SM
8164 * doc-view.el: Allow different windows to show different pages.
8165 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
8166 (doc-view-current-image, doc-view-current-overlay): Remove variables,
8167 add them back as macros instead, using image-mode-winprops instead.
8168 Update all users of those variables.
8169 (doc-view-new-window-function): New function to create a new overlay
8170 for each new window.
8171 (doc-view-mode): Use it and image-mode-setup-winprops.
8172 (doc-view-clone-buffer-hook): Rewrite accordingly.
8173
44e3c7c6
SM
8174 * image-mode.el: Extend [hv]scroll support to per-window properties.
8175 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
8176 (image-mode-winprops-alist): New var to replace them.
8177 (image-mode-new-window-functions): New hook.
8178 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
8179 New funs.
8180 (image-set-window-vscroll, image-set-window-hscroll): Use them.
8181 Remove the `window' argument, update callers.
8182 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
8183 Use the new functions.
8184 (image-mode-reapply-winprops): New fun.
8185 (image-mode): Use it.
8186
b0d9db86
JB
81872008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
8188
8189 * calc/calc-math.el (math-sin-raw): Add optional argument
8190 to keep track of original argument.
10a806d3 8191 (math-cos-raw): Use optional argument when calling math-sin-raw.
b0d9db86
JB
8192 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
8193 with close to original precision.
8194
48c4d6a2
RW
81952008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8196
8197 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
8198 args in calls of sit-for.
8199
6f300323
JB
82002008-02-20 Juanma Barranquero <lekktu@gmail.com>
8201
4ced8551
JB
8202 * vc-svn.el (vc-svn-program): Fix typo in docstring.
8203 (vc-svn-checkin): Fix typo in error message.
8204
6f300323
JB
8205 * help-mode.el: Require easymenu when compiling.
8206
58245a58
DN
82072008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
8208
8209 * help-mode.el (help-mode-menu): New menu.
8210
6052846b
GM
82112008-02-20 Glenn Morris <rgm@gnu.org>
8212
8213 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
8214 on Windows.
8215
3e7447da
KH
82162008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
8217
91382ad9 8218 * ps-mule.el (ps-mule-encode-region): Return a single string.
44e3c7c6 8219 (ps-mule-plot-string): Adjust for the above change.
91382ad9
KH
8220 (ps-mule-encode-header-string): Likewise.
8221
3e7447da 8222 * international/latin1-disp.el (latin1-display): Don't use
a14bddee 8223 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
3e7447da 8224 standard-display-table.
44e3c7c6 8225 (latin1-display-identities): Adjust for the change of what is
3e7447da
KH
8226 returned by (get-language-info charset 'charset).
8227
8228 * international/mule-util.el (char-displayable-p): Fix for Latin-1
8229 characters and terminal case.
8230
a14bddee
JB
82312008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
8232
8233 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
67fd73d2
NR
8234
8235 * progmodes/python.el: Also require comint when loading.
a14bddee
JB
8236 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8237 Replace python-shell with run-python on menu bar.
67fd73d2
NR
8238 (python-shell-map): New map.
8239 (python-default-interpreter, python-python-command-args)
8240 (python-jython-command-args, python-pdbtrack-do-tracking-p):
8241 New options.
8242 (python-which-shell, python-which-args, python-which-bufname):
8243 New buffer local variables.
d193e705 8244 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6c763a30
JB
8245
8246 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
67fd73d2
NR
8247 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8248 New constants.
8249
8250 Pdbtrack features:
6c763a30 8251
67fd73d2
NR
8252 (python-point, python-end-of-def-or-class)
8253 (python-beginning-of-def-or-class, python-goto-initial-line)
8254 (python-comint-output-filter-function)
8255 (python-pdbtrack-overlay-arrow)
8256 (python-pdbtrack-track-stack-file, python-toggle-shells)
8257 (python-shell, python-pdbtrack-toggle-stack-tracking)
8258 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8259 New functions.
8260
c200c78d
MA
82612008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8262
8263 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8264 when the argument is nil.
8265
00ca5ce2
DN
82662008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8267
8268 * vc.el (dir-status): Add a brief description.
8269
b038f9fb
TTN
82702008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
8271
8272 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8273 If non-nil, reverse the sense of the check.
a14bddee 8274
b038f9fb
TTN
8275 * vc-rcs.el (vc-rcs-root): New func.
8276 * vc-cvs.el (vc-cvs-root): New func.
8277 * vc-svn.el (vc-svn-root): New func.
6d587cb5 8278 * vc-sccs.el (vc-sccs-root): New func.
b038f9fb 8279
4125bd36
KH
82802008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
8281
8282 * language/japan-util.el (setup-japanese-environment-internal):
8283 Call use-cjk-char-width-table.
8284
8285 * language/japanese.el ("Japanese"): Set exit-function to
8286 use-default-char-width-table.
8287
5549f37a 8288 * international/characters.el: Delete occurrences of non-Unicode
4125bd36
KH
8289 tibetan and ethiopic characters.
8290 (cjk-char-width-table): New variable.
a14bddee
JB
8291 (use-cjk-char-width-table, use-default-char-width-table):
8292 New functions.
4125bd36 8293
6656ecaa
DN
82942008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8295
8296 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8297 (vc-status-mode-menu): Add a :filter.
8298 (vc-status-printer): Add faces.
8299
8300 * vc-hg.el (vc-hg-extra-status-menu): New function.
8301 (vc-hg-dir-status): Clean up the buffer before using it.
8302
a02bf0c3
SM
83032008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
8304
57e828ae
SM
8305 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8306 (gdb): Initialize it here instead.
8307
a02bf0c3
SM
8308 * files.el (locate-dominating-file): Fix thinko in last change.
8309 Reported by Bruce Stephens <bruce.stephens@isode.com>.
8310
df04e22c
DN
83112008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8312
8313 * vc.el (vc-status-mode-menu): New menu for vc-status.
8314
5137f982
JB
83152008-02-18 Juanma Barranquero <lekktu@gmail.com>
8316
8317 * progmodes/verilog-mode.el (customize): Fix typo in error message.
8318 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8319 (verilog-mode-auto, verilog-indent-level-module)
8320 (verilog-minimum-comment-distance, verilog-library-flags)
8321 (verilog-library-directories, verilog-library-files)
8322 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8323 (verilog-xemacs-menu, verilog-set-compile-command)
8324 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8325 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8326 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8327 (verilog-batch-inject-auto, verilog-batch-indent)
8328 (verilog-continued-line, verilog-type-keywords)
8329 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8330 (verilog-read-inst-pins, verilog-read-arg-pins)
8331 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8332 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8333 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8334 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8335 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8336 (verilog-mode-version, verilog-mode-release-date)
8337 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8338 (verilog-simulator, verilog-compiler)
8339 (verilog-auto-sense-defines-constant, verilog-company)
8340 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8341 Fix typos in docstrings.
8342 (verilog-set-auto-endcomments, verilog-calculate-indent)
8343 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8344 Reflow docstrings.
8345 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8346 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8347 (electric-verilog-forward-sexp, verilog-in-case-region-p)
8348 (verilog-in-struct-region-p, verilog-in-generate-region-p)
8349 (verilog-leap-to-head, verilog-current-indent-level)
8350 (verilog-case-indent-level, verilog-cpp-keywords)
8351 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8352 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8353 (verilog-signals-not-in, verilog-symbol-detick-text)
8354 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8355 (verilog-forward-close-paren, verilog-backward-open-paren)
8356 (verilog-backward-open-bracket): Doc fixes.
8357
8358 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8359 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8360 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8361 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8362 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8363 Fix typos in docstrings.
8364
8365 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8366
f75d05eb
BG
83672008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
8368
8369 * info.el (Info-read-node-name): Removed unused `default' arg.
8370
758dc0cc
TTN
83712008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8372
8373 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8374
91784462
SM
83752008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * image-mode.el (image-get-display-property): New fun.
8378 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8379 (image-mode, image-minor-mode, image-toggle-display-text)
8380 (image-toggle-display): Use it.
8381
c6578617
JR
83822008-02-18 Jason Rumney <jasonr@gnu.org>
8383
228de8de
JR
8384 * international/mule.el (xml-find-file-coding-system): Don't warn
8385 about utf-16 with BOM.
8386
9cd41aa9
JR
8387 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8388
91784462
SM
8389 * international/mule.el (sgml-xml-auto-coding-function): Detect and
8390 warn if file encoding is not utf-8 and encoding not specified.
c6578617
JR
8391 (xml-find-file-coding-system): New function.
8392 * international/mule-conf.el (file-coding-system-alist): Use it.
8393
739b7764
GM
83942008-02-17 Glenn Morris <rgm@gnu.org>
8395
7123da6d
JB
8396 * international/mule-cmds.el (set-locale-environment):
8397 Pass `frame' to getenv for LC_MESSAGES.
739b7764 8398
ac1efd51
JL
83992008-02-17 Juri Linkov <juri@jurta.org>
8400
8401 * time.el (emacs-init-time): Use format instead of format-seconds.
8402
cc469ff4
RW
84032008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8404
8405 * textmodes/bibtex.el (bibtex-search-entry): Rename from
7123da6d 8406 bibtex-find-entry. Add autoload cookie.
cc469ff4
RW
8407 (bibtex-find-entry): Alias for bibtex-search-entry.
8408 (bibtex-search-crossref): Rename from bibtex-find-crossref.
8409 (bibtex-find-crossref): Alias for bibtex-search-crossref.
8410 (bibtex-clean-entry): atomic-change-group removed.
7123da6d
JB
8411 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
8412 to locate buffer location where error occurred.
cc469ff4
RW
8413 Make error messages more specific.
8414 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8415
a2b84f35
DN
84162008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
8417
d79dd1b0
DN
8418 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8419 top level.
8420
a2b84f35
DN
8421 * simple.el (transient-mark-mode): Add an :init-value.
8422
8423 * startup.el (command-line): Use custom-reevaluate-setting for
8424 transient-mark-mode.
8425
6c763a30 84262008-02-17 Michaël Cadilhac <michael@cadilhac.name>
3f146fcf
MC
8427
8428 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8429
24d6c292
JL
84302008-02-16 Juri Linkov <juri@jurta.org>
8431
8432 * startup.el (after-init-time): New variable.
8433 (command-line): Set `after-init-time' to the current time.
8434
8435 * time.el (emacs-init-time): New function.
8436
5ffc4c05
SM
84372008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * files.el (locate-dominating-file): Remove initial loop because it's
8440 not careful enough. Detect the uid-change all within the main loop.
8441
6c7b01b6 84422008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7 8443
19d8735e 8444 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
2ef180f7 8445
1f344760
DN
84462008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8447
bae9f9e3
DN
8448 * vc.el (vc-annotate): Add new argument.
8449 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8450
19d8735e
JB
8451 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8452 Move make-variable-buffer-local code after the corresponding defvar.
1f344760
DN
8453 (hs-minor-mode-map): Define and initialize in one step.
8454 (hs-minor-mode): Change from defun to define-minor-mode.
8455
bdd9e9c0
NR
84562008-02-16 Nick Roberts <nickrob@snap.net.nz>
8457
8458 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8459 (gdb-ready): Move declaration...
8460
8461 * progmodes/gdb-ui.el (gdb-ready): ...to here.
8462 (gdb-early-user-input): New variable.
8463 (gdb): Reset gdb-flush-pending-output to nil and set
8464 comint-input-sender here (before gdb-prompt), instead of...
8465 (gdb-init-1): ...here.
8466 (gdb-send): If Emacs is not ready, defer user input to...
8467 (gdb-prompt): ...here.
8468
04e56139
GM
84692008-02-16 Glenn Morris <rgm@gnu.org>
8470
6943aa02
GM
8471 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8472
e279593d
GM
8473 * startup.el (emacs-startup-time): Rename to `before-init-time'.
8474 (before-init-time): New name for `emacs-startup-time'.
8475 (command-line): Use before-init-time rather than emacs-startup-time.
8476 * time.el (emacs-uptime): Use before-init-time rather than
8477 emacs-startup-time.
8478
04e56139
GM
8479 * composite.el (composition-function-table): Doc fix.
8480
8481 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8482 in favor of `%z' specifier.
8483 (emacs-uptime): Move to time.el.
19d8735e
JB
8484 * time.el (emacs-uptime): Move here from time-date.el. Add optional
8485 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
8486 argument of format-seconds.
04e56139 8487
f46b8f6d
DN
84882008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
8489
8490 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8491
6c7b01b6 84922008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
2ef180f7
BG
8493
8494 * ielm.el (ielm-is-whitespace): Remove.
8495 (ielm-is-whitespace-or-comment): New function.
8496 (ielm-eval-input): Use it.
8497
0e413a90
JR
84982008-02-15 Jason Rumney <jasonr@gnu.org>
8499
8500 * term/mac-win.el: Fix coding tag.
8501
40fabc71
DN
85022008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
8503
8504 * vc-hooks.el (vc-menu-map):
8505 * bindings.el (mode-line-mode-menu): Add tooltips.
8506
8507 * bindings.el (help-echo): Add more tooltips. Use a less
8508 telegraphic style for existing tooltips.
8509
2f5bb432
SM
85102008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8513 from the auto-generated one.
8514
48a731fe
GM
85152008-02-14 Glenn Morris <rgm@gnu.org>
8516
7123da6d
JB
8517 * mail/rmail-spam-filter.el (rmail-spam-filter):
8518 Let-bind message-spam-status.
ffdbbc01 8519
48a731fe
GM
8520 * mail/smtpmail.el (password-cache-add): Declare as function.
8521
7123da6d 85222008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
b1cd57bc
BG
8523
8524 * mail/smtpmail.el: Use password-cache.
8525
a8049a30
JB
85262008-02-14 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * uniquify.el (uniquify-buffer-base-name): New function.
8529 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8530
8531 * desktop.el (uniquify-managed): Don't defvar.
8532 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8533 `uniquify-managed'. Return also the buffer's base name.
8534 (desktop-save): When saving the buffer info, filter out the base name,
8535 and save it as buffer name if the buffer is managed by uniquify.
8536 (uniquify-item-base): Don't declare; not called anymore.
8537
f3ff0fe9
DN
85382008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
8539
8540 * vc.el (vc-annotate-find-revision-at-line): New function.
8541 (vc-annotate-mode-map): Bind it.
8542 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
8543 some entries.
8544
b2928357
GM
85452008-02-14 Glenn Morris <rgm@gnu.org>
8546
6afa3d67
GM
8547 * calendar/time-date.el (format-seconds): New function.
8548 (emacs-uptime): Use format-seconds.
8549
b2928357
GM
8550 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8551 Remove `LC_ALL=C', since it's included in $(emacs) now.
8552
a8049a30 85532008-02-14 Zhang Wei <id.brep@gmail.com>
b3eb2b9c
CY
8554
8555 * textmodes/org-publish.el (org-publish-timestamp-filename):
8556 Replace colon characters in filename too.
8557
5b5eae56
BG
85582008-02-13 Bastien Guerry <bzg@altern.org>
8559
8560 * mail/rmail.el (rmail-header-name): New face.
8561 (rmail-font-lock-keywords): Use rmail-header-name.
8562
5b5eae56
BG
8563 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8564 against X-Spam-Status header field.
8565 (rmail-spam-filter): Also check X-Spam-Status header field.
8566
eabd11d4
MH
85672008-02-14 Mark A. Hershberger <mah@everybody.org>
8568
a8049a30
JB
8569 * progmodes/flymake.el (flymake-allowed-file-name-masks):
8570 Add support for .pm files and .php files.
eabd11d4
MH
8571 (flymake-err-line-patterns): Add pattern for PHP errors.
8572 (flymake-php-init): New function. PHP support for flymake.
8573
a8049a30
JB
8574 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8575 Add regular expression for PHP errors.
fa2a4e7d 8576
1860f08d
MA
85772008-02-13 Michael Albinus <michael.albinus@gmx.de>
8578
a8049a30
JB
8579 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8580 This DTRT even on w32 machines.
1860f08d
MA
8581 (ange-ftp-cf1): Quote FILENAME.
8582
02dfeba8
SM
85832008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8586 (smerge-auto-combine): New fun.
8587
78dc87a2
JL
85882008-02-12 Juri Linkov <juri@jurta.org>
8589
8590 * startup.el (fancy-startup-screen, normal-splash-screen):
8591 Set default-directory to command-line-default-directory.
8592
8593 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8594 after reading the desktop.
8595
02dfeba8
SM
8596 * progmodes/compile.el (compilation-auto-jump):
8597 Call compile-goto-error only when compilation-auto-jump-to-first-error
78dc87a2
JL
8598 is non-nil.
8599 (compilation-scroll-output): Replace :type 'boolean with a choice
8600 that has three options including a third option `first-error'.
8601 Doc fix.
8602 (compilation-start, compilation-forget-errors): Add an alternate
8603 condition comparing compilation-scroll-output with `first-error'
8604 in addition to compilation-auto-jump-to-first-error (to call
8605 compilation-auto-jump in the proper place).
8606
53ad7bee
SM
86072008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8608
9e5e233a
SM
8609 * international/mule.el (sgml-html-meta-auto-coding-function):
8610 Make sure the search limit is ahead.
8611
53ad7bee
SM
8612 * tar-mode.el: Fix broken indentation.
8613 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8614 Use with-current-buffer.
8615
355652a2 86162008-02-12 Juanma Barranquero <lekktu@gmail.com>
b96817c3 8617
355652a2
JB
8618 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8619 it is already automatically buffer-local.
8620
86212008-02-11 Drew Adams <drew.adams@oracle.com>
8622
8623 * help.el (describe-key): Join some split lines to facilitate filling.
b96817c3
BG
8624 * help-fns.el (describe-function-1): Fill text of overlong lines.
8625
dd728672
KH
86262008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
8627
355652a2
JB
8628 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8629 Use unibyte-string instead of string-make-unibyte.
da9e269f 8630
dd728672
KH
8631 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8632
64663f06
SM
86332008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8634
65073003
SM
8635 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8636 works also for buffers w/o buffer-file-name. Update callers.
8637 (doc-view-clone-buffer-hook): New fun.
355652a2
JB
8638 (doc-view-mode): Use it for indirect clones. Mark the overlays with
8639 the `doc-view' property so they can be recognized.
65073003 8640
64663f06
SM
8641 * simple.el (clone-indirect-buffer-hook): New hook.
8642 (clone-indirect-buffer): Run it.
8643
5a8d03e9
MO
86442008-02-11 Daiki Ueno <ueno@unixuser.org>
8645
8646 * epa.el (epa-menu-mode): Merge into epa-mode.
8647 (epa-menu-items): Rename the label "EasyPG Assistant" to
8648 "Encryption/Decryption".
8649
8650 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
64663f06
SM
8651 (epa-dired-mode-map): Rename from epa-dired-map.
8652 (epa-global-dired-mode): Rename the global minor mode.
5a8d03e9 8653
723e5b84
BG
86542008-02-11 Drew Adams <drew.adams@oracle.com>
8655
d218b4e5 8656 * isearch.el (isearch-fail): New face.
723e5b84
BG
8657 (isearch-message): Highlight failure part of input.
8658
46772c24
SM
86592008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8660
6d11a78b
SM
8661 * ibuffer.el (ibuffer-header-line-format): New var.
8662 (ibuffer-mode): Set it instead of header-line-format.
8663 (ibuffer-update): Use it to set header-line-format.
8664
46772c24
SM
8665 * international/mule-cmds.el (ucs-insert): Inherit surrounding
8666 properties like self-insert-command.
8667
cba9bdd2
RS
86682008-02-11 Drew Adams <drew.adams@oracle.com>
8669
8670 * progmodes/etags.el: Add many doc strings.
8671
0a001030
JR
86722008-02-11 Jason Rumney <jasonr@gnu.org>
8673
8674 * ldefs-boot.el: Regenerated.
8675
0a66ac10
GM
86762008-02-11 Glenn Morris <rgm@gnu.org>
8677
3dc4febd
GM
8678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8679 Shorten some names.
8680
0a66ac10
GM
8681 * ffap.el (ffap-rfc-directories): Add :version.
8682
14414dd3
GM
86832008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
8684
78e7bb2e 8685 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
14414dd3
GM
8686 files, and backup files of same.
8687
4ba89826
GM
86882008-02-11 Kevin Ryde <user42@zip.com.au>
8689
0a66ac10
GM
8690 * ffap.el (ffap-rfc-directories): New variable.
8691 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8692
4ba89826
GM
8693 * info.el (Info-next-reference, Info-prev-reference)
8694 (Info-try-follow-nearest-node): Move to and follow https:// links too.
8695
3a77346c
GM
8696 * simple.el (completion-list-mode): Show full completion-list-mode-map
8697 in the docstring.
8698
c1fdf758
SS
86992008-02-11 Sam Steingold <sds@gnu.org>
8700
8701 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8702
9ce1b62f
GM
87032008-02-11 Glenn Morris <rgm@gnu.org>
8704
8705 * startup.el (emacs-startup-time): New variable.
8706 (command-line): Set emacs-startup-time.
8707
8708 * calendar/time-date.el (emacs-uptime): New function.
8709
be16d955
BG
87102008-02-10 Bastien Guerry <bzg@altern.org>
8711
8712 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8713 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8714 it is nil.
8715
f1914c40
MO
87162008-02-10 Daiki Ueno <ueno@unixuser.org>
8717
8718 * epg-config.el: Expand the contents of epg-package-info.el.
8719 (epg-package-name): New constant.
8720 (epg-version-number): New constant.
8721 (epg-bug-report-address): New constant.
8722
8723 * epa-mail.el (epa-mail-mode): Add autoload cookie.
78df961d 8724 (epa-global-mail-mode): New global minor mode.
f1914c40
MO
8725
8726 * epa-file.el (epa-file-mode): New global minor mode.
8727
8728 * epa-dired.el (epa-dired-mode): New global minor mode.
8729
8730 * epa.el (epa-menu): New variable.
8731 (epa-menu-items): New variable.
8732 (epa-menu-mode): New global minor mode.
8733 (epa-global-minor-modes): New user option.
8734 (epa-mode): New global minor mode.
8735
6981d00a
MA
87362008-02-10 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/dbus.el: Remove `no-byte-compile' cookie.
8739 (dbus-call-method, dbus-register-signal, dbus-debug)
8740 (dbus-registered-functions-table): Declare them with
8741 `declare-function' or `defvar', respectively.
8742 (top): Don't assert any longer. Require 'cl when compiling.
8743 Apply `ignore-errors' but `dbus-ignore-errors'.
8744
40c02e00
DN
87452008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
8746
d6f0bd5a
JB
8747 * diff-mode.el (diff-add-change-log-entries-other-window):
8748 Use add-change-log-entry.
40c02e00 8749
2b786e07
JR
87502008-02-09 Jason Rumney <jasonr@gnu.org>
8751
8752 * button.el (button-map):
8753 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
d6f0bd5a 8754 * ldefs-boot.el: Regenerate.
2b786e07 8755
0bd4f317
DN
87562008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
8757
8758 * epa.el (epa-faces, epa):
8759 * epa-file.el (epa-file):
8760 * epg-config.el (epg): Add :version.
8761
1d5b2149
TTN
87622008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
8763
8764 * vc.el (vc-exec-after): Append CODE to previous fragments.
8765 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8766 take MESSAGES instead of VERBOSE; use it when non-nil.
8767 (vc-diff-internal): Compute messages once; use them;
8768 update call to vc-diff-finish.
8769
fd35d9d6
MO
87702008-02-09 Michael Olson <mwolson@gnu.org>
8771
8772 * net/tramp.el (tramp-process-sentinel): Avoid error when process
8773 buffer has been killed, such as by
8774 `tramp-cleanup-all-connections'.
8775
1230c3cb
MB
87762008-02-09 Miles Bader <miles@gnu.org>
8777
8778 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8779
02e3336d
SM
87802008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8783 splitter in context hunks.
8784
fe243f8e
KH
87852008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
8786
8787 * international/fontset.el (setup-default-fontset): Fix arabic otf
8788 font specification.
8789
4b01af2e
MO
87902008-02-08 Daiki Ueno <ueno@unixuser.org>
8791
8792 * epa-dired.el:
8793 * epa-file.el:
8794 * epa-mail.el:
8795 * epa-setup.el:
8796 * epa.el:
8797 * epg-config.el:
8798 * epg-package-info.el:
8799 * epg.el: Initial check-in of EasyPG.
8800
1e2eefdd
GM
88012008-02-08 Glenn Morris <rgm@gnu.org>
8802
3cf86f00
GM
8803 * woman.el (woman-locale): New defcustom.
8804 (woman-expand-locale, woman-manpath-add-locales): New functions.
8805 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
8806
8807 * international/mule-cmds.el (locale-translate): New function,
8808 with old code extracted from set-locale-environment.
8809 (set-locale-environment): Use locale-translate. Set woman-locale.
8810
b50690cc
GM
8811 * cus-start.el (selection-coding-system): Remove, since it's now
8812 defined in select.el rather than in xselect.c.
8813 * select.el (selection-coding-system): Make it a defcustom, and
8814 add the properties from cus-start.el. Bump :version.
8815
3d0c2a29
GM
8816 * custom.el (custom-theme-set-variables): Sort symbols that are
8817 dependencies before symbols that depend on them.
8818 (custom-enabled-themes): Set after custom-theme-directory.
8819
1e2eefdd
GM
8820 * pcmpl-unix.el (top-level): Move provide statement to end.
8821 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
8822 `*' from doc-string. Allow to be nil.
8823 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
8824 Allow to be nil. Add :version.
8825 (pcmpl-ssh-hosts): Move definition before use. Handle lines
8826 without hostnames, and multiple hostnames per line.
8827
f9c7b08c
GM
8828 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
8829
5137f982 88302008-02-08 Phil Hagelberg <phil@evri.com>
1e2eefdd
GM
8831
8832 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
8833 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
8834
987be29b 88352008-02-07 Timo Savola <timo.savola@iki.fi>
350c1745
JD
8836
8837 * startup.el (command-line-x-option-alist): Add --parent-id.
8838
8839 * term/x-win.el (x-handle-parent-id): New function.
8840
c8a56c87
GM
88412008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
8842
8843 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
8844 "Font Menu".
8845
06c0751a
MA
88462008-02-06 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/dbus.el (dbus-interface-peer): New defconst.
8849 (dbus-ping): New defun.
8850
527b313d
SS
88512008-02-06 Sam Steingold <sds@gnu.org>
8852
dce13547 8853 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
527b313d 8854
e61e836b
SM
88552008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8856
8857 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
8858 Just return nil and let the C code provide a fallback.
8859
9d7cb26e
GM
88602008-02-05 Glenn Morris <rgm@gnu.org>
8861
8862 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
8863 tramp-flush-connection-property for removed 2nd argument.
8864
8330c175
SM
88652008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * diff-mode.el (diff-add-change-log-entries-other-window):
8868 Rename from diff-create-changelog. Change users.
8869 Minor change to hopefully work with plain diffs.
8870 (diff-mode-map): Add binding for it.
8871
8a72c7f8
DN
88722008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
8873
8874 * diff-mode.el: Add new TODO entry.
8875 (diff-create-changelog): New function.
8876 (diff-mode-menu): Bind it.
8877
e94848ea
KH
88782008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
8879
8880 * international/mule-diag.el (print-fontset-element): Handle the
c8a56c87 8881 case of inhibiting the fallback fonts.
e94848ea 8882
a9dbdece
KS
88832008-02-04 Kim F. Storm <storm@cua.dk>
8884
8885 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8886 (ido-magic-delete-char): Use prefix arg.
8887
093571c3 88882008-02-03 Juanma Barranquero <lekktu@gmail.com>
eef3f0c8 8889
093571c3
MB
8890 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
8891 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
8892 of today, the most recent libpng is 1.2.24).
52bcabfe 8893
c7aa34a5
MA
88942008-02-03 Michael Albinus <michael.albinus@gmx.de>
8895
c8a56c87 8896 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
c7aa34a5
MA
8897
8898 * net/dbus.el (top): Check (featurep 'dbusbind).
8899
8900 * net/tramp.el (tramp-process-sentinel): New defun.
8901 (tramp-do-copy-or-rename-file-out-of-band)
8902 (tramp-maybe-open-connection): Use it as process sentinel.
8903 (tramp-handle-delete-directory): Don't use the "-f" option; it
8904 isn't portable.
8905 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
8906 after the command.
8907 (tramp-handle-shell-command): Set `mode-line-process' in the
8908 asynchronous case.
8909
8910 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
8911
8912 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
91784462
SM
8913 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8914 Use `tramp-process-sentinel' as process sentinel.
c7aa34a5 8915
5285e5a6
JB
89162008-02-02 Juanma Barranquero <lekktu@gmail.com>
8917
8918 * whitespace.el (global-whitespace-mode): Revert last change.
8919 (whitespace-unload-function): Force `global-whitespace-mode'
8920 to deactivate local modes in a slightly less intrusive way.
8921
5e4f40ee
EZ
89222008-02-02 Eli Zaretskii <eliz@gnu.org>
8923
8924 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
8925
7e14d905
GM
89262008-02-02 Glenn Morris <rgm@gnu.org>
8927
8928 * international/latin1-disp.el (latin1-display):
8929 * progmodes/fortran.el (fortran-comment-indent-char):
8930 * progmodes/idlw-shell.el (top-level):
8931 * term/mac-win.el (mac-keyboard-translate-char):
8932 * whitespace.el (whitespace-char-valid-p):
8933 * wid-edit.el (widget-key-sequence-read-event):
8934 Use characterp rather than char-valid-p.
8935
8936 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
8937 to capitalized-find-word-boundary. Doc fix. Update callers.
8938 (capitalized-next-word-boundary-function-table): Rename to
5285e5a6 8939 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7e14d905
GM
8940
8941 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
8942 string-to-int.
8943
8944 * ps-def.el (declare-function): Add compatibility definition.
8945 (ps-plot-with-face, ps-plot-string): Declare as functions.
8946 (ps-bold-faces, ps-italic-faces): Declare variables.
8947
8948 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
8949 (ps-mule-end-job): Declare as functions.
8950
8951 * wid-edit.el (widget-string-complete): Use assoc-string rather
8952 than assoc-ignore-case.
8953
5469045b 8954See ChangeLog.13 for earlier changes.
6fee106e
KS
8955
8956;; Local Variables:
5148e555 8957;; coding: utf-8
33462dfa 8958;; add-log-time-zone-rule: t
6fee106e
KS
8959;; End:
8960
5469045b 8961 Copyright (C) 2008 Free Software Foundation, Inc.
5b87ad55
GM
8962
8963 This file is part of GNU Emacs.
8964
eb3fa2cf 8965 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 8966 it under the terms of the GNU General Public License as published by
eb3fa2cf
GM
8967 the Free Software Foundation, either version 3 of the License, or
8968 (at your option) any later version.
5b87ad55
GM
8969
8970 GNU Emacs is distributed in the hope that it will be useful,
8971 but WITHOUT ANY WARRANTY; without even the implied warranty of
8972 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8973 GNU General Public License for more details.
8974
8975 You should have received a copy of the GNU General Public License
eb3fa2cf 8976 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6fee106e 8977
14b63de7 8978;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc