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