* net/dbus.el: Accept UNIX domain sockets as bus address.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e73f184c
MA
12010-08-23 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el: Accept UNIX domain sockets as bus address.
4 (top): Don't initialize `dbus-registered-objects-table' anymore,
5 this is done in dbusbind,c.
6 (dbus-check-event): Adapt test for bus.
7 (dbus-return-values-table, dbus-unregister-service)
8 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
9 Adapt doc string.
10
1a140747
JB
112010-08-23 Juanma Barranquero <lekktu@gmail.com>
12
13 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
14
7133b7ee
JL
152010-08-22 Juri Linkov <juri@jurta.org>
16
17 * simple.el (read-extended-command): New function with the logic
18 for `completing-read' moved to Elisp from `execute-extended-command'.
19 Use `function-called-at-point' in `minibuffer-default-add-function'
20 to get a command name for M-n (bug#5364, bug#5214).
21
198a7a97
CY
222010-08-22 Chong Yidong <cyd@stupidchicken.com>
23
24 * startup.el (command-line-1): Issue warning for ignored arguments
25 --unibyte, etc (Bug#6886).
26
bc7d7ea6
CY
272010-08-22 Chong Yidong <cyd@stupidchicken.com>
28
29 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
30
b0126eac 312010-08-22 Leo <sdl.web@gmail.com>
e0143335
LL
32
33 Fix buffer-list rename&refresh after after killing a buffer in ido.
34 * lisp/ido.el: Revert Óscar's.
35 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
36 Remember the buffers at head, rather than their name.
37 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
38
b0126eac 392010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
40 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
43 extra backslash added to each line (bug#6890).
44
b0126eac 452010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
46
47 * subr.el (read-key): Don't echo keystrokes (bug#6883).
48
b0126eac 492010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
50
51 * menu-bar.el (menu-bar-games-menu): Add landmark.
52
b0126eac 532010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 54
9130a2d6
GM
55 * align.el (align-regexp): Make group and spacing arguments
56 use the interactive defaults when non-interactive. (Bug#6698)
57
fb89a654
GM
58 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
59 expansion, so as not to need sendmail.
60 (mail-text-start): Remove declaration.
61 (rmail-retry-failure): Require sendmail.
62
b0126eac 632010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
64
65 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
66
b0126eac 672010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 68
186e86db
SM
69 * progmodes/flymake.el (flymake-start-syntax-check-process):
70 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 71
b0126eac 722010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
73
74 * files.el: Add `word-wrap' as safe local variable.
75
b0126eac 762010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
77
78 * woman.el (woman-translate): Case matters. (Bug#6849)
79
b0126eac 802010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
81
82 * simple.el (kill-region): Doc fix (Bug#6787).
83
b0126eac 842010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
85
86 * calendar/diary-lib.el (diary-header-line-format):
87 Fit it to the window, not the frame.
88
b0126eac 892010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
90
91 * subr.el (ignore-errors): Add debug declaration.
92
b0126eac 932010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
94
95 * whitespace.el (whitespace-color-off): Remove post-command-hook
96 locally.
97
537ffaf3
SM
982010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
101
d64b8a68
CY
1022010-08-21 Chong Yidong <cyd@stupidchicken.com>
103
104 * cus-edit.el (custom-group-value-create): Add extra newline
105 before end line (Bug#6876).
106
d2625c3d
CY
1072010-08-21 Chong Yidong <cyd@stupidchicken.com>
108
109 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
110 when extending it. Before killing on the second click, check if
111 the buffer is the correct one. Doc fix.
112 (mouse-secondary-save-then-kill): Allow usage without first
113 calling mouse-start-secondary, by defaulting to point. Don't save
114 an empty secondary selection. Doc fix.
115
80525855
VJL
1162010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
117
91bdeb66
VJL
118 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
119 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 120 New version 13.0.
80525855
VJL
121 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
122 Adjust initialization.
123 (whitespace-bob-marker, whitespace-eob-marker)
124 (whitespace-buffer-changed): New vars.
125 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
126 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
127 (whitespace-post-command-hook, whitespace-display-char-on):
128 Adjust code.
80525855 129 (whitespace-looking-back, whitespace-buffer-changed): New funs.
537ffaf3 130 (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs.
80525855 131
4b9c0a49
SM
1322010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
133
118cf454
SM
134 * files.el (locate-file-completion-table): Only list the .el and .elc
135 extensions if there's no other choice (bug#5955).
136
a2e5caf7
SM
137 * facemenu.el (facemenu-self-insert-data): New var.
138 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
139 New functions.
140 (facemenu-add-face): Use them.
141
4b9c0a49
SM
142 * simple.el (blink-matching-open): Obey forward-sexp-function.
143
0193499f
SM
1442010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
145
b2a15250
SM
146 * simple.el (prog-mode-map): New var.
147 (prog-indent-sexp): New command.
148
b5ba2d6f
SM
149 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
150
9acd1bdc
SM
151 * progmodes/prolog.el (smie): Require.
152
8723cfa4
SM
153 * emacs-lisp/smie.el (smie-default-backward-token)
154 (smie-default-forward-token): Strip properties.
155 (smie-next-sexp): Be more careful with associative operators.
156 (smie-forward-sexp-command): Generalize.
157 (smie-backward-sexp-command): Simplify.
158 (smie-closer-alist): New var.
159 (smie-close-block): New command.
160 (smie-indent-debug-log): New var.
161 (smie-indent-offset-rule): Add a few more cases.
162 (smie-indent-column): New function.
163 (smie-indent-after-keyword): Use it.
164 (smie-indent-keyword): Use it.
165 Fix up the opener code's point position.
166 (smie-indent-comment): Only applies at BOL.
167 (smie-indent-debug): New command.
168
0193499f
SM
169 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
170 declarations that are useful before running the macro.
171
0c9b8993
GM
1722010-08-18 Joakim Verona <joakim@verona.se>
173
174 * image.el (imagemagick-types-inhibit): New variable.
175 (imagemagick-register-types): New function.
176 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
177 (image-transform-set-scale, image-transform-fit-to-height)
178 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
179 (image-transform-fit-to-width, image-transform-fit-to-height):
180 New functions.
ccd80618
JV
181 (image-toggle-display-image): Support image transforms.
182
1075cd61
KY
1832010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
184
185 * image.el (create-animated-image): Don't add heuristic mask to image
186 (Bug#6839).
187
64cb6c78
J
1882010-08-18 Jan Djärv <jan.h.d@swipnet.se>
189
0193499f
SM
190 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
191 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 192
ff80a446
SM
1932010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
194
afa22f7c
SM
195 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
196
ff80a446
SM
197 Font-lock '...' strings, plus various simplifications and fixes.
198 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
199 (octave-font-lock-close-quotes): New function.
200 (octave-font-lock-syntactic-keywords): New var.
201 (octave-mode): Use it. Set beginning-of-defun-function.
202 (octave-mode-map): Don't override the <foo>-defun commands.
203 (octave-mode-menu): Pass it directly to easy-menu-define;
204 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
205 (octave-block-match-alist): Fix up last change so that
206 octave-close-block uses the more specific keyword.
207 (info-lookup-mode): Silence byte-compiler.
208 (octave-beginning-of-defun): Not interactive any more.
209 Optimize slightly.
210 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
211 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
212 (octave-completion-at-point-function): Make sure point is within
213 beg..end.
214 (octave-reindent-then-newline-and-indent):
215 Use reindent-then-newline-and-indent.
216 (octave-add-octave-menu): Remove.
217
2269b349
JD
2182010-08-17 Jan Djärv <jan.h.d@swipnet.se>
219
489cd5bd
JD
220 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
221 (report-emacs-bug-can-use-xdg-email): New functions.
222 (report-emacs-bug): Set can-xdg-email to result of
223 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
224 \C-cm to report-emacs-bug-insert-to-mailer and add help text
225 about it.
30ebab6d 226
a2fb159c
GM
227 * net/browse-url.el (browse-url-default-browser): Add cond
228 for browse-url-xdg-open.
229 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
230
2312010-08-17 Glenn Morris <rgm@gnu.org>
232
233 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
234 (c-fontify-recorded-types-and-refs): Define for compiler.
235 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
236 before use.
237
238 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
239 Fix format call.
240
bb6aba9c
MA
2412010-08-17 Michael Albinus <michael.albinus@gmx.de>
242
243 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
244 properties.
245 (tramp-handle-process-file): Call the program in a subshell, in
246 order to preserve working directory.
247 (tramp-action-password): Hide password prompt before next run.
248 (tramp-process-actions): Widen connection buffer for the trace.
249
8f10c937
DD
2502010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
251
252 * net/rcirc.el (rcirc-log-process-buffers): New option.
253 (rcirc-print): Use it.
254 (rcirc-generate-log-filename): New function.
255 (rcirc-log-filename-function): Change default to
256 rcirc-generate-log-filename (Bug#6828).
257
7c23dd44
CY
2582010-08-16 Chong Yidong <cyd@stupidchicken.com>
259
260 * simple.el (deactivate-mark): If select-active-regions is `only',
261 only set selection for temporarily active regions.
262
263 * cus-start.el: Change defcustom for select-active-regions.
264
6d3e82d2
CY
2652010-08-15 Chong Yidong <cyd@stupidchicken.com>
266
267 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
268 (mouse-drag-track): Use LOCATION arg to push-mark.
269 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
270 consideration when updating point and mark (Bug#6840).
271
c68263b1
CY
2722010-08-15 Chong Yidong <cyd@stupidchicken.com>
273
274 * progmodes/compile.el (compilation-error-regexp-alist-alist):
275 Give the Ruby rule a lower priority than Gnu (Bug#6778).
276
456f369a
ŠN
2772010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
278
ff80a446
SM
279 * font-lock.el (lisp-font-lock-keywords-2):
280 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
281 with-demoted-errors, and with-silent-modifications (Bug#6025).
282
c22e18f5
KR
2832010-08-14 Kevin Ryde <user42@zip.com.au>
284
285 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
286 (copyright-update): Temporary switch-to-buffer to ensure the
287 buffer change being queried is visible (Bug#5394).
c22e18f5 288
6f1a6faf
TT
2892010-08-14 Tom Tromey <tromey@redhat.com>
290
291 * progmodes/etags.el (tags-file-name): Mark safe if stringp
292 (Bug#6733).
293
e7afcf30
EZ
2942010-08-14 Eli Zaretskii <eliz@gnu.org>
295
296 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
297 MS-DOS. (Bug#6689)
298
2b4e6277
J
2992010-08-13 Jan Djärv <jan.h.d@swipnet.se>
300
301 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
302 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
303 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
304 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
305 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
306 Call menu-bar-set-tool-bar-position.
2b4e6277 307
dc94fc85
SM
3082010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
309
c5683ceb
SM
310 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
311 comment style (bug#6834).
312 * progmodes/scheme.el (scheme-mode-syntax-table):
313 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
314 "b" flag in "' 14b" syntax.
315
c82d5b11
SM
316 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
317 for (un)commenting the region and performing completion.
318 (octave-mode-menu): Use standard commands for help and completion.
319 (octave-mode-syntax-table): Support %{..%} comments (sort of).
320 (octave-mode): Use define-derived-mode.
321 Set completion-at-point-functions and don't set columns.
322 Don't disable adaptive-fill-regexp.
323 (octave-describe-major-mode, octave-comment-region)
324 (octave-uncomment-region, octave-comment-indent)
325 (octave-indent-for-comment): Remove.
326 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 327 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
328 (octave-initialize-completions): No need to make an alist.
329 (octave-completion-at-point-function): New function.
330 (octave-complete-symbol): Use it.
331 (octave-insert-defun): Use define-skeleton.
332
333 * progmodes/octave-mod.el (octave-mode): Set comment-add.
334 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 335
61b6abbd
AL
3362010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
337
338 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
339 indentation of inserted comment.
340
3a46642b
J
3412010-08-11 Jan Djärv <jan.h.d@swipnet.se>
342
343 * faces.el (region): Add type gtk that uses gtk colors.
344
345 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
346 Handle theme-name change.
347
3bd2cfef
MM
3482010-08-10 Michael R. Mauger <mmaug@yahoo.com>
349
350 * progmodes/sql.el: Version 2.5
351 (sql-product-alist): Add :prompt-cont-regexp property for several
352 database products.
353 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
354 (sql-output-newline-count, sql-output-by-send):
355 New variables. Record number of newlines in input text.
3bd2cfef
MM
356 (sql-send-string): Handle multiple filters and count newlines.
357 (sql-send-magic-terminator): Count terminator newline.
358 (sql-interactive-remove-continuation-prompt): Filters output to
359 remove continuation prompts; one for each newline.
360 (sql-interactive-mode): Set up new variables, prompt regexp and
361 output filter.
362 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 363 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 364
d02c9bcd
SM
3652010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * emacs-lisp/pcase.el: New file.
368
80ca4f1e
MA
3692010-08-10 Michael Albinus <michael.albinus@gmx.de>
370
371 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
372 as here-document, otherwise the command could exceed maximum
373 length of command line.
d02c9bcd
SM
374 (tramp-handle-vc-registered): Call script accordingly.
375 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 376
2948599b
KH
3772010-08-10 Kenichi Handa <handa@m17n.org>
378
379 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
380 composable pattern.
381
148cef8e
CY
3822010-08-09 Chong Yidong <cyd@stupidchicken.com>
383
384 * emacs-lisp/package.el (package-version-split)
385 (package--version-first-nonzero, package-version-compare):
386 Functions removed.
387 (package-directory-list, package-load-all-descriptors)
388 (package--built-in, package-activate, define-package)
389 (package-installed-p, package-compute-transaction)
390 (package-read-all-archive-contents)
391 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
392 (package-tar-file-info, package-list-packages-internal):
393 Use version-to-list and version-list-*.
148cef8e 394
d02c9bcd
SM
395 * emacs-lisp/package-x.el (package-upload-buffer-internal):
396 Use version-to-list.
148cef8e
CY
397 (package-upload-buffer-internal): Use version-list-<=.
398
82a9ce0f
KH
3992010-08-09 Kenichi Handa <handa@m17n.org>
400
231e5e5f 401 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
402 composable pattern.
403
7adf5fdc
CY
4042010-08-08 Chong Yidong <cyd@stupidchicken.com>
405
fc560445
CY
406 * tutorial.el (tutorial--default-keys): C-d is now bound to
407 delete-forward-char (Bug#6826).
408
7adf5fdc
CY
409 * mouse.el (mouse-drag-track): Remove accidentally-removed check
410 for `double' value of mouse-1-click-follows-link (Bug#6807).
411
e54a1075
JB
4122010-08-08 Johan Bockgård <bojohan@gnu.org>
413
414 * replace.el (replace-highlight): Bind isearch-forward and
415 isearch-error, ensuring that highlighting is updated if the user
416 switches the search direction (Bug#6808).
417
418 * isearch.el (isearch-lazy-highlight-forward): New var.
419 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
420 (isearch-lazy-highlight-update): Use it.
421
7815fe19 4222010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 423
8d9e03e4
JB
424 * international/mule.el (define-charset): Store NAME as :base property.
425 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
426 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
427 current priority. Force using the designation of the specific
8d9e03e4 428 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 429
7815fe19 4302010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
431
432 * emulation/pc-select.el (pc-selection-mode-hook)
433 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
434 (pc-selection-mode): Fix typos in docstrings.
435
7815fe19 4362010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
437
438 * language/cyrillic.el: Don't add "microsoft-cp1251" to
439 ctext-non-standard-encodings-alist here.
440
8d9e03e4
JB
441 * international/mule.el (ctext-non-standard-encodings-alist):
442 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
443 (ctext-standard-encodings): New variable.
444 (ctext-non-standard-encodings-table): List only elements for
445 non-standard encodings.
186e86db 446 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
447 Check ctext-standard-encodings.
448
449 * international/mule-conf.el (compound-text): Doc fix.
450 (ctext-no-compositions): Doc fix.
451 (compound-text-with-extensions): Doc fix.
452
7815fe19 4532010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
454
455 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
456
8d9e03e4 4572010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 458
9ebc731b
JB
459 * progmodes/which-func.el (which-func-format): Split help-echo text
460 into lines, like other mode-line tooltips.
461
d5b8058f
JB
462 * server.el (server-start): When using TCP sockets, force IPv4
463 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
464
8d9e03e4 4652010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
466
467 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
468
8d9e03e4 4692010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
470
471 * term.el (term-delimiter-argument-list): Reflow docstring.
472 (term-read-input-ring, term-write-input-ring, term-send-input)
473 (term-bol, term-erase-in-display, serial-supported-or-barf):
474 Fix typos in docstrings.
475
8d9e03e4 4762010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
477
478 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
479
8d9e03e4 4802010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
481
482 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
483
8d9e03e4 4842010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
485
486 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
487 Fix typo in docstring (bug#6747).
488
7815fe19 4892010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
490
491 * eshell/esh-io.el (eshell-get-target): Better detection of
492 read-only file (Bug#6762).
493
7815fe19 4942010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
495
496 * align.el (align-default-spacing): Doc fix.
497 (align-region-heuristic, align-regexp): Fix typos in docstrings.
498
490b89ac 4992010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 500
490b89ac 501 * calendar/icalendar.el
81ee9410
UJ
502 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
503 (icalendar--get-weekday-numbers): New
81ee9410
UJ
504 (icalendar--convert-recurring-to-diary): Handle multiple byday
505 values in weekly rules. (Bug#6766)
506
490b89ac
UJ
5072010-08-08 Ulf Jasper <ulf.jasper@web.de>
508
509 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
510 (icalendar--create-uid, icalendar-export-region)
511 (icalendar--parse-summary-and-rest): Code formatting.
512
2c695727
JB
5132010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
514
515 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
516 to italicize headers.
517 (calc-highlight-selections-with-faces): New variable.
518 (calc-selected-face, calc-nonselected-face): New faces.
519
520 * calc/calccomp.el (math-comp-highlight-string): Use
521 `calc-highlight-selections-with-faces' to determine how to highlight
522 sub-formulas.
523
524 * calc/calc-sel.el (calc-show-selections): Change message to when
525 using faces to highlight selections.
526
b93d4f22
MM
5272010-08-07 Michael R. Mauger <mmaug@yahoo.com>
528
8d9e03e4
JB
529 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
530 Add SQLite 3 keywords, functions and datatypes.
531 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
532 (Bug#6686).
533
9852377f
CY
5342010-08-07 Chong Yidong <cyd@stupidchicken.com>
535
536 * simple.el (select-active-regions): Move to keyboard.c.
537 (deactivate-mark): Used saved-region-selection.
538 (select-active-region): Function removed.
539 (activate-mark, set-mark, push-mark-command)
540 (handle-shift-selection): Don't call it.
541 (keyboard-quit): Avoid adding the region to the window selection.
542
543 * mouse.el (mouse-drag-track): Remove hacks to deal with old
544 select-active-regions implementation.
545 (mouse-yank-at-click): Doc fix.
546
547 * cus-start.el: Add custom declaration for select-active-regions.
548
822775bf
EZ
5492010-08-07 Eli Zaretskii <eliz@gnu.org>
550
4c5130d6
EZ
551 * simple.el (delete-forward-char): Doc fix.
552
822775bf
EZ
553 * tutorial.el (help-with-tutorial): Hack safe file-local variables
554 after reading the tutorial.
555
bd4c5e3e
AM
5562010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
557
558 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
559 for the case that a C style comment has its delimiters alone on
560 their respective lines.
561
d00fa9b6
MA
5622010-08-06 Michael Albinus <michael.albinus@gmx.de>
563
8d9e03e4 564 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6
MA
565 property "vec".
566 (tramp-process-sentinel): Use it for flushing the cache. We
567 cannot do it via the process buffer, the buffer could be deleted
568 already when running the sentinel.
569
5702010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
571
572 * comint.el (comint-mode): Make directory tracking functions
573 functional on remote files. (Bug#6764)
574
b3d42406
DN
5752010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
578
29cf3e20
EZ
5792010-08-05 Eli Zaretskii <eliz@gnu.org>
580
581 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
582 unexec.c => unexcoff.c.
583
584 * emacs-lisp/authors.el (authors-fixed-entries): Rename
585 unexec.c => unexcoff.c.
586
39e1bf0b
MA
5872010-08-05 Michael Albinus <michael.albinus@gmx.de>
588
589 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
590 cache, not only file cache.
591 (tramp-process-sentinel): New defun.
592 (tramp-handle-start-file-process): Use it, in order to invalidate
593 file caches.
594
9f982e22
LL
5952010-08-03 Leo <sdl.web@gmail.com>
596
597 * server.el (server-start): Simplify loop.
598
0798a8d8
SM
5992010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
600
548c5c47
SM
601 * frame.el (screen-height, screen-width, set-screen-width)
602 (set-screen-height): Remove ancient compatibility aliases.
603
3311d1c2
SM
604 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
605 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
606
0798a8d8
SM
607 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
608 that change current buffer.
609
26ee77a6
YM
6102010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
611
612 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
613 beginning of the string. Use `string-match-p'. (Bug#6765)
614
aa1859f5
J
6152010-08-01 Jan Djärv <jan.h.d@swipnet.se>
616
617 * cus-start.el (x-gtk-use-system-tooltips): New variable.
618
376c2b6b
CY
6192010-08-01 Chong Yidong <cyd@stupidchicken.com>
620
0798a8d8 621 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 622 (package--builtins): Tweak descriptions.
0798a8d8
SM
623 (package-print-package): Upcase descriptions if necessary.
624 Show all built-in packages in font-lock-builtin-face.
625 (package-list-packages-internal): Omit "emacs" package.
626 Show status of built-in packages as "built-in".
376c2b6b 627
16041401
CY
6282010-07-31 Chong Yidong <cyd@stupidchicken.com>
629
630 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
631 before killing to preserve the primary selection (Bug#6701).
632
633 * term/x-win.el (x-select-text): Doc fix.
634
0798a8d8
SM
6352010-07-31 Nathaniel Flath <flat0103@gmail.com>
636
637 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
638 The following functions were modified or created:
452ea855
AM
639
640 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
641 (objc-font-lock-extra-types):
452ea855 642 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
643 * progmodes/cc-langs.el (c-make-mode-syntax-table)
644 (c++-make-template-syntax-table)
645 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
646 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
647 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
648 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
649 * progmodes/cc-fonts.el (c-make-inverse-face)
650 (c-basic-matchers-after):
452ea855
AM
651 * progmodes/cc-engine.el (c-forward-keyword-clause)
652 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
653 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
654 (c-guess-continued-construct, c-guess-basic-syntax):
655
37766706
J
6562010-07-31 Jan Djärv <jan.h.d@swipnet.se>
657
0798a8d8 658 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 659
cd83d522
EZ
6602010-07-31 Eli Zaretskii <eliz@gnu.org>
661
662 * files.el (bidi-paragraph-direction): Define safe local values.
663
664 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
665 language-info-alist. Remove outdated FIXME in a comment.
666
28e5cf7c
AM
6672010-07-31 Alan Mackenzie <acm@muc.de>
668
669 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
670 Auto-fill broken in C/C++ modes.
671
bfeabdc3
JD
6722010-07-29 Jan Djärv <jan.h.d@swipnet.se>
673
674 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
675 (menu-bar-showhide-tool-bar-menu-customize-disable)
676 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
677 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
678 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
679 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
680 make a menu for Options => toolbar that can move it.
681
063e5294
CY
6822010-07-29 Chong Yidong <cyd@stupidchicken.com>
683
684 * emacs-lisp/package-x.el (package--make-rss-entry):
685 (package-maint-add-news-item, package--update-news)
686 (package-upload-buffer-internal): New arg ARCHIVE-URL.
687
688 * emacs-lisp/package.el (package-archive-url): Rename from
689 package-archive-id.
690 (package-install): Doc fix.
691 (package-download-single, package-download-tar, package-install)
692 (package-menu-view-commentary): Callers changed.
693
683cc385
MA
6942010-07-29 Michael Albinus <michael.albinus@gmx.de>
695
696 * net/tramp.el (tramp-handle-start-file-process): Check only for
697 `remote-tty' process property.
698 (tramp-open-shell): Don't check for tty.
699 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
700 process property.
701
702 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
703 host.
704
bc44bef7
PH
7052010-07-28 Chong Yidong <cyd@stupidchicken.com>
706
707 * emacs-lisp/package.el (package-load-list, package-archives)
708 (package-archive-contents, package-user-dir)
709 (package-directory-list, package--builtins, package-alist)
710 (package-activated-list, package-obsolete-alist): Mark as risky.
711
7122010-07-28 Phil Hagelberg <phil@evri.com>
713
714 Add support for non-default package repositories.
715 * emacs-lisp/package.el (package-archive-base): Var deleted.
716 (package-archives): New variable.
717 (package-archive-contents): Doc fix.
0798a8d8 718 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
719 (package--write-file-no-coding): New function.
720 (package-unpack-single): Use it.
721 (package-archive-id): New function.
722 (package-download-single, package-download-tar)
723 (package-menu-view-commentary): Use it.
724 (package-installed-p): Make second argument optional.
725 (package-read-all-archive-contents): New function.
726 (package-initialize): Use it.
727 (package-read-archive-contents): Add ARCHIVE argument.
728 (package--add-to-archive-contents): New function.
729 (package-install): Don't call package-read-archive-contents.
730 (package--download-one-archive): Store archive file in a
731 subdirectory of package-user-dir.
732 (package-menu-execute): Remove spurious line movement.
733
8a52f00a
JD
7342010-07-28 Jan Djärv <jan.h.d@swipnet.se>
735
736 * cus-start.el (tool-bar-style): Add text-image-horiz.
737
b21d3ceb
MA
7382010-07-28 Michael Albinus <michael.albinus@gmx.de>
739
740 * progmodes/gud.el (gud-common-init): Check for remoteness of
741 `file', and not of `default-directory'.
742
8fbcce2d
MA
7432010-07-28 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/tramp.el (tramp-methods): Move hostname to the end in all
746 ssh `tramp-login-args'.
747 (tramp-verbose): Describe verbose level 9.
748 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
749 (tramp-open-connection-setup-interactive-shell): Trace stty
750 settings if `tramp-verbose' >= 9.
751 (tramp-handle-start-file-process): Implement tty setting.
752 (Bug#4604, Bug#6360)
753
754 * net/tramp-cmds.el (tramp-bug): Recommend setting of
755 `tramp-verbose' to 9.
756
128440c9
AH
7572010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
758
759 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
760 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
761 Remove references to package `lisp-re' (bug#4369).
762
ae0c2494
TT
7632010-07-27 Tom Tromey <tromey@redhat.com>
764
765 * progmodes/js.el (js-mode):
766 * progmodes/make-mode.el (makefile-mode):
767 * progmodes/simula.el (simula-mode):
768 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
769
0ed082fe 7702010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
771
772 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
773
604f7ca6
JB
774 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
775
7c7c04c0
JB
776 * time.el (display-time-day-and-date): Remove spurious * in docstring.
777 (display-time-world-buffer-name, display-time-world-mode-map):
778 Fix typos in docstrings.
779
0ed082fe 7802010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
781
782 * image-mode.el (image-display-size): New function.
783 (image-forward-hscroll, image-next-line, image-eol, image-eob)
784 (image-mode-fit-frame): Use it (Bug#6639).
785
0ed082fe 7862010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
787
788 * dired.el (dired-buffers-for-dir): Handle list values of
789 dired-directory (Bug#6636).
790
aa2d4bd3
SS
7912010-07-26 Sam Steingold <sds@gnu.org>
792
793 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
794 Do not call `x-get-selection' the second time, reuse the value.
795
78b84da3
DU
7962010-07-26 Daiki Ueno <ueno@unixuser.org>
797
798 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 799 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 800
4f195cf7
DU
8012010-07-25 Daiki Ueno <ueno@unixuser.org>
802
803 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
804 exists before passing an error to find-file-not-found-functions
805 (bug#6723).
806
195e19e4
LH
8072010-07-23 Lukas Huonker <l.huonker@gmail.com>
808
809 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
810 Remove leading nil element, adjust values.
811 (tetris-shapes, tetris-shape-scores):
812 Change representation of shapes and remove some redundancy.
813 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
814 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
815 Adjust for working with new representation of shapes.
816 (tetris-shape-rotations): New function.
817 (tetris-move-bottom, tetris-move-left, tetris-move-right)
818 (tetris-rotate-prev, tetris-rotate-next):
819 Adjust for working with the new version of tetris-test-shape.
820
9cf2db99
MT
8212010-07-23 Markus Triska <markus.triska@gmx.at>
822
823 * progmodes/ps-mode.el: Use comint (bug#5954).
824 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
825 (ps-mode-other-newline): Simplify.
826 (ps-run-mode): Derive from comint-mode instead of
827 fundamental-mode, yielding input history etc.
828 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
829 (ps-run-send-string): Adapt for comint-mode.
830 (ps-run-newline): Remove now unneeded function.
831
225d5e9e
MA
8322010-07-23 Michael Albinus <michael.albinus@gmx.de>
833
834 * net/tramp.el (tramp-methods): Move hostname to the end in all
835 plink `tramp-login-args'.
836
84bc68f2
MA
8372010-07-23 Michael Albinus <michael.albinus@gmx.de>
838
839 * net/tramp.el (tramp-open-shell): New defun.
840 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
841 Use it.
842
1eb5ca1c
MA
8432010-07-23 Michael Albinus <michael.albinus@gmx.de>
844
845 * net/tramp.el (tramp-file-name-regexp-unified)
846 (tramp-completion-file-name-regexp-unified): On W32 systems, do
847 not regard the volume letter as remote filename. (Bug#5447)
848
440735a7
JB
8492010-07-23 Juanma Barranquero <lekktu@gmail.com>
850
851 * custom.el (custom-declare-variable): Give a clearer error message
852 when the docstring is missing (bug#6476).
853
5474c40f
MM
8542010-07-22 Michael R. Mauger <mmaug@yahoo.com>
855
856 * progmodes/sql.el: Version 2.4. Improved Login prompting.
857 (sql-login-params): New widget definition.
858 (sql-oracle-login-params, sql-mysql-login-params)
859 (sql-solid-login-params, sql-sybase-login-params)
860 (sql-informix-login-params, sql-ingres-login-params)
861 (sql-ms-login-params, sql-postgres-login-params)
862 (sql-interbase-login-params, sql-db2-login-params)
863 (sql-linter-login-params): Use it.
864 (sql-sqlite-login-params): Use it; Define "database" parameter as
865 a file name.
c4cc8b9a 866 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
867 (sql-comint-sqlite): Make sure database name is complete.
868 (sql-for-each-login): New function.
869 (sql-connect, sql-save-connection): Use it.
870 (sql-get-login-ext): New function.
871 (sql-get-login): Use it.
872 (sql-make-alternate-buffer-name): Handle :file parameters.
873
9c0deccb
JB
8742010-07-22 Juanma Barranquero <lekktu@gmail.com>
875
876 * dired.el (dired-no-confirm): Document value t and fix defcustom to
877 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
878
aac818a8
TL
8792010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
880
881 * dired.el (dired-mode-map): Use command remapping (bug#6632).
882
47d2734f
LM
8832010-07-22 Lawrence Mitchell <wence@gmx.li>
884
885 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
886
10e73994
MA
8872010-07-21 Michael Albinus <michael.albinus@gmx.de>
888
889 * net/tramp.el (tramp-get-ls-command)
890 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
891 instead of "/".
892
d26b0ea9
MM
8932010-07-20 Michael R. Mauger <mmaug@yahoo.com>
894
895 * progmodes/sql.el: Version 2.3.
896 (sql-connection-alist): Changed keys from symbols to strings;
897 enhanced the widget definition.
898 (sql-mode-menu): Added submenu to select connections.
899 (sql-interactive-mode-menu): Added "Save Connection" item.
900 (sql-add-product): Fixed menu item.
901 (sql-get-product-feature): Improved error handling.
902 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
903 (sql-make-alternate-buffer-name): Simplified.
904 (sql-product-interactive): Handle missing product.
905 (sql-connect): Support string keys, minor improvements.
906 (sql-save-connection): New function.
907 (sql-connection-menu-filter): New function.
908
af4b9ae5
MA
9092010-07-20 Michael Albinus <michael.albinus@gmx.de>
910
911 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
912 (tramp-open-connection-setup-interactive-shell): Apply
913 workaround for IRIX64 bug. Move argument of last
914 `tramp-send-command' where it belongs to.
915
da040a16
MA
9162010-07-20 Michael Albinus <michael.albinus@gmx.de>
917
918 * net/tramp.el (tramp-perl-file-attributes)
919 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
920 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
921 front of `login-args'.
922
16f3ade5
JB
9232010-07-19 Juanma Barranquero <lekktu@gmail.com>
924
925 * time.el (display-time-world-mode): Define with `define-derived-mode'.
926 Set `show-trailing-whitespace' to nil.
927 (display-time-world-display): Simplify.
928
00af0b67
AM
9292010-07-18 Alan Mackenzie <acm@muc.de>
930
931 Enhance `c-file-style' in file/directory local variables.
a628ad9d 932 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
933 (c-before-hack-hook): Call `c-set-style' differently according to
934 whether c-file-style was set in file or directory local
935 variables.
936
30c4d8dc
MM
9372010-07-18 Michael R. Mauger <mmaug@yahoo.com>
938
939 * progmodes/sql.el: Version 2.2.
940 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
941 defcustom :safe keyword rather than putting safe-local-variable
942 property.
943 (sql-password): Use defcustom :risky keyword rather than putting
944 risky-local-variable property.
945 (sql-oracle-login-params, sql-sqlite-login-params)
946 (sql-solid-login-params, sql-sybase-login-params)
947 (sql-informix-login-params, sql-ingres-login-params)
948 (sql-ms-login-params, sql-postgres-login-params)
949 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 950 (sql-linter-login-params): Add `port' option.
30c4d8dc
MM
951 (sql-get-product-feature): Added NO-INDIRECT parameter.
952 (sql-comint-oracle, sql-comint-sybase)
953 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
954 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
955 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
956 (sql-comint-linter): Renamed sql-connect-* functions to
957 sql-comint-*.
958 (sql-product-alist, sql-mode-menu): Renamed as above and
959 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 960 (sql-connection): New variable.
30c4d8dc
MM
961 (sql-interactive-mode): Set it.
962 (sql-connection-alist): New variable.
963 (sql-connect): New function.
964 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 965 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 966
f12492c8
TV
9672010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
968
969 * image-mode.el (image-bookmark-make-record): Do not set context
970 in an image (Bug#6650).
971
91023c68
CY
9722010-07-17 Chong Yidong <cyd@stupidchicken.com>
973
974 * simple.el (select-active-region): New function.
975 (push-mark-command, set-mark, activate-mark)
976 (handle-shift-selection): Use it.
977 (deactivate-mark): Don't check for size of region.
978
979 * mouse.el (mouse-drag-track): Use select-active-region.
980
1c0e8f0e
MA
9812010-07-17 Michael Albinus <michael.albinus@gmx.de>
982
983 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
984 "--dired" stronger.
985
2490cbbc
CY
9862010-07-17 Chong Yidong <cyd@stupidchicken.com>
987
988 * term/x-win.el (x-select-enable-primary): Change default to nil.
989 (x-select-enable-clipboard): Add :version keyword.
990
991 * mouse.el (mouse-drag-copy-region):
992 * simple.el (select-active-regions): Likewise.
993
f253ef6a
RS
9942010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
995
a628ad9d 996 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
997 (vc-coding-system-for-diff): Use it to decide whether to inherit
998 from the file the EOL format for reading the diffs of that file.
999 (Bug#4451)
1000
134a027f
EZ
10012010-07-16 Eli Zaretskii <eliz@gnu.org>
1002
1003 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1004 unibyte, so compressed attachments are not compressed again.
1005
7e4289ad
MA
10062010-07-16 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1009 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1010 (tramp-find-shell): Simplify setting connection property.
1011 (tramp-get-ls-command): Make test for "--color=never" stronger.
1012
7473fff9 10132010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
1014
1015 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1016 blocks within record declarations (i.e. variant parts) correctly.
1017
a11b38ee
SS
10182010-07-15 Simon South <ssouth@member.fsf.org>
1019
1020 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1021 over literal tokens when parsing so newlines aren't "absorbed" by
1022 single-line comments. Corrects the indentation of case blocks
1023 that have a comment on the first line.
1024
077e0753
KF
10252010-07-14 Karl Fogel <kfogel@red-bean.com>
1026
1027 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1028 by Drew Adams (Bug#5504).
1029
243881ed
J
10302010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1031
1032 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 1033 now that Unicode is used (Bug#6594).
243881ed 1034
f9d71b42
CY
10352010-07-14 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * term/x-win.el (x-select-enable-clipboard): Default to t.
1038 (x-initialize-window-system): Don't overwrite Paste menu item.
1039
1040 * simple.el (select-active-regions): Default to t.
1041 (push-mark-command): Don't overwrite primary with empty string.
1042
1043 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1044 (mouse-drag-copy-region): Default to nil.
1045
1046 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1047 Cut/Copy/Paste menu bar items.
1048
a628ad9d 10492010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
1050
1051 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1052 Patch applied by Karl Fogel.
1053
1054 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1055 and `bookmark-current-buffer' if they have been already set in
1056 another buffer (e.g gnus-art).
1057
e44fa724 10582010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 1059 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
1060
1061 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1062
1063 * bookmark.el (bookmark-make-record-default): Allow unneeded
1064 information to be omitted from the record.
1065
1066 Adjust declarations and calls:
1067
1068 * info.el (bookmark-make-record-default): Adjust declaration.
1069 (Info-bookmark-make-record): Adjust call.
1070
1071 * woman.el (bookmark-make-record-default): Adjust declaration.
1072 (woman-bookmark-make-record): Adjust call.
1073
1074 * man.el (bookmark-make-record-default): Adjust declaration.
1075 (Man-bookmark-make-record): Adjust call.
1076
1077 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1078
1079 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1080
0c4371fe
KF
10812010-07-13 Karl Fogel <kfogel@red-bean.com>
1082
1083 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1084 This is also from Thierry Volpiatto's patch in bug #6444. However,
1085 because it was extraneous to the functional change in that patch,
1086 and causes a re-indendation, I am committing it separately.
1087
2bb8db3e 10882010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
1089
1090 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1091 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 1092 Patch applied by Karl Fogel (Bug#6444).
068a0233 1093
21bd02a6
CY
10942010-07-13 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1097
79cb9c05
AR
10982010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1099
1100 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1101 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1102 (ns-alternatives-map): Change S-tab binding to backtab
1103 (bug#6616).
1104
1105 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1106 under ns.
1107
beb000f9
AS
11082010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1109
dd86ea11
JB
1110 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1111 (Bug#5806)
e9952282 1112
beb000f9
AS
1113 * language/tv-util.el (tai-viet-re): Remove format.
1114
6f2cdcd1
KH
11152010-07-12 Kenichi Handa <handa@m17n.org>
1116
dd86ea11
JB
1117 * language/hebrew.el: Remove no-byte-compile declaration.
1118 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
1119 composition-function-table for 3-character looking back.
1120 (hebrew-font-get-precomposed): New function.
1121 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1122
f479ef6e
CY
11232010-07-11 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * mouse.el (mouse-drag-track): Handle select-active-regions
1126 (Bug#6612).
1127
3277c1ee
MA
11282010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1129
1130 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1131 empty argument to gvfs-copy.
1132
3260caf8
GM
11332010-07-10 Glenn Morris <rgm@gnu.org>
1134
1135 * calendar/calendar.el (calendar-week-end-day): New function.
1136 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1137 Respect calendar-week-start-day. (Bug#6606)
1138 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1139 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1140 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1141 respect calendar-week-start-day.
1142
c876b263
CY
11432010-07-10 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * simple.el (use-region-p): Doc fix (Bug#6607).
1146
dce34635
AG
11472010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1148
1149 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1150 regexps for cucumber and ruby.
1151
c0397930
DU
11522010-07-08 Daiki Ueno <ueno@unixuser.org>
1153
1154 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1155 (epa-file-insert-file-contents): Hack to prevent
192cfe77 1156 find-file from opening empty buffer when decryption failed
c0397930
DU
1157 (bug#6568).
1158
fd5539c6
AM
11592010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1160
a628ad9d
JB
1161 * textmodes/ispell.el (ispell-alternate-dictionary):
1162 Use file-readable-p.
fd5539c6
AM
1163 Return nil if no word-list is found at default locations.
1164 (ispell-complete-word-dict): Default to nil.
1165 (ispell-command-loop): Use 'word-list' when using lookup-words.
1166 (lookup-words): Use ispell-complete-word-dict or
1167 ispell-alternate-dictionary. Check for word-list availability
1168 and handle errors if needed with better messages (Bug#6539).
1169 (ispell-complete-word): Use ispell-complete-word-dict or
1170 ispell-alternate-dictionary.
1171
4565b08e
CS
11722010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1173
1174 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1175 builtins (BufferError, BytesWarning, WindowsError; callables
1176 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1177
a2c270e7
GM
11782010-07-07 Glenn Morris <rgm@gnu.org>
1179
1180 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1181 (zone-shift-left): Ignore intangibility, and any errors from
1182 forward-char.
1183 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1184 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1185 deleting, and copying text properties.
1186 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1187 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1188 to point-max is hard.
1189 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1190 (zone-fill-out-screen): Ignore intangibility.
1191
81133808
CY
11922010-07-05 Chong Yidong <cyd@stupidchicken.com>
1193
4ad11f8c
CY
1194 * menu-bar.el (menu-bar-mode):
1195 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1196 if it has been set.
1197
81133808
CY
1198 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1199 word/line selection (Bug#6565).
1200
b24344ca
JB
12012010-07-04 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * net/dbus.el (dbus-send-signal): Declare function.
1204
b1ce08da
MA
12052010-07-04 Michael Albinus <michael.albinus@gmx.de>
1206
1207 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1208 (dbus-register-property): New optional argument EMITS-SIGNAL.
1209 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1210
5592c08f
CY
12112010-07-03 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * mouse.el (mouse-drag-overlay): Variable deleted.
1214 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1215 (mouse--remap-link-click-p): New function.
1216 (mouse-drag-track): Handle dragging by using temporary Transient
1217 Mark mode, instead of a special overlay.
1218 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1219 mouse-show-mark.
1220
1221 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1222 deleted.
1223
a6ed0e28
JL
12242010-07-02 Juri Linkov <juri@jurta.org>
1225
1226 * autoinsert.el (auto-insert-alist): Fix readability
1227 by using dotted pair notation for lambda.
1228
c91e692b
JL
12292010-07-02 Juri Linkov <juri@jurta.org>
1230
1231 * faces.el (read-face-name): Rename arg `string-describing-default'
1232 to `default'. Doc fix. Display the default value in quotes
1233 in the prompt. With empty input, return the `default' arg,
1234 unless the default value is a string (in which case return nil).
1235 (describe-face): Replace the string `default' arg of `read-face-name'
1236 with the symbol `default'.
1237
23640f8f
CY
12382010-07-02 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * emulation/viper-cmd.el (viper-delete-backward-char)
1241 (viper-del-backward-char-in-insert)
1242 (viper-del-backward-char-in-replace, viper-change)
1243 (viper-backward-indent): Replace delete-backward-char with
1244 delete-char (Bug#6552).
1245
b32d1614
CY
12462010-07-01 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1249
c1ef4455
CY
12502010-06-30 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1253 argument passed to frame-creation-function (Bug#5378).
1254
1255 * faces.el (x-handle-named-frame-geometry)
1256 (x-handle-reverse-video, x-create-frame-with-faces)
1257 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1258 separately consult default-frame-alist. It is now passed as the
1259 PARAMETER argument.
1260
55702e89
AS
12612010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1262
1263 * startup.el (command-line): Don't call tool-bar-setup in a
1264 tty-only build.
1265
dc9a226c
CY
12662010-06-30 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * ruler-mode.el (ruler--save-header-line-format): New fun.
1269 (ruler-mode): Use it as a setter function, so as not to overwrite
1270 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1271
a2f043d3
CY
12722010-06-29 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1275 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1276 (vc-log-outgoing): Use it.
1277 (vc-diff-internal): Set diff-vc-backend.
1278
1279 * vc/diff-mode.el (diff-vc-backend): New var.
1280
62d115ef
J
12812010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1282
1283 * dynamic-setting.el (font-setting-change-default-font): Remove
1284 call to message.
1285
1180f752
KH
12862010-06-28 Kenichi Handa <handa@m17n.org>
1287
1288 * international/quail.el (quail-insert-kbd-layout): Fix the
1289 showing of untranslated characters.
1290
b9229673
CY
12912010-06-28 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * simple.el (delete-active-region): New option.
1294 (delete-backward-char): Implement in Lisp.
1295 (delete-forward-char): New command.
1296
1297 * mouse.el (mouse-region-delete-keys): Deleted.
1298 (mouse-show-mark): Simplify.
1299
1300 * bindings.el (global-map): Bind delete and DEL, the former to
1301 delete-forward-char.
1302
a628ad9d 13032010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
1304
1305 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1306 (ruby-mode): Bind indent-line-function (Bug#5119).
1307
3468f435
CY
13082010-06-27 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * startup.el (command-line): Recognize "0" X resource value.
1311
6431f2e6
CY
13122010-06-27 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * startup.el (command-line): Use X resources to set the value of
1315 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1316
1317 * menu-bar.el (menu-bar-mode):
1318 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1319 Set init-value to t.
1320
1321 * frame.el (frame-notice-user-settings): Don't change
1322 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1323 vice versa (Bug#2249).
1324
b61dfbe2
EZ
13252010-06-26 Eli Zaretskii <eliz@gnu.org>
1326
1327 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1328
f5cbf40e
AM
13292010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1330
a628ad9d
JB
1331 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1332 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 1333
a628ad9d 1334 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 1335 default directories are expanded (Bug#6143).
f5cbf40e 1336
8f3b8a5f
JL
13372010-06-24 Juri Linkov <juri@jurta.org>
1338
1339 * minibuffer.el (completions-format): Change default from nil to
1340 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1341
5af72a47
JL
13422010-06-24 Juri Linkov <juri@jurta.org>
1343
1344 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1345 buffer-locally to lambda that re-runs the vc diff command.
1346 (Bug#6447)
1347
8f804316
CY
13482010-06-24 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1351 echo area is in use (Bug#3412).
1352
be19ef0b
GM
13532010-06-22 Glenn Morris <rgm@gnu.org>
1354
6555773f
GM
1355 * textmodes/texinfmt.el (texinfo-format-region)
1356 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1357 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1358 (texinfo-format-option, texinfo-noindent):
1359 Use line-beginning-position and line-end-position.
1360
be19ef0b
GM
1361 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1362 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1363 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1364 utf-8 characters.
1365
7f0b7b3e
KF
13662010-06-21 Karl Fogel <kfogel@red-bean.com>
1367
49554388
GM
1368 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1369 forward-line fallout.
1370
e8579ebc
CY
13712010-07-06 Chong Yidong <cyd@stupidchicken.com>
1372
1373 * mouse.el (mouse-appearance-menu): Add docstring.
1374
1375 * help.el (describe-key): Print up-event using key-description.
1376
5d1cd8bd
MA
13772010-07-03 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * net/zeroconf.el (zeroconf-resolve-service)
1380 (zeroconf-service-resolver-handler): Use
1381 `dbus-byte-array-to-string'.
1382 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1383
112dbc0e
MA
13842010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1385
1386 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1387
d0cb23ca
DN
13882010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1389
1390 Avoid displaying files with a nil state in vc-dir.
a628ad9d 1391 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
1392 cases that cause insertion.
1393 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1394 with a nil state.
1395
01b229d1
CY
13962010-06-30 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1399
8bf1c786 14002010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
1401
1402 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1403
dfc6544c
CY
14042010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1405
1406 * generic-x.el (bat-generic-mode): Fix regexp for command line
1407 switches (Bug#5719).
1408
b7d4de51
CY
14092010-06-27 Masatake YAMATO <yamato@redhat.com>
1410
dfc6544c
CY
1411 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1412 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 1413
3726248f
CY
14142010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1415
8bf1c786 1416 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
1417 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1418 bindings of bookmark-automatically-show-annotations (Bug#6515).
1419
aca54191
EZ
14202010-06-25 Eli Zaretskii <eliz@gnu.org>
1421
1422 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1423 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1424
2330fa87
ŠN
14252010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1426
1427 * comint.el (make-comint, make-comint-in-buffer): Mention return
1428 value in the docstrings. (Bug#6498)
1429
29115ca9
YR
14302010-06-24 Yoni Rabkin <yoni@rabkins.net>
1431
1432 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1433 since it is not present when using some non-default switches.
1434
2c79f053
KF
14352010-06-23 Karl Fogel <kfogel@red-bean.com>
1436
7f0b7b3e
KF
1437 * simple.el (compose-mail): Fix doc string to refer to
1438 `compose-mail-user-agent-warnings', instead of to the
1439 nonexistent `compose-mail-check-user-agent'.
1440
43a91810
AM
14412010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1442
1443 Fix an indentation bug:
1444
1445 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1446 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1447 of existing values.
1448
1449 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1450 (c-clear->-pair-props-if-match-before): now return t when they've
1451 cleared properties, nil otherwise.
1452 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1453 by taking account of the existing value.
1454
1455 * progmodes/cc-defs.el
1456 (c-clear-char-property-with-value-function): Fix this to clear the
1457 property rather than overwriting it with nil.
1458
8adb4c33
CY
14592010-06-20 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * emacs-lisp/package.el (package-print-package): Add link to
1462 package description via describe-package.
1463 (describe-package-1): List package requirements. Add button to
1464 perform installation.
1465 (package-menu-describe-package): New command.
1466
1467 * help-mode.el (help-package): New button type.
1468
cced7584
CY
14692010-06-19 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * emacs-lisp/package.el: Move package-list-packages binding to
1472 menu-bar.el.
1473 (describe-package, describe-package-1, package--dir): New funs.
1474 (package-activate-1): Use package--dir.
1475
1476 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1477
1478 * help-mode.el (help-package-def): New button type.
1479
1480 * menu-bar.el: Move package-list-packages binding here from
1481 package.el.
1482
d148e8f9
GH
14832010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1484
1485 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1486
b1a03ef6
SM
14872010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * emacs-lisp/edebug.el (edebug-read-list):
1490 Phase out old-style backquotes.
1491
dbd6da78
JL
14922010-06-17 Juri Linkov <juri@jurta.org>
1493
1494 * help-mode.el (help-mode): Set buffer-local variable
1495 revert-buffer-function to help-mode-revert-buffer.
1496 (help-mode-revert-buffer): New function.
1497
1498 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1499 before popping to "*info*" (like in other Info functions).
1500 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1501 old-history-forward. Pop to old-buffer-name or "*info*" to
1502 recreate the killed buffer. Set Info-history-forward from
1503 old-history-forward.
1504 (Info-breadcrumbs-depth): Add :group and :version.
1505
64eba874
DN
15062010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1507
1508 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1509
26508c03
AM
15102010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1511
a628ad9d
JB
1512 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1513 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 1514
69582fcd
JB
15152010-06-17 Juanma Barranquero <lekktu@gmail.com>
1516
54ea2a0d
JB
1517 * emacs-lisp/package.el (package-menu-mode-map):
1518 Move initialization into declaration.
1519
69582fcd
JB
1520 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1521
44198b6e
CY
15222010-06-17 Chong Yidong <cyd@stupidchicken.com>
1523
1524 * emacs-lisp/package.el (package-archive-base): Point to
1525 elpa.gnu.org.
1526 (package-enable, package-load-list): New defcustoms.
1527 (package-user-dir, package-directory-list): Turn into defcustoms.
1528 Don't include package-user-dir in package-directory-list.
1529 (package--builtins-base): Don't include Emacs as a "package".
1530 (package-subdirectory-regexp): New var.
1531 (package-load-all-descriptors, package-compute-transaction)
1532 (package-download-transaction): Obey package-load-list.
1533 (package-activate-1): Rename from package-do-activate.
1534 (package-list-packages-internal): Check package-load-list.
1535 (package-load-descriptor, package-generate-autoloads)
1536 (package-unpack, package-unpack-single)
1537 (package--read-archive-file, package-delete): Use
1538 expand-file-name.
1539
1540 * emacs-lisp/package-x.el: New file. Package uploading
1541 functionality split out from package.el.
1542
1543 * startup.el (command-line): Load packages after reading init
1544 file.
1545
15462010-06-17 Tom Tromey <tromey@redhat.com>
1547
1548 * emacs-lisp/package.el: New file.
1549
50d76a9f
DN
15502010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 Fix vc-annotate for renamed files when using Git.
1553 * vc-git.el (vc-git-find-revision): Deal with empty results from
1554 ls-files. Doe not pass the object as a file name to cat-file, it
1555 is not a file name.
1556 (vc-git-annotate-command): Pass the file name using -- to avoid
1557 ambiguity with the revision.
1558 (vc-git-previous-revision): Pass a relative file name.
1559
6095a05b
GM
15602010-06-22 Glenn Morris <rgm@gnu.org>
1561
943375a6
GM
1562 * progmodes/js.el (js-mode-map): Use standard capitalization and
1563 ellipses for menu entries.
1564
6095a05b
GM
1565 * wid-edit.el (widget-complete): Doc fix.
1566
4514199e
JH
15672010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1568
1569 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1570
c4786d60
DN
15712010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1572
11c46b39
DN
1573 Fix annotating other revisions for renamed files in vc-annotate.
1574 * vc-annotate.el (vc-annotate): Add an optional argument for the
1575 VC backend. Use it when non-nil.
a628ad9d
JB
1576 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1577 (Bug#6487)
11c46b39 1578
c4786d60
DN
1579 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1580 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1581 Do not pass the file name to the 'previous-revision call when we
1582 don't want a file diff. (Bug#6489)
1583
04ec0963
DN
15842010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1585
11c46b39 1586 Fix finding revisions for renamed files in vc-annotate.
04ec0963
DN
1587 * vc.el (vc-find-revision): Add an optional argument for
1588 the VC backend. Use it when non-nil.
1589 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1590 backend to vc-find-revision. (Bug#6487)
1591
c036381c
DN
15922010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1593
1594 Fix reading file names in Git annotate buffers.
1595 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1596 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1597
05c123e6
AM
15982010-06-20 Alan Mackenzie <acm@muc.de>
1599
1600 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1601 in file local variables, set it first.
1602
4111f0c7
GM
16032010-06-19 Glenn Morris <rgm@gnu.org>
1604
74739ffd
GM
1605 * descr-text.el (describe-char-unicode-data): Insert separating
1606 space when needed. (Bug#6422)
1607
4111f0c7
GM
1608 * progmodes/idlwave.el (idlwave-action-and-binding):
1609 Fix typo in 2009-12-03 change. (Bug#6450)
1610
e20f0421
SM
16112010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1614 handling for `lambda' (misunderstanding).
1615
fb3e306a
JB
16162010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1617
dd86ea11 1618 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
1619 constants aren't distributed after they are factored out.
1620
e020fb59
JL
16212010-06-16 Juri Linkov <juri@jurta.org>
1622
1623 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1624 `list-colors-print'. (Bug#6332)
1625
b8add347
SM
1626 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1627
36901266
SM
16282010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1629
49b2e83d
SM
1630 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1631 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1632
36901266
SM
1633 * font-lock.el (font-lock-major-mode): Rename from
1634 font-lock-mode-major-mode to distinguish it from
1635 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1636 (font-lock-set-defaults):
1637 * font-core.el (font-lock-default-function): Adjust users.
1638 (font-lock-mode): Don't set it at all.
1639
2a64315a 16402010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08
SM
1641
1642 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1643
2a64315a 16442010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
1645
1646 * calendar/appt.el (appt-time-msg-list): Doc fix.
1647 (appt-check): Let-bind appt-warn-time.
1648 (appt-add): Make the 3rd argument optional.
1649 Simplify argument names. Doc fix. Check for integer WARNTIME.
1650 Only add WARNTIME to the output list if non-nil.
1651
2a64315a 16522010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
1653
1654 * calendar/appt.el (appt-check): Let the 3rd element of
1655 appt-time-msg-list specify the warning time.
1656 (appt-add): Add new argument with the warning time. (Bug#5176)
1657
2a64315a 16582010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
a9de35fe
BR
1659
1660 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1661 older than version 1.6. (Bug#6361)
1662
2a64315a 16632010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
1664
1665 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1666 used by cl-do-arglist. (Bug#6408)
1667
30d7ac37
AM
16682010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1669
a628ad9d 1670 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
30d7ac37
AM
1671 portuguese casechars/not-casechars for missing 'çÇ'.
1672 Suggested by Rolando Pereira (bug#6434).
1673
8fd02581
JB
16742010-06-15 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * facemenu.el (list-colors-sort): Doc fix.
1677
b15922cc
BR
16782010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1679
1680 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1681
f0bf7c8e
JL
16822010-06-14 Juri Linkov <juri@jurta.org>
1683
1684 Add sort option `list-colors-sort'. (Bug#6332)
1685 * facemenu.el (color-rgb-to-hsv): New function.
1686 (list-colors-sort): New defcustom.
1687 (list-colors-sort-key): New function.
1688 (list-colors-display): Doc fix. Sort list according to the option
1689 `list-colors-sort'.
1690 (list-colors-print): Add HSV values to `help-echo' property of
1691 RGB strings.
1692
c42fe9a5
JL
16932010-06-14 Juri Linkov <juri@jurta.org>
1694
1695 * compare-w.el: Move to the "vc" subdirectory.
1696
b263a4c4
SM
16972010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1698
d8b0cddd
SM
1699 * image-mode.el (image-mode-map): Remap left-char and right-char.
1700
b263a4c4
SM
1701 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1702
89877f5f
CY
17032010-06-12 Chong Yidong <cyd@stupidchicken.com>
1704
133a8d82
CY
1705 * term/common-win.el (x-colors): Add all the color names defined
1706 in rgb.txt (Bug#6332).
1707
89877f5f
CY
1708 * facemenu.el (list-colors-print): Don't print extra names if it
1709 will overflow the window width.
1710
1711 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 1712 change (Bug#6343).
89877f5f 1713
9d1f18b5
EZ
17142010-06-12 Eli Zaretskii <eliz@gnu.org>
1715
1716 * files.el (make-directory): Doc fix (bug#6396).
1717
b81a0b56
MA
17182010-06-12 Michael Albinus <michael.albinus@gmx.de>
1719
1720 * net/tramp.el (tramp-remote-process-environment): Protect version
1721 string by apostroph.
1722 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1723 XEmacs.
1724 (tramp-file-name-for-operation): Add `call-process-region'.
1725 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1726
1727 * net/tramp-compat.el (top): Do not autoload
1728 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1729 only when `start-file-process' is not bound.
1730 (tramp-advice-file-expand-wildcards): Do not use
1731 `tramp-handle-file-remote-p'.
1732 (tramp-compat-make-temp-file): Handle the case, that
1733 `make-temp-file' has no third argument EXTENSION.
1734
69f18acc
JB
17352010-06-11 Juanma Barranquero <lekktu@gmail.com>
1736
5fee75d4
JB
1737 * makefile.w32-in (WINS_BASIC): Include new directory vc.
1738
69f18acc
JB
1739 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
1740
9766adfb
JL
17412010-06-11 Juri Linkov <juri@jurta.org>
1742
1743 * finder.el (finder-known-keywords): Add keyword "vc"
1744 for version control.
1745
1746 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
1747 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
1748 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
1749 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
1750
56b2854f
JL
17512010-06-11 Juri Linkov <juri@jurta.org>
1752
1753 Move version control related files to the "vc" subdirectory.
1754 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
1755 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
1756 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
1757 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
1758 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
1759 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
1760 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
1761 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
1762 Move files to the "vc" subdirectory.
1763
6534e58a
CY
17642010-06-11 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
1767 (Bug#6367).
1768
84d9562f
SE
17692010-06-11 Stephen Eglen <stephen@gnu.org>
1770
1771 * shell.el: Bind `shell-resync-dirs' to M-RET.
1772
3ef0a6a5
MA
17732010-06-10 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * notifications.el: Move file from lisp/net, because it is
1776 supposed to talk locally to the user.
1777
fa4003da
MA
17782010-06-10 Julien Danjou <julien@danjou.info>
1779
1780 * net/notifications.el (notifications-on-action-signal)
1781 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 1782 argument to the callback functions. Add docstrings.
fa4003da
MA
1783 (notifications-notify): Fix docstring.
1784
46e6650e
GM
17852010-06-10 Glenn Morris <rgm@gnu.org>
1786
1787 * emacs-lisp/authors.el (authors-ignored-files)
1788 (authors-valid-file-names): Add some files.
1789
a71832f7
SM
17902010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
1793 merge conflict, giving preference to the emacs-23 version of the code.
1794
8c6eab5a
SM
17952010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1796
989bc97f
SM
1797 * emacs-lisp/advice.el (ad-compile-function):
1798 Define warning-suppress-types before we let-bind it (bug#6275).
1799
8c6eab5a
SM
1800 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
1801 declare it, make it buffer-local and permanent-local (bug#6324).
1802 (vc-resynch-window): Adjust name.
1803 * vc-hooks.el (vc-find-file-hook): Adjust name.
1804
890a18d6
MA
18052010-06-09 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * net/notifications.el (notifications-notify): Fix docstring.
1808
bf3e70eb
JB
18092010-06-09 Juanma Barranquero <lekktu@gmail.com>
1810
1811 Update to Unicode 6.0.0 beta.
1812 * international/charprop.el: Update copyright.
1813 * international/mule-cmds.el (ucs-names): Update character ranges.
1814 * international/uni-bidi.el:
1815 * international/uni-category.el:
1816 * international/uni-combining.el:
1817 * international/uni-comment.el:
1818 * international/uni-decimal.el:
1819 * international/uni-decomposition.el:
1820 * international/uni-digit.el:
1821 * international/uni-lowercase.el:
1822 * international/uni-mirrored.el:
1823 * international/uni-name.el:
1824 * international/uni-numeric.el:
1825 * international/uni-old-name.el:
1826 * international/uni-titlecase.el:
1827 * international/uni-uppercase.el: Regenerate.
1828
b978141d
JB
18292010-06-09 Juanma Barranquero <lekktu@gmail.com>
1830
ee8359ba
JB
1831 * emacs-lisp/smie.el (comment-string-strip): Declare function.
1832 (smie-precs-precedence-table): Fix typo in docstring.
1833
f64ab8fb
JB
1834 * vc-mtn.el (log-edit-extract-headers): Declare function.
1835
883ffa8c
JB
1836 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
1837
b978141d
JB
1838 * net/notifications.el (dbus-register-signal): Declare function.
1839 (notifications-notify): Fix typos and reflow docstring.
1840
5f4f2ae4
DN
18412010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1842
1843 Improve VC create/retrieve tag/branch.
1844 * vc.el (vc-create-tag): Do not read the directory name for VCs
1845 with repository revision granularity. Adjust the tag/branch
1846 prompt. Reset VC properties.
1847 (vc-retrieve-tag): Do not read the directory name for VCs
1848 with repository revision granularity. Reset VC properties.
1849
41a86354
MA
18502010-06-09 Julien Danjou <julien@danjou.info>
1851
ef33fd34 1852 * net/notifications.el: New file.
41a86354 1853
fab43c76
DN
18542010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
1855
00fd1147
DN
1856 Add optional support for resetting VC properties.
1857 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
1858 call vc-file-clearprops when true.
1859 (vc-resynch-buffer): Add new optional argument, pass it down.
1860 (vc-resynch-buffers-in-directory): Likewise.
1861
fab43c76
DN
1862 Improve support for special markup in the VC commit message.
1863 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
1864 * vc-hg.el (vc-hg-checkin): Add support for Date:.
1865 * vc-git.el (vc-git-checkin):
1866 * vc-bzr.el (vc-bzr-checkin): Likewise.
1867
e7d67e73
SM
18682010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
1871 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
1872
277e6741
MP
18732010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
1874
1875 * iimage.el: Remove images as soon as the underlying text is modified.
1876 (iimage-modification-hook): New function.
1877 (iimage-mode-buffer): Use it.
1878
83156c18
SM
18792010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
1882 smie-indent-offset-after. Add :prev case. Make a bit more generic.
1883 (smie-indent-virtual): Remove `virtual' arg. Update callers.
1884 (smie-indent-keyword): Add handling of open-paren keywords.
1885 (smie-indent-comment-continue): Don't assume comment-continue.
1886
13b5221f
MR
18872010-06-07 Martin Rudalics <rudalics@gmx.at>
1888
1889 * window.el (pop-to-buffer): Remove the conditional that
1890 compares new-window and old-window, so it will reselect
1891 the selected window unconditionally.
1892 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
1893
c2ea5810
SM
18942010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * emacs-lisp/smie.el (smie-indent-offset-after)
1897 (smie-indent-forward-token, smie-indent-backward-token): New functions.
1898 (smie-indent-after-keyword): Use them.
1899 (smie-indent-fixindent): Only applies to the indentation of the BOL.
1900 (smie-indent-keyword): Tweak the black magic.
1901 (smie-indent-comment-continue): Strip comment-continue before use.
1902 (smie-indent-functions): Indent comments before keywords.
1903
27dd3c11
JL
19042010-06-06 Juri Linkov <juri@jurta.org>
1905
1906 * isearch.el (isearch-lazy-highlight-search): Fix looping
1907 by checking for empty match. This syncs this loop with the
1908 similar loop in `isearch-search'. (Bug#6362)
1909
35b148ee
JB
19102010-06-05 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * net/dbus.el (dbus-register-method): Declare function.
1913 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
1914 (dbus-introspect): Doc fix.
1915 (dbus-event-bus-name, dbus-introspect-get-interface)
1916 (dbus-introspect-get-argument): Reflow docstrings.
1917
eccdfe5f
DN
19182010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 vc-log-incoming/vc-log-outgoing fixes for Git.
1921 * vc-git.el (vc-git-log-view-mode): Fix font lock for
1922 incoming/outgoing logs.
1923 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
1924 instead of vc-git-compute-remote.
1925 (vc-git-compute-remote): Remove.
1926
86253dc0
CY
19272010-06-04 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * term/common-win.el (x-colors): Add "dark green" and "dark
1930 turquoise" (Bug#6332).
1931
0665f661
JL
19322010-06-04 Juri Linkov <juri@jurta.org>
1933
1934 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
1935 Instead of setting `replace' to t and replacing the same string
1936 with itself, don't do certain actions when
1937 kill-do-not-save-duplicates is non-nil and string is equal to car
1938 of kill-ring: don't call menu-bar-update-yank-menu, don't push
1939 interprogram-paste strings to kill-ring, and don't push the input
1940 argument `string' to kill-ring.
1941 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
1942
087fc47a
JB
19432010-06-04 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
1946
4f201088
MA
19472010-06-04 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
1950 (tramp-gvfs-handler-mounted-unmounted)
1951 (tramp-gvfs-connection-mounted-p): Handle default-location.
1952
1953 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
1954 move files to trash.
1955
18ccd78a
JB
19562010-06-04 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * international/mule-cmds.el (nonascii-insert-offset)
1959 (nonascii-translation-table): Add obsolescence information.
1960
1961 * international/mule.el (make-translation-table-from-vector): Doc fix.
1962
988b91ce
EL
19632010-06-03 Eric Ludlam <zappo@gnu.org>
1964
1965 * cedet/semantic/lex-spp.el
1966 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1967 invalid values during save, just save a nil (Bug#6324).
1968
3845c322
GM
19692010-06-03 Glenn Morris <rgm@gnu.org>
1970
1971 * desktop.el (desktop-clear-preserve-buffers):
1972 Add "*Warnings*" buffer. (Bug#6336)
1973
54d3626e
DN
19742010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
1975
6941ffec
DN
1976 vc-log-incoming/vc-log-outgoing improvements for Git.
1977 * vc-git.el (vc-git-log-outgoing): Use the same format as the
1978 short log.
1979 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
1980
54d3626e
DN
1981 Add bindings for vc-log-incoming and vc-log-outgoing.
1982 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
1983 and vc-log-outgoing.
1984 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
1985 and vc-log-outgoing.
1986
aa1bc616
CY
19872010-06-03 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * net/rcirc.el (rcirc-sort-nicknames): Remove.
1990 (rcirc-handler-366): Always sort nicknames.
1991
e2d2a205
JB
19922010-06-03 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
1995
44ea155d
CY
19962010-06-03 Chong Yidong <cyd@stupidchicken.com>
1997
a628ad9d 1998 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 1999
a91dedc4
SM
20002010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * net/rcirc.el (rcirc-sort-nicknames): Change default.
2003 (rcirc-sort-nicknames-join): Avoid setq.
2004
c62bf05a
DD
20052010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2006
2007 * net/rcirc.el (rcirc-sort-nicknames): New custom.
2008 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2009 (rcirc-handler-366): Use them.
2010
dd2c3c92
SM
20112010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 Split smie-indent-calculate into more manageable chunks.
2014 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2015 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2016 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2017 (smie-indent-exps): Extract from smie-indent-calculate.
2018 (smie-indent-functions): New var.
2019 (smie-indent-functions): Use them.
2020
927c346b
SM
20212010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2024 (smie-indent-calculate): Simplify and cleanup.
2025
1efeec86
MA
20262010-06-02 Michael Albinus <michael.albinus@gmx.de>
2027
2028 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
2029 (tramp-gvfs-mount-point): Remove.
2030 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2031 New defuns.
1efeec86
MA
2032 (with-tramp-dbus-call-method): Format trace message.
2033 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
2034 Implement backup call, when operation on local files fails.
2035 Use progress reporter. Flush properties of changed files.
1efeec86
MA
2036 (tramp-gvfs-handle-make-directory): Make more traces.
2037 (tramp-gvfs-url-file-name): Hexify file name in url.
2038 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2039 into account for the resulting file name.
2040 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2041 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2042 (tramp-gvfs-handler-mounted-unmounted)
2043 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2044 attribute "default_location". Set "prefix" property.
2045 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2046 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2047 exists. Raise an error, if not (due to a corresponding answer
2048 "no" in interactive questions, for example).
2049
89877f5f 20502010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
2051
2052 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2053
24f574a9
JB
20542010-06-01 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2057 right-*. (Bug#6265)
2058
290736f2
DN
20592010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2060
61158bfa
DN
2061 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2062 * vc-git.el (vc-git-compute-remote): New function.
2063 (vc-git-log-outgoing): Use it instead of hard coding a value.
2064 (vc-git-log-incoming): New function.
2065
5828f6ca
DN
2066 Improve state updating for VC tag commands.
2067 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2068 to update the state of all buffers in the directory.
2069
290736f2
DN
2070 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2071
feceda26
SM
20722010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2075 `file-directory-p' to the filename part rather than to the whole text.
2076
a44ae268 20772010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
2078
2079 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2080 (bug#6231).
2081
896114cf
SM
20822010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2085
1603358c
DA
20862010-05-31 Drew Adams <drew.adams@oracle.com>
2087
2088 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2089
fe40dc63
JB
20902010-05-31 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * subr.el (momentary-string-display): Just use read-event to read
2093 the exit event (Bug#6238).
2094
9e8014c6
EZ
20952010-05-30 Eli Zaretskii <eliz@gnu.org>
2096
2097 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2098
61a08071
JB
20992010-05-30 Juanma Barranquero <lekktu@gmail.com>
2100
2101 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2102 Suggested by Eli Zaretskii <eliz@gnu.org>.
2103
5feec8ca
SM
21042010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * minibuffer.el (completion-file-name-table): Don't return a boundary
2107 past the end of `string' (bug#6299).
2108 (completion--file-name-table): Delegate to completion-file-name-table
2109 for the `boundaries' case.
2110
8175cb90
JB
21112010-05-30 Juanma Barranquero <lekktu@gmail.com>
2112
2b94133f
JB
2113 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2114 movement commands.
2115
8175cb90
JB
2116 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2117 `path-separator', but maintain compatibility with Emacs 20.2.
2118
0191e222
CY
21192010-05-29 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * server.el (server-process-filter): Receive parent-id argument
2122 from emacsclient.
2123 (server-create-window-system-frame): New arg. Pass parent-id as
2124 frame parameter.
2125
9b655a0a
EZ
21262010-05-29 Eli Zaretskii <eliz@gnu.org>
2127
db5dce9d
EZ
2128 Bidi-sensitive word movement with arrow keys.
2129 * subr.el (right-arrow-command, left-arrow-command): Move to
2130 bindings.el.
2131
2132 * bindings.el (right-char, left-char): Move from subr.el and
2133 rename from right-arrow-command and left-arrow-command.
2134 (right-word, left-word): New functions.
2135 (global-map) <right>: Bind to right-char.
2136 (global-map) <left>: Bind to left-char.
2137 (global-map) <C-right>: Bind to right-word.
2138 (global-map) <C-left>: Bind to left-word.
2139
9b655a0a
EZ
2140 * ls-lisp.el (ls-lisp-classify-file): New function.
2141 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2142 (ls-lisp-classify): Call ls-lisp-classify-file.
2143 (insert-directory): Remove blanks from switches.
2144
fcb52808
CY
21452010-05-29 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2148 (ansi-color-drop-regexp): New constant.
2149 (ansi-color-apply, ansi-color-filter-region)
896114cf 2150 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
2151 (ansi-color-apply): Build string list before calling concat.
2152
0040735a
JL
21532010-05-28 Juri Linkov <juri@jurta.org>
2154
2155 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2156 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2157 (Bug#5270)
2158
b6827fff
MA
21592010-05-28 Michael Albinus <michael.albinus@gmx.de>
2160
2161 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2162 to ignored backtrace functions.
2163 (with-progress-reporter): Expand docstring.
2164 (tramp-handle-delete-file): Implement TRASH argument.
2165 (tramp-get-remote-trash): New defun.
2166
eba082a2
MA
21672010-05-28 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/tramp-compat.el (tramp-compat-delete-file): Use
2170 `symbol-value' for backward compatibility.
2171
2172 * net/tramp.el (tramp-handle-make-symbolic-link)
2173 (tramp-handle-load)
2174 (tramp-do-copy-or-rename-file-via-buffer)
2175 (tramp-do-copy-or-rename-file-directly)
2176 (tramp-do-copy-or-rename-file-out-of-band)
2177 (tramp-handle-process-file, tramp-handle-call-process-region)
2178 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2179 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2180 (tramp-delete-temp-file-function): Use `delete-file' instead
2181 of `tramp-compat-delete-file'.
2182
2183 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2184 (tramp-fish-handle-make-symbolic-link)
2185 (tramp-fish-handle-process-file): Use `delete-file' instead
2186 of `tramp-compat-delete-file'.
2187
2188 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2189 `delete-file' instead of `tramp-compat-delete-file'.
2190
2191 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2192 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2193 `tramp-compat-delete-file'.
2194
2195 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2196 `delete-file' instead of `tramp-compat-delete-file'.
2197
2198 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2199 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2200 (tramp-smb-handle-write-region): Use `delete-file' instead of
2201 `tramp-compat-delete-file'.
2202 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2203
f1a5d776
CY
22042010-05-27 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 2207 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
2208 (dired-do-flagged-delete, dired-do-delete): Use trash.
2209
2210 * speedbar.el (speedbar-item-delete): Allow trashing.
2211
2212 * files.el (delete-directory): New arg TRASH.
2213
2214 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2215 (ange-ftp-rename-remote-to-remote)
2216 (ange-ftp-rename-local-to-remote)
2217 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2218 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2219 `delete-file'.
2220 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2221 allow trashing.
2222
2223 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2224 handle new TRASH arg of `delete-file'.
2225
c4ce1145 2226 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
2227 (tramp-handle-make-symbolic-link, tramp-handle-load)
2228 (tramp-do-copy-or-rename-file-via-buffer)
2229 (tramp-do-copy-or-rename-file-directly)
2230 (tramp-do-copy-or-rename-file-out-of-band)
2231 (tramp-handle-process-file, tramp-handle-call-process-region)
2232 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2233 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2234 (tramp-delete-temp-file-function): Use null TRASH arg in
2235 tramp-compat-delete-file call.
2236
2237 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2238 (tramp-fish-handle-delete-file)
2239 (tramp-fish-handle-make-symbolic-link)
2240 (tramp-fish-handle-process-file): Use null TRASH arg in
2241 `tramp-compat-delete-file' call.
2242
2243 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2244 arg in `tramp-compat-delete-file' call.
2245
2246 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2247 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2248 `tramp-compat-delete-file' call.
2249
2250 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2251 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2252 `tramp-compat-delete-file' call.
2253
2254 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2255 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2256 (tramp-smb-handle-write-region): Use null TRASH arg in
2257 tramp-compat-delete-file call.
2258 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2259 (tramp-smb-handle-delete-file): Rename arg.
2260
2261 * diff.el (diff-sentinel):
2262 * epg.el (epg--make-temp-file, epg-decrypt-string)
2263 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2264 * jka-compr.el (jka-compr-partial-uncompress)
2265 (jka-compr-call-process, jka-compr-write-region):
2266 * server.el (server-sentinel): Remove optional arg from
2267 delete-file, reverting 2010-05-03 change.
2268
ecb0ab90
CY
22692010-05-27 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2272 font-lock-constant-face, not obsolete font-lock-reference-face.
2273
2b25da45
KH
22742010-05-27 Kenichi Handa <handa@m17n.org>
2275
2276 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2277 element of GSTRING is nil.
2278
11e4d8c0
SM
22792010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * emacs-lisp/smie.el (smie-forward-token-function)
2282 (smie-backward-token-function): New vars.
2283 (smie-backward-sexp, smie-forward-sexp)
2284 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2285 (smie-default-backward-token): Rename from smie-backward-token and
2286 skip comments.
2287 (smie-default-forward-token): Rename from smie-forward-token and
2288 skip comments.
2289 (smie-next-sexp): Handle nil results from next-token.
2290 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2291
4da3541b
CY
22922010-05-27 Chong Yidong <cyd@stupidchicken.com>
2293
896114cf
SM
2294 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2295 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
2296
22972010-05-27 Masatake YAMATO <yamato@redhat.com>
2298
2299 * htmlfontify.el (hfy-face-resolve-face): New function.
2300 (hfy-face-to-style): Use it (Bug#6279).
2301
6dc439cb
SM
23022010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2305 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2306
021eb8d7
GM
23072010-05-26 Glenn Morris <rgm@gnu.org>
2308
2309 * emulation/edt.el (edt-load-keys): Use locate-library.
2310
bef4957b
CY
23112010-05-25 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2314 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
2315 (log-edit-changelog-insert-entries): Args changed.
2316 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
2317 (log-edit-insert-changelog-entries): Reorganize return value of
2318 `log-edit-changelog-entries' to pass filenames to
2319 log-edit-changelog-insert-entries.
2320
84fb0956
TV
23212010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2322
2323 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2324 `image-dired-dired-insert-marked-thumbs' to
2325 `image-dired-dired-toggle-marked-thumbs'.
2326
2327 * image-dired.el: Require cl when compiling.
2328 (image-dired-dired-toggle-marked-thumbs): Rename from
2329 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2330 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2331 to 'no-dir. Skip files whose names don't match
2332 `image-file-name-regexp'. When file has a thumbnail overlay,
2333 delete it. (Bug#5270)
2334
0fb1193d
JL
23352010-05-25 Juri Linkov <juri@jurta.org>
2336
2337 * image-mode.el (image-mode): Add image-after-revert-hook to
2338 after-revert-hook.
2339 (image-after-revert-hook): New function. (Bug#5669)
2340
fc937924
JL
23412010-05-25 Juri Linkov <juri@jurta.org>
2342
2343 * image.el (image-animated-p): When delay between animated images
2344 is 0, set it to 10 (0.1 sec). (Bug#6258)
2345
fa9ba953
MA
23462010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2347
2348 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 2349 `forward-word', its default syntax could be changed.
fa9ba953 2350
9e021389
MA
23512010-05-25 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/tramp.el (tramp-progress-reporter-update): New defun.
2354 (with-progress-reporter): Use it.
2355 (tramp-process-actions):
2356 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2357 current message, in order to let progress reporter continue
2358 afterwards. (Bug#6257)
2359
6169260b
GM
23602010-05-25 Glenn Morris <rgm@gnu.org>
2361
2362 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2363 Add :version.
2364
d26781af
RY
23652010-05-25 Ryan Yeske <rcyeske@gmail.com>
2366
8826afe3 2367 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
2368 (rcirc-default-full-name): Change to "unknown".
2369 (rcirc-user-name-history): Add variable.
8826afe3
GM
2370
23712010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 2372 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
2373
2374 * net/rcirc.el (rcirc-server-alist): Add :pass.
2375 (rcirc): When prompting for connection parameters, also prompt for
d26781af 2376 username and password.
a628ad9d 2377 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
2378 value to server when connecting.
2379
d355a0b7
SM
23802010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2381
f5228f84
SM
2382 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2383 (smie-merge-prec2s): Pass the tables as separate args.
2384 (smie-bnf-precedence-table): Adjust call accordingly.
2385 (smie-prec2-levels): Set levels at the end.
2386
d355a0b7
SM
2387 Replace Lisp calls to delete-backward-char by delete-char.
2388 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
2389 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2390 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2391 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2392 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2393 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2394 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2395 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2396 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2397 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2398 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2399 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2400 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2401 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
2402 delete-backward-char by calls to delete-char.
2403
f668ef02
KH
24042010-05-25 Kenichi Handa <handa@m17n.org>
2405
2406 * language/hebrew.el (hebrew-shape-gstring): New function.
2407 Register it in composition-function-table for all Hebrew combining
2408 characters.
2409
397eb3f3
SM
24102010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * epa.el (epa--select-keys): Don't explicitly delete the window since
2413 that can fail (e.g. sole window in frame). Use dedication instead.
2414
171eda53 24152010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
2416
2417 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2418
110683ad
CY
24192010-05-22 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * image.el (image-refresh): Define as an alias for image-flush.
2422
2423 * image-mode.el (image-toggle-display-image): Caller changed.
2424
df9db151
JL
24252010-05-21 Juri Linkov <juri@jurta.org>
2426
2427 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2428 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2429 whitespace, call wildcard-to-regexp on substrings and concat them
2430 with "\\|". (Bug#6114)
2431
c0209c2c
AM
24322010-05-21 Alan Mackenzie <acm@muc.de>
2433
171eda53
SM
2434 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2435 Replace parameter `here' with `here-' and `here-plus', which sandwich
2436 any pertinent CPP construct.
c0209c2c
AM
2437 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2438 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2439 CPP construct from taking part in the scanning.
2440
655bded0
MA
24412010-05-21 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
2444 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2445 Tune `with-progress-reporter' messages.
655bded0
MA
2446 (tramp-handle-vc-registered):
2447 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2448 (tramp-fish-handle-insert-file-contents)
2449 (tramp-fish-maybe-open-connection):
2450 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2451 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2452 (tramp-imap-handle-insert-file-contents)
2453 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2454
3e17a1a7
JB
24552010-05-21 Juanma Barranquero <lekktu@gmail.com>
2456
bf1e8d4a
JB
2457 * add-log.el (change-log-font-lock-keywords):
2458 Highlight all authors in multi-author entries.
2459
3e17a1a7
JB
2460 * smerge-mode.el (smerge-refine-ignore-whitespace)
2461 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2462 Fix typos in docstrings.
2463 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2464
969e684a
GM
24652010-05-21 Glenn Morris <rgm@gnu.org>
2466
e75c1e7d
GM
2467 * progmodes/fortran.el (fortran-mode):
2468 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2469
969e684a
GM
2470 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2471 having a relative path in src/Makefile.in.
2472
a50878fa
KR
24732010-05-20 Kevin Ryde <user42@zip.com.au>
2474
2475 * help-mode.el (help-make-xrefs): For Info node links turn
2476 newlines into spaces. Link node names with newlines are matched
2477 by help-xref-info-regexp and buttonized, this change ensures they
2478 can be followed successfully with RET. (Bug#6206)
2479
f66a2f90
JL
24802010-05-20 Juri Linkov <juri@jurta.org>
2481
2482 * locate.el (locate): Use pop-to-buffer instead of
2483 switch-to-buffer-other-window. (Bug#6204)
2484
201d895a
JL
24852010-05-20 Juri Linkov <juri@jurta.org>
2486
2487 * replace.el (replace-highlight): Fix lazy-highlighting
2488 for `M-s w str M-% str RET'.
2489
1ddb2ea0
MY
24902009-12-15 Masatake YAMATO <yamato@redhat.com>
2491
2492 * isearch.el (isearch-yank-word-or-char): Pull next subword
2493 when `subword-mode' is activated. (Bug#6220)
2494
a6020335
MH
24952010-05-20 Mark A. Hershberger <mah@everybody.org>
2496
2497 * isearch.el (isearch-update-post-hook): New hook.
2498 (isearch-update): Use the new hook. (Bug#6225)
2499
50de6a38
JL
25002010-05-20 Juri Linkov <juri@jurta.org>
2501
2502 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2503 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2504 (Bug#6222)
2505
5d944a8f
JL
25062010-05-20 Juri Linkov <juri@jurta.org>
2507
2508 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2509 (Bug#6223)
2510
f5d6548a
JL
25112010-05-20 Juri Linkov <juri@jurta.org>
2512
2513 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2514 FILE-NAME to read from the minibuffer when called interactively
2515 with prefix argument instead of using buffer-file-name.
2516 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2517
2518 * dired.el: Update autoloads.
2519
f8e63691
CY
25202010-05-20 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2523 nxml-finish-element, for consistency with SGML mode.
2524
2525 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2526 octave-close-block.
2527
07d7c3bd
JB
25282010-05-20 Juanma Barranquero <lekktu@gmail.com>
2529
2530 * composite.el: Require cl when compiling.
2531 (reference-point-alist, compose-gstring-for-graphic)
2532 (compose-gstring-for-terminal): Fix typos in docstrings.
2533
7bce8510
JL
25342010-05-19 Juri Linkov <juri@jurta.org>
2535
2536 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2537 set-window-parameter.
2538
a7723e05
MA
25392010-05-19 Michael Albinus <michael.albinus@gmx.de>
2540
2541 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2542 where appropriate.
2543 (tramp-maybe-open-connection): Use it.
2544
3f2e7735
EZ
25452010-05-19 Eli Zaretskii <eliz@gnu.org>
2546
2547 * simple.el (move-end-of-line): Make sure we are at line beginning
2548 before backing up to end of previous line.
2549
8d9181c7
MA
25502010-05-19 Michael Albinus <michael.albinus@gmx.de>
2551
8c4ec20f
MA
2552 * password-cache.el (password-cache-remove): Fix docstring.
2553
8d9181c7
MA
2554 * net/secrets.el: Autoload the widget functions.
2555 (secrets-search-items, secrets-create-item)
2556 (secrets-get-attributes, secrets-expand-item): Attributes will be
2557 stored on the password database without leading ":", as all other
2558 clients do as well.
2559 (secrets-mode): Fix docstring.
2560 (secrets-show-secrets): Provide it as autoloaded command only when
2561 D-Bus support is available. Check existence of Secret Service API.
2562
2a96c2a7
SM
25632010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * indent.el (indent-region): Deactivate region (bug#6200).
2566
d24e10b1
GM
25672010-05-19 Glenn Morris <rgm@gnu.org>
2568
2569 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2570
2833d915
KH
25712010-05-19 Kenichi Handa <handa@m17n.org>
2572
2573 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 2574 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 2575
134c2f29
JB
25762010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2577
2578 * calc/calc-trail.el (calc-trail-isearch-forward)
2579 (calc-trail-isearch-backward): Ensure that the new window
2580 point is set correctly.
2581
278847cd
SM
25822010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * subr.el (read-quoted-char): Resolve modifiers after key
2585 remapping (bug#6212).
2586
3a8e7cbd
MA
25872010-05-18 Michael Albinus <michael.albinus@gmx.de>
2588
2589 Add visualization code for secrets.
2590 * net/secrets.el (secrets-mode): New major mode.
2591 (secrets-show-secrets, secrets-show-collections)
2592 (secrets-expand-collection, secrets-expand-item)
2593 (secrets-tree-widget-after-toggle-function)
2594 (secrets-tree-widget-show-password): New defuns.
2595
472e7ec1
SM
25962010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2597
224b70cb
SM
2598 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2599 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2600 handled in smie-next-sexp.
2601 (smie-indent-calculate): Provide a starting indentation (so the
2602 recursion is well-founded ;-).
2603
472e7ec1
SM
2604 Fix handling of non-associative equal levels.
2605 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2606 when it's not needed.
2607 (smie-op-left, smie-op-right): New functions.
2608 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2609 Better handle equal levels to distinguish the associative case from
2610 the "multi-keyword construct" case.
2611 (smie-backward-sexp, smie-forward-sexp): Use it.
2612
35e53abd
JB
26132010-05-18 Juanma Barranquero <lekktu@gmail.com>
2614
5d8fe0ba
JB
2615 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2616
35e53abd
JB
2617 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2618 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2619
5ad4bef5
SM
26202010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 Provide a simple generic indentation engine and use it for Prolog.
2623 * emacs-lisp/smie.el: New file.
2624 * progmodes/prolog.el (prolog-smie-op-levels)
2625 (prolog-smie-indent-rules): New var.
2626 (prolog-mode-variables): Use them to configure SMIE.
2627 (prolog-indent-line, prolog-indent-level): Remove.
2628
00681a3c
JB
26292010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2630
560bb7ae 2631 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
2632 order before computing the averages.
2633
eba62f7a
JB
26342010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2635
597517ef 2636 * calc/calc-vec.el (calc-histogram):
5ad4bef5 2637 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
2638 (math-vector-avg): New function.
2639
560bb7ae 2640 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
2641 being grouped depend on the radix (Bug#6189).
2642
8c5ff6dd
KR
26432010-05-15 Ken Raeburn <raeburn@raeburn.org>
2644
2645 * version.el (emacs-copyright, emacs-version): Don't define here,
2646 now that emacs.c defines it.
2647
98d8b17e
EZ
26482010-05-15 Eli Zaretskii <eliz@gnu.org>
2649
71078429
EZ
2650 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2651 "Describe Language Environment" menu item.
2652
ce6233c1
EZ
2653 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2654
d20e1419
EZ
2655 Bidi-sensitive movement with arrow keys.
2656 * subr.el (right-arrow-command, left-arrow-command): New functions.
2657
2658 * bindings.el (global-map): Bind them to right and left arrow keys.
2659
98d8b17e
EZ
2660 Don't override standard definition of convert-standard-filename.
2661 * files.el (convert-standard-filename): Call
2662 w32-convert-standard-filename and dos-convert-standard-filename on
2663 the corresponding systems.
2664
2665 * w32-fns.el (w32-convert-standard-filename): Rename from
2666 convert-standard-filename. Doc fix.
2667
2668 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2669 (convert-standard-filename): Don't defalias.
2670 (register-name-alist, make-register, register-value)
2671 (set-register-value, intdos): Obsolete aliases for the
2672 corresponding dos-* functions and variables.
2673 (dos-intdos): Add a doc string.
2674
ae6bc504
JB
26752010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2676
2677 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2678 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2679 (math-compose-tex-func):
2680 * calc/calccomp.el (math-compose-expr):
2681 * calc/calc-ext.el (math-format-flat-expr-fancy):
2682 * calc/calc-store.el (calc-read-var-name):
2683 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2684
2685 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 2686 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 2687 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 2688 (math-standard-units): Add units.
ae6bc504 2689
c26ea4b2
SM
26902010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2691
7aefa445 2692 * progmodes/asm-mode.el (asm-mode):
13973643
SM
2693 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2694
c26ea4b2
SM
2695 * pcomplete.el (pcomplete-completions-at-point): New function,
2696 extracted from pcomplete-std-complete.
2697 (pcomplete-std-complete): Use it.
2698
02be533b
GM
26992010-05-15 Glenn Morris <rgm@gnu.org>
2700
2701 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2702 Remove references to CVS, RCS and Old directories.
2703
78ed0efc
JB
27042010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2705
ae6bc504 2706 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
2707 appropriate.
2708
10dcc561
SM
27092010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2710
5ccaa359
SM
2711 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2712 (sh-mode-syntax-table): Give it a default value instead.
2713 (sh-header-marker): Make buffer-local.
2714 (sh-mode): Move make-local-variable to the corresponding setq.
2715 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2716 Use complete-with-action.
2717
10dcc561
SM
2718 * simple.el (prog-mode): New (abstract) major mode.
2719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2720 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2721
c38762fd
JB
27222010-05-14 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2725 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2726 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2727 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2728 (sql-escape-newlines-filter, sql-input-sender)
2729 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2730
2ef3c144
CY
27312010-05-13 Chong Yidong <cyd@stupidchicken.com>
2732
560bb7ae 2733 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
2734
2735 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
2736 latex-open-block and C-c / to latex-close-block.
2737
2738 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
2739 and C-c C-e to sgml-close-tag.
2740
3b30ccda
MA
27412010-05-13 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 2744 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
2745 (tramp-handle-load, tramp-handle-file-local-copy)
2746 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
2747 (tramp-maybe-send-script, tramp-find-shell):
2748 Use `with-progress-reporter'.
3b30ccda
MA
2749 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
2750 Fix message text.
2751
2752 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2753 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2754 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2755 Use `with-progress-reporter'.
2756
57ff5d7b
AM
27572010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2758
a628ad9d
JB
2759 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
2760 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 2761
5a70d10f
SM
27622010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2763
791ffe1c
SM
2764 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
2765
5a70d10f
SM
2766 * dos-fns.el: Add "dos-" prefix for namespace control.
2767 (convert-standard-filename): Define as alias for
2768 dos-convert-standard-filename but only if applicable.
2769
38d93f03
AM
27702010-05-12 Alan Mackenzie <acm@muc.de>
2771
2772 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2773 Push the mark at the start of these functions when appropriate.
2774
902a6d8d
SM
27752010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * minibuffer.el (completion-cycle-threshold): New custom var.
2778 (completion--do-completion): Use it.
2779 (minibuffer-complete): Use cycling if appropriate.
2780
9ee120ba
JB
27812010-05-11 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
2784 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
2785
841c4085
JL
27862010-05-11 Juri Linkov <juri@jurta.org>
2787
2788 * scroll-all.el (scroll-all-check-to-scroll):
2789 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
2790
8a67c70e
SM
27912010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2792
f2b9ed18
SM
2793 * iimage.el (iimage-mode-map): Move initialization into declaration.
2794 (iimage-mode-buffer): Use with-silent-modifications.
2795 Simplify calling convention. Adjust callers.
2796 (iimage-mode): Don't run hook redundantly.
2797
8a67c70e
SM
2798 * minibuffer.el (completion-pcm--pattern->regex):
2799 Fix last change (bug#6160).
2800
4bbedd98
JL
28012010-05-10 Juri Linkov <juri@jurta.org>
2802
2803 Remove nodes visited during Isearch from the Info history.
2804 * info.el (Info-isearch-initial-history)
2805 (Info-isearch-initial-history-list): New variables.
2806 (Info-isearch-start): Record initial values of
2807 Info-isearch-initial-history and Info-isearch-initial-history-list.
2808 Add Info-isearch-end to isearch-mode-end-hook.
2809 (Info-isearch-end): New function.
2810
94ecf5da
MA
28112010-05-10 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
2814 format string, in order to work around a bug in pdksh.
2815 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
2816 (tramp-handle-verify-visited-file-modtime): Do not send a command
2817 when the connection is not established.
2818 (tramp-handle-set-file-times): Simplify the check for utc.
2819
c5eb971b
JB
28202010-05-10 Juanma Barranquero <lekktu@gmail.com>
2821
2822 Fix use of `filter-buffer-substring' (rework previous change).
2823 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
2824 (cua-repeat-replace-region):
2825 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
2826 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2827 (cua-cut-region-to-global-mark): Use it.
2828
7492acc9
MM
28292010-05-09 Michael R. Mauger <mmaug@yahoo.com>
2830
77e2fc7a
JB
2831 * progmodes/sql.el: Version 2.1.
2832 (sql-product-alist): Redesign structure of product info.
2833 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
2834 (sql-port, sql-port-history): New variables.
2835 (sql-interactive-product): New variable.
2836 (sql-send-terminator): New variable.
77e2fc7a 2837 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
2838 (sql-oracle-login-params, sql-sqlite-login-params)
2839 (sql-mysql-login-params, sql-solid-login-params)
2840 (sql-sybase-login-params, sql-informix-login-params)
2841 (sql-ingres-login-params, sql-ms-login-params)
2842 (sql-postgres-login-params, sql-interbase-login-params)
2843 (sql-db2-login-params, sql-linter-login-params)
2844 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
2845 (sql-mode-map): Add C-c C-i to start interactive mode.
2846 (sql-mode-menu): Update existing menu entries.
2847 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
2848 (sql-mode-oracle-font-lock-keywords)
2849 (sql-mode-postgres-font-lock-keywords)
2850 (sql-mode-ms-font-lock-keywords)
2851 (sql-mode-sybase-font-lock-keywords)
2852 (sql-mode-informix-font-lock-keywords)
2853 (sql-mode-interbase-font-lock-keywords)
2854 (sql-mode-ingres-font-lock-keywords)
2855 (sql-mode-solid-font-lock-keywords)
2856 (sql-mode-mysql-font-lock-keywords)
2857 (sql-mode-sqlite-font-lock-keywords)
2858 (sql-mode-db2-font-lock-keywords)
77e2fc7a 2859 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
2860 reduce run-time complexity.
2861 (sql-add-product, sql-del-product): New functions.
2862 (sql-set-product-feature, sql-get-product-feature): New functions.
2863 (sql-product-font-lock): Update product API.
2864 (sql-add-product-keywords): New function.
2865 (sql-highlight-product): Update product API.
2866 (sql-help-list-products): New function.
2867 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 2868 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
2869 prompt for port.
2870 (sql-copy-column): Copy without properties.
2871 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
2872 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
2873 Implement as a filter.
7492acc9
MM
2874 (sql-escape-newlines-filter): Implement as a filter.
2875 (sql-remove-tabs-filter): New function.
2876 (sql-send-magic-terminator): New function.
2877 (sql-send-string): Implement magic terminator.
2878 (sql-send-region): Use `sql-send-string'.
2879 (sql-interactive-mode): Use product API.
2880 (sql-product-interactive): Use product API.
2881 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2882 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2883 (sql-db2, sql-linter): Use `sql-product-interactive'.
2884 (sql-connect): New function.
2885 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2886 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2887 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
2888 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2889 Use `sql-connect'.
7492acc9 2890
79ccd68f
SM
28912010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2894 New custom variable.
2895 (completion-pcm--string->pattern): Use it.
2896 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
2897 Make it handle any symbol as `any'.
2898 (completion-pcm--merge-completions): Extract common suffix for the new
2899 `prefix' symbol as well.
2900 (completion-substring--all-completions): Use the new `prefix' symbol.
2901
0d5852cf
MA
29022010-05-09 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
2905 not bound.
2906 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2907 (tramp-compat-funcall): New defmacro.
2908 (tramp-compat-line-beginning-position)
2909 (tramp-compat-line-end-position)
2910 (tramp-compat-temporary-file-directory)
2911 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2912 (tramp-compat-copy-file, tramp-compat-copy-directory)
2913 (tramp-compat-delete-file, tramp-compat-delete-directory)
2914 (tramp-compat-number-sequence, tramp-compat-process-running-p)
2915 * net/tramp.el (top, with-progress-reporter)
2916 (tramp-rfn-eshadow-setup-minibuffer)
2917 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2918 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2919 (tramp-completion-mode-p, tramp-check-for-regexp)
2920 (tramp-open-connection-setup-interactive-shell)
2921 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2922 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2923 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
2924 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2925 (tramp-reporter-dump-variable, tramp-load-report-modules)
2926 (tramp-append-tramp-buffers)
2927 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
2928
2929 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2930
f913fe7d
SM
29312010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * progmodes/compile.el (compilation-buffer-modtime): Rename from
2934 buffer-modtime. Adjust users.
2935
0235128c 29362010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 2937
77e2fc7a 2938 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 2939 car of each item, not the whole list (Bug#6083).
f034e176 2940
0235128c 29412010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
2942
2943 * progmodes/js.el (js-mode): Make paragraph variables local before
2944 calling c-setup-paragraph-variables (Bug#6071).
2945
0235128c 29462010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
2947
2948 * composite.el (compose-region, reference-point-alist): Fix typos
2949 in the doc strings.
2950
77e2fc7a 29512010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
2952
2953 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
2954 gnuplot's "set" command.
2955
0235128c 29562010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
2957
2958 * abbrev.el (last-abbrev-text): Doc fix.
2959 (abbrev-prefix-mark): Don't escape parenthesis.
2960
0235128c 29612010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
2962
2963 * composite.el (find-composition): Doc fix.
2964
0235128c 29652010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
2966
2967 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
2968 (sql-oracle-program, sql-sqlite-options)
2969 (sql-query-placeholders-and-send): Doc fixes.
2970 (sql-set-product, sql-interactive-mode): Reflow docstrings.
2971 (sql-imenu-generic-expression, sql-buffer)
2972 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
2973 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
2974 (sql-mode-sybase-font-lock-keywords)
2975 (sql-mode-informix-font-lock-keywords)
2976 (sql-mode-interbase-font-lock-keywords)
2977 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
2978 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
2979 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
2980 (sql-product-feature, sql-highlight-product)
2981 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
2982 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
2983 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
2984 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
2985 Fix typos in docstrings.
2986
0235128c 29872010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
2988
2989 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
2990 property instead of `invisible' and `after-string' (bug#5998).
2991
0235128c 29922010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
2993
2994 * image-mode.el (image-mode-as-text): Fix typo in docstring.
2995
0235128c 29962010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
2997
2998 * filecache.el (file-cache-add-directory-list)
2999 (file-cache-add-directory-recursively): Fix typos in docstrings.
3000
0235128c 30012010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
3002
3003 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 3004 (gujarati-composable-pattern): Fix typo.
ece33a6e 3005
0235128c 30062010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
3007
3008 * language/indian.el (oriya-composable-pattern)
0235128c
SM
3009 (tamil-composable-pattern, malayalam-composable-pattern):
3010 Add two-part vowels to "v" (vowel sign).
771533aa 3011
0235128c 30122010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 3013
99833607
CY
3014 * files.el (copy-directory): Handle symlinks (Bug#5982).
3015
0235128c 30162010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
3017
3018 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3019 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
3020 (Bug#5846).
3021
0235128c 30222010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 3023
0ca12598
GM
3024 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3025
d2c7b917
GM
3026 * minibuffer.el (completion-at-point): Doc fix.
3027
ba5bf5f0
SM
30282010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * electric.el (Electric-command-loop): Minor tweak.
3031
3032 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3033 better with dedicated windows.
3034
0235128c
SM
30352010-05-07 Chong Yidong <cyd@stupidchicken.com>
3036
3037 * Version 23.2 released.
3038
560bb7ae 30392010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 3040 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
3041
3042 Highlight vendor specific properties.
3043 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3044 (css-proprietary-property): New face.
3045 (css-font-lock-keywords): Use them.
3046
c0162ade
EZ
30472010-05-07 Eli Zaretskii <eliz@gnu.org>
3048
3049 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3050
f3ee9200
SM
30512010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3052
05623156
SM
3053 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3054 * files.el (auto-mode-alist): Remove redundant entries.
3055
f3ee9200
SM
3056 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3057 * simple.el (auto-save-mode): Move from files.el.
3058 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3059
560bb7ae 30602010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
3061
3062 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3063
765d4319
KY
30642010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3065
3066 * mail/binhex.el (binhex-decode-region-internal)
3067 * mail/uudecode.el (uudecode-decode-region-internal)
3068 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3069 (dns-read-type, dns-query)
3070 * pgg-parse.el (pgg-parse-armor)
3071 * pgg.el (pgg-verify-region)
3072 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3073 XEmacs.
3074
86d21cc0 3075 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 3076
f83483ff
JB
30772010-05-07 Juanma Barranquero <lekktu@gmail.com>
3078
40ab7974
JB
3079 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3080
f83483ff
JB
3081 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3082 * emulation/cua-base.el (cua-repeat-replace-region):
3083 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3084 (cua-cut-region-to-global-mark):
3085 Remove text properties with `set-text-properties'.
3086
9566840f
MA
30872010-05-06 Michael Albinus <michael.albinus@gmx.de>
3088
f3ee9200
SM
3089 * net/tramp.el (top, with-progress-reporter):
3090 Use `symbol-function' inside `funcall'.
9566840f
MA
3091
3092 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
3093 (tramp-compat-delete-file, tramp-compat-delete-directory):
3094 Handle only `wrong-number-of-arguments' error.
9566840f
MA
3095
3096 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3097 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3098 inside `funcall'.
3099
0c495c21
SM
31002010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3101
1493963b
SM
3102 * minibuffer.el (completion--sreverse, completion--common-suffix):
3103 New functions.
3104 (completion-pcm--merge-completions): Extract common suffix when safe.
3105
0c495c21
SM
3106 * emacs-lisp/easy-mmode.el (define-minor-mode):
3107 Make :variable more flexible.
3108 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3109
221a0647
JL
31102010-05-05 Juri Linkov <juri@jurta.org>
3111
3112 Add `slow' and `history' tags to the desktop data.
3113
3114 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3115 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3116 (Info-finder-find-node): Require `finder.el' to be able
3117 to restore node from the desktop.
3118 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3119 data `Info-history' and `slow' tag in the assoc list.
3120 (Info-restore-desktop-buffer): Don't restore nodes with the
3121 `slow' tag. Restore `Info-history'.
3122
66bdc868
MA
31232010-05-05 Michael Albinus <michael.albinus@gmx.de>
3124
3125 Add FORCE argument to `delete-file'.
3126
3127 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3128 forcing to delete the temporary file.
3129 (ange-ftp-delete-file): Add FORCE arg.
3130 (ange-ftp-rename-remote-to-remote)
3131 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
3132 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3133 Force file deletion.
66bdc868
MA
3134
3135 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3136
3137 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3138 (tramp-handle-make-symbolic-link, tramp-handle-load)
3139 (tramp-do-copy-or-rename-file-via-buffer)
3140 (tramp-do-copy-or-rename-file-directly)
3141 (tramp-do-copy-or-rename-file-out-of-band)
3142 (tramp-handle-process-file, tramp-handle-call-process-region)
3143 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3144 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3145 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3146
3147 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3148 (tramp-fish-handle-make-symbolic-link)
3149 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3150
0c495c21
SM
3151 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3152 Use `tramp-compat-delete-file'.
66bdc868
MA
3153
3154 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3155 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3156
3157 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3158 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3159
3160 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3161 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3162 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3163 `tramp-compat-delete-file'.
3164
f44379e7
SM
31652010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3166
365f8d85
SM
3167 Minor cleanups.
3168 * subr.el (add-minor-mode): Use push.
3169 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3170 * emulation/edt.el (edt-select-mode): Simplify.
3171
80ac5d4d
SM
3172 Use define-minor-mode in more cases.
3173 * term/tvi970.el (tvi970-set-keypad-mode):
3174 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3175 (normal-erase-is-backspace-mode):
3176 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3177 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3178 (get-scroll-bar-mode): New function.
3179 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3180
3181 Use define-minor-mode for less obvious cases.
f44379e7
SM
3182 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3183 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3184 * international/iso-ascii.el (iso-ascii-mode):
3185 * frame.el (auto-raise-mode, auto-lower-mode):
3186 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3187
c04b03f8
MA
31882010-05-04 Michael Albinus <michael.albinus@gmx.de>
3189
3190 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3191 in order to see error messages for failed logins.
3192
53967e09
CY
31932010-05-03 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * diff.el (diff-sentinel):
3196
3197 * epg.el (epg--make-temp-file, epg-decrypt-string)
3198 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3199
3200 * jka-compr.el (jka-compr-partial-uncompress)
3201 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3202
3203 * server.el (server-sentinel): Use delete-file's new FORCE arg
3204 (Bug#6070).
3205
56eb0904
SM
32062010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 Use define-minor-mode where applicable.
3209 * view.el (view-mode):
3210 * type-break.el (type-break-query-mode)
3211 (type-break-mode-line-message-mode):
3212 * textmodes/reftex.el (reftex-mode):
3213 * term/vt100.el (vt100-wide-mode):
3214 * tar-mode.el (tar-subfile-mode):
3215 * savehist.el (savehist-mode):
3216 * ibuf-ext.el (ibuffer-auto-mode):
3217 * composite.el (auto-composition-mode):
3218 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3219 Use define-minor-mode.
3220 (vhdl-mode): Use static mode-line format.
3221 (vhdl-mode-line-update): Delete.
3222 (vhdl-create-mode-menu, vhdl-activate-customizations)
3223 (vhdl-hs-minor-mode): Don't bother calling it.
3224
672eb710
SM
32252010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3226
8f92b8ad
SM
3227 * simple.el (with-wrapper-hook): Move.
3228 (buffer-substring-filters): Mark obsolete.
3229 (filter-buffer-substring-functions): New variable.
1fada563 3230 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 3231
672eb710
SM
3232 Use a mode-line spec rather than a static string in Semantic.
3233 * cedet/semantic/util-modes.el:
3234 (semantic-minor-modes-format): New var to replace...
3235 (semantic-minor-modes-status): Remove.
3236 (semantic-mode-line-update): Construct a mode-line spec rather than
3237 a static string so that mouse buttons can be used on individual minor
3238 modes and so that semantic-mode-line-update only needs to be called
3239 when global settings are changed.
3240 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3241 Call semantic-mode-line-update.
3242 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3243 minor-mode-alist, check semantic-minor-mode-alist as well.
3244 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3245 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3246 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3247 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3248 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3249 (define-semantic-idle-service, semantic-idle-summary-mode):
3250 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3251 Don't call semantic-mode-line-update any more.
3252
cb7f3653
SM
32532010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 Use define-minor-mode in CEDET where applicable.
3256
3257 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3258 Use define-minor-mode.
3259
3260 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3261 Remove unused arg `keymap' and code redundant with define-minor-mode.
3262 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3263 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3264 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3265 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3266 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3267 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3268 Use define-minor-mode.
3269 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3270 (semantic-show-unmatched-syntax-mode-setup)
3271 (semantic-show-parser-state-mode-setup)
3272 (semantic-highlight-func-mode-setup): Inline into sole caller.
3273
3274 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3275 (semantic-mru-bookmark-mode): Use define-minor-mode.
3276 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3277
3278 * cedet/semantic/idle.el (define-semantic-idle-service):
3279 Use define-minor-mode and inline setup function into its sole caller.
3280 (semantic-idle-scheduler-mode-setup)
3281 (semantic-idle-summary-mode-setup): Inline into sole caller.
3282 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3283 Use define-minor-mode.
3284
3285 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3286 (semantic-decoration-mode): Use define-minor-mode.
3287 (semantic-decoration-mode-setup): Inline into sole caller.
3288
3289 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3290 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3291 (ede-dired-add-to-target): Use dolist.
3292
c04b03f8 32932010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 3294 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
3295
3296 Implement compression for inline methods.
3297
3298 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3299 (tramp-copy-size-limit): Allow also nil.
3300 (tramp-inline-compress-commands): New defconst.
3301 (tramp-find-inline-compress, tramp-get-inline-compress)
3302 (tramp-get-inline-coding): New defuns.
cb7f3653 3303 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 3304 replaced by `tramp-get-inline-coding'.
6a29a838
MA
3305 (tramp-handle-file-local-copy, tramp-handle-write-region)
3306 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3307
8c0bf8b3
SM
33082010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3309
07125a91
SM
3310 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3311 Remove unused functions.
3312
f3a47002
SM
3313 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3314 Set find-tag-default-function as a variable rather than a property.
3315
8c0bf8b3
SM
3316 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3317 * progmodes/etags.el (tags-completion-at-point-function):
3318 Remove left over interactive spec. Add autoloading stub.
3319 (complete-tag): Use tags-completion-at-point-function.
3320
27601456
CY
33212010-04-30 Chong Yidong <cyd@stupidchicken.com>
3322
cb7f3653 3323 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 3324
09d0284d
CY
33252010-04-29 Chong Yidong <cyd@stupidchicken.com>
3326
27d3cd56
CY
3327 * ido.el (ido-init-completion-maps): Remove C-v binding.
3328 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 3329
3a07ffce
CY
33302010-04-29 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * minibuffer.el (tags-completion-at-point-function): New function.
3333 (completion-at-point-functions): Use it.
3334
537ffaf3
SM
3335 * cedet/semantic.el (semantic-completion-at-point-function):
3336 New function.
3a07ffce
CY
3337 (semantic-mode): Use semantic-completion-at-point-function for
3338 completion-at-point-functions instead.
3339
3340 * progmodes/etags.el (complete-tag): Revert last change.
3341
3d14bb73
AM
33422010-04-29 Alan Mackenzie <acm@muc.de>
3343
3344 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3345 off-by-one error (in end of macro position).
3346
7d353d11
SM
33472010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3350 firefox is absent. Don't autoload.
3351 (browse-url-galeon-program): Don't autoload.
3352
48111a85
CY
33532010-04-28 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * bindings.el (complete-symbol): Move into minibuffer.el.
3356
3357 * minibuffer.el (complete-tag): Move from etags.el. If tags
3358 completion cannot be performed, return nil instead of signalling
3359 an error.
3360 (completion-at-point): Make it an alias for complete-symbol.
3361 (complete-symbol): Move from bindings.el, and replace with the
3362 body of completion-at-point.
3363
3364 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3365
3366 * cedet/semantic.el (semantic-mode): When enabled, add
3367 semantic-ia-complete-symbol to completion-at-point-functions.
3368
3369 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3370 if Semantic is not active.
3371
7ba94701
MA
33722010-04-28 Michael Albinus <michael.albinus@gmx.de>
3373
3374 * net/tramp.el (tramp-remote-selinux-p): New defun.
3375 (tramp-handle-file-selinux-context)
3376 (tramp-handle-set-file-selinux-context): Use it.
3377
95c6cc3e
SS
33782010-04-28 Sam Steingold <sds@gnu.org>
3379
3380 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3381 `safe-local-variable' if the value is a string or a symbol with
3382 the property `bug-reference-url-format'.
3383
36045ff3
CY
33842010-04-28 Chong Yidong <cyd@stupidchicken.com>
3385
537ffaf3
SM
3386 * progmodes/bug-reference.el (bug-reference-url-format):
3387 Revert 2010-04-27 change due to security risk.
36045ff3 3388
56924d99
SM
33892010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 Make it possible to locally disable a globally enabled mode.
3392 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3393 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3394 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3395 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3396 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3397 that subsequent hooks get a chance to disable it.
3398
ccaa4765
SM
33992010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3400
17818d71
SM
3401 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3402 Avoid re-enabling a minor mode after the user turned the minor mode
3403 off if MODE-enable-in-buffers is run twice (typically once from
3404 fundamental-mode's after-change-major-mode-hook and a second time from
3405 run-mode-hook's own after-change-major-mode-hook).
3406
ccaa4765
SM
3407 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3408
2a6f654e
SS
34092010-04-27 Sam Steingold <sds@gnu.org>
3410
3411 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3412 `safe-local-variable' if the value is a string or a function, as
3413 documented and implemented on 2010-04-02.
3414
cecaa674
JB
34152010-04-27 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3418 when method is 'kill.
3419
34202010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 3421
a628ad9d
JB
3422 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3423 condition in default directory check.
1e116bb3
AM
3424 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3425 Kill ispell process when killing its associated buffer.
3426
7dd7fbb9
JD
34272010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3428
3429 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3430 but we aren't using it.
3431
7ac82b84
J
34322010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3433
3434 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3435 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3436
fea1add4
GM
34372010-04-24 Glenn Morris <rgm@gnu.org>
3438
3439 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3440 Ignore VCS-ignore files, and deleted nextstep preferences files.
3441 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3442 (authors-ambiguous-files): New list.
3443 (authors-valid-file-names): Add some deleted files.
3444 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3445 (authors-disambiguate-file-name): New function. (Bug#5501)
3446 (authors-canonical-file-name): Doc fix.
3447 Don't warn about obsolete files.
3448 (authors-canonical-file-name, authors-scan-el):
3449 Use authors-disambiguate-file-name.
3450
cbcfee6e
GM
3451 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3452 Add autoload cookies.
3453 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3454 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3455 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3456 They have definitions / compiler macros in cl.el.
3457 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3458 Replace manual autoloads with generated ones.
3459 (htmlfontify-unload-rgb-file): Remove autoload.
3460 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3461
3b548e1b
SM
34622010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3463
9ae0c310
SM
3464 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3465 (byte-compile-setq-default): Optimize for the
3466 single-var case and don't call byte-compile-form in this case to avoid
3467 inf-loop with byte-compile-set-default.
3468
3b548e1b
SM
3469 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3470
632c5478
MA
34712010-04-23 Michael Albinus <michael.albinus@gmx.de>
3472
3473 Implement SELINUX backends.
3474
3b548e1b
SM
3475 * net/tramp.el (tramp-file-name-handler-alist):
3476 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
3477 (tramp-handle-file-selinux-context)
3478 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
3479 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3480 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 3481
3b548e1b
SM
3482 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3483 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
3484 (tramp-gvfs-handle-file-selinux-context)
3485 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3486 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3487
3488 * net/ange-ftp.el (ange-ftp-copy-file):
3489 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3490 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
3491 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3492 Add PRESERVE-SELINUX-CONTEXT.
632c5478 3493
a94d821f
MA
34942010-04-22 Michael Albinus <michael.albinus@gmx.de>
3495
3496 Synchronize with Tramp repository.
3497
3498 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3499 (tramp-action-process-alive, tramp-action-out-of-band)
3500 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3501 (tramp-exists-file-name-handler): Fix docstring.
3502 (with-progress-reporter): New defmacro.
3503 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3504 (tramp-maybe-open-connection): Use it.
3505
a92375d9
MA
35062010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3507
3508 Detect ssh 'ControlMaster' argument automatically in some cases.
3509
3510 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3511 (tramp-default-method): Use it.
3512
489fe4c2
MA
35132010-04-22 Michael Albinus <michael.albinus@gmx.de>
3514
25f14cdb
MA
3515 * net/tramp.el (tramp-handle-copy-file): Add new optional
3516 parameter `preserve-selinux-context'.
3517 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3518
a92375d9
MA
35192010-04-22 Michael Albinus <michael.albinus@gmx.de>
3520
489fe4c2
MA
3521 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3522 Ensure, that non remote files are still checked. Oops.
3523
acd1f317
MA
35242010-04-21 Michael Albinus <michael.albinus@gmx.de>
3525
3526 Fix Bug#5840.
3527
3528 * icomplete.el (icomplete-completions): Use `non-essential'.
3529
3530 * net/tramp.el (tramp-connectable-p): New defun.
3531 (tramp-handle-expand-file-name)
3532 (tramp-completion-handle-file-name-all-completions)
3533 (tramp-completion-handle-file-name-completion): Use it.
3534
62c5b459
SM
35352010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3538
f904c0f9
JD
35392010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3540
3541 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3542
3543 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3544
3545 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3546 is present.
3547
3548 * info.el (info-tool-bar-map): Add labels.
3549
3550 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3551
3552 * cus-edit.el (custom-commands): Add labels for tool bar.
3553 (custom-buffer-create-internal, Custom-mode): Adjust for
3554 labels in custom-commands.
3555
3556 * dynamic-setting.el: Renamed from font-setting.el.
3557
c5cbeb12
LL
35582010-04-21 John Wiegley <jwiegley@gmail.com>
3559
3560 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3561 toggles the use of virtual buffers.
537ffaf3 3562 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
3563 (ido-toggle-virtual-buffers): New function.
3564
fcc93746
JB
35652010-04-21 Juanma Barranquero <lekktu@gmail.com>
3566
3567 Use `define-derived-mode'; fix window selection; doc fixes.
3568 * play/tetris.el (tetris, tetris-update-speed-function)
3569 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3570 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3571 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3572 (tetris-pause-game): Fix typos in docstrings.
3573 (tetris-mode-map, tetris-null-map):
3574 Move initialization into declaration.
3575 (tetris-mode): Define with `define-derived-mode';
3576 set show-trailing-whitespace to nil.
3577 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3578
574c05e2
KK
35792010-04-21 Karel Klíč <kklic@redhat.com>
3580
3581 * files.el (backup-buffer): Handle SELinux context, and return it
3582 if a backup was made by renaming.
3583 (backup-buffer-copy): Set SELinux context to the target file.
3584 (basic-save-buffer): Set SELinux context of the newly written file.
3585 (basic-save-buffer-1): Now it also returns any SELinux context.
3586 (basic-save-buffer-2): Set SELinux context of the newly created file,
3587 and return it.
3588 * net/tramp.el (tramp-file-name-for-operation):
3589 Add file-selinux-context.
3590
e97a42c1
SM
35912010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3592
f2b9ed18
SM
3593 Make the log-edit comments use RFC822 format throughout.
3594
e97a42c1
SM
3595 * vc.el (vc-checkin, vc-modify-change-comment):
3596 Adjust to new vc-start/finish-logentry.
3597 (vc-find-conflicted-file): New command.
3598 (vc-transfer-file): Adjust to new vc-checkin.
3599 (vc-next-action): Improve scoping.
3600
3601 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3602 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3603
3604 * vc-git.el (vc-git-log-edit-mode): Remove.
3605 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3606 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3607
3608 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3609 (vc-start-logentry): Remove argument `extra'.
3610 (vc-finish-logentry): Remove extra args.
3611
3612 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3613 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3614 (vc-bzr-conflicted-files): New function.
3615
3616 * log-edit.el (log-edit-extra-flags)
3617 (log-edit-before-checkin-process): Remove.
3618 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3619 (log-edit-headers-alist): New var.
3620 (log-edit-header-contents-regexp): New const.
3621 (log-edit-match-to-eoh): New function.
3622 (log-edit-font-lock-keywords): Use them.
3623 (log-edit): Insert a "Summary:" header as default.
3624 (log-edit-mode): Mark font-lock rules as case-insensitive.
3625 (log-edit-done): Cleanup headers.
3626 (log-view-process-buffer): Remove.
3627 (log-edit-extract-headers): New function to replace it.
3628
938efb77
JB
36292010-04-20 Juanma Barranquero <lekktu@gmail.com>
3630
3631 * subr.el (default-direction-reversed): Remove obsolescence info.
3632
1cfb415b
SM
36332010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3634
cb4f9513
SM
3635 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3636 windows/frames.
3637
6e610c72
SM
3638 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3639 I.e. include text after point in the completion region.
3640 Also, return nil when we're not after/in a symbol.
3641
1cfb415b
SM
3642 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3643 default enable-multibyte-characters.
3644
c80fa13c
SM
36452010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3646
87926e02
SM
3647 * international/mule.el: Help the user choose a valid coding-system.
3648 (read-buffer-file-coding-system): New function.
3649 (set-buffer-file-coding-system): Use it. Prompt the user if the
3650 coding-system cannot encode all the chars.
3651
c80fa13c
SM
3652 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3653 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3654 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3655 Don't use *vc-bzr-shelve*.
3656
6e104790 36572010-04-19 Chong Yidong <cyd@stupidchicken.com>
137327ef 3658
6e104790
SM
3659 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3660 Don't destroy list before using it.
137327ef 3661
6e104790 36622010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
3663
3664 Fix the version number for added files.
3665 * vc-hg.el (vc-hg-working-revision): Check if the file is
3666 registered after hg parent fails (Bug#5961).
3667
6e104790 36682010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
3669
3670 * htmlfontify.el (htmlfontify-buffer)
3671 (htmlfontify-copy-and-link-dir): Autoload entry points.
3672
6e104790 36732010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
3674
3675 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3676 name relative to the project root (Bug#5960).
3677
6e104790 36782010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
3679
3680 * vc-git.el (vc-git-print-log): Doc fix.
3681
6e104790 36822010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
3683
3684 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3685
6e104790 36862010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
3687
3688 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3689 default settings (Bug#5928).
3690
6e104790 36912010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
3692
3693 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3694 New function.
0a23b2c3 3695 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 3696
6e104790 36972010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
3698
3699 * language/indian.el (malayalam-composable-pattern): Fix previous
3700 change (add U+0D4D "SIGN VIRAMA").
3701 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3702 (tamil-composable-pattern): Fix typo in the regexp.
3703 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3704 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3705 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3706
6e104790 37072010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
3708
3709 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3710 paragraph-separate (Bug#5821).
3711
6e104790 37122010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
3713
3714 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3715
3716 * info.el (Info-find-node-2): Comment out code that skips
3717 breadcrumbs line.
3718 (Info-mouse-follow-link): New command.
3719 (Info-link-keymap): New keymap.
3720 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3721 Return a string with links instead of inserting breadcrumbs
3722 to the Info buffer.
3723 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3724 Instead of putting the `invisible' text property over the Info
3725 header, make an overlay over the Info header with the `invisible'
3726 property and `after-string' set to the string returned by
3727 `Info-breadcrumbs'.
3728
6e104790 37292010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
3730
3731 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3732 Reported by monkey@sandpframing.com.
3733
98923800
SM
37342010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3735
b5feea0f
SM
3736 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
3737 (tmm-get-keymap): Add key-binding shortcuts now that they're not
3738 available in the "keyseq cache" any more.
3739
98923800
SM
3740 * custom.el (defcustom): Add edebug spec.
3741
fd5c9dfa
JL
37422010-04-18 Juri Linkov <juri@jurta.org>
3743
3744 Test for special mode-class in view-buffer instead of view-file (bug#5513).
3745
3746 * view.el (view-file, view-buffer): Move test for special mode-class
3747 from view-file to view-buffer.
3748
3749 * tar-mode.el (tar-extract): Turn if's into one cond
3750 like in arc-mode.el.
3751
b3671a51
JL
37522010-04-18 Juri Linkov <juri@jurta.org>
3753
3754 Add 7z archive format support (bug#5475).
3755
3756 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
3757 (archive-7z-extract): New defcustom.
3758 (archive-find-type): Add magic string for 7z.
3759 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
3760 If `stderr-file' is non-nil, use `(t stderr-file)' for the
3761 `buffer' arg of `call-process'.
3762 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
3763 call the function `archive-7z-extract' with the variable
3764 `archive-7z-extract' let-bound to `archive-zip-extract'.
3765 (archive-7z-summarize, archive-7z-extract): New functions.
3766
3767 * international/mule.el (auto-coding-alist):
3768 * files.el (auto-mode-alist): Add 7z file extension.
3769
8a37fb25
SM
37702010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3771
e9515805
SM
3772 * loadup.el: Setup hash-cons for pure data.
3773
f8ea0098
SM
3774 Fix duplicate entries in cedet's loaddefs.el files.
3775 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
3776 Should make most file-local generated-autoload-file unnecessary.
3777 (print-readably): Silence warnings.
3778 (autoload-find-destination): Take load-name as an arg to make sure
3779 it's the same as the one that will be in the file.
3780 (autoload-generate-file-autoloads): Adjust to above changes.
3781 Try to make the dataflow a bit simpler.
3782
8a37fb25
SM
3783 * cvs-status.el (cvs-refontify): Remove unused.
3784
f8b91752
JB
37852010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
3786
3787 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
3788
3789 * calc-bin.el (calc-radix): Have the "O" option turn on
3790 twos-complement mode.
3791
d8b01fef
JB
37922010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
3793
3794 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
3795 Add `calc-option-prefix-help' to calc-help autoloads.
3796 (calc-inverse): Add "Option" to message, as appropriate.
3797 (calc-hyperbolic): Add "Option" to message, as appropriate.
3798 (calc-option, calc-is-option): New functions.
3799
77e2fc7a 3800 * calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
3801 (calc-option-prefix-help): New function.
3802
3803 * calc-misc.el (calc-help): Add "Option" entry.
3804
3805 * calc.el (calc-local-var-list): Add `calc-option-flag'.
3806 (calc-option-flag): New variable.
3807 (calc-do): Set `calc-option-flag to nil.
3808 (calc-set-mode-line): Add "Opt " as appropriate.
3809
74f806a1
JL
38102010-04-16 Juri Linkov <juri@jurta.org>
3811
3812 Move scrolling commands from simple.el to window.el
3813 because their primitives are implemented in window.c.
3814
3815 * simple.el (scroll-error-top-bottom)
3816 (scroll-up-command, scroll-down-command, scroll-up-line)
3817 (scroll-down-line, scroll-other-window-down)
3818 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3819 * window.el (scroll-error-top-bottom)
3820 (scroll-up-command, scroll-down-command, scroll-up-line)
3821 (scroll-down-line, scroll-other-window-down)
3822 (beginning-of-buffer-other-window, end-of-buffer-other-window):
3823 Move from simple.el to window.el because their primitives are
3824 implemented in window.c.
3825
ad40eec5
JL
38262010-04-16 Juri Linkov <juri@jurta.org>
3827
3828 * isearch.el (isearch-lookup-scroll-key): Check both
3829 `isearch-scroll' and `scroll-command' properties.
3830 (scroll-up, scroll-down): Remove `isearch-scroll' property.
3831
3832 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
3833
3834 * simple.el (scroll-up-command, scroll-down-command)
3835 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
3836
a4b000fb
JL
38372010-04-15 Juri Linkov <juri@jurta.org>
3838
3839 * simple.el (scroll-up-command, scroll-down-command)
3840 (scroll-up-line, scroll-down-line): Put `scroll-command'
3841 property on the these symbols. Remove them from
3842 `scroll-preserve-screen-position-commands'.
3843
3844 * mwheel.el (mwheel-scroll): Put `scroll-command' and
3845 `isearch-scroll' properties on the `mwheel-scroll' symbol.
3846 Remove it from `scroll-preserve-screen-position-commands'.
3847
3848 * isearch.el (isearch-allow-scroll): Doc fix.
3849
4874f5e6
MA
38502010-04-15 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/tramp.el (tramp-error-with-buffer): Don't show the
3853 connection buffer when we are in completion mode.
3854 (tramp-file-name-handler): Catch the error for some operations
3855 when we are in completion mode. This gives the user the chance to
3856 correct the file name in the minibuffer.
3857
82883f0a
GM
38582010-04-15 Glenn Morris <rgm@gnu.org>
3859
3860 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
3861
528b9ea9
JB
38622010-04-15 Juanma Barranquero <lekktu@gmail.com>
3863
3864 Simplify by using `define-derived-mode'.
3865 * info.el (Info-mode):
3866 * calendar/todo-mode.el (todo-mode):
3867 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
3868 (gomoku-mode-map): Move initialization into declaration.
3869
5f2b693f
MA
38702010-04-14 Michael Albinus <michael.albinus@gmx.de>
3871
3872 Fix Bug#5840.
3873 * ido.el (ido-file-name-all-completions-1):
3874 * minibuffer.el (minibuffer-completion-help):
3875 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
3876
ebb9641f
SM
38772010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3878
38111a5a
SM
3879 * simple.el (non-essential): New var.
3880
ebb9641f
SM
3881 Add a new field `location' to bookmarks for non-file bookmarks.
3882 * bookmark.el (bookmark-location): Use the new field, if present.
3883 (bookmark-insert-location): Undo last change, not needed any more.
3884 * man.el (Man-bookmark-make-record):
3885 * woman.el (woman-bookmark-make-record): Add `location' field.
3886
7b05466f
JL
38872010-04-14 Juri Linkov <juri@jurta.org>
3888
3889 * simple.el (scroll-error-top-bottom): New defcustom.
3890 (scroll-up-command, scroll-down-command): Use it. Doc fix.
3891
3892 * emulation/pc-select.el (pc-select-override-scroll-error):
3893 Obsolete in favor of `scroll-error-top-bottom'.
3894
32129746
JL
38952010-04-14 Juri Linkov <juri@jurta.org>
3896
3897 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
3898 `scroll-up-command' and `M-v' to `scroll-down-command'.
3899
3900 * emulation/cua-rect.el (cua--init-rectangles):
3901 * forms.el (forms--change-commands):
3902 * image-mode.el (image-mode-map):
3903 Remap scroll-down-command and scroll-up-command
3904 in addition to scroll-down and scroll-up.
3905
9013a7f8
JL
39062010-04-14 Juri Linkov <juri@jurta.org>
3907
3908 * mwheel.el (scroll-preserve-screen-position-commands):
3909 Add mwheel-scroll to this list of commands.
3910
3911 * simple.el (scroll-preserve-screen-position-commands):
3912 Add scroll-up-command, scroll-down-command, scroll-up-line,
3913 scroll-down-line to this list of commands.
3914
3b7e1d5f
SM
39152010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3916
c1e25821
SM
3917 * obsolete/complete.el: Move from lisp/complete.el.
3918
5b31b787
SM
3919 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
3920
3b7e1d5f
SM
3921 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
3922 to the minor mode function now turns the mode ON unconditionally.
3923
398a825b
SM
39242010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3925
a544e7c1
SM
3926 * vc-dir.el (vc-dir-kill-line): New command.
3927 (vc-dir-mode-map): Bind it to C-k.
3928
a1979d8e
SM
3929 * bookmark.el (bookmark-insert-location): Handle a nil filename.
3930
398a825b
SM
3931 * woman.el: Add bookmark declarations to silence the compiler.
3932 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
3933 step to compatibility between man and woman bookmarks.
3934 Adjust for Man-default-bookmark-title renaming.
3935 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
3936
3937 * man.el: Add bookmark declarations to silence the compiler.
3938 (Man-name-local-regexp): Make it match NAME as well.
3939 (Man-getpage-in-background): Return the buffer.
3940 (Man-notify-when-ready): Use `case'.
3941 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
3942 Don't hardcode "NAME". Simplify.
3943 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
3944 Rename from Man-bookmark-make-record.
3945 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
3946 we have the actual man-args. Use Man-getpage-in-background rather
3947 than `man' since the arg is already processed. Let bookmark.el do the
3948 window handling. Only wait for the relevant process.
3949 Don't forget to autoload.
3950
3951 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
3952
45be326a
TV
39532010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3954
3955 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
3956 New functions.
3957 (woman-mode): Setup bookmark support.
3958
3959 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
3960 (man-bookmark-jump): New functions.
3961 (Man-mode): Setup bookmark support.
3962
3acb4c93
CY
39632010-04-10 Jari Aalto <jari.aalto@cante.net>
3964
3965 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
3966 recognize ssh-keygen prompt (Bug#2817).
3967
b6bbb65e
MA
39682010-04-10 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
3971
b533bc97
MA
39722010-04-10 Michael Albinus <michael.albinus@gmx.de>
3973
3974 Synchronize with Tramp repository.
3975
3976 * net/tramp.el (tramp-completion-function-alist)
3977 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
3978 (tramp-local-coding-commands, tramp-remote-coding-commands):
3979 Fix docstring.
3980 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
3981 (tramp-handle-directory-files-and-attributes)
3982 (tramp-get-remote-path): Use `copy-tree'.
3983 (tramp-handle-file-name-all-completions): Backward/ XEmacs
3984 compatibility: Use `completion-ignore-case' if
3985 `read-file-name-completion-ignore-case' does not exist.
3986 (tramp-do-copy-or-rename-file-directly): Do not use
3987 `tramp-handle-file-remote-p'.
45be326a
TV
3988 (tramp-do-copy-or-rename-file-out-of-band):
3989 Use `tramp-compat-delete-directory'.
b533bc97 3990 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
3991 (tramp-compute-multi-hops, tramp-maybe-open-connection):
3992 Use `format-spec-make'.
b533bc97
MA
3993 (tramp-find-foreign-file-name-handler)
3994 (tramp-advice-make-auto-save-file-name)
3995 (tramp-set-auto-save-file-modes): Remove superfluous check for
3996 `stringp'. This is done inside `tramp-tramp-file-p'.
3997 (tramp-debug-outline-regexp): New defconst.
3998 (tramp-get-debug-buffer): Use it.
3999 (tramp-check-for-regexp): Use (forward-line 1).
4000 (tramp-set-auto-save-file-modes): Adapt version check.
4001
45be326a
TV
4002 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4003 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
4004 (tramp-compat-make-temp-file): Simplify fallback implementation.
4005 (tramp-compat-copy-tree): Remove function.
4006 (tramp-compat-delete-directory): Provide implementation for older
4007 Emacsen.
4008
4009 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4010 Do not use `tramp-fish-handle-file-attributes.
4011
4012 * net/trampver.el: Update release number.
4013
ba33df00
GM
40142010-04-10 Glenn Morris <rgm@gnu.org>
4015
4016 * progmodes/compile.el (compilation-save-buffers-predicate):
4017 Add missing :version tag.
4018
4a8ae76f
SS
40192010-04-09 Sam Steingold <sds@gnu.org>
4020
4021 * progmodes/compile.el (compilation-save-buffers-predicate):
4022 Remove the "autoload" cookie.
4023
0880716f
SS
4024 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4025 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4026 and `bug-reference-prog-mode' can be used in hooks directly.
4027
6aebd58c
DN
40282010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 Add --author support to git commit.
4031 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4032 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
4033 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4034 New declarations.
6aebd58c 4035
f6d90772
ER
40362010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4037
4038 * vc-hooks.el, vc-git.el: Improve documentation comments.
4039
e754e83b
SM
40402010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 Fix some of the problems in defsubst* (bug#5728).
4043 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4044 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4045
9e86ab0b
SS
40462010-04-07 Sam Steingold <sds@gnu.org>
4047
e754e83b
SM
4048 * progmodes/compile.el (compilation-save-buffers-predicate):
4049 New custom variable.
9e86ab0b
SS
4050 (compile, recompile): Pass it to `save-some-buffers'.
4051
b0c8b840
JD
40522010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * wid-edit.el (widget-choose): Move cursor to the second line of
4055 the buffer (Bug#5695).
4056
31527c56
DN
40572010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4058
4059 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4060 * vc.el (vc-print-log-setup-buttons): New function split out from
4061 vc-print-log-internal.
4062 (vc-log-internal-common): New function, a parametrized version of
4063 vc-print-log-internal.
4064 (vc-print-log-internal): Just call vc-log-internal-common with the
4065 right arguments.
4066 (vc-incoming-outgoing-internal):
4067 (vc-log-incoming, vc-log-outgoing): New functions.
4068 (vc-log-view-type): New permanent local variable.
4069
4070 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4071
4072 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4073 of the dynamic bound vc-short-log.
4074 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4075
4076 * vc-git.el (vc-git-log-outgoing): New function.
4077 (vc-git-log-view-mode): Use vc-log-view-type instead
4078 of the dynamic bound vc-short-log.
4079
4080 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4081 of the dynamic bound vc-short-log. Highlight the tag.
4082 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4083 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4084 (vc-hg-incoming-mode): Remove.
4085 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4086
7ec69e2b
DN
40872010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 Fix default-directory for vc-root-diff.
4090 * vc.el (vc-root-diff): Bind default-directory to the root
4091 directory for the diff command.
4092
fd9ea9d3
WS
40932010-04-07 Michael McNamara <mac@mail.brushroad.com>
4094
6e104790 4095 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
4096 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4097 word keywords, suggested by Steve Pearlmutter.
6e104790 4098 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 4099 port lists.
6e104790 4100 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 4101 fix bug for /* / comments.
6e104790 4102 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 4103 Speed up and simplfy as this is never called with a bound.
6e104790
SM
4104 (verilog-pretty-declarations): Enhance to line up declarations
4105 inside a parameter list, suggested by Alan Morgan.
4106 (verilog-pretty-expr): Tune assignment regular expression match
4107 string for corner cases; also use markers instead of character
4108 number as indent changes the later.
fd9ea9d3
WS
4109
41102010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4111
6e104790
SM
4112 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4113 as missing keyword.
4114 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4115 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4116 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4117 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4118 Tennant.
4119 (verilog-keywords):
fd9ea9d3
WS
4120 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4121 1800-2009 keywords, including "global.".
4122
2a07afc5
JW
41232010-04-06 John Wiegley <jwiegley@gmail.com>
4124
8b32731a 4125 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 4126 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 4127 file basename). Should use uniquify to offer a real solution.
2a07afc5 4128
f9a27d86
JW
41292010-04-06 John Wiegley <jwiegley@gmail.com>
4130
8b32731a
JB
4131 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4132 comment to code, and add a :version tag.
4133 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 4134
9caf8a8f
JB
41352010-04-06 Juanma Barranquero <lekktu@gmail.com>
4136
4137 Enable recentf-mode if using virtual buffers.
4138 * ido.el (recentf-list): Declare for byte-compiler.
537ffaf3 4139 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
4140 (ido-make-buffer-list): Simplify.
4141 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4142
5a97d2da
JL
41432010-04-05 Juri Linkov <juri@jurta.org>
4144
4145 Scrolling commands which scroll a line instead of full screen.
4146 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4147
4148 * simple.el (scroll-up-line, scroll-down-line): New commands.
4149 Put property isearch-scroll=t on them.
4150
4151 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4152 Remove commands.
4153
79ce172a
JL
41542010-04-05 Juri Linkov <juri@jurta.org>
4155
8b32731a 4156 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
4157 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4158
4159 * simple.el (scroll-up-command, scroll-down-command): New commands.
4160 Put property isearch-scroll=t on them.
4161
4162 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4163 `scroll-down-command' and [next] from `scroll-up' to
4164 `scroll-up-command'.
4165
4166 * emulation/cua-base.el: Put property CUA=move on
4167 `scroll-up-command' and `scroll-down-command'.
4168 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4169 and `scroll-down-command' to `cua-scroll-down'.
4170
309d5b43
JB
41712010-04-05 Juanma Barranquero <lekktu@gmail.com>
4172
6460e534 4173 * help.el (describe-mode): Return nil.
309d5b43 4174
0523d117
JW
41752010-04-04 John Wiegley <jwiegley@gmail.com>
4176
4177 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 4178 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
4179 (ido-virtual): Face used to indicate virtual buffers in the list.
4180 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4181 exists, but a virtual buffer of that name does (which would be why
4182 it was in the list), recreate the buffer by reopening the file.
4183 (ido-make-buffer-list): If virtual buffers are being used, call
4184 `ido-add-virtual-buffers-to-list' before the make list hook.
4185 (ido-virtual-buffers): New variable which contains a copy of the
4186 current contents of the `recentf-list', albeit pared down for the
4187 sake of speed, and with proper faces applied.
4188 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4189 create a list of "virtual buffers" to present to the user in
4190 addition to the currently open set. Note that this logic could
4191 get rather slow if that list is too large. With the default
4192 `recentf-max-saved-items' of 200, there is little speed penalty.
4193
202ff0d6
SM
41942010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * font-lock.el: Require CL when compiling.
4197 (font-lock-turn-on-thing-lock): Use `case'.
4198
ef43a0f4
EZ
41992010-04-03 Eli Zaretskii <eliz@gnu.org>
4200
4201 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4202 Zaretskii.
ef43a0f4 4203
e4b204d7
JB
42042010-04-02 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4207 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4208 (semantic-imenu-goto-function): Reflow docstring.
4209
9c13a46e
JL
42102010-04-02 Juri Linkov <juri@jurta.org>
4211
4212 * ehelp.el (electric-help-orig-major-mode):
4213 New buffer-local variable.
4214 (electric-help-mode): Set it to original major-mode. Doc fix.
4215 (with-electric-help): Use `electric-help-orig-major-mode' instead
4216 of (default-value 'major-mode). Doc fix.
4217 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4218
3fb87bf5
SS
42192010-04-02 Sam Steingold <sds@gnu.org>
4220
4221 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4222 `vc-hg-command' with a list of flags.
4223
202ff0d6
SM
4224 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4225 Also accept "patch" and "RFE".
dbb5e44a
SS
4226 (bug-reference-fontify): `bug-reference-url-format' can also be a
4227 function to be able to handle the bug kind.
202ff0d6 4228 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 4229
d0b22876
JD
42302010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4231
4232 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4233 value to fboundp, it may not be a symbol.
4234
1625d379
CY
42352010-03-31 Chong Yidong <cyd@stupidchicken.com>
4236
202ff0d6 4237 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 4238
1cd095c6
JL
42392010-03-31 Juri Linkov <juri@jurta.org>
4240
4241 * simple.el (next-line, previous-line): Re-throw a signal
4242 with `signal' instead of using `ding'.
4243 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4244
67189e62
JL
42452010-03-31 Juri Linkov <juri@jurta.org>
4246
4247 * simple.el (keyboard-escape-quit): Raise deselecting the active
4248 region higher than exiting the minibuffer.
4249 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4250
1546c559
JL
42512010-03-31 Juri Linkov <juri@jurta.org>
4252
4253 * image.el (image-animated-p): Use `image-metadata' instead of
4254 `image-extension-data'. Get GIF extenstion data from metadata
4255 property `extension-data'.
4256
85626eef
SM
42572010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * simple.el (append-to-buffer): Simplify.
4260
85738751 42612010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
4262
4263 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4264 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4265
85738751 42662010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
4267
4268 * language/sinhala.el (composition-function-table): Fix regexp for
4269 the new Unicode specification.
4270
4271 * language/indian.el (devanagari-composable-pattern)
4272 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 4273 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
4274 specification.
4275 (bengali-composable-pattern, gurmukhi-composable-pattern)
4276 (gujarati-composable-pattern, oriya-composable-pattern)
4277 (telugu-composable-pattern): New variables to cope with the new
4278 Unicode specification. Use them in composition-function-table.
4279
85738751 42802010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 4281
79d74ac5 4282 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
4283 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4284 vectors rather than cons cells, as used in menu-bar-update-buffers.
4285
85738751 42862010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 4287
2a793f7f
CY
4288 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4289 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4290 electric punctuation for "{}();,:" (Bug#5586).
4291
03ffe8be
CY
4292 * mail/sendmail.el (mail-default-directory): Doc fix.
4293
85738751 42942010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
4295
4296 * mail/sendmail.el (mail-default-directory): Doc fix.
4297
85738751 42982010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
4299
4300 * subr.el (version-regexp-alist, version-to-list)
4301 (version-list-<, version-list-=, version-list-<=)
4302 (version-list-not-zero, version<, version<=, version=): Doc fix.
4303 (Bug#5744).
4304
85738751 43052010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
4306
4307 * vc.el (vc-root-diff): Doc fix.
4308
85738751 43092010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 4310
9aa2c576
CY
4311 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4312
9d30a9f4
CY
4313 * simple.el (append-to-buffer): Fix last change.
4314
85738751 43152010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
4316
4317 * simple.el (append-to-buffer): Ensure that point is preserved if
4318 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4319 (Bug#5749)
4320
2372f278
SM
43212010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * files.el (auto-mode-case-fold): Change default to t.
4324
2223a1b3
JL
43252010-03-30 Juri Linkov <juri@jurta.org>
4326
4327 * dired-x.el (dired-omit-mode): Doc fix.
4328
0ef84fc8
JL
43292010-03-30 Juri Linkov <juri@jurta.org>
4330
4331 * replace.el (occur-accumulate-lines): Move occur-engine related
4332 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4333 to be located after `occur-engine'.
4334
dc2d2590
JL
43352010-03-30 Juri Linkov <juri@jurta.org>
4336
4337 Make occur handle multi-line matches cleanly with context.
4338 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4339
4340 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4341 (occur-engine): Add local variables `ret', `prev-after-lines',
4342 `prev-lines'. Use more arguments for `occur-context-lines'.
4343 Set first elem of its returned list to `data', and the second elem
4344 to `prev-after-lines'. Don't print the separator line.
4345 In the end, print remaining context after-lines.
4346 (occur-context-lines): Add new arguments `begpt', `endpt',
4347 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4348 after-lines of the previous match with before-lines of the
4349 current match and not overlap them. Return a list with two
4350 values: the output line and the list of context after-lines.
4351
47c88c06
JL
43522010-03-30 Juri Linkov <juri@jurta.org>
4353
4354 * replace.el (occur-accumulate-lines): Fix a bug where the first
4355 context line at the beginning of the buffer was missing.
4356
a7b02820
EZ
43572010-03-30 Eli Zaretskii <eliz@gnu.org>
4358
4359 * files.el: Make bidi-display-reordering safe variable for boolean
4360 values.
4361
9326ba26 43622010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 4363 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
4364
4365 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
4366 (progress-reporter-update, progress-reporter-do-update):
4367 Handle non-numeric value arguments.
9326ba26
CY
4368 (progress-reporter--pulse-characters): New var.
4369
f6f8aa12
CY
43702010-03-28 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * progmodes/compile.el (compilation-start): Fix regexp detection
4373 of initial cd command (Bug#5771).
4374
7ed287b5
CY
43752010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4376
4377 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4378
146b8b16
NR
43792010-03-27 Nick Roberts <nickrob@snap.net.nz>
4380
4381 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
4382 * lisp/progmodes/gdb-mi.el: Restore.
4383 * lisp/progmodes/gdb-ui.el: Remove.
4384 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 4385
b23caf75
GM
43862010-03-25 Glenn Morris <rgm@gnu.org>
4387
4388 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4389 all dired buffers, even tramp ones. (Bug#5755)
4390
18c812bd
SM
43912010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 Add "union tags" in mpc.el.
4394 * mpc.el: Remove backward compatibility code.
4395 (mpc-browser-tags): Change default.
4396 (mpc--find-memoize-union-tags): New var.
4397 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4398 (mpc-cmd-find): Handle the case where the playlist does not exist.
4399 Handle union-tags.
4400 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4401 (mpc-cmd-add): Use mpc-cmd-flush.
4402 (mpc-tagbrowser-tag-name): New fun.
4403 (mpc-tagbrowser-buf): Use it.
4404 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4405
efee6a6d
SM
44062010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4407
9586c41a
SM
4408 Misc cleanup.
4409 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4410 Use replace-regexp-in-string.
4411 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4412 (makefile-imake-mode-syntax-table): Move init into defvar.
4413 (makefile-mode): Use define-derived-mode.
4414
efee6a6d
SM
4415 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4416 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4417 not be present any more.
4418
c6f3804c
JB
44192010-03-24 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * faces.el (set-face-attribute): Fix typo in docstring.
4422 (face-valid-attribute-values): Reflow docstring.
4423
4424 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4425
e867cb5d 44262010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 4427
efee6a6d 4428 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 4429
e867cb5d 44302010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
4431
4432 * indent.el (indent-for-tab-command): Doc fix.
4433
e867cb5d 44342010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 4435
efee6a6d
SM
4436 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4437 Fix off-by-one error. Fixes bug #5747.
657071fc 4438
e867cb5d 44392010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
4440
4441 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4442 (image-dired-read-comment): Doc fix.
4443
efee6a6d
SM
4444 * json.el (json-object-type, json-array-type, json-key-type)
4445 (json-false, json-null, json-read-number):
c8de140b
JB
4446 * minibuffer.el (completion-in-region-functions):
4447 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4448 (cal-tex-cursor-week):
4449 * emacs-lisp/trace.el (trace-function):
4450 * eshell/em-basic.el (eshell/printnl):
4451 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4452 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4453 * obsolete/levents.el (allocate-event, event-key, event-object)
4454 (event-point, event-process, event-timestamp, event-to-character)
4455 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4456 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4457 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4458 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4459 (reftex-highlight-selection): Fix typos in docstrings.
4460
e867cb5d 44612010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
4462
4463 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4464
e867cb5d 44652010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
4466
4467 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4468 2008-02-13 without comment; mark it obsolete.
4469 (rmail-highlight-headers): Use rmail-highlight-face once more.
4470
e867cb5d 44712010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
4472
4473 * woman.el (woman2-process-escapes): Only consume the newline if
4474 the filler character is on a line by itself (Bug#5729).
4475
e867cb5d 44762010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
4477
4478 * language/indian.el (devanagari-composable-pattern): Add more
4479 consonants.
4480
e867cb5d 44812010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
4482
4483 * net/trampver.el: Update release number.
4484
e867cb5d 44852010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
4486
4487 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4488
e867cb5d 44892010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 4490
efee6a6d
SM
4491 * net/tramp.el (tramp-find-executable):
4492 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
4493 output of "wc -l" more robust.
4494 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4495 (tramp-open-connection-setup-interactive-shell): Remove workaround
4496 for OpenSolaris bug, it is not needed anymore.
4497
e867cb5d 44982010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
4499
4500 * cedet/semantic/imenu.el: New file, from the CEDET repository
4501 (Bug#5412).
4502
e867cb5d 45032010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
4504
4505 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4506
e867cb5d 45072010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
4508
4509 * files.el (auto-mode-alist): Accept more verilog file patterns.
4510
b2b8574b
SM
45112010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4514
1d94ebb0
GM
45152010-03-24 Glenn Morris <rgm@gnu.org>
4516
7e263967
GM
4517 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4518 log-edit-before-checkin-process.
4519
5ac92c5f
GM
4520 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4521
4522 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 4523
549f324a
GM
4524 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4525 (log-view-process-buffer, log-edit-extra-flags): Declare.
4526
495b517c
GM
4527 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4528
1d94ebb0
GM
4529 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4530 Consistently check ede-object is bound throughout.
4531
7bbe8d5a
GM
4532 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4533
f4087766
SS
45342010-03-23 Sam Steingold <sds@gnu.org>
4535
4536 Fix bug#5620: recalculate all markers on compilation buffer
4537 modifications, not on file modifications.
4538 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4539 the buffer modification time, for buffers not associated with files.
4540 (compilation-mode): Create it.
4541 (compilation-filter): Update it.
4542 (compilation-next-error-function): Use it instead of
4543 `visited-file-modtime' for timestamp.
4544
774642e5
JL
45452010-03-23 Juri Linkov <juri@jurta.org>
4546
4547 Implement Occur multi-line matches.
4548 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4549
4550 * replace.el (occur): Doc fix.
4551 (occur-engine): Set `begpt' to the beginning of the first line.
4552 Set `endpt' to the end of the last match line. At first, count
4553 line numbers between `origpt' and `begpt'. Split out code from
4554 `out-line' variable to new let-bindings `match-prefix' and
4555 `match-str'. In `out-line' add non-numeric prefix to all
4556 non-first lines of multi-line matches. Finally, count lines
4557 between `begpt' and `endpt' and add to `lines'.
4558
f14d1172
JL
45592010-03-23 Juri Linkov <juri@jurta.org>
4560
4561 * replace.el (occur-accumulate-lines, occur-engine):
4562 Use `occur-engine-line' instead of duplicate code.
4563 (occur-engine-line): New function created from duplicate code
4564 in `occur-accumulate-lines' and `occur-engine'.
4565
53e87c57
JL
4566 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4567 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4568
75a3ff20
JL
45692010-03-23 Juri Linkov <juri@jurta.org>
4570
4571 * finder.el: Remove TODO tasks.
4572
4573 * info.el (Info-finder-find-node): Add node "all"
4574 with all package info. Handle a list of multiple keywords
4575 separated by comma.
4576 (info-finder): In interactive use with a prefix argument,
4577 use `completing-read-multiple' to read a list of keywords
4578 separated by comma.
4579
00278747
SM
45802010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 Add a new completion style `substring'.
4583 * minibuffer.el (completion-basic--pattern): New function.
4584 (completion-basic-try-completion, completion-basic-all-completions):
4585 Use it.
4586 (completion-substring--all-completions)
4587 (completion-substring-try-completion)
4588 (completion-substring-all-completions): New functions.
4589 (completion-styles-alist): New style `substring'.
4590
64cb11cc
SM
45912010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 Get rid of .elc files after removal of the corresponding .el.
4594 * Makefile.in (compile-clean): New target.
4595 (compile-main): Use it.
4596
835e2c65
JD
45972010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4598
4599 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4600 don't do make there. When compiling with separate object dir, there
4601 is no Makefile there.
4602
111a9dff
SM
46032010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 Get rid of the ELCFILES abomination, again.
4606 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4607 (all, compile): Don't call compile-last.
4608 (compile-main): Build the "elcfiles" list dynamically.
4609 (compile-targets): New (internal) target.
4610
82c3d67a
AS
46112010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4612
4613 * Makefile.in (top_srcdir): Define.
4614 (abs_top_builddir): Define.
4615 (srcdir): Don't append `/..'.
4616 (EMACS): Use ${abs_top_builddir}.
4617 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
4618 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4619 $(srcdir).
82c3d67a
AS
4620 (lisp): Use $(srcdir) instead of @srcdir@.
4621
d66ecdbb
JL
46222010-03-21 Juri Linkov <juri@jurta.org>
4623
4624 Fix message of multi-line occur regexps and multi-buffer header lines.
4625 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4626
4627 * replace.el (occur-1): Don't display regexp if it is longer
4628 than window-width. Use `query-replace-descr' to display regexp.
4629 (occur-engine): Don't display regexp in the buffer header for
4630 multi-buffer occur. Display a separate header line with total
4631 match count and regexp for multi-buffer occur.
4632 Use `query-replace-descr' to display regexp.
4633
f05e1b94
TZ
46342010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4635
4636 * net/secrets.el: Fix parenthesis.
4637 (secrets-enabled): Fix parenthesis.
4638
801ba3ba
SM
46392010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4640
3613edce
SM
4641 Use more relative file and directory names.
4642 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4643 (setwins, setwins_almost, setwins_for_subdirs):
4644 Don't `cd'; output relative names.
4645 (all, compile, compile-always, compile-last): Set emacswd.
4646 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4647 Just cd to the lisp source dir so we can use relative file names.
4648
801ba3ba
SM
4649 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4650
2b1400b9
GM
46512010-03-20 Glenn Morris <rgm@gnu.org>
4652
4653 * textmodes/rst.el: Use faces for font-lock customization, and make the
4654 old -face variables obsolete.
4655 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4656 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4657 (rst-block-face, rst-external-face, rst-definition-face)
4658 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4659 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4660 Make obsolete.
4661 (rst-font-lock-keywords-function): Update for above changes.
4662
5e418f17
JL
46632010-03-20 Juri Linkov <juri@jurta.org>
4664
4665 * s-region.el:
4666 * obsolete/s-region.el: Move to obsolete.
4667
b0287b39
JB
46682010-03-19 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4671
3c95bbb6
DN
46722010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4673
4674 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4675
09158997
DN
46762010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4677
4678 Add special markup processing for commit logs.
4679 * log-edit.el (log-edit-extra-flags): New variable.
4680 (log-edit): Add new argument MODE. Use that mode when non-nil
4681 instead of the log-view-mode.
4682 (log-view-process-buffer): New function.
4683
4684 * vc.el: Document that the checkin method takes optional
4685 arguments. Document new backend specific method: log-view-mode.
4686 (vc-default-log-edit-mode): New function.
4687 (vc-checkin): Use a backend specific log-view-mode.
4688 Pass extra arguments to the checkin method.
4689 (vc-modify-change-comment): Pass a dummy extra argument.
4690
4691 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4692 log-edit.
4693 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4694 (vc-finish-logentry): Process the log buffer before passing it
4695 down. Pass log-edit-extra-flags.
4696
4697 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4698 command.
85626eef
SM
4699 (log-edit-extra-flags, log-edit-before-checkin-process):
4700 New declarations.
09158997
DN
4701
4702 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4703 command.
85626eef
SM
4704 (log-edit-extra-flags, log-edit-before-checkin-process):
4705 New declarations.
09158997
DN
4706 (vc-hg-log-edit-mode): New derived mode.
4707
4708 * vc-arch.el (vc-arch-checkin):
4709 * vc-cvs.el (vc-cvs-checkin):
4710 * vc-git.el (vc-git-checkin):
4711 * vc-mtn.el (vc-mtn-checkin):
4712 * vc-rcs.el (vc-rcs-checkin):
4713 * vc-sccs.el (vc-sccs-checkin):
4714 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4715
f430423d
SM
47162010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4719 parent typo).
4720
aa8f8277
GM
47212010-03-19 Glenn Morris <rgm@gnu.org>
4722
f430423d 4723 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 4724
04525749
GM
47252010-03-18 Glenn Morris <rgm@gnu.org>
4726
c70815f1
GM
4727 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4728
84d0a5f8
GM
4729 * replace.el (query-replace-history): Give it a doc string.
4730 (map-query-replace-regexp): Use query-replace-from-history-variable
4731 and query-replace-to-history-variable.
4732
e3a15161
GM
4733 * mail/hashcash.el (declare-function): Remove duplicate definition.
4734
27be0364
GM
4735 * mail/emacsbug.el (report-emacs-bug-pretest-address):
4736 Make it an obsolete alias for report-emacs-bug-address.
4737 (message-strip-special-text-properties): Declare.
4738 (report-emacs-bug): Remove test for a pretest bug address.
4739 Combine message-mode-specific code.
4740
88b8d18e
GM
4741 * mail/supercite.el: Don't require sendmail.
4742 (mh-in-header-p): Declare rather than using with-no-warnings.
4743 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
4744 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
4745
1a355d09
GM
4746 * calendar/cal-french.el: Convert to utf-8.
4747
04525749
GM
4748 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
4749 Emacs scripts.
4750
ae84eb97
MA
47512010-03-16 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * net/secrets.el (secrets-enabled): New variable. Use it instead
4754 of a subfeature.
4755
7c75524e
MA
47562010-03-15 Michael Albinus <michael.albinus@gmx.de>
4757
4758 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
4759 service "org.freedesktop.secrets" can be pinged.
4760 Provide subfeature `enabled'.
7c75524e 4761
57938a79
JL
47622010-03-14 Juri Linkov <juri@jurta.org>
4763
4764 Add finder unknown keywords.
4765
4766 * finder.el (finder-unknown-keywords): New function.
4767
4768 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
4769 to create a Finder node with unknown keywords.
4770
88f4758e
JL
47712010-03-14 Juri Linkov <juri@jurta.org>
4772
4773 * finder.el (finder-compile-keywords): Replace `princ' with
4774 `prin1' on a list of symbols interned from keyword strings.
4775
4776 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
4777 a comma, then split keywords using a comma and optional whitespace.
4778 Otherwise, split by whitespace.
4779
4780 * complete.el:
4781 * face-remap.el:
4782 * log-view.el:
4783 * net/hmac-def.el:
4784 * net/hmac-md5.el:
4785 * net/netrc.el:
4786 * progmodes/mixal-mode.el: Fix keywords.
4787
7725ebb7
MA
47882010-03-13 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * Makefile.in (ELCFILES): Add net/secrets.elc.
4791
4792 * net/secrets.el: New file.
4793
6f320937
CY
47942010-03-12 Chong Yidong <cyd@stupidchicken.com>
4795
4796 * facemenu.el (list-colors-display, list-colors-print): New arg
4797 callback. Use it to allow selecting colors.
4798
4799 * wid-edit.el (widget-image-insert): Insert image prop even if the
4800 current display is non-graphic.
4801 (widget-field-value-set): New fun.
4802 (editable-field): Use it.
4803 (widget-field-value-get): Clean up unused var.
85626eef
SM
4804 (widget-color-value-create, widget-color--choose-action):
4805 New funs. Allow using list-colors-display to choose color.
6f320937 4806
647f9993
CY
48072010-03-12 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * cus-edit.el: Resort topmost custom groups.
4810 (custom-buffer-sort-alphabetically): Default to t.
4811 (customize-apropos): Use apropos-parse-pattern.
4812 (custom-search-field): New var.
4813 (custom-buffer-create-internal): Add custom-apropos search field.
4814 (custom-add-parent-links): Don't display parent doc.
4815 (custom-group-value-create): Don't sort top-level custom group.
85626eef 4816 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
4817
4818 (custom-variable-state): New fun, from custom-variable-state-set.
4819 (custom-variable-state-set): Use it.
4820 (custom-group-value-create): Hide options with standard values
4821 using the :hidden-states property. Use progress reporter.
4822
4823 (custom-show): Simplify.
4824 (custom-visibility): Disable images by default.
4825 (custom-variable): New property :hidden-states.
4826 (custom-variable-value-create): Enable images for
4827 custom-visibility widgets. Use :hidden-states property to
4828 determine initial visibility.
4829
4830 * wid-edit.el (widget-image-find): Give images center ascent.
4831 (visibility): Add :on-image and :off-image properties.
4832 (widget-visibility-value-create): Use them.
4833
eba5b4dd
CY
48342010-03-12 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * cus-edit.el (processes): Remove from development group.
4837 (oop, hypermedia): Delete group.
26f4b8ab 4838 (comm): Promote to top-level group.
eba5b4dd
CY
4839
4840 * net/browse-url.el (browse-url):
4841 * net/xesam.el (xesam):
4842 * net/tramp.el (tramp):
4843 * net/goto-addr.el (goto-address):
26f4b8ab 4844 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
4845
4846 * view.el (view): Remove from editing group.
4847
4848 * uniquify.el (uniquify): Put in files group.
4849
4850 * net/browse-url.el (browse-url):
4851 * ps-print.el (postscript): Put in external group.
4852
4853 * cus-edit.el (outlines):
4854 * textmodes/text-mode.el (text-mode-hook):
4855 * textmodes/table.el (table):
4856 * textmodes/picture.el (picture):
4857 * outline.el (outlines): Put in wp group.
4858
4859 * nxml/nxml-mode.el (nxml): Remove from wp group.
4860
4861 * net/tramp-imap.el (tramp-imap): Put in tramp group.
4862
4863 * mail/metamail.el (metamail): Remove from hypermedia group.
4864
4865 * cus-edit.el (abbrev):
4866 * whitespace.el (whitespace):
4867 * vcursor.el (vcursor):
4868 * reveal.el (reveal):
4869 * hl-line.el (hl-line): Put in convenience group.
4870
4871 * epg-config.el (epg): Put in data group.
4872
4873 * emulation/pc-select.el (pc-select): Put in emulations group.
4874
4875 * calculator.el (calculator): Put in applications group.
4876
8117868f
DN
48772010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 Add .dir-locals.el support for file-less buffers.
4880 * files.el (hack-local-variables): Split out code to apply local
4881 variable settings ...
4882 (hack-local-variables-apply): ... here. New function.
4883 (hack-dir-local-variables): Use the default directory for when the
4884 buffer does not have an associated file.
4885 (hack-dir-local-variables-non-file-buffer): New function.
4886 * diff-mode.el (diff-mode):
4887 * vc-annotate.el (vc-annotate-mode):
4888 * vc-dir.el (vc-dir-mode):
4889 * log-edit.el (log-edit-mode):
4890 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
4891
855a2294
DN
48922010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 Add support for shelving snapshots and for showing shelves.
4895 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
4896 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
4897 New functions.
4898 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4899 (vc-bzr-extra-menu-map): Map them.
4900
3e5b7009
GM
49012010-03-11 Glenn Morris <rgm@gnu.org>
4902
0dcf7d7e
GM
4903 * cus-edit.el (customize-changed-options-previous-release):
4904 Bump to 23.1.
4905
3e5b7009
GM
4906 * image.el (image-animate-max-time): Fix :version tag.
4907
288f9fc0
CY
49082010-03-10 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * Branch for 23.2.
4911
53ef91b1
SM
49122010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * vc-git.el (vc-git-revision-table): Include remote branches.
4915
b41460ae 49162010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
4917
4918 Animated image API.
4919 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
4920
4921 * image.el (image-animate-max-time): New defcustom.
4922 (image-animated-types): New defconst.
4923 (create-animated-image, image-animate-timer)
4924 (image-animate-start, image-animate-stop, image-animate-timeout)
4925 (image-animated-p): New functions.
4926
4927 * image-mode.el (image-toggle-display-image):
4928 Replace `create-image' with `create-animated-image'.
4929
e5d1fb10 49302010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
4931
4932 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
4933 instead of "format:"; this ensures that the output is
4934 newline-terminated.
4935
4e7cafbe
CY
49362010-03-08 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4939 that all errors are caught, and that the return value is always a
4940 list (Bug#5692).
4941
aec66319
KH
49422010-03-08 Kenichi Handa <handa@m17n.org>
4943
4944 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 4945 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 4946
b327c975
AS
49472010-03-07 Andreas Schwab <schwab@linux-m68k.org>
4948
4949 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
4950 call to rfc822-bad-address. (Bug#5692)
4951
1c465a6a
CY
49522010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
4953
85626eef
SM
4954 * vc-git.el (vc-git-annotate-extract-revision-at-line):
4955 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 4956
a4e32226
CY
49572010-03-06 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * calculator.el (calculator): Don't bind split-window-keep-point
4960 (Bug#5674).
4961
4c83ed3d
SM
49622010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * vc-git.el: Re-flow to fit into 80 columns.
4965 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
4966 Remove spurious `quote' element in each case alternative.
4967 (vc-git-show-log-entry): Use prog1.
4968 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
4969
d40a7570
GM
49702010-03-06 Glenn Morris <rgm@gnu.org>
4971
4972 * cedet/semantic/grammar.el (semantic-grammar-header-template):
4973 Update template copyright to GPLv3+.
4974
e8defde3
SM
49752010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
4978
233f0c9f
CY
49792010-03-03 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * macros.el (insert-kbd-macro): Look up keyboard macro using the
4982 definition, not the name (Bug#5481).
4983
254bedef 49842010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
4985
4986 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
4987 argument with a local variable. (Bug#5670)
4988
7187cdae
JL
49892010-03-02 Juri Linkov <juri@jurta.org>
4990
4991 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
4992
9cf3544e
MA
49932010-03-02 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
4996 error when FILENAME and NEWNAME are existing remote directories.
4997
4998 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
4999 parameter DIR-FLAG.
5000
33f77982
GM
50012010-03-02 Glenn Morris <rgm@gnu.org>
5002
5003 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5004 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5005
d99ea08e
KH
50062010-03-01 Kenichi Handa <handa@m17n.org>
5007
e8defde3 5008 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
5009 myanmar-composable-pattern.
5010
e8defde3
SM
5011 * international/characters.el (script-list):
5012 * international/fontset.el (script-representative-chars):
5013 Change myanmar to burmese.
d99ea08e 5014 (otf-script-alist): Likewise.
4aa2c3b2
KH
5015 (setup-default-fontset): Likewise. Re-fix :otf spec.
5016
b374f54d
KY
50172010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5018
5019 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5020
71572c03
JD
50212010-02-28 Jan Djärv <jan.h.d@swipnet.se>
5022
5023 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5024
00cffdeb
MA
50252010-02-28 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/tramp.el (tramp-handle-write-region): START can be a string.
5028 Take care in the checks. Reported by Dan Davison
5029 <davison@stats.ox.ac.uk>.
5030
d4b06783
MA
50312010-02-28 Michael Albinus <michael.albinus@gmx.de>
5032
5033 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
5034 (dbus-set-property, dbus-get-all-properties):
5035 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 5036
8c3e96d2
CY
50372010-02-28 Chong Yidong <cyd@stupidchicken.com>
5038
de3a1fe9
CY
5039 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5040 * emacs-lisp/elint.el (elint-add-required-env):
5041 * cedet/semantic/db-find.el
5042 (semanticdb-find-translate-path-brutish-default):
5043 * cedet/ede/make.el (ede-make-check-version):
5044 * calendar/icalendar.el (icalendar--add-diary-entry):
5045 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
5046 * files.el (recover-session-finish): Use with-current-buffer
5047 instead of save-excursion.
5048
c53b9c3b
SM
50492010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 Fix in-buffer completion when after-change-functions modify the buffer.
5052 * minibuffer.el (completion--replace): New function.
5053 (completion--do-completion): Use it and use relative movement.
5054
4a16bdc6
CY
50552010-02-27 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 5058
b8280f39
CY
50592010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5060
c53b9c3b
SM
5061 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5062 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 5063
f88cc4d6
KH
50642010-02-26 Kenichi Handa <handa@m17n.org>
5065
5066 * language/burmese.el: Fix entries in composition-function-table.
5067 (myanmar-composable-pattern): New variable.
5068
5069 * international/fontset.el (setup-default-fontset): Add an entry
5070 for myanmar.
5071
5072 * international/characters.el (script-list): Add Myanmar
5073 Extended-A.
5074
cdbf9100
GM
50752010-02-26 Glenn Morris <rgm@gnu.org>
5076
90a94603
GM
5077 * custom.el (custom-initialize-delay): Doc fix.
5078
cdbf9100
GM
5079 * mail/sendmail.el (send-mail-function): Autoload the call
5080 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5081
f95a5fd0
CY
50822010-02-24 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * files.el (hack-local-variables-filter): For eval forms, also
5085 check safe-local-variable-p (Bug#5636).
5086
6583ba0e
CY
50872010-02-24 Eduard Wiebe <usenet@pusto.de>
5088
5089 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5090 and use c(ad)r of cddr (Bug#5640).
5091
459a5f4b
MA
50922010-02-22 Michael Albinus <michael.albinus@gmx.de>
5093
5094 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5095 setting the modes by `ignore-errors'. It might fail, for example
5096 if the file is not owned by the user but the group.
5097 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5098
bb23f6e8
CY
50992010-02-21 Chong Yidong <cyd@stupidchicken.com>
5100
50c58e27
CY
5101 * files.el (directory-listing-before-filename-regexp): Use
5102 stricter matching for iso-style dates, to avoid false matches with
5103 date-like filenames (Bug#5597).
5104
b660eb70
CY
5105 * htmlfontify.el (htmlfontify): Doc fix.
5106
5107 * eshell/eshell.el (eshell): Doc fix.
5108
bb23f6e8
CY
5109 * startup.el (fancy-about-screen): In mode-line, apply
5110 mode-line-buffer-id face only to the buffer name (Bug#5613).
5111
3e39928c
CY
51122010-02-20 Kevin Ryde <user42@zip.com.au>
5113
f7e0618c
JB
5114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5115 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
5116 (Bug#5599).
5117
0f00e948
EZ
51182010-02-20 Eli Zaretskii <eliz@gnu.org>
5119
5120 * subr.el (remove-yank-excluded-properties): Explain in a comment
5121 why `category' property is removed.
5122
3513efb2
CY
51232010-02-19 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5126 2010-02-17 change.
5127
b4340b3f
UJ
51282010-02-19 Ulf Jasper <ulf.jasper@web.de>
5129
5130 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5131 (icalendar--convert-weekly-to-ical)
5132 (icalendar--convert-yearly-to-ical)
5133 (icalendar--convert-block-to-ical)
5134 (icalendar--convert-cyclic-to-ical)
5135 (icalendar--convert-anniversary-to-ical): Take care of time
5136 specifications where hour has 1-digit only (Bug#5549).
5137
8cfae03d
NR
51382010-02-19 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5141 of disassemble output in GDB 7.1.
5142
055e4eea
GM
51432010-02-19 Glenn Morris <rgm@gnu.org>
5144
5145 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5146 property. (Bug#5593)
5147
ff6b00de
SS
51482010-02-18 Sam Steingold <sds@gnu.org>
5149
5150 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5151
fe8c0b47
SM
51522010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 Use abbreviated file names in bookmarks (bug#5591).
5155 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5156 calls to expand-file-name.
5157 (bookmark-relocate): Use abbreviated file names in bookmarks.
5158 (bookmark-load): Use abbreviated file names in messages.
5159
73a37a69
MA
51602010-02-18 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5163 expand "." and "..". Reported by Thierry Volpiatto
5164 <thierry.volpiatto@gmail.com>.
5165
6e4f5731
MA
51662010-02-18 Michael Albinus <michael.albinus@gmx.de>
5167
5168 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5169 permissions of the temporary file to "0600". In case the remote
5170 file has no read permissions for the owner, there might be
5171 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5172
517322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
5174
5175 * emacs-lisp/authors.el (authors-renamed-files-alist):
5176 Add entries for INSTALL.CVS.
5177
ba5bf642
MH
51782010-02-17 Mark A. Hershberger <mah@everybody.org>
5179
f7e0618c 5180 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 5181
f7e0618c 5182 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
5183 (isearch-update): Use the new hook.
5184
aac0b0f2
MA
51852010-02-16 Michael Albinus <michael.albinus@gmx.de>
5186
fe8c0b47
SM
5187 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5188 Fix errors in copying directories.
aac0b0f2
MA
5189 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5190 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5191 (tramp-handle-delete-file)
5192 (tramp-handle-dired-recursive-delete-directory)
5193 (tramp-handle-write-region): Flush also the cache for the upper
5194 directory.
5195
05bbe066
CY
51962010-02-16 Chong Yidong <cyd@stupidchicken.com>
5197
e8ab3908
CY
5198 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5199
ff90f4b0
CY
5200 * cus-edit.el (hardware): Doc fix.
5201
5202 * man.el (man): Add to external custom group.
5203
5204 * delim-col.el (columns): Move to wp custom group.
5205
5206 * doc-view.el (doc-view): Add to data custom group.
5207
5208 * cedet/data-debug.el (data-debug): Move to extensions group.
5209
5210 * cedet/ede.el (ede):
5211 * cedet/srecode.el (srecode):
5212 * cedet/semantic.el (semantic): Put in tools and extensions group.
5213
fe8c0b47 5214 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 5215
05bbe066
CY
5216 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5217 by ispell-parse-output (Bug#5575).
5218
fa6ea913
KH
52192010-02-16 Kenichi Handa <handa@m17n.org>
5220
5221 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5222 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5223 (skkdic-convert): Use `euc-japan' coding system for writing.
5224
88fd78ae
GM
52252010-02-16 Glenn Morris <rgm@gnu.org>
5226
5227 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5228 tex-main-file before using it. (Bug#5562)
5229
2b8c974a
SM
52302010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5233 warnings, since it is annoying for the user to see them each time he
5234 runs the code.
5235
7540f029
MA
52362010-02-15 Michael Albinus <michael.albinus@gmx.de>
5237
5238 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5239 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5240 instead of PROC for caching "first-password-request". Otherwise,
5241 new processes would not profit from passwords already entered.
5242
2b8c974a
SM
5243 * net/tramp-cache.el (tramp-dump-connection-properties):
5244 Don't save "first-password-request" property.
7540f029 5245
fa5f7c5f
JB
52462010-02-14 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * outline.el (outline-head-from-level):
5249 * simple.el (with-wrapper-hook):
5250 * cedet/ede.el (ede-run-target, project-delete-target)
5251 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5252 (ede-adebug-project, ede-adebug-project-parent)
5253 (ede-adebug-project-root):
5254 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5255 (elint-defun, elint-buffer-env, elint-top-form-logged)
5256 (elint-unbound-variable):
5257 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5258 Fix typos in docstrings.
5259
ecbaeb7b
MA
52602010-02-14 Michael Albinus <michael.albinus@gmx.de>
5261
5262 * files.el (insert-directory): When WILDCARD-REGEXP and
5263 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5264 whole directory. (Bug#5551)
5265
5266 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5267 dired's alignment sanity. (Bug#5516)
5268
91e3333f
JL
52692010-02-14 Juri Linkov <juri@jurta.org>
5270
5271 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5272 Remove remaining ^H with their preceding chars. (Bug#5566)
5273
36020642
GM
52742010-02-13 Glenn Morris <rgm@gnu.org>
5275
5276 * simple.el (transpose-subr): Give it a doc-string.
5277
5278 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5279 Doc fixes.
5280
f5952338
JL
52812010-02-12 Juri Linkov <juri@jurta.org>
5282
5283 * arc-mode.el (archive-unique-fname): Make directories for nested
5284 archives. (Bug#5540)
5285
918fe50f
JL
52862010-02-12 Juri Linkov <juri@jurta.org>
5287
5288 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5289
c07ff221
SM
52902010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5291
48b1e7cf
SM
5292 * subr.el (copy-overlay): Handle deleted overlays.
5293
c07ff221
SM
5294 * man.el (Man-completion-table): Don't signal an error if we can't run
5295 manual-program (bug#4056).
5296
0e374247
JB
52972010-02-10 Juanma Barranquero <lekktu@gmail.com>
5298
5299 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5300
dbf8402b
SM
53012010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5302
348d1e60
SM
5303 * info.el (Info-bookmark-jump): Simplify.
5304
dbf8402b
SM
5305 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5306 (bookmark-default-handler): Accept new bookmark field `buffer'.
5307
e6d23bb5
CY
53082010-02-10 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * iswitchb.el (iswitchb-completions): Revert last change.
5311
a8e4290b
MA
53122010-02-10 Michael Albinus <michael.albinus@gmx.de>
5313
2b23acde 5314 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
5315 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5316 This prevents file names like "~/" being listed literally.
a8e4290b 5317
c59d6fad
DN
53182010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5319
348d1e60
SM
5320 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5321 Remove dead code. (Bug#5546)
c59d6fad 5322
3a66e78f
CY
53232010-02-09 Chong Yidong <cyd@stupidchicken.com>
5324
5325 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5326 correctly (Bug#5548).
5327
f29fd869
CY
53282010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5329
5330 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 5331 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 5332
7fad1447
KH
53332010-02-08 Kenichi Handa <handa@m17n.org>
5334
5335 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 5336 cookie for putting `lisp-indent-function'.
7fad1447 5337
50e4518b
GM
53382010-02-07 Glenn Morris <rgm@gnu.org>
5339
5340 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5341 Move F2003 named interfaces from keywords-2 to keywords-1, and
5342 use function-name-face rather than constant-face.
5343 Simplify "abstract interface" regexp.
5344
a4cc44cf
CY
53452010-02-07 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5348 ID-FORMAT. Pass it to `file-attributes'.
5349
5350 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5351
c917476d
CY
53522010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5353
5354 * faces.el (set-face-attribute): Allow calling
5355 internal-set-lisp-face-attribute with 'unspecified family and
5356 foundry argument (Bug#5536).
5357
7cf3f3d6
GM
53582010-02-07 Glenn Morris <rgm@gnu.org>
5359
5360 * progmodes/f90.el (f90-font-lock-keywords-2)
5361 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5362 Handle F2003 named interfaces.
5363
ffe87109
CY
53642010-02-06 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5367 beg and end before calling c-get-state-before-change-functions.
5368
4775ecad
DN
53692010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5370
5371 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5372
0d17c4b9
JL
53732010-02-05 Juri Linkov <juri@jurta.org>
5374
5375 * doc-view.el (doc-view-mode):
5376 * image-mode.el (image-mode): Put property mode-class=special.
5377 (Bug#4896)
5378
8228a275
MH
53792010-02-05 Mark A. Hershberger <mah@everybody.org>
5380
5381 * vc-svn.el (vc-svn-revision-table): New function.
5382
d9320986
MA
53832010-02-05 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/ange-ftp.el (ange-ftp-insert-directory):
5386 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5387 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5388 Handle also directories. (Bug#5478)
5389
f43d8ecc
GM
53902010-02-05 Glenn Morris <rgm@gnu.org>
5391
5392 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5393
ce3a988d
CY
53942010-02-05 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * startup.el (command-line-1): Convert options beginning with a
5397 single dash as well (Bug#5519).
5398
bdd42899
SM
53992010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5400
51b23c44
SM
5401 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5402 * minibuffer.el (completion-initials-expand): Only check the presence
5403 of delims *within* the boundaries, since otherwise the / delim is
5404 always found for files.
5405
bdd42899
SM
5406 Fix up various corner case problems.
5407 * doc-view.el (doc-view-last-page-number): New function.
5408 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5409 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5410 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5411 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5412 (doc-view-convert-current-doc): Don't create the resolution.el file
5413 here any more.
5414 (doc-view-pdf/ps->png): Do it here instead.
5415 (doc-view-already-converted-p): Check that resolution.el is present.
5416 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5417 windows that are not yet showing images.
5418
d5b3979c
MA
54192010-02-04 Michael Albinus <michael.albinus@gmx.de>
5420
5421 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5422 `dired-uncache' for every elemnt which is an absolute file name.
5423
5424 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5425 directory, handle its directory component.
5426 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5427 function is called permanently and creates noise, otherwise.
5428
5429 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5430 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5431 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5432
b003beb1
DB
54332010-02-04 David Burger <dburger@google.com> (tiny change)
5434
5435 * macros.el (apply-macro-to-region-lines):
5436 Minor simplification. (Bug#5485)
5437
ea92f9f3
GM
54382010-02-04 Glenn Morris <rgm@gnu.org>
5439
a03ae20d
GM
5440 * mail/rmail.el (rmail-show-message-1): Handle malformed
5441 quoted-printable text. (Bug#5441)
5442
4d01b827
GM
5443 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5444
ea92f9f3
GM
5445 * simple.el (visual-line-mode): Capitalize lighter.
5446
82055bb7
JW
54472010-02-03 John Wiegley <jwiegley@gmail.com>
5448
5449 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5450 list of files considered for "virtual buffer" completions.
5451
8214b6e4
MA
54522010-02-03 Michael Albinus <michael.albinus@gmx.de>
5453
5454 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 5455 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
5456 when dired is called with a list of files, which are not in
5457 `default-directory'. (Bug#5478)
5458
1df9718f
SM
54592010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5462
02ba1267
JL
54632010-02-02 Juri Linkov <juri@jurta.org>
5464
5465 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5466 from unidiff to allow function-line after @@.
5467
a0c6a0fb
JL
54682010-02-02 Juri Linkov <juri@jurta.org>
5469
5470 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5471 '(RCS SCCS) with inverted condition.
5472
c35fcd52
MA
54732010-02-02 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5476 messages.
5477
6ba973c1
JL
54782010-02-01 Juri Linkov <juri@jurta.org>
5479
5480 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5481 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5482 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5483 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5484
0bca393f
SM
54852010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5488 (doc-view-revert-buffer): New command.
5489 (doc-view-mode-map): Use it.
5490
7a444e2a
DN
54912010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5492
5493 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5494 pending merge is detected.
5495
ad6fc8f4
JL
54962010-01-31 Juri Linkov <juri@jurta.org>
5497
5498 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5499 beginning of interactive spec like all other grep commands do.
5500 Put "all" in front of "gz". (Bug#5260)
5501
b9236874
DN
55022010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5503
5504 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5505
1e868757
CY
55062010-01-29 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5509 regexp is incorrect (Bug#5476).
5510
e5c70c41
MA
55112010-01-29 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp.el (tramp-handle-insert-directory): Handle also
5514 symlinks, when FILENAME is not in `default-directory'.
5515
0c0b61f1
MA
55162010-01-28 Michael Albinus <michael.albinus@gmx.de>
5517
5518 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 5519 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
5520
5521 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5522 of SWITCHES. Handle the case, FILENAME is not in
5523 `default-directory'. (Bug#5478)
5524 (tramp-register-file-name-handlers): Add safe-magic property.
5525
763f325e
CY
55262010-01-28 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5529 unzip (Bug#5475).
5530
fd09a83f
CY
55312010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5532
5533 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5534 (flymake-master-make-header-init): Add other C++ filename masks.
5535 (flymake-find-possible-master-files)
5536 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5537
7e5686f0
MA
55382010-01-28 Michael Albinus <michael.albinus@gmx.de>
5539
5540 Fix some busybox annoyances.
5541
5542 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5543 not responding." string.
5544 (tramp-open-connection-setup-interactive-shell): Dump stty
5545 settings. Enable "neveropen" arg for all `tramp-send-command'
5546 calls. Handle "=" in variable values properly.
5547 (tramp-find-inline-encoding): Raise an error, when no encoding is
5548 found.
5549 (tramp-wait-for-output): Check, whether PROC buffer is available.
5550 Remove spurious " ^H" sequences, sent by busybox.
5551 (tramp-get-ls-command): Suppress coloring, if possible.
5552
c6265c10
GM
55532010-01-28 Glenn Morris <rgm@gnu.org>
5554
c85a168b
GM
5555 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5556
c6265c10
GM
5557 * log-edit.el (log-edit-strip-single-file-name): Add missing
5558 :safe, :group, and :version tags.
5559
7d82a738
SB
55602010-01-27 Stephen Berman <stephen.berman@gmx.net>
5561
5562 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5563 buffers. (Bug#5477)
5564
8b0e68ea
CY
55652010-01-27 David De La Harpe Golden <david@harpegolden.net>
5566
5567 * files.el (delete-directory): Handle moving to trash without
5568 first doing recursion (Bug#5436).
5569
368d3208
DN
55702010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5571
5572 * vc-hooks.el (vc-path): Mark as obsolete.
5573
755da7fa
DN
55742010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5575
e2396d80
DN
5576 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5577 names too.
5578
755da7fa
DN
5579 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5580 for the short log.
5581 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5582
6a6d15ab 55832010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 5584
ac9ffe99 5585 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 5586
48c2d18a 5587 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 5588
504dcc71
EH
55892010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5590
5591 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5592 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5593
51850286
DN
55942010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5595
c2f1d6d8
DN
5596 Remove support for adding --signoff on commit.
5597 Future support will use an incompatible generic mechanism.
5598 * vc-git.el (vc-git-add-signoff): Remove variable.
5599 (vc-git-toggle-signoff): Remove function.
5600 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5601
51850286
DN
5602 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5603 from xterm-set-background-mode. Return t if the background mode
5604 was set.
5605 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5606 earlier, call it again in case the background mode has changed.
5607
02c6d0d0
CY
56082010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5609
5610 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5611 (Bug#3541).
5612
064eee03
CY
56132010-01-23 Chong Yidong <cyd@stupidchicken.com>
5614
02c6d0d0
CY
5615 * emacs-lisp/assoc.el (aelement): Doc fix.
5616 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 5617
5336c3ec 56182010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 5619
48c2d18a 5620 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
5621 is the same as subprogram call, not declaration. (Bug#5435).
5622
0536254e
MA
56232010-01-23 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5626 (tramp-smb-maybe-open-connection): Use it.
5627
411d06c2
MA
56282010-01-22 Michael Albinus <michael.albinus@gmx.de>
5629
0536254e 5630 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 5631
c893016b
SM
56322010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5635 just because we see "encoding: 8bit".
5636 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5637
9425f8e1
CY
56382010-01-22 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5641
6a801864
EZ
56422010-01-22 Eli Zaretskii <eliz@gnu.org>
5643
5644 * jka-compr.el (jka-compr-load): If load-file is not in
5645 load-history, try its file-truename version. (bug#5447)
5646
3e8f7d91
AM
56472010-01-21 Alan Mackenzie <acm@muc.de>
5648
5649 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
5650 * progmodes/cc-engine.el (c-invalidate-state-cache):
5651 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
5652 special cpp construct is still in the buffer.
5653 (c-parse-state): Record the special cpp with markers, not numbers.
5654
f0bd0ad5
CY
56552010-01-21 Kenichi Handa <handa@m17n.org>
5656
5657 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5658 process last-command-event, as it is now decoded first (Bug#5380).
5659
5189d95b
CY
56602010-01-20 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5663
e073d74a
GM
56642010-01-20 Glenn Morris <rgm@gnu.org>
5665
5666 * indent.el (tab-always-indent): Fix custom-type.
5667
8ee04f3a
AM
56682010-01-19 Alan Mackenzie <acm@muc.de>
5669
5670 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5671 buffer throws "args out of range".
5672 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5673 playing the role of delimiter.
5674
6a47c86a
SL
56752010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5676
bf0b361c 5677 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
5678 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5679 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5680 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5681 Improve comments in "is" portion. Handle null procedure declaration.
5682 (ada-move-to-end): Improve doc string.
5683
2acfb954
ÓF
56842010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5685
e90d57c0 5686 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 5687 Remove obsolete information from commentary.
e90d57c0
JB
5688 (ido-choice-list): Initialize to nil.
5689 (ido-get-bufname): Reject minibuffers.
5690 (ido-make-buffer-list): If "default" is a nonexistent
5691 buffer, ignore it, as per the function's comment.
5692 (ido-kill-buffer-internal): New function.
5693 (ido-kill-buffer-at-head): Use it.
5694 (ido-visit-buffer): Likewise.
2acfb954 5695
244b023e
CY
56962010-01-18 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5699
db9e401b
JB
57002010-01-18 Juanma Barranquero <lekktu@gmail.com>
5701
5702 * cedet/ede/locate.el (ede-locate-file-in-project)
5703 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5704 (ede-enable-locate-on-project): Fix typos in error messages.
5705
5706 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5707 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5708 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5709 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5710 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5711 Fix typos in menu help.
5712
5713 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5714 Fix typos in chart titles.
5715
5716 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5717 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5718 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5719 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5720 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5721 (semantic-parse-stream, semantic-parse-region)
5722 (semantic-parse-region-default, semantic--set-buffer-cache)
5723 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5724 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5725 (semantic-default-submodes):
5726 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5727 (semanticdb-create-ebrowse-database)
5728 (semanticdb-find-tags-for-completion-method)
5729 (semanticdb-find-tags-by-class-method)
5730 (semanticdb-deep-find-tags-by-name-method)
5731 (semanticdb-deep-find-tags-for-completion-method):
5732 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
5733 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
5734 (semanticdb-find-tags-for-completion-method)
5735 (semanticdb-find-tags-by-class-method)
5736 (semanticdb-deep-find-tags-for-completion-method):
5737 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
5738 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
5739 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
5740 (semanticdb-find-tags-by-name-method)
5741 (semanticdb-find-tags-by-name-regexp-method)
5742 (semanticdb-find-tags-for-completion-method)
5743 (semanticdb-find-tags-by-class-method)
5744 (semanticdb-find-tags-external-children-of-type-method)
5745 (semanticdb-find-tags-subclasses-of-type-method)
5746 (semanticdb-deep-find-tags-by-name-method)
5747 (semanticdb-deep-find-tags-by-name-regexp-method)
5748 (semanticdb-deep-find-tags-for-completion-method):
5749 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
5750 (semanticdb-enable-gnu-global-in-buffer)
5751 (semanticdb-find-tags-for-completion-method)
5752 (semanticdb-deep-find-tags-by-name-method)
5753 (semanticdb-deep-find-tags-for-completion-method):
5754 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
5755 (javascript-mode, semanticdb-find-translate-path)
5756 (semanticdb-find-tags-for-completion-method)
5757 (semanticdb-find-tags-by-class-method)
5758 (semanticdb-deep-find-tags-by-name-method)
5759 (semanticdb-deep-find-tags-for-completion-method)
5760 (semanticdb-find-tags-external-children-of-type-method):
5761 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
5762 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
5763 (global-semantic-idle-scheduler-mode):
5764 * cedet/srecode/dictionary.el (srecode-field-value)
5765 (srecode-dictionary-add-section-dictionary):
5766 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
5767 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
5768 (describe-class, eieio-describe-generic, describe-generic):
5769 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
5770 (eieio-speedbar-expand):
5771 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5772 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
5773 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
5774 (viper-del-backward-char-in-replace, viper-backward-indent)
5775 (viper-brac-function, viper-register-to-point, viper-submit-report):
5776 * net/tramp.el (tramp-remote-coding-commands):
5777 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
5778 Fix typos in docstrings.
5779
9295137d
CY
57802010-01-17 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * mail/sendmail.el (mail-yank-original): Set the mark if the
5783 specified function for yanking does not do it.
5784
4d0bbcb6
DN
57852010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
5786
7902c120
DN
5787 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
5788
4d0bbcb6
DN
5789 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
5790 resyncing a directory.
5791
0b702bc1
SL
57922010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
5793
6a47c86a 5794 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
5795 (ada-ident-re): Delete ., allow multibyte characters.
5796 (ada-goto-label-re): New; matches goto labels.
5797 (ada-block-label-re): New; matches block labels.
5798 (ada-label-re): New; matches both.
5799 (ada-named-block-re): Deleted; callers changed to use
5800 `ada-block-label-re' instead.
5801 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
5802 Use `ada-block-label-re'.
5803 (ada-indent-on-previous-lines): Improve handling of goto labels.
5804 (ada-get-indent-block-start): Special-case block label.
5805 (ada-get-indent-label): Split into `ada-indent-block-label' and
5806 `ada-indent-goto-label'.
5807 (ada-goto-stmt-start, ada-goto-next-non-ws):
5808 Optionally ignore goto labels.
5809 (ada-goto-next-word): Simplify.
5810 (ada-indent-newline-indent-conditional): Insert newline before
5811 trying to fix indentation; doc fix.
5812
05287c49
JB
58132010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
5814
5815 * calc/calc.el (calc-command-flags): Give it an initial value.
5816
44e82a0b
GM
58172010-01-17 Glenn Morris <rgm@gnu.org>
5818
5819 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
5820
4963739e
JB
58212010-01-17 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * cedet/semantic.el (semantic-mode):
5824 * files.el (minibuffer-with-setup-hook):
5825 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
5826 (artist-key-draw-continously, artist-key-do-continously-continously)
5827 (artist-key-set-point-continously, artist-mouse-draw-continously):
5828 Fix typos in docstrings.
5829
116bd1ee
CY
58302010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
5831
5832 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
5833 return t (Bug#3898).
5834
2784cd7a 58352010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
5836
5837 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
5838 can parse the output of the external commands (Bug#5279).
5839
abd5cfe8
CY
58402010-01-16 Jari Aalto <jari.aalto@cante.net>
5841
5842 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
5843
4fe22cdf
CY
58442010-01-16 Chong Yidong <cyd@stupidchicken.com>
5845
bbdc98ef
CY
5846 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
5847
c7dc1ac1
CY
5848 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
5849
4fe22cdf
CY
5850 * startup.el (command-line): Remove unused --icon-type arg.
5851 Handle --display arg, passing it to command-line-1 (Bug#5392).
5852
045b9da7
ML
58532010-01-16 Mario Lang <mlang@delysid.org>
5854
5855 * cedet/ede/cpp-root.el (ede-cpp-root-project):
5856 * cedet/ede/files.el (ede-expand-filename):
5857 * cedet/ede/simple.el (ede-simple-project):
5858 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5859 (semantic-complete-inline-tag-engine):
5860 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5861 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
5862 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5863 * cedet/semantic/db.el (semanticdb-equivalent-mode):
5864 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
5865 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5866 * emacs-lisp/chart.el (chart-translate-namezone):
5867 * textmodes/artist.el (artist-compute-popup-menu-table):
5868 Remove duplicated words in doc-strings.
5869
6554a5df
CY
58702010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
5871
5872 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
5873 to mairix-search to suppress threading (Bug#5342).
5874
ca4f0e9a
KH
58752010-01-15 Kenichi Handa <handa@m17n.org>
5876
5877 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 5878 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 5879
1db3226b
GM
58802010-01-15 Glenn Morris <rgm@gnu.org>
5881
56a03f46
GM
5882 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
5883
5884 * wid-edit.el (widget-keymap): Doc fix.
5885
1db3226b
GM
5886 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
5887 former seems to be more widely accepted by various svn versions.
5888
80cd4bb4
JB
58892010-01-14 Juanma Barranquero <lekktu@gmail.com>
5890
d1f18ec0
JB
5891 * find-cmd.el (find-constituents):
5892 * vc-arch.el (vc-arch-root):
5893 * window.el (window-body-height, pop-up-frames):
5894 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
5895 (semantic-no-reparse-needed-change-hook):
5896 * cedet/srecode/insert.el (srecode-resolve-argument-list)
5897 (srecode-template-inserter-blank, srecode-template-inserter-variable)
5898 (srecode-template-inserter-ask, srecode-template-inserter-width)
5899 (srecode-template-inserter-section-start)
5900 (srecode-template-inserter-section-end, srecode-insert-method):
5901 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
5902 * progmodes/ada-stmt.el (ada-if):
5903 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
5904 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
5905 (ispell-encoding8-command, ispell-aspell-supports-utf8)
5906 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
5907
80cd4bb4
JB
5908 * progmodes/flymake.el (flymake-post-syntax-check):
5909 Fix typo in error message.
5910
9c23ca47
JB
59112010-01-14 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
5914 which is always a string. (Bug#5313)
5915
8794c483
JB
59162010-01-14 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * progmodes/ada-xref.el (ada-default-prj-properties):
5919 Simplify previous change.
5920
95005d39
SL
59212010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5922
5923 * progmodes/ada-xref.el (ada-default-prj-properties):
5924 Default ada_project_path to $ADA_PROJECT_PATH.
5925
59262010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
5927
5928 * progmodes/ada-mode.el (ada-create-keymap):
5929 Override `narrow-to-defun' with `ada-narrow-to-defun'.
5930
fb0d1545
SL
59312010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5932
5933 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
5934 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
5935 (ada-get-current-indent, ada-imenu-generic-expression)
5936 (ada-which-function): Check for it.
5937
5c9434d0
SL
59382010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
5939
5940 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
5941 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
5942
3a4f3a3b
GM
59432010-01-14 Glenn Morris <rgm@gnu.org>
5944
5945 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
5946
d9a7c140
KH
59472010-01-14 Kenichi Handa <handa@m17n.org>
5948
5949 * composite.el (auto-composition-mode): Make it a buffer local
5950 variable (permanent-local).
5951 (auto-composition-function): Set the default value to
5952 auto-compose-chars.
49caf252 5953 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
5954 (global-auto-composition-mode): Likewise.
5955 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 5956
38bee102
KF
59572010-01-13 Karl Fogel <kfogel@red-bean.com>
5958
5959 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 5960
b8b45afc
MA
59612010-01-12 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * files.el (copy-directory): Compute target for recursive
5964 directories with identical names. (Bug#5343)
5965
893db5bc
GM
59662010-01-12 Glenn Morris <rgm@gnu.org>
5967
5968 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
5969 it to bug-gnu-emacs rather than emacs-pretest-bug.
5970
2f27e6d4
JB
59712010-01-12 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * cedet/data-debug.el (data-debug): Fix customization group reference.
5974
91abaf51
JB
59752010-01-12 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * cedet/semantic/analyze.el (semantic-analyze-push-error)
5978 (semantic-analyze-context, semantic-analyze-context-assignment)
5979 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
5980 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
5981 (semantic-java-doc-keywords-map):
5982 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
5983 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
5984 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
5985 (semantic-c-classname, semantic-format-tag-uml-prototype)
5986 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
5987 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
5988 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
5989 (semantic-get-local-variables, semantic-end-of-command)
5990 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
5991 (lisp-mode):
5992 * cedet/semantic/bovine/make.el (makefile-mode):
5993 * cedet/semantic/wisent/python.el (wisent-python-string-re)
5994 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
5995 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
5996 (semantic-lex, semantic-get-local-variables, python-mode):
5997 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
5998 * cedet/srecode/extract.el (srecode-extract-state-set)
5999 (srecode-extract-method): Fix typos in docstrings.
6000
d8b8451f
SS
60012010-01-11 Sam Steingold <sds@gnu.org>
6002
6003 * imenu.el (imenu-default-create-index-function): Detect infinite
6004 loops caused by imenu-prev-index-position-function.
6005
30afcdff
JB
60062010-01-11 Juanma Barranquero <lekktu@gmail.com>
6007
6008 * htmlfontify.el (htmlfontify-load-rgb-file)
6009 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6010 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6011 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6012 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6013 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6014 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6015 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6016 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6017 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6018 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6019 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6020 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6021 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6022 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6023 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6024 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6025 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6026 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6027 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6028 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6029 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6030 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6031 backslash-quoting from parentheses, etc.
6032
92b1c416
CY
60332010-01-11 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * progmodes/js.el: Autoload javascript-mode alias.
6036
4454adab
JB
60372010-01-11 Juanma Barranquero <lekktu@gmail.com>
6038
6039 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6040 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6041 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6042 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6043 Fix typos in docstrings.
6044 (ffap-url-regexp): Doc fix.
6045 (ffap-at-mouse): Fix typo in message.
6046
6589a2f9
GM
60472010-01-11 Glenn Morris <rgm@gnu.org>
6048
6049 * version.el (emacs-copyright): Set copyright year to 2010.
6050
4e5617ee
SM
60512010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * format.el (format-annotate-function): Only set
6054 write-region-post-annotation-function after running to-fn so as not to
6055 affect nested write-region calls (bug#5273).
6056
52bee098
CY
60572010-01-10 Chong Yidong <cyd@stupidchicken.com>
6058
4e5617ee
SM
6059 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6060 Add python parser.
52bee098 6061
a069f067
CY
6062 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6063 wisent/python.el.
6064
52bee098
CY
60652010-01-10 Richard Kim <emacs18@gmail.com>
6066
6067 * cedet/semantic/wisent/python-wy.el:
6068 * cedet/semantic/wisent/python.el: New files.
6069
e709e39d
CY
60702010-01-09 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * man.el (Man-goto-section): Signal error if the section is not
6073 found (Bug#5317).
6074
6ee86780
JB
60752010-01-09 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6078 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6079
fa7b5f7b
CY
60802010-01-09 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * progmodes/compile.el: Don't treat compile-command as safe if
6083 compilation-read-command might be nil (Bug#4218).
6084
de62c4d9
JD
60852010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6086
6087 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6088 NS options.
6089
e94be827
KH
60902010-01-08 Kenichi Handa <handa@m17n.org>
6091
4e5617ee
SM
6092 * international/fontset.el (build-default-fontset-data):
6093 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 6094
1dfae2a2
JB
60952010-01-07 Juanma Barranquero <lekktu@gmail.com>
6096
6097 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6098 to `create-file-buffer' as it expects, not just a buffer name.
6099 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6100 to help uniquify. (Bug#3224)
6101
d0cf45b7
JD
61022010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6103
6104 * font-setting.el (font-setting-change-default-font): Use user-spec
6105 instead of name.
6106
7534fa5e
DN
61072010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6108
6109 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6110
fd579fdc
CY
61112010-01-05 Tom Tromey <tromey@redhat.com>
6112
4e5617ee
SM
6113 * progmodes/python.el (python-font-lock-keywords):
6114 Handle qualified decorators (Bug#881).
fd579fdc 6115
37860caf
DN
61162010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6119 in a lightweight checkout.
6120
69db641d
KH
61212010-01-05 Kenichi Handa <handa@m17n.org>
6122
4e5617ee 6123 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 6124
b25d6a02
DN
61252010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6126
6127 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6128
137d88ca
DN
61292010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6130
6131 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6132 checkouts. (Bug#618)
3d5d0aa9 6133 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
6134 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6135 (vc-bzr-shelve-menu-map):
6136 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6137 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 6138
da76998b
CY
61392010-01-02 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6142 They are valid characters in URL paths (rfc3986), and at least
6143 Firefox does not understand the encoded version (Bug#3166).
6144
b2ad70b6
CY
61452010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6146
6147 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
6148 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6149 Add "end" keyword (Bug#3061).
b2ad70b6
CY
6150 (octave-end-as-array-index-p): New function.
6151 (calculate-octave-indent): Use it.
6152
54136282
KF
61532010-01-02 Karl Fogel <kfogel@red-bean.com>
6154
6155 * bookmark.el: Consistently put the text property on the bookmark name.
6156 (bookmark-bmenu-marks-width): Bump back to 2, to include
6157 annotation marks.
6158 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6159 property on the bookmark name, instead of not putting it at all.
6160 (bookmark-bmenu-list): Fix where we put the text property.
6161
cc4d3cad
KF
61622010-01-02 Karl Fogel <kfogel@red-bean.com>
6163
6164 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6165 for showing buffer modified state (as added in the previous change).
6166
b894c439
KF
61672010-01-02 Karl Fogel <kfogel@red-bean.com>
6168
6169 * bookmark.el: Show modified state of bookmark buffer more accurately.
6170 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6171 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6172 (with-buffer-modified-unmodified): New macro.
6173 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6174 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 6175 Use new macro to preserve the buffer modified state.
b894c439 6176
3a69db53
KF
61772010-01-02 Karl Fogel <kfogel@red-bean.com>
6178
4e5617ee 6179 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
6180 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6181 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6182 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6183 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
6184 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6185 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 6186
af414f10
EZ
61872010-01-02 Eli Zaretskii <eliz@gnu.org>
6188
4e5617ee
SM
6189 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6190 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 6191
f2ec0e5e
CY
61922010-01-02 Ryan Yeske <rcyeske@gmail.com>
6193
6194 * net/rcirc.el: Add follow-link binding (Bug#4738).
6195
38c1ba62
EZ
61962010-01-02 Eli Zaretskii <eliz@gnu.org>
6197
4e5617ee 6198 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
6199 (cvs-update): New target for backward compatibility.
6200
4e5617ee 6201 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
6202 (cvs-update): New target for backward compatibility.
6203
ea2c0f5b
KF
62042010-01-02 Karl Fogel <kfogel@red-bean.com>
6205
6206 * bookmark.el: Remove gratuitous gratitude.
6207
5ae329f4
KF
62082010-01-02 Karl Fogel <kfogel@red-bean.com>
6209
c4cc8b9a 6210 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
6211 (bookmark-bmenu-save): Clear buffer modification if no marks.
6212
62132010-01-02 Karl Fogel <kfogel@red-bean.com>
6214
6215 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
6216 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6217 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6218 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6219
6220 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6221 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6222 To: emacs-devel {_AT_} gnu.org
6223 Subject: bookmark.el bug report
6224 Date: Mon, 28 Dec 2009 14:19:16 +0800
6225 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6226
aef053eb
KF
62272010-01-02 Karl Fogel <kfogel@red-bean.com>
6228
6229 * bookmark.el: Improvements suggested by Drew Adams:
6230 (bookmark-bmenu-ensure-position): New name for
6231 `bookmark-bmenu-check-position'. Just ensure the position,
6232 don't return any meaningful value.
6233 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6234 New constants.
6235
0472835f
JB
62362010-01-02 Juanma Barranquero <lekktu@gmail.com>
6237
6238 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6239 (bookmark-yank-point, bookmark-bmenu-check-position):
6240 Fix typos in docstrings.
6241 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6242 (bookmark-name-from-full-record, bookmark-get-position)
6243 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6244 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6245 Remove useless quoting of parenthesis, etc. in docstrings.
6246
6247 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6248 (ediff-append-custom-diff): Fix typo in error message.
6249 (ediff-meta-mark-equal-files): Fix typos in messages.
6250
6251 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6252
6253 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6254 Fix typo in docstring.
6255
6256 * net/imap-hash.el (imap-hash-make): Doc fix.
6257 (imap-hash-test): Fix typo in error message; reflow docstring.
6258 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6259 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6260 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6261 Fix typos in docstrings.
6262 (imap-hash-open-connection): Fix typo in error message.
6263
6264 * play/gomoku.el (gomoku): Fix typos in docstring.
6265
6266 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6267 (gdb-jsonify-buffer): Fix typos in docstring.
6268 (gdb-goto-breakpoint): Fix typo in error message.
6269 ("Display Other Windows"): Fix typo in help message.
6270 (gdb-speedbar-expand-node): Fix typo in question.
6271
6272 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6273 (idlwave-html-system-help-location, idlwave-html-help-location)
6274 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6275 (idlwave-help-browser-generic-args, idlwave-help-directory)
6276 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6277 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6278 (idlwave-online-help, idlwave-help-html-link)
6279 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6280 Fix typos in docstrings.
6281 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6282 Reflow docstrings.
6283 (idlwave-help-assistant-start): Fix typo in error message.
6284
6285 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6286 (octave-electric-space): Fix typos in docstrings.
6287
9bbe0828
CY
62882010-01-01 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6291
a88c46c3
CY
62922010-01-01 Juri Linkov <juri@jurta.org>
6293
6294 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 6295 increase the default to 500 (Bug#5148).
a88c46c3 6296
7ee6c59b
NR
62972009-12-31 Nick Roberts <nickrob@snap.net.nz>
6298
6299 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6300 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6301 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6302
a9c8a2cd
NR
63032009-12-30 Nick Roberts <nickrob@snap.net.nz>
6304
6305 Show working revision correctly for mercurial.
6306 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 6307 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 6308
659e4408
JB
63092009-12-29 Juanma Barranquero <lekktu@gmail.com>
6310
6311 Declare some functions for the byte-compiler.
6312 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6313 (speedbar-timer-fn, speedbar-change-expand-button-char)
6314 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6315
7ee6c59b
NR
63162009-12-29 Nick Roberts <nickrob@snap.net.nz>
6317
6318 This changeset reverts GDB Graphical Interface to use annotations.
6319 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6320
460f6e7c
DN
63212009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6322
6323 Make vc-dir work on subdirectories of the bzr root.
6324 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6325 file names relative to it.
6326 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6327 relative directory to vc-bzr-after-dir-status.
6328
543f553a
TH
63292009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6330
6331 * font-lock.el (font-lock-refresh-defaults): New function, which
6332 can be used to let font-lock react to external changes in
6333 variables like font-lock-defaults and keywords.
6334 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6335
2592ab76
DN
63362009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6337
ac859983
DN
6338 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6339
2592ab76
DN
6340 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6341
58941d03
JB
63422009-12-28 Juanma Barranquero <lekktu@gmail.com>
6343
6344 Supersede color.diff settings in git log (bug#5211).
6345
6346 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6347 escape chars in its output when the user has color.diff set to `always'.
6348 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6349
39764e76
KR
63502009-12-26 Kevin Ryde <user42@zip.com.au>
6351
6352 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6353 node. Keep previous "Index" name to work with past coreutils too.
6354
91c4831e
KR
6355 * man.el (man): Revise docstring a bit to show -a and -l as
6356 examples. Add -k description since support for it has otherwise
6357 been a secret. (Further to bug#3717.)
651e932e
KR
6358 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6359 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 6360 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 6361
7f4d4a97
MA
63622009-12-26 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6365 switches. Check also for //SUBDIRED// line.
6366
bcffff46
KH
63672009-12-25 Kenichi Handa <handa@m17n.org>
6368
6369 * language/indian.el (devanagari-composable-pattern): Fixed to
6370 handle ZWNJ and ZWJ. Use it in composition-function-table for
6371 Devanagari.
6372 (malayalam-composable-pattern): Fix previous change.
6373
dc1dcfa4
VJL
63742009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6375
6376 * ps-print.el (ps-face-attributes): It was not returning the
6377 attribute face for faces specified as string. Reported by harven
80525855 6378 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
6379 (ps-print-version): New version 7.3.5.
6380
6fe539d2
UJ
63812009-12-18 Ulf Jasper <ulf.jasper@web.de>
6382
85626eef
SM
6383 * calendar/icalendar.el (icalendar--convert-tz-offset):
6384 Fix timezone names.
6385 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
6386 (icalendar--add-diary-entry): Remove the trailing blank that
6387 diary-make-entry inserts.
6388
1f3611c6
MA
63892009-12-17 Michael Albinus <michael.albinus@gmx.de>
6390
6391 Make `file-expand-wildcards' work for remote files.
6392
6393 * files.el (file-expand-wildcards): In case of remote files, check
6394 only local file name part for wildcards. Provide feature 'files
6395 and subfeature 'remote-wildcards. (Bug#5198)
6396
6397 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6398 if there is already an established connection.
6399 (tramp-advice-file-expand-wildcards): Remove it.
6400
6401 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 6402 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
6403 Activate advice for older GNU Emacs versions. (Bug#5237)
6404
9762b219
JB
64052009-12-17 Juanma Barranquero <lekktu@gmail.com>
6406
6407 Some doc fixes (more needed).
6408
6409 * find-cmd.el (find-constituents): Reflow docstring.
6410 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6411 (find-generic): Doc fix.
6412
cfb54897
JL
64132009-12-17 Juri Linkov <juri@jurta.org>
6414
6415 Fix regression from 23.1 to allow multiple modes in Local Variables.
6416
6417 * files.el (hack-local-variables-filter): While ignoring duplicates,
6418 don't take `mode' into account.
85626eef
SM
6419 (hack-local-variables-filter, hack-dir-local-variables):
6420 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 6421
ad974e9e
JL
64222009-12-17 Juri Linkov <juri@jurta.org>
6423
85626eef 6424 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
6425
6426 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6427 `current' or when `file' is a directory of the `current' file.
6428
3616e0b9
AS
64292009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6430
6431 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6432 unconditionally preloaded files.
6433
72b57560
JL
64342009-12-16 Juri Linkov <juri@jurta.org>
6435
6436 Revert to old 23.1 logic of using the file at the mark as default.
6437 * dired-aux.el (dired-diff): Use the file at the mark as default
6438 if it's not the same as the current file, and the target dir is
6439 the current dir or the mark is active. Add the current file
6440 as the arg of `dired-dwim-target-defaults'. Use the default file
6441 in the prompt. (Bug#5225)
6442
68712eb6
MA
64432009-12-15 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6446 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6447 (tramp-check-for-regexp): Check also, when an echoing shell stops
6448 to echo sent commands.
6449
fd471993
CY
64502009-12-14 Chong Yidong <cyd@stupidchicken.com>
6451
6452 * Makefile.in: Revert last change (Bug#5191).
6453
86b5e14c
DN
64542009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6455
6456 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
6457 (vc-hg-working-revision): Make sure the command is executed in a
6458 known environment so that we can parse the output. (Bug#4417)
86b5e14c 6459
8cffbb75
CY
64602009-12-14 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * progmodes/python.el (python-symbol-completions): Remove text
6463 properties from symbol string before calling python-send-receive.
6464
6c2b67ad
NR
64652009-12-14 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 6468 when there are values for both file and line. (Bug#5060)
6c2b67ad 6469
ff6f4585
JL
64702009-12-14 Juri Linkov <juri@jurta.org>
6471
6472 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6473 whitespace after the file name of the first line of unified format,
6474 because git-diff doesn't output whitespace and file modification time
6475 after the file name.
6476
d3de1c8e
JL
64772009-12-14 David Kastrup <dak@gnu.org>
6478
6479 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6480 check if it already has the `display' property added by
6481 `Info-display-images-node', and not put the `invisible' property
6482 in this case.
6483
f192624c
CY
64842009-12-14 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6487 (semantic-mru-bookmark-mode): Doc fixes.
6488
6489 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6490 of assert.
6491
2f1b7dc4
GM
64922009-12-13 Glenn Morris <rgm@gnu.org>
6493
a0cefee5
GM
6494 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6495 (report-emacs-bug): In message-mode, sort manually before storing
6496 original report text. (Bug#5178)
2f1b7dc4
GM
6497 Remove superfluous save-excursion.
6498
31bb373f
MA
64992009-12-12 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6502 when responding to "GetAll" properties.
6503
5e1d4968
CY
65042009-12-12 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * simple.el (compose-mail): Remove mail-setup-with-from from
6507 customization checks.
6508
097d86f9
EZ
65092009-12-12 Eli Zaretskii <eliz@gnu.org>
6510
6511 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6512 RAR archives created on Unix systems.
6513
1d4adede
SM
65142009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6517 the varalias that was accidentally removed by the 2009-11-19 change
6518 (bug#5186).
6519
3ff3655c
KH
65202009-12-12 Kenichi Handa <handa@m17n.org>
6521
6522 * language/indian.el (indian-compose-regexp): New function.
6523 (malayalam-composable-pattern): Fix the pattern.
6524 (composition-function-table): Set malayalam-composable-pattern for
6525 Malayalam characters.
6526
82d3343c
CY
65272009-12-11 Chong Yidong <cyd@stupidchicken.com>
6528
315eb96d
CY
6529 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6530 rather than down-mouse-1, based on follow-link conventions.
6531
82d3343c
CY
6532 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6533 are compiled.
6534
86a4c7ac
DN
65352009-12-11 Michael McNamara <mac@mail.brushroad.com>
6536
bf0b361c 6537 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
6538 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6539 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6540 (verilog-leap-to-head, verilog-backward-token):
6541 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
6542
65432009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6544
bf0b361c
JB
6545 * progmodes/verilog-mode.el (verilog-auto-lineup)
6546 (verilog-nameable-item-re): Cleanup user-visible spelling and
6547 documentation errors. One reported by Gary Delp.
1d4adede 6548 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
6549 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6550 package, bug195. Reported by Pierre-David Pfister.
6551
fe03f49a
GM
65522009-12-11 Glenn Morris <rgm@gnu.org>
6553
47641aac
GM
6554 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6555
85094855
GM
6556 * mail/emacsbug.el: No longer require sendmail.
6557 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6558 (report-emacs-bug-orig-text): Doc fix.
6559 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6560 New local variables, to adapt to different mail-user-agents.
6561 (report-emacs-bug): Fix test for a gnu.org address.
6562 Use overlays for emphasis, since font-lock defeats 'face property.
6563 Pretest bugs also end up at the newsgroup these days.
6564 Stop message-mode stripping text properties.
6565 Set and use the new buffer-local variables.
6566 (report-emacs-bug-hook): Add doc-string.
6567 Remove some unnecessary save-excursions and simplify.
6568 Use the appropriate hook and send-command.
6569
fe03f49a
GM
6570 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6571 capitalization of some menu entries.
6572
345427f0
VJL
65732009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6574
277e6741
MP
6575 * whitespace.el (whitespace-display-char-on):
6576 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
6577 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6578 New version 12.1.
6579
c70ccbba
EZ
65802009-12-10 Eli Zaretskii <eliz@gnu.org>
6581
6582 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6583 characters in the Attribute field.
6584
f1943c1b
DN
65852009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6586
6587 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6588
1c67aeaa
SM
65892009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6592 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6593 Disregard autoload-excludes.
6594 (update-directory-autoloads): Obey autoload-excludes here instead.
6595 But don't store its contents in no-autoloads and remove entries that
6596 refer to excludes files.
6597
d8194864
GM
65982009-12-10 Glenn Morris <rgm@gnu.org>
6599
8c0171c0
GM
6600 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6601 (expand-mail-aliases): Define for compiler.
6602
dba372dd
GM
6603 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6604 Define for compiler.
6605
d8194864
GM
6606 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6607 appropriate for the mail-user-agent in use.
6608
fe5facd3
MA
66092009-12-09 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6612
99999a1d
DN
66132009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6614
6615 Fix short log parsing and fontification.
6616 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6617 Fix fontification for the [merge] label.
6618
2ea1c4aa
SM
66192009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6620
85626eef 6621 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
6622 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6623 (hfy-fontify-buffer): Use it.
6624
9840deb6
SM
66252009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6626
a0d1aadf
SM
6627 Minor cleanup.
6628 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6629 Adjust all callers.
6630 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6631 args compulsory. Adjust callers.
6632 (ffap-gopher-at-point): Remove unused var `name'.
6633
9840deb6
SM
6634 Get rid of the ELCFILES abomination.
6635 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6636 (compile-elcfiles): New phony target.
6637 (compile-main): Compute ELCFILES dynamically.
6638 (compile-clean): New target to remove left-over elc files.
6639 (compile, all): Use it.
6640
7eb3f9a8
KH
66412009-12-09 Kenichi Handa <handa@etlken>
6642
6643 * international/mule-diag.el: Require help-mode instead of help-fns.
6644
ae63e572
KH
66452009-12-09 Kenichi Handa <handa@m17n.org>
6646
5ce6e4f4 6647 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
6648 fine ranges instead of pre-calculating accurate ranges.
6649 Iterate with bigger gc-cons-threshold.
ae63e572 6650
e2f3c692
DN
66512009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6652
6653 Add support for stashing a snapshot of the current tree.
6654 * vc-git.el (vc-git-stash-snapshot): New function.
6655 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6656
cf6d0352
JB
66572009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6658
6659 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6660 instead of `(beginning|end)-of-line'.
6661
48e4acc9
GM
66622009-12-08 Glenn Morris <rgm@gnu.org>
6663
6e890faa
GM
6664 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6665
48e4acc9
GM
6666 * Makefile.in (ELCFILES): Regenerate.
6667
d2a1dc7b
JL
66682009-12-07 Juri Linkov <juri@jurta.org>
6669
6670 Don't lazy-highlight the comint output in history Isearch mode.
6671
6672 * comint.el (comint-history-isearch-search): Instead of
6673 `comint-line-beginning-position', use `comint-after-pmark-p'
6674 to check if point if before the process mark, and go to
6675 `process-mark' in this case.
6676
51ef56c4
SM
66772009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6678
fb10ee4a
SM
6679 * textmodes/tex-mode.el (latex-complete)
6680 (latex-indent-or-complete): Remove.
6681 (latex-mode): Set completion-at-point-functions instead.
6682
6683 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
6684 * minibuffer.el (completion-at-point-functions): New var.
6685 (completion-at-point): New command.
fb10ee4a 6686 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
6687 * progmodes/python.el (python-mode-map): Use completion-at-point.
6688 (python-completion-at-point): Rename from python-partial-symbol and
6689 adjust for use in completion-at-point-functions.
6690 (python-mode): Setup completion-at-point for Python completion.
6691 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6692 extracted from lisp-complete-symbol.
6693 (lisp-complete-symbol): Use it.
6694 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6695 setup completion-at-point for Elisp completion.
fb10ee4a
SM
6696 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6697 Use completion-at-point.
51ef56c4 6698 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 6699 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
6700 * progmodes/sym-comp.el: Move to...
6701 * obsolete/sym-comp.el: Move from progmodes.
6702
5e7a9022
EZ
67032009-12-07 Eli Zaretskii <eliz@gnu.org>
6704
6705 Prevent save-buffer in Rmail buffers from using the coding-system
6706 of the current message, and from clobbering the encoding mnemonics
6707 in the mode line (Bug#4623).
6708
6709 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6710 flag, too.
6711 (rmail-message-encoding): New variable.
6712 (rmail-write-region-annotate): Record the encoding of the current
6713 message in rmail-message-encoding.
6714 (rmail-after-save-hook): New function, restores the encoding of
6715 the current message after the message collection is saved.
6716
9136e895
JL
67172009-12-07 Juri Linkov <juri@jurta.org>
6718
6719 * progmodes/grep.el (grep-read-files): Use `completing-read'
6720 instead of `read-string'. Set its `collection' arg to
6721 `read-file-name-internal'. (Bug#4301)
6722
40637410
JL
67232009-12-07 Juri Linkov <juri@jurta.org>
6724
6725 Correctly restore original Isearch point. (Bug#4994)
6726
6727 * isearch.el (isearch-mode): Move `isearch-push-state' after
6728 `(run-hooks 'isearch-mode-hook)'.
6729 (isearch-cancel): When `isearch-push-state-function' is defined,
6730 let-bind `isearch-cmds' to the first state (the last element of
6731 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6732 function and restores the original point). Otherwise, move point
6733 to `isearch-opoint'.
6734
da10ce2b
SM
67352009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
6738 chars that don't have names, so the table can be built much faster at
6739 run-time.
6740
3d68fa99
CY
67412009-12-07 Chong Yidong <cyd@stupidchicken.com>
6742
f82b1493
CY
6743 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
6744 change. Suggested by David Kastrup.
6745
3d68fa99
CY
6746 * simple.el (compose-mail): Check for incompatibilities and warn.
6747 (compose-mail-user-agent-warnings): New option.
6748
662c5698
DN
67492009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6750
6751 Support showing a single log entry from vc-annotate.
6752 * vc.el (print-log): Add a new argument: START-REVISION.
6753 (vc-print-log-internal): Add a new optional argument and
6754 pass it to the backend.
6755 (vc-print-log, vc-print-root-log): Adjust callers.
6756 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
6757 buffer already displays the requested log entry, use it.
6758 Otherwise display only the log entry in question.
6759 * vc-svn.el (vc-svn-print-log):
e4070cdc 6760 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
6761 * vc-hg.el (vc-hg-state):
6762 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
6763 (vc-git-show-log-entry): Return t on success.
6764 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
6765 (vc-bzr-show-log-entry): Return t on success.
6766 * vc-rcs.el (vc-rcs-print-log):
6767 * vc-sccs.el (vc-sccs-print-log):
6768 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
6769
e4070cdc
GM
67702009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6771
5ce6e4f4
JB
6772 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
6773 Add menus to the meta mode. (Bug#5043)
e4070cdc 6774
5ce6e4f4 67752009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
6776
6777 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 6778 event-key.
662c5698 6779
662c5698
DN
6780 * ediff.el (ediff-buffers-internal): Add unwind-protect.
6781
dab816a9
MA
67822009-12-07 Michael Albinus <michael.albinus@gmx.de>
6783
6784 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
6785 Berbain <raphael.berbain@gmail.com>.
6786
6787 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
6788 characters.
6789 (tramp-initial-end-of-output): New defconst.
6790 (tramp-methods, tramp-find-shell)
6791 (tramp-open-connection-setup-interactive-shell)
6792 (tramp-maybe-open-connection): Use it.
6793 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
6794 existence of `#' and `$'.
6795
6796 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
6797 `tramp-initial-end-of-output'.
6798
a91e1f6b
DN
67992009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 Get the background mode from the terminal for xterm, and set
6802 faces accordingly.
6803 * term/xterm.el (xterm-set-background-mode): New function.
6804 (terminal-init-xterm): Use it in case xterm supports background
6805 color queries. Recompute faces after getting the background
6806 color.
6807
5fa9d1ec
GM
68082009-12-07 Ulrich Mueller <ulm@gentoo.org>
6809
6810 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
6811 number comment back on its own line, for easier parsing.
6812
5e9fde5e
SM
68132009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 Make it work for non-file buffers (bug#5102).
6816 * doc-view.el (doc-view-current-cache-dir):
6817 Use doc-view-buffer-file-name rather than buffer-file-name.
6818 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
6819
2f2f5242
CY
68202009-12-06 Óscar Fuentes <ofv@wanadoo.es>
6821
6822 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
6823 author field is too short.
6824
cebf8ec6
DN
68252009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
6826
5e9fde5e
SM
6827 * vc-git.el (vc-git-print-log): Handle a limit argument.
6828 Display the short log in graph form and with labels.
0d3f8a78
DN
6829 (vc-git-log-view-mode): Handle labels.
6830
cebf8ec6
DN
6831 Make vc-revert change VC state from 'added to 'unregistered.
6832 * vc-git.el (vc-git-revert): Call git reset first.
6833
8e39154d
UJ
68342009-12-06 Ulf Jasper <ulf.jasper@web.de>
6835
d8194864
GM
6836 * net/newst-backend.el, net/newst-plainview.el:
6837 * net/newst-reader.el, net/newst-ticker.el:
6838 * net/newst-treeview.el, net/newsticker.el:
6839 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 6840
ef187c24
CY
68412009-12-06 Chong Yidong <cyd@stupidchicken.com>
6842
238a0f3a
CY
6843 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
6844
2c6bb71a
CY
6845 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
6846 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
6847 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6848 Update annotation regexp.
6849
ef187c24
CY
6850 * simple.el (beginning-of-visual-line): Constrain to field
6851 boundaries (Bug#5106).
6852
571855b6
UJ
68532009-12-06 Ulf Jasper <ulf.jasper@web.de>
6854
d8194864 6855 * xml.el (xml-substitute-numeric-entities): Move
571855b6 6856 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 6857 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
6858 * net/newst-backend.el (newsticker--parse-generic-feed)
6859 (newsticker--parse-generic-items)
d8194864 6860 (newsticker--decode-numeric-entities): Move
571855b6 6861 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 6862 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 6863
b857059c
CY
68642009-12-06 Daniel Colascione <dan.colascione@gmail.com>
6865
6866 * progmodes/js.el (js--js-not): Add null to the list of values.
6867
c2dae51b
CY
68682009-12-06 Chong Yidong <cyd@stupidchicken.com>
6869
d8194864 6870 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 6871
ed0f72d2
RW
68722009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6873
6874 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
6875 delimiter if it is at the end of the current line.
6876 (bibtex-generate-url-list): Fix docstring.
6877
365b9a62
SM
68782009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
6881 minibuffer's content with itself.
6882 Fold the confirm-after-completion case into the `confirm' case.
6883 (completion-pcm-word-delimiters): Add : and / to the delimiters.
6884
990a9cb1
KR
68852009-12-06 Kevin Ryde <user42@zip.com.au>
6886
6887 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 6888 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 6889
8b5a10db 6890 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 6891 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 6892
065543e7
JL
68932009-12-05 Juri Linkov <juri@jurta.org>
6894
6895 Save and restore dired buffer's point positions too. (Bug#4880)
6896
6897 * dired.el (dired-save-positions): Return in the first element
6898 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
6899 Doc fix.
6900 (dired-restore-positions): First restore buffer's position.
6901 While restoring window's positions, check if window still displays
6902 the original buffer.
6903
503edac9
CY
69042009-12-05 Chong Yidong <cyd@stupidchicken.com>
6905
9a594ee6
CY
6906 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
6907 if possible.
6908
365b9a62
SM
6909 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
6910 Make argument optional.
9a594ee6 6911
925f8c70
CY
6912 * shell.el (shell): Require ansi-color (Bug#5113).
6913
6914 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6915
503edac9
CY
6916 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
6917
8fea6b33
AM
69182009-12-05 Alan Mackenzie <acm@muc.de>
6919
6920 * progmodes/cc-mode.el (c-before-hack-hook)
6921 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
6922 `c-file-style' to work again. This reversion restores the current
212c5aef 6923 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 6924
5d1fd962
CY
69252009-12-05 Kevin Ryde <user42@zip.com.au>
6926
6927 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
6928 comment-start-skip to comment-end-skip as comment (Bug#4781).
6929
30760c8b
JL
69302009-12-05 Juri Linkov <juri@jurta.org>
6931
6932 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
6933 for virtual nodes. (Bug#4147)
6934 (Info-find-node-2): Set `Info-current-node-virtual' to nil
6935 when moving from a virtual node.
6936 (Info-mode-menu): Add `Info-virtual-index' to the menu.
6937 (Info-mode): Add `Info-virtual-index' to the docstring.
6938
1dc5c6f3
CY
69392009-12-05 Eric Ludlam <zappo@gnu.org>
6940
6941 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
6942 Describe project macro symbols.
6943
6944 * cedet/semantic/complete.el (semantic-complete-do-completion):
6945 Don't call semantic-collector-current-exact-match.
6946
6947 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
6948 ede-objects as targets.
6949
6950 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
6951 a target's object list even if compiler vars are already in the
6952 Makefile.
6953
6954 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
6955 list of headers producing necessary macros.
6956
403111a8
RW
69572009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6958
6959 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
6960 track of the buffer position of the end of a BibTeX entry as this
6961 position may change during reformatting.
6962 (bibtex-format-entry): Remove whitespace before processing
6963 numerical fields so that we recognize the latter properly.
6964 (bibtex-reformat): Do not use push which changes the global value
6965 of bibtex-entry-format.
6966 (bibtex-field-braces-alist, bibtex-field-strings-alist)
6967 (bibtex-field-re-init): Replace only space characters by regexp
6968 for whitespace.
365b9a62 6969 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
6970 (bibtex-initialize): Also update bibtex-strings.
6971 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
6972 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
6973 Update bibtex-reference-keys.
403111a8 6974
25b54627
SM
69752009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * minibuffer.el (completion-pcm--merge-try): Also consider placing
6978 point after a star, if that's the only place where modifications can
6979 make progress.
6980
35639eb4
DN
69812009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
6982
6983 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
6984 in docstrings.
6985
8b78760b
JL
69862009-12-04 Juri Linkov <juri@jurta.org>
6987
6988 * proced.el (proced): Call `(proced-update t)' to update process
6989 information instead of only running proced-post-display-hook.
6990 (proced-send-signal): Add a leading space to the buffer name
6991 " *Marked Processes*" to make this buffer ephemeral.
6992
2b3489a7
JL
69932009-12-04 Juri Linkov <juri@jurta.org>
6994
6995 * dired.el (dired-auto-revert-buffer): New defcustom.
6996 (dired-internal-noselect): Use it.
6997
9b9debd1
JL
69982009-12-04 Juri Linkov <juri@jurta.org>
6999
7000 Change roles of modes and functions in image-mode.el (Bug#5062).
7001
7002 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7003 in `auto-mode-alist'.
7004 (image-mode-previous-major-mode): New variable.
7005 (image-minor-mode-map): Rename from `image-mode-text-map'.
7006 (image-mode): Move graceful error-handling code from
7007 `image-minor-mode' to here. On errors call `image-mode-as-text'.
7008 (image-minor-mode): Remove all image-handling code.
7009 Replace `image-mode-text-map' with `image-minor-mode-map'.
7010 Check for `image-type' in mode-line format string.
7011 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7012 (image-mode-as-text): New function with most code from
7013 `image-mode-maybe'.
7014 (image-toggle-display-text): Move code that removes image
7015 properties from `image-toggle-display' to here.
7016 (image-toggle-display-image): New function with code that adds
7017 image properties copied from `image-toggle-display'.
7018 (image-toggle-display): Remove most code with leaving only code
7019 that toggles between `image-mode-as-text' and `image-mode'.
7020
0c74a301
UJ
70212009-12-04 Ulf Jasper <ulf.jasper@web.de>
7022
7023 * net/newst-treeview.el
7024 (newsticker--treeview-list-highlight-start): Restored call to
7025 save-excursion: Selected item was stuck.
7026 (newsticker--treeview-list-select): New.
7027 (newsticker--treeview-item-show-text)
7028 (newsticker--treeview-item-show)
7029 (newsticker--treeview-item-update): Use new
7030 newsticker-treeview-item-mode.
7031 (newsticker-treeview-update): Keep current item.
7032 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7033 (newsticker--treeview-first-feed): Doc change.
7034 (newsticker-treeview-list-menu)
7035 (newsticker-treeview-item-menu): Added menu entries.
7036 (newsticker-treeview-item-mode): New.
7037
5ce6e4f4 7038 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
7039 windows.
7040
9eaeec5b
SS
70412009-12-04 Sam Steingold <sds@gnu.org>
7042
7043 * log-view.el (log-view-mode-map): "q" calls quit-window,
7044 like in all the other non-self-insert buffers.
7045
b2bf5be5
SM
70462009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 Minor cleanup.
7049 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7050 key decoding rather than do it manually via last-input-event +
7051 ascii-character.
7052 (term-exec): Use delete-and-extract-region.
7053 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7054 (term-process-pager): Remove unused var `i'.
7055 (term-dynamic-simple-complete): Make obsolete.
7056 (serial-update-config-menu): Remove unused vars `y' and `str'.
7057 (term-update-mode-line): Remove unused var `temp'.
7058
46e5c897
DN
70592009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7060
7061 Limit the number of log entries displayed by default.
7062 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7063 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7064 using a prefix argument.
7065
627e0a14
GM
70662009-12-03 Glenn Morris <rgm@gnu.org>
7067
7068 * progmodes/idlwave.el (class): Restore still useful declaration.
7069
8578c224
AM
70702009-12-03 Alan Mackenzie <acm@muc.de>
7071
4abc318c 7072 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 7073
b2bf5be5
SM
7074 * progmodes/cc-mode.el (c-basic-common-init):
7075 Call c-state-cache-init.
9762b219 7076 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 7077 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 7078 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
7079
7080 * progmodes/cc-langs.el (c-before-font-lock-function):
7081 c-extend-and-neutralize-syntax-in-CPP has been renamed
7082 c-neutralize-syntax-in-and-mark-CPP.
7083
7084 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7085 with `category' properties now, not `syntax-table' ones.
7086
7087 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7088 enhanced (but slower) version of c-end-of-macro that won't land
7089 inside a literal or on another awkward character.
7090 (c-state-cache-too-far, c-state-cache-start)
7091 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7092 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7093 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7094 (c-state-min-scan-pos, c-state-brace-pair-desert)
7095 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7096 buffer local variables.
7097 (c-state-literal-at, c-state-lit-beg)
7098 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7099 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7100 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7101 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7102 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7103 (c-renarrow-state-cache)
7104 (c-append-lower-brace-pair-to-state-cache)
7105 (c-state-push-any-brace-pair, c-append-to-state-cache)
7106 (c-remove-stale-state-cache)
7107 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7108 (c-invalidate-state-cache-1, c-parse-state-1)
7109 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
7110 (c-parse-state): Enhance and refactor.
7111 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
7112
7113 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7114 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
7115 modify to use category text properties rather than syntax-table ones.
7116 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
7117 to switch off/on the syntactic paren property of C++ template
7118 delimiters using the category property.
7119 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7120 template delims suppressed.
7121 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7122 New constant/macros which apply category properties to the start
7123 and end of preprocessor constructs.
b2bf5be5 7124 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
7125 "comment out" the syntactic value of characters in preprocessor
7126 constructs.
7127 (c-with-cpps-commented-out)
7128 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7129 with characters in all or all but one preprocessor constructs
7130 "commented out".
7131
0d4dc442
RW
71322009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7133
7134 * proced.el (proced-filter-alist): Use regexp-quote.
7135
a09dc9bf
MA
71362009-12-03 Michael Albinus <michael.albinus@gmx.de>
7137
7138 Cleanup.
7139 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7140 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7141 arguments. Expand `default-directory'.
7142
7143 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7144 the benefit of returning an expanded localname.
7145 (tramp-tramp-file-p): Handle the case NAME is not a string.
7146
3f6bd790
DN
71472009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7148
4dfb3b9c
DN
7149 Add support for bzr shelve/unshelve.
7150 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7151 (vc-bzr-extra-menu-map): New variables.
7152 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7153 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7154 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7155 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7156 (vc-bzr-dir-extra-headers): Display shelves.
7157
3f6bd790
DN
7158 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7159
842d73a1
SM
71602009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * textmodes/bibtex.el (bibtex-complete-internal):
7163 Use completion-in-region.
7164 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7165
7fa4876f
DN
71662009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7167
7168 Support applying stashes. Improve UI.
7169 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7170 (vc-git-stash-apply, vc-git-stash-pop)
7171 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7172 (vc-git-stash-menu): New functions.
7173 (vc-git-stash-menu-map): New variable.
7174 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7175
d6e82452
GM
71762009-12-03 Glenn Morris <rgm@gnu.org>
7177
7178 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7179 (vc-print-log-internal): Fix previous change.
7180 (vc-revert): Correct pluralization.
7181
8d222148
SM
71822009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7183
ea52206b
SM
7184 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7185 it to be an alist any more.
7186 (makefile-complete): Use completion-in-region.
7187
69a94a37
SM
7188 * progmodes/octave-mod.el (octave-complete-symbol):
7189 Use completion-in-region.
7190
8d222148
SM
7191 Misc cleanup.
7192 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7193 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7194 (idlwave-complete-class): Don't quote lambda.
7195 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7196 (idlwave-mode-map): Move initialization into declaration.
7197 (idlwave-action-and-binding): Use backquotes.
7198 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7199 Simplify.
7200 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7201 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7202 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7203 `parts', and `all-parts'.
7204 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7205 (idlwave-convert-xml-system-routine-info): Remove unused string
7206 `version-string'.
7207 (idlwave-display-user-catalog-widget): Use dolist.
7208 (idlwave-scanning-lib): Declare dynamically-scoped var.
7209 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7210 (completion-highlight-first-word-only): Declare to silence bytecomp.
7211 (idlwave-popup-select): Tighten scope of `resp'.
7212 (idlwave-find-struct-tag): Remove unused var `beg'.
7213 (idlwave-after-load-rinfo-hook): Declare.
7214 (idlwave-sintern-class-info): Remove unused var `taglist'.
7215 (idlwave-find-class-definition): Remove unused var `list'.
7216 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7217 (idlwave-what-module-find-class): Remove unused var `classes'.
7218
3bb8691b
JB
72192009-12-03 Juanma Barranquero <lekktu@gmail.com>
7220
7221 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7222
f72f0c23
SM
72232009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7226 buffers visited. Remove redundant current-buffer-saving.
7227
601a9508
SM
72282009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 Use completion-in-buffer and remove uses of dynamic scoping.
7231 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7232 (pascal-buffer-to-use, pascal-flag): Don't declare.
7233 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7234 (pascal-get-completion-decl, pascal-keyword-completion):
7235 Add `pascal-str' argument, save-excursion,
7236 return the found completions, and don't filter with pascal-pred.
7237 (pascal-completion-cache): New var.
7238 (pascal-completion): Don't switch buffer any more (it was never
7239 necessary). Don't save-excursion any more (it's done by the called
7240 subroutines). Use a cache to avoid redundant computations.
7241 Use complete-with-action rather than pascal-completion-response and
7242 let it apply the predicate as well.
7243 (pascal-complete-word): Use completion-in-buffer when
7244 pascal-toggle-completions is nil.
7245 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7246 not used any more.
7247 (pascal-comp-defun): Don't change buffer any more.
7248 Use complete-with-action rather than pascal-completion-response and
7249 let it apply the predicate as well.
7250 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7251 when neded.
7252
1ff4cb98
KH
72532009-12-02 Kenichi Handa <handa@m17n.org>
7254
7255 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7256 shape for all Indic scripts.
7257
bb12edf1
SM
72582009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 Use completion-in-buffer.
7261 * wid-edit.el (widget-field-text-end): New function.
7262 (widget-field-value-get): Use it.
7263 (widget-string-complete, widget-file-complete)
7264 (widget-color-complete): Use it and completion-in-region.
7265 (widget-complete): Don't narrow the buffer.
7266
5813f6ef
GM
72672009-12-02 Glenn Morris <rgm@gnu.org>
7268
c920f222
GM
7269 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7270 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
7271 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7272 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 7273
5813f6ef
GM
7274 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7275 save-excursion with save-current-buffer.
7276 Widen before searching. (Bug#5093)
7277 (diary-list-sexp-entries): Remove superfluous save-excursion.
7278
34b1d750
GM
72792009-12-02 Michael Welsh Duggan <mwd@cert.org>
7280
7281 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7282 name. (Bug#5038)
7283
b2d5f31a
GM
72842009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7285
7286 * ido.el (ido-file-internal): Handle filenames at point that do
7287 not have a directory part. (Bug#5049)
7288
c710ac3c
JB
72892009-12-02 Juanma Barranquero <lekktu@gmail.com>
7290
7291 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7292 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7293
9946be46
SM
72942009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7295
7296 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7297 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7298 any more.
7299
b08016f2
SM
73002009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7301
e7440df4
SM
7302 * comint.el (comint-insert-input): Ignore clicks to the right of
7303 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7304
3bb8691b 7305 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
7306 terminate before setting up the major mode.
7307
f3b757f5
SM
7308 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7309 in case.
7310
a2877f1d
SM
7311 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7312 the last element.
7313
b08016f2
SM
7314 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7315
782d6e30
GM
73162009-12-01 Glenn Morris <rgm@gnu.org>
7317
7318 * window.el (window--display-buffer-2): Fix previous changes.
7319
28f57f7e
CY
73202009-12-01 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7323
c31a2fdc
GM
73242009-12-01 Glenn Morris <rgm@gnu.org>
7325
7326 * Makefile.in (ELCFILES): Add mpc.elc.
7327
e1ada222
SM
73282009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * mpc.el: New file.
7331
0c9ff2c5
GM
73322009-12-01 Glenn Morris <rgm@gnu.org>
7333
3689984f
GM
7334 * window.el (window-to-use): Define for compiler.
7335
3ab4308b
GM
7336 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7337 consistent with others (no final period).
7338
0c9ff2c5
GM
7339 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7340 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7341
fb0c18ff
DN
73422009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 Make vc-print-log buttons work.
045b9da7 7345 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 7346
2ac7e73e
JB
73472009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7348
7349 * savehist.el (savehist-autosave-interval): Allow setting to nil
7350 through customize. (Bug#5056)
7351
5237d741
JB
73522009-11-30 Juanma Barranquero <lekktu@gmail.com>
7353
7354 Fix references to jit-lock properties.
7355 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7356 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7357 (perl-font-lock-special-syntactic-constructs):
7358 Quote jit-lock-defer-multiline property.
7359
379241fa
DN
73602009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7363
054ae856
JL
73642009-11-30 Juri Linkov <juri@jurta.org>
7365
7366 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7367 value `buffer' of `multi-isearch-next-buffer-current-function'.
7368 Use `(current-buffer)' when `buffer' is nil.
7369 (multi-isearch-next-buffer-from-list): Don't fallback to
7370 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7371
67296dda
JL
73722009-11-30 Juri Linkov <juri@jurta.org>
7373
7374 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7375 of buffers with `get-buffer' to `multi-isearch-buffers'.
7376 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7377 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7378 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7379 FILES with `expand-file-name' converting relative file names
7380 to absolute. Doc fix. (Bug#4727)
7381
c585bf32
JL
73822009-11-30 Juri Linkov <juri@jurta.org>
7383
7384 * misearch.el (multi-isearch-read-buffers)
7385 (multi-isearch-read-matching-buffers): New functions.
7386 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7387 Use them in the `interactive' spec. Doc fix.
7388 (multi-isearch-read-files, multi-isearch-read-matching-files):
7389 New functions.
7390 (multi-isearch-files, multi-isearch-files-regexp):
7391 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7392
0a745733
JL
73932009-11-30 Juri Linkov <juri@jurta.org>
7394
7395 * doc-view.el (doc-view-continuous):
7396 Rename from `doc-view-continuous-mode'.
7397 (doc-view-menu): Move "Toggle display" to the top.
7398 Add submenu "Continuous" with radio buttons "Off"/"On"
7399 and "Save as Default".
7400 (doc-view-scroll-up-or-next-page)
7401 (doc-view-scroll-down-or-previous-page)
7402 (doc-view-next-line-or-next-page)
7403 (doc-view-previous-line-or-previous-page): Rename
7404 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7405
1f9689eb
JL
74062009-11-30 Juri Linkov <juri@jurta.org>
7407
7408 * comint.el (comint-mode-map): Rebind `M-r' from
7409 `comint-previous-matching-input' to
7410 `comint-history-isearch-backward-regexp'.
7411 Unbind `M-s' to allow global key binding `M-s'.
7412 Add menu items for `comint-history-isearch-backward' and
7413 `comint-history-isearch-backward-regexp'. (Bug#3746)
7414
2952b1ae
JL
74152009-11-30 Juri Linkov <juri@jurta.org>
7416
7417 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7418 For def=recenter, replace `recenter' with `recenter-top-bottom'
7419 that is called with `this-command' and `last-command' let-bound
7420 to `recenter-top-bottom'. When the last `def' was not `recenter',
7421 set `recenter-last-op' to nil. (Bug#4981)
7422
7a9547ca
SM
74232009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7424
20565545
SM
7425 Minor cleanup and simplification.
7426 * filecache.el (file-cache-add-directory)
7427 (file-cache-add-directory-recursively)
7428 (file-cache-add-from-file-cache-buffer)
7429 (file-cache-delete-file-regexp, file-cache-delete-directory)
7430 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7431 (file-cache-temp-minibuffer-message): Delete function.
7432 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7433
7a9547ca
SM
7434 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7435 Don't signal an error when bumping into EOB in tr, s, or y.
7436
08e968f3
JL
74372009-11-29 Juri Linkov <juri@jurta.org>
7438
7439 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7440 (Bug#4960)
7441
7442 * descr-text.el (describe-char-unidata-list): Use lowercase name
7443 for "Unicode name" like in other tags.
7444
f8d170a4
JL
74452009-11-29 Juri Linkov <juri@jurta.org>
7446
7447 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7448 New compatibility macro.
7a9547ca 7449 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 7450
0116abbd
JL
74512009-11-29 Juri Linkov <juri@jurta.org>
7452
7453 Add defcustom to define the cycling order of `recenter-top-bottom'.
7454 (Bug#4981)
7455
7456 * window.el (recenter-last-op): Doc fix.
7457 (recenter-positions): New defcustom.
7458 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7459 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7460
61eef560
MA
74612009-11-29 Michael Albinus <michael.albinus@gmx.de>
7462
7463 Improve integration of Tramp and ange-ftp in eshell.
7464
e4070cdc 7465 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
7466 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7467 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7468
7469 * eshell/esh-util.el (top): Require also Tramp when compiling.
7470 (eshell-directory-files-and-attributes): Check for FTP remote
7471 connection.
7472 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7473 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7474 (eshell-file-attributes): Handle ".". Return `entry'.
7475
7476 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7477 (ange-ftp-directory-files-and-attributes)
7478 (ange-ftp-real-directory-files-and-attributes): New defuns.
7479
7480 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7481 shell with "exec" when possible. This prevents trailing prompts
7482 in `start-file-process'.
7483
f5467d3f
SM
74842009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7485
21f49db9
SM
7486 Try and remove assumptions about point-min==1.
7487 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7488 (rng-compute-mode-line-string): Show the validation percentage in
7489 terms of the narrowed text, not the widened text.
7490 (rng-do-some-validation): Don't catch internal errors when debugging.
7491 (rng-first-error): Simplify.
7492 (rng-after-change-function): Remove work around. AFAIK the bug has
7493 been fixed a while ago.
7494
26224faf
SM
7495 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7496 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7497
d7117720
SM
7498 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7499
f5467d3f
SM
7500 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7501 `cd' doesn't always do it for us (bug#5067).
7502
7503 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7504 on 2009-10-25 as part of some other change (bug#5067).
7505
c5269f1c
SM
75062009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7507
62a258a7
SM
7508 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7509 `suspicious'.
7510 (byte-compile-warnings): Use byte-compile-warning-types.
7511 (byte-compile-save-excursion): Warn about use of set-buffer right
7512 after save-excursion.
7513
c5269f1c
SM
7514 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7515 the excursion as well.
7516
3ba30eb8
MA
75172009-11-27 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7520 providing a Tramp related implementation of "su" and "sudo".
7521 (eshell-unix-initialize): Add "su" and "sudo".
7522
6c6f788d
DU
75232009-11-27 Daiki Ueno <ueno@unixuser.org>
7524
7525 * net/socks.el (socks-send-command): Convert binary request to
7526 unibyte before sending. This fixes mishandling of some port
7527 numbers such as 129.
7528
10c877fe
SM
75292009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7530
6f06a171
SM
7531 * help.el (describe-bindings-internal): Remove `interactive'.
7532
10c877fe
SM
7533 * man.el (Man-completion-table): Trim a terminating "(".
7534 Remove the space between name page a section.
7535 Add the command's description on the `help-echo' property.
c5269f1c
SM
7536 Remove `process-connection-type' binding since it's unused by
7537 call-process.
10c877fe
SM
7538 Provide completion for the "<section> <name>" format as well.
7539 (Man-default-man-entry): Remove spurious var shadowing the argument.
7540
c44a4822
KR
75412009-11-26 Kevin Ryde <user42@zip.com.au>
7542
7543 * log-view.el: Add "Keywords: tools", since its other keywords
7544 aren't in finder-known-keywords, and following vc.el.
7545
9d58f081
KR
7546 * sha1.el (sha1-string-external): default-directory "/" in case
7547 otherwise non-existent. process-connection-type pipe for touch of
7548 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7549
72fe6b25
SM
75502009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7551
7552 Misc coding convention cleanups.
7553 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7554 hfy-init-kludge-hooks.
7555 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7556 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7557 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7558 and push.
7559 (hfy-slant, hfy-weight): Use tables rather than code.
7560 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7561 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7562 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7563 (hfy-face-to-css): Remove `nconc' with single arg.
7564 (hfy-p-to-face-lennart): Use `or'.
7565 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7566 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7567 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7568 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7569 (hfy-force-fontification): Use run-hooks.
7570
85e0a536
SM
75712009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7572
7573 Various minor fixes.
7574 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7575 Javascript belongs in the header, not the body.
7576 (hfy-javascript): Remove.
7577 (hfy-fontify-buffer): Don't insert it any more.
7578 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7579 Fix bug in invis handling when there were no invis props in a chunk.
7580
62ccc42c
SM
75812009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7584
2643c7aa
DN
75852009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7586
7587 * finder.el (finder-mode-map): Add a menu.
7588
0e5c8aed
DN
75892009-11-26 Michael McNamara <mac@mail.brushroad.com>
7590
bf0b361c 7591 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
7592 "unsigned" structs.
7593
7594 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7595 fork" statement better.
7596
75972009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7598
bf0b361c
JB
7599 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7600 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7601 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7602 Reported by Clay Douglass.
0e5c8aed
DN
7603
7604 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
7605 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7606 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
7607 Pierre-David Pfister.
7608
7629c4e7
GM
76092009-11-26 Glenn Morris <rgm@gnu.org>
7610
62ccc42c
SM
7611 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7612 the scope.
7629c4e7 7613
a5d358f8
JB
76142009-11-25 Johan Bockgård <bojohan@gnu.org>
7615
7616 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7617 Really use previous revision.
7618
002cbde5
KR
76192009-11-25 Kevin Ryde <user42@zip.com.au>
7620
7621 * man.el (Man-completion-table): default-directory "/" in case
7622 doesn't otherwise exist. process-environment COLUMNS=999 so as
7623 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
7624 any chance of hitting the pseudo-tty TIOCGWINSZ.
7625 (man): completion-ignore-case t for friendliness and since man
7626 itself is case-insensitive on the command line.
7627 Further to Bug#3717.
002cbde5 7628
8cb5ffe8
KR
7629 * arc-mode.el: Add "Keywords: files", so the details in its
7630 commentary can be reached from finder-by-keyword.
34607612
KR
7631 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7632 editing mode, but it's comms related and sgml-mode.el has "comm"
7633 on that basis too.
b8dfcf54 7634 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
7635 * international/isearch-x.el, international/ja-dic-cnv.el:
7636 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 7637 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 7638
1e2d9ba1
JL
76392009-11-25 Juri Linkov <juri@jurta.org>
7640
7641 * man.el (Man-completion-table): Modify regexp to include
7642 section names to completion strings. (Bug#3717)
7643
a601d313
JL
76442009-11-25 Juri Linkov <juri@jurta.org>
7645
7646 Search recursively in gzipped files. (Bug#4982)
7647
7648 * progmodes/grep.el (grep-highlight-matches): Add new options
7649 `always' and `auto'. Doc fix.
7650 (grep-process-setup): Check `grep-highlight-matches' for
7651 `auto-detect' to determine the need to compute grep defaults.
7652 Move Windows/DOS specific --colors settings handling
7653 to `grep-compute-defaults'. Check `grep-highlight-matches'
7654 to get the value of "--color=".
7655 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7656 has the value `auto-detect'. Move Windows/DOS specific settings
7657 from `grep-process-setup'.
7658 (zrgrep): New command with alias `rzgrep'.
7659
bde04ea9
JL
76602009-11-25 Juri Linkov <juri@jurta.org>
7661
7662 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7663 to nil instead of switching off view-mode. (Bug#4896)
7664
7d6b4d3c
JL
76652009-11-25 Juri Linkov <juri@jurta.org>
7666
7667 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7668
7669 * mwheel.el (mwheel-scroll-up-function)
7670 (mwheel-scroll-down-function): New defvars.
7671 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7672 `scroll-up', and `mwheel-scroll-down-function' instead of
7673 `scroll-down'.
7674
7675 * doc-view.el (doc-view-scroll-up-or-next-page)
7676 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7677 Use this ARG in the call to image-scroll-up/image-scroll-down.
7678 Change `interactive' spec to "P". Goto next/previous page only
7679 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7680 SPC/DEL case). Doc fix.
7681 (doc-view-next-line-or-next-page)
7682 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7683 for consistency.
7684 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7685 `doc-view-scroll-up-or-next-page', and buffer-local
7686 `mwheel-scroll-down-function' to
7687 `doc-view-scroll-down-or-previous-page'.
7688
e237085f
JL
76892009-11-25 Juri Linkov <juri@jurta.org>
7690
7691 Provide additional default values (directories at other Dired
7692 windows) via M-n in the minibuffer of some Dired commands.
7693
7694 * dired-aux.el (dired-diff, dired-compare-directories)
7695 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7696 `minibuffer-default' in `minibuffer-with-setup-hook'.
7697 (dired-dwim-target-directory): Find a window that displays Dired
7698 buffer instead of failing when the next window is not Dired.
7699 Use `get-window-with-predicate' to find for the next Dired window.
7700 (dired-dwim-target-defaults): New function.
7701
7702 * ediff-util.el (ediff-read-file-name):
7703 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7704 in `minibuffer-with-setup-hook'.
7705
7d371eac
JL
77062009-11-25 Juri Linkov <juri@jurta.org>
7707
7708 Provide additional default values (file name at point or at the
7709 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7710
7711 * minibuffer.el (read-file-name-defaults): New function.
7712 (read-file-name): Reset `minibuffer-default' to nil when
7713 it duplicates initial input `insdef'.
7714 Bind `minibuffer-default-add-function' to lambda that
7715 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7716 (minibuffer-insert-file-name-at-point): New command.
7717
7718 * files.el (file-name-at-point-functions): New defcustom.
7719 (find-file-default): Remove defvar.
7720 (find-file-read-args): Don't use `find-file-default'.
7721 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7722 to `read-file-name'.
7723 (find-file-literally): Use `read-file-name' with
7724 `confirm-nonexistent-file-or-buffer'.
7725
7726 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7727
7728 * dired.el (dired-read-dir-and-switches):
7729 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7730 to `read-file-name'.
7731 (dired-file-name-at-point): New function.
7732 (dired-mode): Add hook `dired-file-name-at-point' to
7733 `file-name-at-point-functions'.
7734
04ae543a
SM
77352009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 Really make the *Completions* window soft-dedicated (bug#5030).
7738 * window.el (window--display-buffer-2): Add `dedicated' argument.
7739 (display-buffer): Pass it when needed so the dedicated flag is set
7740 after calling set-window-buffer, which would otherwise reset it.
7741
eb708e66
SM
77422009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7743
d6b8d4e7
SM
7744 * progmodes/meta-mode.el (meta-complete-symbol):
7745 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
7746 * mail/mailabbrev.el (mail-abbrev-complete-alias):
7747 Use completion-in-region.
7748
5f24557b
SM
7749 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
7750 (dabbrev-completion): Use completion-in-region.
7751 (dabbrev--abbrev-at-point): Simplify regexp.
7752
fe4346f0
SM
7753 * abbrev.el (abbrev--before-point): Use word-motion functions
7754 if :regexp is not specified (bug#5031).
7755
cb190d7d
SM
7756 * subr.el (string-prefix-p): New function.
7757
e2ec6dd5
SM
7758 * man.el (Man-completion-cache): New var.
7759 (Man-completion-table): Use it.
7760
eb708e66
SM
7761 * vc.el (vc-print-log-internal): Make `limit' optional for better
7762 compatibility (e.g. with vc-annotate.el).
7763
4cf8971b
KR
77642009-11-24 Kevin Ryde <user42@zip.com.au>
7765
eb708e66 7766 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 7767 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 7768
4cf8971b
KR
7769 * emacs-lisp/elint.el (elint-add-required-env): Better error message
7770 when .el source file not found or other error.
7771
d204c46c
SM
77722009-11-24 Markus Triska <markus.triska@gmx.at>
7773
7774 * linum.el (linum-update-window): Ignore intangible (bug#4996).
7775
bb301b9a
SM
77762009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7777
449c27f0
SM
7778 Handle the [back] button properly (bug#4979).
7779 * descr-text.el (describe-text-properties): Add a `buffer' argument.
7780 Use help-setup-xref, help-buffer, and with-help-window.
7781 (describe-char): Add `buffer' argument.
7782 Pass proper command to help-setup-xref. Don't meddle with
7783 help-xref-stack-item directly.
7784 (describe-text-category): Use with-help-window and help-buffer.
7785
32fe5377
SM
7786 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
7787 for the displayed buffer (bug#4887).
7788
bb301b9a
SM
7789 * man.el (Man-completion-table): New function.
7790 (man): Use it.
7791
35179414
DR
77922009-11-24 David Reitter <david.reitter@gmail.com>
7793
bb301b9a 7794 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
7795 .git is) rather than the file's directory and a relative path spec
7796 to work around a bug in git.
7797
605a20a9
MA
77982009-11-24 Michael Albinus <michael.albinus@gmx.de>
7799
7800 Improve handling of processes on remote hosts.
7801
7802 * eshell/esh-util.el (eshell-path-env): New defvar.
7803 (eshell-parse-colon-path): New defun.
7804 (eshell-file-attributes): Use `eshell-parse-colon-path'.
7805
bb301b9a
SM
7806 * eshell/esh-ext.el (eshell-search-path):
7807 Use `eshell-parse-colon-path'.
605a20a9
MA
7808 (eshell-remote-command): Remove argument HANDLER.
7809 (eshell-external-command): Check for FTP remote connection.
7810
bb301b9a
SM
7811 * eshell/esh-proc.el (eshell-gather-process-output):
7812 Use `file-truename', in order to start also symlinked files.
7813 Apply `start-file-process' instead of `start-process'.
7814 Shorten `command' to the local file name part.
605a20a9 7815
bb301b9a
SM
7816 * eshell/em-cmpl.el (eshell-complete-commands-list):
7817 Use `eshell-parse-colon-path'.
605a20a9
MA
7818
7819 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
7820
7821 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
7822 to `eshell-directory-change-hook'.
7823
d1d33062
TH
78242009-11-24 Tassilo Horn <tassilo@member.fsf.org>
7825
7826 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 7827 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 7828
a34d8565 78292009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 7830
a34d8565
MK
7831 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
7832 made on 2009-11-22.
d1d33062 7833
c83b8d1b
GM
78342009-11-24 Glenn Morris <rgm@gnu.org>
7835
7836 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
7837 deleted variable bookmark-bmenu-bookmark-column.
7838
65235b0a
GM
7839 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
7840 Move after definition of global-semantic-idle-tag-highlight-mode.
7841
83505cfe
SM
78422009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
7845
5241b291
CY
78462009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
7847
7848 * net/browse-url.el (browse-url-filename-alist): On Windows, add
7849 two slashes to the "file:" prefix.
7850 (browse-url-file-url): De-munge Cygwin filenames before passing
7851 them to Windows browser.
7852 (browse-url-default-windows-browser): Use call-process.
7853
aefcadb6
JL
78542009-11-23 Juri Linkov <juri@jurta.org>
7855
7856 Implement DocView Continuous mode. (Bug#4896)
7857 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
7858 (doc-view-mode-map): Bind C-n/<down> to
7859 `doc-view-next-line-or-next-page', C-p/<up> to
7860 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
7861 (doc-view-next-line-or-next-page)
7862 (doc-view-previous-line-or-previous-page): New commands.
7863
0d62bcea
JL
78642009-11-23 Juri Linkov <juri@jurta.org>
7865
7866 Implement Isearch in comint input history. (Bug#3746)
7867 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
7868 `isearch-mode-hook'.
7869 (comint-history-isearch): New defcustom.
7870 (comint-history-isearch-backward)
7871 (comint-history-isearch-backward-regexp): New commands.
7872 (comint-history-isearch-message-overlay): New buffer-local variable.
7873 (comint-history-isearch-setup, comint-history-isearch-end)
7874 (comint-goto-input, comint-history-isearch-search)
7875 (comint-history-isearch-message, comint-history-isearch-wrap)
7876 (comint-history-isearch-push-state)
7877 (comint-history-isearch-pop-state): New functions.
7878
b593f105
MA
78792009-11-23 Michael Albinus <michael.albinus@gmx.de>
7880
7881 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
7882 return.
7883 (tramp-handle-make-symbolic-link)
7884 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
7885 Quote file names.
7886 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
7887 (tramp-handle-process-file): Use it.
7888
0f202d5d
SM
78892009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * window.el (move-to-window-line-last-op): Remove.
7892 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
7893
216349f8
SM
78942009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7895
0f202d5d 7896 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
7897 * window.el (move-to-window-line-last-op): New var.
7898 (move-to-window-line-top-bottom): New command.
7899 (global-map): Bind M-r move-to-window-line-top-bottom.
7900
c10e0633
GM
79012009-11-23 Sven Joachim <svenjoac@gmx.de>
7902
7903 * dired-x.el (dired-guess-shell-alist-default):
7904 Support xz format. (Bug#4953)
7905
e96ec425
CY
79062009-11-22 Chong Yidong <cyd@stupidchicken.com>
7907
2054a44c
CY
7908 * cedet/srecode/map.el (srecode-get-maps):
7909 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
7910 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
7911 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
7912 (semantic-toggle-decoration-style):
7913 * cedet/semantic/decorate/include.el
7914 (semantic-decoration-include-describe)
7915 (semantic-decoration-unknown-include-describe)
7916 (semantic-decoration-unparsed-include-describe)
7917 (semantic-decoration-all-include-summary):
7918 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
7919 * cedet/semantic/analyze/complete.el
7920 (semantic-analyze-possible-completions):
7921 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
7922 (semantic-show-unmatched-syntax-mode)
7923 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
7924 (semantic-highlight-func-mode):
7925 * cedet/semantic/util.el (semantic-describe-buffer):
7926 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
7927 (semantic-symref-find-tags-by-name)
7928 (semantic-symref-find-tags-by-regexp)
7929 (semantic-symref-find-tags-by-completion)
7930 (semantic-symref-find-file-references-by-name)
7931 (semantic-symref-find-text):
7932 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
7933 (senator-yank-tag):
7934 * cedet/semantic/scope.el (semantic-calculate-scope):
7935 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
7936 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
7937 (define-semantic-idle-service):
7938 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
7939 (semantic-complete-analyze-inline-idle):
7940 * cedet/semantic/analyze.el (semantic-analyze-current-context):
7941 * cedet/mode-local.el (describe-mode-local-bindings)
7942 (describe-mode-local-bindings-in-mode):
7943 * cedet/ede/make.el (ede-make-check-version):
7944 * cedet/ede/locate.el (ede-enable-locate-on-project):
7945 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
7946 (cedet-idutils-version-check):
7947 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
7948 (cedet-gnu-global-version-check):
7949 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
7950 (cedet-cscope-version-check): Use called-interactively-p instead
7951 of interactive-p.
7952
e96ec425
CY
7953 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
7954 Use semantic-format-tag-prototype.
7955
953e0c1a
GM
79562009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
7957
7958 * emulation/viper-cmd.el: Use viper-last-command-char instead of
7959 last-command-char/last-command-event.
7960 (viper-prefix-arg-value): Do correct conversion of event-char for
7961 XEmacs.
7962
83505cfe
SM
7963 * emulation/viper-util.el, emulation/viper.el:
7964 Use viper-last-command-char instead of
7965 last-command-char/last-command-event.
953e0c1a 7966
83505cfe
SM
7967 * ediff-init.el, ediff-mult.el, ediff-util.el:
7968 Replace last-command-char and last-command-event
7969 with (ediff-last-command-char) everywhere.
953e0c1a
GM
7970
7971 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
7972 created in fundamental mode.
7973
7974 * ediff.el (ediff-version): Revert the change of interactive-p to
7975 called-interactively-p.
7976
9ee12eee
TH
79772009-11-22 Tassilo Horn <tassilo@member.fsf.org>
7978
7979 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
7980 generation from word-movement command names.
7981
ab2c15d4
CY
79822009-11-21 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
7985 (semantic-complete-jump-local, semantic-complete-jump):
7986 Improve prompt string.
ab2c15d4 7987
8b571bf3
JD
79882009-11-21 Jan Djärv <jan.h.d@swipnet.se>
7989
7990 * cus-start.el (all): Add native condition for font-use-system-font.
7991
4121db47
AM
79922009-11-21 Nathaniel Flath <flat0103@gmail.com>
7993
83505cfe
SM
7994 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7995 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 7996
d71f5e0c
TH
79972009-11-21 Tassilo Horn <tassilo@member.fsf.org>
7998
7999 * progmodes/subword.el: Rename from lisp/subword.el.
8000
8001 * subword.el: Rename to progmodes/subword.el.
8002
8003 * Makefile.in (ELCFILES): Adapt to subword.el move.
8004
fc9d6ad6 80052009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 8006 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
8007
8008 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8009 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8010 (bookmark-bmenu-show-filenames): Use push.
8011 (bookmark-bmenu-hide-filenames): Use local var instead of
8012 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
8013 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8014 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8015 filenames now that the bookmark names are always available.
8016
26d9285f
SM
80172009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8020 (bookmark-search-pattern): Move and leave unbound.
8021 (bookmark-bmenu-mode-map): Change binding.
8022 (bookmark-read-search-input): Simplify.
8023 Don't use text-char-description. Don't error on non-char events.
8024 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8025 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8026 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8027 Use a local var for the timer.
8028 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8029 (i.e. bookmark-bmenu-search).
8030
d73a0317
GM
80312009-11-21 Glenn Morris <rgm@gnu.org>
8032
8033 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8034
e572025f
CY
80352009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8036
26d9285f
SM
8037 * net/browse-url.el (browse-url-default-windows-browser):
8038 Use cygstart for cygwin.
e572025f 8039
6aeaa3dc
KF
80402009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8041
e4070cdc 8042 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
8043 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8044 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 8045 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
8046 (bookmark-read-search-input): Adjust to fit within 80 columns.
8047
a9b76eec
TH
80482009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8049
8050 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8051 (c-backward-into-nomenclature): Adapt to subword renaming.
8052
8053 * subword.el (subword-forward, subword-backward, subword-mark)
8054 (subword-kill, subword-backward-kill, subword-transpose)
8055 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
8056 (subword-forward-internal, subword-backward-internal):
8057 Rename from forward-subword, backward-subword, mark-subword,
8058 kill-subword, backward-kill-subword, transpose-subwords,
8059 downcase-subword, upcase-subword, capitalize-subword,
8060 forward-subword-internal, backward-subword-internal.
a9b76eec 8061
1e7d4475
SM
80622009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8063
26d9285f
SM
8064 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8065 New options.
1e7d4475
SM
8066 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8067 New vars.
8068 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8069 (bookmark-bmenu-filter-alist-by-regexp)
8070 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8071 (bookmark-bmenu-search): New command.
8072 (bookmark-bmenu-mode-map): Bind it.
8073
acfad775
CY
80742009-11-20 Chong Yidong <cyd@stupidchicken.com>
8075
1e7d4475 8076 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
8077
8078 * cedet/semantic/idle.el (define-semantic-idle-service)
8079 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8080
653d1554
TH
80812009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8082
ab84bfa0
TH
8083 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8084 backward-subword to quit the byte-compiler.
8085
1f35fda9
TH
8086 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8087
8088 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8089
653d1554 8090 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
8091 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8092 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
8093
8094 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8095 subword.el functions instead of cc-subword.el.
8096
1e7d4475
SM
8097 * progmodes/cc-subword.el: Rename to subword.el.
8098 * subword.el: Rename from progmodes/cc-subword.el.
8099 (subword-mode-map): Rename from c-subword-mode-map.
8100 (subword-mode): Rename from c-subword-mode.
653d1554 8101 (global-subword-mode): New global minor mode.
1e7d4475
SM
8102 (forward-subword): Rename from c-forward-subword.
8103 (backward-subword): Rename from c-backward-subword.
8104 (mark-subword): Rename from c-mark-subword.
8105 (kill-subword): Rename from c-kill-subword.
8106 (backward-kill-subword): Rename from c-backward-kill-subword.
8107 (transpose-subwords): Rename from c-tranpose-subword.
8108 (downcase-subword): Rename from c-downcase-subword.
8109 (capitalize-subword): Rename from c-capitalize-subword.
8110 (forward-subword-internal): Rename from c-forward-subword-internal.
8111 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 8112
9717f119
DN
81132009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8114
8de724f3
DN
8115 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8116 from a dired buffer.
8117 (vc-dired-deduce-fileset): New function.
8118 (vc-root-diff, vc-print-root-log): Use it.
8119
9717f119
DN
8120 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8121 nil LIMIT argument to vc-print-log-internal.
8122
af4999b8
GM
81232009-11-20 Glenn Morris <rgm@gnu.org>
8124
8125 * Makefile.in (ELCFILES): Regenerate.
8126
725bff06
CY
81272009-11-20 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8130
8131 * cedet/semantic.el: Enable idle-mode menu items only if
8132 global-semantic-idle-scheduler-mode is enabled.
8133 (semantic-default-submodes): Doc fix.
8134
8135 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8136 When turning off, disable other idle modes.
8137
b58edcb6
JB
81382009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8139
02e1b488
SM
8140 * calc/calc.el (calc-set-mode-line):
8141 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
8142 (math-format-number): Rename `math-format-complement-signed' to
8143 `math-format-twos-complement'.
8144
02e1b488 8145 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
8146 math-format-complement-signed.
8147 (calc-radix): Rename `calc-complement-signed-mode' to
8148 `calc-twos-complement-mode'.
02e1b488
SM
8149 (calc-octal-radix, calc-hex-radix): Add an argument for
8150 two's complement.
b58edcb6 8151
02e1b488
SM
8152 * calc/calc-embed.el (calc-embedded-mode-vars):
8153 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 8154
02e1b488
SM
8155 * calc/calc-ext.el (calc-init-extensions):
8156 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
8157 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8158
02e1b488
SM
8159 * calc/calc-units.el (math-build-units-table-buffer):
8160 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
8161
8162 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8163 entries.
8164
8165 * calc/calc-vec.el (calcFunc-vunpack):
8166 * calc/calc-aent.el (calc-do-calc-eval):
8167 * calc/calc-forms.el (math-format-date):
8168 * calc/calc-graph.el (calc-graph-plot):
8169 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
8170 * calc/calccomp.el (math-compose-expr):
8171 Let `calc-twos-complement-mode' be nil.
8172
81732009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8176 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8177 * minibuffer.el (completion-in-region-functions): New hook.
8178 (completion-in-region): New function.
8179 * emacs-lisp/lisp.el (lisp-complete-symbol):
8180 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 8181
e3353a78
SM
81822009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8183
eff77808
SM
8184 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8185 (latex-complete-alist): New vars.
8186 (latex-string-prefix-p, latex-complete-bibtex-keys)
8187 (latex-complete-envnames, latex-complete-refkeys)
8188 (latex-complete-data): New functions.
8189 (latex-complete, latex-indent-or-complete): New commands.
8190
d2c9fc42
SM
8191 * window.el (display-buffer-mark-dedicated): New var.
8192 (display-buffer): Obey it.
8193 * minibuffer.el (minibuffer-completion-help): Use it.
8194
31a1c477
SM
8195 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8196
bed4c972
SM
8197 * filecache.el (file-cache-add-file): Use push and cons.
8198 (file-cache-delete-file-regexp): Use push.
8199 (file-cache-complete): Use completion-in-region.
8200
8c22699f
SM
8201 * simple.el (with-wrapper-hook): Fix thinko.
8202
e3353a78
SM
8203 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8204 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8205 Use with-current-buffer and string-to-number.
8206 (hfy-fallback-colour-values): Use assoc-string.
8207 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8208 (hfy-face-at): Remove unused var `found-face'.
8209 (hfy-compile-stylesheet): Remove unused var `css'.
8210 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8211 and `orig-buffer'.
8212 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8213 Use with-current-buffer.
8214 (hfy-text-p): Use expand-file-name and fewer setq.
8215
acca02b0
SM
82162009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8217
8218 * htmlfontify.el, hfy-cmap.el: New files.
8219
042b7cc6
JL
82202009-11-19 Juri Linkov <juri@jurta.org>
8221
8222 * minibuffer.el (completions-format): New defcustom.
8223 (completion--insert-strings): Implement vertical format.
8224
8225 * simple.el (switch-to-completions): Move point to the first
8226 completion when point was at the beginning of the buffer.
8227
da205913
JL
82282009-11-19 Juri Linkov <juri@jurta.org>
8229
8230 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8231
8232 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8233
0b8ee421
CY
82342009-11-19 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8237 (mail-signature): Change default to t.
8238 (mail-from-style): Deprecate `system-default' value.
8239 (mail-insert-from-field): For default value of mail-from-style,
8240 default to `angles' unless `angles' needs quoting and `parens'
8241 does not.
8242 (mail-citation-prefix-regexp): Use citation regexp from
8243 message-mode.
8244
4265deab
MA
82452009-11-19 Michael Albinus <michael.albinus@gmx.de>
8246
acca02b0
SM
8247 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8248 Set variables for computing the prompt for reading password.
4265deab 8249
27cacd2d
GM
82502009-11-19 Glenn Morris <rgm@gnu.org>
8251
470bce7d
GM
8252 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8253
7e705a1d
GM
8254 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8255
27cacd2d
GM
8256 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8257 (newsticker-treeview-listwindow-height): Fix custom type.
8258
b2f0be0f
KH
82592009-11-19 Kenichi Handa <handa@m17n.org>
8260
8261 * descr-text.el (describe-char-padded-string): Compose with TAB
8262 only if there's a font for CH.
02e1b488 8263 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 8264
03446045 82652009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
8266
8267 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 8268 more accurate version of the regexp. (Bug#3910)
b96337b0 8269
03446045 82702009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
8271
8272 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8273
e0620570
JB
82742009-11-18 Juanma Barranquero <lekktu@gmail.com>
8275
8276 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8277 (font-setting-change-default-font): Fix typo in docstring.
8278
6cc6582e
AM
82792009-11-18 Alan Mackenzie <acm@muc.de>
8280
8281 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8282
dfb3c4c6
JD
82832009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8284
02e1b488 8285 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
8286
8287 * cus-start.el (all): ... to here.
8288
e268e987
MA
82892009-11-17 Michael Albinus <michael.albinus@gmx.de>
8290
8291 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8292 Don't set `ad-return-value' if `ad-do-it' doesn't.
8293
303ffde8
MA
8294 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8295 modification time.
8296
637fa988
JD
82972009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8298
8299 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 8300 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
8301
8302 * loadup.el: If feature system-font-setting or font-render-setting is
8303 there, load font-setting.
8304
02e1b488 8305 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
8306 * font-setting.el: New file.
8307
1d16a255
GM
83082009-11-17 Glenn Morris <rgm@gnu.org>
8309
8310 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8311
2d84f804
GM
8312 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8313 Preserve point in the list buffer. (Bug#4939)
8314 Use point-at-eol.
8315 (newsticker--treeview-list-update-highlight)
8316 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8317
14467b99
JB
83182009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8319
8320 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8321 Remove.
8322
8323 * calc/calc-ext.el (calc-init-extensions): Remove references to
8324 symclip.
8325
8326 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8327
8328 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 8329 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
8330 `calc-symclip'.
8331
e3c39c01
KR
83322009-11-16 Kevin Ryde <user42@zip.com.au>
8333
02e1b488 8334 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 8335 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 8336
497de631
KR
8337 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8338 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8339 Ignore trailing spaces by omit-nulls to split-string (fixing
8340 regression from Emacs 21 due to the incompatible split-string
14467b99 8341 change). (Bug #4928.)
497de631 8342
48b27575
DN
83432009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8344
5237d741 8345 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
8346 (vc-print-log-internal): Insert buttons to request more entries
8347 when limiting the output.
8348
8349 * vc-sccs.el (vc-sccs-print-log):
8350 * vc-rcs.el (vc-rcs-print-log):
8351 * vc-cvs.el (vc-cvs-print-log):
8352 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8353 LIMIT is non-nil.
8354
d3e97185
MA
83552009-11-16 Michael Albinus <michael.albinus@gmx.de>
8356
8357 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8358 error when `tramp-gvfs-dbus-event-vector' is set.
8359 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8360
68d87786
SM
83612009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8364
c0a39702
MA
83652009-11-16 Michael Albinus <michael.albinus@gmx.de>
8366
8367 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 8368 (dbus-register-property): Register the handlers of
c0a39702
MA
8369 "org.freedesktop.DBus.Properties" for SERVICE.
8370 (dbus-property-handler): Fix docstring.
8371
1e857121
YM
83722009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8373
8374 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8375 Quote doc string reference in defvaralias as it is not in special form.
8376 (byte-compile-output-docform): Doc fix.
8377
887484c1
JB
83782009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8379
8380 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8381 (calc-complement-signed-mode): New variables.
8382 (calc-set-mode-line): Add indicator for twos-complements.
8383 (math-format-number): Format twos-complement notation.
8384
8385 * calc/calc-bin.el (calc-word-size): Reset the variables
8386 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
8387 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8388 (calc-symclip): New functions.
887484c1
JB
8389
8390 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8391
68d87786
SM
8392 * calc/calc-embed.el (calc-embedded-mode-vars):
8393 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
8394
8395 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 8396 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
8397
8398 * calc/calc-ext.el (math-read-number-fancy): Read complement
8399 signed numbers.
68d87786
SM
8400 (calc-init-extensions): Add binding for `calc-symclip'.
8401 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
8402
8403 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8404 `calc-symclip'.
68d87786 8405 (calc-modes-menu): Add item for twos complement mode.
887484c1 8406
5237d741 8407 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 8408
4cf1d7e3
CY
84092009-11-15 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * register.el (jump-to-register, insert-register): Handle Semantic
8412 tags. From commented-out advice in semantic/senator.el.
8413
f8e65267
DN
84142009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8415
6616006b
DN
8416 * vc.el (vc-log-show-limit): New variable.
8417 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8418 when using a prefix argument.
8419 (vc-print-log-internal): Add new argument LIMIT.
8420
8421 * vc-svn.el (vc-svn-print-log):
8422 * vc-mtn.el (vc-mtn-print-log):
8423 * vc-hg.el (vc-hg-print-log):
8424 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 8425 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
8426 non-optional.
8427
8428 * vc-sccs.el (vc-sccs-print-log):
8429 * vc-rcs.el (vc-rcs-print-log):
8430 * vc-git.el (vc-git-print-log):
8431 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8432 ignore it. Make the BUFFER argument non-optional
8433
f8e65267
DN
8434 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8435
0566c4bc
CY
84362009-11-15 Chong Yidong <cyd@stupidchicken.com>
8437
7cce3c91
CY
8438 * dired.el (dired-mode-map): Move encryption items to "Operate"
8439 menu (Bug#4703).
8440
d7063de9
CY
8441 * strokes.el (strokes-update-window-configuration): Make strokes
8442 buffer current before erasing (Bug#4906).
8443
0566c4bc
CY
8444 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8445 (semantic-idle-summary-mode): Define using define-minor-mode
8446 instead of define-semantic-idle-service.
8447 (semantic-idle-summary-mode): New function.
8448 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8449 that mouse motion does not reset the echo area.
8450
0fc10137
JL
84512009-11-15 Juri Linkov <juri@jurta.org>
8452
8453 * simple.el (set-mark-default-inactive): Add :type, :group
8454 and :version. (Bug#4876)
8455
f5fce4ec
MA
84562009-11-15 Michael Albinus <michael.albinus@gmx.de>
8457
8458 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8459 (archive-unique-fname): ... here. (Bug#4929)
8460
8d720a00
SM
84612009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8462
589888fe
SM
8463 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8464 with a real fix.
8465
8d720a00
SM
8466 * novice.el (disabled-command-function): Add useful args.
8467 Setup the help buffer so that [back] works.
8468 Remove redundant call to help-mode.
8469 (disabled-command-function): Use `case'.
8470 (en/disable-command): New function extracted from enable-command.
8471 (enable-command, disable-command): Use it.
8472
a61344d6
GM
84732009-11-14 Glenn Morris <rgm@gnu.org>
8474
497f0cdd
GM
8475 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8476 constants. (Bug#4913)
8477
a61344d6
GM
8478 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8479
d501801e
GM
84802009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8481
8482 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8483 defined in C that have no doc-strings. (Bug#1063)
8484
5af27ac2
GM
84852009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8486
8487 * cus-edit.el (data, files):
8488 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8489
aec5395b
CY
84902009-11-14 Chong Yidong <cyd@stupidchicken.com>
8491
e7791447
CY
8492 * simple.el (shell-command): Doc fix (Bug#4891).
8493
aec5395b
CY
8494 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8495
7a41cd7f
GM
84962009-11-14 Glenn Morris <rgm@gnu.org>
8497
c3583c94
GM
8498 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8499 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8500 If they are already loaded, eval-after-load will do the right thing.
8501
73900d1f
GM
8502 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8503 compiling.
8504
0028351d
GM
8505 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8506
f6714ede
GM
8507 * simple.el (x-selection-owner-p): Declare.
8508 (read-mail-command): Use custom radio type rather than choice.
8509 (completion-no-auto-exit): Doc fix.
8510
7a41cd7f 8511 * custom.el (defgroup):
5af27ac2 8512 * epg-config.el (epg): Doc fixes.
7a41cd7f 8513
2d0659ec
DN
85142009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8515
8516 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8517 * international/ccl.el (define-ccl-program): Do not purecopy the
8518 docstring, defconst does it anyway.
8519
7fdbcd83
SM
85202009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8521
d499c5b9
SM
8522 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8523 a second time.
8524
7fdbcd83
SM
8525 * x-dnd.el (x-dnd-maybe-call-test-function):
8526 * window.el (split-window-vertically):
8527 * whitespace.el (whitespace-help-on):
8528 * vc-rcs.el (vc-rcs-consult-headers):
8529 * userlock.el (ask-user-about-lock-help)
8530 (ask-user-about-supersession-help):
8531 * type-break.el (type-break-force-mode-line-update):
8532 * time-stamp.el (time-stamp-conv-warn):
8533 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 8534 (te-sentinel, terminal-emulator):
7fdbcd83
SM
8535 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8536 (term-write-input-ring, term-check-source, term-start-output-log):
8537 (term-display-buffer-line, term-dynamic-list-completions):
8538 (term-ansi-make-term, serial-term):
8539 * subr.el (selective-display):
8540 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8541 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8542 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8543 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8544 (speedbar-remove-localized-speedbar-support)
8545 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8546 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8547 (speedbar-buffers-line-directory):
8548 * simple.el (shell-command-on-region, append-to-buffer)
8549 (prepend-to-buffer):
8550 * shadowfile.el (shadow-save-todo-file):
8551 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8552 (scroll-bar-maybe-set-window-start):
8553 * sb-image.el (speedbar-image-dump):
8554 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8555 (load-save-place-alist-from-file):
8556 * ps-samp.el (ps-print-message-from-summary):
8557 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8558 (ps-background-image, ps-begin-job, ps-do-despool):
8559 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8560 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8561 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8562 (pr-call-process, pr-file-list, pr-interface-save):
8563 * novice.el (disabled-command-function)
8564 (enable-command, disable-command):
8565 * mouse.el (mouse-buffer-menu-alist):
8566 * mouse-copy.el (mouse-kill-preserving-secondary):
8567 * macros.el (kbd-macro-query):
8568 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8569 * informat.el (batch-info-validate):
8570 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8571 * hippie-exp.el (try-expand-dabbrev-visible):
8572 * help-mode.el (help-make-xrefs):
8573 * help-fns.el (describe-variable):
8574 * generic-x.el (bat-generic-mode-run-as-comint):
8575 * finder.el (finder-mouse-select):
8576 * find-dired.el (find-dired-sentinel):
8577 * filesets.el (filesets-file-close):
8578 * files.el (list-directory):
8579 * faces.el (list-faces-display, describe-face):
8580 * facemenu.el (list-colors-display):
8581 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8582 * epg.el (epg--process-filter, epg-cancel):
8583 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8584 (epa--read-signature-type):
8585 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8586 (emerge-file-names):
8587 * ehelp.el (electric-helpify):
8588 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8589 * ediff-vers.el (rcs-ediff-view-revision):
8590 * ediff-util.el (ediff-setup):
8591 * ediff-mult.el (ediff-append-custom-diff):
8592 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8593 (ediff-wordify):
8594 * echistory.el (Electric-command-history-redo-expression):
8595 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8596 * disp-table.el (describe-display-table):
8597 * dired.el (dired-find-buffer-nocreate):
8598 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8599 * dabbrev.el (dabbrev--same-major-mode-p):
8600 * chistory.el (list-command-history):
8601 * apropos.el (apropos-documentation):
8602 * allout.el (allout-obtain-passphrase):
8603 (allout-copy-exposed-to-buffer):
8604 (allout-verify-passphrase): Use with-current-buffer.
8605
2ccbc060
GM
86062009-11-13 Glenn Morris <rgm@gnu.org>
8607
8608 * Makefile.in (ELCFILES): Regenerate.
8609
b172ed20
MA
86102009-11-13 Michael Albinus <michael.albinus@gmx.de>
8611
7fdbcd83
SM
8612 * net/dbus.el (dbus-registered-objects-table): Rename from
8613 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
8614 (dbus-unregister-object): Unregister also properties.
8615 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8616 Use a timeout of 500 msec, in order to not block.
8617 (dbus-register-property, dbus-property-handler): New defuns.
8618
e96d62cd
SM
86192009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * simple.el (minibuffer-default-add-completions): Drop deprecated
8622 4th arg.
8623
14bd267d
EZ
86242009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8625
e96d62cd
SM
8626 * textmodes/artist.el (artist-mouse-choose-operation):
8627 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 8628 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
8629 (artist-compute-up-event-key): New function.
8630 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8631
bf89fd7b
KH
86322009-11-13 Kenichi Handa <handa@m17n.org>
8633
8634 * language/japan-util.el: Make sure that the value of jisx0208
8635 property is jisx0208 character.
8636
f70b8925
DN
86372009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8638
8639 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8640 car or each item, not the whole list.
8641
4d93a9e0
SM
86422009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * minibuffer.el (minibuffer-completion-help):
8645 Use minibuffer-hide-completions.
8646
05404988
SM
86472009-11-12 Per Starbäck <per@starback.se> (tiny change)
8648
8649 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8650 (dired-revert): Use them (bug#4880).
8651
5297bc10
DN
86522009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8653
8654 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8655
e2685eb7
JL
86562009-11-12 Juri Linkov <juri@jurta.org>
8657
8658 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8659 New functions.
8660 (find-file-literally-at-point): Alias of `ffap-literally'.
8661
76410c3e
DN
86622009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8663
6d341a2a
DN
8664 * textmodes/ispell.el (ispell-skip-region-alist):
8665 * textmodes/css-mode.el (auto-mode-alist):
8666 * progmodes/compile.el (auto-mode-alist):
8667 * international/mule.el (ctext-non-standard-encodings-alist)
8668 (ctext-non-standard-encodings-regexp):
8669 * simple.el (shell-command-switch, text-read-only):
8670 * replace.el (occur-mode-map):
8671 * paths.el (rmail-file-name):
8672 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8673 * find-file.el (ff-special-constructs):
8674 * files.el (file-name-handler-alist):
8675 * composite.el: Purecopy strings.
8676
76410c3e
DN
8677 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8678
aaa448c9
DN
86792009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 * widget.el (define-widget): Purecopy the docstring.
8682 * international/mule-cmds.el (charset): Do not purecopy the
8683 docstring here, define-widget does it.
8684
8685 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8686 * textmodes/bibtex-style.el (auto-mode-alist):
8687 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8688 * progmodes/compile.el (compile-command):
8689 * language/korea-util.el (default-korean-keyboard):
8690 * international/mule-conf.el (file-coding-system-alist):
8691 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8692 * tooltip.el (tooltip-frame-parameters):
8693 * newcomment.el (comment-end, comment-padding):
8694 * dired.el (dired-trivial-filenames):
8695 * comint.el (comint-file-name-prefix): Purecopy initial values.
8696
bbe650fd
MA
86972009-11-11 Michael Albinus <michael.albinus@gmx.de>
8698
8699 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8700 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8701 `tramp-unload'.
8702 (tramp-advice-make-auto-save-file-name)
8703 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8704 after removing the advice.
8705
6bdad9ae
DN
87062009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8707
2f7f4bee
DN
8708 * progmodes/grep.el (grep-regexp-alist):
8709 * international/mule-cmds.el (iso-2022-control-alist):
8710 * emacs-lisp/timer.el (timer-duration-words):
8711 * subr.el (version-separator, version-regexp-alist):
8712 * minibuffer.el (completion-styles-alist):
8713 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8714 Change defvars to defconsts.
8715
a042de45
DN
8716 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8717 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8718 * international/mule-conf.el: Allow to be byte compiled.
8719
3b6acc72
DN
8720 * international/mule.el (define-charset): Purecopy props.
8721 (load-with-code-conversion): Purecopy doc string and file name.
8722 (put-charset-property): Purecopy strings.
8723 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8724
1c2efdfb 8725 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
8726 (define-char-code-property): Correctly purecopy the table.
8727
62591911
DN
8728 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8729
8b908da6
DN
8730 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8731
ff917d63
DN
8732 * subr.el (add-hook): Purecopy strings.
8733 (eval-after-load): Purecopy load-history-regexp and the form.
8734
af89cf77
DN
8735 * custom.el (custom-declare-group): Purecopy load-file-name.
8736
a3c20c83 8737 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
8738 * net/eudc.el (eudc-tools-menu):
8739 * international/mule-cmds.el (set-coding-system-map)
8740 (mule-menu-keymap):
8741 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8742 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
8743 * replace.el (occur-mode-map):
8744 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 8745 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
8746 (menu-bar-custom-menu, menu-bar-showhide-menu)
8747 (menu-bar-options-menu, menu-bar-tools-menu)
8748 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
8749 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
8750 (menu-bar-help-menu):
8751 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
8752 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
8753
6bdad9ae
DN
8754 * term/x-win.el (x-gtk-stock-map):
8755 * progmodes/vera-mode.el (auto-mode-alist):
8756 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8757 (inferior-lisp-program, inferior-lisp-load-command):
8758 * progmodes/hideshow.el (hs-special-modes-alist):
8759 * progmodes/gud.el (same-window-regexps):
8760 * progmodes/grep.el (grep-program, find-program, xargs-program):
8761 * net/telnet.el (same-window-regexps):
8762 * net/rlogin.el (same-window-regexps):
8763 * language/ethiopic.el (font-ccl-encoder-alist):
8764 * vc-sccs.el (vc-sccs-master-templates):
8765 * vc-rcs.el (vc-rcs-master-templates):
8766 * subr.el (cl-assertion-failed):
8767 * simple.el (next-error-overlay-arrow-position):
8768 * lpr.el (lpr-command):
8769 * locate.el (locate-ls-subdir-switches):
8770 * info.el (same-window-regexps, info)
8771 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
8772 * image-mode.el (image-mode, auto-mode-alist):
8773 * hippie-exp.el (hippie-expand-ignore-buffers):
8774 * format.el (format-alist):
8775 * find-dired.el (find-ls-subdir-switches, find-grep-options)
8776 (find-name-arg):
8777 * facemenu.el (facemenu-keybindings):
8778 * dired.el (dired-listing-switches, dired-chown-program):
8779 * diff.el (diff-switches, diff-command):
8780 * cus-edit.el (same-window-regexps):
8781 * bindings.el (mode-line-mule-info)
8782 (mode-line-buffer-identification): Purecopy strings.
8783
e0987650
JL
87842009-11-11 Juri Linkov <juri@jurta.org>
8785
3570691b 8786 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
8787 Tell the byte-compiler about dired-get-filename.
8788 (shell-command): In Dired mode, get filename from the current line
8789 as the default value.
8790
b16ff465
GM
87912009-11-10 Glenn Morris <rgm@gnu.org>
8792
e8a11b22
GM
8793 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
8794 * calendar/holidays.el, progmodes/cperl-mode.el:
8795 Update x-popup-menu declarations.
8796
b16ff465
GM
8797 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
8798 (list-load-path-shadows): Use dolist.
8799 (list-load-path-shadows): Use with-current-buffer.
8800
032c3399
JL
88012009-11-10 Juri Linkov <juri@jurta.org>
8802
8803 * minibuffer.el (read-file-name): Support a list of default values
8804 in `default-filename'. Use the first file name where only one
8805 element is required. Doc fix.
8806
8fb1629f
MA
88072009-11-09 Michael Albinus <michael.albinus@gmx.de>
8808
8809 * net/dbus.el (dbus-unregister-object): Release service, if no
8810 other method is registered for it.
8811
a51203ee 88122009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
8813
8814 * bookmark.el (bookmark-completing-read): Sort bookmark names if
8815 bookmark-sort-flag is non-nil (Bug#4653).
8816
9bf7dc8a
CY
88172009-11-08 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
8820 the progress reporter entirely.
8821
15207e74
CY
8822 * emulation/cua-base.el: Add CUA property to some CC mode commands
8823 (Bug#4100).
8824
8bf7ed70
KR
88252009-11-08 Kevin Ryde <user42@zip.com.au>
8826
8827 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 8828 at end of sentence (Bug#4818).
8bf7ed70 8829
951802d0
CY
88302009-11-08 Jared Finder <jfinder@crypticstudios.com>
8831
8832 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8833 Handle "see declaration of" MSFT statements (Bug#4100).
8834
e8244310
MA
88352009-11-08 Michael Albinus <michael.albinus@gmx.de>
8836
8837 * net/tramp.el (tramp-advice-make-auto-save-file-name)
8838 (tramp-advice-file-expand-wildcards): Unload via
8839 `ad-remove-advice'.
8840
8841 * net/trampver.el: Update release number.
8842
a51203ee 88432009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
8844
8845 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
8846 `ad-do-it'.
8847
a51203ee 88482009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
8849
8850 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
8851 in order to keep context in SELinux.
8852
bedd8a58
CY
88532009-11-08 Chong Yidong <cyd@stupidchicken.com>
8854
8855 * dired-aux.el (dired-query): Place cursor in echo area and allow
8856 C-g.
8857
8858 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
8859 menu item if not on a directory (Bug#4701).
8860
0484d600
MA
88612009-11-07 Michael Albinus <michael.albinus@gmx.de>
8862
8863 Sync with Tramp 2.1.17.
8864
8865 * net/tramp.el (tramp-handle-copy-directory): Don't use
8866 `file-remote-p' (due to compatibility).
8867
8868 * net/tramp-compat.el (tramp-compat-copy-directory)
8869 (tramp-compat-delete-directory): New defuns.
8870
8871 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8872 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
8873 `tramp-compat-delete-directory'.
8874
8875 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 8876 (tramp-smb-handle-delete-directory): Use
0484d600
MA
8877 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
8878
8879 * net/trampver.el: Update release number.
8880
b42b2189
CY
88812009-11-07 Chong Yidong <cyd@stupidchicken.com>
8882
6960d7b9
CY
8883 * tar-mode.el (tar-copy): Call write-region on the right buffer
8884 (Bug#4857).
8885
b42b2189
CY
8886 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
8887 by hand, if necessary (Bug#4878).
8888
0ad57dfd
CY
88892009-11-06 Chong Yidong <cyd@stupidchicken.com>
8890
d19e23ae
CY
8891 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
8892 align size column (Bug#4839).
8893
0ad57dfd
CY
8894 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
8895 statement.
8896
0b7f397c
DN
88972009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8898
8899 * progmodes/ld-script.el (auto-mode-alist):
8900 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
8901
8902 * cus-face.el (custom-declare-face): Purecopy face spec.
8903
495bd5ca
KH
89042009-11-06 Kenichi Handa <handa@m17n.org>
8905
8906 * international/uni-bidi.el: Re-generated.
8907 * international/uni-category.el: Re-generated.
8908 * international/uni-combining.el: Re-generated.
8909 * international/uni-mirrored.el: Re-generated.
8910
1e8780b1
DN
89112009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
8912
8913 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
8914 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
8915 (tex-start-options, slitex-run-command, latex-run-command)
8916 (tex-run-command, tex-directory):
8917 * textmodes/ispell.el (ispell-html-skip-alists)
8918 (ispell-tex-skip-alists, ispell-tex-skip-alists):
8919 * textmodes/fill.el (adaptive-fill-first-line-regexp):
8920 (adaptive-fill-regexp):
8921 * textmodes/dns-mode.el (auto-mode-alist):
8922 * progmodes/python.el (interpreter-mode-alist):
8923 * progmodes/etags.el (tags-compression-info-list):
8924 * progmodes/etags.el (tags-file-name):
8925 * net/browse-url.el (browse-url-galeon-program)
8926 (browse-url-firefox-program):
8927 * mail/sendmail.el (mail-signature-file)
8928 (mail-citation-prefix-regexp):
8929 * international/mule-conf.el (eight-bit):
8930 * international/latexenc.el (latex-inputenc-coding-alist):
8931 * international/fontset.el (x-pixel-size-width-font-regexp):
8932 * emacs-lisp/warnings.el (warning-type-format):
8933 * emacs-lisp/trace.el (trace-buffer):
8934 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
8935 (emacs-lisp-mode-map):
8936 * calendar/holidays.el (holiday-solar-holidays)
8937 (holiday-bahai-holidays, holiday-islamic-holidays)
8938 (holiday-christian-holidays, holiday-hebrew-holidays)
8939 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
8940 (hebrew-holidays-1, holiday-oriental-holidays)
8941 (holiday-general-holidays):
8942 * x-dnd.el (x-dnd-known-types):
8943 * tool-bar.el (tool-bar):
8944 * startup.el (site-run-file):
8945 * shell.el (shell-dumb-shell-regexp):
8946 * rfn-eshadow.el (file-name-shadow-tty-properties)
8947 (file-name-shadow-properties):
8948 * paths.el (remote-shell-program, news-directory):
8949 * mouse.el ([C-down-mouse-3]):
8950 * menu-bar.el (menu-bar-tools-menu):
8951 * jka-cmpr-hook.el (jka-compr-load-suffixes)
8952 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
8953 (jka-compr-compression-info-list):
8954 * isearch.el (search-whitespace-regexp):
8955 * image-file.el (image-file-name-extensions):
8956 * find-dired.el (find-ls-option):
8957 * files.el (directory-listing-before-filename-regexp)
8958 (directory-free-space-args, insert-directory-program)
8959 (list-directory-brief-switches, magic-fallback-mode-alist)
8960 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
8961 (automount-dir-prefix):
8962 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
8963 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
8964 (face-font-registry-alternatives, face-font-registry-alternatives)
8965 (face-font-family-alternatives):
8966 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
8967 (facemenu-foreground-menu, facemenu-face-menu):
8968 * epa-hook.el (epa-file-name-regexp):
8969 * dnd.el (dnd-protocol-alist):
8970 * textmodes/rst.el (auto-mode-alist):
a51203ee 8971 * button.el (default-button): Purecopy strings.
1e8780b1 8972
0adae11f
GM
89732009-11-06 Glenn Morris <rgm@gnu.org>
8974
8975 * Makefile.in (ELCFILES): Update.
8976
2adaf057
SM
89772009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8f72f03c
SM
8979 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
8980 * emacs-lisp/levents.el: Move to obsolete/levents.el.
8981
2adaf057
SM
8982 * nxml/xsd-regexp.el (xsdre-gen-categories):
8983 * nxml/xmltok.el (xmltok-parse-entity):
8984 * nxml/rng-parse.el (rng-parse-validate-file):
8985 * nxml/rng-maint.el (rng-format-manual)
8986 (rng-manual-output-force-new-line):
8987 * nxml/rng-loc.el (rng-save-schema-location-1):
8988 * nxml/rng-cmpct.el (rng-c-parse-file):
8989 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
8990 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
8991
14862301
SM
89922009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
8993
bf0b361c 8994 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
8995 Remove extra save-excursions and make-variable-buffer-local's.
8996 Suggested by Stefan Monnier.
8997
8998 (verilog-getopt-file, verilog-module-inside-filename-p)
8999 (verilog-set-define): Merge GNU 1.35 and repair changes from
9000 switching to using with-current-buffer.
9001
9002 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9003 being treated as a number and confusing AUTORESET.
9004 Reported by Dan Dever.
9005
9006 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9007 Add verilog-auto-ignore-concat to fix backward compatibility with
9008 older verilog-modes. Reported by Dan Katz.
9009
9010 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9011 containing closing anchors "...$".
9012
9013 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9014 Reported by Wade Smith.
9015
48c2d18a 9016 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
9017
90182009-11-05 Michael McNamara <mac@mail.brushroad.com>
9019
bf0b361c
JB
9020 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9021 for labels.
14862301
SM
9022
9023 (verilog-label-re, verilog-calc-1): Support proper indent of named
9024 asserts.
9025
9026 (verilog-backward-token, verilog-basic-complete-re)
9027 (verilog-beg-of-statement, verilog-indent-re): Support proper
9028 indent of the assert statement at the beginning of a block of text.
9029
9030 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9031 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9032 tokens as begins.
9033
4f8f657f
GM
90342009-11-05 Glenn Morris <rgm@gnu.org>
9035
775adc51
GM
9036 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9037 Emacs 19. (Bug#1531)
9038 (byte-compile-fix-header): Update for the above change.
9039 Drop test for epoch::version.
9040
4ad6a5e7 9041 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
9042 * cus-dep.el (custom-make-dependencies):
9043 * finder.el (finder-compile-keywords):
9044 Use autoload-rubric's feature argument.
4ad6a5e7 9045
4f8f657f
GM
9046 * calendar/diary-lib.el (top-level): Make load behave more like require.
9047
881e4184
GM
9048 * vc-git.el (vc-git-stash-map): Move definition before use.
9049
ba214964 90502009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 9051
b6f8ba09
DN
9052 * custom.el (custom-declare-group): Purecopy standard-value.
9053 (custom-declare-group): Purecopy custom-prefix.
9054
7fdbcd83
SM
9055 * international/mule.el (load-with-code-conversion):
9056 Call do-after-load-evaluation unconditionally.
eb6f577b 9057
f6195dfb
DN
9058 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9059
56f14120
SM
90602009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9063
e5c89ce9
GM
90642009-11-04 Glenn Morris <rgm@gnu.org>
9065
9066 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9067 (byte-compile-compatibility): Remove option.
9068 (byte-compile-close-variables, byte-compile-fix-header)
9069 (byte-compile-insert-header, byte-compile-output-docform)
9070 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9071 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9072 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9073 (byte-compile-insert, byte-compile-defun):
9074 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
9075 (byte-defop-compiler19): Remove.
9076 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9077 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 9078
e24f42ab
JL
90792009-11-04 Juri Linkov <juri@jurta.org>
9080
9081 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9082 (menu-bar-options-menu): Don't quote the `prop' arg of
9083 `menu-bar-make-mm-toggle'.
9084
d3d5f4f5
JB
90852009-11-04 Juanma Barranquero <lekktu@gmail.com>
9086
9087 * calendar/calendar.el (cal-loaddefs):
9088 * calendar/diary-lib.el (diary-loaddefs):
9089 * calendar/holidays.el (hol-loaddefs):
9090 * eshell/esh-module.el (esh-groups): Load rather than require.
9091
6e39d3b2
SM
90922009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9093
e96d62cd
SM
9094 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9095 point-min==1.
7e83e8b4
SM
9096 (todo-top-priorities): Only display-buffer when called interactively.
9097 (todo-item-start): Don't save excursion point.
9098 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9099 (todo-insert-item-here, todo-file-item, todo-remove-item):
9100 Adjust uses of todo-item-start and todo-item-end.
9101
fae4e5b9
SM
9102 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9103 (autoload-rubric): Don't use any more.
9104 * cedet/semantic/fw.el (semantic/loaddefs):
9105 * cedet/srecode.el (srecode/loaddefs):
9106 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
9107 * cedet/ede/cpp-root.el:
9108 * cedet/ede/emacs.el:
9109 * cedet/ede/files.el:
9110 * cedet/ede/linux.el:
9111 * cedet/ede/locate.el:
9112 * cedet/ede/make.el:
9113 * cedet/ede/shell.el:
9114 * cedet/ede/speedbar.el:
9115 * cedet/ede/system.el:
9116 * cedet/ede/util.el:
9117 * cedet/semantic/analyze.el:
9118 * cedet/semantic/bovine.el:
9119 * cedet/semantic/complete.el:
9120 * cedet/semantic/ctxt.el:
9121 * cedet/semantic/db-file.el:
9122 * cedet/semantic/db-find.el:
9123 * cedet/semantic/db-global.el:
9124 * cedet/semantic/db-mode.el:
9125 * cedet/semantic/db-typecache.el:
9126 * cedet/semantic/db.el:
9127 * cedet/semantic/debug.el:
9128 * cedet/semantic/dep.el:
9129 * cedet/semantic/doc.el:
9130 * cedet/semantic/edit.el:
9131 * cedet/semantic/find.el:
9132 * cedet/semantic/format.el:
9133 * cedet/semantic/html.el:
9134 * cedet/semantic/ia-sb.el:
9135 * cedet/semantic/ia.el:
9136 * cedet/semantic/idle.el:
9137 * cedet/semantic/lex-spp.el:
9138 * cedet/semantic/lex.el:
9139 * cedet/semantic/mru-bookmark.el:
9140 * cedet/semantic/scope.el:
9141 * cedet/semantic/senator.el:
9142 * cedet/semantic/sort.el:
9143 * cedet/semantic/symref.el:
9144 * cedet/semantic/tag-file.el:
9145 * cedet/semantic/tag-ls.el:
9146 * cedet/semantic/tag-write.el:
9147 * cedet/semantic/tag.el:
9148 * cedet/semantic/util-modes.el:
9149 * cedet/semantic/analyze/complete.el:
9150 * cedet/semantic/analyze/refs.el:
9151 * cedet/semantic/bovine/c.el:
9152 * cedet/semantic/bovine/gcc.el:
9153 * cedet/semantic/bovine/make.el:
9154 * cedet/semantic/bovine/scm.el:
9155 * cedet/semantic/decorate/include.el:
9156 * cedet/semantic/decorate/mode.el:
9157 * cedet/semantic/symref/cscope.el:
9158 * cedet/semantic/symref/global.el:
9159 * cedet/semantic/symref/grep.el:
9160 * cedet/semantic/symref/idutils.el:
9161 * cedet/semantic/symref/list.el:
9162 * cedet/semantic/wisent/java-tags.el:
9163 * cedet/semantic/wisent/javascript.el:
9164 * cedet/srecode/compile.el:
9165 * cedet/srecode/cpp.el:
9166 * cedet/srecode/document.el:
9167 * cedet/srecode/el.el:
9168 * cedet/srecode/expandproto.el:
9169 * cedet/srecode/getset.el:
9170 * cedet/srecode/insert.el:
9171 * cedet/srecode/java.el:
9172 * cedet/srecode/map.el:
9173 * cedet/srecode/mode.el:
9174 * cedet/srecode/template.el:
9175 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
9176 generated-autoload-feature.
9177
6e39d3b2
SM
9178 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9179 and only put a prop if it is non-nil.
9180
c9753fb4
JL
91812009-11-03 Juri Linkov <juri@jurta.org>
9182
9183 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9184 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9185
9186 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9187 and "Menu" to make top-level menu item visually one unit (like
9188 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9189 multi-word menu items). Fix :help string for quit-window.
9190
db04f33f
GM
91912009-11-03 Glenn Morris <rgm@gnu.org>
9192
df8fff6c
GM
9193 * cedet/mode-local.el (with-mode-local): Doc fix.
9194
2aea6521
GM
9195 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9196 (byte-compile-file-form-define-abbrev-table)
9197 (byte-compile-file-form-custom-declare-variable)
9198 (byte-compile-variable-ref, byte-compile-defvar):
9199 Whether or not a warning is enabled should only affect whether we issue
9200 the warning, not whether or not we collect the relevant data.
9201 Eg warnings can be turned on and off throughout the course of a file.
9202
db04f33f
GM
9203 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9204 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9205
937e6a56
SM
92062009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9209 * play/mpuz.el (mpuz-create-buffer):
9210 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9211 (lm-print-y,s,noise, lm-print-w0, lm-init):
9212 * play/gomoku.el (gomoku-prompt-for-move):
9213 * play/fortune.el (fortune-in-buffer):
9214 * play/dissociate.el (dissociated-press):
9215 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 9216 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
9217 * mail/supercite.el (sc-eref-show):
9218 * mail/smtpmail.el (smtpmail-send-it):
9219 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9220 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9221 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9222 (rmail-summary-goto-msg, rmail-summary-expunge)
9223 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9224 (rmail-summary-add-label, rmail-summary-output-menu)
9225 (rmail-summary-output-body):
9226 * mail/rfc822.el (rfc822-addresses):
9227 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9228 * mail/mailpost.el (post-mail-send-it):
9229 * mail/hashcash.el (hashcash-generate-payment):
9230 * mail/feedmail.el (feedmail-run-the-queue)
9231 (feedmail-queue-send-edit-prompt-help-first)
9232 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9233 (feedmail-deduce-address-list):
9234 * eshell/esh-ext.el (eshell-remote-command):
9235 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9236 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9237 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9238 (viper-save-string-in-file, viper-valid-marker):
9239 * emulation/viper-keym.el (viper-toggle-key):
9240 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9241 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9242 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9243 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9244 (viper-exec-form-in-emacs, viper-brac-function):
9245 * emulation/viper.el (viper-delocalize-var):
9246 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9247 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9248 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9249 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9250 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9251 * emulation/edt.el (edt-electric-helpify):
9252 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9253 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9254 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9255 (cua-indent-to-global-mark-column):
9256 * calendar/diary-lib.el (calendar-mark-1):
9257 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9258 Use with-current-buffer.
9259 * emulation/viper.el (viper-delocalize-var): Use dolist.
9260
5b955562
CY
92612009-11-03 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * comint.el (comint-replace-by-expanded-history-before-point):
9264 Replace !! with the previous input string literally (Bug#1795).
9265
6292c599
JB
92662009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9267
9268 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9269 to be made up of whitespace.
9270
8368c14e
CY
92712009-11-02 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * minibuffer.el (read-file-name): Don't use file dialogs for
9274 remote directories (Bug#99).
9275
6f750f0d
CY
92762009-11-01 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9279
97ab3f47
AS
92802009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9281
9282 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9283 instead of deleting the window or frame.
9284
673c1168
CY
92852009-10-31 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9288 Support face colors.
9289
937e6a56
SM
9290 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9291 New function. Support face colors (Bug#1168).
673c1168
CY
9292 (tex-common-initialization): Use it.
9293
9294 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9295 mode allows it (Bug#1168).
9296
c9349f0a
CY
92972009-10-31 Juri Linkov <juri@jurta.org>
9298
9299 * facemenu.el (list-colors-display): Don't mark buffer as
9300 modified (Bug#3948).
9301
ebf5c4f5
CY
93022009-10-31 Chong Yidong <cyd@stupidchicken.com>
9303
5c2dce75
CY
9304 * international/mule-diag.el (list-character-sets-1): Minor
9305 message fix (Bug#3526).
9306
26581f0e
CY
9307 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9308 face property (Bug#4834).
9309 (etags-list-tags, etags-tags-apropos-additional)
9310 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9311 property.
9312
ebf5c4f5
CY
9313 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9314 items.
9315
9316 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9317 items.
9318
9319 * cedet/ede.el (ede-minor-mode):
9320 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9321
9a529312
SM
93222009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * textmodes/two-column.el (2C-split):
9325 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9326 * textmodes/tex-mode.el (tex-set-buffer-directory):
9327 * textmodes/spell.el (spell-region, spell-string):
9328 * textmodes/reftex.el (reftex-erase-buffer):
9329 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9330 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9331 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9332 (reftex-select-item):
9333 * textmodes/reftex-ref.el (reftex-label-info-update)
9334 (reftex-offer-label-menu):
9335 * textmodes/reftex-index.el (reftex-index-change-entry)
9336 (reftex-index-phrases-info):
9337 * textmodes/reftex-global.el (reftex-create-tags-file)
9338 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9339 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9340 (reftex-view-crossref-from-bibtex):
9341 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9342 (reftex-extract-bib-entries-from-thebibliography)
9343 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9344 * textmodes/refbib.el (r2b-capitalize-title):
9345 (r2b-convert-buffer, r2b-help):
9346 * textmodes/page-ext.el (pages-directory)
9347 (pages-directory-goto-with-mouse):
9348 * textmodes/bibtex.el (bibtex-validate-globally):
9349 * textmodes/bib-mode.el (bib-capitalize-title):
9350 * textmodes/artist.el (artist-clear-buffer, artist-system):
9351 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9352 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9353 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9354 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9355 (xscheme-send-control-g-interrupt, xscheme-start-process)
9356 (xscheme-process-sentinel, xscheme-cd):
9357 * progmodes/verilog-mode.el (verilog-read-always-signals)
9358 (verilog-set-define, verilog-getopt-file)
9359 (verilog-module-inside-filename-p):
9360 * progmodes/sh-script.el:
9361 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9362 (python-pdbtrack-grub-for-buffer, python-execute-file):
9363 * progmodes/octave-inf.el (inferior-octave):
9364 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9365 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9366 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9367 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9368 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9369 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9370 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9371 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9372 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9373 (idlwave-shell-examine-display, idlwave-shell-run-region)
9374 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9375 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9376 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9377 (idlwave-help-get-help-buffer):
9378 * progmodes/gud.el (gud-basic-call, gud-find-class)
9379 (gud-tooltip-activate-mouse-motions-if-enabled):
9380 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9381 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9382 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9383 (ebrowse-tags-next-file):
9384 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9385 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9386 (ebnf-eps-finish-and-write):
9387 * progmodes/cpp.el (cpp-edit-save):
9388 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9389 * progmodes/cc-defs.el (c-emacs-features):
9390 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9391 (antlr-directory-dependencies):
9392 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9393 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9394 (ada-find-any-references, ada-make-filename-from-adaname)
9395 (ada-make-body-gnatstub):
9396 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 9397 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
9398 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9399 * net/rcirc.el (rcirc-debug):
9400 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9401 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9402 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9403 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 9404 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
9405 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9406 (newsticker--treeview-list-clear-highlight)
9407 (newsticker--treeview-list-update-highlight)
9408 (newsticker--treeview-list-highlight-start)
9409 (newsticker--treeview-tree-update-highlight)
9410 (newsticker--treeview-get-selected-item)
9411 (newsticker-treeview-mark-list-items-old)
9412 (newsticker--treeview-set-current-node):
9413 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9414 * net/newst-backend.el (newsticker--get-news-by-funcall)
9415 (newsticker--get-news-by-wget, newsticker--image-get)
9416 (newsticker--image-sentinel):
9417 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9418 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9419 (eudc-ph-close-session):
9420 * net/eudc.el (eudc-save-options):
9421 * language/thai-word.el (thai-update-word-table):
9422 * language/japan-util.el (japanese-string-conversion):
9423 * international/titdic-cnv.el (tsang-quick-converter)
9424 (ziranma-converter, ctlau-converter):
9425 * international/mule-cmds.el (describe-language-environment):
9426 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9427 (skkdic-convert-postfix, skkdic-convert-prefix):
9428 (skkdic-convert-okuri-nasi, skkdic-convert):
9429 * emacs-lisp/re-builder.el (reb-update-overlays):
9430 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9431 * emacs-lisp/gulp.el (gulp-send-requests):
9432 * emacs-lisp/find-gc.el (trace-call-tree):
9433 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9434 (eieio-describe-generic):
9435 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9436 * emacs-lisp/edebug.el (edebug-outside-excursion):
9437 * emacs-lisp/debug.el (debugger-make-xrefs):
9438 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9439 * emacs-lisp/chart.el (chart-new-buffer):
9440 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9441 Use with-current-buffer.
9442 * textmodes/artist.el (artist-system): Don't call
9443 copy-sequence on a fresh string.
9444 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9445
d566f228
GM
94462009-10-31 Stephen Berman <stephen.berman@gmx.net>
9447
9448 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 9449 is no item to edit. (Bug#4820)
d566f228 9450 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 9451 buffer. (Bug#4820)
d566f228 9452
f3628edd
GM
94532009-10-31 Glenn Morris <rgm@gnu.org>
9454
5cf3709c
GM
9455 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9456 (comint-last-output-start, comint-last-input-start)
9457 (comint-last-input-end): Don't defvar when compiling.
9458 (ange-ftp-process-file): Use bound-and-true-p.
9459
4c814fd2
GM
9460 * pcmpl-rpm.el (top-level): Move provide statement to end.
9461 (pcmpl-rpm): Remove unused custom group.
9462
113b8dcc
GM
9463 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9464
31c615e4
GM
9465 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9466
416d3588
GM
9467 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9468 (byte-compile-warnings): Add `constants' as an option.
9469 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9470 (display-call-tree): Update for byte-compile-fdefinition possibly
9471 returning `(macro lambda ...)'. (Bug#4778)
9472 (byte-compile-variable-ref, byte-compile-setq-default):
9473 Respect `constants' member of byte-compile-warnings.
9474
8aedfd3b
GM
9475 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9476 Use mapc rather than mapcar because the return value is never used.
9477
f3628edd
GM
9478 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9479 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9480 * cedet/semantic/html.el:
9481 Suppress harmless warnings about setting up semantic-imenu (not
9482 part of Emacs) variables.
9483
00f71f39
SM
94842009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9487 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9488 to "submit:".
9489
4fa4a838
SM
9490 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9491 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9492 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9493 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9494 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9495 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9496 (semantic-analyzer-debug-global-symbol)
9497 (semantic-analyzer-debug-missing-innertype)
9498 (semantic-analyzer-debug-insert-include-summary):
9499 * cedet/semantic/util.el (semantic-file-tag-table):
9500 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9501 (semantic-recursive-find-nonterminal-by-name):
9502 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9503 * cedet/semantic/tag-file.el (semantic-prototype-file):
9504 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9505 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9506 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9507 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9508 (semantic-idle-summary-maybe-highlight):
9509 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9510 (semantic-ia-sb-tag-info):
9511 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9512 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9513 * cedet/semantic/ede-grammar.el (project-compile-target):
9514 (ede-proj-makefile-insert-variables):
9515 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9516 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9517 (semantic-debug-mode, semantic-debug):
9518 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9519 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9520 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9521 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9522 (semanticdb-find-translate-path-includes--internal)
9523 (semanticdb-reset-log, semanticdb-find-log-activity):
9524 * cedet/semantic/db-file.el (object-write):
9525 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9526 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9527 (semanticdb-create-ebrowse-database):
9528 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9529 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9530 (semantic-collector-calculate-completions-raw)
9531 (semantic-complete-read-tag-analyzer):
9532 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9533 * cedet/ede/util.el (ede-update-version-in-source):
9534 * cedet/ede/proj.el (project-delete-target):
9535 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9536 (ede-proj-flush-autoconf):
9537 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9538 (ede-proj-configure-synchronize):
9539 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9540 * cedet/ede/linux.el (ede-linux-version):
9541 * cedet/ede/emacs.el (ede-emacs-version):
9542 * cedet/ede/dired.el (ede-dired-add-to-target):
9543 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9544 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9545 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9546 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9547 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9548 (cedet-idutils-version-check):
9549 * cedet/cedet-global.el (cedet-gnu-global-call):
9550 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9551 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9552 * cedet/cedet-cscope.el (cedet-cscope-call)
9553 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9554 Use with-current-buffer.
9555 * cedet/ede.el (ede-make-project-local-variable)
9556 (ede-set-project-variables, ede-set): Use dolist.
9557
ca0a881a
DN
95582009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9559
9560 * textmodes/ispell.el (ispell-skip-region-alist):
9561 * international/mule-conf.el (eight-bit):
9562 * international/fontset.el (font-encoding-alist):
9563 * startup.el (pure-space-overflow-message):
9564 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9565 * paths.el (gnus-nntp-service, rmail-spool-directory)
9566 (term-file-prefix):
9567 * files.el (save-some-buffers-action-alist):
9568 * cmuscheme.el (same-window-buffer-names):
9569 * ielm.el (same-window-buffer-names):
9570 * shell.el (same-window-buffer-names):
9571 * mail/sendmail.el (same-window-buffer-names):
9572 * progmodes/inf-lisp.el (same-window-buffer-names):
9573 * bindings.el (mode-line-client)
9574 (mode-line-column-line-number-mode-map):
9575 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9576 (tibetan-precomposed-regexp): Purecopy string arguments.
9577
b861e45e
SM
95782009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9579
6df9b6d7
SM
9580 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9581 (calcDigit-nondigit):
9582 * calc/calc-yank.el (calc-copy-to-buffer):
9583 * calc/calc-units.el (calc-invalidate-units-table):
9584 * calc/calc-trail.el (calc-trail-yank):
9585 * calc/calc-store.el (calc-insert-variables):
9586 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9587 * calc/calc-prog.el (calc-read-parse-table):
9588 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9589 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9590 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9591 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9592 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9593 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9594 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9595 * calc/calc-ext.el (calc-realign):
9596 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9597 (calc-embedded-finish-edit, calc-embedded-make-info)
9598 (calc-embedded-finish-command, calc-embedded-stack-change):
9599 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9600
5a916e35
SM
9601 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9602 (overload-docstring-extension): Use that info.
9603 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9604 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9605 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9606 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9607 (semantic-nonterminal-full-name): Add the new `when' info.
9608 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9609 `assert'.
9610
70f44c65
SM
9611 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9612 shell-dynamic-complete-filename in preference to
9613 comint-dynamic-complete-filename.
9614
b861e45e
SM
9615 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9616 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9617 Don't consider whether the display supports colors.
9618 (bookmark-import-new-list): Use dolist.
9619 (bookmark-bmenu-mode-map): Move initialization into declaration.
9620 (bookmark-bmenu-list): Use dolist, simplify.
9621 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9622 (menu-bar-final-items): Use push.
9623
8549241d 96242009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
9625
9626 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9627 it works on remote files.
9628 (vc-hg-diff): Don't pass any `--cwd' argument.
9629
30644573
KR
96302009-10-27 Kevin Ryde <user42@zip.com.au>
9631
cc63d28f
SM
9632 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9633 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
9634 (Further to Bug#3921).
9635
9be01a63
MA
96362009-10-27 Michael Albinus <michael.albinus@gmx.de>
9637
9638 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9639 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9640 calling `tramp-imap-put-file'. Add file size to the call.
9641 (tramp-imap-get-file-entries): Compute also user name, file size,
9642 and date.
9643 (tramp-imap-handle-insert-directory): Insert uid and gid.
9644 (tramp-imap-handle-file-attributes): Transform uid and gid
9645 according to `id-format'.
9646 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9647 size in header X-Size.
9648
41849bf9
JB
96492009-10-26 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * simple.el (transpose-subr): Give clearer error when the mark
9652 is not set. (Bug#4807)
9653
293c24f9
MA
96542009-10-26 Michael Albinus <michael.albinus@gmx.de>
9655
cc63d28f
SM
9656 * net/tramp.el (tramp-perl-file-truename): New defconst.
9657 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 9658 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
9659 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9660 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 9661
cc63d28f
SM
9662 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9663 Ignore `dired-call-process'.
293c24f9
MA
9664 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9665
96662009-10-26 Julian Scheid <julians37@gmail.com>
9667
cc63d28f 9668 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
9669 (tramp-get-remote-readlink): New defun.
9670 (tramp-handle-file-truename): Use it.
9671 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9672 file exists if cache value present.
48c2d18a 9673 (tramp-check-cached-permissions): New defun.
293c24f9
MA
9674 (tramp-handle-file-readable-p): Use it.
9675 (tramp-handle-file-writable-p): Likewise.
9676 (tramp-handle-file-executable-p): Likewise.
9677 (tramp-handle-file-name-all-completions): Try using Perl to get
9678 partial completions. When perl not available, combine `cd' and
9679 `ls' into single remote operation and use shell expansion to get
9680 partial remote directory contents. Set `file-exists-p' cache for
9681 directory and any files returned by ls. Change cache handling to
9682 support partial directory contents. Use error message emitted by
9683 remote `cd' or Perl code for local tramp-error.
9684 (tramp-do-copy-or-rename-file-directly): Avoid separate
9685 tramp-send-command-and-check call.
cc63d28f
SM
9686 (tramp-handle-process-file): Merge three remote ops into one.
9687 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
9688 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9689 file-attributes shows uid/gid to be set already.
9690
a7610c52
DN
96912009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 * textmodes/tex-mode.el (tex-dvi-view-command)
9694 (tex-show-queue-command, tex-open-quote):
9695 * progmodes/ruby-mode.el (auto-mode-alist)
9696 (interpreter-mode-alist): Purecopy strings.
9697
9698 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9699
9700 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9701 string for the hook, keymap and abbrev table.
9702
9703 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9704
9705 * x-dnd.el (x-dnd-xdnd-to-action):
9706 * startup.el (fancy-startup-text, fancy-about-text): Change to
9707 defconst from defvar.
9708
9709 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9710
9711 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9712 Purecopy initialization strings.
9713
9714 * mail/sendmail.el (mail-header-separator)
9715 (mail-personal-alias-file):
9716 * mail/rmail.el (rmail-default-dont-reply-to-names)
9717 (rmail-ignored-headers, rmail-retry-ignored-headers)
9718 (rmail-highlighted-headers, rmail-secondary-file-directory)
9719 (rmail-secondary-file-regexp):
9720 * files.el (null-device, file-name-invalid-regexp)
9721 (locate-dominating-stop-dir-regexp)
cc63d28f 9722 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
9723 (interpreter-mode-alist): Use mapcar instead of mapc.
9724
9725 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9726
9727 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9728 (completion-ignored-extensions):
9729 (debug-ignored-errors): Purecopy strings.
9730
4fcc3d32
SM
97312009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9732
0667de21
SM
9733 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
9734 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
9735 (pcomplete--here): Use push.
9736
4fcc3d32
SM
9737 * subr.el (all-completions): Declare the 4th arg obsolete.
9738
955ef430
SM
97392009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9740
2d085307
SM
9741 * pcomplete.el (pcomplete-unquote-argument-function): New var.
9742 (pcomplete-unquote-argument): New function.
9743 (pcomplete--common-suffix): Always pay attention to case.
9744 (pcomplete--table-subvert): Quote and unquote the text.
9745 (pcomplete--common-quoted-suffix): New function.
9746 (pcomplete-std-complete): Use it and pcomplete-begin.
9747
955ef430
SM
9748 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
9749 we're inside a dedicated or minibuffer window.
9750
4fcc3d32
SM
97512009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * cedet/semantic/fw.el (semantic-alias-obsolete)
9754 (semantic-varalias-obsolete): Make the `when' arg mandatory.
9755 (define-mode-overload-implementation):
9756 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
9757 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
9758 * cedet/semantic/util.el (semantic-file-token-stream)
9759 (semantic-something-to-stream):
9760 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
9761 (semantic-expand-nonterminal):
9762 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
9763 (semantic-find-dependency, semantic-find-nonterminal)
9764 (semantic-find-dependency):
9765 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
9766 (semantic-flex-text, semantic-flex-make-keyword-table)
9767 (semantic-flex-keyword-p, semantic-flex-keyword-put)
9768 (semantic-flex-keyword-get, semantic-flex-map-keywords)
9769 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
9770 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
9771 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
9772 (semantic-after-idle-scheduler-reparse-hooks):
9773 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
9774 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
9775 * cedet/semantic.el (semantic-toplevel-bovine-table)
9776 (semantic-toplevel-bovine-cache)
9777 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
9778 (semantic-init-mode-hooks, semantic-init-db-hooks)
9779 (semantic-bovination-working-type): Provide the `when' arg.
9780
7c85c02b
KF
97812009-10-24 Karl Fogel <kfogel@red-bean.com>
9782
9783 * bookmark.el: Update documentation, especially documentation
9784 of `bookmark-alist' and of the bookmark file format.
9785 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
9786
3e8ae8a6
CY
97872009-10-24 Chong Yidong <cyd@stupidchicken.com>
9788
3e425845
CY
9789 * mail/emacsbug.el (report-emacs-bug): Clarify that the
9790 keybindings apply to the mail buffer (Bug#4003). Shrink help
9791 window to buffer.
9792
cdd47d48
CY
9793 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9794 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
9795 (whitespace-toggle-options, global-whitespace-toggle-options):
9796 Doc fix (Bug#3660).
cdd47d48 9797
ba07c9ad
CY
9798 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
9799 of xmltok-start before the end tag was inserted (Bug#2840).
9800
3e8ae8a6
CY
9801 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
9802 patterns that are preceded by an open-paren (Bug#1320).
9803
ab276820
CY
98042009-10-24 Sven Joachim <svenjoac@gmx.de>
9805
9806 * files.el (delete-directory): Delete symlinks to directories with
9807 delete-file (Bug#4739).
9808
86f1602f
CY
98092009-10-24 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
9812 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
9813 argument to make-obsolete.
9814
9815 * cedet/semantic/fw.el (semantic-alias-obsolete)
9816 (semantic-varalias-obsolete): Add optional WHEN argument.
9817
905a9ed3
DN
98182009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
9819
a9a2a6db
DN
9820 * vc.el (vc-backend-for-registration): Rename from
9821 vc-get-backend-for-registration. Update callers.
9822
cc63d28f
SM
9823 * international/mule-cmds.el (set-language-info-alist):
9824 Purecopy lang-env.
905a9ed3
DN
9825 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
9826 (charset): Purecopy the name.
9827 (define-char-code-property): Purecopy string arguments.
9828
9829 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9830 Purecopy string arguments.
9831
9832 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9833 * ediff-hook.el (menu-bar-ediff-menu):
9834 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
9835 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
9836
d270305a
GM
98372009-10-24 Glenn Morris <rgm@gnu.org>
9838
6c74d523 9839 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
9840 * term.el (term-dynamic-list-completions): Use choose-completion rather
9841 than obsolete alias mouse-choose-completion.
9842
ae732337
GM
9843 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
9844 file-cache-choose-completion.
9845 (file-cache-choose-completion): Handle an optional event argument.
9846 (file-cache-mouse-choose-completion): Make it an obsolete alias.
9847
cc63d28f
SM
9848 * progmodes/octave-mod.el (octave-complete-symbol):
9849 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 9850
9847dc91
GM
9851 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
9852 use.
9853
e8f2a5d5
GM
9854 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
9855 compiler.
9856
d270305a
GM
9857 * vc-hooks.el (vc-responsible-backend): Fix declaration.
9858
c6432f1e
SM
98592009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
9862 Ignore `pred' now that we receive one.
9863 Handle test-completion specially.
9864
6ab196f9
DN
98652009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9866
9867 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 9868 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
9869 REGISTER ...
9870 (vc-get-backend-for-registration): ... here. New function.
9871 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
9872 of vc-responsible-backend, pass the file name instead of the
9873 directory name.
9874
48feed59
SM
98752009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
9878 New funs.
9879 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
9880 (pcomplete-comint-setup): Don't modify a global var via
9881 accidental side-effects.
9882 (pcomplete-shell-setup): Adjust call accordingly.
9883 (pcomplete-parse-comint-arguments): Use push.
9884
00006066
CY
98852009-10-23 Chong Yidong <cyd@stupidchicken.com>
9886
36bfa3af
CY
9887 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9888 Allow uncapitalized info node names (Bug#3921).
9889
00006066
CY
9890 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
9891 to the DEBUG file (Bug#3781).
9892
aa311d6e
CY
98932009-10-23 Jari Aalto <jari.aalto@cante.net>
9894
9895 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
9896 dictionary entry (Bug#4579).
9897
b88f2d0a
MA
98982009-10-23 Michael Albinus <michael.albinus@gmx.de>
9899
9900 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
9901 from `rfn-eshadow-update-overlay-hook' when unloading.
9902 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
9903 "rsyncc". Adjust doc string.
48c2d18a 9904 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
9905 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9906 Keep temporary file when indicated by method ("rsync" and
9907 "rsyncc").
9908 (tramp-handle-write-region): Handle APPEND.
9909 (tramp-delete-temp-file-function): New defun. Added to
9910 `kill-buffer-hook'.
9911
1becddbb
JB
99122009-10-23 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
9915
8f43cbf3
DN
99162009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
9919 (color-name-rgb-alist, tty-standard-colors)
9920 (tty-color-mode-alist): Change to defconst.
9921
9922 * simple.el (mark-inactive): Purecopy message.
9923
9924 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
9925 (global-map, yank-menu):
9926 * textmodes/ispell.el (ispell-menu-map):
9927 * net/eudc.el (eudc-tools-menu):
9928 * international/mule-cmds.el (describe-language-environment-map)
9929 (setup-language-environment-map, set-coding-system-map)
9930 (mule-menu-keymap):
9931 * vc-hooks.el (vc-menu-entry, vc-menu-map):
9932 * replace.el (occur-mode-map):
9933 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
9934
1d228a31
JB
99352009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
9936
9937 * calc/calc.el (math-read-number, math-read-number-simple): Use
9938 `save-match-data'.
9939
3b067af1
SM
99402009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9941
28a90c44
SM
9942 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
9943 rather than fiddling with global-map bindings, since it should only
9944 affect per-terminal settings.
9945 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
9946
a452eee8
SM
9947 * minibuffer.el (completion-table-with-terminator): Allow to specify
9948 the terminator-regexp.
9949
ab14d7d5
SM
9950 * simple.el (switch-to-completions): Look for *Completions* in other
9951 frames as well.
9952
3b067af1
SM
9953 * pcomplete.el: Allow the use of completion-tables.
9954 (pcomplete-std-complete): New command.
9955 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
9956 (pcomplete--here): Use a function for `form' rather than an expression,
9957 so it can be byte-compiled.
9958 (pcomplete-here, pcomplete-here*): Adjust accordingly.
9959 Add edebug declaration.
9960 (pcomplete-show-completions): Remove unused var `curbuf'.
9961 (pcomplete-do-complete, pcomplete-stub):
1becddbb 9962 Don't assume `completions' is a list of strings any more.
3b067af1 9963
5480359e
JB
99642009-10-22 Juanma Barranquero <lekktu@gmail.com>
9965
9966 * find-dired.el (find-name-arg): Fix typo in docstring.
9967
3170b794
SM
99682009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9969
48c23a25
SM
9970 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
9971 (pcmpl-linux-fs-types): Same, and update to new modules layout.
9972
56b14058
SM
9973 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
9974 pcomplete-entries.
9975
3170b794
SM
9976 * comint.el (comint-read-input-ring, comint-write-input-ring)
9977 (comint-substitute-in-file-name)
9978 (comint-dynamic-complete-as-filename)
9979 (comint-dynamic-simple-complete)
9980 (comint-dynamic-list-filename-completions)
9981 (comint-dynamic-list-completions)
9982 (comint-redirect-results-list-from-process): Minor simplifications.
9983
2affef34
KR
99842009-10-21 Kevin Ryde <user42@zip.com.au>
9985
3170b794
SM
9986 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9987 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 9988 the first form. And insert a blank line after ";;; Code" since
d8194864 9989 that's usual style. (Bug#4612)
2affef34 9990
e7b94bbb
KR
9991 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
9992
528c56e2
SM
99932009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * minibuffer.el (completion-table-with-terminator): Properly implement
9996 boundaries, in case `terminator' appears in the suffix.
9997 (completion--embedded-envvar-table): Don't return boundaries if
9998 there's no valid completion. Simplify.
9999 (completion-file-name-table): New completion table extracted from
10000 completion--file-name-table.
10001 (completion--file-name-table): Use it.
10002 (read-file-name-predicate): Declare obsolete.
10003 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10004 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10005 completion-file-name-table, and use the `pred' argument.
10006 * files.el (locate-file-completion-table): Use the `pred' arg rather
10007 than read-file-name-predicate.
10008 (abbreviate-file-name): Use \` rather than ^ for BOS.
10009
f9ed9b4f
DN
100102009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10011
10012 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10013 vc-responsible-backend to register, it causes problems.
10014
5f2022a3
SM
100152009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10018
8d106ea0
CY
100192009-10-21 Eric Ludlam <zappo@gnu.org>
10020
10021 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10022 (semantic-c-debug-mode-init-pch): New functions.
10023 (semantic-c-debug-mode-init-last-mode): New var.
10024 (semantic-c-parse-lexical-token): Use them.
10025
10026 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10027 When extracting the argument list, limit only by point-max.
10028
fc754ea1
MA
100292009-10-21 Michael Albinus <michael.albinus@gmx.de>
10030
10031 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10032 (tramp-smb-handle-file-attributes): Use it.
10033 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10034 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
10035 `mapcar'. Use `tramp-smb-get-stat-capability'.
10036 Add `dired-filename' text properties.
fc754ea1
MA
10037 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10038 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10039 version.
10040
79bd5ba1
SM
100412009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * subr.el (read-key-delay): Reduce to 0.01.
10044 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10045 (bug#4751).
10046
3c13704d
SM
100472009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10048
554efd10
SM
10049 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10050
c2a37b78
SM
10051 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10052 (Info-menu): Remove unused vars `last' and `completions'.
10053 (Info-index-nodes): Remove unused var `node'.
10054
3c13704d
SM
10055 * info.el (Info-complete-menu-item): Use complete-with-action.
10056
d1e4c403
DN
100572009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10058
10059 Make vc-annotate work through copies and renames.
3c13704d
SM
10060 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10061 Return the file name too.
d1e4c403
DN
10062 (vc-annotate-revision-at-line)
10063 (vc-annotate-find-revision-at-line)
10064 (vc-annotate-revision-previous-to-line)
10065 (vc-annotate-show-log-revision-at-line): Update to get the file
10066 name from vc-annotate-extract-revision-at-line.
10067 (vc-annotate-show-diff-revision-at-line-internal): Change the
10068 argument to mean whether to show a file diff or not. Get the file
10069 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
10070 (vc-annotate-show-diff-revision-at-line):
10071 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
10072 (vc-annotate-warp-revision): Add an optional file argument.
10073
10074 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10075 (vc-git-annotate-extract-revision-at-line): Also return the file
10076 name if found.
10077
10078 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10079 command. Remove unused code.
10080 (vc-hg-annotate-re): Update to match --follow output.
10081 (vc-hg-annotate-extract-revision-at-line): Also return the file
10082 name if found.
10083
10084 * vc.el: Update annotate-extract-revision-at-line documentation.
10085
b0b0ef98
KR
100862009-10-18 Kevin Ryde <user42@zip.com.au>
10087
10088 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10089 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10090
a9e7f03d
KR
10091 * net/browse-url.el (browse-url): Identify alist with "consp and
10092 not functionp" and let all other things go down the `apply' leg,
10093 as suggested by Stefan. (Further to bug#4531.)
10094
7346a407
CY
100952009-10-18 Chong Yidong <cyd@stupidchicken.com>
10096
10097 * minibuffer.el (read-file-name): Check for repeat before putting
10098 a default argument in file-name-history (Bug#4657).
10099
10100 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10101 read syntax (Bug#4737).
10102
3c13704d 10103 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 10104
1da94541
CY
101052009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10106
10107 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10108 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10109 entries and make note of obsolete tags.
10110
2b93080a
SM
101112009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10114
18b5ffb5
GM
101152009-10-18 Glenn Morris <rgm@gnu.org>
10116
10117 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10118 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 10119 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
10120 now, and in any case the file header format has changed.
10121
c2e161b2
GM
101222009-10-17 Glenn Morris <rgm@gnu.org>
10123
10124 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10125 (flyspell-get-word, flyspell-large-region)
10126 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10127
a1eb44f5
CY
101282009-10-17 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * Makefile.in (ELCFILES): Add ede/shell.
10131
4418646e
DN
101322009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10133
10134 * term/common-win.el (x-colors): Purecopy it.
10135
4062011e
SM
101362009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10139 permissive for when the buffer is empty.
10140 (tar-header-block-tokenize): Decode the username and groupname.
10141 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10142
67d3ffe4
CY
101432009-10-17 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * cedet/srecode/srt.el:
10146 * cedet/srecode/compile.el:
10147 * cedet/semantic/mru-bookmark.el:
10148 * cedet/semantic/debug.el:
10149 * cedet/semantic/complete.el:
10150 * cedet/semantic/analyze.el: Require CL when compiling.
10151
101522009-10-17 Eric Ludlam <zappo@gnu.org>
10153
10154 * cedet/semantic/scope.el
10155 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10156 tmpscope so that the regular scope will continue to work.
10157
4062011e
SM
10158 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10159 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
10160
10161 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10162 contains multibyte characters, choose first applicable coding
10163 system automatically.
10164
10165 * cedet/ede/project-am.el (project-run-target): New method.
10166 (project-run-target): New method.
10167
10168 * cedet/ede.el (ede-target): Add run target menu item.
10169 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10170 (ede-run-target): New function.
10171 (ede-target::project-run-target): New method.
10172
10173 * cedet/ede/proj.el (project-run-target): New method.
10174
10175 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10176 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10177 Add :rules.
10178 (ede-proj-target-makefile-shared-object): Only libtool compilers
10179 now available. Add linkers for libtool.
10180 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10181 (ede-proj-makefile-target-name): Always use .la extension.
10182
10183 * cedet/ede/proj-prog.el (project-run-target): New method.
10184
4062011e 10185 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
10186 (ede-g++-linker): Change Change link lines.
10187
4062011e
SM
10188 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10189 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
10190 search backward from there.
10191 (ede-proj-makefile-automake-insert-subdirs)
10192 (ede-proj-makefile-automake-insert-extradist): New methods.
10193 (ede-proj-makefile-create): Use them.
10194
10195 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10196 Force FILE to expand to the current target. Use file-exists-p to
10197 check that it exists.
10198
10199 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
10200 (ede-linux-load): Wrap dir in file-name-as-directory.
10201 Set :version slot.
67d3ffe4
CY
10202
10203 * cedet/ede/files.el (ede-get-locator-object): When enabling
10204 locate, do so on "top".
10205
10206 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10207 file-name-as-directory during compare.
4062011e
SM
10208 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10209 Get version number from different places. Don't call egrep.
67d3ffe4
CY
10210 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10211 to set the directory.
10212
10213 * cedet/ede/shell.el: New file.
10214
10215 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10216 alpha/beta variants.
10217
2df48a87
SM
102182009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * international/mule-cmds.el (select-safe-coding-system): If the file
10221 has a coding cookie, use it regardless of any other setting (bug#4712).
10222
fd7dd48c
GM
102232009-10-17 Glenn Morris <rgm@gnu.org>
10224
547776f9
GM
10225 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10226 All errors should have messages.
10227
3ee0b477 10228 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
10229 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10230
2550e4b1
GM
10231 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10232 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10233 (dired-keep-marker-symlink, dired-dwim-target)
10234 (dired-copy-preserve-time): Do not autoload these defcustoms.
10235
fd7dd48c
GM
10236 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10237 messages from messing up the file coding. (Bug#4623)
10238
f3e3a990
GM
102392009-10-17 Jari Aalto <jari.aalto@cante.net>
10240
10241 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10242 if no match is found for the current dictionary. (Bug#4578)
10243
10244 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10245 optional, since that is how it is documented, and this is often called
10246 with a nil argument. (Bug#4577)
10247 (flyspell-external-point-words, flyspell-auto-correct-word)
10248 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10249 (flyspell-word-search-backward): Remove nil argument in calls to
10250 flyspell-get-word, since it is not needed now.
10251
102522009-10-17 Ulrich Mueller <ulm@gentoo.org>
10253
1becddbb 10254 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 10255
b61374ab
GM
102562009-10-16 Glenn Morris <rgm@gnu.org>
10257
10258 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10259
412707c2
SM
102602009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10261
10262 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10263 (ange-ftp-file-size): New function.
10264 (ange-ftp-file-attributes): Use it.
10265
0c6f436e
MA
102662009-10-16 Michael Albinus <michael.albinus@gmx.de>
10267
10268 * net/tramp-smb.el (tramp-smb-version): New defvar.
10269 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10270 repeated checks.
10271
850bfd04
GM
102722009-10-16 Glenn Morris <rgm@gnu.org>
10273
10274 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10275 Maybe copy some custom properties from old to new name. (Bug#4706)
10276
f3ed9aca
JB
102772009-10-16 Juanma Barranquero <lekktu@gmail.com>
10278
10279 * subr.el (error, sit-for, start-process-shell-command)
10280 (start-file-process-shell-command): Set the calling convention
10281 after the function definition.
10282
fd6c5134
SM
102832009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * subr.el (error, sit-for, start-process-shell-command)
10286 (start-file-process-shell-command): Use the new
10287 set-advertised-calling-convention feature.
10288
73874eb7
KH
102892009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10290
fd6c5134
SM
10291 * international/ucs-normalize.el (ucs-normalize-version):
10292 Change to 1.2.
10293 (check-range): Adjust for Unicode 5.2.
73874eb7 10294
03fb33cf
JL
102952009-10-15 Juri Linkov <juri@jurta.org>
10296
10297 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10298 to the `menu-item' format.
10299
4260b402
MA
103002009-10-15 Michael Albinus <michael.albinus@gmx.de>
10301
10302 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10303 if the environment variable does not exist.
10304
10305 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10306 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10307 parameter.
10308 (tramp-smb-handle-add-name-to-file)
10309 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10310 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10311 (tramp-smb-handle-file-attributes)
10312 (tramp-smb-do-file-attributes-with-stat)
10313 (tramp-smb-handle-file-local-copy)
10314 (tramp-smb-handle-insert-directory)
10315 (tramp-smb-handle-make-directory)
10316 (tramp-smb-handle-make-directory-internal)
10317 (tramp-smb-handle-make-symbolic-link)
10318 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10319 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10320 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10321 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10322 Handle long file names.
10323 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10324 process is running.
10325 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10326 Read share names with "-g" option.
10327
d7a0fd6f
GM
103282009-10-15 Ryan Yeske <rcyeske@gmail.com>
10329
10330 * net/rcirc.el (rcirc-view-log-file): New command.
10331 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10332 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10333 specified.
10334
0b44494a
GM
103352009-10-15 Glenn Morris <rgm@gnu.org>
10336
af9fb32f
GM
10337 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10338 from the second command-line argument.
10339 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10340 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10341 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10342 w32-batch-update-autoloads.
10343 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10344 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10345
0b44494a
GM
10346 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10347 the headers cannot be located. Simplify, subtracting superflous
10348 save-excursions.
10349
d5e63715
SM
103502009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 Replace completion-base-size by completion-base-position to fix bugs
10353 such as (bug#4699).
10354 * simple.el (completion-base-position): New var.
10355 (completion-base-size): Mark as obsolete.
10356 (choose-completion): Make it work for mouse events as well.
10357 Pass the new base-position to choose-completion-string.
10358 (choose-completion-guess-base-position): New function, extracted from
10359 choose-completion-delete-max-match.
10360 (choose-completion-delete-max-match): Use it. Make obsolete.
10361 (choose-completion-string): Use the new base-position info.
10362 (completion-root-regexp): Delete.
10363 (completion-setup-function): Preserve completion-base-position.
10364 Eliminate obsolete base-size manipulation.
10365 * minibuffer.el (display-completion-list): Don't mess with base-size.
10366 (minibuffer-completion-help): Set completion-base-position instead.
10367 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10368 choose-completion.
10369 * textmodes/bibtex.el (bibtex-complete):
10370 * emacs-lisp/crm.el (crm--choose-completion-string):
10371 Adjust to new calling convention.
10372 * complete.el (partial-completion-mode): Use minibufferp to avoid
10373 bumping into incompatible change to choose-completion-string-functions.
10374 * ido.el (ido-choose-completion-string): Make its calling convention
10375 more permissive.
10376 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10377 base-size manipulation.
10378 (comint-dynamic-list-input-ring): Use dotimes and push.
10379 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10380 fundamental-mode. Use `or'.
10381
92f8bfc7
JL
103822009-10-14 Juri Linkov <juri@jurta.org>
10383
10384 * misearch.el (multi-isearch-next-buffer-from-list)
10385 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10386
e78e280d
SM
103872009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10388
384ca163
SM
10389 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10390 `bytecomp.el'.
10391
681e0e7c
SM
10392 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10393 string we return is all made up of text from the completions rather
10394 than part from the completions and part from the input (bug#4219).
10395
e78e280d
SM
10396 * ido.el (ido-everywhere): Use define-minor-mode.
10397
10398 * buff-menu.el (list-buffers, ctl-x-map):
10399 Mark the entry points with ;;;###autoload cookies.
10400
b4e813ca
DN
104012009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10402
52964e54
DN
10403 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10404 correctly in the detached head case.
10405 (vc-git-print-log): Remove unused binding.
10406
b4e813ca
DN
10407 * vc.el (vc-responsible-backend): When a directory is passed for
10408 for registration create a VC repository if no backend is
10409 responsible for the directory argument.
10410 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
10411
10412 * vc.el: Move comments about RCS and SCCS ...
10413 * vc-rcs.el:
10414 * vc-sccs.el: ... here, respectively.
10415
40ba9882
SM
104162009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * minibuffer.el (completion--file-name-table): Return nil if there's
10419 no file completion, even if substitute-in-file-name changed
10420 the string (bug#4708).
10421
04e0f59b
JL
104222009-10-13 Juri Linkov <juri@jurta.org>
10423
10424 * files-x.el (read-file-local-variable-value): Don't filter out
10425 minor modes from mode name completion (bug#4664).
10426
314c8e25
JB
104272009-10-13 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * international/mule-cmds.el (ucs-names): Remove exclusion of
10430 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10431
5c9b7d36
KH
104322009-10-13 Kenichi Handa <handa@m17n.org>
10433
10434 * international/uni-name.el: Regenerated.
10435
1e7a80f2
JB
104362009-10-13 Juanma Barranquero <lekktu@gmail.com>
10437
10438 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10439 should be automatically buffer-local, but isn't.)
10440
cd29f88b
SS
104412009-10-12 Sam Steingold <sds@gnu.org>
10442
10443 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 10444 timestamps if the buffer has been visited before.
0cd16af4
SS
10445 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10446 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 10447
37493a98
GM
104482009-10-12 Glenn Morris <rgm@gnu.org>
10449
10450 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10451 Let-bind `size'.
10452
3b56b1e6
JB
104532009-10-12 Juanma Barranquero <lekktu@gmail.com>
10454
7422a4bb
JB
10455 * proced.el (proced-unload-function): New function.
10456
fa72d075
JB
10457 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10458 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10459 Doc fix.
10460
3b56b1e6
JB
10461 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10462
4d9b4323
JL
104632009-10-11 Juri Linkov <juri@jurta.org>
10464
10465 * files-x.el (read-file-local-variable-value):
10466 Provide default value only for bound variables (bug#4664).
10467
f6f7e059
MA
104682009-10-11 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10471 connection methods like smb.
10472
10473 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10474 can be empty.
10475
10476 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10477 (tramp-smb-file-name-handler-alist): Add handlers for
10478 `add-name-to-file', `make-symbolic-link'.
10479 (tramp-smb-handle-add-name-to-file)
2992485f 10480 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
10481 (tramp-smb-handle-make-symbolic-link)
10482 (tramp-smb-get-cifs-capabilities): New defuns.
10483 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10484 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10485 (tramp-smb-handle-file-local-copy)
10486 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
10487 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10488 The file name syntax depends on cifs capabilities.
10489 (tramp-smb-handle-file-attributes):
10490 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10491 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10492 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 10493
67868d26
CY
104942009-10-11 Chong Yidong <cyd@stupidchicken.com>
10495
10496 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10497 (eieio-defclass): Apply deftype handler and setf-method properties
10498 directly.
10499 (eieio-add-new-slot): Avoid union function from cl library.
10500 (eieio--typep): New function.
10501 (eieio-perform-slot-validation): Use it.
10502
6d6a5b7e
KF
105032009-10-10 Karl Fogel <kfogel@red-bean.com>
10504
3b56b1e6 10505 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
10506 Update documentation to refer to the variables documented in r1.135.
10507 (Bug#4188)
10508
67b70de9
KF
105092009-10-10 Karl Fogel <kfogel@red-bean.com>
10510
10511 * bookmark.el (Info-suffix-list): Remove this unused variable.
10512 (bookmark-current-point): Remove this obsolete variable.
10513 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10514 Adjust for removal of bookmark-current-point.
10515
10516 (bookmarks-already-loaded, bookmark-current-buffer)
10517 (bookmark-yank-point): Document. (Bug#4188)
10518
58ae51ae
GM
105192009-10-10 Glenn Morris <rgm@gnu.org>
10520
4619ff5e
GM
10521 * frame.el (frame-height): Doc fix.
10522
58ae51ae
GM
10523 * calendar/calendar.el (calendar-split-width-threshold): New option.
10524 (calendar-basic-setup): Use calendar-split-width-threshold.
10525
3b56b1e6 105262009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 10527
3b56b1e6
JB
10528 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10529 Use .la for Automake.
d751f122 10530
fa63f49c
CY
105312009-10-09 Chong Yidong <cyd@stupidchicken.com>
10532
3b56b1e6
JB
10533 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10534 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 10535
d364386c
JB
105362009-10-09 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10539 Ideographic Supplement" range (U+1F200..U+1F2FF).
10540
33e97a28
KF
105412009-10-09 Karl Fogel <kfogel@red-bean.com>
10542
02d0f051 10543 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 10544 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
10545
105462009-10-09 Karl Fogel <kfogel@red-bean.com>
10547
d364386c 10548 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
10549 (bookmark-bmenu-execute-deletions): Don't save here, as
10550 bookmark-delete will now do so if necessary.
d364386c 10551 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
10552 (Bug#4348)
10553
9656d87b
GM
105542009-10-09 Glenn Morris <rgm@gnu.org>
10555
10556 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10557
e6227f06
KF
105582009-10-09 Karl Fogel <kfogel@red-bean.com>
10559
10560 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10561 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10562 argument now, so the two function's behaviors will match. (Bug#3645)
10563
35c7e413
CY
105642009-10-08 Chong Yidong <cyd@stupidchicken.com>
10565
4f54db4b
CY
10566 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10567 Fix filename test.
35c7e413
CY
10568 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10569 to expand file names.
10570
288f783b
MA
105712009-10-08 Michael Albinus <michael.albinus@gmx.de>
10572
10573 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 10574 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 10575 Apply `save-match-data'.
288f783b
MA
10576
10577 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10578 case both directories are remote.
10579 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 10580 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 10581
c2a81032
CY
105822009-10-08 Chong Yidong <cyd@stupidchicken.com>
10583
a6b98754
CY
10584 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10585 (ede-proj-target-makefile-objectcode): Use it.
10586
c2a81032 10587 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
10588 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10589 Return search result. This error was introduced while merging.
c2a81032 10590
872a1ea4
JB
105912009-10-07 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10594
ab2baced
GM
105952009-10-07 Glenn Morris <rgm@gnu.org>
10596
e78e280d
SM
10597 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10598 of concat.
ab2baced 10599
5c4634c1
SM
106002009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * files-x.el (read-file-local-variable): Include some
10603 non-user-variables in the completion table (bug#4664).
10604
c2dc9732
MA
106052009-10-07 Michael Albinus <michael.albinus@gmx.de>
10606
10607 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10608 message.
10609
10610 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10611 (tramp-smb-file-name-handler-alist): Add handler for
10612 `copy-directory', `expand-file-name', `set-file-modes'.
10613 (tramp-smb-handle-copy-directory)
10614 (tramp-smb-handle-expand-file-name)
10615 (tramp-smb-handle-set-file-modes): New defuns.
10616 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10617 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10618 entry.
10619 (tramp-smb-handle-insert-directory): Don't flush the cache.
10620 (tramp-smb-maybe-open-connection): Check for samba client and
10621 server versions.
10622
11be40a6
EZ
106232009-10-07 Eli Zaretskii <eliz@gnu.org>
10624
10625 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10626 to not error out of search for "^lisp=" fails.
10627
8c4afe20
JB
106282009-10-07 Juanma Barranquero <lekktu@gmail.com>
10629
10630 * makefile.w32-in (WINS_UPDATES): New macro.
10631 (custom-deps, finder-data, autoloads): Use it.
10632
429a1506
GM
106332009-10-07 Glenn Morris <rgm@gnu.org>
10634
ee2e93e2
GM
10635 * Makefile.in (autoloads): Revert previous change.
10636 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10637 the list of preloaded files passed on the command-line, get
10638 it from src/Makefile.
10639
429a1506
GM
10640 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10641 show the original buffer rather than a random one.
10642
a51203ee 106432009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
10644
10645 * help.el (describe-no-warranty): Place point in a slightly better
10646 position in the GPLv3 text.
10647
f58f7520
SS
106482009-10-06 Sam Steingold <sds@gnu.org>
10649
10650 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10651 the comm attribute is present before calling regexp-quote.
10652
bde79dc0
JB
106532009-10-06 Juanma Barranquero <lekktu@gmail.com>
10654
10655 * play/animate.el (animate-string): For good effect, make sure
10656 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10657
10658 * play/animate.el (animate-sequence, animate-birthday-present):
10659 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10660
25ab0302
GM
106612009-10-06 Glenn Morris <rgm@gnu.org>
10662
73fe714a
GM
10663 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10664
3405d98c
GM
10665 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10666 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10667 (batch-update-autoloads): Process a string value of autoload-excludes,
10668 set during the build process.
10669 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10670
9fb2cdc5
GM
10671 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10672 inside with-parsed... macro so that `v' is defined.
10673
7938ab41
GM
10674 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10675 * progmodes/fortran.el (fortran-end-of-block)
10676 (fortran-beginning-of-block):
10677 Also push mark in the macro case.
10678
eaf9b564
GM
10679 * emerge.el (emerge-show-file-name):
10680 * calc/calc.el (calc-quit):
10681 * calc/calc-misc.el (calc-big-or-small):
10682 * calc/calc-graph.el (calc-graph-view):
10683 * calc/calc-ext.el (calc-reset):
10684 * calendar/calendar.el (calendar-basic-setup):
10685 Use window-full-height-p.
10686
25ab0302
GM
10687 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10688 header we don't understand, don't insert another. (Bug#4624)
10689 If changing mime charset, insert the new one in the right place.
10690
00169eb6
GM
106912009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10692
10693 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10694 (cal-tex-cursor-month): Correctly increment the end date for diary and
10695 holiday listing. (Bug#4626)
10696
82882188
SM
106972009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10698
40ba9882 10699 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
10700 a symbol.
10701
a8f316ca
JB
107022009-10-05 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10705 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10706 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10707 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10708
10709 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10710 (eieio-default-superclass): Reflow docstrings.
10711 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10712 (eieio-unbind-method-implementations, defmethod)
10713 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10714 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10715 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10716 (eieio-slot-originating-class-p, eieio-slot-name-index)
10717 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10718 (constructor, initialize-instance, no-next-method, object-print)
10719 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10720 Fix typos in docstrings.
10721 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10722 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10723 (next-method-p): Doc fixes.
10724 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10725 Fix typos in error messages.
10726 (eieio-defmethod): Fix typo in description of generic method.
10727
10728 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10729 (eieio-persistent-save-interactive, slot-missing):
10730 Fix typos in docstrings.
10731 (eieio-instance-inheritor-slot-boundp): Doc fix.
10732
10733 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
10734 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
10735
10736 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
10737 (eieio-custom-object-apply-reset):
10738 Fix typos in docstrings and error messages.
10739
10740 * emacs-lisp/eieio-datadebug.el (data-debug-show):
10741 Fix typo in docstring.
10742
10743 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
10744 (eieio-browse-tree): Doc fix.
10745 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
10746 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
10747 Fix typos in docstrings.
10748
10749 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
10750 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
10751 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
10752 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
10753 Reflow docstrings.
10754
c66b7ac0
DN
107552009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
10756
4a827e0a 10757 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
10758 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
10759 Set log-view-vc-backend so that diff can work.
4a827e0a 10760
c66b7ac0
DN
10761 * log-view.el (log-view-diff): Use vc-diff-internal instead of
10762 vc-version-diff.
10763 (vc-diff-internal): Autoload this instead of vc-version-diff.
10764
1902a98c
EZ
107652009-10-05 Eli Zaretskii <eliz@gnu.org>
10766
a7a8618b
EZ
10767 * simple.el (eval-expression): Doc fix.
10768
1902a98c
EZ
10769 * progmodes/cwarn.el (cwarn-mode): Doc fix.
10770
0e1f2ee6
MA
107712009-10-05 Michael Albinus <michael.albinus@gmx.de>
10772
10773 * files.el (directory-files-no-dot-files-regexp): New defconst.
10774 (delete-directory): Use it.
10775 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
10776
263c02ef 10777 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
10778 (tramp-methods): Add recursive option to `tramp-copy-args'.
10779 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 10780 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 10781 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
10782 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10783 Add handler for `copy-directory'.
10784 (tramp-handle-copy-directory): New defun.
10785 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
10786 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
10787 Optimize sent command.
263c02ef 10788
72aa7df4
SM
107892009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10790
4a34f065
SM
10791 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
10792 window if necessary.
10793
72aa7df4
SM
10794 * calendar/calendar.el (calendar-basic-setup): Don't call
10795 switch-to-buffer in a dedicated window.
10796
5feb1ba7
KF
107972009-10-05 Karl Fogel <kfogel@red-bean.com>
10798
10799 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 10800 don't do anything related to relocating, just return nil.
5feb1ba7
KF
10801 (bookmark-error-no-filename): New error.
10802 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
10803 bookmark has no file. Don't even attempt to handle things that
10804 are not files; the whole point of custom handlers is to keep that
10805 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
10806 (bookmark-file-or-variation-thereof): Remove now-unused function.
10807 (bookmark-location): Doc string fix.
10808 (Bug#4250)
10809
1bd49952
KF
108102009-10-04 Karl Fogel <kfogel@red-bean.com>
10811
10812 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
10813 don't use a file dialog, because they usually don't know how to read
10814 a directory target from the user. (Bug#4230)
10815 Also, make sure the prompt can display directories as well as files.
10816
825382c0
KF
108172009-10-04 Karl Fogel <kfogel@red-bean.com>
10818
10819 * bookmark.el (bookmark-set, bookmark-buffer-name):
10820 Improve doc strings. (Bug#1193)
10821
13901bcb
KF
108222009-10-04 Karl Fogel <kfogel@red-bean.com>
10823
4a34f065
SM
10824 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
10825 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
10826 (bookmark-get-annotation, bookmark-set-annotation)
10827 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10828 (bookmark-set-position, bookmark-get-front-context-string)
10829 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10830 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
10831 (bookmark-jump-other-window, bookmark-handle-bookmark)
10832 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
10833 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
10834 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
10835 Improve doc strings to say whether bookmark can be a string or
10836 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
10837 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
10838 (bookmark-default-annotation-text, bookmark-yank-word)
10839 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
10840 (bookmark-import-new-list, bookmark-maybe-rename)
10841 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10842 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 10843 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 10844 add a FIXME comment about how the function may be pointless.
13901bcb 10845 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
10846 parameter name, to clarify that this takes a bookmark record
10847 not a bookmark name.
13901bcb 10848 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 10849 and improve the doc string a bit.
13901bcb
KF
10850 (Bug#4188)
10851
5c1b3e94
KF
108522009-10-04 Karl Fogel <kfogel@red-bean.com>
10853
10854 * bookmark.el (bookmark-alist): Document the new `handler' element
10855 in the param alist.
10856 (bookmark-make-record-function): Adjust documentation for above.
10857 (Bug#4193)
10858
8559076d
KF
108592009-10-04 Karl Fogel <kfogel@red-bean.com>
10860
10861 * info.el (Info-bookmark-make-record): Document this function.
10862 (Info-bookmark-jump): Document with a doc string, not just a comment.
10863 (Bug#4203)
10864
82481502
CY
108652009-10-04 Chong Yidong <cyd@stupidchicken.com>
10866
4a34f065 10867 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
10868 (semantic-new-buffer-fcn): Call parser setup functions here.
10869 (semantic-mode): Don't call parser setup functions here, it's done
10870 in semantic-new-buffer-fcn now.
d436f538 10871 (semantic-mode): Parse all existing buffers when enabled.
82481502 10872
4a34f065
SM
10873 * cedet/srecode/compile.el (srecode-compile-file):
10874 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 10875
2e7eba60
CY
108762009-10-04 Chong Yidong <cyd@stupidchicken.com>
10877
d91485a9
CY
10878 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
10879
10880 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
10881 (proj-comp-insert-variable-once): New macro, renamed from
10882 ede-pmake-insert-variable-once in ede/pmake.edl.
10883 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 10884
b4583b8c
MA
108852009-10-04 Michael Albinus <michael.albinus@gmx.de>
10886
10887 * files.el (copy-directory): New defun.
10888
10889 * dired-aux.el (dired-copy-file-recursive): Use it.
10890
04075952
JB
108912009-10-04 Juanma Barranquero <lekktu@gmail.com>
10892
10893 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10894 (makefile-end-of-command):
10895 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10896 (semantic-end-of-context): Fix previous change. Doc fixes.
10897
131ae8f2
JB
108982009-10-04 Juanma Barranquero <lekktu@gmail.com>
10899
a30e71ae
JB
10900 * files-x.el (modify-dir-local-variable)
10901 (copy-dir-locals-to-file-locals-prop-line):
10902 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
10903 (makefile-end-of-command):
10904 * cedet/semantic/lex.el (semantic-lex-token):
10905 * cedet/semantic/analyze/fcn.el
10906 (semantic-analyze-dereference-metatype-1):
10907 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
10908 (semantic-lex-cpp-undef):
10909 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
10910 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
10911 (semantic-end-of-context): Fix typos in docstrings.
10912
131ae8f2
JB
10913 * recentf.el (recentf-unload-function): New function.
10914
0fd9cb9c
CY
109152009-10-04 Chong Yidong <cyd@stupidchicken.com>
10916
a30e71ae 10917 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
10918 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
10919 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 10920 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 10921
ccafbf06
GM
109222009-10-04 Glenn Morris <rgm@gnu.org>
10923
10924 * window.el (window-full-height-p): Add doc string.
10925
02c6f098
GM
109262009-10-04 Martin Rudalics <rudalics@gmx.at>
10927
10928 * window.el (window-full-height-p): New function. (Bug#4543)
10929
e6e267fc
CY
109302009-10-03 Chong Yidong <cyd@stupidchicken.com>
10931
a70bfe61
CY
10932 * cedet/srecode/insert.el: Require srecode/args.
10933
10934 * cedet/srecode/args.el: Require srecode/dictionary instead of
10935 srecode/insert.
10936
e6e267fc
CY
10937 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
10938
10939 * files.el (auto-mode-alist): Add .srt and Project.ede.
10940
4a34f065
SM
10941 * cedet/semantic.el (semantic-mode):
10942 Handle srecode-template-mode-hook as well.
0b8cafba 10943 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
10944
10945 * cedet/srecode/template.el: Remove hook variable.
10946
10947 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
10948
10949 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
10950 projects exist.
8b440f71
CY
10951 (ede-project-placeholder-cache-file): Default to a file in
10952 user-emacs-directory.
e6e267fc
CY
10953
10954 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
10955 templates in data-directory.
4a34f065 10956 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
10957
10958 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
10959 directory.
10960
109612009-09-30 Eric Ludlam <zappo@gnu.org>
10962
131ae8f2
JB
10963 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
10964 Doc fix.
e6e267fc
CY
10965
10966 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
10967 Only insert each variable once.
10968
10969 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
10970 (ede-pmake-insert-variable-shared): Use it.
10971
10972 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
10973 for lexical table iff table is nil.
10974
ed6b0195
DN
109752009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
10976
10977 * vc.el: Remove commented out code.
10978 (vc-derived-from-dir-mode): Remove, unused.
10979 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
10980
1b8d1cc7
MA
109812009-10-03 Michael Albinus <michael.albinus@gmx.de>
10982
4a34f065
SM
10983 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10984 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
10985 there could be recursive loading when `default-directory' is a
10986 remote file name. (Bug#4614)
10987
ac3c593c
GM
109882009-10-03 Glenn Morris <rgm@gnu.org>
10989
686ea556
GM
10990 * calendar/calendar.el (calendar-basic-setup): Handle the case where
10991 the frame is wide.
10992 (calendar-generate-window): Test for shrinkability rather than width.
10993
619392fc
GM
10994 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
10995 declaration, currently false.
10996
ac3c593c
GM
10997 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
10998 reusing existing buffers, in case we happen to visit two files with the
10999 same basename. (Bug#4593)
11000
573709fd
EZ
110012009-10-02 Eli Zaretskii <eliz@gnu.org>
11002
4a34f065 11003 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
11004 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11005 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11006 subdirs of cedet as well.
8f885d01 11007 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 11008
8d6c1239
SM
110092009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11012 Obey advertised-signature-table.
11013
11014 * help-fns.el (help-function-arglist): Don't check
11015 advertised-signature-table.
11016 (describe-function-1): Do it here instead so it also applies to subrs.
11017
c4861de0
MA
110182009-10-02 Michael Albinus <michael.albinus@gmx.de>
11019
11020 * simple.el (start-file-process): Say in the doc-string, that file
11021 handlers might not support pty association, if PROGRAM is nil.
11022
11023 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11024 HOST and USER are strings. They are nil, when there are
11025 incomplete entries in ~/.netrc, for example.
11026 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11027 root directory ("device busy" error otherwise).
11028
8d6c1239
SM
11029 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11030 Flush file properties of created directory.
c4861de0 11031
d2bda74f
EZ
110322009-10-02 Eli Zaretskii <eliz@gnu.org>
11033
11034 * makefile.w32-in (WINS_BASIC): Remove cedet.
11035 (WINS_CEDET): Add cedet.
11036 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11037
895d1904
GM
110382009-10-02 Kevin Ryde <user42@zip.com.au>
11039
11040 * net/browse-url.el (browse-url): Pass any symbol in
11041 browse-url-browser-function to `apply', since if you've mistakenly put
11042 an unbound symbol then the error is clearer. (Bug#4531)
11043
32226619
JB
110442009-10-02 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * allout.el (allout-init, allout-back-to-current-heading)
11047 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11048 (allout-ascend, allout-up-current-level, allout-end-of-level)
11049 (allout-previous-visible-heading, allout-forward-current-level)
11050 (allout-backward-current-level, allout-show-children):
11051 * apropos.el (apropos-describe-plist):
11052 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11053 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11054 * completion.el (add-completion, add-permanent-completion):
11055 * descr-text.el (describe-text-category, describe-char):
11056 * desktop.el (desktop-lazy-abort):
11057 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11058 * dired.el (dired-build-subdir-alist):
11059 * ediff.el (ediff-version):
11060 * elide-head.el (elide-head, elide-head-show):
11061 * emerge.el (emerge-version):
11062 * env.el (getenv):
11063 * face-remap.el (variable-pitch-mode):
11064 * faces.el (describe-face):
11065 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11066 (dired-at-point):
11067 * files.el (find-file-existing, auto-save-mode):
11068 * font-lock.el (font-lock-fontify-buffer):
11069 * help-fns.el (describe-function, describe-variable)
11070 (describe-syntax, describe-categories):
11071 * help.el (view-lossage, describe-bindings, describe-key)
11072 (describe-mode):
11073 * hexl.el (hexl-current-address):
11074 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11075 * info.el (Info-goto-emacs-key-command-node):
11076 * log-edit.el (log-edit-insert-cvs-template)
11077 (log-edit-insert-cvs-rcstemplate):
11078 * menu-bar.el (menu-bar-mode):
11079 * mouse.el (mouse-appearance-menu):
11080 * newcomment.el (comment-indent-new-line):
11081 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11082 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 11083 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
11084 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11085 * recentf.el (recentf-mode):
11086 * savehist.el (savehist-mode, savehist-save):
11087 * shadowfile.el (shadow-copy-files):
11088 * simple.el (kill-ring-save, next-line, previous-line)
11089 (normal-erase-is-backspace-mode):
11090 * strokes.el (strokes-update-window-configuration)
11091 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11092 (strokes-xpm-for-stroke):
11093 * time.el (emacs-uptime, emacs-init-time):
11094 * tutorial.el (tutorial--describe-nonstandard-key)
11095 (tutorial--detailed-help):
11096 * type-break.el (type-break-mode)
11097 (type-break-mode-line-message-mode, type-break-query-mode)
11098 (type-break-guesstimate-keystroke-threshold):
11099 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11100 * version.el (emacs-version):
11101 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11102 * winner.el (winner-mode):
11103 * calendar/timeclock.el (timeclock-in, timeclock-out)
11104 (timeclock-status-string, timeclock-change)
11105 (timeclock-workday-remaining-string)
11106 (timeclock-workday-elapsed-string)
11107 (timeclock-when-to-leave-string):
11108 * calendar/todo-mode.el (todo-add-category):
11109 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11110 * emacs-lisp/autoload.el (update-file-autoloads):
11111 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11112 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11113 (checkdoc-message-text, checkdoc-defun):
11114 * emacs-lisp/debug.el (debugger-list-functions):
11115 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11116 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11117 (eieio-describe-generic):
11118 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11119 * emacs-lisp/shadow.el (list-load-path-shadows):
11120 * emulation/cua-base.el (cua-mode):
11121 * emulation/edt.el (edt-set-scroll-margins):
11122 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11123 (tpu-toggle-regexp, tpu-toggle-search-direction)
11124 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11125 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11126 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11127 (viper-set-parsing-style-toggling-macro)
11128 (viper-set-emacs-state-searchstyle-macros):
11129 * emulation/viper.el (viper-set-hooks):
11130 * eshell/esh-mode.el (eshell-truncate-buffer):
11131 * international/mule-cmds.el (prefer-coding-system)
11132 (describe-input-method, describe-language-environment):
11133 * international/mule-diag.el (list-character-sets)
11134 (describe-character-set, describe-coding-system)
11135 (describe-fontset, list-fontsets, list-input-methods):
11136 * mail/sendmail.el (mail-signature):
11137 * net/ange-ftp.el (ange-ftp-copy-file):
11138 * net/browse-url.el (browse-url):
11139 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11140 * net/quickurl.el (quickurl-add-url):
11141 * net/rcirc.el (names, topic):
11142 * net/xesam.el (xesam-mode):
11143 * play/5x5.el (5x5-new-game):
11144 * play/yow.el (apropos-zippy):
11145 * progmodes/ada-mode.el (ada-mode-version):
11146 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11147 (f90-end-of-block)
11148 (f90-beginning-of-block):
11149 * progmodes/fortran.el (fortran-end-of-block)
11150 (fortran-beginning-of-block):
11151 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11152 * progmodes/python.el (python-describe-symbol, python-shell):
11153 * term/ns-win.el (ns-print-buffer):
11154 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11155 * textmodes/flyspell.el (flyspell-mode-on):
11156 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11157 (pages-directory-for-addresses):
11158 * textmodes/table.el (table-recognize-cell)
11159 (table-query-dimension, table-generate-source)
11160 (table-insert-sequence, table--warn-incompatibility):
11161 * textmodes/tex-mode.el (tex-validate-buffer):
11162 * textmodes/texinfmt.el (texinfmt-version)
11163 (texinfo-format-buffer):
11164 Use `called-interactively-p' instead of `interactive-p'.
11165
12a3c28c
JB
111662009-10-02 Juanma Barranquero <lekktu@gmail.com>
11167
11168 * image-mode.el (image-toggle-display):
11169 * emacs-lisp/elp.el (elp-instrument-function):
11170 * emacs-lisp/advice.el (ad-make-advised-definition):
11171 * emacs-lisp/easy-mmode.el (define-minor-mode):
11172 * net/browse-url.el (browse-url-maybe-new-window):
11173 * progmodes/sh-script.el (sh-learn-buffer-indent):
11174 Pass new argument 'any to `called-interactively-p'.
11175
171fda8a
JB
111762009-10-01 Juanma Barranquero <lekktu@gmail.com>
11177
171fda8a
JB
11178 * international/uni-bidi.el:
11179 * international/uni-category.el:
11180 * international/uni-combining.el:
11181 * international/uni-comment.el:
11182 * international/uni-decimal.el:
9c3c9fdf 11183 * international/uni-decomposition.el:
171fda8a
JB
11184 * international/uni-digit.el:
11185 * international/uni-lowercase.el:
11186 * international/uni-mirrored.el:
11187 * international/uni-name.el:
11188 * international/uni-numeric.el:
11189 * international/uni-old-name.el:
11190 * international/uni-titlecase.el:
11191 * international/uni-uppercase.el:
11192 Regenerate from Unicode 5.2.0 data.
11193
dcb9734a
GM
111942009-10-01 Glenn Morris <rgm@gnu.org>
11195
11196 * Makefile.in (ELCFILES): Regenerate.
11197
ced10a4c
SM
111982009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11199
9d28c33e
SM
11200 * subr.el (interactive-p): Mark obsolete.
11201 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11202 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11203 advertised-signature-table for subroutines as well.
11204
ced10a4c
SM
11205 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11206 (set-advertised-calling-convention): New function.
11207 (make-obsolete, define-obsolete-function-alias)
11208 (make-obsolete-variable, define-obsolete-variable-alias):
11209 Make the optional-ness of `when' obsolete.
11210 (define-obsolete-face-alias): Make `when' non-optional.
11211 * help-fns.el (help-function-arglist):
11212 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11213 Use advertised-signature-table.
11214
cc3dda16
MA
112152009-10-01 Michael Albinus <michael.albinus@gmx.de>
11216
11217 * files.el (delete-directory): New defun. The original function
11218 in fileio.c has been renamed to `delete-directory-internal'.
11219
11220 * dired.el (dired-delete-file): Call `delete-directory' with
11221 RECURSIVE parameter.
11222
5ce6e4f4 11223 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
11224 parameter RECURSIVE. Implementation is missing.
11225
11226 * net/tramp.el (tramp-handle-make-directory): Flush upper
11227 directory's file properties.
ced10a4c 11228 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
11229 (tramp-handle-dired-recursive-delete-directory): Flush directory
11230 properties after the remove command only.
11231
ced10a4c
SM
11232 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11233 Handle optional parameter RECURSIVE.
cc3dda16 11234
ced10a4c
SM
11235 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11236 Handle optional parameter RECURSIVE.
cc3dda16
MA
11237
11238 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11239 connection timeout.
11240 (tramp-smb-handle-delete-directory): Handle optional parameter
11241 RECURSIVE.
11242
cf885595
SM
112432009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11244
e3a6b82f
SM
11245 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11246 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11247 (byte-compile-defmacro): Use backquotes.
11248
7201bfbb
SM
11249 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11250
cf885595
SM
11251 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11252 has no associated file.
11253 (vc-resynch-buffer): Use vc-dir-buffers.
11254
a4d2c321
GM
112552009-10-01 Glenn Morris <rgm@gnu.org>
11256
9ffe3f52
GM
11257 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11258 (chart-file-count):
11259 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11260 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11261 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11262 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11263 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11264 (eieio-copy-parents-into-subclass, make-instance, class-children)
11265 (eieio-generic-form):
bd2afec2
GM
11266 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11267 * cedet/cedet-idutils.el (cedet-idutils-search)
11268 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11269 (cedet-idutils-version-check):
11270 * cedet/cedet.el (cedet-version):
11271 * cedet/data-debug.el (data-debug-insert-overlay-button)
11272 (data-debug-insert-overlay-list-button)
11273 (data-debug-insert-buffer-button)
11274 (data-debug-insert-buffer-list-button)
11275 (data-debug-insert-process-button, data-debug-insert-ring-button)
11276 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11277 (data-debug-insert-stuff-vector-button)
11278 (data-debug-insert-symbol-button, data-debug-insert-string)
11279 (data-debug-insert-number, data-debug-insert-lambda-expression)
11280 (data-debug-insert-nil, data-debug-insert-simple-thing)
11281 (data-debug-insert-custom, data-debug-edebug-expr):
11282 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11283 (global-ede-mode-map, ede-new, ede-debug-target)
11284 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11285 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11286 (semantic-fetch-tags, semantic-submode-list)
11287 (semantic-default-submodes):
a785b776
GM
11288 * cedet/ede/source.el (ede-source-match):
11289 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11290 (project-am-package-info):
11291 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11292 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11293 * cedet/ede/proj-comp.el (ede-current-build-list):
11294 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11295 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11296 * cedet/ede/cpp-root.el (initialize-instance):
11297 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11298 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
11299 * cedet/semantic/wisent.el (wisent-lex-eoi):
11300 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11301 (semantic-show-parser-state-mode):
11302 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11303 * cedet/semantic/tag.el (semantic-tag-new-variable)
11304 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11305 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11306 (semantic--tag-deep-copy-tag-list)
11307 (semantic-tag-components-with-overlays-default):
11308 * cedet/semantic/symref.el (semantic-symref-find-text):
11309 * cedet/semantic/senator.el (senator-yank-tag)
11310 (senator-transpose-tags-up):
11311 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11312 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11313 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11314 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11315 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11316 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11317 * cedet/semantic/lex-spp.el
11318 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11319 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11320 * cedet/semantic/idle.el
11321 (semantic-idle-summary-current-symbol-info-brutish)
11322 (semantic-idle-summary-current-symbol-info-default):
11323 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11324 (semantic--grammar-macro-compl-dict):
11325 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11326 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11327 (semantic-format-tag-canonical-name-default):
11328 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11329 (semantic-find-tags-for-completion)
11330 (semantic-find-tags-by-scope-protection-default)
11331 (semantic-deep-find-tags-for-completion):
11332 * cedet/semantic/edit.el
11333 (semantic-edits-incremental-reparse-failed-hook)
11334 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11335 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11336 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11337 * cedet/semantic/dep.el (semantic-dependency-include-path):
11338 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11339 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11340 (semanticdb-project-roots):
11341 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11342 (semanticdb-find-adebug-insert-scanned-tag-cons)
11343 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11344 (semanticdb-brute-deep-find-tags-for-completion):
11345 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11346 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11347 (semantic-end-of-context-default)
11348 (semantic-ctxt-current-function-default)
11349 (semantic-ctxt-scoped-types-default):
11350 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11351 (semantic-complete-inline-tag-engine)
11352 (semantic-complete-inline-custom-type)
11353 (semantic-complete-read-tag-analyzer):
11354 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11355 (semantic-chart-database-size):
11356 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11357 (semantic-analyze-current-context):
11358 * cedet/semantic/symref/list.el (semantic-symref)
11359 (semantic-symref-hide-buffer, semantic-symref-symbol):
11360 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11361 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11362 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11363 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11364 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11365 (semantic-c-dereference-template):
11366 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11367 (semantic--analyze-refs-full-lookup-with-parents)
11368 (semantic--analyze-refs-full-lookup-simple):
11369 * cedet/semantic/analyze/complete.el
11370 (semantic-analyze-possible-completions):
2f10955c
GM
11371 * cedet/srecode/table.el (srecode-mode-table-new):
11372 * cedet/srecode/srt.el (srecode-read-variable-name):
11373 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11374 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11375 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11376 * cedet/srecode/map.el (srecode-current-map):
11377 * cedet/srecode/insert.el (srecode-insert)
11378 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11379 (srecode-template-inserter-point-override)
11380 (srecode-insert-include-lookup):
11381 * cedet/srecode/getset.el (srecode-auto-choose-class):
11382 * cedet/srecode/extract.el (srecode-inserter-extract):
11383 * cedet/srecode/document.el
11384 (srecode-document-autocomment-return-last-alist)
11385 (srecode-document-autocomment-param-type-alist)
11386 (srecode-document-insert-function-comment)
11387 (srecode-document-insert-variable-one-line-comment)
11388 (srecode-document-function-name-comment):
11389 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11390 (srecode-compound-toString):
11391 * cedet/srecode/compile.el (srecode-flush-active-templates):
11392 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
11393 Doc/message fixes.
11394
9515cdcc
GM
11395 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11396 match-data. (Bug#4555).
11397
57b0083a
GM
11398 * cedet/semantic/bovine/gcc.el
11399 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11400 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11401
a4d2c321
GM
11402 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11403 rather than parsing it as a regexp. This relaxes the layout
11404 requirements and makes errors easier to detect.
11405 (check-declare-verify): Check file is regular.
11406 (check-declare-directory): Doc fix.
11407 * subr.el (declare-function): Doc fix.
11408
b15c31c7
GM
11409 * ibuffer.el (ibuffer-format-qualifier):
11410 * isearch.el (hi-lock-regexp-okay):
11411 * calc/calc.el (math-zerop):
11412 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11413 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11414 Remove unused declarations.
11415
0376249d
JB
114162009-10-01 Juanma Barranquero <lekktu@gmail.com>
11417
11418 * cedet/semantic/wisent/javat-wy.el
11419 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11420
9a589407
JB
114212009-09-30 Juanma Barranquero <lekktu@gmail.com>
11422
11423 * cedet/srecode/expandproto.el: Fix provide statement.
11424
722ff82f
CY
114252009-09-30 Eric Ludlam <zappo@gnu.org>
11426
cf885595 11427 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
11428
114292009-09-30 Sascha Wilde <wilde@sha-bang.de>
11430
11431 * cedet/ede/srecode.el: Fix provide statement.
11432
1fc28a2c
GM
114332009-09-30 Glenn Morris <rgm@gnu.org>
11434
8240628d 11435 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 11436 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
11437 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11438 (ede-misc-source):
d16d4acd
GM
11439 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11440 (semantic-mrub-switch-tags): Fix doc typos.
11441
40f9bf94
GM
11442 * cedet/semantic/db-global.el (data-debug-new-buffer)
11443 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11444 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11445
494f4fc7
GM
11446 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11447
cf885595
SM
11448 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11449 use of CL function `remove-if-not'.
1fc28a2c
GM
11450
11451 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11452
494f4fc7
GM
11453 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11454 filename is not a string.
11455
561580e9
CY
114562009-09-29 Chong Yidong <cyd@stupidchicken.com>
11457
11458 * files.el (safe-local-eval-forms): Fix typo.
11459
dcbbecd4
SM
114602009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * vc-hooks.el (vc-dir-buffers): New var.
11463 (vc-state-refresh): New function.
11464 (vc-state): Use it.
11465 (vc-after-save): Always ask the backend to recompute the new state.
11466 Always call vc-dir if necessary, using vc-dir-buffers.
11467 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11468 Use vc-dir-buffers.
11469 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11470 (vc-dir-prepare-status-buffer, vc-dir-update)
11471 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11472 Don't call expand-file-name on default-directory.
11473
d88444f2
JB
114742009-09-29 Juanma Barranquero <lekktu@gmail.com>
11475
11476 * speedbar.el (speedbar-item-delete):
11477 * calc/calc-prog.el (calc-kbd-if):
11478 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11479
11480 * epa.el (epa-key-list-mode-map):
11481 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11482
11483 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11484 (hs-show-hook): Fix typo in docstring.
11485
5da62d41
GM
114862009-09-29 Glenn Morris <rgm@gnu.org>
11487
d037e45a
GM
11488 * cedet/semantic/symref/idutils.el:
11489 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11490
ae715515
GM
11491 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11492
11493 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11494 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11495 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11496 Mark declarations not understood by check-declare.
11497
8360fce0
GM
11498 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11499 file-name-nondirectory call preventing location of cedet files.
11500 (check-declare-verify): Use literal search rather than re-search.
ae715515 11501 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
11502
11503 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11504 Use tramp-compat-file-attributes rather than nonexistent
11505 tramp-compat-handle-file-attributes.
11506
5da62d41
GM
11507 * Makefile.in (lisptagsfiles4): New.
11508 (AUTOGENEL): Add cedet loaddefs files.
11509 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11510 (update-elclist, compile-always, backup-compiled-files)
11511 (bootstrap-clean): Add yet another directory level.
11512 (update-elclist): Use LC_COLLATE rather than COLLATE.
11513 (ELCFILES): Update, via `make update-elclist'.
11514
48267264
JB
115152009-09-29 Juanma Barranquero <lekktu@gmail.com>
11516
11517 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11518 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11519 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11520
2c4cd0b0
AS
115212009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11522
11523 * Makefile.in (lisptagsfiles3): Define.
5da62d41 11524 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
11525 (update-elclist): Add third directory level to look for elc files.
11526 (compile-always): Likewise.
11527 (backup-compiled-files): Likewise.
11528 (bootstrap-clean): Likewise.
11529 (ELCFILES): Update.
11530
a2533e47
CY
115312009-09-28 Chong Yidong <cyd@stupidchicken.com>
11532
11533 * Makefile.in (ELCFILES): Add CEDET files.
11534
b90caf50 115352009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 11536
b90caf50 11537 CEDET (development tools) package merged.
a2095e2e 11538
b90caf50
CY
11539 * cedet/*.el:
11540 * cedet/ede/*.el:
11541 * cedet/semantic/*.el:
11542 * cedet/srecode/*.el: New files.
a2095e2e 11543
eefbedb1
MA
115442009-09-28 Michael Albinus <michael.albinus@gmx.de>
11545
11546 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11547
11548 * net/tramp.el (top): Require tramp-imap.
11549
11550 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11551 Use `tramp-compat-handle-file-attributes'.
11552
115532009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11554
11555 * net/tramp-imap.el: New package.
11556
66635e2f 115572009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
11558
11559 * emacs-lisp/chart.el:
11560 * emacs-lisp/eieio-base.el:
11561 * emacs-lisp/eieio-comp.el:
11562 * emacs-lisp/eieio-custom.el:
e608e7be 11563 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
11564 * emacs-lisp/eieio-opt.el:
11565 * emacs-lisp/eieio-speedbar.el:
11566 * emacs-lisp/eieio.el: New files.
11567
666fd2cc
CY
11568 * cedet/cedet-cscope.el:
11569 * cedet/cedet-files.el:
11570 * cedet/cedet-global.el:
11571 * cedet/cedet-idutils.el:
11572 * cedet/data-debug.el:
11573 * cedet/inversion.el:
7b232be9 11574 * cedet/mode-local.el:
666fd2cc
CY
11575 * cedet/pulse.el: New files.
11576
748e3d67
VJL
115772009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11578
11579 * whitespace.el (whitespace-trailing-regexp)
11580 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11581 Fix doc string.
11582
15120dec
CY
115832009-09-27 Chong Yidong <cyd@stupidchicken.com>
11584
11585 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11586 menu.
11587
11588 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11589 menu-bar-ediff-menu.
11590
11591 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11592 define-overloadable-function.
11593
11594 * progmodes/autoconf.el: Provide autoconf as well, so that this
11595 file can be `require'd.
11596
11597 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11598
11599 * emacs-lisp/autoload.el (generated-autoload-feature)
11600 (generated-autoload-load-name): New vars.
11601 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11602 (make-autoload): Recognize define-overloadable-function and
11603 defclass forms (for EIEIO).
11604
11605 * Makefile.in (update-subdirs): Exclude cedet directory.
11606
135abf91
AR
116072009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11608
1becddbb 11609 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
11610
11611 * faces.el: Default light-background background for region face to
11612 ns_selection_color under NS.
11613
3d994264
TZ
116142009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11615
11616 * net/imap-hash.el: New library, see NEWS.
11617
11618 * Makefile.in (ELCFILES): Add imap-hash.el.
11619
ce9a0ccb
SM
116202009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11623 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11624 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11625 definition where the docstring could be taken for the return value.
11626
a92cdd49
GM
116272009-09-26 Glenn Morris <rgm@gnu.org>
11628
11629 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11630 Add option to only show images below a certain size.
11631 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11632 save-excursion calls.
11633
416ac2f1
EZ
116342009-09-26 Eli Zaretskii <eliz@gnu.org>
11635
11636 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11637 subdirectories) and eieio.
11638
d9a13f68
AM
116392009-09-26 Alan Mackenzie <acm@muc.de>
11640
9c3c9fdf 11641 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 11642 buggy bracketing. (Bug#4289)
d9a13f68
AM
11643
11644 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 11645 character constants (as case labels). (Bug#4289)
d9a13f68 11646
182b3bec
CY
116472009-09-25 Juri Linkov <juri@jurta.org>
11648
11649 * files.el (safe-local-eval-forms): Allow time-stamp in
11650 before-save-hook (Bug#4554).
11651
8f75f2da
JB
116522009-09-25 Drew Adams <drew.adams@oracle.com>
11653
11654 * menu-bar.el (list-buffers-directory): Doc fix.
11655
8390fb80
SM
116562009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11659 Try and avoid copying twice the same paragraph.
11660 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11661 Remove save-excursion.
11662 (log-edit-changelog-entry): Do it here instead.
11663
11ee8d90
JB
116642009-09-25 Juanma Barranquero <lekktu@gmail.com>
11665
027b1942
JB
11666 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11667 when available, instead of hardcoding mode names. Doc fix.
11668
11ee8d90
JB
11669 * menu-bar.el (list-buffers-directory): Add docstring.
11670 Make automatically buffer-local.
11671
11672 * dired.el (dired-mode):
11673 * files.el (cd-absolute):
11674 * pcvs.el (cvs-temp-buffer):
11675 * pcvs-util.el (cvs-get-buffer-create):
11676 * shell.el (shell-mode):
11677 * vc-dir.el (vc-dir-mode):
11678 Don't make `list-buffers-directory' buffer local.
11679
21289c5d
CY
116802009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11681
8390fb80
SM
11682 * comint.el (comint-exec, comint-run, make-comint):
11683 Doc fixes (Bug#4542).
21289c5d 11684
e8652dd9
GM
116852009-09-25 Glenn Morris <rgm@gnu.org>
11686
11687 * mail/rmailmm.el (rmail-mime): New custom group.
11688 Move all defcustoms in this file into this group.
11689 (rmail-mime-media-type-handlers-alist): Revert previous change.
11690 (rmail-mime-show-images): New option.
11691 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11692 references to it, since it wasn't actually used for anything.
11693 (rmail-mime-insert-image): New function.
11694 (rmail-mime-image): Use rmail-mime-insert-image.
11695 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
11696 obey the value of `rmail-mime-show-images' option. Print the size of
11697 attachments.
e8652dd9 11698
fb652bb5
JB
116992009-09-25 David Engster <deng@randomsample.de>
11700
11701 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11702
32a9841c
VJL
117032009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11704
11705 * whitespace.el: Does not highlight trailing spaces While point is
11706 at end of line. Does not highligt spaces at beginning of buffer
11707 while point is at beginning of buffer. Does not highlight spaces
11708 at end of buffer while point is at end of buffer. (Bug#4177)
11709 New version 12.0.
11710 (whitespace-display-mappings): Adjust initialization.
11711 (whitespace-point, whitespace-font-lock-refontify): New vars.
11712 (whitespace-color-on, whitespace-color-off): Adjust code.
11713 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11714 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11715 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11716
e477ca84
CY
117172009-09-24 Chong Yidong <cyd@stupidchicken.com>
11718
11719 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11720
11721 * textmodes/sgml-mode.el: Remove xml-mode alias.
11722
11723 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 11724 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 11725
68712602
AM
117262009-09-24 Alan Mackenzie <acm@muc.de>
11727
11728 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11729 c-forward-conditionals, but it doesn't move point and doesn't set
11730 the mark.
11731 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11732 (c-down-conditional-with-else, c-backward-conditional)
11733 (c-forward-conditional): Refactor to use c-scan-conditionals.
11734
1659ada0
JB
117352009-09-24 Juanma Barranquero <lekktu@gmail.com>
11736
11737 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
11738 (help-default-arg-highlight): Remove.
11739 (help-highlight-arg): New function.
11740 (help-do-arg-highlight): Use it.
11741 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
11742
b3f01e46
SM
117432009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * term.el (term-set-scroll-region, term-handle-ansi-escape):
11746 Undo last change, which didn't fix the problem and introduced others.
11747
107ef54a
NR
117482009-09-24 Nick Roberts <nickrob@snap.net.nz>
11749
11750 * progmodes/gdb-mi.el: Don't require speedbar.
11751 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
11752
ffa1fed6
GM
117532009-09-24 Glenn Morris <rgm@gnu.org>
11754
2157a2be
GM
11755 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
11756
6125167c
GM
11757 * term/ns-win.el (ns-reg-to-script): Define for compiler.
11758
ffa1fed6
GM
11759 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
11760 there is no newline after the final mime boundary. (Bug#4539)
11761 Move markers on insertion so that any buttons inserted don't end up in
11762 the next part of a multipart message.
2e9075d3
GM
11763 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
11764 (rmail-mime-bulk-handler): Optionally handle images.
11765 (rmail-mime-image): New button action.
11766 (rmail-mime-image-handler): New function.
11767 (rmail-mime-mode): New mode.
11768 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 11769
4a814992
SM
117702009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11771
075518b5
SM
11772 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
11773 than just dropping elements from it (bug#4504).
11774
8ad2defc
SM
11775 * term.el (term-set-scroll-region): Don't move cursor any more.
11776 (term-handle-ansi-escape): Call term-goto here instead.
11777 Suggested by Ivan Kanis <apple@kanis.eu>.
11778
4a814992
SM
11779 * term.el: Require CL.
11780 (term-ansi-reset): New function.
11781 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
11782 (term-handle-colors-array): Simplify.
11783
5a0c3f56
JB
117842009-09-24 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * allout.el (allout-overlay-interior-modification-handler)
11787 (allout-obtain-passphrase):
11788 * epa-file.el (epa-file-write-region):
11789 * ps-print.el (ps-begin-job):
11790 * vc-hooks.el (vc-toggle-read-only):
11791 * vc-rcs.el (vc-rcs-rollback):
11792 * vc-sccs.el (vc-sccs-rollback):
11793 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
11794 (vc-version-diff, vc-revert, vc-rollback):
11795 * wdired.el (wdired-check-kill-buffer):
11796 * emacs-lisp/authors.el (authors):
11797 * net/socks.el (socks-open-connection):
11798 * net/zeroconf.el (zeroconf-service-add-hook):
11799 * obsolete/vc-mcvs.el (vc-mcvs-register):
11800 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
11801 (gdb-select-frame):
11802 * progmodes/grep.el (lgrep, rgrep):
11803 * progmodes/idlw-help.el (idlwave-help-check-locations)
11804 (idlwave-help-html-link, idlwave-help-assistant-open-link):
11805 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11806 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
11807 (reftex-toc-rename-label): Fix typos in error messages.
11808
11809 * dired-aux.el (dired-do-shell-command): Reflow docstring.
11810 (dired-copy-how-to-fn): Doc fix.
11811 (dired-files-attributes, dired-read-shell-command):
11812 Fix typos in docstrings.
11813
11814 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
11815 (dired-x-find-file-other-window): Reflow docstrings.
11816 (dired-omit-marker-char, dired-read-shell-command)
11817 (dired-x-submit-report): Fix typos in docstrings.
11818
11819 * shell.el (shell-mode-hook):
11820 * view.el (View-scroll-line-forward):
11821 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
11822 Fix typos in docstrings.
11823
11824 * net/dig.el (dig-invoke): Fix typo in docstring.
11825 (query-dig): Reflow docstring.
11826
11827 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
11828 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
11829 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
11830 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
11831 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
11832 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
11833 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
11834 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
11835 (idlwave-completion-map, idlwave-current-indent)
11836 (idlwave-custom-ampersand-surround, idlwave-customize)
11837 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
11838 (idlwave-define-abbrev, idlwave-determine-class-special)
11839 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
11840 (idlwave-end-block-reg, idlwave-end-of-statement)
11841 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
11842 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
11843 (idlwave-explicit-class-listed, idlwave-file-header)
11844 (idlwave-fill-paragraph, idlwave-find-class-definition)
11845 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
11846 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
11847 (idlwave-in-quote, idlwave-indent-action-table)
11848 (idlwave-indent-expand-table, idlwave-indent-line)
11849 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
11850 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
11851 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
11852 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
11853 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
11854 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
11855 (idlwave-outlawed-buffers, idlwave-popup-select)
11856 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
11857 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
11858 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
11859 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
11860 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
11861 (idlwave-statement-type, idlwave-struct-skip)
11862 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
11863 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
11864 (idlwave-what-module-find-class): Fix typos in docstrings.
11865 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
11866 (idlwave-calculate-cont-indent, idlwave-expand-equal)
11867 (idlwave-find-module, idlwave-find-structure-definition)
11868 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
11869 (idlwave-list-load-path-shadows, idlwave-next-statement)
11870 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
11871 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
11872 (idlwave-template): Reflow docstrings.
11873
11874 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
11875 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
11876 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
11877 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
11878 (idlwave-shell-display-line, idlwave-shell-display-wframe)
11879 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
11880 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
11881 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
11882 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
11883 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
11884 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
11885 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
11886 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
11887 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
11888 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
11889 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
11890 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
11891 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
11892 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
11893 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
11894 Fix typos in docstrings.
11895 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
11896 (idlwave-shell-hide-output, idlwave-shell-mode)
11897 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
11898 Reflow docstrings.
11899
11900 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
11901
62136c5d
SM
119022009-09-24 Ivan Kanis <apple@kanis.eu>
11903
11904 * term.el (term-bold-attribute): New var.
11905 (term-handle-colors-array): Use it.
11906
9c1a45ed
NR
119072009-09-23 Nick Roberts <nickrob@snap.net.nz>
11908
11909 * progmodes/gdb-mi.el (gdb-version): New variable.
11910 (gdb-non-stop-handler): Set gdb-version.
11911 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
11912 Condition "--thread" option on gdb-version.
11913 (gdb-invalidate-threads): Remove unused argument.
11914
03304f31
SM
119152009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
11918 to looking-back to avoid ridiculous slow down in large files (bug#4511).
11919
4f02f0c9
GM
119202009-09-23 Glenn Morris <rgm@gnu.org>
11921
11922 * mail/rmail.el (rmail-reply): Don't try to add a References header when
11923 replying to mail without References or Message-Id. (Bug#4525)
11924
a3b4b363
AR
119252009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
11926
11927 * term/ns-win.el (ns-reg-to-script): New variable.
11928
7bda18cc
DU
119292009-09-23 Daiki Ueno <ueno@unixuser.org>
11930
11931 * epg.el (epg-wait-for-status): Preserve existing 'error results.
11932
72169e55
SS
119332009-09-22 Sam Steingold <sds@gnu.org>
11934
11935 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
11936 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
11937 to 1 because hg returns status 1 when nothing is found.
0aa4f295 11938 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 11939
905b7d38
SM
119402009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11941
b0459dec
SM
11942 * textmodes/fill.el: Convert to utf-8 encoding.
11943 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 11944 pre-Unicode days.
b0459dec 11945
905b7d38
SM
11946 * add-log.el (change-log-fill-forward-paragraph): New function.
11947 (change-log-mode): Use it so fill-region DTRT.
11948 Set fill-indent-according-to-mode here rather than in
11949 change-log-fill-paragraph.
11950 (change-log-fill-paragraph): Remove.
11951
baa7f3de
JB
119522009-09-22 Juanma Barranquero <lekktu@gmail.com>
11953
11954 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
11955 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
11956
a8d789f0
GM
119572009-09-22 Glenn Morris <rgm@gnu.org>
11958
daedbbc2
GM
11959 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
11960 the scroll-bar scroll the calendar window rather than the buffer.
11961
d8899a74
GM
11962 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
11963 commands that move point (as opposed to scrolling).
11964
a8d789f0
GM
11965 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
11966
11967 * emacs-lisp/elint.el (elint): New custom group.
11968 (elint-log-buffer): Make it a defcustom.
11969 (elint-scan-preloaded, elint-ignored-warnings)
11970 (elint-directory-skip-re): New options.
11971 (elint-builtin-variables): Doc fix.
11972 (elint-preloaded-env): New variable.
11973 (elint-unknown-builtin-args): Add an entry for encode-time.
11974 (elint-extra-errors): Make it a variable rather than a constant.
11975 (elint-preloaded-skip-re): New constant.
11976 (elint-directory): Skip files matching elint-directory-skip-re.
11977 (elint-features): New variable, local to linted buffers.
11978 (elint-update-env): Initialize elint-features. Possibly add
11979 elint-preloaded-env to the buffer's environment.
11980 (elint-get-top-forms): Bind elint-current-pos, for log messages.
11981 Skip quoted forms.
11982 (elint-init-form): New function, extracted from elint-init-env.
11983 Make non-list forms a warning rather than an error.
11984 Add the mode-map for define-derived-mode. Handle define-minor-mode,
11985 easy-menu-define, put that adds an error-condition, and provide.
11986 When requiring cl, also require cl-macs. Really require cl, to handle
11987 some cl macros. Store required libraries in the list elint-features,
11988 so as not to re-load them. Treat cc-require like require.
11989 (elint-init-env): Call elint-init-form to do the work.
11990 Handle eval-and-compile and such like.
11991 (elint-add-required-env): Do not clear messages.
11992 (elint-special-forms): Add handlers for function, defalias, if, when,
11993 unless, and, or.
11994 (elint-form): Add optional argument to ignore elint-special-forms,
11995 useful to prevent recursive calls from handlers. Doc fix.
11996 Respect elint-ignored-warnings.
11997 (elint-form): Respect elint-ignored-warnings.
11998 (elint-bound-variable, elint-bound-function): New variables.
11999 (elint-unbound-variable): Respect elint-bound-variable.
12000 (elint-get-args): Respect elint-bound-function.
12001 (elint-check-cond-form): Add some simple handling for (f)boundp and
12002 featurep tests.
12003 (elint-check-defalias-form): New handler.
12004 (elint-check-let-form): Make an empty let a warning rather than an
12005 error.
12006 (elint-check-setq-form): Make an empty setq a warning rather than an
12007 error. Respect elint-ignored-warnings.
12008 (elint-check-defvar-form): Accept null doc-strings.
12009 (elint-check-conditional-form): New handler. Does some simple-minded
12010 checking of featurep and (f)boundp tests.
12011 (elint-put-function-args): New function.
12012 (elint-initialize): Use elint-scan-doc-file rather than
12013 elint-find-builtin-variables. Use elint-put-function-args.
12014 Possibly scan preloaded-file-list.
12015 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12016 extend to handle functions as well.
12017
245be23c
JB
120182009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12019
12020 * linum.el (linum-delete-overlays, linum-update-window):
12021 Do not modify the right margin. (Bug#3971)
12022
91fdbd6f
CY
120232009-09-21 Chong Yidong <cyd@stupidchicken.com>
12024
12025 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12026 nxml-mode instead of xml-mode.
12027
7589d38e
JB
120282009-09-21 Kevin Ryde <user42@zip.com.au>
12029
12030 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12031
5ac42715
SM
120322009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * net/dig.el (dig-mode): Use define-derived-mode.
12035
09c01323
DN
120362009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12037
4096c5f2
DN
12038 * vc-dispatcher.el (vc-do-command): Return the process object in
12039 the asynchronous case. Use when instead of if. Do not run
5480359e 12040 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 12041
0e172cc2
DN
12042 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12043 properties to the stash strings.
12044 (vc-git-stash-list): Return a list of strings.
12045 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12046 (vc-git-stash-show-at-point): New functions.
12047 (vc-git-stash-map): New keymap.
12048
03304f31
SM
12049 * register.el (ctl-x-r-map): Define the keys here instead of
12050 using autoload.
09c01323 12051
03304f31 120522009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
12053
12054 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12055 list, to workaround performance problem (bug#4485).
12056
2f5fc4d7
NR
120572009-09-20 Nick Roberts <nickrob@snap.net.nz>
12058
12059 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12060
b0f5fd2e
DU
120612009-09-20 Daiki Ueno <ueno@unixuser.org>
12062
12063 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12064 Document that this option is not recommended to use.
12065
f3445fab
GM
120662009-09-19 Glenn Morris <rgm@gnu.org>
12067
547c6921
GM
12068 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12069 variable `var'.
12070
f3445fab
GM
12071 * calc/calc-alg.el (var):
12072 * calc/calcalg2.el (var): Define for compiler.
12073
946c009b
CY
120742009-09-19 Chong Yidong <cyd@stupidchicken.com>
12075
e3f36d03
SM
12076 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12077 Doc fix (Bug#3932).
e2045997 12078
24aedbca
CY
12079 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12080
327dd27a
CY
12081 * time-stamp.el (time-stamp-month-dd-yyyy)
12082 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12083 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12084 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
12085 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12086 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 12087
946c009b
CY
12088 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12089 indent buffer only if called interactively (Bug#4452).
12090
3e70541a 120912009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 12092 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
12093
12094 This fixes bug#4197 (merged to bug#865, though not identical).
12095 * server.el (server-auth-dir): Add docstring note about FAT32.
12096 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12097 but warn against using them.
12098
9b94c32e
NR
120992009-09-19 Nick Roberts <nickrob@snap.net.nz>
12100
12101 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12102 older GDB where there is no has_more field.
12103
66590684
GM
121042009-09-19 Glenn Morris <rgm@gnu.org>
12105
12106 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12107
9a1337f9
CY
121082009-09-18 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * files.el (auto-mode-alist): Change default for XML files to nXML
12111 mode (Bug#4169).
12112
d7554167
JB
121132009-09-18 Juanma Barranquero <lekktu@gmail.com>
12114
12115 * server.el (server-ensure-safe-dir): Pass 'integer
12116 to `file-attributes', as suggested.
12117
35a3f9a4
SM
121182009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12121 (dired-query): Use read-key.
12122
044f9b05
AR
121232009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12124
12125 * cus-start.el (ns-use-qd-smoothing): Remove.
12126
6188ea49
GM
121272009-09-18 Glenn Morris <rgm@gnu.org>
12128
08cf18e4
GM
12129 * allout.el (top-level): Remove unnecessary progn.
12130
07eae5c5
GM
12131 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12132
6726c25e
GM
12133 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12134 definition of abbrev table.
12135
3f527154 12136 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
12137 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12138 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
12139 * net/newst-backend.el (newsticker--cache-read-feed):
12140 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
12141 condition-case handlers.
12142
ccb4c30c
NR
121432009-09-18 Nick Roberts <nickrob@snap.net.nz>
12144
12145 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12146 (gdb-var-list): Add an element for has_more field.
12147 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12148 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12149 (gdb-var-update-handler-1): Parse output of dynamic variable
12150 objects (STL containers).
12151 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12152 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12153
12154 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12155 gdb-var-list.
12156 (gud-speedbar-buttons): Make node expandable if expression "has more"
12157 children.
12158
8686ac71
JB
121592009-09-17 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * startup.el (emacs-quick-startup): Remove variable and all uses.
12162 (command-line): Set `inhibit-x-resources' instead.
12163 (command-line-1): Use `inhibit-x-resources' instead.
12164
a69c67e8
CY
121652009-09-17 Chong Yidong <cyd@stupidchicken.com>
12166
12167 * subr.el: Fix last change to avoid using the `unless' macro,
12168 which breaks bootstrapping.
12169
354f0faf
SM
121702009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12173 extended definitions, in case we reload subr.el after having
12174 loaded CL.
12175 (eval-next-after-load): Mark as obsolete.
12176
98b9bf40
JL
121772009-09-17 Juri Linkov <juri@jurta.org>
12178
12179 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12180 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12181 (menu-bar-showhide-menu, menu-bar-tools-menu)
12182 (menu-bar-describe-menu, menu-bar-help-menu)
12183 (minibuffer-local-completion-map, minibuffer-local-map):
12184 Fix list quoting.
12185
28fab7b5
GM
121862009-09-17 Glenn Morris <rgm@gnu.org>
12187
88d5190c
GM
12188 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12189 arguments, whether or not it has a handler.
12190
74f24ba7
GM
12191 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12192
28fab7b5
GM
12193 * simple.el (hard-newline): Give it a doc-string.
12194
a8106aec
GM
12195 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12196 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 12197
76251ad7
DN
121982009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12199
72033dbe
DN
12200 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12201 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12202 (menu-bar-options-menu, menu-bar-showhide-menu)
12203 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12204 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12205 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12206 (menu-bar-options-menu, menu-bar-tools-menu)
12207 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12208 (menu-bar-help-menu):
12209 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12210 string arguments.
12211
76251ad7
DN
12212 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12213 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12214 calls for the menu names and :help.
12215
97b952b7
SM
122162009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12219 to :minor-mode-function (bug#4455).
12220
8f38189e
SM
122212009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12222
d2fd733e
SM
12223 * startup.el (command-line): Initialize the window-system after
12224 processing the command-line.
12225
8f38189e
SM
12226 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12227 page-delimiter matches the empty string.
12228
77564fa4
GM
122292009-09-16 Glenn Morris <rgm@gnu.org>
12230
12231 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12232 byte-compile-not-obsolete-var. It's a list now.
12233 (byte-compile-not-obsolete-funcs): New variable.
12234 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12235 byte-compile-not-obsolete-funcs.
12236 (byte-compile-variable-ref, byte-compile-defvar): Update for
12237 byte-compile-not-obsolete-vars name-change and list nature.
12238 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12239 and variables behind (f)boundp tests.
12240 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12241
79d316d3
DN
122422009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12243
12244 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12245
8fed6934
SM
122462009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12249 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12250 Don't autoload.
12251
4078fd57
SE
122522009-09-15 Stephen Eglen <stephen@gnu.org>
12253
12254 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 12255 the virtual-buffers, use the name of the buffer specified by
4078fd57 12256 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 12257 problem if the target and the symlink had different names.)
4078fd57 12258
838ff458
SM
122592009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12260
b3c7c12d
SM
12261 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12262
13dc2bc2
SM
12263 * desktop.el (desktop-path): Check user-emacs-directory.
12264
49fec531
SM
12265 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12266
0e328d37
SM
12267 * loadup.el: Use after-load-functions to GC after loading each file.
12268 Remove the explicit GC calls that used to be sprinkled around.
12269
838ff458
SM
12270 * subr.el (after-load-functions): New hook.
12271 (do-after-load-evaluation): Run it. Use string-match-p to detect
12272 `obsolete' packages, rather than painfully extracting the relevant
12273 directory name.
12274
a62f564f
GM
122752009-09-15 Glenn Morris <rgm@gnu.org>
12276
12277 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12278 free variable `doc'.
12279
12280 * dired.el (dired-mode-map): Add menu entry for async shell command.
12281
12282 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12283 variables, also consider the .elc files, since the .el files are
12284 normally gzipped (subsequent code locates the .el.gz from the .elc).
12285
12286 * calc/calc-prog.el (arglist): Define for compiler.
12287
12288 * calendar/diary-lib.el (diary-display-function): Change the default to
12289 fancy display.
12290 (body): Define for compiler.
12291
12292 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12293 (byte-compile-file-form, byte-compile-lambda)
12294 (byte-compile-top-level-body, byte-compile-form)
12295 (byte-compile-variable-ref, byte-compile-setq)
12296 (byte-compile-setq-default, byte-compile-body)
12297 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12298 (batch-byte-compile): Give some more local variables with common names
12299 a "bytecomp-" prefix to avoid masking warnings about free variables.
12300
cd05fe7f
GM
12301 * startup.el (command-line-1): Give local variables with common names a
12302 distinguishing prefix, so as not to hide free variable warnings during
12303 bootstrap.
12304
a62f564f
GM
12305 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12306 clever and add a suffix to make a unique name, just let the user decide
12307 whether or not to overwrite it. If the input is a directory, write the
12308 default filename to that directory. (Bug#4388)
12309 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12310 is a filename-as-a-directory.
12311
fbc88440
SM
123122009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * textmodes/page.el (what-page): Don't move to beginning of line.
12315 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12316
60308853
DN
123172009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12318
12319 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12320
32ba3abc
DN
123212009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12322
9cd39aff
DN
12323 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12324 * help.el (help-for-help-internal): Add purecopy calls for text.
12325
32ba3abc
DN
12326 * vc.el (top): print-log method now takes an optional SHORTLOG
12327 argument. Add a new method: root.
32ba3abc
DN
12328 (vc-root-diff, vc-print-root-log): New functions.
12329 (vc-log-short-style): New variable.
12330 (vc-print-log-internal): Add support for showing short logs.
12331
12332 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12333 vc-print-root-log and vc-print-root-diff.
12334
12335 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12336 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12337 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12338 short logs.
12339
12340 * vc-cvs.el (vc-cvs-print-log):
12341 * vc-mtn.el (vc-mtn-print-log):
12342 * vc-rcs.el (vc-rcs-print-log):
12343 * vc-sccs.el (vc-sccs-print-log):
12344 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12345 that is ignored for now.
12346
837b0e99
DN
12347 * vc-mtn.el (vc-mtn-annotate-command):
12348 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12349
31cd2dd4
SM
123502009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12353 to function-key-map, and give them ascii-character property.
12354 * term/x-win.el (x-alternatives-map):
12355 * term/ns-win.el (ns-alternatives-map):
12356 * term/internal.el (msdos-key-remapping-map):
12357 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12358
d62e5bf2
GM
123592009-09-14 Glenn Morris <rgm@gnu.org>
12360
12361 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12362 temp-buffers (2009-09-12).
12363
7d0105e5
SM
123642009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12367 the new read-key function.
12368
e17ed9ad
CY
123692009-09-13 Chong Yidong <cyd@stupidchicken.com>
12370
12371 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12372 is defined (Bug#4405).
12373
1fc26e29
CY
123742009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12375
12376 * recentf.el (recentf-cleanup): Use a hash table to find
12377 duplicates (Bug#4407).
12378
61dc96a2 123792009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
12380
12381 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12382 kp-0 to ascii equivalents (Bug#4325).
12383
42c3a9e3
CY
123842009-09-13 Chong Yidong <cyd@stupidchicken.com>
12385
1f5c1626
CY
12386 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12387
42c3a9e3 12388 * eshell/em-hist.el:
31cd2dd4
SM
12389 * eshell/em-dirs.el (eshell-complete-user-reference):
12390 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
12391
123922009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12393
12394 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12395 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12396 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
12397 * eshell/em-hist.el (eshell-history-file-name):
12398 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 12399
1e2b6acf
GM
124002009-09-13 Glenn Morris <rgm@gnu.org>
12401
12402 * ediff-merg.el (ediff-do-merge):
12403 * filesets.el (filesets-run-cmd):
12404 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12405 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12406 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12407 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12408 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12409 Replace empty `let's with `progn'.
12410
adba8116
SM
124112009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12412
12413 * mail/sendmail.el (send-mail-function):
12414 * tooltip.el (tooltip-mode):
12415 * simple.el (transient-mark-mode):
12416 * rfn-eshadow.el (file-name-shadow-mode):
12417 * frame.el (blink-cursor-mode):
12418 * font-core.el (global-font-lock-mode):
12419 * files.el (temporary-file-directory)
12420 (small-temporary-file-directory, auto-save-file-name-transforms):
12421 * epa-hook.el (auto-encryption-mode):
12422 * composite.el (global-auto-composition-mode):
12423 Use custom-initialize-delay.
12424 * startup.el (command-line): Don't explicitly call
12425 custom-reevaluate-setting for all the above vars.
12426 * custom.el (custom-initialize-safe-set)
12427 (custom-initialize-safe-default): Delete.
12428
0a4afea9
SM
124292009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12430
9f94990d
SM
12431 * term/x-win.el (x-initialize-window-system):
12432 * term/w32-win.el (w32-initialize-window-system):
12433 * term/ns-win.el (ns-initialize-window-system): Don't call
12434 mouse-wheel-mode since it's enabled globally by default already.
12435
0a4afea9
SM
12436 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12437 actually define the variable, but only silences the byte-compiler.
12438 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12439 before looking it up.
12440 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12441 is changed.
12442
bf01513f
GM
124432009-09-12 Glenn Morris <rgm@gnu.org>
12444
12445 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12446 1000.
12447 (elint-add-required-env): Don't beep on error.
12448 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
12449 (elint-init-env): Skip non-list forms.
12450 (elint-log): Handle unknown file positions.
bf01513f 12451
d85889e4
DU
124522009-09-12 Daiki Ueno <ueno@unixuser.org>
12453
12454 * epg.el (epg-make-context): Add autoload cookie.
12455 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12456 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12457 (epg-verify-string, epg-start-sign, epg-sign-file)
12458 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12459 (epg-encrypt-string, epg-start-export-keys)
12460 (epg-export-keys-to-file, epg-export-keys-to-string)
12461 (epg-start-import-keys, epg-import-keys-from-file)
12462 (epg-import-keys-from-string, epg-start-receive-keys)
12463 (epg-receive-keys, epg-import-keys-from-server)
12464 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12465 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
12466 (epg-generate-key-from-file, epg-generate-key-from-string):
12467 Remove autoload cookie.
d85889e4 12468
8f825ee6
EZ
124692009-09-12 Eli Zaretskii <eliz@gnu.org>
12470
36b434ee
EZ
12471 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12472 reevaluation of trash-directory.
12473
8f825ee6
EZ
12474 * mwheel.el: Fix last change.
12475 (mouse-wheel-mode): New defvar.
12476 (mouse-wheel-mode): Remove autoload cookie.
12477
5766c380
SM
124782009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12479
ab5c0fcd
SM
12480 * mwheel.el (mwheel-installed-bindings): New var.
12481 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12482 the bindings we set last time. Use custom-initialize-delay.
12483 * loadup.el: Load mwheel after term/*-win.el.
12484 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12485 and mouse-wheel-up-event now that their first evaluation is done
12486 sufficiently late to be correct.
12487
45448e64
SM
12488 * startup.el (tutorial-directory): Make it a defcustom.
12489 Use custom-initialize-delay rather than eval-at-startup to set it.
12490 * image.el (image-load-path): Make it a defcustom.
12491 Use custom-initialize-delay rather than eval-at-startup to set it.
12492 * subr.el (eval-at-startup): Remove.
12493 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12494
5766c380
SM
12495 * subr.el (do-after-load-evaluation): Warn the user after loading an
12496 obsolete package.
12497
d6549da4
GM
124982009-09-12 Glenn Morris <rgm@gnu.org>
12499
12500 * proced.el (proced-mark-alt): Remove alias.
12501 (proced-mode-map): Remove proced-mark-alt.
12502
12503 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12504 Elint file and directory. Remove initialization entry.
12505
12506 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12507 commands.
12508 (elint-current-buffer): Set mode-line-process.
12509 (elint-init-env): Handle define-derived-mode.
12510 Fix declare-function with unspecified arglist. Guard against odd
12511 defalias statements (eg iso-insert's 8859-1-map).
12512 (elint-add-required-env): Use a temp buffer.
12513 (elint-form): Just print the function/macro name, not the whole form.
12514 Return env unchanged if we fail to parse a macro.
12515 (elint-forms): Guard against parse errors.
12516 (elint-output): New function, to handle batch mode.
12517 (elint-log-message): Add optional argument. Use elint-output.
12518 (elint-set-mode-line): New function.
12519
30194d4d
CY
125202009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12521
12522 * emacs-lisp/elp.el (elp-not-profilable): Add more
12523 functions (Bug#4233).
12524
a035f9b0
CY
125252009-09-12 Chong Yidong <cyd@stupidchicken.com>
12526
12527 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12528 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12529
dad61164
NR
125302009-09-11 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12533 (gdb-var-list-children): Use json parsing.
12534
9c3c9fdf 125352009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
12536
12537 * progmodes/js.el (js--proper-indentation): Handle the case where
12538 char-before is null. Reported by Deniz Dogan.
12539
b4587710
JB
125402009-09-11 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12543
13890796
DU
125442009-09-11 Daiki Ueno <ueno@unixuser.org>
12545
12546 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12547 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 12548 (epg-context-set-passphrase-callback)
97d4bdba 12549 (epg-context-set-progress-callback): Add description about
b18508dd 12550 callback function.
13890796 12551
2efb64a8
SM
125522009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12553
790d0270
SM
12554 * custom.el (custom-delayed-init-variables): New var.
12555 (custom-initialize-delay): New function.
12556 * startup.el (command-line): "Re"evaluate all vars in
12557 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12558 explicitly any more.
12559 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12560 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12561
12562 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 12563
ac243a40
NR
125642009-09-11 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12567 (gdb-var-update-handler): Use json parsing.
12568
657bc6fc
JB
125692009-09-11 Juanma Barranquero <lekktu@gmail.com>
12570
12571 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12572 decode annotated text, regardless of language environment. (Bug#2741)
12573
b6fe8102
SM
125742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12575
12576 * Makefile.in (autoloads): Make rmail.el writable as well.
12577
5cc443fe
GM
125782009-09-11 Glenn Morris <rgm@gnu.org>
12579
5515c54e
GM
12580 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12581 loaddefs.el.
12582 * dired.el: Regenerate with extracted autoloads.
12583 * Makefile.in (autoloads): Make dired.el writable.
12584
15067158
GM
12585 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12586 * ibuffer.el: Regenerate with extracted autoloads.
12587 * Makefile.in (autoloads): Make ibuffer.el writable.
12588
d35d0238
GM
12589 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12590 * version.el (emacs-copyright, emacs-major-version)
12591 (emacs-minor-version): Reformat doc-strings for make-docfile.
12592
5cc443fe
GM
12593 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12594 functions and variables, since they must be stuff specific to some other
12595 platform.
12596 (apropos-print): Make mouse-click message less specific about button.
12597
12598 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12599 that records where a macro was defined.
12600 * help-fns.el (describe-function-1): Mention if a function has a
12601 compiler-macro.
12602 * help-mode.el (help-function-cmacro): New button.
12603
12604 * locate.el (top-level): Always require dired.
12605 (locate-mode-map): Initialize inside the defvar.
12606
12607 * net/ange-ftp.el (dired-compress-file): Declare.
12608 (ange-ftp-dired-compress-file): Add doc string.
12609
12610 * term/ns-win.el (x-display-name, x-setup-function-keys):
12611 Unify doc-strings with X versions.
12612
8cb95edf
SM
126132009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12614
726a4d09
SM
12615 * emulation/crisp.el (crisp-mode-map): Move initialization
12616 into declaration.
12617 (crisp-mode): Use define-minor-mode.
12618
8cb95edf
SM
12619 * progmodes/xscheme.el (xscheme-evaluation-commands):
12620 Put a :advertised-binding property rather than using
12621 advertised-xscheme-send-previous-expression.
12622 (advertised-xscheme-send-previous-expression): Declare obsolete.
12623 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12624 `advertised-undo'.
12625 (crisp-mode): Add corresponding bindings to
12626 undo's :advertised-binding instead.
12627 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12628 than using dired-advertised-find-file.
12629 (dired-advertised-find-file):
12630 * simple.el (advertised-undo):
12631 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12632 (widget-keymap): Put a :advertised-binding property rather
12633 than using advertised-widget-backward.
12634 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12635 than using advertised-undo.
12636 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12637
07db5857
SS
126382009-09-10 Simon South <ssouth@slowcomputing.org>
12639
12640 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12641 Mark mode is enabled and region is active; otherwise indent or
12642 insert TAB as usual.
12643 (delphi-mode): Update description of TAB-key binding.
12644
50d4ba39
SM
126452009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * subr.el (define-key-rebound-commands): Mark obsolete.
12648 * startup.el (precompute-menubar-bindings): Remove.
12649 (normal-top-level): Remove obsolete code that tried to precompute
12650 menubar bindings.
12651 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12652 define-key-rebound-commands and precompute-menubar-bindings.
12653
ffa894db
KY
126542009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12655
12656 * net/imap.el (imap-interactive-login): Better messages.
12657 (imap-open): Fix bug with renamed buffer on reconnect.
12658 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12659 for easier debugging and cleaner code. On successful (guessed based on
12660 server capabilities) secondary authentication, set imap-state
12661 correctly.
12662 (imap-last-authenticator): Define imap-last-authenticator as a variable
12663 to avoid warnings.
12664
9477096c
GM
126652009-09-10 Glenn Morris <rgm@gnu.org>
12666
12667 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12668
12669 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12670 (byte-compile-file-form-autoload): Don't warn about unknown functions
12671 where the autoload statement comes after the use.
12672 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12673 that any handlers inside the body (eg require) are in turn respected.
12674
12675 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12676 effects.
12677
12678 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12679 and syntax and abbrev tables basic docs, if they don't have any.
12680
12681 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12682
12683 * international/mule-cmds.el (top-level): Require cl when compiling.
12684 (view-hello-file): Use default-value rather than
12685 default-enable-multibyte-characters.
12686
12687 * progmodes/fortran.el: Move all safe and risky properties into the
12688 defcustoms.
12689
12690 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12691 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12692 * mail/undigest.el:
12693 Put autoloads in rmail.el rather than loaddefs.el.
12694 * mail/rmail.el: Regenerate with extracted autoloads.
12695
12696 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12697 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12698
9f16c547
NR
126992009-09-10 Nick Roberts <nickrob@snap.net.nz>
12700
12701 Reported in thread for Bug#4375.
12702 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12703 "-data-evaluate-expression" instead of print.
12704 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12705 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
12706 (gdb): Revert 2009-08-11 change. User should detach inferior
12707 manually.
9f16c547
NR
12708
12709 Remove the word "separate" from IO functions as inferior
12710 output is now never displayed in the GUD buffer.
12711
50405cd0
JB
127122009-09-10 Juanma Barranquero <lekktu@gmail.com>
12713
12714 * startup.el (command-line-normalize-file-name): On Windows and
12715 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12716
7ae62430
JL
127172009-09-10 Juri Linkov <juri@jurta.org>
12718
12719 * isearch.el (isearch-text-char-description): Propertize escape
12720 character sequences with the `escape-glyph' face. (Bug#4344)
12721
12722 * simple.el (shell-command): Set asynchronous process filter to
12723 `comint-output-filter'. (Bug#4343)
12724
12725 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12726 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12727 the list. Move "asm" to the bottom.
12728 (grep-find-ignored-directories): Add `choice' with nil value
12729 to empty the list easily.
12730 (grep-find-ignored-files): New option.
12731 (grep-files-history): Set to nil by default instead of '("ch" "el").
12732 (grep-compute-defaults): Add "<X>" to `grep-template'.
12733 (grep-read-files): Bind new local variables `default-alias' and
12734 `default-extension'. Use a list of default values for the file prompt.
12735 (lgrep): Add `--exclude=' command line options composed from
12736 `grep-find-ignored-files'.
12737 (rgrep): Add `-name' command line options composed from
12738 `grep-find-ignored-files'. (Bug#4301)
12739
cd875252
SM
127402009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
12743 (bug#4368).
12744
cdce0b33
KY
127452009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12746
12747 * calendar/time-date.el (autoload):
12748 Expand define-obsolete-function-alias into defalias and make-obsolete
12749 for old Emacsen that Gnus supports.
12750 (with-no-warnings): Define it for old Emacsen.
12751 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12752 is available.
12753 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12754 float-time is available; suppress compile warning for time-to-seconds.
12755
127562009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
12757
12758 * net/imap.el (imap-message-map): Docstring fix.
12759
2b2eb431
GM
127602009-09-09 Glenn Morris <rgm@gnu.org>
12761
12762 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
12763 line numbers too. (Bug#4374)
12764
83a5aac5
SM
127652009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12766
755e0210
SM
12767 * smerge-mode.el (smerge-remove-props, smerge-refine):
12768 Use with-silent-modifications (bug#4342).
12769
83a5aac5
SM
12770 * subr.el (with-silent-modifications): New macro.
12771
79f01fa7
JB
127722009-09-07 Juanma Barranquero <lekktu@gmail.com>
12773
12774 * files.el (top-level): Require `cl' when compiling.
12775
448ecec3
GM
127762009-09-07 Glenn Morris <rgm@gnu.org>
12777
12778 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
12779
8f09a02f
GM
12780 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
12781 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
12782
76ff67bf
NR
127832009-09-06 Nick Roberts <nickrob@snap.net.nz>
12784
12785 * vc-git.el (vc-git-annotate-command): Use separator to parse
12786 arguments correctly.
12787
943c8b75
EZ
127882009-09-06 Eli Zaretskii <eliz@gnu.org>
12789
12790 * proced.el (proced-mode): Doc fix.
12791
680db9ac
MA
127922009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
12793
12794 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
12795 lstat fails.
12796 (tramp-do-file-attributes-with-ls): Check for file existence at
12797 remote end.
12798 (tramp-do-file-attributes-with-stat): Likewise.
12799 (tramp-convert-file-attributes): Return nil when attr is nil.
12800
3f12e5bd
GM
128012009-09-05 Glenn Morris <rgm@gnu.org>
12802
c8dc27bf
GM
12803 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
12804 properties to this button.
12805 (diary-fancy-display): Don't extend the button to the final newline.
12806 (diary-fancy-display-mode): Continue to define "q" as a local key.
12807
cca065d8
GM
12808 * calendar/cal-china.el (holiday-chinese): Make it slightly more
12809 efficient.
12810
cddaedb6
GM
12811 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
12812
3f12e5bd
GM
12813 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
12814 (byte-compile-dest-file-function): New option.
12815 (byte-compile-dest-file): Doc fix.
12816 Obey byte-compile-dest-file-function.
12817 (byte-compile-cl-file-p): New function.
12818 (byte-compile-eval): Only suppress noruntime warnings about cl functions
12819 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
12820 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
12821 than for file being previously loaded.
12822 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
12823 (byte-compile-file-form-require): Handle the case where requiring a file
12824 indirectly causes CL to be loaded.
12825
049a231b
KF
128262009-09-05 Karl Fogel <kfogel@red-bean.com>
12827
12828 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
12829 before killing the old buffer, since by the time `kill-buffer' is
12830 run so many buffer variables have been set to nil that it may not
12831 behave as expected. (Bug#4061)
12832
ef7ef2a0
KF
128332009-09-05 Karl Fogel <kfogel@red-bean.com>
12834
12835 * files.el (find-alternate-file): If the old buffer is modified
12836 and visiting a file, behave similarly to `kill-buffer' when
12837 killing it, thus reverting to the pre-1.878 behavior; see
12838 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
12839 for discussion. Also, consult `buffer-file-name' as a variable
12840 not as a function, for consistency with the rest of the code.
12841
73d854cd
MA
128422009-09-04 Michael Albinus <michael.albinus@gmx.de>
12843
12844 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12845 also when adding a new directory.
12846
12847 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
12848 defun.
12849
df120481
SM
128502009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
12851
12852 * files.el (locate-file-completion-table): Make it provide boundary
12853 information, so partial-completion works better.
12854
c0bc6d79
SM
128552009-09-04 Leo <sdl.web@gmail.com> (tiny change)
12856
12857 * mail/footnote.el (Footnote-text-under-cursor):
12858 Check footnote-text-marker-alist before using it (bug#4324).
12859
f76a9756
GM
128602009-09-04 Glenn Morris <rgm@gnu.org>
12861
67d110f1
GM
12862 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
12863 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
12864 * play/solitaire.el, play/tetris.el:
12865 Remove leading * from defcustom and defface docs.
12866
b42d4989
GM
12867 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
12868 necessary.
12869 (diary-fancy-overriding-map): New variable.
12870 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
12871 Use view-mode.
12872
f76a9756
GM
12873 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
12874 goto-line.
12875
e605eeeb
GM
128762009-09-03 Glenn Morris <rgm@gnu.org>
12877
597e2240
GM
12878 * arc-mode.el (archive-mode):
12879 * dos-fns.el (set-default-process-coding-system):
12880 * man.el (Man-getpage-in-background):
12881 * menu-bar.el (menu-bar-describe-menu):
12882 * server.el (server-process-filter):
12883 * startup.el (command-line):
12884 * tar-mode.el (tar-header-block-tokenize, tar-extract):
12885 * w32-fns.el (set-default-process-coding-system):
12886 * x-dnd.el (x-dnd-handle-file-name):
12887 * international/mule-cmds.el (mule-menu-keymap)
12888 (set-default-coding-systems, language-info-alist, set-language-info)
12889 (set-language-environment, standard-display-european-internal)
12890 (set-locale-environment):
12891 * international/mule-diag.el (mule-diag):
12892 * mail/emacsbug.el (report-emacs-bug):
12893 * mail/rmail.el (rmail-mode):
12894 * mail/sendmail.el (mail-setup):
12895 Use default-value rather than default-enable-multibyte-characters.
12896
f38184aa
GM
12897 * progmodes/f90.el: Move all safe properties into the defcustoms.
12898 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
12899
e605eeeb
GM
12900 * calendar/appt.el (appt-check):
12901 * calendar/diary-lib.el (diary-set-header, diary-live-p)
12902 (diary-check-diary-file, diary-list-entries)
12903 (diary-include-other-diary-files, diary-simple-display)
12904 (diary-fancy-display, diary-print-entries)
12905 (diary-mark-included-diary-files, diary-make-entry):
12906 Don't call substitute-in-file-name on diary-file.
12907
734db384 129082009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 12909 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
12910
12911 * mail/footnote.el (footnote-prefix): Make it a defcustom.
12912 (footnote-mode-map): Move initialization into the declaration.
12913 (footnote-minor-mode-map): Define it rather than changing global-map.
12914 (footnote-mode): Use define-minor-mode.
12915
e5aa47f9
MA
129162009-09-02 Michael Albinus <michael.albinus@gmx.de>
12917
12918 * net/tramp.el (tramp-handle-file-attributes-with-ls)
12919 (tramp-do-file-attributes-with-perl)
12920 (tramp-do-file-attributes-with-stat): Rename from
12921 `tramp-handle-file-attributes-with-*'.
12922 (tramp-handle-file-attributes): Use them.
12923 (tramp-do-directory-files-and-attributes-with-perl)
12924 (tramp-do-directory-files-and-attributes-with-stat): Rename from
12925 `tramp-handle-directory-files-and-attributes-with-*'.
12926 (tramp-handle-directory-files-and-attributes): Use them.
12927 (tramp-method-out-of-band-p): Additional parameter SIZE.
12928 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
12929 (tramp-handle-write-region): Use it.
734db384 12930 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
12931 (tramp-handle-vc-registered): Check, whether the first run did
12932 return files to be tested.
12933 (tramp-advice-make-auto-save-file-name): Do not call directly
12934 `tramp-handle-make-auto-save-file-name', because this would bypass
12935 the locking mechanism.
12936
734db384 12937 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
12938 (file-remote-p, process-file, start-file-process, set-file-times)
12939 (tramp-compat-file-attributes): Compatibility functions shall not
12940 call directly `tramp-handle-*', because this would bypass the
12941 locking mechanism.
12942 (tramp-compat-number-sequence): New defun.
12943
6e2ca895
GM
129442009-09-02 Glenn Morris <rgm@gnu.org>
12945
697c7714
GM
12946 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
12947 alias for float-time.
12948 (time-to-number-of-days): In Emacs, use float-time.
12949 * net/newst-backend.el (time-add): Suppress warnings from compat
12950 function.
12951 * time.el (emacs-uptime, emacs-init-time):
12952 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
12953 Use float-time rather than time-to-seconds.
12954
6e2ca895
GM
12955 * minibuffer.el (completion-initials-expand): Fix typo.
12956
12957 * faces.el (modeline, modeline-inactive, modeline-highlight)
12958 (modeline-buffer-id):
12959 * info.el (info-menu-5): Mark these face aliases as obsolete.
12960
ed17efec
NR
129612009-09-01 Nick Roberts <nickrob@snap.net.nz>
12962
12963 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
12964 space ...
12965 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
12966 no "--thread" option.
12967 (gdb-stopped): Don't print "Switched to thread" message when it is
12968 unchanged.
12969
fcb68f70
SM
129702009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * minibuffer.el (completion-try-completion)
12973 (completion-all-completions): Remove ill-defined (and
12974 mistakenly installed and luckily never used nor documented)
12975 `completion-styles' property.
12976 (completion-initials-expand, completion-initials-all-completions)
12977 (completion-initials-try-completion): New functions.
12978 (completion-styles-alist): Add doc to each entry.
12979 Add new `initials' entry.
12980
83318a6d
NR
129812009-09-01 Nick Roberts <nickrob@snap.net.nz>
12982
12983 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
12984 MI command -var-evaluate-expression.
12985 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
12986 and tweak for case of string child.
734db384 12987 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 12988
d63eb0e7
GM
129892009-09-01 Glenn Morris <rgm@gnu.org>
12990
c4f6e489
GM
12991 * add-log.el (change-log-date-face, change-log-name-face)
12992 (change-log-email-face, change-log-file-face, change-log-list-face)
12993 (change-log-conditionals-face, change-log-function-face)
12994 (change-log-acknowledgement-face):
12995 * cus-edit.el (custom-invalid-face, custom-rogue-face)
12996 (custom-modified-face, custom-set-face, custom-changed-face)
12997 (custom-saved-face, custom-button-face, custom-button-pressed-face)
12998 (custom-documentation-face, custom-state-face, custom-comment-face)
12999 (custom-comment-tag-face, custom-variable-tag-face)
13000 (custom-variable-button-face, custom-face-tag-face)
13001 (custom-group-tag-face-1, custom-group-tag-face):
13002 * diff-mode.el (diff-header-face, diff-file-header-face)
13003 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13004 (diff-added-face, diff-changed-face, diff-function-face)
13005 (diff-context-face, diff-nonexistent-face):
13006 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13007 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13008 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13009 (Info-title-4-face):
13010 * isearch.el (isearch-lazy-highlight-face):
13011 * log-view.el (log-view-file-face, log-view-message-face):
13012 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13013 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13014 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13015 (cvs-msg-face):
13016 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13017 (smerge-base-face, smerge-markers-face):
13018 * wid-edit.el (widget-documentation-face, widget-button-face)
13019 (widget-field-face, widget-single-line-field-face)
13020 (widget-inactive-face, widget-button-pressed-face):
13021 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13022 (woman-addition-face):
2fb1ec93
GM
13023 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13024 (eshell-ls-executable-face, eshell-ls-readonly-face)
13025 (eshell-ls-unreadable-face, eshell-ls-special-face)
13026 (eshell-ls-missing-face, eshell-ls-archive-face)
13027 (eshell-ls-backup-face, eshell-ls-product-face)
13028 (eshell-ls-clutter-face):
13029 * eshell/em-prompt.el (eshell-prompt-face):
13030 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 13031 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
13032 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13033 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13034 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13035 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13036 (antlr-font-lock-literal-face):
c4f6e489
GM
13037 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13038 (ebrowse-root-class-face, ebrowse-file-name-face)
13039 (ebrowse-default-face, ebrowse-member-attribute-face)
13040 (ebrowse-member-class-face, ebrowse-progress-face):
13041 * progmodes/make-mode.el (makefile-space-face):
13042 * progmodes/sh-script.el (sh-heredoc-face):
13043 * textmodes/flyspell.el (flyspell-incorrect-face)
13044 (flyspell-duplicate-face):
13045 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 13046 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
13047 Mark face aliases with "-face" suffix as obsolete.
13048
d80619fa
GM
13049 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13050 compiler.
13051
5f68c1b7
GM
13052 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13053 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13054 easy-menu-define wants to modify these.
13055
13056 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13057
13058 * net/browse-url.el (browse-url-file-url):
13059 * term/internal.el (dos-codepage-setup):
13060 Use default-value rather than default-enable-multibyte-characters.
13061
d80619fa 13062 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
13063 * progmodes/flymake.el (flymake-highlight-line)
13064 (flymake-goto-file-and-line, flymake-goto-line):
13065 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13066 (gdb-goto-breakpoint):
13067 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13068 * progmodes/python.el (python-find-function)
13069 (python-pdbtrack-track-stack-file):
13070 * progmodes/verilog-mode.el (verilog-surelint-off):
13071 * term/ns-win.el (ns-open-file-select-line):
13072 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13073 Use forward-line rather than goto-line.
13074
d63eb0e7
GM
13075 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13076 * textmodes/reftex-index.el (reftex-display-index):
13077 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13078 * textmodes/reftex-toc.el (reftex-toc):
13079 Remove unnecessary bindings of default-major-mode (all are followed by
13080 major-mode check and possible mode switch).
13081
0afad278
NR
130822009-08-31 Nick Roberts <nickrob@snap.net.nz>
13083
13084 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13085 Handle watchpoints (bug#4282).
13086 (def-gdb-thread-buffer-command): Enable thread to be selected by
13087 clicking without selecting threads buffer first.
13088 (gdb-current-context-command): Use selected frame so that "up",
13089 "down" etc work in the GUD buffer.
13090 (gdb-update): Find selected frame before rendering stack buffer.
13091 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13092
4e135dd2
SM
130932009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * progmodes/sym-comp.el (displayed-completions): Remove.
13096 (symbol-complete): Use minibuffer-complete.
13097
e61eba34
GM
130982009-08-31 Glenn Morris <rgm@gnu.org>
13099
13100 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13101
734db384
SM
13102 * apropos.el (apropos-symbols-internal):
13103 Handle (obsolete) face aliases.
e61eba34
GM
13104
13105 * faces.el (describe-face): Adjust the output format to be more like
13106 describe-variable, and to mention (obsolete) face aliases.
13107 Adjust the whitespace so that help-setup-xref works.
13108
13109 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13110 * calendar/diary-lib.el (diary-button-face):
13111 Mark these face aliases as obsolete.
13112
13113 * calendar/calendar.el (calendar-today): Doc fix.
13114
4cf71456
NR
131152009-08-31 Nick Roberts <nickrob@snap.net.nz>
13116
13117 * progmodes/gdb-mi.el (gdb-control-all-threads)
13118 (gdb-control-current-thread): Force tool bar update.
13119 (gdb-non-stop-handler): New function.
13120 (gdb-init-1): Use it to test if non-stop mode is supported.
13121 Remove unused gdbmi buffer type.
13122
e61eba34 131232009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
13124
13125 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 13126 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 13127
4324f7ca
NR
131282009-08-30 Nick Roberts <nickrob@snap.net.nz>
13129
13130 * comint.el (comint-exec-1): Check command is non-null first.
13131 Part of gdb-mi.el change (2009-08-28).
13132
a1bf889a
SM
131332009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13136
060c08b5
JB
131372009-08-30 Juanma Barranquero <lekktu@gmail.com>
13138
13139 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13140 instead of `dolist' to avoid a recursive require when bootstrapping.
13141
ab22be48
SM
131422009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13143
73ebf88f
SM
13144 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13145
80629cfc
SM
13146 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13147
206d0387 13148 * net/imap.el (imap-send-command): Simplify.
734db384 13149 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 13150
844f7784
SM
13151 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13152
5ca4661e
SM
13153 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13154 with constant argument.
13155
c61dc887
SM
13156 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13157
7eb73deb
SM
13158 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13159
5fe443de
SM
13160 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13161 Change default, since most of our files don't have a history.
13162 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13163 the user.
13164
6444d64a
SM
13165 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13166 Add comint-run.
13167
5cb16bfc
SM
13168 * calc/calc.el: Improve commenting convention.
13169 (calc-digit-map, toplevel): Simplify.
13170
0aeb71a7
SM
13171 * comint.el (comint-insert-input): Be careful to only set point if we
13172 don't delegate to some other command.
13173
9a9af856
SM
13174 * proced.el (proced-signal-list): Make it an alist.
13175 (proced-grammar-alist): Capitalize names.
13176 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13177 Disable undo manually and make it read-only.
13178 Use completion-annotate-function.
13179
ab22be48
SM
13180 * minibuffer.el (minibuffer-message): If the current buffer is not
13181 a minibuffer, insert the message in the echo area rather than at the
13182 end of the buffer.
13183 (completion-annotate-function): New variable.
13184 (minibuffer-completion-help): Use it.
13185 (completion--embedded-envvar-table): Environment vars are
13186 always case-sensitive.
13187
4a948dbf
GM
131882009-08-30 Glenn Morris <rgm@gnu.org>
13189
13190 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13191 from fortran-current-defun.
13192 (fortran-beginning-of-subprogram): Be more precise about finding the
13193 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13194 (fortran-end-of-subprogram): Simplify.
13195 (fortran-current-defun): Use fortran-start-prog-re.
13196
486cf3b8
JB
131972009-08-29 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * subr.el (do-after-load-evaluation): Simplify.
13200
db167d28
DN
132012009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13202
13203 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13204
13205 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13206 (vc-rcs-print-log): Use it.
13207
13208 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13209
efbc652a
SM
132102009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13211
2aa0e5bf
SM
13212 * paths.el (abbrev-file-name): Move to abbrev.el.
13213 * abbrev.el (abbrev-file-name): Move from paths.el.
13214 Obey user-emacs-directory.
13215 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13216 user-emacs-directory.
13217 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13218 abbrev-file-name and calc-settings-file any more.
13219 * startup.el (command-line): Recompute abbrev-file-name and
13220 abbreviated-home-dir.
13221 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13222 of the special code for when C-h bindings haven't been changed.
13223 (display-startup-echo-area-message): Use with-current-buffer.
13224 (command-line-1): Use a list of strings, rather than a list of lists
13225 of strings for longopts.
13226
51da8fe2
SM
13227 * files.el (get-free-disk-space): Use / for default-directory.
13228
0c3cc4dd
SM
13229 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13230 Use with-current-buffer.
13231
d988dbf6
SM
13232 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13233 Recognize immutable variables like most-positive-fixnum.
13234 (byte-compile-setq-default): Check and warn if trying to assign
13235 to an immutable variable, or a non-variable.
13236
efbc652a
SM
13237 * progmodes/cc-vars.el (c-comment-continuation-stars):
13238 * progmodes/cc-engine.el (c-looking-at-bos):
13239 * progmodes/cc-cmds.el (c-toggle-auto-state)
13240 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13241 (c-comment-line-break-function): Add version of obsolescence.
13242
d30a05d1
JL
132432009-08-28 Juri Linkov <juri@jurta.org>
13244
13245 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13246 associated with `archive-mode'.
13247
13248 * image.el (image-type-header-regexps): Use only JPEG magic number
13249 to determine JPEG images, and don't use `image-jpeg-p' because
13250 Emacs can display non-JFIF non-Exif JPEG images.
13251
1e8eecea
JB
132522009-08-28 Juanma Barranquero <lekktu@gmail.com>
13253
13254 * arc-mode.el (archive-mode):
13255 * emacs-lisp/re-builder.el (re-builder-unload-function):
13256 Protect against the default value of `major-mode' being nil.
13257
dd4fbf56
JB
132582009-08-28 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13261 Fix typos in docstrings.
13262
13263 * progmodes/js.el (js--macro-decl-re): Doc fix.
13264 (js--plain-method-re, js--split-name): Refloc docstring.
13265 (js--class-styles, js--make-merged-item, js--splice-into-items):
13266 Fix typos in docstrings; reflow docstrings.
13267 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13268 (js--variable-decl-matcher, js--inside-pitem-p)
13269 (js--parse-state-at-point, js--get-all-known-symbols)
13270 (js--symbol-history, js-find-symbol, js--js-references)
13271 (js--moz-interactor, js--js-encode-value, js--read-tab):
13272 Fix typos in docstrings.
13273
72f16325
SM
132742009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13275
14acf2f5
SM
13276 * textmodes/reftex.el (reftex-get-file-buffer-force):
13277 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13278 * emulation/viper.el (viper-go-away, viper-set-hooks):
13279 * emacs-lisp/re-builder.el (re-builder-unload-function):
13280 * emacs-lisp/bytecomp.el (byte-compile-file):
13281 * ses.el (ses-unload-function):
13282 * hexl.el (hexl-find-file):
13283 * files.el (normal-mode):
13284 * ehelp.el (with-electric-help):
13285 * autoinsert.el (auto-insert-alist):
13286 * arc-mode.el (archive-mode):
13287 Use (default-value 'major-mode) instead of default-major-mode.
13288
72f16325
SM
13289 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13290 * international/mule.el (load-with-code-conversion):
13291 * emacs-lisp/debug.el (debug):
13292 * ediff-vers.el (ediff-rcs-get-output-buffer):
13293 * dired.el (dired-internal-noselect): Don't let-bind
13294 default-major-mode around code that doesn't use it.
13295 E.g. buffer creation via get-buffer-create doesn't use it.
13296
aa485f7c
MA
132972009-08-28 Michael Albinus <michael.albinus@gmx.de>
13298
13299 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13300 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13301 when writing the temp file. Otherwise, epa-file gets confused.
13302 (tramp-register-file-name-handlers): Make it a defun. Move also
13303 `epa-file-handler' to the front of `file-name-handler-alist'.
13304
133052009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13308 start right after a ^M.
13309 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13310 (tramp-completion-file-name-regexp-separate)
13311 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
13312 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13313 Don't modify last-coding-system-used by accident.
aa485f7c
MA
13314 (tramp-completion-file-name-handler): Apply the checks here,
13315 instead during registration.
48c2d18a 13316 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
13317 `tramp-register-file-name-handler'. Register both
13318 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 13319 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 13320
3f0c2b92
NR
133212009-08-28 Nick Roberts <nickrob@snap.net.nz>
13322
72f16325
SM
13323 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13324 Remove variable ...
3f0c2b92
NR
13325 (gdb-init-1, gdb-display-separate-io-buffer)
13326 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13327 references to it.
13328 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13329 (gdb-inferior-filter): Use comint-output-filter to stop
13330 echoing and remove ^M characters.
13331
705e5bd9
SM
133322009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13333
009fdc2e
SM
13334 * emulation/viper-init.el (viper-restore-cursor-type):
13335 * emulation/cua-base.el (cua--update-indications):
13336 Replace default-cursor-type with (default-value 'cursor-type).
13337
b56a5ae0
SM
13338 * mail/sendmail.el (mail-recover-1):
13339 * international/mule-diag.el (describe-current-coding-system-briefly)
13340 (describe-current-coding-system):
13341 * international/mule-cmds.el (select-safe-coding-system)
13342 (select-message-coding-system)
13343 (set-language-environment-coding-systems, set-locale-environment):
13344 * hexl.el (hexl-insert-multibyte-char):
13345 * dos-w32.el (find-buffer-file-type-coding-system):
13346 * simple.el (what-cursor-position):
13347 Replace uses of default-buffer-file-coding-system
13348 with (default-value 'buffer-file-coding-system).
13349
de70529f
SM
13350 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13351 Replace uses of default-cursor-in-non-selected-windows
13352 with (default-value 'cursor-in-non-selected-windows).
13353 Use with-current-buffer.
13354
705e5bd9
SM
13355 * mail/feedmail.el: Use CL macros.
13356 (feedmail-run-the-queue, feedmail-send-it-immediately):
13357 * dos-w32.el (find-buffer-file-type): Replace uses of
13358 default-buffer-file-type with (default-value 'buffer-file-type).
13359
4d985ac2
GM
133602009-08-28 Glenn Morris <rgm@gnu.org>
13361
13362 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13363 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13364 Use default-value of major-mode rather than default-major-mode.
13365
17c15b81
SM
133662009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13367
3a68ab06
SM
13368 * Makefile.in (update-elcfiles): Report left over elc files.
13369
9421bdd1
SM
13370 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13371 expand-file-name and with-current-buffer.
13372 (mail-get-names, mail-directory): Use with-current-buffer.
13373
17c15b81
SM
13374 * vc.el (vc-read-revision): New function.
13375 (vc-version-diff, vc-merge): Use it.
13376
ba83a64e
SS
133772009-08-27 Sam Steingold <sds@gnu.org>
13378
13379 * simple.el (kill-do-not-save-duplicates): New user option.
13380 (kill-new): When it is non-nil, and the new string is the same as
13381 the latest kill, set replace to t to avoid duplicates in kill-ring.
13382
be3e598a 133832009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
13384
13385 * net/tramp.el (tramp-handle-process-file): Do not flush all
13386 caches when `process-file-side-effects' is set.
13387 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
13388 instead of `tramp-find-file-exists-command'.
13389 Unset `process-file-side-effects'.
d5b5c94a
MA
13390
133912009-08-27 Michael Albinus <michael.albinus@gmx.de>
13392
13393 * net/tramp.el (tramp-methods): New method "rsyncc".
13394 (top): Add completion function for "rsyncc".
13395 (tramp-message-show-message): New defvar.
13396 (tramp-message, tramp-error): Use it.
13397 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13398 remote copying.
13399 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13400 `tramp-methods' entry `copy-env' of "rsyncc".
13401 (tramp-vc-registered-read-file-names): New defconst.
13402 (tramp-vc-registered-file-names): New defvar.
13403 (tramp-handle-vc-registered): Implement optimization strategy.
13404 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13405 (tramp-vc-file-name-handler): New defun.
13406 (tramp-get-ls-command, tramp-get-test-command)
13407 (tramp-get-file-exists-command, tramp-get-remote-ln)
13408 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 13409 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
13410
13411 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13412 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13413 timestamps.
13414 (tramp-get-file-property): Check for timestamps in
13415 `tramp-cache-inhibit-cache'.
13416 (tramp-set-file-property): Write timestamp.
13417
1339cf20
KH
134182009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13419
13420 * language/japan-util.el (japanese-symbol-table): Add entries for
13421 cp932-2-byte.
13422
13423 * international/characters.el: Add category `j' to cp932-2-byte.
13424
726e3f1d
KH
134252009-08-27 Kenichi Handa <handa@m17n.org>
13426
13427 * international/fontset.el (build-default-fontset-data): New macro.
13428 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 13429 tibetan, ethiopic, and ipa.
726e3f1d 13430
4e3b4528
SM
134312009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13432
13433 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13434 (enable-multibyte-characters): Not customizable any more.
13435
13436 * subr.el (default-mode-line-format, default-header-line-format)
13437 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13438 (default-direction-reversed, default-truncate-lines)
13439 (default-left-margin, default-tab-width, default-case-fold-search)
13440 (default-left-margin-width, default-right-margin-width)
13441 (default-left-fringe-width, default-right-fringe-width)
13442 (default-fringes-outside-margins, default-scroll-bar-width)
13443 (default-vertical-scroll-bar, default-indicate-empty-lines)
13444 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13445 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13446 (default-scroll-down-aggressively, default-fill-column)
13447 (default-cursor-type, default-buffer-file-type)
13448 (default-cursor-in-non-selected-windows)
13449 (default-buffer-file-coding-system, default-major-mode)
13450 (default-enable-multibyte-characters): Mark as obsolete.
13451
b3cca6a6
DN
134522009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13453
652cc1a2
DN
13454 * vc-dir.el (vc-dir-update): Remove debug helper.
13455
b3cca6a6
DN
13456 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13457
4ed8c7aa
SS
134582009-08-26 Sam Steingold <sds@gnu.org>
13459
13460 * simple.el (save-interprogram-paste-before-kill): New user option.
13461 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13462 save the interprogram-paste into kill-ring before overriding it
13463 with the Emacs kill.
13464
3b64d86b
DN
134652009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13466
13467 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13468 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13469 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13470 and move to vc-rcs.el.
13471 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13472 move to vc-rcs.el.
13473 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13474 (vc-rcs-update-changelog): Remove.
13475 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13476 and move to vc-rcs.el.
13477
13478 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13479 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13480 renaming.
13481 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 13482 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
13483 vc.el, renamed to be RCS specific.
13484
72f16325
SM
13485 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13486 New functions.
13487 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
13488
13489 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13490 New functions.
13491
636a36a0
SM
134922009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13495
239b3340
DN
134962009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13497
b91f0762 13498 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
13499 (vc-git-stash, vc-git-stash-show): New functions.
13500 (vc-git-extra-menu-map): Bind them.
b91f0762 13501
b8e54362
DN
13502 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13503 directory correctly in case the item is a directory itself.
13504
239b3340
DN
13505 * vc.el: Document the desired behavior for reverted files in the
13506 `added' state.
dc810649
DN
13507 (vc-default-prettify-state-info): Remove function, unused.
13508
13509 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 13510
e49c0179
GM
135112009-08-26 Glenn Morris <rgm@gnu.org>
13512
13513 * bindings.el (standard-mode-line-format): Reposition dashes in
13514 which-func entry. (Bug#4217)
13515
3029e594
GM
13516 * files.el (enable-local-variables, enable-local-eval)
13517 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13518 the defcustoms.
13519 (auto-mode-alist, ignored-local-variables)
13520 (save-some-buffers-action-alist): Move risky declarations to the
13521 definitions.
13522 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13523 (font-lock-defaults, format-alist, imenu--index-alist)
13524 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13525 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13526 (mode-line-modified, mode-line-mule-info, mode-line-position)
13527 (mode-line-process, mode-line-remote, outline-level)
13528 (parse-time-rules, rmail-output-file-alist)
13529 (special-display-buffer-names, vc-mode):
13530 Move risky declarations to the relevant files.
72f16325
SM
13531 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13532 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
13533 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13534 * font-core.el (font-lock-defaults):
13535 * format.el (format-alist):
13536 * vc-hooks.el (vc-mode):
13537 * window.el (special-display-buffer-names):
13538 * international/mule-cmds.el (input-method-alist):
13539 Define riskiness here (dumped file) rather than in files.el.
13540 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13541 * imenu.el (imenu-generic-expression, imenu--index-alist):
13542 * outline.el (outline-level):
13543 * time.el (display-time-string):
13544 * calendar/parse-time.el (parse-time-rules):
13545 * mail/rmailout.el (rmail-output-file-alist):
13546 Autoload riskiness here, rather than placing in files.el.
13547
8476cfaf
SM
135482009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13549
13550 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13551
0b35b48e
MA
135522009-08-25 Michael Albinus <michael.albinus@gmx.de>
13553
13554 * simple.el (process-file-side-effects): New defvar.
13555
13556 * dired-aux.el (dired-show-file-type):
13557 * vc.el (vc-diff-internal):
13558 * vc-arch.el (vc-arch-diff):
13559 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13560 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13561 * vc-git.el (vc-git-registered, vc-git-working-revision)
13562 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13563 (vc-git--empty-db-p):
13564 * vc-hooks.el (vc-user-login-name):
13565 * vc-svn.el (vc-svn-registered, vc-svn-state)
13566 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13567 * progmodes/grep.el (grep-probe): Let-bind
13568 `process-file-side-effects' with nil.
13569
13570 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13571
13572 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13573 daemon. Replace ping by checking for running service for bluez
13574 and zeroconf. (Bug#4239)
13575
d54cc599
GM
135762009-08-25 Kevin Ryde <user42@zip.com.au>
13577
13578 * net/dig.el (dig): Add autoload cookie.
13579
7bfd055d
GM
135802009-08-25 Glenn Morris <rgm@gnu.org>
13581
bac9c66c
GM
13582 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13583 load-history for absolute file-names.
13584 (byte-compile-file-form-require): Warn about use of the cl package.
13585
7bfd055d
GM
13586 * format.el (format-alist): Doc fix.
13587
5ac1f9e0
GM
13588 * play/bubbles.el (top-level): Don't require cl at run-time.
13589
af62aa88
GM
13590 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13591 run-time cl).
13592
71e036af
DD
135932009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13594
13595 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13596 from cl package.
13597 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13598
42110eaf
JB
135992009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13600
13601 * calc/calc-alg.el (math-trig-rewrite)
13602 (math-hyperbolic-trig-rewrite): New functions.
13603 (calc-simplify): Simplify trig functions when asked.
13604
88421f3e
SM
136052009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13608
dbd9624e
KH
136092009-08-24 Kenichi Handa <handa@m17n.org>
13610
13611 * language/ind-util.el (mapthread): Delete it.
13612 (combinatorial): New function.
13613 (indian--puthash-cv): Use combinatorial instead of mapthread.
13614
9b89e3ee
GM
136152009-08-22 Kevin Ryde <user42@zip.com.au>
13616
13617 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13618 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13619 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13620 Clarify docstring that the value is strings not symbols.
13621 (checkdoc-list-of-strings-p): New function.
13622
e6ce8c42
GM
136232009-08-22 Glenn Morris <rgm@gnu.org>
13624
2ddf2ea6 13625 * files.el (auto-mode-alist):
a3374680
GM
13626 * hippie-exp.el (he-concat-directory-file-name):
13627 * lpr.el (lpr-windows-system, printer-name):
13628 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13629 * ps-print.el (ps-windows-system):
13630 * startup.el (command-line):
13631 * emulation/viper-ex.el (viper-glob-function):
13632 * international/mule-cmds.el (set-language-environment-coding-systems):
13633 * net/ange-ftp.el (ange-ftp-write-region):
13634 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 13635 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
13636 unisoft-unix, vax-vms, win32, w32.
13637
977955fa
GM
13638 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13639 given name if the pattern is not more specific.
13640
b4deec2e
GM
13641 * calendar/lunar.el (lunar-phase-names): New option.
13642 (lunar-phase): Doc fix.
13643 (lunar-cycles-per-year): New constant.
13644 (lunar-index): New function.
13645 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13646 (lunar-phase-name): Use lunar-phase-names.
13647 (calendar-lunar-phases): Use format.
13648 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13649
47e83968
GM
13650 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13651 Copy imenu-example--name-and-position function here for own use.
13652 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13653
e6ce8c42
GM
13654 * bs.el (bs--redisplay):
13655 * cus-edit.el (custom-redraw):
13656 * ibuffer.el (ibuffer-bury-buffer):
13657 * server.el (server-goto-line-column):
13658 * startup.el (command-line-1):
13659 * strokes.el (strokes-xpm-for-stroke):
13660 * term.el (term-display-buffer-line):
13661 * view.el (View-goto-line):
13662 * calc/calc.el (calc-do, calc-trail-buffer):
13663 * play/gamegrid.el (gamegrid-add-score-insecure):
13664 * progmodes/ada-mode.el (ada-compile-goto-error):
13665 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13666 (ebrowse-select-1st-to-9nth):
47e83968 13667 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
13668 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13669 * progmodes/gud.el (gud-display-line):
13670 (idlwave-shell-display-line):
13671 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13672 * progmodes/make-mode.el (makefile-browser-toggle):
13673 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13674 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13675 * textmodes/picture.el (picture-draw-rectangle):
13676 * textmodes/reftex-index.el (reftex-index-goto-letter):
13677 (reftex-select-jump-to-previous):
13678 * textmodes/reftex-sel.el (reftex-find-start-point)
13679 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13680 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13681 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13682 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13683 * textmodes/two-column.el (2C-associated-buffer):
13684 Use forward-line rather than goto-line.
13685
13686 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13687 goto-line.
13688
4b18bdb3
GM
13689 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13690 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13691 (quick-check-list-to-regexp): Declare.
e6ce8c42 13692
72f16325
SM
13693 * progmodes/make-mode.el (makefile-browser-insert-selection):
13694 Use goto-char rather than goto-line.
e6ce8c42
GM
13695
13696 * progmodes/prolog.el (compilation-error-regexp-alist)
13697 (compilation-forget-errors): Declare.
13698
32a2cf25
JL
136992009-08-22 Juri Linkov <juri@jurta.org>
13700
13701 * progmodes/grep.el (lgrep, rgrep): At the beginning
13702 set `dir' to `default-directory' unless `dir' is a non-nil
13703 readable directory. (Bug#4052)
13704 (lgrep, rgrep): Change a weird way to report an error
13705 from using `read-string' to using `error'.
13706 Instead of using interactive arguments in the function body,
13707 add new argument `confirm'.
13708
5443c9b7
SM
137092009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13710
cb5b40ee
SM
13711 * textmodes/remember.el (remember-buffer):
13712 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13713 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13714 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
13715 * net/newst-treeview.el (newsticker-groups-filename):
13716 * net/newst-backend.el (newsticker-cache-filename):
13717 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13718 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13719 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13720 (speedbar-buffers-line-path, speedbar-path-line)
13721 (speedbar-buffers-line-path):
13722 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13723 (epg-sign-keys):
13724 * epa.el (epa-display-verify-result):
13725 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13726
d6261cc1
GM
137272009-08-21 Glenn Morris <rgm@gnu.org>
13728
3e1ea342
GM
13729 * progmodes/js.el (inferior-moz-process): Fix declaration.
13730
ce86eeb5
GM
13731 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
13732
fff28970
GM
13733 * obsolete/rnewspost.el (news-mail-reply):
13734 Use goto-char rather than goto-line.
13735
d93e053b
GM
13736 * term/ns-win.el (ns-open-file-select-line):
13737 Use line-beginning-position rather than goto-line.
13738
d5d105e8
GM
13739 * apropos.el (apropos-command):
13740 * ehelp.el (electric-helpify):
13741 * printing.el (pr-show-setup):
13742 * strokes.el (strokes-help):
13743 * tutorial.el (tutorial--describe-nonstandard-key)
13744 (tutorial--detailed-help):
13745 * woman.el (woman-mini-help, woman-display-extended-fonts):
13746 * calc/calc-help.el (calc-describe-key):
13747 * emulation/edt.el (edt-electric-helpify):
13748 * international/mule-diag.el (mule-diag):
13749 * play/yow.el (apropos-zippy):
13750 * progmodes/python.el (python-describe-symbol):
13751 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
13752 * textmodes/table.el (*table--cell-describe-mode)
13753 (*table--cell-describe-bindings):
13754 Use help-print-return-message rather than the now obsolete alias.
13755
a8ab722f 13756 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
13757 (calendar-cursor-to-visible-date):
13758 * play/5x5.el (5x5-position-cursor):
13759 * play/decipher.el (decipher):
13760 * play/gomoku.el (gomoku-goto-xy):
13761 * play/landmark.el (lm-goto-xy):
13762 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
13763 (mpuz-paint-digit):
13764 Use forward-line, not goto-line.
a8ab722f 13765
d6261cc1
GM
13766 * mail/rmail.el (rmail-obsolete): Delete custom group.
13767 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
13768 (rmail-remote-password, rmail-remote-password-required):
13769 Remove unneeded :set-after and :set properties.
13770
9e846523
MA
137712009-08-21 Michael Albinus <michael.albinus@gmx.de>
13772
13773 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
13774
bbe1f502
DN
137752009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
13776
bcc5db24
DN
13777 * loadup.el: Remove leftover macos code.
13778
bbe1f502
DN
13779 * vc-git.el (vc-git-annotate-command): Run asynchronously.
13780 Explicitly pass the date format to git blame so that user local
13781 so that the output format can be parsed.
13782
6fd2d19a
MA
137832009-08-20 Michael Albinus <michael.albinus@gmx.de>
13784
13785 * net/dbus.el (top): Don't check for (getenv
13786 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
13787
31764e15
SM
137882009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
13789
13790 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 13791 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 13792
28930e39
SM
137932009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13794
4fd15622 13795 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 13796 Bug#3287
4fd15622 13797
b3d8e4a0
SM
13798 * help.el (help-print-return-message): Rename from
13799 print-help-return-message.
13800
c9829c70
SM
13801 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
13802 cvs-mode-map parent hack.
13803 (log-view-mode): Derive from special-mode.
13804
b932657b
SM
13805 * linum.el (linum-mode): window-size-change-functions is redundant.
13806 Adapt to new window-configuration-change-hook behavior.
13807 (linum-after-size, linum-after-config): Remove.
13808
1b700bca
SM
13809 * imenu.el (imenu-example--name-and-position)
13810 (imenu-example--lisp-extract-index-name)
13811 (imenu-example--create-lisp-index, imenu-example--create-c-index):
13812 Mark as obsolete.
13813
28930e39
SM
13814 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
13815 (inferior-prolog-mode): Use it.
13816 (inferior-prolog-load-file): Reset list of errors.
13817
c9af0b68
KH
138182009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13819
13820 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
13821
13822 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
13823
720c7cd6
MA
138242009-08-19 Michael Albinus <michael.albinus@gmx.de>
13825
13826 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
13827 is running already.
13828
03a74b84
SM
138292009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * subr.el (listify-key-sequence-1): Use normal syntax since those
13832 integers are nowadays always represented by the same (positive) number
13833 on all platforms.
13834 (read-key-empty-map): New const.
13835 (read-key-delay): New var.
13836 (read-key): New function.
13837 (force-mode-line-update): Use with-current-buffer.
13838 (locate-user-emacs-file): Don't forget to abbreviate the file name.
13839 (start-process-shell-command, start-file-process-shell-command):
13840 Discourage the use of command-args.
13841
f43e88d4
GM
138422009-08-19 Glenn Morris <rgm@gnu.org>
13843
13844 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
13845
890429cc
SM
138462009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13847
85be9ec4
SM
13848 * simple.el (choose-completion-string): Don't rely on
13849 minibuffer-completing-file-name and ad-hoc checks to decide whether
13850 to continue completion or not.
13851
890429cc
SM
13852 * minibuffer.el (minibuffer-hide-completions): New function.
13853 (completion--do-completion): Use it.
13854 (completions-annotations): New face.
13855 (completion--insert-strings): Use it.
13856 (completion-pcm--delim-wild-regex): Add docstring.
13857 (completion-pcm--string->pattern): Add support for 0-width delimiters
13858 in completion-pcm--delim-wild-regex.
13859
265d4549
SM
138602009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
13861
d440b941
SM
13862 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
13863 Remove unused var `buffer-modified-p'.
13864
265d4549
SM
13865 * minibuffer.el (completion--do-completion): Move point for the #b001
13866 case as well (bug#4176).
13867 (minibuffer-complete, minibuffer-complete-word): Don't move point.
13868
ba6f7d86
MA
138692009-08-18 Michael Albinus <michael.albinus@gmx.de>
13870
13871 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
13872 and :session buses.
13873
98819490
KH
138742009-08-18 Kenichi Handa <handa@m17n.org>
13875
265d4549
SM
13876 * international/ucs-normalize.el (ucs-normalize-version):
13877 Change to 1.1.
58627cf0
KH
13878 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
13879 (utf-8-hfs): Make it perform normalization on encoding too.
13880
98819490
KH
13881 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
13882 (sentence-end-without-space): Delete duplicated chars.
13883 (sentence-end-base): Likewise.
e739cc85
KH
13884
13885 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
13886 (html-mode): Delete duplicated chars from sentence-end-base.
13887
13888 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
13889 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 13890
645b9326
CY
138912009-08-17 Chong Yidong <cyd@stupidchicken.com>
13892
13893 * files.el (hack-one-local-variable): If the mode function is for
13894 a minor mode, pass it an argument (Bug#4148).
13895
56c195af
MA
138962009-08-17 Michael Albinus <michael.albinus@gmx.de>
13897
13898 * net/tramp.el (tramp-register-completion-file-name-handler):
13899 Check also for (member 'partial-completion completion-styles).
13900
7a55c78b
CY
139012009-08-16 Chong Yidong <cyd@stupidchicken.com>
13902
13903 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
13904 abbrev (Bug#3943).
13905
be3e598a 139062009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
13907
13908 * progmodes/cperl-mode.el: Merge upstream 6.2.
13909 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
13910 (cperl-forward-re): Check cperl-brace-recursing.
13911 (cperl-highlight-charclass): New function.
13912 (cperl-find-pods-heres): Use it.
31cd2dd4 13913 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 13914 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 13915 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
13916 (cperl-beautify-level): Don't process entire regexp.
13917 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
13918 calling man.
13919 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
13920 (cperl-init-faces): Build a list in the normal way.
13921
81b1f9c9
CY
139222009-08-16 Chong Yidong <cyd@stupidchicken.com>
13923
13924 * calendar/parse-time.el (parse-time-string-chars): Save match
13925 data.
13926
c3732cb8
SM
139272009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
13928
55659495
SM
13929 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
13930 (sql-product): Use it.
13931 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
13932 (sql-set-product): Add completion.
13933 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
13934 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
13935 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
13936 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
13937 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
13938 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
13939 (sql-highlight-db2-keywords): Remove.
13940 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
13941 (sql-highlight-product): Use derived-mode-p.
13942 (sql-set-sqli-buffer): Use with-current-buffer.
13943 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
13944 Simplify.
13945
1ae79427
SM
13946 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
13947
c3732cb8
SM
13948 * term.el: Fix commenting convention, turn comments into docstrings.
13949
f24b8bf3
CY
139502009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13951
13952 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
13953
7b6fefac 139542009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 13955
1200ac26 13956 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
13957 character classes, to handle non-ascii characters (Bug#3190).
13958
139592009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 13960
1abbe4e5
CY
13961 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
13962 another heredoc if the user adds another < (Bug#3226).
13963
c3732cb8
SM
13964 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13965 Don't initialize based on window-system (Bug#4124).
19261da4 13966
daad00fc
CY
13967 * facemenu.el (facemenu-read-color): Use a completion function
13968 that accepts any defined color, such as RGB triplets (Bug#3677).
13969
e1bdde78
CY
13970 * files.el (get-free-disk-space): Change fallback default
13971 directory to /. Expand DIR argument before switching to fallback.
13972 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
13973
9d73a99e
CY
139742009-08-15 Chong Yidong <cyd@stupidchicken.com>
13975
13976 * files.el (load-library): Doc fix.
13977
68b962d4 139782009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 13979
953e0c1a 13980 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 13981 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 13982 incremental search string.
9d73a99e 13983
c3732cb8 13984 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 13985 XEmacs.
9d73a99e 13986
c3732cb8
SM
13987 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
13988 (ediff-merge-region-is-non-clash)
13989 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 13990 Also check if the job is really a merge job.
9d73a99e 13991
c3732cb8 13992 * ediff.el (ediff-current-file): New function.
9d73a99e 13993
2e330adc
CY
139942009-08-15 Chong Yidong <cyd@stupidchicken.com>
13995
13996 * progmodes/js.el: Edit docstrings throughout to follow Emacs
13997 conventions.
c3732cb8 13998 (js-insert-and-indent): Delete function.
2e330adc
CY
13999 (js-mode-map): Don't bind keys to js-insert-and-indent.
14000 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14001 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 14002 (js-auto-indent-flag): Delete variable.
2e330adc 14003
17b5d0f7
CY
140042009-08-14 Chong Yidong <cyd@stupidchicken.com>
14005
c3732cb8
SM
14006 * progmodes/js.el: Remove proclaim statement.
14007 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 14008
ba2d8894
CY
14009 * files.el (auto-mode-alist): Use js-mode for .js files.
14010
c3732cb8 14011 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
14012
14013 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14014
14015 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14016
c3732cb8 14017 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
14018
140192009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 14020 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
14021
14022 * progmodes/js.el: New file.
14023
b6377f1d
MH
140242009-08-14 Mark A. Hershberger <mah@everybody.org>
14025
14026 * timezone.el (timezone-parse-date): Add ability to understand ISO
14027 basic format (minimal separators) dates in addition to the
14028 already-supported extended format dates.
14029
bc0eef46
EZ
140302009-08-14 Eli Zaretskii <eliz@gnu.org>
14031
4e021e65
EZ
14032 * international/ucs-normalize.el: Add a `coding' file variable.
14033
bc0eef46
EZ
14034 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14035
53dab179
SS
140362009-08-14 Sam Steingold <sds@gnu.org>
14037
6801c38a 14038 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 14039
6c58c39c
CY
140402009-08-13 Chong Yidong <cyd@stupidchicken.com>
14041
14042 * faces.el (help-argument-name): Define it here instead of
14043 help-fns.el, because in daemon mode help-fns.el may be loaded when
14044 faces are still uninitialized (Bug#1078).
14045
14046 * help-fns.el (help-argument-name): Move defface to faces.el.
14047
c7baf7e9
NR
140482009-08-13 Nick Roberts <nickrob@snap.net.nz>
14049
14050 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14051 create buffer with a pty but no process so that GDB can make the
14052 inferior the controlling process.
14053
9c40e995 140542009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
14055
14056 * international/ucs-normalize.el: New file.
14057
8cdba32b
RS
140582009-08-13 Richard Stallman <rms@gnu.org>
14059
5c950923
RS
14060 * mail/rmail.el (rmail-get-attr-names):
14061 Accept an attribute header that is too short.
14062
76e1e40b
RS
14063 * mail/rmail.el (rmail-forget-messages):
14064 Ignore nil elt in rmail-message-vector. Use dotimes.
14065
1fc01b08
RS
14066 * progmodes/compile.el (compilation-goto-locus):
14067 Use next-error-move-function.
14068
8cdba32b
RS
14069 * simple.el (next-error-move-function): New variable.
14070
99910cf4
JL
140712009-08-12 Juri Linkov <juri@jurta.org>
14072
14073 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14074 always non-nil. (Bug#4052)
14075
14076 * replace.el (read-regexp): Return empty string when
14077 `default-value' is nil.
14078 (keep-lines-read-args): Don't use empty string as the
14079 default value for `read-regexp'. (Bug#2495)
14080
fc5bdf6c
JL
140812009-08-12 Juri Linkov <juri@jurta.org>
14082
14083 * international/mule-cmds.el (ucs-insert): Change arguments
14084 from `arg' to `character', `count', `inherit' to be the same
14085 as in `insert-char'. Doc fix. (Bug#4039)
14086
14087 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14088
77748848
JL
140892009-08-12 Juri Linkov <juri@jurta.org>
14090
14091 * files-x.el: New file.
14092
14093 * files.el: Move code that deals with adding/deleting
14094 file/directory-local variables to files-x.el.
14095
14096 * Makefile.in (ELCFILES): Add files-x.elc.
14097
c8a44c4e
DD
140982009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14099
27a9fd5a
DD
14100 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14101 to use `goto-line'.
14102 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14103 `goto-line'.
14104 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 14105 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 14106 threads list.
107ef54a 14107 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
14108 (gdb-starting): Moved -data-list-register-names...
14109 (gdb-stopped): ...here so it's sent when first thread stops.
14110 (gdb-registers-handler-custom): Do nothing if register names are
14111 unknown yet.
27a9fd5a 14112
c8a44c4e
DD
14113 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14114 from `gdb-mi.el' to avoid extra tangling.
14115
14116 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 14117 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
14118 (gdb-update-gud-running): No extra fuss for updating frame number.
14119
dfd4e693
SM
141202009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14121
51c4341f
SM
14122 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14123 (describe-language-environment-map, setup-language-environment-map)
14124 (set-coding-system-map): Move initialization into declaration.
14125 (set-language-info-alist): Last arg to define-key-after can be skipped.
14126
14127 * international/quail.el (quail-completion-1): Simplify.
14128 (quail-define-rules): Use slightly more compact code.
14129 (quail-insert-decode-map): Propertize keys, compact columns.
14130
dfd4e693
SM
14131 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14132 Add goto-line.
14133
83326559
MB
141342009-08-10 Miles Bader <miles@gnu.org>
14135
14136 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14137 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14138 (js2-instance-member, js2-private-member, js2-private-function-call)
14139 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14140 (js2-magic-paren, js2-external-variable):
14141 Remove "-face" suffix from face names.
14142 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14143 (js2-highlight-undeclared-vars, js2-peek-token)
14144 (js2-parse-function-params, js2-mode-show-errors)
14145 (js2-mode-show-warnings, js2-make-magic-delimiter)
14146 (js2-mode-highlight-magic-parens): Update to use new face names.
14147
8e754ea2
MA
141482009-08-09 Michael Albinus <michael.albinus@gmx.de>
14149
14150 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14151 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14152
1c292fc7
CY
141532009-08-09 Chong Yidong <cyd@stupidchicken.com>
14154
18d433a7
CY
14155 * subr.el: Provide hashtable-print-readable.
14156
1c292fc7
CY
14157 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14158 hs-c-like-adjust-block-beginning.
14159 (hs-hide-block-at-point): Stop hiding at the beginning of
14160 hs-block-end-regexp (Bug#700).
14161
2db0ae07
DD
141622009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14163
14164 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14165 a macro.
14166 (gdb-registers-handler-custom): Do not fail when register names
14167 are unavailable.
14168
fe4740a6
DD
141692009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14170
14171 * progmodes/gdb-mi.el (gdb-control-all-threads)
14172 (gdb-control-current-thread): Interactive setters for
14173 `gdb-gud-control-all-threads' to use in menu.
14174 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 14175 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
14176 gud/thread.xpm and gud/all.xpm.
14177
ce299d55
CY
141782009-08-08 Yoni Rabkin <yoni@rabkins.net>
14179
14180 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14181 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
14182 (net-utils-mode): New mode for viewing diagnostic network output.
14183 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14184 (net-utils-run-simple): New function.
14185 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 14186
7c4654ad
DD
141872009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14188
14189 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14190 (gdb-memory-set-address, def-gdb-set-positive-number)
14191 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14192 after changing settings.
14193 (gdb-invalidate-disassembly): Update when first shown.
14194 (gdb-edit-locals-value): Fixed.
14195 (gdb-registers-handler-custom): Print registers in right order and
14196 allow changing register values (only for current thread yet).
9cbac26b
DD
14197 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14198 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14199 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14200 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14201 info in mode name.
14202 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 14203
0f25a277
EZ
142042009-08-08 Eli Zaretskii <eliz@gnu.org>
14205
14206 * mail/rmail.el (rmail-add-mbox-headers)
14207 (rmail-set-message-counters-counter): Search for
14208 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14209
b971be60
GM
142102009-08-08 Glenn Morris <rgm@gnu.org>
14211
14212 * Makefile.in (ELCFILES): Update.
14213
a35d3ad8
EZ
142142009-08-07 Eli Zaretskii <eliz@gnu.org>
14215
60c2df40
EZ
14216 * mail/sendmail.el (mail-yank-original): Set
14217 buffer-file-coding-system from the one used by the message whose
14218 text is yanked.
14219
8b0bcc2e
EZ
14220 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14221 to "windows" when "pgnuplot" is used.
14222 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14223 call accept-process-output if "pgnuplot" is used.
14224 (calc-graph-init): Don't send -display and -geometry to
14225 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14226 running "pgnuplot -V" with shell-command-to-string.
14227
14228 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14229 the default.
14230
142312009-08-07 Eli Zaretskii <eliz@gnu.org>
14232
14233 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
14234 org/org-latex.elc.
14235
3bca7ca5
DN
142362009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14237
3c53763c
DN
14238 * vc-dispatcher.el (vc-resynch-window): Update comment.
14239
3bca7ca5
DN
14240 * term.el (term-handle-ansi-escape): Add comments with the
14241 terminfo capabilities implemented.
14242
7b217360
DD
142432009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14244
14245 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14246 (gdb-var-create-handler): Rewritten using JSON parser.
14247 (gdb-propertize-header): Moved earlier.
14248 (gdb-set-header): Removed to avoid duplication.
14249 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14250 Refresh disassembly buffers only after threads list have been
14251 update.
14252 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14253 variables.
14254
b4d84ecf
JL
142552009-08-04 Juri Linkov <juri@jurta.org>
14256
14257 * files.el: Commands to add/delete file/directory-local variables.
14258 (read-file-local-variable, read-file-local-variable-value)
14259 (read-file-local-variable-mode, modify-file-local-variable)
14260 (modify-file-local-variable-prop-line)
14261 (modify-dir-local-variable): New functions.
14262 (add-file-local-variable, delete-file-local-variable)
14263 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14264 (add-dir-local-variable, delete-dir-local-variable)
14265 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14266 (copy-dir-locals-to-file-locals-prop-line): New commands.
14267
42da39c1
CY
142682009-08-04 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * abbrev.el (insert-abbrev-table-description): Prettify output.
14271 Suggested by Karl Chen.
14272
98bf8494
DD
142732009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14274
78b9fb28 14275 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 14276 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
14277 (gdb-overlay-arrow-position, gdb-thread-position)
14278 (gdb-disassembly-position): Declare variables.
14279 (gdb-wait-for-pending): Function now.
14280 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14281 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14282 compilation goes smoothly.
14283 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14284 (gdb-non-stop-setting): New customization setting which replaces
14285 `gdb-non-stop' so changing it doesn't break active GDB session.
14286 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14287 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14288 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14289 (gdb-show-threads-by-default): New customization options.
14290 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14291 routines.
14292 (gdb-get-buffer-create): Send buffers update signal when they are
14293 created.
14294 (gdb-invalidate-locals, gdb-invalidate-registers)
14295 (gdb-invalidate-breakpoints)
14296 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14297 (gdb-invalidate-memory): Accept update signal.
14298 (gdb-current-context-command): Use --frame option.
14299 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14300 Implement `gdb-frame-number' selection logic.
14301 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14302 whether to show GUD toolbar buttons.
14303 (gdb-thread-exited): Unselect current thread when it exits.
14304 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14305 (gdb-mark-line): Routine which sets overlay arrow or inverses
14306 video on fringeless displays.
14307 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14308 to build aligned columns of data in GDB buffers and set text
14309 properties line-by-line.
14310 (gdb-invalidate-breakpoints)
14311 (gdb-breakpoints-list-handler-custom)
14312 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14313 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14314 (gdb-registers-handler-custom): Align data columns.
14315 (gdb-locals-handler-custom): Now prints data like in variable
14316 declarations.
14317 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14318 Removed confusing buttons.
14319 (gdb-invalidate-threads): Append --frame.
14320 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14321 between breakpoints/threads buffers.
14322 (gdb-set-window-buffer): Now can ignore dedicated windows.
14323 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14324 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14325 (def-gdb-thread-buffer-gud-command): Replaces
14326 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14327 for fine thread control.
14328 (gdb-preempt-existing-or-display-buffer): New function used to
14329 display bound buffers without breaking window layout.
14330 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14331 (gdb-select-frame): New version of `gdb-frames-select' which now
14332 sets `gdb-frame-number' so commands may use --frame option instead
14333 of inner debugger state.
14334 (gdb-frame-handler): Do not set `gdb-frame-number'.
14335 (gdb-threads-mode-map): Select threads with mouse.
14336
14337 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14338 avoid compilation warning.
14339 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14340 `gdb-show-stop-p`.
14341
566f3909
DD
14342 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14343 Argument `key' renamed to `buffer-type'.
14344 (gdb-current-context-buffer-name): Do not add thread info to
14345 buffer name when no thread is selected.
14346 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14347 command (bug 3794).
14348 (gdb-thread-selected): Handle `=thread-selected' notification.
14349 (gdb-wait-for-pending): New macro to deal with congestion problems.
14350 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14351 breakpoints.
7b6fefac
JB
14352 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14353 This fixes problem similar to one described in bug 3947.
566f3909
DD
14354 (gud-menu-map): More menu items.
14355 (gdb-init-1): Reset `gdb-thread-number' to nil.
14356
4a31122c
DD
14357 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14358 non-stop settings.
14359
14360 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14361 (gdb-current-context-command): Do not append --thread if
14362 `gdb-thread-number' is nil.
14363 (gdb-running-threads-count, gdb-stopped-threads-count): New
14364 variables.
14365 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14366 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14367 customization options.
14368 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14369 GUD commands.
7b6fefac 14370 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
14371 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14372 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14373 set `gdb-thread-number' and update `gud-running' properly.
14374 (gdb-running): Update threads list when new threads appear.
14375 (gdb-stopped): Support non-stop operation and new thread switching
14376 logic.
14377 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14378 (gdb-json-partial-output): New set of JSON routines.
14379 (def-gdb-auto-update-trigger): New `signal-list' optional
14380 argument.
14381 (gdb-thread-list-handler-custom): Update `gud-running',
14382 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14383 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14384 (gdb-continue-thread, gdb-step-thread): New commands for fine
14385 thread execution control.
14386 (gud-menu-map): New menu items to switch non-stop options.
14387 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 14388 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
14389
14390 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14391 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14392 gdb-buffer-rules.
14393 (def-gdb-auto-update-handler): New nopreserve optional argument.
14394 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14395
14396 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14397 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14398 (gdb-parent-mode): New mode to derive other GDB modes from.
14399 (gdb-display-disassembly-for-thread)
14400 (gdb-frame-disassembly-for-thread): New commands for threads
14401 buffer.
14402
14403 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14404 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
14405 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14406 (gdb-update): We now store all GDB buffers in a list so that they
14407 can be updated by traversing a list instead of calling invalidate
7b6fefac 14408 triggers explicitly.
a5c9f540
DD
14409 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14410 pair for GDB buffer.
14411 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
14412 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14413 handle pending triggers.
14414 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14415 (def-gdb-thread-buffer-simple-command)
14416 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14417 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
14418 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14419 New commands which show buffers bound to thread.
e7086683 14420 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 14421
7b6fefac
JB
14422 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14423 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
14424 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14425 to (gud-comint-buffer) in *-buffer-name functions
14426 because (gdb-get-target-string) already does that.
14427 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14428 (gdb-changed-registers-handler): Rewritten without regexps.
14429
ba214964 14430 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
14431 (gdb-thread-number): New variable.
14432 (gdb-current-context-command): New macro which adds --thread
14433 option to command.
7b6fefac 14434 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 14435 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 14436 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
14437 (gdb-select-thread): New command which selects current thread.
14438 (gdb-invalidate-frames, gdb-invalidate-locals)
14439 (gdb-invalidate-registers): Use --thread option.
20f12ed8 14440
2ac33804
MA
144412009-08-04 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 14444 robust. (Bug#3977)
2ac33804
MA
14445 (tramp-handle-insert-file-contents): `unwind-protect' must be
14446 inside `with-parsed-tramp-file-name'.
14447
14448 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14449 fails.
14450
39d0296f
NR
144512009-08-03 Nick Roberts <nickrob@snap.net.nz>
14452
14453 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14454 directory if CLASSPATH is not set.
14455
adcbca53
MA
144562009-08-03 Michael Albinus <michael.albinus@gmx.de>
14457
7b6fefac
JB
14458 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14459 New defconst.
7ef849b6 14460 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 14461
30924b0b
CY
144622009-08-02 Kevin Ryde <user42@zip.com.au>
14463
7b6fefac
JB
14464 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14465 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 14466
b6ce92f1
CY
144672009-08-02 Chong Yidong <cyd@stupidchicken.com>
14468
d977a092
CY
14469 * select.el (x-set-selection): Doc fix (Bug#4021).
14470
14471 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14472
b6ce92f1
CY
14473 * help-fns.el (describe-variable): Treat list return values from
14474 dir-locals-find-file properly (Bug#4005).
14475
7b6fefac 144762009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
14477
14478 * net/tramp.el (tramp-debug-message): Print also microseconds.
14479
144802009-08-02 Michael Albinus <michael.albinus@gmx.de>
14481
14482 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14483 or END is non-nil.
14484 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14485 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14486 format.
14487
5ce6e4f4 14488 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
14489 (tramp-get-file-property): Use it.
14490
14491 * autorevert.el (auto-revert-handler): Allow
14492 `auto-revert-tail-mode' for remote files.
14493
2aafe808
JR
144942009-08-02 Jason Rumney <jasonr@gnu.org>
14495
14496 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 14497 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 14498
e094097c
CY
144992009-08-02 Chong Yidong <cyd@stupidchicken.com>
14500
14501 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14502 (font-lock-variable-name-face, font-lock-constant-face): Darken
14503 the colors for light backgrounds.
14504
de94f281
EZ
145052009-08-01 Eli Zaretskii <eliz@gnu.org>
14506
14507 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14508 month names. (Bug#3987)
14509
54b99340
CY
145102009-07-31 Chong Yidong <cyd@stupidchicken.com>
14511
14512 * simple.el (line-move-finish): Pass whole number to
14513 line-move-to-column.
34be836c 14514 (line-move-visual): Perform hscroll to the recorded position.
54b99340 14515
38216c30
JB
145162009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14517
14518 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14519
c779896d
CY
145202009-07-29 Alan Mackenzie <acm@muc.de>
14521
14522 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14523
592ccae0
DD
145242009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14525
35edc6c6
DD
14526 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14527 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 14528
5a9e3ab7
JB
145292009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14530
14531 * calc/calc.el (calc-mode-map): Add keybinding for
14532 `calc-transpose-lines'.
14533
7b6fefac 145342009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
14535
14536 * calc/calc-misc.el (calc-transpose-lines): New function.
14537
905fb90e
MA
145382009-07-28 Michael Albinus <michael.albinus@gmx.de>
14539
14540 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14541 Simplify check for out-of-band methods.
14542 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14543 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14544
76e14464
DN
145452009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14546
14547 * vc-git.el (vc-git-checkin): Fix typo.
14548
6088b51f 145492009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
14550
14551 * progmodes/js2-mode.el: New file.
14552
b85157fe
NR
145532009-07-28 Nick Roberts <nickrob@snap.net.nz>
14554
14555 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14556 (gud-menu-map): Adjust tooltip accordingly.
14557
d43c2b06
DN
145582009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14559
1c0f0c3b
DN
14560 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14561 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14562
d43c2b06
DN
14563 * add-log.el (change-log-mode-map): Add a menu.
14564
3dec5c36
MA
145652009-07-27 Michael Albinus <michael.albinus@gmx.de>
14566
14567 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14568 function returns nil.
14569 (dbus-handle-event): Handle special return value :ignore.
14570 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14571
5704140c
CY
145722009-07-26 Chong Yidong <cyd@stupidchicken.com>
14573
14574 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14575 it's not needed.
14576
3077d1f6
EZ
145772009-07-25 Eli Zaretskii <eliz@gnu.org>
14578
14579 Fix Bug#3888:
14580
14581 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14582
14583 * term/pc-win.el (x-display-name, x-colors)
14584 (x-select-enable-clipboard, x-select-text): Doc fix.
14585
14586 * term/common-win.el (x-display-name, x-colors): Doc fix.
14587
14588 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14589 (xw-defined-colors): Doc fix.
14590
14591 * w32-fns.el (x-select-text, x-setup-function-keys)
14592 (x-get-selection, x-set-selection): Doc fix.
14593
14594 * term/x-win.el (x-select-text, x-setup-function-keys)
14595 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14596
14597 * select.el (x-set-selection): Doc fix.
14598
51768bc8
MA
145992009-07-25 Michael Albinus <michael.albinus@gmx.de>
14600
14601 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14602 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14603 "IsNSSSupportAvailable" method is not available. Reported by
14604 Steve Youngs <steve@sxemacs.org>.
14605
b11c2874
KH
146062009-07-24 Kenichi Handa <handa@m17n.org>
14607
14608 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 14609 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
14610 (build-unicode-category-table): Fix range checks.
14611
ba83b7b6
DN
146122009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14613
14614 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14615 the buffer we try to sync is current when calling
14616 vc-resynch-buffer.
14617
14618 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14619 not show up to date files.
14620
7a8ae964
GM
146212009-07-24 Glenn Morris <rgm@gnu.org>
14622
14623 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14624 Add autoload cookies. If necessary, initialize.
14625 (elint-log): Handle non-file buffers.
14626 (elint-initialize): Add optional argument to reinitialize.
14627 (elint-find-builtin-variables): Save excursion.
14628
a707eb05
DN
146292009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14630
14631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14632 for Lint.
14633
0a2ddfa6
DN
146342009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14635
d6a62b0d
DN
14636 * vc.el (vc-print-log-internal): New function, split out from ...
14637 (vc-print-log): ... here.
10b5dcad 14638 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 14639
0a2ddfa6
DN
14640 * vc-git.el (vc-git-add-signoff): New variable.
14641 (vc-git-checkin): Use it.
14642 (vc-git-toggle-signoff): New function.
14643 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
14644 (vc-git--run-command-string): Accept a nil FILE argument.
14645 (vc-git-stash-list): New function.
14646 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 14647
589a99f2
GM
146482009-07-23 Glenn Morris <rgm@gnu.org>
14649
14650 * help-fns.el (describe-variable): Describe ignored and risky local
14651 variables in a similar way to that in which we describe safe ones.
14652
14653 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14654 (byte-compile-output-file-form, byte-compile-output-docform)
14655 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14656 Give some more local variables with common names a "bytecomp-" prefix,
14657 so as not to shadow things during compilation.
14658 * emacs-lisp/cl-macs.el (load-time-value)
14659 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14660 `outbuffer' to `bytecomp-outbuffer'.
14661
14662 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14663 since the next two variables cover them automatically now.
14664 (elint-builtin-variables, elint-autoloaded-variables): New.
14665 (elint-unknown-builtin-args): Remove all members, since they can be
14666 parsed automatically now.
14667 (elint-extra-errors): New.
14668 (elint-env-add-env, elint-env-add-macro): Use cadr.
14669 (elint-current-buffer): Use or. Change final message.
14670 (elint-get-top-forms): Use line-end-position.
14671 (elint-init-env): Use cadr. Handle autoload, declare-function,
14672 and defalias.
14673 (elint-add-required-env): Doc fix. Use or. Standardize error.
14674 (regexp-assoc): Remove unused function.
14675 (elint-top-form): Set elint-current-pos, to record the start of the
14676 top-level form, for compilation-mode.
14677 (elint-form): Trap errors in macro expansion. Use dolist.
14678 (elint-unbound-variable): Use elint-builtin-variables and
14679 elint-autoloaded-variables.
14680 (elint-get-args): Use cadr, or.
14681 (elint-check-cond-form): Use dolist, cadr.
14682 (elint-check-condition-case-form): Doc fix. Use cadr.
14683 Use elint-extra-errors.
14684 (elint-log): New function.
14685 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14686 Distinguish errors and warnings.
14687 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14688 Use a bytecomp-style format.
14689 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14690 (elint-get-log-buffer): Use compilation mode. Disable undo.
14691 Don't truncate lines.
14692 (elint-initialize): Set builtin and autoloaded variable lists.
14693 Only process elint-unknown-builtin-args if non-nil.
14694 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14695 New functions.
14696 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14697
855b42a2
GM
146982009-07-22 Kevin Ryde <user42@zip.com.au>
14699
14700 * net/newst-backend.el (newsticker--parse-atom-1.0)
14701 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14702 (newsticker--parse-rss-1.0):
14703 * progmodes/idlwave.el (idlwave-mode):
14704 * progmodes/idlw-shell.el (idlwave-shell-mode):
14705 * progmodes/vera-mode.el (vera-mode):
14706 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14707 * progmodes/vhdl-mode.el (vhdl-mode):
14708 * textmodes/table.el (table-generate-source)
14709 (table--warn-incompatibility):
14710 Hyperlink urls in docstrings with URL `...'.
14711
fd413a37
GM
147122009-07-22 Glenn Morris <rgm@gnu.org>
14713
cb711556
GM
14714 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14715 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14716 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14717 Remove leading * from defcustom docs.
14718
fd413a37
GM
14719 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14720
14721 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14722 defcustom doc.
14723 (list-load-path-shadows): Optionally, just return shadows as a string.
14724
14725 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14726
a4f69701
CY
147272009-07-21 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * mail/rmailedit.el (rmail-edit-mode): Use
14730 auto-save-include-big-deletions.
14731
14732 * mail/rmail.el (rmail-variables): Use
14733 auto-save-include-big-deletions.
14734
14735 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
14736 changes.
14737
ec06459c
JB
147382009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
14739
14740 * calc/calc.el (calc-undo-length): New variable.
14741 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
14742
b41b0976
RS
147432009-07-21 Richard Stallman <rms@gnu.org>
14744
14745 * files.el (auto-save-mode): Handle buffer-save-size = -2
14746 for toggling mode.
14747
4ed32706
GM
147482009-07-21 Glenn Morris <rgm@gnu.org>
14749
531b1264
GM
14750 * textmodes/ispell.el (ispell-looking-back): Update declaration.
14751
55d27f41
GM
14752 * calendar/todo-mode.el (calendar-current-date): Update declaration.
14753
02df3f4d
GM
14754 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
14755 silence compiler. Instead...
14756 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
14757 (ps-print-ensure-fontified): Update for above function name changes.
14758
fdd8417e
GM
14759 * printing.el (pr-mh-get-msg-num, pr-mh-show)
14760 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
14761 silence compiler. Instead...
14762 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
14763 (mh-show-buffer): Only define for compiler.
14764 (pr-mh-current-message): Update for above function name changes.
14765
4ed32706
GM
14766 * files.el (abort-if-file-too-large): Explicitly pass `filename'
14767 as an argument.
14768 (find-file-noselect, insert-file-1): Update for above change.
14769
14770 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
14771
14772 * mail/mailclient.el (mailclient-send-it): Fix message.
14773
14774 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
14775 (edebug-eval): Check cl-debug-env is bound.
14776 (print-level, print-circle): Don't redefine built-in variables.
14777
14778 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
14779 (custom-print-vectors): Remove old comments from doc.
14780
14781 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
14782 (emerge-version): Make the variable an obsolete alias for the
14783 emacs-version variable. Make the function obsolete.
14784 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
14785 Emerge options, rather than merging in into the main Options menu.
14786 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
14787 and auto advance modes. Disable edit/fast items when not relevant.
14788
86812144
CY
147892009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
14790
14791 * term/vt420.el (terminal-init-vt420): Fix typo.
14792
6bb90094
SS
147932009-07-20 Sam Steingold <sds@gnu.org>
14794
14795 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
14796 variable (removed from compile.el on 2004-03-11).
14797
42e0a725
CY
147982009-07-20 Chong Yidong <cyd@stupidchicken.com>
14799
14800 * files.el (hack-local-variables-filter): Fix last change.
14801
2ee20f24
JL
148022009-07-19 Juri Linkov <juri@jurta.org>
14803
14804 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
14805 (dir-local-variables-alist): New buffer-local variable.
14806 (hack-local-variables-filter): If variable is not dir-local,
14807 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
14808 because file-local overrides dir-local.
3570691b 14809 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
14810 Remove obsolete declaration.
14811 (hack-dir-local-variables): Add dir-local variable/value pair to
14812 `dir-local-variables-alist' and remove duplicates. Doc fix.
14813
14814 * help-fns.el (describe-variable): Add information about
14815 file-local and dir-local variables.
14816
89bf83cd
CY
148172009-07-19 Chong Yidong <cyd@stupidchicken.com>
14818
14819 * files.el (hack-local-variables-filter): Rewrite.
14820
1a8d3541
GM
148212009-07-19 Glenn Morris <rgm@gnu.org>
14822
d9e8a018
GM
14823 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
14824 Silence compiler by only defining on XEmacs.
14825
da332cfb
GM
14826 * international/mule.el (auto-coding-regexp-alist): Only match
14827 BABYL... at the start of buffer, not of lines. (Bug#3790)
14828
1a8d3541
GM
14829 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
14830 non-calendar buffers (Bug#3862). Restore "not on a date" message.
14831 (cal-menu-context-mouse-menu): Doc fix.
14832
14833 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
14834
14835 * simple.el (mail-user-agent): Doc fix. Set :version tag.
14836
d842b103
JL
148372009-07-18 Juri Linkov <juri@jurta.org>
14838
14839 * info.el: Virtual Info keyword finder.
3570691b 14840 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
14841 (Info-finder-file): New variable.
14842 (Info-finder-find-file): New function.
14843 (finder-known-keywords, finder-package-info)
14844 (find-library-name, lm-commentary): Use defvar and
14845 declare-function to silence compiler warnings.
14846 (Info-finder-find-node): New function.
14847 (info-finder): New command.
14848
14849 * subr.el (process-kill-buffer-query-function): New function.
14850 (add-hook)<kill-buffer-query-functions>: Add hook
14851 `process-kill-buffer-query-function'.
14852
10d37df7
AM
148532009-07-18 Alan Mackenzie <acm@muc.de>
14854
7b6fefac 14855 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
14856 (c-postprocess-file-styles): Give invocation of `c-set-style'
14857 DONT-OVERRIDE parameter of t. Already set style variables will
14858 thus not be overridden by style settings given by `c-file-syle'.
14859
14860 * files.el (hack-local-variables-filter): Remove entries with
14861 duplicate keys from `file-local-variables-alist'.
14862
102e1a41
EZ
148632009-07-18 Eli Zaretskii <eliz@gnu.org>
14864
14865 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
14866 x-set-selection if display-selections-p returns nil for the
14867 current frame.
14868
16f2e9fc
CY
148692009-07-18 Chong Yidong <cyd@stupidchicken.com>
14870
14871 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
14872
f22693fc
EZ
148732009-07-18 Eli Zaretskii <eliz@gnu.org>
14874
a6c2c80c
EZ
14875 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
14876 Accept nil in addition to a regexp.
14877 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
14878 Accept nil in addition to a regexp.
14879 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
14880 buffers that have an associated file. Handle nil values of
14881 desktop-buffers-not-to-save and desktop-files-not-to-save.
14882 (Bug#3833)
14883
f22693fc
EZ
14884 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14885 (x-disown-selection-internal): New functions.
14886
e456379a
NR
148872009-07-18 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
14890 warning.
14891 (gdb-breakpoints-header): Move forward to avoid compiler warning.
14892 (gdb-make-header-line-mouse-map): Remove duplicate definition.
14893
0013b70f
CY
148942009-07-18 David De La Harpe Golden <david@harpegolden.net>
14895
14896 * simple.el (set-mark): Revert last change.
14897
0855c2ca
CY
148982009-07-17 Tassilo Horn <tassilo@member.fsf.org>
14899
14900 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
14901 rendering of pngs is not possible instead of messaging a long
14902 description.
14903
3f5c9cad
CY
149042009-07-17 David De La Harpe Golden <david@harpegolden.net>
14905
14906 * w32-fns.el (x-selection-owner-p): New function.
14907
14908 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
14909 (mouse-yank-at-click, mouse-yank-primary): If
14910 select-active-regions is non-nil, deactivate the mark before
14911 insertion.
3f5c9cad
CY
14912
14913 * simple.el (deactivate-mark, set-mark): Only save selection if we
14914 own it.
14915
1fc87f9b
KH
149162009-07-17 Kenichi Handa <handa@m17n.org>
14917
14918 * case-table.el (describe-buffer-case-table): Fix for the case
14919 that KEY is a cons.
14920
d56fdcd2
DN
149212009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
14922
14923 * vc-rcs.el (vc-rcs-find-file-hook):
14924 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
14925
bede3e9f
MA
149262009-07-16 Michael Albinus <michael.albinus@gmx.de>
14927
14928 * net/tramp.el (tramp-wait-for-output): Handle the case when
14929 commands do not return a newline but a null byte before the shell
14930 prompt. (Bug#3858)
14931
7653ca1d
YM
149322009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14933
14934 * term/ns-win.el (ns-set-alpha): Don't declare.
14935 (ns-set-background-alpha): Remove function.
14936
ed2a52e9
SM
149372009-07-16 Kevin Ryde <user42@zip.com.au>
14938
14939 * emacs-lisp/copyright.el (copyright-update): Save match-data across
14940 y-or-n-p, for safety.
14941
7a907299
RS
149422009-07-16 Richard Stallman <rms@gnu.org>
14943
14944 * files.el (auto-save-mode): If buffer-saved-size is -2,
14945 don't clobber it.
14946
14947 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
14948 (rmail-retry-ignored-headers): Add more uninteresting fields.
14949
c0db3477
CY
149502009-07-15 Jari Aalto <jari.aalto@cante.net>
14951
14952 * net/rcirc.el (rcirc): Use history variables.
14953 (rcirc-server-name-history, rcirc-nick-name-history)
14954 (rcirc-server-port-history): New variables.
14955
6c875452
KH
149562009-07-15 Kenichi Handa <handa@m17n.org>
14957
bf974dc9
KH
14958 * international/mule-cmds.el (set-language-environment-charset):
14959 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
14960 ignore them.
14961
6c875452
KH
14962 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
14963 Delete unibyte-display.
14964
2066b4fe
CY
149652009-07-15 Chong Yidong <cyd@stupidchicken.com>
14966
14967 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
14968
f9be2e35
CY
149692009-07-15 Chong Yidong <cyd@stupidchicken.com>
14970
14971 * simple.el (deactivate-mark): Optional argument FORCE.
14972 (set-mark): Use deactivate-mark.
14973
14974 * info.el (Info-search): No need to check transient-mark-mode
14975 before calling deactivate-mark.
14976
14977 * select.el (x-set-selection): Doc fix.
14978 (x-valid-simple-selection-p): Allow buffer values.
14979 (xselect--selection-bounds): Handle buffer values. Suggested by
14980 David De La Harpe Golden.
14981
14982 * mouse.el (mouse-set-region, mouse-drag-track): Call
14983 copy-region-as-kill before setting the mark, to let
14984 select-active-regions work.
14985
be3e598a 149862009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
14987
14988 * simple.el (deactivate-mark): If select-active-regions is
14989 non-nil, copy the selection data into a string.
14990 (activate-mark): If select-active-regions is non-nil, set the
14991 selection to the current buffer.
14992 (set-mark): Update selection if select-active-regions is non-nil.
14993
14994 * select.el (x-valid-simple-selection-p): Allow buffer values.
14995
cbd61418
SM
149962009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
14999 and more featureful message-mode.
15000
f470187f
CY
150012009-07-14 Chong Yidong <cyd@stupidchicken.com>
15002
15003 * select.el (x-set-selection): Doc fix.
15004 (x-valid-simple-selection-p): Disallow selection data consisting
15005 of a list or cons of integers, since that is not used.
15006 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15007 (xselect-convert-to-string, xselect-convert-to-length)
15008 (xselect-convert-to-filename, xselect-convert-to-charpos)
15009 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15010
bfc99364
DD
150112009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15012
15013 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15014 output in -break-info command (Emacs bug #3794).
15015
e32721f5
GM
150162009-07-14 Glenn Morris <rgm@gnu.org>
15017
1e46f9e4
GM
15018 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15019 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15020 (edebug-print-length, edebug-print-level, edebug-print-circle)
15021 (edebug-sit-for-seconds, edebug-view-outside)
15022 (edebug-bounce-point, edebug-set-global-break-condition)
15023 (edebug-Go-nonstop-mode, edebug-trace-mode)
15024 (edebug-Trace-fast-mode, edebug-continue-mode)
15025 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15026 (edebug-visit-eval-list): Doc fixes.
15027
e32721f5
GM
15028 * subr.el (def-edebug-spec): Doc fix.
15029
66a85e76
KH
150302009-07-14 Kenichi Handa <handa@m17n.org>
15031
15032 * international/characters.el: Fix setting of category ?C.
15033
28571246
JD
150342009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15035
7b6fefac 15036 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
15037 ns-popup-font-panel instead of generate-fontset-menu.
15038
5d74672c
EZ
150392009-07-12 Eli Zaretskii <eliz@gnu.org>
15040
7b6fefac 15041 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 15042
eb1727a4
CY
150432009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15044
15045 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15046 the PK\003\004 header (Bug#3770).
15047
208384c5
CY
150482009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15049
15050 * pcomplete.el (pcomplete-comint-setup): Check for
15051 shell-dynamic-complete-filename too.
15052
774409a1
CY
150532009-07-11 Chong Yidong <cyd@stupidchicken.com>
15054
15055 * simple.el (temporary-goal-column): Change the value for
15056 line-move-visual to a cons cell.
15057 (line-move-visual): Record or set the window hscroll, if
15058 necessary (Bug#3494).
15059 (line-move-1): Handle cons value of temporary-goal-column.
15060
1639ee1d
KH
150612009-07-11 Kenichi Handa <handa@m17n.org>
15062
15063 * international/mule-diag.el (describe-character-set): Don't show
15064 width.
15065
2b1d2412
SS
150662009-07-10 Sam Steingold <sds@gnu.org>
15067
15068 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15069 Omake sometimes indents the errors it prints, so allow all
15070 regexps to start with spaces.
15071
ed3a5691
EZ
150722009-07-10 Eli Zaretskii <eliz@gnu.org>
15073
ed2a52e9
SM
15074 * cus-edit.el (customize-changed-options-previous-release):
15075 Bump value to 22.1. (Bug#3804)
ed3a5691 15076
49405d0e
SS
150772009-07-08 Sam Steingold <sds@gnu.org>
15078
15079 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15080 to be a cons cell (test . ignored-directory) to selectively ignore
15081 some directories depending on the location of the search.
15082
93c3eb7c
MA
150832009-07-08 Michael Albinus <michael.albinus@gmx.de>
15084
15085 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15086 remote user is root, on the local host.
15087 (tramp-local-host-p): Either the local user or the remote user
15088 must be root. (Bug#3771)
15089
6f2a8484
NR
150902009-07-08 Nick Roberts <nickrob@snap.net.nz>
15091
15092 * progmodes/gdb-mi.el (gdb): Remove description of
15093 gdb-use-separate-io-buffer.
69cb8d82 15094 (menu): Don't allow toggling of or enable
6f2a8484
NR
15095 gdb-use-separate-io-buffer from menubar.
15096
88d03607
CY
150972009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15098
15099 * mail/unrmail.el (unrmail): Make sure the message ends with two
15100 newlines (Bug#3769).
15101
7ef5b8b2
GM
151022009-07-08 Glenn Morris <rgm@gnu.org>
15103
15104 * calendar/calendar.el (calendar-current-date): Rework previous change.
15105
3ce82f97
GM
151062009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15107
15108 * calendar/calendar.el (calendar-current-date):
15109 Add an optional argument giving an offset from today.
15110
f35fc841
GM
151112009-07-08 Glenn Morris <rgm@gnu.org>
15112
15113 * tutorial.el (tutorial--describe-nonstandard-key):
15114 Adjust the message for when a key has been unbound.
15115 (help-with-tutorial): Hide the arch-tag.
15116
40149292
KH
151172009-07-08 Kenichi Handa <handa@m17n.org>
15118
69cb8d82
KH
15119 * international/fontset.el (setup-default-fontset): For each
15120 script, append (not set) font-specs.
15121
40149292
KH
15122 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15123 docstring.
15124
ff0c4194
NR
151252009-07-08 Nick Roberts <nickrob@snap.net.nz>
15126
15127 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15128 -data-list-register-names to ...
15129 (gdb-starting): ... here because GDB 7.0 requires execution to
15130 have started when using this MI command.
15131 (gdb-set-header): New function to distinguish select and
15132 unselected tabs in gdb buffers.
15133 (gdb-propertize-header): New macro that uses gdb-set-header.
15134 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 15135 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 15136
8954c675
CY
151372009-07-07 Chong Yidong <cyd@stupidchicken.com>
15138
15139 * Makefile.in (ELCFILES): Remove fadr.elc.
15140
0996385d
DD
151412009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15142
dc6b4519
DD
15143 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15144 may contain frame information, so `string-match' should be used.
15145 (gdb-update): Disassembly is invalidated through
15146 `gdb-get-selected-frame'.
15147 (gdb-pad-string): New function to pad string with spaces.
15148 (gdb-invalidate-disassembly): Invalidate only if the buffer
15149 exists.
15150 (gdb-disassembly-handler-custom): Column alignment.
15151 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15152 placing new ones.
15153 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15154 end of line, too.
15155 (gdb-frame-handler): Match convention to for disassembly buffer
15156 mode name.
17c1380b 15157 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
15158 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15159 not highlight breakpoints without line information.
69a197a2 15160 (gdb-input): Add trailing newline to command.
dc6b4519 15161
14340b25
DD
15162 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15163 buffer properly.
15164 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 15165 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
15166 now.
15167 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15168 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15169 to place breakpoints.
14340b25
DD
15170 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15171 functions.
15172 (gdb-disassembly-handler-custom): Show overlay arrow.
15173 (gdb-disassembly-place-breakpoints): Show breakpoints in
15174 disassembly buffer.
15175 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 15176 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 15177 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 15178 in `gud-menu-map'.
14340b25 15179
38d4f316 15180 * fadr.el: Remove.
1f2a6224 15181
7b6fefac 15182 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 15183 (gdb-memory-address): New variable which holds top address of
7b6fefac 15184 memory page shown in memory buffer.
0996385d
DD
15185 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15186 customization variables.
15187 New functions:
15188 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15189 display the memory buffer.
15190 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15191 buffer display parameters.
15192 (def-gdb-memory-format, gdb-memory-format-binary)
15193 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15194 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15195 Functions for setting memory buffer format.
15196 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15197 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15198 unit size used in memory buffer.
15199 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15200 to next/previous page of memory buffer.
28d67a53 15201 Now using (bindat-get-field) instead of fadr functions.
0996385d 15202
9ba562d3
SS
152032009-07-07 Sam Steingold <sds@gnu.org>
15204
15205 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15206 non-top-level files.
15207
a43977db
KH
152082009-07-07 Kenichi Handa <handa@m17n.org>
15209
15210 * international/mule-cmds.el (reset-language-environment): Put
15211 the highset priority to the charset iso-8859-1.
15212
d44d05e8
CY
152132009-07-06 Chong Yidong <cyd@stupidchicken.com>
15214
15215 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15216 to the end of the line when locating the block (Bug#700).
15217
3e2fa353
MA
152182009-07-06 Michael Albinus <michael.albinus@gmx.de>
15219
15220 * net/tramp.el (tramp-handle-write-region): Flush file properties
15221 in case of short track.
15222
be3e598a 152232009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 15224
bf0b361c
JB
15225 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15226 Coded custom representation of verilog error regular expressions
15227 to work with Emacs-22's new format.
d88782c3 15228 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 15229 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
15230 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15231 error recognition into XEmacs.
15232 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15233 error recognition into Emacs-22.
15234
25c6f63e
CY
152352009-07-06 Chong Yidong <cyd@stupidchicken.com>
15236
15237 * woman.el: Remove stand-alone closing parentheses.
15238 (woman-file-name, woman2-format-paragraphs)
15239 (woman-leave-blank-lines): Code cleanup.
15240 (woman-use-own-frame): Change default to nil.
15241 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15242 defaults to inherit from default faces.
15243 (woman2-process-escapes): Consume the newline after a stand-alone
15244 filler character (Bug#3651).
15245
f176290e
GM
152462009-07-06 Glenn Morris <rgm@gnu.org>
15247
15248 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15249 (top-level): Move provide to the end.
15250 (ffap): Remove defunct URL from custom group.
15251
15252 * subr.el (eval-after-load): Doc fix.
15253
7b6fefac 152542009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
15255
15256 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15257 `calc-embedded-word' is called twice.
15258
4b8b1ec5
SM
152592009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * files.el (find-alternate-file-other-window, find-alternate-file):
15262 Obey confirm-nonexistent-file-or-buffer.
15263
d6ceb380
MA
152642009-07-05 Michael Albinus <michael.albinus@gmx.de>
15265
15266 * dired-aux.el (dired-show-file-type): Handle remote files.
15267
be3e598a 152682009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 15269
4b8b1ec5
SM
15270 * desktop.el (desktop-globals-to-save):
15271 Add file-name-history (Bug#2750).
c760f19e 15272
6d00ce04
CY
152732009-07-05 Chong Yidong <cyd@stupidchicken.com>
15274
4b8b1ec5 15275 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 15276
6ee21b07
JB
152772009-07-04 Johan Bockgård <bojohan@gnu.org>
15278
15279 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15280 property on entire argument since this is what eshell-lisp-command
15281 expects.
15282
f0dbdc25
MA
152832009-07-03 Michael Albinus <michael.albinus@gmx.de>
15284
15285 * net/tramp-gvfs.el (tramp-gvfs-methods)
15286 (tramp-gvfs-zeroconf-domain)
15287 (tramp-bluez-discover-devices-timeout): Add version flag.
15288 (tramp-gvfs-handler-mounted-unmounted)
15289 (tramp-gvfs-connection-mounted-p): Polish handling of
15290 incompatibilities between GVFS 0.2 and 1.0.
15291
e044e4fc
JD
152922009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15293
4b8b1ec5 15294 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 15295
2e9b968b
JB
152962009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15297
bf0b361c 15298 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
15299 formatted correctly.
15300
baf1a55e
JL
153012009-07-02 Juri Linkov <juri@jurta.org>
15302
15303 * info.el: Virtual Info files and nodes.
15304 (Info-virtual-files, Info-virtual-nodes): New variables.
15305 (Info-current-node-virtual): New variable.
15306 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15307 New functions.
15308 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15309 to check for a virtual file instead of checking a fixed list
15310 of node names.
15311 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15312 instead of ad-hoc processing of "dir" and (apropos history toc).
15313 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15314 instead of ad-hoc processing of "dir" and (apropos history toc).
15315 Reread a file when moving from a virtual node.
15316 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15317 (Info-directory-toc-nodes, Info-directory-find-file)
15318 (Info-directory-find-node): New functions.
15319 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15320 (Info-history): Move part of code to
15321 `Info-history-find-node'.
15322 (Info-history-toc-nodes, Info-history-find-file)
15323 (Info-history-find-node): New functions.
15324 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15325 (Info-toc): Move part of code to `Info-toc-find-node'.
15326 (Info-toc-find-node): New function.
4b8b1ec5 15327 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
15328 the current Info file name to references because now the node
15329 "*TOC*" belongs to the same Info manual.
4b8b1ec5 15330 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
15331 (Info-toc-nodes): Rename input argument `file' to `filename'.
15332 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15333 instead of ad-hoc processing of ("dir" apropos history toc).
15334 (Info-index-nodes): Use Info-virtual-file-p
15335 to check for a virtual file instead of checking a fixed list
15336 of node names.
15337 (Info-index-node): Add check for `Info-current-node-virtual'.
15338 Raise `save-match-data' higher up the tree to contain
15339 `search-forward' too (bug fix).
15340 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15341 (Info-virtual-index-nodes): New variable.
15342 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15343 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15344 (Info-apropos-file, Info-apropos-nodes): New variables.
15345 (Info-apropos-toc-nodes, Info-apropos-find-file)
15346 (Info-apropos-find-node, Info-apropos-matches): New functions.
15347 (info-apropos): Move part of code to `Info-apropos-find-node' and
15348 `Info-apropos-matches'.
15349 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15350 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15351 for a virtual file instead of checking a fixed list of node names.
15352
15353 * simple.el (async-shell-command): New command.
15354
15355 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15356
15357 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15358 instead of `mount-info'.
15359
d04bc496
MA
153602009-07-02 Michael Albinus <michael.albinus@gmx.de>
15361
15362 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 15363 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 15364
af0403e0
KH
153652009-07-02 Kenichi Handa <handa@m17n.org>
15366
15367 * international/mule.el (set-keyboard-coding-system): Force *-unix
15368 coding-system to avoid eol conversion.
15369
99278f8a
MA
153702009-07-01 Michael Albinus <michael.albinus@gmx.de>
15371
4b8b1ec5
SM
15372 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15373 Add handler for `process-file', `shell-command' and
99278f8a
MA
15374 `start-file-process'.
15375 (tramp-gvfs-handle-shell-command)
15376 (tramp-gvfs-handle-start-file-process)
15377 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 15378 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 15379
3f1c6666
JD
153802009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15381
15382 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15383
3f396bac
KH
153842009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15385
15386 * language/korean.el (set-language-info-alist): Add korean-cp949,
15387 cp949 to spec.
15388
c1185193
KH
153892009-07-01 Kenichi Handa <handa@m17n.org>
15390
15391 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15392
15393 * international/encoded-kb.el: Deleted.
15394
15395 * international/mule.el (set-keyboard-coding-system): Perform the
15396 necessary setup here instead of calling encoded-kbd-setup-display.
15397
3f150a60
GM
153982009-07-01 Glenn Morris <rgm@gnu.org>
15399
15400 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15401
b0d5b05b
GM
154022009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15403
15404 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15405
4f4126e6
MA
154062009-06-30 Michael Albinus <michael.albinus@gmx.de>
15407
4b8b1ec5
SM
15408 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15409 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 15410 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 15411
7ae3ea65 15412 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
15413 (top): Add a default for "synce" in `tramp-default-user-alist'.
15414 Add completion function for "synce" method.
15415 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
15416 (tramp-hal-interface-manager, tramp-hal-interface-device):
15417 New defconst.
15418 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15419 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15420 New defuns.
d6ceb380
MA
15421
15422 * net/trampver.el: Update release number.
7ae3ea65 15423
0ad6626b
KH
154242009-06-30 Kenichi Handa <handa@m17n.org>
15425
15426 * international/fontset.el (setup-default-fontset): Add CJK fonts
15427 for symbols and the other miscellaneous characters.
15428
4b8b1ec5
SM
15429 * language/korea-util.el (setup-korean-environment-internal):
15430 Make char-width-table suitable for Korean environments.
0ad6626b
KH
15431 (exit-korean-environment): Cancel above.
15432
15433 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15434 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 15435 setup-function to make char-width-table suitable for respective
0ad6626b
KH
15436 environments, and an exit-function to cancel that.
15437
15438 * language/japan-util.el (setup-japanese-environment-internal):
15439 Call use-cjk-char-width-table with arg `ja_JP'.
15440
15441 * international/characters.el (cjk-char-width-table): Delete it.
15442 (cjk-char-width-table-list): New variable.
15443 (use-cjk-char-width-table): New arg local-name.
15444 (use-default-char-width-table): Fix for the case that Emacs is
15445 already using the default char-width-table.
15446
fd46e893
MA
154472009-06-29 Michael Albinus <michael.albinus@gmx.de>
15448
15449 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15450 modes mandatory. (Bug#3712)
15451
b87d9f96
AM
154522009-06-29 Alan Mackenzie <acm@muc.de>
15453
15454 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 15455 correction between the visible width of TABs and their number of bytes.
b87d9f96 15456
2d25aa5a
CY
154572009-06-29 Chong Yidong <cyd@stupidchicken.com>
15458
15459 * server.el (server-buffer-done): Prevent kill-buffer from
15460 prompting by clearing the buffer modification flag (Bug#3696).
15461
a3a8b002
DN
154622009-06-28 Michael McNamara <mac@mail.brushroad.com>
15463
bf0b361c 15464 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 15465 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
15466 (verilog-basic-complete-re): Support localparam lineup.
15467 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15468 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15469 commenting.
15470 (verilog-leap-to-case-head): Now support *nested* unique &
15471 priority case statements.
15472 (verilog-auto-lineup): Make just declarations the default (as it
15473 had been).
4b8b1ec5 15474 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 15475 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 15476 select the various styles of automatic lineup.
a3a8b002
DN
15477 (verilog-error-regexp-alist): Rework to support the XEmacs style
15478 of error regular expressions from compilers, lint tools &
15479 simulators. Note that GNU Emacs has made it impossible for a mode
15480 to load such things.
15481 (electric-verilog-terminate-line, verilog-indent-declaration)
15482 (verilog-auto-wiure): Rework for radio button selection of
15483 auto-lineup selection of specification of auto lineup.
15484 (verilog-beg-of-statement-1): Redesign to support proper operation
15485 in additional code, based on testing with auto-lineup.
15486 (verilog-calculate-indent, assignments & declarations)
15487 (verilog-backward-token): Enhance to support auto-lineup of
15488 assignments & declarations.
15489 (verilog-in-directive-p, verilog-at-struct-p): New function for
15490 easy test of whether we are.
15491 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15492 to support safe execution at almost anyline.
15493 (verilog-calc-1): Properly support indenting deep inside generate
15494 blocks.
48c2d18a 15495 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 15496 as it is redundant with font-lock-defaults.
a8f316ca 15497 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
15498 to avoid circular calls if syntax-ppss is a function (as is the
15499 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 15500 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
15501 (verilog-ovm-begin-re, verilog-ovm-end-re)
15502 (verilog-ovm-statement-re, verilog-leap-to-head)
15503 (verilog-backward-token): Add support for OVM macros. Some are
15504 complete statements, and others open and close scopes like begin
15505 and end.
15506 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15507 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 15508 compilation issue.
48c2d18a 15509 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 15510 coverpoint, constraint and cross statements.
a3a8b002
DN
15511 (verilog-defun-level-list, verilog-generate-defun-level-list)
15512 (verilog-all-defun-level-list): Redo these specifications - it is
15513 too hard to support eval-when compile aggregation of lists also
15514 built at when-compile time.
15515 (verilog-defun-level-list): Place defconsts of variables used in
15516 building regular expressions which are built in eval-when-compile
15517 bodies in the same eval-when-compile body to facilitate compile
15518 without load.
15519 (verilog-beg-block-re-ordered): Support indenting
15520 virtual/protected tasks and functions.
7b6fefac 15521 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
15522 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15523 indentation of some module items (generate items).
15524 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15525 across virtual/protected tasks and functions.
15526
155272009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15528
bf0b361c 15529 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 15530 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
15531 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15532 in concatenations. Reported by Yishay Belkind.
15533 (verilog-auto-ascii-enum): Support one-hot state machines in
15534 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15535 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15536 modport in AUTOINST and add vl-modport for users. Reported by
15537 David Rogoff.
15538 (verilog-auto-inout-module, verilog-auto-inst)
15539 (verilog-decls-get-interfaces, verilog-insert-definition)
15540 (verilog-insert-one-definition, verilog-read-decls)
15541 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15542 (verilog-sig-modport, verilog-signals-combine-bus)
15543 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15544 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15545 Suggested by David Rogoff.
15546 (verilog-repair-open-comma): Fix non-insertion of comma when
15547 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15548 (verilog-make-width-expression): Simplify [A-1:0] expression
15549 widths to just {A{1'b0}}.
15550 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
15551 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15552 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
15553 inputs/outputs or data type. Suggested by Vasu Kandadi.
15554 (next-error-last-buffer): Fix byte-compiler warning.
15555 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15556 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 15557 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 15558 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
15559 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15560 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 15561 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
15562 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15563 causing use of <= assignments. Reported by Alex Reed.
15564 (verilog-read-decls): Fix triand, trior, wand, wor to be
15565 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15566 (verilog-extended-complete-re): Support import "DPI-C" functions.
15567 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 15568 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
15569 (verilog-insert-date, verilog-insert-year)
15570 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15571 Windows systems. Reported by Michael Potts.
15572 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 15573 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 15574 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 15575 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
15576 (verilog-read-decls): Fix detecting "parameter int" when using
15577 AUTOINSTPARAM. Reported by Bruce T.
15578 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 15579 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 15580 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
15581 verilog-goto-defun will work. Reported by Lawrence Butcher.
15582 (verilog-getopt): Expand environment variables in -f file
15583 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 15584 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
15585 when reading enumerations.
15586 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15587 Suggested by Stephen Peltan.
4b8b1ec5 15588 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
15589 files. Reported by Steve Peltan.
15590
f7c0d931
CY
155912009-06-28 David De La Harpe Golden <david@harpegolden.net>
15592
15593 * files.el (trash-directory): Fix defcustom type.
15594
baf1a55e 155952009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
15596
15597 * help-fns.el (describe-function-1): Correctly locate adviced
15598 functions in hyperlink (Bug#2438).
15599
d63a01ef
CY
156002009-06-28 Chong Yidong <cyd@stupidchicken.com>
15601
15602 * files.el (trash-directory): Change default to nil.
15603 (move-file-to-trash): If trash-directory is nil and
15604 system-move-file-to-trash is unbound, perform freedesktop-style
15605 trashing.
15606
156072009-06-28 David De La Harpe Golden <david@harpegolden.net>
15608
15609 * files.el (move-file-to-trash): Add freedesktop trash
15610 support (Bug#973).
15611
fc2f6a26
GM
156122009-06-28 Glenn Morris <rgm@gnu.org>
15613
15614 * autorevert.el (global-auto-revert-non-file-buffers)
15615 (global-auto-revert-mode): Doc fixes.
15616
00242b07
JB
156172009-06-27 Johan Bockgård <bojohan@gnu.org>
15618
15619 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15620
f5594f03
CY
156212009-06-27 Chong Yidong <cyd@stupidchicken.com>
15622
e8a2b2da
CY
15623 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15624 opened an X connection before calling x-get-resource (Bug#3194).
15625
f5594f03
CY
15626 * play/doctor.el: Remove reference to obsolete website.
15627 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15628
3c3bf6ce
DN
156292009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15630
15631 Remove find-file-not-found-hook VC method. (Bug#2757)
15632 * vc-hooks.el (vc-file-not-found-hook)
15633 (vc-default-find-file-not-found-hook): Remove functions.
15634 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15635 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15636 * vc.el:
15637 * vc-hg.el:
15638 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15639
e26a7bc0
AM
156402009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15641
15642 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 15643 compatibility function for `looking-back'.
e26a7bc0 15644
4b8b1ec5 15645 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 15646 Use `ispell-looking-back'.
e26a7bc0 15647
d9848600
MA
156482009-06-24 Michael Albinus <michael.albinus@gmx.de>
15649
15650 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 15651 rather than `filename'.
d9848600 15652
05fbc4a9
MB
156532009-06-23 Miles Bader <miles@gnu.org>
15654
15655 * face-remap.el (text-scale-set): New function.
15656
f86ca715
GM
156572009-06-23 Glenn Morris <rgm@gnu.org>
15658
33e2c2e5
GM
15659 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15660
f529f302
GM
15661 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15662
34995333
GM
15663 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15664
cc80ccee
GM
15665 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15666
84cb770d
GM
15667 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15668 Simplify Persian conditionals.
15669
d916c965
GM
15670 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15671 variable `filename'.
15672
b6a44b27
GM
15673 * comint.el (comint-insert-input): Doc fix.
15674
f86ca715
GM
15675 * Makefile.in (ELCFILES): Fix typo in previous change.
15676
666e158e
MB
156772009-06-23 Miles Bader <miles@gnu.org>
15678
15679 * cus-start.el: Add entry for `recenter-redisplay'.
15680
be3e598a 156812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
15682
15683 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15684 Add an optional argument for the backend, use it instead of
15685 calling vc-backend.
4b8b1ec5
SM
15686 (vc-mode-line): Add an optional argument for the backend.
15687 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
15688 special handling for vc-state being a buffer to ...
15689
15690 * vc-rcs.el (vc-rcs-find-file-hook):
15691 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15692
15693 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15694 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15695 vc-stay-local-p and vc-mode-line calls.
15696
15697 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15698 (vc-cvs-diff, vc-cvs-annotate-command)
15699 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15700 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15701 vc-mode-line calls.
15702
15703 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15704 direct comparison.
15705 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15706 backend when calling vc-mode-line.
15707 (vc-register): Do not create a closure for calling the vc register
15708 function, call it directly.
15709
2764748c
DN
157102009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15711
15712 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15713 to make it obvious item can be clicked.
f5a0b281
DN
15714
15715 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15716
d4a885b2
KH
157172009-06-23 Kenichi Handa <handa@m17n.org>
15718
15719 * language/korea-util.el (korean-key-bindings): Change the binding
15720 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15721 same command.
15722
e3610693
MA
157232009-06-22 Michael Albinus <michael.albinus@gmx.de>
15724
15725 Sync with Tramp 2.1.16.
15726
15727 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15728
15729 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15730 when a loading of a package fails. Completion function for rsync
15731 is `tramp-completion-function-alist-ssh'.
15732 (all): Replace all calls of `split-string' and
15733 `tramp-split-string' by `tramp-compat-split-string'.
15734 (tramp-default-method): Use `tramp-compat-process-running-p'.
15735 (tramp-default-proxies-alist): Allow also Lisp forms.
15736 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 15737 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
15738 (tramp-domain-regexp): Allow also "-", "_" and ".".
15739 (tramp-end-of-output): Remove newlines, and add "$" at the end.
15740 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
15741 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
15742 (tramp-handle-directory-files-and-attributes-with-stat):
15743 Care about filenames with spaces, or starting with "-".
e3610693
MA
15744 (tramp-handle-dired-uncache): New defun.
15745 (tramp-handle-insert-directory): Don't flush the directory from
15746 cache, this is handled by `dired-uncache' now.
15747 (tramp-handle-insert-file-contents): Improve error handling.
15748 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15749 Quote `tramp-end-of-output'.
15750 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
15751 (tramp-check-for-regexp): Both echoes must be present, before removing.
15752 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
15753 (tramp-compute-multi-hops): Eval cons cells of
15754 `tramp-default-proxies-alist'.
15755 (tramp-maybe-open-connection): Use the same command pattern for
15756 first hop and further hops.
15757 (tramp-wait-for-output): Remove handling of newlines.
15758 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
15759 (tramp-split-string): Remove function. It is handled in
15760 tramp-compat now.
15761
4b8b1ec5
SM
15762 * net/tramp-cmds.el (tramp-bug):
15763 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
15764
15765 * net/tramp-compat.el (tramp-compat-split-string)
15766 (tramp-compat-process-running-p): New defuns.
15767
15768 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
15769 for `dired-uncache'.
15770
15771 * net/tramp-gvfs.el: New package.
15772
4b8b1ec5
SM
15773 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
15774 Add handler for `dired-uncache'.
e3610693
MA
15775 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
15776
15777 * net/trampver.el: Update release number. Make version check fit
15778 for SXEmacs 22.
15779
13a3f374
JM
157802009-06-22 Jim Meyering <meyering@redhat.com>
15781
e0a28a3b 15782 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
15783 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
15784 XZ is the successor to LZMA: <http://tukaani.org/xz/>
15785
5242671e 157862009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 15787 Nick Roberts <nickrob@snap.net.nz>
13a3f374 15788
e0a28a3b 15789 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
15790 repository (http://sphinx.net.ru/hg/gdb-mi/).
15791
3fde45af
GM
157922009-06-22 Glenn Morris <rgm@gnu.org>
15793
46253b34
GM
15794 * files.el (dir-locals-collect-mode-variables): Allow for any number of
15795 `mode' and `eval' entries. (Bug#3430)
15796
97e18192
GM
15797 * Makefile.in (ELCFILES): Add fadr.elc.
15798
731a00fb
GM
15799 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
15800 differing behavior of \n and ^ in strings. (Bug#3385)
15801
c66cd0ff
GM
15802 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
15803
3fde45af
GM
15804 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
15805 property.
15806 (lisp-indent-function): Make it a defcustom.
15807
db2241a0
NR
158082009-06-21 Nick Roberts <nickrob@snap.net.nz>
15809
15810 * progmodes/gdb-ui.el: Replace with ...
5242671e 15811 * progmodes/gdb-mi.el: ... this file.
db2241a0 15812 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
15813
158142009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
15815
db2241a0
NR
15816 * fadr.el: New file.
15817
38d4f316 15818See ChangeLog.14 for earlier changes.
e3d51b27
MR
15819
15820;; Local Variables:
15821;; coding: utf-8
e3d51b27
MR
15822;; End:
15823
4e5617ee 15824 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
15825
15826 This file is part of GNU Emacs.
15827
15828 GNU Emacs is free software: you can redistribute it and/or modify
15829 it under the terms of the GNU General Public License as published by
15830 the Free Software Foundation, either version 3 of the License, or
15831 (at your option) any later version.
15832
15833 GNU Emacs is distributed in the hope that it will be useful,
15834 but WITHOUT ANY WARRANTY; without even the implied warranty of
15835 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15836 GNU General Public License for more details.
15837
15838 You should have received a copy of the GNU General Public License
15839 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15840
38d4f316 15841;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1