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