(calc-mode-map): Add keybinding for `calc-transpose-lines'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
905fb90e
MA
12009-07-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4 Simplify check for out-of-band methods.
5 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7
76e14464
DN
82009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9
10 * vc-git.el (vc-git-checkin): Fix typo.
11
af077012
SY
122009-07-28 Steve Yegge <steve.yegge@gmail.com>>
13
14 * progmodes/js2-mode.el: New file.
15
b85157fe
NR
162009-07-28 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19 (gud-menu-map): Adjust tooltip accordingly.
20
d43c2b06
DN
212009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22
1c0f0c3b
DN
23 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
24 (vc-bzr-log-view-mode): Adjust log-view-file-re.
25
d43c2b06
DN
26 * add-log.el (change-log-mode-map): Add a menu.
27
3dec5c36
MA
282009-07-27 Michael Albinus <michael.albinus@gmx.de>
29
30 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
31 function returns nil.
32 (dbus-handle-event): Handle special return value :ignore.
33 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
34
5704140c
CY
352009-07-26 Chong Yidong <cyd@stupidchicken.com>
36
37 * view.el (view-mode-enable): Don't define Helper-return-blurb if
38 it's not needed.
39
3077d1f6
EZ
402009-07-25 Eli Zaretskii <eliz@gnu.org>
41
42 Fix Bug#3888:
43
44 * w32-vars.el (x-select-enable-clipboard): Doc fix.
45
46 * term/pc-win.el (x-display-name, x-colors)
47 (x-select-enable-clipboard, x-select-text): Doc fix.
48
49 * term/common-win.el (x-display-name, x-colors): Doc fix.
50
51 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
52 (xw-defined-colors): Doc fix.
53
54 * w32-fns.el (x-select-text, x-setup-function-keys)
55 (x-get-selection, x-set-selection): Doc fix.
56
57 * term/x-win.el (x-select-text, x-setup-function-keys)
58 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
59
60 * select.el (x-set-selection): Doc fix.
61
51768bc8
MA
622009-07-25 Michael Albinus <michael.albinus@gmx.de>
63
64 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
65 instead of "IsNSSSupportAvailable". Avahi ought to work also when
66 "IsNSSSupportAvailable" method is not available. Reported by
67 Steve Youngs <steve@sxemacs.org>.
68
b11c2874
KH
692009-07-24 Kenichi Handa <handa@m17n.org>
70
71 * international/characters.el: Fix setting of category ?C, ?|, ?K,
72 and ?H. Fix setting of case for Latin Extended and Greek
73 Extended.
74 (build-unicode-category-table): Fix range checks.
75
ba83b7b6
DN
762009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
77
78 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
79 the buffer we try to sync is current when calling
80 vc-resynch-buffer.
81
82 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
83 not show up to date files.
84
7a8ae964
GM
852009-07-24 Glenn Morris <rgm@gnu.org>
86
87 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
88 Add autoload cookies. If necessary, initialize.
89 (elint-log): Handle non-file buffers.
90 (elint-initialize): Add optional argument to reinitialize.
91 (elint-find-builtin-variables): Save excursion.
92
a707eb05
DN
932009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
96 for Lint.
97
0a2ddfa6
DN
982009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
99
d6a62b0d
DN
100 * vc.el (vc-print-log-internal): New function, split out from ...
101 (vc-print-log): ... here.
10b5dcad 102 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 103
0a2ddfa6
DN
104 * vc-git.el (vc-git-add-signoff): New variable.
105 (vc-git-checkin): Use it.
106 (vc-git-toggle-signoff): New function.
107 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
108 (vc-git--run-command-string): Accept a nil FILE argument.
109 (vc-git-stash-list): New function.
110 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 111
589a99f2
GM
1122009-07-23 Glenn Morris <rgm@gnu.org>
113
114 * help-fns.el (describe-variable): Describe ignored and risky local
115 variables in a similar way to that in which we describe safe ones.
116
117 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
118 (byte-compile-output-file-form, byte-compile-output-docform)
119 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
120 Give some more local variables with common names a "bytecomp-" prefix,
121 so as not to shadow things during compilation.
122 * emacs-lisp/cl-macs.el (load-time-value)
123 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
124 `outbuffer' to `bytecomp-outbuffer'.
125
126 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
127 since the next two variables cover them automatically now.
128 (elint-builtin-variables, elint-autoloaded-variables): New.
129 (elint-unknown-builtin-args): Remove all members, since they can be
130 parsed automatically now.
131 (elint-extra-errors): New.
132 (elint-env-add-env, elint-env-add-macro): Use cadr.
133 (elint-current-buffer): Use or. Change final message.
134 (elint-get-top-forms): Use line-end-position.
135 (elint-init-env): Use cadr. Handle autoload, declare-function,
136 and defalias.
137 (elint-add-required-env): Doc fix. Use or. Standardize error.
138 (regexp-assoc): Remove unused function.
139 (elint-top-form): Set elint-current-pos, to record the start of the
140 top-level form, for compilation-mode.
141 (elint-form): Trap errors in macro expansion. Use dolist.
142 (elint-unbound-variable): Use elint-builtin-variables and
143 elint-autoloaded-variables.
144 (elint-get-args): Use cadr, or.
145 (elint-check-cond-form): Use dolist, cadr.
146 (elint-check-condition-case-form): Doc fix. Use cadr.
147 Use elint-extra-errors.
148 (elint-log): New function.
149 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
150 Distinguish errors and warnings.
151 (elint-log-message): Use with-current-buffer. Inhibit read-only.
152 Use a bytecomp-style format.
153 (elint-clear-log): Preserve default-directory. Inhibit read-only.
154 (elint-get-log-buffer): Use compilation mode. Disable undo.
155 Don't truncate lines.
156 (elint-initialize): Set builtin and autoloaded variable lists.
157 Only process elint-unknown-builtin-args if non-nil.
158 (elint-find-builtin-variables, elint-find-autoloaded-variables):
159 New functions.
160 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
161
855b42a2
GM
1622009-07-22 Kevin Ryde <user42@zip.com.au>
163
164 * net/newst-backend.el (newsticker--parse-atom-1.0)
165 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
166 (newsticker--parse-rss-1.0):
167 * progmodes/idlwave.el (idlwave-mode):
168 * progmodes/idlw-shell.el (idlwave-shell-mode):
169 * progmodes/vera-mode.el (vera-mode):
170 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
171 * progmodes/vhdl-mode.el (vhdl-mode):
172 * textmodes/table.el (table-generate-source)
173 (table--warn-incompatibility):
174 Hyperlink urls in docstrings with URL `...'.
175
fd413a37
GM
1762009-07-22 Glenn Morris <rgm@gnu.org>
177
cb711556
GM
178 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
179 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
180 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
181 Remove leading * from defcustom docs.
182
fd413a37
GM
183 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
184
185 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
186 defcustom doc.
187 (list-load-path-shadows): Optionally, just return shadows as a string.
188
189 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
190
a4f69701
CY
1912009-07-21 Chong Yidong <cyd@stupidchicken.com>
192
193 * mail/rmailedit.el (rmail-edit-mode): Use
194 auto-save-include-big-deletions.
195
196 * mail/rmail.el (rmail-variables): Use
197 auto-save-include-big-deletions.
198
199 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
200 changes.
201
ec06459c
JB
2022009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
203
204 * calc/calc.el (calc-undo-length): New variable.
205 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
206
b41b0976
RS
2072009-07-21 Richard Stallman <rms@gnu.org>
208
209 * files.el (auto-save-mode): Handle buffer-save-size = -2
210 for toggling mode.
211
4ed32706
GM
2122009-07-21 Glenn Morris <rgm@gnu.org>
213
531b1264
GM
214 * textmodes/ispell.el (ispell-looking-back): Update declaration.
215
55d27f41
GM
216 * calendar/todo-mode.el (calendar-current-date): Update declaration.
217
02df3f4d
GM
218 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
219 silence compiler. Instead...
220 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
221 (ps-print-ensure-fontified): Update for above function name changes.
222
fdd8417e
GM
223 * printing.el (pr-mh-get-msg-num, pr-mh-show)
224 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
225 silence compiler. Instead...
226 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
227 (mh-show-buffer): Only define for compiler.
228 (pr-mh-current-message): Update for above function name changes.
229
4ed32706
GM
230 * files.el (abort-if-file-too-large): Explicitly pass `filename'
231 as an argument.
232 (find-file-noselect, insert-file-1): Update for above change.
233
234 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
235
236 * mail/mailclient.el (mailclient-send-it): Fix message.
237
238 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
239 (edebug-eval): Check cl-debug-env is bound.
240 (print-level, print-circle): Don't redefine built-in variables.
241
242 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
243 (custom-print-vectors): Remove old comments from doc.
244
245 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
246 (emerge-version): Make the variable an obsolete alias for the
247 emacs-version variable. Make the function obsolete.
248 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
249 Emerge options, rather than merging in into the main Options menu.
250 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
251 and auto advance modes. Disable edit/fast items when not relevant.
252
86812144
CY
2532009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * term/vt420.el (terminal-init-vt420): Fix typo.
256
6bb90094
SS
2572009-07-20 Sam Steingold <sds@gnu.org>
258
259 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
260 variable (removed from compile.el on 2004-03-11).
261
42e0a725
CY
2622009-07-20 Chong Yidong <cyd@stupidchicken.com>
263
264 * files.el (hack-local-variables-filter): Fix last change.
265
2ee20f24
JL
2662009-07-19 Juri Linkov <juri@jurta.org>
267
268 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
269 (dir-local-variables-alist): New buffer-local variable.
270 (hack-local-variables-filter): If variable is not dir-local,
271 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
272 because file-local overrides dir-local.
273 (c-postprocess-file-styles)<declare-function>:
274 Remove obsolete declaration.
275 (hack-dir-local-variables): Add dir-local variable/value pair to
276 `dir-local-variables-alist' and remove duplicates. Doc fix.
277
278 * help-fns.el (describe-variable): Add information about
279 file-local and dir-local variables.
280
89bf83cd
CY
2812009-07-19 Chong Yidong <cyd@stupidchicken.com>
282
283 * files.el (hack-local-variables-filter): Rewrite.
284
1a8d3541
GM
2852009-07-19 Glenn Morris <rgm@gnu.org>
286
d9e8a018
GM
287 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
288 Silence compiler by only defining on XEmacs.
289
da332cfb
GM
290 * international/mule.el (auto-coding-regexp-alist): Only match
291 BABYL... at the start of buffer, not of lines. (Bug#3790)
292
1a8d3541
GM
293 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
294 non-calendar buffers (Bug#3862). Restore "not on a date" message.
295 (cal-menu-context-mouse-menu): Doc fix.
296
297 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
298
299 * simple.el (mail-user-agent): Doc fix. Set :version tag.
300
d842b103
JL
3012009-07-18 Juri Linkov <juri@jurta.org>
302
303 * info.el: Virtual Info keyword finder.
304 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
305 (Info-finder-file): New variable.
306 (Info-finder-find-file): New function.
307 (finder-known-keywords, finder-package-info)
308 (find-library-name, lm-commentary): Use defvar and
309 declare-function to silence compiler warnings.
310 (Info-finder-find-node): New function.
311 (info-finder): New command.
312
313 * subr.el (process-kill-buffer-query-function): New function.
314 (add-hook)<kill-buffer-query-functions>: Add hook
315 `process-kill-buffer-query-function'.
316
10d37df7
AM
3172009-07-18 Alan Mackenzie <acm@muc.de>
318
319 * progmodes/cc-mode.el (c-before-hack-hook),
320 (c-postprocess-file-styles): Give invocation of `c-set-style'
321 DONT-OVERRIDE parameter of t. Already set style variables will
322 thus not be overridden by style settings given by `c-file-syle'.
323
324 * files.el (hack-local-variables-filter): Remove entries with
325 duplicate keys from `file-local-variables-alist'.
326
102e1a41
EZ
3272009-07-18 Eli Zaretskii <eliz@gnu.org>
328
329 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
330 x-set-selection if display-selections-p returns nil for the
331 current frame.
332
16f2e9fc
CY
3332009-07-18 Chong Yidong <cyd@stupidchicken.com>
334
335 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
336
f22693fc
EZ
3372009-07-18 Eli Zaretskii <eliz@gnu.org>
338
a6c2c80c
EZ
339 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
340 Accept nil in addition to a regexp.
341 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
342 Accept nil in addition to a regexp.
343 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
344 buffers that have an associated file. Handle nil values of
345 desktop-buffers-not-to-save and desktop-files-not-to-save.
346 (Bug#3833)
347
f22693fc
EZ
348 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
349 (x-disown-selection-internal): New functions.
350
e456379a
NR
3512009-07-18 Nick Roberts <nickrob@snap.net.nz>
352
353 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
354 warning.
355 (gdb-breakpoints-header): Move forward to avoid compiler warning.
356 (gdb-make-header-line-mouse-map): Remove duplicate definition.
357
0013b70f
CY
3582009-07-18 David De La Harpe Golden <david@harpegolden.net>
359
360 * simple.el (set-mark): Revert last change.
361
0855c2ca
CY
3622009-07-17 Tassilo Horn <tassilo@member.fsf.org>
363
364 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
365 rendering of pngs is not possible instead of messaging a long
366 description.
367
3f5c9cad
CY
3682009-07-17 David De La Harpe Golden <david@harpegolden.net>
369
370 * w32-fns.el (x-selection-owner-p): New function.
371
372 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
373 (mouse-yank-at-click, mouse-yank-primary): If
374 select-active-regions is non-nil, deactivate the mark before
375 insertion.
3f5c9cad
CY
376
377 * simple.el (deactivate-mark, set-mark): Only save selection if we
378 own it.
379
1fc87f9b
KH
3802009-07-17 Kenichi Handa <handa@m17n.org>
381
382 * case-table.el (describe-buffer-case-table): Fix for the case
383 that KEY is a cons.
384
d56fdcd2
DN
3852009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
386
387 * vc-rcs.el (vc-rcs-find-file-hook):
388 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
389
bede3e9f
MA
3902009-07-16 Michael Albinus <michael.albinus@gmx.de>
391
392 * net/tramp.el (tramp-wait-for-output): Handle the case when
393 commands do not return a newline but a null byte before the shell
394 prompt. (Bug#3858)
395
7653ca1d
YM
3962009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
397
398 * term/ns-win.el (ns-set-alpha): Don't declare.
399 (ns-set-background-alpha): Remove function.
400
ed2a52e9
SM
4012009-07-16 Kevin Ryde <user42@zip.com.au>
402
403 * emacs-lisp/copyright.el (copyright-update): Save match-data across
404 y-or-n-p, for safety.
405
7a907299
RS
4062009-07-16 Richard Stallman <rms@gnu.org>
407
408 * files.el (auto-save-mode): If buffer-saved-size is -2,
409 don't clobber it.
410
411 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
412 (rmail-retry-ignored-headers): Add more uninteresting fields.
413
c0db3477
CY
4142009-07-15 Jari Aalto <jari.aalto@cante.net>
415
416 * net/rcirc.el (rcirc): Use history variables.
417 (rcirc-server-name-history, rcirc-nick-name-history)
418 (rcirc-server-port-history): New variables.
419
6c875452
KH
4202009-07-15 Kenichi Handa <handa@m17n.org>
421
bf974dc9
KH
422 * international/mule-cmds.el (set-language-environment-charset):
423 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
424 ignore them.
425
6c875452
KH
426 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
427 Delete unibyte-display.
428
2066b4fe
CY
4292009-07-15 Chong Yidong <cyd@stupidchicken.com>
430
431 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
432
f9be2e35
CY
4332009-07-15 Chong Yidong <cyd@stupidchicken.com>
434
435 * simple.el (deactivate-mark): Optional argument FORCE.
436 (set-mark): Use deactivate-mark.
437
438 * info.el (Info-search): No need to check transient-mark-mode
439 before calling deactivate-mark.
440
441 * select.el (x-set-selection): Doc fix.
442 (x-valid-simple-selection-p): Allow buffer values.
443 (xselect--selection-bounds): Handle buffer values. Suggested by
444 David De La Harpe Golden.
445
446 * mouse.el (mouse-set-region, mouse-drag-track): Call
447 copy-region-as-kill before setting the mark, to let
448 select-active-regions work.
449
4502009-06-28 David De La Harpe Golden <david@harpegolden.net>
451
452 * simple.el (deactivate-mark): If select-active-regions is
453 non-nil, copy the selection data into a string.
454 (activate-mark): If select-active-regions is non-nil, set the
455 selection to the current buffer.
456 (set-mark): Update selection if select-active-regions is non-nil.
457
458 * select.el (x-valid-simple-selection-p): Allow buffer values.
459
cbd61418
SM
4602009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
463 and more featureful message-mode.
464
f470187f
CY
4652009-07-14 Chong Yidong <cyd@stupidchicken.com>
466
467 * select.el (x-set-selection): Doc fix.
468 (x-valid-simple-selection-p): Disallow selection data consisting
469 of a list or cons of integers, since that is not used.
470 (xselect--selection-bounds, xselect--int-to-cons): New functions.
471 (xselect-convert-to-string, xselect-convert-to-length)
472 (xselect-convert-to-filename, xselect-convert-to-charpos)
473 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
474
bfc99364
DD
4752009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
476
477 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
478 output in -break-info command (Emacs bug #3794).
479
e32721f5
GM
4802009-07-14 Glenn Morris <rgm@gnu.org>
481
1e46f9e4
GM
482 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
483 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
484 (edebug-print-length, edebug-print-level, edebug-print-circle)
485 (edebug-sit-for-seconds, edebug-view-outside)
486 (edebug-bounce-point, edebug-set-global-break-condition)
487 (edebug-Go-nonstop-mode, edebug-trace-mode)
488 (edebug-Trace-fast-mode, edebug-continue-mode)
489 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
490 (edebug-visit-eval-list): Doc fixes.
491
e32721f5
GM
492 * subr.el (def-edebug-spec): Doc fix.
493
66a85e76
KH
4942009-07-14 Kenichi Handa <handa@m17n.org>
495
496 * international/characters.el: Fix setting of category ?C.
497
28571246
JD
4982009-07-13 Jan Djärv <jan.h.d@swipnet.se>
499
500 * term/ns-win.el (x-select-font): defailias x-select-font to
501 ns-popup-font-panel instead of generate-fontset-menu.
502
5d74672c
EZ
5032009-07-12 Eli Zaretskii <eliz@gnu.org>
504
505 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
506
eb1727a4
CY
5072009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
508
509 * arc-mode.el (archive-find-type): Allow for a PK00 string before
510 the PK\003\004 header (Bug#3770).
511
208384c5
CY
5122009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
513
514 * pcomplete.el (pcomplete-comint-setup): Check for
515 shell-dynamic-complete-filename too.
516
774409a1
CY
5172009-07-11 Chong Yidong <cyd@stupidchicken.com>
518
519 * simple.el (temporary-goal-column): Change the value for
520 line-move-visual to a cons cell.
521 (line-move-visual): Record or set the window hscroll, if
522 necessary (Bug#3494).
523 (line-move-1): Handle cons value of temporary-goal-column.
524
1639ee1d
KH
5252009-07-11 Kenichi Handa <handa@m17n.org>
526
527 * international/mule-diag.el (describe-character-set): Don't show
528 width.
529
2b1d2412
SS
5302009-07-10 Sam Steingold <sds@gnu.org>
531
532 * progmodes/compile.el (compilation-mode-font-lock-keywords):
533 Omake sometimes indents the errors it prints, so allow all
534 regexps to start with spaces.
535
ed3a5691
EZ
5362009-07-10 Eli Zaretskii <eliz@gnu.org>
537
ed2a52e9
SM
538 * cus-edit.el (customize-changed-options-previous-release):
539 Bump value to 22.1. (Bug#3804)
ed3a5691 540
49405d0e
SS
5412009-07-08 Sam Steingold <sds@gnu.org>
542
543 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
544 to be a cons cell (test . ignored-directory) to selectively ignore
545 some directories depending on the location of the search.
546
93c3eb7c
MA
5472009-07-08 Michael Albinus <michael.albinus@gmx.de>
548
549 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
550 remote user is root, on the local host.
551 (tramp-local-host-p): Either the local user or the remote user
552 must be root. (Bug#3771)
553
6f2a8484
NR
5542009-07-08 Nick Roberts <nickrob@snap.net.nz>
555
556 * progmodes/gdb-mi.el (gdb): Remove description of
557 gdb-use-separate-io-buffer.
69cb8d82 558 (menu): Don't allow toggling of or enable
6f2a8484
NR
559 gdb-use-separate-io-buffer from menubar.
560
88d03607
CY
5612009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
562
563 * mail/unrmail.el (unrmail): Make sure the message ends with two
564 newlines (Bug#3769).
565
7ef5b8b2
GM
5662009-07-08 Glenn Morris <rgm@gnu.org>
567
568 * calendar/calendar.el (calendar-current-date): Rework previous change.
569
3ce82f97
GM
5702009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
571
572 * calendar/calendar.el (calendar-current-date):
573 Add an optional argument giving an offset from today.
574
f35fc841
GM
5752009-07-08 Glenn Morris <rgm@gnu.org>
576
577 * tutorial.el (tutorial--describe-nonstandard-key):
578 Adjust the message for when a key has been unbound.
579 (help-with-tutorial): Hide the arch-tag.
580
40149292
KH
5812009-07-08 Kenichi Handa <handa@m17n.org>
582
69cb8d82
KH
583 * international/fontset.el (setup-default-fontset): For each
584 script, append (not set) font-specs.
585
40149292
KH
586 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
587 docstring.
588
ff0c4194
NR
5892009-07-08 Nick Roberts <nickrob@snap.net.nz>
590
591 * progmodes/gdb-mi.el (gdb-init-1): Move sending
592 -data-list-register-names to ...
593 (gdb-starting): ... here because GDB 7.0 requires execution to
594 have started when using this MI command.
595 (gdb-set-header): New function to distinguish select and
596 unselected tabs in gdb buffers.
597 (gdb-propertize-header): New macro that uses gdb-set-header.
598 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 599 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 600
8954c675
CY
6012009-07-07 Chong Yidong <cyd@stupidchicken.com>
602
603 * Makefile.in (ELCFILES): Remove fadr.elc.
604
0996385d
DD
6052009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
606
dc6b4519
DD
607 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
608 may contain frame information, so `string-match' should be used.
609 (gdb-update): Disassembly is invalidated through
610 `gdb-get-selected-frame'.
611 (gdb-pad-string): New function to pad string with spaces.
612 (gdb-invalidate-disassembly): Invalidate only if the buffer
613 exists.
614 (gdb-disassembly-handler-custom): Column alignment.
615 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
616 placing new ones.
617 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
618 end of line, too.
619 (gdb-frame-handler): Match convention to for disassembly buffer
620 mode name.
17c1380b 621 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
622 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
623 not highlight breakpoints without line information.
69a197a2 624 (gdb-input): Add trailing newline to command.
dc6b4519 625
14340b25
DD
626 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
627 buffer properly.
628 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
629 `gdb-break-list-handler'. Using real parser instead of regexps
630 now.
631 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
632 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
633 to place breakpoints.
14340b25
DD
634 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
635 functions.
636 (gdb-disassembly-handler-custom): Show overlay arrow.
637 (gdb-disassembly-place-breakpoints): Show breakpoints in
638 disassembly buffer.
639 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
640 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
641 instead of parsing breakpoints buffer. Fixed old menu references
642 in `gud-menu-map'.
14340b25 643
38d4f316 644 * fadr.el: Remove.
1f2a6224 645
0996385d
DD
646 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
647 (gdb-memory-address): New variable which holds top address of
648 memory page shown in memory buffer
649 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
650 customization variables.
651 New functions:
652 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
653 display the memory buffer.
654 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
655 buffer display parameters.
656 (def-gdb-memory-format, gdb-memory-format-binary)
657 (gdb-memory-format-octal, gdb-memory-format-unsigned)
658 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
659 Functions for setting memory buffer format.
660 (gdb-memory-unit-word, gdb-memory-unit-halfword)
661 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
662 unit size used in memory buffer.
663 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
664 to next/previous page of memory buffer.
28d67a53 665 Now using (bindat-get-field) instead of fadr functions.
0996385d 666
9ba562d3
SS
6672009-07-07 Sam Steingold <sds@gnu.org>
668
669 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
670 non-top-level files.
671
a43977db
KH
6722009-07-07 Kenichi Handa <handa@m17n.org>
673
674 * international/mule-cmds.el (reset-language-environment): Put
675 the highset priority to the charset iso-8859-1.
676
d44d05e8
CY
6772009-07-06 Chong Yidong <cyd@stupidchicken.com>
678
679 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
680 to the end of the line when locating the block (Bug#700).
681
3e2fa353
MA
6822009-07-06 Michael Albinus <michael.albinus@gmx.de>
683
684 * net/tramp.el (tramp-handle-write-region): Flush file properties
685 in case of short track.
686
d88782c3
DN
6872009-07-07 Michael McNamara <mac@mail.brushroad.com>
688
689 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
690 representation of verilog error regular expressions to work with
691 Emacs-22's new format.
692 (verilog-error-regexp-xemacs-alist): Coded custom representation
693 of verilog error regular expressions to work with XEmacs format
694 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
695 error recognition into XEmacs.
696 (verilog-error-regexp-add-emacs): Hook routine to install verilog
697 error recognition into Emacs-22.
698
25c6f63e
CY
6992009-07-06 Chong Yidong <cyd@stupidchicken.com>
700
701 * woman.el: Remove stand-alone closing parentheses.
702 (woman-file-name, woman2-format-paragraphs)
703 (woman-leave-blank-lines): Code cleanup.
704 (woman-use-own-frame): Change default to nil.
705 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
706 defaults to inherit from default faces.
707 (woman2-process-escapes): Consume the newline after a stand-alone
708 filler character (Bug#3651).
709
f176290e
GM
7102009-07-06 Glenn Morris <rgm@gnu.org>
711
712 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
713 (top-level): Move provide to the end.
714 (ffap): Remove defunct URL from custom group.
715
716 * subr.el (eval-after-load): Doc fix.
717
e4a5a307
JB
7182009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
719
720 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
721 `calc-embedded-word' is called twice.
722
4b8b1ec5
SM
7232009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * files.el (find-alternate-file-other-window, find-alternate-file):
726 Obey confirm-nonexistent-file-or-buffer.
727
d6ceb380
MA
7282009-07-05 Michael Albinus <michael.albinus@gmx.de>
729
730 * dired-aux.el (dired-show-file-type): Handle remote files.
731
c760f19e
CY
7322009-03-22 Jari Aalto <jari.aalto@cante.net>
733
4b8b1ec5
SM
734 * desktop.el (desktop-globals-to-save):
735 Add file-name-history (Bug#2750).
c760f19e 736
6d00ce04
CY
7372009-07-05 Chong Yidong <cyd@stupidchicken.com>
738
4b8b1ec5 739 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 740
6ee21b07
JB
7412009-07-04 Johan Bockgård <bojohan@gnu.org>
742
743 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
744 property on entire argument since this is what eshell-lisp-command
745 expects.
746
f0dbdc25
MA
7472009-07-03 Michael Albinus <michael.albinus@gmx.de>
748
749 * net/tramp-gvfs.el (tramp-gvfs-methods)
750 (tramp-gvfs-zeroconf-domain)
751 (tramp-bluez-discover-devices-timeout): Add version flag.
752 (tramp-gvfs-handler-mounted-unmounted)
753 (tramp-gvfs-connection-mounted-p): Polish handling of
754 incompatibilities between GVFS 0.2 and 1.0.
755
e044e4fc
JD
7562009-07-03 Jan Djärv <jan.h.d@swipnet.se>
757
4b8b1ec5 758 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 759
2e9b968b
JB
7602009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
761
762 * calc-math.el (math-use-emacs-fn): Make sure that the number is
763 formatted correctly.
764
baf1a55e
JL
7652009-07-02 Juri Linkov <juri@jurta.org>
766
767 * info.el: Virtual Info files and nodes.
768 (Info-virtual-files, Info-virtual-nodes): New variables.
769 (Info-current-node-virtual): New variable.
770 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
771 New functions.
772 (Info-file-supports-index-cookies): Use Info-virtual-file-p
773 to check for a virtual file instead of checking a fixed list
774 of node names.
775 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
776 instead of ad-hoc processing of "dir" and (apropos history toc).
777 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
778 instead of ad-hoc processing of "dir" and (apropos history toc).
779 Reread a file when moving from a virtual node.
780 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
781 (Info-directory-toc-nodes, Info-directory-find-file)
782 (Info-directory-find-node): New functions.
783 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
784 (Info-history): Move part of code to
785 `Info-history-find-node'.
786 (Info-history-toc-nodes, Info-history-find-file)
787 (Info-history-find-node): New functions.
788 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
789 (Info-toc): Move part of code to `Info-toc-find-node'.
790 (Info-toc-find-node): New function.
4b8b1ec5 791 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
792 the current Info file name to references because now the node
793 "*TOC*" belongs to the same Info manual.
4b8b1ec5 794 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
795 (Info-toc-nodes): Rename input argument `file' to `filename'.
796 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
797 instead of ad-hoc processing of ("dir" apropos history toc).
798 (Info-index-nodes): Use Info-virtual-file-p
799 to check for a virtual file instead of checking a fixed list
800 of node names.
801 (Info-index-node): Add check for `Info-current-node-virtual'.
802 Raise `save-match-data' higher up the tree to contain
803 `search-forward' too (bug fix).
804 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
805 (Info-virtual-index-nodes): New variable.
806 (Info-virtual-index-find-node, Info-virtual-index): New functions.
807 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
808 (Info-apropos-file, Info-apropos-nodes): New variables.
809 (Info-apropos-toc-nodes, Info-apropos-find-file)
810 (Info-apropos-find-node, Info-apropos-matches): New functions.
811 (info-apropos): Move part of code to `Info-apropos-find-node' and
812 `Info-apropos-matches'.
813 (Info-mode-map): Bind "I" to `Info-virtual-index'.
814 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
815 for a virtual file instead of checking a fixed list of node names.
816
817 * simple.el (async-shell-command): New command.
818
819 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
820
821 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
822 instead of `mount-info'.
823
d04bc496
MA
8242009-07-02 Michael Albinus <michael.albinus@gmx.de>
825
826 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 827 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 828
af0403e0
KH
8292009-07-02 Kenichi Handa <handa@m17n.org>
830
831 * international/mule.el (set-keyboard-coding-system): Force *-unix
832 coding-system to avoid eol conversion.
833
99278f8a
MA
8342009-07-01 Michael Albinus <michael.albinus@gmx.de>
835
4b8b1ec5
SM
836 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
837 Add handler for `process-file', `shell-command' and
99278f8a
MA
838 `start-file-process'.
839 (tramp-gvfs-handle-shell-command)
840 (tramp-gvfs-handle-start-file-process)
841 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 842 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 843
3f1c6666
JD
8442009-07-01 Jan Djärv <jan.h.d@swipnet.se>
845
846 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
847
3f396bac
KH
8482009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
849
850 * language/korean.el (set-language-info-alist): Add korean-cp949,
851 cp949 to spec.
852
c1185193
KH
8532009-07-01 Kenichi Handa <handa@m17n.org>
854
855 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
856
857 * international/encoded-kb.el: Deleted.
858
859 * international/mule.el (set-keyboard-coding-system): Perform the
860 necessary setup here instead of calling encoded-kbd-setup-display.
861
3f150a60
GM
8622009-07-01 Glenn Morris <rgm@gnu.org>
863
864 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
865
b0d5b05b
GM
8662009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
867
868 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
869
4f4126e6
MA
8702009-06-30 Michael Albinus <michael.albinus@gmx.de>
871
4b8b1ec5
SM
872 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
873 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 874 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 875
7ae3ea65 876 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
877 (top): Add a default for "synce" in `tramp-default-user-alist'.
878 Add completion function for "synce" method.
879 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
880 (tramp-hal-interface-manager, tramp-hal-interface-device):
881 New defconst.
882 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
883 (tramp-synce-list-devices, tramp-synce-parse-device-names):
884 New defuns.
d6ceb380
MA
885
886 * net/trampver.el: Update release number.
7ae3ea65 887
0ad6626b
KH
8882009-06-30 Kenichi Handa <handa@m17n.org>
889
890 * international/fontset.el (setup-default-fontset): Add CJK fonts
891 for symbols and the other miscellaneous characters.
892
4b8b1ec5
SM
893 * language/korea-util.el (setup-korean-environment-internal):
894 Make char-width-table suitable for Korean environments.
0ad6626b
KH
895 (exit-korean-environment): Cancel above.
896
897 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
898 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
899 setup-funcion to make char-widht-table suitable for respective
900 environments, and an exit-function to cancel that.
901
902 * language/japan-util.el (setup-japanese-environment-internal):
903 Call use-cjk-char-width-table with arg `ja_JP'.
904
905 * international/characters.el (cjk-char-width-table): Delete it.
906 (cjk-char-width-table-list): New variable.
907 (use-cjk-char-width-table): New arg local-name.
908 (use-default-char-width-table): Fix for the case that Emacs is
909 already using the default char-width-table.
910
fd46e893
MA
9112009-06-29 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
914 modes mandatory. (Bug#3712)
915
b87d9f96
AM
9162009-06-29 Alan Mackenzie <acm@muc.de>
917
918 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 919 correction between the visible width of TABs and their number of bytes.
b87d9f96 920
2d25aa5a
CY
9212009-06-29 Chong Yidong <cyd@stupidchicken.com>
922
923 * server.el (server-buffer-done): Prevent kill-buffer from
924 prompting by clearing the buffer modification flag (Bug#3696).
925
a3a8b002
DN
9262009-06-28 Michael McNamara <mac@mail.brushroad.com>
927
928 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 929 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
930 (verilog-basic-complete-re): Support localparam lineup.
931 (verilog-beg-of-statement-1): Fix for robustness, unique case.
932 (verilog-set-auto-endcomments): Fix for unique case, always_comb
933 commenting.
934 (verilog-leap-to-case-head): Now support *nested* unique &
935 priority case statements.
936 (verilog-auto-lineup): Make just declarations the default (as it
937 had been).
4b8b1ec5 938 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
939 (verilog-auto-lineup): Rework to give users radio buttons to
940 select the various styles of automatic lineup
941 (verilog-error-regexp-alist): Rework to support the XEmacs style
942 of error regular expressions from compilers, lint tools &
943 simulators. Note that GNU Emacs has made it impossible for a mode
944 to load such things.
945 (electric-verilog-terminate-line, verilog-indent-declaration)
946 (verilog-auto-wiure): Rework for radio button selection of
947 auto-lineup selection of specification of auto lineup.
948 (verilog-beg-of-statement-1): Redesign to support proper operation
949 in additional code, based on testing with auto-lineup.
950 (verilog-calculate-indent, assignments & declarations)
951 (verilog-backward-token): Enhance to support auto-lineup of
952 assignments & declarations.
953 (verilog-in-directive-p, verilog-at-struct-p): New function for
954 easy test of whether we are.
955 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
956 to support safe execution at almost anyline.
957 (verilog-calc-1): Properly support indenting deep inside generate
958 blocks.
959 (verilog-init-font) Remove definition & use of verilog-init-font,
960 as it is redundant with font-lock-defaults.
961 (verilog-mode): Alter the definition of verilog-font-lock-defualts
962 to avoid circular calls if syntax-ppss is a function (as is the
963 case now in 22.x GNU Emacs) as that function would sometimes call
964 itself, leading to (nearly) infinite recursion
965 (verilog-ovm-begin-re, verilog-ovm-end-re)
966 (verilog-ovm-statement-re, verilog-leap-to-head)
967 (verilog-backward-token): Add support for OVM macros. Some are
968 complete statements, and others open and close scopes like begin
969 and end.
970 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
971 (verilog-defun-level-generate-only-re): Really fix the defun-list
972 compilation issue
973 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
974 coverpoint, constraint and cross statements
975 (verilog-defun-level-list, verilog-generate-defun-level-list)
976 (verilog-all-defun-level-list): Redo these specifications - it is
977 too hard to support eval-when compile aggregation of lists also
978 built at when-compile time.
979 (verilog-defun-level-list): Place defconsts of variables used in
980 building regular expressions which are built in eval-when-compile
981 bodies in the same eval-when-compile body to facilitate compile
982 without load.
983 (verilog-beg-block-re-ordered): Support indenting
984 virtual/protected tasks and functions.
985 (verilog-defun-level-list,verilog-in-generate-region-p)
986 (verilog-backward-ws&directives, verilog-calc-1): Speed up
987 indentation of some module items (generate items).
988 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
989 across virtual/protected tasks and functions.
990
9912009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
992
4b8b1ec5
SM
993 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
994 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
995 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
996 in concatenations. Reported by Yishay Belkind.
997 (verilog-auto-ascii-enum): Support one-hot state machines in
998 AUTOASCIIENUM. Suggested by Lloyd Gomez.
999 (verilog-auto-inst, verilog-auto-inst-port): Include interface
1000 modport in AUTOINST and add vl-modport for users. Reported by
1001 David Rogoff.
1002 (verilog-auto-inout-module, verilog-auto-inst)
1003 (verilog-decls-get-interfaces, verilog-insert-definition)
1004 (verilog-insert-one-definition, verilog-read-decls)
1005 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1006 (verilog-sig-modport, verilog-signals-combine-bus)
1007 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1008 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1009 Suggested by David Rogoff.
1010 (verilog-repair-open-comma): Fix non-insertion of comma when
1011 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
1012 (verilog-make-width-expression): Simplify [A-1:0] expression
1013 widths to just {A{1'b0}}.
1014 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
1015 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1016 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
1017 inputs/outputs or data type. Suggested by Vasu Kandadi.
1018 (next-error-last-buffer): Fix byte-compiler warning.
1019 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1020 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 1021 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 1022 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
1023 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1024 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
1025 in AUTOINOUT. Reported by Matthew Lovell.
1026 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1027 causing use of <= assignments. Reported by Alex Reed.
1028 (verilog-read-decls): Fix triand, trior, wand, wor to be
1029 recognized by AUTOWIRE. Reported by Spencer Isaacson.
1030 (verilog-extended-complete-re): Support import "DPI-C" functions.
1031 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 1032 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
1033 (verilog-insert-date, verilog-insert-year)
1034 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1035 Windows systems. Reported by Michael Potts.
1036 (verilog-read-module-name): Fix AUTOINST when the child module
1037 declaration's name is a tick define. Reported by Elliot Mednick.
1038 (verilog-read-decls): Fix V2K parameter bit subscripts getting
1039 passed to next parameter's definition. Reported by Bruce T.
1040 (verilog-read-decls): Fix detecting "parameter int" when using
1041 AUTOINSTPARAM. Reported by Bruce T.
1042 (verilog-goto-defun): Fix goto not finding modules unless first
1043 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 1044 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
1045 verilog-goto-defun will work. Reported by Lawrence Butcher.
1046 (verilog-getopt): Expand environment variables in -f file
1047 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 1048 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
1049 when reading enumerations.
1050 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1051 Suggested by Stephen Peltan.
4b8b1ec5 1052 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
1053 files. Reported by Steve Peltan.
1054
f7c0d931
CY
10552009-06-28 David De La Harpe Golden <david@harpegolden.net>
1056
1057 * files.el (trash-directory): Fix defcustom type.
1058
baf1a55e 10592009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
1060
1061 * help-fns.el (describe-function-1): Correctly locate adviced
1062 functions in hyperlink (Bug#2438).
1063
d63a01ef
CY
10642009-06-28 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * files.el (trash-directory): Change default to nil.
1067 (move-file-to-trash): If trash-directory is nil and
1068 system-move-file-to-trash is unbound, perform freedesktop-style
1069 trashing.
1070
10712009-06-28 David De La Harpe Golden <david@harpegolden.net>
1072
1073 * files.el (move-file-to-trash): Add freedesktop trash
1074 support (Bug#973).
1075
fc2f6a26
GM
10762009-06-28 Glenn Morris <rgm@gnu.org>
1077
1078 * autorevert.el (global-auto-revert-non-file-buffers)
1079 (global-auto-revert-mode): Doc fixes.
1080
00242b07
JB
10812009-06-27 Johan Bockgård <bojohan@gnu.org>
1082
1083 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1084
f5594f03
CY
10852009-06-27 Chong Yidong <cyd@stupidchicken.com>
1086
e8a2b2da
CY
1087 * faces.el (x-handle-named-frame-geometry): Ensure that we have
1088 opened an X connection before calling x-get-resource (Bug#3194).
1089
f5594f03
CY
1090 * play/doctor.el: Remove reference to obsolete website.
1091 (make-doctor-variables): Correct grammar mistake (Bug#2633).
1092
3c3bf6ce
DN
10932009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 Remove find-file-not-found-hook VC method. (Bug#2757)
1096 * vc-hooks.el (vc-file-not-found-hook)
1097 (vc-default-find-file-not-found-hook): Remove functions.
1098 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1099 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1100 * vc.el:
1101 * vc-hg.el:
1102 * vc-git.el: Do not mention find-file-not-found-hook VC method.
1103
e26a7bc0
AM
11042009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1105
1106 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1107 compatibility function for `looking-back'
1108
4b8b1ec5
SM
1109 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1110 Use `ispell-looking-back'
e26a7bc0 1111
d9848600
MA
11122009-06-24 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 1115 rather than `filename'.
d9848600 1116
05fbc4a9
MB
11172009-06-23 Miles Bader <miles@gnu.org>
1118
1119 * face-remap.el (text-scale-set): New function.
1120
f86ca715
GM
11212009-06-23 Glenn Morris <rgm@gnu.org>
1122
33e2c2e5
GM
1123 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1124
f529f302
GM
1125 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1126
34995333
GM
1127 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1128
cc80ccee
GM
1129 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1130
84cb770d
GM
1131 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1132 Simplify Persian conditionals.
1133
d916c965
GM
1134 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1135 variable `filename'.
1136
b6a44b27
GM
1137 * comint.el (comint-insert-input): Doc fix.
1138
f86ca715
GM
1139 * Makefile.in (ELCFILES): Fix typo in previous change.
1140
666e158e
MB
11412009-06-23 Miles Bader <miles@gnu.org>
1142
1143 * cus-start.el: Add entry for `recenter-redisplay'.
1144
77bf3f54
DN
11452009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1148 Add an optional argument for the backend, use it instead of
1149 calling vc-backend.
4b8b1ec5
SM
1150 (vc-mode-line): Add an optional argument for the backend.
1151 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
1152 special handling for vc-state being a buffer to ...
1153
1154 * vc-rcs.el (vc-rcs-find-file-hook):
1155 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
1156
1157 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1158 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1159 vc-stay-local-p and vc-mode-line calls.
1160
1161 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1162 (vc-cvs-diff, vc-cvs-annotate-command)
1163 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1164 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1165 vc-mode-line calls.
1166
1167 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1168 direct comparison.
1169 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1170 backend when calling vc-mode-line.
1171 (vc-register): Do not create a closure for calling the vc register
1172 function, call it directly.
1173
2764748c
DN
11742009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1175
1176 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1177 to make it obvious item can be clicked.
f5a0b281
DN
1178
1179 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1180
d4a885b2
KH
11812009-06-23 Kenichi Handa <handa@m17n.org>
1182
1183 * language/korea-util.el (korean-key-bindings): Change the binding
1184 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
1185 same command.
1186
e3610693
MA
11872009-06-22 Michael Albinus <michael.albinus@gmx.de>
1188
1189 Sync with Tramp 2.1.16.
1190
1191 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1192
1193 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
1194 when a loading of a package fails. Completion function for rsync
1195 is `tramp-completion-function-alist-ssh'.
1196 (all): Replace all calls of `split-string' and
1197 `tramp-split-string' by `tramp-compat-split-string'.
1198 (tramp-default-method): Use `tramp-compat-process-running-p'.
1199 (tramp-default-proxies-alist): Allow also Lisp forms.
1200 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 1201 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
1202 (tramp-domain-regexp): Allow also "-", "_" and ".".
1203 (tramp-end-of-output): Remove newlines, and add "$" at the end.
1204 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1205 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
1206 (tramp-handle-directory-files-and-attributes-with-stat):
1207 Care about filenames with spaces, or starting with "-".
e3610693
MA
1208 (tramp-handle-dired-uncache): New defun.
1209 (tramp-handle-insert-directory): Don't flush the directory from
1210 cache, this is handled by `dired-uncache' now.
1211 (tramp-handle-insert-file-contents): Improve error handling.
1212 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1213 Quote `tramp-end-of-output'.
1214 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
1215 (tramp-check-for-regexp): Both echoes must be present, before removing.
1216 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
1217 (tramp-compute-multi-hops): Eval cons cells of
1218 `tramp-default-proxies-alist'.
1219 (tramp-maybe-open-connection): Use the same command pattern for
1220 first hop and further hops.
1221 (tramp-wait-for-output): Remove handling of newlines.
1222 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1223 (tramp-split-string): Remove function. It is handled in
1224 tramp-compat now.
1225
4b8b1ec5
SM
1226 * net/tramp-cmds.el (tramp-bug):
1227 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
1228
1229 * net/tramp-compat.el (tramp-compat-split-string)
1230 (tramp-compat-process-running-p): New defuns.
1231
1232 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1233 for `dired-uncache'.
1234
1235 * net/tramp-gvfs.el: New package.
1236
4b8b1ec5
SM
1237 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1238 Add handler for `dired-uncache'.
e3610693
MA
1239 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1240
1241 * net/trampver.el: Update release number. Make version check fit
1242 for SXEmacs 22.
1243
13a3f374
JM
12442009-06-22 Jim Meyering <meyering@redhat.com>
1245
e0a28a3b 1246 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
1247 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1248 XZ is the successor to LZMA: <http://tukaani.org/xz/>
1249
5242671e 12502009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 1251 Nick Roberts <nickrob@snap.net.nz>
13a3f374 1252
e0a28a3b 1253 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
1254 repository (http://sphinx.net.ru/hg/gdb-mi/).
1255
3fde45af
GM
12562009-06-22 Glenn Morris <rgm@gnu.org>
1257
46253b34
GM
1258 * files.el (dir-locals-collect-mode-variables): Allow for any number of
1259 `mode' and `eval' entries. (Bug#3430)
1260
97e18192
GM
1261 * Makefile.in (ELCFILES): Add fadr.elc.
1262
731a00fb
GM
1263 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1264 differing behavior of \n and ^ in strings. (Bug#3385)
1265
c66cd0ff
GM
1266 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1267
3fde45af
GM
1268 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1269 property.
1270 (lisp-indent-function): Make it a defcustom.
1271
db2241a0
NR
12722009-06-21 Nick Roberts <nickrob@snap.net.nz>
1273
1274 * progmodes/gdb-ui.el: Replace with ...
5242671e 1275 * progmodes/gdb-mi.el: ... this file.
db2241a0 1276 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
1277
12782009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
1279
db2241a0
NR
1280 * fadr.el: New file.
1281
38d4f316 1282See ChangeLog.14 for earlier changes.
e3d51b27
MR
1283
1284;; Local Variables:
1285;; coding: utf-8
e3d51b27
MR
1286;; End:
1287
38d4f316 1288 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
1289
1290 This file is part of GNU Emacs.
1291
1292 GNU Emacs is free software: you can redistribute it and/or modify
1293 it under the terms of the GNU General Public License as published by
1294 the Free Software Foundation, either version 3 of the License, or
1295 (at your option) any later version.
1296
1297 GNU Emacs is distributed in the hope that it will be useful,
1298 but WITHOUT ANY WARRANTY; without even the implied warranty of
1299 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1300 GNU General Public License for more details.
1301
1302 You should have received a copy of the GNU General Public License
1303 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1304
38d4f316 1305;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1