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