comparison lisp/ChangeLog @ 87649:107ccd98fa12

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
author Miles Bader <miles@gnu.org>
date Tue, 08 Jan 2008 20:46:54 +0000
parents 7ae99e295dfd f144c401cb74
children d197b59d36b5 606f2d163a64
comparison
equal deleted inserted replaced
87648:7ae99e295dfd 87649:107ccd98fa12
1 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
4 quotes in case of spaces, e.g. STL containers (not pretty).
5
6 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
9 "--annotate=3" option is necessary for the Graphical Interface.
10
11 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
14 on menu bar.
15
16 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
17
18 * ffap.el (ffap-read-file-or-url): Let-bind
19 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
20
21 2008-01-08 Sven Joachim <svenjoac@gmx.de>
22
23 * vc-bzr.el: Fix typo in header.
24
25 2008-01-08 Eli Zaretskii <eliz@gnu.org>
26
27 * Makefile.in (custom-deps, finder-data): Depend on autoloads
28 instead of loaddefs.el.
29
30 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
33 gets inserted out-of-order.
34
35 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
36
37 * vc-bzr.el: Copyright and version headers update.
38 Remove some outdated comments through the whole file.
39 (vc-bzr-program-args): Remove because unused.
40 (vc-bzr-log-switches): New customization option.
41 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
42 use `vc-bzr-program-args'.
43 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
44 `vc-find-root' (patch by Andreas Hoenen).
45 (vc-bzr-status): Update regex to match latest Bzr output.
46 Remove redundant test.
47 (vc-bzr-init-version): New function.
48 (vc-bzr-unregister): Must not delete file.
49 (vc-bzr-find-version): New function.
50 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
51 a non-empty string, otherwise take head revision.
52 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
53 (vc-bzr-diff): Simpler build of the revision spec string.
54 (vc-annotate-convert-time, vc-bzr-annotate-difference):
55 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
56 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
57 (vc-bzr-dired-state-info): Only provide custom strings for
58 overloaded VC state 'edited; otherwise fallback to
59 `vc-default-dired-state-info'.
60
61 2008-01-08 Richard Stallman <rms@gnu.org>
62
63 * delsel.el (delete-selection-mode): Doc fix.
64
65 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
66
67 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
68 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
69
70 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
71 of watch expressions (only works fully with GDB 6.7 or later).
72
73 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * time-stamp.el (time-stamp-time-zone):
76 * whitespace.el (whitespace-check-buffer-leading)
77 (whitespace-check-buffer-trailing)
78 (whitespace-check-buffer-indent)
79 (whitespace-check-buffer-spacetab)
80 (whitespace-check-buffer-ateol):
81 * progmodes/sh-script.el (sh-indentation):
82 * textmodes/ispell.el (ispell-local-pdict):
83 Add safe-local-variable properties.
84
1 2008-01-08 Michael Albinus <michael.albinus@gmx.de> 85 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
2 86
3 * vc-git.el (vc-git--call): Apply `process-file' instead of 87 * vc-git.el (vc-git--call): Apply `process-file' instead of
4 `call-process'. 88 `call-process'.
5 89
12410 ;; Local Variables: 12494 ;; Local Variables:
12411 ;; coding: iso-2022-7bit 12495 ;; coding: iso-2022-7bit
12412 ;; add-log-time-zone-rule: t 12496 ;; add-log-time-zone-rule: t
12413 ;; End: 12497 ;; End:
12414 12498
12415 Copyright (C) 2007 Free Software Foundation, Inc. 12499 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
12416 12500
12417 This file is part of GNU Emacs. 12501 This file is part of GNU Emacs.
12418 12502
12419 GNU Emacs is free software; you can redistribute it and/or modify 12503 GNU Emacs is free software; you can redistribute it and/or modify
12420 it under the terms of the GNU General Public License as published by 12504 it under the terms of the GNU General Public License as published by