]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
[gnu-emacs] / lisp / ChangeLog
1 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2
3 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
4
5 * comint.el (comint-dynamic-complete-as-filename):
6 Use read-file-name-completion-ignore-case.
7
8 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * comint.el (comint-dynamic-list-filename-completions):
11 Use read-file-name-completion-ignore-case.
12
13 * vc-cvs.el: Require CL.
14 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
15 New functions to provide completion of revision names.
16
17 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
18 (vc-cvs-annotate-first-line-re): New const.
19 (vc-cvs-annotate-process-filter): New fun.
20 (vc-cvs-annotate-command): Use them and run the command asynchronously.
21
22 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
23
24 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
25 (eldoc-print-current-symbol-info): Adjust for changed helper
26 function signatures.
27 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
28 `eldoc-highlight-function-argument'.
29 (eldoc-highlight-function-argument): New function.
30 (eldoc-get-var-docstring): Format documentation with
31 `font-lock-variable-name-face'.
32 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
33 where suited.
34 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
35 (eldoc-beginning-of-sexp): Return number of skipped sexps.
36
37 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
38
39 * progmodes/compile.el (compilation-start): `start-process' must
40 still be redefined when calling `start-process-shell-command'.
41
42 * progmodes/gud.el (gud-file-name): When `default-directory' is a
43 remote file name, prepend its remote part to the filename.
44 (gud-common-init): When `default-directory' is a remote file name,
45 make the filename relative to it.
46 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
47
48 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
49
50 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
51 mouse binding and a tooltip.
52
53 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * menu-bar.el (vc-menu-map): New defalias.
56
57 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
58
59 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
60
61 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
62
63 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
66
67 * vc-arch.el (vc-arch-complete): Remove.
68 (vc-arch-revision-completion-table): Use complete-with-action.
69
70 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
71 (complete-with-action): New function.
72 (dynamic-completion-table): Use it.
73
74 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
75
76 * comint.el (make-comint, make-comint-in-buffer)
77 (comint-exec-1): Replace `start-process' by `start-file-process'.
78
79 * progmodes/compile.el (compilation-start): Revert redefining
80 `start-process'.
81
82 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
85 with EOLs when generating MD5 checksums.
86
87
88 * follow.el: Don't change the global map from the follow-mode-map
89 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
90 XEmacs code.
91 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
92 since `follow-mode' should be used instead for that.
93
94 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
95 (easy-menu-do-define): Use it.
96 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
97
98 * progmodes/compile.el (compilation-auto-jump-to-first-error)
99 (compilation-auto-jump-to-next): New vars.
100 (compilation-auto-jump): New function.
101 (compilation-error-properties): Use them to jump to first error.
102 (compilation-start): Set the var if requested.
103
104 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
105 duplicates without also removing entries from other directories.
106
107 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
108
109 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
110 Remember span as default.
111 (org-columns-edit-value): Rename from `org-column-edit'.
112 (org-columns-display-here-title): Rename from
113 `org-overlay-columns-title'.
114 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
115 (org-columns-get-autowidth-alist): Rename from
116 `org-get-columns-autowidth-alist'.
117 (org-columns-display-here): Rename from `org-overlay-columns'.
118 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
119 (org-columns-quit): Rename from `org-column-quit'.
120 (org-columns-show-value): Rename from `org-column-show-value'.
121 (org-columns-content, org-columns-widen)
122 (org-columns-next-allowed-value)
123 (org-columns-edit-allowed, org-columns-store-format)
124 (org-columns-uncompile-format, org-columns-redo)
125 (org-columns-edit-attributes, org-delete-property)
126 (org-set-property, org-columns-update)
127 (org-columns-compute, org-columns-eval)
128 (org-columns-not-in-agenda, org-columns-compute-all)
129 (org-property-next-allowed-value)
130 (org-columns-compile-format)
131 (org-fill-paragraph-experimental)
132 (org-string-to-number, org-property-action)
133 (org-columns-move-left, org-columns-new )
134 (org-column-number-to-string)
135 (org-property-previous-allowed-value)
136 (org-at-property-p, org-columns-delete)
137 (org-columns-previous-allowed-value)
138 (org-columns-move-right, org-columns-narrow)
139 (org-property-get-allowed-values)
140 (org-verify-version, org-column-string-to-number)
141 (org-delete-property-globally): New functions.
142 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
143 (org-columns-overlays): Rename from `org-column-overlays'.
144 (org-columns-map): Rename from `org-column-map'.
145 (org-columns-current-maxwidths): Rename from
146 `org-current-columns-maxwidths'.
147 (org-columns-begin-marker, org-columns-current-fmt-compiled)
148 (org-previous-header-line-format)
149 (org-columns-inhibit-recalculation)
150 (org-columns-top-level-marker): New variables.
151 (org-columns-default-format): Rename from `org-default-columns-format'.
152 (org-property-re): New constant.
153
154 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
155
156 * subr.el (looking-at-p, string-match-p): New functions.
157
158 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
159
160 * textmodes/tex-mode.el (tex-fontify-script)
161 (tex-font-script-display): New variables to make display of
162 superscripts and subscripts customizable.
163 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
164
165 2007-07-09 Richard Stallman <rms@gnu.org>
166
167 * isearch.el (isearch-edit-string): Call to isearch-push-state
168 after the search.
169
170 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
171
172 * window.el (fit-window-to-buffer): Remove setting of window-min-height
173 to 1 as enlarge-window uses the value to resize/shrink windows other
174 than WINDOW if needed.
175
176 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
177
178 * cus-start.el (file-coding-system-alist): Fix custom type.
179
180 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
181
182 * longlines.el (longlines-wrap-region): Avoid marking buffer as
183 modified.
184 (longlines-auto-wrap, longlines-window-change-function):
185 Remove unnecessary calls to set-buffer-modified-p.
186
187 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
188
189 * cus-start.el (file-coding-system-alist): Fix custom type.
190
191 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
194 (vc-cvs-checkout): Remove last arg now unused; simplify.
195
196 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
197
198 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
199
200 * net/tramp.el:
201 * net/tramp-ftp.el:
202 * net/tramp-smb.el:
203 * net/tramp-uu.el:
204 * net/trampver.el: Migrate to Tramp 2.1.
205
206 * net/tramp-cache.el:
207 * net/tramp-fish.el:
208 * net/tramp-gw.el: New Tramp packages.
209
210 * net/tramp-util.el:
211 * net/tramp-vc.el: Removed.
212
213 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
214 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
215
216 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
217
218 * progmodes/compile.el (compilation-start): Redefine
219 `start-process' temporarily when `default-directory' is remote.
220 Remove case of synchronous compilation, this won't happen ever.
221 (compilation-setup): Make local variable `comint-file-name-prefix'
222 for remote compilation.
223
224 2007-07-08 Martin Rudalics <rudalics@gmx.at>
225
226 * novice.el (disabled-command-function): Fit window to buffer to
227 make last line visible.
228 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
229
230 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
231 when handling the terminating event.
232
233 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
234
235 * calc/calc.el (math-read-number-simple): Remove leading 0s.
236 (math-bignum-digit-length): Change to optimal value.
237
238 * calc/calc-bin.el (math-bignum-logb-digit-size)
239 (math-bignum-digit-power-of-two): Evaluate when compiled.
240
241 * calc/calc-comb.el (math-small-factorial-table)
242 (math-init-random-base, math-prime-test): Remove unnecessary calls
243 to `math-read-number-simple'.
244
245 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
246 (math-approx-gamma-const): Add docstrings.
247
248 * calc/calc-forms.el (math-julian-date-beginning)
249 (math-julian-date-beginning-int) New constants.
250 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
251 Use the new constants.
252
253 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
254
255 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
256 Add docstrings.
257
258 2007-07-07 Tom Tromey <tromey@redhat.com>
259
260 * vc.el (vc-annotate): Jump to line and output message only after the
261 process is really all done.
262
263 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * vc.el (vc-exec-after): Don't move point from the sentinel.
266 Forcefully read all the remaining text in the pipe upon process exit.
267 (vc-annotate-display-autoscale, vc-annotate-lines):
268 Don't stop at the first unrecognized line.
269 (vc-annotate-display-select): Run autoscale after the process is done
270 since it depends on the whole result.
271
272 2007-07-07 Eli Zaretskii <eliz@gnu.org>
273
274 * term/w32-win.el (menu-bar-open): New function.
275 Bind <f10> to it.
276
277 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
278
279 * simple.el (start-file-process): New defun.
280
281 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * files.el (find-file-confirm-nonexistent-file): Rename from
284 find-file-confirm-inexistent-file. Update users.
285
286 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
287 format of autoload block where the file's time-stamp is replaced by its
288 MD5 checksum.
289 (autoload-generate-file-autoloads): Use MD5 checksum instead of
290 time-stamp for secondary autoloads files.
291 (update-directory-autoloads): Remove duplicate entries.
292 Use time-less-p for time-stamps, as done in autoload-find-destination.
293
294 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
295
296 * calc/calc.el (math-read-number): Replace number by variable.
297 (math-read-number-simple): Properly parse small integers.
298
299 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
300
301 * vc.el: Fix doc for the checkout function.
302
303 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
304
305 * vc-hg.el (vc-hg-root): New function.
306 (vc-hg-registered): Use it.
307 (vc-hg-diff-tree): New defalias.
308 (vc-hg-responsible-p): Likewise.
309 (vc-hg-checkout): Comment out, not needed.
310 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
311 (vc-hg-find-version, vc-hg-next-version): New functions.
312
313 2007-07-06 Andreas Schwab <schwab@suse.de>
314
315 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
316 dynamic bindings around the evaluation of the expression.
317 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
318
319 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
322 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
323 Use run-hooks rather than run-mode-hooks.
324
325 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
326
327 * calc/calc-comb.el (math-random-digit): Rename to
328 `math-random-three-digit-number'.
329 (math-random-digits): Don't depend on representation of integer.
330
331 * calc/calc-bin.el (math-bignum-logb-digit-size)
332 (math-bignum-digit-power-of-two): New constants.
333 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
334 (math-not-bignum, math-clip-bignum): Use the constants
335 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
336 instead of their values.
337 (math-clip): Use math-small-integer-size instead of its value.
338
339 * calc/calc.el (math-add-bignum): Replace number by constant.
340
341 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
342
343 * wid-edit.el (widget-documentation-string-value-create):
344 Insert indentation spaces.
345
346 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
347
348 * emacs-lisp/byte-opt.el: Revert last change.
349
350 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
351
352 * vc-hooks.el (vc-handled-backends): Add HG.
353
354 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
355
356 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * complete.el (PC-do-complete-and-exit): Add support for the new
359 `confirm-only' confirmation mode.
360
361 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
362
363 * cus-edit.el (custom-commands): New variable.
364 (custom-tool-bar-map): New variable. Initialize using
365 `custom-commands'.
366 (custom-mode): Use `custom-tool-bar-map'.
367 (custom-buffer-create-internal): Insert action buttons only if
368 tool bar is not used. Use `custom-commands'.
369 (Custom-help, custom-command-apply): New function.
370 (custom-command-apply, Custom-set, Custom-save)
371 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
372 Use `custom-command-apply' instead of duplicating code.
373 (customize-group-other-window): Call `customize-group' instead of
374 duplicating code.
375 (customize-face-other-window): Call `customize-face' instead of
376 duplicating code.
377 (customize-group, customize-face): Add optional args for opening
378 in another window.
379 (custom-variable-tag): Don't inherit `variable-pitch' face.
380 (custom-group-tag): Inherit `variable-pitch' face.
381 (custom-variable-value-create): Set documentation indentation.
382 (custom-group-value-create): Make group name a link, instead of
383 using an extra "go to group" button.
384 (custom-prompt-variable, custom-group-set, custom-group-save)
385 (custom-group-reset-current, custom-group-reset-saved)
386 (custom-group-reset-standard): Minor cleanup.
387
388 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
389
390 * Makefile.in (bootstrap-prepare): When copying from
391 ldefs-boot.el, make sure loaddefs.el is writeable.
392
393 (bootstrap-prepare): Make $(lisp)/ps-print.el
394 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
395
396 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
397
398 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
399 only caller, and delete.
400 (vc-hg-state): Deal with exceptions and only parse the output on
401 successful return.
402 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
403 caller, and delete.
404 (vc-hg-workfile-version): Deal with exceptions and only parse the
405 output on successful return.
406 (vc-hg-revert): New function.
407
408 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
409
410 * calculator.el (calculator-expt): Use more cases to determine
411 the value.
412
413 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
416 file names.
417
418 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
419
420 * calculator.el (calculator-expt, calculator-integer-p):
421 New functions.
422 (calculator-fact): Check to see if the factorial will be too
423 large before computing it.
424 (calculator-initial-operators): Use `calculator-expt' to
425 compute "^".
426 (calculator-mode): Mention that results which are too large
427 will return inf.
428 * calc/calc-comb.el (math-small-factorial-table): Replace list
429 by vector.
430
431 2007-07-03 David Kastrup <dak@gnu.org>
432
433 * shell.el: On request of the authors, remove their addresses for
434 the sake of bug reports, and add the developer list address as
435 maintainer information.
436
437 2007-07-03 Richard Stallman <rms@gnu.org>
438
439 * files.el (make-directory): Doc fix.
440 (find-file-confirm-inexistent-file): Make it a defcustom.
441 Make nil the default.
442
443 2007-07-02 Richard Stallman <rms@gnu.org>
444
445 * startup.el (command-line): Set buffer-offer-save in *scratch*
446 and enable auto-save in it.
447
448 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
449
450 * textmodes/org.el (orgstruct-mode-map): New variable.
451 (orgstruct-mode): New minor mode.
452 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
453 (orgstruct-make-binding, org-context-p, org-get-local-variables)
454 (org-run-like-in-org-mode): New functions.
455 (org-cycle-list-bullet): New command.
456 (org-special-properties, org-property-start-re)
457 (org-property-end-re): New constants.
458 (org-with-point-at): New macro.
459 (org-get-property-block, org-entry-properties, org-entry-get)
460 (org-entry-delete, org-entry-get-with-inheritance)
461 (org-entry-put, org-buffer-property-keys): New functions.
462 (org-insert-property-drawer): New command.
463 (org-entry-property-inherited-from): New variable.
464 (org-column): New face.
465 (org-column-overlays, org-current-columns-fmt)
466 (org-current-columns-maxwidths, org-column-map): New variables.
467 (org-column-menu): New menu.
468 (org-new-column-overlay, org-overlay-columns)
469 (org-overlay-columns-title, org-remove-column-overlays)
470 (org-column-show-value, org-column-quit, org-column-edit): New
471 functions.
472 (org-columns, org-agenda-columns): New commands.
473 (org-get-columns-autowidth-alist): New functions.
474 (org-properties): New customize group.
475 (org-default-columns-format): New option.
476 (org-priority): Realign tags after changing priority.
477 (org-preserve-lc): New macro.
478 (org-update-checkbox-count): Catch case when there is no headline.
479 (org-agenda-quit): Remove any column overlays.
480 (org-beginning-of-item-list): Fixed bug when non-item line is
481 indented too deep.
482 (org-cached-props): New variable.
483 (org-cached-entry-get): New function.
484 (org-make-tags-matcher): Handle property matches.
485 (org-table-recalculate): Swap evaluation order: Field formula
486 first, then column formulas, but don't allow them to overwrite the
487 field formulas.
488 (org-table-eval-formula): New argument untouchable.
489 (org-table-put-field-property): New function.
490
491 2007-07-02 Martin Rudalics <rudalics@gmx.at>
492
493 * help-mode.el (help-make-xrefs): Skip spaces too when
494 skipping tabs.
495
496 * ffap.el (dired-at-point-prompter): Improve prompt in
497 list-directory case.
498
499 2007-07-01 Richard Stallman <rms@gnu.org>
500
501 * files.el (find-file-visit-truename): Fix safe-local-variable value.
502
503 2007-07-01 Richard Stallman <rms@gnu.org>
504
505 * cus-start.el (max-mini-window-height): Added.
506
507 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
508
509 * complete.el (partial-completion-mode): Remove advice of
510 read-file-name-internal.
511 (PC-do-completion): Rebind minibuffer-completion-table.
512 (PC-read-file-name-internal): New function doing what
513 read-file-name-internal advice did.
514
515 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
516
517 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
518 property on a few symbols.
519 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
520 (byte-optimize-lapcode): Remove bindings that are not referenced
521 and certainly will not effect through dynamic scoping.
522
523 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * files.el (find-file-confirm-inexistent-file): New var.
526 (find-file, find-file-other-window, find-file-other-frame)
527 (find-file-read-only, find-file-read-only-other-window)
528 (find-file-read-only-other-frame): Use it.
529
530 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
533
534 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
535
536 * generic-x.el (generic-define-mswindows-modes)
537 (generic-define-unix-modes, apache-log-generic-mode)
538 (bat-generic-mode-keymap, java-manifest-generic-mode)
539 (show-tabs-generic-mode): Fix typos in docstrings.
540
541 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
542
543 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
544 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
545 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
546 (rcirc-print): Never ignore messages from ourself.
547
548 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
551 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
552
553 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
554
555 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
556 replace-regexp-in-string.
557
558 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * emacs-lisp/cl.el: Set edebug and indentation before loading
561 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
562
563 2007-06-28 Andreas Schwab <schwab@suse.de>
564
565 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
566 $(lisp)/subdirs.el.
567
568 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
569
570 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
571 the speedbar frame if nil; that deletes the current frame or
572 causes an error if it is the only frame.
573 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
574
575 2007-06-28 Kevin Ryde <user42@zip.com.au>
576
577 * textmodes/nroff-mode.el: Groff \# comments.
578 (nroff-mode-syntax-table): \# comment intro,
579 plain # as punct per global table.
580 (nroff-font-lock-keywords): Add # as a single char escape.
581 (nroff-mode): In comment-start-skip, match \#.
582
583 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
586 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
587 point-min == 1.
588
589 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
590
591 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
592 Rename and move to...
593
594 * subr.el (strings->string, string->strings): ...here.
595
596 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
597 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
598
599 * progmodes/gud.el (gud-common-init): Call string->strings instead
600 of split-string.
601
602 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
603
604 * dired-aux.el: Remove `dired-call-process'.
605 (dired-check-process): Call `process-file'.
606
607 * wdired.el (wdired-do-perm-changes): Call `process-file'.
608
609 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
610 `ange-ftp-process-file'.
611
612 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
615
616 * emacs-lisp/cl-extra.el:
617 * emacs-lisp/cl-seq.el:
618 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
619 Add autoload cookies on all defs autoloaded manually in cl.el.
620
621 * emacs-lisp/cl-loaddefs.el: New file.
622
623 * textmodes/texinfmt.el (texinfo-raisesections-alist)
624 (texinfo-lowersections-alist): Merge definition and declaration.
625 (texinfo-start-of-header, texinfo-end-of-header): Remove.
626 (texinfo-format-syntax-table): Merge init into declaration.
627 (texinfo-format-parse-line-args, texinfo-format-parse-args)
628 (texinfo-format-parse-defun-args, texinfo-format-node)
629 (texinfo-push-stack, texinfo-multitable-widths)
630 (texinfo-define-info-enclosure, texinfo-alias)
631 (texinfo-format-defindex, batch-texinfo-format): Use push.
632 (texinfo-footnote-number): Remove duplicate declaration.
633
634 * ps-print.el: Update with auto-generated autoloads.
635
636 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
637
638 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
641 relative to current dir for file-local settings.
642 (autoload-generate-file-autoloads): Add `outfile' arg.
643 (update-directory-autoloads): Use it to directly call
644 autoload-generate-file-autoloads instead of going through
645 update-file-autoloads so we avoid redundant searches and so we can know
646 the set of buffers changed so we can save them all.
647
648 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
649 rather than throwing `up-to-date'.
650 (autoload-generate-file-autoloads): Adjust correspondingly.
651 (update-file-autoloads): Be careful to let-bind
652 autoload-modified-buffers and adjust to new calling conventions.
653 (autoload-modified-buffers): Make it a dynamically scoped var.
654 (update-directory-autoloads): Use file-relative-name instead of
655 autoload-trim-file-name.
656 (autoload-insert-section-header): Don't use autoload-trim-file-name
657 since the file is already relative now.
658 (autoload-trim-file-name): Remove.
659
660 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
661 (vc-arch-complete, vc-arch--version-completion-table)
662 (vc-arch-revision-completion-table): New functions to provide
663 completion of revision names.
664 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
665 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
666 to let the user trim the revlib.
667
668 * vc.el: Add new VC operation `revision-completion-table'.
669 (vc-default-revision-completion-table): New function.
670 (vc-version-diff, vc-version-other-window): Use it to provide
671 completion of revision names if the backend provides it.
672
673 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
674
675 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
676 of newer .svn/entries.
677
678 2007-06-25 David Kastrup <dak@gnu.org>
679
680 * calc/calc-poly.el (math-padded-polynomial)
681 (math-partial-fractions): Add some function comments.
682
683 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
686 Make `outbuf' optional.
687 (update-file-autoloads): Use it.
688
689 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
692 (autoload-find-destination): Keep it uptodate.
693 (autoload-save-buffers): New fun.
694 (update-file-autoloads): Use it. Re-add the "up to date" message.
695
696 * emacs-lisp/autoload.el: Refactor for upcoming changes.
697 (autoload-find-destination): New function extracted from
698 update-file-autoloads.
699 (update-file-autoloads): Use it.
700 (autoload-generate-file-autoloads): New function extracted from
701 generate-file-autoloads. Use file-relative-name. Delay computation of
702 output-start to the first cookie. Remove done-any, replaced by
703 output-start.
704 (generate-file-autoloads): Use it.
705
706 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
707
708 * calc/calc-comb.el (math-init-random-base, math-prime-test):
709 Use math-read-number-simple to insert constants.
710 (math-prime-test): Redo calculation of sum.
711
712 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
713
714 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
715 math-scale-bignum-3.
716 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
717 math-bignum-digit-size.
718 (math-isqrt-small): Add another possible initial guess.
719
720 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
721
722 * textmodes/bibtex.el (bibtex-entry-format): New options
723 `whitespace', `braces', and `string'.
724 (bibtex-field-braces-alist, bibtex-field-strings-alist)
725 (bibtex-field-braces-opt, bibtex-field-strings-opt)
726 (bibtex-cite-matcher-alist): New variables.
727 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
728 (bibtex-flash-head): Use blink-matching-delay.
729 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
730 (bibtex-format-entry, bibtex-reformat): Handle new options of
731 bibtex-entry-format.
732 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
733 New functions.
734 (bibtex-complete-internal): Do not display messages while
735 minibuffer is used. Do not leave around a completions buffer
736 that is out of date.
737 (bibtex-copy-summary-as-kill): New optional arg.
738 (bibtex-font-lock-url): New optional arg no-button.
739 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
740 (bibtex-url): Allow multiple URLs per entry.
741
742 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * emacs-lisp/autoload.el (autoload-generated-file): New function.
745 (update-file-autoloads, update-directory-autoloads): Use it.
746 (autoload-file-load-name): New function.
747 (generate-file-autoloads, update-file-autoloads): Use it.
748 (autoload-find-file): Accept non-absolute argument. Set default-dir.
749 (generate-file-autoloads): If the autoloaded form is malformed,
750 indicate the problem with a warning instead of aborting.
751
752 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
753
754 * simple.el (next-error-recenter): Accept `(4)' as well;
755 also, specify `integer' instead of `number'.
756
757 2007-06-23 Eli Zaretskii <eliz@gnu.org>
758
759 * ls-lisp.el (insert-directory): If an invalid regexp error is
760 thrown, try using FILE as a literal file name, not a wildcard.
761
762 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
763
764 * ruler-mode.el (ruler-mode): Prevent clobbering the original
765 `header-line-format' when reentering ruler mode.
766
767 2007-06-23 Eli Zaretskii <eliz@gnu.org>
768
769 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
770 FILE exists as a file.
771
772 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
773
774 * calc/calc.el (math-bignum-digit-length)
775 (math-bignum-digit-size, math-small-integer-size):
776 New constants.
777 (math-normalize, math-bignum-big, math-make-float)
778 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
779 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
780 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
781 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
782 (math-quotient, math-div-bignum, math-div-bignum-digit)
783 (math-div-bignum-part, math-format-bignum-decimal)
784 (math-read-bignum): Use math-bignum-digit-length,
785 math-bignum-digit-size and math-small-integer-size.
786
787 * calc/calc-ext.el (math-fixnum-big): Use the variable
788 math-bignum-digit-size.
789
790 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * log-view.el (log-view-mode-menu): New menu.
793
794 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
797 differently.
798
799 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
800 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
801
802 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * vc-hg.el (vc-hg-print-log): Insert the file name.
805 (vc-hg-log-view-mode): Fontify the file name.
806
807 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
808
809 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
810 (calcFunc-julian): Fix incorrect number used in calculations.
811
812 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
813
814 * simple.el (next-error-recenter): New defcustom.
815 (next-error, next-error-internal): Recenter if specified,
816 immediately prior to running `next-error-hook'.
817
818 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
819 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
820
821 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
822
823 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
824
825 * calc/calc-comb.el (math-small-factorial-table): New variable.
826 (calcFunc-fact): Use `math-small-factorial-table'.
827
828 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
829 initial values.
830 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
831 New variables to use in caches.
832
833 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
834 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
835
836 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
837 (math-bernoulli-b-cache): Use math-read-number-simple to insert
838 bignums.
839
840 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
841 New variables to use in caches.
842
843 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
844
845 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
846
847 * vc-hg.el (vc-hg-log-view-mode): New mode.
848
849 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
850
851 * calc/calc.el (math-read-number-simple): New function.
852
853 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
856 (vera-font-lock-match-item): Fix doc string.
857 (vera-in-comment-p): Remove unused function.
858 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
859 use `syntax-ppss'.
860 (vera-forward-syntactic-ws): Fix argument order.
861 (vera-prepare-search): Use `with-syntax-table'.
862 (vera-indent-line): Fix doc string.
863 (vera-electric-tab): Fix doc string.
864 (vera-expand-abbrev): Define alias instead of using `fset'.
865 (vera-comment-uncomment-region): Use `comment-start-skip'.
866
867 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
868
869 * textmodes/org.el (org-export-with-footnotes): New option.
870 (org-export-as-html): Fix replacement bug for XEmacs.
871 (org-agenda-default-appointment-duration): New option.
872
873 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
874
875 * vc-hg.el: Add to do items.
876 (vc-hg-diff): Add support for comparing different revisions.
877 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
878 (vc-hg-annotate-extract-revision-at-line)
879 (vc-hg-previous-version, vc-hg-checkin): New functions.
880 (vc-hg-annotate-re): New constant.
881
882 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
883
884 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
885
886 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
889 buffer-local value of log-view-*-re if applicable.
890
891 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
892 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
893 (vc-bzr-command*): Remove both (incompatible) versions.
894 (vc-bzr-do-command*): Remove.
895 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
896 Remove by folding into its only caller vc-bzr-command.
897 (vc-bzr-command): Always set the environment, even when ineffective.
898 (vc-bzr-version): Minor fix up.
899 (vc-bzr-admin-dirname): New var.
900 (vc-bzr-bzr-dir): Remove.
901 (vc-bzr-root-dir): New fun.
902 (vc-bzr-registered): Use it. Add an autoloaded version.
903 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
904 (vc-bzr-view-log-function): Remove.
905 (vc-bzr-log-view-mode): New major mode to replace it.
906 (vc-bzr-print-log): Only activate the old hack if needed.
907
908 * vc.el (vc-default-log-view-mode): New function.
909 (vc-print-log): Add new `log-view-mode' VC operation.
910
911 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
912
913 * ido.el (ido-find-file-in-dir): Don't signal an error for
914 empty directories.
915
916 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
917
918 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
919 directory where the desktop file was found, as the docstring says.
920 (desktop-kill): Use `read-directory-name'.
921
922 2007-06-20 Alan Mackenzie <acm@muc.de>
923
924 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
925 When removing lines, also remove the \n. Correction of patch of
926 2007-04-21.
927
928 2007-06-20 Martin Rudalics <rudalics@gmx.at>
929
930 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
931 event is not a cons cell. Do not unread drag-mouse-1 events.
932 Select right window in check whether space was stolen from
933 window above.
934
935 * help-mode.el (help-make-xrefs): Adjust position of new forward
936 button.
937
938 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
939
940 * vc-bzr.el (vc-bzr-with-process-environment)
941 (vc-bzr-std-process-invocation): New macros.
942 (vc-bzr-command, vc-bzr-command*): Use them.
943 (vc-bzr-with-c-locale): Remove.
944 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
945 (vc-bzr-buffer-nonblank-p): New function.
946 (vc-bzr-state-words): New const.
947 (vc-bzr-state): Look for `bzr status` keywords in output.
948 Display everything else as a warning message to the user.
949 Fix status report with bzr >= 0.15.
950
951 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * vc-hg.el (vc-hg-global-switches): Simplify.
954 (vc-hg-state): Handle more states.
955 (vc-hg-diff): Fix doc-string.
956 (vc-hg-register): New function.
957 (vc-hg-checkout): Likewise.
958
959 2007-06-20 Reto Zimmermann <reto@gnu.org>
960
961 * progmodes/vera-mode.el: New file.
962
963 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
964
965 * calc/calc.el (calc-multiplication-has-precendence):
966 New variable.
967 (math-standard-ops, math-standard-ops-p, math-expr-ops):
968 New functions.
969 (math-expr-opers): Define using math-standard-ops rather than
970 math-standard-opers.
971 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
972 equal the function math-standard-ops rather than the variable
973 math-standard-opers.
974 (calc-algebraic-entry): Let math-expr-opers equal
975 math-standard-ops or math-expr-ops, as appropriate.
976 (math-expr-read-level, math-read-factor): Let math-expr-opers
977 equal math-expr-ops.
978 * calc/calc-embed.el (calc-embedded-finish-edit):
979 Let math-expr-opers equal the function math-standard-ops
980 rather than the variable math-standard-opers.
981 * calc/calc-ext.el (math-read-plain-expr)
982 (math-format-flat-expr-fancy): Let math-expr-opers equal the
983 function math-standard-ops rather than the variable
984 math-standard-opers.
985 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
986 Let math-expr-opers equal the function math-standard-ops rather
987 than the variable math-standard-opers.
988 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
989 equal the function math-standard-ops rather than the variable
990 math-standard-opers.
991 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
992 equal the function math-standard-ops rather than the variable
993 math-standard-opers.
994 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
995 math-expr-ops.
996
997 2007-06-19 Ivan Kanis <apple@kanis.eu>
998
999 * vc-hg.el: New file.
1000
1001 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
1004 with font-lock-multiline.
1005
1006 2007-06-17 Glenn Morris <rgm@gnu.org>
1007
1008 * lpr.el (lpr-page-header-switches): Move %s to separate element
1009 for correct quoting. Doc fix.
1010
1011 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
1014 than setting sgml-xml-mode.
1015 (sgml-mode, html-mode): Set sgml-xml-mode.
1016 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
1017 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
1018 (sgml-electric-tag-pair-before-change-function)
1019 (sgml-electric-tag-pair-flush-overlays): New functions.
1020 (sgml-electric-tag-pair-mode): New minor mode.
1021 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
1022 (sgml-calculate-indent): Use assoc-string.
1023
1024 2007-06-16 Karl Fogel <kfogel@red-bean.com>
1025
1026 * thingatpt.el (thing-at-point-email-regexp): Don't require two
1027 chars before the "@" in an email address. Andreas Roehler noticed
1028 this problem.
1029
1030 2007-06-15 Karl Fogel <kfogel@red-bean.com>
1031
1032 * thingatpt.el: Add support for email addresses (`email').
1033 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
1034 (thing-at-point-email-regexp): New variable.
1035 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
1036 properties on this symbol, with lambda forms for values.
1037
1038 2007-06-15 Masatake YAMATO <jet@gyve.org>
1039
1040 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
1041
1042 * vc.el (vc-dired-hook): Check the backend returned from
1043 `vc-responsible-backend' can really handle `subdir'.
1044
1045 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * wid-edit.el (widget-add-documentation-string-button):
1048 Fix handling of documentation indent.
1049
1050 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
1051
1052 * mb-depth.el: New file.
1053
1054 2007-06-15 Masatake YAMATO <jet@gyve.org>
1055
1056 * vc.el (vc-dired-mode): Show backend name as part of mode name.
1057
1058 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * wid-edit.el (widget-default-create): Move ?h handling here...
1061 (widget-default-format-handler): ...from here.
1062 (widget-docstring, widget-add-documentation-string-button): New funs.
1063 (documentation-string): Add :visibility-widget property.
1064 (widget-documentation-string-value-create): Use it.
1065
1066 * cus-edit.el (custom-split-regexp-maybe): Simplify.
1067 (custom-buffer-create-internal): Simplify message.
1068 (custom-variable-tag): Reduce height to normal.
1069 (custom-variable-value-create, custom-face-value-create)
1070 (custom-visibility): New widget.
1071 (custom-visibility): New face.
1072 (custom-group-value-create):
1073 Call widget-add-documentation-string-button, using `custom-visibility'.
1074
1075 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-current-group)
1078 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
1079 change. Apparently the "warning even if the group is implicit" is
1080 a feature rather than a bug.
1081
1082 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
1083
1084 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
1085 Different advices for Emacs and XEmacs. Compile them conditionally.
1086 (viper-version): Belated version change.
1087
1088 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * follow.el (follow-all-followers, follow-generic-filter):
1091 * pcomplete.el (pcomplete-restore-windows):
1092 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
1093 (x-dnd-drop-data):
1094 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
1095 * progmodes/python.el (python-complete-symbol):
1096 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
1097
1098 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
1099
1100 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
1101 around bright and dim regexps. Make sure bright and dim matches
1102 use word anchors. Send text through rcirc-markup functions.
1103 (rcirc-url-regexp): Add single quote character.
1104 (rcirc-connect): Write logs to disk on auto-save-hook.
1105 Make server a non-optional argument.
1106 (rcirc-log-alist): New variable.
1107 (rcirc-log-directory): Make customizable.
1108 (rcirc-log-flag): New customizable variable.
1109 (rcirc-log): New function.
1110 (rcirc-print): Use above function.
1111 (rcirc-log-write): New function.
1112 (rcirc-generate-new-buffer-name): Strip text properties.
1113 (rcirc-switch-to-buffer-function): Remove variable.
1114 (rcirc-last-non-irc-buffer): Remove variable.
1115 (rcirc-non-irc-buffer): Add function.
1116 (rcirc-next-active-buffer): Use above function.
1117 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
1118 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
1119 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
1120 (rcirc-omit-mode): Add minor-mode.
1121 (rcirc-mode-map): Change C-c C-o binding.
1122 (rcirc-mode): Clear mode-line-process. Use a custom
1123 fill-paragraph-function. Set up buffer-invisibility-spec.
1124 (rcirc-response-formats): Remove timestamp code.
1125 (rcirc-omit-responses): Add variable.
1126 (rcirc-print): Don't put the overlay arrow on potentially omitted
1127 lines. Log line to disk. Record activity for private messages
1128 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
1129 (rcirc-jump-to-first-unread-line): Print message if there is no
1130 unread text.
1131 (rcirc-clear-unread): New function.
1132 (rcirc-markup-text-functions): Add variable.
1133 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
1134 (rcirc-debug): Don't mess with window configuration.
1135 (rcirc-send-message): Send message before printing locally.
1136 Add SILENT argument, do not print message if non-nil.
1137 (rcirc-visible-buffers): New function and variable.
1138 (rcirc-window-configuration-change-1): Add function.
1139 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
1140 server buffer.
1141 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
1142 (rcirc-fill-paragraph): Add function.
1143 (rcirc-record-activity, rcirc-window-configuration-change-1):
1144 Only update the activity string if it has actually changed.
1145 (rcirc-update-activity-string): Remove padding characters from the
1146 mode-line string.
1147 (rcirc-disconnect-buffer): New function to be called when a
1148 channel is parted or the user quits.
1149 (rcirc-server-name): Warn when the server-name hasn't been set.
1150 (rcirc-window-configuration-change): Postpone work until
1151 post-command-hook.
1152 (rcirc-window-configuration-change-1): Update mode-line and
1153 overlay arrows here.
1154 (rcirc-authenticate): Fixc hanserv identification.
1155 (rcirc-default-server): Remove variable.
1156 (rcirc): Connect according to rcirc-connections.
1157 (rcirc-connections): Add variable.
1158 (rcirc-startup-channels-alist): Remove variable.
1159 (rcirc-startup-channels): Remove function.
1160
1161 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1164
1165 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
1166
1167 * term/xterm.el (terminal-init-xterm): Escape parens in character
1168 constants.
1169
1170 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * progmodes/sh-script.el: Remove unneeded * from docstrings.
1173 Use [:alpha:] and [:alnum:] where applicable.
1174 (sh-quoted-subshell): Rewrite to correctly
1175 handle nested mixes of `...` and $(...).
1176 (sh-apply-quoted-subshell): Remove.
1177 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1178
1179 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
1180
1181 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
1182
1183 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1184 previous change.
1185
1186 2007-06-12 Tom Tromey <tromey@redhat.com>
1187
1188 * subr.el (user-emacs-directory): New defconst.
1189 * cmuscheme.el (scheme-start-file):
1190 * shell.el (shell):
1191 * completion.el (save-completions-file-name):
1192 * custom.el (custom-theme-directory):
1193 * term/x-win.el (emacs-session-filename):
1194 * filesets.el (filesets-menu-cache-file):
1195 * thumbs.el (thumbs-thumbsdir):
1196 * server.el (server-auth-dir):
1197 * image-dired.el (image-dired-dir):
1198 (image-dired-db-file):
1199 (image-dired-temp-image-file):
1200 (image-dired-gallery-dir):
1201 (image-dired-temp-rotate-image-file):
1202 * play/gamegrid.el (gamegrid-user-score-file-directory):
1203 * savehist.el (savehist-file):
1204 * tutorial.el (tutorial--saved-dir):
1205 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1206
1207 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1208
1209 * scroll-lock.el (scroll-lock-mode): Doc fix.
1210
1211 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
1212
1213 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1214
1215 * ediff-init.el: Doc strings.
1216
1217 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1220 (byte-compile-file): Bind it.
1221 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1222 group argument is provided implicitly.
1223 (byte-compile-format-warn, byte-compile-from-buffer)
1224 (byte-compile-insert-header): Don't hardcode point-min==1.
1225 (byte-compile-file-form-require): Remove unused var old-load-list.
1226 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1227
1228 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
1229
1230 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1231 Display error messages.
1232 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1233 Get rid of cl.el dependencies.
1234
1235 * emulation/viper-init.el (viper-suppress-input-method-change-message):
1236 New variable.
1237 (viper-activate-input-method-action)
1238 (viper-inactivate-input-method-action):
1239 Use viper-suppress-input-method-change-message.
1240
1241 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1242 for C-s, C-r.
1243
1244 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1245 Use viper-replace-overlay-cursor-color instead of
1246 viper-replace-overlay-cursor-color.
1247 (viper-sit-for-short): Use sit-for with 3 arguments.
1248
1249 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1250 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1251 to gud-mode.
1252
1253 * ediff-mult.el (ediff-meta-buffer-brief-message)
1254 (ediff-meta-buffer-verbose-message): New variables.
1255 (ediff-meta-buffer-message): Variable deleted.
1256 (ediff-verbose-help-enabled): New variable.
1257 (ediff-toggle-verbose-help-meta-buffer): New function.
1258 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1259 message options
1260
1261 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1262 (ediff-fixup-patch-map): Improve heuristic.
1263
1264 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1267 (log-view-font-lock-keywords): Simplify.
1268 (log-view-current-file, log-view-current-tag): Simplify.
1269
1270 2007-06-12 Sam Steingold <sds@gnu.org>
1271
1272 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1273
1274 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
1275
1276 * desktop.el (desktop-load-locked-desktop): New option.
1277 (desktop-read): Use it.
1278 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1279 Use `when'.
1280
1281 2007-06-12 Davis Herring <herring@lanl.gov>
1282
1283 * desktop.el (desktop-save-mode-off): New function.
1284 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1285 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1286 (desktop-claim-lock, desktop-release-lock): New functions.
1287 (desktop-kill): Tell `desktop-save' that this is the last save.
1288 Release the lock afterwards.
1289 (desktop-buffer-info): New function.
1290 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1291 says to. Detect conflicts, and manage the lock.
1292 (desktop-read): Detect conflicts. Manage the lock.
1293
1294 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1297
1298 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1299 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
1300 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1301 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1302 keysyms rather than byte sequences.
1303 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1304
1305 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1308 half-activated, forcefully activate it completely.
1309
1310 2007-06-11 Richard Stallman <rms@gnu.org>
1311
1312 * cus-edit.el (custom-variable-type): Doc fix.
1313
1314 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1317 (sh-font-lock-flush-syntax-ppss-cache): New functions.
1318 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1319 different possible cases for \'.
1320
1321 * complete.el (PC-bindings): Don't bind things already bound in the
1322 parent keymap.
1323
1324 * textmodes/bibtex-style.el: New file.
1325
1326 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
1327
1328 * vc-bzr.el: New file.
1329
1330 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * vc-svn.el (vc-svn-program): New var.
1333 (vc-svn-command): Use it.
1334
1335 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * server.el (server-switch-buffer): Remove redundant check.
1338
1339 2007-06-10 Martin Rudalics <rudalics@gmx.at>
1340
1341 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1342 Match against file-name-nondirectory.
1343 Fix text on user customization variables.
1344 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1345
1346 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1347
1348 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1349
1350 2007-06-09 Davis Herring <herring@lanl.gov>
1351
1352 * desktop.el (desktop-minor-mode-table): Doc fix.
1353
1354 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * textmodes/css-mode.el (css-navigation-syntax-table):
1357 Use set-char-table-range so it also works in the unicode branch.
1358
1359 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
1360
1361 * help-mode.el (help-xref-forward-stack)
1362 (help-xref-stack-forward-item, help-forward-label): New variables.
1363 (help-forward): New button type.
1364 (help-setup-xref): Initialise help-xref-forward-stack.
1365 (help-make-xrefs): Add forward button, if appropriate.
1366 (help-xref-go-back): Push item on forward stack.
1367 (help-xref-go-forward, help-go-forward): New functions.
1368
1369 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * dired.el (dired-mode-map): Remove spurious separator.
1372
1373 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1376
1377 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1378 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1379
1380 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
1381
1382 * textmodes/org.el: Version number fixed.
1383
1384 2007-06-07 Glenn Morris <rgm@gnu.org>
1385
1386 * version.el (emacs-copyright): New constant.
1387 * startup.el (fancy-splash-tail): Use emacs-copyright.
1388 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1389
1390 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1391 `make-local'.
1392 (byte-compile-warnings-safe-p): Add `make-local'.
1393 (byte-compile-make-variable-buffer-local):
1394 Allow byte-compile-warnings to suppress this warning.
1395
1396 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1397 format of "menu" description.
1398 (tutorial--find-changed-keys): Describe the specific menu a
1399 command is in.
1400
1401 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1402 Rewrite compatibility functions to silence byte-compiler.
1403
1404 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1405
1406 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1407 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1408
1409 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
1410
1411 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1412
1413 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1414
1415 * progmodes/ebrowse.el (ebrowse-member-table):
1416 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1417 (org-batch-agenda-csv): Fix typos in docstrings.
1418
1419 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1422 (sort-coding-systems, search-unencodable-char): Doc fixes.
1423 (coding-system-change-eol-conversion, set-default-coding-systems)
1424 (prefer-coding-system, find-multibyte-characters, princ-list)
1425 (leim-list-entry-regexp, set-input-method, locale-language-names)
1426 (input-method-exit-on-first-char, exit-language-environment-hook)
1427 (locale-charset-language-names): Fix typos in docstrings.
1428
1429 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * pgg.el (pgg-sign-region, pgg-sign):
1432 * ses.el (ses-call-printer):
1433 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1434 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1435
1436 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
1437
1438 * textmodes/org.el
1439 (org-export-region-as-html, org-replace-region-by-html)
1440 (org-number-to-letters, org-table-fedit-finish)
1441 (org-normalize-color, org-table-fedit-ref-right)
1442 (org-date-to-gregorian, org-table-fedit-move)
1443 (org-table-convert-refs-to-rc, org-calendar-holiday)
1444 (org-table-fedit-toggle-ref-type, org-write-agenda)
1445 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1446 (org-defkey, org-encode-for-stdout)
1447 (org-indent-line-function, org-export-as-html-to-buffer)
1448 (org-store-agenda-views, org-update-mode-line)
1449 (org-find-if, org-delete-all)
1450 (org-table-fedit-convert-buffer, org-emphasize)
1451 (org-uniquify, org-table-fedit-lisp-indent)
1452 (org-table-fedit-scroll, org-get-todo-sequence-head)
1453 (org-table-fedit-scroll-down, org-table-fedit-line-down)
1454 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1455 (org-table-fedit-toggle-coordinates, org-dvipng-color)
1456 (org-table-fedit-line-up, org-table-fedit-ref-down)
1457 (org-table-formula-from-user, org-mode-flyspell-verify)
1458 (org-cycle-show-empty-lines, org-ctrl-c-ret)
1459 (org-table-formula-to-user, org-diary-to-ical-string)
1460 (orgtbl-export, org-table-fedit-post-command)
1461 (org-closed-in-range, org-shiftcontrolright)
1462 (org-table-convert-refs-to-an, org-table-hline-and-move)
1463 (org-table-formula-less-p, org-format-table-ascii)
1464 (org-agenda-get-sexps, org-shift-refpart)
1465 (org-diary-sexp-entry, org-time-string-to-absolute)
1466 (org-table-show-reference, org-letters-to-number)
1467 (org-fix-agenda-info, org-table-fedit-ref-up)
1468 (org-table-fedit-shift-reference, org-table-fedit-abort)
1469 (org-closest-date, org-shiftcontrolleft)
1470 (org-at-heading-or-item-p, org-rematch-and-replace)
1471 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1472 New functions.
1473 (org-table-edit-scroll-down, org-finish-edit-formulas)
1474 (org-table-edit-next-field, org-abort-edit-formulas)
1475 (org-font-lock-level, org-export-find-first-heading-line)
1476 (org-table-edit-line-down, org-table-edit-backward-field)
1477 (org-edit-formula-lisp-indent, org-table-edit-move)
1478 (org-check-log-option, org-this-word)
1479 (org-table-edit-line-up, org-table-edit-formulas-post-command)
1480 (org-agenda-file-to-end, org-expand-file-name)
1481 (org-fake-empty-table-line, org-table-edit-scroll)
1482 (org-toggle-log-option, org-show-reference): Function removed.
1483 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1484 New defsubsts.
1485 (org-unmodified, org-batch-store-agenda-views)
1486 (org-batch-agenda-csv): New macro.
1487 (org-agenda-export): New customization group.
1488 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1489 (org-highest-priority, org-agenda-exporter-settings)
1490 (org-log-done-with-time, org-replace-disputed-keys)
1491 (org-format-latex-header, org-export-table-header-tags)
1492 (org-cycle-separator-lines, org-export-table-data-tags)
1493 (org-icalendar-include-sexps)
1494 (org-empty-line-terminates-plain-lists)
1495 (org-log-repeat, org-special-ctrl-a)
1496 (org-table-use-standard-references, org-disputed-keys)
1497 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1498 (org-agenda-export-html-style): New option.
1499 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1500 (org-CUA-compatible): Option removed.
1501 (org-agenda-structure, org-sexp-date): New face.
1502 (org-todo-keywords-for-agenda, org-not-done-keywords)
1503 (org-planning-or-clock-line-re, org-agenda-name)
1504 (org-table-colgroup-info, org-todo-sets)
1505 (constants-unit-system, org-clock-mode-line-entry)
1506 (org-mode-line-timer, org-table-current-begin-pos)
1507 (org-todo-keywords-1, org-mode-line-string)
1508 (org-table-clean-did-remove-column, org-table-fedit-map)
1509 (org-clock-heading, org-table-buffer-is-an)
1510 (org-agenda-info, org-done-keywords)
1511 (org-done-keywords-for-agenda, org-todo-heads)
1512 (org-todo-kwd-alist, org-clock-start-time): New variable.
1513 (org-todo-kwd-priority-p, org-edit-formulas-map)
1514 (org-repeat-re, org-todo-kwd-max-priority)
1515 (org-version, org-done-string)
1516 (org-table-clean-did-remove-column-1, org-disputed-keys):
1517 Remove variables.
1518 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1519 (org-ts-lengths): Constant removed.
1520 (org-follow-gnus-link): Don't ask how many articles to read.
1521 (org-export-find-first-export-line): Rename from
1522 `org-export-find-first-heading'.
1523 Use `org-export-skip-text-before-1st-heading'.
1524 (org-table-fedit-post-command): Rename from
1525 `org-table-edit-formulas-post-command'.
1526 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1527 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1528 (org-table-fedit-lisp-indent): Rename from
1529 `org-edit-formula-lisp-indent'.
1530 (org-table-show-reference): Rename from `org-show-reference'.
1531 (org-table-store-formulas): Use `org-table-formula-less-p'.
1532 (org-table-edit-formulas): Position cursor to current field equation.
1533 (org-update-checkbox-count, org-hide-archived-subtrees)
1534 (org-timestamp-up-day, org-timestamp-down-day)
1535 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1536 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1537 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1538 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1539 Let `org-on-heading-p' also check for invisible heading.
1540 (org-read-date): Match am/pm times.
1541 (org-eval-in-calendar): Fix default date in prompt.
1542
1543 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1546 "ChangeLog.a" entries, giving the latter lower priority.
1547
1548 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * faces.el (face-id): If the argument is a face alias,
1551 return the ID of the target face.
1552
1553 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * net/socks.el (top): Remove unnecessary copyright line.
1556
1557 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * longlines.el (longlines-auto-wrap): Handle argument correctly.
1560
1561 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
1562
1563 * net/socks.el: New file, taken from w3 repository.
1564 (top): Update Copyright. Don't load cl.el.
1565 (all): Replace `case' by `cond', `string-to-int' by
1566 `string-to-number', and `process-kill-without-query' by
1567 `set-process-query-on-exit-flag'.
1568 (socks-char-int): Remove defalias and all occurencies.
1569
1570 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1573 Fix typos in docstrings.
1574 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1575 (compilation-finish-function): Fix typo in obsolescence declaration.
1576
1577 2007-06-03 Sam Steingold <sds@gnu.org>
1578
1579 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1580 handle unending automatic recompilation of changed files (`omake -P').
1581 (compilation-loop): VISITED is now 5th CDR.
1582 (compilation-next-error-function): Set TIMESTAMP.
1583
1584 2007-06-03 Sam Steingold <sds@gnu.org>
1585
1586 * files.el (kill-buffer-ask): New function.
1587 (kill-some-buffers): Use it.
1588 (kill-matching-buffers): New user command.
1589
1590 2007-06-01 David Kastrup <dak@gnu.org>
1591
1592 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1593 Change default to `top'.
1594
1595 2007-05-31 Richard Stallman <rms@gnu.org>
1596
1597 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1598
1599 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * textmodes/css-mode.el: New file.
1602
1603 2007-05-30 Michael Olson <mwolson@gnu.org>
1604
1605 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1606 died and we are trying to send a signal to it. The program using
1607 tq.el should periodically check to see whether the process has
1608 died and react appropriately -- this is not the responsibility of
1609 tq.el, and is consistent with the rest of the tq.el source code.
1610
1611 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1612
1613 * textmodes/table.el (table--point-entered-cell-function)
1614 (table--point-left-cell-function):
1615 Bind `inhibit-point-motion-hooks' to t.
1616
1617 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1618
1619 * emacs-lisp/rx.el (rx): Doc fix.
1620
1621 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1624
1625 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
1626
1627 Sync with Tramp 2.0.56.
1628
1629 * net/tramp.el:
1630 * net/tramp-ftp.el:
1631 * net/tramp-smb.el:
1632 * net/tramp-util.el:
1633 * net/tramp-vc.el:
1634 Don't load cl.el, because that pollutes the namespace. Replace cl
1635 macros by their implementations where necessary. Requested by
1636 Richard Stallman <rms@gnu.org>.
1637
1638 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1639 doesn't exist.
1640 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1641 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1642 (tramp-file-name-p, tramp-file-name-multi-method)
1643 (tramp-file-name-method, tramp-file-name-user)
1644 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1645 replacing defstruct `tramp-file-name'.
1646 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1647 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1648 Apply `vector' instead of `make-tramp-file-name'.
1649 (tramp-handle-make-auto-save-file-name):
1650 Apply `tramp-temporary-file-directory' for compatibility reasons.
1651 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1652 because of XEmacs.
1653 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1654 started.
1655
1656 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1659
1660 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1661
1662 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1663 as the end of the ChangeLog paragraph when it ends without a line
1664 termination.
1665
1666 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
1667
1668 * net/webjump.el (webjump-sample-sites):
1669 Add simple Wikipedia query.
1670
1671 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1674 compatibility code.
1675
1676 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1677 (copyright-update-year): Use it.
1678
1679 * edmacro.el (edmacro-format-keys): Use current-active-maps.
1680
1681 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1682 Add indentation and debugging info. Fix up comment convention.
1683
1684 * cus-dep.el (custom-make-dependencies): Simplify.
1685
1686 * composite.el (compose-region, decompose-region):
1687 Use inhibit-read-only and restore-buffer-modified-p.
1688
1689 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1690 (xterm-mouse-event): Use it.
1691
1692 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1695 `switch-to-buffer' has returned succesfully.
1696 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1697 window is dedicated (it could iconify the frame).
1698
1699 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1700
1701 * vc-hooks.el (vc-find-root): Fix file attribute test.
1702
1703 2007-05-24 Richard Stallman <rms@gnu.org>
1704
1705 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1706 Don't let opoint be nil.
1707 (flyspell-emacs-popup): Explicit error if no dialogs.
1708
1709 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1712 (image-next-line, image-previous-line, image-scroll-up)
1713 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1714 New functions.
1715 (image-mode-map): Remap motion commands.
1716 (image-mode-text-map): New keymap for viewing images as text.
1717 (image-mode): Use image-mode-map.
1718 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1719
1720 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * textmodes/fill.el (canonically-space-region): Make the second arg
1723 a marker if it's not already the case.
1724
1725 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1726
1727 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1728 (tar-get-descriptor): Handle type 55, an extended pax header.
1729
1730 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1733 to confuse outline-minor-mode.
1734
1735 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1736
1737 * tar-mode.el (tar-file-name-handler): New function.
1738 (tar-extract): Bind file-name-handler-alist to it to force
1739 find-buffer-file-type-coding-system behave as if the file being
1740 extracted existed. Use last-coding-system-used to force
1741 buffer-file-coding-system to what decode-coding-region actually
1742 used to decode the file.
1743
1744 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1745
1746 * progmodes/compile.el (compilation-handle-exit):
1747 `compilation-finish-function' may change the current buffer.
1748
1749 2007-05-22 Richard Stallman <rms@gnu.org>
1750
1751 * files.el (set-auto-mode): Doc fix.
1752
1753 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1754
1755 * help-fns.el (find-source-lisp-file): New function.
1756 (describe-function-1): Use find-source-lisp-file to find source
1757 file in compile tree.
1758
1759 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1760
1761 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1762
1763 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * emacs-lisp/easy-mmode.el (define-minor-mode)
1766 (easy-mmode-define-navigation): Fix typos in docstrings.
1767
1768 2007-05-22 Glenn Morris <rgm@gnu.org>
1769
1770 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1771
1772 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
1773
1774 * mail/mail-extr.el (mail-extract-address-components):
1775 Recognize non-ASCII characters except for NBSP as words.
1776
1777 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1778
1779 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1780 (rcirc-print): Handle `window-width'.
1781 (rcirc-buffer-maximum-lines): Doc fix.
1782
1783 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * image-mode.el (image-toggle-display): Don't clear image cache.
1786 Only use filename in image spec if the file is readable.
1787 Call image-refresh.
1788
1789 * image.el (image-type-from-file-name, image-type): Simplify.
1790 (image-type-auto-detected-p): Don't scan auto-mode-alist.
1791
1792 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1793 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1794
1795 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1796
1797 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1798 is an error.
1799
1800 * term/linux.el (terminal-init-linux): Don't signal an error
1801 if gpm isn't running.
1802
1803 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1804
1805 * t-mouse.el: Reduce to a minor-mode macro call.
1806 (t-mouse-mode): Remove the lighter.
1807
1808 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1809
1810 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
1811
1812 * files.el (auto-mode-alist): Change the regexp so that
1813 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1814
1815 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1816
1817 * Version 22.1 released.
1818
1819 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1822 changes.
1823
1824 2007-05-19 Kevin Ryde <user42@zip.com.au>
1825
1826 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1827
1828 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1829
1830 * textmodes/sgml-mode.el: Revert last change.
1831
1832 2007-05-18 Richard Stallman <rms@gnu.org>
1833
1834 * simple.el (push-mark): Doc fix.
1835
1836 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1837
1838 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1839 tpu-global-map.
1840 (tpu-original-global-map): Variable deleted.
1841 (tpu-control-keys-map): New keymap variable.
1842 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1843 setting keymapping directly.
1844 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1845 tpu-global-map.
1846 (tpu-edt-on): Activate the tpu-global-map.
1847 (tpu-edt-off): Deactivate the tpu-global-map.
1848
1849 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1850
1851 * textmodes/ispell.el (ispell-get-word): Return markers
1852 for start and end positions.
1853 (ispell-word): Assume END is a marker.
1854
1855 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1856
1857 * printing.el: Group together all XEmacs/Emacs definitions.
1858 (pr-version): New version 6.9.
1859 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1860 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1861 (pr-menu-bind): Fix code.
1862 (pr-e-frame-char-height, pr-e-frame-char-width)
1863 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1864 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1865 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1866 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1867 (pr-x-event-y-pixel): Aliases eliminated.
1868 (pr-xemacs-global-menubar): Macro moved.
1869 (current-menubar, current-mouse-event, zmacs-region-stays)
1870 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1871 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1872 Vars moved.
1873 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1874 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1875 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1876 (pr-menu-set-utility-title, pr-even-or-odd-pages)
1877 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1878 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1879 moved.
1880
1881 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
1882
1883 * textmodes/sgml-mode.el (sgml-tag):
1884 Fix bug: Call sgml-transformation-function.
1885
1886 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1887
1888 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1889 modified flag of buffer. Use `inhibit-modification-hooks'.
1890
1891 2007-05-16 Richard Stallman <rms@gnu.org>
1892
1893 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1894
1895 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1898 Move the *ml, Postscript, and XmCD entries to the fallback part.
1899
1900 * files.el (magic-fallback-mode-alist):
1901 Rename from file-start-mode-alist.
1902
1903 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1904
1905 * progmodes/compile.el (compilation-handle-exit): Quote first
1906 argument of `run-hook-with-args'.
1907
1908 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * buff-menu.el (Buffer-menu-sort-column):
1911 * dabbrev.el (dabbrev-upcase-means-case-search):
1912 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1913 * info.el (Info-current-subfile):
1914 * ls-lisp.el (ls-lisp-verbosity):
1915 * msb.el (msb-menu-cond):
1916 * pcvs.el (cvs-dired-use-hook):
1917 * simple.el (set-mark-command-repeat-pop):
1918 * time.el (display-time-24hr-format, display-time-mail-file):
1919 Doc fixes.
1920
1921 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1922 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1923
1924 * view.el (view-inhibit-help-message): Fix typo in docstring.
1925 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1926
1927 2007-05-16 Martin Rudalics <rudalics@gmx.at>
1928
1929 * textmodes/ispell.el (ispell-start-process): Defend against bad
1930 default-directory.
1931
1932 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1933
1934 * mail/rmail.el (rmail-convert-to-babyl-format): Check
1935 content-transfer-encoding _last_, because it's its position that
1936 we need as value of base64-header-field-end.
1937
1938 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * files.el (mode-require-final-newline, require-final-newline)
1941 (enable-local-variables, enable-local-eval): Doc fixes.
1942
1943 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1944
1945 * ps-print.el: Use default color when foreground or background color
1946 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1947 (ps-print-version): New version 6.7.4.
1948 (ps-rgb-color): New argument. Use default color when color is
1949 unspecified.
1950 (ps-begin-job): Fix code.
1951
1952 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * longlines.el (longlines-mode): Make longlines-auto-wrap
1955 buffer-local. Add hooks unconditionally.
1956 (longlines-auto-wrap): Toggle wrapping.
1957 (longlines-after-change-function)
1958 (longlines-post-command-function): Check longlines-auto-wrap.
1959
1960 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
1961
1962 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1963 (xterm-mouse-translate): Use it.
1964
1965 2007-05-10 Richard Stallman <rms@gnu.org>
1966
1967 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1968 (iso-cvt-write-only): Likewise.
1969
1970 * emacs-lisp/easy-mmode.el (define-minor-mode):
1971 Fix generated doc string.
1972
1973 * startup.el (fancy-splash-text): Add URL of guided tour.
1974 Adjust horizontal and vertical whitespace.
1975
1976 * progmodes/compile.el (compilation-handle-exit):
1977 Use run-hook-with-args to run compilation-finish-functions.
1978
1979 * files.el (file-start-mode-alist): New variable.
1980 (magic-mode-regexp-match-limit): Doc fix.
1981 (set-auto-mode): Handle file-start-mode-alist.
1982 A little cleanup of structure.
1983
1984 * dabbrev.el (dabbrev-eliminate-newlines):
1985 Renamed from dabbrev--eliminate-newlines. All uses changed.
1986
1987 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1988
1989 * man.el (Man-next-section): Don't consider the last line of the page
1990 as being part of any section.
1991
1992 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1995 can take any number of values.
1996
1997 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
2000 to the list of citation commands.
2001
2002 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2005
2006 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2007
2008 * progmodes/python.el (python-font-lock-keywords)
2009 (python-open-block-statement-p, python-mode): Add support for the new
2010 "with" keyword.
2011
2012 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
2015 the exact opposite of diff-goto-source.
2016
2017 * emacs-lisp/advice.el (ad-special-forms): Remove.
2018 (ad-special-form-p): Use subr-arity.
2019
2020 * newcomment.el (comment-search-forward): Make sure we search forward.
2021 (comment-enter-backward): Try and distinguish the non-matching case at
2022 EOB from the non-matching case with a missing comment-end-skip for
2023 a 2-char comment ender.
2024 (comment-choose-indent): New function extracted from comment-indent.
2025 Improve the alignment algorithm.
2026 (comment-indent): Use it.
2027
2028 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
2029 XML style Processing Instructions.
2030 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
2031 (sgml-calculate-indent): Handle `pi' context.
2032
2033 * vc.el: Ensure that update-changelog issues an error when used with
2034 a backend that does not implement it.
2035 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
2036 Remove `backend' argument. Use expand-file-name.
2037 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2038
2039 * progmodes/python.el (python-end-of-block): Revert last change.
2040 (python-end-of-statement): Make sure we move *forward*.
2041
2042 2007-05-08 Richard Stallman <rms@gnu.org>
2043
2044 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2045 Don't include non-self-insert commands in the exception for `-'.
2046
2047 2007-05-08 David Reitter <david.reitter@gmail.com>
2048
2049 * progmodes/python.el (python-guess-indent): Check non-nullness
2050 before comparing indent against the 2..8 interval.
2051
2052 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2053
2054 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2055 available.
2056
2057 2007-05-06 Richard Stallman <rms@gnu.org>
2058
2059 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2060
2061 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
2064 rather than storing their value in the revert-buffer function.
2065
2066 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
2069 when disabling t-mouse-mode.
2070
2071 2007-05-01 Davis Herring <herring@lanl.gov>
2072
2073 * calendar/timeclock.el: Update version number.
2074 (timeclock-modeline-display): Mention timeclock-use-display-time
2075 in explanatory message.
2076 (timeclock-in): Fix non-interactive workday specifications.
2077 (timeclock-log): Don't kill the log buffer if it already existed.
2078 Suppress warnings when finding the log. Don't check for a nil
2079 project twice. Run hooks after killing the buffer (if applicable).
2080 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2081 was geometric). All uses changed.
2082 (timeclock-generate-report): Support prefix argument.
2083
2084 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2085
2086 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2087 disconnections.
2088
2089 2007-05-01 Romain Francoise <romain@orebokech.com>
2090
2091 * dired-x.el: Revert 2007-04-06 change.
2092
2093 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2094
2095 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2096
2097 2007-04-29 Richard Stallman <rms@gnu.org>
2098
2099 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2100
2101 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2104 than 1.
2105
2106 2007-04-28 Richard Stallman <rms@gnu.org>
2107
2108 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2109
2110 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
2111
2112 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2113 don't put stop on toolbar.
2114
2115 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2118
2119 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2120
2121 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2122 instead of $(lisp)/mh-e.
2123
2124 2007-04-28 Glenn Morris <rgm@gnu.org>
2125
2126 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2127 (image-dired-cmd-create-temp-image-options): Replace option
2128 +profile "*" with -strip.
2129
2130 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2133 Use window-start and window-end.
2134
2135 2007-04-27 Andreas Schwab <schwab@suse.de>
2136
2137 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2138
2139 2007-04-27 Eli Zaretskii <eliz@gnu.org>
2140
2141 * textmodes/fill.el (fill-paragraph): Doc fix.
2142
2143 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2144
2145 * locate.el (locate-in-alternate-database): Doc fix.
2146
2147 2007-04-26 Glenn Morris <rgm@gnu.org>
2148
2149 * button.el (button): Use underline if supported, else fall back
2150 to color.
2151
2152 * version.el (emacs-version): Increase to 22.1.50.
2153
2154 2007-04-25 Richard Stallman <rms@gnu.org>
2155
2156 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2157
2158 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2159
2160 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2161 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2162 pushing mark.
2163 (idlwave-current-routine): Don't push mark.
2164
2165 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2166
2167 * image-dired.el (image-dired-display-image): Derive image-type from
2168 filename rather than assuming jpeg, in case no resizing was needed.
2169
2170 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2171
2172 * custom.el (defface): Doc fix.
2173
2174 See ChangeLog.12 for earlier changes.
2175
2176 ;; Local Variables:
2177 ;; coding: iso-2022-7bit
2178 ;; add-log-time-zone-rule: t
2179 ;; End:
2180
2181 Copyright (C) 2007 Free Software Foundation, Inc.
2182
2183 This file is part of GNU Emacs.
2184
2185 GNU Emacs is free software; you can redistribute it and/or modify
2186 it under the terms of the GNU General Public License as published by
2187 the Free Software Foundation; either version 2, or (at your option)
2188 any later version.
2189
2190 GNU Emacs is distributed in the hope that it will be useful,
2191 but WITHOUT ANY WARRANTY; without even the implied warranty of
2192 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2193 GNU General Public License for more details.
2194
2195 You should have received a copy of the GNU General Public License
2196 along with GNU Emacs; see the file COPYING. If not, write to the
2197 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2198 Boston, MA 02110-1301, USA.
2199
2200 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af