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