* net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d5b5c94a
MA
12009-08-19 Julian Scheid <julians37@gmail.com> (tiny change)
2
3 * net/tramp.el (tramp-handle-process-file): Do not flush all
4 caches when `process-file-side-effects' is set.
5 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6 instead of `tramp-find-file-exists-command'. Unset
7 `process-file-side-effects'.
8
92009-08-27 Michael Albinus <michael.albinus@gmx.de>
10
11 * net/tramp.el (tramp-methods): New method "rsyncc".
12 (top): Add completion function for "rsyncc".
13 (tramp-message-show-message): New defvar.
14 (tramp-message, tramp-error): Use it.
15 (tramp-do-copy-or-rename-file-directly): Extend check for direct
16 remote copying.
17 (tramp-do-copy-or-rename-file-out-of-band): Handle new
18 `tramp-methods' entry `copy-env' of "rsyncc".
19 (tramp-vc-registered-read-file-names): New defconst.
20 (tramp-vc-registered-file-names): New defvar.
21 (tramp-handle-vc-registered): Implement optimization strategy.
22 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
23 (tramp-vc-file-name-handler): New defun.
24 (tramp-get-ls-command, tramp-get-test-command)
25 (tramp-get-file-exists-command, tramp-get-remote-ln)
26 (tramp-get-remote-perl, tramp-get-remote-stat)
27 (tramp-get-remote-id): Remove
28 superfluous `with-current-buffer'.
29
30 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
31 (tramp-cache-inhibit-cache): Extend doc string. It allows also
32 timestamps.
33 (tramp-get-file-property): Check for timestamps in
34 `tramp-cache-inhibit-cache'.
35 (tramp-set-file-property): Write timestamp.
36
1339cf20
KH
372009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
38
39 * language/japan-util.el (japanese-symbol-table): Add entries for
40 cp932-2-byte.
41
42 * international/characters.el: Add category `j' to cp932-2-byte.
43
726e3f1d
KH
442009-08-27 Kenichi Handa <handa@m17n.org>
45
46 * international/fontset.el (build-default-fontset-data): New macro.
47 (setup-default-fontset): Use build-default-fontset-data for CJK,
48 tibetan, ethiopic, and ipa
49
4e3b4528
SM
502009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * cus-start.el (default-major-mode): Customize `major-mode' instead.
53 (enable-multibyte-characters): Not customizable any more.
54
55 * subr.el (default-mode-line-format, default-header-line-format)
56 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
57 (default-direction-reversed, default-truncate-lines)
58 (default-left-margin, default-tab-width, default-case-fold-search)
59 (default-left-margin-width, default-right-margin-width)
60 (default-left-fringe-width, default-right-fringe-width)
61 (default-fringes-outside-margins, default-scroll-bar-width)
62 (default-vertical-scroll-bar, default-indicate-empty-lines)
63 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
64 (default-fringe-cursor-alist, default-scroll-up-aggressively)
65 (default-scroll-down-aggressively, default-fill-column)
66 (default-cursor-type, default-buffer-file-type)
67 (default-cursor-in-non-selected-windows)
68 (default-buffer-file-coding-system, default-major-mode)
69 (default-enable-multibyte-characters): Mark as obsolete.
70
b3cca6a6
DN
712009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
72
652cc1a2
DN
73 * vc-dir.el (vc-dir-update): Remove debug helper.
74
b3cca6a6
DN
75 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
76
4ed8c7aa
SS
772009-08-26 Sam Steingold <sds@gnu.org>
78
79 * simple.el (save-interprogram-paste-before-kill): New user option.
80 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
81 save the interprogram-paste into kill-ring before overriding it
82 with the Emacs kill.
83
3b64d86b
DN
842009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
85
86 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
87 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
88 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
89 and move to vc-rcs.el.
90 (vc-default-next-revision): Rename to vc-rcs-next-revision and
91 move to vc-rcs.el.
92 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
93 (vc-rcs-update-changelog): Remove.
94 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
95 and move to vc-rcs.el.
96
97 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
98 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
99 renaming.
100 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
101 (vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
102 vc.el, renamed to be RCS specific.
103
104 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
105 (vc-cvs-update-changelog): Moved here from vc.el.
106
107 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
108 New functions.
109
636a36a0
SM
1102009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
113
239b3340
DN
1142009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
115
b91f0762 116 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
117 (vc-git-stash, vc-git-stash-show): New functions.
118 (vc-git-extra-menu-map): Bind them.
b91f0762 119
b8e54362
DN
120 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
121 directory correctly in case the item is a directory itself.
122
239b3340
DN
123 * vc.el: Document the desired behavior for reverted files in the
124 `added' state.
dc810649
DN
125 (vc-default-prettify-state-info): Remove function, unused.
126
127 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 128
e49c0179
GM
1292009-08-26 Glenn Morris <rgm@gnu.org>
130
131 * bindings.el (standard-mode-line-format): Reposition dashes in
132 which-func entry. (Bug#4217)
133
3029e594
GM
134 * files.el (enable-local-variables, enable-local-eval)
135 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
136 the defcustoms.
137 (auto-mode-alist, ignored-local-variables)
138 (save-some-buffers-action-alist): Move risky declarations to the
139 definitions.
140 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
141 (font-lock-defaults, format-alist, imenu--index-alist)
142 (imenu-generic-expression, input-method-alist, minor-mode-alist)
143 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
144 (mode-line-modified, mode-line-mule-info, mode-line-position)
145 (mode-line-process, mode-line-remote, outline-level)
146 (parse-time-rules, rmail-output-file-alist)
147 (special-display-buffer-names, vc-mode):
148 Move risky declarations to the relevant files.
149 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-process)
150 (mode-line-modified, mode-line-remote, mode-line-position)
151 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
152 * font-core.el (font-lock-defaults):
153 * format.el (format-alist):
154 * vc-hooks.el (vc-mode):
155 * window.el (special-display-buffer-names):
156 * international/mule-cmds.el (input-method-alist):
157 Define riskiness here (dumped file) rather than in files.el.
158 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
159 * imenu.el (imenu-generic-expression, imenu--index-alist):
160 * outline.el (outline-level):
161 * time.el (display-time-string):
162 * calendar/parse-time.el (parse-time-rules):
163 * mail/rmailout.el (rmail-output-file-alist):
164 Autoload riskiness here, rather than placing in files.el.
165
8476cfaf
SM
1662009-08-26 Andreas Schwab <schwab@linux-m68k.org>
167
168 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
169
0b35b48e
MA
1702009-08-25 Michael Albinus <michael.albinus@gmx.de>
171
172 * simple.el (process-file-side-effects): New defvar.
173
174 * dired-aux.el (dired-show-file-type):
175 * vc.el (vc-diff-internal):
176 * vc-arch.el (vc-arch-diff):
177 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
178 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
179 * vc-git.el (vc-git-registered, vc-git-working-revision)
180 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
181 (vc-git--empty-db-p):
182 * vc-hooks.el (vc-user-login-name):
183 * vc-svn.el (vc-svn-registered, vc-svn-state)
184 (vc-svn-dir-extra-headers, vc-svn-find-revision):
185 * progmodes/grep.el (grep-probe): Let-bind
186 `process-file-side-effects' with nil.
187
188 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
189
190 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
191 daemon. Replace ping by checking for running service for bluez
192 and zeroconf. (Bug#4239)
193
d54cc599
GM
1942009-08-25 Kevin Ryde <user42@zip.com.au>
195
196 * net/dig.el (dig): Add autoload cookie.
197
7bfd055d
GM
1982009-08-25 Glenn Morris <rgm@gnu.org>
199
bac9c66c
GM
200 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
201 load-history for absolute file-names.
202 (byte-compile-file-form-require): Warn about use of the cl package.
203
7bfd055d
GM
204 * format.el (format-alist): Doc fix.
205
5ac1f9e0
GM
206 * play/bubbles.el (top-level): Don't require cl at run-time.
207
af62aa88
GM
208 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
209 run-time cl).
210
71e036af
DD
2112009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
212
213 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
214 from cl package.
215 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
216
42110eaf
JB
2172009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
218
219 * calc/calc-alg.el (math-trig-rewrite)
220 (math-hyperbolic-trig-rewrite): New functions.
221 (calc-simplify): Simplify trig functions when asked.
222
88421f3e
SM
2232009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * diff-mode.el (diff-find-source-location): Avoid goto-line.
226
dbd9624e
KH
2272009-08-24 Kenichi Handa <handa@m17n.org>
228
229 * language/ind-util.el (mapthread): Delete it.
230 (combinatorial): New function.
231 (indian--puthash-cv): Use combinatorial instead of mapthread.
232
9b89e3ee
GM
2332009-08-22 Kevin Ryde <user42@zip.com.au>
234
235 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
236 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
237 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
238 Clarify docstring that the value is strings not symbols.
239 (checkdoc-list-of-strings-p): New function.
240
e6ce8c42
GM
2412009-08-22 Glenn Morris <rgm@gnu.org>
242
2ddf2ea6 243 * files.el (auto-mode-alist):
a3374680
GM
244 * hippie-exp.el (he-concat-directory-file-name):
245 * lpr.el (lpr-windows-system, printer-name):
246 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
247 * ps-print.el (ps-windows-system):
248 * startup.el (command-line):
249 * emulation/viper-ex.el (viper-glob-function):
250 * international/mule-cmds.el (set-language-environment-coding-systems):
251 * net/ange-ftp.el (ange-ftp-write-region):
252 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 253 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
254 unisoft-unix, vax-vms, win32, w32.
255
977955fa
GM
256 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
257 given name if the pattern is not more specific.
258
b4deec2e
GM
259 * calendar/lunar.el (lunar-phase-names): New option.
260 (lunar-phase): Doc fix.
261 (lunar-cycles-per-year): New constant.
262 (lunar-index): New function.
263 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
264 (lunar-phase-name): Use lunar-phase-names.
265 (calendar-lunar-phases): Use format.
266 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
267
47e83968
GM
268 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
269 Copy imenu-example--name-and-position function here for own use.
270 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
271
e6ce8c42
GM
272 * bs.el (bs--redisplay):
273 * cus-edit.el (custom-redraw):
274 * ibuffer.el (ibuffer-bury-buffer):
275 * server.el (server-goto-line-column):
276 * startup.el (command-line-1):
277 * strokes.el (strokes-xpm-for-stroke):
278 * term.el (term-display-buffer-line):
279 * view.el (View-goto-line):
280 * calc/calc.el (calc-do, calc-trail-buffer):
281 * play/gamegrid.el (gamegrid-add-score-insecure):
282 * progmodes/ada-mode.el (ada-compile-goto-error):
283 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
284 (ebrowse-select-1st-to-9nth):
47e83968 285 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
286 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
287 * progmodes/gud.el (gud-display-line):
288 (idlwave-shell-display-line):
289 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
290 * progmodes/make-mode.el (makefile-browser-toggle):
291 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
292 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
293 * textmodes/picture.el (picture-draw-rectangle):
294 * textmodes/reftex-index.el (reftex-index-goto-letter):
295 (reftex-select-jump-to-previous):
296 * textmodes/reftex-sel.el (reftex-find-start-point)
297 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
298 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
299 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
300 * textmodes/tex-mode.el (tex-compilation-parse-errors):
301 * textmodes/two-column.el (2C-associated-buffer):
302 Use forward-line rather than goto-line.
303
304 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
305 goto-line.
306
4b18bdb3
GM
307 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
308 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
309 (quick-check-list-to-regexp): Declare.
e6ce8c42
GM
310
311 * progmodes/make-mode.el (makefile-browser-insert-selection): Use
312 goto-char rather than goto-line.
313
314 * progmodes/prolog.el (compilation-error-regexp-alist)
315 (compilation-forget-errors): Declare.
316
32a2cf25
JL
3172009-08-22 Juri Linkov <juri@jurta.org>
318
319 * progmodes/grep.el (lgrep, rgrep): At the beginning
320 set `dir' to `default-directory' unless `dir' is a non-nil
321 readable directory. (Bug#4052)
322 (lgrep, rgrep): Change a weird way to report an error
323 from using `read-string' to using `error'.
324 Instead of using interactive arguments in the function body,
325 add new argument `confirm'.
326
5443c9b7
SM
3272009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
328
cb5b40ee
SM
329 * textmodes/remember.el (remember-buffer):
330 * progmodes/cperl-mode.el (cperl-vc-header-alist):
331 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
332 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
333 * net/newst-treeview.el (newsticker-groups-filename):
334 * net/newst-backend.el (newsticker-cache-filename):
335 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
336 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
337 (speedbar-add-ignored-path-regexp, speedbar-line-path)
338 (speedbar-buffers-line-path, speedbar-path-line)
339 (speedbar-buffers-line-path):
340 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
341 (epg-sign-keys):
342 * epa.el (epa-display-verify-result):
343 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
344
d6261cc1
GM
3452009-08-21 Glenn Morris <rgm@gnu.org>
346
3e1ea342
GM
347 * progmodes/js.el (inferior-moz-process): Fix declaration.
348
ce86eeb5
GM
349 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
350
fff28970
GM
351 * obsolete/rnewspost.el (news-mail-reply):
352 Use goto-char rather than goto-line.
353
d93e053b
GM
354 * term/ns-win.el (ns-open-file-select-line):
355 Use line-beginning-position rather than goto-line.
356
d5d105e8
GM
357 * apropos.el (apropos-command):
358 * ehelp.el (electric-helpify):
359 * printing.el (pr-show-setup):
360 * strokes.el (strokes-help):
361 * tutorial.el (tutorial--describe-nonstandard-key)
362 (tutorial--detailed-help):
363 * woman.el (woman-mini-help, woman-display-extended-fonts):
364 * calc/calc-help.el (calc-describe-key):
365 * emulation/edt.el (edt-electric-helpify):
366 * international/mule-diag.el (mule-diag):
367 * play/yow.el (apropos-zippy):
368 * progmodes/python.el (python-describe-symbol):
369 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
370 * textmodes/table.el (*table--cell-describe-mode)
371 (*table--cell-describe-bindings):
372 Use help-print-return-message rather than the now obsolete alias.
373
a8ab722f 374 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
375 (calendar-cursor-to-visible-date):
376 * play/5x5.el (5x5-position-cursor):
377 * play/decipher.el (decipher):
378 * play/gomoku.el (gomoku-goto-xy):
379 * play/landmark.el (lm-goto-xy):
380 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
381 (mpuz-paint-digit):
382 Use forward-line, not goto-line.
a8ab722f 383
d6261cc1
GM
384 * mail/rmail.el (rmail-obsolete): Delete custom group.
385 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
386 (rmail-remote-password, rmail-remote-password-required):
387 Remove unneeded :set-after and :set properties.
388
9e846523
MA
3892009-08-21 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
392
bbe1f502
DN
3932009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
394
bcc5db24
DN
395 * loadup.el: Remove leftover macos code.
396
bbe1f502
DN
397 * vc-git.el (vc-git-annotate-command): Run asynchronously.
398 Explicitly pass the date format to git blame so that user local
399 so that the output format can be parsed.
400
6fd2d19a
MA
4012009-08-20 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/dbus.el (top): Don't check for (getenv
404 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
405
31764e15
SM
4062009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
407
408 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 409 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 410
28930e39
SM
4112009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
412
4fd15622 413 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 414 Bug#3287
4fd15622 415
b3d8e4a0
SM
416 * help.el (help-print-return-message): Rename from
417 print-help-return-message.
418
c9829c70
SM
419 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
420 cvs-mode-map parent hack.
421 (log-view-mode): Derive from special-mode.
422
b932657b
SM
423 * linum.el (linum-mode): window-size-change-functions is redundant.
424 Adapt to new window-configuration-change-hook behavior.
425 (linum-after-size, linum-after-config): Remove.
426
1b700bca
SM
427 * imenu.el (imenu-example--name-and-position)
428 (imenu-example--lisp-extract-index-name)
429 (imenu-example--create-lisp-index, imenu-example--create-c-index):
430 Mark as obsolete.
431
28930e39
SM
432 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
433 (inferior-prolog-mode): Use it.
434 (inferior-prolog-load-file): Reset list of errors.
435
c9af0b68
KH
4362009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
437
438 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
439
440 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
441
720c7cd6
MA
4422009-08-19 Michael Albinus <michael.albinus@gmx.de>
443
444 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
445 is running already.
446
03a74b84
SM
4472009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * subr.el (listify-key-sequence-1): Use normal syntax since those
450 integers are nowadays always represented by the same (positive) number
451 on all platforms.
452 (read-key-empty-map): New const.
453 (read-key-delay): New var.
454 (read-key): New function.
455 (force-mode-line-update): Use with-current-buffer.
456 (locate-user-emacs-file): Don't forget to abbreviate the file name.
457 (start-process-shell-command, start-file-process-shell-command):
458 Discourage the use of command-args.
459
f43e88d4
GM
4602009-08-19 Glenn Morris <rgm@gnu.org>
461
462 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
463
890429cc
SM
4642009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
465
85be9ec4
SM
466 * simple.el (choose-completion-string): Don't rely on
467 minibuffer-completing-file-name and ad-hoc checks to decide whether
468 to continue completion or not.
469
890429cc
SM
470 * minibuffer.el (minibuffer-hide-completions): New function.
471 (completion--do-completion): Use it.
472 (completions-annotations): New face.
473 (completion--insert-strings): Use it.
474 (completion-pcm--delim-wild-regex): Add docstring.
475 (completion-pcm--string->pattern): Add support for 0-width delimiters
476 in completion-pcm--delim-wild-regex.
477
265d4549
SM
4782009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
479
d440b941
SM
480 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
481 Remove unused var `buffer-modified-p'.
482
265d4549
SM
483 * minibuffer.el (completion--do-completion): Move point for the #b001
484 case as well (bug#4176).
485 (minibuffer-complete, minibuffer-complete-word): Don't move point.
486
ba6f7d86
MA
4872009-08-18 Michael Albinus <michael.albinus@gmx.de>
488
489 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
490 and :session buses.
491
98819490
KH
4922009-08-18 Kenichi Handa <handa@m17n.org>
493
265d4549
SM
494 * international/ucs-normalize.el (ucs-normalize-version):
495 Change to 1.1.
58627cf0
KH
496 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
497 (utf-8-hfs): Make it perform normalization on encoding too.
498
98819490
KH
499 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
500 (sentence-end-without-space): Delete duplicated chars.
501 (sentence-end-base): Likewise.
e739cc85
KH
502
503 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
504 (html-mode): Delete duplicated chars from sentence-end-base.
505
506 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
507 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 508
645b9326
CY
5092009-08-17 Chong Yidong <cyd@stupidchicken.com>
510
511 * files.el (hack-one-local-variable): If the mode function is for
512 a minor mode, pass it an argument (Bug#4148).
513
56c195af
MA
5142009-08-17 Michael Albinus <michael.albinus@gmx.de>
515
516 * net/tramp.el (tramp-register-completion-file-name-handler):
517 Check also for (member 'partial-completion completion-styles).
518
7a55c78b
CY
5192009-08-16 Chong Yidong <cyd@stupidchicken.com>
520
521 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
522 abbrev (Bug#3943).
523
8c777c8d
CY
5242007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
525
526 * progmodes/cperl-mode.el: Merge upstream 6.2.
527 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
528 (cperl-forward-re): Check cperl-brace-recursing.
529 (cperl-highlight-charclass): New function.
530 (cperl-find-pods-heres): Use it.
531 (cperl-fill-paragraph): Synch to save-excursion placement used
532 upstream.
533 (cperl-beautify-regexp-piece): Fix column calculation.
534 (cperl-make-regexp-x): Handle case where point is between "q" and
535 "rs".
536 (cperl-beautify-level): Don't process entire regexp.
537 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
538 calling man.
539 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
540 (cperl-init-faces): Build a list in the normal way.
541
81b1f9c9
CY
5422009-08-16 Chong Yidong <cyd@stupidchicken.com>
543
544 * calendar/parse-time.el (parse-time-string-chars): Save match
545 data.
546
c3732cb8
SM
5472009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
548
55659495
SM
549 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
550 (sql-product): Use it.
551 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
552 (sql-set-product): Add completion.
553 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
554 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
555 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
556 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
557 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
558 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
559 (sql-highlight-db2-keywords): Remove.
560 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
561 (sql-highlight-product): Use derived-mode-p.
562 (sql-set-sqli-buffer): Use with-current-buffer.
563 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
564 Simplify.
565
1ae79427
SM
566 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
567
c3732cb8
SM
568 * term.el: Fix commenting convention, turn comments into docstrings.
569
f24b8bf3
CY
5702009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
571
572 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
573
d0d3f6e9 5742009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 575
1200ac26 576 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
577 character classes, to handle non-ascii characters (Bug#3190).
578
5792009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 580
1abbe4e5
CY
581 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
582 another heredoc if the user adds another < (Bug#3226).
583
c3732cb8
SM
584 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
585 Don't initialize based on window-system (Bug#4124).
19261da4 586
daad00fc
CY
587 * facemenu.el (facemenu-read-color): Use a completion function
588 that accepts any defined color, such as RGB triplets (Bug#3677).
589
e1bdde78
CY
590 * files.el (get-free-disk-space): Change fallback default
591 directory to /. Expand DIR argument before switching to fallback.
592 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
593
9d73a99e
CY
5942009-08-15 Chong Yidong <cyd@stupidchicken.com>
595
596 * files.el (load-library): Doc fix.
597
68b962d4 5982009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 599
c3732cb8
SM
600 * viper-cmd.el (viper-insert-isearch-string): New function.
601 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 602 incremental search string.
9d73a99e 603
c3732cb8 604 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 605 XEmacs.
9d73a99e 606
c3732cb8
SM
607 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
608 (ediff-merge-region-is-non-clash)
609 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 610 Also check if the job is really a merge job.
9d73a99e 611
c3732cb8 612 * ediff.el (ediff-current-file): New function.
9d73a99e 613
2e330adc
CY
6142009-08-15 Chong Yidong <cyd@stupidchicken.com>
615
616 * progmodes/js.el: Edit docstrings throughout to follow Emacs
617 conventions.
c3732cb8 618 (js-insert-and-indent): Delete function.
2e330adc
CY
619 (js-mode-map): Don't bind keys to js-insert-and-indent.
620 (js-beginning-of-defun): Rename from js--beginning-of-defun.
621 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 622 (js-auto-indent-flag): Delete variable.
2e330adc 623
17b5d0f7
CY
6242009-08-14 Chong Yidong <cyd@stupidchicken.com>
625
c3732cb8
SM
626 * progmodes/js.el: Remove proclaim statement.
627 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 628
ba2d8894
CY
629 * files.el (auto-mode-alist): Use js-mode for .js files.
630
c3732cb8 631 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
632
633 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
634
635 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
636
c3732cb8 637 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
638
6392009-08-14 Daniel Colascione <dan.colascione@gmail.com>
b0bfad2b 640 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
641
642 * progmodes/js.el: New file.
643
b6377f1d
MH
6442009-08-14 Mark A. Hershberger <mah@everybody.org>
645
646 * timezone.el (timezone-parse-date): Add ability to understand ISO
647 basic format (minimal separators) dates in addition to the
648 already-supported extended format dates.
649
bc0eef46
EZ
6502009-08-14 Eli Zaretskii <eliz@gnu.org>
651
4e021e65
EZ
652 * international/ucs-normalize.el: Add a `coding' file variable.
653
bc0eef46
EZ
654 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
655
53dab179
SS
6562009-08-14 Sam Steingold <sds@gnu.org>
657
6801c38a 658 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 659
6c58c39c
CY
6602009-08-13 Chong Yidong <cyd@stupidchicken.com>
661
662 * faces.el (help-argument-name): Define it here instead of
663 help-fns.el, because in daemon mode help-fns.el may be loaded when
664 faces are still uninitialized (Bug#1078).
665
666 * help-fns.el (help-argument-name): Move defface to faces.el.
667
c7baf7e9
NR
6682009-08-13 Nick Roberts <nickrob@snap.net.nz>
669
670 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
671 create buffer with a pty but no process so that GDB can make the
672 inferior the controlling process.
673
9c40e995 6742009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
675
676 * international/ucs-normalize.el: New file.
677
8cdba32b
RS
6782009-08-13 Richard Stallman <rms@gnu.org>
679
5c950923
RS
680 * mail/rmail.el (rmail-get-attr-names):
681 Accept an attribute header that is too short.
682
76e1e40b
RS
683 * mail/rmail.el (rmail-forget-messages):
684 Ignore nil elt in rmail-message-vector. Use dotimes.
685
1fc01b08
RS
686 * progmodes/compile.el (compilation-goto-locus):
687 Use next-error-move-function.
688
8cdba32b
RS
689 * simple.el (next-error-move-function): New variable.
690
99910cf4
JL
6912009-08-12 Juri Linkov <juri@jurta.org>
692
693 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
694 always non-nil. (Bug#4052)
695
696 * replace.el (read-regexp): Return empty string when
697 `default-value' is nil.
698 (keep-lines-read-args): Don't use empty string as the
699 default value for `read-regexp'. (Bug#2495)
700
fc5bdf6c
JL
7012009-08-12 Juri Linkov <juri@jurta.org>
702
703 * international/mule-cmds.el (ucs-insert): Change arguments
704 from `arg' to `character', `count', `inherit' to be the same
705 as in `insert-char'. Doc fix. (Bug#4039)
706
707 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
708
77748848
JL
7092009-08-12 Juri Linkov <juri@jurta.org>
710
711 * files-x.el: New file.
712
713 * files.el: Move code that deals with adding/deleting
714 file/directory-local variables to files-x.el.
715
716 * Makefile.in (ELCFILES): Add files-x.elc.
717
c8a44c4e
DD
7182009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
719
27a9fd5a
DD
720 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
721 to use `goto-line'.
722 (gdb-place-breakpoints, gdb-get-location): Rewritten without
723 `goto-line'.
724 (gdb-invalidate-disassembly): Do not refresh upon receiving
725 'update signal. Instead, update all disassembly buffers only after
726 threads list.
cf6e27cf
DD
727 (gdb): Send -target-detach when buffer is killed (#3794).
728 (gdb-starting): Moved -data-list-register-names...
729 (gdb-stopped): ...here so it's sent when first thread stops.
730 (gdb-registers-handler-custom): Do nothing if register names are
731 unknown yet.
27a9fd5a 732
c8a44c4e
DD
733 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
734 from `gdb-mi.el' to avoid extra tangling.
735
736 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
737 change which breaks `gud-def' definitions. used in `gdb'.
738 (gdb-update-gud-running): No extra fuss for updating frame number.
739
dfd4e693
SM
7402009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
741
51c4341f
SM
742 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
743 (describe-language-environment-map, setup-language-environment-map)
744 (set-coding-system-map): Move initialization into declaration.
745 (set-language-info-alist): Last arg to define-key-after can be skipped.
746
747 * international/quail.el (quail-completion-1): Simplify.
748 (quail-define-rules): Use slightly more compact code.
749 (quail-insert-decode-map): Propertize keys, compact columns.
750
dfd4e693
SM
751 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
752 Add goto-line.
753
83326559
MB
7542009-08-10 Miles Bader <miles@gnu.org>
755
756 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
757 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
758 (js2-instance-member, js2-private-member, js2-private-function-call)
759 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
760 (js2-magic-paren, js2-external-variable):
761 Remove "-face" suffix from face names.
762 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
763 (js2-highlight-undeclared-vars, js2-peek-token)
764 (js2-parse-function-params, js2-mode-show-errors)
765 (js2-mode-show-warnings, js2-make-magic-delimiter)
766 (js2-mode-highlight-magic-parens): Update to use new face names.
767
8e754ea2
MA
7682009-08-09 Michael Albinus <michael.albinus@gmx.de>
769
770 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
771 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
772
1c292fc7
CY
7732009-08-09 Chong Yidong <cyd@stupidchicken.com>
774
18d433a7
CY
775 * subr.el: Provide hashtable-print-readable.
776
1c292fc7
CY
777 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
778 hs-c-like-adjust-block-beginning.
779 (hs-hide-block-at-point): Stop hiding at the beginning of
780 hs-block-end-regexp (Bug#700).
781
2db0ae07
DD
7822009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
783
784 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
785 a macro.
786 (gdb-registers-handler-custom): Do not fail when register names
787 are unavailable.
788
fe4740a6
DD
7892009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
790
791 * progmodes/gdb-mi.el (gdb-control-all-threads)
792 (gdb-control-current-thread): Interactive setters for
793 `gdb-gud-control-all-threads' to use in menu.
794 (gdb-show-run-p): Show «Go» when process is not active.
795 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
796 gud/thread.xpm and gud/all.xpm.
797
ce299d55
CY
7982009-08-08 Yoni Rabkin <yoni@rabkins.net>
799
800 * net/net-utils.el (net-utils-font-lock-keywords): New var.
801 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
802 (net-utils-mode): New mode for viewing diagnostic network output.
803 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
804 (net-utils-run-simple): New function.
805 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 806
7c4654ad
DD
8072009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
808
809 * progmodes/gdb-mi.el (gdb-read-memory-custom)
810 (gdb-memory-set-address, def-gdb-set-positive-number)
811 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
812 after changing settings.
813 (gdb-invalidate-disassembly): Update when first shown.
814 (gdb-edit-locals-value): Fixed.
815 (gdb-registers-handler-custom): Print registers in right order and
816 allow changing register values (only for current thread yet).
9cbac26b
DD
817 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
818 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
819 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
820 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
821 info in mode name.
822 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 823
0f25a277
EZ
8242009-08-08 Eli Zaretskii <eliz@gnu.org>
825
826 * mail/rmail.el (rmail-add-mbox-headers)
827 (rmail-set-message-counters-counter): Search for
828 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
829
b971be60
GM
8302009-08-08 Glenn Morris <rgm@gnu.org>
831
832 * Makefile.in (ELCFILES): Update.
833
a35d3ad8
EZ
8342009-08-07 Eli Zaretskii <eliz@gnu.org>
835
60c2df40
EZ
836 * mail/sendmail.el (mail-yank-original): Set
837 buffer-file-coding-system from the one used by the message whose
838 text is yanked.
839
8b0bcc2e
EZ
840 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
841 to "windows" when "pgnuplot" is used.
842 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
843 call accept-process-output if "pgnuplot" is used.
844 (calc-graph-init): Don't send -display and -geometry to
845 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
846 running "pgnuplot -V" with shell-command-to-string.
847
848 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
849 the default.
850
8512009-08-07 Eli Zaretskii <eliz@gnu.org>
852
853 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
854 org/org-latex.elc.
855
3bca7ca5
DN
8562009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
857
3c53763c
DN
858 * vc-dispatcher.el (vc-resynch-window): Update comment.
859
3bca7ca5
DN
860 * term.el (term-handle-ansi-escape): Add comments with the
861 terminfo capabilities implemented.
862
7b217360
DD
8632009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
864
865 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
866 (gdb-var-create-handler): Rewritten using JSON parser.
867 (gdb-propertize-header): Moved earlier.
868 (gdb-set-header): Removed to avoid duplication.
869 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
870 Refresh disassembly buffers only after threads list have been
871 update.
872 (gdb-threads-header, gdb-registers-header): Per-buffer header line
873 variables.
874
b4d84ecf
JL
8752009-08-04 Juri Linkov <juri@jurta.org>
876
877 * files.el: Commands to add/delete file/directory-local variables.
878 (read-file-local-variable, read-file-local-variable-value)
879 (read-file-local-variable-mode, modify-file-local-variable)
880 (modify-file-local-variable-prop-line)
881 (modify-dir-local-variable): New functions.
882 (add-file-local-variable, delete-file-local-variable)
883 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
884 (add-dir-local-variable, delete-dir-local-variable)
885 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
886 (copy-dir-locals-to-file-locals-prop-line): New commands.
887
42da39c1
CY
8882009-08-04 Chong Yidong <cyd@stupidchicken.com>
889
890 * abbrev.el (insert-abbrev-table-description): Prettify output.
891 Suggested by Karl Chen.
892
98bf8494
DD
8932009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
894
78b9fb28
DD
895 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
896 (gdb-overlay-arrow-position): Renamed to
897 `gdb-disassembly-position'.
898 (gdb-overlay-arrow-position, gdb-thread-position)
899 (gdb-disassembly-position): Declare variables.
900 (gdb-wait-for-pending): Function now.
901 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
902 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
903 compilation goes smoothly.
904 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
905 (gdb-non-stop-setting): New customization setting which replaces
906 `gdb-non-stop' so changing it doesn't break active GDB session.
907 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
908 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
909 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
910 (gdb-show-threads-by-default): New customization options.
911 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
912 routines.
913 (gdb-get-buffer-create): Send buffers update signal when they are
914 created.
915 (gdb-invalidate-locals, gdb-invalidate-registers)
916 (gdb-invalidate-breakpoints)
917 (gdb-invalidate-threads, gdb-invalidate-disassembly)
918 (gdb-invalidate-memory): Accept update signal.
919 (gdb-current-context-command): Use --frame option.
920 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
921 Implement `gdb-frame-number' selection logic.
922 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
923 whether to show GUD toolbar buttons.
924 (gdb-thread-exited): Unselect current thread when it exits.
925 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
926 (gdb-mark-line): Routine which sets overlay arrow or inverses
927 video on fringeless displays.
928 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
929 to build aligned columns of data in GDB buffers and set text
930 properties line-by-line.
931 (gdb-invalidate-breakpoints)
932 (gdb-breakpoints-list-handler-custom)
933 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
934 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
935 (gdb-registers-handler-custom): Align data columns.
936 (gdb-locals-handler-custom): Now prints data like in variable
937 declarations.
938 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
939 Removed confusing buttons.
940 (gdb-invalidate-threads): Append --frame.
941 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
942 between breakpoints/threads buffers.
943 (gdb-set-window-buffer): Now can ignore dedicated windows.
944 (gdb-propertize-header): Use `gdb-set-window-buffer'.
945 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
946 (def-gdb-thread-buffer-gud-command): Replaces
947 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
948 for fine thread control.
949 (gdb-preempt-existing-or-display-buffer): New function used to
950 display bound buffers without breaking window layout.
951 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
952 (gdb-select-frame): New version of `gdb-frames-select' which now
953 sets `gdb-frame-number' so commands may use --frame option instead
954 of inner debugger state.
955 (gdb-frame-handler): Do not set `gdb-frame-number'.
956 (gdb-threads-mode-map): Select threads with mouse.
957
958 * progmodes/gud.el (gdb-gud-context-call): Declare function to
959 avoid compilation warning.
960 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
961 `gdb-show-stop-p`.
962
566f3909
DD
963 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
964 Argument `key' renamed to `buffer-type'.
965 (gdb-current-context-buffer-name): Do not add thread info to
966 buffer name when no thread is selected.
967 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
968 command (bug 3794).
969 (gdb-thread-selected): Handle `=thread-selected' notification.
970 (gdb-wait-for-pending): New macro to deal with congestion problems.
971 (gdb-breakpoints-list-handler-custom): Don't fail on pending
972 breakpoints.
973 (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
974 fixes problem similar to one described in bug 3947.
975 (gud-menu-map): More menu items.
976 (gdb-init-1): Reset `gdb-thread-number' to nil.
977
4a31122c
DD
978 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
979 non-stop settings.
980
981 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
982 (gdb-current-context-command): Do not append --thread if
983 `gdb-thread-number' is nil.
984 (gdb-running-threads-count, gdb-stopped-threads-count): New
985 variables.
986 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
987 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
988 customization options.
989 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
990 GUD commands.
991 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
992 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
993 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
994 set `gdb-thread-number' and update `gud-running' properly.
995 (gdb-running): Update threads list when new threads appear.
996 (gdb-stopped): Support non-stop operation and new thread switching
997 logic.
998 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
999 (gdb-json-partial-output): New set of JSON routines.
1000 (def-gdb-auto-update-trigger): New `signal-list' optional
1001 argument.
1002 (gdb-thread-list-handler-custom): Update `gud-running',
1003 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1004 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1005 (gdb-continue-thread, gdb-step-thread): New commands for fine
1006 thread execution control.
1007 (gud-menu-map): New menu items to switch non-stop options.
1008 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 1009 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
1010
1011 * progmodes/gdb-mi.el (gdb-rules-name-maker)
1012 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1013 gdb-buffer-rules.
1014 (def-gdb-auto-update-handler): New nopreserve optional argument.
1015 (gdb-stack-list-frames-custom): Print stack from top to bottom.
1016
1017 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1018 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1019 (gdb-parent-mode): New mode to derive other GDB modes from.
1020 (gdb-display-disassembly-for-thread)
1021 (gdb-frame-disassembly-for-thread): New commands for threads
1022 buffer.
1023
1024 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1025 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
1026 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1027 (gdb-update): We now store all GDB buffers in a list so that they
1028 can be updated by traversing a list instead of calling invalidate
1029 triggers explicitly
1030 (def-gdb-trigger-and-handler): New macro to define trigger-handler
1031 pair for GDB buffer.
1032 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
1033 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1034 handle pending triggers.
1035 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1036 (def-gdb-thread-buffer-simple-command)
1037 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1038 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1039 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
1040 commands which show buffers bound to thread.
1041 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c
DD
1042
1043 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
1044 (gdb-registers-buffer-name)
1045 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1046 to (gud-comint-buffer) in *-buffer-name functions
1047 because (gdb-get-target-string) already does that.
1048 (gdb-locals-handler-custom, gdb-registers-handler-custom)
1049 (gdb-changed-registers-handler): Rewritten without regexps.
1050
1051 * progmodes/gdb-mi.el Basic thread selection support.
1052 (gdb-thread-number): New variable.
1053 (gdb-current-context-command): New macro which adds --thread
1054 option to command.
1055 (gdb-threads-mode-map): Select thread with SPC
1056 (gdb-thread-list-handler-custom): Mark current thread with overlay
1057 arrow. Synchronize GDB thread and Emacs thread.
1058 (gdb-select-thread): New command which selects current thread.
1059 (gdb-invalidate-frames, gdb-invalidate-locals)
1060 (gdb-invalidate-registers): Use --thread option.
20f12ed8 1061
2ac33804
MA
10622009-08-04 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 1065 robust. (Bug#3977)
2ac33804
MA
1066 (tramp-handle-insert-file-contents): `unwind-protect' must be
1067 inside `with-parsed-tramp-file-name'.
1068
1069 * net/tramp-gvfs.el (top): Remove superfluous message when loading
1070 fails.
1071
39d0296f
NR
10722009-08-03 Nick Roberts <nickrob@snap.net.nz>
1073
1074 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1075 directory if CLASSPATH is not set.
1076
adcbca53
MA
10772009-08-03 Michael Albinus <michael.albinus@gmx.de>
1078
1079 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
1080 defconst.
7ef849b6 1081 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 1082
30924b0b
CY
10832009-08-02 Kevin Ryde <user42@zip.com.au>
1084
1085 * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
1086 freshmeat link. Delete newsforge.com as it seems gone.
1087
b6ce92f1
CY
10882009-08-02 Chong Yidong <cyd@stupidchicken.com>
1089
d977a092
CY
1090 * select.el (x-set-selection): Doc fix (Bug#4021).
1091
1092 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1093
b6ce92f1
CY
1094 * help-fns.el (describe-variable): Treat list return values from
1095 dir-locals-find-file properly (Bug#4005).
1096
3eedbc85
MA
10972009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
1098
1099 * net/tramp.el (tramp-debug-message): Print also microseconds.
1100
11012009-08-02 Michael Albinus <michael.albinus@gmx.de>
1102
1103 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1104 or END is non-nil.
1105 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1106 (tramp-get-debug-buffer): Change `outline-regexp' according to new
1107 format.
1108
1109 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1110 (tramp-get-file-property): Use it.
1111
1112 * autorevert.el (auto-revert-handler): Allow
1113 `auto-revert-tail-mode' for remote files.
1114
2aafe808
JR
11152009-08-02 Jason Rumney <jasonr@gnu.org>
1116
1117 * minibuffer.el (read-file-name): Treat confirm options to
1118 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
1119
e094097c
CY
11202009-08-02 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1123 (font-lock-variable-name-face, font-lock-constant-face): Darken
1124 the colors for light backgrounds.
1125
de94f281
EZ
11262009-08-01 Eli Zaretskii <eliz@gnu.org>
1127
1128 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1129 month names. (Bug#3987)
1130
54b99340
CY
11312009-07-31 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * simple.el (line-move-finish): Pass whole number to
1134 line-move-to-column.
34be836c 1135 (line-move-visual): Perform hscroll to the recorded position.
54b99340 1136
38216c30
JB
11372009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
1138
1139 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1140
c779896d
CY
11412009-07-29 Alan Mackenzie <acm@muc.de>
1142
1143 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1144
592ccae0
DD
11452009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
1146
35edc6c6
DD
1147 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1148 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 1149
5a9e3ab7
JB
11502009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
1151
1152 * calc/calc.el (calc-mode-map): Add keybinding for
1153 `calc-transpose-lines'.
1154
11552009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
1156
1157 * calc/calc-misc.el (calc-transpose-lines): New function.
1158
905fb90e
MA
11592009-07-28 Michael Albinus <michael.albinus@gmx.de>
1160
1161 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1162 Simplify check for out-of-band methods.
1163 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1164 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
1165
76e14464
DN
11662009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1167
1168 * vc-git.el (vc-git-checkin): Fix typo.
1169
af077012
SY
11702009-07-28 Steve Yegge <steve.yegge@gmail.com>>
1171
1172 * progmodes/js2-mode.el: New file.
1173
b85157fe
NR
11742009-07-28 Nick Roberts <nickrob@snap.net.nz>
1175
1176 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1177 (gud-menu-map): Adjust tooltip accordingly.
1178
d43c2b06
DN
11792009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1180
1c0f0c3b
DN
1181 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1182 (vc-bzr-log-view-mode): Adjust log-view-file-re.
1183
d43c2b06
DN
1184 * add-log.el (change-log-mode-map): Add a menu.
1185
3dec5c36
MA
11862009-07-27 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1189 function returns nil.
1190 (dbus-handle-event): Handle special return value :ignore.
1191 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1192
5704140c
CY
11932009-07-26 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * view.el (view-mode-enable): Don't define Helper-return-blurb if
1196 it's not needed.
1197
3077d1f6
EZ
11982009-07-25 Eli Zaretskii <eliz@gnu.org>
1199
1200 Fix Bug#3888:
1201
1202 * w32-vars.el (x-select-enable-clipboard): Doc fix.
1203
1204 * term/pc-win.el (x-display-name, x-colors)
1205 (x-select-enable-clipboard, x-select-text): Doc fix.
1206
1207 * term/common-win.el (x-display-name, x-colors): Doc fix.
1208
1209 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1210 (xw-defined-colors): Doc fix.
1211
1212 * w32-fns.el (x-select-text, x-setup-function-keys)
1213 (x-get-selection, x-set-selection): Doc fix.
1214
1215 * term/x-win.el (x-select-text, x-setup-function-keys)
1216 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1217
1218 * select.el (x-set-selection): Doc fix.
1219
51768bc8
MA
12202009-07-25 Michael Albinus <michael.albinus@gmx.de>
1221
1222 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1223 instead of "IsNSSSupportAvailable". Avahi ought to work also when
1224 "IsNSSSupportAvailable" method is not available. Reported by
1225 Steve Youngs <steve@sxemacs.org>.
1226
b11c2874
KH
12272009-07-24 Kenichi Handa <handa@m17n.org>
1228
1229 * international/characters.el: Fix setting of category ?C, ?|, ?K,
1230 and ?H. Fix setting of case for Latin Extended and Greek
1231 Extended.
1232 (build-unicode-category-table): Fix range checks.
1233
ba83b7b6
DN
12342009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1235
1236 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1237 the buffer we try to sync is current when calling
1238 vc-resynch-buffer.
1239
1240 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1241 not show up to date files.
1242
7a8ae964
GM
12432009-07-24 Glenn Morris <rgm@gnu.org>
1244
1245 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1246 Add autoload cookies. If necessary, initialize.
1247 (elint-log): Handle non-file buffers.
1248 (elint-initialize): Add optional argument to reinitialize.
1249 (elint-find-builtin-variables): Save excursion.
1250
a707eb05
DN
12512009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1252
1253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1254 for Lint.
1255
0a2ddfa6
DN
12562009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1257
d6a62b0d
DN
1258 * vc.el (vc-print-log-internal): New function, split out from ...
1259 (vc-print-log): ... here.
10b5dcad 1260 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 1261
0a2ddfa6
DN
1262 * vc-git.el (vc-git-add-signoff): New variable.
1263 (vc-git-checkin): Use it.
1264 (vc-git-toggle-signoff): New function.
1265 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
1266 (vc-git--run-command-string): Accept a nil FILE argument.
1267 (vc-git-stash-list): New function.
1268 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 1269
589a99f2
GM
12702009-07-23 Glenn Morris <rgm@gnu.org>
1271
1272 * help-fns.el (describe-variable): Describe ignored and risky local
1273 variables in a similar way to that in which we describe safe ones.
1274
1275 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1276 (byte-compile-output-file-form, byte-compile-output-docform)
1277 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1278 Give some more local variables with common names a "bytecomp-" prefix,
1279 so as not to shadow things during compilation.
1280 * emacs-lisp/cl-macs.el (load-time-value)
1281 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1282 `outbuffer' to `bytecomp-outbuffer'.
1283
1284 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1285 since the next two variables cover them automatically now.
1286 (elint-builtin-variables, elint-autoloaded-variables): New.
1287 (elint-unknown-builtin-args): Remove all members, since they can be
1288 parsed automatically now.
1289 (elint-extra-errors): New.
1290 (elint-env-add-env, elint-env-add-macro): Use cadr.
1291 (elint-current-buffer): Use or. Change final message.
1292 (elint-get-top-forms): Use line-end-position.
1293 (elint-init-env): Use cadr. Handle autoload, declare-function,
1294 and defalias.
1295 (elint-add-required-env): Doc fix. Use or. Standardize error.
1296 (regexp-assoc): Remove unused function.
1297 (elint-top-form): Set elint-current-pos, to record the start of the
1298 top-level form, for compilation-mode.
1299 (elint-form): Trap errors in macro expansion. Use dolist.
1300 (elint-unbound-variable): Use elint-builtin-variables and
1301 elint-autoloaded-variables.
1302 (elint-get-args): Use cadr, or.
1303 (elint-check-cond-form): Use dolist, cadr.
1304 (elint-check-condition-case-form): Doc fix. Use cadr.
1305 Use elint-extra-errors.
1306 (elint-log): New function.
1307 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1308 Distinguish errors and warnings.
1309 (elint-log-message): Use with-current-buffer. Inhibit read-only.
1310 Use a bytecomp-style format.
1311 (elint-clear-log): Preserve default-directory. Inhibit read-only.
1312 (elint-get-log-buffer): Use compilation mode. Disable undo.
1313 Don't truncate lines.
1314 (elint-initialize): Set builtin and autoloaded variable lists.
1315 Only process elint-unknown-builtin-args if non-nil.
1316 (elint-find-builtin-variables, elint-find-autoloaded-variables):
1317 New functions.
1318 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
1319
855b42a2
GM
13202009-07-22 Kevin Ryde <user42@zip.com.au>
1321
1322 * net/newst-backend.el (newsticker--parse-atom-1.0)
1323 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1324 (newsticker--parse-rss-1.0):
1325 * progmodes/idlwave.el (idlwave-mode):
1326 * progmodes/idlw-shell.el (idlwave-shell-mode):
1327 * progmodes/vera-mode.el (vera-mode):
1328 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1329 * progmodes/vhdl-mode.el (vhdl-mode):
1330 * textmodes/table.el (table-generate-source)
1331 (table--warn-incompatibility):
1332 Hyperlink urls in docstrings with URL `...'.
1333
fd413a37
GM
13342009-07-22 Glenn Morris <rgm@gnu.org>
1335
cb711556
GM
1336 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1337 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1338 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1339 Remove leading * from defcustom docs.
1340
fd413a37
GM
1341 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
1342
1343 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1344 defcustom doc.
1345 (list-load-path-shadows): Optionally, just return shadows as a string.
1346
1347 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1348
a4f69701
CY
13492009-07-21 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * mail/rmailedit.el (rmail-edit-mode): Use
1352 auto-save-include-big-deletions.
1353
1354 * mail/rmail.el (rmail-variables): Use
1355 auto-save-include-big-deletions.
1356
1357 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1358 changes.
1359
ec06459c
JB
13602009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1361
1362 * calc/calc.el (calc-undo-length): New variable.
1363 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1364
b41b0976
RS
13652009-07-21 Richard Stallman <rms@gnu.org>
1366
1367 * files.el (auto-save-mode): Handle buffer-save-size = -2
1368 for toggling mode.
1369
4ed32706
GM
13702009-07-21 Glenn Morris <rgm@gnu.org>
1371
531b1264
GM
1372 * textmodes/ispell.el (ispell-looking-back): Update declaration.
1373
55d27f41
GM
1374 * calendar/todo-mode.el (calendar-current-date): Update declaration.
1375
02df3f4d
GM
1376 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1377 silence compiler. Instead...
1378 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1379 (ps-print-ensure-fontified): Update for above function name changes.
1380
fdd8417e
GM
1381 * printing.el (pr-mh-get-msg-num, pr-mh-show)
1382 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1383 silence compiler. Instead...
1384 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1385 (mh-show-buffer): Only define for compiler.
1386 (pr-mh-current-message): Update for above function name changes.
1387
4ed32706
GM
1388 * files.el (abort-if-file-too-large): Explicitly pass `filename'
1389 as an argument.
1390 (find-file-noselect, insert-file-1): Update for above change.
1391
1392 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1393
1394 * mail/mailclient.el (mailclient-send-it): Fix message.
1395
1396 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1397 (edebug-eval): Check cl-debug-env is bound.
1398 (print-level, print-circle): Don't redefine built-in variables.
1399
1400 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1401 (custom-print-vectors): Remove old comments from doc.
1402
1403 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1404 (emerge-version): Make the variable an obsolete alias for the
1405 emacs-version variable. Make the function obsolete.
1406 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1407 Emerge options, rather than merging in into the main Options menu.
1408 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
1409 and auto advance modes. Disable edit/fast items when not relevant.
1410
86812144
CY
14112009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1412
1413 * term/vt420.el (terminal-init-vt420): Fix typo.
1414
6bb90094
SS
14152009-07-20 Sam Steingold <sds@gnu.org>
1416
1417 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1418 variable (removed from compile.el on 2004-03-11).
1419
42e0a725
CY
14202009-07-20 Chong Yidong <cyd@stupidchicken.com>
1421
1422 * files.el (hack-local-variables-filter): Fix last change.
1423
2ee20f24
JL
14242009-07-19 Juri Linkov <juri@jurta.org>
1425
1426 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1427 (dir-local-variables-alist): New buffer-local variable.
1428 (hack-local-variables-filter): If variable is not dir-local,
1429 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1430 because file-local overrides dir-local.
1431 (c-postprocess-file-styles)<declare-function>:
1432 Remove obsolete declaration.
1433 (hack-dir-local-variables): Add dir-local variable/value pair to
1434 `dir-local-variables-alist' and remove duplicates. Doc fix.
1435
1436 * help-fns.el (describe-variable): Add information about
1437 file-local and dir-local variables.
1438
89bf83cd
CY
14392009-07-19 Chong Yidong <cyd@stupidchicken.com>
1440
1441 * files.el (hack-local-variables-filter): Rewrite.
1442
1a8d3541
GM
14432009-07-19 Glenn Morris <rgm@gnu.org>
1444
d9e8a018
GM
1445 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1446 Silence compiler by only defining on XEmacs.
1447
da332cfb
GM
1448 * international/mule.el (auto-coding-regexp-alist): Only match
1449 BABYL... at the start of buffer, not of lines. (Bug#3790)
1450
1a8d3541
GM
1451 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1452 non-calendar buffers (Bug#3862). Restore "not on a date" message.
1453 (cal-menu-context-mouse-menu): Doc fix.
1454
1455 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1456
1457 * simple.el (mail-user-agent): Doc fix. Set :version tag.
1458
d842b103
JL
14592009-07-18 Juri Linkov <juri@jurta.org>
1460
1461 * info.el: Virtual Info keyword finder.
1462 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1463 (Info-finder-file): New variable.
1464 (Info-finder-find-file): New function.
1465 (finder-known-keywords, finder-package-info)
1466 (find-library-name, lm-commentary): Use defvar and
1467 declare-function to silence compiler warnings.
1468 (Info-finder-find-node): New function.
1469 (info-finder): New command.
1470
1471 * subr.el (process-kill-buffer-query-function): New function.
1472 (add-hook)<kill-buffer-query-functions>: Add hook
1473 `process-kill-buffer-query-function'.
1474
10d37df7
AM
14752009-07-18 Alan Mackenzie <acm@muc.de>
1476
1477 * progmodes/cc-mode.el (c-before-hack-hook),
1478 (c-postprocess-file-styles): Give invocation of `c-set-style'
1479 DONT-OVERRIDE parameter of t. Already set style variables will
1480 thus not be overridden by style settings given by `c-file-syle'.
1481
1482 * files.el (hack-local-variables-filter): Remove entries with
1483 duplicate keys from `file-local-variables-alist'.
1484
102e1a41
EZ
14852009-07-18 Eli Zaretskii <eliz@gnu.org>
1486
1487 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1488 x-set-selection if display-selections-p returns nil for the
1489 current frame.
1490
16f2e9fc
CY
14912009-07-18 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1494
f22693fc
EZ
14952009-07-18 Eli Zaretskii <eliz@gnu.org>
1496
a6c2c80c
EZ
1497 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1498 Accept nil in addition to a regexp.
1499 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1500 Accept nil in addition to a regexp.
1501 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1502 buffers that have an associated file. Handle nil values of
1503 desktop-buffers-not-to-save and desktop-files-not-to-save.
1504 (Bug#3833)
1505
f22693fc
EZ
1506 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1507 (x-disown-selection-internal): New functions.
1508
e456379a
NR
15092009-07-18 Nick Roberts <nickrob@snap.net.nz>
1510
1511 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1512 warning.
1513 (gdb-breakpoints-header): Move forward to avoid compiler warning.
1514 (gdb-make-header-line-mouse-map): Remove duplicate definition.
1515
0013b70f
CY
15162009-07-18 David De La Harpe Golden <david@harpegolden.net>
1517
1518 * simple.el (set-mark): Revert last change.
1519
0855c2ca
CY
15202009-07-17 Tassilo Horn <tassilo@member.fsf.org>
1521
1522 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1523 rendering of pngs is not possible instead of messaging a long
1524 description.
1525
3f5c9cad
CY
15262009-07-17 David De La Harpe Golden <david@harpegolden.net>
1527
1528 * w32-fns.el (x-selection-owner-p): New function.
1529
1530 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
1531 (mouse-yank-at-click, mouse-yank-primary): If
1532 select-active-regions is non-nil, deactivate the mark before
1533 insertion.
3f5c9cad
CY
1534
1535 * simple.el (deactivate-mark, set-mark): Only save selection if we
1536 own it.
1537
1fc87f9b
KH
15382009-07-17 Kenichi Handa <handa@m17n.org>
1539
1540 * case-table.el (describe-buffer-case-table): Fix for the case
1541 that KEY is a cons.
1542
d56fdcd2
DN
15432009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1544
1545 * vc-rcs.el (vc-rcs-find-file-hook):
1546 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1547
bede3e9f
MA
15482009-07-16 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * net/tramp.el (tramp-wait-for-output): Handle the case when
1551 commands do not return a newline but a null byte before the shell
1552 prompt. (Bug#3858)
1553
7653ca1d
YM
15542009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1555
1556 * term/ns-win.el (ns-set-alpha): Don't declare.
1557 (ns-set-background-alpha): Remove function.
1558
ed2a52e9
SM
15592009-07-16 Kevin Ryde <user42@zip.com.au>
1560
1561 * emacs-lisp/copyright.el (copyright-update): Save match-data across
1562 y-or-n-p, for safety.
1563
7a907299
RS
15642009-07-16 Richard Stallman <rms@gnu.org>
1565
1566 * files.el (auto-save-mode): If buffer-saved-size is -2,
1567 don't clobber it.
1568
1569 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1570 (rmail-retry-ignored-headers): Add more uninteresting fields.
1571
c0db3477
CY
15722009-07-15 Jari Aalto <jari.aalto@cante.net>
1573
1574 * net/rcirc.el (rcirc): Use history variables.
1575 (rcirc-server-name-history, rcirc-nick-name-history)
1576 (rcirc-server-port-history): New variables.
1577
6c875452
KH
15782009-07-15 Kenichi Handa <handa@m17n.org>
1579
bf974dc9
KH
1580 * international/mule-cmds.el (set-language-environment-charset):
1581 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1582 ignore them.
1583
6c875452
KH
1584 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1585 Delete unibyte-display.
1586
2066b4fe
CY
15872009-07-15 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1590
f9be2e35
CY
15912009-07-15 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * simple.el (deactivate-mark): Optional argument FORCE.
1594 (set-mark): Use deactivate-mark.
1595
1596 * info.el (Info-search): No need to check transient-mark-mode
1597 before calling deactivate-mark.
1598
1599 * select.el (x-set-selection): Doc fix.
1600 (x-valid-simple-selection-p): Allow buffer values.
1601 (xselect--selection-bounds): Handle buffer values. Suggested by
1602 David De La Harpe Golden.
1603
1604 * mouse.el (mouse-set-region, mouse-drag-track): Call
1605 copy-region-as-kill before setting the mark, to let
1606 select-active-regions work.
1607
16082009-06-28 David De La Harpe Golden <david@harpegolden.net>
1609
1610 * simple.el (deactivate-mark): If select-active-regions is
1611 non-nil, copy the selection data into a string.
1612 (activate-mark): If select-active-regions is non-nil, set the
1613 selection to the current buffer.
1614 (set-mark): Update selection if select-active-regions is non-nil.
1615
1616 * select.el (x-valid-simple-selection-p): Allow buffer values.
1617
cbd61418
SM
16182009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1621 and more featureful message-mode.
1622
f470187f
CY
16232009-07-14 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * select.el (x-set-selection): Doc fix.
1626 (x-valid-simple-selection-p): Disallow selection data consisting
1627 of a list or cons of integers, since that is not used.
1628 (xselect--selection-bounds, xselect--int-to-cons): New functions.
1629 (xselect-convert-to-string, xselect-convert-to-length)
1630 (xselect-convert-to-filename, xselect-convert-to-charpos)
1631 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1632
bfc99364
DD
16332009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
1634
1635 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1636 output in -break-info command (Emacs bug #3794).
1637
e32721f5
GM
16382009-07-14 Glenn Morris <rgm@gnu.org>
1639
1e46f9e4
GM
1640 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1641 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1642 (edebug-print-length, edebug-print-level, edebug-print-circle)
1643 (edebug-sit-for-seconds, edebug-view-outside)
1644 (edebug-bounce-point, edebug-set-global-break-condition)
1645 (edebug-Go-nonstop-mode, edebug-trace-mode)
1646 (edebug-Trace-fast-mode, edebug-continue-mode)
1647 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1648 (edebug-visit-eval-list): Doc fixes.
1649
e32721f5
GM
1650 * subr.el (def-edebug-spec): Doc fix.
1651
66a85e76
KH
16522009-07-14 Kenichi Handa <handa@m17n.org>
1653
1654 * international/characters.el: Fix setting of category ?C.
1655
28571246
JD
16562009-07-13 Jan Djärv <jan.h.d@swipnet.se>
1657
1658 * term/ns-win.el (x-select-font): defailias x-select-font to
1659 ns-popup-font-panel instead of generate-fontset-menu.
1660
5d74672c
EZ
16612009-07-12 Eli Zaretskii <eliz@gnu.org>
1662
1663 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1664
eb1727a4
CY
16652009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
1666
1667 * arc-mode.el (archive-find-type): Allow for a PK00 string before
1668 the PK\003\004 header (Bug#3770).
1669
208384c5
CY
16702009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
1671
1672 * pcomplete.el (pcomplete-comint-setup): Check for
1673 shell-dynamic-complete-filename too.
1674
774409a1
CY
16752009-07-11 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * simple.el (temporary-goal-column): Change the value for
1678 line-move-visual to a cons cell.
1679 (line-move-visual): Record or set the window hscroll, if
1680 necessary (Bug#3494).
1681 (line-move-1): Handle cons value of temporary-goal-column.
1682
1639ee1d
KH
16832009-07-11 Kenichi Handa <handa@m17n.org>
1684
1685 * international/mule-diag.el (describe-character-set): Don't show
1686 width.
1687
2b1d2412
SS
16882009-07-10 Sam Steingold <sds@gnu.org>
1689
1690 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1691 Omake sometimes indents the errors it prints, so allow all
1692 regexps to start with spaces.
1693
ed3a5691
EZ
16942009-07-10 Eli Zaretskii <eliz@gnu.org>
1695
ed2a52e9
SM
1696 * cus-edit.el (customize-changed-options-previous-release):
1697 Bump value to 22.1. (Bug#3804)
ed3a5691 1698
49405d0e
SS
16992009-07-08 Sam Steingold <sds@gnu.org>
1700
1701 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1702 to be a cons cell (test . ignored-directory) to selectively ignore
1703 some directories depending on the location of the search.
1704
93c3eb7c
MA
17052009-07-08 Michael Albinus <michael.albinus@gmx.de>
1706
1707 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1708 remote user is root, on the local host.
1709 (tramp-local-host-p): Either the local user or the remote user
1710 must be root. (Bug#3771)
1711
6f2a8484
NR
17122009-07-08 Nick Roberts <nickrob@snap.net.nz>
1713
1714 * progmodes/gdb-mi.el (gdb): Remove description of
1715 gdb-use-separate-io-buffer.
69cb8d82 1716 (menu): Don't allow toggling of or enable
6f2a8484
NR
1717 gdb-use-separate-io-buffer from menubar.
1718
88d03607
CY
17192009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1720
1721 * mail/unrmail.el (unrmail): Make sure the message ends with two
1722 newlines (Bug#3769).
1723
7ef5b8b2
GM
17242009-07-08 Glenn Morris <rgm@gnu.org>
1725
1726 * calendar/calendar.el (calendar-current-date): Rework previous change.
1727
3ce82f97
GM
17282009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
1729
1730 * calendar/calendar.el (calendar-current-date):
1731 Add an optional argument giving an offset from today.
1732
f35fc841
GM
17332009-07-08 Glenn Morris <rgm@gnu.org>
1734
1735 * tutorial.el (tutorial--describe-nonstandard-key):
1736 Adjust the message for when a key has been unbound.
1737 (help-with-tutorial): Hide the arch-tag.
1738
40149292
KH
17392009-07-08 Kenichi Handa <handa@m17n.org>
1740
69cb8d82
KH
1741 * international/fontset.el (setup-default-fontset): For each
1742 script, append (not set) font-specs.
1743
40149292
KH
1744 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1745 docstring.
1746
ff0c4194
NR
17472009-07-08 Nick Roberts <nickrob@snap.net.nz>
1748
1749 * progmodes/gdb-mi.el (gdb-init-1): Move sending
1750 -data-list-register-names to ...
1751 (gdb-starting): ... here because GDB 7.0 requires execution to
1752 have started when using this MI command.
1753 (gdb-set-header): New function to distinguish select and
1754 unselected tabs in gdb buffers.
1755 (gdb-propertize-header): New macro that uses gdb-set-header.
1756 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 1757 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 1758
8954c675
CY
17592009-07-07 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * Makefile.in (ELCFILES): Remove fadr.elc.
1762
0996385d
DD
17632009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
1764
dc6b4519
DD
1765 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1766 may contain frame information, so `string-match' should be used.
1767 (gdb-update): Disassembly is invalidated through
1768 `gdb-get-selected-frame'.
1769 (gdb-pad-string): New function to pad string with spaces.
1770 (gdb-invalidate-disassembly): Invalidate only if the buffer
1771 exists.
1772 (gdb-disassembly-handler-custom): Column alignment.
1773 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1774 placing new ones.
1775 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1776 end of line, too.
1777 (gdb-frame-handler): Match convention to for disassembly buffer
1778 mode name.
17c1380b 1779 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
1780 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1781 not highlight breakpoints without line information.
69a197a2 1782 (gdb-input): Add trailing newline to command.
dc6b4519 1783
14340b25
DD
1784 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1785 buffer properly.
1786 (gdb-breakpoints-list-handler-custom): Replacement for
dc6b4519
DD
1787 `gdb-break-list-handler'. Using real parser instead of regexps
1788 now.
1789 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1790 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1791 to place breakpoints.
14340b25
DD
1792 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1793 functions.
1794 (gdb-disassembly-handler-custom): Show overlay arrow.
1795 (gdb-disassembly-place-breakpoints): Show breakpoints in
1796 disassembly buffer.
1797 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519
DD
1798 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1799 instead of parsing breakpoints buffer. Fixed old menu references
1800 in `gud-menu-map'.
14340b25 1801
38d4f316 1802 * fadr.el: Remove.
1f2a6224 1803
0996385d
DD
1804 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1805 (gdb-memory-address): New variable which holds top address of
1806 memory page shown in memory buffer
1807 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1808 customization variables.
1809 New functions:
1810 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1811 display the memory buffer.
1812 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1813 buffer display parameters.
1814 (def-gdb-memory-format, gdb-memory-format-binary)
1815 (gdb-memory-format-octal, gdb-memory-format-unsigned)
1816 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1817 Functions for setting memory buffer format.
1818 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1819 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1820 unit size used in memory buffer.
1821 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1822 to next/previous page of memory buffer.
28d67a53 1823 Now using (bindat-get-field) instead of fadr functions.
0996385d 1824
9ba562d3
SS
18252009-07-07 Sam Steingold <sds@gnu.org>
1826
1827 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1828 non-top-level files.
1829
a43977db
KH
18302009-07-07 Kenichi Handa <handa@m17n.org>
1831
1832 * international/mule-cmds.el (reset-language-environment): Put
1833 the highset priority to the charset iso-8859-1.
1834
d44d05e8
CY
18352009-07-06 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1838 to the end of the line when locating the block (Bug#700).
1839
3e2fa353
MA
18402009-07-06 Michael Albinus <michael.albinus@gmx.de>
1841
1842 * net/tramp.el (tramp-handle-write-region): Flush file properties
1843 in case of short track.
1844
d88782c3
DN
18452009-07-07 Michael McNamara <mac@mail.brushroad.com>
1846
1847 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1848 representation of verilog error regular expressions to work with
1849 Emacs-22's new format.
1850 (verilog-error-regexp-xemacs-alist): Coded custom representation
1851 of verilog error regular expressions to work with XEmacs format
1852 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1853 error recognition into XEmacs.
1854 (verilog-error-regexp-add-emacs): Hook routine to install verilog
1855 error recognition into Emacs-22.
1856
25c6f63e
CY
18572009-07-06 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * woman.el: Remove stand-alone closing parentheses.
1860 (woman-file-name, woman2-format-paragraphs)
1861 (woman-leave-blank-lines): Code cleanup.
1862 (woman-use-own-frame): Change default to nil.
1863 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1864 defaults to inherit from default faces.
1865 (woman2-process-escapes): Consume the newline after a stand-alone
1866 filler character (Bug#3651).
1867
f176290e
GM
18682009-07-06 Glenn Morris <rgm@gnu.org>
1869
1870 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1871 (top-level): Move provide to the end.
1872 (ffap): Remove defunct URL from custom group.
1873
1874 * subr.el (eval-after-load): Doc fix.
1875
e4a5a307
JB
18762009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
1877
1878 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1879 `calc-embedded-word' is called twice.
1880
4b8b1ec5
SM
18812009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * files.el (find-alternate-file-other-window, find-alternate-file):
1884 Obey confirm-nonexistent-file-or-buffer.
1885
d6ceb380
MA
18862009-07-05 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * dired-aux.el (dired-show-file-type): Handle remote files.
1889
c760f19e
CY
18902009-03-22 Jari Aalto <jari.aalto@cante.net>
1891
4b8b1ec5
SM
1892 * desktop.el (desktop-globals-to-save):
1893 Add file-name-history (Bug#2750).
c760f19e 1894
6d00ce04
CY
18952009-07-05 Chong Yidong <cyd@stupidchicken.com>
1896
4b8b1ec5 1897 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 1898
6ee21b07
JB
18992009-07-04 Johan Bockgård <bojohan@gnu.org>
1900
1901 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1902 property on entire argument since this is what eshell-lisp-command
1903 expects.
1904
f0dbdc25
MA
19052009-07-03 Michael Albinus <michael.albinus@gmx.de>
1906
1907 * net/tramp-gvfs.el (tramp-gvfs-methods)
1908 (tramp-gvfs-zeroconf-domain)
1909 (tramp-bluez-discover-devices-timeout): Add version flag.
1910 (tramp-gvfs-handler-mounted-unmounted)
1911 (tramp-gvfs-connection-mounted-p): Polish handling of
1912 incompatibilities between GVFS 0.2 and 1.0.
1913
e044e4fc
JD
19142009-07-03 Jan Djärv <jan.h.d@swipnet.se>
1915
4b8b1ec5 1916 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 1917
2e9b968b
JB
19182009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1919
1920 * calc-math.el (math-use-emacs-fn): Make sure that the number is
1921 formatted correctly.
1922
baf1a55e
JL
19232009-07-02 Juri Linkov <juri@jurta.org>
1924
1925 * info.el: Virtual Info files and nodes.
1926 (Info-virtual-files, Info-virtual-nodes): New variables.
1927 (Info-current-node-virtual): New variable.
1928 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1929 New functions.
1930 (Info-file-supports-index-cookies): Use Info-virtual-file-p
1931 to check for a virtual file instead of checking a fixed list
1932 of node names.
1933 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1934 instead of ad-hoc processing of "dir" and (apropos history toc).
1935 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1936 instead of ad-hoc processing of "dir" and (apropos history toc).
1937 Reread a file when moving from a virtual node.
1938 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1939 (Info-directory-toc-nodes, Info-directory-find-file)
1940 (Info-directory-find-node): New functions.
1941 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1942 (Info-history): Move part of code to
1943 `Info-history-find-node'.
1944 (Info-history-toc-nodes, Info-history-find-file)
1945 (Info-history-find-node): New functions.
1946 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1947 (Info-toc): Move part of code to `Info-toc-find-node'.
1948 (Info-toc-find-node): New function.
4b8b1ec5 1949 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
1950 the current Info file name to references because now the node
1951 "*TOC*" belongs to the same Info manual.
4b8b1ec5 1952 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
1953 (Info-toc-nodes): Rename input argument `file' to `filename'.
1954 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1955 instead of ad-hoc processing of ("dir" apropos history toc).
1956 (Info-index-nodes): Use Info-virtual-file-p
1957 to check for a virtual file instead of checking a fixed list
1958 of node names.
1959 (Info-index-node): Add check for `Info-current-node-virtual'.
1960 Raise `save-match-data' higher up the tree to contain
1961 `search-forward' too (bug fix).
1962 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1963 (Info-virtual-index-nodes): New variable.
1964 (Info-virtual-index-find-node, Info-virtual-index): New functions.
1965 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1966 (Info-apropos-file, Info-apropos-nodes): New variables.
1967 (Info-apropos-toc-nodes, Info-apropos-find-file)
1968 (Info-apropos-find-node, Info-apropos-matches): New functions.
1969 (info-apropos): Move part of code to `Info-apropos-find-node' and
1970 `Info-apropos-matches'.
1971 (Info-mode-map): Bind "I" to `Info-virtual-index'.
1972 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1973 for a virtual file instead of checking a fixed list of node names.
1974
1975 * simple.el (async-shell-command): New command.
1976
1977 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1978
1979 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1980 instead of `mount-info'.
1981
d04bc496
MA
19822009-07-02 Michael Albinus <michael.albinus@gmx.de>
1983
1984 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 1985 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 1986
af0403e0
KH
19872009-07-02 Kenichi Handa <handa@m17n.org>
1988
1989 * international/mule.el (set-keyboard-coding-system): Force *-unix
1990 coding-system to avoid eol conversion.
1991
99278f8a
MA
19922009-07-01 Michael Albinus <michael.albinus@gmx.de>
1993
4b8b1ec5
SM
1994 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1995 Add handler for `process-file', `shell-command' and
99278f8a
MA
1996 `start-file-process'.
1997 (tramp-gvfs-handle-shell-command)
1998 (tramp-gvfs-handle-start-file-process)
1999 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 2000 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 2001
3f1c6666
JD
20022009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2003
2004 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2005
3f396bac
KH
20062009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
2007
2008 * language/korean.el (set-language-info-alist): Add korean-cp949,
2009 cp949 to spec.
2010
c1185193
KH
20112009-07-01 Kenichi Handa <handa@m17n.org>
2012
2013 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2014
2015 * international/encoded-kb.el: Deleted.
2016
2017 * international/mule.el (set-keyboard-coding-system): Perform the
2018 necessary setup here instead of calling encoded-kbd-setup-display.
2019
3f150a60
GM
20202009-07-01 Glenn Morris <rgm@gnu.org>
2021
2022 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2023
b0d5b05b
GM
20242009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
2025
2026 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
2027
4f4126e6
MA
20282009-06-30 Michael Albinus <michael.albinus@gmx.de>
2029
4b8b1ec5
SM
2030 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2031 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 2032 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 2033
7ae3ea65 2034 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
2035 (top): Add a default for "synce" in `tramp-default-user-alist'.
2036 Add completion function for "synce" method.
2037 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
2038 (tramp-hal-interface-manager, tramp-hal-interface-device):
2039 New defconst.
2040 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2041 (tramp-synce-list-devices, tramp-synce-parse-device-names):
2042 New defuns.
d6ceb380
MA
2043
2044 * net/trampver.el: Update release number.
7ae3ea65 2045
0ad6626b
KH
20462009-06-30 Kenichi Handa <handa@m17n.org>
2047
2048 * international/fontset.el (setup-default-fontset): Add CJK fonts
2049 for symbols and the other miscellaneous characters.
2050
4b8b1ec5
SM
2051 * language/korea-util.el (setup-korean-environment-internal):
2052 Make char-width-table suitable for Korean environments.
0ad6626b
KH
2053 (exit-korean-environment): Cancel above.
2054
2055 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2056 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2057 setup-funcion to make char-widht-table suitable for respective
2058 environments, and an exit-function to cancel that.
2059
2060 * language/japan-util.el (setup-japanese-environment-internal):
2061 Call use-cjk-char-width-table with arg `ja_JP'.
2062
2063 * international/characters.el (cjk-char-width-table): Delete it.
2064 (cjk-char-width-table-list): New variable.
2065 (use-cjk-char-width-table): New arg local-name.
2066 (use-default-char-width-table): Fix for the case that Emacs is
2067 already using the default char-width-table.
2068
fd46e893
MA
20692009-06-29 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2072 modes mandatory. (Bug#3712)
2073
b87d9f96
AM
20742009-06-29 Alan Mackenzie <acm@muc.de>
2075
2076 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 2077 correction between the visible width of TABs and their number of bytes.
b87d9f96 2078
2d25aa5a
CY
20792009-06-29 Chong Yidong <cyd@stupidchicken.com>
2080
2081 * server.el (server-buffer-done): Prevent kill-buffer from
2082 prompting by clearing the buffer modification flag (Bug#3696).
2083
a3a8b002
DN
20842009-06-28 Michael McNamara <mac@mail.brushroad.com>
2085
2086 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 2087 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
2088 (verilog-basic-complete-re): Support localparam lineup.
2089 (verilog-beg-of-statement-1): Fix for robustness, unique case.
2090 (verilog-set-auto-endcomments): Fix for unique case, always_comb
2091 commenting.
2092 (verilog-leap-to-case-head): Now support *nested* unique &
2093 priority case statements.
2094 (verilog-auto-lineup): Make just declarations the default (as it
2095 had been).
4b8b1ec5 2096 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002
DN
2097 (verilog-auto-lineup): Rework to give users radio buttons to
2098 select the various styles of automatic lineup
2099 (verilog-error-regexp-alist): Rework to support the XEmacs style
2100 of error regular expressions from compilers, lint tools &
2101 simulators. Note that GNU Emacs has made it impossible for a mode
2102 to load such things.
2103 (electric-verilog-terminate-line, verilog-indent-declaration)
2104 (verilog-auto-wiure): Rework for radio button selection of
2105 auto-lineup selection of specification of auto lineup.
2106 (verilog-beg-of-statement-1): Redesign to support proper operation
2107 in additional code, based on testing with auto-lineup.
2108 (verilog-calculate-indent, assignments & declarations)
2109 (verilog-backward-token): Enhance to support auto-lineup of
2110 assignments & declarations.
2111 (verilog-in-directive-p, verilog-at-struct-p): New function for
2112 easy test of whether we are.
2113 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2114 to support safe execution at almost anyline.
2115 (verilog-calc-1): Properly support indenting deep inside generate
2116 blocks.
2117 (verilog-init-font) Remove definition & use of verilog-init-font,
2118 as it is redundant with font-lock-defaults.
2119 (verilog-mode): Alter the definition of verilog-font-lock-defualts
2120 to avoid circular calls if syntax-ppss is a function (as is the
2121 case now in 22.x GNU Emacs) as that function would sometimes call
2122 itself, leading to (nearly) infinite recursion
2123 (verilog-ovm-begin-re, verilog-ovm-end-re)
2124 (verilog-ovm-statement-re, verilog-leap-to-head)
2125 (verilog-backward-token): Add support for OVM macros. Some are
2126 complete statements, and others open and close scopes like begin
2127 and end.
2128 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2129 (verilog-defun-level-generate-only-re): Really fix the defun-list
2130 compilation issue
2131 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2132 coverpoint, constraint and cross statements
2133 (verilog-defun-level-list, verilog-generate-defun-level-list)
2134 (verilog-all-defun-level-list): Redo these specifications - it is
2135 too hard to support eval-when compile aggregation of lists also
2136 built at when-compile time.
2137 (verilog-defun-level-list): Place defconsts of variables used in
2138 building regular expressions which are built in eval-when-compile
2139 bodies in the same eval-when-compile body to facilitate compile
2140 without load.
2141 (verilog-beg-block-re-ordered): Support indenting
2142 virtual/protected tasks and functions.
2143 (verilog-defun-level-list,verilog-in-generate-region-p)
2144 (verilog-backward-ws&directives, verilog-calc-1): Speed up
2145 indentation of some module items (generate items).
2146 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2147 across virtual/protected tasks and functions.
2148
21492009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
2150
4b8b1ec5
SM
2151 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2152 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
2153 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2154 in concatenations. Reported by Yishay Belkind.
2155 (verilog-auto-ascii-enum): Support one-hot state machines in
2156 AUTOASCIIENUM. Suggested by Lloyd Gomez.
2157 (verilog-auto-inst, verilog-auto-inst-port): Include interface
2158 modport in AUTOINST and add vl-modport for users. Reported by
2159 David Rogoff.
2160 (verilog-auto-inout-module, verilog-auto-inst)
2161 (verilog-decls-get-interfaces, verilog-insert-definition)
2162 (verilog-insert-one-definition, verilog-read-decls)
2163 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2164 (verilog-sig-modport, verilog-signals-combine-bus)
2165 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2166 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2167 Suggested by David Rogoff.
2168 (verilog-repair-open-comma): Fix non-insertion of comma when
2169 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
2170 (verilog-make-width-expression): Simplify [A-1:0] expression
2171 widths to just {A{1'b0}}.
2172 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
2173 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2174 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
2175 inputs/outputs or data type. Suggested by Vasu Kandadi.
2176 (next-error-last-buffer): Fix byte-compiler warning.
2177 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2178 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 2179 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 2180 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
2181 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2182 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
a3a8b002
DN
2183 in AUTOINOUT. Reported by Matthew Lovell.
2184 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2185 causing use of <= assignments. Reported by Alex Reed.
2186 (verilog-read-decls): Fix triand, trior, wand, wor to be
2187 recognized by AUTOWIRE. Reported by Spencer Isaacson.
2188 (verilog-extended-complete-re): Support import "DPI-C" functions.
2189 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 2190 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
2191 (verilog-insert-date, verilog-insert-year)
2192 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2193 Windows systems. Reported by Michael Potts.
2194 (verilog-read-module-name): Fix AUTOINST when the child module
2195 declaration's name is a tick define. Reported by Elliot Mednick.
2196 (verilog-read-decls): Fix V2K parameter bit subscripts getting
2197 passed to next parameter's definition. Reported by Bruce T.
2198 (verilog-read-decls): Fix detecting "parameter int" when using
2199 AUTOINSTPARAM. Reported by Bruce T.
2200 (verilog-goto-defun): Fix goto not finding modules unless first
2201 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 2202 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
2203 verilog-goto-defun will work. Reported by Lawrence Butcher.
2204 (verilog-getopt): Expand environment variables in -f file
2205 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 2206 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
2207 when reading enumerations.
2208 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2209 Suggested by Stephen Peltan.
4b8b1ec5 2210 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
2211 files. Reported by Steve Peltan.
2212
f7c0d931
CY
22132009-06-28 David De La Harpe Golden <david@harpegolden.net>
2214
2215 * files.el (trash-directory): Fix defcustom type.
2216
baf1a55e 22172009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
2218
2219 * help-fns.el (describe-function-1): Correctly locate adviced
2220 functions in hyperlink (Bug#2438).
2221
d63a01ef
CY
22222009-06-28 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * files.el (trash-directory): Change default to nil.
2225 (move-file-to-trash): If trash-directory is nil and
2226 system-move-file-to-trash is unbound, perform freedesktop-style
2227 trashing.
2228
22292009-06-28 David De La Harpe Golden <david@harpegolden.net>
2230
2231 * files.el (move-file-to-trash): Add freedesktop trash
2232 support (Bug#973).
2233
fc2f6a26
GM
22342009-06-28 Glenn Morris <rgm@gnu.org>
2235
2236 * autorevert.el (global-auto-revert-non-file-buffers)
2237 (global-auto-revert-mode): Doc fixes.
2238
00242b07
JB
22392009-06-27 Johan Bockgård <bojohan@gnu.org>
2240
2241 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2242
f5594f03
CY
22432009-06-27 Chong Yidong <cyd@stupidchicken.com>
2244
e8a2b2da
CY
2245 * faces.el (x-handle-named-frame-geometry): Ensure that we have
2246 opened an X connection before calling x-get-resource (Bug#3194).
2247
f5594f03
CY
2248 * play/doctor.el: Remove reference to obsolete website.
2249 (make-doctor-variables): Correct grammar mistake (Bug#2633).
2250
3c3bf6ce
DN
22512009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2252
2253 Remove find-file-not-found-hook VC method. (Bug#2757)
2254 * vc-hooks.el (vc-file-not-found-hook)
2255 (vc-default-find-file-not-found-hook): Remove functions.
2256 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2257 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2258 * vc.el:
2259 * vc-hg.el:
2260 * vc-git.el: Do not mention find-file-not-found-hook VC method.
2261
e26a7bc0
AM
22622009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2263
2264 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
2265 compatibility function for `looking-back'
2266
4b8b1ec5
SM
2267 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2268 Use `ispell-looking-back'
e26a7bc0 2269
d9848600
MA
22702009-06-24 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 2273 rather than `filename'.
d9848600 2274
05fbc4a9
MB
22752009-06-23 Miles Bader <miles@gnu.org>
2276
2277 * face-remap.el (text-scale-set): New function.
2278
f86ca715
GM
22792009-06-23 Glenn Morris <rgm@gnu.org>
2280
33e2c2e5
GM
2281 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2282
f529f302
GM
2283 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2284
34995333
GM
2285 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2286
cc80ccee
GM
2287 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2288
84cb770d
GM
2289 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2290 Simplify Persian conditionals.
2291
d916c965
GM
2292 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2293 variable `filename'.
2294
b6a44b27
GM
2295 * comint.el (comint-insert-input): Doc fix.
2296
f86ca715
GM
2297 * Makefile.in (ELCFILES): Fix typo in previous change.
2298
666e158e
MB
22992009-06-23 Miles Bader <miles@gnu.org>
2300
2301 * cus-start.el: Add entry for `recenter-redisplay'.
2302
77bf3f54
DN
23032009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2304
2305 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2306 Add an optional argument for the backend, use it instead of
2307 calling vc-backend.
4b8b1ec5
SM
2308 (vc-mode-line): Add an optional argument for the backend.
2309 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
2310 special handling for vc-state being a buffer to ...
2311
2312 * vc-rcs.el (vc-rcs-find-file-hook):
2313 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
2314
2315 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2316 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2317 vc-stay-local-p and vc-mode-line calls.
2318
2319 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2320 (vc-cvs-diff, vc-cvs-annotate-command)
2321 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2322 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2323 vc-mode-line calls.
2324
2325 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2326 direct comparison.
2327 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2328 backend when calling vc-mode-line.
2329 (vc-register): Do not create a closure for calling the vc register
2330 function, call it directly.
2331
2764748c
DN
23322009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2333
2334 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2335 to make it obvious item can be clicked.
f5a0b281
DN
2336
2337 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2338
d4a885b2
KH
23392009-06-23 Kenichi Handa <handa@m17n.org>
2340
2341 * language/korea-util.el (korean-key-bindings): Change the binding
2342 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
2343 same command.
2344
e3610693
MA
23452009-06-22 Michael Albinus <michael.albinus@gmx.de>
2346
2347 Sync with Tramp 2.1.16.
2348
2349 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2350
2351 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
2352 when a loading of a package fails. Completion function for rsync
2353 is `tramp-completion-function-alist-ssh'.
2354 (all): Replace all calls of `split-string' and
2355 `tramp-split-string' by `tramp-compat-split-string'.
2356 (tramp-default-method): Use `tramp-compat-process-running-p'.
2357 (tramp-default-proxies-alist): Allow also Lisp forms.
2358 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 2359 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
2360 (tramp-domain-regexp): Allow also "-", "_" and ".".
2361 (tramp-end-of-output): Remove newlines, and add "$" at the end.
2362 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2363 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
2364 (tramp-handle-directory-files-and-attributes-with-stat):
2365 Care about filenames with spaces, or starting with "-".
e3610693
MA
2366 (tramp-handle-dired-uncache): New defun.
2367 (tramp-handle-insert-directory): Don't flush the directory from
2368 cache, this is handled by `dired-uncache' now.
2369 (tramp-handle-insert-file-contents): Improve error handling.
2370 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2371 Quote `tramp-end-of-output'.
2372 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
2373 (tramp-check-for-regexp): Both echoes must be present, before removing.
2374 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
2375 (tramp-compute-multi-hops): Eval cons cells of
2376 `tramp-default-proxies-alist'.
2377 (tramp-maybe-open-connection): Use the same command pattern for
2378 first hop and further hops.
2379 (tramp-wait-for-output): Remove handling of newlines.
2380 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2381 (tramp-split-string): Remove function. It is handled in
2382 tramp-compat now.
2383
4b8b1ec5
SM
2384 * net/tramp-cmds.el (tramp-bug):
2385 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
2386
2387 * net/tramp-compat.el (tramp-compat-split-string)
2388 (tramp-compat-process-running-p): New defuns.
2389
2390 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2391 for `dired-uncache'.
2392
2393 * net/tramp-gvfs.el: New package.
2394
4b8b1ec5
SM
2395 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2396 Add handler for `dired-uncache'.
e3610693
MA
2397 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2398
2399 * net/trampver.el: Update release number. Make version check fit
2400 for SXEmacs 22.
2401
13a3f374
JM
24022009-06-22 Jim Meyering <meyering@redhat.com>
2403
e0a28a3b 2404 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
2405 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2406 XZ is the successor to LZMA: <http://tukaani.org/xz/>
2407
5242671e 24082009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 2409 Nick Roberts <nickrob@snap.net.nz>
13a3f374 2410
e0a28a3b 2411 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
2412 repository (http://sphinx.net.ru/hg/gdb-mi/).
2413
3fde45af
GM
24142009-06-22 Glenn Morris <rgm@gnu.org>
2415
46253b34
GM
2416 * files.el (dir-locals-collect-mode-variables): Allow for any number of
2417 `mode' and `eval' entries. (Bug#3430)
2418
97e18192
GM
2419 * Makefile.in (ELCFILES): Add fadr.elc.
2420
731a00fb
GM
2421 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2422 differing behavior of \n and ^ in strings. (Bug#3385)
2423
c66cd0ff
GM
2424 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2425
3fde45af
GM
2426 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2427 property.
2428 (lisp-indent-function): Make it a defcustom.
2429
db2241a0
NR
24302009-06-21 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * progmodes/gdb-ui.el: Replace with ...
5242671e 2433 * progmodes/gdb-mi.el: ... this file.
db2241a0 2434 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
2435
24362009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
2437
db2241a0
NR
2438 * fadr.el: New file.
2439
38d4f316 2440See ChangeLog.14 for earlier changes.
e3d51b27
MR
2441
2442;; Local Variables:
2443;; coding: utf-8
e3d51b27
MR
2444;; End:
2445
38d4f316 2446 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
2447
2448 This file is part of GNU Emacs.
2449
2450 GNU Emacs is free software: you can redistribute it and/or modify
2451 it under the terms of the GNU General Public License as published by
2452 the Free Software Foundation, either version 3 of the License, or
2453 (at your option) any later version.
2454
2455 GNU Emacs is distributed in the hope that it will be useful,
2456 but WITHOUT ANY WARRANTY; without even the implied warranty of
2457 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2458 GNU General Public License for more details.
2459
2460 You should have received a copy of the GNU General Public License
2461 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2462
38d4f316 2463;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1