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