]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
[gnu-emacs] / lisp / ChangeLog
1 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5
6 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9 (gdb-var-list-children): Use json parsing.
10
11 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12
13 * progmodes/js.el (js--proper-indentation): Handle the case where
14 char-before is null. Reported by Deniz Dogan.
15
16 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
17
18 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19
20 2009-09-11 Daiki Ueno <ueno@unixuser.org>
21
22 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
23 (epg-digest-algorithm-alist): Add SHA224.
24 (epg-context-set-passphrase-callback)
25 (epg-context-set-progress-callback): Add description about
26 callback function.
27
28 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * custom.el (custom-delayed-init-variables): New var.
31 (custom-initialize-delay): New function.
32 * startup.el (command-line): "Re"evaluate all vars in
33 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
34 explicitly any more.
35 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
36 to avoid creating a ~/.emacs.d at build-time (bug#4347).
37
38 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
39
40 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
41
42 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
43 (gdb-var-update-handler): Use json parsing.
44
45 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
46
47 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
48 decode annotated text, regardless of language environment. (Bug#2741)
49
50 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * Makefile.in (autoloads): Make rmail.el writable as well.
53
54 2009-09-11 Glenn Morris <rgm@gnu.org>
55
56 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
57 loaddefs.el.
58 * dired.el: Regenerate with extracted autoloads.
59 * Makefile.in (autoloads): Make dired.el writable.
60
61 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
62 * ibuffer.el: Regenerate with extracted autoloads.
63 * Makefile.in (autoloads): Make ibuffer.el writable.
64
65 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
66 * version.el (emacs-copyright, emacs-major-version)
67 (emacs-minor-version): Reformat doc-strings for make-docfile.
68
69 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
70 functions and variables, since they must be stuff specific to some other
71 platform.
72 (apropos-print): Make mouse-click message less specific about button.
73
74 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
75 that records where a macro was defined.
76 * help-fns.el (describe-function-1): Mention if a function has a
77 compiler-macro.
78 * help-mode.el (help-function-cmacro): New button.
79
80 * locate.el (top-level): Always require dired.
81 (locate-mode-map): Initialize inside the defvar.
82
83 * net/ange-ftp.el (dired-compress-file): Declare.
84 (ange-ftp-dired-compress-file): Add doc string.
85
86 * term/ns-win.el (x-display-name, x-setup-function-keys):
87 Unify doc-strings with X versions.
88
89 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * emulation/crisp.el (crisp-mode-map): Move initialization
92 into declaration.
93 (crisp-mode): Use define-minor-mode.
94
95 * progmodes/xscheme.el (xscheme-evaluation-commands):
96 Put a :advertised-binding property rather than using
97 advertised-xscheme-send-previous-expression.
98 (advertised-xscheme-send-previous-expression): Declare obsolete.
99 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
100 `advertised-undo'.
101 (crisp-mode): Add corresponding bindings to
102 undo's :advertised-binding instead.
103 * dired.el (dired-mode-map): Put a :advertised-binding property rather
104 than using dired-advertised-find-file.
105 (dired-advertised-find-file):
106 * simple.el (advertised-undo):
107 * wid-edit.el (advertised-widget-backward): Declare obsolete.
108 (widget-keymap): Put a :advertised-binding property rather
109 than using advertised-widget-backward.
110 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
111 than using advertised-undo.
112 * tutorial.el (tutorial--default-keys): Adjust accordingly.
113
114 2009-09-10 Simon South <ssouth@slowcomputing.org>
115
116 * progmodes/delphi.el (delphi-tab): Indent region when Transient
117 Mark mode is enabled and region is active; otherwise indent or
118 insert TAB as usual.
119 (delphi-mode): Update description of TAB-key binding.
120
121 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * subr.el (define-key-rebound-commands): Mark obsolete.
124 * startup.el (precompute-menubar-bindings): Remove.
125 (normal-top-level): Remove obsolete code that tried to precompute
126 menubar bindings.
127 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
128 define-key-rebound-commands and precompute-menubar-bindings.
129
130 2009-09-10 Glenn Morris <rgm@gnu.org>
131
132 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
133
134 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
135 (byte-compile-file-form-autoload): Don't warn about unknown functions
136 where the autoload statement comes after the use.
137 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
138 that any handlers inside the body (eg require) are in turn respected.
139
140 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
141 effects.
142
143 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
144 and syntax and abbrev tables basic docs, if they don't have any.
145
146 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
147
148 * international/mule-cmds.el (top-level): Require cl when compiling.
149 (view-hello-file): Use default-value rather than
150 default-enable-multibyte-characters.
151
152 * progmodes/fortran.el: Move all safe and risky properties into the
153 defcustoms.
154
155 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
156 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
157 * mail/undigest.el:
158 Put autoloads in rmail.el rather than loaddefs.el.
159 * mail/rmail.el: Regenerate with extracted autoloads.
160
161 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
162 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
163
164 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
165
166 Reported in thread for Bug#4375.
167 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
168 "-data-evaluate-expression" instead of print.
169 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
170 (gdb-tooltip-print): Parse output from above MI command.
171 (gdb): Revert 2009-08-11 change. User should detach inferior
172 manually.
173
174 Remove the word "separate" from IO functions as inferior
175 output is now never displayed in the GUD buffer.
176
177 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
178
179 * startup.el (command-line-normalize-file-name): On Windows and
180 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
181
182 2009-09-10 Juri Linkov <juri@jurta.org>
183
184 * isearch.el (isearch-text-char-description): Propertize escape
185 character sequences with the `escape-glyph' face. (Bug#4344)
186
187 * simple.el (shell-command): Set asynchronous process filter to
188 `comint-output-filter'. (Bug#4343)
189
190 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
191 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
192 the list. Move "asm" to the bottom.
193 (grep-find-ignored-directories): Add `choice' with nil value
194 to empty the list easily.
195 (grep-find-ignored-files): New option.
196 (grep-files-history): Set to nil by default instead of '("ch" "el").
197 (grep-compute-defaults): Add "<X>" to `grep-template'.
198 (grep-read-files): Bind new local variables `default-alias' and
199 `default-extension'. Use a list of default values for the file prompt.
200 (lgrep): Add `--exclude=' command line options composed from
201 `grep-find-ignored-files'.
202 (rgrep): Add `-name' command line options composed from
203 `grep-find-ignored-files'. (Bug#4301)
204
205 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
208 (bug#4368).
209
210 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
211
212 * calendar/time-date.el (autoload):
213 Expand define-obsolete-function-alias into defalias and make-obsolete
214 for old Emacsen that Gnus supports.
215 (with-no-warnings): Define it for old Emacsen.
216 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
217 is available.
218 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
219 float-time is available; suppress compile warning for time-to-seconds.
220
221 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
222
223 * net/imap.el (imap-message-map): Docstring fix.
224
225 2009-09-09 Glenn Morris <rgm@gnu.org>
226
227 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
228 line numbers too. (Bug#4374)
229
230 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * smerge-mode.el (smerge-remove-props, smerge-refine):
233 Use with-silent-modifications (bug#4342).
234
235 * subr.el (with-silent-modifications): New macro.
236
237 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
238
239 * files.el (top-level): Require `cl' when compiling.
240
241 2009-09-07 Glenn Morris <rgm@gnu.org>
242
243 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
244
245 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
246 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
247
248 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
249
250 * vc-git.el (vc-git-annotate-command): Use separator to parse
251 arguments correctly.
252
253 2009-09-06 Eli Zaretskii <eliz@gnu.org>
254
255 * proced.el (proced-mode): Doc fix.
256
257 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
258
259 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
260 lstat fails.
261 (tramp-do-file-attributes-with-ls): Check for file existence at
262 remote end.
263 (tramp-do-file-attributes-with-stat): Likewise.
264 (tramp-convert-file-attributes): Return nil when attr is nil.
265
266 2009-09-05 Glenn Morris <rgm@gnu.org>
267
268 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
269 properties to this button.
270 (diary-fancy-display): Don't extend the button to the final newline.
271 (diary-fancy-display-mode): Continue to define "q" as a local key.
272
273 * calendar/cal-china.el (holiday-chinese): Make it slightly more
274 efficient.
275
276 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
277
278 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
279 (byte-compile-dest-file-function): New option.
280 (byte-compile-dest-file): Doc fix.
281 Obey byte-compile-dest-file-function.
282 (byte-compile-cl-file-p): New function.
283 (byte-compile-eval): Only suppress noruntime warnings about cl functions
284 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
285 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
286 than for file being previously loaded.
287 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
288 (byte-compile-file-form-require): Handle the case where requiring a file
289 indirectly causes CL to be loaded.
290
291 2009-09-05 Karl Fogel <kfogel@red-bean.com>
292
293 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
294 before killing the old buffer, since by the time `kill-buffer' is
295 run so many buffer variables have been set to nil that it may not
296 behave as expected. (Bug#4061)
297
298 2009-09-05 Karl Fogel <kfogel@red-bean.com>
299
300 * files.el (find-alternate-file): If the old buffer is modified
301 and visiting a file, behave similarly to `kill-buffer' when
302 killing it, thus reverting to the pre-1.878 behavior; see
303 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
304 for discussion. Also, consult `buffer-file-name' as a variable
305 not as a function, for consistency with the rest of the code.
306
307 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
310 also when adding a new directory.
311
312 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
313 defun.
314
315 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * files.el (locate-file-completion-table): Make it provide boundary
318 information, so partial-completion works better.
319
320 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
321
322 * mail/footnote.el (Footnote-text-under-cursor):
323 Check footnote-text-marker-alist before using it (bug#4324).
324
325 2009-09-04 Glenn Morris <rgm@gnu.org>
326
327 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
328 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
329 * play/solitaire.el, play/tetris.el:
330 Remove leading * from defcustom and defface docs.
331
332 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
333 necessary.
334 (diary-fancy-overriding-map): New variable.
335 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
336 Use view-mode.
337
338 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
339 goto-line.
340
341 2009-09-03 Glenn Morris <rgm@gnu.org>
342
343 * arc-mode.el (archive-mode):
344 * dos-fns.el (set-default-process-coding-system):
345 * man.el (Man-getpage-in-background):
346 * menu-bar.el (menu-bar-describe-menu):
347 * server.el (server-process-filter):
348 * startup.el (command-line):
349 * tar-mode.el (tar-header-block-tokenize, tar-extract):
350 * w32-fns.el (set-default-process-coding-system):
351 * x-dnd.el (x-dnd-handle-file-name):
352 * international/mule-cmds.el (mule-menu-keymap)
353 (set-default-coding-systems, language-info-alist, set-language-info)
354 (set-language-environment, standard-display-european-internal)
355 (set-locale-environment):
356 * international/mule-diag.el (mule-diag):
357 * mail/emacsbug.el (report-emacs-bug):
358 * mail/rmail.el (rmail-mode):
359 * mail/sendmail.el (mail-setup):
360 Use default-value rather than default-enable-multibyte-characters.
361
362 * progmodes/f90.el: Move all safe properties into the defcustoms.
363 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
364
365 * calendar/appt.el (appt-check):
366 * calendar/diary-lib.el (diary-set-header, diary-live-p)
367 (diary-check-diary-file, diary-list-entries)
368 (diary-include-other-diary-files, diary-simple-display)
369 (diary-fancy-display, diary-print-entries)
370 (diary-mark-included-diary-files, diary-make-entry):
371 Don't call substitute-in-file-name on diary-file.
372
373 2009-09-03 Eduard Wiebe <usenet@pusto.de>
374 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * mail/footnote.el (footnote-prefix): Make it a defcustom.
377 (footnote-mode-map): Move initialization into the declaration.
378 (footnote-minor-mode-map): Define it rather than changing global-map.
379 (footnote-mode): Use define-minor-mode.
380
381 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
382
383 * net/tramp.el (tramp-handle-file-attributes-with-ls)
384 (tramp-do-file-attributes-with-perl)
385 (tramp-do-file-attributes-with-stat): Rename from
386 `tramp-handle-file-attributes-with-*'.
387 (tramp-handle-file-attributes): Use them.
388 (tramp-do-directory-files-and-attributes-with-perl)
389 (tramp-do-directory-files-and-attributes-with-stat): Rename from
390 `tramp-handle-directory-files-and-attributes-with-*'.
391 (tramp-handle-directory-files-and-attributes): Use them.
392 (tramp-method-out-of-band-p): Additional parameter SIZE.
393 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
394 (tramp-handle-write-region): Use it.
395 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
396 (tramp-handle-vc-registered): Check, whether the first run did
397 return files to be tested.
398 (tramp-advice-make-auto-save-file-name): Do not call directly
399 `tramp-handle-make-auto-save-file-name', because this would bypass
400 the locking mechanism.
401
402 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
403 (file-remote-p, process-file, start-file-process, set-file-times)
404 (tramp-compat-file-attributes): Compatibility functions shall not
405 call directly `tramp-handle-*', because this would bypass the
406 locking mechanism.
407 (tramp-compat-number-sequence): New defun.
408
409 2009-09-02 Glenn Morris <rgm@gnu.org>
410
411 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
412 alias for float-time.
413 (time-to-number-of-days): In Emacs, use float-time.
414 * net/newst-backend.el (time-add): Suppress warnings from compat
415 function.
416 * time.el (emacs-uptime, emacs-init-time):
417 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
418 Use float-time rather than time-to-seconds.
419
420 * minibuffer.el (completion-initials-expand): Fix typo.
421
422 * faces.el (modeline, modeline-inactive, modeline-highlight)
423 (modeline-buffer-id):
424 * info.el (info-menu-5): Mark these face aliases as obsolete.
425
426 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
427
428 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
429 space ...
430 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
431 no "--thread" option.
432 (gdb-stopped): Don't print "Switched to thread" message when it is
433 unchanged.
434
435 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * minibuffer.el (completion-try-completion)
438 (completion-all-completions): Remove ill-defined (and
439 mistakenly installed and luckily never used nor documented)
440 `completion-styles' property.
441 (completion-initials-expand, completion-initials-all-completions)
442 (completion-initials-try-completion): New functions.
443 (completion-styles-alist): Add doc to each entry.
444 Add new `initials' entry.
445
446 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
447
448 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
449 MI command -var-evaluate-expression.
450 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
451 and tweak for case of string child.
452 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
453
454 2009-09-01 Glenn Morris <rgm@gnu.org>
455
456 * add-log.el (change-log-date-face, change-log-name-face)
457 (change-log-email-face, change-log-file-face, change-log-list-face)
458 (change-log-conditionals-face, change-log-function-face)
459 (change-log-acknowledgement-face):
460 * cus-edit.el (custom-invalid-face, custom-rogue-face)
461 (custom-modified-face, custom-set-face, custom-changed-face)
462 (custom-saved-face, custom-button-face, custom-button-pressed-face)
463 (custom-documentation-face, custom-state-face, custom-comment-face)
464 (custom-comment-tag-face, custom-variable-tag-face)
465 (custom-variable-button-face, custom-face-tag-face)
466 (custom-group-tag-face-1, custom-group-tag-face):
467 * diff-mode.el (diff-header-face, diff-file-header-face)
468 (diff-index-face, diff-hunk-header-face, diff-removed-face)
469 (diff-added-face, diff-changed-face, diff-function-face)
470 (diff-context-face, diff-nonexistent-face):
471 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
472 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
473 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
474 (Info-title-4-face):
475 * isearch.el (isearch-lazy-highlight-face):
476 * log-view.el (log-view-file-face, log-view-message-face):
477 * paren.el (show-paren-match-face, show-paren-mismatch-face):
478 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
479 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
480 (cvs-msg-face):
481 * smerge-mode.el (smerge-mine-face, smerge-other-face)
482 (smerge-base-face, smerge-markers-face):
483 * wid-edit.el (widget-documentation-face, widget-button-face)
484 (widget-field-face, widget-single-line-field-face)
485 (widget-inactive-face, widget-button-pressed-face):
486 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
487 (woman-addition-face):
488 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
489 (eshell-ls-executable-face, eshell-ls-readonly-face)
490 (eshell-ls-unreadable-face, eshell-ls-special-face)
491 (eshell-ls-missing-face, eshell-ls-archive-face)
492 (eshell-ls-backup-face, eshell-ls-product-face)
493 (eshell-ls-clutter-face):
494 * eshell/em-prompt.el (eshell-prompt-face):
495 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
496 * obsolete/old-whitespace.el (whitespace-highlight-face):
497 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
498 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
499 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
500 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
501 (antlr-font-lock-literal-face):
502 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
503 (ebrowse-root-class-face, ebrowse-file-name-face)
504 (ebrowse-default-face, ebrowse-member-attribute-face)
505 (ebrowse-member-class-face, ebrowse-progress-face):
506 * progmodes/make-mode.el (makefile-space-face):
507 * progmodes/sh-script.el (sh-heredoc-face):
508 * textmodes/flyspell.el (flyspell-incorrect-face)
509 (flyspell-duplicate-face):
510 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
511 * textmodes/texinfo.el (texinfo-heading-face):
512 Mark face aliases with "-face" suffix as obsolete.
513
514 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
515 compiler.
516
517 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
518 (eudc-bob-sound-menu): Use defvar rather than defconst, since
519 easy-menu-define wants to modify these.
520
521 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
522
523 * net/browse-url.el (browse-url-file-url):
524 * term/internal.el (dos-codepage-setup):
525 Use default-value rather than default-enable-multibyte-characters.
526
527 * progmodes/etags.el (etags-goto-tag-location):
528 * progmodes/flymake.el (flymake-highlight-line)
529 (flymake-goto-file-and-line, flymake-goto-line):
530 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
531 (gdb-goto-breakpoint):
532 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
533 * progmodes/python.el (python-find-function)
534 (python-pdbtrack-track-stack-file):
535 * progmodes/verilog-mode.el (verilog-surelint-off):
536 * term/ns-win.el (ns-open-file-select-line):
537 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
538 Use forward-line rather than goto-line.
539
540 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
541 * textmodes/reftex-index.el (reftex-display-index):
542 * textmodes/reftex-ref.el (reftex-offer-label-menu):
543 * textmodes/reftex-toc.el (reftex-toc):
544 Remove unnecessary bindings of default-major-mode (all are followed by
545 major-mode check and possible mode switch).
546
547 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
548
549 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
550 Handle watchpoints (bug#4282).
551 (def-gdb-thread-buffer-command): Enable thread to be selected by
552 clicking without selecting threads buffer first.
553 (gdb-current-context-command): Use selected frame so that "up",
554 "down" etc work in the GUD buffer.
555 (gdb-update): Find selected frame before rendering stack buffer.
556 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
557
558 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * progmodes/sym-comp.el (displayed-completions): Remove.
561 (symbol-complete): Use minibuffer-complete.
562
563 2009-08-31 Glenn Morris <rgm@gnu.org>
564
565 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
566
567 * apropos.el (apropos-symbols-internal):
568 Handle (obsolete) face aliases.
569
570 * faces.el (describe-face): Adjust the output format to be more like
571 describe-variable, and to mention (obsolete) face aliases.
572 Adjust the whitespace so that help-setup-xref works.
573
574 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
575 * calendar/diary-lib.el (diary-button-face):
576 Mark these face aliases as obsolete.
577
578 * calendar/calendar.el (calendar-today): Doc fix.
579
580 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
581
582 * progmodes/gdb-mi.el (gdb-control-all-threads)
583 (gdb-control-current-thread): Force tool bar update.
584 (gdb-non-stop-handler): New function.
585 (gdb-init-1): Use it to test if non-stop mode is supported.
586 Remove unused gdbmi buffer type.
587
588 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
589
590 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
591 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
592
593 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
594
595 * comint.el (comint-exec-1): Check command is non-null first.
596 Part of gdb-mi.el change (2009-08-28).
597
598 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
601
602 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
603
604 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
605 instead of `dolist' to avoid a recursive require when bootstrapping.
606
607 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
610
611 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
612
613 * net/imap.el (imap-send-command): Simplify.
614 (imap-wait-for-tag): point-max -> buffer-size.
615
616 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
617
618 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
619 with constant argument.
620
621 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
622
623 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
624
625 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
626 Change default, since most of our files don't have a history.
627 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
628 the user.
629
630 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
631 Add comint-run.
632
633 * calc/calc.el: Improve commenting convention.
634 (calc-digit-map, toplevel): Simplify.
635
636 * comint.el (comint-insert-input): Be careful to only set point if we
637 don't delegate to some other command.
638
639 * proced.el (proced-signal-list): Make it an alist.
640 (proced-grammar-alist): Capitalize names.
641 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
642 Disable undo manually and make it read-only.
643 Use completion-annotate-function.
644
645 * minibuffer.el (minibuffer-message): If the current buffer is not
646 a minibuffer, insert the message in the echo area rather than at the
647 end of the buffer.
648 (completion-annotate-function): New variable.
649 (minibuffer-completion-help): Use it.
650 (completion--embedded-envvar-table): Environment vars are
651 always case-sensitive.
652
653 2009-08-30 Glenn Morris <rgm@gnu.org>
654
655 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
656 from fortran-current-defun.
657 (fortran-beginning-of-subprogram): Be more precise about finding the
658 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
659 (fortran-end-of-subprogram): Simplify.
660 (fortran-current-defun): Use fortran-start-prog-re.
661
662 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
663
664 * subr.el (do-after-load-evaluation): Simplify.
665
666 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
667
668 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
669
670 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
671 (vc-rcs-print-log): Use it.
672
673 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
674
675 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * paths.el (abbrev-file-name): Move to abbrev.el.
678 * abbrev.el (abbrev-file-name): Move from paths.el.
679 Obey user-emacs-directory.
680 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
681 user-emacs-directory.
682 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
683 abbrev-file-name and calc-settings-file any more.
684 * startup.el (command-line): Recompute abbrev-file-name and
685 abbreviated-home-dir.
686 (normal-no-mouse-startup-screen): Improve the generic code and get rid
687 of the special code for when C-h bindings haven't been changed.
688 (display-startup-echo-area-message): Use with-current-buffer.
689 (command-line-1): Use a list of strings, rather than a list of lists
690 of strings for longopts.
691
692 * files.el (get-free-disk-space): Use / for default-directory.
693
694 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
695 Use with-current-buffer.
696
697 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
698 Recognize immutable variables like most-positive-fixnum.
699 (byte-compile-setq-default): Check and warn if trying to assign
700 to an immutable variable, or a non-variable.
701
702 * progmodes/cc-vars.el (c-comment-continuation-stars):
703 * progmodes/cc-engine.el (c-looking-at-bos):
704 * progmodes/cc-cmds.el (c-toggle-auto-state)
705 (c-forward-into-nomenclature, c-backward-into-nomenclature)
706 (c-comment-line-break-function): Add version of obsolescence.
707
708 2009-08-28 Juri Linkov <juri@jurta.org>
709
710 * files.el (magic-fallback-mode-alist): Add ZIP magic number
711 associated with `archive-mode'.
712
713 * image.el (image-type-header-regexps): Use only JPEG magic number
714 to determine JPEG images, and don't use `image-jpeg-p' because
715 Emacs can display non-JFIF non-Exif JPEG images.
716
717 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
718
719 * arc-mode.el (archive-mode):
720 * emacs-lisp/re-builder.el (re-builder-unload-function):
721 Protect against the default value of `major-mode' being nil.
722
723 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
724
725 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
726 Fix typos in docstrings.
727
728 * progmodes/js.el (js--macro-decl-re): Doc fix.
729 (js--plain-method-re, js--split-name): Refloc docstring.
730 (js--class-styles, js--make-merged-item, js--splice-into-items):
731 Fix typos in docstrings; reflow docstrings.
732 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
733 (js--variable-decl-matcher, js--inside-pitem-p)
734 (js--parse-state-at-point, js--get-all-known-symbols)
735 (js--symbol-history, js-find-symbol, js--js-references)
736 (js--moz-interactor, js--js-encode-value, js--read-tab):
737 Fix typos in docstrings.
738
739 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * textmodes/reftex.el (reftex-get-file-buffer-force):
742 * progmodes/verilog-mode.el (verilog-batch-execute-func):
743 * emulation/viper.el (viper-go-away, viper-set-hooks):
744 * emacs-lisp/re-builder.el (re-builder-unload-function):
745 * emacs-lisp/bytecomp.el (byte-compile-file):
746 * ses.el (ses-unload-function):
747 * hexl.el (hexl-find-file):
748 * files.el (normal-mode):
749 * ehelp.el (with-electric-help):
750 * autoinsert.el (auto-insert-alist):
751 * arc-mode.el (archive-mode):
752 Use (default-value 'major-mode) instead of default-major-mode.
753
754 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
755 * international/mule.el (load-with-code-conversion):
756 * emacs-lisp/debug.el (debug):
757 * ediff-vers.el (ediff-rcs-get-output-buffer):
758 * dired.el (dired-internal-noselect): Don't let-bind
759 default-major-mode around code that doesn't use it.
760 E.g. buffer creation via get-buffer-create doesn't use it.
761
762 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
763
764 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
765 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
766 when writing the temp file. Otherwise, epa-file gets confused.
767 (tramp-register-file-name-handlers): Make it a defun. Move also
768 `epa-file-handler' to the front of `file-name-handler-alist'.
769
770 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
773 start right after a ^M.
774 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
775 (tramp-completion-file-name-regexp-separate)
776 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
777 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
778 Don't modify last-coding-system-used by accident.
779 (tramp-completion-file-name-handler): Apply the checks here,
780 instead during registration.
781 (tramp-register-file-name-handlers) Renamed from
782 `tramp-register-file-name-handler'. Register both
783 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
784 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
785
786 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
787
788 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
789 Remove variable ...
790 (gdb-init-1, gdb-display-separate-io-buffer)
791 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
792 references to it.
793 (gdb-inferior-io-mode): Use make-comint-in-buffer.
794 (gdb-inferior-filter): Use comint-output-filter to stop
795 echoing and remove ^M characters.
796
797 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * emulation/viper-init.el (viper-restore-cursor-type):
800 * emulation/cua-base.el (cua--update-indications):
801 Replace default-cursor-type with (default-value 'cursor-type).
802
803 * mail/sendmail.el (mail-recover-1):
804 * international/mule-diag.el (describe-current-coding-system-briefly)
805 (describe-current-coding-system):
806 * international/mule-cmds.el (select-safe-coding-system)
807 (select-message-coding-system)
808 (set-language-environment-coding-systems, set-locale-environment):
809 * hexl.el (hexl-insert-multibyte-char):
810 * dos-w32.el (find-buffer-file-type-coding-system):
811 * simple.el (what-cursor-position):
812 Replace uses of default-buffer-file-coding-system
813 with (default-value 'buffer-file-coding-system).
814
815 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
816 Replace uses of default-cursor-in-non-selected-windows
817 with (default-value 'cursor-in-non-selected-windows).
818 Use with-current-buffer.
819
820 * mail/feedmail.el: Use CL macros.
821 (feedmail-run-the-queue, feedmail-send-it-immediately):
822 * dos-w32.el (find-buffer-file-type): Replace uses of
823 default-buffer-file-type with (default-value 'buffer-file-type).
824
825 2009-08-28 Glenn Morris <rgm@gnu.org>
826
827 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
828 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
829 Use default-value of major-mode rather than default-major-mode.
830
831 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * Makefile.in (update-elcfiles): Report left over elc files.
834
835 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
836 expand-file-name and with-current-buffer.
837 (mail-get-names, mail-directory): Use with-current-buffer.
838
839 * vc.el (vc-read-revision): New function.
840 (vc-version-diff, vc-merge): Use it.
841
842 2009-08-27 Sam Steingold <sds@gnu.org>
843
844 * simple.el (kill-do-not-save-duplicates): New user option.
845 (kill-new): When it is non-nil, and the new string is the same as
846 the latest kill, set replace to t to avoid duplicates in kill-ring.
847
848 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
849
850 * net/tramp.el (tramp-handle-process-file): Do not flush all
851 caches when `process-file-side-effects' is set.
852 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
853 instead of `tramp-find-file-exists-command'.
854 Unset `process-file-side-effects'.
855
856 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
857
858 * net/tramp.el (tramp-methods): New method "rsyncc".
859 (top): Add completion function for "rsyncc".
860 (tramp-message-show-message): New defvar.
861 (tramp-message, tramp-error): Use it.
862 (tramp-do-copy-or-rename-file-directly): Extend check for direct
863 remote copying.
864 (tramp-do-copy-or-rename-file-out-of-band): Handle new
865 `tramp-methods' entry `copy-env' of "rsyncc".
866 (tramp-vc-registered-read-file-names): New defconst.
867 (tramp-vc-registered-file-names): New defvar.
868 (tramp-handle-vc-registered): Implement optimization strategy.
869 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
870 (tramp-vc-file-name-handler): New defun.
871 (tramp-get-ls-command, tramp-get-test-command)
872 (tramp-get-file-exists-command, tramp-get-remote-ln)
873 (tramp-get-remote-perl, tramp-get-remote-stat)
874 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
875
876 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
877 (tramp-cache-inhibit-cache): Extend doc string. It allows also
878 timestamps.
879 (tramp-get-file-property): Check for timestamps in
880 `tramp-cache-inhibit-cache'.
881 (tramp-set-file-property): Write timestamp.
882
883 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
884
885 * language/japan-util.el (japanese-symbol-table): Add entries for
886 cp932-2-byte.
887
888 * international/characters.el: Add category `j' to cp932-2-byte.
889
890 2009-08-27 Kenichi Handa <handa@m17n.org>
891
892 * international/fontset.el (build-default-fontset-data): New macro.
893 (setup-default-fontset): Use build-default-fontset-data for CJK,
894 tibetan, ethiopic, and ipa.
895
896 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * cus-start.el (default-major-mode): Customize `major-mode' instead.
899 (enable-multibyte-characters): Not customizable any more.
900
901 * subr.el (default-mode-line-format, default-header-line-format)
902 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
903 (default-direction-reversed, default-truncate-lines)
904 (default-left-margin, default-tab-width, default-case-fold-search)
905 (default-left-margin-width, default-right-margin-width)
906 (default-left-fringe-width, default-right-fringe-width)
907 (default-fringes-outside-margins, default-scroll-bar-width)
908 (default-vertical-scroll-bar, default-indicate-empty-lines)
909 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
910 (default-fringe-cursor-alist, default-scroll-up-aggressively)
911 (default-scroll-down-aggressively, default-fill-column)
912 (default-cursor-type, default-buffer-file-type)
913 (default-cursor-in-non-selected-windows)
914 (default-buffer-file-coding-system, default-major-mode)
915 (default-enable-multibyte-characters): Mark as obsolete.
916
917 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * vc-dir.el (vc-dir-update): Remove debug helper.
920
921 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
922
923 2009-08-26 Sam Steingold <sds@gnu.org>
924
925 * simple.el (save-interprogram-paste-before-kill): New user option.
926 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
927 save the interprogram-paste into kill-ring before overriding it
928 with the Emacs kill.
929
930 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
931
932 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
933 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
934 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
935 and move to vc-rcs.el.
936 (vc-default-next-revision): Rename to vc-rcs-next-revision and
937 move to vc-rcs.el.
938 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
939 (vc-rcs-update-changelog): Remove.
940 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
941 and move to vc-rcs.el.
942
943 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
944 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
945 renaming.
946 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
947 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
948 vc.el, renamed to be RCS specific.
949
950 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
951 New functions.
952 (vc-cvs-update-changelog): Move here from vc.el.
953
954 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
955 New functions.
956
957 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
960
961 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
962
963 * vc-git.el (vc-git-register): Use "git add" for directories.
964 (vc-git-stash, vc-git-stash-show): New functions.
965 (vc-git-extra-menu-map): Bind them.
966
967 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
968 directory correctly in case the item is a directory itself.
969
970 * vc.el: Document the desired behavior for reverted files in the
971 `added' state.
972 (vc-default-prettify-state-info): Remove function, unused.
973
974 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
975
976 2009-08-26 Glenn Morris <rgm@gnu.org>
977
978 * bindings.el (standard-mode-line-format): Reposition dashes in
979 which-func entry. (Bug#4217)
980
981 * files.el (enable-local-variables, enable-local-eval)
982 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
983 the defcustoms.
984 (auto-mode-alist, ignored-local-variables)
985 (save-some-buffers-action-alist): Move risky declarations to the
986 definitions.
987 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
988 (font-lock-defaults, format-alist, imenu--index-alist)
989 (imenu-generic-expression, input-method-alist, minor-mode-alist)
990 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
991 (mode-line-modified, mode-line-mule-info, mode-line-position)
992 (mode-line-process, mode-line-remote, outline-level)
993 (parse-time-rules, rmail-output-file-alist)
994 (special-display-buffer-names, vc-mode):
995 Move risky declarations to the relevant files.
996 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
997 (mode-line-modified, mode-line-process, mode-line-position)
998 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
999 * font-core.el (font-lock-defaults):
1000 * format.el (format-alist):
1001 * vc-hooks.el (vc-mode):
1002 * window.el (special-display-buffer-names):
1003 * international/mule-cmds.el (input-method-alist):
1004 Define riskiness here (dumped file) rather than in files.el.
1005 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
1006 * imenu.el (imenu-generic-expression, imenu--index-alist):
1007 * outline.el (outline-level):
1008 * time.el (display-time-string):
1009 * calendar/parse-time.el (parse-time-rules):
1010 * mail/rmailout.el (rmail-output-file-alist):
1011 Autoload riskiness here, rather than placing in files.el.
1012
1013 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
1014
1015 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
1016
1017 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * simple.el (process-file-side-effects): New defvar.
1020
1021 * dired-aux.el (dired-show-file-type):
1022 * vc.el (vc-diff-internal):
1023 * vc-arch.el (vc-arch-diff):
1024 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1025 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1026 * vc-git.el (vc-git-registered, vc-git-working-revision)
1027 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1028 (vc-git--empty-db-p):
1029 * vc-hooks.el (vc-user-login-name):
1030 * vc-svn.el (vc-svn-registered, vc-svn-state)
1031 (vc-svn-dir-extra-headers, vc-svn-find-revision):
1032 * progmodes/grep.el (grep-probe): Let-bind
1033 `process-file-side-effects' with nil.
1034
1035 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1036
1037 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1038 daemon. Replace ping by checking for running service for bluez
1039 and zeroconf. (Bug#4239)
1040
1041 2009-08-25 Kevin Ryde <user42@zip.com.au>
1042
1043 * net/dig.el (dig): Add autoload cookie.
1044
1045 2009-08-25 Glenn Morris <rgm@gnu.org>
1046
1047 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1048 load-history for absolute file-names.
1049 (byte-compile-file-form-require): Warn about use of the cl package.
1050
1051 * format.el (format-alist): Doc fix.
1052
1053 * play/bubbles.el (top-level): Don't require cl at run-time.
1054
1055 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1056 run-time cl).
1057
1058 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
1059
1060 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
1061 from cl package.
1062 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
1063
1064 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
1065
1066 * calc/calc-alg.el (math-trig-rewrite)
1067 (math-hyperbolic-trig-rewrite): New functions.
1068 (calc-simplify): Simplify trig functions when asked.
1069
1070 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * diff-mode.el (diff-find-source-location): Avoid goto-line.
1073
1074 2009-08-24 Kenichi Handa <handa@m17n.org>
1075
1076 * language/ind-util.el (mapthread): Delete it.
1077 (combinatorial): New function.
1078 (indian--puthash-cv): Use combinatorial instead of mapthread.
1079
1080 2009-08-22 Kevin Ryde <user42@zip.com.au>
1081
1082 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
1083 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
1084 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
1085 Clarify docstring that the value is strings not symbols.
1086 (checkdoc-list-of-strings-p): New function.
1087
1088 2009-08-22 Glenn Morris <rgm@gnu.org>
1089
1090 * files.el (auto-mode-alist):
1091 * hippie-exp.el (he-concat-directory-file-name):
1092 * lpr.el (lpr-windows-system, printer-name):
1093 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
1094 * ps-print.el (ps-windows-system):
1095 * startup.el (command-line):
1096 * emulation/viper-ex.el (viper-glob-function):
1097 * international/mule-cmds.el (set-language-environment-coding-systems):
1098 * net/ange-ftp.el (ange-ftp-write-region):
1099 * obsolete/fast-lock.el (fast-lock-cache-name):
1100 Remove code for defunct system-types emx, macos, mswindows, next-mach,
1101 unisoft-unix, vax-vms, win32, w32.
1102
1103 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
1104 given name if the pattern is not more specific.
1105
1106 * calendar/lunar.el (lunar-phase-names): New option.
1107 (lunar-phase): Doc fix.
1108 (lunar-cycles-per-year): New constant.
1109 (lunar-index): New function.
1110 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
1111 (lunar-phase-name): Use lunar-phase-names.
1112 (calendar-lunar-phases): Use format.
1113 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
1114
1115 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
1116 Copy imenu-example--name-and-position function here for own use.
1117 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
1118
1119 * bs.el (bs--redisplay):
1120 * cus-edit.el (custom-redraw):
1121 * ibuffer.el (ibuffer-bury-buffer):
1122 * server.el (server-goto-line-column):
1123 * startup.el (command-line-1):
1124 * strokes.el (strokes-xpm-for-stroke):
1125 * term.el (term-display-buffer-line):
1126 * view.el (View-goto-line):
1127 * calc/calc.el (calc-do, calc-trail-buffer):
1128 * play/gamegrid.el (gamegrid-add-score-insecure):
1129 * progmodes/ada-mode.el (ada-compile-goto-error):
1130 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
1131 (ebrowse-select-1st-to-9nth):
1132 * progmodes/cperl-mode.el (cperl-time-fontification):
1133 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
1134 * progmodes/gud.el (gud-display-line):
1135 (idlwave-shell-display-line):
1136 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
1137 * progmodes/make-mode.el (makefile-browser-toggle):
1138 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
1139 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
1140 * textmodes/picture.el (picture-draw-rectangle):
1141 * textmodes/reftex-index.el (reftex-index-goto-letter):
1142 (reftex-select-jump-to-previous):
1143 * textmodes/reftex-sel.el (reftex-find-start-point)
1144 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
1145 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
1146 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
1147 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1148 * textmodes/two-column.el (2C-associated-buffer):
1149 Use forward-line rather than goto-line.
1150
1151 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
1152 goto-line.
1153
1154 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
1155 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
1156 (quick-check-list-to-regexp): Declare.
1157
1158 * progmodes/make-mode.el (makefile-browser-insert-selection):
1159 Use goto-char rather than goto-line.
1160
1161 * progmodes/prolog.el (compilation-error-regexp-alist)
1162 (compilation-forget-errors): Declare.
1163
1164 2009-08-22 Juri Linkov <juri@jurta.org>
1165
1166 * progmodes/grep.el (lgrep, rgrep): At the beginning
1167 set `dir' to `default-directory' unless `dir' is a non-nil
1168 readable directory. (Bug#4052)
1169 (lgrep, rgrep): Change a weird way to report an error
1170 from using `read-string' to using `error'.
1171 Instead of using interactive arguments in the function body,
1172 add new argument `confirm'.
1173
1174 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * textmodes/remember.el (remember-buffer):
1177 * progmodes/cperl-mode.el (cperl-vc-header-alist):
1178 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
1179 (icalendar-extract-ical-from-buffer):
1180 * net/newst-treeview.el (newsticker-groups-filename):
1181 * net/newst-backend.el (newsticker-cache-filename):
1182 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
1183 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
1184 (speedbar-add-ignored-path-regexp, speedbar-line-path)
1185 (speedbar-buffers-line-path, speedbar-path-line)
1186 (speedbar-buffers-line-path):
1187 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
1188 (epg-sign-keys):
1189 * epa.el (epa-display-verify-result):
1190 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
1191
1192 2009-08-21 Glenn Morris <rgm@gnu.org>
1193
1194 * progmodes/js.el (inferior-moz-process): Fix declaration.
1195
1196 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
1197
1198 * obsolete/rnewspost.el (news-mail-reply):
1199 Use goto-char rather than goto-line.
1200
1201 * term/ns-win.el (ns-open-file-select-line):
1202 Use line-beginning-position rather than goto-line.
1203
1204 * apropos.el (apropos-command):
1205 * ehelp.el (electric-helpify):
1206 * printing.el (pr-show-setup):
1207 * strokes.el (strokes-help):
1208 * tutorial.el (tutorial--describe-nonstandard-key)
1209 (tutorial--detailed-help):
1210 * woman.el (woman-mini-help, woman-display-extended-fonts):
1211 * calc/calc-help.el (calc-describe-key):
1212 * emulation/edt.el (edt-electric-helpify):
1213 * international/mule-diag.el (mule-diag):
1214 * play/yow.el (apropos-zippy):
1215 * progmodes/python.el (python-describe-symbol):
1216 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
1217 * textmodes/table.el (*table--cell-describe-mode)
1218 (*table--cell-describe-bindings):
1219 Use help-print-return-message rather than the now obsolete alias.
1220
1221 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
1222 (calendar-cursor-to-visible-date):
1223 * play/5x5.el (5x5-position-cursor):
1224 * play/decipher.el (decipher):
1225 * play/gomoku.el (gomoku-goto-xy):
1226 * play/landmark.el (lm-goto-xy):
1227 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
1228 (mpuz-paint-digit):
1229 Use forward-line, not goto-line.
1230
1231 * mail/rmail.el (rmail-obsolete): Delete custom group.
1232 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
1233 (rmail-remote-password, rmail-remote-password-required):
1234 Remove unneeded :set-after and :set properties.
1235
1236 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
1237
1238 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
1239
1240 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
1241
1242 * loadup.el: Remove leftover macos code.
1243
1244 * vc-git.el (vc-git-annotate-command): Run asynchronously.
1245 Explicitly pass the date format to git blame so that user local
1246 so that the output format can be parsed.
1247
1248 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/dbus.el (top): Don't check for (getenv
1251 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
1252
1253 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
1254
1255 * log-edit.el (log-edit-strip-single-file-name): New var.
1256 (log-edit-insert-changelog): Use it. Bug#3571
1257
1258 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * subr.el (read-passwd): Use read-key so keypad keys work as well.
1261 Bug#3287
1262
1263 * help.el (help-print-return-message): Rename from
1264 print-help-return-message.
1265
1266 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
1267 cvs-mode-map parent hack.
1268 (log-view-mode): Derive from special-mode.
1269
1270 * linum.el (linum-mode): window-size-change-functions is redundant.
1271 Adapt to new window-configuration-change-hook behavior.
1272 (linum-after-size, linum-after-config): Remove.
1273
1274 * imenu.el (imenu-example--name-and-position)
1275 (imenu-example--lisp-extract-index-name)
1276 (imenu-example--create-lisp-index, imenu-example--create-c-index):
1277 Mark as obsolete.
1278
1279 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
1280 (inferior-prolog-mode): Use it.
1281 (inferior-prolog-load-file): Reset list of errors.
1282
1283 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
1284
1285 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
1286
1287 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
1288
1289 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
1290
1291 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1292 is running already.
1293
1294 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * subr.el (listify-key-sequence-1): Use normal syntax since those
1297 integers are nowadays always represented by the same (positive) number
1298 on all platforms.
1299 (read-key-empty-map): New const.
1300 (read-key-delay): New var.
1301 (read-key): New function.
1302 (force-mode-line-update): Use with-current-buffer.
1303 (locate-user-emacs-file): Don't forget to abbreviate the file name.
1304 (start-process-shell-command, start-file-process-shell-command):
1305 Discourage the use of command-args.
1306
1307 2009-08-19 Glenn Morris <rgm@gnu.org>
1308
1309 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1310
1311 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * simple.el (choose-completion-string): Don't rely on
1314 minibuffer-completing-file-name and ad-hoc checks to decide whether
1315 to continue completion or not.
1316
1317 * minibuffer.el (minibuffer-hide-completions): New function.
1318 (completion--do-completion): Use it.
1319 (completions-annotations): New face.
1320 (completion--insert-strings): Use it.
1321 (completion-pcm--delim-wild-regex): Add docstring.
1322 (completion-pcm--string->pattern): Add support for 0-width delimiters
1323 in completion-pcm--delim-wild-regex.
1324
1325 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1328 Remove unused var `buffer-modified-p'.
1329
1330 * minibuffer.el (completion--do-completion): Move point for the #b001
1331 case as well (bug#4176).
1332 (minibuffer-complete, minibuffer-complete-word): Don't move point.
1333
1334 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
1335
1336 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
1337 and :session buses.
1338
1339 2009-08-18 Kenichi Handa <handa@m17n.org>
1340
1341 * international/ucs-normalize.el (ucs-normalize-version):
1342 Change to 1.1.
1343 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1344 (utf-8-hfs): Make it perform normalization on encoding too.
1345
1346 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
1347 (sentence-end-without-space): Delete duplicated chars.
1348 (sentence-end-base): Likewise.
1349
1350 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
1351 (html-mode): Delete duplicated chars from sentence-end-base.
1352
1353 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
1354 (texinfo-mode): Delete duplicated chars from sentence-end-base.
1355
1356 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * files.el (hack-one-local-variable): If the mode function is for
1359 a minor mode, pass it an argument (Bug#4148).
1360
1361 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * net/tramp.el (tramp-register-completion-file-name-handler):
1364 Check also for (member 'partial-completion completion-styles).
1365
1366 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1369 abbrev (Bug#3943).
1370
1371 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
1372
1373 * progmodes/cperl-mode.el: Merge upstream 6.2.
1374 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1375 (cperl-forward-re): Check cperl-brace-recursing.
1376 (cperl-highlight-charclass): New function.
1377 (cperl-find-pods-heres): Use it.
1378 (cperl-fill-paragraph): Synch to save-excursion placement used
1379 upstream.
1380 (cperl-beautify-regexp-piece): Fix column calculation.
1381 (cperl-make-regexp-x): Handle case where point is between "q" and
1382 "rs".
1383 (cperl-beautify-level): Don't process entire regexp.
1384 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1385 calling man.
1386 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1387 (cperl-init-faces): Build a list in the normal way.
1388
1389 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * calendar/parse-time.el (parse-time-string-chars): Save match
1392 data.
1393
1394 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1397 (sql-product): Use it.
1398 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1399 (sql-set-product): Add completion.
1400 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1401 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1402 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1403 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1404 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1405 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1406 (sql-highlight-db2-keywords): Remove.
1407 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1408 (sql-highlight-product): Use derived-mode-p.
1409 (sql-set-sqli-buffer): Use with-current-buffer.
1410 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
1411 Simplify.
1412
1413 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
1414
1415 * term.el: Fix commenting convention, turn comments into docstrings.
1416
1417 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1418
1419 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
1420
1421 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
1422
1423 * calendar/parse-time.el (parse-time-string-chars): Compute using
1424 character classes, to handle non-ascii characters (Bug#3190).
1425
1426 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
1429 another heredoc if the user adds another < (Bug#3226).
1430
1431 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1432 Don't initialize based on window-system (Bug#4124).
1433
1434 * facemenu.el (facemenu-read-color): Use a completion function
1435 that accepts any defined color, such as RGB triplets (Bug#3677).
1436
1437 * files.el (get-free-disk-space): Change fallback default
1438 directory to /. Expand DIR argument before switching to fallback.
1439 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
1440
1441 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * files.el (load-library): Doc fix.
1444
1445 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
1446
1447 * viper-cmd.el (viper-insert-isearch-string): New function.
1448 (viper-if-string): Redefine C-s in the minibuffer to insert the last
1449 incremental search string.
1450
1451 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
1452 XEmacs.
1453
1454 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
1455 (ediff-merge-region-is-non-clash)
1456 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
1457 Also check if the job is really a merge job.
1458
1459 * ediff.el (ediff-current-file): New function.
1460
1461 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * progmodes/js.el: Edit docstrings throughout to follow Emacs
1464 conventions.
1465 (js-insert-and-indent): Delete function.
1466 (js-mode-map): Don't bind keys to js-insert-and-indent.
1467 (js-beginning-of-defun): Rename from js--beginning-of-defun.
1468 (js-end-of-defun): Rename from js--end-of-defun.
1469 (js-auto-indent-flag): Delete variable.
1470
1471 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * progmodes/js.el: Remove proclaim statement.
1474 Defvar which-func-imenu-joiner-function to silence compiler.
1475
1476 * files.el (auto-mode-alist): Use js-mode for .js files.
1477
1478 * progmodes/js2-mode.el: Remove file.
1479
1480 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
1481
1482 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
1483
1484 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
1485
1486 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
1487 Karl Landstrom <karl.landstrom@brgeight.se>
1488
1489 * progmodes/js.el: New file.
1490
1491 2009-08-14 Mark A. Hershberger <mah@everybody.org>
1492
1493 * timezone.el (timezone-parse-date): Add ability to understand ISO
1494 basic format (minimal separators) dates in addition to the
1495 already-supported extended format dates.
1496
1497 2009-08-14 Eli Zaretskii <eliz@gnu.org>
1498
1499 * international/ucs-normalize.el: Add a `coding' file variable.
1500
1501 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
1502
1503 2009-08-14 Sam Steingold <sds@gnu.org>
1504
1505 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1506
1507 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * faces.el (help-argument-name): Define it here instead of
1510 help-fns.el, because in daemon mode help-fns.el may be loaded when
1511 faces are still uninitialized (Bug#1078).
1512
1513 * help-fns.el (help-argument-name): Move defface to faces.el.
1514
1515 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
1516
1517 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
1518 create buffer with a pty but no process so that GDB can make the
1519 inferior the controlling process.
1520
1521 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
1522
1523 * international/ucs-normalize.el: New file.
1524
1525 2009-08-13 Richard Stallman <rms@gnu.org>
1526
1527 * mail/rmail.el (rmail-get-attr-names):
1528 Accept an attribute header that is too short.
1529
1530 * mail/rmail.el (rmail-forget-messages):
1531 Ignore nil elt in rmail-message-vector. Use dotimes.
1532
1533 * progmodes/compile.el (compilation-goto-locus):
1534 Use next-error-move-function.
1535
1536 * simple.el (next-error-move-function): New variable.
1537
1538 2009-08-12 Juri Linkov <juri@jurta.org>
1539
1540 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
1541 always non-nil. (Bug#4052)
1542
1543 * replace.el (read-regexp): Return empty string when
1544 `default-value' is nil.
1545 (keep-lines-read-args): Don't use empty string as the
1546 default value for `read-regexp'. (Bug#2495)
1547
1548 2009-08-12 Juri Linkov <juri@jurta.org>
1549
1550 * international/mule-cmds.el (ucs-insert): Change arguments
1551 from `arg' to `character', `count', `inherit' to be the same
1552 as in `insert-char'. Doc fix. (Bug#4039)
1553
1554 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
1555
1556 2009-08-12 Juri Linkov <juri@jurta.org>
1557
1558 * files-x.el: New file.
1559
1560 * files.el: Move code that deals with adding/deleting
1561 file/directory-local variables to files-x.el.
1562
1563 * Makefile.in (ELCFILES): Add files-x.elc.
1564
1565 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
1566
1567 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1568 to use `goto-line'.
1569 (gdb-place-breakpoints, gdb-get-location): Rewritten without
1570 `goto-line'.
1571 (gdb-invalidate-disassembly): Do not refresh upon receiving
1572 'update signal. Instead, update all disassembly buffers only after
1573 threads list.
1574 (gdb): Send -target-detach when buffer is killed (#3794).
1575 (gdb-starting): Moved -data-list-register-names...
1576 (gdb-stopped): ...here so it's sent when first thread stops.
1577 (gdb-registers-handler-custom): Do nothing if register names are
1578 unknown yet.
1579
1580 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1581 from `gdb-mi.el' to avoid extra tangling.
1582
1583 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
1584 change which breaks `gud-def' definitions used in `gdb'.
1585 (gdb-update-gud-running): No extra fuss for updating frame number.
1586
1587 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
1590 (describe-language-environment-map, setup-language-environment-map)
1591 (set-coding-system-map): Move initialization into declaration.
1592 (set-language-info-alist): Last arg to define-key-after can be skipped.
1593
1594 * international/quail.el (quail-completion-1): Simplify.
1595 (quail-define-rules): Use slightly more compact code.
1596 (quail-insert-decode-map): Propertize keys, compact columns.
1597
1598 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1599 Add goto-line.
1600
1601 2009-08-10 Miles Bader <miles@gnu.org>
1602
1603 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
1604 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
1605 (js2-instance-member, js2-private-member, js2-private-function-call)
1606 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
1607 (js2-magic-paren, js2-external-variable):
1608 Remove "-face" suffix from face names.
1609 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
1610 (js2-highlight-undeclared-vars, js2-peek-token)
1611 (js2-parse-function-params, js2-mode-show-errors)
1612 (js2-mode-show-warnings, js2-make-magic-delimiter)
1613 (js2-mode-highlight-magic-parens): Update to use new face names.
1614
1615 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
1616
1617 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1618 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
1619
1620 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * subr.el: Provide hashtable-print-readable.
1623
1624 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1625 hs-c-like-adjust-block-beginning.
1626 (hs-hide-block-at-point): Stop hiding at the beginning of
1627 hs-block-end-regexp (Bug#700).
1628
1629 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
1630
1631 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1632 a macro.
1633 (gdb-registers-handler-custom): Do not fail when register names
1634 are unavailable.
1635
1636 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1637
1638 * progmodes/gdb-mi.el (gdb-control-all-threads)
1639 (gdb-control-current-thread): Interactive setters for
1640 `gdb-gud-control-all-threads' to use in menu.
1641 (gdb-show-run-p): Show «Go» when process is not active.
1642 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
1643 gud/thread.xpm and gud/all.xpm.
1644
1645 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
1646
1647 * net/net-utils.el (net-utils-font-lock-keywords): New var.
1648 (nslookup-font-lock-keywords): Make it a variable.
1649 (net-utils-mode): New mode for viewing diagnostic network output.
1650 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1651 (net-utils-run-simple): New function.
1652 (ifconfig, iwconfig, netstat, arp, route): Use it.
1653
1654 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
1655
1656 * progmodes/gdb-mi.el (gdb-read-memory-custom)
1657 (gdb-memory-set-address, def-gdb-set-positive-number)
1658 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1659 after changing settings.
1660 (gdb-invalidate-disassembly): Update when first shown.
1661 (gdb-edit-locals-value): Fixed.
1662 (gdb-registers-handler-custom): Print registers in right order and
1663 allow changing register values (only for current thread yet).
1664 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1665 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1666 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1667 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1668 info in mode name.
1669 (gdb-registers-mode-map): TAB to switch to locals.
1670
1671 2009-08-08 Eli Zaretskii <eliz@gnu.org>
1672
1673 * mail/rmail.el (rmail-add-mbox-headers)
1674 (rmail-set-message-counters-counter): Search for
1675 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
1676
1677 2009-08-08 Glenn Morris <rgm@gnu.org>
1678
1679 * Makefile.in (ELCFILES): Update.
1680
1681 2009-08-07 Eli Zaretskii <eliz@gnu.org>
1682
1683 * mail/sendmail.el (mail-yank-original): Set
1684 buffer-file-coding-system from the one used by the message whose
1685 text is yanked.
1686
1687 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1688 to "windows" when "pgnuplot" is used.
1689 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1690 call accept-process-output if "pgnuplot" is used.
1691 (calc-graph-init): Don't send -display and -geometry to
1692 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
1693 running "pgnuplot -V" with shell-command-to-string.
1694
1695 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1696 the default.
1697
1698 2009-08-07 Eli Zaretskii <eliz@gnu.org>
1699
1700 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
1701 org/org-latex.elc.
1702
1703 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1704
1705 * vc-dispatcher.el (vc-resynch-window): Update comment.
1706
1707 * term.el (term-handle-ansi-escape): Add comments with the
1708 terminfo capabilities implemented.
1709
1710 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
1711
1712 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1713 (gdb-var-create-handler): Rewritten using JSON parser.
1714 (gdb-propertize-header): Moved earlier.
1715 (gdb-set-header): Removed to avoid duplication.
1716 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1717 Refresh disassembly buffers only after threads list have been
1718 update.
1719 (gdb-threads-header, gdb-registers-header): Per-buffer header line
1720 variables.
1721
1722 2009-08-04 Juri Linkov <juri@jurta.org>
1723
1724 * files.el: Commands to add/delete file/directory-local variables.
1725 (read-file-local-variable, read-file-local-variable-value)
1726 (read-file-local-variable-mode, modify-file-local-variable)
1727 (modify-file-local-variable-prop-line)
1728 (modify-dir-local-variable): New functions.
1729 (add-file-local-variable, delete-file-local-variable)
1730 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1731 (add-dir-local-variable, delete-dir-local-variable)
1732 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1733 (copy-dir-locals-to-file-locals-prop-line): New commands.
1734
1735 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * abbrev.el (insert-abbrev-table-description): Prettify output.
1738 Suggested by Karl Chen.
1739
1740 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
1741
1742 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
1743 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
1744 (gdb-overlay-arrow-position, gdb-thread-position)
1745 (gdb-disassembly-position): Declare variables.
1746 (gdb-wait-for-pending): Function now.
1747 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1748 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1749 compilation goes smoothly.
1750 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1751 (gdb-non-stop-setting): New customization setting which replaces
1752 `gdb-non-stop' so changing it doesn't break active GDB session.
1753 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1754 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1755 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1756 (gdb-show-threads-by-default): New customization options.
1757 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1758 routines.
1759 (gdb-get-buffer-create): Send buffers update signal when they are
1760 created.
1761 (gdb-invalidate-locals, gdb-invalidate-registers)
1762 (gdb-invalidate-breakpoints)
1763 (gdb-invalidate-threads, gdb-invalidate-disassembly)
1764 (gdb-invalidate-memory): Accept update signal.
1765 (gdb-current-context-command): Use --frame option.
1766 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1767 Implement `gdb-frame-number' selection logic.
1768 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1769 whether to show GUD toolbar buttons.
1770 (gdb-thread-exited): Unselect current thread when it exits.
1771 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1772 (gdb-mark-line): Routine which sets overlay arrow or inverses
1773 video on fringeless displays.
1774 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1775 to build aligned columns of data in GDB buffers and set text
1776 properties line-by-line.
1777 (gdb-invalidate-breakpoints)
1778 (gdb-breakpoints-list-handler-custom)
1779 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1780 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1781 (gdb-registers-handler-custom): Align data columns.
1782 (gdb-locals-handler-custom): Now prints data like in variable
1783 declarations.
1784 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1785 Removed confusing buttons.
1786 (gdb-invalidate-threads): Append --frame.
1787 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1788 between breakpoints/threads buffers.
1789 (gdb-set-window-buffer): Now can ignore dedicated windows.
1790 (gdb-propertize-header): Use `gdb-set-window-buffer'.
1791 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1792 (def-gdb-thread-buffer-gud-command): Replaces
1793 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1794 for fine thread control.
1795 (gdb-preempt-existing-or-display-buffer): New function used to
1796 display bound buffers without breaking window layout.
1797 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1798 (gdb-select-frame): New version of `gdb-frames-select' which now
1799 sets `gdb-frame-number' so commands may use --frame option instead
1800 of inner debugger state.
1801 (gdb-frame-handler): Do not set `gdb-frame-number'.
1802 (gdb-threads-mode-map): Select threads with mouse.
1803
1804 * progmodes/gud.el (gdb-gud-context-call): Declare function to
1805 avoid compilation warning.
1806 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1807 `gdb-show-stop-p`.
1808
1809 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1810 Argument `key' renamed to `buffer-type'.
1811 (gdb-current-context-buffer-name): Do not add thread info to
1812 buffer name when no thread is selected.
1813 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1814 command (bug 3794).
1815 (gdb-thread-selected): Handle `=thread-selected' notification.
1816 (gdb-wait-for-pending): New macro to deal with congestion problems.
1817 (gdb-breakpoints-list-handler-custom): Don't fail on pending
1818 breakpoints.
1819 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1820 This fixes problem similar to one described in bug 3947.
1821 (gud-menu-map): More menu items.
1822 (gdb-init-1): Reset `gdb-thread-number' to nil.
1823
1824 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1825 non-stop settings.
1826
1827 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1828 (gdb-current-context-command): Do not append --thread if
1829 `gdb-thread-number' is nil.
1830 (gdb-running-threads-count, gdb-stopped-threads-count): New
1831 variables.
1832 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1833 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1834 customization options.
1835 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1836 GUD commands.
1837 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
1838 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1839 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1840 set `gdb-thread-number' and update `gud-running' properly.
1841 (gdb-running): Update threads list when new threads appear.
1842 (gdb-stopped): Support non-stop operation and new thread switching
1843 logic.
1844 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1845 (gdb-json-partial-output): New set of JSON routines.
1846 (def-gdb-auto-update-trigger): New `signal-list' optional
1847 argument.
1848 (gdb-thread-list-handler-custom): Update `gud-running',
1849 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1850 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1851 (gdb-continue-thread, gdb-step-thread): New commands for fine
1852 thread execution control.
1853 (gud-menu-map): New menu items to switch non-stop options.
1854 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
1855 (gdb-send): Mimic RET properly (bug 3794).
1856
1857 * progmodes/gdb-mi.el (gdb-rules-name-maker)
1858 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1859 gdb-buffer-rules.
1860 (def-gdb-auto-update-handler): New nopreserve optional argument.
1861 (gdb-stack-list-frames-custom): Print stack from top to bottom.
1862
1863 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1864 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1865 (gdb-parent-mode): New mode to derive other GDB modes from.
1866 (gdb-display-disassembly-for-thread)
1867 (gdb-frame-disassembly-for-thread): New commands for threads
1868 buffer.
1869
1870 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1871 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
1872 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1873 (gdb-update): We now store all GDB buffers in a list so that they
1874 can be updated by traversing a list instead of calling invalidate
1875 triggers explicitly.
1876 (def-gdb-trigger-and-handler): New macro to define trigger-handler
1877 pair for GDB buffer.
1878 (gdb-stack-buffer-name): Add thread information.
1879 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1880 handle pending triggers.
1881 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1882 (def-gdb-thread-buffer-simple-command)
1883 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1884 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1885 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1886 New commands which show buffers bound to thread.
1887 (gdb-stack-list-locals-regexp): Removed unused regexp.
1888
1889 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1890 (gdb-locals-buffer-name, gdb-registers-buffer-name)
1891 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1892 to (gud-comint-buffer) in *-buffer-name functions
1893 because (gdb-get-target-string) already does that.
1894 (gdb-locals-handler-custom, gdb-registers-handler-custom)
1895 (gdb-changed-registers-handler): Rewritten without regexps.
1896
1897 * progmodes/gdb-mi.el Basic thread selection support.
1898 (gdb-thread-number): New variable.
1899 (gdb-current-context-command): New macro which adds --thread
1900 option to command.
1901 (gdb-threads-mode-map): Select thread with SPC.
1902 (gdb-thread-list-handler-custom): Mark current thread with overlay
1903 arrow. Synchronize GDB thread and Emacs thread.
1904 (gdb-select-thread): New command which selects current thread.
1905 (gdb-invalidate-frames, gdb-invalidate-locals)
1906 (gdb-invalidate-registers): Use --thread option.
1907
1908 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * net/tramp.el (top): Make check for tramp-gvfs loading more
1911 robust. (Bug#3977)
1912 (tramp-handle-insert-file-contents): `unwind-protect' must be
1913 inside `with-parsed-tramp-file-name'.
1914
1915 * net/tramp-gvfs.el (top): Remove superfluous message when loading
1916 fails.
1917
1918 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1921 directory if CLASSPATH is not set.
1922
1923 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
1924
1925 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
1926 New defconst.
1927 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
1928
1929 2009-08-02 Kevin Ryde <user42@zip.com.au>
1930
1931 * net/newst-backend.el (newsticker--raw-url-list-defaults):
1932 Update freshmeat link. Delete newsforge.com as it seems gone.
1933
1934 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * select.el (x-set-selection): Doc fix (Bug#4021).
1937
1938 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1939
1940 * help-fns.el (describe-variable): Treat list return values from
1941 dir-locals-find-file properly (Bug#4005).
1942
1943 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
1944
1945 * net/tramp.el (tramp-debug-message): Print also microseconds.
1946
1947 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
1948
1949 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1950 or END is non-nil.
1951 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1952 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1953 format.
1954
1955 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1956 (tramp-get-file-property): Use it.
1957
1958 * autorevert.el (auto-revert-handler): Allow
1959 `auto-revert-tail-mode' for remote files.
1960
1961 2009-08-02 Jason Rumney <jasonr@gnu.org>
1962
1963 * minibuffer.el (read-file-name): Treat confirm options to
1964 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
1965
1966 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1969 (font-lock-variable-name-face, font-lock-constant-face): Darken
1970 the colors for light backgrounds.
1971
1972 2009-08-01 Eli Zaretskii <eliz@gnu.org>
1973
1974 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1975 month names. (Bug#3987)
1976
1977 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * simple.el (line-move-finish): Pass whole number to
1980 line-move-to-column.
1981 (line-move-visual): Perform hscroll to the recorded position.
1982
1983 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1984
1985 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1986
1987 2009-07-29 Alan Mackenzie <acm@muc.de>
1988
1989 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1990
1991 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1992
1993 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1994 (gdb-place-breakpoints): Use full path when setting breakpoints.
1995
1996 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1997
1998 * calc/calc.el (calc-mode-map): Add keybinding for
1999 `calc-transpose-lines'.
2000
2001 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
2002
2003 * calc/calc-misc.el (calc-transpose-lines): New function.
2004
2005 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
2008 Simplify check for out-of-band methods.
2009 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
2010 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
2011
2012 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * vc-git.el (vc-git-checkin): Fix typo.
2015
2016 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
2017
2018 * progmodes/js2-mode.el: New file.
2019
2020 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
2021
2022 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2023 (gud-menu-map): Adjust tooltip accordingly.
2024
2025 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2026
2027 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2028 (vc-bzr-log-view-mode): Adjust log-view-file-re.
2029
2030 * add-log.el (change-log-mode-map): Add a menu.
2031
2032 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
2033
2034 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2035 function returns nil.
2036 (dbus-handle-event): Handle special return value :ignore.
2037 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2038
2039 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * view.el (view-mode-enable): Don't define Helper-return-blurb if
2042 it's not needed.
2043
2044 2009-07-25 Eli Zaretskii <eliz@gnu.org>
2045
2046 Fix Bug#3888:
2047
2048 * w32-vars.el (x-select-enable-clipboard): Doc fix.
2049
2050 * term/pc-win.el (x-display-name, x-colors)
2051 (x-select-enable-clipboard, x-select-text): Doc fix.
2052
2053 * term/common-win.el (x-display-name, x-colors): Doc fix.
2054
2055 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2056 (xw-defined-colors): Doc fix.
2057
2058 * w32-fns.el (x-select-text, x-setup-function-keys)
2059 (x-get-selection, x-set-selection): Doc fix.
2060
2061 * term/x-win.el (x-select-text, x-setup-function-keys)
2062 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
2063
2064 * select.el (x-set-selection): Doc fix.
2065
2066 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
2067
2068 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
2069 instead of "IsNSSSupportAvailable". Avahi ought to work also when
2070 "IsNSSSupportAvailable" method is not available. Reported by
2071 Steve Youngs <steve@sxemacs.org>.
2072
2073 2009-07-24 Kenichi Handa <handa@m17n.org>
2074
2075 * international/characters.el: Fix setting of category ?C, ?|, ?K,
2076 and ?H. Fix setting of case for Latin Extended and Greek Extended.
2077 (build-unicode-category-table): Fix range checks.
2078
2079 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2080
2081 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
2082 the buffer we try to sync is current when calling
2083 vc-resynch-buffer.
2084
2085 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
2086 not show up to date files.
2087
2088 2009-07-24 Glenn Morris <rgm@gnu.org>
2089
2090 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
2091 Add autoload cookies. If necessary, initialize.
2092 (elint-log): Handle non-file buffers.
2093 (elint-initialize): Add optional argument to reinitialize.
2094 (elint-find-builtin-variables): Save excursion.
2095
2096 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2097
2098 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2099 for Lint.
2100
2101 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2102
2103 * vc.el (vc-print-log-internal): New function, split out from ...
2104 (vc-print-log): ... here.
2105 (vc-dir-move-to-goal-column): Declare.
2106
2107 * vc-git.el (vc-git-add-signoff): New variable.
2108 (vc-git-checkin): Use it.
2109 (vc-git-toggle-signoff): New function.
2110 (vc-git-extra-menu-map): Bind it to menu.
2111 (vc-git--run-command-string): Accept a nil FILE argument.
2112 (vc-git-stash-list): New function.
2113 (vc-git-dir-extra-headers): Use it.
2114
2115 2009-07-23 Glenn Morris <rgm@gnu.org>
2116
2117 * help-fns.el (describe-variable): Describe ignored and risky local
2118 variables in a similar way to that in which we describe safe ones.
2119
2120 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
2121 (byte-compile-output-file-form, byte-compile-output-docform)
2122 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
2123 Give some more local variables with common names a "bytecomp-" prefix,
2124 so as not to shadow things during compilation.
2125 * emacs-lisp/cl-macs.el (load-time-value)
2126 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
2127 `outbuffer' to `bytecomp-outbuffer'.
2128
2129 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
2130 since the next two variables cover them automatically now.
2131 (elint-builtin-variables, elint-autoloaded-variables): New.
2132 (elint-unknown-builtin-args): Remove all members, since they can be
2133 parsed automatically now.
2134 (elint-extra-errors): New.
2135 (elint-env-add-env, elint-env-add-macro): Use cadr.
2136 (elint-current-buffer): Use or. Change final message.
2137 (elint-get-top-forms): Use line-end-position.
2138 (elint-init-env): Use cadr. Handle autoload, declare-function,
2139 and defalias.
2140 (elint-add-required-env): Doc fix. Use or. Standardize error.
2141 (regexp-assoc): Remove unused function.
2142 (elint-top-form): Set elint-current-pos, to record the start of the
2143 top-level form, for compilation-mode.
2144 (elint-form): Trap errors in macro expansion. Use dolist.
2145 (elint-unbound-variable): Use elint-builtin-variables and
2146 elint-autoloaded-variables.
2147 (elint-get-args): Use cadr, or.
2148 (elint-check-cond-form): Use dolist, cadr.
2149 (elint-check-condition-case-form): Doc fix. Use cadr.
2150 Use elint-extra-errors.
2151 (elint-log): New function.
2152 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
2153 Distinguish errors and warnings.
2154 (elint-log-message): Use with-current-buffer. Inhibit read-only.
2155 Use a bytecomp-style format.
2156 (elint-clear-log): Preserve default-directory. Inhibit read-only.
2157 (elint-get-log-buffer): Use compilation mode. Disable undo.
2158 Don't truncate lines.
2159 (elint-initialize): Set builtin and autoloaded variable lists.
2160 Only process elint-unknown-builtin-args if non-nil.
2161 (elint-find-builtin-variables, elint-find-autoloaded-variables):
2162 New functions.
2163 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
2164
2165 2009-07-22 Kevin Ryde <user42@zip.com.au>
2166
2167 * net/newst-backend.el (newsticker--parse-atom-1.0)
2168 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2169 (newsticker--parse-rss-1.0):
2170 * progmodes/idlwave.el (idlwave-mode):
2171 * progmodes/idlw-shell.el (idlwave-shell-mode):
2172 * progmodes/vera-mode.el (vera-mode):
2173 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
2174 * progmodes/vhdl-mode.el (vhdl-mode):
2175 * textmodes/table.el (table-generate-source)
2176 (table--warn-incompatibility):
2177 Hyperlink urls in docstrings with URL `...'.
2178
2179 2009-07-22 Glenn Morris <rgm@gnu.org>
2180
2181 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
2182 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
2183 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
2184 Remove leading * from defcustom docs.
2185
2186 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
2187
2188 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
2189 defcustom doc.
2190 (list-load-path-shadows): Optionally, just return shadows as a string.
2191
2192 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
2193
2194 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * mail/rmailedit.el (rmail-edit-mode): Use
2197 auto-save-include-big-deletions.
2198
2199 * mail/rmail.el (rmail-variables): Use
2200 auto-save-include-big-deletions.
2201
2202 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
2203 changes.
2204
2205 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
2206
2207 * calc/calc.el (calc-undo-length): New variable.
2208 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
2209
2210 2009-07-21 Richard Stallman <rms@gnu.org>
2211
2212 * files.el (auto-save-mode): Handle buffer-save-size = -2
2213 for toggling mode.
2214
2215 2009-07-21 Glenn Morris <rgm@gnu.org>
2216
2217 * textmodes/ispell.el (ispell-looking-back): Update declaration.
2218
2219 * calendar/todo-mode.el (calendar-current-date): Update declaration.
2220
2221 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
2222 silence compiler. Instead...
2223 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
2224 (ps-print-ensure-fontified): Update for above function name changes.
2225
2226 * printing.el (pr-mh-get-msg-num, pr-mh-show)
2227 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
2228 silence compiler. Instead...
2229 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
2230 (mh-show-buffer): Only define for compiler.
2231 (pr-mh-current-message): Update for above function name changes.
2232
2233 * files.el (abort-if-file-too-large): Explicitly pass `filename'
2234 as an argument.
2235 (find-file-noselect, insert-file-1): Update for above change.
2236
2237 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
2238
2239 * mail/mailclient.el (mailclient-send-it): Fix message.
2240
2241 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
2242 (edebug-eval): Check cl-debug-env is bound.
2243 (print-level, print-circle): Don't redefine built-in variables.
2244
2245 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
2246 (custom-print-vectors): Remove old comments from doc.
2247
2248 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
2249 (emerge-version): Make the variable an obsolete alias for the
2250 emacs-version variable. Make the function obsolete.
2251 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
2252 Emerge options, rather than merging in into the main Options menu.
2253 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
2254 and auto advance modes. Disable edit/fast items when not relevant.
2255
2256 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2257
2258 * term/vt420.el (terminal-init-vt420): Fix typo.
2259
2260 2009-07-20 Sam Steingold <sds@gnu.org>
2261
2262 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
2263 variable (removed from compile.el on 2004-03-11).
2264
2265 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * files.el (hack-local-variables-filter): Fix last change.
2268
2269 2009-07-19 Juri Linkov <juri@jurta.org>
2270
2271 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
2272 (dir-local-variables-alist): New buffer-local variable.
2273 (hack-local-variables-filter): If variable is not dir-local,
2274 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
2275 because file-local overrides dir-local.
2276 (c-postprocess-file-styles)<declare-function>:
2277 Remove obsolete declaration.
2278 (hack-dir-local-variables): Add dir-local variable/value pair to
2279 `dir-local-variables-alist' and remove duplicates. Doc fix.
2280
2281 * help-fns.el (describe-variable): Add information about
2282 file-local and dir-local variables.
2283
2284 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * files.el (hack-local-variables-filter): Rewrite.
2287
2288 2009-07-19 Glenn Morris <rgm@gnu.org>
2289
2290 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2291 Silence compiler by only defining on XEmacs.
2292
2293 * international/mule.el (auto-coding-regexp-alist): Only match
2294 BABYL... at the start of buffer, not of lines. (Bug#3790)
2295
2296 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2297 non-calendar buffers (Bug#3862). Restore "not on a date" message.
2298 (cal-menu-context-mouse-menu): Doc fix.
2299
2300 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2301
2302 * simple.el (mail-user-agent): Doc fix. Set :version tag.
2303
2304 2009-07-18 Juri Linkov <juri@jurta.org>
2305
2306 * info.el: Virtual Info keyword finder.
2307 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2308 (Info-finder-file): New variable.
2309 (Info-finder-find-file): New function.
2310 (finder-known-keywords, finder-package-info)
2311 (find-library-name, lm-commentary): Use defvar and
2312 declare-function to silence compiler warnings.
2313 (Info-finder-find-node): New function.
2314 (info-finder): New command.
2315
2316 * subr.el (process-kill-buffer-query-function): New function.
2317 (add-hook)<kill-buffer-query-functions>: Add hook
2318 `process-kill-buffer-query-function'.
2319
2320 2009-07-18 Alan Mackenzie <acm@muc.de>
2321
2322 * progmodes/cc-mode.el (c-before-hack-hook)
2323 (c-postprocess-file-styles): Give invocation of `c-set-style'
2324 DONT-OVERRIDE parameter of t. Already set style variables will
2325 thus not be overridden by style settings given by `c-file-syle'.
2326
2327 * files.el (hack-local-variables-filter): Remove entries with
2328 duplicate keys from `file-local-variables-alist'.
2329
2330 2009-07-18 Eli Zaretskii <eliz@gnu.org>
2331
2332 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2333 x-set-selection if display-selections-p returns nil for the
2334 current frame.
2335
2336 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2339
2340 2009-07-18 Eli Zaretskii <eliz@gnu.org>
2341
2342 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2343 Accept nil in addition to a regexp.
2344 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2345 Accept nil in addition to a regexp.
2346 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2347 buffers that have an associated file. Handle nil values of
2348 desktop-buffers-not-to-save and desktop-files-not-to-save.
2349 (Bug#3833)
2350
2351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2352 (x-disown-selection-internal): New functions.
2353
2354 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
2355
2356 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2357 warning.
2358 (gdb-breakpoints-header): Move forward to avoid compiler warning.
2359 (gdb-make-header-line-mouse-map): Remove duplicate definition.
2360
2361 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
2362
2363 * simple.el (set-mark): Revert last change.
2364
2365 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
2366
2367 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2368 rendering of pngs is not possible instead of messaging a long
2369 description.
2370
2371 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
2372
2373 * w32-fns.el (x-selection-owner-p): New function.
2374
2375 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
2376 (mouse-yank-at-click, mouse-yank-primary): If
2377 select-active-regions is non-nil, deactivate the mark before
2378 insertion.
2379
2380 * simple.el (deactivate-mark, set-mark): Only save selection if we
2381 own it.
2382
2383 2009-07-17 Kenichi Handa <handa@m17n.org>
2384
2385 * case-table.el (describe-buffer-case-table): Fix for the case
2386 that KEY is a cons.
2387
2388 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2389
2390 * vc-rcs.el (vc-rcs-find-file-hook):
2391 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2392
2393 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * net/tramp.el (tramp-wait-for-output): Handle the case when
2396 commands do not return a newline but a null byte before the shell
2397 prompt. (Bug#3858)
2398
2399 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2400
2401 * term/ns-win.el (ns-set-alpha): Don't declare.
2402 (ns-set-background-alpha): Remove function.
2403
2404 2009-07-16 Kevin Ryde <user42@zip.com.au>
2405
2406 * emacs-lisp/copyright.el (copyright-update): Save match-data across
2407 y-or-n-p, for safety.
2408
2409 2009-07-16 Richard Stallman <rms@gnu.org>
2410
2411 * files.el (auto-save-mode): If buffer-saved-size is -2,
2412 don't clobber it.
2413
2414 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
2415 (rmail-retry-ignored-headers): Add more uninteresting fields.
2416
2417 2009-07-15 Jari Aalto <jari.aalto@cante.net>
2418
2419 * net/rcirc.el (rcirc): Use history variables.
2420 (rcirc-server-name-history, rcirc-nick-name-history)
2421 (rcirc-server-port-history): New variables.
2422
2423 2009-07-15 Kenichi Handa <handa@m17n.org>
2424
2425 * international/mule-cmds.el (set-language-environment-charset):
2426 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
2427 ignore them.
2428
2429 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
2430 Delete unibyte-display.
2431
2432 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
2435
2436 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * simple.el (deactivate-mark): Optional argument FORCE.
2439 (set-mark): Use deactivate-mark.
2440
2441 * info.el (Info-search): No need to check transient-mark-mode
2442 before calling deactivate-mark.
2443
2444 * select.el (x-set-selection): Doc fix.
2445 (x-valid-simple-selection-p): Allow buffer values.
2446 (xselect--selection-bounds): Handle buffer values. Suggested by
2447 David De La Harpe Golden.
2448
2449 * mouse.el (mouse-set-region, mouse-drag-track): Call
2450 copy-region-as-kill before setting the mark, to let
2451 select-active-regions work.
2452
2453 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
2454
2455 * simple.el (deactivate-mark): If select-active-regions is
2456 non-nil, copy the selection data into a string.
2457 (activate-mark): If select-active-regions is non-nil, set the
2458 selection to the current buffer.
2459 (set-mark): Update selection if select-active-regions is non-nil.
2460
2461 * select.el (x-valid-simple-selection-p): Allow buffer values.
2462
2463 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
2466 and more featureful message-mode.
2467
2468 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * select.el (x-set-selection): Doc fix.
2471 (x-valid-simple-selection-p): Disallow selection data consisting
2472 of a list or cons of integers, since that is not used.
2473 (xselect--selection-bounds, xselect--int-to-cons): New functions.
2474 (xselect-convert-to-string, xselect-convert-to-length)
2475 (xselect-convert-to-filename, xselect-convert-to-charpos)
2476 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2477
2478 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
2479
2480 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
2481 output in -break-info command (Emacs bug #3794).
2482
2483 2009-07-14 Glenn Morris <rgm@gnu.org>
2484
2485 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
2486 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
2487 (edebug-print-length, edebug-print-level, edebug-print-circle)
2488 (edebug-sit-for-seconds, edebug-view-outside)
2489 (edebug-bounce-point, edebug-set-global-break-condition)
2490 (edebug-Go-nonstop-mode, edebug-trace-mode)
2491 (edebug-Trace-fast-mode, edebug-continue-mode)
2492 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
2493 (edebug-visit-eval-list): Doc fixes.
2494
2495 * subr.el (def-edebug-spec): Doc fix.
2496
2497 2009-07-14 Kenichi Handa <handa@m17n.org>
2498
2499 * international/characters.el: Fix setting of category ?C.
2500
2501 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
2502
2503 * term/ns-win.el (x-select-font): defalias x-select-font to
2504 ns-popup-font-panel instead of generate-fontset-menu.
2505
2506 2009-07-12 Eli Zaretskii <eliz@gnu.org>
2507
2508 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
2509
2510 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
2511
2512 * arc-mode.el (archive-find-type): Allow for a PK00 string before
2513 the PK\003\004 header (Bug#3770).
2514
2515 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
2516
2517 * pcomplete.el (pcomplete-comint-setup): Check for
2518 shell-dynamic-complete-filename too.
2519
2520 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * simple.el (temporary-goal-column): Change the value for
2523 line-move-visual to a cons cell.
2524 (line-move-visual): Record or set the window hscroll, if
2525 necessary (Bug#3494).
2526 (line-move-1): Handle cons value of temporary-goal-column.
2527
2528 2009-07-11 Kenichi Handa <handa@m17n.org>
2529
2530 * international/mule-diag.el (describe-character-set): Don't show
2531 width.
2532
2533 2009-07-10 Sam Steingold <sds@gnu.org>
2534
2535 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2536 Omake sometimes indents the errors it prints, so allow all
2537 regexps to start with spaces.
2538
2539 2009-07-10 Eli Zaretskii <eliz@gnu.org>
2540
2541 * cus-edit.el (customize-changed-options-previous-release):
2542 Bump value to 22.1. (Bug#3804)
2543
2544 2009-07-08 Sam Steingold <sds@gnu.org>
2545
2546 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
2547 to be a cons cell (test . ignored-directory) to selectively ignore
2548 some directories depending on the location of the search.
2549
2550 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
2551
2552 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
2553 remote user is root, on the local host.
2554 (tramp-local-host-p): Either the local user or the remote user
2555 must be root. (Bug#3771)
2556
2557 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
2558
2559 * progmodes/gdb-mi.el (gdb): Remove description of
2560 gdb-use-separate-io-buffer.
2561 (menu): Don't allow toggling of or enable
2562 gdb-use-separate-io-buffer from menubar.
2563
2564 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
2565
2566 * mail/unrmail.el (unrmail): Make sure the message ends with two
2567 newlines (Bug#3769).
2568
2569 2009-07-08 Glenn Morris <rgm@gnu.org>
2570
2571 * calendar/calendar.el (calendar-current-date): Rework previous change.
2572
2573 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
2574
2575 * calendar/calendar.el (calendar-current-date):
2576 Add an optional argument giving an offset from today.
2577
2578 2009-07-08 Glenn Morris <rgm@gnu.org>
2579
2580 * tutorial.el (tutorial--describe-nonstandard-key):
2581 Adjust the message for when a key has been unbound.
2582 (help-with-tutorial): Hide the arch-tag.
2583
2584 2009-07-08 Kenichi Handa <handa@m17n.org>
2585
2586 * international/fontset.el (setup-default-fontset): For each
2587 script, append (not set) font-specs.
2588
2589 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
2590 docstring.
2591
2592 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
2593
2594 * progmodes/gdb-mi.el (gdb-init-1): Move sending
2595 -data-list-register-names to ...
2596 (gdb-starting): ... here because GDB 7.0 requires execution to
2597 have started when using this MI command.
2598 (gdb-set-header): New function to distinguish select and
2599 unselected tabs in gdb buffers.
2600 (gdb-propertize-header): New macro that uses gdb-set-header.
2601 (gdb-breakpoints-header, gdb-locals-header): Use it.
2602 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
2603
2604 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * Makefile.in (ELCFILES): Remove fadr.elc.
2607
2608 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
2609
2610 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
2611 may contain frame information, so `string-match' should be used.
2612 (gdb-update): Disassembly is invalidated through
2613 `gdb-get-selected-frame'.
2614 (gdb-pad-string): New function to pad string with spaces.
2615 (gdb-invalidate-disassembly): Invalidate only if the buffer
2616 exists.
2617 (gdb-disassembly-handler-custom): Column alignment.
2618 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2619 placing new ones.
2620 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2621 end of line, too.
2622 (gdb-frame-handler): Match convention to for disassembly buffer
2623 mode name.
2624 (gdb-stack-list-frames-handler): Rewritten without regexps.
2625 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2626 not highlight breakpoints without line information.
2627 (gdb-input): Add trailing newline to command.
2628
2629 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2630 buffer properly.
2631 (gdb-breakpoints-list-handler-custom): Replacement for
2632 `gdb-break-list-handler'. Using real parser instead of regexps
2633 now.
2634 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2635 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2636 to place breakpoints.
2637 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2638 functions.
2639 (gdb-disassembly-handler-custom): Show overlay arrow.
2640 (gdb-disassembly-place-breakpoints): Show breakpoints in
2641 disassembly buffer.
2642 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2643 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
2644 instead of parsing breakpoints buffer. Fixed old menu references
2645 in `gud-menu-map'.
2646
2647 * fadr.el: Remove.
2648
2649 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
2650 (gdb-memory-address): New variable which holds top address of
2651 memory page shown in memory buffer.
2652 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2653 customization variables.
2654 New functions:
2655 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2656 display the memory buffer.
2657 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2658 buffer display parameters.
2659 (def-gdb-memory-format, gdb-memory-format-binary)
2660 (gdb-memory-format-octal, gdb-memory-format-unsigned)
2661 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2662 Functions for setting memory buffer format.
2663 (gdb-memory-unit-word, gdb-memory-unit-halfword)
2664 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2665 unit size used in memory buffer.
2666 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2667 to next/previous page of memory buffer.
2668 Now using (bindat-get-field) instead of fadr functions.
2669
2670 2009-07-07 Sam Steingold <sds@gnu.org>
2671
2672 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2673 non-top-level files.
2674
2675 2009-07-07 Kenichi Handa <handa@m17n.org>
2676
2677 * international/mule-cmds.el (reset-language-environment): Put
2678 the highset priority to the charset iso-8859-1.
2679
2680 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2683 to the end of the line when locating the block (Bug#700).
2684
2685 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * net/tramp.el (tramp-handle-write-region): Flush file properties
2688 in case of short track.
2689
2690 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
2691
2692 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2693 representation of verilog error regular expressions to work with
2694 Emacs-22's new format.
2695 (verilog-error-regexp-xemacs-alist): Coded custom representation
2696 of verilog error regular expressions to work with XEmacs format.
2697 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2698 error recognition into XEmacs.
2699 (verilog-error-regexp-add-emacs): Hook routine to install verilog
2700 error recognition into Emacs-22.
2701
2702 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * woman.el: Remove stand-alone closing parentheses.
2705 (woman-file-name, woman2-format-paragraphs)
2706 (woman-leave-blank-lines): Code cleanup.
2707 (woman-use-own-frame): Change default to nil.
2708 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2709 defaults to inherit from default faces.
2710 (woman2-process-escapes): Consume the newline after a stand-alone
2711 filler character (Bug#3651).
2712
2713 2009-07-06 Glenn Morris <rgm@gnu.org>
2714
2715 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2716 (top-level): Move provide to the end.
2717 (ffap): Remove defunct URL from custom group.
2718
2719 * subr.el (eval-after-load): Doc fix.
2720
2721 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
2722
2723 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2724 `calc-embedded-word' is called twice.
2725
2726 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * files.el (find-alternate-file-other-window, find-alternate-file):
2729 Obey confirm-nonexistent-file-or-buffer.
2730
2731 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * dired-aux.el (dired-show-file-type): Handle remote files.
2734
2735 2009-07-05 Jari Aalto <jari.aalto@cante.net>
2736
2737 * desktop.el (desktop-globals-to-save):
2738 Add file-name-history (Bug#2750).
2739
2740 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
2743
2744 2009-07-04 Johan Bockgård <bojohan@gnu.org>
2745
2746 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2747 property on entire argument since this is what eshell-lisp-command
2748 expects.
2749
2750 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * net/tramp-gvfs.el (tramp-gvfs-methods)
2753 (tramp-gvfs-zeroconf-domain)
2754 (tramp-bluez-discover-devices-timeout): Add version flag.
2755 (tramp-gvfs-handler-mounted-unmounted)
2756 (tramp-gvfs-connection-mounted-p): Polish handling of
2757 incompatibilities between GVFS 0.2 and 1.0.
2758
2759 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
2760
2761 * cus-start.el (all): Add make-pointer-invisible.
2762
2763 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
2764
2765 * calc-math.el (math-use-emacs-fn): Make sure that the number is
2766 formatted correctly.
2767
2768 2009-07-02 Juri Linkov <juri@jurta.org>
2769
2770 * info.el: Virtual Info files and nodes.
2771 (Info-virtual-files, Info-virtual-nodes): New variables.
2772 (Info-current-node-virtual): New variable.
2773 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2774 New functions.
2775 (Info-file-supports-index-cookies): Use Info-virtual-file-p
2776 to check for a virtual file instead of checking a fixed list
2777 of node names.
2778 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2779 instead of ad-hoc processing of "dir" and (apropos history toc).
2780 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2781 instead of ad-hoc processing of "dir" and (apropos history toc).
2782 Reread a file when moving from a virtual node.
2783 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2784 (Info-directory-toc-nodes, Info-directory-find-file)
2785 (Info-directory-find-node): New functions.
2786 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2787 (Info-history): Move part of code to
2788 `Info-history-find-node'.
2789 (Info-history-toc-nodes, Info-history-find-file)
2790 (Info-history-find-node): New functions.
2791 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2792 (Info-toc): Move part of code to `Info-toc-find-node'.
2793 (Info-toc-find-node): New function.
2794 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
2795 the current Info file name to references because now the node
2796 "*TOC*" belongs to the same Info manual.
2797 (Info-toc-build): Rename from `Info-build-toc'.
2798 (Info-toc-nodes): Rename input argument `file' to `filename'.
2799 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2800 instead of ad-hoc processing of ("dir" apropos history toc).
2801 (Info-index-nodes): Use Info-virtual-file-p
2802 to check for a virtual file instead of checking a fixed list
2803 of node names.
2804 (Info-index-node): Add check for `Info-current-node-virtual'.
2805 Raise `save-match-data' higher up the tree to contain
2806 `search-forward' too (bug fix).
2807 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2808 (Info-virtual-index-nodes): New variable.
2809 (Info-virtual-index-find-node, Info-virtual-index): New functions.
2810 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2811 (Info-apropos-file, Info-apropos-nodes): New variables.
2812 (Info-apropos-toc-nodes, Info-apropos-find-file)
2813 (Info-apropos-find-node, Info-apropos-matches): New functions.
2814 (info-apropos): Move part of code to `Info-apropos-find-node' and
2815 `Info-apropos-matches'.
2816 (Info-mode-map): Bind "I" to `Info-virtual-index'.
2817 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2818 for a virtual file instead of checking a fixed list of node names.
2819
2820 * simple.el (async-shell-command): New command.
2821
2822 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2823
2824 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2825 instead of `mount-info'.
2826
2827 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
2828
2829 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
2830 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
2831
2832 2009-07-02 Kenichi Handa <handa@m17n.org>
2833
2834 * international/mule.el (set-keyboard-coding-system): Force *-unix
2835 coding-system to avoid eol conversion.
2836
2837 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
2838
2839 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2840 Add handler for `process-file', `shell-command' and
2841 `start-file-process'.
2842 (tramp-gvfs-handle-shell-command)
2843 (tramp-gvfs-handle-start-file-process)
2844 (tramp-gvfs-handle-process-file): New defuns.
2845 (tramp-synce-list-devices): Simplify check for existence of property.
2846
2847 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2848
2849 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2850
2851 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
2852
2853 * language/korean.el (set-language-info-alist): Add korean-cp949,
2854 cp949 to spec.
2855
2856 2009-07-01 Kenichi Handa <handa@m17n.org>
2857
2858 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2859
2860 * international/encoded-kb.el: Deleted.
2861
2862 * international/mule.el (set-keyboard-coding-system): Perform the
2863 necessary setup here instead of calling encoded-kbd-setup-display.
2864
2865 2009-07-01 Glenn Morris <rgm@gnu.org>
2866
2867 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2868
2869 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
2870
2871 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
2872
2873 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2876 Handle also the 'rename case, when setting file modes. (Bug#3712)
2877 (tramp-default-file-modes) Remove execute permissions.
2878
2879 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
2880 (top): Add a default for "synce" in `tramp-default-user-alist'.
2881 Add completion function for "synce" method.
2882 (tramp-hal-service, tramp-hal-path-manager)
2883 (tramp-hal-interface-manager, tramp-hal-interface-device):
2884 New defconst.
2885 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2886 (tramp-synce-list-devices, tramp-synce-parse-device-names):
2887 New defuns.
2888
2889 * net/trampver.el: Update release number.
2890
2891 2009-06-30 Kenichi Handa <handa@m17n.org>
2892
2893 * international/fontset.el (setup-default-fontset): Add CJK fonts
2894 for symbols and the other miscellaneous characters.
2895
2896 * language/korea-util.el (setup-korean-environment-internal):
2897 Make char-width-table suitable for Korean environments.
2898 (exit-korean-environment): Cancel above.
2899
2900 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2901 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2902 setup-funcion to make char-widht-table suitable for respective
2903 environments, and an exit-function to cancel that.
2904
2905 * language/japan-util.el (setup-japanese-environment-internal):
2906 Call use-cjk-char-width-table with arg `ja_JP'.
2907
2908 * international/characters.el (cjk-char-width-table): Delete it.
2909 (cjk-char-width-table-list): New variable.
2910 (use-cjk-char-width-table): New arg local-name.
2911 (use-default-char-width-table): Fix for the case that Emacs is
2912 already using the default char-width-table.
2913
2914 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2917 modes mandatory. (Bug#3712)
2918
2919 2009-06-29 Alan Mackenzie <acm@muc.de>
2920
2921 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
2922 correction between the visible width of TABs and their number of bytes.
2923
2924 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * server.el (server-buffer-done): Prevent kill-buffer from
2927 prompting by clearing the buffer modification flag (Bug#3696).
2928
2929 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
2930
2931 * verilog-mode.el (verilog-beg-of-statement)
2932 (verilog-endcomment-reason-re): Support unique case and priority case.
2933 (verilog-basic-complete-re): Support localparam lineup.
2934 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2935 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2936 commenting.
2937 (verilog-leap-to-case-head): Now support *nested* unique &
2938 priority case statements.
2939 (verilog-auto-lineup): Make just declarations the default (as it
2940 had been).
2941 (verilog-leap-to-case-head): Support priority/unique case statements.
2942 (verilog-auto-lineup): Rework to give users radio buttons to
2943 select the various styles of automatic lineup.
2944 (verilog-error-regexp-alist): Rework to support the XEmacs style
2945 of error regular expressions from compilers, lint tools &
2946 simulators. Note that GNU Emacs has made it impossible for a mode
2947 to load such things.
2948 (electric-verilog-terminate-line, verilog-indent-declaration)
2949 (verilog-auto-wiure): Rework for radio button selection of
2950 auto-lineup selection of specification of auto lineup.
2951 (verilog-beg-of-statement-1): Redesign to support proper operation
2952 in additional code, based on testing with auto-lineup.
2953 (verilog-calculate-indent, assignments & declarations)
2954 (verilog-backward-token): Enhance to support auto-lineup of
2955 assignments & declarations.
2956 (verilog-in-directive-p, verilog-at-struct-p): New function for
2957 easy test of whether we are.
2958 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2959 to support safe execution at almost anyline.
2960 (verilog-calc-1): Properly support indenting deep inside generate
2961 blocks.
2962 (verilog-init-font) Remove definition & use of verilog-init-font,
2963 as it is redundant with font-lock-defaults.
2964 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2965 to avoid circular calls if syntax-ppss is a function (as is the
2966 case now in 22.x GNU Emacs) as that function would sometimes call
2967 itself, leading to (nearly) infinite recursion.
2968 (verilog-ovm-begin-re, verilog-ovm-end-re)
2969 (verilog-ovm-statement-re, verilog-leap-to-head)
2970 (verilog-backward-token): Add support for OVM macros. Some are
2971 complete statements, and others open and close scopes like begin
2972 and end.
2973 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2974 (verilog-defun-level-generate-only-re): Really fix the defun-list
2975 compilation issue.
2976 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2977 coverpoint, constraint and cross statements.
2978 (verilog-defun-level-list, verilog-generate-defun-level-list)
2979 (verilog-all-defun-level-list): Redo these specifications - it is
2980 too hard to support eval-when compile aggregation of lists also
2981 built at when-compile time.
2982 (verilog-defun-level-list): Place defconsts of variables used in
2983 building regular expressions which are built in eval-when-compile
2984 bodies in the same eval-when-compile body to facilitate compile
2985 without load.
2986 (verilog-beg-block-re-ordered): Support indenting
2987 virtual/protected tasks and functions.
2988 (verilog-defun-level-list, verilog-in-generate-region-p)
2989 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2990 indentation of some module items (generate items).
2991 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2992 across virtual/protected tasks and functions.
2993
2994 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2995
2996 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2997 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
2998 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2999 in concatenations. Reported by Yishay Belkind.
3000 (verilog-auto-ascii-enum): Support one-hot state machines in
3001 AUTOASCIIENUM. Suggested by Lloyd Gomez.
3002 (verilog-auto-inst, verilog-auto-inst-port): Include interface
3003 modport in AUTOINST and add vl-modport for users. Reported by
3004 David Rogoff.
3005 (verilog-auto-inout-module, verilog-auto-inst)
3006 (verilog-decls-get-interfaces, verilog-insert-definition)
3007 (verilog-insert-one-definition, verilog-read-decls)
3008 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
3009 (verilog-sig-modport, verilog-signals-combine-bus)
3010 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
3011 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
3012 Suggested by David Rogoff.
3013 (verilog-repair-open-comma): Fix non-insertion of comma when
3014 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
3015 (verilog-make-width-expression): Simplify [A-1:0] expression
3016 widths to just {A{1'b0}}.
3017 (verilog-mode): Cleanup checkdoc warnings.
3018 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
3019 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
3020 inputs/outputs or data type. Suggested by Vasu Kandadi.
3021 (next-error-last-buffer): Fix byte-compiler warning.
3022 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3023 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3024 or shell command text during AUTO expansion. Suggested by Tad Truex.
3025 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3026 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3027 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3028 in AUTOINOUT. Reported by Matthew Lovell.
3029 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3030 causing use of <= assignments. Reported by Alex Reed.
3031 (verilog-read-decls): Fix triand, trior, wand, wor to be
3032 recognized by AUTOWIRE. Reported by Spencer Isaacson.
3033 (verilog-extended-complete-re): Support import "DPI-C" functions.
3034 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3035 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
3036 (verilog-insert-date, verilog-insert-year)
3037 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3038 Windows systems. Reported by Michael Potts.
3039 (verilog-read-module-name): Fix AUTOINST when the child module
3040 declaration's name is a tick define. Reported by Elliot Mednick.
3041 (verilog-read-decls): Fix V2K parameter bit subscripts getting
3042 passed to next parameter's definition. Reported by Bruce T.
3043 (verilog-read-decls): Fix detecting "parameter int" when using
3044 AUTOINSTPARAM. Reported by Bruce T.
3045 (verilog-goto-defun): Fix goto not finding modules unless first
3046 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
3047 (verilog-mode): Expand -f flag arguments on entry to mode so
3048 verilog-goto-defun will work. Reported by Lawrence Butcher.
3049 (verilog-getopt): Expand environment variables in -f file
3050 arguments. Suggested by Lawrence Butcher.
3051 (verilog-set-define): Fix "Symbol's value as variable is void"
3052 when reading enumerations.
3053 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3054 Suggested by Stephen Peltan.
3055 (verilog-read-defines): Fix reading of enumerations in include
3056 files. Reported by Steve Peltan.
3057
3058 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
3059
3060 * files.el (trash-directory): Fix defcustom type.
3061
3062 2009-06-28 Juri Linkov <juri@jurta.org>
3063
3064 * help-fns.el (describe-function-1): Correctly locate adviced
3065 functions in hyperlink (Bug#2438).
3066
3067 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * files.el (trash-directory): Change default to nil.
3070 (move-file-to-trash): If trash-directory is nil and
3071 system-move-file-to-trash is unbound, perform freedesktop-style
3072 trashing.
3073
3074 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
3075
3076 * files.el (move-file-to-trash): Add freedesktop trash
3077 support (Bug#973).
3078
3079 2009-06-28 Glenn Morris <rgm@gnu.org>
3080
3081 * autorevert.el (global-auto-revert-non-file-buffers)
3082 (global-auto-revert-mode): Doc fixes.
3083
3084 2009-06-27 Johan Bockgård <bojohan@gnu.org>
3085
3086 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
3087
3088 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * faces.el (x-handle-named-frame-geometry): Ensure that we have
3091 opened an X connection before calling x-get-resource (Bug#3194).
3092
3093 * play/doctor.el: Remove reference to obsolete website.
3094 (make-doctor-variables): Correct grammar mistake (Bug#2633).
3095
3096 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 Remove find-file-not-found-hook VC method. (Bug#2757)
3099 * vc-hooks.el (vc-file-not-found-hook)
3100 (vc-default-find-file-not-found-hook): Remove functions.
3101 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
3102 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
3103 * vc.el:
3104 * vc-hg.el:
3105 * vc-git.el: Do not mention find-file-not-found-hook VC method.
3106
3107 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3108
3109 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3110 compatibility function for `looking-back'.
3111
3112 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3113 Use `ispell-looking-back'.
3114
3115 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
3118 rather than `filename'.
3119
3120 2009-06-23 Miles Bader <miles@gnu.org>
3121
3122 * face-remap.el (text-scale-set): New function.
3123
3124 2009-06-23 Glenn Morris <rgm@gnu.org>
3125
3126 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3127
3128 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
3129
3130 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
3131
3132 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
3133
3134 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3135 Simplify Persian conditionals.
3136
3137 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
3138 variable `filename'.
3139
3140 * comint.el (comint-insert-input): Doc fix.
3141
3142 * Makefile.in (ELCFILES): Fix typo in previous change.
3143
3144 2009-06-23 Miles Bader <miles@gnu.org>
3145
3146 * cus-start.el: Add entry for `recenter-redisplay'.
3147
3148 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3149
3150 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
3151 Add an optional argument for the backend, use it instead of
3152 calling vc-backend.
3153 (vc-mode-line): Add an optional argument for the backend.
3154 Pass the backend to vc-state and vc-working-revision. Move code for
3155 special handling for vc-state being a buffer to ...
3156
3157 * vc-rcs.el (vc-rcs-find-file-hook):
3158 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
3159
3160 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
3161 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
3162 vc-stay-local-p and vc-mode-line calls.
3163
3164 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
3165 (vc-cvs-diff, vc-cvs-annotate-command)
3166 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
3167 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
3168 vc-mode-line calls.
3169
3170 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
3171 direct comparison.
3172 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
3173 backend when calling vc-mode-line.
3174 (vc-register): Do not create a closure for calling the vc register
3175 function, call it directly.
3176
3177 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
3178
3179 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
3180 to make it obvious item can be clicked.
3181
3182 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
3183
3184 2009-06-23 Kenichi Handa <handa@m17n.org>
3185
3186 * language/korea-util.el (korean-key-bindings): Change the binding
3187 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
3188 same command.
3189
3190 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
3191
3192 Sync with Tramp 2.1.16.
3193
3194 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
3195
3196 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
3197 when a loading of a package fails. Completion function for rsync
3198 is `tramp-completion-function-alist-ssh'.
3199 (all): Replace all calls of `split-string' and
3200 `tramp-split-string' by `tramp-compat-split-string'.
3201 (tramp-default-method): Use `tramp-compat-process-running-p'.
3202 (tramp-default-proxies-alist): Allow also Lisp forms.
3203 (tramp-remote-path): Add choice "Private Directories".
3204 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
3205 (tramp-domain-regexp): Allow also "-", "_" and ".".
3206 (tramp-end-of-output): Remove newlines, and add "$" at the end.
3207 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
3208 (tramp-debug-message): Insert header line in debug buffer.
3209 (tramp-handle-directory-files-and-attributes-with-stat):
3210 Care about filenames with spaces, or starting with "-".
3211 (tramp-handle-dired-uncache): New defun.
3212 (tramp-handle-insert-directory): Don't flush the directory from
3213 cache, this is handled by `dired-uncache' now.
3214 (tramp-handle-insert-file-contents): Improve error handling.
3215 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3216 Quote `tramp-end-of-output'.
3217 (tramp-action-password): Improve trace message.
3218 (tramp-check-for-regexp): Both echoes must be present, before removing.
3219 (tramp-open-connection-setup-interactive-shell): Trace coding system.
3220 (tramp-compute-multi-hops): Eval cons cells of
3221 `tramp-default-proxies-alist'.
3222 (tramp-maybe-open-connection): Use the same command pattern for
3223 first hop and further hops.
3224 (tramp-wait-for-output): Remove handling of newlines.
3225 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
3226 (tramp-split-string): Remove function. It is handled in
3227 tramp-compat now.
3228
3229 * net/tramp-cmds.el (tramp-bug):
3230 Recommend `tramp-cleanup-all-connections' in the bug mail.
3231
3232 * net/tramp-compat.el (tramp-compat-split-string)
3233 (tramp-compat-process-running-p): New defuns.
3234
3235 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
3236 for `dired-uncache'.
3237
3238 * net/tramp-gvfs.el: New package.
3239
3240 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3241 Add handler for `dired-uncache'.
3242 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
3243
3244 * net/trampver.el: Update release number. Make version check fit
3245 for SXEmacs 22.
3246
3247 2009-06-22 Jim Meyering <meyering@redhat.com>
3248
3249 Automatically handle .xz suffix (XZ-compressed files), too.
3250 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
3251 XZ is the successor to LZMA: <http://tukaani.org/xz/>
3252
3253 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
3254 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
3257 repository (http://sphinx.net.ru/hg/gdb-mi/).
3258
3259 2009-06-22 Glenn Morris <rgm@gnu.org>
3260
3261 * files.el (dir-locals-collect-mode-variables): Allow for any number of
3262 `mode' and `eval' entries. (Bug#3430)
3263
3264 * Makefile.in (ELCFILES): Add fadr.elc.
3265
3266 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
3267 differing behavior of \n and ^ in strings. (Bug#3385)
3268
3269 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
3270
3271 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
3272 property.
3273 (lisp-indent-function): Make it a defcustom.
3274
3275 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
3276
3277 * progmodes/gdb-ui.el: Replace with ...
3278 * progmodes/gdb-mi.el: ... this file.
3279 * progmodes/gud.el: Modify for gdb-mi.el.
3280
3281 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
3282
3283 * fadr.el: New file.
3284
3285 See ChangeLog.14 for earlier changes.
3286
3287 ;; Local Variables:
3288 ;; coding: utf-8
3289 ;; End:
3290
3291 Copyright (C) 2009 Free Software Foundation, Inc.
3292
3293 This file is part of GNU Emacs.
3294
3295 GNU Emacs is free software: you can redistribute it and/or modify
3296 it under the terms of the GNU General Public License as published by
3297 the Free Software Foundation, either version 3 of the License, or
3298 (at your option) any later version.
3299
3300 GNU Emacs is distributed in the hope that it will be useful,
3301 but WITHOUT ANY WARRANTY; without even the implied warranty of
3302 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3303 GNU General Public License for more details.
3304
3305 You should have received a copy of the GNU General Public License
3306 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
3307
3308 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1