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