]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4 (bs-mode): Set mode-class property to special.
5
6 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * diff-mode.el (diff-auto-refine): New var.
9 (diff-hunk): Use it.
10 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
11 (diff-refine-change): Rename from diff-fine-change. Change it.
12 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
13 (diff-refine-hunk): Rename from diff-fine-highlight.
14
15 2007-10-20 John Paul Wallington <jpw@pobox.com>
16
17 * help-fns.el (describe-variable-custom-version-info): New function
18 to return variable's version or package version note.
19 (describe-variable): Use it, display result.
20
21 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * smerge-mode.el (smerge-auto-refine): New var.
24 (smerge-next, smerge-prev): Use it.
25 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
26
27 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
28 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
29
30 * vc-bzr.el (vc-bzr-diff-tree):
31 * vc-git.el (vc-git-diff-tree):
32 * vc-hg.el (vc-hg-diff-tree):
33 * vc-mcvs.el (vc-mcvs-diff-tree):
34 * vc-mtn.el (vc-mtn-diff-tree):
35 * vc-svn.el (vc-svn-diff-tree): Remove.
36
37 * vc-mtn.el (vc-mtn-revision-completion-table):
38 * vc-cvs.el (vc-cvs-revision-completion-table):
39 * vc-arch.el (vc-arch-revision-completion-table):
40 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
41 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
42 Make it work when the arg is a list of files.
43
44 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
47 Also `revision-completion-table' now takes a list of files.
48 (vc-deduce-fileset): Remove unused var `regexp'.
49 Only obey allow-directory-wildcard in dired buffers.
50 (vc-default-diff-tree): Remove.
51 (vc-diff-added-files): New var.
52 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
53 (vc-version-diff): Revert from `vc-history-diff' to the original name.
54 Remove the `backend' arg.
55 (vc-contains-version-controlled-file): Remove.
56 (vc-diff): Bring it closer to the version in Emacs-22.
57 (vc-revert): Fix typo in let-binding.
58 (vc-default-unregister): Remove.
59 (vc-dired-buffers-for-dir): Remove N^2 behavior.
60
61 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
62
63 * textmodes/two-column.el (2C-split, 2C-merge):
64 * textmodes/bib-mode.el (bib-find-key, mark-bib):
65 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
66 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
67 * progmodes/ada-xref.el (ada-get-all-references):
68 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
69 * emulation/vi.el (vi-previous-line-first-nonwhite)
70 (vi-effective-range, vi-put-before):
71 * emulation/edt.el (edt-next-line, edt-previous-line)
72 (edt-paragraph-forward): Use forward-line.
73
74 * progmodes/etags.el (tags-apropos): Require apropos at compile
75 time too.
76
77 * progmodes/prolog.el: Require comint when compiling.
78 (inferior-prolog-flavor): Move defvar before use.
79
80 2007-10-19 Richard Stallman <rms@gnu.org>
81
82 * font-core.el (turn-on-font-lock-if-desired):
83 Rename from `turn-on-font-lock-if-enabled'.
84 Fully obey `font-lock-global-modes'.
85
86 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
89 which will not affect the behavior of things like forward-word.
90 (diff-fine-highlight): Preserve point.
91
92 * doc-view.el (doc-view-mode-map): Use remapping.
93 Don't rebind C-v, M-v to their default value.
94 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
95
96 * smerge-mode.el: Add word-granularity refinement.
97 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
98 (smerge-refine-weight-hack): New vars.
99 (smerge-refine-forward): New fun.
100 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
101 (smerge-refine-subst): Use them as well. Preserve point.
102
103 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
104
105 * follow.el (follow-unload-function): New function.
106
107 * loadhist.el (unload-function-features-list):
108 Rename from `unload-hook-features-list'.
109 (unload-hook-features-list): Add as obsolete alias.
110 (unload-feature): Use `unload-function-features-list'
111 and new FEATURE-unload-function.
112
113 2007-10-19 Glenn Morris <rgm@gnu.org>
114
115 * bindings.el (mouse-minor-mode-menu)
116 (minor-mode-menu-from-indicator): Move to mouse.el.
117 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
118 Move here from bindings.el.
119
120 2007-10-19 Richard Stallman <rms@gnu.org>
121
122 * help-fns.el (describe-function-1): Don't use the advice origname
123 if it has no function definition.
124
125 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
126
127 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
128 Use `save-restriction' rather than `widen'.
129
130 2007-10-18 Richard Stallman <rms@gnu.org>
131
132 * time.el (display-time-world-time-format): Display day # not month #.
133
134 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
135
136 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
137
138 * doc-view.el: Remove version keyword.
139 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
140 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
141 (doc-view-ghostscript-options): Improve custom type.
142 (doc-view-cache-directory, doc-view-conversion-buffer)
143 (doc-view-conversion-refresh-interval): Simplify custom type.
144
145 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
146
147 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
148 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
149 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
150 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
151 Remove superfluous messages.
152 (doc-view-mode-map): Use the image-mode scrolling commands.
153 Don't rebind C-x k.
154
155 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
156
157 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
158 Add comment about "-dSAFER".
159
160 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * term/xterm.el: Don't require xt-mouse.
163 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
164 calling turn-on-xterm-mouse-tracking-on-terminal directly.
165
166 * xt-mouse.el: Don't change the global function-key-map anny more.
167 (xterm-mouse-mode): Use terminal-init-xterm-hook.
168 Don't use after-make-frame-functions now that term/xterm.el calls
169 us directly.
170 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
171 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
172 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
173 Setup input-decode-map and remember that xterm-mouse-mode was
174 enabled in this terminal.
175 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
176 terminals where it has been enabled.
177
178 * faces.el (tty-create-frame-with-faces): Make sure not only
179 tty-run-terminal-initialization but also set-locale-environment
180 are run only once per terminal.
181 (tty-run-terminal-initialization): Don't check if the terminal was
182 already initted.
183
184 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
185 not to remove keymaps that just happen to inherit from one of ours.
186 When setting up our keymap, make sure it won't be accidentally
187 modified by someone else.
188
189 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
190
191 * textmodes/artist.el (artist-previous-line, artist-next-line):
192 * dired.el (dired-next-line, dired-previous-line):
193 * progmodes/delphi.el (delphi-newline):
194 * textmodes/org.el (org-columns-eval):
195 Use forward-line.
196
197 * emerge.el (emerge-setup): Use insert-buffer-substring.
198 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
199
200 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
201
202 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
203 (adaptive-fill-function): Doc fix. Remove * from docstring.
204
205 2007-10-18 Tom Horsley <tom.horsley@att.net>
206
207 * simple.el (interprogram-paste-function): Doc fix.
208 (current-kill): Accept list of strings as well
209 as single string from `interprogram-paste-function'.
210
211 2007-10-18 Glenn Morris <rgm@gnu.org>
212
213 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
214
215 2007-10-18 Drew Adams <drew.adams@oracle.com>
216
217 * bindings.el (mode-line-minor-mode-keymap):
218 Add mouse-minor-mode-menu on mouse-1.
219 (mode-line-modes): Add mouse-1 to help-echo text.
220 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
221 New functions.
222 (mode-line-minor-mode-help): Doc fix.
223
224 2007-10-17 Juri Linkov <juri@jurta.org>
225
226 * textmodes/fill.el (fill-paragraph-or-region): Remove function
227 at the request of RMS.
228 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
229 arg `region'. Fix docstring. At the first `or' branch add call to
230 `fill-region' if it the region is active in transient-mark-mode.
231
232 * bindings.el (esc-map): Bind M-q to fill-paragraph
233 instead of fill-paragraph-or-region.
234
235 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
236 with fill-paragraph.
237
238 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
239 Fix docstring.
240
241 * indent.el (indent-for-tab-command): Change interactive spec from
242 "P" to "p". Add check for interactive arg before indenting the
243 active region.
244
245 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
246 Regroup.
247
248 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
249
250 * emacs-lisp/find-func.el: Don't require loadhist.
251
252 * loadhist.el (feature-symbols, file-provides, file-requires)
253 (file-set-intersect, file-dependents): Simplify.
254 (unload-feature-special-hooks): Update list of special hooks.
255
256 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
257
258 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
259 extensions since they can be viewed with doc-view.
260
261 * files.el (auto-mode-alist): Make doc-view-mode the default mode
262 for pdf, ps and dvi files.
263
264 * doc-view.el: Make doc-view-mode the standard mode for viewing
265 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
266 text and image display. Add binding C-c C-e to switch to an
267 editing mode.
268 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
269 avoid security problems when rendering files from untrusted sources.
270
271 2007-10-17 Aaron Hawley <aaronh@garden.org>
272
273 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
274 position is not saved.
275
276 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
277
278 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
279 (doc-view-ghostscript-options): Fix typo in doc string.
280
281 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
284 handling, so compilation-fake-loc works again.
285
286 * server.el (server-select-display): Nop if we do not support m-f-o-d.
287 (server-process-filter): Revert last change.
288
289 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
290 behavior unrelated to filesets.
291
292 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
293
294 * longlines.el (longlines-wrap-follows-window-size): Integer value
295 specifies wrapping margin.
296 (longlines-mode, longlines-window-change-function):
297 Set window-specific wrapping margin based on the above.
298
299 2007-10-17 John Wiegley <johnw@newartisans.com>
300
301 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
302
303 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
304
305 * server.el (server-process-filter): Only set display if X11 is
306 supported.
307
308 2007-10-17 Glenn Morris <rgm@gnu.org>
309
310 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
311 Tweak regexp to avoid stack overflow.
312
313 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * simple.el (reindent-then-newline-and-indent): Don't assume that
316 indent-according-to-mode preserves point.
317
318 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
319
320 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
321 (bs--nth-wrapper): Simplify.
322 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
323 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
324 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
325 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
326 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
327 (bs-configurations, bs-default-configuration)
328 (bs-alternative-configuration, bs-cycle-configuration-name)
329 (bs-string-show-always, bs-string-show-never, bs-string-current)
330 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
331 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
332 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
333 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
334 (bs--window-config-coming-from): Revert 2006-11-09 change.
335 (bs--restore-window-config): Keep the selected frame.
336 (bs--track-window-changes, bs--remove-hooks): New functions.
337 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
338 (bs--create-header): Remove.
339 (bs--create-header-line): New function, based on `bs--create-header'.
340 (bs--show-header): Use `bs--create-header-line'.
341 (bs--show-with-configuration): Revert 2006-11-09 change.
342 Don't reuse window unless it is visible on the selected frame.
343 Restore window configuration (possibly in a different frame)
344 before creating any window.
345
346 2007-10-16 Glenn Morris <rgm@gnu.org>
347
348 * simple.el (blink-matching-open): Don't report false errors with
349 the `$' syntax class.
350
351 2007-10-16 Richard Stallman <rms@gnu.org>
352
353 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
354 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
355 (ad-is-advised, ad-get-advice-info-field)
356 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
357
358 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * vc-hooks.el (vc-workfile-version): Compatibility alias.
361 (vc-default-working-revision): Compatibility for backends.
362
363 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
364
365 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
366 (filesets-ormap, filesets-sort-case-sensitive-flag)
367 (filesets-remake-shortcut, filesets-ingroup-collect-files):
368 Fix typos in docstrings.
369 (filesets-conditional-sort, filesets-find-or-display-file)
370 (filesets-data-get-name, filesets-data-get-data)
371 (filesets-data-set, filesets-cmd-query-replace-getargs)
372 (filesets-ingroup-collect): Doc fixes.
373
374 2007-10-15 Sam Steingold <sds@gnu.org>
375
376 * mail/sendmail.el (sendmail-error-reporting-interactive)
377 (sendmail-error-reporting-non-interactive): New variables for
378 sendmail error reporting options to simplify support for imperfect
379 sendmail emulators.
380 (sendmail-send-it): Use them instead of list literals.
381
382 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
383
384 * help-fns.el: Revert previous change; it creates a
385 dependency loop between advice.el and help-fns.el.
386
387 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
388
389 * help-fns.el: Require advice when compiling.
390
391 2007-10-14 Drew Adams <drew.adams@oracle.com>
392
393 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
394 (ring-insert+extend, ring-remove+insert+extend, ring-member)
395 (ring-next, ring-previous): New functions.
396
397 2007-10-14 Richard Stallman <rms@gnu.org>
398
399 * emacs-lisp/advice.el (documentation): Advice deleted.
400 Doc for advised functions is now handled at C level.
401 This is now handled at C level.
402 (ad-stop-advice, ad-start-advice): Don't enable or disable
403 advice for `documentation'.
404 (ad-advised-definition-docstring-regexp): Var deleted.
405 (ad-make-advised-definition-docstring): Store orig name
406 as text property of string.
407 (ad-advised-definition-p): Check for text property of docstring.
408
409 * help-fns.el (describe-function-1): Find source of advised functions.
410
411 2007-10-14 Juri Linkov <juri@jurta.org>
412
413 * faces.el (describe-face): Allow handling a string as the face name.
414
415 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
416 active region in transient-mark-mode.
417 (ispell-region): Change messages displayed at the start and end of
418 the spell-checking to be the same.
419
420 * startup.el (fancy-startup-tail): Say exactly what does the button
421 dismiss ("Dismiss this startup screen"). Use text "Never show
422 it again" for the checkbox after this button.
423 (fancy-startup-screen, fancy-about-screen): Put point before the
424 first link, so the user can quickly select links with the keyboard.
425 (normal-mouse-startup-screen): Add more useful text describing how
426 to follow a link.
427
428 2007-10-14 Glenn Morris <rgm@gnu.org>
429
430 * progmodes/etags.el (select-tags-table): Disable undo in the
431 `*Tags Table List*' buffer.
432
433 2007-10-13 Eli Zaretskii <eliz@gnu.org>
434
435 * dired.el (dired-warn-writable): New face.
436 (dired-warn-writable-face): New variable.
437 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
438 of dired-warning-face, for group- and world-writable files.
439
440 2007-10-13 Richard Stallman <rms@gnu.org>
441
442 * files.el (directory-abbrev-alist): Doc fix.
443
444 2007-10-13 Jari Aalto <jari.aalto@cante.net>
445
446 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
447
448 2007-10-12 Martin Rudalics <rudalics@gmx.at>
449
450 * frame.el (set-frame-configuration): Assign name parameter only
451 if it has been set explicitly before.
452
453 2007-10-11 Tom Tromey <tromey@redhat.com>
454
455 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
456 frame is visible.
457
458 2007-10-10 Richard Stallman <rms@gnu.org>
459
460 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
461 in *Backtrace*.
462
463 * faces.el (face-font-selection-order): Doc fix.
464
465 * loadhist.el (unload-feature): Doc fix.
466
467 2007-10-13 Glenn Morris <rgm@gnu.org>
468
469 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
470 (octave-re-search-forward-kw, octave-re-search-backward-kw):
471 Add doc string, and an explicit COUNT argument.
472 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
473 `inc' to search functions.
474
475 * faces.el (face-spec-set): When FRAME is nil, set the default for
476 new frames (restores pre-2007-09-17 behavior). Doc fix.
477
478 2007-10-13 John W. Eaton <jwe@octave.org>
479
480 * progmodes/octave-mod.el (octave-looking-at-kw)
481 (octave-re-search-forward-kw, octave-re-search-backward-kw):
482 New functions.
483 (octave-in-defun-p, calculate-octave-indent)
484 (octave-blink-matching-block-open, octave-beginning-of-defun)
485 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
486 to search for regexps that contain case-sensitive keywords.
487 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
488 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
489
490 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
491
492 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
493 Do not use a single clause cond.
494
495 * cus-start.el (all): Use test that does not match the X11 version
496 for mac.
497
498 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
499
500 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
501 BROWSE buffer.
502
503 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
504
505 * cus-start.el (all): Undo previous change.
506
507 2007-10-13 Glenn Morris <rgm@gnu.org>
508
509 * woman.el (woman0-rename): Fix paren typo.
510
511 * mail/feedmail.el (feedmail-run-the-queue)
512 (feedmail-look-at-queue-directory):
513 * mail/reporter.el (reporter-dump-state):
514 * net/eudc-hotlist.el (eudc-edit-hotlist):
515 * net/eudc.el (eudc-display-records)
516 (eudc-filter-duplicate-attributes)
517 (eudc-distribute-field-on-records, eudc-query-form)
518 (eudc-process-form):
519 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
520 (eudc-bbdb-query-internal):
521 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
522 * net/socks.el (socks-build-auth-list):
523 * progmodes/cc-cmds.el (top level):
524 * progmodes/cc-styles.el (c-make-styles-buffer-local)
525 (c-set-style):
526 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
527 (cperl-write-tags, cperl-tags-treeify):
528 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
529 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
530 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
531 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
532 (idlwave-toolbar-remove-everywhere):
533 * progmodes/idlwave.el (idlwave-indent-line)
534 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
535 (idlwave-write-paths, idlwave-all-method-classes)
536 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
537 (idlwave-fix-keywords, idlwave-display-calling-sequence)
538 (idlwave-complete-in-buffer):
539 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
540 (org-fast-tag-selection):
541 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
542 than mapcar.
543
544 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
545
546 * diff-mode.el (diff-fine-change): Add :group.
547
548 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
549
550 * cus-start.el (all): Use the same test as the 22.2 branch.
551
552 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * diff-mode.el (diff-current-defun): Force recomputation of
555 change-log-default-name.
556
557 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
558
559 * startup.el (fancy-startup-screen): Remove an unnecessary newline
560 and some leftover logic regarding dedicated frames. If showing
561 concise startup screen, fit window to buffer.
562 (command-line-1): If we will be using the splash screen, use
563 find-file instead of find-file-other-window to find additional files.
564 Comment out unused code for coping with the old sit-for behavior.
565
566 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
569 `meta' modifier consistently, rather than using sometimes meta
570 sometimes alt.
571
572 2007-10-12 Martin Rudalics <rudalics@gmx.at>
573
574 * window.el (handle-select-window): Revert part of 2007-10-08
575 change setting the input focus.
576
577 2007-10-12 Glenn Morris <rgm@gnu.org>
578
579 * startup.el (command-line): Do not read abbrev file in batch mode.
580
581 * emacs-lisp/byte-opt.el (top level):
582 * mail/rmail.el (rmail-list-to-menu):
583 * obsolete/hilit19.el (hilit-mode):
584 * progmodes/cc-mode.el (c-postprocess-file-styles)
585 (c-submit-bug-report):
586 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
587 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
588 (reftex-access-parse-file):
589 * textmodes/reftex-cite.el (reftex-do-citation)
590 (reftex-insert-bib-matches):
591 * textmodes/reftex-ref.el (reftex-offer-label-menu):
592 * textmodes/reftex-sel.el (reftex-select-unmark):
593 * textmodes/reftex-toc.el (reftex-toc-do-promote):
594 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
595
596 * cus-edit.el (custom-variable-menu, custom-face-menu)
597 (custom-group-menu): Check init-file-user rather than
598 user-init-file, in case cus-edit is loaded by site-run-file.
599
600 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
601
602 * vc.el (vc-deduce-fileset): Delete unused code.
603 (vc-next-action): Fix typos.
604
605 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
606
607 * bs.el (bs--mark-unmark): New function.
608 (bs-mark-current, bs-unmark-current): Use it.
609
610 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
611
612 * vc.el (vc-diff):
613 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
614 emporarily disable the check for his edge case of
615 vc-diff (stopping it from grinding when callerd from $HOME), as
616 it's calling some brittle code in vc-hooks.el.
617 (with-vc-properties): Fix evaluation time of a macro argument.
618 * ediff-vers.el (ediff-vc-internal):
619 * vc-hooks.el:
620 * loaddefs.el: Follow up on VC terminology change.
621
622 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
623
624 * follow.el (follow-stop-intercept-process-output):
625 Use `follow-call-process-filter' rather than `process-filter'.
626 Simplify.
627
628 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
629
630 * vc.el: Address an edge case in vc-diff pointed out by
631 Juanma Barranquero. This is an experimental fix and may change.
632
633 * vc-hooks.el (vc-registered): Robustify this function a bit
634 against filenames with no directory component.
635
636 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * international/characters.el: Undo unwanted and unexplained change.
639
640 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
641
642 * ps-print.el: Fix the usage of :foreground and :background face
643 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
644 (ps-print-version): New version 6.7.6.
645 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
646 Fix code.
647 (ps-face-foreground-color-p, ps-face-background-color-p)
648 (ps-face-color-p): New inline funs.
649
650 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
651
652 * org.el (org-additional-option-like-keywords): New constant.
653 (org-complete): Use `org-additional-option-like-keywords'.
654 (org-parse-local-options): New function.
655
656 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
657
658 * org.el (org-in-clocktable-p): New function.
659 (org-clock-report): Only update the table at point, or insert a
660 new one.
661 (org-clock-goto): New function.
662 (org-open-file): Use `start-process-shell-command' instead of
663 `shell-command' with an ampersand.
664 (org-deadline, org-schedule): New argument REMOVE to remove the
665 date from the entry.
666 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
667 argument to `org-schedule' and `org-deadline'.
668 (org-trim): Use the correct expressions for beginning and end of
669 the string.
670 (org-get-cleaned-entry): Trim the string before returning it.
671 (org-clock-find-position): New function.
672 (org-clock-into-drawer): New option.
673 (org-agenda-tags-column): Rename from
674 `org-agenda-align-tags-to-column'.
675 (org-agenda-align-tags): Allow negative values for
676 `org-agenda-tags-column'.
677 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
678 (org-agenda-to-appt): New optional argument FILTER.
679 (org-completion-fallback-command): New variable.
680 (org-complete): Use `org-completion-fallback-command'.
681 (org-find-base-buffer-visiting): Catch the case that there is no
682 buffer visiting the file.
683 (org-property-or-variable-value): New function.
684 (org-todo): Use `org-property-or-variable-value'
685 (org-agenda-compact-blocks): New option.
686 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
687 (org-agenda-schedule, org-agenda-deadline):
688 Call `org-agenda-show-new-time'.
689 (org-agenda-show-new-time): New argument PREFIX.
690 (org-colgroup-info-to-vline-list): Fix but that cause a
691 shift in the vertical lines.
692 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
693 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
694 (org-indent-item): No arg in call to `org-fix-bullet-type'.
695 (org-fix-bullet-type): Remove argument.
696 (org-read-date): Check for am/pm twice, to catch the end time.
697 (org-goto-map): Use `suppress-keymap'.
698 (org-remember-apply-template): Respect the dynamically scoped
699 selection character.
700
701 * org.texi (Appointment reminders): New section.
702
703 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
704
705 * org-export-latex.el (org-export-latex-protect-string):
706 Renaming of `org-latex-protect'.
707 (org-export-latex-emphasis-alist): By default, don't protect
708 any emphasis formatter from further conversion.
709 (org-export-latex-tables): Honor column grouping for tables.
710 (org-export-latex-title-command): New option.
711 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
712 export backslash character.
713
714 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * frame.el (frame-inherited-parameters): Remove unused `environment'
717 parameter, and let server.el add `client' when needed.
718
719 * server.el (server-create-tty-frame)
720 (server-create-window-system-frame): Set frame-inherited-parameters.
721
722 * frame.el (frame-inherited-parameters): New var.
723 (make-frame): Use it.
724
725 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
726
727 * env.el (let-environment): Remove. Unused.
728 (read-envvar-name): Simplify.
729 (setenv): Remove unused arg `frame'.
730
731 * help-fns.el (describe-variable): Add missing " " for multiline
732 obsolescence info and missing EOL after global value.
733
734 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
735
736 * add-log.el:
737 * ediff-vers.el:
738 * log-view.el:
739 * pcvs.el:
740 * vc-arch.el:
741 * vc-bzr.el:
742 * vc-cvs.el:
743 * vc.el:
744 * vc-git.el:
745 * vc-hg.el:
746 * vc-hooks.el:
747 * vc-mcvs.el:
748 * vc-mtn.el:
749 * vc-rcs.el:
750 * vc-sccs.el:
751 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
752 {find,init,next,previous,annotate-*,log}-version ->
753 {find,init,next,previous,annotate-*,log}-revision,
754 annotate-focus-version -> annotate-working-revision, The term
755 'focus' is gone. The term 'revision' is now used consistently
756 everywhere that reference to a revision ID is intended, replacing
757 older use of 'version'.
758
759 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
760
761 * follow.el: Change all instances of "Follow Mode" to "Follow
762 mode" in docstrings and messages.
763 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
764
765 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
766
767 * vc.el (vc-next-action): Rewrite completely; this principal
768 entry point now operates on a current fileset selected either
769 explicitly via VC-Dired or implicitly by visiting a file buffer,
770 rather than always operating on the file of the current buffer as
771 in older versions. Rewrite the rest of the mode to match.
772 (with-vc-properties): Rewrite to operate on a file list.
773 (with-vc-file): vc-checkin takes a file list argument now.
774 (vc-post-command-functions): This hook now receives a file list.
775 (vc-do-command): Take a either a file or a file list as argument.
776 (vc-deduce-fileset): New function for deducing a file list to
777 operate on.
778 (vc-next-action-on-file, vc-next-action-dired): Remove.
779 Merge into vc-next-action.
780 (vc-register): Adapt to the fact that vc-start-entry now takes a
781 file list.
782 (vc-register-with): New function.
783 (vc-start-entry): Take a file list argument rather than a
784 file argument.
785 (vc-checkout): Cope with vc-start-entry taking a file list.
786 (vc-steal-lock): Cope with with-vc-properties taking a
787 file list.
788 (vc-checkin): Take a file list argument rather than a file argument.
789 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
790 (vc-diff-internal): Rewrite for filesets.
791 (vc-diff-sentinel): New function, tests whether changes were
792 written into a diff buffer.
793 (vc-diff): Rewrite for filesets.
794 (vc-version-diff): Rewrite for filesets.
795 (vc-print-log): Take a fileset argument.
796 (vc-revert): Revert the entire selected fileset, not just the
797 current buffer.
798 (vc-rollback): Roll back the entire selected fileset, if
799 possible. No longer accepts a prefix argument.
800 (vc-update): Merge new changes for the entire selected
801 fileset, not just the current buffer.
802 (vc-revert-file): Cope with with-vc-properties taking a file list.
803 (vc-default-dired-state-info): Add + status suffix if the file is
804 modified.
805 (vc-annotate-warp-version): Use the new diff machinery.
806 (vc-log-edit): Take a file list argument rather than a file argument.
807
808 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
809
810 Sync with Tramp 2.1.11.
811
812 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
813 Pacify byte compiler.
814
815 * net/trampver.el: Update release number.
816
817 2007-10-09 Richard Stallman <rms@gnu.org>
818
819 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
820
821 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
822
823 * follow.el: Require easymenu.
824 (follow-mode-hook, follow-mode): Doc fixes.
825 (follow-mode-off-hook): Mark as obsolete.
826
827 2007-10-08 Martin Rudalics <rudalics@gmx.at>
828
829 * window.el (mouse-autoselect-window-cancel): Don't cancel for
830 select-window or select-frame events.
831 (handle-select-window): When autoselecting window set input
832 focus. Restructure.
833
834 * frame.el (focus-follows-mouse): Move to frame.c.
835 * cus-start.el (all): Add focus-follows-mouse.
836
837 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
838
839 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
840 activate font-locking in the *buffer-selection* buffer.
841 (bs-show-sorted): Doc fix.
842
843 * bs.el (bs--get-marked-string, bs--get-modified-string)
844 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
845 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
846 (bs--format-aux): Doc fix.
847
848 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
849
850 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
851
852 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
853
854 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
855 (gud-gdb): New function for old M-x gdb (text command mode).
856 (gud-gdb-command-name, gdb): Move to...
857
858 * progmodes/gdb-ui.el: ...here and adapt doc string.
859 (gud-gdba-command-name, gdba): Delete.
860
861 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
862
863 * bs.el: Don't defvar `font-lock-verbose'.
864 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
865 (bs--get-file-name): Fix typos in docstrings.
866 (bs--show-header): Use `dolist' instead of `mapcar'.
867 (bs-mode): Set `show-trailing-whitespace' to nil.
868 (bs-buffer-sort-function, bs-mouse-select-other-frame)
869 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
870 Doc fixes.
871
872 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
873
874 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
875
876 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
877
878 * progmodes/gud.el (gdb): Make graphical mode the default and
879 switch to text command mode if appropriate, i.e., reverse previous
880 arrangement.
881 (gud-gdb-marker-filter): Adapt for above change.
882
883 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
884 gud-minor-mode and gud-marker-filter.
885 (gdb-fullname-regexp): New variable.
886 (gud-gdba-marker-filter): Use it to switch to text command
887 mode if appropriate.
888
889 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
890
891 * progmodes/gud.el (gud-display-line): Find source buffer even when
892 GUD buffer has its own frame.
893
894 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
895
896 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
897
898 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
899
900 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
901
902 2007-10-08 Martin Rudalics <rudalics@gmx.at>
903
904 * allout.el (allout-before-change-handler): Replace got-char by
905 goto-char.
906
907 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
910 Used to try and automatically enabled smerge-mode in the presence of
911 conflicts and to call `svn resolved' when the conflicts are gone.
912 (vc-svn-parse-status): Remember the svn-specific status.
913
914 2007-10-08 Eli Zaretskii <eliz@gnu.org>
915
916 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
917 menu-bar-apropos-menu. All users changed.
918 (menu-bar-help-menu): Change menu symbols to better match the text
919 displayed by the menu.
920
921 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
924 #, @, : and ^.
925
926 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
927
928 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
929
930 * log-view.el (log-view-mode-map): Likewise.
931
932 * diff-mode.el (diff-mode-shared-map): Likewise.
933
934 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
935
936 * files.el (file-name-sans-versions): Also allow `A-Z'.
937
938 * vc.el: Mention all supported VC backends.
939
940 2007-10-08 Richard Stallman <rms@gnu.org>
941
942 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
943 neighbouring buttons.
944
945 2007-10-08 Andreas Schwab <schwab@suse.de>
946
947 * files.el (file-name-sans-versions): Also allow `_'.
948
949 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
950
951 * files.el (file-name-sans-versions): Allow - and a-z in version names.
952
953 * log-view.el (log-view-mode-map, log-view-mode-menu):
954 Bind log-view-annotate-version.
955 (log-view-beginning-of-defun, log-view-end-of-defun)
956 (log-view-annotate-version): New functions.
957 (log-view-mode): Use log-view-beginning-of-defun and
958 log-view-end-of-defun.
959
960 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
963
964 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
967 neighbouring buttons.
968
969 * progmodes/compile.el (compilation-error-regexp-alist-alist):
970 Recognize gcc's use of "note" for informational messages.
971
972 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
975 (css-mode): Update correspondingly.
976
977 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
980 Signed-off-by, Acked-by and Merge.
981
982 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * ediff-init.el (ediff-verbose-p): This var is not a constant.
985
986 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * vc-mtn.el: New file.
989
990 * vc-hooks.el (vc-handled-backends): Add Mtn.
991
992 2007-10-08 Eli Zaretskii <eliz@gnu.org>
993
994 * files.el (find-file, find-file-other-window)
995 (find-file-other-frame, find-file-existing, find-file-read-only)
996 (find-file-read-only-other-window)
997 (find-file-read-only-other-frame)
998 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
999
1000 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
1001
1002 * progmodes/gud.el (gdb-ready): New variable.
1003 (gdb): Set it to nil. Set gud-running to nil here...
1004 (gud-common-init): ...instead of here.
1005
1006 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1007 Use gdb-ready. Discard input until GDB is ready to accept it.
1008
1009 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1010
1011 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1012 make it show up with eight colors.
1013
1014 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1017 diffs are concatenated with no intervening line.
1018
1019 2007-10-08 Dave Love <fx@gnu.org>
1020
1021 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1022 (python-font-lock-keywords): Update to the 2.5 version of the language.
1023 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1024 (python-backspace): Only behave funny in code.
1025 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1026 (inferior-python-mode): Add PDB prompt regexp.
1027 (python-fill-paragraph): Refine the fenced-string regexp.
1028 (python-find-imports): Handle imports spanning several lines.
1029 (python-mode): Add `class' to hideshow support.
1030
1031 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1034 Use add-log-buffer-file-name-function rather than binding
1035 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
1036 when `fi' is the ChangeLog file itself.
1037
1038 * outline.el (outline-flag-region): Use front-advance.
1039
1040 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
1041
1042 * progmodes/cperl-mode.el: Merge upstream 5.23.
1043 (cperl-where-am-i): Remove function.
1044 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1045 (cperl-sniff-for-indent): De-invert [string] and [comment].
1046 When looking for label, skip s:m:y:tr.
1047 (cperl-indent-line): Likewise.
1048 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1049 (cperl-windowed-init): Wrong `ps-print' handling.
1050 Both thanks to Chong Yidong.
1051 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1052 (cperl-find-pods-heres): If the second part of s()[] is missing,
1053 don't try to highlight delimiters...
1054
1055 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * progmodes/compile.el (compilation-get-file-structure): Complete last
1058 change by also using spec-directory in the puthash.
1059
1060 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
1061
1062 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1063 (vc-bzr-status): Fix shadowing of variable 'status'.
1064 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1065 Use `expand-file-name' instead of `concat'.
1066 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1067 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1068
1069 2007-10-08 Jason Rumney <jasonr@gnu.org>
1070
1071 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1072
1073 2007-10-08 Richard Stallman <rms@gnu.org>
1074
1075 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1076 Add `safe-local-variable' property.
1077 (lisp-body-indent): Likewise.
1078
1079 2007-10-08 Richard Stallman <rms@gnu.org>
1080
1081 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1082 Add doc string.
1083
1084 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1085
1086 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1087
1088 2007-10-08 Martin Rudalics <rudalics@gmx.at>
1089
1090 * repeat.el (repeat): Use last-repeatable-command instead of
1091 real-last-command. Run pre- and post-command hooks for
1092 self-insertion. Update doc-string.
1093
1094 2007-10-08 Alexandre Julliard <julliard@winehq.org>
1095
1096 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1097 state of the file.
1098 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1099 (vc-git-create-repo): Fix invalid command.
1100
1101 2007-10-08 Richard Stallman <rms@gnu.org>
1102
1103 * textmodes/flyspell.el (flyspell-mode):
1104 Catch errors in flyspell-mode-on.
1105
1106 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1107
1108 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
1109
1110 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * international/encoded-kb.el (encoded-kbd-setup-display):
1113 Use input-decode-map rather than local-key-translation-map.
1114
1115 * term/rxvt.el (rxvt-alternatives-map): New map.
1116 (terminal-init-rxvt): Use it.
1117 Bind rxvt-function-map in input-decode-map.
1118
1119 * term/xterm.el (xterm-alternatives-map): New map.
1120 (terminal-init-xterm): Use it.
1121 Bind xterm-function-map in input-decode-map.
1122
1123 * term/x-win.el (x-alternatives-map): New var.
1124 (x-setup-function-keys): Use it.
1125
1126 * help-fns.el (describe-variable): Slightly change the layout of
1127 meta-info to separate it better from the docstring.
1128 Standardize insertion of extra empty lines in various circumstances.
1129
1130 * diff-mode.el (diff-hunk-style): New fun.
1131 (diff-end-of-hunk): Use it.
1132 (diff-context->unified): Use the new `apply' undo element,
1133 if applicable, so as to save undo-log space.
1134 (diff-fine-change): New face.
1135 (diff-fine-highlight-preproc): New function.
1136 (diff-fine-highlight): New command.
1137 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
1138
1139 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
1140 (smerge-refine-highlight-change): Add `props' argument.
1141 (smerge-refine-subst): New function holding most of smerge-refine.
1142 (smerge-refine): Use it.
1143
1144 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
1145
1146 * vc.el (vc-default-wash-log): Remove unused code, the
1147 log washers all live in the backends now.
1148 (vc-default-comment-history): Correct for the fact
1149 that wash-log is argumentless in the new API.
1150
1151 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
1154 (tramp-maybe-send-script): Apply `member' but `memq'.
1155 (tramp-advice-file-expand-wildcards): Simplify implementation.
1156
1157 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1160
1161 * mb-depth.el (minibuf-depth-indicator-function): New variable.
1162 (minibuf-depth-setup-minibuffer): Use it.
1163
1164 2007-10-07 Glenn Morris <rgm@gnu.org>
1165
1166 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1167 version numbers.
1168
1169 2007-10-06 Juri Linkov <juri@jurta.org>
1170
1171 * textmodes/fill.el (fill-paragraph-or-region): New function.
1172
1173 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
1174 instead of fill-paragraph.
1175
1176 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
1177 with fill-paragraph-or-region. Suspend command is now the same
1178 `suspend-frame' on window systems and on tty.
1179
1180 * image.el (image-type): Check if image-types is bound to not fail
1181 on tty.
1182
1183 * delsel.el (delete-selection-pre-hook):
1184 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
1185 is fbound to not fail on mouseless tty.
1186
1187 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1188
1189 * net/tramp.el (top): Move loading of tramp-util.el and
1190 tramp-vc.el to tramp-compat.el.
1191 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
1192 temporary file if possible, in order to avoid a security hole.
1193 (tramp-do-copy-or-rename-file-out-of-band)
1194 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
1195 with DONT-CREATE, because the connection is not setup yet.
1196 (tramp-handle-process-file): Rewrite temporary file handling.
1197 (tramp-completion-mode): New defvar.
1198 (tramp-completion-mode-p): Use it.
1199
1200 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
1201
1202 * net/tramp-fish.el (tramp-fish-handle-process-file):
1203 Rewrite temporary file handling.
1204
1205 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
1206
1207 * vc.el: Workfile version -> focus version change. Port various
1208 comments from new VC to reduce the noise in the diff.
1209 Patch in the new vc-create-repo function to go with the
1210 header comment about it already present.
1211 There are no changes to existing logic in this patch.
1212 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
1213
1214 2007-10-06 Aaron Hawley <aaronh@garden.org>
1215
1216 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
1217
1218 2007-10-05 Chris Moore <dooglus@gmail.com>
1219
1220 * server.el (server-kill-new-buffers): Doc fix.
1221
1222 2007-10-05 John W. Eaton <jwe@octave.org>
1223
1224 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
1225 (octave-begin-keywords): Add "do".
1226 (octave-end-keywords): Remove "end".
1227 (octave-reserved-words): Add "end". Remove "all_va_args",
1228 "gplot", and 'gsplot".
1229 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
1230 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
1231 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
1232 "default_return_value", "define_all_return_values",
1233 "do_fortran_indexing", "empty_list_elements_ok",
1234 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
1235 "ok_to_lose_imaginary_part", "prefer_column_vectors",
1236 "prefer_zero_one_indexing", "propagate_empty_matrices",
1237 "resize_on_range_error", "treat_neg_dim_as_zero",
1238 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
1239 "warn_divide_by_zero", "warn_function_name_clash",
1240 "warn_missing_semicolon", "whitespace_in_literal_matrix".
1241 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
1242 "crash_dumps_octave_core", "sighup_dumps_octave_core",
1243 "sigterm_dumps_octave_core".
1244 (octave-block-match-alist): Remove "end" from block-end keywords.
1245 (octave-mode): Update ftp site address.
1246
1247 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
1248
1249 * vc.el: Reorder functions, no code changes.
1250
1251 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
1254 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
1255 the cond clauses where needed.
1256 (tramp-handle-write-region): Rearrange code for proper handling of
1257 tmpfile.
1258
1259 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
1260
1261 * net/tramp.el:
1262 * net/tramp-fish.el:
1263 * net/tramp-ftp.el:
1264 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
1265 `tramp-compat-make-temp-file'.
1266
1267 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1270
1271 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
1274 already uses a more recent copyright version than the "current" one.
1275
1276 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1277
1278 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
1279 (doc-view-insert-image): Minor aesthetical docstring changes.
1280
1281 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
1282
1283 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
1284 completing filename.
1285 (doc-view-search-internal): Docstring change.
1286
1287 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
1288
1289 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
1290 (tramp-file-name-handler-alist):
1291 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
1292 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
1293 used before, creates the file already, which is not desired.
1294 (tramp-do-copy-or-rename-file-directly): Simplify handling of
1295 temporary file.
1296 (tramp-handle-insert-file-contents): Assign the result in the
1297 short track case.
1298 (tramp-handle-insert-file-contents-literally): New defun.
1299 (tramp-completion-mode-p): Revert change from 2007-09-24.
1300 Checking for `return' etc as last character is not sufficient, for
1301 example in dired-mode when entering <g> (revert-buffer) or
1302 <s> (dired-sort).
1303
1304 * net/tramp-compat.el (top): Add also compatibility code for loading
1305 appropriate timer package.
1306 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
1307 order to avoid autoloading problems.
1308
1309 * net/tramp-fish.el:
1310 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
1311
1312 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
1313 where the second parameter of `copy-file' or `rename-file' is a
1314 remote file but not via ftp.
1315
1316 2007-10-02 Richard Stallman <rms@gnu.org>
1317
1318 * frame.el (cursor-in-non-selected-windows): Doc fix.
1319
1320 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1321
1322 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
1323 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
1324
1325 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
1326
1327 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
1328 when `expt' doesn't give range errors.
1329
1330 2007-10-01 Markus Triska <markus.triska@gmx.at>
1331
1332 * calc/calc-math.el (math-smallest-emacs-expt):
1333 Make the computation more robust.
1334
1335 2007-09-30 David Kastrup <dak@gnu.org>
1336
1337 * startup.el (argv): Alias for `command-line-args-left' to use as
1338 `(pop argv)' inside of --eval command sequences. Allows for
1339 passing shell commands into Emacs verbatim without need for Lisp
1340 quoting.
1341
1342 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
1343 check only for changed size.
1344 (auto-revert-tail-handler): Get size from caller. If the file has
1345 shrunk, tail the whole file again (the file presumably has been
1346 rewritten).
1347
1348 * woman.el (woman-topic-all-completions, woman-mini-help):
1349 Fix fallout from 2007-09-07 introduction of `dolist' when the list
1350 actually was being manipulated in the loop.
1351 (woman-Cyg-to-Win, woman-pre-process-region)
1352 (woman-horizontal-escapes, woman-if-body, woman-unescape)
1353 (woman-strings, woman-special-characters, woman1-hc)
1354 (woman-change-fonts, woman-find-next-control-line):
1355 Use `match-beginning' rather than `match-string' when the result is
1356 just used as a flag.
1357
1358 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
1359
1360 * net/tramp-compat.el: New file.
1361
1362 * net/tramp.el:
1363 * net/tramp-fish.el:
1364 * net/tramp-smb.el:
1365 * net/tramp-uu.el:
1366 * net/trampver.el: Move compatibility code to tramp-compat.el.
1367 Apply `mapc' instead of `mapcar' when the code needs side effects
1368 only. Move utf-8 coding cookie to the second line.
1369
1370 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
1371
1372 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
1373 Improve custom type.
1374 (icon-map-list): Make it customizable. Document how to disable
1375 stock icons.
1376
1377 2007-09-30 Richard Stallman <rms@gnu.org>
1378
1379 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
1380
1381 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1382
1383 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1384
1385 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
1388 (t-mouse-mode): New compatibility alias.
1389
1390 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
1391
1392 * server.el (server-delete-client): Only delete the terminal if it
1393 is non-nil.
1394
1395 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
1396
1397 * net/tramp.el (with-file-property, with-connection-property):
1398 Highlight as keyword.
1399 (tramp-rfn-eshadow-setup-minibuffer)
1400 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1401 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
1402 (tramp-do-copy-or-rename-file-directly)
1403 (tramp-do-copy-or-rename-file-out-of-band)
1404 (tramp-handle-shell-command, tramp-get-debug-buffer)
1405 (tramp-send-command-and-read, tramp-equal-remote)
1406 (tramp-get-local-gid): Pacify byte-compiler.
1407 (tramp-handle-file-name-directory): Result shall not be expanded.
1408 (tramp-find-foreign-file-name-handler): Rewrite.
1409 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
1410
1411 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
1412
1413 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1414 Apply `tramp-completion-mode-p'.
1415 (tramp-fish-handle-set-file-times)
1416 (tramp-fish-handle-executable-find)
1417 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
1418 (tramp-fish-retrieve-data): Pacify byte-compiler.
1419
1420 * net/tramp-gw.el (tramp-gw-basic-authentication):
1421 Call `tramp-read-passwd' with first parameter `nil'.
1422
1423 2007-09-28 Glenn Morris <rgm@gnu.org>
1424
1425 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
1426 than mapcar.
1427
1428 * textmodes/tex-mode.el (tex-suscript-height-ratio)
1429 (tex-suscript-height-minimum): New customizable variables.
1430 (tex-suscript-height): New function.
1431 (superscript, subscript): Set height using tex-suscript-height
1432 rather than fixing at 0.8.
1433 (tex-fontify-script, tex-font-script-display): Add :version tag.
1434
1435 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * progmodes/python.el (python-eldoc-function): Doc fix.
1438
1439 2007-09-27 Glenn Morris <rgm@gnu.org>
1440
1441 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
1442 image if it is not in image-type-auto-detectable, or is there with
1443 a nil value.
1444
1445 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
1448 connection more robust.
1449
1450 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1451
1452 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1453 Deal with the case that special &keywords are at the beginning or
1454 end of the argument list. Also add some (incomplete) support for
1455 non-standard arglists.
1456
1457 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1460 (eldoc-message-commands, eldoc-current-idle-delay)
1461 (eldoc-function-argstring-format): Fix typos in docstrings.
1462
1463 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
1464
1465 * calc/calc-units.el (calc-convert-units)
1466 (calc-convert-temperature): Remove unnecessary colons.
1467
1468 2007-09-26 Bastien Guerry <bzg@altern.org>
1469
1470 * org-export-latex.el (org-export-latex-tables-verbatim): New function.
1471 (org-export-latex-remove-from-headlines): Name changed because of typo.
1472 (org-export-latex-quotation-marks-convention): Option removed.
1473 (org-export-latex-make-preamble): Handle the DATE option.
1474 (org-export-latex-cleaned-string): Now the only cleaning function,
1475 synched up with org.el.
1476 (org-export-latex-lists, org-export-latex-parse-list)
1477 (org-export-list-to-latex): New functions.
1478
1479 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
1480
1481 * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
1482 (org-outline-regexp): New constant.
1483 (org-remember-handler): Throw error when the target file is not in
1484 org-mode.
1485 (org-cleaned-string-for-export): No longer call
1486 `org-export-latex-cleaned-string' with an argument.
1487 (org-get-tags): Returns now a list, not a string.
1488 (org-get-tags-string): New function.
1489 (org-archive-subtree): No need to split return of `org-get-tags'.
1490 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
1491 instead of `org-get-tags'.
1492 (org-agenda-format-date): Rename from `org-agenda-date-format'.
1493 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
1494 (org-compatible-face): New argument INHERITS. Inherit from this
1495 face if possible.
1496 (org-level-1, org-level-2, org-level-3, org-level-4)
1497 (org-level-5, org-level-6, org-level-7, org-level-8)
1498 (org-special-keyword, org-drawer, org-column, org-warning)
1499 (org-archived, org-todo, org-done, org-headline-done, org-table)
1500 (org-formula, org-code, org-agenda-structure)
1501 (org-scheduled-today, org-scheduled-previously)
1502 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
1503 in the new way.
1504 (org-get-heading): New argument NO-TAGS.
1505 (org-fast-tag-selection-include-todo): Made defvar instead of
1506 defcustom, feature is not deprecated.
1507 (org-remember-store-without-prompt): New default value t.
1508 (org-todo-log-states): New variable.
1509 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
1510 Compute the log states.
1511 (org-goto-map): More commands copied from global map. Also bind
1512 `org-occur'.
1513 (org-goto): Made into a general lookup command.
1514 (org-get-location): Complete rewrite.
1515 (org-goto-exit-command): New variable.
1516 (org-goto-selected-point): New variable.
1517 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
1518 Set the new variables.
1519 (org-paste-subtree): Whitespace insertion strategy revised.
1520 (org-remember-apply-template): Protect v-A from the possibility
1521 that v-a might be nil.
1522 (org-remember-handler): Insertion rules revised.
1523 (org-todo): Respect org-todo-log-states.
1524 (org-up-heading-safe): New function.
1525 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
1526
1527 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1528
1529 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
1530 region if in transient-mark-mode.
1531
1532 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * calc/calc-ext.el (calc-init-extensions, calc-reset):
1535 * calc/calc-help.el (calc-full-help):
1536 * calc/calc-misc.el (another-calc):
1537 * calc/calc-store.el (calc-var-name-map):
1538 * calc/calc-stuff.el (calc-flush-caches):
1539 * calc/calc-units.el (math-build-units-table):
1540 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
1541 (calc-quit):
1542 * calendar/icalendar.el (icalendar--format-ical-event)
1543 (icalendar--convert-ical-to-diary):
1544 * emacs-lisp/authors.el (authors):
1545 * emacs-lisp/cust-print.el (custom-print-install)
1546 (custom-print-uninstall):
1547 * emacs-lisp/disass.el (disassemble-1):
1548 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1549 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
1550 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
1551 (elint-check-let-form, elint-check-condition-case-form)
1552 (elint-initialize):
1553 * emacs-lisp/elp.el (elp-results):
1554 * emacs-lisp/generic.el (generic-mode-internal):
1555 * emacs-lisp/re-builder.el (reb-delete-overlays):
1556 * emacs-lisp/regi.el (regi-interpret):
1557 * emacs-lisp/sregex.el (sregex--char-aux):
1558 * emulation/cua-rect.el (cua--deactivate-rectangle)
1559 (cua--highlight-rectangle, cua--rectangle-post-command):
1560 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
1561 * emulation/viper-macs.el (viper-describe-kbd-macros)
1562 (viper-describe-one-macro):
1563 * emulation/viper-util.el (viper-setup-master-buffer):
1564 * emulation/viper.el (set-viper-state-in-major-mode):
1565 * international/mule-diag.el (describe-current-coding-system):
1566 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
1567 * mail/emacsbug.el (report-emacs-bug):
1568 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
1569 * obsolete/hilit19.el (hilit-unhighlight-region)
1570 (hilit-set-mode-patterns):
1571 * play/solitaire.el (solitaire-check, solitaire-solve):
1572 * play/zone.el (zone-pgm-rotate):
1573 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
1574 * progmodes/ada-prj.el (ada-prj-display-page):
1575 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
1576 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
1577 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
1578 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
1579 * progmodes/sh-script.el (sh-make-vars-local)
1580 (sh-reset-indent-vars-to-global-values):
1581 * progmodes/sql.el (top):
1582 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
1583 * progmodes/xscheme.el (top):
1584 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
1585 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
1586 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
1587 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
1588 (artist-submit-bug-report):
1589 * textmodes/flyspell.el (flyspell-delay-commands)
1590 (flyspell-deplacement-commands):
1591 * textmodes/table.el (table--generate-source-epilogue, table-insert)
1592 (table--generate-source-cells-in-a-row, table--make-cell-map)
1593 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
1594
1595 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * allout.el (produce-allout-mode-map, allout-process-exposed):
1598 * ansi-color.el (ansi-color-make-color-map):
1599 * autoinsert.el (auto-insert):
1600 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
1601 * dired-aux.el (dired-create-files):
1602 * dired.el (dired-restore-desktop-buffer):
1603 * ediff-diff.el (ediff-setup-fine-diff-regions):
1604 * ediff-mult.el (ediff-intersect-directories)
1605 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
1606 (ediff-redraw-registry-buffer):
1607 * ediff-ptch.el (ediff-fixup-patch-map):
1608 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
1609 (ediff-really-quit, ediff-clear-diff-vector):
1610 * emerge.el (emerge-really-quit):
1611 * ffap.el (ffap-replace-file-component):
1612 * filecache.el (file-cache-add-directory)
1613 (file-cache-add-directory-recursively)
1614 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
1615 (file-cache-delete-directory, file-cache-files-matching-internal)
1616 (file-cache-display):
1617 * files.el (cd):
1618 * find-lisp.el (find-lisp-insert-directory):
1619 * finder.el (finder-compile-keywords):
1620 * help.el (view-emacs-news):
1621 * hi-lock.el (hi-lock-write-interactive-patterns):
1622 * ido.el (ido-to-end, ido-set-matches-1):
1623 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
1624 (image-dired-mark-tagged-files):
1625 * jka-cmpr-hook.el (jka-compr-get-compression-info):
1626 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
1627 * ps-print.el (ps-background, ps-begin-file)
1628 (ps-build-reference-face-lists):
1629 * simple.el (clone-buffer):
1630 * startup.el (command-line):
1631 * tempo.el (tempo-insert-template, tempo-is-user-element)
1632 (tempo-forward-mark, tempo-backward-mark):
1633 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
1634
1635 2007-09-25 Glenn Morris <rgm@gnu.org>
1636
1637 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
1638
1639 * view.el (view-search-no-match-lines): Add a doc string.
1640 Rewrite to simplify and work better.
1641
1642 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1643
1644 * progmodes/cc-mode.el (c-mode-base-map):
1645 Use c-indent-line-or-region instead of c-indent-line.
1646
1647 * indent.el (indent-for-tab-command): First check if the region is
1648 active.
1649
1650 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1651
1652 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
1653 whitespace-rescan-timer-time is 0.
1654
1655 2007-09-24 Karl Berry <karl@gnu.org>
1656
1657 * international/mule.el (coding-system-base): Fix doc string grammar.
1658
1659 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * net/tramp.el (tramp-completion-mode-p): Rename from
1662 `tramp-completion-mode'. Revert logic, check `return', `newline'
1663 and such alike. Packages like Icicles tend to use other completion
1664 characters but `tab' and `space' only.
1665
1666 2007-09-24 Adam Hupp <adam@hupp.org>
1667
1668 * progmodes/python.el (run-python): Import emacs module without
1669 waiting; prevents lockup on error.
1670
1671 2007-09-23 Richard Stallman <rms@gnu.org>
1672
1673 * mail/sendmail.el (mail-bury): Delete the frame
1674 if this frame looks like it was made for this message.
1675
1676 * completion.el (completion-separator-self-insert-command)
1677 (completion-separator-self-insert-autofilling):
1678 If `self-insert-command' has been remapped, use the substitute.
1679
1680 * simple.el (copy-region-as-kill): Doc fix.
1681
1682 * textmodes/org.el (org-confirm-shell-link-function)
1683 (org-confirm-elisp-link-function): Doc fixes.
1684
1685 2007-09-23 Glenn Morris <rgm@gnu.org>
1686
1687 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1688
1689 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1690
1691 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
1692
1693 * term/tvi970.el (terminal-init-tvi970): Likewise.
1694
1695 * term/sun-mouse.el (print-mouse-format): Likewise.
1696
1697 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
1698 Use forward-line instead of previous-line and next-line.
1699
1700 2007-09-22 Juri Linkov <juri@jurta.org>
1701
1702 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
1703
1704 * tutorial.el (tutorial--default-keys): Update standard bindings:
1705 rename `iconify-or-deiconify-frame' to `suspend-frame',
1706 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
1707
1708 2007-09-22 Juri Linkov <juri@jurta.org>
1709
1710 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
1711 Add help-echo to external links and to links without description.
1712 (fancy-splash-insert): Use help-echo from the 3rd element of the
1713 link specification list, or "Follow this link" if it's nil. Doc fix.
1714
1715 2007-09-22 Juri Linkov <juri@jurta.org>
1716
1717 * startup.el (command-line): Rename `inhibit-startup-message' to
1718 `inhibit-startup-screen'.
1719 (fancy-about-text): Use shorter label for "Ordering Manuals".
1720 (fancy-startup-tail): Add optional arg `concise'. When `concise'
1721 is nil, display a line with "To start..." and 3 links to useful
1722 tasks. Display the "Dismiss" button and "Don't show this message
1723 again" only when concise is non-nil.
1724 (fancy-startup-screen): Call `fancy-startup-tail' with optional
1725 arg `concise'. If CONCISE is non-nil, display a concise version
1726 of the splash screen in another window. Otherwise, switch to the
1727 startup buffer in the same window.
1728 (startup-echo-area-message): Change displayed binding from
1729 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
1730 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
1731 the GNU system".
1732 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
1733 to "*GNU Emacs*".
1734 (display-about-screen): Don't check the existence of the buffer
1735 "*About GNU Emacs*".
1736 (display-splash-screen): Make alias to `display-startup-screen'.
1737 (command-line-1): Rename `inhibit-startup-message' to
1738 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
1739 started with command line options "-f", "-funcall", "-e", "-eval",
1740 "-execute", "-insert", "-find-file", "-file", "-visit".
1741 Inhibit startup screen when Emacs is started with a file name only
1742 on tty (i.e. don't inhibit it when started with a file name like
1743 "emacs FILE..." on a window system).
1744 (command-line-1): Simplify logic of displaying the startup screen:
1745 if file-count > 0, then display the concise version in another
1746 window, otherwise display full version in the same window.
1747
1748 * help.el (help-map): Bind C-h C-a to about-emacs.
1749 (help-for-help-internal): Add C-a description to C-h help text.
1750
1751 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1752
1753 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
1754 (checkdoc-permit-comma-termination-flag): Autoload the
1755 safe-local-variable setting.
1756
1757 * bookmark.el (bookmark-xemacsp): Remove.
1758 (bookmark-make): Don't use bookmark-xemacsp,
1759 use (featurep 'xemacs) instead.
1760
1761 * speedbar.el (speedbar-frame-mode)
1762 (speedbar-frame-reposition-smartly)
1763 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1764 (speedbar-check-vc): Remove use of non-existent variable
1765 dframe-xemacsp, use (featurep 'xemacs) instead.
1766
1767 * indent.el (indent-for-tab-command): Indent the region if
1768 transient-mark-mode and the region is active.
1769
1770 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1771
1772 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1773 add inferior-octave-directory-tracker to the buffer-local value
1774 of comint-input-filter-functions.
1775
1776 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1777
1778 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
1779
1780 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
1783 on w32 frames.
1784
1785 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * startup.el (normal-top-level): Remove DISPLAY from
1788 process-environment to let it be computed dynamically in callproc.c.
1789
1790 * frame.el (frame-initialize, make-frame):
1791 * faces.el (tty-set-up-initial-frame-faces):
1792 * env.el (setenv): Don't set display-environment-variable.
1793
1794 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
1795 (server-create-tty-frame): Don't set unused `tty' property.
1796 Set `display' instead of display-environment-variable.
1797 (server-create-window-system-frame): No display-environment-variable.
1798
1799 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
1800
1801 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
1802 (rfn-eshadow-update-overlay-hook): New defvars.
1803 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
1804 Run the hooks.
1805
1806 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
1807 (tramp-rfn-eshadow-setup-minibuffer)
1808 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
1809 rfn-eshadow.el.
1810
1811 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
1812 timeout.
1813
1814 2007-09-21 Glenn Morris <rgm@gnu.org>
1815
1816 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
1817 * term/sun-mouse.el (suspend-emacstool): Remove.
1818 * term/sun.el: Remove emacstool-related code.
1819
1820 * emacs-lisp/bytecomp.el (byte-compile-warnings)
1821 (byte-compile-warnings-safe-p): Add `mapcar'.
1822 (byte-compile-warning-types): Add mapcar and make-local.
1823 (byte-compile-normal-call): Add option to suppress mapcar warning.
1824 (top-level): Use mapc rather than mapcar in eval-when-compile.
1825
1826 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
1827 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
1828 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
1829 Handle escaped parens.
1830 (latex-forward-sexp): Doc fix.
1831
1832 * eshell/esh-mode.el (eshell-output-filter-functions): Add
1833 eshell-postoutput-scroll-to-bottom.
1834
1835 * loadup.el: Remove termdev.
1836
1837 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
1838 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
1839
1840 2007-09-21 Markus Triska <markus.triska@gmx.at>
1841
1842 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
1843 `mapcar' is called for effect.
1844
1845 2007-09-21 Kevin Ryde <user42@zip.com.au>
1846
1847 * international/mule.el (sgml-html-meta-auto-coding-function):
1848 Bind `case-fold-search' to t.
1849
1850 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * termdev.el: Remove.
1853
1854 * frame.el (get-device-terminal): New function. Moved from termdev.el.
1855 (frames-on-display-list): Use it.
1856
1857 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
1858
1859 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
1860
1861 2007-09-20 Richard Stallman <rms@gnu.org>
1862
1863 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
1864
1865 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
1868
1869 2007-09-20 Glenn Morris <rgm@gnu.org>
1870
1871 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1872 motion functions, rather than hard-coding "\n\n".
1873 (tex-validate-region): Check for eobp, to speed up.
1874 (tex-next-unmatched-end): Doc fix.
1875
1876 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * files.el (auto-mode-alist): Use archive-mode for .rar files.
1879
1880 * international/mule.el (auto-coding-alist): Rar archives are binary.
1881
1882 * arc-mode.el: Add basic support for Rar.
1883 (archive-find-type): Recognize Rar's signature.
1884 (archive-desummarize): New fun.
1885 (archive-summarize): Use it to restore the buffer's data in case
1886 someone wants to switch to some other major mode.
1887 (archive-resummarize): Use it as well.
1888 (archive-rar-summarize, archive-rar-extract): New functions.
1889
1890 * filesets.el: Remove spurious * in docstrings.
1891 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
1892 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
1893 (filesets-ingroup-collect): Remove unused arg `depth'.
1894 (filesets-update): Remove unused arg `version'.
1895
1896 * finder.el (finder-compile-keywords): Fix up comment style.
1897 (finder-mouse-face-on-line): previous-line -> forward-line.
1898
1899 * recentf.el: Remove spurious * in docstrings.
1900 (recentf-save-list): Fix up comment style.
1901
1902 * progmodes/octave-mod.el: Remove spurious * in docstrings.
1903 (octave-mode-map): Move init into declaration and remove \t binding.
1904 (octave-mode-startup-message): Remove unused var.
1905 (octave-scan-blocks): Remove unused arg `from'.
1906 (octave-forward-block, octave-down-block, octave-up-block):
1907 Update callers.
1908
1909 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
1910 (meta-mode-map): Likewise and remove \t binding.
1911
1912 * net/snmp-mode.el: Remove spurious * in docstrings.
1913 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
1914 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
1915 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
1916 that completion accepts lists of strings.
1917 (snmp-mode-syntax-table): Move initialization into declaration.
1918 (snmp-mode-map): Likewise and remove \t binding.
1919 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
1920 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
1921 (snmp-indent-command): Remove.
1922
1923 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
1924 binding, so tab-always-indent works right.
1925
1926 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
1927
1928 * net/browse-url.el (browse-url-elinks-new-window): New function.
1929 (browse-url-elinks): Use browse-url-elinks-new-window.
1930 Accept optional second argument `new-window'. Fix typo in doc-string.
1931 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
1932 Improve error message.
1933
1934 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1935
1936 * net/browse-url.el (browse-url-url-encode-chars): Use the right
1937 parameter name in the function body.
1938 Reported by Johannes Weiner.
1939
1940 2007-09-19 Glenn Morris <rgm@gnu.org>
1941
1942 * net/socks.el (socks-open-network-stream): Signal an explicit
1943 error if the port associated with a service string can't be found.
1944
1945 * textmodes/tex-mode.el (tex-terminate-paragraph):
1946 Use backward-paragraph.
1947
1948 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * server.el (server-running-p): New function.
1951
1952 2007-09-18 Jason Rumney <jasonr@gnu.org>
1953
1954 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
1955 x-focus-frame.
1956
1957 * frame.el (select-frame-set-input-focus, select-frame-by-name):
1958 Use x-focus-frame for w32.
1959
1960 2007-09-17 David Kastrup <dak@gnu.org>
1961
1962 * textmodes/tex-mode.el (tex-verbatim-environments):
1963 Eliminate CL dependency.
1964
1965 2007-09-17 Richard Stallman <rms@gnu.org>
1966
1967 * newcomment.el (comment-add): New arg EXTRA.
1968 (comment-region-default): Pass EXTRA if not indenting lines.
1969
1970 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1971
1972 * net/browse-url.el (browse-url-url-encode-chars): New function.
1973 URL-encode some chars in a string.
1974 (browse-url-encode-url): Rewrite using the previous function.
1975 (browse-url-file-url): Use `browse-url-url-encode-chars'.
1976 (browse-url-elinks-sentinel): Fix typo.
1977 (browse-url-new-window-flag): Doc change.
1978
1979 2007-09-17 Glenn Morris <rgm@gnu.org>
1980
1981 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1982 filename from `--file-line-error', if it is available.
1983
1984 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1985
1986 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1987 TeX `--file-line-error' format.
1988
1989 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 * xt-mouse.el: Delete add-hook calls that were moved to
1992 xterm-mouse-mode.
1993 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
1994 does not work.
1995
1996 2007-09-17 Richard Stallman <rms@gnu.org>
1997
1998 * cus-face.el (custom-theme-set-faces): Undo previous change.
1999
2000 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
2001
2002 2007-09-17 Glenn Morris <rgm@gnu.org>
2003
2004 * textmodes/tex-mode.el (tex-region): Simplify previous change,
2005 handling the case where the region is not in `tex-main-file'.
2006 (tex-region-1): Delete.
2007 (tex-region-header): New function, doing the header part of the
2008 old tex-region-1.
2009
2010 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * simple.el (newline): Simplify use of prefix-numeric-value.
2013 (line-move-partial): Remove unused var `ppos'.
2014 (line-move-1): Replace 9999 with most-positive-fixnum.
2015 (move-end-of-line): Use more efficient single-property search.
2016 (move-beginning-of-line): Remove unused var `start'.
2017 (blink-matching-open): Restructure in a more functional style.
2018
2019 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2020
2021 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
2022
2023 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * server.el (server-clients): Only keep procs, no properties any more.
2026 (server-client): Remove.
2027 (server-client-get, server-client-set): Remove, replace all callers by
2028 process-get and process-put resp.
2029 (server-clients-with, server-add-client, server-delete-client)
2030 (server-create-tty-frame, server-create-window-system-frame)
2031 (server-process-filter, server-execute, server-visit-files)
2032 (server-buffer-done, server-kill-buffer-query-function)
2033 (server-kill-emacs-query-function, server-switch-buffer)
2034 (server-save-buffers-kill-terminal): Update accordingly.
2035
2036 * server.el (server-with-environment): Simplify.
2037 (server-select-display, server-unselect-display): Re-add functions that
2038 seem to have been lost in the multi-tty merge.
2039 (server-eval-and-print, server-create-tty-frame)
2040 (server-create-window-system-frame, server-goto-toplevel)
2041 (server-execute, server-return-error): New functions extracted from
2042 server-process-filter.
2043 (server-execute-continuation): New functions.
2044 (server-process-filter): Restructure so that all arguments are analysed
2045 first and then acted upon in a subsequent stage. This way
2046 server-goto-toplevel can be executed later, when we know if
2047 it's necessary.
2048 Remove the "-version" and "-version-good" support.
2049
2050 2007-09-16 Drew Adams <drew.adams@oracle.com>
2051
2052 * cus-edit (custom-face-edit-activate): Doc fix.
2053
2054 2007-09-16 Glenn Morris <rgm@gnu.org>
2055
2056 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
2057 Following cal-bahai renaming, update all instances of
2058 list-bahai-diary-entries to diary-bahai-list-entries,
2059 mark-bahai-diary-entries to diary-bahai-mark-entries,
2060 calendar-goto-bahai-date to calendar-bahai-goto-date,
2061 insert-bahai-diary-entry to diary-bahai-insert-entry,
2062 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
2063 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
2064 calendar-print-bahai-date to calendar-bahai-print-date.
2065
2066 * textmodes/tex-mode.el (tex-region): Handle the case where the
2067 region is not in `tex-main-file'. Move the old code that applies
2068 to both cases...
2069 (tex-region-1): ...to this new function.
2070
2071 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * vc.el (vc-process-sentinel): New function.
2074 (vc-exec-after): Use it instead of using ugly hackish analysis and
2075 construction of Elisp code.
2076 (vc-sentinel-movepoint): New dynamically scoped var.
2077 (vc-print-log, vc-annotate): Set it to move the user's point.
2078
2079 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
2080 inhibit-modification-hooks.
2081
2082 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
2083 (calendar-bahai-print-date, calendar-bahai-goto-date)
2084 (diary-bahai-list-entries, diary-bahai-insert-entry):
2085 New names to clean up the namespace a bit more.
2086 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2087
2088 2007-09-15 Glenn Morris <rgm@gnu.org>
2089
2090 * calendar/holidays.el (holiday-list): Rename it back to
2091 `list-holidays', but leave `holiday-list' as an alias.
2092
2093 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
2094 custom group.
2095
2096 * textmodes/css-mode.el (css): New custom group.
2097 (css-electrick-keys, css-selector, css-property)
2098 (css-indent-offset): Specify custom group.
2099
2100 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
2103 (cvs-execute-single-file): Use process-file.
2104 (cvs-run-process): Use start-file-process.
2105
2106 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
2109 level. Remove the hooks when turning off the mode.
2110
2111 * term/xterm.el: Require xt-mouse at compile time.
2112 (terminal-init-xterm): Turn on xterm mouse tracking for this
2113 terminal if xterm-mouse-mode is enabled.
2114
2115 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2116
2117 * term/xterm.el (xterm-function-map): Replace bindings that were
2118 deleted by the merge.
2119
2120 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
2121
2122 * play/bubbles.el (bubbles-version): Bump value to "0.5".
2123 (bubbles-mode-map): Move define-key statements here.
2124 (bubbles-game-theme-menu): Ditto.
2125 (bubbles-graphics-theme-menu): Ditto.
2126 (bubbles-menu): Ditto.
2127 (bubbles-mode): Initialize buffer-undo-list, redisplay.
2128 (bubbles--initialize): Reset buffer-undo-list, redisplay.
2129 (bubbles-plop): Set buffer-undo-list, redisplay.
2130 (bubbles-undo): Reset buffer-undo-list, redisplay.
2131 (bubbles--show-images): Take care of missing text properties.
2132
2133 2007-09-14 Glenn Morris <rgm@gnu.org>
2134
2135 * startup.el (fancy-startup-text, fancy-about-text): Fix face
2136 quoting.
2137
2138 * calendar/cal-hebrew.el, calendar/cal-menu.el
2139 * calendar/calendar.el, calendar/diary-lib.el
2140 * calendar/holidays.el: Rename all instances of
2141 list-calendar-holidays callers to calendar-list-holidays,
2142 list-holidays to holiday-list, check-calendar-holidays to
2143 calendar-check-holidays, mark-calendar-holidays to
2144 calendar-mark-holidays, and filter-visible-calendar-holidays to
2145 holiday-filter-visible-calendar.
2146
2147 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2148
2149 * term/xterm.el (xterm-function-map): Add C-M- bindings.
2150
2151 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2152
2153 * play/bubbles.el (bubbles--initialize-images): Fix bug:
2154 Use transparent background for empty cells in graphics mode.
2155
2156 2007-09-13 Jari Aalto <jari.aalto@cante.net>
2157
2158 * man.el (Man-default-man-entry): At end of line, continue looking
2159 to the next line for possible end of hyphenated command.
2160
2161 2007-09-13 Chris Moore <dooglus@gmail.com>
2162
2163 * shell.el (shell-resync-dirs): Don't move the cursor relative to
2164 the command being edited.
2165
2166 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
2167
2168 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
2169
2170 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
2173 C-M-S- keys.
2174
2175 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
2176
2177 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2178
2179 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
2180 New argument `filename-p' to use one set of confusing chars or another.
2181 (browse-url-file-url): Use the argument.
2182 Suggested by Johannes Weiner.
2183
2184 2007-09-12 Romain Francoise <romain@orebokech.com>
2185
2186 * cus-start.el (all): Revert 2007-09-08 change.
2187
2188 2007-09-12 Aaron Hawley <aaronh@garden.org>
2189
2190 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
2191 extract .Z files, since it is more common than uncompress.
2192
2193 2007-09-12 Glenn Morris <rgm@gnu.org>
2194
2195 * textmodes/org-publish.el (org-publish-org-to-html): Remove
2196 duplicate function definition.
2197
2198 2007-09-10 Chris Moore <dooglus@gmail.com>
2199
2200 * diff-mode.el (diff-sanity-check-hunk):
2201 Also accept single-line hunks.
2202
2203 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * startup.el (startup-screen-inhibit-startup-screen)
2206 (pure-space-overflow-message): New vars.
2207 (fancy-splash-insert): Allow functions for face and link specs.
2208 (fancy-splash-head): Remove unused arg. Move splash text...
2209 (fancy-startup-text, fancy-about-text): ...here.
2210 (fancy-startup-tail): Rename from fancy-splash-tail.
2211 (fancy-startup-screen, fancy-about-screen): Split off from
2212 fancy-splash-screens.
2213 (display-startup-screen): New function.
2214 (display-about-screen): Rename from display-splash-screen.
2215 (command-line-1): Use concise startup screen if necessary.
2216
2217 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2218
2219 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
2220 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
2221
2222 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2225 (python-font-lock-keywords): Update to the 2.5 version of the language.
2226 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2227 (python-backspace): Only behave funny in code.
2228 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2229 (inferior-python-mode): Add PDB prompt regexp.
2230 (python-fill-paragraph): Refine the fenced-string regexp.
2231 (python-find-imports): Handle imports spanning several lines.
2232 (python-mode): Add `class' to hideshow support.
2233
2234 2007-09-10 Dave Love <fx@gnu.org>
2235
2236 * outline.el (outline-4, outline-5, outline-7):
2237 Move font-lock-builtin-face down from 4 to 7 to better keep the
2238 progression of color brightness, and to better match Org-mode's faces.
2239
2240 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2241
2242 * progmodes/meta-mode.el (meta-font-lock-keywords)
2243 (font-lock-match-meta-declaration-item-and-skip-to-next)
2244 (meta-comment-indent, meta-indent-previous-line)
2245 (meta-indent-unfinished-line, meta-beginning-of-defun)
2246 (meta-end-of-defun, meta-common-initialization): Handle \f.
2247 (meta-indent-unfinished-line): Do not handle a `%' in a string as
2248 a comment-start.
2249
2250 * files.el (file-modes-char-to-who, file-modes-char-to-right)
2251 (file-modes-rights-to-number): Auxiliary functions for symbolic to
2252 numeric notation of file modes.
2253 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
2254 numeric value.
2255 (read-file-modes): New. Read either an octal value of a file mode or a
2256 symbolic value, and return its numeric value.
2257
2258 * dired-aux.el (dired-do-chmod): Change to use the built-in
2259 `set-file-modes' and the previous symbolic mode parsing functions.
2260
2261 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * textmodes/texinfo.el: Remove spurious * in docstrings.
2264 (texinfo-mode-syntax-table, texinfo-mode-map):
2265 Initialize in the declaration.
2266
2267 * tmm.el: Remove spurious * in docstrings.
2268 (tmm-prompt): Use with-current-buffer.
2269
2270 * vcursor.el: Remove spurious * in docstrings.
2271 (vcursor-map): Initialize in the declaration.
2272 (vcursor-use-vcursor-map): Use define-minor-mode.
2273 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2274
2275 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
2276 Initialize in the declaration.
2277 (widget-minor-mode): Use define-minor-mode.
2278
2279 * woman.el (woman-mode-map, woman-syntax-table):
2280 Initialize in the declaration.
2281
2282 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
2283
2284 * doc-view.el: New file.
2285
2286 2007-09-09 Juri Linkov <juri@jurta.org>
2287
2288 * Makefile.in (update-authors): Add etc/ to AUTHORS.
2289
2290 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
2291
2292 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
2293 to "Startup screen". Fix docstring.
2294 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
2295 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
2296 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
2297 (initial-scratch-message): Fix docstring.
2298 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
2299 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
2300 Add link to "Customize Startup" and set interval between links to
2301 5 spaces.
2302 (fancy-about-text): Add links "Authors" and "Contributing".
2303 (fancy-splash-head): Add text "Welcome to " on the startup screen,
2304 and "This is " on the about screen. Add link to
2305 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
2306 For the about screen move emacs version to the header from
2307 `fancy-splash-tail' (as it's done already for normal about screen).
2308 (fancy-splash-tail): Insert emacs version only for startup screen.
2309 (normal-splash-screen): Remove duplicate empty lines.
2310 (normal-about-screen): Add links "Authors" and "Contributing".
2311
2312 * menu-bar.el (menu-bar-help-menu):
2313 Move "About Emacs" and "About GNU" to the end of the Help menu.
2314 Move "Emacs Psychotherapist" after "Send Bug Report...".
2315 Move "External Packages" after "Find Emacs Packages".
2316
2317 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
2318
2319 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
2320 they are useless with the byte compiler.
2321 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
2322 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
2323 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
2324 (tramp-file-name-real-host, tramp-file-name-port)
2325 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
2326 defuns.
2327
2328 * net/tramp-cache.el (top): Improve error message when
2329 `tramp-persistency-file-name' is corrupted.
2330
2331 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
2332
2333 * textmodes/org.el (org-re): Also replace the :alpha: class.
2334 (org-todo-tag-alist): Variable removed.
2335 (org-todo-key-alist, org-todo-key-trigger) New variables.
2336 (org-use-fast-todo-selection): New option.
2337 (org-log-done): Docstring fixed.
2338 (org-deadline-warning-days): New default value 14.
2339 (org-edit-timestamp-down-means-later) New option.
2340 (org-tag-alist): Docstring fixed.
2341 (org-fast-tag-selection-include-todo): New option.
2342 (org-export-language-setup): New languages added.
2343 (org-set-regexps-and-options): Compute the new variables.
2344 (org-paste-subtree): Cleaning up.
2345 (org-remember-apply-template): New escape %A.
2346 (org-todo): Call fast TODO selection.
2347 (org-fast-todo-selection): New function.
2348 (org-add-log-note): Allow prefix for abort exit.
2349 (org-at-property-p, org-entry-properties)
2350 (org-columns-get-autowidth-alist): Use :alpha: class.
2351 (org-get-wdays): New function.
2352 (org-agenda-remove-date): New variable.
2353 (org-agenda-get-deadlines): Use `org-get-wdays'.
2354 (org-agenda-get-deadlines): Reverse ee before returning.
2355 (org-format-agenda-item): New argument REMOVE-RE.
2356 (org-agenda-convert-date): Baha'i calendar added.
2357 (org-infile-export-plist): Also find DATE line.
2358 (org-get-min-level): New function.
2359 (org-export-as-html, org-export-as-ascii): Use the date format.
2360 (org-shiftup, org-shiftdown): Use.
2361 `org-edit-timestamp-down-means-later'.
2362 (org-assign-fast-keys): New function.
2363
2364 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
2365
2366 * cus-start.el (all): Add prefer-window-split-horizontally from
2367 window.c.
2368
2369 2007-09-08 Eli Zaretskii <eliz@gnu.org>
2370
2371 * net/browse-url.el (browse-url-galeon): Fix last change.
2372 (top-level): Require cl when compiling.
2373
2374 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
2375
2376 * textmodes/org-export-latex.el: arch-tag restored.
2377
2378 * textmodes/org-publish.el: arch-tag restored.
2379
2380 2007-09-08 Masatake YAMATO <jet@gyve.org>
2381
2382 * progmodes/which-func.el (which-func-modes): Add diff-mode.
2383
2384 * progmodes/cc-langs.el: Support new keywords added to
2385 objective-c frontend of gcc.
2386 (c-simple-stmt-kwds): Add @throw.
2387 (c-block-stmt-2-kwds): Add @synchronized.
2388 (c-block-stmt-1-kwds): Add @finally and @try.
2389
2390 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
2391
2392 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
2393 (org-agenda-after-show-hook): New variable.
2394 (org-columns-compile-format)
2395 (org-columns-get-autowidth-alist, org-buffer-property-keys)
2396 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
2397 property names.
2398 (org-get-wdays): New function.
2399
2400 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
2403
2404 * term/xterm.el (xterm-function-map): Initialize in the declaration.
2405
2406 * vc-arch.el (vc-arch-checkin): Fix typo.
2407
2408 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2409
2410 * cus-face.el (custom-theme-set-faces): Set face attributes
2411 locally for each frame.
2412
2413 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
2416 via font-lock-defaults.
2417
2418 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
2419 derived-mode-p.
2420
2421 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
2422
2423 * progmodes/autoconf.el (autoconf-definition-regexp):
2424 Handle optional square brackets around definition name.
2425
2426 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
2427
2428 * net/browse-url.el (browse-url-browser-function): Add elinks.
2429 (browse-url-elinks-wrapper): New option.
2430 (browse-url-encode-url, browse-url-elinks)
2431 (browse-url-elinks-sentinel): New functions.
2432 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
2433 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
2434 Use new function browse-url-encode-url.
2435
2436 2007-09-07 Glenn Morris <rgm@gnu.org>
2437
2438 * version.el (emacs-version): Revert 2007-08-29 change: no need to
2439 say if multi-tty is present.
2440
2441 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * cus-start.el (split-window-preferred-function): Add custom info.
2444
2445 * calendar/holidays.el (holiday-list, calendar-check-holidays)
2446 (calendar-mark-holidays, calendar-list-holidays)
2447 (holiday-filter-visible-calendar): New names to clean up namespace.
2448 (filter-visible-calendar-holidays, list-calendar-holidays)
2449 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
2450 Add compatibility aliases.
2451 (calendar-check-holidays, calendar-mark-holidays)
2452 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
2453 (holiday-sexp): Replace append with list.
2454 (holiday-filter-visible-calendar): Replace append with push.
2455
2456 * woman.el: Remove spurious * in docstrings.
2457 (woman-mini-help, woman-non-underline-faces, woman0-rename)
2458 (woman-topic-all-completions-merge, woman-file-name-all-completions)
2459 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
2460 (woman-write-directory-cache, woman-display-extended-fonts)
2461 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
2462 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
2463 (woman-mode): Use inhibit-read-only.
2464 (woman-negative-vertical-space): Use dotimes.
2465 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2466
2467 2007-09-06 Romain Francoise <romain@orebokech.com>
2468
2469 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
2470 (vc-bzr-workfile-version): Use it.
2471
2472 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
2473
2474 * complete.el (PC-do-completion): Don't try to treat
2475 empty string as an abbreviation.
2476
2477 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2478
2479 * help-fns.el (describe-variable): Keep doc's text properties.
2480
2481 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
2482
2483 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
2484 instead of a file.
2485
2486 2007-09-06 Glenn Morris <rgm@gnu.org>
2487
2488 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
2489 (checkdoc-minor-mode): Allow user to specify lighter via
2490 checkdoc-minor-mode-string.
2491
2492 2007-09-05 Richard Stallman <rms@gnu.org>
2493
2494 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
2495 Several items removed, simplified, or put on one line.
2496 (fancy-about-text): Add substantial contents, part of startup text.
2497 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
2498 (normal-splash-screen): Call normal-mouse-startup-screen,
2499 normal-no-mouse-startup-screen, or normal-about-screen.
2500 (normal-mouse-startup-screen): New fn, broken out, shortened.
2501 (normal-no-mouse-startup-screen): New fn, broken out.
2502 (normal-about-screen): New function, contents all new.
2503
2504 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2505
2506 * emacs-lisp/rx.el (rx): Fix typo in docstring.
2507
2508 2007-09-05 Glenn Morris <rgm@gnu.org>
2509
2510 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
2511 is bound.
2512
2513 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2514
2515 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
2516 in doc string.
2517
2518 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * server.el (server-start, server-unload-hook): Undo previous change.
2521
2522 * xt-mouse.el: Undo previous change.
2523
2524 2007-09-04 Juri Linkov <juri@jurta.org>
2525
2526 * startup.el (fancy-about-text): New variable.
2527 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
2528 (fancy-current-text, fancy-splash-stop-time)
2529 (fancy-splash-outer-buffer): Remove variables.
2530 (fancy-splash-head, fancy-splash-tail): Add new optional argument
2531 `startup' and use it to conditionally display different texts for
2532 Startup and About screens. Don't display Help commands on the About
2533 screen.
2534 (fancy-splash-screens-1): Remove function and move its content to
2535 `fancy-splash-screens' to the part that dislpays the About screen.
2536 (exit-splash-screen): Don't treat specially exiting from
2537 alternating screens.
2538 (fancy-splash-screens): Rename argument `static' to `startup'.
2539 Fix docstring. Remove code for displaying alternating screens.
2540 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
2541 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
2542 for `inhibit-read-only'.
2543 (normal-splash-screen): Rename argument `static' to `startup'.
2544 Fix docstring. Use argument `startup' to conditionally display
2545 different texts for Startup and About screens. Don't display Help
2546 commands on the About screen. Remove `unwind-protect' `sit-for'
2547 delay and `kill-buffer' after it.
2548 (display-startup-echo-area-message): Remove call to
2549 `use-fancy-splash-screens-p' because image.el is preloaded and
2550 doesn't display "Loading image... done".
2551 (display-splash-screen): Rename argument `static' to `startup'.
2552 Fix docstring.
2553
2554 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * server.el (server-start, server-unload-hook):
2557 suspend-tty-functions has been renamed to suspend-tty-hook.
2558
2559 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
2560 resume-tty-hook.
2561
2562 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
2563
2564 * loadup.el: Fix merge problem, only load "button" once.
2565
2566 2007-09-03 Glenn Morris <rgm@gnu.org>
2567
2568 * vc-svn.el (vc-svn-print-log): If there is only one file, use
2569 "Working file:" as the prefix, for the sake of
2570 log-view-current-file.
2571
2572 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2573
2574 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
2575 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
2576 if the selected frames is in
2577 xterm-modify-other-keys-terminal-list.
2578 (xterm-turn-off-modify-other-keys): Add an optional frame
2579 parameter. Only turn off modify-other-keys if FRAME is in
2580 xterm-modify-other-keys-terminal-list.
2581 (xterm-remove-modify-other-keys): New function.
2582 (terminal-init-xterm): Use it. Deal with delete-frame hook.
2583 Add the selected frame to xterm-modify-other-keys-terminal-list.
2584
2585 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2586
2587 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
2588 (icon-map-list): New variable.
2589 (x-gtk-map-stock): Use icon-map-list.
2590
2591 2007-09-02 Romain Francoise <romain@orebokech.com>
2592
2593 * log-view.el (log-view-current-file): Balance parens.
2594
2595 2007-09-02 Glenn Morris <rgm@gnu.org>
2596
2597 * comint.el (comint-mode): Don't set scroll-conservatively.
2598
2599 * eshell/em-unix.el (eshell/time): Stringify and flatten the
2600 non-command arguments.
2601
2602 * log-view.el (log-view-current-file): Give a more explicit error
2603 if log-view-file-re fails to find a match.
2604
2605 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2606
2607 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2608 Fix bug: Don't expand top-level file name more than once.
2609 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2610
2611 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * server.el (server-process-filter): Don't display the splash screen.
2614 It's annoying enough on the initial screen and becomes positively
2615 obnoxious here.
2616
2617 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
2620 Change naming to use "avl-tree--" for internal functions.
2621
2622 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
2623
2624 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
2625 the merge.
2626 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
2627 (provide): Move to the end of file.
2628
2629 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
2630
2631 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2632
2633 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
2634 New variable. List of exceptions for the duplicated word rule.
2635 (flyspell-mark-duplications-flag): Mention it.
2636 (flyspell-word): Treat it.
2637
2638 * files.el (create-file-buffer): If the filename sans directory starts
2639 with spaces, remove them.
2640
2641 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2642
2643 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
2644 (x-gtk-map-stock): Use two directory elements when matching
2645 file name.
2646
2647 2007-08-31 James Wright <james@chumsley.org>
2648
2649 * eshell/em-unix.el (eshell/info): New function.
2650
2651 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * frame.el (frame-initialize, make-frame):
2654 * server.el (server-process-filter):
2655 * faces.el (tty-set-up-initial-frame-faces): Don't set
2656 term-environment-variable since it's not used any more.
2657
2658 * env.el (setenv): Don't treat $TERM specially.
2659
2660 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
2661 stated otherwise, subprocesses do not send back escape sequences
2662 corresponding to the terminal from which Emacs was started.
2663
2664 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
2665
2666 * calculator.el: Require cl for compilation.
2667
2668 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
2669
2670 * outline.el (outline-font-lock-levels): Comment out unused var.
2671 (outline-font-lock-face): Wrap around face list to handle any
2672 nesting depth gracefully.
2673
2674 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
2675
2676 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
2677 `set-file-times'.
2678
2679 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
2680
2681 * textmodes/org.el (org-export-visible): Fix drawers before export.
2682 (org-do-sort): Allow sorting by priority.
2683 (org-agenda-files): Ignore non-existing files.
2684 (org-agenda-skip-unavailable-files): New variable.
2685 (org-ellipsis): All a face as value.
2686 (org-mode): Interprete the face value of `org-ellipsis'.
2687 (org-archive-save-context-info): New option.
2688 (org-archive-subtree): Store context info in archived entry.
2689 (org-fast-tag-selection-can-set-todo-state): New variable.
2690 (org-fast-tag-selection): Allow setting TODO states through this
2691 interface.
2692 (org-cycle): Docstring updated.
2693 (org-todo-keyword-faces): New option.
2694 (org-get-todo-face): New function.
2695 (org-set-font-lock-defaults, org-agenda-highlight-todo):
2696 Use `org-get-todo-face'.
2697 (org-switch-to-buffer-other-window): New function.
2698 (org-table-edit-field, org-table-show-reference)
2699 (org-table-edit-formulas, org-add-log-note)
2700 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
2701 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
2702 `switch-to-buffer-other-window' to make sure that the temporary
2703 windows show up on the current frame.
2704 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
2705 (org-get-entries-from-diary, org-replace-region-by-html):
2706 Don't allow pop-up frames.
2707 (org-agenda-get-deadlines, org-agenda-get-scheduled):
2708 Fix problems with time-of-day.
2709 (org-export-get-title-from-subtree): New function.
2710 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
2711 with listing items that are DONE.
2712 (org-change-tag-in-region): New command.
2713 (org-agenda-skip-scheduled-if-done)
2714 (org-agenda-skip-deadline-if-done): Docstring clarified.
2715 (org-mode): Hide drawers on startup.
2716 (org-get-todo-face): New function.
2717 (org-todo-keyword-faces): New option.
2718 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
2719 (org-remove-keyword-keys): New function.
2720
2721 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
2722
2723 * progmodes/grep.el (grep-find-ignored-directories):
2724 Add monotone _MTN bookkeeping directory in workspaces.
2725 Add RCS control directory. List items in alphabetical order.
2726
2727 * progmodes/grep.el (grep-files-aliases): Add cc alias.
2728 Sort items in alphabetical order. Fix parens.
2729
2730 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2731
2732 * vc-hg.el (vc-hg-extra-menu-map): New variable.
2733 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
2734 (vc-hg-pull): New functions.
2735 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2736
2737 * term/mac-win.el: Don't require url, only autoloaded url
2738 functions are used in this file.
2739
2740 2007-08-29 Andreas Schwab <schwab@suse.de>
2741
2742 * shell.el (shell): Return correct value from interactive spec.
2743
2744 2007-08-29 Glenn Morris <rgm@gnu.org>
2745
2746 * version.el (emacs-version): Increase to 23.0.50.
2747
2748 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2749
2750 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
2751
2752 2007-08-29 Juri Linkov <juri@jurta.org>
2753
2754 * loadup.el: Add "button" loading after "faces" and move "startup"
2755 to load after "button".
2756
2757 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2758
2759 * loadup.el: Load term/mac-win on a Mac using Carbon.
2760
2761 * term/mac-win.el: Provide mac-win.
2762 (mac-initialized): New variable.
2763 (mac-initialize-window-system): New function. Move global setup here.
2764 (handle-args-function-alist, frame-creation-function-alist):
2765 (window-system-initialization-alist): Add mac entries.
2766 (x-setup-function-keys): New function containing all the
2767 top level function key definitions.
2768
2769 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
2770
2771 * env.el (read-envvar-name): Don't consider the environment frame param.
2772
2773 * env.el (setenv):
2774 * frame.el (frame-initialize, make-frame):
2775 * faces.el (tty-set-up-initial-frame-faces):
2776 * server.el (server-process-filter): Set
2777 display-environment-variable and term-environment-variable.
2778
2779 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
2780
2781 2007-08-29 Jason Rumney <jasonr@gnu.org>
2782
2783 * loadup.el: Only load term/x-win when X is compiled in.
2784 Load term/w32-win and dependencies on windows-nt.
2785
2786 * term/w32-win.el: Reorder to match x-win.el more closely.
2787 Provide w32-win. Don't throw error when global window-system not w32.
2788 (internal-face-interactive): Remove obsolete function.
2789 (x-setup-function-keys): Use local-function-key-map.
2790 (w32-initialized): New variable.
2791 (w32-initialize-window-system): Set it.
2792 Move more global setup here.
2793 (x-setup-function-keys): New function.
2794 (w32-initialize-window-system): Move non function key global setup here.
2795 (x-cut-buffer-max): Remove.
2796 (w32-initialize-window-system): New function.
2797 (handle-args-function-alist, frame-creation-function-alist):
2798 (window-system-initialization-alist): Add w32 entries.
2799
2800 2007-08-29 David Kastrup <dak@gnu.org>
2801
2802 * env.el (getenv): Pass frame to getenv-internal.
2803
2804 2007-08-29 Karoly Lorentey <lorentey@elte.hu>
2805
2806 * version.el (emacs-version): Show if multi-tty is present.
2807
2808 * loadup.el: Delay loading env; mule-conf gets confused by cl
2809 during bootstrap. Also load termdev and term/x-win.
2810
2811 * bindings.el (mode-line-client): New variable.
2812 (help-echo): Add it to the default mode-line format.
2813
2814 * cus-start.el: Remove bogus window-system reference from GTK test.
2815
2816 * ebrowse.el (ebrowse-electric-list-mode-map)
2817 (ebrowse-electric-position-mode-map):
2818 * ebuff-menu.el (electric-buffer-menu-mode-map):
2819 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
2820 not `suspend-emacs'.
2821
2822 * ediff-wind.el (ediff-setup-windows-automatic): New function.
2823 (ediff-window-setup-function): Use it as default.
2824
2825 * files.el (save-buffers-kill-terminal): New function.
2826 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
2827
2828 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
2829 and `with-selected-frame'.
2830
2831 * help-fns.el (describe-variable): Describe frame-local variables
2832 correctly.
2833
2834 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
2835 display support.
2836 (normal-erase-is-backspace-setup-frame): New function.
2837
2838 * subr.el (with-selected-frame): New function.
2839 (read-quoted-char): Use terminal-local binding of
2840 local-function-key-map instead of function-key-map.
2841
2842 * talk.el (talk): New function.
2843 (talk-handle-delete-frame): New function.
2844 (talk-add-display): Open a new frame only if FRAME was not a frame.
2845
2846 * termdev.el: New file.
2847
2848 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
2849 * term/x-win.el: Don't bind f10.
2850 * tmm.el: Remove autoload binding for f10.
2851
2852 * international/encoded-kb.el (encoded-kbd-setup-display): Use
2853 `set-input-meta-mode'. Fix broken condition before set-input-mode.
2854 Store the saved input method as a terminal parameter. Add keymap
2855 parameter. Use it instead of changing key-translation-map directly.
2856 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
2857 Remove.
2858 (encoded-kbd-setup-display): New function.
2859
2860 * international/mule-cmds.el (set-locale-environment): Fix getenv
2861 call. Use save-buffers-kill-terminal. Ignore window-system; always
2862 set the keyboard coding system. Add DISPLAY parameter.
2863 (set-display-table-and-terminal-coding-system): Add DISPLAY
2864 parameter. Pass it to set-terminal-coding-system.
2865
2866 * international/mule.el (keyboard-coding-system): Test for
2867 encoded-kbd-setup-display, not encoded-kbd-mode.
2868 (set-terminal-coding-system, set-keyboard-coding-system): Add
2869 DISPLAY parameter.
2870 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
2871
2872 * term/README: Update.
2873
2874 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
2875
2876 * term/x-win.el (x-setup-function-keys): New function. Move
2877 function-key-map tweaks here. Protect against multiple calls on
2878 the same terminal. Use terminal-local binding of
2879 local-function-key-map instead of function-key-map.
2880 (x-initialize-window-system): Make a copy of pure list. Pass a
2881 frame getenv.
2882
2883 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
2884 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
2885 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
2886 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
2887 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
2888 local-function-key-map instead of function-key-map.
2889
2890 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
2891 `substitute-key-definition' and `define-key' calls against
2892 multiple execution. Use terminal-local binding of
2893 local-function-key-map instead of function-key-map. Pass a frame
2894 to getenv.
2895
2896 * edmacro.el (edmacro-format-keys):
2897 * emulation/cua-base.el (cua--pre-command-handler):
2898 * isearch.el (isearch-other-meta-char):
2899 * xt-mouse.el: Use terminal-local binding of
2900 local-function-key-map instead of function-key-map.
2901
2902 * fringe.el (set-fringe-mode): Simplify and fix using
2903 `modify-all-frames-parameters'.
2904 * scroll-bar.el (set-scroll-bar-mode): Ditto.
2905 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
2906 check before calling `tool-bar-setup'.
2907 (tool-bar-setup): New variable.
2908 (tool-bar-setup): Use it to guard against multiple calls. Add
2909 optional frame parameter, and select that frame before adding items.
2910 (toggle-tool-bar-mode-from-frame): New function.
2911
2912 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
2913 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
2914 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
2915 "Tool-bar" toggles to reflect the state of the current frame.
2916 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
2917
2918 * env.el: Require cl for byte compilation (for `block' and `return').
2919 (environment, setenv-internal): New functions.
2920 (let-environment): New macro.
2921 (setenv, getenv): Add optional terminal parameter. Update docs.
2922 (setenv): Use setenv-internal. Always set process-environment.
2923 Handle `local-environment-variables'.
2924 (read-envvar-name, setenv, getenv): Use frame parameters
2925 to store the local environment, not terminal parameters. Include
2926 `process-environment' as well.
2927
2928 * faces.el (tty-run-terminal-initialization): New function.
2929 (tty-create-frame-with-faces): Use it. Set up faces and
2930 background mode only after the terminal has been initialized.
2931 Call terminal-init-*. Don't load the initialization file more
2932 than once. Call set-locale-environment.
2933 (frame-set-background-mode): Handle the 'background-mode terminal
2934 parameter.
2935 (tty-find-type): New function.
2936 (x-create-frame-with-faces): Remove bogus check for
2937 first frame. Call `tool-bar-setup'. Don't make frame visible
2938 until we are done setting up all its parameters. Call
2939 x-setup-function-keys.
2940
2941 * frame.el (make-frame): Always inherit 'environment and 'client
2942 parameters. Set up the 'environment frame parameter, when needed.
2943 Also inherit 'client parameter. Don't override explicitly
2944 specified values with inherited ones. Add 'terminal frame
2945 parameter. Append window-system-default-frame-alist to parameters
2946 before calling frame-creation-function.
2947 (frame-initialize): Copy the environment from the initial frame.
2948 (window-system-default-frame-alist): Enhance doc string.
2949 (frame-notice-user-settings): Don't put 'tool-bar-lines in
2950 `default-frame-alist' when initial frame is on a tty.
2951 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
2952 Remove specified parameters from `window-system-default-frame-alist'.
2953 (make-frame-on-tty, framep-on-display, suspend-frame):
2954 Extend doc string, update parameter names.
2955 (frames-on-display-list): Use terminal-id to get the display id.
2956 (frame-notice-user-settings): Extend to apply
2957 settings in `window-system-default-frame-alist' as well.
2958 (terminal-id, terminal-parameters, terminal-parameter)
2959 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
2960 (delete-frame-functions): Add to `delete-frame-functions' hook.
2961 (blink-cursor-mode): Adapt blink-cursor-mode default
2962 value from startup.el.
2963 (make-frame-on-display): Protect condition on x-initialized when
2964 x-win.el is not loaded. Update doc.
2965 (suspend-frame): Use display-controlling-tty-p to decide between
2966 suspend-emacs and suspend-tty.
2967 (frames-on-display-list): Update for display ids.
2968 (framep-on-display): Ditto.
2969 (suspend-frame): Use display-name, not frame-tty-name.
2970 (selected-terminal): New function.
2971
2972 * server.el: Use `device' instead of `display' or `display-id' in
2973 variable and client parameter names.
2974 (server-select-display): Remove (unused).
2975 (server-tty-live-p, server-handle-delete-tty): Remove.
2976 (server-unquote-arg, server-quote-arg, server-buffer-clients):
2977 Update docs.
2978 (server-getenv-from, server-with-environment, server-send-string)
2979 (server-save-buffers-kill-terminal): New functions.
2980 (server-delete-client): Handle quits in kill-buffer. Don't kill
2981 modified buffers. Add extra logging. Delete frames after
2982 deleting the tty. Clear 'client parameter before deleting a frame.
2983 Use delete-display, not delete-tty.
2984 (server-visit-files): Don't set `server-existing-buffer' if the
2985 buffer already has other clients. Return list of buffers
2986 created. Update doc. Don't set client-record when nowait.
2987 (server-handle-delete-frame): Delete the client if this was its
2988 last frame. Check that the frame is alive. Remove bogus comment.
2989 Add note on possible race condition. Delete tty clients, if needed.
2990 (server-handle-suspend-tty): Use server-send-string. Kill the
2991 client in case of errors from process-send-string. Use the display
2992 parameter.
2993 (server-unload-hook): Remove obsolete delete-tty hook.
2994 (server-start): Ask before restarting if the old server still has
2995 clients. Add feedback messages. Remove obsolete delete-tty hook.
2996 (server-process-filter): Use server-send-string. Accept `-dir'
2997 command. Switch to *scratch* immediately after creating the frame,
2998 before evaluating any -evals. Protect `display-splash-screen'
2999 call in a condition-case. Explain why. Call
3000 `display-startup-echo-area-message' before
3001 `display-splash-screen'. Don't display the splash screen when no
3002 frame was created. Show the Emacs splash screen and startup echo
3003 area message. Display the *scratch* buffer by default. Store the
3004 local environment in a frame (not terminal) parameter. Do not try
3005 to decode environment strings. Fix reference to the 'display
3006 frame parameter. Change syntax of environment variables. Put
3007 environment into terminal parameters, not client parameters. Use
3008 a dummy client with --no-wait's X frames. In `-position LINE'
3009 handler, don't ruin the request string until the line number is
3010 extracted. Log opened files. Handle -current-frame command.
3011 Don't create frames when it is given. Don't bind X frames to the
3012 client when we are in -no-wait mode. Set locale environment
3013 variables from client while creating tty frames. Disable call to
3014 configure-display-for-locale. When processing -position command,
3015 don't change the request string until the parameters are
3016 extracted. Don't try to create an X frame when Emacs does not
3017 support it. Improve logging. Temporarily set ncurses-related
3018 environment variables to those of the client while creating a new
3019 tty frame. Select buffers opened by nowait clients, don't leave
3020 them buried under others. Set the display parameter, and use it
3021 when appropriate.
3022
3023 * startup.el (display-startup-echo-area-message): Handle
3024 `inhibit-startup-echo-area-message' here.
3025 (command-line-1): Moved from here.
3026 (fancy-splash-screens): Use `overriding-local-map' instead of
3027 `overriding-terminal-local-map' for now; the latter doesn't work
3028 right, it looses keypresses to another terminal. Use
3029 `overriding-terminal-local-map' to set up keymap. Install a
3030 `delete-frame-functions' hook to catch `delete-frame' events.
3031 Ignore `select-window' events to cope better with
3032 `focus-follows-mouse'. Don't switch back to the original buffer
3033 if the splash frame has been killed. Restore previous buffer, even
3034 if it's *scratch*.
3035 (normal-splash-screen): Don't let-bind `mode-line-format'; it
3036 changes the global binding - setq it instead. Use
3037 `save-buffers-kill-terminal'.
3038 (display-splash-screen): Don't do anything if the splash screen is
3039 already displayed elsewhere.
3040 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
3041 (command-line): Replace duplicated code with a call to
3042 tty-run-terminal-initialization. Don't load the terminal
3043 initialization file more than once. Remove call to nonexistent
3044 function `set-locale-translation-file-name'.
3045
3046 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
3047 parameters.
3048 (xterm-mouse-position-function, xterm-mouse-event): Update.
3049 (xterm-mouse-mode): Don't depend on current value of window-system.
3050 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3051 Update for multi-tty.
3052 (turn-on-xterm-mouse-tracking-on-terminal)
3053 (turn-off-xterm-mouse-tracking-on-terminal)
3054 (xterm-mouse-handle-delete-frame): New functions.
3055 (delete-frame-functions, after-make-frame-functions)
3056 (suspend-tty-functions, resume-tty-functions): Install extra hooks
3057 for multi-tty.
3058
3059 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3060
3061 * ps-print.el: Fix the usage of :foreground and :background face
3062 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3063 (ps-print-version): New version 7.2.5.
3064 (ps-face-attributes, ps-face-attribute-list, ps-face-background): Fix
3065 code.
3066 (ps-face-foreground-color-p, ps-face-background-color-p)
3067 (ps-face-color-p): New inline funs.
3068 (ps-background, ps-begin-file, ps-build-reference-face-lists): Use
3069 `mapc' rather than `mapcar'.
3070
3071
3072 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * simple.el (invisible-p): Remove: implemented in C now.
3075 (line-move-invisible-p): Remove obsolete alias.
3076
3077 2007-08-28 Juri Linkov <juri@jurta.org>
3078
3079 * image-mode.el (image-type): New variable.
3080 (image-mode): Set default major mode name to "Image[text]".
3081 (image-minor-mode): Change LIGHTER to display image-type in the
3082 mode line.
3083 (image-minor-mode): Set default image-type to "text".
3084 (image-toggle-display): After switching to text mode, set
3085 image-type to "text" and major mode name to "Image[text]".
3086 After switching to image mode, set image-type to actual image
3087 type, and add image type to major mode name. Let-bind the same
3088 variable names as arguments of `image-type' and `create-image'.
3089 Bind `type' to the result of `image-type' and use it as arg
3090 of `create-image' to not determine the image type twice.
3091
3092 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
3095 (tramp-set-file-uid-gid, tramp-get-local-uid)
3096 (tramp-get-local-gid): New defuns.
3097 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
3098 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
3099 Improve fast track.
3100 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
3101 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
3102 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3103 (tramp-handle-write-region): Improve fast track.
3104 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
3105 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
3106 be nil.
3107
3108 2007-08-28 Ivan Kanis <apple@kanis.eu>
3109
3110 * time.el: New feature to display several time zones in a buffer.
3111 (display-time-world-mode, display-time-world-display)
3112 (display-time-world, display-time-world-timer): New functions.
3113 (display-time-world-list, display-time-world-time-format)
3114 (display-time-world-buffer-name, display-time-world-timer-enable)
3115 (display-time-world-timer-second, display-time-world-mode-map):
3116 New variables.
3117
3118 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3119
3120 * term/x-win.el (x-gtk-stock-map): New variable.
3121 (x-gtk-map-stock): New function.
3122
3123 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
3124 prev/next-node.
3125
3126 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
3127
3128 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
3129
3130 2007-08-28 Glenn Morris <rgm@gnu.org>
3131
3132 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
3133
3134 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3135
3136 * progmodes/modula2.el (m2-definition, m2-module):
3137 Don't use previous-line. Reported by T. V. Raman.
3138
3139 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3140
3141 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
3142 argument to tool-bar-mode call.
3143
3144 2007-08-27 Glenn Morris <rgm@gnu.org>
3145
3146 * diff-mode.el (diff-find-file-name): Only accept regular files,
3147 to rule out /dev/null, directories, etc.
3148
3149 * vc-svn.el (vc-svn-diff): If the repository version of all the
3150 files is the same as the specified OLDVERS, do a local diff.
3151
3152 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
3155 of buffers in uniquify-managed.
3156
3157 * simple.el (invisible-p): Rename from text-invisible-p.
3158 Update callers.
3159
3160 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
3163 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
3164 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
3165 (cperl-etags-goto-tag-location): Use new style backquotes.
3166
3167 * net/browse-url.el: Remove spurious * in custom docstrings.
3168 (browse-url-filename-alist): Use new-style backquote.
3169
3170 * emacs-lisp/backquote.el (backquote-unquote-symbol)
3171 (backquote-splice-symbol): Clarify they're not new-style unquotes.
3172
3173 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
3174 (\,@): Backslash the , and ,@ which are not new-style unquotes.
3175
3176 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
3177
3178 * net/socks.el (socks-username/password-auth-filter):
3179 Remove unused vars `state' and `desired-len'.
3180 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
3181 (socks-wait-for-state-change): Use new-style backquotes.
3182
3183 * pcvs.el (cvs-mode-status): Fix long-standing typo.
3184
3185 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
3186 backquotes after each `read' rather than once per buffer.
3187
3188 * dframe.el: Remove spurious * in custom docstrings.
3189 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
3190 (dframe-xemacs20p): Remove, inline at the sole use point.
3191 (defface): Don't defvar the face, don't use old-style backquote.
3192 (defcustom): Don't use old-style backquote.
3193 (dframe-frame-parameter, dframe-mouse-event-p):
3194 Make it obvious that it's always defined.
3195 (dframe-popup-kludge): New function to replace
3196 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
3197 (dframe-frame-mode, dframe-set-timer-internal)
3198 (dframe-mouse-set-point): Remove use of with-no-warnings from
3199 XEmacs-specific code.
3200 (dframe-set-timer-internal): Fix very old bug with
3201 post-command-idle-hook.
3202
3203 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
3204
3205 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3206
3207 * emacs-lisp/avl-tree.el: New file.
3208
3209 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3210
3211 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
3212 was used.
3213
3214 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
3215
3216 * complete.el (PC-do-completion): Make RET accept a non-unique but
3217 complete expansion again.
3218
3219 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
3220
3221 * eshell/esh-opt.el (eshell-eval-using-options):
3222 Add debug declaration.
3223
3224 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
3225
3226 * log-view.el (log-view-toggle-mark-entry): Add docstring.
3227 (log-view-get-marked): Likewise.
3228
3229 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
3230 (vc-delete-automatic-version-backups): Likewise.
3231
3232 * vc.el (vc-dired-buffers-for-dir): Likewise.
3233
3234 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3235
3236 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
3237 safe-local-variable setting.
3238 * progmodes/perl-mode.el (perl-indent-level): Likewise.
3239
3240 * log-view.el (log-view-marked-list): Delete variable.
3241 (log-view-mode): Don't use it.
3242 (log-view-toggle-mark-entry): Likewise, simplify.
3243 (log-view-current-tag): Don't return properties.
3244 (log-view-get-marked): New function.
3245
3246 2007-08-25 Alexandre Julliard <julliard@winehq.org>
3247
3248 * vc-git.el (vc-git-mode-line-string): New function.
3249
3250 2007-08-25 Alan Mackenzie <acm@muc.de>
3251
3252 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
3253 new language variable.
3254
3255 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
3256 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
3257 "extern" etc., rather than BOI. Fix addition of spurious
3258 syntactic-symbol 'defun-block-intro, replacing it with
3259 'innamespace, etc.
3260
3261 2007-08-25 Juri Linkov <juri@jurta.org>
3262
3263 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
3264
3265 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
3266 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
3267 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
3268
3269 * image.el (image-type-header-regexps): Use more complex regexp for svg.
3270 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
3271 (image-type-auto-detectable): Add (svg . maybe).
3272
3273 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
3274 to treat it like .tgz.
3275
3276 * calendar/cal-bahai.el: Add file coding cookie.
3277
3278 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
3279
3280 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
3281 Don't behave differently when executed via M-x. Add doc string.
3282
3283 * sort.el (sort-fold-case, sort-numeric-base): Mark as
3284 safe-local-variable.
3285
3286 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
3287
3288 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
3289 the default value.
3290 (math-calendar-tzinfo): New variable.
3291 (math-get-calendar-tzinfo): New function.
3292 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
3293 to get information when zone is nil.
3294
3295 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * log-view.el (log-view-toggle-mark-entry): New function.
3298 (log-view-mode-map): Bind it.
3299 (log-view-marked-list): New variable.
3300 (log-view-mode): Make it local.
3301
3302 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3303
3304 * play/zone.el (zone-pgm-rat-race): New func.
3305 (zone-programs): Add `zone-pgm-rat-race'.
3306
3307 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
3310 a list.
3311
3312 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
3313
3314 * progmodes/hideshow.el (hs-match-data): Delete alias.
3315 (hs-hide-block-at-point, hs-find-block-beginning)
3316 (hs-show-block): Use `match-data' directly.
3317
3318 2007-08-24 Martin Rudalics <rudalics@gmx.at>
3319
3320 * format.el (format-alist): Fix typo in doc-string.
3321
3322 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/tramp.el (tramp-local-host-p): New defun.
3325 (tramp-handle-file-local-copy, tramp-handle-write-region):
3326 Implement fast track when being on the local host.
3327 (tramp-file-name-handler): Don't set "started" property. It shall
3328 be reserved for the "ftp" method.
3329 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
3330
3331 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
3332 (tramp-ftp-file-name-handler): Set "started" property.
3333
3334 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3335
3336 * files.el (backup-buffer-copy): Don't wrap delete in
3337 condition-case, only try to delete if file exists.
3338
3339 2007-08-24 Glenn Morris <rgm@gnu.org>
3340
3341 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
3342
3343 * startup.el (tutorial-directory): Set with eval-at-startup so it
3344 gets the right value in an installed Emacs.
3345
3346 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3347
3348 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
3349 (eldoc-highlight-function-argument): Use it.
3350
3351 2007-08-23 Masatake YAMATO <jet@gyve.org>
3352
3353 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
3354 name of parameters in document body.
3355
3356 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
3359 (byte-compile-output-as-comment): Use with-current-buffer rather than
3360 a weird set-buffer&prog1 combination.
3361
3362 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
3363 test so as to optimise cases where the `progn's result is constant.
3364
3365 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
3366
3367 * locate.el (locate-get-file-positions):
3368 Use line-beginning-position and line-end-position.
3369
3370 2007-08-23 John Wiegley <johnw@newartisans.com>
3371
3372 * calendar/cal-bahai.el: Added in the diacriticals that were
3373 missing for many of the month names.
3374
3375 2007-08-22 Jason Rumney <jasonr@gnu.org>
3376
3377 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
3378
3379 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
3380
3381 * image-mode.el (image-minor-mode): Use image-mode-text-map.
3382
3383 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3384
3385 * dabbrev.el (dabbrev--progress-reporter): New variable.
3386 (dabbrev--scanning-message): Delete func.
3387 (dabbrev--find-expansion): Use a progress reporter
3388 instead of dabbrev--scanning-message.
3389
3390 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * comint.el (comint-exec-1): Raise an error if
3393 `start-file-process' does not return a process object.
3394
3395 * shell.el (shell): Prompt for `default-directory' if it is a
3396 remote file name, and if called with a prefix arg.
3397
3398 2007-08-22 Sam Steingold <sds@gnu.org>
3399
3400 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
3401
3402 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
3403
3404 * textmodes/org-export-latex.el: New file.
3405
3406 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
3407
3408 * textmodes/org.el (org-agenda-skip): Allow a form for
3409 `org-agenda-skip-function'.
3410 (org-agenda-redo): Re-use local settings.
3411 (org-agenda): Store local settings.
3412 (org-agenda-deadline-faces): New option.
3413 (org-agenda-deadline-face): New function.
3414 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
3415 entries on their due date.
3416 (org-agenda-get-timestamps): No longer handle the due dates of
3417 schedules and deadline items.
3418 (org-insert-link-global, org-open-at-point-global): New commands.
3419 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
3420 :for-ascii parameter.
3421 (org-skip-comments): Function removed.
3422 (org-cleaned-string-for-export): Handle special table lines.
3423 (org-global-properties): New option.
3424 (org-entry-get-with-inheritance): Check global properties.
3425 (org-local-properties): New variable.
3426 (org-set-regexps-and-options): Find the #+PROPERTY line.
3427 (org-link-types): Change type into variable (was constant).
3428 (org-make-link-regexps): New function.
3429 (org-link-re-with-space, org-link-re-with-space2)
3430 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
3431 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
3432 these regular expressions happens now in the function
3433 `org-make-link-regexps'.
3434 (org-store-link): Call the functions in
3435 `org-store-link-functions'.
3436 (org-add-link-type): New function.
3437 (org-store-link-functions): New variable.
3438 (org-activate-tags): Force matches to be in headlines.
3439 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
3440 (org-columns-display-here): Make sure this works in a narrowed
3441 buffer by checking for point-min.
3442 (org-columns-display-here): Make the rest of the line intangible,
3443 so that point never can be there.
3444 (org-cleaned-string-for-export): Use `with-current-buffer'.
3445 (org-replace-region-by-html): Use `with-current-buffer'.
3446 (org-unfontify-region, org-do-occur, org-columns-display-here)
3447 (org-columns-remove-overlays, org-columns-quit)
3448 (org-columns-edit-value, org-columns-next-allowed-value)
3449 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
3450 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
3451 (org-agenda-todo, org-agenda-change-all-lines)
3452 (org-agenda-align-tags, org-agenda-priority)
3453 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
3454 (org-agenda-show-new-time, org-cleaned-string-for-export)
3455 (org-export-grab-title-from-buffer)
3456 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
3457 instead of `buffer-read-only'.
3458 (org-export-as-html): Set `coding-system-for-write'.
3459 (org-remember-store-without-prompt): New option.
3460 (org-archive-subtree): Fixed bug with modifying TODO keyword.
3461 (org-beginning-of-line): Also treat C-a special in items.
3462 (org-table-convert-refs-to-rc): Fixed problem with column
3463 reference after "..".
3464 (org-columns-compute): Don't mark buffer modified because of text
3465 properties.
3466 (org-batch-store-agenda-views): Use the variable
3467 `default-directory', not the function.
3468 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
3469 (org-clock-out-when-done): New option.
3470 (org-html-entities): Added HTML entities for smileys.
3471
3472 2007-08-22 Glenn Morris <rgm@gnu.org>
3473
3474 * image.el (create-image): Doc fix.
3475
3476 * startup.el (tutorial-directory): New constant.
3477 (fancy-splash-text): Tutorials now in tutorial-directory.
3478 * tutorial.el (help-with-tutorial): Tutorials now in
3479 tutorial-directory.
3480
3481 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
3482
3483 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
3484 otherwise.
3485 (tramp-get-remote-path): New defun. Replace occurrences of
3486 `tramp-default-remote-path' by this function.
3487 (tramp-set-remote-path): Move most of the code to
3488 `tramp-get-remote-path'.
3489 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
3490 existing directories, this is done already in
3491 `tramp-get-remote-path'.
3492
3493 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3494
3495 * image-file.el (image-file-name-extensions): Add "svg".
3496 * image.el (image-type-header-regexps): Add svg entry.
3497
3498 2007-08-22 Glenn Morris <rgm@gnu.org>
3499
3500 * files.el (backup-buffer-copy): Check backup directory is
3501 writable, to avoid infloop deleting old backup.
3502
3503 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
3504 movemail related variables.
3505 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
3506 will now be set before this is called.
3507
3508 2007-08-21 Juri Linkov <juri@jurta.org>
3509
3510 * delsel.el (delete-selection-pre-hook):
3511 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
3512 instead of checking last-command.
3513
3514 2007-08-21 Juri Linkov <juri@jurta.org>
3515
3516 * loadup.el: Preload "button".
3517
3518 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3521 Add previous-line and next-line.
3522
3523 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
3524 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
3525
3526 * vc-hooks.el (vc-menu-entry): New var.
3527 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
3528 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
3529 (vc-menu-map): Declare and initialize in one step.
3530 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
3531
3532 * menu-bar.el (vc-menu-map): Don't setup any more.
3533 Instead, just create the proper spot in the menu.
3534
3535 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * smerge-mode.el (smerge-resolve): New arg `safe'.
3538 (smerge-resolve-all, smerge-batch-resolve): New function.
3539 (smerge-refine): Make sure `diff' returns the expected result.
3540 (smerge-parsep-re): New const.
3541 (smerge-mode): Use it to adjust paragraph-separate.
3542
3543 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3544 Correctly match / regexp matchers as first char on a line when
3545 fontifying only that line.
3546
3547 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
3548
3549 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * vc-bzr.el: Don't fiddle with vc-handled-backend.
3552 (vc-bzr-registered): Don't redundantly protect against
3553 file-error. Actually use the format-specific code.
3554 (vc-bzr-buffer-nonblank-p): Remove.
3555 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
3556
3557 2007-08-20 Juri Linkov <juri@jurta.org>
3558
3559 * startup.el (fancy-splash-text): Change multiple tabs into one
3560 tab. Remove "Useful File menu items" section (with "Exit Emacs"
3561 and "Recover Crashed Session").
3562 (fancy-splash-screens): Set tab-width to 22.
3563 (normal-splash-screen): Replace literal tabs with \t and
3564 fix whitespace. Remove "Useful File menu items" section (with
3565 "Exit Emacs" and "Recover Crashed Session").
3566
3567 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3568
3569 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
3570 extracted from `eval-last-sexp-1'.
3571 (eval-last-sexp-1): Call `preceding-sexp'.
3572
3573 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
3574
3575 * vc-rcs.el (vc-rcs-annotate-command):
3576 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
3577 Add back :vc-annotate-prefix propertization.
3578
3579 2007-08-20 Andreas Schwab <schwab@suse.de>
3580
3581 * mail/rmail.el (rmail-autodetect): Doc fix.
3582
3583 2007-08-19 Juri Linkov <juri@jurta.org>
3584
3585 * startup.el (normal-splash-screen): Add more links.
3586
3587 2007-08-19 Juri Linkov <juri@jurta.org>
3588
3589 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
3590 because it's common to both types of splash screen: fancy and normal.
3591 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
3592 (exit-splash-screen): Rename from `fancy-splash-quit'.
3593 Use `quit-window' instead of `kill-buffer'.
3594 (fancy-splash-head): Use make-button to insert GNU image link.
3595 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
3596 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
3597 (normal-splash-screen): Put "Browse manuals" on the same line with
3598 "Emacs manual". Remove descriptions from "Useful tasks" and put
3599 all links in two columns on two lines.
3600
3601 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
3602
3603 * viper.el (viper-remove-hooks): Remove some additional viper hooks
3604 when the user calls viper-go-away.
3605 (viper-go-away): Restore the default of default-major-mode.
3606 Save the value of default-major-mode before vaperization.
3607
3608 * viper-cmd.el: Replace error "" with "Viper bell".
3609
3610 * viper-ex.el: Replace error "" with "Viper bell".
3611
3612 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
3613 buffer for which file is created.
3614
3615 2007-08-19 Glenn Morris <rgm@gnu.org>
3616
3617 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
3618 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
3619 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
3620 shadow files messing up the compilation.
3621
3622 2007-08-18 Glenn Morris <rgm@gnu.org>
3623
3624 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
3625 string. Also apply eldoc-argument-case in the help-split-fundoc
3626 case. Adapt for changed behavior of eldoc-function-argstring,
3627 eldoc-function-argstring-format, and
3628 eldoc-highlight-function-argument.
3629 (eldoc-highlight-function-argument): Handle nil INDEX argument,
3630 just call eldoc-docstring-format-sym-doc in that case.
3631 (eldoc-function-argstring): Change the behavior. Now it converts
3632 an argument list to a string.
3633 (eldoc-function-argstring-format): Change the behavior. Now it
3634 applies `eldoc-argument-case' to a string.
3635
3636 * progmodes/scheme.el (scheme-mode-variables): Set
3637 font-lock-comment-start-skip.
3638
3639 2007-08-18 Martin Rudalics <rudalics@gmx.at>
3640
3641 * progmodes/ada-mode.el (ada-create-syntax-table): Move
3642 set-syntax-table from here to ...
3643 (ada-mode): ... here. Do not change global value of
3644 comment-multi-line. Call new function
3645 ada-initialize-syntax-table-properties and add new function
3646 ada-handle-syntax-table-properties to font-lock-mode-hook.
3647 (ada-deactivate-properties, ada-initialize-properties): Replace
3648 by new functions ...
3649 (ada-handle-syntax-table-properties)
3650 (ada-initialize-syntax-table-properties)
3651 (ada-set-syntax-table-properties): ... to set up syntax-table
3652 properties uniformly, independently from whether font-lock-mode
3653 is enabled or not. Handle read-only buffers and do not change
3654 undo-list when setting syntax-table properties.
3655 (ada-after-change-function): Use ada-set-syntax-table-properties.
3656
3657 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3658
3659 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
3660 (meta-indent-current-nesting): Use a computation of the nesting
3661 instead.
3662 (meta-indent-current-indentation): Indentation is given according
3663 to nesting and if the previous line was finished or not.
3664 (meta-indent-unfinished-line): Tell if the current line ends with
3665 a finished expression.
3666 (meta-indent-looking-at-code): Like `looking-at', but checks if
3667 the point is in a string before.
3668 (meta-indent-level-count): Use it. Don't count parenthesis as it's
3669 done in the nesting function.
3670 (meta-indent-in-string-p): Tell if the current point is in a
3671 string.
3672 (meta-indent-calculate): Treat b-o-b as a special case. Use the
3673 previous functions.
3674
3675 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
3676
3677 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
3678 (copyright-update-year, copyright-update)
3679 (copyright-fix-years): Use it.
3680
3681 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
3682
3683 * emacs-lisp/copyright.el (copyright-update-year):
3684 Fix bug: Handle nil copyright-limit.
3685
3686 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
3687
3688 * calc/calc-units.el (math-standard-units): Give exact
3689 conversion for tsp.
3690
3691 * calc/calc.el (math-bignum-digit-length): Compute the
3692 appropriate value.
3693
3694 * calc/calc-bin.el (math-bignum-logb-digit-size)
3695 (math-bignum-digit-power-of-two):
3696 * calc/calc-comb.el (math-small-factorial-table):
3697 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
3698 (math-approx-gamma-const):
3699 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
3700 (math-besY1, math-bernoulli-b-cache):
3701 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3702 Remove `eval-when-compile's.
3703
3704 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3705
3706 * progmode/cperl-mode.el (cperl-look-at-leading-count)
3707 (cperl-find-pods-heres): Fix an error when typing expressions like
3708 `s{a}{b}'.
3709
3710 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3711
3712 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
3713 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
3714 a special case (there's no build number).
3715
3716 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
3717
3718 * completion.el (symbol-under-point, symbol-before-point)
3719 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
3720
3721 2007-08-17 Glenn Morris <rgm@gnu.org>
3722
3723 * progmodes/compile.el (compilation-get-file-structure): Make use
3724 of the directory part when checking for an existing entry, to
3725 handle files with same basename in different directories.
3726
3727 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
3728
3729 * calc/calc.el (calc-language-alist): Add texinfo-mode.
3730
3731 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3732
3733 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
3734 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
3735 (ps-paragraph-spacing): Docstring fix.
3736
3737 2007-08-16 Glenn Morris <rgm@gnu.org>
3738
3739 * ps-print.el (ps-font-size): Doc fix.
3740
3741 2007-08-16 Richard Stallman <rms@gnu.org>
3742
3743 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
3744
3745 2007-08-15 Juri Linkov <juri@jurta.org>
3746
3747 * startup.el (initialization): Change parent group from `internal'
3748 to `environment'.
3749 (initial-buffer-choice): New variable.
3750 (command-line): Revert 2007-07-02 change that sets
3751 buffer-offer-save in *scratch* and enables auto-save in it.
3752 (fancy-splash-text): Add links to existing items. Add new items
3753 with links for useful tasks. Move information about Control-g to
3754 fancy-splash-head. Move "Emacs Guided Tour" to the end.
3755 (fancy-splash-keymap): New variable.
3756 (fancy-splash-last-input-event): Remove variable.
3757 (fancy-splash-insert): Add processing of `:link' element.
3758 (fancy-splash-head): Replace "Type Control-l to begin editing"
3759 with "Type `q' to exit".
3760 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
3761 (fancy-splash-default-action, fancy-splash-special-event-action):
3762 Remove functions.
3763 (fancy-splash-quit): New function.
3764 (fancy-splash-screens): Rename input arg from `hide-on-input' to
3765 `static' and reverse the condition of its usage. Don't preserve
3766 original values of `minor-mode-map-alist',
3767 `emulation-mode-map-alists', `special-event-map'.
3768 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3769 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3770 Remove processing of special events. Use local key map
3771 `fancy-splash-keymap'. Set buffer to read-only.
3772 (normal-splash-screen): Rename input arg from `hide-on-input' to
3773 `static' and reverse the condition of its usage.
3774 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
3775 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
3776 Add links to existing items. Add new items with links for useful
3777 tasks. Use local key map `fancy-splash-keymap'.
3778 (display-splash-screen): Rename input arg from `hide-on-input' to
3779 `static'.
3780 (about-emacs): Add alias to display-splash-screen.
3781 (command-line-1): Use `initial-buffer-choice'.
3782
3783 * menu-bar.el (menu-bar-help-menu):
3784 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
3785 item to about-emacs instead of display-splash-screen.
3786
3787 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
3788
3789 * calc/calc-units.el (math-standard-units): Update values.
3790 Put in exact, rational values when possible.
3791 (math-unit-prefixes): Replace floats with powers of ten.
3792 (math-standard-units-systems): Replace floats with integers.
3793 (math-make-unit-string): Remove extra spaces in output.
3794
3795 2007-08-15 Glenn Morris <rgm@gnu.org>
3796
3797 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
3798 sloppier, for the sake of GNU Mailman.
3799 (rmail-digest-rfc1153): Initialize `result' correctly.
3800
3801 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3802
3803 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
3804 in the mail title. Suggested by Reiner Steib.
3805
3806 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
3807
3808 * calc/calc-aent.el (calc-do-quick-calc): Add binary
3809 representation of integers to the list of outputs.
3810
3811 2007-08-14 Glenn Morris <rgm@gnu.org>
3812
3813 * simple.el (bad-packages-alist): New constant.
3814 (bad-package-check): New function. Together, these two add elements
3815 to `after-load-alist' to check for problematic external packages.
3816 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
3817
3818 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
3819
3820 * calc/calc-units.el (math-get-standard-units)
3821 (math-get-units, math-make-unit-string)
3822 (math-get-default-units, math-put-default-units): New functions.
3823 (math-default-units-table): New variable.
3824 (calc-convert-units, calc-convert-temperature): Add machinery
3825 to supply default values.
3826
3827 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
3830 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
3831 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
3832 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
3833
3834 * emulation/tpu-extras.el: Remove spurious * in docstrings.
3835 Put its autoloads into tpu-edt.el rather than loaddefs.el.
3836 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
3837 Make into a proper minor-mode.
3838 (tpu-backward-char, tpu-next-line, tpu-previous-line)
3839 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
3840 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
3841 (tpu-set-cursor-free, tpu-set-cursor-bound):
3842 Delegate to tpu-cursor-free-mode.
3843 (tpu-next-line, tpu-previous-line, tpu-forward-line)
3844 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
3845 Use line-move or forward-line instead of next-line-internal.
3846
3847 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
3848
3849 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
3850
3851 2007-08-12 Richard Stallman <rms@gnu.org>
3852
3853 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
3854 (cvs-execute-single-file): Use new name split-string-and-unquote.
3855 (cvs-header-msg): Use new name combine-and-quote-strings.
3856
3857 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
3858
3859 * progmodes/gud.el (gud-common-init): Use new name
3860 split-string-and-unquote.
3861
3862 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
3863 in javac regexp.
3864
3865 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
3866 combine-and-quote-strings and split-string-and-unquote.
3867
3868 * subr.el (combine-and-quote-strings): Rename from strings->string.
3869 (split-string-and-unquote): Rename from string->strings.
3870
3871 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
3874 to buffer-local settings.
3875
3876 * emacs-lisp/backquote.el (backquote-delay-process): New function.
3877 (backquote-process): Add internal arg `level'. Use the two to
3878 correctly handle nested backquotes.
3879
3880 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
3881
3882 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
3883 (vc-bzr-state-words): Add "kind changed" state word.
3884 (vc-bzr-status): New function. Return Bzr idea of file status,
3885 which is different from VC's.
3886 (vc-bzr-state): Use vc-bzr-status.
3887 (vc-workfile-unchanged-p): Use vc-bzr-status.
3888 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
3889 (vc-dired-state): Process "kind changed" state word.
3890
3891 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
3894
3895 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
3896 Move from vc-default-find-file-not-found-hook.
3897
3898 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * man.el: Remove spurious * in docstrings.
3901 Merge defvars and toplevel setq-defaults.
3902 (Man-highlight-references0): Limit=nil rather than point-max.
3903 (Man-mode-map): Move initialization into the declaration.
3904 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
3905 (Man-view-header-file): Use expand-file-name rather than concat.
3906 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
3907
3908 * man.el (Man-next-section): Make sure we do not move backward.
3909
3910 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * files.el (auto-mode-alist): Use the purecopied text (duh!).
3913
3914 2007-08-08 Glenn Morris <rgm@gnu.org>
3915
3916 * Replace `iff' in doc-strings and comments.
3917
3918 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3919
3920 * dired.el (dired-pop-to-buffer):
3921 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3922 * calendar/calendar.el (generate-calendar-window):
3923 * progmodes/compile.el (compilation-set-window-height):
3924 * textmodes/two-column.el (2C-two-columns, 2C-merge):
3925 Use window-full-width-p instead of comparing frame-width and
3926 window-width.
3927
3928 * progmodes/compile.el (compilation-find-buffer): Remove extra
3929 argument in call to compilation-buffer-internal-p.
3930
3931 2007-08-07 Tom Tromey <tromey@redhat.com>
3932
3933 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
3934 Add safe-local-variable property.
3935
3936 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * image-mode.el (image-toggle-display): Use image-refresh.
3939
3940 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
3941
3942 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3943 unofficial version.
3944 (vc-bzr-command): Remove redundant setting of process-connection-type.
3945 (vc-bzr-admin-checkout-format-file): Add autoload.
3946 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3947 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3948 (vc-bzr-registered): Compare dirstate format tag with known good
3949 value, abort parsing if match fails. Warn user in docstring.
3950 (vc-bzr-workfile-version): Case for different Bzr branch formats.
3951 See bzrlib/branch.py in Bzr sources.
3952 (vc-bzr-diff): First argument FILES may be a string rather than a list.
3953 (vc-bzr-shell-command): Remove in favor of
3954 vc-bzr-command-discarding-stderr.
3955 (vc-bzr-command-discarding-stderr): New function.
3956
3957 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
3958
3959 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3960 program, and return nil.
3961 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3962 (vc-bzr-state): Look for path names relative to the repository
3963 root after status keyword.
3964 (vc-bzr-file-name-relative): New function.
3965 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3966 depend on it.
3967 (vc-bzr-admin-dirname, ...-checkout-format-file)
3968 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3969 files that we now parse directly for speed.
3970 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3971 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3972 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
3973 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
3974 Bzr warnings, so we must discard it.
3975 (vc-bzr-workfile-version): Speedup counting lines from
3976 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3977 if that file doesn't exist.
3978 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3979 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
3980 to `vc-directory-exclusion-list'.
3981 (vc-bzr-shell-command): New function.
3982
3983 2007-08-06 Tom Tromey <tromey@redhat.com>
3984
3985 * diff-mode.el (diff-unified->context, diff-reverse-direction)
3986 (diff-fixup-modifs): Typo in docstring.
3987
3988 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3991 count-screen-lines.
3992 (tpu-edt-off): Disable relevant pieces of advice.
3993
3994 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3995 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
3996 (newline, newline-and-indent, do-auto-fill): Use advice instead of
3997 redefining the function.
3998 (tpu-set-scroll-margins): Activate the pieces of advice.
3999
4000 2007-08-06 Martin Rudalics <rudalics@gmx.at>
4001
4002 * help.el (resize-temp-buffer-window): Use window-full-width-p
4003 instead of comparing frame-width and window-width.
4004
4005 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
4006
4007 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
4008 optional quotes around files in NEED-UPDATE . REMOVED case.
4009
4010 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
4011 (ada-treat-cmd-string): Improve error message.
4012 (ada-do-file-completion): Call `ada-require-project-file', so
4013 project variables are set properly.
4014 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
4015 (ada-gnatfind-buffer-name): New constant.
4016 (ada-find-any-references): Use new constant. Set buffer name
4017 properly in compilation-start. Toggle read-only properly.
4018 (ada-find-in-src-path): Fix spelling error in docstring.
4019
4020 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
4021 by zero error.
4022
4023 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
4026
4027 2007-08-12 Richard Stallman <rms@gnu.org>
4028
4029 * progmodes/sh-script.el (sh): Delete group `unix'.
4030
4031 * progmodes/gud.el (gud): Change to group `processes'.
4032
4033 2007-08-11 Glenn Morris <rgm@gnu.org>
4034
4035 * progmodes/compile.el (compilation-buffer-name): Don't check
4036 compilation-arguments. It is superfluous, and the variable isn't
4037 even set when this function is called.
4038
4039 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4040
4041 * term/mac-win.el (mac-ae-reopen-application): New function.
4042 (mac-apple-event-map): Bind "reopen application" Apple event to it.
4043
4044 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
4047 take tex-font-script-display into account.
4048 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
4049 cell to a list of 2 elements to simplify the unfontify code.
4050
4051 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4052
4053 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
4054 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
4055 ps-print-color-p is neither nil nor black-white. Reported by Christian
4056 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4057
4058 2007-08-08 Andreas Schwab <schwab@suse.de>
4059
4060 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
4061 self-insert-command, not self-insert.
4062
4063 2007-08-08 Glenn Morris <rgm@gnu.org>
4064
4065 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
4066 argument optional, for backwards compatibility, and only highlight
4067 args when present. Fix symbol name typo (doc/args).
4068
4069 * help-mode.el (help-make-xrefs): Search for symbol constituents,
4070 rather than just `-'.
4071
4072 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
4073
4074 * calc/calc-units.el (calc-convert-temperature):
4075 Use `/' to create fractions.
4076
4077 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
4078
4079 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
4080 global matching.
4081 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
4082 ERROR-BUFFER more robust. Display output.
4083 (tramp-file-name-handler): Add a connection property when we found
4084 a foreign file name handler. This allows backends like ftp to
4085 profit also from usr/host name completion based on connection
4086 cache.
4087 (tramp-send-command-and-read): Search for trash after the regexp
4088 until eol only. In XEmacs, there is a problem with \n.
4089
4090 * net/tramp-cache.el (top): Read persistent connection history
4091 when cache is empty.
4092
4093 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
4094
4095 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
4096 resulting output.
4097
4098 2007-08-07 Sam Steingold <sds@gnu.org>
4099
4100 * progmodes/compile.el (compilation-start): Pass nil as startfile
4101 to comint-exec.
4102
4103 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
4104
4105 * longlines.el (longlines-decoded): New variable.
4106 (longlines-mode): Avoid encoding or decoding the buffer twice.
4107
4108 2007-08-07 Martin Rudalics <rudalics@gmx.at>
4109
4110 * format.el (format-insert-file): Make sure that at most one undo
4111 entry is recorded for the insertion. Inhibit point-motion and
4112 modification hooks around call to insert-file-contents.
4113
4114 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
4117 Select the buffer's window before moving point.
4118
4119 2007-08-07 Richard Stallman <rms@gnu.org>
4120
4121 * term.el (term): Remove parent group `unix'.
4122
4123 * simple.el (default-indent-new-line): New function.
4124 It calls comment-line-break-function if there are comments.
4125 (do-auto-fill): Use that.
4126
4127 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
4128
4129 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
4130 (PC-do-completion): Add "acronym completion" for symbols and
4131 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
4132
4133 2007-08-06 Sam Steingold <sds@gnu.org>
4134
4135 * mouse.el (mouse-buffer-menu): Pass mode-name through
4136 format-mode-line because it may be a list,
4137 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
4138
4139 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
4140
4141 * printing.el (pr-update-menus): Docstring fix.
4142
4143 2007-08-06 Jason Rumney <jasonr@gnu.org>
4144
4145 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
4146
4147 * vc-hooks.el (vc-call): Add doc string.
4148
4149 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
4150
4151 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
4152 process-filter.
4153
4154 2007-08-06 Kenichi Handa <handa@m17n.org>
4155
4156 * international/quail.el: Wrap (require 'help-mode) by
4157 eval-when-compile.
4158 (quail-help-init): New function.
4159 (quail-help): Call quail-help-init.
4160 (quail-store-decode-map-key): Change it to a function.
4161
4162 2007-08-05 Jason Rumney <jasonr@gnu.org>
4163
4164 * vc.el (vc-rollback): Add norevert argument back.
4165 (vc-revert-buffer): Add back as obsolete alias.
4166
4167 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
4168
4169 * term.el: Honor term-default-fg-color and term-default-bg-color
4170 settings when modifying term-current-face.
4171 (term-default-fg-color, term-default-bg-color): Initialize from
4172 default term-current-face.
4173 (term-mode, term-reset-terminal): Set term-current-face with
4174 term-default-fg-color and term-default-bg-color.
4175 (term-handle-colors-array): term-current-face has term-default-fg-color
4176 and term-default-bg-color after reset escape sequence.
4177 (term-handle-colors-array): Set term-current-color with
4178 term-default-fg/bg-color instead of ansi-term-color-vector when the
4179 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
4180
4181 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4182
4183 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
4184 (math-nlfit-givens): Let bind free variables.
4185
4186 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
4187
4188 * printing.el: Require lpr and ps-print when loading printing package.
4189 Reported by Glenn Morris <rgm@gnu.org>.
4190
4191 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * files.el (set-auto-mode): Handle also remote files wrt
4194 `auto-mode-alist'.
4195
4196 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
4197
4198 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
4199 curves and plotting.
4200
4201 * calc/calc-nlfit.el: New file.
4202
4203 2007-08-04 Glenn Morris <rgm@gnu.org>
4204
4205 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
4206 zero, not nil, when the library is first loaded. Check for a file
4207 that has been modified on disk.
4208
4209 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
4210 Remove duplicate defvar preventing initialization.
4211 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
4212
4213 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
4216 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
4217 may match up to 4 lines.
4218 (diff-beginning-of-file-and-junk): Rewrite.
4219
4220 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4221
4222 * printing.el: Evaluate require only during compilation.
4223 (pr-version): New version 6.9.1.
4224 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
4225 (pr-global-menubar): Fix code.
4226
4227 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
4228
4229 * term.el (term-erase-in-display): Fix case when point is not at
4230 the beginning of the line.
4231
4232 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
4233
4234 * calc/calc-ext.el (math-get-value, math-get-sdev)
4235 (math-contains-sdev): New functions.
4236
4237 * calc/calc-graph.el (calc-graph-format-data)
4238 (calc-graph-add-curve): Check for error forms.
4239 (calc-graph-set-styles): Add option for error forms.
4240
4241 2007-08-03 Miles Bader <miles@gnu.org>
4242
4243 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
4244 backend names for new backends to `Git', `Hg', and `Bzr'.
4245 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
4246 not `HG'.
4247 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
4248 name, not `GIT'.
4249 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
4250 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
4251
4252 2007-08-03 Richard Stallman <rms@gnu.org>
4253
4254 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
4255 to update deleted flag.
4256
4257 * cus-edit.el (customize-apropos, customize-apropos-options)
4258 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
4259
4260 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
4261
4262 * startup.el (fancy-splash-head, startup-echo-area-message):
4263 Change message text.
4264
4265 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
4266 All callers use line-move.
4267
4268 * progmodes/compile.el (compilation-find-buffer): Return current
4269 buffer immediately if suitable.
4270 (compile, compilation-buffer-name, compilation-start): Doc fixes.
4271
4272 2007-08-03 Daiki Ueno <ueno@unixuser.org>
4273
4274 * faces.el (face-normalize-spec): New function.
4275 (frame-set-background-mode): Normalize face-spec before calling
4276 face-spec-match-p.
4277
4278 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * server.el (server-window): Add switch-to-buffer-other-frame option.
4281
4282 2007-08-03 Glenn Morris <rgm@gnu.org>
4283
4284 * cus-edit.el (customize-apropos): Make the error message indicate
4285 what kind of thing the user was trying to customize.
4286
4287 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
4288
4289 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
4290 Fix off-by-one error in previous change.
4291
4292 2007-08-03 Drew Adams <drew.adams@oracle.com>
4293
4294 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
4295 Make buffer writable.
4296
4297 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4298
4299 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
4300 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
4301 Use native Emacs functions, when appropriate.
4302
4303 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
4304 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * vc.el: Document new VC operation `extra-menu'.
4307
4308 * vc-hooks.el (vc-default-extra-menu): New function.
4309
4310 * menu-bar.el (menu-bar-vc-filter): New function.
4311 (menu-bar-tools-menu): Use it as a filter.
4312
4313 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
4314
4315 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4316
4317 2007-08-01 Glenn Morris <rgm@gnu.org>
4318
4319 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4320 strings.
4321 (fortran-tab-mode-default): Remove needless autoload.
4322 (fortran-tab-mode-string): Add help-echo and mouse properties, and
4323 mark as risky.
4324 (fortran-line-length): New buffer-local variable, safe if integer.
4325 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
4326 Change from variables to constants.
4327 (fortran-font-lock-syntactic-keywords): Delete as a variable,
4328 replace with a new function definition.
4329 (fortran-mode): Use fortran-line-length, and
4330 fortran-font-lock-syntactic-keywords as a function. Add a
4331 hack-local-variables-hook function.
4332 (fortran-line-length, fortran-hack-local-variables): New functions.
4333 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
4334 Use fortran-line-length rather than 72.
4335 (fortran-window-create-momentarily): Doc fix.
4336
4337 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
4338
4339 * cus-edit.el (custom-group-value-create, custom-goto-parent):
4340 Fix parent groups link.
4341
4342 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
4343
4344 * progmodes/python.el (python-current-defun): Adjust to never fall
4345 into infinite loop.
4346
4347 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
4350
4351 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
4352
4353 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
4354 (copyright-fix-years, copyright): Correctly handle the case where
4355 copyright-limit is nil.
4356
4357 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
4358
4359 * progmodes/python.el (run-python): Fix path separator under w32.
4360
4361 2007-07-30 Richard Stallman <rms@gnu.org>
4362
4363 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4364 Treat non-break space as whitespace in Lisp.
4365
4366 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * vc.el (vc-dired-hook): Use inhibit-read-only.
4369
4370 * progmodes/compile.el (compilation-forget-errors):
4371 Reset compilation-auto-jump-to-next.
4372
4373 2007-07-30 Michael Olson <mwolson@gnu.org>
4374
4375 * cus-edit.el (custom-group-save): Fix void function definition
4376 error. Thanks to Zhang Wei for the report.
4377
4378 * ps-print.el: Check in trivial changes to the autoloads section
4379 caused by the build process. These autoloads really ought to be
4380 placed in a separate file, methinks.
4381
4382 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 * calendar/calendar.el (calendar-mode): Make sure
4385 displayed-(month|year) are set.
4386 (calendar-basic-setup): Display buffer before adjusting window sizes.
4387 (generate-calendar-window): Use inhibit-read-only. Simplify.
4388 Generate buffer and set displayed-month and displayed-year before
4389 calling update-calendar-mode-line.
4390
4391 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
4392
4393 * net/tramp.el:
4394 * net/tramp-uu.el:
4395 * net/trampver.el: Use utf-8 encoding with coding cookie.
4396
4397 * net/tramp-cache.el:
4398 * net/tramp-fish.el:
4399 * net/tramp-ftp.el:
4400 * net/tramp-gw.el:
4401 * net/tramp-smb.el: Remove coding cookie.
4402
4403 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4404 Flush buffer file-name's file property.
4405 (tramp-handle-file-remote-p): The first parameter is FILENAME.
4406
4407 * net/trampver.el: Update release number.
4408
4409 2007-07-29 Juri Linkov <juri@jurta.org>
4410
4411 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
4412 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
4413 when major-mode is not dired-mode.
4414 (dired-toggle-read-only): New function.
4415 (dired-recursive-deletes): Remove obsolete comments about old
4416 default value.
4417 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
4418
4419 * wdired.el (wdired-exit): New function.
4420 (wdired-mode-map): Bind C-x C-q to wdired-exit.
4421
4422 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * cus-edit.el (customize-read-group): New fun.
4425 (customize-group-other-window, customize-face-other-window):
4426 Prompt before delegating to customize-(group|face).
4427 Bind pop-up-windows rather than use the other-window argument.
4428 (customize-group, customize-face): Prompt from the interactive spec.
4429 Remove args `prompt-for-group' and `other-window'.
4430
4431 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
4432 (ad-body-forms, ad-advised-interactive-form): Revert this part of
4433 last change.
4434
4435 2007-07-28 Masatake YAMATO <jet@gyve.org>
4436
4437 * vc.el (vc-dired-mode): Add a menu for VC related operation.
4438 Use backend name as the menu label. Suggested by David Kastrup.
4439
4440 2007-07-28 Alan Mackenzie <acm@muc.de>
4441
4442 Fix problem with modes derived from CC Mode:
4443 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
4444 macro to cc-langs.
4445 (c-init-language-vars-for): Remove call to above macro.
4446 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
4447 been moved to here.
4448 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
4449
4450 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4451
4452 * net/trampver.el: Fix the `coding' cookie.
4453
4454 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * vc-git.el (vc-git-print-log): Support both the old single file
4457 interface and the new one.
4458
4459 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
4460
4461 * bindings.el (mode-line-remote): Use updated %@ construct.
4462
4463 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4466 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
4467 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
4468 (diary-list-bahai-entries, diary-bahai-mark-entries)
4469 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
4470 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4471 New names to clean up namespace.
4472 (list-bahai-diary-entries, mark-bahai-diary-entries)
4473 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
4474 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
4475 Add compatibility aliases.
4476
4477 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
4478
4479 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
4480 (calendar-scroll-left-three-months)
4481 (calendar-scroll-right-three-months): Clean up namespace.
4482 (scroll-calendar-left, scroll-calendar-right)
4483 (scroll-calendar-left-three-months)
4484 (scroll-calendar-right-three-months): Add compatibility aliases.
4485
4486 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4487 Behave like mouse-scroll-calendar-* when used from the mouse.
4488
4489 * calendar/cal-menu.el (cal-menu-scroll-menu)
4490 (cal-menu-global-mouse-menu):
4491 * calendar/calendar.el (calendar-mode-map):
4492 Use new calendar-scroll-* names.
4493 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
4494 Remove. Use calendar-scroll-* directly instead.
4495
4496 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
4499 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
4500 (ad-make-advised-definition, ad-cache-id-verification-code):
4501 Use commandp and interactive-form instead.
4502
4503 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 * vc-git.el: Relicense to GPLv3 or later.
4506 (vc-directory-exclusion-list, vc-handled-backends): Remove.
4507
4508 * vc-hooks.el (vc-handled-backends): Add GIT.
4509
4510 * vc.el (vc-directory-exclusion-list): Add .git.
4511
4512 2007-07-26 Alexandre Julliard <julliard@winehq.org>
4513
4514 * vc-git.el (vc-git-revision-table)
4515 (vc-git-revision-completion-table): New functions.
4516
4517 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4518
4519 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
4520 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
4521 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
4522 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
4523 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
4524 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
4525 New command actions for EPS header and EPS footer.
4526
4527 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
4528 footer. Fix some problems with one-or-more, zero-or-more and
4529 alternative constructions generation. Some log messages
4530 implementation. Doc fix.
4531 (ebnf-version): New version 4.4.
4532 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
4533 (ebnf-eps-footer, ebnf-log): New options.
4534 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
4535 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
4536 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
4537 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
4538 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
4539 (ebnf-style-custom-list, ebnf-style-database): Put new values.
4540 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
4541 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
4542 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
4543 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
4544 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
4545 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
4546 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
4547 (ebnf-non-terminal-dimension, ebnf-special-dimension)
4548 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
4549 (ebnf-except-dimension, ebnf-alternative-dimension)
4550 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
4551 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
4552 message fun.
4553 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
4554 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
4555 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
4556 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
4557 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
4558 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
4559 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
4560 compatibility with Emacs 20 & 21.
4561 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
4562 (ebnf-eps-file-alist, ebnf-basic-width-extra)
4563 (ebnf-basic-empty-height): New vars.
4564 (ebnf-prologue): Fix PostScript code.
4565 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
4566 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
4567 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
4568 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
4569
4570 2007-07-25 Glenn Morris <rgm@gnu.org>
4571
4572 * Relicense all FSF files to GPLv3 or later.
4573
4574 * COPYING: Switch to GPLv3.
4575
4576 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
4579 Replace it with another one which disables undo before calling
4580 erase-buffer and then turns it back on if needed.
4581
4582 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4583
4584 * ps-print.el: Problem with foreground and background color when
4585 printing a buffer with and without faces. Reported by Christian
4586 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
4587 (ps-print-version): New version 6.7.5.
4588 (ps-default-fg): Change default value to nil, so black color is used
4589 when a face does not specify a foreground color.
4590 (ps-default-bg): Change default value to nil, so white color is used
4591 for background color.
4592 (ps-begin-job): Fix code.
4593
4594 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4595
4596 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
4597
4598 2007-07-24 Glenn Morris <rgm@gnu.org>
4599
4600 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4601 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4602 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4603 (cal-tex-cursor-week, cal-tex-cursor-week2)
4604 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4605 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4606 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4607 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4608
4609 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * calendar/calendar.el (calendar-mode-map): Move initialization
4612 into declaration. Add menu bindings (used to be done in cal-menu).
4613 (calendar-mode): Don't add an activate-menubar-hook.
4614
4615 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
4616 modify calendar-mode-map), use easy-menu, and make sure that C-h k
4617 can be used on the menu entries.
4618 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
4619 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
4620 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
4621 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
4622 (calendar-flatten, cal-menu-update): Remove.
4623 (calendar-mouse-insert-hebrew-diary-entry)
4624 (calendar-mouse-insert-islamic-diary-entry)
4625 (calendar-mouse-insert-bahai-diary-entry):
4626 Remove (fold into cal-menu-diary-menu).
4627 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
4628 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
4629 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
4630 (calendar-mouse-view-diary-entries): Minor simplifications.
4631 (calendar-event-to-date): Use with-current-buffer.
4632
4633 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * add-log.el (change-log-redate): Remove (not needed anymore and
4636 doesn't appear to work).
4637
4638 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * frame.el: Use mapc and dolist instead of mapcar where possible.
4641 (close-display-connection): New command.
4642
4643 2007-07-25 Alexandre Julliard <julliard@winehq.org>
4644
4645 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
4646 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
4647
4648 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4649
4650 * ps-print.el (ps-multibyte-buffer): Docstring fix.
4651
4652 * ps-mule.el: Doc fix.
4653 (ps-multibyte-buffer, ps-mule-font-info-database-default)
4654 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
4655
4656 2007-07-25 Glenn Morris <rgm@gnu.org>
4657
4658 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
4659 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
4660 (cal-tex-daily-end, cal-tex-hook)
4661 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
4662 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
4663 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4664 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4665 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
4666 (cal-tex-day-prefix, cal-tex-day-name-format)
4667 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
4668 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
4669 (cal-tex-LaTeX-subst-list): Change from variables to constants.
4670 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
4671 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
4672 etc, rather than \bf.
4673 (cal-tex-mini-calendar): Fix typos in previous change.
4674 (cal-tex-latexify-list): Remove inner let binding.
4675 (cal-tex-end-document, cal-tex-banner): Use multi-line
4676 cal-tex-comment.
4677 (cal-tex-comment): Handle embedded newlines.
4678 (cal-tex-LaTeXify-string): Use substring-no-properties.
4679
4680 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
4681
4682 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4683 Add support for the Maden build tool.
4684
4685 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
4686
4687 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
4688
4689 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
4692
4693 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4694
4695 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
4696 C-x C-q.
4697
4698 * vc-git.el (vc-git-print-log): Fix previous change.
4699
4700 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * window.el (save-selected-window): Minor optimization.
4703 (bw-adjust-window): If operation failed, try with a smaller delta.
4704 (window-fixed-size-p): New function.
4705 (window-area-factor): New var.
4706 (balance-windows-area): New command.
4707
4708 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
4709 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
4710 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
4711 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
4712 (ps-mule-begin-job): Use dolist.
4713
4714 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * subr.el (start-file-process-shell-command)
4717 (process-file-shell-command): New defuns.
4718
4719 * progmodes/compile.el (compilation-start):
4720 Apply `start-file-process-shell-command'.
4721
4722 2007-07-24 Alexandre Julliard <julliard@winehq.org>
4723
4724 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
4725
4726 2007-07-24 Alan Mackenzie <acm@muc.de>
4727
4728 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4729 Initialise byte-compile-unresolved-functions before rather than
4730 after a compilation.
4731 (byte-compile-unresolved-functions): Amplify doc string.
4732
4733 2007-07-24 Glenn Morris <rgm@gnu.org>
4734
4735 * startup.el (normal-splash-screen): Use `emacs-copyright'.
4736
4737 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
4738 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
4739 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
4740 (cal-tex-cursor-week, cal-tex-cursor-week2)
4741 (cal-tex-cursor-week-iso, cal-tex-week-hours)
4742 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
4743 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4744 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
4745
4746 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
4747 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
4748 (cal-tex-day-name-format, cal-tex-cal-one-month)
4749 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
4750 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
4751 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
4752 (cal-tex-list-holidays, cal-tex-cursor-year)
4753 (cal-tex-cursor-year-landscape, cal-tex-year)
4754 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
4755 (cal-tex-cursor-month, cal-tex-insert-days)
4756 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4757 (cal-tex-first-blank-p, cal-tex-cursor-week)
4758 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4759 (cal-tex-week-hours, cal-tex-cursor-week-monday)
4760 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
4761 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
4762 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
4763 (cal-tex-latexify-list, cal-tex-previous-month)
4764 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
4765 modernization, including using dotimes rather than
4766 calendar-for-loop.
4767 (cal-tex-LaTeX-subst-list): Remove `@'.
4768 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
4769 Use \textit and \textbf rather than \em and \it.
4770
4771 * calendar/cal-bahai.el (list-bahai-diary-entries)
4772 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
4773 * calendar/cal-islam.el (list-islamic-diary-entries)
4774 * calendar/calendar.el (generate-calendar, generate-calendar-month)
4775 * calendar/diary-lib.el (diary-list-entries)
4776 (mark-calendar-date-pattern): Use `dotimes' rather than
4777 `calendar-for-loop'.
4778
4779 * calendar/calendar.el (calendar-for-loop): Doc fix.
4780
4781 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
4784 underlying file is uptodate.
4785
4786 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
4787
4788 * replace.el (perform-replace): Use isearch-no-upper-case-p.
4789
4790 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * vc-hooks.el (vc-mode-line-map): New const.
4793 (vc-mode-line): Use it.
4794
4795 2007-07-23 Alexandre Julliard <julliard@winehq.org>
4796
4797 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
4798 (vc-git-unregister): New functions.
4799 (vc-git-find-version): Use the result of ls-files as a parameter
4800 for cat-file.
4801
4802 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
4803
4804 * net/tramp.el (tramp-perl-file-attributes)
4805 (tramp-perl-directory-files-and-attributes)
4806 (tramp-handle-file-attributes-with-stat)
4807 (tramp-handle-directory-files-and-attributes-with-stat)
4808 (tramp-convert-file-attributes): Handle huge file sizes.
4809
4810 2007-07-23 Juri Linkov <juri@jurta.org>
4811
4812 * isearch.el (isearch-message-function): New variable.
4813 (isearch-update, isearch-search): Use it.
4814
4815 * simple.el (goto-history-element): New function created from
4816 next-history-element.
4817 (next-history-element): Most code moved to goto-history-element.
4818 Call goto-history-element with (- minibuffer-history-position n).
4819 (previous-history-element): Call goto-history-element with (+
4820 minibuffer-history-position n).
4821 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
4822 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
4823 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
4824 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
4825 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
4826 (minibuffer-history-isearch-pop-state): New functions.
4827
4828 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4829
4830 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
4831 Also, if FILE is a list, return non-nil if any of its elements
4832 should stay local. Update docstring.
4833
4834 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
4837 change by reverting a small part.
4838
4839 2007-07-23 Richard Stallman <rms@gnu.org>
4840
4841 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
4842
4843 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4844
4845 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
4846 handling it. Use vc-git-command.
4847 (vc-git-find-version, vc-git-diff-tree): New functions.
4848 (vc-git-revert): Use vc-git-command.
4849 (vc-git--run-command): Delete.
4850
4851 2007-07-23 Alexandre Julliard <julliard@winehq.org>
4852
4853 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
4854
4855 2007-07-20 Kenichi Handa <handa@m17n.org>
4856
4857 * international/utf-8.el (utf-8-post-read-conversion):
4858 Temporarily bind utf-8-compose-scripts to nil while running
4859 *-compose-region functions.
4860
4861 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * vc-git.el: Update status.
4864 (vc-directory-exclusion-list): Use eval-after-load.
4865
4866 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
4867
4868 * bindings.el (mode-line-remote): New variable.
4869 (help-echo): Add to default values of mode-line-format.
4870
4871 * files.el: Mark mode-line-remote as risky.
4872
4873 2007-07-22 Juri Linkov <juri@jurta.org>
4874
4875 * isearch.el (isearch-edit-string): Save old point and
4876 isearch-other-end to old-point and old-other-end before reading
4877 the search string from minibuffer. After exiting minibuffer set
4878 point to old-other-end if point and the search direction is the
4879 same as before reading the search string.
4880 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
4881 to isearch-other-end. Instead of isearch-search-and-update call
4882 three functions isearch-search, isearch-push-state and isearch-update.
4883
4884 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4885
4886 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
4887 deal with multiple file arguments.
4888 (vc-git-print-log): Deal with multiple file arguments.
4889
4890 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
4893 diff-refine-hunk. Adjust users.
4894 (diff-unified-hunk-p, diff-splittable-p): New functions.
4895 (diff-mode-menu): Use it to disable Split when it doesn't work.
4896
4897 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4898
4899 * diff-mode.el (diff-mode-menu): New entries.
4900
4901 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
4904 if applicable, so as to save undo-log space.
4905
4906 * diff-mode.el (diff-find-file-name): Add arg `batch'.
4907
4908 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
4909 (diff-file-kill): Use it.
4910 (diff-beginning-of-hunk): Add arg `try-harder' using it.
4911 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
4912 Use it so they find the hunk even when we're in the file header.
4913
4914 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4915
4916 * vc-git.el (vc-git-revision-granularity, vc-git-root)
4917 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
4918 (vc-git-create-repo): New functions.
4919 (vc-git-registered): New autoloaded function definition.
4920 (vc-git-registered): Use vc-git-root.
4921 (vc-git-responsible-p): New defalias.
4922 (vc-git-annotate-extract-revision-at-line): Uncomment.
4923 (vc-git-print-log): Add the file name to the log.
4924 (vc-git-log-view-mode): New derived mode.
4925 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
4926
4927 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
4928
4929 * progmodes/grep.el (grep-compute-defaults): Keep default values.
4930
4931 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
4932
4933 * textmodes/reftex.el (reftex-access-parse-file): Create parse
4934 file in a way that does not interfere with recentf mode.
4935 (reftex-access-parse-file): Do not risk destroying an existing
4936 buffer.
4937
4938 2007-07-22 Alexandre Julliard <julliard@winehq.org>
4939
4940 * vc-git.el: New file.
4941
4942 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * textmodes/tex-mode.el (tex-font-script-display): Change default.
4945
4946 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4947
4948 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
4949 for branches and new files.
4950
4951 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
4952 local-map handling ...
4953 (vc-mode-line): ... here. Improve handling of help-echo.
4954
4955 * vc.el (mode-line-string): Document help-echo usage.
4956
4957 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
4958
4959 Sync with Tramp 2.1.10.
4960
4961 * net/tramp.el (tramp-get-ls-command): Fix typo.
4962
4963 * net/trampver.el: Update release number.
4964
4965 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4966
4967 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
4968
4969 * term/x-win.el (x-handle-no-bitmap-icon): New function.
4970
4971 2007-07-22 Martin Rudalics <rudalics@gmx.at>
4972
4973 * add-log.el (change-log-fill-parenthesized-list): New function.
4974 (change-log-indent): Call change-log-fill-parenthesized-list.
4975 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
4976 Have lines with leading asterisk start a paragraph.
4977
4978 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
4979
4980 * calc/calc-math.el (math-emacs-precision)
4981 (math-largest-emacs-expt, math-smallest-emacs-expt):
4982 New variables.
4983 (math-use-emacs-fn): New function.
4984 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
4985 appropriate.
4986
4987 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4988
4989 * image-dired.el (image-dired-sane-db-file): New func.
4990 (image-dired-write-tags, image-dired-remove-tag)
4991 (image-dired-list-tags, image-dired-write-comments)
4992 (image-dired-get-comment, image-dired-mark-tagged-files)
4993 (image-dired-create-gallery-lists): Call new func.
4994 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
4995
4996 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * vc-hg.el (vc-hg-dir-state): Fix loop.
4999 (vc-hg-print-log): Fix expected return value for vc-hg-command.
5000 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
5001 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
5002 (vc-hg-revert): Likewise.
5003 (vc-hg-revision-table, vc-hg-revision-completion-table): New
5004 functions.
5005
5006 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * add-log.el (change-log-resolve-conflict): Don't lose data if the
5009 merge fails.
5010
5011 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5012
5013 * progmodes/compile.el (compilation-auto-jump-to-first-error):
5014 Add group and version.
5015
5016 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * add-log.el (add-log-file-name): Use file-relative-name.
5019 (add-change-log-entry): Delay reading
5020 add-log-(full-name|mailing-address) to after we've switched to the
5021 ChangeLog buffer so we get the right value.
5022 (add-change-log-entry, add-log-current-defun, change-log-merge):
5023 Use derived-mode-p rather than checking major-mode directly.
5024
5025 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
5026 name for buffer-file-name if it refers to a directory.
5027
5028 * vc-arch.el (vc-arch-diff): Fix last change.
5029
5030 * progmodes/compile.el (compilation-start): Remember the original
5031 directory in a buffer-local compilation-directory.
5032 (compile): Set the global value of compilation-directory.
5033 (recompile): Use compilation-directory even in the compilation buffer.
5034
5035 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5036
5037 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
5038
5039 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5040
5041 * ps-print.el: Problem with foreground and background color when
5042 printing a buffer with and without faces. Reported by Christian
5043 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5044 (ps-print-version): New version 6.7.5.
5045 (ps-default-fg): Change default value to nil, so black color is used
5046 when a face does not specify a foreground color.
5047 (ps-default-bg): Change default value to nil, so white color is used
5048 for background color.
5049 (ps-begin-job): Fix code.
5050
5051 2007-07-20 Eli Zaretskii <eliz@gnu.org>
5052
5053 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
5054 in $(INSTALL_DIR)/lisp/ if they already exist.
5055
5056 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5057
5058 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
5059 in $(INSTALL_DIR)/lisp/ if they already exist.
5060
5061 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * progmodes/vera-mode.el (vera-re-search-forward)
5064 (vera-re-search-backward): Remove use of store-match-data.
5065 (vera-mode-map): Move initialization into declaration.
5066
5067 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
5068 (flymake-find-buildfile): Use locate-dominating-file.
5069
5070 * vc.el (vc-delistify): Use mapconcat.
5071 (vc-do-command): Minor simplification.
5072 (vc-expand-dirs): Use push.
5073
5074 * vc-mcvs.el (vc-mcvs-create-repo):
5075 * vc-cvs.el (vc-cvs-create-repo): Remove.
5076
5077 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
5078 directory and the root as well.
5079
5080 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
5081
5082 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
5083 instead of a file.
5084
5085 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
5086 (vc-hg-registered): Replace if with when.
5087 (vc-hg-state): Deal with nonexistent files and handle removed files.
5088 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
5089 (vc-hg-checkout): Re-enable.
5090 (vc-hg-create-repo): Fix typos.
5091 (vc-hg-print-log): Fix for multiple files.
5092 (vc-hg-workfile-unchanged-p): New function.
5093
5094 * vc.el: Fix typo.
5095 (vc-print-log): Fix call to print-log.
5096 (vc-default-comment-history): Likewise.
5097 (vc-directory-exclusion-list): Add .hg and .bzr.
5098 (vc-diff-internal): Pass a list instead of a file.
5099
5100 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
5101
5102 * vc-bzr.el (vc-bzr-create-repo): New function.
5103
5104 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
5107 `file' from which to start the search.
5108
5109 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
5110
5111 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
5112 having a single file argument to having a list of files as the
5113 first argument.
5114
5115 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * files.el (locate-dominating-file): New function.
5118
5119 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
5120
5121 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
5122 (grep-compute-defaults): Use it.
5123
5124 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * uniquify.el: Docstring fixes.
5127
5128 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
5129
5130 * vc.el (revision-granularity, create-repo): Document new vc
5131 backend properties.
5132 (vc-rollback): Renamed from vc-cancel-version. Update
5133 references. Pass a list instead of a file.
5134 (vc-revert): Renamed from vc-revert-buffer. Update references.
5135 (vc-delistify, vc-expand-dirs): New functions.
5136 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
5137 of files instead of a single file.
5138 (vc-position-context, vc-resync-window, vc-diff-internal)
5139 (vc-print-log): Pass a list instead of a file.
5140
5141 * vc-hooks.el (vc-stay-local-p, vc-backend)
5142 (vc-backend-subdirectory-name): Work on a file list, not a single
5143 file.
5144 (vc-workfile-version): Update docstring.
5145 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
5146 vc-revert instead of vc-revert-buffer.
5147 (vc-prefix-map): Likewise. Bind vc-update.
5148
5149 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
5150 (vc-svn-wash-log): New functions.
5151 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
5152 (vc-svn-command): Deal with a list of files, not a single file.
5153
5154 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
5155 (vc-rcs-wash-log): New functions.
5156 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
5157 Deal with a list of files, not a single file.
5158 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
5159
5160 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
5161 functions.
5162 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
5163 list of files, not a single file.
5164
5165 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
5166 New functions.
5167 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
5168 (vc-mcvs-diff): Deal with a list of files, not a single file.
5169
5170 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
5171 functions.
5172 (vc-hg-print-log): Deal with a list of files, not a single file.
5173 (vc-hg-diff-tree): New function, replace defalias with the same
5174 name.
5175 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
5176 FILES to denote that it is a file list, not a single file.
5177
5178 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
5179 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
5180 a single file.
5181 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
5182 that it is a file list, not a single file.
5183 (vc-cvs-diff): Likewise. Simplify.
5184
5185 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
5186 Deal with a list of files, not a single file.
5187
5188 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
5189 (vc-bzr-print-log): Update FILE parameter name to denote that it
5190 is a file list, not a single file.
5191 (vc-bzr-diff): Likewise. Use the car of files.
5192
5193 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
5196 (follow-delete-other-windows-and-split, follow-recenter)
5197 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
5198 (follow-redisplay, follow-estimate-first-window-start)
5199 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
5200 Fix typos in docstrings.
5201
5202 2007-07-18 Martin Rudalics <rudalics@gmx.at>
5203
5204 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
5205 avoid that filling introduces lines with a single asterisk.
5206
5207 * kmacro.el (kmacro-end-macro): When ignoring empty macro
5208 avoid incorrect kmacro-ring-empty-p messages.
5209 Reported by Michael Schierl <schierlm@gmx.de>.
5210
5211 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * vc.el: Add more info about the vc-registered function.
5214
5215 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5216
5217 * files.el (file-remote-p): Introduce optional parameter
5218 IDENTIFICATION.
5219
5220 * recentf.el (recentf-keep-default-predicate): Adapt call of
5221 `file-remote-p'.
5222
5223 * progmodes/grep.el (grep-probe): Use `process-file'.
5224 (grep-compute-defaults): Handle variables host specific.
5225
5226 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
5227 parameter IDENTIFICATION.
5228
5229 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
5230 parameter IDENTIFICATION.
5231 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
5232 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5233 Add entry for `set-file-times'.
5234 (tramp-do-copy-or-rename-file-via-buffer)
5235 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
5236 (tramp-handle-unhandled-file-name-directory): Rewrite.
5237 (tramp-convert-file-attributes): Add error handling when inode is
5238 extraordinary big.
5239 (tramp-get-inode): Change parameter from FILE to VEC.
5240 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
5241 is nil. This is according to the specification. Goto (point-max)
5242 when ready.
5243 (tramp-handle-shell-command): Rewrite completely, using
5244 `process-file' and `start-file-process'.
5245 (tramp-methods, tramp-find-shell)
5246 (tramp-open-connection-setup-interactive-shell)
5247 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
5248 var. Reported by Steve Youngs <steve@sxemacs.org>.
5249
5250 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
5251 entry for `set-file-times'. Rename `start-process' into
5252 `start-file-process'. Remove `call-process' entry.
5253 (tramp-fish-handle-set-file-times): New defun.
5254 (tramp-fish-handle-executable-find): Use `process-file'.
5255 (tramp-fish-handle-process-file): New defun. Replaces
5256 `tramp-fish-handle-call-process'.
5257 (tramp-fish-do-copy-or-rename-file-directly): Use
5258 `set-file-times'.
5259 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
5260
5261 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
5262 `tramp-get-inode' parameter.
5263
5264 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
5267 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
5268 nowadays, and by the time Emacs-23 comes out, nobody will even remember
5269 it has ever existed.
5270
5271 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * vc.el: Undo previous change.
5274
5275 2007-07-16 Eli Zaretskii <eliz@gnu.org>
5276
5277 * makefile.w32-in (clean): Don't delete *~.
5278
5279 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * textmodes/tex-mode.el (tex-verbatim-environments):
5282 Add safe-local-variable property.
5283 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
5284 when starting font-lock rather than when loading tex-mode.el.
5285
5286 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
5287 whole $( rather than just the $. Rename from sh-quoted-subshell.
5288 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
5289
5290 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5291
5292 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
5293 bookmark-alist. Instead, if not sorting, simply return it.
5294 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
5295 for its return value, not for its side effect.
5296
5297 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
5298 case of alignment under a constant symbol, find and consider
5299 the sexp actually at indentation to be the "last sexp".
5300
5301 2007-07-16 Drew Adams <drew.adams@oracle.com>
5302
5303 * mouse.el (mouse-yank-secondary): Better error message if no
5304 secondary selection.
5305
5306 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5307
5308 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
5309
5310 * term/xterm.el (xterm-turn-on-modify-other-keys)
5311 (xterm-turn-off-modify-other-keys): New functions.
5312 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
5313 terminal supports it.
5314
5315 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
5316
5317 * bookmark.el (bookmark-show-all-annotations):
5318 Make sure each inserted annotation ends with newline.
5319
5320 2007-07-15 Richard Stallman <rms@gnu.org>
5321
5322 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
5323
5324 * tutorial.el (tutorial--find-changed-keys):
5325 Handle C-x specially like ESC.
5326
5327 2007-07-15 Aaron Hawley <aaronh@garden.org>
5328
5329 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
5330
5331 2007-07-15 Juri Linkov <juri@jurta.org>
5332
5333 * delsel.el (delete-selection-pre-hook):
5334 * emulation/cua-base.el (cua-paste): Before a yank command,
5335 check also whether last-command is one of mouse-save-then-kill,
5336 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
5337
5338 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * recentf.el (recentf-keep-default-predicate): New defun.
5341 (recentf-keep): Use it as initial value.
5342
5343 2007-07-15 Karl Fogel <kfogel@red-bean.com>
5344
5345 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
5346 thus restoring bookmark bindings to three slots under C-x r. See
5347 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
5348
5349 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5350
5351 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
5352
5353 2007-07-15 Jason Rumney <jasonr@gnu.org>
5354
5355 * w32-fns.el (set-default-process-coding-system): Use dos line ends
5356 for input to cmdproxy on all versions of Windows.
5357 Use dos line ends for input to plink.
5358
5359 * comint.el (comint-simple-send): Concat newline before sending.
5360 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
5361
5362 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
5365 safe-local-variable setting.
5366
5367 2007-07-14 David Kastrup <dak@gnu.org>
5368
5369 * emacs-lisp/advice.el (defadvice): Doc fix.
5370
5371 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * subr.el (when, unless): Doc fix.
5374
5375 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5376
5377 * replace.el (match): Use yellow1 instead of yellow.
5378
5379 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
5380 red.
5381
5382 * pcvs-info.el (cvs-unknown): Likewise.
5383
5384 2007-07-13 Eli Zaretskii <eliz@gnu.org>
5385
5386 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
5387 (install): Use them to copy all *.el files before *.elc.
5388
5389 2007-07-13 Drew Adams <drew.adams@oracle.com>
5390
5391 * bookmark.el (bookmark-jump-other-window): New function.
5392 (bookmark-map): Bind it to "o".
5393
5394 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
5395 and its thread contains discussion about this change.
5396 The original patch was slightly tweaked by Karl Fogel
5397 <kfogel@red-bean.com> before committing.
5398
5399 2007-07-13 Karl Fogel <kfogel@red-bean.com>
5400
5401 * bookmark.el: Shorten some comments to fit within 80 lines.
5402
5403 2007-07-13 Karl Fogel <kfogel@red-bean.com>
5404
5405 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
5406 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
5407 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
5408 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
5409
5410 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
5411
5412 * textmodes/org.el: Bug fixes.
5413 (org-end-of-line): Move to end of line if in headline without tags.
5414
5415 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * vc-hooks.el: Remove spurious * in docstrings.
5418 (vc-handled-backends): Add BZR.
5419
5420 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
5421
5422 2007-07-12 Davis Herring <herring@lanl.gov>
5423
5424 * desktop.el (desktop-buffer-info, desktop-save):
5425 Use `desktop-dirname' instead of `dirname'.
5426
5427 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
5428
5429 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
5430
5431 * progmodes/python.el (python-which-func-length-limit): New var.
5432 (python-which-func): New function.
5433 (python-current-defun): Add optional `length-limit' and try to fit
5434 computed function name to that length.
5435 (python-mode): Hook `python-which-func' up.
5436
5437 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
5438
5439 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
5440
5441 * comint.el (comint-dynamic-complete-as-filename):
5442 Use read-file-name-completion-ignore-case.
5443
5444 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * comint.el (comint-dynamic-list-filename-completions):
5447 Use read-file-name-completion-ignore-case.
5448
5449 * vc-cvs.el: Require CL.
5450 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5451 New functions to provide completion of revision names.
5452
5453 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
5454 (vc-cvs-annotate-first-line-re): New const.
5455 (vc-cvs-annotate-process-filter): New fun.
5456 (vc-cvs-annotate-command): Use them and run the command asynchronously.
5457
5458 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
5459
5460 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
5461 (eldoc-print-current-symbol-info): Adjust for changed helper
5462 function signatures.
5463 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
5464 `eldoc-highlight-function-argument'.
5465 (eldoc-highlight-function-argument): New function.
5466 (eldoc-get-var-docstring): Format documentation with
5467 `font-lock-variable-name-face'.
5468 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
5469 where suited.
5470 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
5471 (eldoc-beginning-of-sexp): Return number of skipped sexps.
5472
5473 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * progmodes/compile.el (compilation-start): `start-process' must
5476 still be redefined when calling `start-process-shell-command'.
5477
5478 * progmodes/gud.el (gud-file-name): When `default-directory' is a
5479 remote file name, prepend its remote part to the filename.
5480 (gud-common-init): When `default-directory' is a remote file name,
5481 make the filename relative to it.
5482 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
5483
5484 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5485
5486 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
5487 mouse binding and a tooltip.
5488
5489 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * menu-bar.el (vc-menu-map): New defalias.
5492
5493 2007-07-10 Richard Stallman <rms@gnu.org>
5494
5495 * emacs-lisp/lisp-mode.el (eval-defun):
5496 Explain special handling of `defface'.
5497
5498 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
5499
5500 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
5501
5502 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
5503
5504 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5505
5506 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
5507
5508 * vc-arch.el (vc-arch-complete): Remove.
5509 (vc-arch-revision-completion-table): Use complete-with-action.
5510
5511 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
5512 (complete-with-action): New function.
5513 (dynamic-completion-table): Use it.
5514
5515 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * comint.el (make-comint, make-comint-in-buffer)
5518 (comint-exec-1): Replace `start-process' by `start-file-process'.
5519
5520 * progmodes/compile.el (compilation-start): Revert redefining
5521 `start-process'.
5522
5523 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
5526 with EOLs when generating MD5 checksums.
5527
5528 * follow.el: Don't change the global map from the follow-mode-map
5529 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
5530 XEmacs code.
5531 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
5532 since `follow-mode' should be used instead for that.
5533
5534 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
5535 (easy-menu-do-define): Use it.
5536 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
5537
5538 * progmodes/compile.el (compilation-auto-jump-to-first-error)
5539 (compilation-auto-jump-to-next): New vars.
5540 (compilation-auto-jump): New function.
5541 (compilation-error-properties): Use them to jump to first error.
5542 (compilation-start): Set the var if requested.
5543
5544 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
5545 duplicates without also removing entries from other directories.
5546
5547 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
5548
5549 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
5550 Remember span as default.
5551 (org-columns-edit-value): Rename from `org-column-edit'.
5552 (org-columns-display-here-title): Rename from
5553 `org-overlay-columns-title'.
5554 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
5555 (org-columns-get-autowidth-alist): Rename from
5556 `org-get-columns-autowidth-alist'.
5557 (org-columns-display-here): Rename from `org-overlay-columns'.
5558 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
5559 (org-columns-quit): Rename from `org-column-quit'.
5560 (org-columns-show-value): Rename from `org-column-show-value'.
5561 (org-columns-content, org-columns-widen)
5562 (org-columns-next-allowed-value)
5563 (org-columns-edit-allowed, org-columns-store-format)
5564 (org-columns-uncompile-format, org-columns-redo)
5565 (org-columns-edit-attributes, org-delete-property)
5566 (org-set-property, org-columns-update)
5567 (org-columns-compute, org-columns-eval)
5568 (org-columns-not-in-agenda, org-columns-compute-all)
5569 (org-property-next-allowed-value)
5570 (org-columns-compile-format)
5571 (org-fill-paragraph-experimental)
5572 (org-string-to-number, org-property-action)
5573 (org-columns-move-left, org-columns-new)
5574 (org-column-number-to-string)
5575 (org-property-previous-allowed-value)
5576 (org-at-property-p, org-columns-delete)
5577 (org-columns-previous-allowed-value)
5578 (org-columns-move-right, org-columns-narrow)
5579 (org-property-get-allowed-values)
5580 (org-verify-version, org-column-string-to-number)
5581 (org-delete-property-globally): New functions.
5582 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
5583 (org-columns-overlays): Rename from `org-column-overlays'.
5584 (org-columns-map): Rename from `org-column-map'.
5585 (org-columns-current-maxwidths): Rename from
5586 `org-current-columns-maxwidths'.
5587 (org-columns-begin-marker, org-columns-current-fmt-compiled)
5588 (org-previous-header-line-format)
5589 (org-columns-inhibit-recalculation)
5590 (org-columns-top-level-marker): New variables.
5591 (org-columns-default-format): Rename from `org-default-columns-format'.
5592 (org-property-re): New constant.
5593
5594 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
5595
5596 * subr.el (looking-at-p, string-match-p): New functions.
5597
5598 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
5599
5600 * textmodes/tex-mode.el (tex-fontify-script)
5601 (tex-font-script-display): New variables to make display of
5602 superscripts and subscripts customizable.
5603 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
5604
5605 2007-07-09 Richard Stallman <rms@gnu.org>
5606
5607 * isearch.el (isearch-edit-string): Call to isearch-push-state
5608 after the search.
5609
5610 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5611
5612 * window.el (fit-window-to-buffer): Remove setting of window-min-height
5613 to 1 as enlarge-window uses the value to resize/shrink windows other
5614 than WINDOW if needed.
5615
5616 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
5617
5618 * cus-start.el (file-coding-system-alist): Fix custom type.
5619
5620 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * longlines.el (longlines-wrap-region): Avoid marking buffer as
5623 modified.
5624 (longlines-auto-wrap, longlines-window-change-function):
5625 Remove unnecessary calls to set-buffer-modified-p.
5626
5627 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * cus-start.el (file-coding-system-alist): Fix custom type.
5630
5631 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
5634 (vc-cvs-checkout): Remove last arg now unused; simplify.
5635
5636 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5637
5638 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
5639
5640 * net/tramp.el:
5641 * net/tramp-ftp.el:
5642 * net/tramp-smb.el:
5643 * net/tramp-uu.el:
5644 * net/trampver.el: Migrate to Tramp 2.1.
5645
5646 * net/tramp-cache.el:
5647 * net/tramp-fish.el:
5648 * net/tramp-gw.el: New Tramp packages.
5649
5650 * net/tramp-util.el:
5651 * net/tramp-vc.el: Removed.
5652
5653 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
5654 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
5655
5656 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
5657
5658 * progmodes/compile.el (compilation-start): Redefine
5659 `start-process' temporarily when `default-directory' is remote.
5660 Remove case of synchronous compilation, this won't happen ever.
5661 (compilation-setup): Make local variable `comint-file-name-prefix'
5662 for remote compilation.
5663
5664 2007-07-08 Martin Rudalics <rudalics@gmx.at>
5665
5666 * novice.el (disabled-command-function): Fit window to buffer to
5667 make last line visible.
5668 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5669
5670 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
5671 when handling the terminating event.
5672
5673 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
5674
5675 * calc/calc.el (math-read-number-simple): Remove leading 0s.
5676 (math-bignum-digit-length): Change to optimal value.
5677
5678 * calc/calc-bin.el (math-bignum-logb-digit-size)
5679 (math-bignum-digit-power-of-two): Evaluate when compiled.
5680
5681 * calc/calc-comb.el (math-small-factorial-table)
5682 (math-init-random-base, math-prime-test): Remove unnecessary calls
5683 to `math-read-number-simple'.
5684
5685 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5686 (math-approx-gamma-const): Add docstrings.
5687
5688 * calc/calc-forms.el (math-julian-date-beginning)
5689 (math-julian-date-beginning-int): New constants.
5690 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
5691 Use the new constants.
5692
5693 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
5694
5695 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5696 Add docstrings.
5697
5698 2007-07-07 Tom Tromey <tromey@redhat.com>
5699
5700 * vc.el (vc-annotate): Jump to line and output message only after the
5701 process is really all done.
5702
5703 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * vc.el (vc-exec-after): Don't move point from the sentinel.
5706 Forcefully read all the remaining text in the pipe upon process exit.
5707 (vc-annotate-display-autoscale, vc-annotate-lines):
5708 Don't stop at the first unrecognized line.
5709 (vc-annotate-display-select): Run autoscale after the process is done
5710 since it depends on the whole result.
5711
5712 2007-07-07 Eli Zaretskii <eliz@gnu.org>
5713
5714 * term/w32-win.el (menu-bar-open): New function.
5715 Bind <f10> to it.
5716
5717 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * simple.el (start-file-process): New defun.
5720
5721 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * files.el (find-file-confirm-nonexistent-file): Rename from
5724 find-file-confirm-inexistent-file. Update users.
5725
5726 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
5727 format of autoload block where the file's time-stamp is replaced by its
5728 MD5 checksum.
5729 (autoload-generate-file-autoloads): Use MD5 checksum instead of
5730 time-stamp for secondary autoloads files.
5731 (update-directory-autoloads): Remove duplicate entries.
5732 Use time-less-p for time-stamps, as done in autoload-find-destination.
5733
5734 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
5735
5736 * calc/calc.el (math-read-number): Replace number by variable.
5737 (math-read-number-simple): Properly parse small integers.
5738
5739 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5740
5741 * vc.el: Fix doc for the checkout function.
5742
5743 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 * vc-hg.el (vc-hg-root): New function.
5746 (vc-hg-registered): Use it.
5747 (vc-hg-diff-tree): New defalias.
5748 (vc-hg-responsible-p): Likewise.
5749 (vc-hg-checkout): Comment out, not needed.
5750 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
5751 (vc-hg-find-version, vc-hg-next-version): New functions.
5752
5753 2007-07-06 Andreas Schwab <schwab@suse.de>
5754
5755 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
5756 dynamic bindings around the evaluation of the expression.
5757 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
5758
5759 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
5762 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
5763 Use run-hooks rather than run-mode-hooks.
5764
5765 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
5766
5767 * calc/calc-comb.el (math-random-digit): Rename to
5768 `math-random-three-digit-number'.
5769 (math-random-digits): Don't depend on representation of integer.
5770
5771 * calc/calc-bin.el (math-bignum-logb-digit-size)
5772 (math-bignum-digit-power-of-two): New constants.
5773 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
5774 (math-not-bignum, math-clip-bignum): Use the constants
5775 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
5776 instead of their values.
5777 (math-clip): Use math-small-integer-size instead of its value.
5778
5779 * calc/calc.el (math-add-bignum): Replace number by constant.
5780
5781 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * wid-edit.el (widget-documentation-string-value-create):
5784 Insert indentation spaces.
5785
5786 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
5787
5788 * emacs-lisp/byte-opt.el: Revert last change.
5789
5790 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 * vc-hooks.el (vc-handled-backends): Add HG.
5793
5794 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
5795
5796 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * complete.el (PC-do-complete-and-exit): Add support for the new
5799 `confirm-only' confirmation mode.
5800
5801 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * cus-edit.el (custom-commands): New variable.
5804 (custom-tool-bar-map): New variable. Initialize using
5805 `custom-commands'.
5806 (custom-mode): Use `custom-tool-bar-map'.
5807 (custom-buffer-create-internal): Insert action buttons only if
5808 tool bar is not used. Use `custom-commands'.
5809 (Custom-help, custom-command-apply): New function.
5810 (custom-command-apply, Custom-set, Custom-save)
5811 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
5812 Use `custom-command-apply' instead of duplicating code.
5813 (customize-group-other-window): Call `customize-group' instead of
5814 duplicating code.
5815 (customize-face-other-window): Call `customize-face' instead of
5816 duplicating code.
5817 (customize-group, customize-face): Add optional args for opening
5818 in another window.
5819 (custom-variable-tag): Don't inherit `variable-pitch' face.
5820 (custom-group-tag): Inherit `variable-pitch' face.
5821 (custom-variable-value-create): Set documentation indentation.
5822 (custom-group-value-create): Make group name a link, instead of
5823 using an extra "go to group" button.
5824 (custom-prompt-variable, custom-group-set, custom-group-save)
5825 (custom-group-reset-current, custom-group-reset-saved)
5826 (custom-group-reset-standard): Minor cleanup.
5827
5828 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
5829
5830 * Makefile.in (bootstrap-prepare): When copying from
5831 ldefs-boot.el, make sure loaddefs.el is writeable.
5832
5833 (bootstrap-prepare): Make $(lisp)/ps-print.el
5834 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
5835
5836 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5837
5838 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
5839 only caller, and delete.
5840 (vc-hg-state): Deal with exceptions and only parse the output on
5841 successful return.
5842 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
5843 caller, and delete.
5844 (vc-hg-workfile-version): Deal with exceptions and only parse the
5845 output on successful return.
5846 (vc-hg-revert): New function.
5847
5848 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
5849
5850 * calculator.el (calculator-expt): Use more cases to determine
5851 the value.
5852
5853 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5854
5855 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
5856 file names.
5857
5858 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
5859
5860 * calculator.el (calculator-expt, calculator-integer-p):
5861 New functions.
5862 (calculator-fact): Check to see if the factorial will be too
5863 large before computing it.
5864 (calculator-initial-operators): Use `calculator-expt' to
5865 compute "^".
5866 (calculator-mode): Mention that results which are too large
5867 will return inf.
5868 * calc/calc-comb.el (math-small-factorial-table): Replace list
5869 by vector.
5870
5871 2007-07-03 David Kastrup <dak@gnu.org>
5872
5873 * shell.el: On request of the authors, remove their addresses for
5874 the sake of bug reports, and add the developer list address as
5875 maintainer information.
5876
5877 2007-07-03 Richard Stallman <rms@gnu.org>
5878
5879 * files.el (make-directory): Doc fix.
5880 (find-file-confirm-inexistent-file): Make it a defcustom.
5881 Make nil the default.
5882
5883 2007-07-02 Richard Stallman <rms@gnu.org>
5884
5885 * startup.el (command-line): Set buffer-offer-save in *scratch*
5886 and enable auto-save in it.
5887
5888 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
5889
5890 * textmodes/org.el (orgstruct-mode-map): New variable.
5891 (orgstruct-mode): New minor mode.
5892 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
5893 (orgstruct-make-binding, org-context-p, org-get-local-variables)
5894 (org-run-like-in-org-mode): New functions.
5895 (org-cycle-list-bullet): New command.
5896 (org-special-properties, org-property-start-re)
5897 (org-property-end-re): New constants.
5898 (org-with-point-at): New macro.
5899 (org-get-property-block, org-entry-properties, org-entry-get)
5900 (org-entry-delete, org-entry-get-with-inheritance)
5901 (org-entry-put, org-buffer-property-keys): New functions.
5902 (org-insert-property-drawer): New command.
5903 (org-entry-property-inherited-from): New variable.
5904 (org-column): New face.
5905 (org-column-overlays, org-current-columns-fmt)
5906 (org-current-columns-maxwidths, org-column-map): New variables.
5907 (org-column-menu): New menu.
5908 (org-new-column-overlay, org-overlay-columns)
5909 (org-overlay-columns-title, org-remove-column-overlays)
5910 (org-column-show-value, org-column-quit, org-column-edit): New
5911 functions.
5912 (org-columns, org-agenda-columns): New commands.
5913 (org-get-columns-autowidth-alist): New functions.
5914 (org-properties): New customize group.
5915 (org-default-columns-format): New option.
5916 (org-priority): Realign tags after changing priority.
5917 (org-preserve-lc): New macro.
5918 (org-update-checkbox-count): Catch case when there is no headline.
5919 (org-agenda-quit): Remove any column overlays.
5920 (org-beginning-of-item-list): Fixed bug when non-item line is
5921 indented too deep.
5922 (org-cached-props): New variable.
5923 (org-cached-entry-get): New function.
5924 (org-make-tags-matcher): Handle property matches.
5925 (org-table-recalculate): Swap evaluation order: Field formula
5926 first, then column formulas, but don't allow them to overwrite the
5927 field formulas.
5928 (org-table-eval-formula): New argument untouchable.
5929 (org-table-put-field-property): New function.
5930
5931 2007-07-02 Martin Rudalics <rudalics@gmx.at>
5932
5933 * help-mode.el (help-make-xrefs): Skip spaces too when
5934 skipping tabs.
5935
5936 * ffap.el (dired-at-point-prompter): Improve prompt in
5937 list-directory case.
5938
5939 2007-07-01 Richard Stallman <rms@gnu.org>
5940
5941 * files.el (find-file-visit-truename): Fix safe-local-variable value.
5942
5943 2007-07-01 Richard Stallman <rms@gnu.org>
5944
5945 * cus-start.el (max-mini-window-height): Added.
5946
5947 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
5948
5949 * complete.el (partial-completion-mode): Remove advice of
5950 read-file-name-internal.
5951 (PC-do-completion): Rebind minibuffer-completion-table.
5952 (PC-read-file-name-internal): New function doing what
5953 read-file-name-internal advice did.
5954
5955 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
5956
5957 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
5958 property on a few symbols.
5959 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
5960 (byte-optimize-lapcode): Remove bindings that are not referenced
5961 and certainly will not effect through dynamic scoping.
5962
5963 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * files.el (find-file-confirm-inexistent-file): New var.
5966 (find-file, find-file-other-window, find-file-other-frame)
5967 (find-file-read-only, find-file-read-only-other-window)
5968 (find-file-read-only-other-frame): Use it.
5969
5970 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
5973
5974 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
5975
5976 * generic-x.el (generic-define-mswindows-modes)
5977 (generic-define-unix-modes, apache-log-generic-mode)
5978 (bat-generic-mode-keymap, java-manifest-generic-mode)
5979 (show-tabs-generic-mode): Fix typos in docstrings.
5980
5981 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
5982
5983 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
5984 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
5985 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
5986 (rcirc-print): Never ignore messages from ourself.
5987
5988 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
5991 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
5992
5993 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5994
5995 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
5996 replace-regexp-in-string.
5997
5998 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * emacs-lisp/cl.el: Set edebug and indentation before loading
6001 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
6002
6003 2007-06-28 Andreas Schwab <schwab@suse.de>
6004
6005 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
6006 $(lisp)/subdirs.el.
6007
6008 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
6011 the speedbar frame if nil; that deletes the current frame or
6012 causes an error if it is the only frame.
6013 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
6014
6015 2007-06-28 Kevin Ryde <user42@zip.com.au>
6016
6017 * textmodes/nroff-mode.el: Groff \# comments.
6018 (nroff-mode-syntax-table): \# comment intro,
6019 plain # as punct per global table.
6020 (nroff-font-lock-keywords): Add # as a single char escape.
6021 (nroff-mode): In comment-start-skip, match \#.
6022
6023 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
6026 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
6027 point-min == 1.
6028
6029 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
6030
6031 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
6032 Rename and move to...
6033
6034 * subr.el (strings->string, string->strings): ...here.
6035
6036 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
6037 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
6038
6039 * progmodes/gud.el (gud-common-init): Call string->strings instead
6040 of split-string.
6041
6042 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6043
6044 * dired-aux.el: Remove `dired-call-process'.
6045 (dired-check-process): Call `process-file'.
6046
6047 * wdired.el (wdired-do-perm-changes): Call `process-file'.
6048
6049 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
6050 `ange-ftp-process-file'.
6051
6052 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6053
6054 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
6055
6056 * emacs-lisp/cl-extra.el:
6057 * emacs-lisp/cl-seq.el:
6058 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
6059 Add autoload cookies on all defs autoloaded manually in cl.el.
6060
6061 * emacs-lisp/cl-loaddefs.el: New file.
6062
6063 * textmodes/texinfmt.el (texinfo-raisesections-alist)
6064 (texinfo-lowersections-alist): Merge definition and declaration.
6065 (texinfo-start-of-header, texinfo-end-of-header): Remove.
6066 (texinfo-format-syntax-table): Merge init into declaration.
6067 (texinfo-format-parse-line-args, texinfo-format-parse-args)
6068 (texinfo-format-parse-defun-args, texinfo-format-node)
6069 (texinfo-push-stack, texinfo-multitable-widths)
6070 (texinfo-define-info-enclosure, texinfo-alias)
6071 (texinfo-format-defindex, batch-texinfo-format): Use push.
6072 (texinfo-footnote-number): Remove duplicate declaration.
6073
6074 * ps-print.el: Update with auto-generated autoloads.
6075
6076 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
6077
6078 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
6081 relative to current dir for file-local settings.
6082 (autoload-generate-file-autoloads): Add `outfile' arg.
6083 (update-directory-autoloads): Use it to directly call
6084 autoload-generate-file-autoloads instead of going through
6085 update-file-autoloads so we avoid redundant searches and so we can know
6086 the set of buffers changed so we can save them all.
6087
6088 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
6089 rather than throwing `up-to-date'.
6090 (autoload-generate-file-autoloads): Adjust correspondingly.
6091 (update-file-autoloads): Be careful to let-bind
6092 autoload-modified-buffers and adjust to new calling conventions.
6093 (autoload-modified-buffers): Make it a dynamically scoped var.
6094 (update-directory-autoloads): Use file-relative-name instead of
6095 autoload-trim-file-name.
6096 (autoload-insert-section-header): Don't use autoload-trim-file-name
6097 since the file is already relative now.
6098 (autoload-trim-file-name): Remove.
6099
6100 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
6101 (vc-arch-complete, vc-arch--version-completion-table)
6102 (vc-arch-revision-completion-table): New functions to provide
6103 completion of revision names.
6104 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
6105 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
6106 to let the user trim the revlib.
6107
6108 * vc.el: Add new VC operation `revision-completion-table'.
6109 (vc-default-revision-completion-table): New function.
6110 (vc-version-diff, vc-version-other-window): Use it to provide
6111 completion of revision names if the backend provides it.
6112
6113 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
6114
6115 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
6116 of newer .svn/entries.
6117
6118 2007-06-25 David Kastrup <dak@gnu.org>
6119
6120 * calc/calc-poly.el (math-padded-polynomial)
6121 (math-partial-fractions): Add some function comments.
6122
6123 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6126 Make `outbuf' optional.
6127 (update-file-autoloads): Use it.
6128
6129 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
6132 (autoload-find-destination): Keep it uptodate.
6133 (autoload-save-buffers): New fun.
6134 (update-file-autoloads): Use it. Re-add the "up to date" message.
6135
6136 * emacs-lisp/autoload.el: Refactor for upcoming changes.
6137 (autoload-find-destination): New function extracted from
6138 update-file-autoloads.
6139 (update-file-autoloads): Use it.
6140 (autoload-generate-file-autoloads): New function extracted from
6141 generate-file-autoloads. Use file-relative-name. Delay computation of
6142 output-start to the first cookie. Remove done-any, replaced by
6143 output-start.
6144 (generate-file-autoloads): Use it.
6145
6146 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
6147
6148 * calc/calc-comb.el (math-init-random-base, math-prime-test):
6149 Use math-read-number-simple to insert constants.
6150 (math-prime-test): Redo calculation of sum.
6151
6152 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
6153
6154 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
6155 math-scale-bignum-3.
6156 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
6157 math-bignum-digit-size.
6158 (math-isqrt-small): Add another possible initial guess.
6159
6160 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6161
6162 * textmodes/bibtex.el (bibtex-entry-format): New options
6163 `whitespace', `braces', and `string'.
6164 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6165 (bibtex-field-braces-opt, bibtex-field-strings-opt)
6166 (bibtex-cite-matcher-alist): New variables.
6167 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
6168 (bibtex-flash-head): Use blink-matching-delay.
6169 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
6170 (bibtex-format-entry, bibtex-reformat): Handle new options of
6171 bibtex-entry-format.
6172 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
6173 New functions.
6174 (bibtex-complete-internal): Do not display messages while
6175 minibuffer is used. Do not leave around a completions buffer
6176 that is out of date.
6177 (bibtex-copy-summary-as-kill): New optional arg.
6178 (bibtex-font-lock-url): New optional arg no-button.
6179 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
6180 (bibtex-url): Allow multiple URLs per entry.
6181
6182 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * emacs-lisp/autoload.el (autoload-generated-file): New function.
6185 (update-file-autoloads, update-directory-autoloads): Use it.
6186 (autoload-file-load-name): New function.
6187 (generate-file-autoloads, update-file-autoloads): Use it.
6188 (autoload-find-file): Accept non-absolute argument. Set default-dir.
6189 (generate-file-autoloads): If the autoloaded form is malformed,
6190 indicate the problem with a warning instead of aborting.
6191
6192 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6193
6194 * simple.el (next-error-recenter): Accept `(4)' as well;
6195 also, specify `integer' instead of `number'.
6196
6197 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6198
6199 * ls-lisp.el (insert-directory): If an invalid regexp error is
6200 thrown, try using FILE as a literal file name, not a wildcard.
6201
6202 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * ruler-mode.el (ruler-mode): Prevent clobbering the original
6205 `header-line-format' when reentering ruler mode.
6206
6207 2007-06-23 Eli Zaretskii <eliz@gnu.org>
6208
6209 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
6210 FILE exists as a file.
6211
6212 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6213
6214 * calc/calc.el (math-bignum-digit-length)
6215 (math-bignum-digit-size, math-small-integer-size):
6216 New constants.
6217 (math-normalize, math-bignum-big, math-make-float)
6218 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
6219 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
6220 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
6221 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
6222 (math-quotient, math-div-bignum, math-div-bignum-digit)
6223 (math-div-bignum-part, math-format-bignum-decimal)
6224 (math-read-bignum): Use math-bignum-digit-length,
6225 math-bignum-digit-size and math-small-integer-size.
6226
6227 * calc/calc-ext.el (math-fixnum-big): Use the variable
6228 math-bignum-digit-size.
6229
6230 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
6231
6232 * log-view.el (log-view-mode-menu): New menu.
6233
6234 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
6237 differently.
6238
6239 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
6240 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
6241
6242 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6243
6244 * vc-hg.el (vc-hg-print-log): Insert the file name.
6245 (vc-hg-log-view-mode): Fontify the file name.
6246
6247 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6248
6249 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
6250 (calcFunc-julian): Fix incorrect number used in calculations.
6251
6252 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
6253
6254 * simple.el (next-error-recenter): New defcustom.
6255 (next-error, next-error-internal): Recenter if specified,
6256 immediately prior to running `next-error-hook'.
6257
6258 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
6259 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
6260
6261 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
6262
6263 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
6264
6265 * calc/calc-comb.el (math-small-factorial-table): New variable.
6266 (calcFunc-fact): Use `math-small-factorial-table'.
6267
6268 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
6269 initial values.
6270 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
6271 New variables to use in caches.
6272
6273 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
6274 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
6275
6276 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
6277 (math-bernoulli-b-cache): Use math-read-number-simple to insert
6278 bignums.
6279
6280 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6281 New variables to use in caches.
6282
6283 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
6286
6287 * vc-hg.el (vc-hg-log-view-mode): New mode.
6288
6289 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
6290
6291 * calc/calc.el (math-read-number-simple): New function.
6292
6293 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
6296 (vera-font-lock-match-item): Fix doc string.
6297 (vera-in-comment-p): Remove unused function.
6298 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
6299 use `syntax-ppss'.
6300 (vera-forward-syntactic-ws): Fix argument order.
6301 (vera-prepare-search): Use `with-syntax-table'.
6302 (vera-indent-line): Fix doc string.
6303 (vera-electric-tab): Fix doc string.
6304 (vera-expand-abbrev): Define alias instead of using `fset'.
6305 (vera-comment-uncomment-region): Use `comment-start-skip'.
6306
6307 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
6308
6309 * textmodes/org.el (org-export-with-footnotes): New option.
6310 (org-export-as-html): Fix replacement bug for XEmacs.
6311 (org-agenda-default-appointment-duration): New option.
6312
6313 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6314
6315 * vc-hg.el: Add to do items.
6316 (vc-hg-diff): Add support for comparing different revisions.
6317 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
6318 (vc-hg-annotate-extract-revision-at-line)
6319 (vc-hg-previous-version, vc-hg-checkin): New functions.
6320 (vc-hg-annotate-re): New constant.
6321
6322 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
6323
6324 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
6325
6326 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
6329 buffer-local value of log-view-*-re if applicable.
6330
6331 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
6332 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
6333 (vc-bzr-command*): Remove both (incompatible) versions.
6334 (vc-bzr-do-command*): Remove.
6335 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
6336 Remove by folding into its only caller vc-bzr-command.
6337 (vc-bzr-command): Always set the environment, even when ineffective.
6338 (vc-bzr-version): Minor fix up.
6339 (vc-bzr-admin-dirname): New var.
6340 (vc-bzr-bzr-dir): Remove.
6341 (vc-bzr-root-dir): New fun.
6342 (vc-bzr-registered): Use it. Add an autoloaded version.
6343 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
6344 (vc-bzr-view-log-function): Remove.
6345 (vc-bzr-log-view-mode): New major mode to replace it.
6346 (vc-bzr-print-log): Only activate the old hack if needed.
6347
6348 * vc.el (vc-default-log-view-mode): New function.
6349 (vc-print-log): Add new `log-view-mode' VC operation.
6350
6351 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * ido.el (ido-find-file-in-dir): Don't signal an error for
6354 empty directories.
6355
6356 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
6357
6358 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
6359 directory where the desktop file was found, as the docstring says.
6360 (desktop-kill): Use `read-directory-name'.
6361
6362 2007-06-20 Alan Mackenzie <acm@muc.de>
6363
6364 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
6365 When removing lines, also remove the \n. Correction of patch of
6366 2007-04-21.
6367
6368 2007-06-20 Martin Rudalics <rudalics@gmx.at>
6369
6370 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
6371 event is not a cons cell. Do not unread drag-mouse-1 events.
6372 Select right window in check whether space was stolen from
6373 window above.
6374
6375 * help-mode.el (help-make-xrefs): Adjust position of new forward
6376 button.
6377
6378 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
6379
6380 * vc-bzr.el (vc-bzr-with-process-environment)
6381 (vc-bzr-std-process-invocation): New macros.
6382 (vc-bzr-command, vc-bzr-command*): Use them.
6383 (vc-bzr-with-c-locale): Remove.
6384 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
6385 (vc-bzr-buffer-nonblank-p): New function.
6386 (vc-bzr-state-words): New const.
6387 (vc-bzr-state): Look for `bzr status` keywords in output.
6388 Display everything else as a warning message to the user.
6389 Fix status report with bzr >= 0.15.
6390
6391 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6392
6393 * vc-hg.el (vc-hg-global-switches): Simplify.
6394 (vc-hg-state): Handle more states.
6395 (vc-hg-diff): Fix doc-string.
6396 (vc-hg-register): New function.
6397 (vc-hg-checkout): Likewise.
6398
6399 2007-06-20 Reto Zimmermann <reto@gnu.org>
6400
6401 * progmodes/vera-mode.el: New file.
6402
6403 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
6404
6405 * calc/calc.el (calc-multiplication-has-precendence):
6406 New variable.
6407 (math-standard-ops, math-standard-ops-p, math-expr-ops):
6408 New functions.
6409 (math-expr-opers): Define using math-standard-ops rather than
6410 math-standard-opers.
6411 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
6412 equal the function math-standard-ops rather than the variable
6413 math-standard-opers.
6414 (calc-algebraic-entry): Let math-expr-opers equal
6415 math-standard-ops or math-expr-ops, as appropriate.
6416 (math-expr-read-level, math-read-factor): Let math-expr-opers
6417 equal math-expr-ops.
6418 * calc/calc-embed.el (calc-embedded-finish-edit):
6419 Let math-expr-opers equal the function math-standard-ops
6420 rather than the variable math-standard-opers.
6421 * calc/calc-ext.el (math-read-plain-expr)
6422 (math-format-flat-expr-fancy): Let math-expr-opers equal the
6423 function math-standard-ops rather than the variable
6424 math-standard-opers.
6425 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
6426 Let math-expr-opers equal the function math-standard-ops rather
6427 than the variable math-standard-opers.
6428 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
6429 equal the function math-standard-ops rather than the variable
6430 math-standard-opers.
6431 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
6432 equal the function math-standard-ops rather than the variable
6433 math-standard-opers.
6434 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
6435 math-expr-ops.
6436
6437 2007-06-19 Ivan Kanis <apple@kanis.eu>
6438
6439 * vc-hg.el: New file.
6440
6441 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
6444 with font-lock-multiline.
6445
6446 2007-06-17 Glenn Morris <rgm@gnu.org>
6447
6448 * lpr.el (lpr-page-header-switches): Move %s to separate element
6449 for correct quoting. Doc fix.
6450
6451 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
6454 than setting sgml-xml-mode.
6455 (sgml-mode, html-mode): Set sgml-xml-mode.
6456 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
6457 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
6458 (sgml-electric-tag-pair-before-change-function)
6459 (sgml-electric-tag-pair-flush-overlays): New functions.
6460 (sgml-electric-tag-pair-mode): New minor mode.
6461 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
6462 (sgml-calculate-indent): Use assoc-string.
6463
6464 2007-06-16 Karl Fogel <kfogel@red-bean.com>
6465
6466 * thingatpt.el (thing-at-point-email-regexp): Don't require two
6467 chars before the "@" in an email address. Andreas Roehler noticed
6468 this problem.
6469
6470 2007-06-15 Karl Fogel <kfogel@red-bean.com>
6471
6472 * thingatpt.el: Add support for email addresses (`email').
6473 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
6474 (thing-at-point-email-regexp): New variable.
6475 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
6476 properties on this symbol, with lambda forms for values.
6477
6478 2007-06-15 Masatake YAMATO <jet@gyve.org>
6479
6480 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
6481
6482 * vc.el (vc-dired-hook): Check the backend returned from
6483 `vc-responsible-backend' can really handle `subdir'.
6484
6485 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * wid-edit.el (widget-add-documentation-string-button):
6488 Fix handling of documentation indent.
6489
6490 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
6491
6492 * mb-depth.el: New file.
6493
6494 2007-06-15 Masatake YAMATO <jet@gyve.org>
6495
6496 * vc.el (vc-dired-mode): Show backend name as part of mode name.
6497
6498 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * wid-edit.el (widget-default-create): Move ?h handling here...
6501 (widget-default-format-handler): ...from here.
6502 (widget-docstring, widget-add-documentation-string-button): New funs.
6503 (documentation-string): Add :visibility-widget property.
6504 (widget-documentation-string-value-create): Use it.
6505
6506 * cus-edit.el (custom-split-regexp-maybe): Simplify.
6507 (custom-buffer-create-internal): Simplify message.
6508 (custom-variable-tag): Reduce height to normal.
6509 (custom-variable-value-create, custom-face-value-create)
6510 (custom-visibility): New widget.
6511 (custom-visibility): New face.
6512 (custom-group-value-create):
6513 Call widget-add-documentation-string-button, using `custom-visibility'.
6514
6515 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * emacs-lisp/bytecomp.el (byte-compile-current-group)
6518 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
6519 change. Apparently the "warning even if the group is implicit" is
6520 a feature rather than a bug.
6521
6522 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
6523
6524 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
6525 Different advices for Emacs and XEmacs. Compile them conditionally.
6526 (viper-version): Belated version change.
6527
6528 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * follow.el (follow-all-followers, follow-generic-filter):
6531 * pcomplete.el (pcomplete-restore-windows):
6532 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
6533 (x-dnd-drop-data):
6534 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
6535 * progmodes/python.el (python-complete-symbol):
6536 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
6537
6538 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
6539
6540 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
6541 around bright and dim regexps. Make sure bright and dim matches
6542 use word anchors. Send text through rcirc-markup functions.
6543 (rcirc-url-regexp): Add single quote character.
6544 (rcirc-connect): Write logs to disk on auto-save-hook.
6545 Make server a non-optional argument.
6546 (rcirc-log-alist): New variable.
6547 (rcirc-log-directory): Make customizable.
6548 (rcirc-log-flag): New customizable variable.
6549 (rcirc-log): New function.
6550 (rcirc-print): Use above function.
6551 (rcirc-log-write): New function.
6552 (rcirc-generate-new-buffer-name): Strip text properties.
6553 (rcirc-switch-to-buffer-function): Remove variable.
6554 (rcirc-last-non-irc-buffer): Remove variable.
6555 (rcirc-non-irc-buffer): Add function.
6556 (rcirc-next-active-buffer): Use above function.
6557 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
6558 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
6559 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
6560 (rcirc-omit-mode): Add minor-mode.
6561 (rcirc-mode-map): Change C-c C-o binding.
6562 (rcirc-mode): Clear mode-line-process. Use a custom
6563 fill-paragraph-function. Set up buffer-invisibility-spec.
6564 (rcirc-response-formats): Remove timestamp code.
6565 (rcirc-omit-responses): Add variable.
6566 (rcirc-print): Don't put the overlay arrow on potentially omitted
6567 lines. Log line to disk. Record activity for private messages
6568 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
6569 (rcirc-jump-to-first-unread-line): Print message if there is no
6570 unread text.
6571 (rcirc-clear-unread): New function.
6572 (rcirc-markup-text-functions): Add variable.
6573 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
6574 (rcirc-debug): Don't mess with window configuration.
6575 (rcirc-send-message): Send message before printing locally.
6576 Add SILENT argument, do not print message if non-nil.
6577 (rcirc-visible-buffers): New function and variable.
6578 (rcirc-window-configuration-change-1): Add function.
6579 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
6580 server buffer.
6581 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
6582 (rcirc-fill-paragraph): Add function.
6583 (rcirc-record-activity, rcirc-window-configuration-change-1):
6584 Only update the activity string if it has actually changed.
6585 (rcirc-update-activity-string): Remove padding characters from the
6586 mode-line string.
6587 (rcirc-disconnect-buffer): New function to be called when a
6588 channel is parted or the user quits.
6589 (rcirc-server-name): Warn when the server-name hasn't been set.
6590 (rcirc-window-configuration-change): Postpone work until
6591 post-command-hook.
6592 (rcirc-window-configuration-change-1): Update mode-line and
6593 overlay arrows here.
6594 (rcirc-authenticate): Fixc hanserv identification.
6595 (rcirc-default-server): Remove variable.
6596 (rcirc): Connect according to rcirc-connections.
6597 (rcirc-connections): Add variable.
6598 (rcirc-startup-channels-alist): Remove variable.
6599 (rcirc-startup-channels): Remove function.
6600
6601 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
6604
6605 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6606
6607 * term/xterm.el (terminal-init-xterm): Escape parens in character
6608 constants.
6609
6610 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * progmodes/sh-script.el: Remove unneeded * from docstrings.
6613 Use [:alpha:] and [:alnum:] where applicable.
6614 (sh-quoted-subshell): Rewrite to correctly
6615 handle nested mixes of `...` and $(...).
6616 (sh-apply-quoted-subshell): Remove.
6617 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
6618
6619 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
6620
6621 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
6622
6623 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
6624 previous change.
6625
6626 2007-06-12 Tom Tromey <tromey@redhat.com>
6627
6628 * subr.el (user-emacs-directory): New defconst.
6629 * cmuscheme.el (scheme-start-file):
6630 * shell.el (shell):
6631 * completion.el (save-completions-file-name):
6632 * custom.el (custom-theme-directory):
6633 * term/x-win.el (emacs-session-filename):
6634 * filesets.el (filesets-menu-cache-file):
6635 * thumbs.el (thumbs-thumbsdir):
6636 * server.el (server-auth-dir):
6637 * image-dired.el (image-dired-dir):
6638 (image-dired-db-file):
6639 (image-dired-temp-image-file):
6640 (image-dired-gallery-dir):
6641 (image-dired-temp-rotate-image-file):
6642 * play/gamegrid.el (gamegrid-user-score-file-directory):
6643 * savehist.el (savehist-file):
6644 * tutorial.el (tutorial--saved-dir):
6645 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
6646
6647 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
6648
6649 * scroll-lock.el (scroll-lock-mode): Doc fix.
6650
6651 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
6652
6653 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
6654
6655 * ediff-init.el: Doc strings.
6656
6657 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6660 (byte-compile-file): Bind it.
6661 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6662 group argument is provided implicitly.
6663 (byte-compile-format-warn, byte-compile-from-buffer)
6664 (byte-compile-insert-header): Don't hardcode point-min==1.
6665 (byte-compile-file-form-require): Remove unused var old-load-list.
6666 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
6667
6668 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
6669
6670 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
6671 Display error messages.
6672 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
6673 Get rid of cl.el dependencies.
6674
6675 * emulation/viper-init.el (viper-suppress-input-method-change-message):
6676 New variable.
6677 (viper-activate-input-method-action)
6678 (viper-inactivate-input-method-action):
6679 Use viper-suppress-input-method-change-message.
6680
6681 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
6682 for C-s, C-r.
6683
6684 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
6685 Use viper-replace-overlay-cursor-color instead of
6686 viper-replace-overlay-cursor-color.
6687 (viper-sit-for-short): Use sit-for with 3 arguments.
6688
6689 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
6690 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
6691 to gud-mode.
6692
6693 * ediff-mult.el (ediff-meta-buffer-brief-message)
6694 (ediff-meta-buffer-verbose-message): New variables.
6695 (ediff-meta-buffer-message): Variable deleted.
6696 (ediff-verbose-help-enabled): New variable.
6697 (ediff-toggle-verbose-help-meta-buffer): New function.
6698 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
6699 message options.
6700
6701 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
6702 (ediff-fixup-patch-map): Improve heuristic.
6703
6704 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
6707 (log-view-font-lock-keywords): Simplify.
6708 (log-view-current-file, log-view-current-tag): Simplify.
6709
6710 2007-06-12 Sam Steingold <sds@gnu.org>
6711
6712 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
6713
6714 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * desktop.el (desktop-load-locked-desktop): New option.
6717 (desktop-read): Use it.
6718 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
6719 Use `when'.
6720
6721 2007-06-12 Davis Herring <herring@lanl.gov>
6722
6723 * desktop.el (desktop-save-mode-off): New function.
6724 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
6725 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
6726 (desktop-claim-lock, desktop-release-lock): New functions.
6727 (desktop-kill): Tell `desktop-save' that this is the last save.
6728 Release the lock afterwards.
6729 (desktop-buffer-info): New function.
6730 (desktop-save): Use it. Run `desktop-save-hook' where the doc
6731 says to. Detect conflicts, and manage the lock.
6732 (desktop-read): Detect conflicts. Manage the lock.
6733
6734 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
6737
6738 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
6739 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
6740 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
6741 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
6742 keysyms rather than byte sequences.
6743 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
6744
6745 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * font-lock.el (font-lock-add-keywords): In case font-lock was only
6748 half-activated, forcefully activate it completely.
6749
6750 2007-06-11 Richard Stallman <rms@gnu.org>
6751
6752 * cus-edit.el (custom-variable-type): Doc fix.
6753
6754 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
6757 (sh-font-lock-flush-syntax-ppss-cache): New functions.
6758 (sh-font-lock-syntactic-keywords): Use them to distinguish the
6759 different possible cases for \'.
6760
6761 * complete.el (PC-bindings): Don't bind things already bound in the
6762 parent keymap.
6763
6764 * textmodes/bibtex-style.el: New file.
6765
6766 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
6767
6768 * vc-bzr.el: New file.
6769
6770 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * vc-svn.el (vc-svn-program): New var.
6773 (vc-svn-command): Use it.
6774
6775 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
6776
6777 * server.el (server-switch-buffer): Remove redundant check.
6778
6779 2007-06-10 Martin Rudalics <rudalics@gmx.at>
6780
6781 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6782 Match against file-name-nondirectory.
6783 Fix text on user customization variables.
6784 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
6785
6786 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
6787
6788 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
6789
6790 2007-06-09 Davis Herring <herring@lanl.gov>
6791
6792 * desktop.el (desktop-minor-mode-table): Doc fix.
6793
6794 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * textmodes/css-mode.el (css-navigation-syntax-table):
6797 Use set-char-table-range so it also works in the unicode branch.
6798
6799 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
6800
6801 * help-mode.el (help-xref-forward-stack)
6802 (help-xref-stack-forward-item, help-forward-label): New variables.
6803 (help-forward): New button type.
6804 (help-setup-xref): Initialise help-xref-forward-stack.
6805 (help-make-xrefs): Add forward button, if appropriate.
6806 (help-xref-go-back): Push item on forward stack.
6807 (help-xref-go-forward, help-go-forward): New functions.
6808
6809 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * dired.el (dired-mode-map): Remove spurious separator.
6812
6813 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
6814
6815 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
6816
6817 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6818 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
6819
6820 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
6821
6822 * textmodes/org.el: Version number fixed.
6823
6824 2007-06-07 Glenn Morris <rgm@gnu.org>
6825
6826 * version.el (emacs-copyright): New constant.
6827 * startup.el (fancy-splash-tail): Use emacs-copyright.
6828 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
6829
6830 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
6831 `make-local'.
6832 (byte-compile-warnings-safe-p): Add `make-local'.
6833 (byte-compile-make-variable-buffer-local):
6834 Allow byte-compile-warnings to suppress this warning.
6835
6836 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
6837 format of "menu" description.
6838 (tutorial--find-changed-keys): Describe the specific menu a
6839 command is in.
6840
6841 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
6842 Rewrite compatibility functions to silence byte-compiler.
6843
6844 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
6845
6846 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
6847 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
6848
6849 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
6850
6851 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
6852
6853 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
6854
6855 * progmodes/ebrowse.el (ebrowse-member-table):
6856 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
6857 (org-batch-agenda-csv): Fix typos in docstrings.
6858
6859 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * international/mule-cmds.el (toggle-enable-multibyte-characters)
6862 (sort-coding-systems, search-unencodable-char): Doc fixes.
6863 (coding-system-change-eol-conversion, set-default-coding-systems)
6864 (prefer-coding-system, find-multibyte-characters, princ-list)
6865 (leim-list-entry-regexp, set-input-method, locale-language-names)
6866 (input-method-exit-on-first-char, exit-language-environment-hook)
6867 (locale-charset-language-names): Fix typos in docstrings.
6868
6869 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
6870
6871 * pgg.el (pgg-sign-region, pgg-sign):
6872 * ses.el (ses-call-printer):
6873 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
6874 * textmodes/org.el (org-cycle): Fix typos in docstrings.
6875
6876 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
6877
6878 * textmodes/org.el
6879 (org-export-region-as-html, org-replace-region-by-html)
6880 (org-number-to-letters, org-table-fedit-finish)
6881 (org-normalize-color, org-table-fedit-ref-right)
6882 (org-date-to-gregorian, org-table-fedit-move)
6883 (org-table-convert-refs-to-rc, org-calendar-holiday)
6884 (org-table-fedit-toggle-ref-type, org-write-agenda)
6885 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
6886 (org-defkey, org-encode-for-stdout)
6887 (org-indent-line-function, org-export-as-html-to-buffer)
6888 (org-store-agenda-views, org-update-mode-line)
6889 (org-find-if, org-delete-all)
6890 (org-table-fedit-convert-buffer, org-emphasize)
6891 (org-uniquify, org-table-fedit-lisp-indent)
6892 (org-table-fedit-scroll, org-get-todo-sequence-head)
6893 (org-table-fedit-scroll-down, org-table-fedit-line-down)
6894 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
6895 (org-table-fedit-toggle-coordinates, org-dvipng-color)
6896 (org-table-fedit-line-up, org-table-fedit-ref-down)
6897 (org-table-formula-from-user, org-mode-flyspell-verify)
6898 (org-cycle-show-empty-lines, org-ctrl-c-ret)
6899 (org-table-formula-to-user, org-diary-to-ical-string)
6900 (orgtbl-export, org-table-fedit-post-command)
6901 (org-closed-in-range, org-shiftcontrolright)
6902 (org-table-convert-refs-to-an, org-table-hline-and-move)
6903 (org-table-formula-less-p, org-format-table-ascii)
6904 (org-agenda-get-sexps, org-shift-refpart)
6905 (org-diary-sexp-entry, org-time-string-to-absolute)
6906 (org-table-show-reference, org-letters-to-number)
6907 (org-fix-agenda-info, org-table-fedit-ref-up)
6908 (org-table-fedit-shift-reference, org-table-fedit-abort)
6909 (org-closest-date, org-shiftcontrolleft)
6910 (org-at-heading-or-item-p, org-rematch-and-replace)
6911 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
6912 New functions.
6913 (org-table-edit-scroll-down, org-finish-edit-formulas)
6914 (org-table-edit-next-field, org-abort-edit-formulas)
6915 (org-font-lock-level, org-export-find-first-heading-line)
6916 (org-table-edit-line-down, org-table-edit-backward-field)
6917 (org-edit-formula-lisp-indent, org-table-edit-move)
6918 (org-check-log-option, org-this-word)
6919 (org-table-edit-line-up, org-table-edit-formulas-post-command)
6920 (org-agenda-file-to-end, org-expand-file-name)
6921 (org-fake-empty-table-line, org-table-edit-scroll)
6922 (org-toggle-log-option, org-show-reference): Function removed.
6923 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
6924 New defsubsts.
6925 (org-unmodified, org-batch-store-agenda-views)
6926 (org-batch-agenda-csv): New macro.
6927 (org-agenda-export): New customization group.
6928 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
6929 (org-highest-priority, org-agenda-exporter-settings)
6930 (org-log-done-with-time, org-replace-disputed-keys)
6931 (org-format-latex-header, org-export-table-header-tags)
6932 (org-cycle-separator-lines, org-export-table-data-tags)
6933 (org-icalendar-include-sexps)
6934 (org-empty-line-terminates-plain-lists)
6935 (org-log-repeat, org-special-ctrl-a)
6936 (org-table-use-standard-references, org-disputed-keys)
6937 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
6938 (org-agenda-export-html-style): New option.
6939 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
6940 (org-CUA-compatible): Option removed.
6941 (org-agenda-structure, org-sexp-date): New face.
6942 (org-todo-keywords-for-agenda, org-not-done-keywords)
6943 (org-planning-or-clock-line-re, org-agenda-name)
6944 (org-table-colgroup-info, org-todo-sets)
6945 (constants-unit-system, org-clock-mode-line-entry)
6946 (org-mode-line-timer, org-table-current-begin-pos)
6947 (org-todo-keywords-1, org-mode-line-string)
6948 (org-table-clean-did-remove-column, org-table-fedit-map)
6949 (org-clock-heading, org-table-buffer-is-an)
6950 (org-agenda-info, org-done-keywords)
6951 (org-done-keywords-for-agenda, org-todo-heads)
6952 (org-todo-kwd-alist, org-clock-start-time): New variable.
6953 (org-todo-kwd-priority-p, org-edit-formulas-map)
6954 (org-repeat-re, org-todo-kwd-max-priority)
6955 (org-version, org-done-string)
6956 (org-table-clean-did-remove-column-1, org-disputed-keys):
6957 Remove variables.
6958 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
6959 (org-ts-lengths): Constant removed.
6960 (org-follow-gnus-link): Don't ask how many articles to read.
6961 (org-export-find-first-export-line): Rename from
6962 `org-export-find-first-heading'.
6963 Use `org-export-skip-text-before-1st-heading'.
6964 (org-table-fedit-post-command): Rename from
6965 `org-table-edit-formulas-post-command'.
6966 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
6967 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
6968 (org-table-fedit-lisp-indent): Rename from
6969 `org-edit-formula-lisp-indent'.
6970 (org-table-show-reference): Rename from `org-show-reference'.
6971 (org-table-store-formulas): Use `org-table-formula-less-p'.
6972 (org-table-edit-formulas): Position cursor to current field equation.
6973 (org-update-checkbox-count, org-hide-archived-subtrees)
6974 (org-timestamp-up-day, org-timestamp-down-day)
6975 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
6976 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
6977 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
6978 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
6979 Let `org-on-heading-p' also check for invisible heading.
6980 (org-read-date): Match am/pm times.
6981 (org-eval-in-calendar): Fix default date in prompt.
6982
6983 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
6986 "ChangeLog.a" entries, giving the latter lower priority.
6987
6988 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
6989
6990 * faces.el (face-id): If the argument is a face alias,
6991 return the ID of the target face.
6992
6993 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * net/socks.el (top): Remove unnecessary copyright line.
6996
6997 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
6998
6999 * longlines.el (longlines-auto-wrap): Handle argument correctly.
7000
7001 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
7002
7003 * net/socks.el: New file, taken from w3 repository.
7004 (top): Update Copyright. Don't load cl.el.
7005 (all): Replace `case' by `cond', `string-to-int' by
7006 `string-to-number', and `process-kill-without-query' by
7007 `set-process-query-on-exit-flag'.
7008 (socks-char-int): Remove defalias and all occurrences.
7009
7010 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
7013 Fix typos in docstrings.
7014 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
7015 (compilation-finish-function): Fix typo in obsolescence declaration.
7016
7017 2007-06-03 Sam Steingold <sds@gnu.org>
7018
7019 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
7020 handle unending automatic recompilation of changed files (`omake -P').
7021 (compilation-loop): VISITED is now 5th CDR.
7022 (compilation-next-error-function): Set TIMESTAMP.
7023
7024 2007-06-03 Sam Steingold <sds@gnu.org>
7025
7026 * files.el (kill-buffer-ask): New function.
7027 (kill-some-buffers): Use it.
7028 (kill-matching-buffers): New user command.
7029
7030 2007-06-01 David Kastrup <dak@gnu.org>
7031
7032 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7033 Change default to `top'.
7034
7035 2007-05-31 Richard Stallman <rms@gnu.org>
7036
7037 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
7038
7039 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * textmodes/css-mode.el: New file.
7042
7043 2007-05-30 Michael Olson <mwolson@gnu.org>
7044
7045 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
7046 died and we are trying to send a signal to it. The program using
7047 tq.el should periodically check to see whether the process has
7048 died and react appropriately -- this is not the responsibility of
7049 tq.el, and is consistent with the rest of the tq.el source code.
7050
7051 2007-05-29 Martin Rudalics <rudalics@gmx.at>
7052
7053 * textmodes/table.el (table--point-entered-cell-function)
7054 (table--point-left-cell-function):
7055 Bind `inhibit-point-motion-hooks' to t.
7056
7057 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7058
7059 * emacs-lisp/rx.el (rx): Doc fix.
7060
7061 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
7062
7063 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
7064
7065 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
7066
7067 Sync with Tramp 2.0.56.
7068
7069 * net/tramp.el:
7070 * net/tramp-ftp.el:
7071 * net/tramp-smb.el:
7072 * net/tramp-util.el:
7073 * net/tramp-vc.el:
7074 Don't load cl.el, because that pollutes the namespace. Replace cl
7075 macros by their implementations where necessary. Requested by
7076 Richard Stallman <rms@gnu.org>.
7077
7078 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
7079 doesn't exist.
7080 (with-parsed-tramp-file-name): Protect debug spec during compilation.
7081 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
7082 (tramp-file-name-p, tramp-file-name-multi-method)
7083 (tramp-file-name-method, tramp-file-name-user)
7084 (tramp-file-name-host, tramp-file-name-localname): New defuns,
7085 replacing defstruct `tramp-file-name'.
7086 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
7087 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
7088 Apply `vector' instead of `make-tramp-file-name'.
7089 (tramp-handle-make-auto-save-file-name):
7090 Apply `tramp-temporary-file-directory' for compatibility reasons.
7091 (tramp-completion-mode): Use `natnump' instead of `wholenump'
7092 because of XEmacs.
7093 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
7094 started.
7095
7096 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
7097
7098 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
7099
7100 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7101
7102 * log-edit.el (log-edit-changelog-paragraph): Return point-max
7103 as the end of the ChangeLog paragraph when it ends without a line
7104 termination.
7105
7106 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
7107
7108 * net/webjump.el (webjump-sample-sites):
7109 Add simple Wikipedia query.
7110
7111 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
7114 compatibility code.
7115
7116 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7117 (copyright-update-year): Use it.
7118
7119 * edmacro.el (edmacro-format-keys): Use current-active-maps.
7120
7121 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
7122 Add indentation and debugging info. Fix up comment convention.
7123
7124 * cus-dep.el (custom-make-dependencies): Simplify.
7125
7126 * composite.el (compose-region, decompose-region):
7127 Use inhibit-read-only and restore-buffer-modified-p.
7128
7129 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
7130 (xterm-mouse-event): Use it.
7131
7132 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
7133
7134 * bs.el (bs-cycle-previous): Don't modify the cycle list until
7135 `switch-to-buffer' has returned succesfully.
7136 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
7137 window is dedicated (it could iconify the frame).
7138
7139 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
7140
7141 * vc-hooks.el (vc-find-root): Fix file attribute test.
7142
7143 2007-05-24 Richard Stallman <rms@gnu.org>
7144
7145 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7146 Don't let opoint be nil.
7147 (flyspell-emacs-popup): Explicit error if no dialogs.
7148
7149 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
7150
7151 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
7152 (image-next-line, image-previous-line, image-scroll-up)
7153 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
7154 New functions.
7155 (image-mode-map): Remap motion commands.
7156 (image-mode-text-map): New keymap for viewing images as text.
7157 (image-mode): Use image-mode-map.
7158 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
7159
7160 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * textmodes/fill.el (canonically-space-region): Make the second arg
7163 a marker if it's not already the case.
7164
7165 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7166
7167 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
7168 (tar-get-descriptor): Handle type 55, an extended pax header.
7169
7170 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
7173 to confuse outline-minor-mode.
7174
7175 2007-05-23 Eli Zaretskii <eliz@gnu.org>
7176
7177 * tar-mode.el (tar-file-name-handler): New function.
7178 (tar-extract): Bind file-name-handler-alist to it to force
7179 find-buffer-file-type-coding-system behave as if the file being
7180 extracted existed. Use last-coding-system-used to force
7181 buffer-file-coding-system to what decode-coding-region actually
7182 used to decode the file.
7183
7184 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7185
7186 * progmodes/compile.el (compilation-handle-exit):
7187 `compilation-finish-function' may change the current buffer.
7188
7189 2007-05-22 Richard Stallman <rms@gnu.org>
7190
7191 * files.el (set-auto-mode): Doc fix.
7192
7193 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7194
7195 * help-fns.el (find-source-lisp-file): New function.
7196 (describe-function-1): Use find-source-lisp-file to find source
7197 file in compile tree.
7198
7199 2007-05-22 Eli Zaretskii <eliz@gnu.org>
7200
7201 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7202
7203 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
7204
7205 * emacs-lisp/easy-mmode.el (define-minor-mode)
7206 (easy-mmode-define-navigation): Fix typos in docstrings.
7207
7208 2007-05-22 Glenn Morris <rgm@gnu.org>
7209
7210 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
7211
7212 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * mail/mail-extr.el (mail-extract-address-components):
7215 Recognize non-ASCII characters except for NBSP as words.
7216
7217 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
7218
7219 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
7220 (rcirc-print): Handle `window-width'.
7221 (rcirc-buffer-maximum-lines): Doc fix.
7222
7223 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
7224
7225 * image-mode.el (image-toggle-display): Don't clear image cache.
7226 Only use filename in image spec if the file is readable.
7227 Call image-refresh.
7228
7229 * image.el (image-type-from-file-name, image-type): Simplify.
7230 (image-type-auto-detected-p): Don't scan auto-mode-alist.
7231
7232 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
7233 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
7234
7235 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7236
7237 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
7238 is an error.
7239
7240 * term/linux.el (terminal-init-linux): Don't signal an error
7241 if gpm isn't running.
7242
7243 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7244
7245 * t-mouse.el: Reduce to a minor-mode macro call.
7246 (t-mouse-mode): Remove the lighter.
7247
7248 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
7249
7250 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
7251
7252 * files.el (auto-mode-alist): Change the regexp so that
7253 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
7254
7255 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * Version 22.1 released.
7258
7259 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
7262 changes.
7263
7264 2007-05-19 Kevin Ryde <user42@zip.com.au>
7265
7266 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
7267
7268 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
7269
7270 * textmodes/sgml-mode.el: Revert last change.
7271
7272 2007-05-18 Richard Stallman <rms@gnu.org>
7273
7274 * simple.el (push-mark): Doc fix.
7275
7276 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
7277
7278 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
7279 tpu-global-map.
7280 (tpu-original-global-map): Variable deleted.
7281 (tpu-control-keys-map): New keymap variable.
7282 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
7283 setting keymapping directly.
7284 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
7285 tpu-global-map.
7286 (tpu-edt-on): Activate the tpu-global-map.
7287 (tpu-edt-off): Deactivate the tpu-global-map.
7288
7289 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
7290
7291 * textmodes/ispell.el (ispell-get-word): Return markers
7292 for start and end positions.
7293 (ispell-word): Assume END is a marker.
7294
7295 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7296
7297 * printing.el: Group together all XEmacs/Emacs definitions.
7298 (pr-version): New version 6.9.
7299 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
7300 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7301 (pr-menu-bind): Fix code.
7302 (pr-e-frame-char-height, pr-e-frame-char-width)
7303 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7304 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7305 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7306 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7307 (pr-x-event-y-pixel): Aliases eliminated.
7308 (pr-xemacs-global-menubar): Macro moved.
7309 (current-menubar, current-mouse-event, zmacs-region-stays)
7310 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7311 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7312 Vars moved.
7313 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7314 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7315 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7316 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7317 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7318 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
7319 moved.
7320
7321 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
7322
7323 * textmodes/sgml-mode.el (sgml-tag):
7324 Fix bug: Call sgml-transformation-function.
7325
7326 2007-05-17 Martin Rudalics <rudalics@gmx.at>
7327
7328 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
7329 modified flag of buffer. Use `inhibit-modification-hooks'.
7330
7331 2007-05-16 Richard Stallman <rms@gnu.org>
7332
7333 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
7334
7335 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * files.el (magic-mode-alist, magic-fallback-mode-alist):
7338 Move the *ml, Postscript, and XmCD entries to the fallback part.
7339
7340 * files.el (magic-fallback-mode-alist):
7341 Rename from file-start-mode-alist.
7342
7343 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7344
7345 * progmodes/compile.el (compilation-handle-exit): Quote first
7346 argument of `run-hook-with-args'.
7347
7348 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
7349
7350 * buff-menu.el (Buffer-menu-sort-column):
7351 * dabbrev.el (dabbrev-upcase-means-case-search):
7352 * dired.el (dired-recursive-deletes, dired-recursive-copies):
7353 * info.el (Info-current-subfile):
7354 * ls-lisp.el (ls-lisp-verbosity):
7355 * msb.el (msb-menu-cond):
7356 * pcvs.el (cvs-dired-use-hook):
7357 * simple.el (set-mark-command-repeat-pop):
7358 * time.el (display-time-24hr-format, display-time-mail-file):
7359 Doc fixes.
7360
7361 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
7362 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
7363
7364 * view.el (view-inhibit-help-message): Fix typo in docstring.
7365 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
7366
7367 2007-05-16 Martin Rudalics <rudalics@gmx.at>
7368
7369 * textmodes/ispell.el (ispell-start-process): Defend against bad
7370 default-directory.
7371
7372 2007-05-14 Eli Zaretskii <eliz@gnu.org>
7373
7374 * mail/rmail.el (rmail-convert-to-babyl-format): Check
7375 content-transfer-encoding _last_, because it's its position that
7376 we need as value of base64-header-field-end.
7377
7378 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
7379
7380 * files.el (mode-require-final-newline, require-final-newline)
7381 (enable-local-variables, enable-local-eval): Doc fixes.
7382
7383 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7384
7385 * ps-print.el: Use default color when foreground or background color
7386 are unspecified. Reported by Leo <sdl.web@gmail.com>.
7387 (ps-print-version): New version 6.7.4.
7388 (ps-rgb-color): New argument. Use default color when color is
7389 unspecified.
7390 (ps-begin-job): Fix code.
7391
7392 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * longlines.el (longlines-mode): Make longlines-auto-wrap
7395 buffer-local. Add hooks unconditionally.
7396 (longlines-auto-wrap): Toggle wrapping.
7397 (longlines-after-change-function)
7398 (longlines-post-command-function): Check longlines-auto-wrap.
7399
7400 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
7403 (xterm-mouse-translate): Use it.
7404
7405 2007-05-10 Richard Stallman <rms@gnu.org>
7406
7407 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
7408 (iso-cvt-write-only): Likewise.
7409
7410 * emacs-lisp/easy-mmode.el (define-minor-mode):
7411 Fix generated doc string.
7412
7413 * startup.el (fancy-splash-text): Add URL of guided tour.
7414 Adjust horizontal and vertical whitespace.
7415
7416 * progmodes/compile.el (compilation-handle-exit):
7417 Use run-hook-with-args to run compilation-finish-functions.
7418
7419 * files.el (file-start-mode-alist): New variable.
7420 (magic-mode-regexp-match-limit): Doc fix.
7421 (set-auto-mode): Handle file-start-mode-alist.
7422 A little cleanup of structure.
7423
7424 * dabbrev.el (dabbrev-eliminate-newlines):
7425 Renamed from dabbrev--eliminate-newlines. All uses changed.
7426
7427 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7428
7429 * man.el (Man-next-section): Don't consider the last line of the page
7430 as being part of any section.
7431
7432 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
7435 can take any number of values.
7436
7437 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
7440 to the list of citation commands.
7441
7442 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
7445
7446 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
7447
7448 * progmodes/python.el (python-font-lock-keywords)
7449 (python-open-block-statement-p, python-mode): Add support for the new
7450 "with" keyword.
7451
7452 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
7455 the exact opposite of diff-goto-source.
7456
7457 * emacs-lisp/advice.el (ad-special-forms): Remove.
7458 (ad-special-form-p): Use subr-arity.
7459
7460 * newcomment.el (comment-search-forward): Make sure we search forward.
7461 (comment-enter-backward): Try and distinguish the non-matching case at
7462 EOB from the non-matching case with a missing comment-end-skip for
7463 a 2-char comment ender.
7464 (comment-choose-indent): New function extracted from comment-indent.
7465 Improve the alignment algorithm.
7466 (comment-indent): Use it.
7467
7468 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
7469 XML style Processing Instructions.
7470 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
7471 (sgml-calculate-indent): Handle `pi' context.
7472
7473 * vc.el: Ensure that update-changelog issues an error when used with
7474 a backend that does not implement it.
7475 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
7476 Remove `backend' argument. Use expand-file-name.
7477 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
7478
7479 * progmodes/python.el (python-end-of-block): Revert last change.
7480 (python-end-of-statement): Make sure we move *forward*.
7481
7482 2007-05-08 Richard Stallman <rms@gnu.org>
7483
7484 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7485 Don't include non-self-insert commands in the exception for `-'.
7486
7487 2007-05-08 David Reitter <david.reitter@gmail.com>
7488
7489 * progmodes/python.el (python-guess-indent): Check non-nullness
7490 before comparing indent against the 2..8 interval.
7491
7492 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7493
7494 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
7495 available.
7496
7497 2007-05-06 Richard Stallman <rms@gnu.org>
7498
7499 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
7500
7501 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
7504 rather than storing their value in the revert-buffer function.
7505
7506 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
7507
7508 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
7509 when disabling t-mouse-mode.
7510
7511 2007-05-01 Davis Herring <herring@lanl.gov>
7512
7513 * calendar/timeclock.el: Update version number.
7514 (timeclock-modeline-display): Mention timeclock-use-display-time
7515 in explanatory message.
7516 (timeclock-in): Fix non-interactive workday specifications.
7517 (timeclock-log): Don't kill the log buffer if it already existed.
7518 Suppress warnings when finding the log. Don't check for a nil
7519 project twice. Run hooks after killing the buffer (if applicable).
7520 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
7521 was geometric). All uses changed.
7522 (timeclock-generate-report): Support prefix argument.
7523
7524 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
7525
7526 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
7527 disconnections.
7528
7529 2007-05-01 Romain Francoise <romain@orebokech.com>
7530
7531 * dired-x.el: Revert 2007-04-06 change.
7532
7533 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
7534
7535 * find-dired.el (find-dired-filter): Propertize all text down to eob.
7536
7537 2007-04-29 Richard Stallman <rms@gnu.org>
7538
7539 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
7540
7541 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * progmodes/cc-mode.el (c-before-change): Use point-min rather
7544 than 1.
7545
7546 2007-04-28 Richard Stallman <rms@gnu.org>
7547
7548 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
7549
7550 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
7553 don't put stop on toolbar.
7554
7555 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
7558
7559 2007-04-28 Eli Zaretskii <eliz@gnu.org>
7560
7561 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
7562 instead of $(lisp)/mh-e.
7563
7564 2007-04-28 Glenn Morris <rgm@gnu.org>
7565
7566 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7567 (image-dired-cmd-create-temp-image-options): Replace option
7568 +profile "*" with -strip.
7569
7570 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7573 Use window-start and window-end.
7574
7575 2007-04-27 Andreas Schwab <schwab@suse.de>
7576
7577 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
7578
7579 2007-04-27 Eli Zaretskii <eliz@gnu.org>
7580
7581 * textmodes/fill.el (fill-paragraph): Doc fix.
7582
7583 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
7584
7585 * locate.el (locate-in-alternate-database): Doc fix.
7586
7587 2007-04-26 Glenn Morris <rgm@gnu.org>
7588
7589 * button.el (button): Use underline if supported, else fall back
7590 to color.
7591
7592 * version.el (emacs-version): Increase to 22.1.50.
7593
7594 2007-04-25 Richard Stallman <rms@gnu.org>
7595
7596 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
7597
7598 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
7599
7600 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
7601 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
7602 pushing mark.
7603 (idlwave-current-routine): Don't push mark.
7604
7605 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
7606
7607 * image-dired.el (image-dired-display-image): Derive image-type from
7608 filename rather than assuming jpeg, in case no resizing was needed.
7609
7610 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7611
7612 * custom.el (defface): Doc fix.
7613
7614 See ChangeLog.12 for earlier changes.
7615
7616 ;; Local Variables:
7617 ;; coding: iso-2022-7bit
7618 ;; add-log-time-zone-rule: t
7619 ;; End:
7620
7621 Copyright (C) 2007 Free Software Foundation, Inc.
7622
7623 This file is part of GNU Emacs.
7624
7625 GNU Emacs is free software; you can redistribute it and/or modify
7626 it under the terms of the GNU General Public License as published by
7627 the Free Software Foundation; either version 3, or (at your option)
7628 any later version.
7629
7630 GNU Emacs is distributed in the hope that it will be useful,
7631 but WITHOUT ANY WARRANTY; without even the implied warranty of
7632 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7633 GNU General Public License for more details.
7634
7635 You should have received a copy of the GNU General Public License
7636 along with GNU Emacs; see the file COPYING. If not, write to the
7637 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7638 Boston, MA 02110-1301, USA.
7639
7640 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af