* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a4cc44cf
CY
12010-02-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4 ID-FORMAT. Pass it to `file-attributes'.
5
6 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7
c917476d
CY
82010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
9
10 * faces.el (set-face-attribute): Allow calling
11 internal-set-lisp-face-attribute with 'unspecified family and
12 foundry argument (Bug#5536).
13
7cf3f3d6
GM
142010-02-07 Glenn Morris <rgm@gnu.org>
15
16 * progmodes/f90.el (f90-font-lock-keywords-2)
17 (f90-looking-at-type-like, f90-looking-at-program-block-end):
18 Handle F2003 named interfaces.
19
ffe87109
CY
202010-02-06 Chong Yidong <cyd@stupidchicken.com>
21
22 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
23 beg and end before calling c-get-state-before-change-functions.
24
4775ecad
DN
252010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
28
0d17c4b9
JL
292010-02-05 Juri Linkov <juri@jurta.org>
30
31 * doc-view.el (doc-view-mode):
32 * image-mode.el (image-mode): Put property mode-class=special.
33 (Bug#4896)
34
8228a275
MH
352010-02-05 Mark A. Hershberger <mah@everybody.org>
36
37 * vc-svn.el (vc-svn-revision-table): New function.
38
d9320986
MA
392010-02-05 Michael Albinus <michael.albinus@gmx.de>
40
41 * net/ange-ftp.el (ange-ftp-insert-directory):
42 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
43 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
44 Handle also directories. (Bug#5478)
45
f43d8ecc
GM
462010-02-05 Glenn Morris <rgm@gnu.org>
47
48 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
49
ce3a988d
CY
502010-02-05 Chong Yidong <cyd@stupidchicken.com>
51
52 * startup.el (command-line-1): Convert options beginning with a
53 single dash as well (Bug#5519).
54
bdd42899
SM
552010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
56
51b23c44
SM
57 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
58 * minibuffer.el (completion-initials-expand): Only check the presence
59 of delims *within* the boundaries, since otherwise the / delim is
60 always found for files.
61
bdd42899
SM
62 Fix up various corner case problems.
63 * doc-view.el (doc-view-last-page-number): New function.
64 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
65 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
66 (doc-view-kill-proc): Avoid inf-loop in freak cases.
67 (doc-view-reconvert-doc): Use the new recursive delete-directory.
68 (doc-view-convert-current-doc): Don't create the resolution.el file
69 here any more.
70 (doc-view-pdf/ps->png): Do it here instead.
71 (doc-view-already-converted-p): Check that resolution.el is present.
72 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
73 windows that are not yet showing images.
74
dd969a56
AM
752010-02-04 Alan Mackenzie <acm@muc.de>
76
77 Change strategy for marking < and > as template delimiters: mark
78 them strictly in matching pairs.
79
51b23c44
SM
80 * cc-mode.el (c-before-change):
81 Use c-get-state-before-change-functions.
dd969a56
AM
82 (c-common-init): Adapt to use
83 c-get-state-before-change-functions (note plural).
84
85 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
86 for searching syntactically for matching <s and >s.
87 (c-get-state-before-change-functions): New language variable (note
88 the plural) which supersedes c-get-state-before-change-function.
89
90 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
91 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
92 (c-clear->-pair-props-if-match-before)
51b23c44 93 (c-before-change-check-<>-operators): New functions.
dd969a56
AM
94 (c-after-change-check-<>-operators): Use macro
95 c-unmark-<->-as-paren.
96
97 * cc-defs.el (c-search-backward-char-property): New macro.
98
99 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
100 and > any more. (These will be handled by font locking.)
101
d5b3979c
MA
1022010-02-04 Michael Albinus <michael.albinus@gmx.de>
103
104 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
105 `dired-uncache' for every elemnt which is an absolute file name.
106
107 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
108 directory, handle its directory component.
109 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
110 function is called permanently and creates noise, otherwise.
111
112 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
113 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
114 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
115
b003beb1
DB
1162010-02-04 David Burger <dburger@google.com> (tiny change)
117
118 * macros.el (apply-macro-to-region-lines):
119 Minor simplification. (Bug#5485)
120
ea92f9f3
GM
1212010-02-04 Glenn Morris <rgm@gnu.org>
122
a03ae20d
GM
123 * mail/rmail.el (rmail-show-message-1): Handle malformed
124 quoted-printable text. (Bug#5441)
125
4d01b827
GM
126 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
127
ea92f9f3
GM
128 * simple.el (visual-line-mode): Capitalize lighter.
129
82055bb7
JW
1302010-02-03 John Wiegley <jwiegley@gmail.com>
131
132 * iswitchb.el (iswitchb-completions): Add bookmark files to the
133 list of files considered for "virtual buffer" completions.
134
8214b6e4
MA
1352010-02-03 Michael Albinus <michael.albinus@gmx.de>
136
137 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
138 also in case of (and (not full) (not wildcard)). This is needed,
139 when dired is called with a list of files, which are not in
140 `default-directory'. (Bug#5478)
141
1df9718f
SM
1422010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
145
02ba1267
JL
1462010-02-02 Juri Linkov <juri@jurta.org>
147
148 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
149 from unidiff to allow function-line after @@.
150
a0c6a0fb
JL
1512010-02-02 Juri Linkov <juri@jurta.org>
152
153 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
154 '(RCS SCCS) with inverted condition.
155
c35fcd52
MA
1562010-02-02 Michael Albinus <michael.albinus@gmx.de>
157
158 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
159 messages.
160
6ba973c1
JL
1612010-02-01 Juri Linkov <juri@jurta.org>
162
163 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
164 compare with "pkunzip" and "pkzip" instead of only "pkzip".
165 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
166 only when (car archive-zip-extract) is "unzip". (Bug#5475)
167
0bca393f
SM
1682010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
171 (doc-view-revert-buffer): New command.
172 (doc-view-mode-map): Use it.
173
7a444e2a
DN
1742010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
175
176 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
177 pending merge is detected.
178
ad6fc8f4
JL
1792010-01-31 Juri Linkov <juri@jurta.org>
180
181 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
182 beginning of interactive spec like all other grep commands do.
183 Put "all" in front of "gz". (Bug#5260)
184
b9236874
DN
1852010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
186
187 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
188
1e868757
CY
1892010-01-29 Chong Yidong <cyd@stupidchicken.com>
190
191 * dirtrack.el (dirtrack): Warn instead of signalling error if the
192 regexp is incorrect (Bug#5476).
193
e5c70c41
MA
1942010-01-29 Michael Albinus <michael.albinus@gmx.de>
195
196 * net/tramp.el (tramp-handle-insert-directory): Handle also
197 symlinks, when FILENAME is not in `default-directory'.
198
0c0b61f1
MA
1992010-01-28 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 202 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
203
204 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
205 of SWITCHES. Handle the case, FILENAME is not in
206 `default-directory'. (Bug#5478)
207 (tramp-register-file-name-handlers): Add safe-magic property.
208
763f325e
CY
2092010-01-28 Chong Yidong <cyd@stupidchicken.com>
210
211 * arc-mode.el (archive-zip-extract): Quote the argument passed to
212 unzip (Bug#5475).
213
fd09a83f
CY
2142010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
215
216 * progmodes/flymake.el (flymake-allowed-file-name-masks)
217 (flymake-master-make-header-init): Add other C++ filename masks.
218 (flymake-find-possible-master-files)
219 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
220
7e5686f0
MA
2212010-01-28 Michael Albinus <michael.albinus@gmx.de>
222
223 Fix some busybox annoyances.
224
225 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
226 not responding." string.
227 (tramp-open-connection-setup-interactive-shell): Dump stty
228 settings. Enable "neveropen" arg for all `tramp-send-command'
229 calls. Handle "=" in variable values properly.
230 (tramp-find-inline-encoding): Raise an error, when no encoding is
231 found.
232 (tramp-wait-for-output): Check, whether PROC buffer is available.
233 Remove spurious " ^H" sequences, sent by busybox.
234 (tramp-get-ls-command): Suppress coloring, if possible.
235
c6265c10
GM
2362010-01-28 Glenn Morris <rgm@gnu.org>
237
c85a168b
GM
238 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
239
c6265c10
GM
240 * log-edit.el (log-edit-strip-single-file-name): Add missing
241 :safe, :group, and :version tags.
242
7d82a738
SB
2432010-01-27 Stephen Berman <stephen.berman@gmx.net>
244
245 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
246 buffers. (Bug#5477)
247
8b0e68ea
CY
2482010-01-27 David De La Harpe Golden <david@harpegolden.net>
249
250 * files.el (delete-directory): Handle moving to trash without
251 first doing recursion (Bug#5436).
252
368d3208
DN
2532010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * vc-hooks.el (vc-path): Mark as obsolete.
256
755da7fa
DN
2572010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
258
e2396d80
DN
259 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
260 names too.
261
755da7fa
DN
262 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
263 for the short log.
264 (vc-bzr-log-view-mode): Adjust regexp for the above change.
265
6a6d15ab 2662010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 267
d9de6d6f
MH
268 * progmodes/python.el: Replace reference to obsolete
269 c-subward-mode.
270
271 * vc-bzr.el: (vc-bzr-revision-table) New function.
aaef4f91 272
504dcc71
EH
2732010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
274
275 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
276 diff-index command. This requires at least git-1.5.5. (Bug#1589).
277
51850286
DN
2782010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
279
c2f1d6d8
DN
280 Remove support for adding --signoff on commit.
281 Future support will use an incompatible generic mechanism.
282 * vc-git.el (vc-git-add-signoff): Remove variable.
283 (vc-git-toggle-signoff): Remove function.
284 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
285
51850286
DN
286 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
287 from xterm-set-background-mode. Return t if the background mode
288 was set.
289 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
290 earlier, call it again in case the background mode has changed.
291
02c6d0d0
CY
2922010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
293
294 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
295 (Bug#3541).
296
064eee03
CY
2972010-01-23 Chong Yidong <cyd@stupidchicken.com>
298
02c6d0d0
CY
299 * emacs-lisp/assoc.el (aelement): Doc fix.
300 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 301
5336c3ec 3022010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709
SL
303
304 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
305 is the same as subprogram call, not declaration. (Bug#5435).
306
0536254e
MA
3072010-01-23 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
310 (tramp-smb-maybe-open-connection): Use it.
311
411d06c2
MA
3122010-01-22 Michael Albinus <michael.albinus@gmx.de>
313
0536254e 314 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 315
c893016b
SM
3162010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
319 just because we see "encoding: 8bit".
320 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
321
9425f8e1
CY
3222010-01-22 Chong Yidong <cyd@stupidchicken.com>
323
324 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
325
6a801864
EZ
3262010-01-22 Eli Zaretskii <eliz@gnu.org>
327
328 * jka-compr.el (jka-compr-load): If load-file is not in
329 load-history, try its file-truename version. (bug#5447)
330
3e8f7d91
AM
3312010-01-21 Alan Mackenzie <acm@muc.de>
332
333 Fix a situation where deletion of a cpp construct throws an error.
334 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
335 invoking c-with-all-but-one-cpps-commented-out, check that the
336 special cpp construct is still in the buffer.
337 (c-parse-state): Record the special cpp with markers, not numbers.
338
f0bd0ad5
CY
3392010-01-21 Kenichi Handa <handa@m17n.org>
340
341 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
342 process last-command-event, as it is now decoded first (Bug#5380).
343
5189d95b
CY
3442010-01-20 Chong Yidong <cyd@stupidchicken.com>
345
346 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
347
e073d74a
GM
3482010-01-20 Glenn Morris <rgm@gnu.org>
349
350 * indent.el (tab-always-indent): Fix custom-type.
351
8ee04f3a
AM
3522010-01-19 Alan Mackenzie <acm@muc.de>
353
354 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
355 buffer throws "args out of range".
356 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
357 playing the role of delimiter.
358
6a47c86a
SL
3592010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
360
bf0b361c 361 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
362 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
363 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
364 changed. Delete RECURSIVE parameter; never used. Improve doc string.
365 Improve comments in "is" portion. Handle null procedure declaration.
366 (ada-move-to-end): Improve doc string.
367
2acfb954
ÓF
3682010-01-18 Óscar Fuentes <ofv@wanadoo.es>
369
e90d57c0 370 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 371 Remove obsolete information from commentary.
e90d57c0
JB
372 (ido-choice-list): Initialize to nil.
373 (ido-get-bufname): Reject minibuffers.
374 (ido-make-buffer-list): If "default" is a nonexistent
375 buffer, ignore it, as per the function's comment.
376 (ido-kill-buffer-internal): New function.
377 (ido-kill-buffer-at-head): Use it.
378 (ido-visit-buffer): Likewise.
2acfb954 379
244b023e
CY
3802010-01-18 Chong Yidong <cyd@stupidchicken.com>
381
382 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
383
db9e401b
JB
3842010-01-18 Juanma Barranquero <lekktu@gmail.com>
385
386 * cedet/ede/locate.el (ede-locate-file-in-project)
387 (ede-locate-file-in-project-impl): Fix typos in docstrings.
388 (ede-enable-locate-on-project): Fix typos in error messages.
389
390 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
391 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
392 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
393 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
394 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
395 Fix typos in menu help.
396
397 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
398 Fix typos in chart titles.
399
400 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
401 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
402 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
403 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
404 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
405 (semantic-parse-stream, semantic-parse-region)
406 (semantic-parse-region-default, semantic--set-buffer-cache)
407 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
408 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
409 (semantic-default-submodes):
410 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
411 (semanticdb-create-ebrowse-database)
412 (semanticdb-find-tags-for-completion-method)
413 (semanticdb-find-tags-by-class-method)
414 (semanticdb-deep-find-tags-by-name-method)
415 (semanticdb-deep-find-tags-for-completion-method):
416 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
417 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
418 (semanticdb-find-tags-for-completion-method)
419 (semanticdb-find-tags-by-class-method)
420 (semanticdb-deep-find-tags-for-completion-method):
421 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
422 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
423 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
424 (semanticdb-find-tags-by-name-method)
425 (semanticdb-find-tags-by-name-regexp-method)
426 (semanticdb-find-tags-for-completion-method)
427 (semanticdb-find-tags-by-class-method)
428 (semanticdb-find-tags-external-children-of-type-method)
429 (semanticdb-find-tags-subclasses-of-type-method)
430 (semanticdb-deep-find-tags-by-name-method)
431 (semanticdb-deep-find-tags-by-name-regexp-method)
432 (semanticdb-deep-find-tags-for-completion-method):
433 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
434 (semanticdb-enable-gnu-global-in-buffer)
435 (semanticdb-find-tags-for-completion-method)
436 (semanticdb-deep-find-tags-by-name-method)
437 (semanticdb-deep-find-tags-for-completion-method):
438 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
439 (javascript-mode, semanticdb-find-translate-path)
440 (semanticdb-find-tags-for-completion-method)
441 (semanticdb-find-tags-by-class-method)
442 (semanticdb-deep-find-tags-by-name-method)
443 (semanticdb-deep-find-tags-for-completion-method)
444 (semanticdb-find-tags-external-children-of-type-method):
445 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
446 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
447 (global-semantic-idle-scheduler-mode):
448 * cedet/srecode/dictionary.el (srecode-field-value)
449 (srecode-dictionary-add-section-dictionary):
450 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
451 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
452 (describe-class, eieio-describe-generic, describe-generic):
453 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
454 (eieio-speedbar-expand):
455 * emulation/viper-cmd.el (viper-exec-form-in-vi)
456 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
457 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
458 (viper-del-backward-char-in-replace, viper-backward-indent)
459 (viper-brac-function, viper-register-to-point, viper-submit-report):
460 * net/tramp.el (tramp-remote-coding-commands):
461 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
462 Fix typos in docstrings.
463
9295137d
CY
4642010-01-17 Chong Yidong <cyd@stupidchicken.com>
465
466 * mail/sendmail.el (mail-yank-original): Set the mark if the
467 specified function for yanking does not do it.
468
4d0bbcb6
DN
4692010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
470
7902c120
DN
471 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
472
4d0bbcb6
DN
473 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
474 resyncing a directory.
475
0b702bc1
SL
4762010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
477
6a47c86a 478 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
479 (ada-ident-re): Delete ., allow multibyte characters.
480 (ada-goto-label-re): New; matches goto labels.
481 (ada-block-label-re): New; matches block labels.
482 (ada-label-re): New; matches both.
483 (ada-named-block-re): Deleted; callers changed to use
484 `ada-block-label-re' instead.
485 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
486 Use `ada-block-label-re'.
487 (ada-indent-on-previous-lines): Improve handling of goto labels.
488 (ada-get-indent-block-start): Special-case block label.
489 (ada-get-indent-label): Split into `ada-indent-block-label' and
490 `ada-indent-goto-label'.
491 (ada-goto-stmt-start, ada-goto-next-non-ws):
492 Optionally ignore goto labels.
493 (ada-goto-next-word): Simplify.
494 (ada-indent-newline-indent-conditional): Insert newline before
495 trying to fix indentation; doc fix.
496
05287c49
JB
4972010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
498
499 * calc/calc.el (calc-command-flags): Give it an initial value.
500
44e82a0b
GM
5012010-01-17 Glenn Morris <rgm@gnu.org>
502
503 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
504
4963739e
JB
5052010-01-17 Juanma Barranquero <lekktu@gmail.com>
506
507 * cedet/semantic.el (semantic-mode):
508 * files.el (minibuffer-with-setup-hook):
509 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
510 (artist-key-draw-continously, artist-key-do-continously-continously)
511 (artist-key-set-point-continously, artist-mouse-draw-continously):
512 Fix typos in docstrings.
513
116bd1ee
CY
5142010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
515
516 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
517 return t (Bug#3898).
518
2784cd7a 5192010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
520
521 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
522 can parse the output of the external commands (Bug#5279).
523
abd5cfe8
CY
5242010-01-16 Jari Aalto <jari.aalto@cante.net>
525
526 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
527
4fe22cdf
CY
5282010-01-16 Chong Yidong <cyd@stupidchicken.com>
529
bbdc98ef
CY
530 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
531
c7dc1ac1
CY
532 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
533
4fe22cdf
CY
534 * startup.el (command-line): Remove unused --icon-type arg.
535 Handle --display arg, passing it to command-line-1 (Bug#5392).
536
045b9da7
ML
5372010-01-16 Mario Lang <mlang@delysid.org>
538
539 * cedet/ede/cpp-root.el (ede-cpp-root-project):
540 * cedet/ede/files.el (ede-expand-filename):
541 * cedet/ede/simple.el (ede-simple-project):
542 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
543 (semantic-complete-inline-tag-engine):
544 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
545 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
546 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
547 * cedet/semantic/db.el (semanticdb-equivalent-mode):
548 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
549 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
550 * emacs-lisp/chart.el (chart-translate-namezone):
551 * textmodes/artist.el (artist-compute-popup-menu-table):
552 Remove duplicated words in doc-strings.
553
6554a5df
CY
5542010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
555
556 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
557 to mairix-search to suppress threading (Bug#5342).
558
ca4f0e9a
KH
5592010-01-15 Kenichi Handa <handa@m17n.org>
560
561 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 562 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 563
1db3226b
GM
5642010-01-15 Glenn Morris <rgm@gnu.org>
565
56a03f46
GM
566 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
567
568 * wid-edit.el (widget-keymap): Doc fix.
569
1db3226b
GM
570 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
571 former seems to be more widely accepted by various svn versions.
572
80cd4bb4
JB
5732010-01-14 Juanma Barranquero <lekktu@gmail.com>
574
d1f18ec0
JB
575 * find-cmd.el (find-constituents):
576 * vc-arch.el (vc-arch-root):
577 * window.el (window-body-height, pop-up-frames):
578 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
579 (semantic-no-reparse-needed-change-hook):
580 * cedet/srecode/insert.el (srecode-resolve-argument-list)
581 (srecode-template-inserter-blank, srecode-template-inserter-variable)
582 (srecode-template-inserter-ask, srecode-template-inserter-width)
583 (srecode-template-inserter-section-start)
584 (srecode-template-inserter-section-end, srecode-insert-method):
585 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
586 * progmodes/ada-stmt.el (ada-if):
587 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
588 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
589 (ispell-encoding8-command, ispell-aspell-supports-utf8)
590 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
591
80cd4bb4
JB
592 * progmodes/flymake.el (flymake-post-syntax-check):
593 Fix typo in error message.
594
9c23ca47
JB
5952010-01-14 Juanma Barranquero <lekktu@gmail.com>
596
597 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
598 which is always a string. (Bug#5313)
599
8794c483
JB
6002010-01-14 Juanma Barranquero <lekktu@gmail.com>
601
602 * progmodes/ada-xref.el (ada-default-prj-properties):
603 Simplify previous change.
604
95005d39
SL
6052010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
606
607 * progmodes/ada-xref.el (ada-default-prj-properties):
608 Default ada_project_path to $ADA_PROJECT_PATH.
609
6102010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
611
612 * progmodes/ada-mode.el (ada-create-keymap):
613 Override `narrow-to-defun' with `ada-narrow-to-defun'.
614
fb0d1545
SL
6152010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
616
617 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
618 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
619 (ada-get-current-indent, ada-imenu-generic-expression)
620 (ada-which-function): Check for it.
621
5c9434d0
SL
6222010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
623
624 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
625 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
626
3a4f3a3b
GM
6272010-01-14 Glenn Morris <rgm@gnu.org>
628
629 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
630
d9a7c140
KH
6312010-01-14 Kenichi Handa <handa@m17n.org>
632
633 * composite.el (auto-composition-mode): Make it a buffer local
634 variable (permanent-local).
635 (auto-composition-function): Set the default value to
636 auto-compose-chars.
49caf252 637 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
638 (global-auto-composition-mode): Likewise.
639 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 640
38bee102
KF
6412010-01-13 Karl Fogel <kfogel@red-bean.com>
642
643 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 644
b8b45afc
MA
6452010-01-12 Michael Albinus <michael.albinus@gmx.de>
646
647 * files.el (copy-directory): Compute target for recursive
648 directories with identical names. (Bug#5343)
649
893db5bc
GM
6502010-01-12 Glenn Morris <rgm@gnu.org>
651
652 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
653 it to bug-gnu-emacs rather than emacs-pretest-bug.
654
2f27e6d4
JB
6552010-01-12 Juanma Barranquero <lekktu@gmail.com>
656
657 * cedet/data-debug.el (data-debug): Fix customization group reference.
658
91abaf51
JB
6592010-01-12 Juanma Barranquero <lekktu@gmail.com>
660
661 * cedet/semantic/analyze.el (semantic-analyze-push-error)
662 (semantic-analyze-context, semantic-analyze-context-assignment)
663 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
664 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
665 (semantic-java-doc-keywords-map):
666 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
667 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
668 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
669 (semantic-c-classname, semantic-format-tag-uml-prototype)
670 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
671 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
672 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
673 (semantic-get-local-variables, semantic-end-of-command)
674 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
675 (lisp-mode):
676 * cedet/semantic/bovine/make.el (makefile-mode):
677 * cedet/semantic/wisent/python.el (wisent-python-string-re)
678 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
679 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
680 (semantic-lex, semantic-get-local-variables, python-mode):
681 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
682 * cedet/srecode/extract.el (srecode-extract-state-set)
683 (srecode-extract-method): Fix typos in docstrings.
684
d8b8451f
SS
6852010-01-11 Sam Steingold <sds@gnu.org>
686
687 * imenu.el (imenu-default-create-index-function): Detect infinite
688 loops caused by imenu-prev-index-position-function.
689
30afcdff
JB
6902010-01-11 Juanma Barranquero <lekktu@gmail.com>
691
692 * htmlfontify.el (htmlfontify-load-rgb-file)
693 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
694 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
695 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
696 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
697 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
698 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
699 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
700 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
701 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
702 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
703 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
704 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
705 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
706 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
707 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
708 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
709 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
710 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
711 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
712 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
713 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
714 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
715 backslash-quoting from parentheses, etc.
716
92b1c416
CY
7172010-01-11 Chong Yidong <cyd@stupidchicken.com>
718
719 * progmodes/js.el: Autoload javascript-mode alias.
720
4454adab
JB
7212010-01-11 Juanma Barranquero <lekktu@gmail.com>
722
723 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
724 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
725 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
726 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
727 Fix typos in docstrings.
728 (ffap-url-regexp): Doc fix.
729 (ffap-at-mouse): Fix typo in message.
730
6589a2f9
GM
7312010-01-11 Glenn Morris <rgm@gnu.org>
732
733 * version.el (emacs-copyright): Set copyright year to 2010.
734
4e5617ee
SM
7352010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * format.el (format-annotate-function): Only set
738 write-region-post-annotation-function after running to-fn so as not to
739 affect nested write-region calls (bug#5273).
740
52bee098
CY
7412010-01-10 Chong Yidong <cyd@stupidchicken.com>
742
4e5617ee
SM
743 * cedet/semantic.el (semantic-new-buffer-setup-functions):
744 Add python parser.
52bee098 745
a069f067
CY
746 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
747 wisent/python.el.
748
52bee098
CY
7492010-01-10 Richard Kim <emacs18@gmail.com>
750
751 * cedet/semantic/wisent/python-wy.el:
752 * cedet/semantic/wisent/python.el: New files.
753
e709e39d
CY
7542010-01-09 Chong Yidong <cyd@stupidchicken.com>
755
756 * man.el (Man-goto-section): Signal error if the section is not
757 found (Bug#5317).
758
6ee86780
JB
7592010-01-09 Juanma Barranquero <lekktu@gmail.com>
760
761 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
762 URLs with a leading triple slash in the file: scheme. (Bug#5345)
763
fa7b5f7b
CY
7642010-01-09 Chong Yidong <cyd@stupidchicken.com>
765
766 * progmodes/compile.el: Don't treat compile-command as safe if
767 compilation-read-command might be nil (Bug#4218).
768
de62c4d9
JD
7692010-01-09 Jan Djärv <jan.h.d@swipnet.se>
770
771 * startup.el (command-line-1): Use orig-argi to check for ignored X and
772 NS options.
773
e94be827
KH
7742010-01-08 Kenichi Handa <handa@m17n.org>
775
4e5617ee
SM
776 * international/fontset.el (build-default-fontset-data):
777 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 778
1dfae2a2
JB
7792010-01-07 Juanma Barranquero <lekktu@gmail.com>
780
781 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
782 to `create-file-buffer' as it expects, not just a buffer name.
783 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
784 to help uniquify. (Bug#3224)
785
d0cf45b7
JD
7862010-01-06 Jan Djärv <jan.h.d@swipnet.se>
787
788 * font-setting.el (font-setting-change-default-font): Use user-spec
789 instead of name.
790
7534fa5e
DN
7912010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
792
793 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
794
fd579fdc
CY
7952010-01-05 Tom Tromey <tromey@redhat.com>
796
4e5617ee
SM
797 * progmodes/python.el (python-font-lock-keywords):
798 Handle qualified decorators (Bug#881).
fd579fdc 799
37860caf
DN
8002010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
801
802 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
803 in a lightweight checkout.
804
69db641d
KH
8052010-01-05 Kenichi Handa <handa@m17n.org>
806
4e5617ee 807 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 808
b25d6a02
DN
8092010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
810
811 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
812
137d88ca
DN
8132010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
814
815 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
816 checkouts. (Bug#618)
3d5d0aa9 817 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
818 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
819 (vc-bzr-shelve-menu-map):
820 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
821 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 822
da76998b
CY
8232010-01-02 Chong Yidong <cyd@stupidchicken.com>
824
825 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
826 They are valid characters in URL paths (rfc3986), and at least
827 Firefox does not understand the encoded version (Bug#3166).
828
b2ad70b6
CY
8292010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
830
831 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
832 (octave-block-begin-or-end-regexp, octave-block-match-alist):
833 Add "end" keyword (Bug#3061).
b2ad70b6
CY
834 (octave-end-as-array-index-p): New function.
835 (calculate-octave-indent): Use it.
836
54136282
KF
8372010-01-02 Karl Fogel <kfogel@red-bean.com>
838
839 * bookmark.el: Consistently put the text property on the bookmark name.
840 (bookmark-bmenu-marks-width): Bump back to 2, to include
841 annotation marks.
842 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
843 property on the bookmark name, instead of not putting it at all.
844 (bookmark-bmenu-list): Fix where we put the text property.
845
cc4d3cad
KF
8462010-01-02 Karl Fogel <kfogel@red-bean.com>
847
848 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
849 for showing buffer modified state (as added in the previous change).
850
b894c439
KF
8512010-01-02 Karl Fogel <kfogel@red-bean.com>
852
853 * bookmark.el: Show modified state of bookmark buffer more accurately.
854 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
855 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
856 (with-buffer-modified-unmodified): New macro.
857 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
858 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 859 Use new macro to preserve the buffer modified state.
b894c439 860
3a69db53
KF
8612010-01-02 Karl Fogel <kfogel@red-bean.com>
862
4e5617ee 863 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
864 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
865 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
866 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
867 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
868 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
869 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 870
af414f10
EZ
8712010-01-02 Eli Zaretskii <eliz@gnu.org>
872
4e5617ee
SM
873 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
874 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 875
f2ec0e5e
CY
8762010-01-02 Ryan Yeske <rcyeske@gmail.com>
877
878 * net/rcirc.el: Add follow-link binding (Bug#4738).
879
38c1ba62
EZ
8802010-01-02 Eli Zaretskii <eliz@gnu.org>
881
4e5617ee 882 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
883 (cvs-update): New target for backward compatibility.
884
4e5617ee 885 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
886 (cvs-update): New target for backward compatibility.
887
ea2c0f5b
KF
8882010-01-02 Karl Fogel <kfogel@red-bean.com>
889
890 * bookmark.el: Remove gratuitous gratitude.
891
5ae329f4
KF
8922010-01-02 Karl Fogel <kfogel@red-bean.com>
893
47989945
KF
894 * bookmark.el (bookmark-bmenu-any-marks): New function
895 (bookmark-bmenu-save): Clear buffer modification if no marks.
896
8972010-01-02 Karl Fogel <kfogel@red-bean.com>
898
899 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
900 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
901 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
902 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
903
904 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
905 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
906 To: emacs-devel {_AT_} gnu.org
907 Subject: bookmark.el bug report
908 Date: Mon, 28 Dec 2009 14:19:16 +0800
909 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
910
aef053eb
KF
9112010-01-02 Karl Fogel <kfogel@red-bean.com>
912
913 * bookmark.el: Improvements suggested by Drew Adams:
914 (bookmark-bmenu-ensure-position): New name for
915 `bookmark-bmenu-check-position'. Just ensure the position,
916 don't return any meaningful value.
917 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
918 New constants.
919
0472835f
JB
9202010-01-02 Juanma Barranquero <lekktu@gmail.com>
921
922 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
923 (bookmark-yank-point, bookmark-bmenu-check-position):
924 Fix typos in docstrings.
925 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
926 (bookmark-name-from-full-record, bookmark-get-position)
927 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
928 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
929 Remove useless quoting of parenthesis, etc. in docstrings.
930
931 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
932 (ediff-append-custom-diff): Fix typo in error message.
933 (ediff-meta-mark-equal-files): Fix typos in messages.
934
935 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
936
937 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
938 Fix typo in docstring.
939
940 * net/imap-hash.el (imap-hash-make): Doc fix.
941 (imap-hash-test): Fix typo in error message; reflow docstring.
942 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
943 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
944 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
945 Fix typos in docstrings.
946 (imap-hash-open-connection): Fix typo in error message.
947
948 * play/gomoku.el (gomoku): Fix typos in docstring.
949
950 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
951 (gdb-jsonify-buffer): Fix typos in docstring.
952 (gdb-goto-breakpoint): Fix typo in error message.
953 ("Display Other Windows"): Fix typo in help message.
954 (gdb-speedbar-expand-node): Fix typo in question.
955
956 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
957 (idlwave-html-system-help-location, idlwave-html-help-location)
958 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
959 (idlwave-help-browser-generic-args, idlwave-help-directory)
960 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
961 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
962 (idlwave-online-help, idlwave-help-html-link)
963 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
964 Fix typos in docstrings.
965 (idlwave-help-with-source, idlwave-help-find-routine-definition):
966 Reflow docstrings.
967 (idlwave-help-assistant-start): Fix typo in error message.
968
969 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
970 (octave-electric-space): Fix typos in docstrings.
971
9bbe0828
CY
9722010-01-01 Chong Yidong <cyd@stupidchicken.com>
973
974 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
975
a88c46c3
CY
9762010-01-01 Juri Linkov <juri@jurta.org>
977
978 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 979 increase the default to 500 (Bug#5148).
a88c46c3 980
7ee6c59b
NR
9812009-12-31 Nick Roberts <nickrob@snap.net.nz>
982
983 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
984 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
985 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
986
a9c8a2cd
NR
9872009-12-30 Nick Roberts <nickrob@snap.net.nz>
988
989 Show working revision correctly for mercurial.
990 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 991 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 992
659e4408
JB
9932009-12-29 Juanma Barranquero <lekktu@gmail.com>
994
995 Declare some functions for the byte-compiler.
996 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
997 (speedbar-timer-fn, speedbar-change-expand-button-char)
998 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
999
7ee6c59b
NR
10002009-12-29 Nick Roberts <nickrob@snap.net.nz>
1001
1002 This changeset reverts GDB Graphical Interface to use annotations.
1003 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
1004
460f6e7c
DN
10052009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
1006
1007 Make vc-dir work on subdirectories of the bzr root.
1008 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
1009 file names relative to it.
1010 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
1011 relative directory to vc-bzr-after-dir-status.
1012
543f553a
TH
10132009-12-28 Tassilo Horn <tassilo@member.fsf.org>
1014
1015 * font-lock.el (font-lock-refresh-defaults): New function, which
1016 can be used to let font-lock react to external changes in
1017 variables like font-lock-defaults and keywords.
1018 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
1019
2592ab76
DN
10202009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
1021
ac859983
DN
1022 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
1023
2592ab76
DN
1024 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
1025
58941d03
JB
10262009-12-28 Juanma Barranquero <lekktu@gmail.com>
1027
1028 Supersede color.diff settings in git log (bug#5211).
1029
1030 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
1031 escape chars in its output when the user has color.diff set to `always'.
1032 This fix works on git 1.4.2 and newer (released on 2006-08-13).
1033
39764e76
KR
10342009-12-26 Kevin Ryde <user42@zip.com.au>
1035
1036 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
1037 node. Keep previous "Index" name to work with past coreutils too.
1038
91c4831e
KR
1039 * man.el (man): Revise docstring a bit to show -a and -l as
1040 examples. Add -k description since support for it has otherwise
1041 been a secret. (Further to bug#3717.)
651e932e
KR
1042 (Man-bgproc-sentinel): When "-k foo" produces no output show error
1043 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 1044 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 1045
7f4d4a97
MA
10462009-12-26 Michael Albinus <michael.albinus@gmx.de>
1047
1048 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
1049 switches. Check also for //SUBDIRED// line.
1050
bcffff46
KH
10512009-12-25 Kenichi Handa <handa@m17n.org>
1052
1053 * language/indian.el (devanagari-composable-pattern): Fixed to
1054 handle ZWNJ and ZWJ. Use it in composition-function-table for
1055 Devanagari.
1056 (malayalam-composable-pattern): Fix previous change.
1057
dc1dcfa4
VJL
10582009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1059
1060 * ps-print.el (ps-face-attributes): It was not returning the
1061 attribute face for faces specified as string. Reported by harven
1062 <harven@free.fr>.
1063 (ps-print-version): New version 7.3.5.
1064
6fe539d2
UJ
10652009-12-18 Ulf Jasper <ulf.jasper@web.de>
1066
1067 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
1068 timezone names.
1069 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
1070 (icalendar--add-diary-entry): Remove the trailing blank that
1071 diary-make-entry inserts.
1072
1f3611c6
MA
10732009-12-17 Michael Albinus <michael.albinus@gmx.de>
1074
1075 Make `file-expand-wildcards' work for remote files.
1076
1077 * files.el (file-expand-wildcards): In case of remote files, check
1078 only local file name part for wildcards. Provide feature 'files
1079 and subfeature 'remote-wildcards. (Bug#5198)
1080
1081 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
1082 if there is already an established connection.
1083 (tramp-advice-file-expand-wildcards): Remove it.
1084
1085 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
1086 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
1087 Activate advice for older GNU Emacs versions. (Bug#5237)
1088
9762b219
JB
10892009-12-17 Juanma Barranquero <lekktu@gmail.com>
1090
1091 Some doc fixes (more needed).
1092
1093 * find-cmd.el (find-constituents): Reflow docstring.
1094 (find-cmd, find-prune, find-command): Fix typos in docstrings.
1095 (find-generic): Doc fix.
1096
cfb54897
JL
10972009-12-17 Juri Linkov <juri@jurta.org>
1098
1099 Fix regression from 23.1 to allow multiple modes in Local Variables.
1100
1101 * files.el (hack-local-variables-filter): While ignoring duplicates,
1102 don't take `mode' into account.
1103 (hack-local-variables-filter, hack-dir-local-variables): Don't
1104 remove duplicate `mode' from local-variables-alist (like `eval').
1105
ad974e9e
JL
11062009-12-17 Juri Linkov <juri@jurta.org>
1107
1108 Make `dired-diff' more safe. (Bug#5225)
1109
1110 * dired-aux.el (dired-diff): Signal an error when `file' equals to
1111 `current' or when `file' is a directory of the `current' file.
1112
3616e0b9
AS
11132009-12-17 Andreas Schwab <schwab@linux-m68k.org>
1114
1115 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
1116 unconditionally preloaded files.
1117
72b57560
JL
11182009-12-16 Juri Linkov <juri@jurta.org>
1119
1120 Revert to old 23.1 logic of using the file at the mark as default.
1121 * dired-aux.el (dired-diff): Use the file at the mark as default
1122 if it's not the same as the current file, and the target dir is
1123 the current dir or the mark is active. Add the current file
1124 as the arg of `dired-dwim-target-defaults'. Use the default file
1125 in the prompt. (Bug#5225)
1126
68712eb6
MA
11272009-12-15 Michael Albinus <michael.albinus@gmx.de>
1128
1129 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1130 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1131 (tramp-check-for-regexp): Check also, when an echoing shell stops
1132 to echo sent commands.
1133
fd471993
CY
11342009-12-14 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * Makefile.in: Revert last change (Bug#5191).
1137
86b5e14c
DN
11382009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1139
1140 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
1141 (vc-hg-working-revision): Make sure the command is executed in a
1142 known environment so that we can parse the output. (Bug#4417)
86b5e14c 1143
8cffbb75
CY
11442009-12-14 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * progmodes/python.el (python-symbol-completions): Remove text
1147 properties from symbol string before calling python-send-receive.
1148
6c2b67ad
NR
11492009-12-14 Nick Roberts <nickrob@snap.net.nz>
1150
1151 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 1152 when there are values for both file and line. (Bug#5060)
6c2b67ad 1153
ff6f4585
JL
11542009-12-14 Juri Linkov <juri@jurta.org>
1155
1156 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1157 whitespace after the file name of the first line of unified format,
1158 because git-diff doesn't output whitespace and file modification time
1159 after the file name.
1160
d3de1c8e
JL
11612009-12-14 David Kastrup <dak@gnu.org>
1162
1163 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1164 check if it already has the `display' property added by
1165 `Info-display-images-node', and not put the `invisible' property
1166 in this case.
1167
f192624c
CY
11682009-12-14 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1171 (semantic-mru-bookmark-mode): Doc fixes.
1172
1173 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1174 of assert.
1175
2f1b7dc4
GM
11762009-12-13 Glenn Morris <rgm@gnu.org>
1177
a0cefee5
GM
1178 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1179 (report-emacs-bug): In message-mode, sort manually before storing
1180 original report text. (Bug#5178)
2f1b7dc4
GM
1181 Remove superfluous save-excursion.
1182
31bb373f
MA
11832009-12-12 Michael Albinus <michael.albinus@gmx.de>
1184
1185 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1186 when responding to "GetAll" properties.
1187
5e1d4968
CY
11882009-12-12 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * simple.el (compose-mail): Remove mail-setup-with-from from
1191 customization checks.
1192
097d86f9
EZ
11932009-12-12 Eli Zaretskii <eliz@gnu.org>
1194
1195 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1196 RAR archives created on Unix systems.
1197
1d4adede
SM
11982009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1201 the varalias that was accidentally removed by the 2009-11-19 change
1202 (bug#5186).
1203
3ff3655c
KH
12042009-12-12 Kenichi Handa <handa@m17n.org>
1205
1206 * language/indian.el (indian-compose-regexp): New function.
1207 (malayalam-composable-pattern): Fix the pattern.
1208 (composition-function-table): Set malayalam-composable-pattern for
1209 Malayalam characters.
1210
82d3343c
CY
12112009-12-11 Chong Yidong <cyd@stupidchicken.com>
1212
315eb96d
CY
1213 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1214 rather than down-mouse-1, based on follow-link conventions.
1215
82d3343c
CY
1216 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1217 are compiled.
1218
86a4c7ac
DN
12192009-12-11 Michael McNamara <mac@mail.brushroad.com>
1220
bf0b361c 1221 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
1222 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1223 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1224 (verilog-leap-to-head, verilog-backward-token):
1225 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
1226
12272009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1228
bf0b361c
JB
1229 * progmodes/verilog-mode.el (verilog-auto-lineup)
1230 (verilog-nameable-item-re): Cleanup user-visible spelling and
1231 documentation errors. One reported by Gary Delp.
1d4adede 1232 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
1233 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1234 package, bug195. Reported by Pierre-David Pfister.
1235
fe03f49a
GM
12362009-12-11 Glenn Morris <rgm@gnu.org>
1237
47641aac
GM
1238 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1239
85094855
GM
1240 * mail/emacsbug.el: No longer require sendmail.
1241 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1242 (report-emacs-bug-orig-text): Doc fix.
1243 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1244 New local variables, to adapt to different mail-user-agents.
1245 (report-emacs-bug): Fix test for a gnu.org address.
1246 Use overlays for emphasis, since font-lock defeats 'face property.
1247 Pretest bugs also end up at the newsgroup these days.
1248 Stop message-mode stripping text properties.
1249 Set and use the new buffer-local variables.
1250 (report-emacs-bug-hook): Add doc-string.
1251 Remove some unnecessary save-excursions and simplify.
1252 Use the appropriate hook and send-command.
1253
fe03f49a
GM
1254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1255 capitalization of some menu entries.
1256
345427f0
VJL
12572009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1258
4e6a65b9 1259 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
1260 `buffer-display-table' is unique when two or more windows are
1261 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1262 New version 12.1.
1263
c70ccbba
EZ
12642009-12-10 Eli Zaretskii <eliz@gnu.org>
1265
1266 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1267 characters in the Attribute field.
1268
f1943c1b
DN
12692009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1270
1271 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1272
1c67aeaa
SM
12732009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1276 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1277 Disregard autoload-excludes.
1278 (update-directory-autoloads): Obey autoload-excludes here instead.
1279 But don't store its contents in no-autoloads and remove entries that
1280 refer to excludes files.
1281
d8194864
GM
12822009-12-10 Glenn Morris <rgm@gnu.org>
1283
8c0171c0
GM
1284 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1285 (expand-mail-aliases): Define for compiler.
1286
dba372dd
GM
1287 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1288 Define for compiler.
1289
d8194864
GM
1290 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1291 appropriate for the mail-user-agent in use.
1292
fe5facd3
MA
12932009-12-09 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1296
99999a1d
DN
12972009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 Fix short log parsing and fontification.
1300 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1301 Fix fontification for the [merge] label.
1302
2ea1c4aa
SM
13032009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1304
1305 Drop some properties to avoid surprises.
1306 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1307 (hfy-fontify-buffer): Use it.
1308
9840deb6
SM
13092009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1310
a0d1aadf
SM
1311 Minor cleanup.
1312 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1313 Adjust all callers.
1314 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1315 args compulsory. Adjust callers.
1316 (ffap-gopher-at-point): Remove unused var `name'.
1317
9840deb6
SM
1318 Get rid of the ELCFILES abomination.
1319 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1320 (compile-elcfiles): New phony target.
1321 (compile-main): Compute ELCFILES dynamically.
1322 (compile-clean): New target to remove left-over elc files.
1323 (compile, all): Use it.
1324
7eb3f9a8
KH
13252009-12-09 Kenichi Handa <handa@etlken>
1326
1327 * international/mule-diag.el: Require help-mode instead of help-fns.
1328
ae63e572
KH
13292009-12-09 Kenichi Handa <handa@m17n.org>
1330
5ce6e4f4 1331 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
1332 fine ranges instead of pre-calculating accurate ranges.
1333 Iterate with bigger gc-cons-threshold.
ae63e572 1334
e2f3c692
DN
13352009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1336
1337 Add support for stashing a snapshot of the current tree.
1338 * vc-git.el (vc-git-stash-snapshot): New function.
1339 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1340
cf6d0352
JB
13412009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1342
1343 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1344 instead of `(beginning|end)-of-line'.
1345
48e4acc9
GM
13462009-12-08 Glenn Morris <rgm@gnu.org>
1347
6e890faa
GM
1348 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1349
48e4acc9
GM
1350 * Makefile.in (ELCFILES): Regenerate.
1351
d2a1dc7b
JL
13522009-12-07 Juri Linkov <juri@jurta.org>
1353
1354 Don't lazy-highlight the comint output in history Isearch mode.
1355
1356 * comint.el (comint-history-isearch-search): Instead of
1357 `comint-line-beginning-position', use `comint-after-pmark-p'
1358 to check if point if before the process mark, and go to
1359 `process-mark' in this case.
1360
51ef56c4
SM
13612009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1362
fb10ee4a
SM
1363 * textmodes/tex-mode.el (latex-complete)
1364 (latex-indent-or-complete): Remove.
1365 (latex-mode): Set completion-at-point-functions instead.
1366
1367 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
1368 * minibuffer.el (completion-at-point-functions): New var.
1369 (completion-at-point): New command.
fb10ee4a 1370 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
1371 * progmodes/python.el (python-mode-map): Use completion-at-point.
1372 (python-completion-at-point): Rename from python-partial-symbol and
1373 adjust for use in completion-at-point-functions.
1374 (python-mode): Setup completion-at-point for Python completion.
1375 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1376 extracted from lisp-complete-symbol.
1377 (lisp-complete-symbol): Use it.
1378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1379 setup completion-at-point for Elisp completion.
fb10ee4a
SM
1380 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1381 Use completion-at-point.
51ef56c4 1382 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 1383 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
1384 * progmodes/sym-comp.el: Move to...
1385 * obsolete/sym-comp.el: Move from progmodes.
1386
5e7a9022
EZ
13872009-12-07 Eli Zaretskii <eliz@gnu.org>
1388
1389 Prevent save-buffer in Rmail buffers from using the coding-system
1390 of the current message, and from clobbering the encoding mnemonics
1391 in the mode line (Bug#4623).
1392
1393 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1394 flag, too.
1395 (rmail-message-encoding): New variable.
1396 (rmail-write-region-annotate): Record the encoding of the current
1397 message in rmail-message-encoding.
1398 (rmail-after-save-hook): New function, restores the encoding of
1399 the current message after the message collection is saved.
1400
9136e895
JL
14012009-12-07 Juri Linkov <juri@jurta.org>
1402
1403 * progmodes/grep.el (grep-read-files): Use `completing-read'
1404 instead of `read-string'. Set its `collection' arg to
1405 `read-file-name-internal'. (Bug#4301)
1406
40637410
JL
14072009-12-07 Juri Linkov <juri@jurta.org>
1408
1409 Correctly restore original Isearch point. (Bug#4994)
1410
1411 * isearch.el (isearch-mode): Move `isearch-push-state' after
1412 `(run-hooks 'isearch-mode-hook)'.
1413 (isearch-cancel): When `isearch-push-state-function' is defined,
1414 let-bind `isearch-cmds' to the first state (the last element of
1415 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1416 function and restores the original point). Otherwise, move point
1417 to `isearch-opoint'.
1418
da10ce2b
SM
14192009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1422 chars that don't have names, so the table can be built much faster at
1423 run-time.
1424
3d68fa99
CY
14252009-12-07 Chong Yidong <cyd@stupidchicken.com>
1426
f82b1493
CY
1427 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1428 change. Suggested by David Kastrup.
1429
3d68fa99
CY
1430 * simple.el (compose-mail): Check for incompatibilities and warn.
1431 (compose-mail-user-agent-warnings): New option.
1432
662c5698
DN
14332009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1434
1435 Support showing a single log entry from vc-annotate.
1436 * vc.el (print-log): Add a new argument: START-REVISION.
1437 (vc-print-log-internal): Add a new optional argument and
1438 pass it to the backend.
1439 (vc-print-log, vc-print-root-log): Adjust callers.
1440 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1441 buffer already displays the requested log entry, use it.
1442 Otherwise display only the log entry in question.
1443 * vc-svn.el (vc-svn-print-log):
e4070cdc 1444 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
1445 * vc-hg.el (vc-hg-state):
1446 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1447 (vc-git-show-log-entry): Return t on success.
1448 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1449 (vc-bzr-show-log-entry): Return t on success.
1450 * vc-rcs.el (vc-rcs-print-log):
1451 * vc-sccs.el (vc-sccs-print-log):
1452 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1453
e4070cdc
GM
14542009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1455
5ce6e4f4
JB
1456 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1457 Add menus to the meta mode. (Bug#5043)
e4070cdc 1458
5ce6e4f4 14592009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
1460
1461 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 1462 event-key.
662c5698 1463
662c5698
DN
1464 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1465
dab816a9
MA
14662009-12-07 Michael Albinus <michael.albinus@gmx.de>
1467
1468 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1469 Berbain <raphael.berbain@gmail.com>.
1470
1471 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1472 characters.
1473 (tramp-initial-end-of-output): New defconst.
1474 (tramp-methods, tramp-find-shell)
1475 (tramp-open-connection-setup-interactive-shell)
1476 (tramp-maybe-open-connection): Use it.
1477 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1478 existence of `#' and `$'.
1479
1480 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1481 `tramp-initial-end-of-output'.
1482
a91e1f6b
DN
14832009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 Get the background mode from the terminal for xterm, and set
1486 faces accordingly.
1487 * term/xterm.el (xterm-set-background-mode): New function.
1488 (terminal-init-xterm): Use it in case xterm supports background
1489 color queries. Recompute faces after getting the background
1490 color.
1491
5fa9d1ec
GM
14922009-12-07 Ulrich Mueller <ulm@gentoo.org>
1493
1494 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1495 number comment back on its own line, for easier parsing.
1496
5e9fde5e
SM
14972009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 Make it work for non-file buffers (bug#5102).
1500 * doc-view.el (doc-view-current-cache-dir):
1501 Use doc-view-buffer-file-name rather than buffer-file-name.
1502 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1503
2f2f5242
CY
15042009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1505
1506 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1507 author field is too short.
1508
cebf8ec6
DN
15092009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1510
5e9fde5e
SM
1511 * vc-git.el (vc-git-print-log): Handle a limit argument.
1512 Display the short log in graph form and with labels.
0d3f8a78
DN
1513 (vc-git-log-view-mode): Handle labels.
1514
cebf8ec6
DN
1515 Make vc-revert change VC state from 'added to 'unregistered.
1516 * vc-git.el (vc-git-revert): Call git reset first.
1517
8e39154d
UJ
15182009-12-06 Ulf Jasper <ulf.jasper@web.de>
1519
d8194864
GM
1520 * net/newst-backend.el, net/newst-plainview.el:
1521 * net/newst-reader.el, net/newst-ticker.el:
1522 * net/newst-treeview.el, net/newsticker.el:
1523 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 1524
ef187c24
CY
15252009-12-06 Chong Yidong <cyd@stupidchicken.com>
1526
238a0f3a
CY
1527 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1528
2c6bb71a
CY
1529 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1530 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1531 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1532 Update annotation regexp.
1533
ef187c24
CY
1534 * simple.el (beginning-of-visual-line): Constrain to field
1535 boundaries (Bug#5106).
1536
571855b6
UJ
15372009-12-06 Ulf Jasper <ulf.jasper@web.de>
1538
d8194864 1539 * xml.el (xml-substitute-numeric-entities): Move
571855b6 1540 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1541 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
1542 * net/newst-backend.el (newsticker--parse-generic-feed)
1543 (newsticker--parse-generic-items)
d8194864 1544 (newsticker--decode-numeric-entities): Move
571855b6 1545 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1546 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 1547
b857059c
CY
15482009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1549
1550 * progmodes/js.el (js--js-not): Add null to the list of values.
1551
c2dae51b
CY
15522009-12-06 Chong Yidong <cyd@stupidchicken.com>
1553
d8194864 1554 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 1555
ed0f72d2
RW
15562009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1557
1558 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1559 delimiter if it is at the end of the current line.
1560 (bibtex-generate-url-list): Fix docstring.
1561
365b9a62
SM
15622009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1565 minibuffer's content with itself.
1566 Fold the confirm-after-completion case into the `confirm' case.
1567 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1568
990a9cb1
KR
15692009-12-06 Kevin Ryde <user42@zip.com.au>
1570
1571 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 1572 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 1573
8b5a10db 1574 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 1575 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 1576
065543e7
JL
15772009-12-05 Juri Linkov <juri@jurta.org>
1578
1579 Save and restore dired buffer's point positions too. (Bug#4880)
1580
1581 * dired.el (dired-save-positions): Return in the first element
1582 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1583 Doc fix.
1584 (dired-restore-positions): First restore buffer's position.
1585 While restoring window's positions, check if window still displays
1586 the original buffer.
1587
503edac9
CY
15882009-12-05 Chong Yidong <cyd@stupidchicken.com>
1589
9a594ee6
CY
1590 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1591 if possible.
1592
365b9a62
SM
1593 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1594 Make argument optional.
9a594ee6 1595
925f8c70
CY
1596 * shell.el (shell): Require ansi-color (Bug#5113).
1597
1598 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1599
503edac9
CY
1600 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1601
8fea6b33
AM
16022009-12-05 Alan Mackenzie <acm@muc.de>
1603
1604 * progmodes/cc-mode.el (c-before-hack-hook)
1605 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1606 `c-file-style' to work again. This reversion restores the current
212c5aef 1607 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 1608
5d1fd962
CY
16092009-12-05 Kevin Ryde <user42@zip.com.au>
1610
1611 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1612 comment-start-skip to comment-end-skip as comment (Bug#4781).
1613
30760c8b
JL
16142009-12-05 Juri Linkov <juri@jurta.org>
1615
1616 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1617 for virtual nodes. (Bug#4147)
1618 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1619 when moving from a virtual node.
1620 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1621 (Info-mode): Add `Info-virtual-index' to the docstring.
1622
1dc5c6f3
CY
16232009-12-05 Eric Ludlam <zappo@gnu.org>
1624
1625 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1626 Describe project macro symbols.
1627
1628 * cedet/semantic/complete.el (semantic-complete-do-completion):
1629 Don't call semantic-collector-current-exact-match.
1630
1631 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1632 ede-objects as targets.
1633
1634 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1635 a target's object list even if compiler vars are already in the
1636 Makefile.
1637
1638 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1639 list of headers producing necessary macros.
1640
403111a8
RW
16412009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1642
1643 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1644 track of the buffer position of the end of a BibTeX entry as this
1645 position may change during reformatting.
1646 (bibtex-format-entry): Remove whitespace before processing
1647 numerical fields so that we recognize the latter properly.
1648 (bibtex-reformat): Do not use push which changes the global value
1649 of bibtex-entry-format.
1650 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1651 (bibtex-field-re-init): Replace only space characters by regexp
1652 for whitespace.
365b9a62 1653 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
1654 (bibtex-initialize): Also update bibtex-strings.
1655 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
1656 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1657 Update bibtex-reference-keys.
403111a8 1658
25b54627
SM
16592009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1662 point after a star, if that's the only place where modifications can
1663 make progress.
1664
35639eb4
DN
16652009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1668 in docstrings.
1669
8b78760b
JL
16702009-12-04 Juri Linkov <juri@jurta.org>
1671
1672 * proced.el (proced): Call `(proced-update t)' to update process
1673 information instead of only running proced-post-display-hook.
1674 (proced-send-signal): Add a leading space to the buffer name
1675 " *Marked Processes*" to make this buffer ephemeral.
1676
2b3489a7
JL
16772009-12-04 Juri Linkov <juri@jurta.org>
1678
1679 * dired.el (dired-auto-revert-buffer): New defcustom.
1680 (dired-internal-noselect): Use it.
1681
9b9debd1
JL
16822009-12-04 Juri Linkov <juri@jurta.org>
1683
1684 Change roles of modes and functions in image-mode.el (Bug#5062).
1685
1686 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1687 in `auto-mode-alist'.
1688 (image-mode-previous-major-mode): New variable.
1689 (image-minor-mode-map): Rename from `image-mode-text-map'.
1690 (image-mode): Move graceful error-handling code from
1691 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1692 (image-minor-mode): Remove all image-handling code.
1693 Replace `image-mode-text-map' with `image-minor-mode-map'.
1694 Check for `image-type' in mode-line format string.
1695 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1696 (image-mode-as-text): New function with most code from
1697 `image-mode-maybe'.
1698 (image-toggle-display-text): Move code that removes image
1699 properties from `image-toggle-display' to here.
1700 (image-toggle-display-image): New function with code that adds
1701 image properties copied from `image-toggle-display'.
1702 (image-toggle-display): Remove most code with leaving only code
1703 that toggles between `image-mode-as-text' and `image-mode'.
1704
0c74a301
UJ
17052009-12-04 Ulf Jasper <ulf.jasper@web.de>
1706
1707 * net/newst-treeview.el
1708 (newsticker--treeview-list-highlight-start): Restored call to
1709 save-excursion: Selected item was stuck.
1710 (newsticker--treeview-list-select): New.
1711 (newsticker--treeview-item-show-text)
1712 (newsticker--treeview-item-show)
1713 (newsticker--treeview-item-update): Use new
1714 newsticker-treeview-item-mode.
1715 (newsticker-treeview-update): Keep current item.
1716 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1717 (newsticker--treeview-first-feed): Doc change.
1718 (newsticker-treeview-list-menu)
1719 (newsticker-treeview-item-menu): Added menu entries.
1720 (newsticker-treeview-item-mode): New.
1721
5ce6e4f4 1722 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
1723 windows.
1724
9eaeec5b
SS
17252009-12-04 Sam Steingold <sds@gnu.org>
1726
1727 * log-view.el (log-view-mode-map): "q" calls quit-window,
1728 like in all the other non-self-insert buffers.
1729
b2bf5be5
SM
17302009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 Minor cleanup.
1733 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1734 key decoding rather than do it manually via last-input-event +
1735 ascii-character.
1736 (term-exec): Use delete-and-extract-region.
1737 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1738 (term-process-pager): Remove unused var `i'.
1739 (term-dynamic-simple-complete): Make obsolete.
1740 (serial-update-config-menu): Remove unused vars `y' and `str'.
1741 (term-update-mode-line): Remove unused var `temp'.
1742
46e5c897
DN
17432009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1744
1745 Limit the number of log entries displayed by default.
1746 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1747 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1748 using a prefix argument.
1749
627e0a14
GM
17502009-12-03 Glenn Morris <rgm@gnu.org>
1751
1752 * progmodes/idlwave.el (class): Restore still useful declaration.
1753
8578c224
AM
17542009-12-03 Alan Mackenzie <acm@muc.de>
1755
4abc318c 1756 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 1757
b2bf5be5
SM
1758 * progmodes/cc-mode.el (c-basic-common-init):
1759 Call c-state-cache-init.
9762b219 1760 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 1761 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 1762 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
1763
1764 * progmodes/cc-langs.el (c-before-font-lock-function):
1765 c-extend-and-neutralize-syntax-in-CPP has been renamed
1766 c-neutralize-syntax-in-and-mark-CPP.
1767
1768 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1769 with `category' properties now, not `syntax-table' ones.
1770
1771 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1772 enhanced (but slower) version of c-end-of-macro that won't land
1773 inside a literal or on another awkward character.
1774 (c-state-cache-too-far, c-state-cache-start)
1775 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1776 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1777 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1778 (c-state-min-scan-pos, c-state-brace-pair-desert)
1779 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1780 buffer local variables.
1781 (c-state-literal-at, c-state-lit-beg)
1782 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1783 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1784 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1785 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1786 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1787 (c-renarrow-state-cache)
1788 (c-append-lower-brace-pair-to-state-cache)
1789 (c-state-push-any-brace-pair, c-append-to-state-cache)
1790 (c-remove-stale-state-cache)
1791 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1792 (c-invalidate-state-cache-1, c-parse-state-1)
1793 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
1794 (c-parse-state): Enhance and refactor.
1795 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
1796
1797 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1798 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
1799 modify to use category text properties rather than syntax-table ones.
1800 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
1801 to switch off/on the syntactic paren property of C++ template
1802 delimiters using the category property.
1803 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1804 template delims suppressed.
1805 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1806 New constant/macros which apply category properties to the start
1807 and end of preprocessor constructs.
b2bf5be5 1808 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
1809 "comment out" the syntactic value of characters in preprocessor
1810 constructs.
1811 (c-with-cpps-commented-out)
1812 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1813 with characters in all or all but one preprocessor constructs
1814 "commented out".
1815
0d4dc442
RW
18162009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1817
1818 * proced.el (proced-filter-alist): Use regexp-quote.
1819
a09dc9bf
MA
18202009-12-03 Michael Albinus <michael.albinus@gmx.de>
1821
1822 Cleanup.
1823 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1824 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1825 arguments. Expand `default-directory'.
1826
1827 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1828 the benefit of returning an expanded localname.
1829 (tramp-tramp-file-p): Handle the case NAME is not a string.
1830
3f6bd790
DN
18312009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1832
4dfb3b9c
DN
1833 Add support for bzr shelve/unshelve.
1834 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1835 (vc-bzr-extra-menu-map): New variables.
1836 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1837 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1838 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1839 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1840 (vc-bzr-dir-extra-headers): Display shelves.
1841
3f6bd790
DN
1842 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1843
842d73a1
SM
18442009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * textmodes/bibtex.el (bibtex-complete-internal):
1847 Use completion-in-region.
1848 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1849
7fa4876f
DN
18502009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1851
1852 Support applying stashes. Improve UI.
1853 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1854 (vc-git-stash-apply, vc-git-stash-pop)
1855 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1856 (vc-git-stash-menu): New functions.
1857 (vc-git-stash-menu-map): New variable.
1858 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1859
d6e82452
GM
18602009-12-03 Glenn Morris <rgm@gnu.org>
1861
1862 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1863 (vc-print-log-internal): Fix previous change.
1864 (vc-revert): Correct pluralization.
1865
8d222148
SM
18662009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1867
ea52206b
SM
1868 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1869 it to be an alist any more.
1870 (makefile-complete): Use completion-in-region.
1871
69a94a37
SM
1872 * progmodes/octave-mod.el (octave-complete-symbol):
1873 Use completion-in-region.
1874
8d222148
SM
1875 Misc cleanup.
1876 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1877 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1878 (idlwave-complete-class): Don't quote lambda.
1879 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1880 (idlwave-mode-map): Move initialization into declaration.
1881 (idlwave-action-and-binding): Use backquotes.
1882 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1883 Simplify.
1884 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1885 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1886 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1887 `parts', and `all-parts'.
1888 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1889 (idlwave-convert-xml-system-routine-info): Remove unused string
1890 `version-string'.
1891 (idlwave-display-user-catalog-widget): Use dolist.
1892 (idlwave-scanning-lib): Declare dynamically-scoped var.
1893 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1894 (completion-highlight-first-word-only): Declare to silence bytecomp.
1895 (idlwave-popup-select): Tighten scope of `resp'.
1896 (idlwave-find-struct-tag): Remove unused var `beg'.
1897 (idlwave-after-load-rinfo-hook): Declare.
1898 (idlwave-sintern-class-info): Remove unused var `taglist'.
1899 (idlwave-find-class-definition): Remove unused var `list'.
1900 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1901 (idlwave-what-module-find-class): Remove unused var `classes'.
1902
3bb8691b
JB
19032009-12-03 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1906
f72f0c23
SM
19072009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1908
1909 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1910 buffers visited. Remove redundant current-buffer-saving.
1911
601a9508
SM
19122009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 Use completion-in-buffer and remove uses of dynamic scoping.
1915 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1916 (pascal-buffer-to-use, pascal-flag): Don't declare.
1917 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1918 (pascal-get-completion-decl, pascal-keyword-completion):
1919 Add `pascal-str' argument, save-excursion,
1920 return the found completions, and don't filter with pascal-pred.
1921 (pascal-completion-cache): New var.
1922 (pascal-completion): Don't switch buffer any more (it was never
1923 necessary). Don't save-excursion any more (it's done by the called
1924 subroutines). Use a cache to avoid redundant computations.
1925 Use complete-with-action rather than pascal-completion-response and
1926 let it apply the predicate as well.
1927 (pascal-complete-word): Use completion-in-buffer when
1928 pascal-toggle-completions is nil.
1929 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1930 not used any more.
1931 (pascal-comp-defun): Don't change buffer any more.
1932 Use complete-with-action rather than pascal-completion-response and
1933 let it apply the predicate as well.
1934 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1935 when neded.
1936
1ff4cb98
KH
19372009-12-02 Kenichi Handa <handa@m17n.org>
1938
1939 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1940 shape for all Indic scripts.
1941
bb12edf1
SM
19422009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 Use completion-in-buffer.
1945 * wid-edit.el (widget-field-text-end): New function.
1946 (widget-field-value-get): Use it.
1947 (widget-string-complete, widget-file-complete)
1948 (widget-color-complete): Use it and completion-in-region.
1949 (widget-complete): Don't narrow the buffer.
1950
5813f6ef
GM
19512009-12-02 Glenn Morris <rgm@gnu.org>
1952
c920f222
GM
1953 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1954 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
1955 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1956 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 1957
5813f6ef
GM
1958 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1959 save-excursion with save-current-buffer.
1960 Widen before searching. (Bug#5093)
1961 (diary-list-sexp-entries): Remove superfluous save-excursion.
1962
34b1d750
GM
19632009-12-02 Michael Welsh Duggan <mwd@cert.org>
1964
1965 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1966 name. (Bug#5038)
1967
b2d5f31a
GM
19682009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1969
1970 * ido.el (ido-file-internal): Handle filenames at point that do
1971 not have a directory part. (Bug#5049)
1972
c710ac3c
JB
19732009-12-02 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1976 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1977
9946be46
SM
19782009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1979
1980 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1981 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1982 any more.
1983
b08016f2
SM
19842009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1985
e7440df4
SM
1986 * comint.el (comint-insert-input): Ignore clicks to the right of
1987 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1988
3bb8691b 1989 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
1990 terminate before setting up the major mode.
1991
f3b757f5
SM
1992 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1993 in case.
1994
a2877f1d
SM
1995 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1996 the last element.
1997
b08016f2
SM
1998 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1999
782d6e30
GM
20002009-12-01 Glenn Morris <rgm@gnu.org>
2001
2002 * window.el (window--display-buffer-2): Fix previous changes.
2003
28f57f7e
CY
20042009-12-01 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
2007
c31a2fdc
GM
20082009-12-01 Glenn Morris <rgm@gnu.org>
2009
2010 * Makefile.in (ELCFILES): Add mpc.elc.
2011
e1ada222
SM
20122009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * mpc.el: New file.
2015
0c9ff2c5
GM
20162009-12-01 Glenn Morris <rgm@gnu.org>
2017
3689984f
GM
2018 * window.el (window-to-use): Define for compiler.
2019
3ab4308b
GM
2020 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
2021 consistent with others (no final period).
2022
0c9ff2c5
GM
2023 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
2024 (rmail-mime-show): Downcase the encoding. (Bug#5070)
2025
fb0c18ff
DN
20262009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2027
2028 Make vc-print-log buttons work.
045b9da7 2029 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 2030
2ac7e73e
JB
20312009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
2032
2033 * savehist.el (savehist-autosave-interval): Allow setting to nil
2034 through customize. (Bug#5056)
2035
5237d741
JB
20362009-11-30 Juanma Barranquero <lekktu@gmail.com>
2037
2038 Fix references to jit-lock properties.
2039 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2040 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
2041 (perl-font-lock-special-syntactic-constructs):
2042 Quote jit-lock-defer-multiline property.
2043
379241fa
DN
20442009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 * vc-git.el (vc-git-registered): Call vc-git-root only once.
2047
054ae856
JL
20482009-11-30 Juri Linkov <juri@jurta.org>
2049
2050 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
2051 value `buffer' of `multi-isearch-next-buffer-current-function'.
2052 Use `(current-buffer)' when `buffer' is nil.
2053 (multi-isearch-next-buffer-from-list): Don't fallback to
2054 `(current-buffer)' when `buffer' is nil. (Bug#4947)
2055
67296dda
JL
20562009-11-30 Juri Linkov <juri@jurta.org>
2057
2058 * misearch.el (multi-isearch-read-buffers): Move canonicalization
2059 of buffers with `get-buffer' to `multi-isearch-buffers'.
2060 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2061 Canonicalize BUFFERS with `get-buffer'. Doc fix.
2062 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
2063 FILES with `expand-file-name' converting relative file names
2064 to absolute. Doc fix. (Bug#4727)
2065
c585bf32
JL
20662009-11-30 Juri Linkov <juri@jurta.org>
2067
2068 * misearch.el (multi-isearch-read-buffers)
2069 (multi-isearch-read-matching-buffers): New functions.
2070 (multi-isearch-buffers, multi-isearch-buffers-regexp):
2071 Use them in the `interactive' spec. Doc fix.
2072 (multi-isearch-read-files, multi-isearch-read-matching-files):
2073 New functions.
2074 (multi-isearch-files, multi-isearch-files-regexp):
2075 Use them in the `interactive' spec. Doc fix. (Bug#4725)
2076
0a745733
JL
20772009-11-30 Juri Linkov <juri@jurta.org>
2078
2079 * doc-view.el (doc-view-continuous):
2080 Rename from `doc-view-continuous-mode'.
2081 (doc-view-menu): Move "Toggle display" to the top.
2082 Add submenu "Continuous" with radio buttons "Off"/"On"
2083 and "Save as Default".
2084 (doc-view-scroll-up-or-next-page)
2085 (doc-view-scroll-down-or-previous-page)
2086 (doc-view-next-line-or-next-page)
2087 (doc-view-previous-line-or-previous-page): Rename
2088 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
2089
1f9689eb
JL
20902009-11-30 Juri Linkov <juri@jurta.org>
2091
2092 * comint.el (comint-mode-map): Rebind `M-r' from
2093 `comint-previous-matching-input' to
2094 `comint-history-isearch-backward-regexp'.
2095 Unbind `M-s' to allow global key binding `M-s'.
2096 Add menu items for `comint-history-isearch-backward' and
2097 `comint-history-isearch-backward-regexp'. (Bug#3746)
2098
2952b1ae
JL
20992009-11-30 Juri Linkov <juri@jurta.org>
2100
2101 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
2102 For def=recenter, replace `recenter' with `recenter-top-bottom'
2103 that is called with `this-command' and `last-command' let-bound
2104 to `recenter-top-bottom'. When the last `def' was not `recenter',
2105 set `recenter-last-op' to nil. (Bug#4981)
2106
7a9547ca
SM
21072009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2108
20565545
SM
2109 Minor cleanup and simplification.
2110 * filecache.el (file-cache-add-directory)
2111 (file-cache-add-directory-recursively)
2112 (file-cache-add-from-file-cache-buffer)
2113 (file-cache-delete-file-regexp, file-cache-delete-directory)
2114 (file-cache-files-matching-internal, file-cache-display): Use dolist.
2115 (file-cache-temp-minibuffer-message): Delete function.
2116 (file-cache-minibuffer-complete): Use minibuffer-message instead.
2117
7a9547ca
SM
2118 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
2119 Don't signal an error when bumping into EOB in tr, s, or y.
2120
08e968f3
JL
21212009-11-29 Juri Linkov <juri@jurta.org>
2122
2123 * startup.el (fancy-about-text): Fix wording of Guided Tour.
2124 (Bug#4960)
2125
2126 * descr-text.el (describe-char-unidata-list): Use lowercase name
2127 for "Unicode name" like in other tags.
2128
f8d170a4
JL
21292009-11-29 Juri Linkov <juri@jurta.org>
2130
2131 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2132 New compatibility macro.
7a9547ca 2133 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 2134
0116abbd
JL
21352009-11-29 Juri Linkov <juri@jurta.org>
2136
2137 Add defcustom to define the cycling order of `recenter-top-bottom'.
2138 (Bug#4981)
2139
2140 * window.el (recenter-last-op): Doc fix.
2141 (recenter-positions): New defcustom.
2142 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2143 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2144
61eef560
MA
21452009-11-29 Michael Albinus <michael.albinus@gmx.de>
2146
2147 Improve integration of Tramp and ange-ftp in eshell.
2148
e4070cdc 2149 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
2150 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2151 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2152
2153 * eshell/esh-util.el (top): Require also Tramp when compiling.
2154 (eshell-directory-files-and-attributes): Check for FTP remote
2155 connection.
2156 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2157 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2158 (eshell-file-attributes): Handle ".". Return `entry'.
2159
2160 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2161 (ange-ftp-directory-files-and-attributes)
2162 (ange-ftp-real-directory-files-and-attributes): New defuns.
2163
2164 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2165 shell with "exec" when possible. This prevents trailing prompts
2166 in `start-file-process'.
2167
f5467d3f
SM
21682009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2169
21f49db9
SM
2170 Try and remove assumptions about point-min==1.
2171 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2172 (rng-compute-mode-line-string): Show the validation percentage in
2173 terms of the narrowed text, not the widened text.
2174 (rng-do-some-validation): Don't catch internal errors when debugging.
2175 (rng-first-error): Simplify.
2176 (rng-after-change-function): Remove work around. AFAIK the bug has
2177 been fixed a while ago.
2178
26224faf
SM
2179 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2180 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2181
d7117720
SM
2182 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2183
f5467d3f
SM
2184 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2185 `cd' doesn't always do it for us (bug#5067).
2186
2187 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2188 on 2009-10-25 as part of some other change (bug#5067).
2189
c5269f1c
SM
21902009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2191
62a258a7
SM
2192 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2193 `suspicious'.
2194 (byte-compile-warnings): Use byte-compile-warning-types.
2195 (byte-compile-save-excursion): Warn about use of set-buffer right
2196 after save-excursion.
2197
c5269f1c
SM
2198 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2199 the excursion as well.
2200
3ba30eb8
MA
22012009-11-27 Michael Albinus <michael.albinus@gmx.de>
2202
2203 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2204 providing a Tramp related implementation of "su" and "sudo".
2205 (eshell-unix-initialize): Add "su" and "sudo".
2206
6c6f788d
DU
22072009-11-27 Daiki Ueno <ueno@unixuser.org>
2208
2209 * net/socks.el (socks-send-command): Convert binary request to
2210 unibyte before sending. This fixes mishandling of some port
2211 numbers such as 129.
2212
10c877fe
SM
22132009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2214
6f06a171
SM
2215 * help.el (describe-bindings-internal): Remove `interactive'.
2216
10c877fe
SM
2217 * man.el (Man-completion-table): Trim a terminating "(".
2218 Remove the space between name page a section.
2219 Add the command's description on the `help-echo' property.
c5269f1c
SM
2220 Remove `process-connection-type' binding since it's unused by
2221 call-process.
10c877fe
SM
2222 Provide completion for the "<section> <name>" format as well.
2223 (Man-default-man-entry): Remove spurious var shadowing the argument.
2224
c44a4822
KR
22252009-11-26 Kevin Ryde <user42@zip.com.au>
2226
2227 * log-view.el: Add "Keywords: tools", since its other keywords
2228 aren't in finder-known-keywords, and following vc.el.
2229
9d58f081
KR
2230 * sha1.el (sha1-string-external): default-directory "/" in case
2231 otherwise non-existent. process-connection-type pipe for touch of
2232 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2233
72fe6b25
SM
22342009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 Misc coding convention cleanups.
2237 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2238 hfy-init-kludge-hooks.
2239 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2240 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2241 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2242 and push.
2243 (hfy-slant, hfy-weight): Use tables rather than code.
2244 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2245 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2246 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2247 (hfy-face-to-css): Remove `nconc' with single arg.
2248 (hfy-p-to-face-lennart): Use `or'.
2249 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2250 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2251 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2252 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2253 (hfy-force-fontification): Use run-hooks.
2254
85e0a536
SM
22552009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2256
2257 Various minor fixes.
2258 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2259 Javascript belongs in the header, not the body.
2260 (hfy-javascript): Remove.
2261 (hfy-fontify-buffer): Don't insert it any more.
2262 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2263 Fix bug in invis handling when there were no invis props in a chunk.
2264
62ccc42c
SM
22652009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2268
2643c7aa
DN
22692009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2270
2271 * finder.el (finder-mode-map): Add a menu.
2272
0e5c8aed
DN
22732009-11-26 Michael McNamara <mac@mail.brushroad.com>
2274
bf0b361c 2275 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
2276 "unsigned" structs.
2277
2278 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2279 fork" statement better.
2280
22812009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2282
bf0b361c
JB
2283 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2284 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2285 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2286 Reported by Clay Douglass.
0e5c8aed
DN
2287
2288 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
2289 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2290 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
2291 Pierre-David Pfister.
2292
7629c4e7
GM
22932009-11-26 Glenn Morris <rgm@gnu.org>
2294
62ccc42c
SM
2295 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2296 the scope.
7629c4e7 2297
a5d358f8
JB
22982009-11-25 Johan Bockgård <bojohan@gnu.org>
2299
2300 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2301 Really use previous revision.
2302
002cbde5
KR
23032009-11-25 Kevin Ryde <user42@zip.com.au>
2304
2305 * man.el (Man-completion-table): default-directory "/" in case
2306 doesn't otherwise exist. process-environment COLUMNS=999 so as
2307 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
2308 any chance of hitting the pseudo-tty TIOCGWINSZ.
2309 (man): completion-ignore-case t for friendliness and since man
2310 itself is case-insensitive on the command line.
2311 Further to Bug#3717.
002cbde5 2312
8cb5ffe8
KR
2313 * arc-mode.el: Add "Keywords: files", so the details in its
2314 commentary can be reached from finder-by-keyword.
34607612
KR
2315 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2316 editing mode, but it's comms related and sgml-mode.el has "comm"
2317 on that basis too.
b8dfcf54 2318 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
2319 * international/isearch-x.el, international/ja-dic-cnv.el:
2320 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 2321 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 2322
1e2d9ba1
JL
23232009-11-25 Juri Linkov <juri@jurta.org>
2324
2325 * man.el (Man-completion-table): Modify regexp to include
2326 section names to completion strings. (Bug#3717)
2327
a601d313
JL
23282009-11-25 Juri Linkov <juri@jurta.org>
2329
2330 Search recursively in gzipped files. (Bug#4982)
2331
2332 * progmodes/grep.el (grep-highlight-matches): Add new options
2333 `always' and `auto'. Doc fix.
2334 (grep-process-setup): Check `grep-highlight-matches' for
2335 `auto-detect' to determine the need to compute grep defaults.
2336 Move Windows/DOS specific --colors settings handling
2337 to `grep-compute-defaults'. Check `grep-highlight-matches'
2338 to get the value of "--color=".
2339 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2340 has the value `auto-detect'. Move Windows/DOS specific settings
2341 from `grep-process-setup'.
2342 (zrgrep): New command with alias `rzgrep'.
2343
bde04ea9
JL
23442009-11-25 Juri Linkov <juri@jurta.org>
2345
2346 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2347 to nil instead of switching off view-mode. (Bug#4896)
2348
7d6b4d3c
JL
23492009-11-25 Juri Linkov <juri@jurta.org>
2350
2351 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2352
2353 * mwheel.el (mwheel-scroll-up-function)
2354 (mwheel-scroll-down-function): New defvars.
2355 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2356 `scroll-up', and `mwheel-scroll-down-function' instead of
2357 `scroll-down'.
2358
2359 * doc-view.el (doc-view-scroll-up-or-next-page)
2360 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2361 Use this ARG in the call to image-scroll-up/image-scroll-down.
2362 Change `interactive' spec to "P". Goto next/previous page only
2363 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2364 SPC/DEL case). Doc fix.
2365 (doc-view-next-line-or-next-page)
2366 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2367 for consistency.
2368 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2369 `doc-view-scroll-up-or-next-page', and buffer-local
2370 `mwheel-scroll-down-function' to
2371 `doc-view-scroll-down-or-previous-page'.
2372
e237085f
JL
23732009-11-25 Juri Linkov <juri@jurta.org>
2374
2375 Provide additional default values (directories at other Dired
2376 windows) via M-n in the minibuffer of some Dired commands.
2377
2378 * dired-aux.el (dired-diff, dired-compare-directories)
2379 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2380 `minibuffer-default' in `minibuffer-with-setup-hook'.
2381 (dired-dwim-target-directory): Find a window that displays Dired
2382 buffer instead of failing when the next window is not Dired.
2383 Use `get-window-with-predicate' to find for the next Dired window.
2384 (dired-dwim-target-defaults): New function.
2385
2386 * ediff-util.el (ediff-read-file-name):
2387 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2388 in `minibuffer-with-setup-hook'.
2389
7d371eac
JL
23902009-11-25 Juri Linkov <juri@jurta.org>
2391
2392 Provide additional default values (file name at point or at the
2393 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2394
2395 * minibuffer.el (read-file-name-defaults): New function.
2396 (read-file-name): Reset `minibuffer-default' to nil when
2397 it duplicates initial input `insdef'.
2398 Bind `minibuffer-default-add-function' to lambda that
2399 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2400 (minibuffer-insert-file-name-at-point): New command.
2401
2402 * files.el (file-name-at-point-functions): New defcustom.
2403 (find-file-default): Remove defvar.
2404 (find-file-read-args): Don't use `find-file-default'.
2405 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2406 to `read-file-name'.
2407 (find-file-literally): Use `read-file-name' with
2408 `confirm-nonexistent-file-or-buffer'.
2409
2410 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2411
2412 * dired.el (dired-read-dir-and-switches):
2413 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2414 to `read-file-name'.
2415 (dired-file-name-at-point): New function.
2416 (dired-mode): Add hook `dired-file-name-at-point' to
2417 `file-name-at-point-functions'.
2418
04ae543a
SM
24192009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 Really make the *Completions* window soft-dedicated (bug#5030).
2422 * window.el (window--display-buffer-2): Add `dedicated' argument.
2423 (display-buffer): Pass it when needed so the dedicated flag is set
2424 after calling set-window-buffer, which would otherwise reset it.
2425
eb708e66
SM
24262009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2427
d6b8d4e7
SM
2428 * progmodes/meta-mode.el (meta-complete-symbol):
2429 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
2430 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2431 Use completion-in-region.
2432
5f24557b
SM
2433 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2434 (dabbrev-completion): Use completion-in-region.
2435 (dabbrev--abbrev-at-point): Simplify regexp.
2436
fe4346f0
SM
2437 * abbrev.el (abbrev--before-point): Use word-motion functions
2438 if :regexp is not specified (bug#5031).
2439
cb190d7d
SM
2440 * subr.el (string-prefix-p): New function.
2441
e2ec6dd5
SM
2442 * man.el (Man-completion-cache): New var.
2443 (Man-completion-table): Use it.
2444
eb708e66
SM
2445 * vc.el (vc-print-log-internal): Make `limit' optional for better
2446 compatibility (e.g. with vc-annotate.el).
2447
4cf8971b
KR
24482009-11-24 Kevin Ryde <user42@zip.com.au>
2449
eb708e66 2450 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 2451 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 2452
4cf8971b
KR
2453 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2454 when .el source file not found or other error.
2455
d204c46c
SM
24562009-11-24 Markus Triska <markus.triska@gmx.at>
2457
2458 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2459
bb301b9a
SM
24602009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2461
449c27f0
SM
2462 Handle the [back] button properly (bug#4979).
2463 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2464 Use help-setup-xref, help-buffer, and with-help-window.
2465 (describe-char): Add `buffer' argument.
2466 Pass proper command to help-setup-xref. Don't meddle with
2467 help-xref-stack-item directly.
2468 (describe-text-category): Use with-help-window and help-buffer.
2469
32fe5377
SM
2470 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2471 for the displayed buffer (bug#4887).
2472
bb301b9a
SM
2473 * man.el (Man-completion-table): New function.
2474 (man): Use it.
2475
35179414
DR
24762009-11-24 David Reitter <david.reitter@gmail.com>
2477
bb301b9a 2478 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
2479 .git is) rather than the file's directory and a relative path spec
2480 to work around a bug in git.
2481
605a20a9
MA
24822009-11-24 Michael Albinus <michael.albinus@gmx.de>
2483
2484 Improve handling of processes on remote hosts.
2485
2486 * eshell/esh-util.el (eshell-path-env): New defvar.
2487 (eshell-parse-colon-path): New defun.
2488 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2489
bb301b9a
SM
2490 * eshell/esh-ext.el (eshell-search-path):
2491 Use `eshell-parse-colon-path'.
605a20a9
MA
2492 (eshell-remote-command): Remove argument HANDLER.
2493 (eshell-external-command): Check for FTP remote connection.
2494
bb301b9a
SM
2495 * eshell/esh-proc.el (eshell-gather-process-output):
2496 Use `file-truename', in order to start also symlinked files.
2497 Apply `start-file-process' instead of `start-process'.
2498 Shorten `command' to the local file name part.
605a20a9 2499
bb301b9a
SM
2500 * eshell/em-cmpl.el (eshell-complete-commands-list):
2501 Use `eshell-parse-colon-path'.
605a20a9
MA
2502
2503 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2504
2505 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2506 to `eshell-directory-change-hook'.
2507
d1d33062
TH
25082009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2509
2510 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 2511 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 2512
a34d8565 25132009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 2514
a34d8565
MK
2515 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2516 made on 2009-11-22.
d1d33062 2517
c83b8d1b
GM
25182009-11-24 Glenn Morris <rgm@gnu.org>
2519
2520 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2521 deleted variable bookmark-bmenu-bookmark-column.
2522
65235b0a
GM
2523 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2524 Move after definition of global-semantic-idle-tag-highlight-mode.
2525
83505cfe
SM
25262009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2529
5241b291
CY
25302009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2531
2532 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2533 two slashes to the "file:" prefix.
2534 (browse-url-file-url): De-munge Cygwin filenames before passing
2535 them to Windows browser.
2536 (browse-url-default-windows-browser): Use call-process.
2537
aefcadb6
JL
25382009-11-23 Juri Linkov <juri@jurta.org>
2539
2540 Implement DocView Continuous mode. (Bug#4896)
2541 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
2542 (doc-view-mode-map): Bind C-n/<down> to
2543 `doc-view-next-line-or-next-page', C-p/<up> to
2544 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
2545 (doc-view-next-line-or-next-page)
2546 (doc-view-previous-line-or-previous-page): New commands.
2547
0d62bcea
JL
25482009-11-23 Juri Linkov <juri@jurta.org>
2549
2550 Implement Isearch in comint input history. (Bug#3746)
2551 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2552 `isearch-mode-hook'.
2553 (comint-history-isearch): New defcustom.
2554 (comint-history-isearch-backward)
2555 (comint-history-isearch-backward-regexp): New commands.
2556 (comint-history-isearch-message-overlay): New buffer-local variable.
2557 (comint-history-isearch-setup, comint-history-isearch-end)
2558 (comint-goto-input, comint-history-isearch-search)
2559 (comint-history-isearch-message, comint-history-isearch-wrap)
2560 (comint-history-isearch-push-state)
2561 (comint-history-isearch-pop-state): New functions.
2562
b593f105
MA
25632009-11-23 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2566 return.
2567 (tramp-handle-make-symbolic-link)
2568 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2569 Quote file names.
2570 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2571 (tramp-handle-process-file): Use it.
2572
0f202d5d
SM
25732009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * window.el (move-to-window-line-last-op): Remove.
2576 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2577
216349f8
SM
25782009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2579
0f202d5d 2580 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
2581 * window.el (move-to-window-line-last-op): New var.
2582 (move-to-window-line-top-bottom): New command.
2583 (global-map): Bind M-r move-to-window-line-top-bottom.
2584
c10e0633
GM
25852009-11-23 Sven Joachim <svenjoac@gmx.de>
2586
2587 * dired-x.el (dired-guess-shell-alist-default):
2588 Support xz format. (Bug#4953)
2589
e96ec425
CY
25902009-11-22 Chong Yidong <cyd@stupidchicken.com>
2591
2054a44c
CY
2592 * cedet/srecode/map.el (srecode-get-maps):
2593 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2594 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2595 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2596 (semantic-toggle-decoration-style):
2597 * cedet/semantic/decorate/include.el
2598 (semantic-decoration-include-describe)
2599 (semantic-decoration-unknown-include-describe)
2600 (semantic-decoration-unparsed-include-describe)
2601 (semantic-decoration-all-include-summary):
2602 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2603 * cedet/semantic/analyze/complete.el
2604 (semantic-analyze-possible-completions):
2605 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2606 (semantic-show-unmatched-syntax-mode)
2607 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2608 (semantic-highlight-func-mode):
2609 * cedet/semantic/util.el (semantic-describe-buffer):
2610 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2611 (semantic-symref-find-tags-by-name)
2612 (semantic-symref-find-tags-by-regexp)
2613 (semantic-symref-find-tags-by-completion)
2614 (semantic-symref-find-file-references-by-name)
2615 (semantic-symref-find-text):
2616 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2617 (senator-yank-tag):
2618 * cedet/semantic/scope.el (semantic-calculate-scope):
2619 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2620 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2621 (define-semantic-idle-service):
2622 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2623 (semantic-complete-analyze-inline-idle):
2624 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2625 * cedet/mode-local.el (describe-mode-local-bindings)
2626 (describe-mode-local-bindings-in-mode):
2627 * cedet/ede/make.el (ede-make-check-version):
2628 * cedet/ede/locate.el (ede-enable-locate-on-project):
2629 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2630 (cedet-idutils-version-check):
2631 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2632 (cedet-gnu-global-version-check):
2633 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2634 (cedet-cscope-version-check): Use called-interactively-p instead
2635 of interactive-p.
2636
e96ec425
CY
2637 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2638 Use semantic-format-tag-prototype.
2639
953e0c1a
GM
26402009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2641
2642 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2643 last-command-char/last-command-event.
2644 (viper-prefix-arg-value): Do correct conversion of event-char for
2645 XEmacs.
2646
83505cfe
SM
2647 * emulation/viper-util.el, emulation/viper.el:
2648 Use viper-last-command-char instead of
2649 last-command-char/last-command-event.
953e0c1a 2650
83505cfe
SM
2651 * ediff-init.el, ediff-mult.el, ediff-util.el:
2652 Replace last-command-char and last-command-event
2653 with (ediff-last-command-char) everywhere.
953e0c1a
GM
2654
2655 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2656 created in fundamental mode.
2657
2658 * ediff.el (ediff-version): Revert the change of interactive-p to
2659 called-interactively-p.
2660
9ee12eee
TH
26612009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2662
2663 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2664 generation from word-movement command names.
2665
ab2c15d4
CY
26662009-11-21 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
2669 (semantic-complete-jump-local, semantic-complete-jump):
2670 Improve prompt string.
ab2c15d4 2671
8b571bf3
JD
26722009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2673
2674 * cus-start.el (all): Add native condition for font-use-system-font.
2675
4121db47
AM
26762009-11-21 Nathaniel Flath <flat0103@gmail.com>
2677
83505cfe
SM
2678 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2679 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 2680
d71f5e0c
TH
26812009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2682
2683 * progmodes/subword.el: Rename from lisp/subword.el.
2684
2685 * subword.el: Rename to progmodes/subword.el.
2686
2687 * Makefile.in (ELCFILES): Adapt to subword.el move.
2688
fc9d6ad6
SM
26892009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2690 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2693 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2694 (bookmark-bmenu-show-filenames): Use push.
2695 (bookmark-bmenu-hide-filenames): Use local var instead of
2696 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2697 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2698 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2699 filenames now that the bookmark names are always available.
2700
26d9285f
SM
27012009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2704 (bookmark-search-pattern): Move and leave unbound.
2705 (bookmark-bmenu-mode-map): Change binding.
2706 (bookmark-read-search-input): Simplify.
2707 Don't use text-char-description. Don't error on non-char events.
2708 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2709 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2710 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2711 Use a local var for the timer.
2712 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2713 (i.e. bookmark-bmenu-search).
2714
d73a0317
GM
27152009-11-21 Glenn Morris <rgm@gnu.org>
2716
2717 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2718
e572025f
CY
27192009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2720
26d9285f
SM
2721 * net/browse-url.el (browse-url-default-windows-browser):
2722 Use cygstart for cygwin.
e572025f 2723
6aeaa3dc
KF
27242009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2725
e4070cdc 2726 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
2727 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2728 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2729 Minor grammar and punctuation fixes in doc string.
2730 (bookmark-read-search-input): Adjust to fit within 80 columns.
2731
a9b76eec
TH
27322009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2733
2734 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2735 (c-backward-into-nomenclature): Adapt to subword renaming.
2736
2737 * subword.el (subword-forward, subword-backward, subword-mark)
2738 (subword-kill, subword-backward-kill, subword-transpose)
2739 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
2740 (subword-forward-internal, subword-backward-internal):
2741 Rename from forward-subword, backward-subword, mark-subword,
2742 kill-subword, backward-kill-subword, transpose-subwords,
2743 downcase-subword, upcase-subword, capitalize-subword,
2744 forward-subword-internal, backward-subword-internal.
a9b76eec 2745
1e7d4475
SM
27462009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2747
26d9285f
SM
2748 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2749 New options.
1e7d4475
SM
2750 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2751 New vars.
2752 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2753 (bookmark-bmenu-filter-alist-by-regexp)
2754 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2755 (bookmark-bmenu-search): New command.
2756 (bookmark-bmenu-mode-map): Bind it.
2757
acfad775
CY
27582009-11-20 Chong Yidong <cyd@stupidchicken.com>
2759
1e7d4475 2760 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
2761
2762 * cedet/semantic/idle.el (define-semantic-idle-service)
2763 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2764
653d1554
TH
27652009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2766
ab84bfa0
TH
2767 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2768 backward-subword to quit the byte-compiler.
2769
1f35fda9
TH
2770 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2771
2772 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2773
653d1554 2774 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
2775 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2776 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
2777
2778 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2779 subword.el functions instead of cc-subword.el.
2780
1e7d4475
SM
2781 * progmodes/cc-subword.el: Rename to subword.el.
2782 * subword.el: Rename from progmodes/cc-subword.el.
2783 (subword-mode-map): Rename from c-subword-mode-map.
2784 (subword-mode): Rename from c-subword-mode.
653d1554 2785 (global-subword-mode): New global minor mode.
1e7d4475
SM
2786 (forward-subword): Rename from c-forward-subword.
2787 (backward-subword): Rename from c-backward-subword.
2788 (mark-subword): Rename from c-mark-subword.
2789 (kill-subword): Rename from c-kill-subword.
2790 (backward-kill-subword): Rename from c-backward-kill-subword.
2791 (transpose-subwords): Rename from c-tranpose-subword.
2792 (downcase-subword): Rename from c-downcase-subword.
2793 (capitalize-subword): Rename from c-capitalize-subword.
2794 (forward-subword-internal): Rename from c-forward-subword-internal.
2795 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 2796
9717f119
DN
27972009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2798
8de724f3
DN
2799 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2800 from a dired buffer.
2801 (vc-dired-deduce-fileset): New function.
2802 (vc-root-diff, vc-print-root-log): Use it.
2803
9717f119
DN
2804 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2805 nil LIMIT argument to vc-print-log-internal.
2806
af4999b8
GM
28072009-11-20 Glenn Morris <rgm@gnu.org>
2808
2809 * Makefile.in (ELCFILES): Regenerate.
2810
725bff06
CY
28112009-11-20 Chong Yidong <cyd@stupidchicken.com>
2812
2813 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2814
2815 * cedet/semantic.el: Enable idle-mode menu items only if
2816 global-semantic-idle-scheduler-mode is enabled.
2817 (semantic-default-submodes): Doc fix.
2818
2819 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2820 When turning off, disable other idle modes.
2821
b58edcb6
JB
28222009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2823
02e1b488
SM
2824 * calc/calc.el (calc-set-mode-line):
2825 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
2826 (math-format-number): Rename `math-format-complement-signed' to
2827 `math-format-twos-complement'.
2828
02e1b488 2829 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
2830 math-format-complement-signed.
2831 (calc-radix): Rename `calc-complement-signed-mode' to
2832 `calc-twos-complement-mode'.
02e1b488
SM
2833 (calc-octal-radix, calc-hex-radix): Add an argument for
2834 two's complement.
b58edcb6 2835
02e1b488
SM
2836 * calc/calc-embed.el (calc-embedded-mode-vars):
2837 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 2838
02e1b488
SM
2839 * calc/calc-ext.el (calc-init-extensions):
2840 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
2841 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2842
02e1b488
SM
2843 * calc/calc-units.el (math-build-units-table-buffer):
2844 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
2845
2846 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2847 entries.
2848
2849 * calc/calc-vec.el (calcFunc-vunpack):
2850 * calc/calc-aent.el (calc-do-calc-eval):
2851 * calc/calc-forms.el (math-format-date):
2852 * calc/calc-graph.el (calc-graph-plot):
2853 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
2854 * calc/calccomp.el (math-compose-expr):
2855 Let `calc-twos-complement-mode' be nil.
2856
28572009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2860 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2861 * minibuffer.el (completion-in-region-functions): New hook.
2862 (completion-in-region): New function.
2863 * emacs-lisp/lisp.el (lisp-complete-symbol):
2864 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 2865
e3353a78
SM
28662009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2867
eff77808
SM
2868 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2869 (latex-complete-alist): New vars.
2870 (latex-string-prefix-p, latex-complete-bibtex-keys)
2871 (latex-complete-envnames, latex-complete-refkeys)
2872 (latex-complete-data): New functions.
2873 (latex-complete, latex-indent-or-complete): New commands.
2874
d2c9fc42
SM
2875 * window.el (display-buffer-mark-dedicated): New var.
2876 (display-buffer): Obey it.
2877 * minibuffer.el (minibuffer-completion-help): Use it.
2878
31a1c477
SM
2879 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2880
bed4c972
SM
2881 * filecache.el (file-cache-add-file): Use push and cons.
2882 (file-cache-delete-file-regexp): Use push.
2883 (file-cache-complete): Use completion-in-region.
2884
8c22699f
SM
2885 * simple.el (with-wrapper-hook): Fix thinko.
2886
e3353a78
SM
2887 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2888 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2889 Use with-current-buffer and string-to-number.
2890 (hfy-fallback-colour-values): Use assoc-string.
2891 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2892 (hfy-face-at): Remove unused var `found-face'.
2893 (hfy-compile-stylesheet): Remove unused var `css'.
2894 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2895 and `orig-buffer'.
2896 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2897 Use with-current-buffer.
2898 (hfy-text-p): Use expand-file-name and fewer setq.
2899
acca02b0
SM
29002009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2901
2902 * htmlfontify.el, hfy-cmap.el: New files.
2903
042b7cc6
JL
29042009-11-19 Juri Linkov <juri@jurta.org>
2905
2906 * minibuffer.el (completions-format): New defcustom.
2907 (completion--insert-strings): Implement vertical format.
2908
2909 * simple.el (switch-to-completions): Move point to the first
2910 completion when point was at the beginning of the buffer.
2911
da205913
JL
29122009-11-19 Juri Linkov <juri@jurta.org>
2913
2914 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2915
2916 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2917
0b8ee421
CY
29182009-11-19 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2921 (mail-signature): Change default to t.
2922 (mail-from-style): Deprecate `system-default' value.
2923 (mail-insert-from-field): For default value of mail-from-style,
2924 default to `angles' unless `angles' needs quoting and `parens'
2925 does not.
2926 (mail-citation-prefix-regexp): Use citation regexp from
2927 message-mode.
2928
4265deab
MA
29292009-11-19 Michael Albinus <michael.albinus@gmx.de>
2930
acca02b0
SM
2931 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2932 Set variables for computing the prompt for reading password.
4265deab 2933
27cacd2d
GM
29342009-11-19 Glenn Morris <rgm@gnu.org>
2935
470bce7d
GM
2936 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2937
7e705a1d
GM
2938 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2939
27cacd2d
GM
2940 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2941 (newsticker-treeview-listwindow-height): Fix custom type.
2942
b2f0be0f
KH
29432009-11-19 Kenichi Handa <handa@m17n.org>
2944
2945 * descr-text.el (describe-char-padded-string): Compose with TAB
2946 only if there's a font for CH.
02e1b488 2947 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 2948
03446045 29492009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
2950
2951 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 2952 more accurate version of the regexp. (Bug#3910)
b96337b0 2953
03446045 29542009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
2955
2956 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2957
e0620570
JB
29582009-11-18 Juanma Barranquero <lekktu@gmail.com>
2959
2960 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2961 (font-setting-change-default-font): Fix typo in docstring.
2962
6cc6582e
AM
29632009-11-18 Alan Mackenzie <acm@muc.de>
2964
2965 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2966
dfb3c4c6
JD
29672009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2968
02e1b488 2969 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
2970
2971 * cus-start.el (all): ... to here.
2972
e268e987
MA
29732009-11-17 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2976 Don't set `ad-return-value' if `ad-do-it' doesn't.
2977
303ffde8
MA
2978 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2979 modification time.
2980
637fa988
JD
29812009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2982
2983 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 2984 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
2985
2986 * loadup.el: If feature system-font-setting or font-render-setting is
2987 there, load font-setting.
2988
02e1b488 2989 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
2990 * font-setting.el: New file.
2991
1d16a255
GM
29922009-11-17 Glenn Morris <rgm@gnu.org>
2993
2994 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2995
2d84f804
GM
2996 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2997 Preserve point in the list buffer. (Bug#4939)
2998 Use point-at-eol.
2999 (newsticker--treeview-list-update-highlight)
3000 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
3001
14467b99
JB
30022009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3003
3004 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
3005 Remove.
3006
3007 * calc/calc-ext.el (calc-init-extensions): Remove references to
3008 symclip.
3009
3010 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
3011
3012 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 3013 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
3014 `calc-symclip'.
3015
e3c39c01
KR
30162009-11-16 Kevin Ryde <user42@zip.com.au>
3017
02e1b488 3018 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 3019 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 3020
497de631
KR
3021 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
3022 (lm-keywords-list): Allow comma-only separator like "foo,bar".
3023 Ignore trailing spaces by omit-nulls to split-string (fixing
3024 regression from Emacs 21 due to the incompatible split-string
14467b99 3025 change). (Bug #4928.)
497de631 3026
48b27575
DN
30272009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3028
5237d741 3029 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
3030 (vc-print-log-internal): Insert buttons to request more entries
3031 when limiting the output.
3032
3033 * vc-sccs.el (vc-sccs-print-log):
3034 * vc-rcs.el (vc-rcs-print-log):
3035 * vc-cvs.el (vc-cvs-print-log):
3036 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
3037 LIMIT is non-nil.
3038
d3e97185
MA
30392009-11-16 Michael Albinus <michael.albinus@gmx.de>
3040
3041 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
3042 error when `tramp-gvfs-dbus-event-vector' is set.
3043 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
3044
68d87786
SM
30452009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
3048
c0a39702
MA
30492009-11-16 Michael Albinus <michael.albinus@gmx.de>
3050
3051 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 3052 (dbus-register-property): Register the handlers of
c0a39702
MA
3053 "org.freedesktop.DBus.Properties" for SERVICE.
3054 (dbus-property-handler): Fix docstring.
3055
1e857121
YM
30562009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3057
3058 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
3059 Quote doc string reference in defvaralias as it is not in special form.
3060 (byte-compile-output-docform): Doc fix.
3061
887484c1
JB
30622009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
3063
3064 * calc/calc.el (math-2-word-size, math-half-2-word-size)
3065 (calc-complement-signed-mode): New variables.
3066 (calc-set-mode-line): Add indicator for twos-complements.
3067 (math-format-number): Format twos-complement notation.
3068
3069 * calc/calc-bin.el (calc-word-size): Reset the variables
3070 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
3071 (math-format-complement-signed, math-symclip, calcFunc-symclip)
3072 (calc-symclip): New functions.
887484c1
JB
3073
3074 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
3075
68d87786
SM
3076 * calc/calc-embed.el (calc-embedded-mode-vars):
3077 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
3078
3079 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 3080 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
3081
3082 * calc/calc-ext.el (math-read-number-fancy): Read complement
3083 signed numbers.
68d87786
SM
3084 (calc-init-extensions): Add binding for `calc-symclip'.
3085 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
3086
3087 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
3088 `calc-symclip'.
68d87786 3089 (calc-modes-menu): Add item for twos complement mode.
887484c1 3090
5237d741 3091 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 3092
4cf1d7e3
CY
30932009-11-15 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * register.el (jump-to-register, insert-register): Handle Semantic
3096 tags. From commented-out advice in semantic/senator.el.
3097
f8e65267
DN
30982009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3099
6616006b
DN
3100 * vc.el (vc-log-show-limit): New variable.
3101 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
3102 when using a prefix argument.
3103 (vc-print-log-internal): Add new argument LIMIT.
3104
3105 * vc-svn.el (vc-svn-print-log):
3106 * vc-mtn.el (vc-mtn-print-log):
3107 * vc-hg.el (vc-hg-print-log):
3108 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 3109 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
3110 non-optional.
3111
3112 * vc-sccs.el (vc-sccs-print-log):
3113 * vc-rcs.el (vc-rcs-print-log):
3114 * vc-git.el (vc-git-print-log):
3115 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
3116 ignore it. Make the BUFFER argument non-optional
3117
f8e65267
DN
3118 * bindings.el (mode-line-buffer-identification): Do not purecopy.
3119
0566c4bc
CY
31202009-11-15 Chong Yidong <cyd@stupidchicken.com>
3121
7cce3c91
CY
3122 * dired.el (dired-mode-map): Move encryption items to "Operate"
3123 menu (Bug#4703).
3124
d7063de9
CY
3125 * strokes.el (strokes-update-window-configuration): Make strokes
3126 buffer current before erasing (Bug#4906).
3127
0566c4bc
CY
3128 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3129 (semantic-idle-summary-mode): Define using define-minor-mode
3130 instead of define-semantic-idle-service.
3131 (semantic-idle-summary-mode): New function.
3132 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3133 that mouse motion does not reset the echo area.
3134
0fc10137
JL
31352009-11-15 Juri Linkov <juri@jurta.org>
3136
3137 * simple.el (set-mark-default-inactive): Add :type, :group
3138 and :version. (Bug#4876)
3139
f5fce4ec
MA
31402009-11-15 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3143 (archive-unique-fname): ... here. (Bug#4929)
3144
8d720a00
SM
31452009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3146
589888fe
SM
3147 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3148 with a real fix.
3149
8d720a00
SM
3150 * novice.el (disabled-command-function): Add useful args.
3151 Setup the help buffer so that [back] works.
3152 Remove redundant call to help-mode.
3153 (disabled-command-function): Use `case'.
3154 (en/disable-command): New function extracted from enable-command.
3155 (enable-command, disable-command): Use it.
3156
a61344d6
GM
31572009-11-14 Glenn Morris <rgm@gnu.org>
3158
497f0cdd
GM
3159 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3160 constants. (Bug#4913)
3161
a61344d6
GM
3162 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3163
d501801e
GM
31642009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3165
3166 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3167 defined in C that have no doc-strings. (Bug#1063)
3168
5af27ac2
GM
31692009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3170
3171 * cus-edit.el (data, files):
3172 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3173
aec5395b
CY
31742009-11-14 Chong Yidong <cyd@stupidchicken.com>
3175
e7791447
CY
3176 * simple.el (shell-command): Doc fix (Bug#4891).
3177
aec5395b
CY
3178 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3179
7a41cd7f
GM
31802009-11-14 Glenn Morris <rgm@gnu.org>
3181
c3583c94
GM
3182 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3183 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3184 If they are already loaded, eval-after-load will do the right thing.
3185
73900d1f
GM
3186 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3187 compiling.
3188
0028351d
GM
3189 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3190
f6714ede
GM
3191 * simple.el (x-selection-owner-p): Declare.
3192 (read-mail-command): Use custom radio type rather than choice.
3193 (completion-no-auto-exit): Doc fix.
3194
7a41cd7f 3195 * custom.el (defgroup):
5af27ac2 3196 * epg-config.el (epg): Doc fixes.
7a41cd7f 3197
2d0659ec
DN
31982009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3199
3200 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3201 * international/ccl.el (define-ccl-program): Do not purecopy the
3202 docstring, defconst does it anyway.
3203
7fdbcd83
SM
32042009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3205
d499c5b9
SM
3206 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3207 a second time.
3208
7fdbcd83
SM
3209 * x-dnd.el (x-dnd-maybe-call-test-function):
3210 * window.el (split-window-vertically):
3211 * whitespace.el (whitespace-help-on):
3212 * vc-rcs.el (vc-rcs-consult-headers):
3213 * userlock.el (ask-user-about-lock-help)
3214 (ask-user-about-supersession-help):
3215 * type-break.el (type-break-force-mode-line-update):
3216 * time-stamp.el (time-stamp-conv-warn):
3217 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 3218 (te-sentinel, terminal-emulator):
7fdbcd83
SM
3219 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3220 (term-write-input-ring, term-check-source, term-start-output-log):
3221 (term-display-buffer-line, term-dynamic-list-completions):
3222 (term-ansi-make-term, serial-term):
3223 * subr.el (selective-display):
3224 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3225 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3226 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3227 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3228 (speedbar-remove-localized-speedbar-support)
3229 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3230 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3231 (speedbar-buffers-line-directory):
3232 * simple.el (shell-command-on-region, append-to-buffer)
3233 (prepend-to-buffer):
3234 * shadowfile.el (shadow-save-todo-file):
3235 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3236 (scroll-bar-maybe-set-window-start):
3237 * sb-image.el (speedbar-image-dump):
3238 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3239 (load-save-place-alist-from-file):
3240 * ps-samp.el (ps-print-message-from-summary):
3241 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3242 (ps-background-image, ps-begin-job, ps-do-despool):
3243 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3244 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3245 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3246 (pr-call-process, pr-file-list, pr-interface-save):
3247 * novice.el (disabled-command-function)
3248 (enable-command, disable-command):
3249 * mouse.el (mouse-buffer-menu-alist):
3250 * mouse-copy.el (mouse-kill-preserving-secondary):
3251 * macros.el (kbd-macro-query):
3252 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3253 * informat.el (batch-info-validate):
3254 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3255 * hippie-exp.el (try-expand-dabbrev-visible):
3256 * help-mode.el (help-make-xrefs):
3257 * help-fns.el (describe-variable):
3258 * generic-x.el (bat-generic-mode-run-as-comint):
3259 * finder.el (finder-mouse-select):
3260 * find-dired.el (find-dired-sentinel):
3261 * filesets.el (filesets-file-close):
3262 * files.el (list-directory):
3263 * faces.el (list-faces-display, describe-face):
3264 * facemenu.el (list-colors-display):
3265 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3266 * epg.el (epg--process-filter, epg-cancel):
3267 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3268 (epa--read-signature-type):
3269 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3270 (emerge-file-names):
3271 * ehelp.el (electric-helpify):
3272 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3273 * ediff-vers.el (rcs-ediff-view-revision):
3274 * ediff-util.el (ediff-setup):
3275 * ediff-mult.el (ediff-append-custom-diff):
3276 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3277 (ediff-wordify):
3278 * echistory.el (Electric-command-history-redo-expression):
3279 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3280 * disp-table.el (describe-display-table):
3281 * dired.el (dired-find-buffer-nocreate):
3282 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3283 * dabbrev.el (dabbrev--same-major-mode-p):
3284 * chistory.el (list-command-history):
3285 * apropos.el (apropos-documentation):
3286 * allout.el (allout-obtain-passphrase):
3287 (allout-copy-exposed-to-buffer):
3288 (allout-verify-passphrase): Use with-current-buffer.
3289
2ccbc060
GM
32902009-11-13 Glenn Morris <rgm@gnu.org>
3291
3292 * Makefile.in (ELCFILES): Regenerate.
3293
b172ed20
MA
32942009-11-13 Michael Albinus <michael.albinus@gmx.de>
3295
7fdbcd83
SM
3296 * net/dbus.el (dbus-registered-objects-table): Rename from
3297 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
3298 (dbus-unregister-object): Unregister also properties.
3299 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3300 Use a timeout of 500 msec, in order to not block.
3301 (dbus-register-property, dbus-property-handler): New defuns.
3302
e96d62cd
SM
33032009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * simple.el (minibuffer-default-add-completions): Drop deprecated
3306 4th arg.
3307
14bd267d
EZ
33082009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3309
e96d62cd
SM
3310 * textmodes/artist.el (artist-mouse-choose-operation):
3311 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 3312 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
3313 (artist-compute-up-event-key): New function.
3314 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3315
bf89fd7b
KH
33162009-11-13 Kenichi Handa <handa@m17n.org>
3317
3318 * language/japan-util.el: Make sure that the value of jisx0208
3319 property is jisx0208 character.
3320
f70b8925
DN
33212009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3324 car or each item, not the whole list.
3325
4d93a9e0
SM
33262009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * minibuffer.el (minibuffer-completion-help):
3329 Use minibuffer-hide-completions.
3330
05404988
SM
33312009-11-12 Per Starbäck <per@starback.se> (tiny change)
3332
3333 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3334 (dired-revert): Use them (bug#4880).
3335
5297bc10
DN
33362009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3337
3338 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3339
e2685eb7
JL
33402009-11-12 Juri Linkov <juri@jurta.org>
3341
3342 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3343 New functions.
3344 (find-file-literally-at-point): Alias of `ffap-literally'.
3345
76410c3e
DN
33462009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3347
6d341a2a
DN
3348 * textmodes/ispell.el (ispell-skip-region-alist):
3349 * textmodes/css-mode.el (auto-mode-alist):
3350 * progmodes/compile.el (auto-mode-alist):
3351 * international/mule.el (ctext-non-standard-encodings-alist)
3352 (ctext-non-standard-encodings-regexp):
3353 * simple.el (shell-command-switch, text-read-only):
3354 * replace.el (occur-mode-map):
3355 * paths.el (rmail-file-name):
3356 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3357 * find-file.el (ff-special-constructs):
3358 * files.el (file-name-handler-alist):
3359 * composite.el: Purecopy strings.
3360
76410c3e
DN
3361 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3362
aaa448c9
DN
33632009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * widget.el (define-widget): Purecopy the docstring.
3366 * international/mule-cmds.el (charset): Do not purecopy the
3367 docstring here, define-widget does it.
3368
3369 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3370 * textmodes/bibtex-style.el (auto-mode-alist):
3371 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3372 * progmodes/compile.el (compile-command):
3373 * language/korea-util.el (default-korean-keyboard):
3374 * international/mule-conf.el (file-coding-system-alist):
3375 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3376 * tooltip.el (tooltip-frame-parameters):
3377 * newcomment.el (comment-end, comment-padding):
3378 * dired.el (dired-trivial-filenames):
3379 * comint.el (comint-file-name-prefix): Purecopy initial values.
3380
bbe650fd
MA
33812009-11-11 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3384 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3385 `tramp-unload'.
3386 (tramp-advice-make-auto-save-file-name)
3387 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3388 after removing the advice.
3389
6bdad9ae
DN
33902009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3391
2f7f4bee
DN
3392 * progmodes/grep.el (grep-regexp-alist):
3393 * international/mule-cmds.el (iso-2022-control-alist):
3394 * emacs-lisp/timer.el (timer-duration-words):
3395 * subr.el (version-separator, version-regexp-alist):
3396 * minibuffer.el (completion-styles-alist):
3397 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3398 Change defvars to defconsts.
3399
a042de45
DN
3400 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3401 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3402 * international/mule-conf.el: Allow to be byte compiled.
3403
3b6acc72
DN
3404 * international/mule.el (define-charset): Purecopy props.
3405 (load-with-code-conversion): Purecopy doc string and file name.
3406 (put-charset-property): Purecopy strings.
3407 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3408
1c2efdfb 3409 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
3410 (define-char-code-property): Correctly purecopy the table.
3411
62591911
DN
3412 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3413
8b908da6
DN
3414 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3415
ff917d63
DN
3416 * subr.el (add-hook): Purecopy strings.
3417 (eval-after-load): Purecopy load-history-regexp and the form.
3418
af89cf77
DN
3419 * custom.el (custom-declare-group): Purecopy load-file-name.
3420
a3c20c83 3421 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
3422 * net/eudc.el (eudc-tools-menu):
3423 * international/mule-cmds.el (set-coding-system-map)
3424 (mule-menu-keymap):
3425 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3426 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
3427 * replace.el (occur-mode-map):
3428 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 3429 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
3430 (menu-bar-custom-menu, menu-bar-showhide-menu)
3431 (menu-bar-options-menu, menu-bar-tools-menu)
3432 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3433 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3434 (menu-bar-help-menu):
3435 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3436 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3437
6bdad9ae
DN
3438 * term/x-win.el (x-gtk-stock-map):
3439 * progmodes/vera-mode.el (auto-mode-alist):
3440 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3441 (inferior-lisp-program, inferior-lisp-load-command):
3442 * progmodes/hideshow.el (hs-special-modes-alist):
3443 * progmodes/gud.el (same-window-regexps):
3444 * progmodes/grep.el (grep-program, find-program, xargs-program):
3445 * net/telnet.el (same-window-regexps):
3446 * net/rlogin.el (same-window-regexps):
3447 * language/ethiopic.el (font-ccl-encoder-alist):
3448 * vc-sccs.el (vc-sccs-master-templates):
3449 * vc-rcs.el (vc-rcs-master-templates):
3450 * subr.el (cl-assertion-failed):
3451 * simple.el (next-error-overlay-arrow-position):
3452 * lpr.el (lpr-command):
3453 * locate.el (locate-ls-subdir-switches):
3454 * info.el (same-window-regexps, info)
3455 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3456 * image-mode.el (image-mode, auto-mode-alist):
3457 * hippie-exp.el (hippie-expand-ignore-buffers):
3458 * format.el (format-alist):
3459 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3460 (find-name-arg):
3461 * facemenu.el (facemenu-keybindings):
3462 * dired.el (dired-listing-switches, dired-chown-program):
3463 * diff.el (diff-switches, diff-command):
3464 * cus-edit.el (same-window-regexps):
3465 * bindings.el (mode-line-mule-info)
3466 (mode-line-buffer-identification): Purecopy strings.
3467
e0987650
JL
34682009-11-11 Juri Linkov <juri@jurta.org>
3469
3570691b 3470 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
3471 Tell the byte-compiler about dired-get-filename.
3472 (shell-command): In Dired mode, get filename from the current line
3473 as the default value.
3474
b16ff465
GM
34752009-11-10 Glenn Morris <rgm@gnu.org>
3476
e8a11b22
GM
3477 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3478 * calendar/holidays.el, progmodes/cperl-mode.el:
3479 Update x-popup-menu declarations.
3480
b16ff465
GM
3481 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3482 (list-load-path-shadows): Use dolist.
3483 (list-load-path-shadows): Use with-current-buffer.
3484
032c3399
JL
34852009-11-10 Juri Linkov <juri@jurta.org>
3486
3487 * minibuffer.el (read-file-name): Support a list of default values
3488 in `default-filename'. Use the first file name where only one
3489 element is required. Doc fix.
3490
8fb1629f
MA
34912009-11-09 Michael Albinus <michael.albinus@gmx.de>
3492
3493 * net/dbus.el (dbus-unregister-object): Release service, if no
3494 other method is registered for it.
3495
a51203ee 34962009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
3497
3498 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3499 bookmark-sort-flag is non-nil (Bug#4653).
3500
9bf7dc8a
CY
35012009-11-08 Chong Yidong <cyd@stupidchicken.com>
3502
3503 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3504 the progress reporter entirely.
3505
15207e74
CY
3506 * emulation/cua-base.el: Add CUA property to some CC mode commands
3507 (Bug#4100).
3508
8bf7ed70
KR
35092009-11-08 Kevin Ryde <user42@zip.com.au>
3510
3511 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 3512 at end of sentence (Bug#4818).
8bf7ed70 3513
951802d0
CY
35142009-11-08 Jared Finder <jfinder@crypticstudios.com>
3515
3516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3517 Handle "see declaration of" MSFT statements (Bug#4100).
3518
e8244310
MA
35192009-11-08 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3522 (tramp-advice-file-expand-wildcards): Unload via
3523 `ad-remove-advice'.
3524
3525 * net/trampver.el: Update release number.
3526
a51203ee 35272009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
3528
3529 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3530 `ad-do-it'.
3531
a51203ee 35322009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
3533
3534 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3535 in order to keep context in SELinux.
3536
bedd8a58
CY
35372009-11-08 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * dired-aux.el (dired-query): Place cursor in echo area and allow
3540 C-g.
3541
3542 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3543 menu item if not on a directory (Bug#4701).
3544
0484d600
MA
35452009-11-07 Michael Albinus <michael.albinus@gmx.de>
3546
3547 Sync with Tramp 2.1.17.
3548
3549 * net/tramp.el (tramp-handle-copy-directory): Don't use
3550 `file-remote-p' (due to compatibility).
3551
3552 * net/tramp-compat.el (tramp-compat-copy-directory)
3553 (tramp-compat-delete-directory): New defuns.
3554
3555 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3556 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3557 `tramp-compat-delete-directory'.
3558
3559 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 3560 (tramp-smb-handle-delete-directory): Use
0484d600
MA
3561 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3562
3563 * net/trampver.el: Update release number.
3564
b42b2189
CY
35652009-11-07 Chong Yidong <cyd@stupidchicken.com>
3566
6960d7b9
CY
3567 * tar-mode.el (tar-copy): Call write-region on the right buffer
3568 (Bug#4857).
3569
b42b2189
CY
3570 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3571 by hand, if necessary (Bug#4878).
3572
0ad57dfd
CY
35732009-11-06 Chong Yidong <cyd@stupidchicken.com>
3574
d19e23ae
CY
3575 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3576 align size column (Bug#4839).
3577
0ad57dfd
CY
3578 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3579 statement.
3580
0b7f397c
DN
35812009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3582
3583 * progmodes/ld-script.el (auto-mode-alist):
3584 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3585
3586 * cus-face.el (custom-declare-face): Purecopy face spec.
3587
495bd5ca
KH
35882009-11-06 Kenichi Handa <handa@m17n.org>
3589
3590 * international/uni-bidi.el: Re-generated.
3591 * international/uni-category.el: Re-generated.
3592 * international/uni-combining.el: Re-generated.
3593 * international/uni-mirrored.el: Re-generated.
3594
1e8780b1
DN
35952009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3596
3597 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3598 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3599 (tex-start-options, slitex-run-command, latex-run-command)
3600 (tex-run-command, tex-directory):
3601 * textmodes/ispell.el (ispell-html-skip-alists)
3602 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3603 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3604 (adaptive-fill-regexp):
3605 * textmodes/dns-mode.el (auto-mode-alist):
3606 * progmodes/python.el (interpreter-mode-alist):
3607 * progmodes/etags.el (tags-compression-info-list):
3608 * progmodes/etags.el (tags-file-name):
3609 * net/browse-url.el (browse-url-galeon-program)
3610 (browse-url-firefox-program):
3611 * mail/sendmail.el (mail-signature-file)
3612 (mail-citation-prefix-regexp):
3613 * international/mule-conf.el (eight-bit):
3614 * international/latexenc.el (latex-inputenc-coding-alist):
3615 * international/fontset.el (x-pixel-size-width-font-regexp):
3616 * emacs-lisp/warnings.el (warning-type-format):
3617 * emacs-lisp/trace.el (trace-buffer):
3618 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3619 (emacs-lisp-mode-map):
3620 * calendar/holidays.el (holiday-solar-holidays)
3621 (holiday-bahai-holidays, holiday-islamic-holidays)
3622 (holiday-christian-holidays, holiday-hebrew-holidays)
3623 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3624 (hebrew-holidays-1, holiday-oriental-holidays)
3625 (holiday-general-holidays):
3626 * x-dnd.el (x-dnd-known-types):
3627 * tool-bar.el (tool-bar):
3628 * startup.el (site-run-file):
3629 * shell.el (shell-dumb-shell-regexp):
3630 * rfn-eshadow.el (file-name-shadow-tty-properties)
3631 (file-name-shadow-properties):
3632 * paths.el (remote-shell-program, news-directory):
3633 * mouse.el ([C-down-mouse-3]):
3634 * menu-bar.el (menu-bar-tools-menu):
3635 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3636 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3637 (jka-compr-compression-info-list):
3638 * isearch.el (search-whitespace-regexp):
3639 * image-file.el (image-file-name-extensions):
3640 * find-dired.el (find-ls-option):
3641 * files.el (directory-listing-before-filename-regexp)
3642 (directory-free-space-args, insert-directory-program)
3643 (list-directory-brief-switches, magic-fallback-mode-alist)
3644 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3645 (automount-dir-prefix):
3646 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3647 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3648 (face-font-registry-alternatives, face-font-registry-alternatives)
3649 (face-font-family-alternatives):
3650 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3651 (facemenu-foreground-menu, facemenu-face-menu):
3652 * epa-hook.el (epa-file-name-regexp):
3653 * dnd.el (dnd-protocol-alist):
3654 * textmodes/rst.el (auto-mode-alist):
a51203ee 3655 * button.el (default-button): Purecopy strings.
1e8780b1 3656
0adae11f
GM
36572009-11-06 Glenn Morris <rgm@gnu.org>
3658
3659 * Makefile.in (ELCFILES): Update.
3660
2adaf057
SM
36612009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3662
8f72f03c
SM
3663 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3664 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3665
2adaf057
SM
3666 * nxml/xsd-regexp.el (xsdre-gen-categories):
3667 * nxml/xmltok.el (xmltok-parse-entity):
3668 * nxml/rng-parse.el (rng-parse-validate-file):
3669 * nxml/rng-maint.el (rng-format-manual)
3670 (rng-manual-output-force-new-line):
3671 * nxml/rng-loc.el (rng-save-schema-location-1):
3672 * nxml/rng-cmpct.el (rng-c-parse-file):
3673 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3674 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3675
14862301
SM
36762009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3677
bf0b361c 3678 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
3679 Remove extra save-excursions and make-variable-buffer-local's.
3680 Suggested by Stefan Monnier.
3681
3682 (verilog-getopt-file, verilog-module-inside-filename-p)
3683 (verilog-set-define): Merge GNU 1.35 and repair changes from
3684 switching to using with-current-buffer.
3685
3686 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3687 being treated as a number and confusing AUTORESET.
3688 Reported by Dan Dever.
3689
3690 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3691 Add verilog-auto-ignore-concat to fix backward compatibility with
3692 older verilog-modes. Reported by Dan Katz.
3693
3694 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3695 containing closing anchors "...$".
3696
3697 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3698 Reported by Wade Smith.
3699
3700 (verilog-batch-execute-func) Comment on function usage.
3701
37022009-11-05 Michael McNamara <mac@mail.brushroad.com>
3703
bf0b361c
JB
3704 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3705 for labels.
14862301
SM
3706
3707 (verilog-label-re, verilog-calc-1): Support proper indent of named
3708 asserts.
3709
3710 (verilog-backward-token, verilog-basic-complete-re)
3711 (verilog-beg-of-statement, verilog-indent-re): Support proper
3712 indent of the assert statement at the beginning of a block of text.
3713
3714 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3715 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3716 tokens as begins.
3717
4f8f657f
GM
37182009-11-05 Glenn Morris <rgm@gnu.org>
3719
775adc51
GM
3720 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3721 Emacs 19. (Bug#1531)
3722 (byte-compile-fix-header): Update for the above change.
3723 Drop test for epoch::version.
3724
4ad6a5e7 3725 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
3726 * cus-dep.el (custom-make-dependencies):
3727 * finder.el (finder-compile-keywords):
3728 Use autoload-rubric's feature argument.
4ad6a5e7 3729
4f8f657f
GM
3730 * calendar/diary-lib.el (top-level): Make load behave more like require.
3731
881e4184
GM
3732 * vc-git.el (vc-git-stash-map): Move definition before use.
3733
ba214964 37342009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 3735
b6f8ba09
DN
3736 * custom.el (custom-declare-group): Purecopy standard-value.
3737 (custom-declare-group): Purecopy custom-prefix.
3738
7fdbcd83
SM
3739 * international/mule.el (load-with-code-conversion):
3740 Call do-after-load-evaluation unconditionally.
eb6f577b 3741
f6195dfb
DN
3742 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3743
56f14120
SM
37442009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3747
e5c89ce9
GM
37482009-11-04 Glenn Morris <rgm@gnu.org>
3749
3750 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3751 (byte-compile-compatibility): Remove option.
3752 (byte-compile-close-variables, byte-compile-fix-header)
3753 (byte-compile-insert-header, byte-compile-output-docform)
3754 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3755 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3756 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3757 (byte-compile-insert, byte-compile-defun):
3758 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
3759 (byte-defop-compiler19): Remove.
3760 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3761 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 3762
e24f42ab
JL
37632009-11-04 Juri Linkov <juri@jurta.org>
3764
3765 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3766 (menu-bar-options-menu): Don't quote the `prop' arg of
3767 `menu-bar-make-mm-toggle'.
3768
d3d5f4f5
JB
37692009-11-04 Juanma Barranquero <lekktu@gmail.com>
3770
3771 * calendar/calendar.el (cal-loaddefs):
3772 * calendar/diary-lib.el (diary-loaddefs):
3773 * calendar/holidays.el (hol-loaddefs):
3774 * eshell/esh-module.el (esh-groups): Load rather than require.
3775
6e39d3b2
SM
37762009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3777
e96d62cd
SM
3778 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3779 point-min==1.
7e83e8b4
SM
3780 (todo-top-priorities): Only display-buffer when called interactively.
3781 (todo-item-start): Don't save excursion point.
3782 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3783 (todo-insert-item-here, todo-file-item, todo-remove-item):
3784 Adjust uses of todo-item-start and todo-item-end.
3785
fae4e5b9
SM
3786 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3787 (autoload-rubric): Don't use any more.
3788 * cedet/semantic/fw.el (semantic/loaddefs):
3789 * cedet/srecode.el (srecode/loaddefs):
3790 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
3791 * cedet/ede/cpp-root.el:
3792 * cedet/ede/emacs.el:
3793 * cedet/ede/files.el:
3794 * cedet/ede/linux.el:
3795 * cedet/ede/locate.el:
3796 * cedet/ede/make.el:
3797 * cedet/ede/shell.el:
3798 * cedet/ede/speedbar.el:
3799 * cedet/ede/system.el:
3800 * cedet/ede/util.el:
3801 * cedet/semantic/analyze.el:
3802 * cedet/semantic/bovine.el:
3803 * cedet/semantic/complete.el:
3804 * cedet/semantic/ctxt.el:
3805 * cedet/semantic/db-file.el:
3806 * cedet/semantic/db-find.el:
3807 * cedet/semantic/db-global.el:
3808 * cedet/semantic/db-mode.el:
3809 * cedet/semantic/db-typecache.el:
3810 * cedet/semantic/db.el:
3811 * cedet/semantic/debug.el:
3812 * cedet/semantic/dep.el:
3813 * cedet/semantic/doc.el:
3814 * cedet/semantic/edit.el:
3815 * cedet/semantic/find.el:
3816 * cedet/semantic/format.el:
3817 * cedet/semantic/html.el:
3818 * cedet/semantic/ia-sb.el:
3819 * cedet/semantic/ia.el:
3820 * cedet/semantic/idle.el:
3821 * cedet/semantic/lex-spp.el:
3822 * cedet/semantic/lex.el:
3823 * cedet/semantic/mru-bookmark.el:
3824 * cedet/semantic/scope.el:
3825 * cedet/semantic/senator.el:
3826 * cedet/semantic/sort.el:
3827 * cedet/semantic/symref.el:
3828 * cedet/semantic/tag-file.el:
3829 * cedet/semantic/tag-ls.el:
3830 * cedet/semantic/tag-write.el:
3831 * cedet/semantic/tag.el:
3832 * cedet/semantic/util-modes.el:
3833 * cedet/semantic/analyze/complete.el:
3834 * cedet/semantic/analyze/refs.el:
3835 * cedet/semantic/bovine/c.el:
3836 * cedet/semantic/bovine/gcc.el:
3837 * cedet/semantic/bovine/make.el:
3838 * cedet/semantic/bovine/scm.el:
3839 * cedet/semantic/decorate/include.el:
3840 * cedet/semantic/decorate/mode.el:
3841 * cedet/semantic/symref/cscope.el:
3842 * cedet/semantic/symref/global.el:
3843 * cedet/semantic/symref/grep.el:
3844 * cedet/semantic/symref/idutils.el:
3845 * cedet/semantic/symref/list.el:
3846 * cedet/semantic/wisent/java-tags.el:
3847 * cedet/semantic/wisent/javascript.el:
3848 * cedet/srecode/compile.el:
3849 * cedet/srecode/cpp.el:
3850 * cedet/srecode/document.el:
3851 * cedet/srecode/el.el:
3852 * cedet/srecode/expandproto.el:
3853 * cedet/srecode/getset.el:
3854 * cedet/srecode/insert.el:
3855 * cedet/srecode/java.el:
3856 * cedet/srecode/map.el:
3857 * cedet/srecode/mode.el:
3858 * cedet/srecode/template.el:
3859 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
3860 generated-autoload-feature.
3861
6e39d3b2
SM
3862 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3863 and only put a prop if it is non-nil.
3864
c9753fb4
JL
38652009-11-03 Juri Linkov <juri@jurta.org>
3866
3867 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3868 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3869
3870 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3871 and "Menu" to make top-level menu item visually one unit (like
3872 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3873 multi-word menu items). Fix :help string for quit-window.
3874
db04f33f
GM
38752009-11-03 Glenn Morris <rgm@gnu.org>
3876
df8fff6c
GM
3877 * cedet/mode-local.el (with-mode-local): Doc fix.
3878
2aea6521
GM
3879 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3880 (byte-compile-file-form-define-abbrev-table)
3881 (byte-compile-file-form-custom-declare-variable)
3882 (byte-compile-variable-ref, byte-compile-defvar):
3883 Whether or not a warning is enabled should only affect whether we issue
3884 the warning, not whether or not we collect the relevant data.
3885 Eg warnings can be turned on and off throughout the course of a file.
3886
db04f33f
GM
3887 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3888 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3889
937e6a56
SM
38902009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3893 * play/mpuz.el (mpuz-create-buffer):
3894 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3895 (lm-print-y,s,noise, lm-print-w0, lm-init):
3896 * play/gomoku.el (gomoku-prompt-for-move):
3897 * play/fortune.el (fortune-in-buffer):
3898 * play/dissociate.el (dissociated-press):
3899 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 3900 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
3901 * mail/supercite.el (sc-eref-show):
3902 * mail/smtpmail.el (smtpmail-send-it):
3903 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3904 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3905 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3906 (rmail-summary-goto-msg, rmail-summary-expunge)
3907 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3908 (rmail-summary-add-label, rmail-summary-output-menu)
3909 (rmail-summary-output-body):
3910 * mail/rfc822.el (rfc822-addresses):
3911 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3912 * mail/mailpost.el (post-mail-send-it):
3913 * mail/hashcash.el (hashcash-generate-payment):
3914 * mail/feedmail.el (feedmail-run-the-queue)
3915 (feedmail-queue-send-edit-prompt-help-first)
3916 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3917 (feedmail-deduce-address-list):
3918 * eshell/esh-ext.el (eshell-remote-command):
3919 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3920 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3921 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3922 (viper-save-string-in-file, viper-valid-marker):
3923 * emulation/viper-keym.el (viper-toggle-key):
3924 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3925 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3926 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3927 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3928 (viper-exec-form-in-emacs, viper-brac-function):
3929 * emulation/viper.el (viper-delocalize-var):
3930 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3931 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3932 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3933 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3934 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3935 * emulation/edt.el (edt-electric-helpify):
3936 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3937 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3938 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3939 (cua-indent-to-global-mark-column):
3940 * calendar/diary-lib.el (calendar-mark-1):
3941 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3942 Use with-current-buffer.
3943 * emulation/viper.el (viper-delocalize-var): Use dolist.
3944
5b955562
CY
39452009-11-03 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * comint.el (comint-replace-by-expanded-history-before-point):
3948 Replace !! with the previous input string literally (Bug#1795).
3949
6292c599
JB
39502009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3951
3952 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3953 to be made up of whitespace.
3954
8368c14e
CY
39552009-11-02 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * minibuffer.el (read-file-name): Don't use file dialogs for
3958 remote directories (Bug#99).
3959
6f750f0d
CY
39602009-11-01 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3963
97ab3f47
AS
39642009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3965
3966 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3967 instead of deleting the window or frame.
3968
673c1168
CY
39692009-10-31 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3972 Support face colors.
3973
937e6a56
SM
3974 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3975 New function. Support face colors (Bug#1168).
673c1168
CY
3976 (tex-common-initialization): Use it.
3977
3978 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3979 mode allows it (Bug#1168).
3980
c9349f0a
CY
39812009-10-31 Juri Linkov <juri@jurta.org>
3982
3983 * facemenu.el (list-colors-display): Don't mark buffer as
3984 modified (Bug#3948).
3985
ebf5c4f5
CY
39862009-10-31 Chong Yidong <cyd@stupidchicken.com>
3987
5c2dce75
CY
3988 * international/mule-diag.el (list-character-sets-1): Minor
3989 message fix (Bug#3526).
3990
26581f0e
CY
3991 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3992 face property (Bug#4834).
3993 (etags-list-tags, etags-tags-apropos-additional)
3994 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3995 property.
3996
ebf5c4f5
CY
3997 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3998 items.
3999
4000 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
4001 items.
4002
4003 * cedet/ede.el (ede-minor-mode):
4004 * cedet/semantic.el (semantic-mode): Toggle menu separators.
4005
9a529312
SM
40062009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * textmodes/two-column.el (2C-split):
4009 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
4010 * textmodes/tex-mode.el (tex-set-buffer-directory):
4011 * textmodes/spell.el (spell-region, spell-string):
4012 * textmodes/reftex.el (reftex-erase-buffer):
4013 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
4014 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4015 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
4016 (reftex-select-item):
4017 * textmodes/reftex-ref.el (reftex-label-info-update)
4018 (reftex-offer-label-menu):
4019 * textmodes/reftex-index.el (reftex-index-change-entry)
4020 (reftex-index-phrases-info):
4021 * textmodes/reftex-global.el (reftex-create-tags-file)
4022 (reftex-save-all-document-buffers, reftex-ensure-write-access):
4023 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
4024 (reftex-view-crossref-from-bibtex):
4025 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
4026 (reftex-extract-bib-entries-from-thebibliography)
4027 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
4028 * textmodes/refbib.el (r2b-capitalize-title):
4029 (r2b-convert-buffer, r2b-help):
4030 * textmodes/page-ext.el (pages-directory)
4031 (pages-directory-goto-with-mouse):
4032 * textmodes/bibtex.el (bibtex-validate-globally):
4033 * textmodes/bib-mode.el (bib-capitalize-title):
4034 * textmodes/artist.el (artist-clear-buffer, artist-system):
4035 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
4036 (local-set-scheme-interaction-buffer, xscheme-process-filter)
4037 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
4038 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
4039 (xscheme-send-control-g-interrupt, xscheme-start-process)
4040 (xscheme-process-sentinel, xscheme-cd):
4041 * progmodes/verilog-mode.el (verilog-read-always-signals)
4042 (verilog-set-define, verilog-getopt-file)
4043 (verilog-module-inside-filename-p):
4044 * progmodes/sh-script.el:
4045 * progmodes/python.el (python-pdbtrack-get-source-buffer)
4046 (python-pdbtrack-grub-for-buffer, python-execute-file):
4047 * progmodes/octave-inf.el (inferior-octave):
4048 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4049 (idlwave-shell-compile-helper-routines, idlwave-set-local)
4050 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
4051 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
4052 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
4053 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
4054 (idlwave-shell-filter, idlwave-shell-examine-highlight)
4055 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
4056 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
4057 (idlwave-shell-examine-display, idlwave-shell-run-region)
4058 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
4059 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
4060 * progmodes/idlw-help.el (idlwave-help-get-special-help)
4061 (idlwave-help-get-help-buffer):
4062 * progmodes/gud.el (gud-basic-call, gud-find-class)
4063 (gud-tooltip-activate-mouse-motions-if-enabled):
4064 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4065 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
4066 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
4067 (ebrowse-tags-next-file):
4068 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
4069 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
4070 (ebnf-eps-finish-and-write):
4071 * progmodes/cpp.el (cpp-edit-save):
4072 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
4073 * progmodes/cc-defs.el (c-emacs-features):
4074 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
4075 (antlr-directory-dependencies):
4076 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
4077 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
4078 (ada-find-any-references, ada-make-filename-from-adaname)
4079 (ada-make-body-gnatstub):
4080 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 4081 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
4082 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
4083 * net/rcirc.el (rcirc-debug):
4084 * net/newst-treeview.el (newsticker--treeview-list-add-item)
4085 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
4086 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
4087 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 4088 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
4089 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
4090 (newsticker--treeview-list-clear-highlight)
4091 (newsticker--treeview-list-update-highlight)
4092 (newsticker--treeview-list-highlight-start)
4093 (newsticker--treeview-tree-update-highlight)
4094 (newsticker--treeview-get-selected-item)
4095 (newsticker-treeview-mark-list-items-old)
4096 (newsticker--treeview-set-current-node):
4097 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4098 * net/newst-backend.el (newsticker--get-news-by-funcall)
4099 (newsticker--get-news-by-wget, newsticker--image-get)
4100 (newsticker--image-sentinel):
4101 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
4102 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
4103 (eudc-ph-close-session):
4104 * net/eudc.el (eudc-save-options):
4105 * language/thai-word.el (thai-update-word-table):
4106 * language/japan-util.el (japanese-string-conversion):
4107 * international/titdic-cnv.el (tsang-quick-converter)
4108 (ziranma-converter, ctlau-converter):
4109 * international/mule-cmds.el (describe-language-environment):
4110 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
4111 (skkdic-convert-postfix, skkdic-convert-prefix):
4112 (skkdic-convert-okuri-nasi, skkdic-convert):
4113 * emacs-lisp/re-builder.el (reb-update-overlays):
4114 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
4115 * emacs-lisp/gulp.el (gulp-send-requests):
4116 * emacs-lisp/find-gc.el (trace-call-tree):
4117 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
4118 (eieio-describe-generic):
4119 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4120 * emacs-lisp/edebug.el (edebug-outside-excursion):
4121 * emacs-lisp/debug.el (debugger-make-xrefs):
4122 * emacs-lisp/cust-print.el (custom-prin1-to-string):
4123 * emacs-lisp/chart.el (chart-new-buffer):
4124 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
4125 Use with-current-buffer.
4126 * textmodes/artist.el (artist-system): Don't call
4127 copy-sequence on a fresh string.
4128 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4129
d566f228
GM
41302009-10-31 Stephen Berman <stephen.berman@gmx.net>
4131
4132 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 4133 is no item to edit. (Bug#4820)
d566f228 4134 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 4135 buffer. (Bug#4820)
d566f228 4136
f3628edd
GM
41372009-10-31 Glenn Morris <rgm@gnu.org>
4138
5cf3709c
GM
4139 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4140 (comint-last-output-start, comint-last-input-start)
4141 (comint-last-input-end): Don't defvar when compiling.
4142 (ange-ftp-process-file): Use bound-and-true-p.
4143
4c814fd2
GM
4144 * pcmpl-rpm.el (top-level): Move provide statement to end.
4145 (pcmpl-rpm): Remove unused custom group.
4146
113b8dcc
GM
4147 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4148
31c615e4
GM
4149 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4150
416d3588
GM
4151 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4152 (byte-compile-warnings): Add `constants' as an option.
4153 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4154 (display-call-tree): Update for byte-compile-fdefinition possibly
4155 returning `(macro lambda ...)'. (Bug#4778)
4156 (byte-compile-variable-ref, byte-compile-setq-default):
4157 Respect `constants' member of byte-compile-warnings.
4158
8aedfd3b
GM
4159 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4160 Use mapc rather than mapcar because the return value is never used.
4161
f3628edd
GM
4162 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4163 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4164 * cedet/semantic/html.el:
4165 Suppress harmless warnings about setting up semantic-imenu (not
4166 part of Emacs) variables.
4167
00f71f39
SM
41682009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4171 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4172 to "submit:".
4173
4fa4a838
SM
4174 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4175 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4176 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4177 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4178 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4179 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4180 (semantic-analyzer-debug-global-symbol)
4181 (semantic-analyzer-debug-missing-innertype)
4182 (semantic-analyzer-debug-insert-include-summary):
4183 * cedet/semantic/util.el (semantic-file-tag-table):
4184 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4185 (semantic-recursive-find-nonterminal-by-name):
4186 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4187 * cedet/semantic/tag-file.el (semantic-prototype-file):
4188 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4189 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4190 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4191 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4192 (semantic-idle-summary-maybe-highlight):
4193 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4194 (semantic-ia-sb-tag-info):
4195 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4196 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4197 * cedet/semantic/ede-grammar.el (project-compile-target):
4198 (ede-proj-makefile-insert-variables):
4199 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4200 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4201 (semantic-debug-mode, semantic-debug):
4202 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4203 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4204 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4205 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4206 (semanticdb-find-translate-path-includes--internal)
4207 (semanticdb-reset-log, semanticdb-find-log-activity):
4208 * cedet/semantic/db-file.el (object-write):
4209 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4210 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4211 (semanticdb-create-ebrowse-database):
4212 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4213 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4214 (semantic-collector-calculate-completions-raw)
4215 (semantic-complete-read-tag-analyzer):
4216 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4217 * cedet/ede/util.el (ede-update-version-in-source):
4218 * cedet/ede/proj.el (project-delete-target):
4219 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4220 (ede-proj-flush-autoconf):
4221 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4222 (ede-proj-configure-synchronize):
4223 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4224 * cedet/ede/linux.el (ede-linux-version):
4225 * cedet/ede/emacs.el (ede-emacs-version):
4226 * cedet/ede/dired.el (ede-dired-add-to-target):
4227 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4228 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4229 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4230 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4231 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4232 (cedet-idutils-version-check):
4233 * cedet/cedet-global.el (cedet-gnu-global-call):
4234 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4235 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4236 * cedet/cedet-cscope.el (cedet-cscope-call)
4237 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4238 Use with-current-buffer.
4239 * cedet/ede.el (ede-make-project-local-variable)
4240 (ede-set-project-variables, ede-set): Use dolist.
4241
ca0a881a
DN
42422009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4243
4244 * textmodes/ispell.el (ispell-skip-region-alist):
4245 * international/mule-conf.el (eight-bit):
4246 * international/fontset.el (font-encoding-alist):
4247 * startup.el (pure-space-overflow-message):
4248 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4249 * paths.el (gnus-nntp-service, rmail-spool-directory)
4250 (term-file-prefix):
4251 * files.el (save-some-buffers-action-alist):
4252 * cmuscheme.el (same-window-buffer-names):
4253 * ielm.el (same-window-buffer-names):
4254 * shell.el (same-window-buffer-names):
4255 * mail/sendmail.el (same-window-buffer-names):
4256 * progmodes/inf-lisp.el (same-window-buffer-names):
4257 * bindings.el (mode-line-client)
4258 (mode-line-column-line-number-mode-map):
4259 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4260 (tibetan-precomposed-regexp): Purecopy string arguments.
4261
b861e45e
SM
42622009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4263
6df9b6d7
SM
4264 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4265 (calcDigit-nondigit):
4266 * calc/calc-yank.el (calc-copy-to-buffer):
4267 * calc/calc-units.el (calc-invalidate-units-table):
4268 * calc/calc-trail.el (calc-trail-yank):
4269 * calc/calc-store.el (calc-insert-variables):
4270 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4271 * calc/calc-prog.el (calc-read-parse-table):
4272 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4273 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4274 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4275 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4276 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4277 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4278 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4279 * calc/calc-ext.el (calc-realign):
4280 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4281 (calc-embedded-finish-edit, calc-embedded-make-info)
4282 (calc-embedded-finish-command, calc-embedded-stack-change):
4283 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4284
5a916e35
SM
4285 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4286 (overload-docstring-extension): Use that info.
4287 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4288 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4289 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4290 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4291 (semantic-nonterminal-full-name): Add the new `when' info.
4292 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4293 `assert'.
4294
70f44c65
SM
4295 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4296 shell-dynamic-complete-filename in preference to
4297 comint-dynamic-complete-filename.
4298
b861e45e
SM
4299 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4300 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4301 Don't consider whether the display supports colors.
4302 (bookmark-import-new-list): Use dolist.
4303 (bookmark-bmenu-mode-map): Move initialization into declaration.
4304 (bookmark-bmenu-list): Use dolist, simplify.
4305 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4306 (menu-bar-final-items): Use push.
4307
8549241d 43082009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
4309
4310 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4311 it works on remote files.
4312 (vc-hg-diff): Don't pass any `--cwd' argument.
4313
30644573
KR
43142009-10-27 Kevin Ryde <user42@zip.com.au>
4315
cc63d28f
SM
4316 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4317 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
4318 (Further to Bug#3921).
4319
9be01a63
MA
43202009-10-27 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4323 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4324 calling `tramp-imap-put-file'. Add file size to the call.
4325 (tramp-imap-get-file-entries): Compute also user name, file size,
4326 and date.
4327 (tramp-imap-handle-insert-directory): Insert uid and gid.
4328 (tramp-imap-handle-file-attributes): Transform uid and gid
4329 according to `id-format'.
4330 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4331 size in header X-Size.
4332
41849bf9
JB
43332009-10-26 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * simple.el (transpose-subr): Give clearer error when the mark
4336 is not set. (Bug#4807)
4337
293c24f9
MA
43382009-10-26 Michael Albinus <michael.albinus@gmx.de>
4339
cc63d28f
SM
4340 * net/tramp.el (tramp-perl-file-truename): New defconst.
4341 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 4342 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
4343 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4344 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 4345
cc63d28f
SM
4346 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4347 Ignore `dired-call-process'.
293c24f9
MA
4348 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4349
43502009-10-26 Julian Scheid <julians37@gmail.com>
4351
cc63d28f 4352 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
4353 (tramp-get-remote-readlink): New defun.
4354 (tramp-handle-file-truename): Use it.
4355 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4356 file exists if cache value present.
4357 (tramp-check-cached-permissions) New defun.
4358 (tramp-handle-file-readable-p): Use it.
4359 (tramp-handle-file-writable-p): Likewise.
4360 (tramp-handle-file-executable-p): Likewise.
4361 (tramp-handle-file-name-all-completions): Try using Perl to get
4362 partial completions. When perl not available, combine `cd' and
4363 `ls' into single remote operation and use shell expansion to get
4364 partial remote directory contents. Set `file-exists-p' cache for
4365 directory and any files returned by ls. Change cache handling to
4366 support partial directory contents. Use error message emitted by
4367 remote `cd' or Perl code for local tramp-error.
4368 (tramp-do-copy-or-rename-file-directly): Avoid separate
4369 tramp-send-command-and-check call.
cc63d28f
SM
4370 (tramp-handle-process-file): Merge three remote ops into one.
4371 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
4372 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4373 file-attributes shows uid/gid to be set already.
4374
a7610c52
DN
43752009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4376
4377 * textmodes/tex-mode.el (tex-dvi-view-command)
4378 (tex-show-queue-command, tex-open-quote):
4379 * progmodes/ruby-mode.el (auto-mode-alist)
4380 (interpreter-mode-alist): Purecopy strings.
4381
4382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4383
4384 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4385 string for the hook, keymap and abbrev table.
4386
4387 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4388
4389 * x-dnd.el (x-dnd-xdnd-to-action):
4390 * startup.el (fancy-startup-text, fancy-about-text): Change to
4391 defconst from defvar.
4392
4393 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4394
4395 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4396 Purecopy initialization strings.
4397
4398 * mail/sendmail.el (mail-header-separator)
4399 (mail-personal-alias-file):
4400 * mail/rmail.el (rmail-default-dont-reply-to-names)
4401 (rmail-ignored-headers, rmail-retry-ignored-headers)
4402 (rmail-highlighted-headers, rmail-secondary-file-directory)
4403 (rmail-secondary-file-regexp):
4404 * files.el (null-device, file-name-invalid-regexp)
4405 (locate-dominating-stop-dir-regexp)
cc63d28f 4406 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
4407 (interpreter-mode-alist): Use mapcar instead of mapc.
4408
4409 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4410
4411 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4412 (completion-ignored-extensions):
4413 (debug-ignored-errors): Purecopy strings.
4414
4fcc3d32
SM
44152009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4416
0667de21
SM
4417 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4418 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4419 (pcomplete--here): Use push.
4420
4fcc3d32
SM
4421 * subr.el (all-completions): Declare the 4th arg obsolete.
4422
955ef430
SM
44232009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4424
2d085307
SM
4425 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4426 (pcomplete-unquote-argument): New function.
4427 (pcomplete--common-suffix): Always pay attention to case.
4428 (pcomplete--table-subvert): Quote and unquote the text.
4429 (pcomplete--common-quoted-suffix): New function.
4430 (pcomplete-std-complete): Use it and pcomplete-begin.
4431
955ef430
SM
4432 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4433 we're inside a dedicated or minibuffer window.
4434
4fcc3d32
SM
44352009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * cedet/semantic/fw.el (semantic-alias-obsolete)
4438 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4439 (define-mode-overload-implementation):
4440 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4441 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4442 * cedet/semantic/util.el (semantic-file-token-stream)
4443 (semantic-something-to-stream):
4444 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4445 (semantic-expand-nonterminal):
4446 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4447 (semantic-find-dependency, semantic-find-nonterminal)
4448 (semantic-find-dependency):
4449 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4450 (semantic-flex-text, semantic-flex-make-keyword-table)
4451 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4452 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4453 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4454 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4455 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4456 (semantic-after-idle-scheduler-reparse-hooks):
4457 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4458 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4459 * cedet/semantic.el (semantic-toplevel-bovine-table)
4460 (semantic-toplevel-bovine-cache)
4461 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4462 (semantic-init-mode-hooks, semantic-init-db-hooks)
4463 (semantic-bovination-working-type): Provide the `when' arg.
4464
7c85c02b
KF
44652009-10-24 Karl Fogel <kfogel@red-bean.com>
4466
4467 * bookmark.el: Update documentation, especially documentation
4468 of `bookmark-alist' and of the bookmark file format.
4469 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4470
3e8ae8a6
CY
44712009-10-24 Chong Yidong <cyd@stupidchicken.com>
4472
3e425845
CY
4473 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4474 keybindings apply to the mail buffer (Bug#4003). Shrink help
4475 window to buffer.
4476
cdd47d48
CY
4477 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4478 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
4479 (whitespace-toggle-options, global-whitespace-toggle-options):
4480 Doc fix (Bug#3660).
cdd47d48 4481
ba07c9ad
CY
4482 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4483 of xmltok-start before the end tag was inserted (Bug#2840).
4484
3e8ae8a6
CY
4485 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4486 patterns that are preceded by an open-paren (Bug#1320).
4487
ab276820
CY
44882009-10-24 Sven Joachim <svenjoac@gmx.de>
4489
4490 * files.el (delete-directory): Delete symlinks to directories with
4491 delete-file (Bug#4739).
4492
86f1602f
CY
44932009-10-24 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4496 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4497 argument to make-obsolete.
4498
4499 * cedet/semantic/fw.el (semantic-alias-obsolete)
4500 (semantic-varalias-obsolete): Add optional WHEN argument.
4501
905a9ed3
DN
45022009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4503
a9a2a6db
DN
4504 * vc.el (vc-backend-for-registration): Rename from
4505 vc-get-backend-for-registration. Update callers.
4506
cc63d28f
SM
4507 * international/mule-cmds.el (set-language-info-alist):
4508 Purecopy lang-env.
905a9ed3
DN
4509 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4510 (charset): Purecopy the name.
4511 (define-char-code-property): Purecopy string arguments.
4512
4513 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4514 Purecopy string arguments.
4515
4516 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4517 * ediff-hook.el (menu-bar-ediff-menu):
4518 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4519 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4520
d270305a
GM
45212009-10-24 Glenn Morris <rgm@gnu.org>
4522
6c74d523 4523 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
4524 * term.el (term-dynamic-list-completions): Use choose-completion rather
4525 than obsolete alias mouse-choose-completion.
4526
ae732337
GM
4527 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4528 file-cache-choose-completion.
4529 (file-cache-choose-completion): Handle an optional event argument.
4530 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4531
cc63d28f
SM
4532 * progmodes/octave-mod.el (octave-complete-symbol):
4533 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 4534
9847dc91
GM
4535 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4536 use.
4537
e8f2a5d5
GM
4538 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4539 compiler.
4540
d270305a
GM
4541 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4542
c6432f1e
SM
45432009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4546 Ignore `pred' now that we receive one.
4547 Handle test-completion specially.
4548
6ab196f9
DN
45492009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4550
4551 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 4552 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
4553 REGISTER ...
4554 (vc-get-backend-for-registration): ... here. New function.
4555 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4556 of vc-responsible-backend, pass the file name instead of the
4557 directory name.
4558
48feed59
SM
45592009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4562 New funs.
4563 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4564 (pcomplete-comint-setup): Don't modify a global var via
4565 accidental side-effects.
4566 (pcomplete-shell-setup): Adjust call accordingly.
4567 (pcomplete-parse-comint-arguments): Use push.
4568
00006066
CY
45692009-10-23 Chong Yidong <cyd@stupidchicken.com>
4570
36bfa3af
CY
4571 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4572 Allow uncapitalized info node names (Bug#3921).
4573
00006066
CY
4574 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4575 to the DEBUG file (Bug#3781).
4576
aa311d6e
CY
45772009-10-23 Jari Aalto <jari.aalto@cante.net>
4578
4579 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4580 dictionary entry (Bug#4579).
4581
b88f2d0a
MA
45822009-10-23 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4585 from `rfn-eshadow-update-overlay-hook' when unloading.
4586 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4587 "rsyncc". Adjust doc string.
4588 (tramp-temp-buffer-file-name) New buffer-local defvar.
4589 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4590 Keep temporary file when indicated by method ("rsync" and
4591 "rsyncc").
4592 (tramp-handle-write-region): Handle APPEND.
4593 (tramp-delete-temp-file-function): New defun. Added to
4594 `kill-buffer-hook'.
4595
1becddbb
JB
45962009-10-23 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4599
8f43cbf3
DN
46002009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4601
4602 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4603 (color-name-rgb-alist, tty-standard-colors)
4604 (tty-color-mode-alist): Change to defconst.
4605
4606 * simple.el (mark-inactive): Purecopy message.
4607
4608 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4609 (global-map, yank-menu):
4610 * textmodes/ispell.el (ispell-menu-map):
4611 * net/eudc.el (eudc-tools-menu):
4612 * international/mule-cmds.el (describe-language-environment-map)
4613 (setup-language-environment-map, set-coding-system-map)
4614 (mule-menu-keymap):
4615 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4616 * replace.el (occur-mode-map):
4617 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4618
1d228a31
JB
46192009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4620
4621 * calc/calc.el (math-read-number, math-read-number-simple): Use
4622 `save-match-data'.
4623
3b067af1
SM
46242009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4625
28a90c44
SM
4626 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4627 rather than fiddling with global-map bindings, since it should only
4628 affect per-terminal settings.
4629 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4630
a452eee8
SM
4631 * minibuffer.el (completion-table-with-terminator): Allow to specify
4632 the terminator-regexp.
4633
ab14d7d5
SM
4634 * simple.el (switch-to-completions): Look for *Completions* in other
4635 frames as well.
4636
3b067af1
SM
4637 * pcomplete.el: Allow the use of completion-tables.
4638 (pcomplete-std-complete): New command.
4639 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4640 (pcomplete--here): Use a function for `form' rather than an expression,
4641 so it can be byte-compiled.
4642 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4643 Add edebug declaration.
4644 (pcomplete-show-completions): Remove unused var `curbuf'.
4645 (pcomplete-do-complete, pcomplete-stub):
1becddbb 4646 Don't assume `completions' is a list of strings any more.
3b067af1 4647
5480359e
JB
46482009-10-22 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * find-dired.el (find-name-arg): Fix typo in docstring.
4651
3170b794
SM
46522009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4653
48c23a25
SM
4654 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4655 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4656
56b14058
SM
4657 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4658 pcomplete-entries.
4659
3170b794
SM
4660 * comint.el (comint-read-input-ring, comint-write-input-ring)
4661 (comint-substitute-in-file-name)
4662 (comint-dynamic-complete-as-filename)
4663 (comint-dynamic-simple-complete)
4664 (comint-dynamic-list-filename-completions)
4665 (comint-dynamic-list-completions)
4666 (comint-redirect-results-list-from-process): Minor simplifications.
4667
2affef34
KR
46682009-10-21 Kevin Ryde <user42@zip.com.au>
4669
3170b794
SM
4670 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4671 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 4672 the first form. And insert a blank line after ";;; Code" since
d8194864 4673 that's usual style. (Bug#4612)
2affef34 4674
e7b94bbb
KR
4675 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4676
528c56e2
SM
46772009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * minibuffer.el (completion-table-with-terminator): Properly implement
4680 boundaries, in case `terminator' appears in the suffix.
4681 (completion--embedded-envvar-table): Don't return boundaries if
4682 there's no valid completion. Simplify.
4683 (completion-file-name-table): New completion table extracted from
4684 completion--file-name-table.
4685 (completion--file-name-table): Use it.
4686 (read-file-name-predicate): Declare obsolete.
4687 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4688 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4689 completion-file-name-table, and use the `pred' argument.
4690 * files.el (locate-file-completion-table): Use the `pred' arg rather
4691 than read-file-name-predicate.
4692 (abbreviate-file-name): Use \` rather than ^ for BOS.
4693
f9ed9b4f
DN
46942009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4695
4696 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4697 vc-responsible-backend to register, it causes problems.
4698
5f2022a3
SM
46992009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4702
8d106ea0
CY
47032009-10-21 Eric Ludlam <zappo@gnu.org>
4704
4705 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4706 (semantic-c-debug-mode-init-pch): New functions.
4707 (semantic-c-debug-mode-init-last-mode): New var.
4708 (semantic-c-parse-lexical-token): Use them.
4709
4710 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4711 When extracting the argument list, limit only by point-max.
4712
fc754ea1
MA
47132009-10-21 Michael Albinus <michael.albinus@gmx.de>
4714
4715 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4716 (tramp-smb-handle-file-attributes): Use it.
4717 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4718 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
4719 `mapcar'. Use `tramp-smb-get-stat-capability'.
4720 Add `dired-filename' text properties.
fc754ea1
MA
4721 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4722 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4723 version.
4724
79bd5ba1
SM
47252009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * subr.el (read-key-delay): Reduce to 0.01.
4728 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4729 (bug#4751).
4730
3c13704d
SM
47312009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4732
554efd10
SM
4733 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4734
c2a37b78
SM
4735 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4736 (Info-menu): Remove unused vars `last' and `completions'.
4737 (Info-index-nodes): Remove unused var `node'.
4738
3c13704d
SM
4739 * info.el (Info-complete-menu-item): Use complete-with-action.
4740
d1e4c403
DN
47412009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4742
4743 Make vc-annotate work through copies and renames.
3c13704d
SM
4744 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4745 Return the file name too.
d1e4c403
DN
4746 (vc-annotate-revision-at-line)
4747 (vc-annotate-find-revision-at-line)
4748 (vc-annotate-revision-previous-to-line)
4749 (vc-annotate-show-log-revision-at-line): Update to get the file
4750 name from vc-annotate-extract-revision-at-line.
4751 (vc-annotate-show-diff-revision-at-line-internal): Change the
4752 argument to mean whether to show a file diff or not. Get the file
4753 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
4754 (vc-annotate-show-diff-revision-at-line):
4755 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
4756 (vc-annotate-warp-revision): Add an optional file argument.
4757
4758 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4759 (vc-git-annotate-extract-revision-at-line): Also return the file
4760 name if found.
4761
4762 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4763 command. Remove unused code.
4764 (vc-hg-annotate-re): Update to match --follow output.
4765 (vc-hg-annotate-extract-revision-at-line): Also return the file
4766 name if found.
4767
4768 * vc.el: Update annotate-extract-revision-at-line documentation.
4769
b0b0ef98
KR
47702009-10-18 Kevin Ryde <user42@zip.com.au>
4771
4772 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4773 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4774
a9e7f03d
KR
4775 * net/browse-url.el (browse-url): Identify alist with "consp and
4776 not functionp" and let all other things go down the `apply' leg,
4777 as suggested by Stefan. (Further to bug#4531.)
4778
7346a407
CY
47792009-10-18 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * minibuffer.el (read-file-name): Check for repeat before putting
4782 a default argument in file-name-history (Bug#4657).
4783
4784 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4785 read syntax (Bug#4737).
4786
3c13704d 4787 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 4788
1da94541
CY
47892009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4790
4791 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4792 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4793 entries and make note of obsolete tags.
4794
2b93080a
SM
47952009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4798
18b5ffb5
GM
47992009-10-18 Glenn Morris <rgm@gnu.org>
4800
4801 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4802 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 4803 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
4804 now, and in any case the file header format has changed.
4805
c2e161b2
GM
48062009-10-17 Glenn Morris <rgm@gnu.org>
4807
4808 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4809 (flyspell-get-word, flyspell-large-region)
4810 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4811
a1eb44f5
CY
48122009-10-17 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * Makefile.in (ELCFILES): Add ede/shell.
4815
4418646e
DN
48162009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * term/common-win.el (x-colors): Purecopy it.
4819
4062011e
SM
48202009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4823 permissive for when the buffer is empty.
4824 (tar-header-block-tokenize): Decode the username and groupname.
4825 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4826
67d3ffe4
CY
48272009-10-17 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * cedet/srecode/srt.el:
4830 * cedet/srecode/compile.el:
4831 * cedet/semantic/mru-bookmark.el:
4832 * cedet/semantic/debug.el:
4833 * cedet/semantic/complete.el:
4834 * cedet/semantic/analyze.el: Require CL when compiling.
4835
48362009-10-17 Eric Ludlam <zappo@gnu.org>
4837
4838 * cedet/semantic/scope.el
4839 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4840 tmpscope so that the regular scope will continue to work.
4841
4062011e
SM
4842 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4843 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
4844
4845 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4846 contains multibyte characters, choose first applicable coding
4847 system automatically.
4848
4849 * cedet/ede/project-am.el (project-run-target): New method.
4850 (project-run-target): New method.
4851
4852 * cedet/ede.el (ede-target): Add run target menu item.
4853 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4854 (ede-run-target): New function.
4855 (ede-target::project-run-target): New method.
4856
4857 * cedet/ede/proj.el (project-run-target): New method.
4858
4859 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4860 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4861 Add :rules.
4862 (ede-proj-target-makefile-shared-object): Only libtool compilers
4863 now available. Add linkers for libtool.
4864 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4865 (ede-proj-makefile-target-name): Always use .la extension.
4866
4867 * cedet/ede/proj-prog.el (project-run-target): New method.
4868
4062011e 4869 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
4870 (ede-g++-linker): Change Change link lines.
4871
4062011e
SM
4872 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4873 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
4874 search backward from there.
4875 (ede-proj-makefile-automake-insert-subdirs)
4876 (ede-proj-makefile-automake-insert-extradist): New methods.
4877 (ede-proj-makefile-create): Use them.
4878
4879 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4880 Force FILE to expand to the current target. Use file-exists-p to
4881 check that it exists.
4882
4883 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
4884 (ede-linux-load): Wrap dir in file-name-as-directory.
4885 Set :version slot.
67d3ffe4
CY
4886
4887 * cedet/ede/files.el (ede-get-locator-object): When enabling
4888 locate, do so on "top".
4889
4890 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4891 file-name-as-directory during compare.
4062011e
SM
4892 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4893 Get version number from different places. Don't call egrep.
67d3ffe4
CY
4894 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4895 to set the directory.
4896
4897 * cedet/ede/shell.el: New file.
4898
4899 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4900 alpha/beta variants.
4901
2df48a87
SM
49022009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * international/mule-cmds.el (select-safe-coding-system): If the file
4905 has a coding cookie, use it regardless of any other setting (bug#4712).
4906
fd7dd48c
GM
49072009-10-17 Glenn Morris <rgm@gnu.org>
4908
547776f9
GM
4909 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4910 All errors should have messages.
4911
3ee0b477 4912 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
4913 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4914
2550e4b1
GM
4915 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4916 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4917 (dired-keep-marker-symlink, dired-dwim-target)
4918 (dired-copy-preserve-time): Do not autoload these defcustoms.
4919
fd7dd48c
GM
4920 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4921 messages from messing up the file coding. (Bug#4623)
4922
f3e3a990
GM
49232009-10-17 Jari Aalto <jari.aalto@cante.net>
4924
4925 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4926 if no match is found for the current dictionary. (Bug#4578)
4927
4928 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4929 optional, since that is how it is documented, and this is often called
4930 with a nil argument. (Bug#4577)
4931 (flyspell-external-point-words, flyspell-auto-correct-word)
4932 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4933 (flyspell-word-search-backward): Remove nil argument in calls to
4934 flyspell-get-word, since it is not needed now.
4935
49362009-10-17 Ulrich Mueller <ulm@gentoo.org>
4937
1becddbb 4938 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 4939
b61374ab
GM
49402009-10-16 Glenn Morris <rgm@gnu.org>
4941
4942 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4943
412707c2
SM
49442009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4945
4946 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4947 (ange-ftp-file-size): New function.
4948 (ange-ftp-file-attributes): Use it.
4949
0c6f436e
MA
49502009-10-16 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * net/tramp-smb.el (tramp-smb-version): New defvar.
4953 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4954 repeated checks.
4955
850bfd04
GM
49562009-10-16 Glenn Morris <rgm@gnu.org>
4957
4958 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4959 Maybe copy some custom properties from old to new name. (Bug#4706)
4960
f3ed9aca
JB
49612009-10-16 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * subr.el (error, sit-for, start-process-shell-command)
4964 (start-file-process-shell-command): Set the calling convention
4965 after the function definition.
4966
fd6c5134
SM
49672009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * subr.el (error, sit-for, start-process-shell-command)
4970 (start-file-process-shell-command): Use the new
4971 set-advertised-calling-convention feature.
4972
73874eb7
KH
49732009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4974
fd6c5134
SM
4975 * international/ucs-normalize.el (ucs-normalize-version):
4976 Change to 1.2.
4977 (check-range): Adjust for Unicode 5.2.
73874eb7 4978
03fb33cf
JL
49792009-10-15 Juri Linkov <juri@jurta.org>
4980
4981 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4982 to the `menu-item' format.
4983
4260b402
MA
49842009-10-15 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4987 if the environment variable does not exist.
4988
4989 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4990 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4991 parameter.
4992 (tramp-smb-handle-add-name-to-file)
4993 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4994 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4995 (tramp-smb-handle-file-attributes)
4996 (tramp-smb-do-file-attributes-with-stat)
4997 (tramp-smb-handle-file-local-copy)
4998 (tramp-smb-handle-insert-directory)
4999 (tramp-smb-handle-make-directory)
5000 (tramp-smb-handle-make-directory-internal)
5001 (tramp-smb-handle-make-symbolic-link)
5002 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
5003 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
5004 (tramp-smb-maybe-open-connection): Apply the changed parameters.
5005 (tramp-smb-read-file-entry): Read Disk names in compressed format.
5006 Handle long file names.
5007 (tramp-smb-get-cifs-capabilities): Check, whether the connection
5008 process is running.
5009 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
5010 Read share names with "-g" option.
5011
d7a0fd6f
GM
50122009-10-15 Ryan Yeske <rcyeske@gmail.com>
5013
5014 * net/rcirc.el (rcirc-view-log-file): New command.
5015 (rcirc-track-minor-mode-map): Remove C-c ` binding.
5016 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
5017 specified.
5018
0b44494a
GM
50192009-10-15 Glenn Morris <rgm@gnu.org>
5020
af9fb32f
GM
5021 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
5022 from the second command-line argument.
5023 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
5024 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
5025 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
5026 w32-batch-update-autoloads.
5027 * emacs-lisp/autoload.el (autoload-make-program): New variable.
5028 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
5029
0b44494a
GM
5030 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
5031 the headers cannot be located. Simplify, subtracting superflous
5032 save-excursions.
5033
d5e63715
SM
50342009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 Replace completion-base-size by completion-base-position to fix bugs
5037 such as (bug#4699).
5038 * simple.el (completion-base-position): New var.
5039 (completion-base-size): Mark as obsolete.
5040 (choose-completion): Make it work for mouse events as well.
5041 Pass the new base-position to choose-completion-string.
5042 (choose-completion-guess-base-position): New function, extracted from
5043 choose-completion-delete-max-match.
5044 (choose-completion-delete-max-match): Use it. Make obsolete.
5045 (choose-completion-string): Use the new base-position info.
5046 (completion-root-regexp): Delete.
5047 (completion-setup-function): Preserve completion-base-position.
5048 Eliminate obsolete base-size manipulation.
5049 * minibuffer.el (display-completion-list): Don't mess with base-size.
5050 (minibuffer-completion-help): Set completion-base-position instead.
5051 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
5052 choose-completion.
5053 * textmodes/bibtex.el (bibtex-complete):
5054 * emacs-lisp/crm.el (crm--choose-completion-string):
5055 Adjust to new calling convention.
5056 * complete.el (partial-completion-mode): Use minibufferp to avoid
5057 bumping into incompatible change to choose-completion-string-functions.
5058 * ido.el (ido-choose-completion-string): Make its calling convention
5059 more permissive.
5060 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
5061 base-size manipulation.
5062 (comint-dynamic-list-input-ring): Use dotimes and push.
5063 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
5064 fundamental-mode. Use `or'.
5065
92f8bfc7
JL
50662009-10-14 Juri Linkov <juri@jurta.org>
5067
5068 * misearch.el (multi-isearch-next-buffer-from-list)
5069 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
5070
e78e280d
SM
50712009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5072
384ca163
SM
5073 * Makefile.in (compile-onefile): Load `bytecomp' rather than
5074 `bytecomp.el'.
5075
681e0e7c
SM
5076 * minibuffer.el (completion-pcm--merge-completions): Make sure the
5077 string we return is all made up of text from the completions rather
5078 than part from the completions and part from the input (bug#4219).
5079
e78e280d
SM
5080 * ido.el (ido-everywhere): Use define-minor-mode.
5081
5082 * buff-menu.el (list-buffers, ctl-x-map):
5083 Mark the entry points with ;;;###autoload cookies.
5084
b4e813ca
DN
50852009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5086
52964e54
DN
5087 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
5088 correctly in the detached head case.
5089 (vc-git-print-log): Remove unused binding.
5090
b4e813ca
DN
5091 * vc.el (vc-responsible-backend): When a directory is passed for
5092 for registration create a VC repository if no backend is
5093 responsible for the directory argument.
5094 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
5095
5096 * vc.el: Move comments about RCS and SCCS ...
5097 * vc-rcs.el:
5098 * vc-sccs.el: ... here, respectively.
5099
40ba9882
SM
51002009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * minibuffer.el (completion--file-name-table): Return nil if there's
5103 no file completion, even if substitute-in-file-name changed
5104 the string (bug#4708).
5105
04e0f59b
JL
51062009-10-13 Juri Linkov <juri@jurta.org>
5107
5108 * files-x.el (read-file-local-variable-value): Don't filter out
5109 minor modes from mode name completion (bug#4664).
5110
314c8e25
JB
51112009-10-13 Juanma Barranquero <lekktu@gmail.com>
5112
5113 * international/mule-cmds.el (ucs-names): Remove exclusion of
5114 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
5115
5c9b7d36
KH
51162009-10-13 Kenichi Handa <handa@m17n.org>
5117
5118 * international/uni-name.el: Regenerated.
5119
1e7a80f2
JB
51202009-10-13 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
5123 should be automatically buffer-local, but isn't.)
5124
cd29f88b
SS
51252009-10-12 Sam Steingold <sds@gnu.org>
5126
5127 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 5128 timestamps if the buffer has been visited before.
0cd16af4
SS
5129 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5130 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 5131
37493a98
GM
51322009-10-12 Glenn Morris <rgm@gnu.org>
5133
5134 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5135 Let-bind `size'.
5136
3b56b1e6
JB
51372009-10-12 Juanma Barranquero <lekktu@gmail.com>
5138
7422a4bb
JB
5139 * proced.el (proced-unload-function): New function.
5140
fa72d075
JB
5141 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5142 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5143 Doc fix.
5144
3b56b1e6
JB
5145 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5146
4d9b4323
JL
51472009-10-11 Juri Linkov <juri@jurta.org>
5148
5149 * files-x.el (read-file-local-variable-value):
5150 Provide default value only for bound variables (bug#4664).
5151
f6f7e059
MA
51522009-10-11 Michael Albinus <michael.albinus@gmx.de>
5153
5154 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5155 connection methods like smb.
5156
5157 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5158 can be empty.
5159
5160 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5161 (tramp-smb-file-name-handler-alist): Add handlers for
5162 `add-name-to-file', `make-symbolic-link'.
5163 (tramp-smb-handle-add-name-to-file)
2992485f 5164 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
5165 (tramp-smb-handle-make-symbolic-link)
5166 (tramp-smb-get-cifs-capabilities): New defuns.
5167 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5168 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5169 (tramp-smb-handle-file-local-copy)
5170 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
5171 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5172 The file name syntax depends on cifs capabilities.
5173 (tramp-smb-handle-file-attributes):
5174 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5175 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5176 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 5177
67868d26
CY
51782009-10-11 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5181 (eieio-defclass): Apply deftype handler and setf-method properties
5182 directly.
5183 (eieio-add-new-slot): Avoid union function from cl library.
5184 (eieio--typep): New function.
5185 (eieio-perform-slot-validation): Use it.
5186
6d6a5b7e
KF
51872009-10-10 Karl Fogel <kfogel@red-bean.com>
5188
3b56b1e6 5189 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
5190 Update documentation to refer to the variables documented in r1.135.
5191 (Bug#4188)
5192
67b70de9
KF
51932009-10-10 Karl Fogel <kfogel@red-bean.com>
5194
5195 * bookmark.el (Info-suffix-list): Remove this unused variable.
5196 (bookmark-current-point): Remove this obsolete variable.
5197 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5198 Adjust for removal of bookmark-current-point.
5199
5200 (bookmarks-already-loaded, bookmark-current-buffer)
5201 (bookmark-yank-point): Document. (Bug#4188)
5202
58ae51ae
GM
52032009-10-10 Glenn Morris <rgm@gnu.org>
5204
4619ff5e
GM
5205 * frame.el (frame-height): Doc fix.
5206
58ae51ae
GM
5207 * calendar/calendar.el (calendar-split-width-threshold): New option.
5208 (calendar-basic-setup): Use calendar-split-width-threshold.
5209
3b56b1e6 52102009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 5211
3b56b1e6
JB
5212 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5213 Use .la for Automake.
d751f122 5214
fa63f49c
CY
52152009-10-09 Chong Yidong <cyd@stupidchicken.com>
5216
3b56b1e6
JB
5217 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5218 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 5219
d364386c
JB
52202009-10-09 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5223 Ideographic Supplement" range (U+1F200..U+1F2FF).
5224
33e97a28
KF
52252009-10-09 Karl Fogel <kfogel@red-bean.com>
5226
02d0f051 5227 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 5228 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
5229
52302009-10-09 Karl Fogel <kfogel@red-bean.com>
5231
d364386c 5232 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
5233 (bookmark-bmenu-execute-deletions): Don't save here, as
5234 bookmark-delete will now do so if necessary.
d364386c 5235 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
5236 (Bug#4348)
5237
9656d87b
GM
52382009-10-09 Glenn Morris <rgm@gnu.org>
5239
5240 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5241
e6227f06
KF
52422009-10-09 Karl Fogel <kfogel@red-bean.com>
5243
5244 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5245 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5246 argument now, so the two function's behaviors will match. (Bug#3645)
5247
35c7e413
CY
52482009-10-08 Chong Yidong <cyd@stupidchicken.com>
5249
4f54db4b
CY
5250 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5251 Fix filename test.
35c7e413
CY
5252 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5253 to expand file names.
5254
288f783b
MA
52552009-10-08 Michael Albinus <michael.albinus@gmx.de>
5256
5257 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 5258 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 5259 Apply `save-match-data'.
288f783b
MA
5260
5261 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5262 case both directories are remote.
5263 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 5264 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 5265
c2a81032
CY
52662009-10-08 Chong Yidong <cyd@stupidchicken.com>
5267
a6b98754
CY
5268 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5269 (ede-proj-target-makefile-objectcode): Use it.
5270
c2a81032 5271 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
5272 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5273 Return search result. This error was introduced while merging.
c2a81032 5274
872a1ea4
JB
52752009-10-07 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5278
ab2baced
GM
52792009-10-07 Glenn Morris <rgm@gnu.org>
5280
e78e280d
SM
5281 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5282 of concat.
ab2baced 5283
5c4634c1
SM
52842009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * files-x.el (read-file-local-variable): Include some
5287 non-user-variables in the completion table (bug#4664).
5288
c2dc9732
MA
52892009-10-07 Michael Albinus <michael.albinus@gmx.de>
5290
5291 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5292 message.
5293
5294 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5295 (tramp-smb-file-name-handler-alist): Add handler for
5296 `copy-directory', `expand-file-name', `set-file-modes'.
5297 (tramp-smb-handle-copy-directory)
5298 (tramp-smb-handle-expand-file-name)
5299 (tramp-smb-handle-set-file-modes): New defuns.
5300 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5301 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5302 entry.
5303 (tramp-smb-handle-insert-directory): Don't flush the cache.
5304 (tramp-smb-maybe-open-connection): Check for samba client and
5305 server versions.
5306
11be40a6
EZ
53072009-10-07 Eli Zaretskii <eliz@gnu.org>
5308
5309 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5310 to not error out of search for "^lisp=" fails.
5311
8c4afe20
JB
53122009-10-07 Juanma Barranquero <lekktu@gmail.com>
5313
5314 * makefile.w32-in (WINS_UPDATES): New macro.
5315 (custom-deps, finder-data, autoloads): Use it.
5316
429a1506
GM
53172009-10-07 Glenn Morris <rgm@gnu.org>
5318
ee2e93e2
GM
5319 * Makefile.in (autoloads): Revert previous change.
5320 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5321 the list of preloaded files passed on the command-line, get
5322 it from src/Makefile.
5323
429a1506
GM
5324 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5325 show the original buffer rather than a random one.
5326
a51203ee 53272009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
5328
5329 * help.el (describe-no-warranty): Place point in a slightly better
5330 position in the GPLv3 text.
5331
f58f7520
SS
53322009-10-06 Sam Steingold <sds@gnu.org>
5333
5334 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5335 the comm attribute is present before calling regexp-quote.
5336
bde79dc0
JB
53372009-10-06 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * play/animate.el (animate-string): For good effect, make sure
5340 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5341
5342 * play/animate.el (animate-sequence, animate-birthday-present):
5343 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5344
25ab0302
GM
53452009-10-06 Glenn Morris <rgm@gnu.org>
5346
73fe714a
GM
5347 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5348
3405d98c
GM
5349 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5350 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5351 (batch-update-autoloads): Process a string value of autoload-excludes,
5352 set during the build process.
5353 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5354
9fb2cdc5
GM
5355 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5356 inside with-parsed... macro so that `v' is defined.
5357
7938ab41
GM
5358 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5359 * progmodes/fortran.el (fortran-end-of-block)
5360 (fortran-beginning-of-block):
5361 Also push mark in the macro case.
5362
eaf9b564
GM
5363 * emerge.el (emerge-show-file-name):
5364 * calc/calc.el (calc-quit):
5365 * calc/calc-misc.el (calc-big-or-small):
5366 * calc/calc-graph.el (calc-graph-view):
5367 * calc/calc-ext.el (calc-reset):
5368 * calendar/calendar.el (calendar-basic-setup):
5369 Use window-full-height-p.
5370
25ab0302
GM
5371 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5372 header we don't understand, don't insert another. (Bug#4624)
5373 If changing mime charset, insert the new one in the right place.
5374
00169eb6
GM
53752009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5376
5377 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5378 (cal-tex-cursor-month): Correctly increment the end date for diary and
5379 holiday listing. (Bug#4626)
5380
82882188
SM
53812009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5382
40ba9882 5383 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
5384 a symbol.
5385
a8f316ca
JB
53862009-10-05 Juanma Barranquero <lekktu@gmail.com>
5387
5388 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5389 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5390 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5391 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5392
5393 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5394 (eieio-default-superclass): Reflow docstrings.
5395 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5396 (eieio-unbind-method-implementations, defmethod)
5397 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5398 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5399 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5400 (eieio-slot-originating-class-p, eieio-slot-name-index)
5401 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5402 (constructor, initialize-instance, no-next-method, object-print)
5403 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5404 Fix typos in docstrings.
5405 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5406 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5407 (next-method-p): Doc fixes.
5408 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5409 Fix typos in error messages.
5410 (eieio-defmethod): Fix typo in description of generic method.
5411
5412 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5413 (eieio-persistent-save-interactive, slot-missing):
5414 Fix typos in docstrings.
5415 (eieio-instance-inheritor-slot-boundp): Doc fix.
5416
5417 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5418 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5419
5420 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5421 (eieio-custom-object-apply-reset):
5422 Fix typos in docstrings and error messages.
5423
5424 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5425 Fix typo in docstring.
5426
5427 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5428 (eieio-browse-tree): Doc fix.
5429 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5430 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5431 Fix typos in docstrings.
5432
5433 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5434 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5435 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5436 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5437 Reflow docstrings.
5438
c66b7ac0
DN
54392009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5440
4a827e0a 5441 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
5442 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5443 Set log-view-vc-backend so that diff can work.
4a827e0a 5444
c66b7ac0
DN
5445 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5446 vc-version-diff.
5447 (vc-diff-internal): Autoload this instead of vc-version-diff.
5448
1902a98c
EZ
54492009-10-05 Eli Zaretskii <eliz@gnu.org>
5450
a7a8618b
EZ
5451 * simple.el (eval-expression): Doc fix.
5452
1902a98c
EZ
5453 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5454
0e1f2ee6
MA
54552009-10-05 Michael Albinus <michael.albinus@gmx.de>
5456
5457 * files.el (directory-files-no-dot-files-regexp): New defconst.
5458 (delete-directory): Use it.
5459 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5460
263c02ef 5461 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
5462 (tramp-methods): Add recursive option to `tramp-copy-args'.
5463 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 5464 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 5465 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
5466 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5467 Add handler for `copy-directory'.
5468 (tramp-handle-copy-directory): New defun.
5469 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
5470 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5471 Optimize sent command.
263c02ef 5472
72aa7df4
SM
54732009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5474
4a34f065
SM
5475 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5476 window if necessary.
5477
72aa7df4
SM
5478 * calendar/calendar.el (calendar-basic-setup): Don't call
5479 switch-to-buffer in a dedicated window.
5480
5feb1ba7
KF
54812009-10-05 Karl Fogel <kfogel@red-bean.com>
5482
5483 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5484 don't do anything related to relocating, just return nil.
5485 (bookmark-error-no-filename): New error.
5486 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5487 bookmark has no file. Don't even attempt to handle things that
5488 are not files; the whole point of custom handlers is to keep that
5489 knowledge elsewhere anyway. Tighten some comments.
5490 (bookmark-file-or-variation-thereof): Remove now-unused function.
5491 (bookmark-location): Doc string fix.
5492 (Bug#4250)
5493
1bd49952
KF
54942009-10-04 Karl Fogel <kfogel@red-bean.com>
5495
5496 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5497 don't use a file dialog, because they usually don't know how to read
5498 a directory target from the user. (Bug#4230)
5499 Also, make sure the prompt can display directories as well as files.
5500
825382c0
KF
55012009-10-04 Karl Fogel <kfogel@red-bean.com>
5502
5503 * bookmark.el (bookmark-set, bookmark-buffer-name):
5504 Improve doc strings. (Bug#1193)
5505
13901bcb
KF
55062009-10-04 Karl Fogel <kfogel@red-bean.com>
5507
4a34f065
SM
5508 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5509 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5510 (bookmark-get-annotation, bookmark-set-annotation)
5511 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5512 (bookmark-set-position, bookmark-get-front-context-string)
5513 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5514 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5515 (bookmark-jump-other-window, bookmark-handle-bookmark)
5516 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5517 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5518 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5519 Improve doc strings to say whether bookmark can be a string or
5520 a record or both, and make other consistency and clarity fixes.
5521 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5522 (bookmark-default-annotation-text, bookmark-yank-word)
5523 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5524 (bookmark-import-new-list, bookmark-maybe-rename)
5525 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5526 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
5527 (bookmark-bmenu-check-position): Give this a doc string, but also
5528 add a FIXME comment about how the function may be pointless.
5529 (bookmark-default-handler): Rework doc string and change a
5530 parameter name, to clarify that this takes a bookmark record
5531 not a bookmark name.
5532 (bookmark-set): Change a parameter name to indicate its meaning,
5533 and improve the doc string a bit.
5534 (Bug#4188)
5535
5c1b3e94
KF
55362009-10-04 Karl Fogel <kfogel@red-bean.com>
5537
5538 * bookmark.el (bookmark-alist): Document the new `handler' element
5539 in the param alist.
5540 (bookmark-make-record-function): Adjust documentation for above.
5541 (Bug#4193)
5542
8559076d
KF
55432009-10-04 Karl Fogel <kfogel@red-bean.com>
5544
5545 * info.el (Info-bookmark-make-record): Document this function.
5546 (Info-bookmark-jump): Document with a doc string, not just a comment.
5547 (Bug#4203)
5548
82481502
CY
55492009-10-04 Chong Yidong <cyd@stupidchicken.com>
5550
4a34f065 5551 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
5552 (semantic-new-buffer-fcn): Call parser setup functions here.
5553 (semantic-mode): Don't call parser setup functions here, it's done
5554 in semantic-new-buffer-fcn now.
d436f538 5555 (semantic-mode): Parse all existing buffers when enabled.
82481502 5556
4a34f065
SM
5557 * cedet/srecode/compile.el (srecode-compile-file):
5558 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 5559
2e7eba60
CY
55602009-10-04 Chong Yidong <cyd@stupidchicken.com>
5561
d91485a9
CY
5562 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5563
5564 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5565 (proj-comp-insert-variable-once): New macro, renamed from
5566 ede-pmake-insert-variable-once in ede/pmake.edl.
5567 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 5568
b4583b8c
MA
55692009-10-04 Michael Albinus <michael.albinus@gmx.de>
5570
5571 * files.el (copy-directory): New defun.
5572
5573 * dired-aux.el (dired-copy-file-recursive): Use it.
5574
04075952
JB
55752009-10-04 Juanma Barranquero <lekktu@gmail.com>
5576
5577 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5578 (makefile-end-of-command):
5579 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5580 (semantic-end-of-context): Fix previous change. Doc fixes.
5581
131ae8f2
JB
55822009-10-04 Juanma Barranquero <lekktu@gmail.com>
5583
a30e71ae
JB
5584 * files-x.el (modify-dir-local-variable)
5585 (copy-dir-locals-to-file-locals-prop-line):
5586 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5587 (makefile-end-of-command):
5588 * cedet/semantic/lex.el (semantic-lex-token):
5589 * cedet/semantic/analyze/fcn.el
5590 (semantic-analyze-dereference-metatype-1):
5591 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5592 (semantic-lex-cpp-undef):
5593 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5594 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5595 (semantic-end-of-context): Fix typos in docstrings.
5596
131ae8f2
JB
5597 * recentf.el (recentf-unload-function): New function.
5598
0fd9cb9c
CY
55992009-10-04 Chong Yidong <cyd@stupidchicken.com>
5600
a30e71ae 5601 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
5602 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5603 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 5604 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 5605
ccafbf06
GM
56062009-10-04 Glenn Morris <rgm@gnu.org>
5607
5608 * window.el (window-full-height-p): Add doc string.
5609
02c6f098
GM
56102009-10-04 Martin Rudalics <rudalics@gmx.at>
5611
5612 * window.el (window-full-height-p): New function. (Bug#4543)
5613
e6e267fc
CY
56142009-10-03 Chong Yidong <cyd@stupidchicken.com>
5615
a70bfe61
CY
5616 * cedet/srecode/insert.el: Require srecode/args.
5617
5618 * cedet/srecode/args.el: Require srecode/dictionary instead of
5619 srecode/insert.
5620
e6e267fc
CY
5621 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5622
5623 * files.el (auto-mode-alist): Add .srt and Project.ede.
5624
4a34f065
SM
5625 * cedet/semantic.el (semantic-mode):
5626 Handle srecode-template-mode-hook as well.
0b8cafba 5627 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
5628
5629 * cedet/srecode/template.el: Remove hook variable.
5630
5631 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5632
5633 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5634 projects exist.
8b440f71
CY
5635 (ede-project-placeholder-cache-file): Default to a file in
5636 user-emacs-directory.
e6e267fc
CY
5637
5638 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5639 templates in data-directory.
4a34f065 5640 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
5641
5642 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5643 directory.
5644
56452009-09-30 Eric Ludlam <zappo@gnu.org>
5646
131ae8f2
JB
5647 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5648 Doc fix.
e6e267fc
CY
5649
5650 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5651 Only insert each variable once.
5652
5653 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5654 (ede-pmake-insert-variable-shared): Use it.
5655
5656 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5657 for lexical table iff table is nil.
5658
ed6b0195
DN
56592009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5660
5661 * vc.el: Remove commented out code.
5662 (vc-derived-from-dir-mode): Remove, unused.
5663 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5664
1b8d1cc7
MA
56652009-10-03 Michael Albinus <michael.albinus@gmx.de>
5666
4a34f065
SM
5667 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5668 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
5669 there could be recursive loading when `default-directory' is a
5670 remote file name. (Bug#4614)
5671
ac3c593c
GM
56722009-10-03 Glenn Morris <rgm@gnu.org>
5673
686ea556
GM
5674 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5675 the frame is wide.
5676 (calendar-generate-window): Test for shrinkability rather than width.
5677
619392fc
GM
5678 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5679 declaration, currently false.
5680
ac3c593c
GM
5681 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5682 reusing existing buffers, in case we happen to visit two files with the
5683 same basename. (Bug#4593)
5684
573709fd
EZ
56852009-10-02 Eli Zaretskii <eliz@gnu.org>
5686
4a34f065 5687 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
5688 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5689 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5690 subdirs of cedet as well.
8f885d01 5691 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 5692
8d6c1239
SM
56932009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5696 Obey advertised-signature-table.
5697
5698 * help-fns.el (help-function-arglist): Don't check
5699 advertised-signature-table.
5700 (describe-function-1): Do it here instead so it also applies to subrs.
5701
c4861de0
MA
57022009-10-02 Michael Albinus <michael.albinus@gmx.de>
5703
5704 * simple.el (start-file-process): Say in the doc-string, that file
5705 handlers might not support pty association, if PROGRAM is nil.
5706
5707 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5708 HOST and USER are strings. They are nil, when there are
5709 incomplete entries in ~/.netrc, for example.
5710 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5711 root directory ("device busy" error otherwise).
5712
8d6c1239
SM
5713 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5714 Flush file properties of created directory.
c4861de0 5715
d2bda74f
EZ
57162009-10-02 Eli Zaretskii <eliz@gnu.org>
5717
5718 * makefile.w32-in (WINS_BASIC): Remove cedet.
5719 (WINS_CEDET): Add cedet.
5720 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5721
895d1904
GM
57222009-10-02 Kevin Ryde <user42@zip.com.au>
5723
5724 * net/browse-url.el (browse-url): Pass any symbol in
5725 browse-url-browser-function to `apply', since if you've mistakenly put
5726 an unbound symbol then the error is clearer. (Bug#4531)
5727
32226619
JB
57282009-10-02 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * allout.el (allout-init, allout-back-to-current-heading)
5731 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5732 (allout-ascend, allout-up-current-level, allout-end-of-level)
5733 (allout-previous-visible-heading, allout-forward-current-level)
5734 (allout-backward-current-level, allout-show-children):
5735 * apropos.el (apropos-describe-plist):
5736 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5737 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5738 * completion.el (add-completion, add-permanent-completion):
5739 * descr-text.el (describe-text-category, describe-char):
5740 * desktop.el (desktop-lazy-abort):
5741 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5742 * dired.el (dired-build-subdir-alist):
5743 * ediff.el (ediff-version):
5744 * elide-head.el (elide-head, elide-head-show):
5745 * emerge.el (emerge-version):
5746 * env.el (getenv):
5747 * face-remap.el (variable-pitch-mode):
5748 * faces.el (describe-face):
5749 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5750 (dired-at-point):
5751 * files.el (find-file-existing, auto-save-mode):
5752 * font-lock.el (font-lock-fontify-buffer):
5753 * help-fns.el (describe-function, describe-variable)
5754 (describe-syntax, describe-categories):
5755 * help.el (view-lossage, describe-bindings, describe-key)
5756 (describe-mode):
5757 * hexl.el (hexl-current-address):
5758 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5759 * info.el (Info-goto-emacs-key-command-node):
5760 * log-edit.el (log-edit-insert-cvs-template)
5761 (log-edit-insert-cvs-rcstemplate):
5762 * menu-bar.el (menu-bar-mode):
5763 * mouse.el (mouse-appearance-menu):
5764 * newcomment.el (comment-indent-new-line):
5765 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5766 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 5767 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
5768 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5769 * recentf.el (recentf-mode):
5770 * savehist.el (savehist-mode, savehist-save):
5771 * shadowfile.el (shadow-copy-files):
5772 * simple.el (kill-ring-save, next-line, previous-line)
5773 (normal-erase-is-backspace-mode):
5774 * strokes.el (strokes-update-window-configuration)
5775 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5776 (strokes-xpm-for-stroke):
5777 * time.el (emacs-uptime, emacs-init-time):
5778 * tutorial.el (tutorial--describe-nonstandard-key)
5779 (tutorial--detailed-help):
5780 * type-break.el (type-break-mode)
5781 (type-break-mode-line-message-mode, type-break-query-mode)
5782 (type-break-guesstimate-keystroke-threshold):
5783 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5784 * version.el (emacs-version):
5785 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5786 * winner.el (winner-mode):
5787 * calendar/timeclock.el (timeclock-in, timeclock-out)
5788 (timeclock-status-string, timeclock-change)
5789 (timeclock-workday-remaining-string)
5790 (timeclock-workday-elapsed-string)
5791 (timeclock-when-to-leave-string):
5792 * calendar/todo-mode.el (todo-add-category):
5793 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5794 * emacs-lisp/autoload.el (update-file-autoloads):
5795 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5796 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5797 (checkdoc-message-text, checkdoc-defun):
5798 * emacs-lisp/debug.el (debugger-list-functions):
5799 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5800 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5801 (eieio-describe-generic):
5802 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5803 * emacs-lisp/shadow.el (list-load-path-shadows):
5804 * emulation/cua-base.el (cua-mode):
5805 * emulation/edt.el (edt-set-scroll-margins):
5806 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5807 (tpu-toggle-regexp, tpu-toggle-search-direction)
5808 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5809 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5810 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5811 (viper-set-parsing-style-toggling-macro)
5812 (viper-set-emacs-state-searchstyle-macros):
5813 * emulation/viper.el (viper-set-hooks):
5814 * eshell/esh-mode.el (eshell-truncate-buffer):
5815 * international/mule-cmds.el (prefer-coding-system)
5816 (describe-input-method, describe-language-environment):
5817 * international/mule-diag.el (list-character-sets)
5818 (describe-character-set, describe-coding-system)
5819 (describe-fontset, list-fontsets, list-input-methods):
5820 * mail/sendmail.el (mail-signature):
5821 * net/ange-ftp.el (ange-ftp-copy-file):
5822 * net/browse-url.el (browse-url):
5823 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5824 * net/quickurl.el (quickurl-add-url):
5825 * net/rcirc.el (names, topic):
5826 * net/xesam.el (xesam-mode):
5827 * play/5x5.el (5x5-new-game):
5828 * play/yow.el (apropos-zippy):
5829 * progmodes/ada-mode.el (ada-mode-version):
5830 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5831 (f90-end-of-block)
5832 (f90-beginning-of-block):
5833 * progmodes/fortran.el (fortran-end-of-block)
5834 (fortran-beginning-of-block):
5835 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5836 * progmodes/python.el (python-describe-symbol, python-shell):
5837 * term/ns-win.el (ns-print-buffer):
5838 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5839 * textmodes/flyspell.el (flyspell-mode-on):
5840 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5841 (pages-directory-for-addresses):
5842 * textmodes/table.el (table-recognize-cell)
5843 (table-query-dimension, table-generate-source)
5844 (table-insert-sequence, table--warn-incompatibility):
5845 * textmodes/tex-mode.el (tex-validate-buffer):
5846 * textmodes/texinfmt.el (texinfmt-version)
5847 (texinfo-format-buffer):
5848 Use `called-interactively-p' instead of `interactive-p'.
5849
12a3c28c
JB
58502009-10-02 Juanma Barranquero <lekktu@gmail.com>
5851
5852 * image-mode.el (image-toggle-display):
5853 * emacs-lisp/elp.el (elp-instrument-function):
5854 * emacs-lisp/advice.el (ad-make-advised-definition):
5855 * emacs-lisp/easy-mmode.el (define-minor-mode):
5856 * net/browse-url.el (browse-url-maybe-new-window):
5857 * progmodes/sh-script.el (sh-learn-buffer-indent):
5858 Pass new argument 'any to `called-interactively-p'.
5859
171fda8a
JB
58602009-10-01 Juanma Barranquero <lekktu@gmail.com>
5861
171fda8a
JB
5862 * international/uni-bidi.el:
5863 * international/uni-category.el:
5864 * international/uni-combining.el:
5865 * international/uni-comment.el:
5866 * international/uni-decimal.el:
9c3c9fdf 5867 * international/uni-decomposition.el:
171fda8a
JB
5868 * international/uni-digit.el:
5869 * international/uni-lowercase.el:
5870 * international/uni-mirrored.el:
5871 * international/uni-name.el:
5872 * international/uni-numeric.el:
5873 * international/uni-old-name.el:
5874 * international/uni-titlecase.el:
5875 * international/uni-uppercase.el:
5876 Regenerate from Unicode 5.2.0 data.
5877
dcb9734a
GM
58782009-10-01 Glenn Morris <rgm@gnu.org>
5879
5880 * Makefile.in (ELCFILES): Regenerate.
5881
ced10a4c
SM
58822009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5883
9d28c33e
SM
5884 * subr.el (interactive-p): Mark obsolete.
5885 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5886 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5887 advertised-signature-table for subroutines as well.
5888
ced10a4c
SM
5889 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5890 (set-advertised-calling-convention): New function.
5891 (make-obsolete, define-obsolete-function-alias)
5892 (make-obsolete-variable, define-obsolete-variable-alias):
5893 Make the optional-ness of `when' obsolete.
5894 (define-obsolete-face-alias): Make `when' non-optional.
5895 * help-fns.el (help-function-arglist):
5896 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5897 Use advertised-signature-table.
5898
cc3dda16
MA
58992009-10-01 Michael Albinus <michael.albinus@gmx.de>
5900
5901 * files.el (delete-directory): New defun. The original function
5902 in fileio.c has been renamed to `delete-directory-internal'.
5903
5904 * dired.el (dired-delete-file): Call `delete-directory' with
5905 RECURSIVE parameter.
5906
5ce6e4f4 5907 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
5908 parameter RECURSIVE. Implementation is missing.
5909
5910 * net/tramp.el (tramp-handle-make-directory): Flush upper
5911 directory's file properties.
ced10a4c 5912 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
5913 (tramp-handle-dired-recursive-delete-directory): Flush directory
5914 properties after the remove command only.
5915
ced10a4c
SM
5916 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5917 Handle optional parameter RECURSIVE.
cc3dda16 5918
ced10a4c
SM
5919 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5920 Handle optional parameter RECURSIVE.
cc3dda16
MA
5921
5922 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5923 connection timeout.
5924 (tramp-smb-handle-delete-directory): Handle optional parameter
5925 RECURSIVE.
5926
cf885595
SM
59272009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5928
e3a6b82f
SM
5929 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5930 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5931 (byte-compile-defmacro): Use backquotes.
5932
7201bfbb
SM
5933 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5934
cf885595
SM
5935 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5936 has no associated file.
5937 (vc-resynch-buffer): Use vc-dir-buffers.
5938
a4d2c321
GM
59392009-10-01 Glenn Morris <rgm@gnu.org>
5940
9ffe3f52
GM
5941 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5942 (chart-file-count):
5943 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5944 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5945 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5946 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5947 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5948 (eieio-copy-parents-into-subclass, make-instance, class-children)
5949 (eieio-generic-form):
bd2afec2
GM
5950 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5951 * cedet/cedet-idutils.el (cedet-idutils-search)
5952 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5953 (cedet-idutils-version-check):
5954 * cedet/cedet.el (cedet-version):
5955 * cedet/data-debug.el (data-debug-insert-overlay-button)
5956 (data-debug-insert-overlay-list-button)
5957 (data-debug-insert-buffer-button)
5958 (data-debug-insert-buffer-list-button)
5959 (data-debug-insert-process-button, data-debug-insert-ring-button)
5960 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5961 (data-debug-insert-stuff-vector-button)
5962 (data-debug-insert-symbol-button, data-debug-insert-string)
5963 (data-debug-insert-number, data-debug-insert-lambda-expression)
5964 (data-debug-insert-nil, data-debug-insert-simple-thing)
5965 (data-debug-insert-custom, data-debug-edebug-expr):
5966 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5967 (global-ede-mode-map, ede-new, ede-debug-target)
5968 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5969 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5970 (semantic-fetch-tags, semantic-submode-list)
5971 (semantic-default-submodes):
a785b776
GM
5972 * cedet/ede/source.el (ede-source-match):
5973 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5974 (project-am-package-info):
5975 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5976 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5977 * cedet/ede/proj-comp.el (ede-current-build-list):
5978 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5979 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5980 * cedet/ede/cpp-root.el (initialize-instance):
5981 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5982 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
5983 * cedet/semantic/wisent.el (wisent-lex-eoi):
5984 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5985 (semantic-show-parser-state-mode):
5986 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5987 * cedet/semantic/tag.el (semantic-tag-new-variable)
5988 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5989 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5990 (semantic--tag-deep-copy-tag-list)
5991 (semantic-tag-components-with-overlays-default):
5992 * cedet/semantic/symref.el (semantic-symref-find-text):
5993 * cedet/semantic/senator.el (senator-yank-tag)
5994 (senator-transpose-tags-up):
5995 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5996 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5997 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5998 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5999 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
6000 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
6001 * cedet/semantic/lex-spp.el
6002 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
6003 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
6004 * cedet/semantic/idle.el
6005 (semantic-idle-summary-current-symbol-info-brutish)
6006 (semantic-idle-summary-current-symbol-info-default):
6007 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
6008 (semantic--grammar-macro-compl-dict):
6009 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
6010 * cedet/semantic/format.el (semantic-format-tag-custom-list)
6011 (semantic-format-tag-canonical-name-default):
6012 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
6013 (semantic-find-tags-for-completion)
6014 (semantic-find-tags-by-scope-protection-default)
6015 (semantic-deep-find-tags-for-completion):
6016 * cedet/semantic/edit.el
6017 (semantic-edits-incremental-reparse-failed-hook)
6018 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
6019 (semantic-edits-splice-remove, semantic-edits-splice-replace):
6020 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
6021 * cedet/semantic/dep.el (semantic-dependency-include-path):
6022 * cedet/semantic/db.el (semanticdb-default-find-index-class)
6023 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
6024 (semanticdb-project-roots):
6025 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
6026 (semanticdb-find-adebug-insert-scanned-tag-cons)
6027 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
6028 (semanticdb-brute-deep-find-tags-for-completion):
6029 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
6030 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
6031 (semantic-end-of-context-default)
6032 (semantic-ctxt-current-function-default)
6033 (semantic-ctxt-scoped-types-default):
6034 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6035 (semantic-complete-inline-tag-engine)
6036 (semantic-complete-inline-custom-type)
6037 (semantic-complete-read-tag-analyzer):
6038 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
6039 (semantic-chart-database-size):
6040 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
6041 (semantic-analyze-current-context):
6042 * cedet/semantic/symref/list.el (semantic-symref)
6043 (semantic-symref-hide-buffer, semantic-symref-symbol):
6044 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
6045 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
6046 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
6047 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
6048 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
6049 (semantic-c-dereference-template):
6050 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
6051 (semantic--analyze-refs-full-lookup-with-parents)
6052 (semantic--analyze-refs-full-lookup-simple):
6053 * cedet/semantic/analyze/complete.el
6054 (semantic-analyze-possible-completions):
2f10955c
GM
6055 * cedet/srecode/table.el (srecode-mode-table-new):
6056 * cedet/srecode/srt.el (srecode-read-variable-name):
6057 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
6058 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
6059 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
6060 * cedet/srecode/map.el (srecode-current-map):
6061 * cedet/srecode/insert.el (srecode-insert)
6062 (srecode-insert-variable-secondname-handler, srecode-insert-method)
6063 (srecode-template-inserter-point-override)
6064 (srecode-insert-include-lookup):
6065 * cedet/srecode/getset.el (srecode-auto-choose-class):
6066 * cedet/srecode/extract.el (srecode-inserter-extract):
6067 * cedet/srecode/document.el
6068 (srecode-document-autocomment-return-last-alist)
6069 (srecode-document-autocomment-param-type-alist)
6070 (srecode-document-insert-function-comment)
6071 (srecode-document-insert-variable-one-line-comment)
6072 (srecode-document-function-name-comment):
6073 * cedet/srecode/dictionary.el (srecode-create-dictionary)
6074 (srecode-compound-toString):
6075 * cedet/srecode/compile.el (srecode-flush-active-templates):
6076 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
6077 Doc/message fixes.
6078
9515cdcc
GM
6079 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
6080 match-data. (Bug#4555).
6081
57b0083a
GM
6082 * cedet/semantic/bovine/gcc.el
6083 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
6084 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
6085
a4d2c321
GM
6086 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
6087 rather than parsing it as a regexp. This relaxes the layout
6088 requirements and makes errors easier to detect.
6089 (check-declare-verify): Check file is regular.
6090 (check-declare-directory): Doc fix.
6091 * subr.el (declare-function): Doc fix.
6092
b15c31c7
GM
6093 * ibuffer.el (ibuffer-format-qualifier):
6094 * isearch.el (hi-lock-regexp-okay):
6095 * calc/calc.el (math-zerop):
6096 * mail/uce.el (rmail-msgbeg, rmail-msgend):
6097 * term/w32-win.el (setup-default-fontset, set-fontset-font):
6098 Remove unused declarations.
6099
0376249d
JB
61002009-10-01 Juanma Barranquero <lekktu@gmail.com>
6101
6102 * cedet/semantic/wisent/javat-wy.el
6103 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
6104
9a589407
JB
61052009-09-30 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * cedet/srecode/expandproto.el: Fix provide statement.
6108
722ff82f
CY
61092009-09-30 Eric Ludlam <zappo@gnu.org>
6110
cf885595 6111 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
6112
61132009-09-30 Sascha Wilde <wilde@sha-bang.de>
6114
6115 * cedet/ede/srecode.el: Fix provide statement.
6116
1fc28a2c
GM
61172009-09-30 Glenn Morris <rgm@gnu.org>
6118
8240628d 6119 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 6120 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
6121 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
6122 (ede-misc-source):
d16d4acd
GM
6123 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
6124 (semantic-mrub-switch-tags): Fix doc typos.
6125
40f9bf94
GM
6126 * cedet/semantic/db-global.el (data-debug-new-buffer)
6127 (data-debug-insert-thing): Remove unneeded declarations (one broken).
6128 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6129
494f4fc7
GM
6130 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6131
cf885595
SM
6132 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6133 use of CL function `remove-if-not'.
1fc28a2c
GM
6134
6135 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6136
494f4fc7
GM
6137 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6138 filename is not a string.
6139
561580e9
CY
61402009-09-29 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * files.el (safe-local-eval-forms): Fix typo.
6143
dcbbecd4
SM
61442009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * vc-hooks.el (vc-dir-buffers): New var.
6147 (vc-state-refresh): New function.
6148 (vc-state): Use it.
6149 (vc-after-save): Always ask the backend to recompute the new state.
6150 Always call vc-dir if necessary, using vc-dir-buffers.
6151 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6152 Use vc-dir-buffers.
6153 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6154 (vc-dir-prepare-status-buffer, vc-dir-update)
6155 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6156 Don't call expand-file-name on default-directory.
6157
d88444f2
JB
61582009-09-29 Juanma Barranquero <lekktu@gmail.com>
6159
6160 * speedbar.el (speedbar-item-delete):
6161 * calc/calc-prog.el (calc-kbd-if):
6162 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6163
6164 * epa.el (epa-key-list-mode-map):
6165 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6166
6167 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6168 (hs-show-hook): Fix typo in docstring.
6169
5da62d41
GM
61702009-09-29 Glenn Morris <rgm@gnu.org>
6171
d037e45a
GM
6172 * cedet/semantic/symref/idutils.el:
6173 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6174
ae715515
GM
6175 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6176
6177 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6178 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6179 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6180 Mark declarations not understood by check-declare.
6181
8360fce0
GM
6182 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6183 file-name-nondirectory call preventing location of cedet files.
6184 (check-declare-verify): Use literal search rather than re-search.
ae715515 6185 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
6186
6187 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6188 Use tramp-compat-file-attributes rather than nonexistent
6189 tramp-compat-handle-file-attributes.
6190
5da62d41
GM
6191 * Makefile.in (lisptagsfiles4): New.
6192 (AUTOGENEL): Add cedet loaddefs files.
6193 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6194 (update-elclist, compile-always, backup-compiled-files)
6195 (bootstrap-clean): Add yet another directory level.
6196 (update-elclist): Use LC_COLLATE rather than COLLATE.
6197 (ELCFILES): Update, via `make update-elclist'.
6198
48267264
JB
61992009-09-29 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6202 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6203 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6204
2c4cd0b0
AS
62052009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6206
6207 * Makefile.in (lisptagsfiles3): Define.
5da62d41 6208 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
6209 (update-elclist): Add third directory level to look for elc files.
6210 (compile-always): Likewise.
6211 (backup-compiled-files): Likewise.
6212 (bootstrap-clean): Likewise.
6213 (ELCFILES): Update.
6214
a2533e47
CY
62152009-09-28 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * Makefile.in (ELCFILES): Add CEDET files.
6218
b90caf50 62192009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 6220
b90caf50 6221 CEDET (development tools) package merged.
a2095e2e 6222
b90caf50
CY
6223 * cedet/*.el:
6224 * cedet/ede/*.el:
6225 * cedet/semantic/*.el:
6226 * cedet/srecode/*.el: New files.
a2095e2e 6227
eefbedb1
MA
62282009-09-28 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6231
6232 * net/tramp.el (top): Require tramp-imap.
6233
6234 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6235 Use `tramp-compat-handle-file-attributes'.
6236
62372009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6238
6239 * net/tramp-imap.el: New package.
6240
66635e2f 62412009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
6242
6243 * emacs-lisp/chart.el:
6244 * emacs-lisp/eieio-base.el:
6245 * emacs-lisp/eieio-comp.el:
6246 * emacs-lisp/eieio-custom.el:
e608e7be 6247 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
6248 * emacs-lisp/eieio-opt.el:
6249 * emacs-lisp/eieio-speedbar.el:
6250 * emacs-lisp/eieio.el: New files.
6251
666fd2cc
CY
6252 * cedet/cedet-cscope.el:
6253 * cedet/cedet-files.el:
6254 * cedet/cedet-global.el:
6255 * cedet/cedet-idutils.el:
6256 * cedet/data-debug.el:
6257 * cedet/inversion.el:
7b232be9 6258 * cedet/mode-local.el:
666fd2cc
CY
6259 * cedet/pulse.el: New files.
6260
748e3d67
VJL
62612009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6262
6263 * whitespace.el (whitespace-trailing-regexp)
6264 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6265 Fix doc string.
6266
15120dec
CY
62672009-09-27 Chong Yidong <cyd@stupidchicken.com>
6268
6269 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6270 menu.
6271
6272 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6273 menu-bar-ediff-menu.
6274
6275 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6276 define-overloadable-function.
6277
6278 * progmodes/autoconf.el: Provide autoconf as well, so that this
6279 file can be `require'd.
6280
6281 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6282
6283 * emacs-lisp/autoload.el (generated-autoload-feature)
6284 (generated-autoload-load-name): New vars.
6285 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6286 (make-autoload): Recognize define-overloadable-function and
6287 defclass forms (for EIEIO).
6288
6289 * Makefile.in (update-subdirs): Exclude cedet directory.
6290
135abf91
AR
62912009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6292
1becddbb 6293 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
6294
6295 * faces.el: Default light-background background for region face to
6296 ns_selection_color under NS.
6297
3d994264
TZ
62982009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6299
6300 * net/imap-hash.el: New library, see NEWS.
6301
6302 * Makefile.in (ELCFILES): Add imap-hash.el.
6303
ce9a0ccb
SM
63042009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6307 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6308 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6309 definition where the docstring could be taken for the return value.
6310
a92cdd49
GM
63112009-09-26 Glenn Morris <rgm@gnu.org>
6312
6313 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6314 Add option to only show images below a certain size.
6315 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6316 save-excursion calls.
6317
416ac2f1
EZ
63182009-09-26 Eli Zaretskii <eliz@gnu.org>
6319
6320 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6321 subdirectories) and eieio.
6322
d9a13f68
AM
63232009-09-26 Alan Mackenzie <acm@muc.de>
6324
9c3c9fdf 6325 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 6326 buggy bracketing. (Bug#4289)
d9a13f68
AM
6327
6328 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 6329 character constants (as case labels). (Bug#4289)
d9a13f68 6330
182b3bec
CY
63312009-09-25 Juri Linkov <juri@jurta.org>
6332
6333 * files.el (safe-local-eval-forms): Allow time-stamp in
6334 before-save-hook (Bug#4554).
6335
8f75f2da
JB
63362009-09-25 Drew Adams <drew.adams@oracle.com>
6337
6338 * menu-bar.el (list-buffers-directory): Doc fix.
6339
8390fb80
SM
63402009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6343 Try and avoid copying twice the same paragraph.
6344 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6345 Remove save-excursion.
6346 (log-edit-changelog-entry): Do it here instead.
6347
11ee8d90
JB
63482009-09-25 Juanma Barranquero <lekktu@gmail.com>
6349
027b1942
JB
6350 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6351 when available, instead of hardcoding mode names. Doc fix.
6352
11ee8d90
JB
6353 * menu-bar.el (list-buffers-directory): Add docstring.
6354 Make automatically buffer-local.
6355
6356 * dired.el (dired-mode):
6357 * files.el (cd-absolute):
6358 * pcvs.el (cvs-temp-buffer):
6359 * pcvs-util.el (cvs-get-buffer-create):
6360 * shell.el (shell-mode):
6361 * vc-dir.el (vc-dir-mode):
6362 Don't make `list-buffers-directory' buffer local.
6363
21289c5d
CY
63642009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6365
8390fb80
SM
6366 * comint.el (comint-exec, comint-run, make-comint):
6367 Doc fixes (Bug#4542).
21289c5d 6368
e8652dd9
GM
63692009-09-25 Glenn Morris <rgm@gnu.org>
6370
6371 * mail/rmailmm.el (rmail-mime): New custom group.
6372 Move all defcustoms in this file into this group.
6373 (rmail-mime-media-type-handlers-alist): Revert previous change.
6374 (rmail-mime-show-images): New option.
6375 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6376 references to it, since it wasn't actually used for anything.
6377 (rmail-mime-insert-image): New function.
6378 (rmail-mime-image): Use rmail-mime-insert-image.
6379 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
6380 obey the value of `rmail-mime-show-images' option. Print the size of
6381 attachments.
e8652dd9 6382
fb652bb5
JB
63832009-09-25 David Engster <deng@randomsample.de>
6384
6385 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6386
32a9841c
VJL
63872009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6388
6389 * whitespace.el: Does not highlight trailing spaces While point is
6390 at end of line. Does not highligt spaces at beginning of buffer
6391 while point is at beginning of buffer. Does not highlight spaces
6392 at end of buffer while point is at end of buffer. (Bug#4177)
6393 New version 12.0.
6394 (whitespace-display-mappings): Adjust initialization.
6395 (whitespace-point, whitespace-font-lock-refontify): New vars.
6396 (whitespace-color-on, whitespace-color-off): Adjust code.
6397 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6398 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6399 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6400
e477ca84
CY
64012009-09-24 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6404
6405 * textmodes/sgml-mode.el: Remove xml-mode alias.
6406
6407 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 6408 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 6409
68712602
AM
64102009-09-24 Alan Mackenzie <acm@muc.de>
6411
6412 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6413 c-forward-conditionals, but it doesn't move point and doesn't set
6414 the mark.
6415 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6416 (c-down-conditional-with-else, c-backward-conditional)
6417 (c-forward-conditional): Refactor to use c-scan-conditionals.
6418
1659ada0
JB
64192009-09-24 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6422 (help-default-arg-highlight): Remove.
6423 (help-highlight-arg): New function.
6424 (help-do-arg-highlight): Use it.
6425 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6426
b3f01e46
SM
64272009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6430 Undo last change, which didn't fix the problem and introduced others.
6431
107ef54a
NR
64322009-09-24 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * progmodes/gdb-mi.el: Don't require speedbar.
6435 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6436
ffa1fed6
GM
64372009-09-24 Glenn Morris <rgm@gnu.org>
6438
2157a2be
GM
6439 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6440
6125167c
GM
6441 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6442
ffa1fed6
GM
6443 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6444 there is no newline after the final mime boundary. (Bug#4539)
6445 Move markers on insertion so that any buttons inserted don't end up in
6446 the next part of a multipart message.
2e9075d3
GM
6447 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6448 (rmail-mime-bulk-handler): Optionally handle images.
6449 (rmail-mime-image): New button action.
6450 (rmail-mime-image-handler): New function.
6451 (rmail-mime-mode): New mode.
6452 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 6453
4a814992
SM
64542009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6455
075518b5
SM
6456 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6457 than just dropping elements from it (bug#4504).
6458
8ad2defc
SM
6459 * term.el (term-set-scroll-region): Don't move cursor any more.
6460 (term-handle-ansi-escape): Call term-goto here instead.
6461 Suggested by Ivan Kanis <apple@kanis.eu>.
6462
4a814992
SM
6463 * term.el: Require CL.
6464 (term-ansi-reset): New function.
6465 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6466 (term-handle-colors-array): Simplify.
6467
5a0c3f56
JB
64682009-09-24 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * allout.el (allout-overlay-interior-modification-handler)
6471 (allout-obtain-passphrase):
6472 * epa-file.el (epa-file-write-region):
6473 * ps-print.el (ps-begin-job):
6474 * vc-hooks.el (vc-toggle-read-only):
6475 * vc-rcs.el (vc-rcs-rollback):
6476 * vc-sccs.el (vc-sccs-rollback):
6477 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6478 (vc-version-diff, vc-revert, vc-rollback):
6479 * wdired.el (wdired-check-kill-buffer):
6480 * emacs-lisp/authors.el (authors):
6481 * net/socks.el (socks-open-connection):
6482 * net/zeroconf.el (zeroconf-service-add-hook):
6483 * obsolete/vc-mcvs.el (vc-mcvs-register):
6484 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6485 (gdb-select-frame):
6486 * progmodes/grep.el (lgrep, rgrep):
6487 * progmodes/idlw-help.el (idlwave-help-check-locations)
6488 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6489 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6490 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6491 (reftex-toc-rename-label): Fix typos in error messages.
6492
6493 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6494 (dired-copy-how-to-fn): Doc fix.
6495 (dired-files-attributes, dired-read-shell-command):
6496 Fix typos in docstrings.
6497
6498 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6499 (dired-x-find-file-other-window): Reflow docstrings.
6500 (dired-omit-marker-char, dired-read-shell-command)
6501 (dired-x-submit-report): Fix typos in docstrings.
6502
6503 * shell.el (shell-mode-hook):
6504 * view.el (View-scroll-line-forward):
6505 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6506 Fix typos in docstrings.
6507
6508 * net/dig.el (dig-invoke): Fix typo in docstring.
6509 (query-dig): Reflow docstring.
6510
6511 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6512 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6513 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6514 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6515 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6516 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6517 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6518 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6519 (idlwave-completion-map, idlwave-current-indent)
6520 (idlwave-custom-ampersand-surround, idlwave-customize)
6521 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6522 (idlwave-define-abbrev, idlwave-determine-class-special)
6523 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6524 (idlwave-end-block-reg, idlwave-end-of-statement)
6525 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6526 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6527 (idlwave-explicit-class-listed, idlwave-file-header)
6528 (idlwave-fill-paragraph, idlwave-find-class-definition)
6529 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6530 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6531 (idlwave-in-quote, idlwave-indent-action-table)
6532 (idlwave-indent-expand-table, idlwave-indent-line)
6533 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6534 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6535 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6536 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6537 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6538 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6539 (idlwave-outlawed-buffers, idlwave-popup-select)
6540 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6541 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6542 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6543 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6544 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6545 (idlwave-statement-type, idlwave-struct-skip)
6546 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6547 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6548 (idlwave-what-module-find-class): Fix typos in docstrings.
6549 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6550 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6551 (idlwave-find-module, idlwave-find-structure-definition)
6552 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6553 (idlwave-list-load-path-shadows, idlwave-next-statement)
6554 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6555 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6556 (idlwave-template): Reflow docstrings.
6557
6558 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6559 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6560 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6561 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6562 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6563 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6564 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6565 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6566 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6567 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6568 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6569 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6570 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6571 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6572 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6573 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6574 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6575 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6576 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6577 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6578 Fix typos in docstrings.
6579 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6580 (idlwave-shell-hide-output, idlwave-shell-mode)
6581 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6582 Reflow docstrings.
6583
6584 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6585
62136c5d
SM
65862009-09-24 Ivan Kanis <apple@kanis.eu>
6587
6588 * term.el (term-bold-attribute): New var.
6589 (term-handle-colors-array): Use it.
6590
9c1a45ed
NR
65912009-09-23 Nick Roberts <nickrob@snap.net.nz>
6592
6593 * progmodes/gdb-mi.el (gdb-version): New variable.
6594 (gdb-non-stop-handler): Set gdb-version.
6595 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6596 Condition "--thread" option on gdb-version.
6597 (gdb-invalidate-threads): Remove unused argument.
6598
03304f31
SM
65992009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6600
6601 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6602 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6603
4f02f0c9
GM
66042009-09-23 Glenn Morris <rgm@gnu.org>
6605
6606 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6607 replying to mail without References or Message-Id. (Bug#4525)
6608
a3b4b363
AR
66092009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6610
6611 * term/ns-win.el (ns-reg-to-script): New variable.
6612
7bda18cc
DU
66132009-09-23 Daiki Ueno <ueno@unixuser.org>
6614
6615 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6616
72169e55
SS
66172009-09-22 Sam Steingold <sds@gnu.org>
6618
6619 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
6620 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6621 to 1 because hg returns status 1 when nothing is found.
0aa4f295 6622 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 6623
905b7d38
SM
66242009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6625
b0459dec
SM
6626 * textmodes/fill.el: Convert to utf-8 encoding.
6627 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6628 pre-unicode days.
6629
905b7d38
SM
6630 * add-log.el (change-log-fill-forward-paragraph): New function.
6631 (change-log-mode): Use it so fill-region DTRT.
6632 Set fill-indent-according-to-mode here rather than in
6633 change-log-fill-paragraph.
6634 (change-log-fill-paragraph): Remove.
6635
baa7f3de
JB
66362009-09-22 Juanma Barranquero <lekktu@gmail.com>
6637
6638 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6639 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6640
a8d789f0
GM
66412009-09-22 Glenn Morris <rgm@gnu.org>
6642
daedbbc2
GM
6643 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6644 the scroll-bar scroll the calendar window rather than the buffer.
6645
d8899a74
GM
6646 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6647 commands that move point (as opposed to scrolling).
6648
a8d789f0
GM
6649 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6650
6651 * emacs-lisp/elint.el (elint): New custom group.
6652 (elint-log-buffer): Make it a defcustom.
6653 (elint-scan-preloaded, elint-ignored-warnings)
6654 (elint-directory-skip-re): New options.
6655 (elint-builtin-variables): Doc fix.
6656 (elint-preloaded-env): New variable.
6657 (elint-unknown-builtin-args): Add an entry for encode-time.
6658 (elint-extra-errors): Make it a variable rather than a constant.
6659 (elint-preloaded-skip-re): New constant.
6660 (elint-directory): Skip files matching elint-directory-skip-re.
6661 (elint-features): New variable, local to linted buffers.
6662 (elint-update-env): Initialize elint-features. Possibly add
6663 elint-preloaded-env to the buffer's environment.
6664 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6665 Skip quoted forms.
6666 (elint-init-form): New function, extracted from elint-init-env.
6667 Make non-list forms a warning rather than an error.
6668 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6669 easy-menu-define, put that adds an error-condition, and provide.
6670 When requiring cl, also require cl-macs. Really require cl, to handle
6671 some cl macros. Store required libraries in the list elint-features,
6672 so as not to re-load them. Treat cc-require like require.
6673 (elint-init-env): Call elint-init-form to do the work.
6674 Handle eval-and-compile and such like.
6675 (elint-add-required-env): Do not clear messages.
6676 (elint-special-forms): Add handlers for function, defalias, if, when,
6677 unless, and, or.
6678 (elint-form): Add optional argument to ignore elint-special-forms,
6679 useful to prevent recursive calls from handlers. Doc fix.
6680 Respect elint-ignored-warnings.
6681 (elint-form): Respect elint-ignored-warnings.
6682 (elint-bound-variable, elint-bound-function): New variables.
6683 (elint-unbound-variable): Respect elint-bound-variable.
6684 (elint-get-args): Respect elint-bound-function.
6685 (elint-check-cond-form): Add some simple handling for (f)boundp and
6686 featurep tests.
6687 (elint-check-defalias-form): New handler.
6688 (elint-check-let-form): Make an empty let a warning rather than an
6689 error.
6690 (elint-check-setq-form): Make an empty setq a warning rather than an
6691 error. Respect elint-ignored-warnings.
6692 (elint-check-defvar-form): Accept null doc-strings.
6693 (elint-check-conditional-form): New handler. Does some simple-minded
6694 checking of featurep and (f)boundp tests.
6695 (elint-put-function-args): New function.
6696 (elint-initialize): Use elint-scan-doc-file rather than
6697 elint-find-builtin-variables. Use elint-put-function-args.
6698 Possibly scan preloaded-file-list.
6699 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6700 extend to handle functions as well.
6701
245be23c
JB
67022009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6703
6704 * linum.el (linum-delete-overlays, linum-update-window):
6705 Do not modify the right margin. (Bug#3971)
6706
91fdbd6f
CY
67072009-09-21 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6710 nxml-mode instead of xml-mode.
6711
7589d38e
JB
67122009-09-21 Kevin Ryde <user42@zip.com.au>
6713
6714 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6715
5ac42715
SM
67162009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * net/dig.el (dig-mode): Use define-derived-mode.
6719
09c01323
DN
67202009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6721
4096c5f2
DN
6722 * vc-dispatcher.el (vc-do-command): Return the process object in
6723 the asynchronous case. Use when instead of if. Do not run
5480359e 6724 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 6725
0e172cc2
DN
6726 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6727 properties to the stash strings.
6728 (vc-git-stash-list): Return a list of strings.
6729 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6730 (vc-git-stash-show-at-point): New functions.
6731 (vc-git-stash-map): New keymap.
6732
03304f31
SM
6733 * register.el (ctl-x-r-map): Define the keys here instead of
6734 using autoload.
09c01323 6735
03304f31 67362009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
6737
6738 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6739 list, to workaround performance problem (bug#4485).
6740
2f5fc4d7
NR
67412009-09-20 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6744
b0f5fd2e
DU
67452009-09-20 Daiki Ueno <ueno@unixuser.org>
6746
6747 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6748 Document that this option is not recommended to use.
6749
f3445fab
GM
67502009-09-19 Glenn Morris <rgm@gnu.org>
6751
547c6921
GM
6752 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6753 variable `var'.
6754
f3445fab
GM
6755 * calc/calc-alg.el (var):
6756 * calc/calcalg2.el (var): Define for compiler.
6757
946c009b
CY
67582009-09-19 Chong Yidong <cyd@stupidchicken.com>
6759
e3f36d03
SM
6760 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6761 Doc fix (Bug#3932).
e2045997 6762
24aedbca
CY
6763 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6764
327dd27a
CY
6765 * time-stamp.el (time-stamp-month-dd-yyyy)
6766 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6767 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6768 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
6769 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6770 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 6771
946c009b
CY
6772 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6773 indent buffer only if called interactively (Bug#4452).
6774
3e70541a
JB
67752009-09-19 Juanma Barranquero <lekktu@gmail.com>
6776 Eli Zaretskii <eliz@gnu.org>
6777
6778 This fixes bug#4197 (merged to bug#865, though not identical).
6779 * server.el (server-auth-dir): Add docstring note about FAT32.
6780 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6781 but warn against using them.
6782
9b94c32e
NR
67832009-09-19 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6786 older GDB where there is no has_more field.
6787
66590684
GM
67882009-09-19 Glenn Morris <rgm@gnu.org>
6789
6790 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6791
9a1337f9
CY
67922009-09-18 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * files.el (auto-mode-alist): Change default for XML files to nXML
6795 mode (Bug#4169).
6796
d7554167
JB
67972009-09-18 Juanma Barranquero <lekktu@gmail.com>
6798
6799 * server.el (server-ensure-safe-dir): Pass 'integer
6800 to `file-attributes', as suggested.
6801
35a3f9a4
SM
68022009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6805 (dired-query): Use read-key.
6806
044f9b05
AR
68072009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6808
6809 * cus-start.el (ns-use-qd-smoothing): Remove.
6810
6188ea49
GM
68112009-09-18 Glenn Morris <rgm@gnu.org>
6812
08cf18e4
GM
6813 * allout.el (top-level): Remove unnecessary progn.
6814
07eae5c5
GM
6815 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6816
6726c25e
GM
6817 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6818 definition of abbrev table.
6819
3f527154 6820 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
6821 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6822 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
6823 * net/newst-backend.el (newsticker--cache-read-feed):
6824 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
6825 condition-case handlers.
6826
ccb4c30c
NR
68272009-09-18 Nick Roberts <nickrob@snap.net.nz>
6828
6829 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6830 (gdb-var-list): Add an element for has_more field.
6831 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6832 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6833 (gdb-var-update-handler-1): Parse output of dynamic variable
6834 objects (STL containers).
6835 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6836 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6837
6838 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6839 gdb-var-list.
6840 (gud-speedbar-buttons): Make node expandable if expression "has more"
6841 children.
6842
8686ac71
JB
68432009-09-17 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * startup.el (emacs-quick-startup): Remove variable and all uses.
6846 (command-line): Set `inhibit-x-resources' instead.
6847 (command-line-1): Use `inhibit-x-resources' instead.
6848
a69c67e8
CY
68492009-09-17 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * subr.el: Fix last change to avoid using the `unless' macro,
6852 which breaks bootstrapping.
6853
354f0faf
SM
68542009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6857 extended definitions, in case we reload subr.el after having
6858 loaded CL.
6859 (eval-next-after-load): Mark as obsolete.
6860
98b9bf40
JL
68612009-09-17 Juri Linkov <juri@jurta.org>
6862
6863 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6864 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6865 (menu-bar-showhide-menu, menu-bar-tools-menu)
6866 (menu-bar-describe-menu, menu-bar-help-menu)
6867 (minibuffer-local-completion-map, minibuffer-local-map):
6868 Fix list quoting.
6869
28fab7b5
GM
68702009-09-17 Glenn Morris <rgm@gnu.org>
6871
88d5190c
GM
6872 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6873 arguments, whether or not it has a handler.
6874
74f24ba7
GM
6875 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6876
28fab7b5
GM
6877 * simple.el (hard-newline): Give it a doc-string.
6878
a8106aec
GM
6879 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6880 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 6881
76251ad7
DN
68822009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6883
72033dbe
DN
6884 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6885 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6886 (menu-bar-options-menu, menu-bar-showhide-menu)
6887 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6888 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6889 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6890 (menu-bar-options-menu, menu-bar-tools-menu)
6891 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6892 (menu-bar-help-menu):
6893 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6894 string arguments.
6895
76251ad7
DN
6896 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6897 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6898 calls for the menu names and :help.
6899
97b952b7
SM
69002009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6903 to :minor-mode-function (bug#4455).
6904
8f38189e
SM
69052009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6906
d2fd733e
SM
6907 * startup.el (command-line): Initialize the window-system after
6908 processing the command-line.
6909
8f38189e
SM
6910 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6911 page-delimiter matches the empty string.
6912
77564fa4
GM
69132009-09-16 Glenn Morris <rgm@gnu.org>
6914
6915 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6916 byte-compile-not-obsolete-var. It's a list now.
6917 (byte-compile-not-obsolete-funcs): New variable.
6918 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6919 byte-compile-not-obsolete-funcs.
6920 (byte-compile-variable-ref, byte-compile-defvar): Update for
6921 byte-compile-not-obsolete-vars name-change and list nature.
6922 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6923 and variables behind (f)boundp tests.
6924 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6925
79d316d3
DN
69262009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6929
8fed6934
SM
69302009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6933 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6934 Don't autoload.
6935
4078fd57
SE
69362009-09-15 Stephen Eglen <stephen@gnu.org>
6937
6938 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 6939 the virtual-buffers, use the name of the buffer specified by
4078fd57 6940 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 6941 problem if the target and the symlink had different names.)
4078fd57 6942
838ff458
SM
69432009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6944
b3c7c12d
SM
6945 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6946
13dc2bc2
SM
6947 * desktop.el (desktop-path): Check user-emacs-directory.
6948
49fec531
SM
6949 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6950
0e328d37
SM
6951 * loadup.el: Use after-load-functions to GC after loading each file.
6952 Remove the explicit GC calls that used to be sprinkled around.
6953
838ff458
SM
6954 * subr.el (after-load-functions): New hook.
6955 (do-after-load-evaluation): Run it. Use string-match-p to detect
6956 `obsolete' packages, rather than painfully extracting the relevant
6957 directory name.
6958
a62f564f
GM
69592009-09-15 Glenn Morris <rgm@gnu.org>
6960
6961 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6962 free variable `doc'.
6963
6964 * dired.el (dired-mode-map): Add menu entry for async shell command.
6965
6966 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6967 variables, also consider the .elc files, since the .el files are
6968 normally gzipped (subsequent code locates the .el.gz from the .elc).
6969
6970 * calc/calc-prog.el (arglist): Define for compiler.
6971
6972 * calendar/diary-lib.el (diary-display-function): Change the default to
6973 fancy display.
6974 (body): Define for compiler.
6975
6976 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6977 (byte-compile-file-form, byte-compile-lambda)
6978 (byte-compile-top-level-body, byte-compile-form)
6979 (byte-compile-variable-ref, byte-compile-setq)
6980 (byte-compile-setq-default, byte-compile-body)
6981 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6982 (batch-byte-compile): Give some more local variables with common names
6983 a "bytecomp-" prefix to avoid masking warnings about free variables.
6984
cd05fe7f
GM
6985 * startup.el (command-line-1): Give local variables with common names a
6986 distinguishing prefix, so as not to hide free variable warnings during
6987 bootstrap.
6988
a62f564f
GM
6989 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6990 clever and add a suffix to make a unique name, just let the user decide
6991 whether or not to overwrite it. If the input is a directory, write the
6992 default filename to that directory. (Bug#4388)
6993 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6994 is a filename-as-a-directory.
6995
fbc88440
SM
69962009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * textmodes/page.el (what-page): Don't move to beginning of line.
6999 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
7000
60308853
DN
70012009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7002
7003 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
7004
32ba3abc
DN
70052009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7006
9cd39aff
DN
7007 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
7008 * help.el (help-for-help-internal): Add purecopy calls for text.
7009
32ba3abc
DN
7010 * vc.el (top): print-log method now takes an optional SHORTLOG
7011 argument. Add a new method: root.
32ba3abc
DN
7012 (vc-root-diff, vc-print-root-log): New functions.
7013 (vc-log-short-style): New variable.
7014 (vc-print-log-internal): Add support for showing short logs.
7015
7016 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
7017 vc-print-root-log and vc-print-root-diff.
7018
7019 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
7020 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
7021 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
7022 short logs.
7023
7024 * vc-cvs.el (vc-cvs-print-log):
7025 * vc-mtn.el (vc-mtn-print-log):
7026 * vc-rcs.el (vc-rcs-print-log):
7027 * vc-sccs.el (vc-sccs-print-log):
7028 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
7029 that is ignored for now.
7030
837b0e99
DN
7031 * vc-mtn.el (vc-mtn-annotate-command):
7032 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
7033
31cd2dd4
SM
70342009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
7037 to function-key-map, and give them ascii-character property.
7038 * term/x-win.el (x-alternatives-map):
7039 * term/ns-win.el (ns-alternatives-map):
7040 * term/internal.el (msdos-key-remapping-map):
7041 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
7042
d62e5bf2
GM
70432009-09-14 Glenn Morris <rgm@gnu.org>
7044
7045 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
7046 temp-buffers (2009-09-12).
7047
7d0105e5
SM
70482009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
7051 the new read-key function.
7052
e17ed9ad
CY
70532009-09-13 Chong Yidong <cyd@stupidchicken.com>
7054
7055 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
7056 is defined (Bug#4405).
7057
1fc26e29
CY
70582009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
7059
7060 * recentf.el (recentf-cleanup): Use a hash table to find
7061 duplicates (Bug#4407).
7062
61dc96a2 70632009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
7064
7065 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
7066 kp-0 to ascii equivalents (Bug#4325).
7067
42c3a9e3
CY
70682009-09-13 Chong Yidong <cyd@stupidchicken.com>
7069
1f5c1626
CY
7070 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
7071
42c3a9e3 7072 * eshell/em-hist.el:
31cd2dd4
SM
7073 * eshell/em-dirs.el (eshell-complete-user-reference):
7074 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
7075
70762009-09-13 Leo <sdl.web@gmail.com> (tiny change)
7077
7078 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
7079 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
7080 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
7081 * eshell/em-hist.el (eshell-history-file-name):
7082 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 7083
1e2b6acf
GM
70842009-09-13 Glenn Morris <rgm@gnu.org>
7085
7086 * ediff-merg.el (ediff-do-merge):
7087 * filesets.el (filesets-run-cmd):
7088 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
7089 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
7090 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
7091 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
7092 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
7093 Replace empty `let's with `progn'.
7094
adba8116
SM
70952009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * mail/sendmail.el (send-mail-function):
7098 * tooltip.el (tooltip-mode):
7099 * simple.el (transient-mark-mode):
7100 * rfn-eshadow.el (file-name-shadow-mode):
7101 * frame.el (blink-cursor-mode):
7102 * font-core.el (global-font-lock-mode):
7103 * files.el (temporary-file-directory)
7104 (small-temporary-file-directory, auto-save-file-name-transforms):
7105 * epa-hook.el (auto-encryption-mode):
7106 * composite.el (global-auto-composition-mode):
7107 Use custom-initialize-delay.
7108 * startup.el (command-line): Don't explicitly call
7109 custom-reevaluate-setting for all the above vars.
7110 * custom.el (custom-initialize-safe-set)
7111 (custom-initialize-safe-default): Delete.
7112
0a4afea9
SM
71132009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7114
9f94990d
SM
7115 * term/x-win.el (x-initialize-window-system):
7116 * term/w32-win.el (w32-initialize-window-system):
7117 * term/ns-win.el (ns-initialize-window-system): Don't call
7118 mouse-wheel-mode since it's enabled globally by default already.
7119
0a4afea9
SM
7120 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
7121 actually define the variable, but only silences the byte-compiler.
7122 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
7123 before looking it up.
7124 (mouse-wheel-scroll-amount): Also reset the bindings if this value
7125 is changed.
7126
bf01513f
GM
71272009-09-12 Glenn Morris <rgm@gnu.org>
7128
7129 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7130 1000.
7131 (elint-add-required-env): Don't beep on error.
7132 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
7133 (elint-init-env): Skip non-list forms.
7134 (elint-log): Handle unknown file positions.
bf01513f 7135
d85889e4
DU
71362009-09-12 Daiki Ueno <ueno@unixuser.org>
7137
7138 * epg.el (epg-make-context): Add autoload cookie.
7139 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7140 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7141 (epg-verify-string, epg-start-sign, epg-sign-file)
7142 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7143 (epg-encrypt-string, epg-start-export-keys)
7144 (epg-export-keys-to-file, epg-export-keys-to-string)
7145 (epg-start-import-keys, epg-import-keys-from-file)
7146 (epg-import-keys-from-string, epg-start-receive-keys)
7147 (epg-receive-keys, epg-import-keys-from-server)
7148 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7149 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
7150 (epg-generate-key-from-file, epg-generate-key-from-string):
7151 Remove autoload cookie.
d85889e4 7152
8f825ee6
EZ
71532009-09-12 Eli Zaretskii <eliz@gnu.org>
7154
36b434ee
EZ
7155 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7156 reevaluation of trash-directory.
7157
8f825ee6
EZ
7158 * mwheel.el: Fix last change.
7159 (mouse-wheel-mode): New defvar.
7160 (mouse-wheel-mode): Remove autoload cookie.
7161
5766c380
SM
71622009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7163
ab5c0fcd
SM
7164 * mwheel.el (mwheel-installed-bindings): New var.
7165 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7166 the bindings we set last time. Use custom-initialize-delay.
7167 * loadup.el: Load mwheel after term/*-win.el.
7168 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7169 and mouse-wheel-up-event now that their first evaluation is done
7170 sufficiently late to be correct.
7171
45448e64
SM
7172 * startup.el (tutorial-directory): Make it a defcustom.
7173 Use custom-initialize-delay rather than eval-at-startup to set it.
7174 * image.el (image-load-path): Make it a defcustom.
7175 Use custom-initialize-delay rather than eval-at-startup to set it.
7176 * subr.el (eval-at-startup): Remove.
7177 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7178
5766c380
SM
7179 * subr.el (do-after-load-evaluation): Warn the user after loading an
7180 obsolete package.
7181
d6549da4
GM
71822009-09-12 Glenn Morris <rgm@gnu.org>
7183
7184 * proced.el (proced-mark-alt): Remove alias.
7185 (proced-mode-map): Remove proced-mark-alt.
7186
7187 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7188 Elint file and directory. Remove initialization entry.
7189
7190 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7191 commands.
7192 (elint-current-buffer): Set mode-line-process.
7193 (elint-init-env): Handle define-derived-mode.
7194 Fix declare-function with unspecified arglist. Guard against odd
7195 defalias statements (eg iso-insert's 8859-1-map).
7196 (elint-add-required-env): Use a temp buffer.
7197 (elint-form): Just print the function/macro name, not the whole form.
7198 Return env unchanged if we fail to parse a macro.
7199 (elint-forms): Guard against parse errors.
7200 (elint-output): New function, to handle batch mode.
7201 (elint-log-message): Add optional argument. Use elint-output.
7202 (elint-set-mode-line): New function.
7203
30194d4d
CY
72042009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7205
7206 * emacs-lisp/elp.el (elp-not-profilable): Add more
7207 functions (Bug#4233).
7208
a035f9b0
CY
72092009-09-12 Chong Yidong <cyd@stupidchicken.com>
7210
7211 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7212 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7213
dad61164
NR
72142009-09-11 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7217 (gdb-var-list-children): Use json parsing.
7218
9c3c9fdf 72192009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
7220
7221 * progmodes/js.el (js--proper-indentation): Handle the case where
7222 char-before is null. Reported by Deniz Dogan.
7223
b4587710
JB
72242009-09-11 Juanma Barranquero <lekktu@gmail.com>
7225
7226 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7227
13890796
DU
72282009-09-11 Daiki Ueno <ueno@unixuser.org>
7229
7230 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7231 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 7232 (epg-context-set-passphrase-callback)
97d4bdba 7233 (epg-context-set-progress-callback): Add description about
b18508dd 7234 callback function.
13890796 7235
2efb64a8
SM
72362009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7237
790d0270
SM
7238 * custom.el (custom-delayed-init-variables): New var.
7239 (custom-initialize-delay): New function.
7240 * startup.el (command-line): "Re"evaluate all vars in
7241 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7242 explicitly any more.
7243 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7244 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7245
7246 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 7247
ac243a40
NR
72482009-09-11 Nick Roberts <nickrob@snap.net.nz>
7249
7250 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7251 (gdb-var-update-handler): Use json parsing.
7252
657bc6fc
JB
72532009-09-11 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7256 decode annotated text, regardless of language environment. (Bug#2741)
7257
b6fe8102
SM
72582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * Makefile.in (autoloads): Make rmail.el writable as well.
7261
5cc443fe
GM
72622009-09-11 Glenn Morris <rgm@gnu.org>
7263
5515c54e
GM
7264 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7265 loaddefs.el.
7266 * dired.el: Regenerate with extracted autoloads.
7267 * Makefile.in (autoloads): Make dired.el writable.
7268
15067158
GM
7269 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7270 * ibuffer.el: Regenerate with extracted autoloads.
7271 * Makefile.in (autoloads): Make ibuffer.el writable.
7272
d35d0238
GM
7273 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7274 * version.el (emacs-copyright, emacs-major-version)
7275 (emacs-minor-version): Reformat doc-strings for make-docfile.
7276
5cc443fe
GM
7277 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7278 functions and variables, since they must be stuff specific to some other
7279 platform.
7280 (apropos-print): Make mouse-click message less specific about button.
7281
7282 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7283 that records where a macro was defined.
7284 * help-fns.el (describe-function-1): Mention if a function has a
7285 compiler-macro.
7286 * help-mode.el (help-function-cmacro): New button.
7287
7288 * locate.el (top-level): Always require dired.
7289 (locate-mode-map): Initialize inside the defvar.
7290
7291 * net/ange-ftp.el (dired-compress-file): Declare.
7292 (ange-ftp-dired-compress-file): Add doc string.
7293
7294 * term/ns-win.el (x-display-name, x-setup-function-keys):
7295 Unify doc-strings with X versions.
7296
8cb95edf
SM
72972009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7298
726a4d09
SM
7299 * emulation/crisp.el (crisp-mode-map): Move initialization
7300 into declaration.
7301 (crisp-mode): Use define-minor-mode.
7302
8cb95edf
SM
7303 * progmodes/xscheme.el (xscheme-evaluation-commands):
7304 Put a :advertised-binding property rather than using
7305 advertised-xscheme-send-previous-expression.
7306 (advertised-xscheme-send-previous-expression): Declare obsolete.
7307 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7308 `advertised-undo'.
7309 (crisp-mode): Add corresponding bindings to
7310 undo's :advertised-binding instead.
7311 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7312 than using dired-advertised-find-file.
7313 (dired-advertised-find-file):
7314 * simple.el (advertised-undo):
7315 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7316 (widget-keymap): Put a :advertised-binding property rather
7317 than using advertised-widget-backward.
7318 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7319 than using advertised-undo.
7320 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7321
07db5857
SS
73222009-09-10 Simon South <ssouth@slowcomputing.org>
7323
7324 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7325 Mark mode is enabled and region is active; otherwise indent or
7326 insert TAB as usual.
7327 (delphi-mode): Update description of TAB-key binding.
7328
50d4ba39
SM
73292009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * subr.el (define-key-rebound-commands): Mark obsolete.
7332 * startup.el (precompute-menubar-bindings): Remove.
7333 (normal-top-level): Remove obsolete code that tried to precompute
7334 menubar bindings.
7335 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7336 define-key-rebound-commands and precompute-menubar-bindings.
7337
ffa894db
KY
73382009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7339
7340 * net/imap.el (imap-interactive-login): Better messages.
7341 (imap-open): Fix bug with renamed buffer on reconnect.
7342 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7343 for easier debugging and cleaner code. On successful (guessed based on
7344 server capabilities) secondary authentication, set imap-state
7345 correctly.
7346 (imap-last-authenticator): Define imap-last-authenticator as a variable
7347 to avoid warnings.
7348
9477096c
GM
73492009-09-10 Glenn Morris <rgm@gnu.org>
7350
7351 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7352
7353 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7354 (byte-compile-file-form-autoload): Don't warn about unknown functions
7355 where the autoload statement comes after the use.
7356 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7357 that any handlers inside the body (eg require) are in turn respected.
7358
7359 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7360 effects.
7361
7362 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7363 and syntax and abbrev tables basic docs, if they don't have any.
7364
7365 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7366
7367 * international/mule-cmds.el (top-level): Require cl when compiling.
7368 (view-hello-file): Use default-value rather than
7369 default-enable-multibyte-characters.
7370
7371 * progmodes/fortran.el: Move all safe and risky properties into the
7372 defcustoms.
7373
7374 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7375 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7376 * mail/undigest.el:
7377 Put autoloads in rmail.el rather than loaddefs.el.
7378 * mail/rmail.el: Regenerate with extracted autoloads.
7379
7380 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7381 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7382
9f16c547
NR
73832009-09-10 Nick Roberts <nickrob@snap.net.nz>
7384
7385 Reported in thread for Bug#4375.
7386 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7387 "-data-evaluate-expression" instead of print.
7388 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7389 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
7390 (gdb): Revert 2009-08-11 change. User should detach inferior
7391 manually.
9f16c547
NR
7392
7393 Remove the word "separate" from IO functions as inferior
7394 output is now never displayed in the GUD buffer.
7395
50405cd0
JB
73962009-09-10 Juanma Barranquero <lekktu@gmail.com>
7397
7398 * startup.el (command-line-normalize-file-name): On Windows and
7399 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7400
7ae62430
JL
74012009-09-10 Juri Linkov <juri@jurta.org>
7402
7403 * isearch.el (isearch-text-char-description): Propertize escape
7404 character sequences with the `escape-glyph' face. (Bug#4344)
7405
7406 * simple.el (shell-command): Set asynchronous process filter to
7407 `comint-output-filter'. (Bug#4343)
7408
7409 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7410 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7411 the list. Move "asm" to the bottom.
7412 (grep-find-ignored-directories): Add `choice' with nil value
7413 to empty the list easily.
7414 (grep-find-ignored-files): New option.
7415 (grep-files-history): Set to nil by default instead of '("ch" "el").
7416 (grep-compute-defaults): Add "<X>" to `grep-template'.
7417 (grep-read-files): Bind new local variables `default-alias' and
7418 `default-extension'. Use a list of default values for the file prompt.
7419 (lgrep): Add `--exclude=' command line options composed from
7420 `grep-find-ignored-files'.
7421 (rgrep): Add `-name' command line options composed from
7422 `grep-find-ignored-files'. (Bug#4301)
7423
cd875252
SM
74242009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7427 (bug#4368).
7428
cdce0b33
KY
74292009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7430
7431 * calendar/time-date.el (autoload):
7432 Expand define-obsolete-function-alias into defalias and make-obsolete
7433 for old Emacsen that Gnus supports.
7434 (with-no-warnings): Define it for old Emacsen.
7435 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7436 is available.
7437 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7438 float-time is available; suppress compile warning for time-to-seconds.
7439
74402009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7441
7442 * net/imap.el (imap-message-map): Docstring fix.
7443
2b2eb431
GM
74442009-09-09 Glenn Morris <rgm@gnu.org>
7445
7446 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7447 line numbers too. (Bug#4374)
7448
83a5aac5
SM
74492009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7450
755e0210
SM
7451 * smerge-mode.el (smerge-remove-props, smerge-refine):
7452 Use with-silent-modifications (bug#4342).
7453
83a5aac5
SM
7454 * subr.el (with-silent-modifications): New macro.
7455
79f01fa7
JB
74562009-09-07 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * files.el (top-level): Require `cl' when compiling.
7459
448ecec3
GM
74602009-09-07 Glenn Morris <rgm@gnu.org>
7461
7462 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7463
8f09a02f
GM
7464 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7465 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7466
76ff67bf
NR
74672009-09-06 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * vc-git.el (vc-git-annotate-command): Use separator to parse
7470 arguments correctly.
7471
943c8b75
EZ
74722009-09-06 Eli Zaretskii <eliz@gnu.org>
7473
7474 * proced.el (proced-mode): Doc fix.
7475
680db9ac
MA
74762009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7477
7478 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7479 lstat fails.
7480 (tramp-do-file-attributes-with-ls): Check for file existence at
7481 remote end.
7482 (tramp-do-file-attributes-with-stat): Likewise.
7483 (tramp-convert-file-attributes): Return nil when attr is nil.
7484
3f12e5bd
GM
74852009-09-05 Glenn Morris <rgm@gnu.org>
7486
c8dc27bf
GM
7487 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7488 properties to this button.
7489 (diary-fancy-display): Don't extend the button to the final newline.
7490 (diary-fancy-display-mode): Continue to define "q" as a local key.
7491
cca065d8
GM
7492 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7493 efficient.
7494
cddaedb6
GM
7495 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7496
3f12e5bd
GM
7497 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7498 (byte-compile-dest-file-function): New option.
7499 (byte-compile-dest-file): Doc fix.
7500 Obey byte-compile-dest-file-function.
7501 (byte-compile-cl-file-p): New function.
7502 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7503 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7504 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7505 than for file being previously loaded.
7506 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7507 (byte-compile-file-form-require): Handle the case where requiring a file
7508 indirectly causes CL to be loaded.
7509
049a231b
KF
75102009-09-05 Karl Fogel <kfogel@red-bean.com>
7511
7512 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7513 before killing the old buffer, since by the time `kill-buffer' is
7514 run so many buffer variables have been set to nil that it may not
7515 behave as expected. (Bug#4061)
7516
ef7ef2a0
KF
75172009-09-05 Karl Fogel <kfogel@red-bean.com>
7518
7519 * files.el (find-alternate-file): If the old buffer is modified
7520 and visiting a file, behave similarly to `kill-buffer' when
7521 killing it, thus reverting to the pre-1.878 behavior; see
7522 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7523 for discussion. Also, consult `buffer-file-name' as a variable
7524 not as a function, for consistency with the rest of the code.
7525
73d854cd
MA
75262009-09-04 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7529 also when adding a new directory.
7530
7531 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7532 defun.
7533
df120481
SM
75342009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * files.el (locate-file-completion-table): Make it provide boundary
7537 information, so partial-completion works better.
7538
c0bc6d79
SM
75392009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7540
7541 * mail/footnote.el (Footnote-text-under-cursor):
7542 Check footnote-text-marker-alist before using it (bug#4324).
7543
f76a9756
GM
75442009-09-04 Glenn Morris <rgm@gnu.org>
7545
67d110f1
GM
7546 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7547 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7548 * play/solitaire.el, play/tetris.el:
7549 Remove leading * from defcustom and defface docs.
7550
b42d4989
GM
7551 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7552 necessary.
7553 (diary-fancy-overriding-map): New variable.
7554 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7555 Use view-mode.
7556
f76a9756
GM
7557 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7558 goto-line.
7559
e605eeeb
GM
75602009-09-03 Glenn Morris <rgm@gnu.org>
7561
597e2240
GM
7562 * arc-mode.el (archive-mode):
7563 * dos-fns.el (set-default-process-coding-system):
7564 * man.el (Man-getpage-in-background):
7565 * menu-bar.el (menu-bar-describe-menu):
7566 * server.el (server-process-filter):
7567 * startup.el (command-line):
7568 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7569 * w32-fns.el (set-default-process-coding-system):
7570 * x-dnd.el (x-dnd-handle-file-name):
7571 * international/mule-cmds.el (mule-menu-keymap)
7572 (set-default-coding-systems, language-info-alist, set-language-info)
7573 (set-language-environment, standard-display-european-internal)
7574 (set-locale-environment):
7575 * international/mule-diag.el (mule-diag):
7576 * mail/emacsbug.el (report-emacs-bug):
7577 * mail/rmail.el (rmail-mode):
7578 * mail/sendmail.el (mail-setup):
7579 Use default-value rather than default-enable-multibyte-characters.
7580
f38184aa
GM
7581 * progmodes/f90.el: Move all safe properties into the defcustoms.
7582 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7583
e605eeeb
GM
7584 * calendar/appt.el (appt-check):
7585 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7586 (diary-check-diary-file, diary-list-entries)
7587 (diary-include-other-diary-files, diary-simple-display)
7588 (diary-fancy-display, diary-print-entries)
7589 (diary-mark-included-diary-files, diary-make-entry):
7590 Don't call substitute-in-file-name on diary-file.
7591
734db384
SM
75922009-09-03 Eduard Wiebe <usenet@pusto.de>
7593 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7596 (footnote-mode-map): Move initialization into the declaration.
7597 (footnote-minor-mode-map): Define it rather than changing global-map.
7598 (footnote-mode): Use define-minor-mode.
7599
e5aa47f9
MA
76002009-09-02 Michael Albinus <michael.albinus@gmx.de>
7601
7602 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7603 (tramp-do-file-attributes-with-perl)
7604 (tramp-do-file-attributes-with-stat): Rename from
7605 `tramp-handle-file-attributes-with-*'.
7606 (tramp-handle-file-attributes): Use them.
7607 (tramp-do-directory-files-and-attributes-with-perl)
7608 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7609 `tramp-handle-directory-files-and-attributes-with-*'.
7610 (tramp-handle-directory-files-and-attributes): Use them.
7611 (tramp-method-out-of-band-p): Additional parameter SIZE.
7612 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7613 (tramp-handle-write-region): Use it.
734db384 7614 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
7615 (tramp-handle-vc-registered): Check, whether the first run did
7616 return files to be tested.
7617 (tramp-advice-make-auto-save-file-name): Do not call directly
7618 `tramp-handle-make-auto-save-file-name', because this would bypass
7619 the locking mechanism.
7620
734db384 7621 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
7622 (file-remote-p, process-file, start-file-process, set-file-times)
7623 (tramp-compat-file-attributes): Compatibility functions shall not
7624 call directly `tramp-handle-*', because this would bypass the
7625 locking mechanism.
7626 (tramp-compat-number-sequence): New defun.
7627
6e2ca895
GM
76282009-09-02 Glenn Morris <rgm@gnu.org>
7629
697c7714
GM
7630 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7631 alias for float-time.
7632 (time-to-number-of-days): In Emacs, use float-time.
7633 * net/newst-backend.el (time-add): Suppress warnings from compat
7634 function.
7635 * time.el (emacs-uptime, emacs-init-time):
7636 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7637 Use float-time rather than time-to-seconds.
7638
6e2ca895
GM
7639 * minibuffer.el (completion-initials-expand): Fix typo.
7640
7641 * faces.el (modeline, modeline-inactive, modeline-highlight)
7642 (modeline-buffer-id):
7643 * info.el (info-menu-5): Mark these face aliases as obsolete.
7644
ed17efec
NR
76452009-09-01 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7648 space ...
7649 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7650 no "--thread" option.
7651 (gdb-stopped): Don't print "Switched to thread" message when it is
7652 unchanged.
7653
fcb68f70
SM
76542009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * minibuffer.el (completion-try-completion)
7657 (completion-all-completions): Remove ill-defined (and
7658 mistakenly installed and luckily never used nor documented)
7659 `completion-styles' property.
7660 (completion-initials-expand, completion-initials-all-completions)
7661 (completion-initials-try-completion): New functions.
7662 (completion-styles-alist): Add doc to each entry.
7663 Add new `initials' entry.
7664
83318a6d
NR
76652009-09-01 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7668 MI command -var-evaluate-expression.
7669 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7670 and tweak for case of string child.
734db384 7671 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 7672
d63eb0e7
GM
76732009-09-01 Glenn Morris <rgm@gnu.org>
7674
c4f6e489
GM
7675 * add-log.el (change-log-date-face, change-log-name-face)
7676 (change-log-email-face, change-log-file-face, change-log-list-face)
7677 (change-log-conditionals-face, change-log-function-face)
7678 (change-log-acknowledgement-face):
7679 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7680 (custom-modified-face, custom-set-face, custom-changed-face)
7681 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7682 (custom-documentation-face, custom-state-face, custom-comment-face)
7683 (custom-comment-tag-face, custom-variable-tag-face)
7684 (custom-variable-button-face, custom-face-tag-face)
7685 (custom-group-tag-face-1, custom-group-tag-face):
7686 * diff-mode.el (diff-header-face, diff-file-header-face)
7687 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7688 (diff-added-face, diff-changed-face, diff-function-face)
7689 (diff-context-face, diff-nonexistent-face):
7690 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7691 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7692 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7693 (Info-title-4-face):
7694 * isearch.el (isearch-lazy-highlight-face):
7695 * log-view.el (log-view-file-face, log-view-message-face):
7696 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7697 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7698 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7699 (cvs-msg-face):
7700 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7701 (smerge-base-face, smerge-markers-face):
7702 * wid-edit.el (widget-documentation-face, widget-button-face)
7703 (widget-field-face, widget-single-line-field-face)
7704 (widget-inactive-face, widget-button-pressed-face):
7705 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7706 (woman-addition-face):
2fb1ec93
GM
7707 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7708 (eshell-ls-executable-face, eshell-ls-readonly-face)
7709 (eshell-ls-unreadable-face, eshell-ls-special-face)
7710 (eshell-ls-missing-face, eshell-ls-archive-face)
7711 (eshell-ls-backup-face, eshell-ls-product-face)
7712 (eshell-ls-clutter-face):
7713 * eshell/em-prompt.el (eshell-prompt-face):
7714 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 7715 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
7716 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7717 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7718 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7719 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7720 (antlr-font-lock-literal-face):
c4f6e489
GM
7721 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7722 (ebrowse-root-class-face, ebrowse-file-name-face)
7723 (ebrowse-default-face, ebrowse-member-attribute-face)
7724 (ebrowse-member-class-face, ebrowse-progress-face):
7725 * progmodes/make-mode.el (makefile-space-face):
7726 * progmodes/sh-script.el (sh-heredoc-face):
7727 * textmodes/flyspell.el (flyspell-incorrect-face)
7728 (flyspell-duplicate-face):
7729 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 7730 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
7731 Mark face aliases with "-face" suffix as obsolete.
7732
d80619fa
GM
7733 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7734 compiler.
7735
5f68c1b7
GM
7736 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7737 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7738 easy-menu-define wants to modify these.
7739
7740 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7741
7742 * net/browse-url.el (browse-url-file-url):
7743 * term/internal.el (dos-codepage-setup):
7744 Use default-value rather than default-enable-multibyte-characters.
7745
d80619fa 7746 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
7747 * progmodes/flymake.el (flymake-highlight-line)
7748 (flymake-goto-file-and-line, flymake-goto-line):
7749 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7750 (gdb-goto-breakpoint):
7751 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7752 * progmodes/python.el (python-find-function)
7753 (python-pdbtrack-track-stack-file):
7754 * progmodes/verilog-mode.el (verilog-surelint-off):
7755 * term/ns-win.el (ns-open-file-select-line):
7756 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7757 Use forward-line rather than goto-line.
7758
d63eb0e7
GM
7759 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7760 * textmodes/reftex-index.el (reftex-display-index):
7761 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7762 * textmodes/reftex-toc.el (reftex-toc):
7763 Remove unnecessary bindings of default-major-mode (all are followed by
7764 major-mode check and possible mode switch).
7765
0afad278
NR
77662009-08-31 Nick Roberts <nickrob@snap.net.nz>
7767
7768 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7769 Handle watchpoints (bug#4282).
7770 (def-gdb-thread-buffer-command): Enable thread to be selected by
7771 clicking without selecting threads buffer first.
7772 (gdb-current-context-command): Use selected frame so that "up",
7773 "down" etc work in the GUD buffer.
7774 (gdb-update): Find selected frame before rendering stack buffer.
7775 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7776
4e135dd2
SM
77772009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * progmodes/sym-comp.el (displayed-completions): Remove.
7780 (symbol-complete): Use minibuffer-complete.
7781
e61eba34
GM
77822009-08-31 Glenn Morris <rgm@gnu.org>
7783
7784 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7785
734db384
SM
7786 * apropos.el (apropos-symbols-internal):
7787 Handle (obsolete) face aliases.
e61eba34
GM
7788
7789 * faces.el (describe-face): Adjust the output format to be more like
7790 describe-variable, and to mention (obsolete) face aliases.
7791 Adjust the whitespace so that help-setup-xref works.
7792
7793 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7794 * calendar/diary-lib.el (diary-button-face):
7795 Mark these face aliases as obsolete.
7796
7797 * calendar/calendar.el (calendar-today): Doc fix.
7798
4cf71456
NR
77992009-08-31 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * progmodes/gdb-mi.el (gdb-control-all-threads)
7802 (gdb-control-current-thread): Force tool bar update.
7803 (gdb-non-stop-handler): New function.
7804 (gdb-init-1): Use it to test if non-stop mode is supported.
7805 Remove unused gdbmi buffer type.
7806
e61eba34 78072009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
7808
7809 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 7810 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 7811
4324f7ca
NR
78122009-08-30 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * comint.el (comint-exec-1): Check command is non-null first.
7815 Part of gdb-mi.el change (2009-08-28).
7816
a1bf889a
SM
78172009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7820
060c08b5
JB
78212009-08-30 Juanma Barranquero <lekktu@gmail.com>
7822
7823 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7824 instead of `dolist' to avoid a recursive require when bootstrapping.
7825
ab22be48
SM
78262009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7827
73ebf88f
SM
7828 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7829
80629cfc
SM
7830 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7831
206d0387 7832 * net/imap.el (imap-send-command): Simplify.
734db384 7833 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 7834
844f7784
SM
7835 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7836
5ca4661e
SM
7837 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7838 with constant argument.
7839
c61dc887
SM
7840 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7841
7eb73deb
SM
7842 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7843
5fe443de
SM
7844 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7845 Change default, since most of our files don't have a history.
7846 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7847 the user.
7848
6444d64a
SM
7849 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7850 Add comint-run.
7851
5cb16bfc
SM
7852 * calc/calc.el: Improve commenting convention.
7853 (calc-digit-map, toplevel): Simplify.
7854
0aeb71a7
SM
7855 * comint.el (comint-insert-input): Be careful to only set point if we
7856 don't delegate to some other command.
7857
9a9af856
SM
7858 * proced.el (proced-signal-list): Make it an alist.
7859 (proced-grammar-alist): Capitalize names.
7860 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7861 Disable undo manually and make it read-only.
7862 Use completion-annotate-function.
7863
ab22be48
SM
7864 * minibuffer.el (minibuffer-message): If the current buffer is not
7865 a minibuffer, insert the message in the echo area rather than at the
7866 end of the buffer.
7867 (completion-annotate-function): New variable.
7868 (minibuffer-completion-help): Use it.
7869 (completion--embedded-envvar-table): Environment vars are
7870 always case-sensitive.
7871
4a948dbf
GM
78722009-08-30 Glenn Morris <rgm@gnu.org>
7873
7874 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7875 from fortran-current-defun.
7876 (fortran-beginning-of-subprogram): Be more precise about finding the
7877 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7878 (fortran-end-of-subprogram): Simplify.
7879 (fortran-current-defun): Use fortran-start-prog-re.
7880
486cf3b8
JB
78812009-08-29 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * subr.el (do-after-load-evaluation): Simplify.
7884
db167d28
DN
78852009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7886
7887 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7888
7889 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7890 (vc-rcs-print-log): Use it.
7891
7892 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7893
efbc652a
SM
78942009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7895
2aa0e5bf
SM
7896 * paths.el (abbrev-file-name): Move to abbrev.el.
7897 * abbrev.el (abbrev-file-name): Move from paths.el.
7898 Obey user-emacs-directory.
7899 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7900 user-emacs-directory.
7901 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7902 abbrev-file-name and calc-settings-file any more.
7903 * startup.el (command-line): Recompute abbrev-file-name and
7904 abbreviated-home-dir.
7905 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7906 of the special code for when C-h bindings haven't been changed.
7907 (display-startup-echo-area-message): Use with-current-buffer.
7908 (command-line-1): Use a list of strings, rather than a list of lists
7909 of strings for longopts.
7910
51da8fe2
SM
7911 * files.el (get-free-disk-space): Use / for default-directory.
7912
0c3cc4dd
SM
7913 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7914 Use with-current-buffer.
7915
d988dbf6
SM
7916 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7917 Recognize immutable variables like most-positive-fixnum.
7918 (byte-compile-setq-default): Check and warn if trying to assign
7919 to an immutable variable, or a non-variable.
7920
efbc652a
SM
7921 * progmodes/cc-vars.el (c-comment-continuation-stars):
7922 * progmodes/cc-engine.el (c-looking-at-bos):
7923 * progmodes/cc-cmds.el (c-toggle-auto-state)
7924 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7925 (c-comment-line-break-function): Add version of obsolescence.
7926
d30a05d1
JL
79272009-08-28 Juri Linkov <juri@jurta.org>
7928
7929 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7930 associated with `archive-mode'.
7931
7932 * image.el (image-type-header-regexps): Use only JPEG magic number
7933 to determine JPEG images, and don't use `image-jpeg-p' because
7934 Emacs can display non-JFIF non-Exif JPEG images.
7935
1e8eecea
JB
79362009-08-28 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * arc-mode.el (archive-mode):
7939 * emacs-lisp/re-builder.el (re-builder-unload-function):
7940 Protect against the default value of `major-mode' being nil.
7941
dd4fbf56
JB
79422009-08-28 Juanma Barranquero <lekktu@gmail.com>
7943
7944 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7945 Fix typos in docstrings.
7946
7947 * progmodes/js.el (js--macro-decl-re): Doc fix.
7948 (js--plain-method-re, js--split-name): Refloc docstring.
7949 (js--class-styles, js--make-merged-item, js--splice-into-items):
7950 Fix typos in docstrings; reflow docstrings.
7951 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7952 (js--variable-decl-matcher, js--inside-pitem-p)
7953 (js--parse-state-at-point, js--get-all-known-symbols)
7954 (js--symbol-history, js-find-symbol, js--js-references)
7955 (js--moz-interactor, js--js-encode-value, js--read-tab):
7956 Fix typos in docstrings.
7957
72f16325
SM
79582009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7959
14acf2f5
SM
7960 * textmodes/reftex.el (reftex-get-file-buffer-force):
7961 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7962 * emulation/viper.el (viper-go-away, viper-set-hooks):
7963 * emacs-lisp/re-builder.el (re-builder-unload-function):
7964 * emacs-lisp/bytecomp.el (byte-compile-file):
7965 * ses.el (ses-unload-function):
7966 * hexl.el (hexl-find-file):
7967 * files.el (normal-mode):
7968 * ehelp.el (with-electric-help):
7969 * autoinsert.el (auto-insert-alist):
7970 * arc-mode.el (archive-mode):
7971 Use (default-value 'major-mode) instead of default-major-mode.
7972
72f16325
SM
7973 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7974 * international/mule.el (load-with-code-conversion):
7975 * emacs-lisp/debug.el (debug):
7976 * ediff-vers.el (ediff-rcs-get-output-buffer):
7977 * dired.el (dired-internal-noselect): Don't let-bind
7978 default-major-mode around code that doesn't use it.
7979 E.g. buffer creation via get-buffer-create doesn't use it.
7980
aa485f7c
MA
79812009-08-28 Michael Albinus <michael.albinus@gmx.de>
7982
7983 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7984 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7985 when writing the temp file. Otherwise, epa-file gets confused.
7986 (tramp-register-file-name-handlers): Make it a defun. Move also
7987 `epa-file-handler' to the front of `file-name-handler-alist'.
7988
79892009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7992 start right after a ^M.
7993 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7994 (tramp-completion-file-name-regexp-separate)
7995 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
7996 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7997 Don't modify last-coding-system-used by accident.
aa485f7c
MA
7998 (tramp-completion-file-name-handler): Apply the checks here,
7999 instead during registration.
8000 (tramp-register-file-name-handlers) Renamed from
8001 `tramp-register-file-name-handler'. Register both
8002 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 8003 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 8004
3f0c2b92
NR
80052009-08-28 Nick Roberts <nickrob@snap.net.nz>
8006
72f16325
SM
8007 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
8008 Remove variable ...
3f0c2b92
NR
8009 (gdb-init-1, gdb-display-separate-io-buffer)
8010 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
8011 references to it.
8012 (gdb-inferior-io-mode): Use make-comint-in-buffer.
8013 (gdb-inferior-filter): Use comint-output-filter to stop
8014 echoing and remove ^M characters.
8015
705e5bd9
SM
80162009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8017
009fdc2e
SM
8018 * emulation/viper-init.el (viper-restore-cursor-type):
8019 * emulation/cua-base.el (cua--update-indications):
8020 Replace default-cursor-type with (default-value 'cursor-type).
8021
b56a5ae0
SM
8022 * mail/sendmail.el (mail-recover-1):
8023 * international/mule-diag.el (describe-current-coding-system-briefly)
8024 (describe-current-coding-system):
8025 * international/mule-cmds.el (select-safe-coding-system)
8026 (select-message-coding-system)
8027 (set-language-environment-coding-systems, set-locale-environment):
8028 * hexl.el (hexl-insert-multibyte-char):
8029 * dos-w32.el (find-buffer-file-type-coding-system):
8030 * simple.el (what-cursor-position):
8031 Replace uses of default-buffer-file-coding-system
8032 with (default-value 'buffer-file-coding-system).
8033
de70529f
SM
8034 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
8035 Replace uses of default-cursor-in-non-selected-windows
8036 with (default-value 'cursor-in-non-selected-windows).
8037 Use with-current-buffer.
8038
705e5bd9
SM
8039 * mail/feedmail.el: Use CL macros.
8040 (feedmail-run-the-queue, feedmail-send-it-immediately):
8041 * dos-w32.el (find-buffer-file-type): Replace uses of
8042 default-buffer-file-type with (default-value 'buffer-file-type).
8043
4d985ac2
GM
80442009-08-28 Glenn Morris <rgm@gnu.org>
8045
8046 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
8047 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
8048 Use default-value of major-mode rather than default-major-mode.
8049
17c15b81
SM
80502009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8051
3a68ab06
SM
8052 * Makefile.in (update-elcfiles): Report left over elc files.
8053
9421bdd1
SM
8054 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
8055 expand-file-name and with-current-buffer.
8056 (mail-get-names, mail-directory): Use with-current-buffer.
8057
17c15b81
SM
8058 * vc.el (vc-read-revision): New function.
8059 (vc-version-diff, vc-merge): Use it.
8060
ba83a64e
SS
80612009-08-27 Sam Steingold <sds@gnu.org>
8062
8063 * simple.el (kill-do-not-save-duplicates): New user option.
8064 (kill-new): When it is non-nil, and the new string is the same as
8065 the latest kill, set replace to t to avoid duplicates in kill-ring.
8066
be3e598a 80672009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
8068
8069 * net/tramp.el (tramp-handle-process-file): Do not flush all
8070 caches when `process-file-side-effects' is set.
8071 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
8072 instead of `tramp-find-file-exists-command'.
8073 Unset `process-file-side-effects'.
d5b5c94a
MA
8074
80752009-08-27 Michael Albinus <michael.albinus@gmx.de>
8076
8077 * net/tramp.el (tramp-methods): New method "rsyncc".
8078 (top): Add completion function for "rsyncc".
8079 (tramp-message-show-message): New defvar.
8080 (tramp-message, tramp-error): Use it.
8081 (tramp-do-copy-or-rename-file-directly): Extend check for direct
8082 remote copying.
8083 (tramp-do-copy-or-rename-file-out-of-band): Handle new
8084 `tramp-methods' entry `copy-env' of "rsyncc".
8085 (tramp-vc-registered-read-file-names): New defconst.
8086 (tramp-vc-registered-file-names): New defvar.
8087 (tramp-handle-vc-registered): Implement optimization strategy.
8088 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
8089 (tramp-vc-file-name-handler): New defun.
8090 (tramp-get-ls-command, tramp-get-test-command)
8091 (tramp-get-file-exists-command, tramp-get-remote-ln)
8092 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 8093 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
8094
8095 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
8096 (tramp-cache-inhibit-cache): Extend doc string. It allows also
8097 timestamps.
8098 (tramp-get-file-property): Check for timestamps in
8099 `tramp-cache-inhibit-cache'.
8100 (tramp-set-file-property): Write timestamp.
8101
1339cf20
KH
81022009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8103
8104 * language/japan-util.el (japanese-symbol-table): Add entries for
8105 cp932-2-byte.
8106
8107 * international/characters.el: Add category `j' to cp932-2-byte.
8108
726e3f1d
KH
81092009-08-27 Kenichi Handa <handa@m17n.org>
8110
8111 * international/fontset.el (build-default-fontset-data): New macro.
8112 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 8113 tibetan, ethiopic, and ipa.
726e3f1d 8114
4e3b4528
SM
81152009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * cus-start.el (default-major-mode): Customize `major-mode' instead.
8118 (enable-multibyte-characters): Not customizable any more.
8119
8120 * subr.el (default-mode-line-format, default-header-line-format)
8121 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
8122 (default-direction-reversed, default-truncate-lines)
8123 (default-left-margin, default-tab-width, default-case-fold-search)
8124 (default-left-margin-width, default-right-margin-width)
8125 (default-left-fringe-width, default-right-fringe-width)
8126 (default-fringes-outside-margins, default-scroll-bar-width)
8127 (default-vertical-scroll-bar, default-indicate-empty-lines)
8128 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8129 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8130 (default-scroll-down-aggressively, default-fill-column)
8131 (default-cursor-type, default-buffer-file-type)
8132 (default-cursor-in-non-selected-windows)
8133 (default-buffer-file-coding-system, default-major-mode)
8134 (default-enable-multibyte-characters): Mark as obsolete.
8135
b3cca6a6
DN
81362009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8137
652cc1a2
DN
8138 * vc-dir.el (vc-dir-update): Remove debug helper.
8139
b3cca6a6
DN
8140 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8141
4ed8c7aa
SS
81422009-08-26 Sam Steingold <sds@gnu.org>
8143
8144 * simple.el (save-interprogram-paste-before-kill): New user option.
8145 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8146 save the interprogram-paste into kill-ring before overriding it
8147 with the Emacs kill.
8148
3b64d86b
DN
81492009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8150
8151 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8152 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8153 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8154 and move to vc-rcs.el.
8155 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8156 move to vc-rcs.el.
8157 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8158 (vc-rcs-update-changelog): Remove.
8159 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8160 and move to vc-rcs.el.
8161
8162 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8163 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8164 renaming.
8165 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 8166 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
8167 vc.el, renamed to be RCS specific.
8168
72f16325
SM
8169 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8170 New functions.
8171 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
8172
8173 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8174 New functions.
8175
636a36a0
SM
81762009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8179
239b3340
DN
81802009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8181
b91f0762 8182 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
8183 (vc-git-stash, vc-git-stash-show): New functions.
8184 (vc-git-extra-menu-map): Bind them.
b91f0762 8185
b8e54362
DN
8186 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8187 directory correctly in case the item is a directory itself.
8188
239b3340
DN
8189 * vc.el: Document the desired behavior for reverted files in the
8190 `added' state.
dc810649
DN
8191 (vc-default-prettify-state-info): Remove function, unused.
8192
8193 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 8194
e49c0179
GM
81952009-08-26 Glenn Morris <rgm@gnu.org>
8196
8197 * bindings.el (standard-mode-line-format): Reposition dashes in
8198 which-func entry. (Bug#4217)
8199
3029e594
GM
8200 * files.el (enable-local-variables, enable-local-eval)
8201 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8202 the defcustoms.
8203 (auto-mode-alist, ignored-local-variables)
8204 (save-some-buffers-action-alist): Move risky declarations to the
8205 definitions.
8206 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8207 (font-lock-defaults, format-alist, imenu--index-alist)
8208 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8209 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8210 (mode-line-modified, mode-line-mule-info, mode-line-position)
8211 (mode-line-process, mode-line-remote, outline-level)
8212 (parse-time-rules, rmail-output-file-alist)
8213 (special-display-buffer-names, vc-mode):
8214 Move risky declarations to the relevant files.
72f16325
SM
8215 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8216 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
8217 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8218 * font-core.el (font-lock-defaults):
8219 * format.el (format-alist):
8220 * vc-hooks.el (vc-mode):
8221 * window.el (special-display-buffer-names):
8222 * international/mule-cmds.el (input-method-alist):
8223 Define riskiness here (dumped file) rather than in files.el.
8224 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8225 * imenu.el (imenu-generic-expression, imenu--index-alist):
8226 * outline.el (outline-level):
8227 * time.el (display-time-string):
8228 * calendar/parse-time.el (parse-time-rules):
8229 * mail/rmailout.el (rmail-output-file-alist):
8230 Autoload riskiness here, rather than placing in files.el.
8231
8476cfaf
SM
82322009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8233
8234 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8235
0b35b48e
MA
82362009-08-25 Michael Albinus <michael.albinus@gmx.de>
8237
8238 * simple.el (process-file-side-effects): New defvar.
8239
8240 * dired-aux.el (dired-show-file-type):
8241 * vc.el (vc-diff-internal):
8242 * vc-arch.el (vc-arch-diff):
8243 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8244 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8245 * vc-git.el (vc-git-registered, vc-git-working-revision)
8246 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8247 (vc-git--empty-db-p):
8248 * vc-hooks.el (vc-user-login-name):
8249 * vc-svn.el (vc-svn-registered, vc-svn-state)
8250 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8251 * progmodes/grep.el (grep-probe): Let-bind
8252 `process-file-side-effects' with nil.
8253
8254 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8255
8256 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8257 daemon. Replace ping by checking for running service for bluez
8258 and zeroconf. (Bug#4239)
8259
d54cc599
GM
82602009-08-25 Kevin Ryde <user42@zip.com.au>
8261
8262 * net/dig.el (dig): Add autoload cookie.
8263
7bfd055d
GM
82642009-08-25 Glenn Morris <rgm@gnu.org>
8265
bac9c66c
GM
8266 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8267 load-history for absolute file-names.
8268 (byte-compile-file-form-require): Warn about use of the cl package.
8269
7bfd055d
GM
8270 * format.el (format-alist): Doc fix.
8271
5ac1f9e0
GM
8272 * play/bubbles.el (top-level): Don't require cl at run-time.
8273
af62aa88
GM
8274 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8275 run-time cl).
8276
71e036af
DD
82772009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8278
8279 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8280 from cl package.
8281 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8282
42110eaf
JB
82832009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8284
8285 * calc/calc-alg.el (math-trig-rewrite)
8286 (math-hyperbolic-trig-rewrite): New functions.
8287 (calc-simplify): Simplify trig functions when asked.
8288
88421f3e
SM
82892009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8292
dbd9624e
KH
82932009-08-24 Kenichi Handa <handa@m17n.org>
8294
8295 * language/ind-util.el (mapthread): Delete it.
8296 (combinatorial): New function.
8297 (indian--puthash-cv): Use combinatorial instead of mapthread.
8298
9b89e3ee
GM
82992009-08-22 Kevin Ryde <user42@zip.com.au>
8300
8301 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8302 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8303 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8304 Clarify docstring that the value is strings not symbols.
8305 (checkdoc-list-of-strings-p): New function.
8306
e6ce8c42
GM
83072009-08-22 Glenn Morris <rgm@gnu.org>
8308
2ddf2ea6 8309 * files.el (auto-mode-alist):
a3374680
GM
8310 * hippie-exp.el (he-concat-directory-file-name):
8311 * lpr.el (lpr-windows-system, printer-name):
8312 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8313 * ps-print.el (ps-windows-system):
8314 * startup.el (command-line):
8315 * emulation/viper-ex.el (viper-glob-function):
8316 * international/mule-cmds.el (set-language-environment-coding-systems):
8317 * net/ange-ftp.el (ange-ftp-write-region):
8318 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 8319 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
8320 unisoft-unix, vax-vms, win32, w32.
8321
977955fa
GM
8322 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8323 given name if the pattern is not more specific.
8324
b4deec2e
GM
8325 * calendar/lunar.el (lunar-phase-names): New option.
8326 (lunar-phase): Doc fix.
8327 (lunar-cycles-per-year): New constant.
8328 (lunar-index): New function.
8329 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8330 (lunar-phase-name): Use lunar-phase-names.
8331 (calendar-lunar-phases): Use format.
8332 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8333
47e83968
GM
8334 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8335 Copy imenu-example--name-and-position function here for own use.
8336 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8337
e6ce8c42
GM
8338 * bs.el (bs--redisplay):
8339 * cus-edit.el (custom-redraw):
8340 * ibuffer.el (ibuffer-bury-buffer):
8341 * server.el (server-goto-line-column):
8342 * startup.el (command-line-1):
8343 * strokes.el (strokes-xpm-for-stroke):
8344 * term.el (term-display-buffer-line):
8345 * view.el (View-goto-line):
8346 * calc/calc.el (calc-do, calc-trail-buffer):
8347 * play/gamegrid.el (gamegrid-add-score-insecure):
8348 * progmodes/ada-mode.el (ada-compile-goto-error):
8349 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8350 (ebrowse-select-1st-to-9nth):
47e83968 8351 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
8352 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8353 * progmodes/gud.el (gud-display-line):
8354 (idlwave-shell-display-line):
8355 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8356 * progmodes/make-mode.el (makefile-browser-toggle):
8357 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8358 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8359 * textmodes/picture.el (picture-draw-rectangle):
8360 * textmodes/reftex-index.el (reftex-index-goto-letter):
8361 (reftex-select-jump-to-previous):
8362 * textmodes/reftex-sel.el (reftex-find-start-point)
8363 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8364 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8365 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8366 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8367 * textmodes/two-column.el (2C-associated-buffer):
8368 Use forward-line rather than goto-line.
8369
8370 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8371 goto-line.
8372
4b18bdb3
GM
8373 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8374 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8375 (quick-check-list-to-regexp): Declare.
e6ce8c42 8376
72f16325
SM
8377 * progmodes/make-mode.el (makefile-browser-insert-selection):
8378 Use goto-char rather than goto-line.
e6ce8c42
GM
8379
8380 * progmodes/prolog.el (compilation-error-regexp-alist)
8381 (compilation-forget-errors): Declare.
8382
32a2cf25
JL
83832009-08-22 Juri Linkov <juri@jurta.org>
8384
8385 * progmodes/grep.el (lgrep, rgrep): At the beginning
8386 set `dir' to `default-directory' unless `dir' is a non-nil
8387 readable directory. (Bug#4052)
8388 (lgrep, rgrep): Change a weird way to report an error
8389 from using `read-string' to using `error'.
8390 Instead of using interactive arguments in the function body,
8391 add new argument `confirm'.
8392
5443c9b7
SM
83932009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8394
cb5b40ee
SM
8395 * textmodes/remember.el (remember-buffer):
8396 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8397 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8398 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
8399 * net/newst-treeview.el (newsticker-groups-filename):
8400 * net/newst-backend.el (newsticker-cache-filename):
8401 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8402 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8403 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8404 (speedbar-buffers-line-path, speedbar-path-line)
8405 (speedbar-buffers-line-path):
8406 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8407 (epg-sign-keys):
8408 * epa.el (epa-display-verify-result):
8409 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8410
d6261cc1
GM
84112009-08-21 Glenn Morris <rgm@gnu.org>
8412
3e1ea342
GM
8413 * progmodes/js.el (inferior-moz-process): Fix declaration.
8414
ce86eeb5
GM
8415 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8416
fff28970
GM
8417 * obsolete/rnewspost.el (news-mail-reply):
8418 Use goto-char rather than goto-line.
8419
d93e053b
GM
8420 * term/ns-win.el (ns-open-file-select-line):
8421 Use line-beginning-position rather than goto-line.
8422
d5d105e8
GM
8423 * apropos.el (apropos-command):
8424 * ehelp.el (electric-helpify):
8425 * printing.el (pr-show-setup):
8426 * strokes.el (strokes-help):
8427 * tutorial.el (tutorial--describe-nonstandard-key)
8428 (tutorial--detailed-help):
8429 * woman.el (woman-mini-help, woman-display-extended-fonts):
8430 * calc/calc-help.el (calc-describe-key):
8431 * emulation/edt.el (edt-electric-helpify):
8432 * international/mule-diag.el (mule-diag):
8433 * play/yow.el (apropos-zippy):
8434 * progmodes/python.el (python-describe-symbol):
8435 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8436 * textmodes/table.el (*table--cell-describe-mode)
8437 (*table--cell-describe-bindings):
8438 Use help-print-return-message rather than the now obsolete alias.
8439
a8ab722f 8440 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
8441 (calendar-cursor-to-visible-date):
8442 * play/5x5.el (5x5-position-cursor):
8443 * play/decipher.el (decipher):
8444 * play/gomoku.el (gomoku-goto-xy):
8445 * play/landmark.el (lm-goto-xy):
8446 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8447 (mpuz-paint-digit):
8448 Use forward-line, not goto-line.
a8ab722f 8449
d6261cc1
GM
8450 * mail/rmail.el (rmail-obsolete): Delete custom group.
8451 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8452 (rmail-remote-password, rmail-remote-password-required):
8453 Remove unneeded :set-after and :set properties.
8454
9e846523
MA
84552009-08-21 Michael Albinus <michael.albinus@gmx.de>
8456
8457 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8458
bbe1f502
DN
84592009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8460
bcc5db24
DN
8461 * loadup.el: Remove leftover macos code.
8462
bbe1f502
DN
8463 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8464 Explicitly pass the date format to git blame so that user local
8465 so that the output format can be parsed.
8466
6fd2d19a
MA
84672009-08-20 Michael Albinus <michael.albinus@gmx.de>
8468
8469 * net/dbus.el (top): Don't check for (getenv
8470 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8471
31764e15
SM
84722009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8473
8474 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 8475 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 8476
28930e39
SM
84772009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8478
4fd15622 8479 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 8480 Bug#3287
4fd15622 8481
b3d8e4a0
SM
8482 * help.el (help-print-return-message): Rename from
8483 print-help-return-message.
8484
c9829c70
SM
8485 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8486 cvs-mode-map parent hack.
8487 (log-view-mode): Derive from special-mode.
8488
b932657b
SM
8489 * linum.el (linum-mode): window-size-change-functions is redundant.
8490 Adapt to new window-configuration-change-hook behavior.
8491 (linum-after-size, linum-after-config): Remove.
8492
1b700bca
SM
8493 * imenu.el (imenu-example--name-and-position)
8494 (imenu-example--lisp-extract-index-name)
8495 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8496 Mark as obsolete.
8497
28930e39
SM
8498 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8499 (inferior-prolog-mode): Use it.
8500 (inferior-prolog-load-file): Reset list of errors.
8501
c9af0b68
KH
85022009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8503
8504 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8505
8506 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8507
720c7cd6
MA
85082009-08-19 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8511 is running already.
8512
03a74b84
SM
85132009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * subr.el (listify-key-sequence-1): Use normal syntax since those
8516 integers are nowadays always represented by the same (positive) number
8517 on all platforms.
8518 (read-key-empty-map): New const.
8519 (read-key-delay): New var.
8520 (read-key): New function.
8521 (force-mode-line-update): Use with-current-buffer.
8522 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8523 (start-process-shell-command, start-file-process-shell-command):
8524 Discourage the use of command-args.
8525
f43e88d4
GM
85262009-08-19 Glenn Morris <rgm@gnu.org>
8527
8528 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8529
890429cc
SM
85302009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8531
85be9ec4
SM
8532 * simple.el (choose-completion-string): Don't rely on
8533 minibuffer-completing-file-name and ad-hoc checks to decide whether
8534 to continue completion or not.
8535
890429cc
SM
8536 * minibuffer.el (minibuffer-hide-completions): New function.
8537 (completion--do-completion): Use it.
8538 (completions-annotations): New face.
8539 (completion--insert-strings): Use it.
8540 (completion-pcm--delim-wild-regex): Add docstring.
8541 (completion-pcm--string->pattern): Add support for 0-width delimiters
8542 in completion-pcm--delim-wild-regex.
8543
265d4549
SM
85442009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8545
d440b941
SM
8546 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8547 Remove unused var `buffer-modified-p'.
8548
265d4549
SM
8549 * minibuffer.el (completion--do-completion): Move point for the #b001
8550 case as well (bug#4176).
8551 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8552
ba6f7d86
MA
85532009-08-18 Michael Albinus <michael.albinus@gmx.de>
8554
8555 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8556 and :session buses.
8557
98819490
KH
85582009-08-18 Kenichi Handa <handa@m17n.org>
8559
265d4549
SM
8560 * international/ucs-normalize.el (ucs-normalize-version):
8561 Change to 1.1.
58627cf0
KH
8562 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8563 (utf-8-hfs): Make it perform normalization on encoding too.
8564
98819490
KH
8565 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8566 (sentence-end-without-space): Delete duplicated chars.
8567 (sentence-end-base): Likewise.
e739cc85
KH
8568
8569 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8570 (html-mode): Delete duplicated chars from sentence-end-base.
8571
8572 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8573 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 8574
645b9326
CY
85752009-08-17 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * files.el (hack-one-local-variable): If the mode function is for
8578 a minor mode, pass it an argument (Bug#4148).
8579
56c195af
MA
85802009-08-17 Michael Albinus <michael.albinus@gmx.de>
8581
8582 * net/tramp.el (tramp-register-completion-file-name-handler):
8583 Check also for (member 'partial-completion completion-styles).
8584
7a55c78b
CY
85852009-08-16 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8588 abbrev (Bug#3943).
8589
be3e598a 85902009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
8591
8592 * progmodes/cperl-mode.el: Merge upstream 6.2.
8593 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8594 (cperl-forward-re): Check cperl-brace-recursing.
8595 (cperl-highlight-charclass): New function.
8596 (cperl-find-pods-heres): Use it.
31cd2dd4 8597 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 8598 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 8599 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
8600 (cperl-beautify-level): Don't process entire regexp.
8601 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8602 calling man.
8603 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8604 (cperl-init-faces): Build a list in the normal way.
8605
81b1f9c9
CY
86062009-08-16 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * calendar/parse-time.el (parse-time-string-chars): Save match
8609 data.
8610
c3732cb8
SM
86112009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8612
55659495
SM
8613 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8614 (sql-product): Use it.
8615 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8616 (sql-set-product): Add completion.
8617 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8618 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8619 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8620 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8621 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8622 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8623 (sql-highlight-db2-keywords): Remove.
8624 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8625 (sql-highlight-product): Use derived-mode-p.
8626 (sql-set-sqli-buffer): Use with-current-buffer.
8627 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8628 Simplify.
8629
1ae79427
SM
8630 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8631
c3732cb8
SM
8632 * term.el: Fix commenting convention, turn comments into docstrings.
8633
f24b8bf3
CY
86342009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8635
8636 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8637
7b6fefac 86382009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 8639
1200ac26 8640 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
8641 character classes, to handle non-ascii characters (Bug#3190).
8642
86432009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 8644
1abbe4e5
CY
8645 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8646 another heredoc if the user adds another < (Bug#3226).
8647
c3732cb8
SM
8648 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8649 Don't initialize based on window-system (Bug#4124).
19261da4 8650
daad00fc
CY
8651 * facemenu.el (facemenu-read-color): Use a completion function
8652 that accepts any defined color, such as RGB triplets (Bug#3677).
8653
e1bdde78
CY
8654 * files.el (get-free-disk-space): Change fallback default
8655 directory to /. Expand DIR argument before switching to fallback.
8656 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8657
9d73a99e
CY
86582009-08-15 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * files.el (load-library): Doc fix.
8661
68b962d4 86622009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 8663
953e0c1a 8664 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 8665 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 8666 incremental search string.
9d73a99e 8667
c3732cb8 8668 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 8669 XEmacs.
9d73a99e 8670
c3732cb8
SM
8671 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8672 (ediff-merge-region-is-non-clash)
8673 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 8674 Also check if the job is really a merge job.
9d73a99e 8675
c3732cb8 8676 * ediff.el (ediff-current-file): New function.
9d73a99e 8677
2e330adc
CY
86782009-08-15 Chong Yidong <cyd@stupidchicken.com>
8679
8680 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8681 conventions.
c3732cb8 8682 (js-insert-and-indent): Delete function.
2e330adc
CY
8683 (js-mode-map): Don't bind keys to js-insert-and-indent.
8684 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8685 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 8686 (js-auto-indent-flag): Delete variable.
2e330adc 8687
17b5d0f7
CY
86882009-08-14 Chong Yidong <cyd@stupidchicken.com>
8689
c3732cb8
SM
8690 * progmodes/js.el: Remove proclaim statement.
8691 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 8692
ba2d8894
CY
8693 * files.el (auto-mode-alist): Use js-mode for .js files.
8694
c3732cb8 8695 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
8696
8697 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8698
8699 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8700
c3732cb8 8701 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
8702
87032009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 8704 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
8705
8706 * progmodes/js.el: New file.
8707
b6377f1d
MH
87082009-08-14 Mark A. Hershberger <mah@everybody.org>
8709
8710 * timezone.el (timezone-parse-date): Add ability to understand ISO
8711 basic format (minimal separators) dates in addition to the
8712 already-supported extended format dates.
8713
bc0eef46
EZ
87142009-08-14 Eli Zaretskii <eliz@gnu.org>
8715
4e021e65
EZ
8716 * international/ucs-normalize.el: Add a `coding' file variable.
8717
bc0eef46
EZ
8718 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8719
53dab179
SS
87202009-08-14 Sam Steingold <sds@gnu.org>
8721
6801c38a 8722 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 8723
6c58c39c
CY
87242009-08-13 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * faces.el (help-argument-name): Define it here instead of
8727 help-fns.el, because in daemon mode help-fns.el may be loaded when
8728 faces are still uninitialized (Bug#1078).
8729
8730 * help-fns.el (help-argument-name): Move defface to faces.el.
8731
c7baf7e9
NR
87322009-08-13 Nick Roberts <nickrob@snap.net.nz>
8733
8734 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8735 create buffer with a pty but no process so that GDB can make the
8736 inferior the controlling process.
8737
9c40e995 87382009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
8739
8740 * international/ucs-normalize.el: New file.
8741
8cdba32b
RS
87422009-08-13 Richard Stallman <rms@gnu.org>
8743
5c950923
RS
8744 * mail/rmail.el (rmail-get-attr-names):
8745 Accept an attribute header that is too short.
8746
76e1e40b
RS
8747 * mail/rmail.el (rmail-forget-messages):
8748 Ignore nil elt in rmail-message-vector. Use dotimes.
8749
1fc01b08
RS
8750 * progmodes/compile.el (compilation-goto-locus):
8751 Use next-error-move-function.
8752
8cdba32b
RS
8753 * simple.el (next-error-move-function): New variable.
8754
99910cf4
JL
87552009-08-12 Juri Linkov <juri@jurta.org>
8756
8757 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8758 always non-nil. (Bug#4052)
8759
8760 * replace.el (read-regexp): Return empty string when
8761 `default-value' is nil.
8762 (keep-lines-read-args): Don't use empty string as the
8763 default value for `read-regexp'. (Bug#2495)
8764
fc5bdf6c
JL
87652009-08-12 Juri Linkov <juri@jurta.org>
8766
8767 * international/mule-cmds.el (ucs-insert): Change arguments
8768 from `arg' to `character', `count', `inherit' to be the same
8769 as in `insert-char'. Doc fix. (Bug#4039)
8770
8771 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8772
77748848
JL
87732009-08-12 Juri Linkov <juri@jurta.org>
8774
8775 * files-x.el: New file.
8776
8777 * files.el: Move code that deals with adding/deleting
8778 file/directory-local variables to files-x.el.
8779
8780 * Makefile.in (ELCFILES): Add files-x.elc.
8781
c8a44c4e
DD
87822009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8783
27a9fd5a
DD
8784 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8785 to use `goto-line'.
8786 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8787 `goto-line'.
8788 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 8789 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 8790 threads list.
107ef54a 8791 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
8792 (gdb-starting): Moved -data-list-register-names...
8793 (gdb-stopped): ...here so it's sent when first thread stops.
8794 (gdb-registers-handler-custom): Do nothing if register names are
8795 unknown yet.
27a9fd5a 8796
c8a44c4e
DD
8797 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8798 from `gdb-mi.el' to avoid extra tangling.
8799
8800 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 8801 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
8802 (gdb-update-gud-running): No extra fuss for updating frame number.
8803
dfd4e693
SM
88042009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8805
51c4341f
SM
8806 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8807 (describe-language-environment-map, setup-language-environment-map)
8808 (set-coding-system-map): Move initialization into declaration.
8809 (set-language-info-alist): Last arg to define-key-after can be skipped.
8810
8811 * international/quail.el (quail-completion-1): Simplify.
8812 (quail-define-rules): Use slightly more compact code.
8813 (quail-insert-decode-map): Propertize keys, compact columns.
8814
dfd4e693
SM
8815 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8816 Add goto-line.
8817
83326559
MB
88182009-08-10 Miles Bader <miles@gnu.org>
8819
8820 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8821 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8822 (js2-instance-member, js2-private-member, js2-private-function-call)
8823 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8824 (js2-magic-paren, js2-external-variable):
8825 Remove "-face" suffix from face names.
8826 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8827 (js2-highlight-undeclared-vars, js2-peek-token)
8828 (js2-parse-function-params, js2-mode-show-errors)
8829 (js2-mode-show-warnings, js2-make-magic-delimiter)
8830 (js2-mode-highlight-magic-parens): Update to use new face names.
8831
8e754ea2
MA
88322009-08-09 Michael Albinus <michael.albinus@gmx.de>
8833
8834 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8835 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8836
1c292fc7
CY
88372009-08-09 Chong Yidong <cyd@stupidchicken.com>
8838
18d433a7
CY
8839 * subr.el: Provide hashtable-print-readable.
8840
1c292fc7
CY
8841 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8842 hs-c-like-adjust-block-beginning.
8843 (hs-hide-block-at-point): Stop hiding at the beginning of
8844 hs-block-end-regexp (Bug#700).
8845
2db0ae07
DD
88462009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8847
8848 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8849 a macro.
8850 (gdb-registers-handler-custom): Do not fail when register names
8851 are unavailable.
8852
fe4740a6
DD
88532009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8854
8855 * progmodes/gdb-mi.el (gdb-control-all-threads)
8856 (gdb-control-current-thread): Interactive setters for
8857 `gdb-gud-control-all-threads' to use in menu.
8858 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 8859 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
8860 gud/thread.xpm and gud/all.xpm.
8861
ce299d55
CY
88622009-08-08 Yoni Rabkin <yoni@rabkins.net>
8863
8864 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8865 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
8866 (net-utils-mode): New mode for viewing diagnostic network output.
8867 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8868 (net-utils-run-simple): New function.
8869 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 8870
7c4654ad
DD
88712009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8872
8873 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8874 (gdb-memory-set-address, def-gdb-set-positive-number)
8875 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8876 after changing settings.
8877 (gdb-invalidate-disassembly): Update when first shown.
8878 (gdb-edit-locals-value): Fixed.
8879 (gdb-registers-handler-custom): Print registers in right order and
8880 allow changing register values (only for current thread yet).
9cbac26b
DD
8881 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8882 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8883 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8884 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8885 info in mode name.
8886 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 8887
0f25a277
EZ
88882009-08-08 Eli Zaretskii <eliz@gnu.org>
8889
8890 * mail/rmail.el (rmail-add-mbox-headers)
8891 (rmail-set-message-counters-counter): Search for
8892 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8893
b971be60
GM
88942009-08-08 Glenn Morris <rgm@gnu.org>
8895
8896 * Makefile.in (ELCFILES): Update.
8897
a35d3ad8
EZ
88982009-08-07 Eli Zaretskii <eliz@gnu.org>
8899
60c2df40
EZ
8900 * mail/sendmail.el (mail-yank-original): Set
8901 buffer-file-coding-system from the one used by the message whose
8902 text is yanked.
8903
8b0bcc2e
EZ
8904 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8905 to "windows" when "pgnuplot" is used.
8906 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8907 call accept-process-output if "pgnuplot" is used.
8908 (calc-graph-init): Don't send -display and -geometry to
8909 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8910 running "pgnuplot -V" with shell-command-to-string.
8911
8912 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8913 the default.
8914
89152009-08-07 Eli Zaretskii <eliz@gnu.org>
8916
8917 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
8918 org/org-latex.elc.
8919
3bca7ca5
DN
89202009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8921
3c53763c
DN
8922 * vc-dispatcher.el (vc-resynch-window): Update comment.
8923
3bca7ca5
DN
8924 * term.el (term-handle-ansi-escape): Add comments with the
8925 terminfo capabilities implemented.
8926
7b217360
DD
89272009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8928
8929 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8930 (gdb-var-create-handler): Rewritten using JSON parser.
8931 (gdb-propertize-header): Moved earlier.
8932 (gdb-set-header): Removed to avoid duplication.
8933 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8934 Refresh disassembly buffers only after threads list have been
8935 update.
8936 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8937 variables.
8938
b4d84ecf
JL
89392009-08-04 Juri Linkov <juri@jurta.org>
8940
8941 * files.el: Commands to add/delete file/directory-local variables.
8942 (read-file-local-variable, read-file-local-variable-value)
8943 (read-file-local-variable-mode, modify-file-local-variable)
8944 (modify-file-local-variable-prop-line)
8945 (modify-dir-local-variable): New functions.
8946 (add-file-local-variable, delete-file-local-variable)
8947 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8948 (add-dir-local-variable, delete-dir-local-variable)
8949 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8950 (copy-dir-locals-to-file-locals-prop-line): New commands.
8951
42da39c1
CY
89522009-08-04 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * abbrev.el (insert-abbrev-table-description): Prettify output.
8955 Suggested by Karl Chen.
8956
98bf8494
DD
89572009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8958
78b9fb28 8959 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 8960 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
8961 (gdb-overlay-arrow-position, gdb-thread-position)
8962 (gdb-disassembly-position): Declare variables.
8963 (gdb-wait-for-pending): Function now.
8964 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8965 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8966 compilation goes smoothly.
8967 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8968 (gdb-non-stop-setting): New customization setting which replaces
8969 `gdb-non-stop' so changing it doesn't break active GDB session.
8970 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8971 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8972 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8973 (gdb-show-threads-by-default): New customization options.
8974 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8975 routines.
8976 (gdb-get-buffer-create): Send buffers update signal when they are
8977 created.
8978 (gdb-invalidate-locals, gdb-invalidate-registers)
8979 (gdb-invalidate-breakpoints)
8980 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8981 (gdb-invalidate-memory): Accept update signal.
8982 (gdb-current-context-command): Use --frame option.
8983 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8984 Implement `gdb-frame-number' selection logic.
8985 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8986 whether to show GUD toolbar buttons.
8987 (gdb-thread-exited): Unselect current thread when it exits.
8988 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8989 (gdb-mark-line): Routine which sets overlay arrow or inverses
8990 video on fringeless displays.
8991 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8992 to build aligned columns of data in GDB buffers and set text
8993 properties line-by-line.
8994 (gdb-invalidate-breakpoints)
8995 (gdb-breakpoints-list-handler-custom)
8996 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8997 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8998 (gdb-registers-handler-custom): Align data columns.
8999 (gdb-locals-handler-custom): Now prints data like in variable
9000 declarations.
9001 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
9002 Removed confusing buttons.
9003 (gdb-invalidate-threads): Append --frame.
9004 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
9005 between breakpoints/threads buffers.
9006 (gdb-set-window-buffer): Now can ignore dedicated windows.
9007 (gdb-propertize-header): Use `gdb-set-window-buffer'.
9008 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
9009 (def-gdb-thread-buffer-gud-command): Replaces
9010 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
9011 for fine thread control.
9012 (gdb-preempt-existing-or-display-buffer): New function used to
9013 display bound buffers without breaking window layout.
9014 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
9015 (gdb-select-frame): New version of `gdb-frames-select' which now
9016 sets `gdb-frame-number' so commands may use --frame option instead
9017 of inner debugger state.
9018 (gdb-frame-handler): Do not set `gdb-frame-number'.
9019 (gdb-threads-mode-map): Select threads with mouse.
9020
9021 * progmodes/gud.el (gdb-gud-context-call): Declare function to
9022 avoid compilation warning.
9023 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
9024 `gdb-show-stop-p`.
9025
566f3909
DD
9026 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
9027 Argument `key' renamed to `buffer-type'.
9028 (gdb-current-context-buffer-name): Do not add thread info to
9029 buffer name when no thread is selected.
9030 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
9031 command (bug 3794).
9032 (gdb-thread-selected): Handle `=thread-selected' notification.
9033 (gdb-wait-for-pending): New macro to deal with congestion problems.
9034 (gdb-breakpoints-list-handler-custom): Don't fail on pending
9035 breakpoints.
7b6fefac
JB
9036 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
9037 This fixes problem similar to one described in bug 3947.
566f3909
DD
9038 (gud-menu-map): More menu items.
9039 (gdb-init-1): Reset `gdb-thread-number' to nil.
9040
4a31122c
DD
9041 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
9042 non-stop settings.
9043
9044 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
9045 (gdb-current-context-command): Do not append --thread if
9046 `gdb-thread-number' is nil.
9047 (gdb-running-threads-count, gdb-stopped-threads-count): New
9048 variables.
9049 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
9050 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
9051 customization options.
9052 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
9053 GUD commands.
7b6fefac 9054 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
9055 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
9056 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
9057 set `gdb-thread-number' and update `gud-running' properly.
9058 (gdb-running): Update threads list when new threads appear.
9059 (gdb-stopped): Support non-stop operation and new thread switching
9060 logic.
9061 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
9062 (gdb-json-partial-output): New set of JSON routines.
9063 (def-gdb-auto-update-trigger): New `signal-list' optional
9064 argument.
9065 (gdb-thread-list-handler-custom): Update `gud-running',
9066 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
9067 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
9068 (gdb-continue-thread, gdb-step-thread): New commands for fine
9069 thread execution control.
9070 (gud-menu-map): New menu items to switch non-stop options.
9071 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 9072 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
9073
9074 * progmodes/gdb-mi.el (gdb-rules-name-maker)
9075 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
9076 gdb-buffer-rules.
9077 (def-gdb-auto-update-handler): New nopreserve optional argument.
9078 (gdb-stack-list-frames-custom): Print stack from top to bottom.
9079
9080 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
9081 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
9082 (gdb-parent-mode): New mode to derive other GDB modes from.
9083 (gdb-display-disassembly-for-thread)
9084 (gdb-frame-disassembly-for-thread): New commands for threads
9085 buffer.
9086
9087 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
9088 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
9089 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
9090 (gdb-update): We now store all GDB buffers in a list so that they
9091 can be updated by traversing a list instead of calling invalidate
7b6fefac 9092 triggers explicitly.
a5c9f540
DD
9093 (def-gdb-trigger-and-handler): New macro to define trigger-handler
9094 pair for GDB buffer.
9095 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
9096 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
9097 handle pending triggers.
9098 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
9099 (def-gdb-thread-buffer-simple-command)
9100 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
9101 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
9102 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
9103 New commands which show buffers bound to thread.
e7086683 9104 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 9105
7b6fefac
JB
9106 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
9107 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
9108 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
9109 to (gud-comint-buffer) in *-buffer-name functions
9110 because (gdb-get-target-string) already does that.
9111 (gdb-locals-handler-custom, gdb-registers-handler-custom)
9112 (gdb-changed-registers-handler): Rewritten without regexps.
9113
ba214964 9114 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
9115 (gdb-thread-number): New variable.
9116 (gdb-current-context-command): New macro which adds --thread
9117 option to command.
7b6fefac 9118 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 9119 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 9120 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
9121 (gdb-select-thread): New command which selects current thread.
9122 (gdb-invalidate-frames, gdb-invalidate-locals)
9123 (gdb-invalidate-registers): Use --thread option.
20f12ed8 9124
2ac33804
MA
91252009-08-04 Michael Albinus <michael.albinus@gmx.de>
9126
9127 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 9128 robust. (Bug#3977)
2ac33804
MA
9129 (tramp-handle-insert-file-contents): `unwind-protect' must be
9130 inside `with-parsed-tramp-file-name'.
9131
9132 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9133 fails.
9134
39d0296f
NR
91352009-08-03 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9138 directory if CLASSPATH is not set.
9139
adcbca53
MA
91402009-08-03 Michael Albinus <michael.albinus@gmx.de>
9141
7b6fefac
JB
9142 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9143 New defconst.
7ef849b6 9144 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 9145
30924b0b
CY
91462009-08-02 Kevin Ryde <user42@zip.com.au>
9147
7b6fefac
JB
9148 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9149 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 9150
b6ce92f1
CY
91512009-08-02 Chong Yidong <cyd@stupidchicken.com>
9152
d977a092
CY
9153 * select.el (x-set-selection): Doc fix (Bug#4021).
9154
9155 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9156
b6ce92f1
CY
9157 * help-fns.el (describe-variable): Treat list return values from
9158 dir-locals-find-file properly (Bug#4005).
9159
7b6fefac 91602009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
9161
9162 * net/tramp.el (tramp-debug-message): Print also microseconds.
9163
91642009-08-02 Michael Albinus <michael.albinus@gmx.de>
9165
9166 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9167 or END is non-nil.
9168 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9169 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9170 format.
9171
5ce6e4f4 9172 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
9173 (tramp-get-file-property): Use it.
9174
9175 * autorevert.el (auto-revert-handler): Allow
9176 `auto-revert-tail-mode' for remote files.
9177
2aafe808
JR
91782009-08-02 Jason Rumney <jasonr@gnu.org>
9179
9180 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 9181 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 9182
e094097c
CY
91832009-08-02 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9186 (font-lock-variable-name-face, font-lock-constant-face): Darken
9187 the colors for light backgrounds.
9188
de94f281
EZ
91892009-08-01 Eli Zaretskii <eliz@gnu.org>
9190
9191 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9192 month names. (Bug#3987)
9193
54b99340
CY
91942009-07-31 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * simple.el (line-move-finish): Pass whole number to
9197 line-move-to-column.
34be836c 9198 (line-move-visual): Perform hscroll to the recorded position.
54b99340 9199
38216c30
JB
92002009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9201
9202 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9203
c779896d
CY
92042009-07-29 Alan Mackenzie <acm@muc.de>
9205
9206 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9207
592ccae0
DD
92082009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9209
35edc6c6
DD
9210 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9211 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 9212
5a9e3ab7
JB
92132009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9214
9215 * calc/calc.el (calc-mode-map): Add keybinding for
9216 `calc-transpose-lines'.
9217
7b6fefac 92182009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
9219
9220 * calc/calc-misc.el (calc-transpose-lines): New function.
9221
905fb90e
MA
92222009-07-28 Michael Albinus <michael.albinus@gmx.de>
9223
9224 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9225 Simplify check for out-of-band methods.
9226 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9227 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9228
76e14464
DN
92292009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9230
9231 * vc-git.el (vc-git-checkin): Fix typo.
9232
6088b51f 92332009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
9234
9235 * progmodes/js2-mode.el: New file.
9236
b85157fe
NR
92372009-07-28 Nick Roberts <nickrob@snap.net.nz>
9238
9239 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9240 (gud-menu-map): Adjust tooltip accordingly.
9241
d43c2b06
DN
92422009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9243
1c0f0c3b
DN
9244 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9245 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9246
d43c2b06
DN
9247 * add-log.el (change-log-mode-map): Add a menu.
9248
3dec5c36
MA
92492009-07-27 Michael Albinus <michael.albinus@gmx.de>
9250
9251 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9252 function returns nil.
9253 (dbus-handle-event): Handle special return value :ignore.
9254 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9255
5704140c
CY
92562009-07-26 Chong Yidong <cyd@stupidchicken.com>
9257
9258 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9259 it's not needed.
9260
3077d1f6
EZ
92612009-07-25 Eli Zaretskii <eliz@gnu.org>
9262
9263 Fix Bug#3888:
9264
9265 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9266
9267 * term/pc-win.el (x-display-name, x-colors)
9268 (x-select-enable-clipboard, x-select-text): Doc fix.
9269
9270 * term/common-win.el (x-display-name, x-colors): Doc fix.
9271
9272 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9273 (xw-defined-colors): Doc fix.
9274
9275 * w32-fns.el (x-select-text, x-setup-function-keys)
9276 (x-get-selection, x-set-selection): Doc fix.
9277
9278 * term/x-win.el (x-select-text, x-setup-function-keys)
9279 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9280
9281 * select.el (x-set-selection): Doc fix.
9282
51768bc8
MA
92832009-07-25 Michael Albinus <michael.albinus@gmx.de>
9284
9285 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9286 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9287 "IsNSSSupportAvailable" method is not available. Reported by
9288 Steve Youngs <steve@sxemacs.org>.
9289
b11c2874
KH
92902009-07-24 Kenichi Handa <handa@m17n.org>
9291
9292 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 9293 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
9294 (build-unicode-category-table): Fix range checks.
9295
ba83b7b6
DN
92962009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9297
9298 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9299 the buffer we try to sync is current when calling
9300 vc-resynch-buffer.
9301
9302 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9303 not show up to date files.
9304
7a8ae964
GM
93052009-07-24 Glenn Morris <rgm@gnu.org>
9306
9307 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9308 Add autoload cookies. If necessary, initialize.
9309 (elint-log): Handle non-file buffers.
9310 (elint-initialize): Add optional argument to reinitialize.
9311 (elint-find-builtin-variables): Save excursion.
9312
a707eb05
DN
93132009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9314
9315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9316 for Lint.
9317
0a2ddfa6
DN
93182009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9319
d6a62b0d
DN
9320 * vc.el (vc-print-log-internal): New function, split out from ...
9321 (vc-print-log): ... here.
10b5dcad 9322 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 9323
0a2ddfa6
DN
9324 * vc-git.el (vc-git-add-signoff): New variable.
9325 (vc-git-checkin): Use it.
9326 (vc-git-toggle-signoff): New function.
9327 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
9328 (vc-git--run-command-string): Accept a nil FILE argument.
9329 (vc-git-stash-list): New function.
9330 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 9331
589a99f2
GM
93322009-07-23 Glenn Morris <rgm@gnu.org>
9333
9334 * help-fns.el (describe-variable): Describe ignored and risky local
9335 variables in a similar way to that in which we describe safe ones.
9336
9337 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9338 (byte-compile-output-file-form, byte-compile-output-docform)
9339 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9340 Give some more local variables with common names a "bytecomp-" prefix,
9341 so as not to shadow things during compilation.
9342 * emacs-lisp/cl-macs.el (load-time-value)
9343 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9344 `outbuffer' to `bytecomp-outbuffer'.
9345
9346 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9347 since the next two variables cover them automatically now.
9348 (elint-builtin-variables, elint-autoloaded-variables): New.
9349 (elint-unknown-builtin-args): Remove all members, since they can be
9350 parsed automatically now.
9351 (elint-extra-errors): New.
9352 (elint-env-add-env, elint-env-add-macro): Use cadr.
9353 (elint-current-buffer): Use or. Change final message.
9354 (elint-get-top-forms): Use line-end-position.
9355 (elint-init-env): Use cadr. Handle autoload, declare-function,
9356 and defalias.
9357 (elint-add-required-env): Doc fix. Use or. Standardize error.
9358 (regexp-assoc): Remove unused function.
9359 (elint-top-form): Set elint-current-pos, to record the start of the
9360 top-level form, for compilation-mode.
9361 (elint-form): Trap errors in macro expansion. Use dolist.
9362 (elint-unbound-variable): Use elint-builtin-variables and
9363 elint-autoloaded-variables.
9364 (elint-get-args): Use cadr, or.
9365 (elint-check-cond-form): Use dolist, cadr.
9366 (elint-check-condition-case-form): Doc fix. Use cadr.
9367 Use elint-extra-errors.
9368 (elint-log): New function.
9369 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9370 Distinguish errors and warnings.
9371 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9372 Use a bytecomp-style format.
9373 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9374 (elint-get-log-buffer): Use compilation mode. Disable undo.
9375 Don't truncate lines.
9376 (elint-initialize): Set builtin and autoloaded variable lists.
9377 Only process elint-unknown-builtin-args if non-nil.
9378 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9379 New functions.
9380 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9381
855b42a2
GM
93822009-07-22 Kevin Ryde <user42@zip.com.au>
9383
9384 * net/newst-backend.el (newsticker--parse-atom-1.0)
9385 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9386 (newsticker--parse-rss-1.0):
9387 * progmodes/idlwave.el (idlwave-mode):
9388 * progmodes/idlw-shell.el (idlwave-shell-mode):
9389 * progmodes/vera-mode.el (vera-mode):
9390 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9391 * progmodes/vhdl-mode.el (vhdl-mode):
9392 * textmodes/table.el (table-generate-source)
9393 (table--warn-incompatibility):
9394 Hyperlink urls in docstrings with URL `...'.
9395
fd413a37
GM
93962009-07-22 Glenn Morris <rgm@gnu.org>
9397
cb711556
GM
9398 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9399 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9400 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9401 Remove leading * from defcustom docs.
9402
fd413a37
GM
9403 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9404
9405 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9406 defcustom doc.
9407 (list-load-path-shadows): Optionally, just return shadows as a string.
9408
9409 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9410
a4f69701
CY
94112009-07-21 Chong Yidong <cyd@stupidchicken.com>
9412
9413 * mail/rmailedit.el (rmail-edit-mode): Use
9414 auto-save-include-big-deletions.
9415
9416 * mail/rmail.el (rmail-variables): Use
9417 auto-save-include-big-deletions.
9418
9419 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9420 changes.
9421
ec06459c
JB
94222009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9423
9424 * calc/calc.el (calc-undo-length): New variable.
9425 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9426
b41b0976
RS
94272009-07-21 Richard Stallman <rms@gnu.org>
9428
9429 * files.el (auto-save-mode): Handle buffer-save-size = -2
9430 for toggling mode.
9431
4ed32706
GM
94322009-07-21 Glenn Morris <rgm@gnu.org>
9433
531b1264
GM
9434 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9435
55d27f41
GM
9436 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9437
02df3f4d
GM
9438 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9439 silence compiler. Instead...
9440 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9441 (ps-print-ensure-fontified): Update for above function name changes.
9442
fdd8417e
GM
9443 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9444 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9445 silence compiler. Instead...
9446 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9447 (mh-show-buffer): Only define for compiler.
9448 (pr-mh-current-message): Update for above function name changes.
9449
4ed32706
GM
9450 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9451 as an argument.
9452 (find-file-noselect, insert-file-1): Update for above change.
9453
9454 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9455
9456 * mail/mailclient.el (mailclient-send-it): Fix message.
9457
9458 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9459 (edebug-eval): Check cl-debug-env is bound.
9460 (print-level, print-circle): Don't redefine built-in variables.
9461
9462 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9463 (custom-print-vectors): Remove old comments from doc.
9464
9465 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9466 (emerge-version): Make the variable an obsolete alias for the
9467 emacs-version variable. Make the function obsolete.
9468 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9469 Emerge options, rather than merging in into the main Options menu.
9470 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9471 and auto advance modes. Disable edit/fast items when not relevant.
9472
86812144
CY
94732009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9474
9475 * term/vt420.el (terminal-init-vt420): Fix typo.
9476
6bb90094
SS
94772009-07-20 Sam Steingold <sds@gnu.org>
9478
9479 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9480 variable (removed from compile.el on 2004-03-11).
9481
42e0a725
CY
94822009-07-20 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * files.el (hack-local-variables-filter): Fix last change.
9485
2ee20f24
JL
94862009-07-19 Juri Linkov <juri@jurta.org>
9487
9488 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9489 (dir-local-variables-alist): New buffer-local variable.
9490 (hack-local-variables-filter): If variable is not dir-local,
9491 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9492 because file-local overrides dir-local.
3570691b 9493 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
9494 Remove obsolete declaration.
9495 (hack-dir-local-variables): Add dir-local variable/value pair to
9496 `dir-local-variables-alist' and remove duplicates. Doc fix.
9497
9498 * help-fns.el (describe-variable): Add information about
9499 file-local and dir-local variables.
9500
89bf83cd
CY
95012009-07-19 Chong Yidong <cyd@stupidchicken.com>
9502
9503 * files.el (hack-local-variables-filter): Rewrite.
9504
1a8d3541
GM
95052009-07-19 Glenn Morris <rgm@gnu.org>
9506
d9e8a018
GM
9507 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9508 Silence compiler by only defining on XEmacs.
9509
da332cfb
GM
9510 * international/mule.el (auto-coding-regexp-alist): Only match
9511 BABYL... at the start of buffer, not of lines. (Bug#3790)
9512
1a8d3541
GM
9513 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9514 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9515 (cal-menu-context-mouse-menu): Doc fix.
9516
9517 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9518
9519 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9520
d842b103
JL
95212009-07-18 Juri Linkov <juri@jurta.org>
9522
9523 * info.el: Virtual Info keyword finder.
3570691b 9524 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
9525 (Info-finder-file): New variable.
9526 (Info-finder-find-file): New function.
9527 (finder-known-keywords, finder-package-info)
9528 (find-library-name, lm-commentary): Use defvar and
9529 declare-function to silence compiler warnings.
9530 (Info-finder-find-node): New function.
9531 (info-finder): New command.
9532
9533 * subr.el (process-kill-buffer-query-function): New function.
9534 (add-hook)<kill-buffer-query-functions>: Add hook
9535 `process-kill-buffer-query-function'.
9536
10d37df7
AM
95372009-07-18 Alan Mackenzie <acm@muc.de>
9538
7b6fefac 9539 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
9540 (c-postprocess-file-styles): Give invocation of `c-set-style'
9541 DONT-OVERRIDE parameter of t. Already set style variables will
9542 thus not be overridden by style settings given by `c-file-syle'.
9543
9544 * files.el (hack-local-variables-filter): Remove entries with
9545 duplicate keys from `file-local-variables-alist'.
9546
102e1a41
EZ
95472009-07-18 Eli Zaretskii <eliz@gnu.org>
9548
9549 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9550 x-set-selection if display-selections-p returns nil for the
9551 current frame.
9552
16f2e9fc
CY
95532009-07-18 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9556
f22693fc
EZ
95572009-07-18 Eli Zaretskii <eliz@gnu.org>
9558
a6c2c80c
EZ
9559 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9560 Accept nil in addition to a regexp.
9561 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9562 Accept nil in addition to a regexp.
9563 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9564 buffers that have an associated file. Handle nil values of
9565 desktop-buffers-not-to-save and desktop-files-not-to-save.
9566 (Bug#3833)
9567
f22693fc
EZ
9568 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9569 (x-disown-selection-internal): New functions.
9570
e456379a
NR
95712009-07-18 Nick Roberts <nickrob@snap.net.nz>
9572
9573 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9574 warning.
9575 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9576 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9577
0013b70f
CY
95782009-07-18 David De La Harpe Golden <david@harpegolden.net>
9579
9580 * simple.el (set-mark): Revert last change.
9581
0855c2ca
CY
95822009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9583
9584 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9585 rendering of pngs is not possible instead of messaging a long
9586 description.
9587
3f5c9cad
CY
95882009-07-17 David De La Harpe Golden <david@harpegolden.net>
9589
9590 * w32-fns.el (x-selection-owner-p): New function.
9591
9592 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
9593 (mouse-yank-at-click, mouse-yank-primary): If
9594 select-active-regions is non-nil, deactivate the mark before
9595 insertion.
3f5c9cad
CY
9596
9597 * simple.el (deactivate-mark, set-mark): Only save selection if we
9598 own it.
9599
1fc87f9b
KH
96002009-07-17 Kenichi Handa <handa@m17n.org>
9601
9602 * case-table.el (describe-buffer-case-table): Fix for the case
9603 that KEY is a cons.
9604
d56fdcd2
DN
96052009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9606
9607 * vc-rcs.el (vc-rcs-find-file-hook):
9608 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9609
bede3e9f
MA
96102009-07-16 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/tramp.el (tramp-wait-for-output): Handle the case when
9613 commands do not return a newline but a null byte before the shell
9614 prompt. (Bug#3858)
9615
7653ca1d
YM
96162009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9617
9618 * term/ns-win.el (ns-set-alpha): Don't declare.
9619 (ns-set-background-alpha): Remove function.
9620
ed2a52e9
SM
96212009-07-16 Kevin Ryde <user42@zip.com.au>
9622
9623 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9624 y-or-n-p, for safety.
9625
7a907299
RS
96262009-07-16 Richard Stallman <rms@gnu.org>
9627
9628 * files.el (auto-save-mode): If buffer-saved-size is -2,
9629 don't clobber it.
9630
9631 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9632 (rmail-retry-ignored-headers): Add more uninteresting fields.
9633
c0db3477
CY
96342009-07-15 Jari Aalto <jari.aalto@cante.net>
9635
9636 * net/rcirc.el (rcirc): Use history variables.
9637 (rcirc-server-name-history, rcirc-nick-name-history)
9638 (rcirc-server-port-history): New variables.
9639
6c875452
KH
96402009-07-15 Kenichi Handa <handa@m17n.org>
9641
bf974dc9
KH
9642 * international/mule-cmds.el (set-language-environment-charset):
9643 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9644 ignore them.
9645
6c875452
KH
9646 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9647 Delete unibyte-display.
9648
2066b4fe
CY
96492009-07-15 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9652
f9be2e35
CY
96532009-07-15 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * simple.el (deactivate-mark): Optional argument FORCE.
9656 (set-mark): Use deactivate-mark.
9657
9658 * info.el (Info-search): No need to check transient-mark-mode
9659 before calling deactivate-mark.
9660
9661 * select.el (x-set-selection): Doc fix.
9662 (x-valid-simple-selection-p): Allow buffer values.
9663 (xselect--selection-bounds): Handle buffer values. Suggested by
9664 David De La Harpe Golden.
9665
9666 * mouse.el (mouse-set-region, mouse-drag-track): Call
9667 copy-region-as-kill before setting the mark, to let
9668 select-active-regions work.
9669
be3e598a 96702009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
9671
9672 * simple.el (deactivate-mark): If select-active-regions is
9673 non-nil, copy the selection data into a string.
9674 (activate-mark): If select-active-regions is non-nil, set the
9675 selection to the current buffer.
9676 (set-mark): Update selection if select-active-regions is non-nil.
9677
9678 * select.el (x-valid-simple-selection-p): Allow buffer values.
9679
cbd61418
SM
96802009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9683 and more featureful message-mode.
9684
f470187f
CY
96852009-07-14 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * select.el (x-set-selection): Doc fix.
9688 (x-valid-simple-selection-p): Disallow selection data consisting
9689 of a list or cons of integers, since that is not used.
9690 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9691 (xselect-convert-to-string, xselect-convert-to-length)
9692 (xselect-convert-to-filename, xselect-convert-to-charpos)
9693 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9694
bfc99364
DD
96952009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9696
9697 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9698 output in -break-info command (Emacs bug #3794).
9699
e32721f5
GM
97002009-07-14 Glenn Morris <rgm@gnu.org>
9701
1e46f9e4
GM
9702 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9703 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9704 (edebug-print-length, edebug-print-level, edebug-print-circle)
9705 (edebug-sit-for-seconds, edebug-view-outside)
9706 (edebug-bounce-point, edebug-set-global-break-condition)
9707 (edebug-Go-nonstop-mode, edebug-trace-mode)
9708 (edebug-Trace-fast-mode, edebug-continue-mode)
9709 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9710 (edebug-visit-eval-list): Doc fixes.
9711
e32721f5
GM
9712 * subr.el (def-edebug-spec): Doc fix.
9713
66a85e76
KH
97142009-07-14 Kenichi Handa <handa@m17n.org>
9715
9716 * international/characters.el: Fix setting of category ?C.
9717
28571246
JD
97182009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9719
7b6fefac 9720 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
9721 ns-popup-font-panel instead of generate-fontset-menu.
9722
5d74672c
EZ
97232009-07-12 Eli Zaretskii <eliz@gnu.org>
9724
7b6fefac 9725 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 9726
eb1727a4
CY
97272009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9728
9729 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9730 the PK\003\004 header (Bug#3770).
9731
208384c5
CY
97322009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9733
9734 * pcomplete.el (pcomplete-comint-setup): Check for
9735 shell-dynamic-complete-filename too.
9736
774409a1
CY
97372009-07-11 Chong Yidong <cyd@stupidchicken.com>
9738
9739 * simple.el (temporary-goal-column): Change the value for
9740 line-move-visual to a cons cell.
9741 (line-move-visual): Record or set the window hscroll, if
9742 necessary (Bug#3494).
9743 (line-move-1): Handle cons value of temporary-goal-column.
9744
1639ee1d
KH
97452009-07-11 Kenichi Handa <handa@m17n.org>
9746
9747 * international/mule-diag.el (describe-character-set): Don't show
9748 width.
9749
2b1d2412
SS
97502009-07-10 Sam Steingold <sds@gnu.org>
9751
9752 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9753 Omake sometimes indents the errors it prints, so allow all
9754 regexps to start with spaces.
9755
ed3a5691
EZ
97562009-07-10 Eli Zaretskii <eliz@gnu.org>
9757
ed2a52e9
SM
9758 * cus-edit.el (customize-changed-options-previous-release):
9759 Bump value to 22.1. (Bug#3804)
ed3a5691 9760
49405d0e
SS
97612009-07-08 Sam Steingold <sds@gnu.org>
9762
9763 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9764 to be a cons cell (test . ignored-directory) to selectively ignore
9765 some directories depending on the location of the search.
9766
93c3eb7c
MA
97672009-07-08 Michael Albinus <michael.albinus@gmx.de>
9768
9769 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9770 remote user is root, on the local host.
9771 (tramp-local-host-p): Either the local user or the remote user
9772 must be root. (Bug#3771)
9773
6f2a8484
NR
97742009-07-08 Nick Roberts <nickrob@snap.net.nz>
9775
9776 * progmodes/gdb-mi.el (gdb): Remove description of
9777 gdb-use-separate-io-buffer.
69cb8d82 9778 (menu): Don't allow toggling of or enable
6f2a8484
NR
9779 gdb-use-separate-io-buffer from menubar.
9780
88d03607
CY
97812009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9782
9783 * mail/unrmail.el (unrmail): Make sure the message ends with two
9784 newlines (Bug#3769).
9785
7ef5b8b2
GM
97862009-07-08 Glenn Morris <rgm@gnu.org>
9787
9788 * calendar/calendar.el (calendar-current-date): Rework previous change.
9789
3ce82f97
GM
97902009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9791
9792 * calendar/calendar.el (calendar-current-date):
9793 Add an optional argument giving an offset from today.
9794
f35fc841
GM
97952009-07-08 Glenn Morris <rgm@gnu.org>
9796
9797 * tutorial.el (tutorial--describe-nonstandard-key):
9798 Adjust the message for when a key has been unbound.
9799 (help-with-tutorial): Hide the arch-tag.
9800
40149292
KH
98012009-07-08 Kenichi Handa <handa@m17n.org>
9802
69cb8d82
KH
9803 * international/fontset.el (setup-default-fontset): For each
9804 script, append (not set) font-specs.
9805
40149292
KH
9806 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9807 docstring.
9808
ff0c4194
NR
98092009-07-08 Nick Roberts <nickrob@snap.net.nz>
9810
9811 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9812 -data-list-register-names to ...
9813 (gdb-starting): ... here because GDB 7.0 requires execution to
9814 have started when using this MI command.
9815 (gdb-set-header): New function to distinguish select and
9816 unselected tabs in gdb buffers.
9817 (gdb-propertize-header): New macro that uses gdb-set-header.
9818 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 9819 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 9820
8954c675
CY
98212009-07-07 Chong Yidong <cyd@stupidchicken.com>
9822
9823 * Makefile.in (ELCFILES): Remove fadr.elc.
9824
0996385d
DD
98252009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9826
dc6b4519
DD
9827 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9828 may contain frame information, so `string-match' should be used.
9829 (gdb-update): Disassembly is invalidated through
9830 `gdb-get-selected-frame'.
9831 (gdb-pad-string): New function to pad string with spaces.
9832 (gdb-invalidate-disassembly): Invalidate only if the buffer
9833 exists.
9834 (gdb-disassembly-handler-custom): Column alignment.
9835 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9836 placing new ones.
9837 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9838 end of line, too.
9839 (gdb-frame-handler): Match convention to for disassembly buffer
9840 mode name.
17c1380b 9841 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
9842 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9843 not highlight breakpoints without line information.
69a197a2 9844 (gdb-input): Add trailing newline to command.
dc6b4519 9845
14340b25
DD
9846 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9847 buffer properly.
9848 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 9849 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
9850 now.
9851 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9852 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9853 to place breakpoints.
14340b25
DD
9854 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9855 functions.
9856 (gdb-disassembly-handler-custom): Show overlay arrow.
9857 (gdb-disassembly-place-breakpoints): Show breakpoints in
9858 disassembly buffer.
9859 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 9860 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 9861 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 9862 in `gud-menu-map'.
14340b25 9863
38d4f316 9864 * fadr.el: Remove.
1f2a6224 9865
7b6fefac 9866 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 9867 (gdb-memory-address): New variable which holds top address of
7b6fefac 9868 memory page shown in memory buffer.
0996385d
DD
9869 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9870 customization variables.
9871 New functions:
9872 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9873 display the memory buffer.
9874 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9875 buffer display parameters.
9876 (def-gdb-memory-format, gdb-memory-format-binary)
9877 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9878 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9879 Functions for setting memory buffer format.
9880 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9881 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9882 unit size used in memory buffer.
9883 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9884 to next/previous page of memory buffer.
28d67a53 9885 Now using (bindat-get-field) instead of fadr functions.
0996385d 9886
9ba562d3
SS
98872009-07-07 Sam Steingold <sds@gnu.org>
9888
9889 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9890 non-top-level files.
9891
a43977db
KH
98922009-07-07 Kenichi Handa <handa@m17n.org>
9893
9894 * international/mule-cmds.el (reset-language-environment): Put
9895 the highset priority to the charset iso-8859-1.
9896
d44d05e8
CY
98972009-07-06 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9900 to the end of the line when locating the block (Bug#700).
9901
3e2fa353
MA
99022009-07-06 Michael Albinus <michael.albinus@gmx.de>
9903
9904 * net/tramp.el (tramp-handle-write-region): Flush file properties
9905 in case of short track.
9906
be3e598a 99072009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 9908
bf0b361c
JB
9909 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
9910 Coded custom representation of verilog error regular expressions
9911 to work with Emacs-22's new format.
d88782c3 9912 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 9913 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
9914 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9915 error recognition into XEmacs.
9916 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9917 error recognition into Emacs-22.
9918
25c6f63e
CY
99192009-07-06 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * woman.el: Remove stand-alone closing parentheses.
9922 (woman-file-name, woman2-format-paragraphs)
9923 (woman-leave-blank-lines): Code cleanup.
9924 (woman-use-own-frame): Change default to nil.
9925 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9926 defaults to inherit from default faces.
9927 (woman2-process-escapes): Consume the newline after a stand-alone
9928 filler character (Bug#3651).
9929
f176290e
GM
99302009-07-06 Glenn Morris <rgm@gnu.org>
9931
9932 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9933 (top-level): Move provide to the end.
9934 (ffap): Remove defunct URL from custom group.
9935
9936 * subr.el (eval-after-load): Doc fix.
9937
7b6fefac 99382009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
9939
9940 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9941 `calc-embedded-word' is called twice.
9942
4b8b1ec5
SM
99432009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * files.el (find-alternate-file-other-window, find-alternate-file):
9946 Obey confirm-nonexistent-file-or-buffer.
9947
d6ceb380
MA
99482009-07-05 Michael Albinus <michael.albinus@gmx.de>
9949
9950 * dired-aux.el (dired-show-file-type): Handle remote files.
9951
be3e598a 99522009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 9953
4b8b1ec5
SM
9954 * desktop.el (desktop-globals-to-save):
9955 Add file-name-history (Bug#2750).
c760f19e 9956
6d00ce04
CY
99572009-07-05 Chong Yidong <cyd@stupidchicken.com>
9958
4b8b1ec5 9959 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 9960
6ee21b07
JB
99612009-07-04 Johan Bockgård <bojohan@gnu.org>
9962
9963 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9964 property on entire argument since this is what eshell-lisp-command
9965 expects.
9966
f0dbdc25
MA
99672009-07-03 Michael Albinus <michael.albinus@gmx.de>
9968
9969 * net/tramp-gvfs.el (tramp-gvfs-methods)
9970 (tramp-gvfs-zeroconf-domain)
9971 (tramp-bluez-discover-devices-timeout): Add version flag.
9972 (tramp-gvfs-handler-mounted-unmounted)
9973 (tramp-gvfs-connection-mounted-p): Polish handling of
9974 incompatibilities between GVFS 0.2 and 1.0.
9975
e044e4fc
JD
99762009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9977
4b8b1ec5 9978 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 9979
2e9b968b
JB
99802009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9981
bf0b361c 9982 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
9983 formatted correctly.
9984
baf1a55e
JL
99852009-07-02 Juri Linkov <juri@jurta.org>
9986
9987 * info.el: Virtual Info files and nodes.
9988 (Info-virtual-files, Info-virtual-nodes): New variables.
9989 (Info-current-node-virtual): New variable.
9990 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9991 New functions.
9992 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9993 to check for a virtual file instead of checking a fixed list
9994 of node names.
9995 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9996 instead of ad-hoc processing of "dir" and (apropos history toc).
9997 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9998 instead of ad-hoc processing of "dir" and (apropos history toc).
9999 Reread a file when moving from a virtual node.
10000 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
10001 (Info-directory-toc-nodes, Info-directory-find-file)
10002 (Info-directory-find-node): New functions.
10003 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
10004 (Info-history): Move part of code to
10005 `Info-history-find-node'.
10006 (Info-history-toc-nodes, Info-history-find-file)
10007 (Info-history-find-node): New functions.
10008 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
10009 (Info-toc): Move part of code to `Info-toc-find-node'.
10010 (Info-toc-find-node): New function.
4b8b1ec5 10011 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
10012 the current Info file name to references because now the node
10013 "*TOC*" belongs to the same Info manual.
4b8b1ec5 10014 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
10015 (Info-toc-nodes): Rename input argument `file' to `filename'.
10016 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
10017 instead of ad-hoc processing of ("dir" apropos history toc).
10018 (Info-index-nodes): Use Info-virtual-file-p
10019 to check for a virtual file instead of checking a fixed list
10020 of node names.
10021 (Info-index-node): Add check for `Info-current-node-virtual'.
10022 Raise `save-match-data' higher up the tree to contain
10023 `search-forward' too (bug fix).
10024 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
10025 (Info-virtual-index-nodes): New variable.
10026 (Info-virtual-index-find-node, Info-virtual-index): New functions.
10027 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
10028 (Info-apropos-file, Info-apropos-nodes): New variables.
10029 (Info-apropos-toc-nodes, Info-apropos-find-file)
10030 (Info-apropos-find-node, Info-apropos-matches): New functions.
10031 (info-apropos): Move part of code to `Info-apropos-find-node' and
10032 `Info-apropos-matches'.
10033 (Info-mode-map): Bind "I" to `Info-virtual-index'.
10034 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
10035 for a virtual file instead of checking a fixed list of node names.
10036
10037 * simple.el (async-shell-command): New command.
10038
10039 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
10040
10041 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
10042 instead of `mount-info'.
10043
d04bc496
MA
100442009-07-02 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 10047 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 10048
af0403e0
KH
100492009-07-02 Kenichi Handa <handa@m17n.org>
10050
10051 * international/mule.el (set-keyboard-coding-system): Force *-unix
10052 coding-system to avoid eol conversion.
10053
99278f8a
MA
100542009-07-01 Michael Albinus <michael.albinus@gmx.de>
10055
4b8b1ec5
SM
10056 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10057 Add handler for `process-file', `shell-command' and
99278f8a
MA
10058 `start-file-process'.
10059 (tramp-gvfs-handle-shell-command)
10060 (tramp-gvfs-handle-start-file-process)
10061 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 10062 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 10063
3f1c6666
JD
100642009-07-01 Jan Djärv <jan.h.d@swipnet.se>
10065
10066 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
10067
3f396bac
KH
100682009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
10069
10070 * language/korean.el (set-language-info-alist): Add korean-cp949,
10071 cp949 to spec.
10072
c1185193
KH
100732009-07-01 Kenichi Handa <handa@m17n.org>
10074
10075 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
10076
10077 * international/encoded-kb.el: Deleted.
10078
10079 * international/mule.el (set-keyboard-coding-system): Perform the
10080 necessary setup here instead of calling encoded-kbd-setup-display.
10081
3f150a60
GM
100822009-07-01 Glenn Morris <rgm@gnu.org>
10083
10084 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
10085
b0d5b05b
GM
100862009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
10087
10088 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
10089
4f4126e6
MA
100902009-06-30 Michael Albinus <michael.albinus@gmx.de>
10091
4b8b1ec5
SM
10092 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
10093 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 10094 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 10095
7ae3ea65 10096 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
10097 (top): Add a default for "synce" in `tramp-default-user-alist'.
10098 Add completion function for "synce" method.
10099 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
10100 (tramp-hal-interface-manager, tramp-hal-interface-device):
10101 New defconst.
10102 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
10103 (tramp-synce-list-devices, tramp-synce-parse-device-names):
10104 New defuns.
d6ceb380
MA
10105
10106 * net/trampver.el: Update release number.
7ae3ea65 10107
0ad6626b
KH
101082009-06-30 Kenichi Handa <handa@m17n.org>
10109
10110 * international/fontset.el (setup-default-fontset): Add CJK fonts
10111 for symbols and the other miscellaneous characters.
10112
4b8b1ec5
SM
10113 * language/korea-util.el (setup-korean-environment-internal):
10114 Make char-width-table suitable for Korean environments.
0ad6626b
KH
10115 (exit-korean-environment): Cancel above.
10116
10117 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10118 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
10119 setup-funcion to make char-widht-table suitable for respective
10120 environments, and an exit-function to cancel that.
10121
10122 * language/japan-util.el (setup-japanese-environment-internal):
10123 Call use-cjk-char-width-table with arg `ja_JP'.
10124
10125 * international/characters.el (cjk-char-width-table): Delete it.
10126 (cjk-char-width-table-list): New variable.
10127 (use-cjk-char-width-table): New arg local-name.
10128 (use-default-char-width-table): Fix for the case that Emacs is
10129 already using the default char-width-table.
10130
fd46e893
MA
101312009-06-29 Michael Albinus <michael.albinus@gmx.de>
10132
10133 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10134 modes mandatory. (Bug#3712)
10135
b87d9f96
AM
101362009-06-29 Alan Mackenzie <acm@muc.de>
10137
10138 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 10139 correction between the visible width of TABs and their number of bytes.
b87d9f96 10140
2d25aa5a
CY
101412009-06-29 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * server.el (server-buffer-done): Prevent kill-buffer from
10144 prompting by clearing the buffer modification flag (Bug#3696).
10145
a3a8b002
DN
101462009-06-28 Michael McNamara <mac@mail.brushroad.com>
10147
bf0b361c 10148 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 10149 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
10150 (verilog-basic-complete-re): Support localparam lineup.
10151 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10152 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10153 commenting.
10154 (verilog-leap-to-case-head): Now support *nested* unique &
10155 priority case statements.
10156 (verilog-auto-lineup): Make just declarations the default (as it
10157 had been).
4b8b1ec5 10158 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 10159 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 10160 select the various styles of automatic lineup.
a3a8b002
DN
10161 (verilog-error-regexp-alist): Rework to support the XEmacs style
10162 of error regular expressions from compilers, lint tools &
10163 simulators. Note that GNU Emacs has made it impossible for a mode
10164 to load such things.
10165 (electric-verilog-terminate-line, verilog-indent-declaration)
10166 (verilog-auto-wiure): Rework for radio button selection of
10167 auto-lineup selection of specification of auto lineup.
10168 (verilog-beg-of-statement-1): Redesign to support proper operation
10169 in additional code, based on testing with auto-lineup.
10170 (verilog-calculate-indent, assignments & declarations)
10171 (verilog-backward-token): Enhance to support auto-lineup of
10172 assignments & declarations.
10173 (verilog-in-directive-p, verilog-at-struct-p): New function for
10174 easy test of whether we are.
10175 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10176 to support safe execution at almost anyline.
10177 (verilog-calc-1): Properly support indenting deep inside generate
10178 blocks.
10179 (verilog-init-font) Remove definition & use of verilog-init-font,
10180 as it is redundant with font-lock-defaults.
a8f316ca 10181 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
10182 to avoid circular calls if syntax-ppss is a function (as is the
10183 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 10184 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
10185 (verilog-ovm-begin-re, verilog-ovm-end-re)
10186 (verilog-ovm-statement-re, verilog-leap-to-head)
10187 (verilog-backward-token): Add support for OVM macros. Some are
10188 complete statements, and others open and close scopes like begin
10189 and end.
10190 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10191 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 10192 compilation issue.
a3a8b002 10193 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 10194 coverpoint, constraint and cross statements.
a3a8b002
DN
10195 (verilog-defun-level-list, verilog-generate-defun-level-list)
10196 (verilog-all-defun-level-list): Redo these specifications - it is
10197 too hard to support eval-when compile aggregation of lists also
10198 built at when-compile time.
10199 (verilog-defun-level-list): Place defconsts of variables used in
10200 building regular expressions which are built in eval-when-compile
10201 bodies in the same eval-when-compile body to facilitate compile
10202 without load.
10203 (verilog-beg-block-re-ordered): Support indenting
10204 virtual/protected tasks and functions.
7b6fefac 10205 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
10206 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10207 indentation of some module items (generate items).
10208 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10209 across virtual/protected tasks and functions.
10210
102112009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10212
bf0b361c 10213 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 10214 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
10215 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10216 in concatenations. Reported by Yishay Belkind.
10217 (verilog-auto-ascii-enum): Support one-hot state machines in
10218 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10219 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10220 modport in AUTOINST and add vl-modport for users. Reported by
10221 David Rogoff.
10222 (verilog-auto-inout-module, verilog-auto-inst)
10223 (verilog-decls-get-interfaces, verilog-insert-definition)
10224 (verilog-insert-one-definition, verilog-read-decls)
10225 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10226 (verilog-sig-modport, verilog-signals-combine-bus)
10227 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10228 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10229 Suggested by David Rogoff.
10230 (verilog-repair-open-comma): Fix non-insertion of comma when
10231 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10232 (verilog-make-width-expression): Simplify [A-1:0] expression
10233 widths to just {A{1'b0}}.
10234 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
10235 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10236 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
10237 inputs/outputs or data type. Suggested by Vasu Kandadi.
10238 (next-error-last-buffer): Fix byte-compiler warning.
10239 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10240 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 10241 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 10242 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
10243 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10244 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 10245 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
10246 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10247 causing use of <= assignments. Reported by Alex Reed.
10248 (verilog-read-decls): Fix triand, trior, wand, wor to be
10249 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10250 (verilog-extended-complete-re): Support import "DPI-C" functions.
10251 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 10252 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
10253 (verilog-insert-date, verilog-insert-year)
10254 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10255 Windows systems. Reported by Michael Potts.
10256 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 10257 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 10258 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 10259 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
10260 (verilog-read-decls): Fix detecting "parameter int" when using
10261 AUTOINSTPARAM. Reported by Bruce T.
10262 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 10263 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 10264 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
10265 verilog-goto-defun will work. Reported by Lawrence Butcher.
10266 (verilog-getopt): Expand environment variables in -f file
10267 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 10268 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
10269 when reading enumerations.
10270 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10271 Suggested by Stephen Peltan.
4b8b1ec5 10272 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
10273 files. Reported by Steve Peltan.
10274
f7c0d931
CY
102752009-06-28 David De La Harpe Golden <david@harpegolden.net>
10276
10277 * files.el (trash-directory): Fix defcustom type.
10278
baf1a55e 102792009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
10280
10281 * help-fns.el (describe-function-1): Correctly locate adviced
10282 functions in hyperlink (Bug#2438).
10283
d63a01ef
CY
102842009-06-28 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * files.el (trash-directory): Change default to nil.
10287 (move-file-to-trash): If trash-directory is nil and
10288 system-move-file-to-trash is unbound, perform freedesktop-style
10289 trashing.
10290
102912009-06-28 David De La Harpe Golden <david@harpegolden.net>
10292
10293 * files.el (move-file-to-trash): Add freedesktop trash
10294 support (Bug#973).
10295
fc2f6a26
GM
102962009-06-28 Glenn Morris <rgm@gnu.org>
10297
10298 * autorevert.el (global-auto-revert-non-file-buffers)
10299 (global-auto-revert-mode): Doc fixes.
10300
00242b07
JB
103012009-06-27 Johan Bockgård <bojohan@gnu.org>
10302
10303 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10304
f5594f03
CY
103052009-06-27 Chong Yidong <cyd@stupidchicken.com>
10306
e8a2b2da
CY
10307 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10308 opened an X connection before calling x-get-resource (Bug#3194).
10309
f5594f03
CY
10310 * play/doctor.el: Remove reference to obsolete website.
10311 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10312
3c3bf6ce
DN
103132009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10314
10315 Remove find-file-not-found-hook VC method. (Bug#2757)
10316 * vc-hooks.el (vc-file-not-found-hook)
10317 (vc-default-find-file-not-found-hook): Remove functions.
10318 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10319 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10320 * vc.el:
10321 * vc-hg.el:
10322 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10323
e26a7bc0
AM
103242009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10325
10326 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 10327 compatibility function for `looking-back'.
e26a7bc0 10328
4b8b1ec5 10329 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 10330 Use `ispell-looking-back'.
e26a7bc0 10331
d9848600
MA
103322009-06-24 Michael Albinus <michael.albinus@gmx.de>
10333
10334 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 10335 rather than `filename'.
d9848600 10336
05fbc4a9
MB
103372009-06-23 Miles Bader <miles@gnu.org>
10338
10339 * face-remap.el (text-scale-set): New function.
10340
f86ca715
GM
103412009-06-23 Glenn Morris <rgm@gnu.org>
10342
33e2c2e5
GM
10343 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10344
f529f302
GM
10345 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10346
34995333
GM
10347 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10348
cc80ccee
GM
10349 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10350
84cb770d
GM
10351 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10352 Simplify Persian conditionals.
10353
d916c965
GM
10354 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10355 variable `filename'.
10356
b6a44b27
GM
10357 * comint.el (comint-insert-input): Doc fix.
10358
f86ca715
GM
10359 * Makefile.in (ELCFILES): Fix typo in previous change.
10360
666e158e
MB
103612009-06-23 Miles Bader <miles@gnu.org>
10362
10363 * cus-start.el: Add entry for `recenter-redisplay'.
10364
be3e598a 103652009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
10366
10367 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10368 Add an optional argument for the backend, use it instead of
10369 calling vc-backend.
4b8b1ec5
SM
10370 (vc-mode-line): Add an optional argument for the backend.
10371 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
10372 special handling for vc-state being a buffer to ...
10373
10374 * vc-rcs.el (vc-rcs-find-file-hook):
10375 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10376
10377 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10378 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10379 vc-stay-local-p and vc-mode-line calls.
10380
10381 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10382 (vc-cvs-diff, vc-cvs-annotate-command)
10383 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10384 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10385 vc-mode-line calls.
10386
10387 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10388 direct comparison.
10389 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10390 backend when calling vc-mode-line.
10391 (vc-register): Do not create a closure for calling the vc register
10392 function, call it directly.
10393
2764748c
DN
103942009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10395
10396 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10397 to make it obvious item can be clicked.
f5a0b281
DN
10398
10399 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10400
d4a885b2
KH
104012009-06-23 Kenichi Handa <handa@m17n.org>
10402
10403 * language/korea-util.el (korean-key-bindings): Change the binding
10404 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10405 same command.
10406
e3610693
MA
104072009-06-22 Michael Albinus <michael.albinus@gmx.de>
10408
10409 Sync with Tramp 2.1.16.
10410
10411 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10412
10413 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10414 when a loading of a package fails. Completion function for rsync
10415 is `tramp-completion-function-alist-ssh'.
10416 (all): Replace all calls of `split-string' and
10417 `tramp-split-string' by `tramp-compat-split-string'.
10418 (tramp-default-method): Use `tramp-compat-process-running-p'.
10419 (tramp-default-proxies-alist): Allow also Lisp forms.
10420 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 10421 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
10422 (tramp-domain-regexp): Allow also "-", "_" and ".".
10423 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10424 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10425 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
10426 (tramp-handle-directory-files-and-attributes-with-stat):
10427 Care about filenames with spaces, or starting with "-".
e3610693
MA
10428 (tramp-handle-dired-uncache): New defun.
10429 (tramp-handle-insert-directory): Don't flush the directory from
10430 cache, this is handled by `dired-uncache' now.
10431 (tramp-handle-insert-file-contents): Improve error handling.
10432 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10433 Quote `tramp-end-of-output'.
10434 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
10435 (tramp-check-for-regexp): Both echoes must be present, before removing.
10436 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
10437 (tramp-compute-multi-hops): Eval cons cells of
10438 `tramp-default-proxies-alist'.
10439 (tramp-maybe-open-connection): Use the same command pattern for
10440 first hop and further hops.
10441 (tramp-wait-for-output): Remove handling of newlines.
10442 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10443 (tramp-split-string): Remove function. It is handled in
10444 tramp-compat now.
10445
4b8b1ec5
SM
10446 * net/tramp-cmds.el (tramp-bug):
10447 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
10448
10449 * net/tramp-compat.el (tramp-compat-split-string)
10450 (tramp-compat-process-running-p): New defuns.
10451
10452 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10453 for `dired-uncache'.
10454
10455 * net/tramp-gvfs.el: New package.
10456
4b8b1ec5
SM
10457 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10458 Add handler for `dired-uncache'.
e3610693
MA
10459 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10460
10461 * net/trampver.el: Update release number. Make version check fit
10462 for SXEmacs 22.
10463
13a3f374
JM
104642009-06-22 Jim Meyering <meyering@redhat.com>
10465
e0a28a3b 10466 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
10467 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10468 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10469
5242671e 104702009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 10471 Nick Roberts <nickrob@snap.net.nz>
13a3f374 10472
e0a28a3b 10473 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
10474 repository (http://sphinx.net.ru/hg/gdb-mi/).
10475
3fde45af
GM
104762009-06-22 Glenn Morris <rgm@gnu.org>
10477
46253b34
GM
10478 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10479 `mode' and `eval' entries. (Bug#3430)
10480
97e18192
GM
10481 * Makefile.in (ELCFILES): Add fadr.elc.
10482
731a00fb
GM
10483 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10484 differing behavior of \n and ^ in strings. (Bug#3385)
10485
c66cd0ff
GM
10486 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10487
3fde45af
GM
10488 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10489 property.
10490 (lisp-indent-function): Make it a defcustom.
10491
db2241a0
NR
104922009-06-21 Nick Roberts <nickrob@snap.net.nz>
10493
10494 * progmodes/gdb-ui.el: Replace with ...
5242671e 10495 * progmodes/gdb-mi.el: ... this file.
db2241a0 10496 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
10497
104982009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10499
db2241a0
NR
10500 * fadr.el: New file.
10501
38d4f316 10502See ChangeLog.14 for earlier changes.
e3d51b27
MR
10503
10504;; Local Variables:
10505;; coding: utf-8
e3d51b27
MR
10506;; End:
10507
4e5617ee 10508 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
10509
10510 This file is part of GNU Emacs.
10511
10512 GNU Emacs is free software: you can redistribute it and/or modify
10513 it under the terms of the GNU General Public License as published by
10514 the Free Software Foundation, either version 3 of the License, or
10515 (at your option) any later version.
10516
10517 GNU Emacs is distributed in the hope that it will be useful,
10518 but WITHOUT ANY WARRANTY; without even the implied warranty of
10519 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10520 GNU General Public License for more details.
10521
10522 You should have received a copy of the GNU General Public License
10523 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10524
38d4f316 10525;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1